/*
 Theme Name:   Magic Straight
 Theme URI:    http://www.websiteportfolios.co.uk
 Description:  Wordpress theme
 Author:       Zachary Peirce
 Author URI:   http://www.websiteportfolios.co.uk
 Template:     twentythirteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-thirteen-child
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */

/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

body {
	background: #fafafa;
}

h1 {
	font-size: 28px;
	margin: 33px 0;
}

h2 {
	font-size: 25px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

blockquote {
	font-size: 14px;
}

blockquote {
  background: #f9f9f9;
  margin: 1.5em 10px;
  padding: 15px 15px 15px 20px;
  quotes: "\201C""\201D""\2018""\2019";
  border-radius: 0 7px 7px 0;
}
blockquote:before {
  color: #666;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote:after {
  color: #666;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.20em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */
 
.entry-content img {
	max-width: 100%;
	border: 1px solid #CCC;
	padding: 4px;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 11px;
	font-style: normal;
	font-weight: 300;
	margin: 5px 0 24px 10px;
}



/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
.site {
	background-color: #fff; 
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 1070px;
	/*border-style: solid;
	border-width: 87px 110px;
	border-image: url(images/website-border.png) 87 110 fill repeat; */
	border: 1px solid #e9e9e9;
	border-radius: 5px;

}
#page-content-outer {
/*	width: 870px;
	margin-top: -73px;
	margin-bottom: -73px; */
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */


/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */
 
.site-header {
	background-image: none !important;	
	margin: 0 auto;
	text-align: center;
	padding: 0;
	max-width: 870px;
	/*border: 1px solid #0F0; */
}

.site-header .home-link {
	color: #141412;
	display: inline-block;
	min-height: 42px;
	padding: 0;
	text-decoration: none;
	width: 100%;
	/*border: 4px solid #F30;*/
	margin-top: 30px;
	padding-top: 30px;
	/*border-top: 2px solid #efeeee; */
	background-image: url(images/book-now-button-arrow.jpg);
	background-position: 680px 0;
	background-repeat: no-repeat;
}

#logo {
	width: 181px;
	height: 62px;
	/*border: 1px solid #F30; */
	float: left;
	margin-top: 2px;
	margin-bottom: 6px;
}
.site-description {
	font: 300 normal 15px "Roboto Condensed", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-variant: small-caps;
	float: right;
	/*border: 1px solid #96C; */
	/*margin-top: 40px; */
	clear: none;
}

#booking-outer {
	width: 688px;
	float: left;
	/*border: 1px solid #F99; */
	margin-bottom: 18px;
}
#booking {
	float: right;
/*	padding-top: 22px;	*/
	margin-left: 30px;
}
.supplier {
	float: right;	
	margin-right: 15px;
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */
 
.main-navigation {
	clear: both;
	margin: 0 auto;
	padding-top: 8px;
	padding-bottom: 8px;
	max-width: 870px;
	min-height: 27px;
	position: relative;
	border-top: 2px solid #efeeee;
	border-bottom: 2px solid #efeeee;
}

ul.nav-menu,
div.nav-menu > ul {
	margin-left: 40px;
	width: 830px; 
	display: flex;
	justify-content: space-between;
	float: left;
}

.nav-menu li {
	display: inline-block;
	position: relative;
	font-family: Arial, Tahoma, Verdana;
}

.nav-menu li a {
	color: #141412;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 7px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #CCC;
	color: #fff;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #c56573;
	border: 2px solid #f7f5e7;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #b17eaa;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #fff;
	background-color: #c56573;
	font-style: normal;
	border: 1px solid #666;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	background: none;
	margin: 0 auto;
	max-width: 870px;
	width: 100%;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 1px;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 130px;
	font-size: 10px;
}



/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */
 
 .hentry {
	padding: 0 0 40px 0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
/*	margin: 0 auto; */
	max-width: 870px;
	width: 100%;
}



/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */
 

.entry-header {
	margin-bottom: 40px;
	width: 100%;
	text-align: left;
	border-bottom: 2px solid #efeeee;
}

.entry-title {
	font-weight: normal;
	margin: 0 auto;
	margin-bottom: 5px;
	text-align: center;
}

/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: 0px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: 0px;
}

.opener {
	font-size: 130%;	
	font-weight: bold;
	font-style: italic;
}


.alignleft {
	float: left;
	clear: none;	
}

/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	padding-top: 50px;
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 0;
	padding: 0 20px 0 0;
}

/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */


