/*
Theme Name:		Tally Valley 2016
Description:	Custom theme built on Genesis by Tailored Media.
Author:			Tailored Media
Author URI:		http://www.tailoredmedia.com.au/
Version:		2.3
Template:		genesis
Template Version: 2.3.1
*/



/**
 *	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:'Open Sans',sans-serif; }


/**
 *	Site Width
 */
.site-inner, .wrap { width:1000px; max-width:98%; }

/**
 *	Site Width
 */
.tws-flexslider-wrap .flexslider { width:1200px; max-width:100%; }
.site-inner, .wrap { width:1200px; max-width:95%; }
.wrap { max-width:100%; }



/**
 *	Header
 */
.site-header { background:#fafaf8; text-align:center; color:#5c4a46; }
.site-header .wrap { max-width:98%; } 
.site-header .wrap > :last-child { margin-bottom:0; }

.site-header .site-title { }
.site-header .site-title img { }


.site-header .phone { line-height:1; margin:1em 0 0.5em; }
.site-header .phone .fa-stack { margin-top:-0.3em; }
.site-header .phone .fa-stack-2x { opacity:0.5; }
.site-header .phone .tel { font-size:1.4em; display:inline-block; }

.site-header .hamburger-menu-toggle { font-size:1.2em; text-align:center; }	
.site-header .hamburger-menu-toggle a { color:inherit; float:none; }

@media only screen and (min-width: 520px) {
	.site-header .site-title { float:left; }
	.site-header .phone { float:right; clear:right; margin:2em 0 1em; }
	.site-header .hamburger-menu-toggle { float:right; clear:right; }
}

@media only screen and (min-width: 960px) {
	.site-header .wrap { padding-bottom:0; }
	.site-header .nav-primary { float:right; width:auto; width:72%; text-align:right; margin-top:1.5em; }
	.site-header .nav-primary .wrap { padding:0; width:100%;  }
	
}



/**
 *	Menu Bar
 */
.nav-primary { }

@media only screen and (max-width:960px) {
	.nav-primary { }
}

@media only screen and (min-width:960px) {
	.nav-primary { background:none; }
	.nav-primary ul.menu { padding:0; text-align:inherit; }
	.nav-primary ul.menu li a { padding:0.5em 0.5em; color:#7e6560; border-bottom:6px 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:#5c4a46; border-color:#a3d672; }
	
	.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:#737373 !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:none; color:#111 !important; }
}



/**
 *	Homepage Hero Banner
 */
.stripe-homepage-banner { background:#a3d672 url(images/homepage-banner-bg.jpg) bottom center no-repeat; background-size:cover; position:relative; text-align:center; }
.stripe-homepage-banner .curve { position:absolute; bottom:0; left:0; width:100%; line-height:1px; }
.stripe-homepage-banner .curve img { width:100%; height:auto; }
.stripe-homepage-banner .wrap { padding:2em 0 2em; max-width:98%; position:relative; }
.stripe-homepage-banner .heading { font-size:2.5em; margin:0; color:#FFF; text-shadow:2px 2px 2px rgba(0,0,0,0.3); font-style:italic; font-weight:600; line-height:1.2; }
.stripe-homepage-banner .heading em { display:block; font-family: 'Courgette', cursive; font-weight:400; }
x.stripe-homepage-banner { box-shadow: 0 12px 10px -10px rgba(0,0,0,0.4); }

.stripe-homepage-content { background:#9ed676; color:#393a39; position:relative; box-shadow: 0 12px 10px -10px rgba(0,0,0,0.4); }
.stripe-homepage-content .wrap { }
.stripe-homepage-content .entry-title { font-family: 'Courgette', cursive; font-weight:400; color:#FFF; font-size:3em; text-shadow:1px 1px 2px rgba(0,0,0,0.3); }

.sticker-round {
	position:relative; display:inline-block; width:11em; height:0; padding:2em 0 9em; border-radius:50%; line-height:0; overflow:hidden; 
	background:#bd0100; border:3px solid #FFF; box-shadow:0 0 10px rgba(0,0,0,1); color:#FFF; font-family:'Caveat', cursive; 
	text-align:center; 	transform: rotate(-9deg); margin:1em auto; 
	margin:0 auto; text-align:center;
}
.sticker-round p { line-height:1; margin:0 0 0.8em; font-size:1.8em; }
.sticker-round p.date { font-size:1.4em; }
.sticker-round p:last-child { margin-bottom:0; }

@media only screen and (min-width:960px) {
	.stripe-homepage-banner { text-align:left; }
	.stripe-homepage-banner .wrap { padding:2em 0 3em; }
	.stripe-homepage-banner .heading { font-size:3em; line-height:1.4; }
	
	.sticker-round { position:absolute; top:20px; right:20px; z-index:90; }
}
@media only screen and (min-width:1100px) {
	.stripe-homepage-banner .wrap { padding:3em 0 5em; }
	.stripe-homepage-banner .heading { font-size:4em; }
	
	.sticker-round { width:13em; padding:3em 0 10em; }
	.sticker-round p { font-size:2.2em; }
}


/**
 *	Page Banner
 */
.stripe-page-banner { background:#a3d672 url(images/page-banner-bg.jpg) bottom center no-repeat; background-size:cover; position:relative; }
.stripe-page-banner .wrap { padding:3em 0 4.5em; max-width:98%; }
.stripe-page-banner .heading { font-size:4em; margin:0; color:#FFF; text-shadow:2px 2px 2px rgba(0,0,0,0.3); font-style:italic; font-weight:600; }
.stripe-page-banner .heading em { display:block; font-family: 'Courgette', cursive; font-weight:400; }
.stripe-page-banner { box-shadow: 0 12px 10px -10px rgba(0,0,0,0.4); }


/**
 *	Flexslider
 */
.tws-flexslider-wrap { padding-top:20px; }
.tws-flexslider-wrap .flexslider { margin:0 auto 60px; }
.tws-flexslider-wrap .flex-direction-nav { line-height:1; }




/**
 *	Content
 */
x.site-outer { background:#a0b4d1 url(images/body-bg-800.jpg) bottom center no-repeat; background-size:cover; background-size:100% auto; background-attachment:fixed; }
@media only screen and (max-width:960px) {
	.site-outer { overflow:hidden; position:relative; }
	.site-outer::before { content:''; position:fixed; width:100%; height:100%; top:0; left:0; 
					background:#a0b4d1 url(images/body-bg-800.jpg) no-repeat bottom center; background-size:contain; will-change:transform; z-index:-1; }
}
@media only screen and (min-width:960px) {
	x.site-outer { background-image:url(images/body-bg.jpg); background-size:cover; background-attachment:scroll; }
	x.site-outer { background-image:url(images/body-bg.jpg); background-size:cover; background-attachment:scroll; }
	.site-outer { background:#a0b4d1 url(images/body-bg.jpg) bottom center no-repeat; background-size:cover; background-attachment:scroll; }
}

.entry-comments, .comment-respond, .entry-pings,
.content .entry, .sidebar .widget { background:none; border-radius:0; padding:0; background:rgba(0,0,0,0.5); color:#FFF; padding:1em; 
	border:1px solid rgba(255,255,255,0.5); box-shadow:1px 1px 3px rgba(0,0,0,0.1); }

.entry-comments a, .comment-respond a, .entry-pings a, .content .entry a, .sidebar .widget a { }
.entry-comments a:hover, .comment-respond a:hover, .entry-pings a:hover, .content .entry a:hover, .sidebar .widget a:hover { color:#FFF; }

.archive-description, .author-box { background:none; font-size:1em; padding:0; margin:0 0 1em 0; color:#FFF; text-shadow:1px 1px 1px rgba(0,0,0,0.5); }
.archive-description {  }
.archive-title, .entry-title { font-size:1.8em; }
.archive-title, .entry-title, .entry-title a {  }

.entry-title a { color:inherit; text-decoration:inherit; }
.entry-title a:hover { }

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; }

.entry-content table { color:inherit !important; }


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.8; }


/**
 * Some gutenberg blocks
 */
figure.wp-block-table {
	margin:0 0 2em;
}

/**
 *	Events calendar
 */
#tribe-events-bar { color:#000; }

#tribe-bar-form .tribe-bar-submit input[type="submit"] { background:#666666; }
#tribe-bar-form .tribe-bar-submit input[type="submit"]:hover { background:#2f4b6a; }


table.tribe-events-calendar td { background:#f9f9f9; color:#000; }
table.tribe-events-calendar td a { color:#FFF; }

.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"], 
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a { color:#FFF; }

.tribe-events-calendar div[id*="tribe-events-daynum-"], 
.tribe-events-calendar div[id*="tribe-events-daynum-"] a { color:#FFF; }

.tribe-events-calendar .tribe-events-othermonth div[id*="tribe-events-daynum-"],
.tribe-events-calendar .tribe-events-othermonth div[id*="tribe-events-daynum-"] a { color:#000; }

.tribe-events-footer { }
.tribe-events-sub-nav li a { display:inline-block; background:rgba(255,255,255,0.8); color:#000; padding:0.4em 0.6em; }



/**
 *	Events List
 */
.tribe-events-list { }

.tribe-events-list .tribe-events-list-separator-month span { background:#FFF; color:#000; padding:0.2em 7.5%; }

.tribe-events-list .tribe-events-loop { }
.tribe-events-list .type-tribe_events { padding:1em; background:rgba(255,255,255,0.8); color:#000; }

.tribe-events-list .tribe-events-event-cost span { border:0; background:rgba(0,0,0,0.7); color:#FFF; padding:0.5em; }

@media only screen and (min-width:960px) {
	.tribe-events-list .type-tribe_events .tribe-events-list-event-title { display:block; }
	.tribe-events-list .type-tribe_events .tribe-events-event-meta { float:left; clear:left; }
	.tribe-events-list .type-tribe_events .tribe-events-event-cost { float:right; clear:right; }
	.tribe-events-list .type-tribe_events .tribe-events-content { clear:both; }
}

/**
 *	Events
 */
.tribe-events-schedule { }
.tribe-events-schedule h2 { display:inline-block; padding-right:5%; }
.tribe-events-schedule .tribe-events-cost { }

.tribe-events-single-section { }
.single-tribe_events .tribe-events-event-meta { background:rgba(255,255,255,0.9); color:#000; }

.type-tribe_events .tribe-events-meta-group dd.url,
.type-tribe_events .tribe-events-meta-group .tribe-organizer-url { overflow:hidden; }



/**
 *	Custom Stripe: Map
 */
.custom-stripe-map { background:#e9e5dc; color:#303836; position:relative; border:1px solid #FFF; border-left:0; border-right:0; }
.custom-stripe-map .wrap { width:100%; position:relative; padding:0; min-height:350px; }
.custom-stripe-map p.map { margin:0; padding:0; line-height:1px; }
.custom-stripe-map .map-layer { width:100%; height:100%; min-height:250px; }


@media only screen and (min-width: 600px) {
	.custom-stripe-map .map-layer { position:absolute; top:0; left:0; z-index:0; min-height:0; }
}



/**
 *	Landing page (juniors)
 */
.landing-grid { }
.landing-grid .grid-block { padding:0; text-align:center; font-size:1.2em; }
.landing-grid .grid-block a { display:block; padding:2em 1.2em; color:inherit; text-decoration:inherit; background-color:rgba(0,0,0,0); }
.landing-grid .grid-block a:hover { background-color:rgba(0,0,0,0.5); }

.landing-grid .row { clear:both; margin-bottom:1.5em; }
.landing-grid .row::after { content:""; clear:both; display:table; }


@media only screen and (min-width: 600px) {
	.landing-grid .row .grid-block { float:left; }
	.landing-grid .grid-block a { padding:3em 1em; }
	
	/*
	.landing-grid .row:nth-child(1) { }
	.landing-grid .row:nth-child(1) .grid-block { width:49%; margin:0 2% 0 0; }
	.landing-grid .row:nth-child(1) .grid-block:last-child { float:right; margin-right:0; }
	
	.landing-grid .row:nth-child(2) { }
	.landing-grid .row:nth-child(2) .grid-block { width:32%; margin:0 2% 0 0; }
	.landing-grid .row:nth-child(2) .grid-block:last-child { float:right; margin-right:0; }
	*/
	.landing-grid .row.blocks-2 {  }
	.landing-grid .row.blocks-2 .grid-block { width:49%; margin:0 2% 0 0; }
	.landing-grid .row.blocks-2 .grid-block:last-child { float:right; margin-right:0; }

	.landing-grid .row.blocks-3 .grid-block { width:32%; margin:0 2% 0 0; }
	.landing-grid .row.blocks-3 .grid-block:last-child { float:right; margin-right:0; }

}



/**
 *	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-menu ul li,
.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-menu ul li a,
.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-menu ul li a:before,
.widget-bullets ul.bullets li:before,
.widget_recent_entries ul li a:before,
.widget_archive ul li a:before,
.widget_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: "\f105"; margin-right:0.3em;
}
.widget_categories ul li a:before { content: "\f115"; }
.widget_archive ul li a:before { content: "\f133"; }


.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); }




/**
 *	Homepage Widgets
 */
.homepage-widgets { }
.homepage-widgets .wrap { }

.homepage-widgets { margin-bottom:2em; }

.homepage-widgets .widget { margin:0 0 1.5em 0; background:#fafaf8; }
.homepage-widgets .widget-wrap { padding:10px; }
.homepage-widgets .widget-title {  }

.homepage-widgets .widget-black { background:rgba(0,0,0,0.6); color:#FFF; }

@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-1 .widget { width:100%; margin:0; }
	
	.homepage-widgets .widget-count-2 .widget { width:49%; margin:0 2% 0 0; }
	.homepage-widgets .widget-count-2 .widget:last-child { margin-right:0; }
	
	.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; }
}



/**
 *	Footer Widgets
 */
.footer-widgets { background:#9ed676; padding:0; color:#826663; }
.footer-widgets .wrap { padding:1em 0; }
.footer-widgets .widget, .footer-widgets .widget-title { color:inherit; }

.footer-widgets .widget { }
.footer-widgets .widget-title { color:#FFF; font-size:1.1em; text-transform:uppercase; }
.footer-widgets a { color:inherit; text-decoration:none; }
.footer-widgets a:hover { color:#333; }

.footer-widgets blockquote::before { color:#FFF; opacity:1; }
.footer-widgets blockquote .author { color:#FFF; }

.footer-widgets .widget-menu ul { line-height:1.2; }
.footer-widgets .widget-menu ul li a:before { color:#FFF; }

.footer-widgets .widget-contact-info .textwidget { margin-bottom:1em; }
.footer-widgets .widget-contact-info .textwidget:last-child { margin-bottom:0; }
.footer-widgets .widget-contact-info p { margin-bottom:0.5em; }
.footer-widgets .widget-contact-info .fa { min-width:1.3em; color:#FFF; text-align:center; }

@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; }
	.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:first-child { margin-left:0; }
	.footer-widgets .widget-count-3 .widget:last-child { margin-right:0; }
	
	.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 { background:#826663; color:#e9e5dc; }
.site-footer .wrap { }
.site-footer p { margin-bottom:1em; }
.site-footer p:last-child { margin-bottom:0; }

.site-footer a { color:#FFF; text-decoration:none; }
.site-footer a:hover { text-decoration:underline; }
.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); }

@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; }

form.tws p.submit input, 
button, input[type="button"], 
input[type="reset"], 
input[type="submit"], 
.button, a.button { background:#a3d672; color:#FFF; padding:0.8em 1.5em; cursor:pointer; 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:#8ac94d; 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:#FFF; 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 {
}
