/*
Theme Name:		Local Legends 2016
Description:	Custom theme built on Genesis by Tailored Media.
Author:			Tailored Media
Author URI:		http://www.tailoredmedia.com.au/
Version:		2.2
Template:		genesis
Template Version: 2.2.0
*/


/**
 *	Fonts
 */
@font-face {
    font-family:'kg_tangled_1';
    src: url('fonts/kgtangledupinyou-webfont.woff2')	format('woff2'),
         url('fonts/kgtangledupinyou-webfont.woff')		format('woff');
    font-weight:	normal;
    font-style:		normal;
}
@font-face {
    font-family:'kg_tangled_2';
    src: url('fonts/kgtangledupinyou2-webfont.woff2')	format('woff2'),
         url('fonts/kgtangledupinyou2-webfont.woff')	format('woff');
    font-weight:	normal;
    font-style:		normal;
}




/**
 *	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
 */
.site-inner, .wrap { width:1000px; max-width:98%; }

/**
 *	Site Width
 */
.tws-flexslider-wrap .flexslider { width:1110px; max-width:100%; }
.site-inner, .wrap { width:1110px; max-width:95%; }
.wrap { max-width:100%; }

.tws-flexslider-wrap .flexslider { width:850px; max-width:100%; }
.site-inner, .wrap { width:850px; max-width:95%; }
.wrap { max-width:100%; }

.site-inner { padding-top:0; }

/**
 *	Pre-header
 */