/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	background-color: transparent;
	color: #686758;
	font-size: 11px;
	text-align: center;
	width: 800px;
	margin: 0 auto;
}
#footer-info-left {
	float: left;	
	text-align: left;
	padding-left: 
}
#footer-info-right {
	float: right;	
	text-align: right;
}
.site-info,
.site-info2 {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
	clear: both;
}
.site-info {
	padding: 30px 0 0 0;
	height: 70px;
}
.site-info2 {
	width: 520px;
	height: 58px;
	margin-bottom: 30px;
	margin-top: 10px;
	border-top: 1px solid #e9e9e9;
	padding-top: 10px;
	padding-left: 15px;
}
.tel {
	font-size: 170%;	
}
.tel-color {
	color: #526955;
/*	font-style: italic; */
}


/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */





/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */





/**
 * Magic Straight New
 * ----------------------------------------------------------------------------
 */

.black {
	color: #000;
}
.green {
	color: green;
}
.bold {
	font-weight: bold;
}
hr { 
    display: block;
    overflow: hidden;
    border-width: 1px;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.slideshow {
	margin: 0 auto;	
	margin-top: 50px;
	margin-bottom: 50px;
	width: 870px;
}

.pricelist {
	width: 870px;
	margin: 0px auto;
	margin-top: 14px;
	padding-bottom: 20px;
	/*border-style: solid;
	border-width: 27px;
	border-image: url(images/artdeco-border.png) 27 27 fill repeat; 
	clear: both;
	display: inline-block;
	background-color: #fff;*/
	font-size: 90%;
	overflow: hidden;
}
.pricelist h1 {
	font-size: 40px;
	font-family: 'Poiret One', cursive;
}
.pricelist h2 {
	margin-top: 20px;	
	margin-bottom: 0;
	font-size: 22px;
	font-family: 'Poiret One', cursive;
}
.pricelist-left {
	float: left;
	width: 50%;
}
.pricelist-right {
	float: right;
	width: 50%;
}
.pricelist-left p {
	padding-right: 35px;
}
.pricelist table {
	border-bottom: none;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;1
	line-height: 2;
	margin: 0 0 20px;
	width: 90%;
}
.pricelist td {
	border-bottom: 1px solid #ededed;
	padding: 2px 10px 2px 0;
}
.pricelist-h2cell {
	font-size: 11px;	
}
.pricelist-small-italic {
	font-size: 12px;
	font-style: italic;
	padding-left: 20px;
}
.italic {
	font-style: italic;
}
.nowrap {
	white-space: nowrap;
}
img.attachment-thumbnail  {
	padding: 5px;
	margin-right: 7px;
	margin-bottom: 7px;
	border: 1px solid #EEE;
}
figcaption {
	display: none;
}
.offer {
	background-color: #E94E69;
	width: 100%;
	font-size: 23px;
	font-variant: small-caps;	
	text-align: center;
	padding: 4px;
	margin-bottom: 25px;
	color: #fff;	
}
.offer-smaller {
	font-size: 15px;	
}
.offers2, .offers3 {
	float: right;
	font-size: 15px;	
	font-style: italic;
	padding-top: 10px;
	padding: 25px;
	border-radius: 7px;
	display: inline-block;
	margin-bottom: 15px;
}
.offers2 {
	width: 50%
}
.offers3 {
	width: 800px;
	padding-bottom: 40px;
}
.offers3 h4 {
	font-style: normal;
	margin-bottom: 0px;
}
.offers2 ul, .offers3 ul {
	margin-bottom: 0;
	padding-bottom: 0;
}
.clear-right {
	clear: right;
	margin-bottom: 30px;
}
.deposit-box {
	float: none;
	clear: both;
	display: table;
  	margin: auto;
	margin-bottom: 25px;
}
.paleyellow-bg {
	background-color: #e8e7c9;
}
.palegreen-bg {
	background-color: #bfd7b5;
}
.paleblue-bg {
	background-color: #aac8dd;
}
.palered-bg {
	background-color: #e4cfcf;
}
.red {
	color: #F00;
}
.grey_bg {
	background-color: #bcb0c0;
	color: #FFFFFF;
}
.booking_bg {
	background-color: #8fc7a2;
	color: #FFFFFF;
}
.offers2 ul {
	padding: 15px;	
	margin-top: 0;
}
.offers2 li {
	margin-bottom: 12px;	
	margin-left: 0;
}
.offers2 h2 {
	font-style: normal;
	text-align: center;
}
.quote-attribute {
	font-weight: bold;	
}
.gallery-float-left {
	float: left;	
}
.services-box {
	width: 49%;
	text-align: center;	
	border-radius: 10px;
	display: inline-block;
	vertical-align: top;
}
.deposit-50 {
	background-color: #e5cddb;
}
.deposit-80 {
	background-color: #b0c3d9;
}
.services-box p {
	width: 300px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.services-box h2 {
	margin-bottom: 10px;
}
.services-box img {
	margin-bottom: 10px;
}

.recent-facebook-posts {
	margin-top: -20px;
}
.paypal-checkout {
	text-align: center;
	width: 300px;
	float: left;
	border: 1px solid #AEAEAE;
	border-radius: 10px;
	margin-left: 24px;
}
.paypal-checkout td {
	border: none;
	text-align: center;
	width: 100%;
	padding-left: 40px;
}
.paypal-checkout button {
	border: none;
}
.paypalform {
	border: none;
}
input, textarea {
	border: 1px solid #CBCBCB;
}
.offer-included {
	font-size: 110%;
	background-color: #E94E69;
	clear: both;
	color: #fff;
	padding: 5px;
	border-radius: 7px;
	margin: 0 auto;
	text-align: center;
}
.we-are-moving {
	font-size: 220%;
	background-color: #E94E69;
	clear: both;
	color: #fff;
	padding: 10px;
	border-radius: 7px;
	margin: 0 auto;
	margin-bottom: 15px;
	text-align: center;
}
.moving,
.booking-message {
	font-size: 110%;	
	font-weight: bold;
	font-style: italic;
	display: inline-block;
  border: 2px dashed #DDDDDD;
	border-radius: 10px;
	margin-bottom: 10px;
	}
.moving {
	padding: 25px;
}
.booking-message {
	max-width: 870px;
	padding: 10px;
}
.booking-message-center {
}
.moving-text {
	float: right;
}
.horizontal_dotted_line {
  border-bottom: 2px dashed #E94E69;
  width: 870px;
margin-bottom: 25px;
	padding-top: 25px;
	padding-bottom: 30px;
} 
.article-pic {
	padding-bottom: 15px;	
	float: left;
	clear: right;
}
.moving-pic {
	border: 1px solid #333;
	border-radius: 10px;
	clear: right;
	margin-bottom: 25px;
}
.article-pic-left {
	float: left;
	padding-right: 10px;	
}
.digi-article-pic-left {
	float: left;
	padding-right: 22px;	
	padding-top: 47px;
}
.straightening-prices {
	font-size: 110%;
	background-color: #ffcdd4;
	padding: 15px;
	border-radius: 7px;
	float: right;
	margin: 60px 0 15px 20px;
}
.straightening-prices h3 {
	margin: 0;
	padding-bottom: 5px;
	font-size: 110%;	
	text-align: center;
}
.article-text {
	clear: none;	
}
.article-text h3 {
	clear: none;	
}
p.article  {
	margin-bottom: 10px;	
}

.leftborder:nth-of-type(4n+1) {
  border-left: 10px solid #77b4d4;
/*  background: #476195; */
}
.leftborder:nth-of-type(4n+2) {
  border-left: 10px solid #afd477;
/*  background: #ba9f69; */
}
.leftborder:nth-of-type(4n+3) {
/*  background: #b58fc0; */
  border-left: 10px solid #c89ecb;
}
.leftborder:nth-of-type(4n+4) {
  border-left: 10px solid #d2b255;
/*  background: #9ab58f; */
}

.article-faq-2-container {
	display: flex;	
}
.article-faq,
.article-faq1,
.article-faq2 {
	font-size: 110%;
	padding: 25px;
	border-radius: 7px;
	float: left;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 15px;
	width: 426px;
	clear: none;
}
.article-faq {
	width: 100%;	
	padding: 15px;
	margin-top: 10px;
}
.article-faq1 {
	background-color: #e8e7c9;
	margin-right: 18px;
}
.article-faq2 {
	background-color: #d5afb9;
}


.article-faq:nth-of-type(4n+1) {
	background-color: #BFD7B5;
/*	background-color: #cdc8eb; */
	margin-right: 9px;
}
.article-faq:nth-of-type(4n+2) {
	background-color: #AAC8DD;
/*	background-color: #d6b0ba; */
	margin-right: 9px;
/*	background-color: #6895AC;
	color: #fff; */
}
.article-faq:nth-of-type(4n+3) {
	background-color: #BFD7B5;
/*	background-color: #e9e8c9; */
	margin-right: 9px;
}
.article-faq:nth-of-type(4n+4) {
	background-color: #AAC8DD;
/*	background-color: #AAC8DD; */
	margin-right: 9px;
/*	background-color: #6895AC;
	color: #fff; */
}
.article-faq h4,
.article-faq1 h4,
.article-faq2 h4 {
	margin-top: 0;
	font-size: 110%;
}
.article-faq h4,
.article-faq1 h4,
.article-faq2 h4 {
	margin-bottom: 5px;	
}

.article-faq p,
.article-faq1 p,
.article-faq2 p {
	margin-bottom: 0;
}
.holiday-times {
	color: #C4132E;	
}
.article-pics {
	text-align: justify;
}
.article-pics2 {
	text-align: center;
}
.article-pics img,
.article-pics2 img {
}
.article-pics2 img {
	margin-right: 35px;
}

/*.article-pics2 img {
	margin: 15px;
	border: 1px solid #999;
	-webkit-box-shadow: 7px 10px 37px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 7px 10px 37px -5px rgba(0,0,0,0.75);
	box-shadow: 7px 10px 37px -5px rgba(0,0,0,0.75);
}*/

.article-pics:after {
	content:""; display: inline-block; width: 100%; height: 0;
}
.aptext {
	text-align: center;
	font-style: italic;
	vertical-align: top;
	border-radius: 7px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.articleh2 {
	font-size: 35px !important;
	font-family: 'Poiret One', cursive;
	font-weight: 100;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 20px;
}
.extramargintop {
	padding-top: 30px;	
}
.staff {
	width: 33%;
	text-align: left;
	float: left;
	display: inline-block;	
	margin-bottom: 20px;
}
.staff p {
	padding: 0 35px 0 15px;
	border-left: 1px solid #666;	
}
.staff h2 {
	margin-bottom: 10px;	
	margin-left: 25px;	
}
.staff h3 {
	margin: 14px 0 0 0;	
	padding-top: 25px;
	padding-left: 15px;
}
.staff h4 {
	font-size: 15px;
	margin: 7px 0 15px 0;	
	padding-left: 15px;
}
.staff img {
	margin-left: 15px;	
	float: left;
	padding-right: 22px;	
	padding-top: 15px;

}
.staffh2 {
	font-size: 35px !important;
	font-family: 'Poiret One', cursive;
	font-weight: 100;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 0;
}
.staff .gallery {
	padding-top: 20px !important;	
}
.image-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
	padding-bottom: 50px;
	height: 512px;
	width: 384px;
}
.home-gallery {
	padding-top: 25px;
}



.meteor-slides {
    height: 870px !important;
    overflow: hidden;
}
.meteor-slides img {
    height: 870px !important;
    width: auto; /* Maintains aspect ratio */
}
.meteor-buttonswindmillstreet2,
.mslide {
    height: 870px !important;
	
	}

/**
 * Wahanda
 * ----------------------------------------------------------------------------
 */

#wahanda-online-booking-widget2 {
  display: inline-block;
  margin: 0;
  height: 22px;
  line-height: 22px;
  border-bottom: 2px solid #86AC00;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0;
  background: #ABD02B;
  white-space: nowrap;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#wahanda-online-booking-widget2 span {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding: 0 12px 0 28px;
  background: url(images/wahanda/v2.i482051.w30.h30.x109F8E79b.png) 7px 3px no-repeat;
  background-size: 15px 15px;
}
#wahanda-online-booking-widget2:hover {
  border-bottom-color: #6D8C00;
  background: #94B912;
}
#wahanda-online-booking-widget2:active {
  border-bottom-color: 2px solid #394000;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {
        #wahanda-online-booking-widget2 span {
  background: url(images/wahanda/v2.i482051.w30.h30.x109F8E79b.png) 7px 3px no-repeat;
        }
}





#wahanda-online-booking-widget-iframe {
	height: 1300px;
}

/**
 * Instagram badge
 * ----------------------------------------------------------------------------
 */
.instagram {
	white-space: nowrap;
	float: left;	
}
.instagram-link {
	padding-right: 5px;	
}
.instagram-link img {
	padding-left: 35px;
	padding-right: 5px;	
}
.ig-b- { display: inline-block; float: left; margin-left: 20px;}
.ig-b- img { visibility: hidden; }
.ig-b-:hover { background-position: 0 -60px; } .ig-b-:active { background-position: 0 -120px; }
.ig-b-24 { width: 24px; height: 24px; background: url(//badges.instagram.com/static/images/ig-badge-sprite-24.png) no-repeat 0 0; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.ig-b-24 { background-image: url(//badges.instagram.com/static/images/ig-badge-sprite-24@2x.png); background-size: 60px 178px; } }

.facebook {
	padding-left: 30px;	
	display: inline-block;
	white-space: nowrap;
}
.fb-like {
	float: left;
}

.fb-page {
	margin: 0 auto;
}
.facebook-page-link {
	white-space: nowrap;
	float: left;	
	padding-right: 5px;	
}