/*
Theme Name:		Hobart Bike Hire 2018
Description:	Custom theme built on Genesis by Tailored Media 2018.
Author:			Tailored Media
Author URI:		http://www.tailoredmedia.com.au/
Version:		2.6.1
Template:		genesis
Template Version: 2.6
*/




/**
 *	General Defaults
 */
body { background:#FFF; }
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%; }
.site-inner, .wrap { width:1200px; max-width:95%; }



/**
 *	Header
 */
.site-header { text-align:center; }
.site-header .wrap { padding:0.5em 0 0; } 
.site-header .wrap > :last-child { margin-bottom:0; }
.site-header::after,
.site-header .wrap::after { 
	clear: left;
	content: " ";
	display: table;
}

.site-header .site-title { max-width:calc(100% - 6em); position:relative; z-index:50; }
.site-header .site-title img { }

.site-header .hamburger-menu-toggle { font-size:1.2em;  }
.site-header .hamburger-menu-toggle a { color:#000; float:none; }

@media only screen and (max-width: 960px) {
	.site-header .site-title { float:left; }
	.site-header .hamburger-menu-toggle { float:right; margin-top:2em; }
}
@media only screen and (min-width: 500px) and (max-width: 960px) {
	.site-header .hamburger-menu-toggle { margin-top:4em; }
}

@media only screen and (min-width: 960px) {
	.site-header .site-title { float:right; }
	.site-header .nav-primary {  float:left; max-width:calc(100% - 280px); margin-top:1em; }
	.site-header .nav-primary .wrap { max-width:100%; width:auto; padding:0; margin-bottom:1em; }

}

/*
@media only screen and (max-width: 960px) {
	.site-header .wrap { padding-right:6em; }
	.site-header .hamburger-menu-toggle { position:absolute; top:1em; right:0.5em; font-size:1.1em; color:#FFF; }
	.site-header .hamburger-menu-toggle a { color:inherit; }
}

@media only screen and (min-width: 450px) and (max-width: 960px) {
	.site-header .wrap { padding-right:7em; }
	.site-header .hamburger-menu-toggle { font-size:1.5em; }	
}





/**
 *	Menu Bar
 */
.nav-primary { }
.nav-primary { text-align:left; }
.genesis-nav-menu { text-align:inherit; }

@media only screen and (max-width:960px) {
	.nav-primary { }
}

@media only screen and (min-width:960px) {
	.nav-primary { background:none; }
	.nav-primary ul.menu { text-transform:uppercase; padding:0; }
	.nav-primary ul.menu li a { padding:1em 1em; color:#000; border-radius:0.25em; }
	.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:focus,
	.nav-primary ul.menu li a:hover { background:#3dff00; color:#000; }
	
	.nav-primary ul.menu ul.sub-menu { background:#f0efed; }
	.nav-primary ul.menu ul.sub-menu li { }
	.nav-primary ul.menu ul.sub-menu li a { background:none; color:#000 !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:focus,
	.nav-primary ul.menu ul.sub-menu li a:hover { background:#3dff00; color:#000 !important; }
}



/**
 *	Hero Banner
 */
.tws-flexslider-wrap { 
	position:relative; 
	z-index:1; 
	line-height:1; 
	clear:left;
}
.tws-flexslider-wrap .flexslider { 
	margin:0 auto; 
	x-overflow:hidden; 
	background:none; 
	border:0; border-radius:0; box-shadow:none; 
	width:100%;
	clear:left;
}

.tws-flexslider-wrap .caption { text-align:center; padding:0.5em; text-transform:uppercase; }
.tws-flexslider-wrap .caption h2 { font-size:2em; font-weight:bold; }
.tws-flexslider-wrap .caption h2 strong { color:#3aff00; font-weight:inherit; }

@media only screen and (min-width:600px) {
	.tws-flexslider-wrap .caption {
		display:block; position:absolute;
		top:50%; left:50%; transform: translate(-50%, -50%);
		width:95%; max-width:1200px;
		text-align:right;
		color:#fff;
		padding:0;
		line-height:1.2;
	}
}
@media only screen and (min-width:960px) {
	.tws-flexslider-wrap .caption {
		font-size:2em;
	}
}
@media only screen and (min-width:1300px) {
	.tws-flexslider-wrap .caption {
		font-size:2.5em;
	}
}




/**
 *	Content
 *
.entry-comments, .comment-respond, .entry-pings,
.content .entry, .sidebar .widget { background:none; border-radius:0; padding:0; }

.archive-description, .author-box { background:none; font-size:1em; padding:0; margin:0 0 1em 0; }
.archive-title, .entry-title { font-size:1.8em; }
.archive-title, .entry-title, .entry-title a {  }
/* */
.site-inner { padding-top:1em;  clear:left; }

body { overflow-x:hidden; }

body.page .entry-title, 
body.single-post .entry-title,
.archive-title { 
	font-size:1.8em;
	width: 100vw;
	position:relative;
	left:50%; right:50%;
	margin-left:-50vw; margin-right:-50vw;
	background:url(images/bg.jpg);
	padding:1em 1em;
}
@media only screen and (min-width: 1200px) {
	body.page .entry-title, 
	body.single-post .entry-title,
	.archive-title {
		padding-left:calc(50vw - 580px);
		padding-right:calc(50vw - 580px);
	}
}

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; }


.fa-stack.tick-circle {  }
.fa-stack.tick-circle .fa-circle { color:#3e3e3e; }
.fa-stack.tick-circle .fa-check { color:#3dff00; }




/**
 *	Stripe: Reservations & Trip Advisor
 *
.stripe-reservations { padding:2em 0; clear:both; }
.stripe-reservations .wrap {  }
.stripe-reservations a.button { font-size:1.3em; }
@media only screen and (min-width: 1100px) {
	.stripe-reservations a.button { font-size:1.5em; }
}



/**
 *	Template: Homepage;
 */
body.template-homepage {  }
body.template-homepage .entry-title { 
	padding:0; background:none; margin:0 0 0.5em; width:auto; 
	left:auto; right:auto;
}
body.template-homepage .site-inner {
	background:url(images/bg.jpg);
	padding:1em;
	width:100%; max-width:100%;
}
body.template-homepage .site-inner .content-sidebar-wrap {
	width:1200px; max-width:95%;; margin:0 auto;
}
body.template-homepage .entry-content a.post-edit-link { margin:0; padding:0; }
body.template-homepage article.type-page:last-child { margin-bottom:0; }



/**
 *	Bike Categories
 */
.bike-categories { padding:2em 0; }
.bike-categories::after { content:""; clear:both; display:table; }
.bike-categories .bike-term {  }
.bike-categories .bike-term h2 {  }
.bike-categories .bike-term table { line-height:1.4; }
.bike-categories .bike-term table th { min-width:6em; }
@media only screen and (min-width: 600px) {
	/*
	.bike-categories .bike-term { float:left; width:31%; margin:0 1.75% 1.5em; }
	.bike-categories .bike-term:nth-child(3n+1) { margin-left:0; }
	.bike-categories .bike-term:nth-child(3n) { margin-right:0; }
	*/
	.bike-categories {
		display:grid;
		grid-template-columns:repeat(3, 1fr);
		grid-gap:1em;
	}
}


/**
 *	Bike List
 */
.bike-list { padding:2em 0; }
.bike-list::after { content:""; clear:both; display:table; }
.bike-list .bike-group {  }
.bike-list .bike-group::after { content:""; clear:both; display:table; }
.bike-list h2 { 
	font-size:2em; 
	border-bottom:1px solid rgba(0,0,0,0.1); 
	margin-bottom:0.5em; 
	text-transform:uppercase;
}
.bike-list h3 {  }
.bike-list .bike-item { text-align:center; }
.bike-list .bike-item table { text-align:left; }

@media only screen and (min-width: 600px) {
	.bike-list .bike-item { float:left; width:31%; margin:0 1.75% 1.5em; }
	.bike-list .bike-item:nth-child(3n+1) { margin-left:0; }
	.bike-list .bike-item:nth-child(3n) { margin-right:0; }
}

/**
 *	Put "Kids Bike" and "Tag Alongs" side-by-side
 */
@media only screen and (min-width: 600px) {
	.bike-list .wrap-bike-group.group-8,
	.bike-list .wrap-bike-group.group-9 {
		width:49%;
	}
	.bike-list .wrap-bike-group.group-8 {
		float:left;
		margin-right:2%;
	}
	.bike-list .wrap-bike-group.group-9 {
		float:right;
	}
	.bike-list .wrap-bike-group.group-8 .bike-item,
	.bike-list .wrap-bike-group.group-9 .bike-item {
		width:66%;
	}

}




/**
 *	Widgets
 */
.widget-bullets { }
.widget-bullets ul.bullets { }
.widget-bullets ul.bullets li { }
.widget-bullets ul.bullets li a { }

.widget-bullets ul.bullets li,
.widget_recent_entries ul li,
.widget_archive ul li,
.widget_categories ul li { margin:0; padding:0; border:0; }

.widget-bullets ul.bullets li a,
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_categories ul li a { display:block; padding:4px 0; }

.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); }

/**
 *	Widgets: Font Awesome;
 */
.widget-menu ul li a:before,
.widget-bullets ul.bullets li:before,
.widget_recent_entries ul li a:before,
.widget_recent_comments ul li .comment-author-link a:before,
.widget_archive ul li a:before,
.widget_categories ul li a:before {
	font-family:"Font Awesome 5 Regular", "Font Awesome 5 Pro", "Font Awesome 5 Free";
	display:inline-block;
	margin-right:0.3em; 
	opacity:0.5em;
	content: "\f054";
	font-weight:600;
}
.widget_recent_comments ul li .comment-author-link a:before { content:"\f075"; font-weight:400; }
.widget_archive ul li a:before { content: "\f133"; font-weight:400; }
.widget_categories ul li a:before { content: "\f07c"; font-weight:400; }
.widget_categories ul li.current-cat a:before { font-weight:900; }


/**
 *	Font Awesome with the JS pseudo-elements
 *	This approach not recommended for performance reasons, but available if needed.
 *
.fontawesome-i2svg-active .widget-bullets ul.bullets li:before,
.fontawesome-i2svg-active .widget_recent_entries ul li a:before,
.fontawesome-i2svg-active .widget_archive ul li a:before,
.fontawesome-i2svg-active .widget_categories ul li a:before {
	display:none;
}
.fontawesome-i2svg-active .widget-bullets ul.bullets li svg,
.fontawesome-i2svg-active .widget_recent_entries ul li a svg,
.fontawesome-i2svg-active .widget_archive ul li a svg,
.fontawesome-i2svg-active .widget_categories ul li a svg {
	margin-right:0.4em;
}


/**
 *	Sidebars
 */
.sidebar .widget { }
.sidebar .widget-wrap { }
.sidebar .widget-title { }






/**
 *	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:31%; margin:0 1.75% 0; padding:0; }
	.homepage-widgets .widget-count-3 .widget:first-child { margin-left:0; }
	.homepage-widgets .widget-count-3 .widget:last-child { margin-right:0; }
	
	.homepage-widgets .widget-count-4 .widget { width:23%; margin:0 1.333% 0; padding:0; }
	.homepage-widgets .widget-count-4 .widget:first-child { margin-left:0; }
	.homepage-widgets .widget-count-4 .widget:last-child { margin-right:0; }
}


/**
 *	Widgets: Reservations & Trip Advisor
 */
.reservation-widgets { padding:2em 0; clear:both; }
.reservation-widgets .wrap {  }
.reservation-widgets a.button { font-size:1.3em; }
@media only screen and (min-width: 600px) {
	.reservation-widgets .widget { float:left; padding:0 0.75em; }
	.reservation-widgets .widget-wrap { }
	.reservation-widgets .widget-count-1 .widget { width:100%; }
	.reservation-widgets .widget-count-2 .widget { width:50%; }
	
	.reservation-widgets .widget-count-3 .widget { width:31%; margin:0 1.75% 0; padding:0; }
	.reservation-widgets .widget-count-3 .widget:first-child { margin-left:0; }
	.reservation-widgets .widget-count-3 .widget:last-child { margin-right:0; }
}
@media only screen and (min-width: 1100px) {
	.reservation-widgets a.button { font-size:1.5em; }
}


/**
 *	Footer Widgets
 */
.footer-widgets { background:#a7f78e; padding:0; color:#000; }
.footer-widgets .wrap { padding:1em 0; }
.footer-widgets .widget, .footer-widgets .widget-title { color:inherit; }

.footer-widgets .widget { margin:0 0 1em 0; }
.footer-widgets .widget:last-child { margin-bottom:0; }

.footer-widgets .widget-title { text-transform:uppercase; }

.footer-widgets .widget ul.contact { font-size:0.85em; }
.footer-widgets .widget ul.contact li { 
	margin-bottom:0.5em; padding-bottom:0.5em; 
	border-bottom:1px dashed #fff; 
	padding-left:1rem;
}
.footer-widgets .widget ul.contact li:last-child { border-bottom:0; padding-bottom:0; }
.footer-widgets .widget ul.contact li strong { font-size:1.15em; margin-left:-1rem; display:inline-block; }

@media only screen and (max-width: 600px) {
	.footer-widgets .widget-wrap { height:auto !important; }
}
@media only screen and (min-width: 600px) {
	.footer-widgets .widget { float:left; padding:0 0.75em; margin:0; }
	.footer-widgets .widget-wrap { }
	.footer-widgets .widget-count-2 .widget { width:50%; }
	
	.footer-widgets .widget-count-3 .widget { width:31%; margin:0 1.75% 0; padding:0; }
	.footer-widgets .widget-count-3 .widget:nth-child(1) { margin-left:0; }
	.footer-widgets .widget-count-3 .widget:nth-child(2) { width:25%; }
	.footer-widgets .widget-count-3 .widget:nth-child(3) { margin-right:0; float:right; }
	
	.footer-widgets .widget-count-4 .widget { width:23%; margin:0 1.333% 0; padding:0; }
	.footer-widgets .widget-count-4 .widget:first-child { margin-left:0; }
	.footer-widgets .widget-count-4 .widget:last-child { margin-right:0; }
}


/**
 *	Footer
 */
.site-footer { border:0; padding:2em 0; color:#8c8a88; font-size:0.85em; }
.site-footer .wrap { }
.site-footer p { margin-bottom:1em; }
.site-footer p:last-child { margin-bottom:0; }

.site-footer a { color:inherit; text-decoration: none; }
.site-footer a:hover { color:#000; }
.site-footer a.link { display:inline-block; margin-left:0.5em; padding-left:0.75em; border-left:1px solid rgba(0,0,0,0.2); }
.site-footer a.link:first-child { margin-left:0; padding-left:0; border-left:0; }

@media only screen and (min-width: 600px) {
	.site-footer p { margin:0; }
	.site-footer p.copy { float:left; }
	.site-footer p.siteby { float:right; }
}







/**
 *	Forms
 */
form label { cursor:pointer; }
form select { cursor:pointer; }
input, select, textarea { font-size:1em; padding:0.5em; }


.gform_wrapper form.hide-labels .gfield_label { display:none; }

form.tws p.submit input, 
button, input[type="button"], 
input[type="reset"], 
input[type="submit"], 
.button, a.button { 
	background:#3dff00; 
	color:#FFF; 
	padding:0.9em 1.5em; 
	cursor:pointer; 
	text-decoration: none;
	text-shadow:0 1px 4px rgba(0,0,0,0.3);
	text-transform:uppercase;
	border-radius:0.3em;
}
form.tws p.submit input:focus, 
button:focus, 
input:focus[type="button"], 
input:focus[type="reset"], 
input:focus[type="submit"], 
.button:focus, a.button:focus,

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:#36de02; 
	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 - only for CSS mode though, not JS
 */
.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::before,
.entry-meta .post-edit-link::before {
	font-family:"Font Awesome 5 Regular", "Font Awesome 5 Pro", "Font Awesome 5 Free";
	display:inline-block;
	min-width:1.5em; 
	padding-right:0.3em; 
	opacity:0.5em;
}
.entry-meta .entry-time::before			{ content:"\f133"; }
.woocommerce .product_meta .posted_in::before,
.entry-meta .entry-categories::before	{ content:"\f07c"; }
.woocommerce .product_meta .tagged_as::before,
.entry-meta .entry-tags::before			{ content:"\f02b"; }
.entry-meta .entry-comments-link::before{ content:"\f075"; transform: scaleX(-1); }
.entry-meta .post-edit-link::before		{ content:"\f044"; color:#000; }
.woocommerce .product_meta .sku_wrapper::before { content:"\f02a"; font-weight:900; }

.woocommerce .product_meta > span { display:block; }
.entry-meta .entry-time { margin-right:0.5em; }
.entry-meta .entry-comments-link { margin-left:1em; }
.entry-meta .post-edit-link { margin-left:1em; }


/**
 *	Font Awesome with the JS pseudo-elements
 *	This approach not recommended for performance reasons, but available if needed.
 */
.fontawesome-i2svg-active .woocommerce .product_meta .posted_in::before,
.fontawesome-i2svg-active .woocommerce .product_meta .tagged_as::before,
.fontawesome-i2svg-active .woocommerce .product_meta .sku_wrapper::before,
.fontawesome-i2svg-active .entry-meta .entry-time::before,
.fontawesome-i2svg-active .entry-meta .entry-categories::before,
.fontawesome-i2svg-active .entry-meta .entry-tags::before,
.fontawesome-i2svg-active .entry-meta .entry-comments-link::before,
.fontawesome-i2svg-active .entry-meta .post-edit-link::before {
	display:none;
}
.fontawesome-i2svg-active .woocommerce .product_meta svg,
.fontawesome-i2svg-active .entry-meta .entry-time svg,
.fontawesome-i2svg-active .entry-meta .entry-categories svg,
.fontawesome-i2svg-active .entry-meta .entry-tags svg,
.fontawesome-i2svg-active .entry-meta .entry-comments-link svg,
.fontawesome-i2svg-active .entry-meta .post-edit-link svg { 
	margin-right:0.4em;
}




/**
 *	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; }
}


/**
 * WooCommerce
 */

.woocommerce .quantity .qty {
	padding:0.2em 0.5em;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
	background:#3dff00;
	color:#fff;
	text-shadow:0 1px 4px rgba(0,0,0,0.3);
	border-radius:0.4rem;
	transition:0.2s all;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
	background:#33d402;
	color:#fff;
	text-shadow:0 1px 4px rgba(0,0,0,0.3);
	border-radius:0.4rem;
}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover {
	background:#82e464;
	color:#fff;
	text-shadow:0 1px 4px rgba(0,0,0,0.3);
	border-radius:0.4rem;
}


.wc-block-cart__submit {
	.wc-block-cart__submit-container {
		.wc-block-components-button {
			background:#3dff00;
			color:#fff;
			text-shadow:0 1px 4px rgba(0,0,0,0.3);
			border-radius:0.4rem;
			transition:0.2s all;
			text-decoration:none;
			font-weight:700;
			text-transform:uppercase;
		}
		.wc-block-components-button:active,
		.wc-block-components-button:hover {
			background:#33d402;
			color:#fff;
			text-shadow:0 1px 4px rgba(0,0,0,0.3);
			border-radius:0.4rem;
		}
	}
}


.bkap-booking-form {
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:0.5em;
	column-gap: 1em;
	.bkap_start_date,
	.bkap_end_date {
		width:unset;
		label {
			margin-top:0 !important;
		}
		.book_end_date_label {
			br {
				display:none;
			}
		}
		#inline_calendar {
			margin-bottom:0;
		}
		img#checkout_cal {
			top:53%;
		}
	}
	.show_time_slot {
		grid-column:span 2;
	}
	.bkap-form-error {
		grid-column:span 2;
		margin:0;
	}
}

/*
wc-block-grid wp-block-product-new wp-block-woocommerce-product-new wc-block-product-new has-4-columns
*/
.wc-block-grid  {
	ul.wc-block-grid__products {
		margin:0 0 1.5em 0;
		padding:0;

		li.wc-block-grid__product {
			list-style:none;
		}
	}
}

.product-grid-bar {
	clear:both;
	margin-bottom:1.5em;
	p, form {
		margin-bottom:0 !important;
	}
}
.product-grid-bar::after {
	display:table;
	content:"";
	clear:both;
}

.woocommerce ul.products {
	li.product {
		a img {
			margin-bottom:0.2em;
		}
	}
	li.product-category {
		h2 {
			.count {
				display:none;
			}
		}
	}
}


/**
 *	Print Rules
 */
@media print {
}