.pre-header-bar { background:#130c0d; background:#FFF; text-align:center; }
.pre-header-bar .wrap { }

.pre-header-bar a .fa { color:#c99353; }
.pre-header-bar a:hover .fa { color:#e8af6b; }

.pre-header-bar p.social { margin:0; padding:0.8em; }
.pre-header-bar p.social .fa { font-size:1.4em; margin:0 0.3em 0; }
.pre-header-bar .slogan { background:#8b001a; padding:1em; color:#FFF; margin:0 0 0.2em 0; font-family:'Caveat', cursive; font-size:1.5em; padding:0.5em 1em; line-height:1.2; 
							background:none; color:#000; }
.pre-header-bar .slogan a { color:inherit; text-decoration:inherit; }

@media only screen and (min-width: 650px) {
	.pre-header-bar p.social { float:left; }
	.pre-header-bar p.slogan { float:right; margin:0; }
}

/*
x.pre-header-bar .slogan { font-family: 'Cedarville Cursive', cursive; font-size:1.4em; }
x.pre-header-bar .slogan { font-family: 'Caveat', cursive; font-size:1.4em; }
x.pre-header-bar .slogan { font-family: 'La Belle Aurore', cursive; font-size:1.4em; }
x.pre-header-bar .slogan { font-family: 'Kalam', cursive; font-size:1.4em; }
*/



/**
 *	Header
 *
.site-header { text-align:center; background:#c4122f; z-index:10; position:relative; }
.site-header:after { content:""; display:block; background:#FFF; border-bottom:3px solid #c99353; height:7px; }
.site-header .wrap { } 
.site-header .wrap > :last-child { margin-bottom:0; }

.site-header .site-title { }
.site-header .site-title img { }
.site-header .logo-cropped { display:none; }


@media only screen and (max-width: 960px) {
	x.site-header .hamburger-menu-toggle { position:absolute; top:1em; right:0.5em; font-size:1.1em; color:#FFF; }
	.site-header .hamburger-menu-toggle { float:right; font-size:1.1em; color:#FFF; }
	.site-header .hamburger-menu-toggle a { color:inherit; }
	.site-header ul.menu { display:none; }
	.site-header .site-title { display:none; }
	.site-header .wrap { padding:1em 0.5em; }
	.site-header .logo-cropped { display:block; margin:0; line-height:1px; float:left; max-width:70%; }
	.site-header .logo-cropped img { box-shadow:0 0 10px rgba(0,0,0,0.8); border-radius:21px; }
}

@media only screen and (min-width: 400px) and (max-width: 960px) {
	.site-header .hamburger-menu-toggle { font-size:1.5em; }	
}

@media only screen and (min-width: 960px) {
	.site-header { background:url(images/header-shape.png) top center no-repeat; text-align:left; }
	.site-header:after { display:none; }
	.site-header .wrap { position:relative; min-height:270px; }
	.site-header .site-title { position:absolute; bottom:0; left:0; margin-left:-40px; }
	

}


/**
 *	Header
 */
.site-header { text-align:center; background:#c4122f; z-index:10; position:relative; }
.site-header:after { content:""; display:block; background:#FFF; border-bottom:3px solid #c99353; height:7px; }
.site-header .wrap { } 
.site-header .wrap > :last-child { margin-bottom:0; }

.site-header .site-title { }
.site-header .site-title img { }

.site-header .logo-cropped { display:none; }

.site-header .hamburger-menu-toggle { color:#FFF; font-size:1.3em; margin:1em 0 0; }
.site-header .hamburger-menu-toggle a { color:inherit; float:none; }

@media only screen and (max-width: 960px) {
	.site-header .site-title { display:none; }
	.site-header .logo-cropped { display:block; margin:0; line-height:1px; }
	.site-header .logo-cropped img { box-shadow:0 0 10px rgba(0,0,0,0.8); border-radius:21px; }
	.site-header ul.menu { display:none; }
}
@media only screen and (min-width: 460px) and (max-width: 960px) {
	.site-header .logo-cropped { float:left; }
	.site-header .hamburger-menu-toggle { float:right; margin-top:2.5em; }
}
@media only screen and (min-width: 960px) {
	.site-header { background:url(images/header-shape.png) top center no-repeat; text-align:left; }
	.site-header:after { display:none; }
	.site-header .wrap { position:relative; min-height:270px; min-height:240px; }
	.site-header .site-title { position:absolute; bottom:0; left:0; margin-left:-40px; }
}


/*
@media only screen and (max-width: 960px) {
	x.site-header .hamburger-menu-toggle { position:absolute; top:1em; right:0.5em; font-size:1.1em; color:#FFF; }
	.site-header .hamburger-menu-toggle { float:right; font-size:1.1em; color:#FFF; }
	.site-header .hamburger-menu-toggle a { color:inherit; }
	.site-header ul.menu { display:none; }
	.site-header .site-title { display:none; }
	.site-header .wrap { padding:1em 0.5em; }
	.site-header .logo-cropped { display:block; margin:0; line-height:1px; float:left; max-width:70%; }
	.site-header .logo-cropped img { box-shadow:0 0 10px rgba(0,0,0,0.8); border-radius:21px; }
}

@media only screen and (min-width: 400px) and (max-width: 960px) {
	.site-header .hamburger-menu-toggle { font-size:1.5em; }	
}

@media only screen and (min-width: 960px) {
	.site-header { background:url(images/header-shape.png) top center no-repeat; text-align:left; }
	.site-header:after { display:none; }
	.site-header .wrap { position:relative; min-height:270px; }
	.site-header .site-title { position:absolute; bottom:0; left:0; margin-left:-40px; }
	

}


/**
 *	Sticker: Cow Onsie
 *
.sticker-cow {  }
.sticker-cow a {
	position:relative; display:inline-block; width:6em; height:0; padding:1.5em 0 4.5em; border-radius:50%; line-height:0; overflow:hidden; 
	background:#130c0d url(images/dancing-cow.jpg) top right no-repeat; color:#FFF; text-decoration:none;
	border:3px solid #FFF; box-shadow:0 0 20px rgba(0,0,0,1); margin:1em 0 0; font-weight:400;
}
.sticker-cow a:hover { background-image:url(images/dancing-cow-reverse.jpg); }
.sticker-cow p { line-height:1; padding:10%; text-align:center; text-shadow:0 0 3px rgba(0,0,0,1), 0 0 2px rgba(0,0,0,1), 0 0 1px rgba(0,0,0,1); font-weight:bold; }
@media only screen and (min-width: 960px) {
	.sticker-cow a { width:10em; padding:3.5em 0 6.5em; float:right; background-position:right center; }
	.sticker-cow p {  word-spacing:20em; padding:0 50% 0 0; line-height:1.1; font-weight:normal; }
	.sticker-cow a { position:absolute; top:18em; right:0; }
	
}
@media only screen and (min-width: 1200px) {
	.sticker-cow a { right:-5em; }
}


/**
 *	Sticker: Blog
 *
.sticker-blog {  }
.sticker-blog a {
	position:relative; display:inline-block; width:6em; height:0; padding:1.5em 0 4.5em; border-radius:50%; line-height:0; overflow:hidden; 
	background:#86a7e1 url(images/sticker-blog-bg.jpg) center center no-repeat; color:#FFF; text-decoration:none; background-size:cover;
	border:3px solid #FFF; box-shadow:0 0 20px rgba(0,0,0,1); margin:1em 0 0; font-weight:400;
}
x.sticker-blog a:hover { background-image:url(images/dancing-cow-reverse.jpg); }
.sticker-blog a:hover { transform:rotate(5deg); }
.sticker-blog p { line-height:1; padding:10%; text-align:center; font-weight:bold; font-size:2em; font-family:"Caveat",cursive;
				text-shadow:0 0 3px rgba(0,0,0,1), 0 0 2px rgba(0,0,0,1), 0 0 1px rgba(0,0,0,1);}
@media only screen and (min-width: 960px) {
	.sticker-blog a { width:10em; padding:3.5em 0 6.5em; float:right; position:absolute; top:18em; right:0; }
	.sticker-blog p {  word-spacing:20em; line-height:1.1; font-weight:normal; font-size:4em; margin-top:-0.4em; }
	
}
@media only screen and (min-width: 1200px) {
	.sticker-blog a { right:-5em; }
}




/**
 *	Menu Bar
 */
.nav-primary { background:#c4122f; color:#DDD; font-weight:400; box-shadow:1px 1px 2px rgba(0,0,0,0.4); }
.nav-primary ul.menu li a {  }

@media only screen and (max-width:960px) {
	.nav-primary { }
}

@media only screen and (min-width:960px) {
	.nav-primary { display:none; }
/*
	.nav-primary { background:none; text-align:center; }
	.nav-primary ul.menu { text-transform:uppercase; padding:0.5em 0; }
	.nav-primary ul.menu li a { padding:0.5em 0.7em; color:#737373; }
	.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:#111; }
	
	.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; }
*/

	.site-header ul.menu { font-weight:400; line-height:1.3; }
	.site-header ul.menu li { }
	.site-header ul.menu li a { color:#f8f8f8; padding:0.3em 0.7em; text-decoration:none !important; }
	.site-header ul.menu li.current-menu-item > a,
	.site-header ul.menu li.current-menu-ancestor > a,
	.site-header ul.menu li:hover > a,
	.site-header ul.menu li a:hover { color:#FFF; }
	
	.site-header ul.menu li.current-menu-item > a,
	.site-header ul.menu li.current-menu-ancestor > a { font-weight:600; }
	.site-header ul.menu li:hover > a,
	.site-header ul.menu li a:hover { color:#FFF; color:#e5b57d; }
	
	
	.site-header ul.menu li.current-menu-item > a,
	.site-header ul.menu li.current-menu-ancestor > a { color:#FFF; text-decoration:underline; }
	
	.site-header ul.menu > li { border-left:2px solid #c79152; padding-left:0.15em; }
	.site-header ul.menu > li:first-child { border-left:0; padding-left:0; }
	
	.site-header ul.menu > li.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;
		content: "\f107"; color:#e5b57d; margin-left:0.25em;
	}
	
	.site-header ul.menu ul { background:rgba(196,18,47,0.95); border:0; }
	.site-header ul.menu > li > ul { font-size:0.9em; }
	.site-header ul.menu ul li { }
	.site-header ul.menu ul li a { background:none; border:0; padding:0.7em 0.7em; font-size:1em; }
	.site-header ul.menu ul li.current-menu-item > a,
	.site-header ul.menu ul li.current-menu-ancestor > a,
	.site-header ul.menu ul li:hover > a,
	.site-header ul.menu ul li a:hover { background:#8b001a; color:#e5b57d !important; }
}



/**
 *	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; }




/**
 *	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, h1.page-title { font-size:1.8em; font-family:'Caveat', cursive; color:#c4122f; font-size:3.2em; }
.entry-title a { text-decoration:none; color:inherit; }
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; }

hr.red { height:2px; background:#c4122f; border:0; clear:both; margin:1em 0; }

.cursive { font-family:'Caveat', cursive; color:#c4122f; font-size:1.5em; line-height:1.2; }

.tangled1 { font-family:'kg_tangled_1',Arial Black,sans-serif; color:#c51531; }
.tangled2 { font-family:'kg_tangled_2',Arial Black,sans-serif; color:#332f30; }
h1.tangled1, h2.tangled1 { font-size:2.8em; }
			 h3.tangled1 { font-size:2.5em; }
			 h4.tangled1 { font-size:2.1em; }

h1.tangled2, h2.tangled2 { font-size:2.1em; }
			 h3.tangled2 { font-size:1.8em; }
			 h4.tangled2 { font-size:1.5em; }

h1 .cursive, h2.cursive { font-size:2.3em; }
			 h3.cursive { font-size:1.8em; }
			 h4.cursive { font-size:1.5em; }


body.blog .content .type-post .entry-title,
body.archive .content .type-post .entry-title { font-size:1.9em; }


/**
 *	Frequently Asked Questions
 */
body.page-template-faq .entry-content h2 { font-size:1.2em; font-weight:500; cursor:pointer; margin-bottom:20px; }
body.page-template-faq .entry-content h2:before { content:"\f128"; margin:0 0.5em 0 0; opacity:0.8; width:1em; text-align:center; color:#c4122f; opacity:1;
	display:inline-block; font-family:FontAwesome; font-style:normal; font-weight:normal;line-height:1; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }
body.page-template-faq .entry-content h2.toggl { margin-bottom:10px; }
body.page-template-faq .entry-content h2.toggl:before { content: "\f00d"; color:#111; opacity:0.2; }

@media print {
	body.page-template-faq .entry-content h2 { margin-bottom:10px; }
	body.page-template-faq .entry-content h2:before { display:none !important; }
	body.page-template-faq .entry-content .faq-block { display:block !important; }
}



/**
 *	Signup Form Stripe
 */
.newsletter-stripe { margin-bottom:1.5em; }
.newsletter-stripe .wrap { background:#000; color:#FFF; padding:1em; }

.newsletter-stripe p.intro { text-transform:uppercase; }
.newsletter-stripe p.field { }
.newsletter-stripe p.field label { display:block; cursor:pointer; }
.newsletter-stripe p.field label span { }
.newsletter-stripe p.field label input { }
.newsletter-stripe p.submit { }
.newsletter-stripe p.submit input { background:#c41230; color:#FFF; font-weight:400; text-transform:uppercase; line-height:1; padding:0.95em 1.25em; border-radius:0.4em; }
.newsletter-stripe p.submit input:hover { background-color:#db2241; }

@media only screen and (min-width:600px) {
	.newsletter-stripe p { display:inline-block; line-height:1; margin-bottom:0.5em; }
	.newsletter-stripe p.intro { display:block; font-size:0.85em; }
	.newsletter-stripe p.field label span { display:none; }
	.newsletter-stripe p.field { width:10em; }
	.newsletter-stripe p.field-postcode { width:6.5em; }
}

@media only screen and (min-width:880px) {
	.newsletter-stripe .wrap, .newsletter-stripe p { vertical-align:text-top; }
	.newsletter-stripe p { }
	.newsletter-stripe p.intro { display:inline-block; width:12em;  }

	.newsletter-stripe p.submit { }
}



/**
 *	Template: Homepage
 */
.page-template-homepage { background:url(images/homepage-hero3.jpg) top center no-repeat; }
.page-template-homepage .wrap { width:1000px; max-width:98%; }
.page-template-homepage .site-inner { padding-top:0; min-height:480px; }
.page-template-homepage .sticker-banner { min-height:440px; text-align:center; }
x.page-template-homepage .site-inner-wrap { background:url(images/homepage-field.jpg) bottom center no-repeat; }
.page-template-homepage .site-inner-wrap { background:url(images/homepage-surfbg.jpg) bottom center no-repeat; }


/*
@media only screen and (max-width:400px) {
	.page-template-homepage { background:none; }
}
@media only screen and (max-width:600px) {
	x.page-template-homepage { background-position:center 320px; background-size:100% auto; }
}
@media only screen and (min-width:600px) and (max-width:960px) {
	x.page-template-homepage { background-position:center 180px; }
}
*/
@media only screen and (max-width:800px) {
	.page-template-homepage { background:none; }
	.page-template-homepage .sticker-banner { background:url(images/homepage-hero3.jpg) top center no-repeat;  }
	.page-template-homepage .sticker-banner .wrap { }
}
@media only screen and (min-width:800px) {
	.page-template-homepage { background-size:auto; }
	.page-template-homepage .sticker-banner { text-align:left; }
	.page-template-homepage .sticker-banner .sticker-packaging { float:right; max-width:50%;}
	.page-template-homepage .sticker-banner .sticker-round { float:left; }	
}
@media only screen and (min-width:960px) {
	.page-template-homepage .sticker-banner { }
	.page-template-homepage .sticker-banner .sticker-packaging { max-width:60%; margin-top:-130px; margin-top:50px; }
	.page-template-homepage .sticker-banner .sticker-round { }
}


.sticker-round {
	position:relative; display:inline-block; width:15em; height:0; padding:3em 0 12em; border-radius:50%; line-height:0; overflow:hidden; 
	background:#c4122f; border:3px solid #FFF; box-shadow:0 0 20px rgba(0,0,0,1); color:#FFF; font-family:'Caveat', cursive; 
	text-align:center; 	transform: rotate(-9deg); margin:1em auto; 
	width:10em; padding:3em 0 7em; }
.sticker-round p { line-height:1; margin:0; font-size:1.5em; }
.sticker-round p:first-child { border-bottom:1px solid #FFF; }
.sticker-round p.amp { font-size:1.3em; margin:5px 0; }
.sticker-round p.large { border:0; font-size:2.1em; font-size:1.8em; }
.sticker-round p.large:last-child { padding-left:0.5em; padding-right:0.5em; margin-bottom:0; }

@media only screen and (min-width:600px) {
	.sticker-round { font-size:1.2em; margin-left:-15px; }
}


/*

.packets-banner { background:#c4122f; text-align:center; margin:10px 0 20px; }
.packets-banner .inner-wrap { }
.packets-banner img.packs { }

.packets-banner .title-wrap { background:#161011; color:#FFF; border-bottom:1px solid #c99353; margin-bottom:0.5em; padding:0.5em 0; }
.packets-banner h2 {  font-family:'Caveat', cursive; color:inherit; margin:0; font-size:1.5em; }
.packets-banner .content-wrap .wrap { padding:1em 0.5em; }
.packets-banner p { color:#c99353; font-weight:400; margin-bottom:1em; }
.packets-banner p:last-child { margin-bottom:0; }

@media only screen and (min-width:800px) {
	.packets-banner { text-align:right; }
	.packets-banner .wrap { position:relative; }
	.packets-banner img.packs { position:absolute; top:0; left:0; margin-top:-80px; margin-left:-150px; }
	.packets-banner .title-wrap { padding:1.5em 0; }
	.packets-banner h2 { font-size:1.8em; }
	.packets-banner .content-wrap .wrap { padding:1em 0; padding-left:440px; }
}
*/

.stripe-premium { background:#FFF; color:#111; font-family:'Caveat', cursive; line-height:1; text-align:center; }
.stripe-premium .wrap { padding-top:1em; }
.stripe-premium p { font-size:1.5em; }
@media only screen and (min-width:600px) {
	.stripe-premium p { font-size:1.8em; }
}
@media only screen and (min-width:800px) {
	.stripe-premium p { font-size:2.2em; }
}
@media only screen and (min-width:1100px) {
	.stripe-premium p { font-size:2.5em; }
}



.homepage-lower-stickers { margin-bottom:4em; }
.homepage-lower-stickers .sticker-earth { background:#c99353; font-size:1em; margin:0; width:8em; padding:1.5em 0 6.5em; transform:none; margin-left:1em; }
.homepage-lower-stickers .sticker-earth:first-child { margin-left:0; }
.homepage-lower-stickers .sticker-earth a { color:inherit; text-decoration:inherit; }
.homepage-lower-stickers .sticker-earth p { font-family:inherit; border:0; font-family:Arial, sans-serif; font-size:1.1em; padding:0 0.5em; }
.homepage-lower-stickers .sticker-earth p strong { display:inline-block; font-weight:inherit; }
.homepage-lower-stickers .sticker-earth .fa-stack { font-size:1.5em; }
.homepage-lower-stickers .sticker-earth .fa-stack-2x { color:#130c0d; }
.homepage-lower-stickers .sticker-earth .fa-stack-1x { color:#c99353; }
.homepage-lower-stickers .sticker-earth .fa-television { font-size:1.1em; }
.homepage-lower-stickers .sticker-earth .fa-play { font-size:0.5em; margin-top:-0.1em; }


/**
 *	Template:  Udderly Amazing
 */
.page-template-udderly-amazing .site-inner-wrap { background:url(images/udderly-background.jpg) bottom left no-repeat; background-size:cover; overflow:hidden; }
.page-template-udderly-amazing .site-inner { position:relative; }
.page-template-udderly-amazing img.udderly-thumbs-up { max-width:50%; float:right;}

.page-template-udderly-amazing .entry { margin-bottom:0; font-weight:400; }
.page-template-udderly-amazing .entry-title { font-family:'Caveat', cursive; color:#c4122f; font-size:2.5em; font-weight:700; line-height:1; }

@media only screen and (min-width:500px) {
	.page-template-udderly-amazing .entry-title { font-size:3em; }
}
@media only screen and (min-width:700px) {
	.page-template-udderly-amazing .entry-title { font-size:3.5em; }
}

@media only screen and (min-width:960px) {
	.page-template-udderly-amazing .site-inner-wrap { margin-top:-190px; padding-top:160px; background-size:auto; background-position:bottom center; }
	.page-template-udderly-amazing .site-inner { padding-top:0; min-height:660px; xmin-height:550px; }
	.page-template-udderly-amazing img.udderly-thumbs-up { position:absolute; bottom:0; right:0; margin-right:-130px; }

	.page-template-udderly-amazing .entry-title { font-size:4.8em; }
}


/**
 *	Content stripe for photo stream
 */
.stripe-photostream { margin:1em 0; line-height:1; }
.stripe-photostream .wrap { width:1000px; max-width:100%; }
.stripe-photostream h2 { position:relative; text-transform:uppercase; }
.stripe-photostream h2 span { display:inline-block; background:url(images/tab-gotthecow.png) bottom no-repeat; background-size:100% 100%;
						 padding:4px 7% 4px 5%; color:#FFF; z-index:5; margin:0 10px 0; position:relative; }
.stripe-photostream h2:after { content:""; display:block; position:absolute; bottom:0; left:0; width:100%; height:4px; background:#130c0d; margin-bottom:5px; z-index:1; }
.stripe-photostream .gallery { }
.stripe-photostream .gallery .gallery-item { padding:0 0.25em 0.25em; }


/**
 *	Stripe for Instagram
 */
.stripe-instagram { margin-bottom:1.2em; text-align:center; clear:both; }
.stripe-instagram h2 { font-family:"Caveat",cursive; font-size:2.5em; color:#c4122f; }
.stripe-instagram .feed { text-align:center; line-height:1px; }
.stripe-instagram .feed a { display:inline-block; padding:2px; max-width:30%; }
.stripe-instagram .feed a img { }
@media only screen and (min-width:800px) {
	.stripe-instagram h2 { font-size:3em; }
	.stripe-instagram .feed a { max-width:16%; }
}



/**
 *	Template: Tell Us Your Legend
 */
.page-template-tell-us-your-legend { }
.page-template-tell-us-your-legend .site-inner { padding-top:0; }
.page-template-tell-us-your-legend img.onesie { max-height:250px; }
.page-template-tell-us-your-legend h1.legend-intro { font-family:'Caveat', cursive; color:#c4122f; font-size:2.5em; font-weight:700; line-height:1; border-bottom:2px solid #c4122f; }
.page-template-tell-us-your-legend img.packs { }
.page-template-tell-us-your-legend .content .entry { clear:left; }

@media only screen and (min-width:600px) and (max-width:960px) {
	.page-template-tell-us-your-legend img.onesie { float:right; max-width:40%; }
	.page-template-tell-us-your-legend h1.legend-intro { float:left; max-width:60%; margin-top:40px; }
}
@media only screen and (min-width:960px) {
	.page-template-tell-us-your-legend .site-inner { padding-top:0; position:relative; }

	.page-template-tell-us-your-legend img.onesie { position:absolute; top:0; right:0; margin-top:-200px; margin-right:-120px; max-width:70%; max-height:none; }
	.page-template-tell-us-your-legend h1.legend-intro { font-size:4.3em; max-width:55%; }
	
	
	x.page-template-tell-us-your-legend .site-inner-wrap { background:url(images/legendary-cow-onesie.png) top right no-repeat; 
		background-size:200px auto; background-position:top 60%; }
	x.page-template-tell-us-your-legend .site-inner { background:url(images/legendary-cow-onesie.png) top right no-repeat; background-size:50% auto; background-position:-60px 0; }
	
}


/**
 *	WooCommerce
 */
.woocommerce .input-text { border-radius:0.25em; }
.woocommerce abbr.required { text-decoration:none; font-weight:900; }
.woocommerce .quantity .qty { line-height:1.2; }


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background:#c4122f; color:#FFF; font-weight:400;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background:#8b001a;
}

/**
 *	WooCommerce - Browse Products
 */

/**
 *	WooCommerce - View Product
 */
.woocommerce .entry-content { clear:both; }

.woocommerce .related { margin-top:1.5em; clear:both; }
.woocommerce .related h2 { font-family:'Caveat', cursive; color:#c4122f; font-size:2.3em; line-height:1.2; }
.woocommerce .related ul.products li { width:33%; margin:0; padding:0.5em; text-align:center; }
.woocommerce .related ul.products li a img { margin-bottom:0.25em; }
.woocommerce .related ul.products li h3 { margin:0 0 0.25em 0; padding:0; }
.woocommerce .related ul.products li .button { margin-top:0.25em; }


/**
 *	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 - Cart/Checkout
 */
.woocommerce-cart table.cart td.actions .coupon .input-text { width:10em; max-width:100%; line-height:1.5; }
.woocommerce-cart table.cart .quantity .qty { padding:0.3em 0.5em; }
.woocommerce-cart .wc-proceed-to-checkout { text-align:center; }
.woocommerce-cart .wc-proceed-to-checkout a.button { display:inline-block; }

.woocommerce-cart .wc-proceed-to-checkout .button: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;
	content: "\f023"; margin-left:0.8em; opacity:0.9;
}
.woocommerce-cart .wc-proceed-to-checkout .button:hover:after { opacity:1; }
 

.woocommerce form .form-row label { line-height:1.5; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea { line-height:1.2; }

.select2-results .select2-result-label { font-size:0.9em; }

.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; }



/**
 *	Sidebars
 */
.sidebar .widget { }
.sidebar .widget-wrap { }
.sidebar .widget-title { font-family:'Caveat', cursive; color:#c4122f; font-size:1.7em; line-height:1.1; margin-bottom:10px; }

.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_recent_entries ul li { margin:0; padding:0; border:0; }
.widget_recent_entries ul li a { display:block; padding:0.1em 0; color:#444; text-decoration:none; }
.widget_recent_entries ul li a:hover { color:#c4122f; }

.widget ul.product-categories li a:before,
.widget_archive ul li a:before,
.widget-menu ul li a:before,
.widget_recent_entries 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"; color:inherit; margin-right:0.4em;
}

.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_contact_form { }
.widget_contact_form form p label { display:block; cursor:pointer; line-height:1.3; }
.widget_contact_form form p label span {  }
.widget_contact_form form p label .txt { width:100%; }

.gform_widget { }
.gform_widget .gform_fields { }
.gform_widget .gform_fields .gfield { margin:0; padding:0; border:0; }
.gform_widget .gform_fields .gfield .gfield_label { font-weight:inherit; }
.gform_widget .gform_fields .gfield .gfield_required { font-weight:700; }
.gform_widget .gform_wrapper { margin-top:0; }
.gform_widget .gform_wrapper .gform_footer { margin-top:0; text-align:center; }


.widget-instafeed { }
.widget-instafeed .widget-wrap > div { text-align:center; line-height:1px; }
.widget-instafeed .widget-wrap > div > a { display:inline-block; max-width:30%; padding:2px; }
.widget-instafeed .widget-wrap > div > a img { }



/**
 *	Homepage Widgets
 */
.homepage-widgets { background-image: linear-gradient(#fdfdfd, #939598); margin-bottom:1.5em; }
.homepage-widgets .wrap { }

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

.homepage-widgets-lower { background:none; }
.homepage-widgets-lower .widget-wrap { background:#FFF; border:10px solid rgba(200,200,200,0.8); padding:10px !important; }

.homepage-widgets .widget_contact_form form p label .txt { width:100%; }

@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:48%; }
	.homepage-widgets .widget-count-2 .widget:last-child { float:right; }
	
	
	.homepage-widgets .widget { padding:0; }
	.homepage-widgets .widget-wrap { padding:0; overflow:visible !important; }
	.homepage-widgets .widget-image-caption img { width:100%; }
}





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

.footer-widgets .widget { }

@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:33.3%; }
	.footer-widgets .widget-count-3 .widget:first-child { padding-left:0; }
	.footer-widgets .widget-count-3 .widget:last-child { padding-right:0; }
}


/**
 *	Footer
 */
.site-footer { padding-top:1em; font-weight:400; line-height:1.3; }
.site-footer .wrap { width:1100px; max-width:98%; }
.site-footer p { margin-bottom:1em; }
.site-footer p:last-child { margin-bottom:0; }

.site-footer a { color:#c89152; text-decoration:none; }
.site-footer a:hover { color:#b26916; }

.site-footer .logos p { margin:0; line-height:1; font-size:1em; }

.site-footer p { font-size:0.85em; }
.site-footer p.phone, .site-footer p.social { font-size:1em; }

.site-footer p.phone { color:#c89152; font-size:1.2em; }
.site-footer p.phone .tel { color:#111; font-size:1.1em; }

.site-footer p.social { }
.site-footer p.social a .fa { font-size:1.4em; color:rgba(0,0,0,0.8); margin:0 0.2em; }
.site-footer p.social a:hover .fa { color:rgba(0,0,0,1); }

.site-footer hr { border:0; background:none; height:0; border-bottom:1px solid rgba(0,0,0,0.5); margin:0 0 1em 0; }

.site-footer p.links a { margin:0 0.3em 0; display:inline-block; padding:0.2em; }
.site-footer p.links a:first-child { margin-left:0; }
.site-footer p.links a:last-child { margin-right:0; }

.site-footer p.siteby a { margin-right:0.6em; display:inline-block; padding:0.2em; }
.site-footer p.siteby a:last-child { margin-right:0; }


@media only screen and (max-width:900px) {
	.site-footer .equalHeights { height:auto !important; }

}

@media only screen and (min-width:900px) {
	.site-footer .logos { margin:0; line-height:1px; }
	.site-footer .logos img { }
	.site-footer .logos .ll { float:left; margin-right:1em; }
	.site-footer .logos .nwf { float:right; margin-left:1em; }
	
	x.site-footer .text { margin:0 220px; }
	
	.site-footer p.phone,
	.site-footer p.social { display:inline-block; display:block; }
	.site-footer p.phone { margin-right:2em; }
	
	.site-footer hr { width:60%; display:inline-block; }
	
	.site-footer p.siteby { clear:both; }

}






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

.gform_wrapper { }
.gform_wrapper .gform_fields .gfield .gfield_label { line-height:1.4; margin-bottom:0; }
.gform_wrapper .gform_fields .gfield .gfield_label + .ginput_container { margin-top:0; }

body .gform_wrapper label.gfield_label + div.ginput_container { }


.two-thirds .gform_wrapper { margin:0 0 1em 0; }
.two-thirds .gform_wrapper { }

form.tws p.submit input, 
button, input[type="button"], 
input[type="reset"], 
input[type="submit"], 
.button, a.button { background:#c4122f; color:#FFF; padding:0.8em 1.5em; cursor:pointer; font-weight:400; border-radius:0.4em; }

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:#8b001a; 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; border:0; }
.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 {
}
