/*
Theme Name:		My Holiday Concierge
Description:	Custom theme built on Genesis by Tailored Web Services
Author:			Tailored Web Services
Author URI:		http://www.tailored.com.au/
Version:		2.2
Template:		genesis
Template Version: 2.2.3
*/



/**
 *	General Defaults
 */
body { background:#f6f6f6; }
a, img, a img, a:hover img { outline:none !important; }
a, a:link { color:#23a4c4; }
a:hover, a:active { color:#111; }

html { font-size:62.5%; }
body { font-family:'Open Sans',sans-serif; }
h1, h2, h3, h4, h5, h6 { font-family:Lato,sans-serif; }




/**
 *	Site Width
 */
x.tws-flexslider-wrap .flexslider { width:1200px; max-width:100%; }
.tws-flexslider-wrap .flexslider { width:1920px; max-width:100%; }
.site-inner, .wrap { width:1200px; max-width:98%; }
.wrap { max-width:100%; }




/**
 *	Header
 */
.site-header { background:#FFF; text-align:center; }
.site-header .wrap { padding:0.5em 0.5em; } 
.site-header .wrap > :last-child { margin-bottom:0; }

.site-header .site-title { line-height:1px; }
.site-header .site-title img { }
.site-header .site-description { }

.site-header .phone { line-height:1; color:#8f9092; margin:0.5em 0; }
.site-header .phone strong { font-weight:inherit; text-transform:uppercase; }
.site-header .phone .fa { opacity:0.8; font-size:1.2em; }
.site-header .phone .tel { font-weight:600; font-size:1.4em; display:block; font-family:serif; color:#013473; }

.site-header .related { text-align:center; }
.site-header .related img {  }

.site-header .nav-primary .wrap { padding:0; max-width:100%; width:100%; }

.site-header .hamburger-menu-toggle { font-size:1.5em; color:#013473; display:block; margin-bottom:1em; }
.site-header .hamburger-menu-toggle a { color:inherit; }

@media only screen and (min-width: 380px) and (max-width: 550px) {
	.site-header .hamburger-menu-toggle { position:absolute; top:0; left:10px; z-index:50; }
}
@media only screen and (min-width: 550px) and (max-width: 800px) {
	.site-header .wrap { padding:0 0.5em; }
	.site-header .hamburger-menu-toggle { float:right; }
	.site-header .site-title { float:left; max-width:50%; }
	.site-header p.phone {  width:11em; float:left; text-align:left; clear:left; margin:1em 0 0.25em; padding:0; }
	.site-header p.phone strong { font-size:0.85em; }
	.site-header p.phone .fa { font-size:2em; float:left; margin-right:0.25em; }
	.site-header img.dest { float:right; clear:right; margin:-1em 0 1em 0; }
}
@media only screen and (min-width: 800px) {
	.site-header .wrap { padding:0 0.5em; }
	.site-header .hamburger-menu-toggle { float:right; margin-bottom:1em; }
	.site-header .site-title { float:left; max-width:60%; }
	.site-header p.phone {  width:11em; float:right; text-align:left; clear:right; margin:0 0 0.25em; padding:0; }
	.site-header p.phone strong { font-size:0.85em; }
	.site-header p.phone .fa { font-size:2em; float:left; margin-right:0.25em; }
	.site-header img.dest { float:right; clear:right; margin:1em 2em 1em 0; }
	.site-header .related {
		float:right;
		max-width:200px;
		margin-right:4em;
		margin-top:1em;
	}
}
@media only screen and (min-width: 960px) {
	.site-header .hamburger-menu-toggle { display:none; }
	.site-header p.phone,
	.site-header img.dest { margin-top:1em; }
}
@media only screen and (min-width: 1050px) {
	.site-header img.dest { float:right; clear:none; margin-right:1.5em; }
}

/*
@media only screen and (min-width: 550px) {
	.site-header .wrap { padding-left:0.5em; padding-right:0.5em; padding-bottom:0; border:1px dotted red; }
	.site-header .hamburger-menu-toggle { float:right; }
	.site-header .site-title { float:left; max-width:50%; }
	.site-header p.phone {  width:11em; float:right; text-align:left; clear:right; margin:0 0 0.25em; padding:0; }
	.site-header p.phone strong { font-size:0.85em; }
	.site-header p.phone .fa { font-size:2em; float:left; margin-right:0.25em; }
}
@media only screen and (min-width: 800px) {
	.site-header .wrap {  }
	.site-header .site-title { max-width:60%; }
	.site-header .hamburger-menu-toggle { margin-bottom:2em; }
	.site-header p.phone { }
}
@media only screen and (min-width: 960px) {
	.site-header .wrap { padding-left:0; padding-right:0; }
	.site-header .hamburger-menu-toggle { display:none; }
	.site-header .site-title { max-width:35%; }
	.site-header .nav-primary { float:right; clear:right; }
	.site-header p.phone { margin:0 0 1.5em 0; }
}
@media only screen and (min-width: 1200px) {
	.site-header .site-title { max-width:42%; }
	.site-header p.phone { margin:1em 0 0.5em 0; }
	.site-header .nav-primary { float:right; clear:right; padding-top:2.8em; }
}



/**
 *	Menu Bar
 */
.nav-primary { }


@media only screen and (max-width:960px) {
	.nav-primary { text-align:left; }
	.genesis-nav-menu .sub-menu .sub-menu { margin:0; }
}

@media only screen and (min-width:960px) {
	.nav-primary { background:none; text-align:right; font-weight:400; }
	.nav-primary ul.menu { text-transform:uppercase; padding:0.5em 0;  }
	.nav-primary ul.menu li a { padding:0.5em 0.6em; color:#8f9092; border-bottom:3px solid rgba(0,0,0,0); }
	.nav-primary ul.menu li.current-menu-item > a,
	.nav-primary ul.menu li.current-menu-ancestor > a,
	.nav-primary ul.menu li:hover > a,
	.nav-primary ul.menu li a:hover { background:none; color:#013473; border-bottom:3px solid #013473; }
	
	.nav-primary ul.menu ul.sub-menu { background:#013473; border:0; margin-top:-3px; }
	.nav-primary ul.menu ul.sub-menu li { }
	.nav-primary ul.menu ul.sub-menu li a { background:none; color:#CCC !important; padding:0.9em 1em; }
	.nav-primary ul.menu ul.sub-menu li.current-menu-item > a,
	.nav-primary ul.menu ul.sub-menu li.current-menu-ancestor > a,
	.nav-primary ul.menu ul.sub-menu li:hover > a,
	.nav-primary ul.menu ul.sub-menu li a:hover { background:rgba(255,255,255,0.1); color:#FFF !important; }
	
	.nav-primary ul.menu > .menu-item-has-children > a:after {
		display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto;
		-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0);
		content: "\f0d7"; margin-left:0.25em;
	}
}


/** 
 *	Making Holidays Easy banner (comes with category jumpbox)
 */
.making-holidays-easy { background:#6fa4d1 url(images/banner-coast.jpg) center center no-repeat; background-size:cover;  min-height:440px; 
						min-height:300px; background-position:top center; }
.making-holidays-easy .wrap { padding:15px 30px 30px; text-align:center; color:#FFF; }
.making-holidays-easy .wrap > :last-child { margin-bottom:0; }

.making-holidays-easy .heading { font-size:1.8em; font-family: 'Cinzel', serif; margin-bottom:0.3em; line-height:1.2; text-shadow:2px 2px 1px rgba(12,67,128,0.8); }
.making-holidays-easy .tag { font-size:1.5em; font-family: 'Cinzel', serif; text-shadow:2px 2px 1px rgba(12,67,128,0.8); line-height:1.2; padding-top:0.5em; clear:both; margin:0; }

@media only screen and (min-width:500px) {
	.making-holidays-easy .heading { font-size:2.2em; }
}
@media only screen and (min-width:800px) {
	.making-holidays-easy .wrap { padding-top:5em; }
	.making-holidays-easy .heading { font-size:4em; }
}
@media only screen and (min-width:1000px) {
	.making-holidays-easy .wrap { padding-top:7em; }
}


/**
 *	Category Jumpbox
 */
.category-jumpbox { line-height:1.2; }
.category-jumpbox .column { margin:0 0 0.5em; }
.category-jumpbox .column-jump { }
.category-jumpbox .column:last-child { margin-bottom:0; }

.category-jumpbox select { cursor:pointer; }

.category-jumpbox .column { display:block; padding:0.5em; color:#FFF; }
.category-jumpbox .column p { margin:0; padding:0; }
.category-jumpbox .column a { color:#FFF; text-decoration:none; }
.category-jumpbox .column-phone { background:#45bae5; }
.category-jumpbox .column-enquire { background:#f7a162; }

.category-jumpbox .column-phone .fa { font-size:1.5em; }
.category-jumpbox .column-phone em { font-style:inherit; }
.category-jumpbox .column-phone span.tel { font-size:1.4em; font-family:serif; }
.category-jumpbox .column-enquire a { color:#000; }
.category-jumpbox .column-enquire strong { text-transform:uppercase; text-shadow:1px 1px 0 rgba(0,0,0,0.3); display:block; font-size:1.2em; color:#FFF; }

@media only screen and (max-width:700px) {
	.category-jumpbox .equalHeights { height:auto !important; overflow:visible !important; }
}
@media only screen and (min-width:700px) {
	.category-jumpbox .column			 { width:30%; float:left; margin:0; min-height:60px; padding:0; }
	.category-jumpbox .column-jump		{ width:35%; }
	.category-jumpbox .column-or		{ width:5%; background:#45bae5 url(images/jumpbox-or-bg.jpg) right center no-repeat;  }
	
	.category-jumpbox .column p a { display:block; padding:0.3em; }
	.category-jumpbox .column-jump select { width:100%; padding:0.9em; }
	.category-jumpbox .column-phone { text-align:left; }
	.category-jumpbox .column-phone p a { padding-left:10%; }
	.category-jumpbox .column-phone .fa { float:left; font-size:2em; margin-right:0.5em; margin-top:0.15em; }
	.category-jumpbox .column-phone em { font-size:0.85em; }
	.category-jumpbox .column-phone .tel { display:block; font-weight:500; }
	.category-jumpbox .column-or p { padding-top:1.3em; text-transform:uppercase; text-align:left; line-height:1; }
	.category-jumpbox .column-enquire { color:#000; }
	.category-jumpbox .column-enquire strong { color:#FFF; }
	
}
@media only screen and (min-width:700px) and (max-width:1000px) {
	.category-jumpbox .column 			{ width:45%; }
	.category-jumpbox .column-jump		{ width:100%; float:none; margin-bottom:0.5em; }
	.category-jumpbox .column-phone		{ }
	.category-jumpbox .column-or		{ width:10%; }
	.category-jumpbox .column-enquire	{ }
	.category-jumpbox .column-jump select { padding:0.5em; }
}


/** 
 *	Exclusive Banner
 */
.exclusive-banner { background:#013473; color:#FFF; text-align:center; line-height:1; font-family: 'Open Sans Condensed', sans-serif; margin:1px 0; }
.exclusive-banner .wrap { padding:1em; }
.exclusive-banner p { margin:0.5em 0 0 0; font-size:1.5em; }

.exclusive-banner p a.bttn { background:rgba(255,255,255,0.2); border:1px solid rgba(255,255,255,0.5); color:inherit; text-decoration:none; font-size:0.75em; 
						padding:0.3em 0.8em; border-radius:0.4em; line-height:1; display:inline-block; }
.exclusive-banner p a.bttn:hover { background:rgba(255,255,255,0.3); }

@media only screen and (min-width:740px) {
	.exclusive-banner img { float:left; }
	.exclusive-banner p { margin:0; text-align:right; font-size:1.8em; padding-top:0.3em; font-size:2.1em; }
	.exclusive-banner p a.bttn { margin-top:-10px; margin-left:20px; }
	.exclusive-banner p.specials strong { font-weight:inherit; float:left; }
}
@media only screen and (min-width:900px) {
	.exclusive-banner p { font-size:2.7em; padding:0; }
}




/**
 *	Inner wrap
 *
@media only screen and (min-width:800px) {
	.site-inner-wrap { background:url(images/inner-bg.jpg) top center no-repeat; background-size:100% auto; }
	.site-inner { background:#f6f6f6; padding:1.5em; }
	body.has-tws-flexslider .site-inner { padding:1.5em 0; }
	
	
}
@media only screen and (min-width: 5200px) {
	.site-inner { padding:1.5em; }
	body.has-tws-flexslider .site-inner { padding:1.5em 0; }
}




/**
 *	Hero Banner
 *
.tws-flexslider-wrap { position:relative; z-index:1; line-height:1; }
.tws-flexslider-wrap .flexslider { margin:0 auto; overflow:hidden; background:none; border:0; border-radius:0; box-shadow:none; }

x.tws-flexslider-wrap .caption { background:rgba(1,52,115,0.5); color:#FFF; text-shadow:1px 1px 2px rgba(0,0,0,0.5); display:block; padding:0.75em 0.5em; font-size:1.2em; }
.tws-flexslider-wrap .slides .caption { display:block; padding:0.5em; background:#013473; color:#FFF; font-size:1.3em; line-height:1; }
.tws-flexslider-wrap .slides .caption:after { content:""; clear:both; display:table; }
.tws-flexslider-wrap .slides .caption img { width:auto; height:auto; line-height:1px; }

@media only screen and (min-width:600px) {
	x.tws-flexslider-wrap .caption { position:absolute; bottom:0; left:0; width:100%; padding:0.6em 0.5em; background:rgba(1,52,115,0.3); background:none; }
	.tws-flexslider-wrap .slides .caption { font-size:1.8em; font-weight:300; }
	.tws-flexslider-wrap .slides .caption img { float:left; }
	.tws-flexslider-wrap .slides .caption em { font-style:inherit; float:right; }
}
@media only screen and (min-width:1000px) {
	.tws-flexslider-wrap .slides .caption { font-size:2.5em; }
}


/**
 *	Hero Banner
 */
.tws-flexslider-wrap { position:relative; z-index:1; line-height:1; background:#8cc2e8; }
.tws-flexslider-wrap .flexslider { margin:0 auto; overflow:hidden; background:none; border:0; border-radius:0; box-shadow:none; }

/*
.tws-flexslider-wrap .slides .caption { display:block; padding:0.5em; background:#013473; color:#FFF; font-size:1.3em; line-height:1; }
.tws-flexslider-wrap .slides .caption:after { content:""; clear:both; display:table; }
.tws-flexslider-wrap .slides .caption img { width:auto; height:auto; line-height:1px; }

@media only screen and (min-width:600px) {
	.tws-flexslider-wrap .slides .caption { font-size:1.8em; font-weight:300; }
	.tws-flexslider-wrap .slides .caption img { float:left; }
	.tws-flexslider-wrap .slides .caption em { font-style:inherit; float:right; }
}
@media only screen and (min-width:1000px) {
	.tws-flexslider-wrap .slides .caption { font-size:2.5em; }
}






/**
 *	Content
 */

.entry-comments, .comment-respond, .entry-pings,
.content .entry, .sidebar .widget { background:none; border-radius:0; padding:0; }

.site-inner { background:#FFF; border:1px solid #e8e8e8; padding:1.5em; margin:1.5em auto; }

.archive-description, .author-box { background:none; font-size:1em; padding:0; margin:0 0 1em 0; }
.archive-title, .entry-title { font-size:1.8em; font-family: 'Cinzel', serif; }
.archive-title, .entry-title, .entry-title a {  }
h1 strong, h2 strong, h3 strong, h4 strong { font-weight:inherit; }
h1, h2 { font-size:1.5em; font-weight:400; }	 h1 strong, h2 strong { }
	h3 { font-size:1.3em; font-weight:400; }				h3 strong { }
	h4 { font-size:1.2em; font-weight:600; }				h4 strong { }


.entry-content p,
.entry-content ol, 
.entry-content ul { margin-bottom:1.2em; }

.entry-content > :last-child { margin-bottom:0; }

blockquote { margin:0 0 1.5em 0; padding:0 0 0 2.5em; font-style:inherit; }
blockquote::before { font-family:sans-serif; font-size:5.5em; top:-0.4em; left:-0.4em; opacity:0.3; }


.term-description,
.archive-description-has-intro-text { background:#FFF; border:1px solid #e8e8e8; padding:1em; margin:0 0 1.5em 0; }
.term-description > :last-child { margin-bottom:0; }
.archive-description:after { content:""; clear:both; display:table; }

.archive-description ul { padding-left:1.5em; }
.archive-description ul li { list-style:disc; }

/** 
 *	Homepage & shop browse styles
 */
body.post-type-archive-product .site-inner,
.tax-product_cat .site-inner,
.page-template-homepage .site-inner { background:none; border:0; padding:0; margin:0 auto; padding-top:1.5em; } 
.page-template-homepage .entry-title { text-align:center; }

.page-template-homepage { }




/**
 *	WooCommerce
 */
.woocommerce .input-text { border-radius:0.25em; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea { line-height:1.3; }
.woocommerce abbr.required { text-decoration:none; font-weight:900; }
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background:#013372; color:#FFF; font-weight:500;
	background:#f7a262; color:#FFF; font-weight:500; text-shadow:1px 1px 1px rgba(0,0,0,0.3);
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background:#08499a;
	background:#f68b3a;
}



/**
 *	WooCommerce - Browse Products
 */
.woocommerce .product-grid-bar { background:#FFF; border:1px solid #e8e8e8; padding:1em; margin-bottom:1.5em; }
.woocommerce .product-grid-bar:after { content:""; clear:both; display:table; }
.woocommerce .product-grid-bar p, 
.woocommerce .product-grid-bar form,
.woocommerce .product-grid-bar .gridlist-toggle { margin:0; }
.woocommerce .product-grid-bar .gridlist-toggle { padding:0 !important; clear:none; float:right; }
.woocommerce .product-grid-bar .gridlist-toggle a { margin-right:0.5em; }
.woocommerce .product-grid-bar form select { padding:0.25em 0.5em 0.3em; }
.woocommerce .product-grid-bar .woocommerce-result-count { padding-top:0.3em; }

.woocommerce ul.products li.product { text-align:center; background:#FFF; border:1px solid #e8e8e8; padding:1em; }
.woocommerce ul.products li.product img { margin:0 0 0.5em 0; }
.woocommerce ul.products li.product h3 { color:#013473; font-weight:400; padding:0; margin:0.5em 0 0.5em; font-size:1.1em; }
.woocommerce ul.products li.product h3 .count { display:none; }
.woocommerce ul.products li.product h3 .nowrap { display:inline-block; }
.woocommerce ul.products li.product .button { margin:0; }

.woocommerce ul.products li.product-category { background:none; border:0; padding:0; }
.woocommerce ul.products li.product-category a { display:block; background:#FFF; border:1px solid #e8e8e8; padding:1em; }
.woocommerce ul.products li.product-category a:hover { box-shadow:0 0 1px rgba(0,0,0,0.1); }
.woocommerce ul.products li.product-category h3 { margin-bottom:0; font-weight:400; }
.woocommerce ul.products li.product-category span.options { display:inline-block; color:#888; border:1px solid #e8e8e8; padding:0.2em 0.5em; margin:0.75em 0 0; 
	font-size:1em; font-family: 'Cinzel', serif; font-weight:400; }
.woocommerce ul.products li.product-category a:hover span.options { color:#666; border-color:#AAA; }

.woocommerce ul.products li.product-category .bullet-points { text-align:left; line-height:1.2; display:block; background:#FFF; border:1px solid #e8e8e8; padding:1em; border-top:0; margin-top:-1px; }
.woocommerce ul.products li.product-category .bullet-points ul { margin:0; padding:0; }
.woocommerce ul.products li.product-category .bullet-points ul li { margin:0 0 0.25em 1.25em; list-style:circle; }
.woocommerce ul.products li.product-category .bullet-points ul > li:last-child { margin-bottom:0; }
.woocommerce ul.products li.product-category .bullet-points a,
.woocommerce ul.products li.product-category .bullet-points a:hover { display:inline; border:0; padding:0; box-shadow:none; }


.woocommerce ul.products li.product-category .sub-categories { display:block; background:#FFF; border:1px solid #e8e8e8; padding:1em; border-top:0; margin-top:-1px; }
.woocommerce ul.products li.product-category .sub-categories p { margin:0; padding:0; text-align:left; line-height:1.2; }
.woocommerce ul.products li.product-category .sub-categories p a,
.woocommerce ul.products li.product-category .sub-categories p a:hover { background:none; border:0; box-shadow:none; }
.woocommerce ul.products li.product-category .sub-categories p a { padding:0.25em 0; }
.woocommerce ul.products li.product-category .sub-categories p a:before { 
	display:inline-block; font:normal normal normal 14px/1 FontAwesome; font-size:inherit; 
	text-rendering:auto; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
	content: "\f115"; margin-right:0.25em; color:rgba(0,0,0,0.3);
}

.woocommerce ul.products li.product { width:32%; margin:0 1% 1.5em; }
.woocommerce ul.products li.product.first { margin-left:0; }
.woocommerce ul.products li.product.last { margin-right:0; }
.woocommerce .related ul.products li.product:nth-child(3n) { margin-right:0; }

.columns-4 ul.products li.product { width:22%; margin:0 2% 1.5em; }

.woocommerce ul.products.list .equalHeights { height:auto !important; }
.woocommerce ul.products.list li { padding-bottom:0; }
.woocommerce ul.products hr { display:none; }

@media only screen and (max-width: 600px) {
	.woocommerce .product-grid-bar { text-align:center; }
	.woocommerce .product-grid-bar p, 
	.woocommerce .product-grid-bar form,
	.woocommerce .product-grid-bar .gridlist-toggle { float:none; margin-bottom:0.5em; }
	.woocommerce .product-grid-bar .gridlist-toggle { margin-bottom:0; }
}
@media only screen and (max-width: 768px) {
	.woocommerce ul.products li.product { width:48% !important; margin:0 0 1.5em; }
	.woocommerce ul.products li.product:nth-child(1n) {  }
	.woocommerce ul.products li.product:nth-child(2n) {  }
	.woocommerce ul.products li.product h3 { font-size:1em; line-height:1.2; }
	.woocommerce ul.products li.product-category span.options { line-height:1.2; }
}


/**
 *	WooCommerce - new product gallery
 */
.woocommerce .product .woocommerce-product-gallery { }
.woocommerce .product .woocommerce-product-gallery figure { margin:0 0 5px 0; }

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) { margin:8px 0 0; padding:0 2px; }
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+6) { margin-top:2px; }

.woocommerce .product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li { width:23% !important; margin:8px 1.333% 0 !important; }
.woocommerce .product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) { clear:left; margin-left:0 !important; }
.woocommerce .product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) { margin-right:0 !important; }



/**
 *	WooCommerce - View Product
 */
.woocommerce { }

.woocommerce .cart table.variations { line-height:1.2; }
.woocommerce .cart table.variations select { padding:0.25em; margin-bottom:0.25em; }
.woocommerce .cart .quantity input.qty { padding:0.35em 0.2em 0.35em 0.5em; }

.woocommerce .summary .price .txt_per_week { font-size:0.85em; }

.woocommerce .cart label.book_start_date_label, .woocommerce .cart label.book_end_date_label { display:inline-block; min-width:5em; margin:0 0.25em 0 0 !important; }
.woocommerce .cart label.book_end_date_label br { display:none; }
.woocommerce .cart label.book_end_date_label:before { clear:both; }
.woocommerce .cart input.booking_calender { width:7em; max-width:100%; padding:0.25em; }
.woocommerce .cart .show_time_slot { margin:0 0 1em 0; }
.woocommerce .cart .show_time_slot:before { content:"Price for selected dates: "; }

.woocommerce .product > .thumbnails { clear:both; text-align:center; line-height:1px; margin-bottom:1.5em; }
.woocommerce .product > .thumbnails a { display:inline !important; clear:none !important; float:none !important; margin:0 !important; padding:0 !important; width:auto !important; }
.woocommerce .product > .thumbnails a img { background:#FFF; border:1px solid #e8e8e8; padding:3px; margin:5px; max-width:150px; }
.woocommerce .product > .thumbnails a:hover img { box-shadow:0 0 1px rgba(0,0,0,0.15); }

.type-product .entry-content { clear:both; }

@media only screen and (min-width: 768px) {
	body.full-width-content { }
	body.full-width-content div.product div.images { width:35%; }
	body.full-width-content div.product div.summary { width:62%; }
}



/**
 *	WooCommerce - Cart/Checkout
 */

.woocommerce .wc-cart-shipping-notice { display:none; }

.woocommerce table.shop_table { background:#FFF; }
.woocommerce-cart table.cart td.actions .coupon .input-text { width:10em; max-width:100%; padding:0.55em 0.5em; }
.woocommerce-cart .wc-proceed-to-checkout { text-align:center; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button { display:inline-block; }

.woocommerce-checkout #ship-to-different-address input { margin-left:1em; }
.woocommerce-checkout #order_review_heading { clear:both; padding-top:1.5em; }
.woocommerce .order_details li,
.woocommerce-checkout ul.payment_methods li { list-style:none; }

.woocommerce table.shop_table dl.variation { line-height:1.2; }
.woocommerce table.shop_table dl.variation dt, .woocommerce table.shop_table dl.variation dd { margin-bottom:0; }
.woocommerce table.shop_table dl.variation dt { }
.woocommerce table.shop_table dl.variation dd { }

.woocommerce .checkout-arrival-date input.hasDatepicker { background:url(data:image/gif;base64,R0lGODlhDwAQAJECAP///0RERP///wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NEIyOThFMzJBODUxMUU1OUQyMEY2NjcxMEYxQUI2QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NEIyOThFNDJBODUxMUU1OUQyMEY2NjcxMEYxQUI2QyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0QjI5OEUxMkE4NTExRTU5RDIwRjY2NzEwRjFBQjZDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk0QjI5OEUyMkE4NTExRTU5RDIwRjY2NzEwRjFBQjZDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAQAAAgAsAAAAAA8AEAAAAiZMJKaG6w+jlKDaaw3eVecAaCL4heDIbeh6tuaLphf7lnQpf9NSAAA7) 0.3em center no-repeat; padding-left:1.5em; cursor:pointer; }

.woocommerce form .form-row textarea#order_comments {
	height:8em;
}


/**
 *	Lower testimonial bar
 */
.section-testimonials {  }
.section-testimonials .wrap { padding-top:1.5em; padding-bottom:1.5em; }
.section-testimonials h2 { color:#6c6c6c; font-family: 'Cinzel', serif; font-size:1.7em; font-weight:normal; }
.section-testimonials p { color:#013473; font-weight:500; }
.section-testimonials blockquote { color:#6c6c6c; font-weight:300; margin-bottom:0; }
.section-testimonials blockquote:before { color:#003470; opacity:0.8; }
.section-testimonials blockquote:last-child { margin-bottom:0; }
.section-testimonials blockquote p { font-weight:inherit; color:inherit; }
.section-testimonials blockquote p.author { color:#013473; font-weight:500; }
.section-testimonials blockquote p.author .fa { opacity:0.25; margin-right:0.5em; }
.section-testimonials blockquote > :last-child { margin-bottom:0; }
.section-testimonials p.more { margin:0; text-align:right; }


/**
 *	Sidebars
 */
.sidebar .widget { }
.sidebar .widget-wrap { }
.sidebar .widget-title { }

.widget-bullets { }
.widget-bullets ul.bullets { }
.widget-bullets ul.bullets li { }
.widget-bullets ul.bullets li a { }

.widget-bullets ul.bullets li:before { 
	display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto;
	-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0);
	content: "\f105"; margin-right:0.3em;
}

.widget-mailchimp { }
.widget-mailchimp p { margin-bottom:1em; }
.widget-mailchimp .textwidget { margin-bottom:0.5em; }
.widget-mailchimp form.mailchimp { margin-bottom:1em; }
.widget-mailchimp form.mailchimp p label { display:block; cursor:pointer; }
.widget-mailchimp form.mailchimp p label span { display:inline-block; min-width:3em; }
.widget-mailchimp form.mailchimp p label input { width:10em; width:75%; }
.widget-mailchimp form.mailchimp p.submit { text-align:center; }

.widget-thumbnails { }
.widget-thumbnails .thumbnails { text-align:center; }
.widget-thumbnails .thumbnails img { max-width:45%; margin:4px; }
.widget-thumbnails .thumbnails a img { }
.widget-thumbnails .thumbnails a:hover img { }

.widget-flexslider { }
.widget-flexslider ul, .widget-flexslider li { margin:0; padding:0; list-style:none; border:0; }
.widget-flexslider .flexslider { margin:0; padding:0; border:0; background:none; overflow:hidden; line-height:1; border-radius:0; }

.widget-image-caption { }
.widget-image-caption p.image { position:relative; text-align:center; }
.widget-image-caption p.image img { display:block; width:100%; height:auto; }
.widget-image-caption p.image .caption { position:absolute; left:0; bottom:0; width:100%; padding:0.4em; }
.widget-image-caption p.image .caption { background:rgba(0,0,0,0.6); color:#FFF; text-shadow:1px 1px 0 rgba(0,0,0,0.5); }

.widget_product_categories { }
.widget_product_categories ul { line-height:1.2; }
.widget_product_categories ul li { border:0; padding:0; margin:0; }
.widget_product_categories ul li a { display:block; padding:0.4em 0; }
.widget_product_categories ul ul { display:none; }
.widget_product_categories ul li.current-cat-parent > ul { display:block; }
.widget_product_categories ul ul li a { padding-left:1.5em; }
.widget_product_categories ul ul li li a { padding-left:2.5em; }
.widget_product_categories ul li a:before {
	display:inline-block; font:normal normal normal 14px/1 FontAwesome; font-size:inherit; 
	text-rendering:auto; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
	content: "\f115"; margin-right:0.25em; color:rgba(0,0,0,0.3);
}
.widget_product_categories ul li.current-cat > a:before {
	content: "\f07c"; color:rgba(0,0,0,0.5);
}




/**
 *	Homepage Widgets
 *
.homepage-widgets { }
.homepage-widgets .wrap { }

.homepage-widgets .widget { margin:0 0 1.5em 0; }
.homepage-widgets .widget-wrap { padding:10px; }
.homepage-widgets .widget-title {  }

@media only screen and (max-width: 600px) {
	.homepage-widgets .widget-wrap { height:auto !important; }
}
@media only screen and (min-width: 600px) {
	.homepage-widgets .widget { float:left; padding:0 0.75em; }
	.homepage-widgets .widget-wrap { }
	.homepage-widgets .widget-count-2 .widget { width:50%; }
	.homepage-widgets .widget-count-3 .widget { width:33.3%; }
	.homepage-widgets .widget-count-3 .widget:first-child { padding-left:0; }
	.homepage-widgets .widget-count-3 .widget:last-child { padding-right:0; }
}


/**
 *	Footer Widgets
 */
.footer-widgets { padding:0; color:inherit; }
.footer-widgets .wrap { padding:1em 0.5em; }
.footer-widgets .widget, .footer-widgets .widget-title { color:inherit; }

.footer-widgets .widget-title { font-size:1.1em; font-weight:500; text-transform:uppercase; color:#013370; }
.footer-widgets .widget { margin-bottom:1.5em; }
.footer-widgets .widget:last-child { margin-bottom:0; }
.footer-widgets a { color:#454545; text-decoration:none; }
.footer-widgets a:hover { color:#013370; }

.footer-widgets .widget-menu ul { }
.footer-widgets .widget_product_categories ul li,
.footer-widgets .widget-menu ul li { list-style:none; margin:0; padding:0; }
.footer-widgets .widget_product_categories ul li a,
.footer-widgets .widget-menu ul li a { display:block; line-height:1.2; padding:0.4em 0; }


.hide-phone-number-input,
.footer-widgets .widget_contact_form form p:nth-child(3) { display:none; }
.footer-widgets .widget_contact_form form p label span { }
.footer-widgets .widget_contact_form form p label .txt { width:100%; }

.footer-widgets .widget-count-3 .widget_product_categories ul ul { display:none; }

@media only screen and (min-width: 600px) {
	.footer-widgets .wrap { padding:1em 0.5em 0; }
	.footer-widgets .widget { margin:0; }

	.footer-widgets .widget-count-2 { }
	.footer-widgets .widget-count-2 .widget { float:left; }
	.footer-widgets .widget-count-2 .widget:nth-child(1) { width:30%; }
	.footer-widgets .widget-count-2 .widget:nth-child(2) { width:70%; }
	
	.footer-widgets .widget-count-2 .widget:nth-child(2) form.contact { }
	.footer-widgets .widget-count-2 .widget:nth-child(2) form.contact p label span { min-width:6.5em; }
	.footer-widgets .widget-count-2 .widget:nth-child(2) form.contact p label .txt { width:70%; }
			
	.footer-widgets .widget-count-3 { }
	.footer-widgets .widget-count-3 .widget { float:left; }
	.footer-widgets .widget-count-3 .widget:nth-child(1) { width:20%; }
	.footer-widgets .widget-count-3 .widget:nth-child(2) { width:40%; }
	.footer-widgets .widget-count-3 .widget:nth-child(3) { width:40%; }
}

@media only screen and (min-width: 1200px) {
	.footer-widgets { overflow:hidden; }
	.footer-widgets .wrap { position:relative; }
	.footer-widgets .wrap:before { content:url(images/chair-watermark-blue.png); position:absolute; top:0; right:0; margin:0 -300px 0 0; }
}
@media only screen and (min-width: 1830px) {
	.footer-widgets { overflow:visible; }
	.footer-widgets .wrap:before { top:auto; bottom:0; margin:0 -300px -40px 0; }
}




/**
 *	Testimonials section
 */
.section-testimonials { background:#FFF; }
.section-testimonials .wrap { }

/**
 *	Footer
 */
.site-footer { background:#FFF; }
.site-footer .wrap { }
.site-footer p { margin-bottom:1em; }
.site-footer p:last-child { margin-bottom:0; }

.site-footer .social .fa { font-size:2em; margin:0 0.2em; color:#125687; }
.site-footer .social .fa-facebook-official { color:#00549d; }

.site-footer p.phone {  }
.site-footer p.phone .fa { font-size:1.1em; color:#8f9091; }
.site-footer p.phone strong { font-weight:inherit; font-size:0.85em; text-transform:uppercase; }
.site-footer p.phone .tel { display:block; color:#013473; font-family:serif; font-weight:bold; font-size:1.3em; }

.site-footer .links a { display:inline-block; padding:0 0.5em; border-right:1px solid rgba(0,0,0,0.2); }
.site-footer .links a:first-of-type { padding-left:0; }
.site-footer .links a:last-child { padding-right:0; border-right:none; }

@media only screen and (min-width: 700px) {
	.site-footer p.links { display:inline-block; margin:0 1em; }
	.site-footer .social .fa { font-size:2.2em; }
}

@media only screen and (min-width: 1200px) {
	x.site-footer p { display:inline-block; margin:0 1em; padding:1.1em 0 0; }
	.site-footer { text-align:right; }
	.site-footer p.social { float:left; margin:0; padding:0; margin-right:1.5em; }
	.site-footer .social .fa { font-size:2.5em; }
	.site-footer p.phone { float:left; margin:0; min-width:10em; text-align:left; padding-top:0; }
	.site-footer p.phone .fa { float:left; margin-right:0.25em; font-size:2.4em; }
	.site-footer p.phone strong { }
	.site-footer p.phone .tel { }
}






/**
 *	Forms
 */
form label { cursor:pointer; }
form select { cursor:pointer; }
input, select, textarea { font-size:1em; padding:0.5em; }

form.tws p.submit input, 
button, input[type="button"], 
input[type="reset"], 
input[type="submit"], 
.button, a.button { background:#013372; color:#FFF; padding:0.8em 1.5em; cursor:pointer; border-radius:0.3em; font-weight:500; text-decoration:none; }

form.tws p.submit input:hover, 
button:hover, 
input:hover[type="button"], 
input:hover[type="reset"], 
input:hover[type="submit"], 
.button:hover, a.button:hover { background:#08499a; color:#FFF; box-shadow:none; }


/** 
 *	Comments
 */
.comment-list .comment { padding:0; border:0; background:none; }
.comment-list .comment .comment-author img.avatar { transform:rotate(-3deg); border:2px solid #FFF; box-shadow:1px 1px 1px rgba(0,0,0,0.2); }

.comment-form { }
.comment-form p label { display:inline-block; min-width:5em; width:15%; }
.comment-form input[type="email"], .comment-form input[type="text"], .comment-form input[type="url"] { width:80%; padding:0.5em; }
.comment-form textarea { padding:0.5em; }


/**
 *	WordPress Gallery
 */
.gallery { margin:0 auto 1em; line-height:1.4; clear:both; }
.gallery:after { content:""; clear:both; display:table; }
.gallery br { display:none; }
.gallery .gallery-item { float:left; padding:0 1em 1em; margin:0; text-align:center; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
.gallery .gallery-item .gallery-icon { }
.gallery .gallery-item .gallery-icon img { border:1px solid #CFCFCF; background:#FFF; padding:1px; }
.gallery .gallery-item .gallery-icon a img { box-shadow:1px 1px 1px rgba(0,0,0,0.01); }
.gallery .gallery-item .gallery-icon a:hover img { border-color:#BBB; box-shadow:1px 1px 1px rgba(0,0,0,0.1); }
.gallery .gallery-item .gallery-caption { font-size:0.85em; margin:0; font-weight:inherit; }

.gallery-columns-2 .gallery-item {	width:50%; }	.gallery-columns-2 .gallery-item:nth-of-type(odd)  { clear:left; } 
.gallery-columns-3 .gallery-item {	width:33%; }	.gallery-columns-3 .gallery-item:nth-of-type(3n+1) { clear:left; }
.gallery-columns-4 .gallery-item {	width:25%; }	.gallery-columns-4 .gallery-item:nth-of-type(4n+1) { clear:left; }
.gallery-columns-5 .gallery-item {	width:20%; }	.gallery-columns-5 .gallery-item:nth-of-type(5n+1) { clear:left; } 

@media only screen and (max-width: 550px) {
	.gallery .gallery-item { width:50%; }
}

@media only screen and (max-width: 400px) {
	.gallery .gallery-item { float:none; margin:0 0 1em 0; width:100%; }
}


/**
 *	WordPress Captions
 */
.wp-caption { max-width:100%; background:#FFF; border:1px solid rgba(0,0,0,0.1); box-shadow:1px 1px 2px rgba(0,0,0,0.05); border-radius:0 0 5px 5px; text-align:center; padding:3px;  }
.wp-caption .wp-caption-text { }
.wp-caption-text { font-weight:normal; margin-bottom:0.25em; }
div.alignright, .wp-caption.alignright { margin-right:4px; }


/**
 *	A few Tailored Tweaks
 */
.entry-content a.post-edit-link { display:block; clear:both; float:right; padding:0 1em; margin-top:2em; }


/**
 *	Icons for blog posts & WooCommerce products
 *	Uses font awesome
 */
.woocommerce .product_meta { }
.woocommerce .product_meta > span { display:block; }
.woocommerce .product_meta > span:before,
.entry-meta .entry-time:before,
.entry-meta .entry-categories:before,
.entry-meta .entry-tags:before,
.entry-meta .entry-comments-link a:before {
	display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto;
	-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0);
	min-width:1.5em; padding-right:0.2em; opacity:0.5;
}
.woocommerce .product_meta,
.entry-meta { font-size:0.9em !important; }
.entry-footer .entry-meta { border:0; padding:1em 0 0 0;}

.woocommerce .product_meta span.sku_wrapper:before	{ content:"\f02a"; }
.woocommerce .product_meta span.posted_in:before	{ content:"\f115"; }
.woocommerce .product_meta span.tagged_as:before	{ content:"\f02c"; }
.entry-meta .entry-time						{ margin-right:1em; }
.entry-meta .entry-time:before				{ content:"\f133"; }
.entry-meta .entry-categories:before		{ content:"\f115"; }
.entry-meta .entry-tags:before				{ content:"\f02c"; }
.entry-meta .entry-comments-link			{ margin-left:1em; }
.entry-meta .entry-comments-link:before		{ content:""; }
.entry-meta .entry-comments-link a:before	{ content: "\f0e5"; color:#000; min-width:0; }
.entry-meta .entry-comments-link a:after	{  }
.entry-meta a.post-edit-link				{ margin-left:1.5em; }




/**
 *	Responsive video embeds
 */
.oembed-wrap { position:relative; padding-bottom:56.25%; height:0; margin:0 0 1.5em 0; line-height:1px; overflow:hidden; clear:both; }
.oembed-wrap iframe { position:absolute; top:0; left:0; width:100%; height:100%; }
.oembed-wrap.aspect-4-3 { padding-bottom:75%; }
.oembed-wrap.aspect-16-9 { padding-bottom:56.25%; }
.oembed-wrap.aspect-21-9 { padding-bottom:42.86%; }
_::-moz-range-track, body:last-child .oembed-wrap.aspect-16-9 iframe { top:-1px; }	/* Firefox only */


/**
 *	Responsive map embed
 */
.googlemap { clear:both; margin:0 0 1.5em 0; }
.googlemap img, .googlemap iframe { max-width:100%; border:1px solid rgba(0,0,0,0.5); padding:1px; background:rgba(255,255,255,0.5); }
.googlemap img { display:block; }
.googlemap iframe { display:none; }
@media only screen and (min-width:500px) {
	.googlemap img { display:none; }
	.googlemap iframe { display:block; }
}


/**
 *	jQuery UI Tabs
 */
.ui-tabs .ui-tabs-panel { border-top:4px solid #7f05a5;  }
.ui-tabs .ui-tabs-panel h2 { display:none; }
.ui-tabs .ui-tabs-nav { clear:both; font-size:1em; font-size:0.9em; }
.ui-tabs .ui-tabs-nav li a { color:#000; background:#d0d0d0; margin:0 1px 0 0; text-decoration:none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active a { color:#FFF; background:#7f05a5; }
@media only screen and (max-width: 760px) {
	.ui-tabs .ui-tabs-nav { display:none; }
	.ui-tabs .ui-tabs-panel { display:block !important; border:0; padding:0 0 1em 0; }
	.ui-tabs .ui-tabs-panel h2 { display:block; }
}



/**
 *	Print Rules
 */
@media print {
}
