/* 
Theme Name: Gimme Some Oven
Theme URL: http://www.gimmesomeoven.com
Description: Responsive theme for Gimme Some Oven.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 2.0
*/


/* RESET
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type="submit"], input[type="text"], input[type="search"] {
	-webkit-appearance: none;
}
	
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* MAIN CONTAINER */
.container {
	max-width: 100%;
	margin: 0 auto;
}

/* COLUMN WIDTH ON DISPLAYS +768px */
@media ( min-width : 801px ) {

	.span_content {
		margin-left: 0;
		width: 68%;
		max-width: 660px;
		float: left;
		display: inline-block;
	}
	
	.span_content_full {
		width: 100%;
		margin-left: 0;
		max-width: 100%;
	}

	.span_sidebar {
		width: 28%;
		min-width: 300px;
		max-width: 340px;
		float: right;
		clear: right;
		display: block;
	}
}
.wrapper {
	background-color: #ffffff;
	margin: 0 auto 0;
	padding: 0 10px;
	width: 100%;
	max-width: 1050px;
}

.wrap {
	margin: 0 auto 0;
	padding: 0 10px;
	width: 100%;
	max-width: 1050px;
}

.screen-reader-text {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/*---------STRUCTURE---------*/

.player-position {
	top: 0!important;
	padding-bottom: 5px;
	background-color: white;
	box-shadow: 0 9px 2px rgba(160, 160, 160, 0.37);
}	

.player-position.no-trans {
	box-shadow: none;
}


/*---------STRUCTURE---------*/

@font-face {
    font-family: 'brandon-grotesque';
    src: url('fonts/brandongrotesque-bold-webfont.woff2') format('woff2'),
         url('fonts/brandongrotesque-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
	font-display: fallback
}

@font-face {
    font-family: 'brandon-grotesque';
    src: url('fonts/brandongrotesque-regular-webfont.woff2') format('woff2'),
         url('fonts/brandongrotesque-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: fallback
}

@font-face {
    font-family: 'brandon-grotesque';
    src: url('fonts/brandongrotesque-regularitalic-webfont.woff2') format('woff2'),
         url('fonts/brandongrotesque-regularitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
	font-display: fallback
}

@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.woff2?40508845') format('woff2'),
       url('fonts/fontello.woff?40508845') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: fallback
}


body						   {
	color: #323232;
	font-size: 20px;
	font-family: "brandon-grotesque", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.7;
	background: #ffffff;
	width: 100%;
	margin: 0;
	padding: 0 }
a  {
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out }
a:link, a:visited, a:active			 {
	color: #dd2265;
	text-decoration: underline }
a:hover, a:focus			 {
	color: #f4c440;
	text-decoration: none }
p	 {
	margin-top: 25px;
	margin-bottom: 25px }
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
h1, h2, h3, h4, h5			 {
	font-family: "brandon-grotesque", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: .08em;
	margin-top: 25px;
	margin-bottom: 25px }
h1						  {
	color: #323232;
	font-size: 30px; }
h2	 {
	color: #323232;
	font-size: 22px; }
h3						 {
	color: #323232;
	font-size: 18px; }
	h3.divider {
		margin: 0 0 25px;
		padding-bottom: 10px;
		border-bottom: 4px double #d6d6d6;
	}
h4		  {
	color: #323232;
	font-size: 18px; }
h5		  {
	color: #323232;
	font-size: 14px; }

.clear {
	clear: both }
	
.sep {
	border-bottom: 4px double #d6d6d6;
	margin: 30px 0;
	height: 1px;
	display: block;
	clear: both;
}
	
/*----Header----*/
.slicknav_menu, #mobilenav {
	display: none;
}
.headerad {
	background-color: #f2f2f2;
	border-bottom: 1px solid #d6d6d6;
	text-align: center;
	padding: 12px 0;
	overflow: hidden;
}
.hide_on_mobile {
	display: block;
}
.hide_on_desktop {
	display: none;
}
.headerad .textwidget {
	width: 100%;
	max-width: 728px;
	overflow: hidden;
	height: 90px;
	margin: 0 auto;
}
.header {
	margin: 0 0 45px;
	clear: both;
	border-bottom: 1px solid #d6d6d6;
	 }
.header .logo	 {
	margin: 30px 0 30px;
	padding: 0;
	float: left }

/*----Content----*/
#content							 {
	display: inline-block;
	float: left; }
#content img {
	max-width: 100%;
	width: auto;
	height: auto;
}
h2.pagetitle, h2.archivetitle, h2.searchtitle  {
	margin-top: 0 }
.span_content ul, .span_content ol {
	margin: 0;
	padding: 0;
	margin-bottom: 25px }
.span_content ul li	 {
	list-style-type: none;
	margin: 0 0 10px 20px;
	padding: 0; }
.span_content ul li:before {
	color: #f4c440;
	content: '\2022'; /* '' */
	margin: 0 6px 0 -10px;
	font-weight: bold;
}
.span_content ol li	 {
	list-style-type: decimal;
	padding: 0;
	margin: 0 0 15px 30px }
.span_content strong {
	font-weight: bold;
	color: #323232;
}
.video-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	margin-bottom: 25px;
	height: 0; 
	overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
	}

/*----Sidebar----*/
.sidebar				  {
	font-size: 85%;
	display: inline-block; }
.topsidebar	  { }
.leftsidebar		 {
	margin: 0;
	float: left;
	width: 40%;
	margin-right: 6%; }
.rightsidebar	 {
	margin: 0;
	width: 160px;
	float: right }
.midsidebar {
	overflow: hidden;
}
.lowersidebar {
	clear: both;
	margin: 0;
}
.sidebar img {
	max-width: 100%;
	height: auto;
}
.widget		   {
	margin-bottom: 33px }
h3.widgettitle	  {
	margin: 0 0 5px; }
.widget a:link, .widget a:visited, .widget a:active		 {
	color: #323232;
	text-decoration: none }
.widget a:hover	 {
	color: #f4c440;
	text-decoration: none }

.widget p	 {
	margin: 0 0 10px }

.sidebar select	 {
	font-size: 11px;
	font-family: "brandon-grotesque", Arial, Helvetica, Geneva, sans-serif;
	color: #707070;
	font-style: italic;
	background-color: #ffffff;
	padding: 6px;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #e5e6e6; }
.about {

}
.about img {
	float: right;
	margin-top: -20px;
	margin-left: 5px;
}
.about a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
.subscribe {
	background-image: url(images/bg.png);
	padding: 20px 10px;
	border-top: 4px double #d6d6d6;
	border-bottom: 4px double #d6d6d6;
	margin-bottom: 50px;
	margin-top: 30px;
}
.subscribebox {
	background-image: url(images/bg.png);
	padding: 20px 10px;
	border-top: 4px double #d6d6d6;
	border-bottom: 4px double #d6d6d6;
	margin-bottom: 0px;
}
.subscribe h3.widgettitle {
	text-align: center;
}
.emailform {
	overflow: hidden;
	background-color: #ffffff;
	border: 1px solid #d6d6d6;
	height: 42px;
	margin-top: 10px;
}
	.featured .subscribe .emailform {
		height: 50px;
	}
.emailinput {
	border: none;
	font-size: 16px;
	font-family: "brandon-grotesque", Arial, Helvetica, Geneva, sans-serif;
	color: #323232;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px 10px;
	height: 42px;
	line-height: 42px;
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
	vertical-align: middle;
	float: left;
	margin-bottom: 8px;
}
	.emailinput:focus {
		border: 2px solid #f4c440;
		outline:none;
	}
	.featured .subscribe .emailinput {
		height: 50px;
		line-height: 50px;
		font-size: 18px;
		padding: 0 15px;
	}
.emailsubmit {
	width: 50px;
	text-align: center;
	float: right;
	color: #323232;
	background-color: #ffffff;
	border: none;
	margin: 0;
	padding: 0px 8px;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	vertical-align: middle;
	font-family: "brandon-grotesque", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
	.featured .subscribe .emailsubmit {
		height: 50px;
		line-height: 50px;
	}
.emailsubmit:hover {
	color: #f4c440;
}
.sidebar .social {
	text-align: center;
	margin: 25px 0 -42px;
}
.sidebar .social a {
	display: inline-block;
	color: #323232;
	background-color: #ffffff;
	font-size: 32px;
	padding: 0 !important;
	margin: -15px 0 -42px !important;
}
.sidebar .social a:hover {
	color: #707070;
}
.fa-inverse {
	font-size: 88%;
}
	
.recentposts { 
overflow: hidden;
}
.recentposts h3 {
	display: none; }
.recentposts img {
	width: 100%;
	height: auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 5px;
	 }
.recentposts h4 {
	margin: 0;
	font-size: 12px;
	text-align: center; }
.recentposts .recent-item {
	margin-bottom: 20px;
	 }
	.topsidebar .recent .recent-item {
		width: 50%;
		float: left;
	}
	.topsidebar .recent .recent-item:nth-child(2n+1) {
		clear: both;
	}
.recentposts a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}

/*----Post Styles----*/
.post				   {
	overflow: hidden;
	margin-bottom: 35px; }
.singlepost {
	border-bottom: 4px double #d6d6d6;
	padding-bottom: 35px;
}
.blogpost {
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 45px;
	margin-bottom: 55px;
}
h2.posttitle, h1.posttitle {
	font-size: 26px;
	text-align: center;
	margin: 9px 0; }
h2.posttitle a, h1.posttitle a {
	color: #323232;
	text-decoration: none }
h2.posttitle a:hover, h1.posttitle a:hover {
	color: #f4c440 }
.postmeta			 {
	text-align: center;
	color: #707070;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .05em; }
.postmeta2 {
	margin-bottom: 30px;
}
.postmeta em {
	text-transform: lowercase;
	font-weight: normal;
	font-size: 13px;
	letter-spacing: normal;
	font-style: italic;
}
.postmeta a	  {
	color: #707070;
	text-decoration: none }
.postmeta a:hover, .edit a:hover, .metabottom a:hover {
	color: #323232;
	text-decoration: none }
.postmeta span:before {
	font-family: "fontello";
	font-weight: normal;
	font-size: 12px;
	margin: 0 5px 0 12px;
}
.postmeta .cat1:before { 
	color: #dd2265;
	content: '\e808'; }
.postmeta .cat2:before { 
	color: #ff8400;
	content: '\e810'; }
.postmeta .cat3:before { 
	color: #f4c440;
	content: '\e809'; }
.postmeta .postdate:before { 
	color: #f4c440;
	content: '\e815'; }
.postmeta .ccount:before {
	color: #f4c440;
	font-size: 8px;
	content: '\e802';
	position: relative;
	top: -1px; }
	
.postmeta i { 
	color: #f4c440; 
	font-weight: bold;
	margin-right: 5px;
} 
	
	a.jump-button:before {
		color: #f4c440;
		content: '\e811';
		font-family: "fontello";
		font-weight: normal;
		font-size: 11px;
		margin: 0 5px 0 12px;
	}
.metabottom {
	clear: both;
	text-align: center;
	margin-top: 30px }
.metabottom	.right {
	margin-top: 15px;
}
.metabottom .ccount	 {
	background-image: none;
	margin: 0;
	padding: 0; }

a.post-edit-link, a.comment-edit-link, a.comment-reply-link	 {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background-color: #707070;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 0px 3px }
a.post-edit-link:hover, a.comment-edit-link:hover, a.comment-reply-link:hover {
	color: #fff;
	background-color: #323232 }
.post img {
	max-width: 660px;
	height: auto;
}
.alignleft {
	margin-right: 10px;
	float: left }
.alignright {
	margin-left: 10px;
	float: right }
.aligncenter {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto }
.post p.small {
	font-size: 80%;
}
.post p.lead {
	font-style: italic; }
.post blockquote	 {
	color: #707070;
	font-size: 18px;
	font-weight: 300;
	margin: 25px 0;
	border: 1px solid #d6d6d6;
	padding: 20px 25px;
	display: block; }
.post blockquote p:last-of-type {
	margin-bottom: 8px;
}
.wp-caption {
	max-width: 100% !important;
	text-align: left }
.wp-caption p {
	color: #707070;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px }


/*Inner Post*/
.share {
	background-image: url(images/bg.png);
	padding: 7px 15px 15px;
	text-align: center;
	margin: 25px 0 -35px;
	border-top: 4px double #d6d6d6;
}

.share h4, .dpsp-share-text {
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #707070;
	margin-bottom: 10px;
}

#dpsp-content-bottom {
	text-align: center;
	margin-top: 10px;
}
	#dpsp-content-bottom ul li {
		display: inline-block;
		float: none;
		margin: 0 2px 0 !important
	}
#dpsp-content-top {
	text-align: center;
}
	#dpsp-content-top ul li {
		display: inline-block;
		float: none;
		margin: 0!important
	}


.postnav {
	overflow: hidden;
	border-top: 4px double #d6d6d6;
	border-bottom: 4px double #d6d6d6;
	padding: 15px 2px;
	margin: 0 0 30px;
}

.disclosure {
	font-size: 75%;
	color: #767474;
	font-style: italic;
	text-align: right;
	margin: 15px 0 0px;
	float: right;
	display: inline-block;
}
	p.disclosure {
		display: block;
		float: none;
		text-align: center
	}
		p.disclosure a {
			color: #767474;
		}
p.affiliate {
	font-size: 90%;
	text-align: right;
	margin: 25px 0;
	color: #707070;
	font-style: italic;
}

/*Author Box*/	
.authorbox {
	overflow: hidden;
	border-bottom: 4px double #d6d6d6;
	padding: 5px 0 30px;
	margin: 25px 0 25px; 
	}
.authorbox .avatar {
	float: left;
	width: 120px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	background-color: #eeeeee;
	margin-right: 20px;
}
.authorbox h4 {
	color: #323232;
	margin: 0 0 3px;
}
.authorbox p {
	font-size: 94%;
	margin: 10px 0;
}
.authorbox a.button {
	float: right;
	color: #707070;
	font-size: 13px;
	text-decoration: none;
	font-style: italic;
}
.authorbox a.button:hover {
	color: #f4c440;
}
	
/*----Homepage Teaser Styles----*/
.teaser-posts {
	overflow: hidden;
	margin-bottom: 40px;
}
.teaser-post {
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 40px;
	float: left;
}
.teaser-post .post-thumb img {
	width: 100% !important;
	height: auto;
	display: block;
}
.teaser-post .post-thumb {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.teaser-post .post-thumb .caption {
	position: absolute;
	bottom: 25px;
	right: 25px;
	left: 25px;
	display: block;
	padding: 15px 10px;
	text-align: center;
	background-color: #ffffff;
	background-color: rgba(255,255,255,.8);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.teaser-post .post-thumb .caption h3 {
		margin: 0;
	}
.teaser-post .post-thumb a:hover .caption {
	background-color: #ffffff;
}

.teaser-post:nth-of-type(2n) {
	margin-right: 0;
}
.teaser-post:nth-of-type(2n+1) {
	clear: both;
}
.teaser-post h2.posttitle {
	font-size: 22px;
	margin: 20px 0 10px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.teaser-post h2.posttitle:after {
		display: none;
	}
	.teaser-post a {
		text-decoration: none;
	}
	.teaser-post a:hover h2.posttitle {
		color: #f4c440;
	}
.teaser-post .postmeta {
	text-align: center;
	font-size: 11px;
}
.teaser-post p.excerpt {
	text-align: center;
	margin: 13px 0 20px;
}

.more {
	overflow: hidden;
	text-align: center;
	margin-bottom: 3px;
}
a.more-link {
	display: inline-block;
	color: #323232;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .08em;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	border: 1px solid #f4c440;
	padding: 3px 12px;
}
a.more-link:hover {
	color: #f4c440;
}

/*----Small Teaser Posts----*/

.teaser-post-sm {
	width: 32%;
	margin-right: 2% !important;
	margin-bottom: 20px;
	float: left;
}
.teaser-post-sm:nth-child(3n) {
	margin-right: 0 !important;
}
.teaser-post-sm:nth-child(3n+1) {
	clear: both;
}
.teaser-post-sm h3 {
	text-align: center;
	margin: 7px 0;
}
.teaser-post-sm a {
	text-decoration: none;
}
.teaser-post-sm a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}


/*----Homepage Featured Styles----*/
.featured .featuredposts {
	background-image: url(images/bg.png);
	margin-top: -46px;
	margin-bottom: 0px;
	padding: 20px 0 30px;
}
.featured .wrapper {
	overflow: visible;
	position: relative;
	background-color: transparent;
}
.featured h2.widgettitle {
	margin: 5px 0 10px;
	font-size: 18px;
}
.homepagesection {
	overflow: hidden;
	width: 100%;	
}
.homepagesection .teaser-post {
	width: 32.5%;
	margin-right: 1.25%;
	margin-bottom: 0px;
	float: left;
}
.homepagesection .teaser-post:nth-of-type(2n) {
	margin-right: 1.25%;
}
.homepagesection .teaser-post:nth-of-type(3n) {
	margin-right: 0;
}
.homepagesection .teaser-post:nth-of-type(2n+1) {
	clear: none;
}

.featured .subscribe {
	margin: 10px auto 50px;
	padding: 40px;
	overflow: hidden;
	background-image: none;
	border: none;
}
	.featured .subscribe .wrap {
		max-width: 700px;
	}
	.featured .subscribe h2.widgettitle, .featured .subscribe h3.widgettitle {
		float: left;
		display: inline-block;
		font-size: 24px;
		width: 356px;
		vertical-align: middle;
		margin: 10px 0 0
	}
		.subscribe h2.widgettitle em, .subscribe h3.widgettitle em {
			font-style: normal;
			font-size: 60%;
			letter-spacing: normal;
			border-top: 3px double #323232;
			border-bottom: 3px double #323232;
			line-height: 1.2;
			display: inline-block;
			position: relative;
			padding: 0 2px;
			top: -3px;
		}
	.featured .subscribe .textwidget {
		float: left;
		display: inline-block;
		width: -moz-calc(100% - 356px);
		width: -webkit-calc(100% - 356px);
		width: calc(100% - 356px);
		vertical-align: middle;
	}
	.featured .subscribe .emailform {
		margin-top: 0 !important
	}

	



/*----Archive Post Styles----*/
.relatedposts {
	overflow: hidden;
	margin-bottom: 50px;
	padding-bottom: 45px;
	border-bottom: 4px double #d6d6d6;
}




/*----Archive Styles----*/

h2.archivetitle, h2.pagetitle	  {
	margin-top: 0;
	margin-bottom: 20px }
.archiveslist	   {
	color: #707070;
	list-style-type: disc;
	margin-top: 0;
	margin-bottom: 20px;
	overflow: hidden }
.archiveslist li   {
	width: 31%;
	float: left }
.archiveslist ul li		 {
	color: #323232;
	font-size: 11px;
	list-style-type: circle }
.archiveslist a:link  {
	color: #323232;
	text-decoration: none }
.archiveslist a:visited	 {
	color: #707070;
	text-decoration: none }
.archiveslist a:hover {
	color: #f4c440 }
.archiveslist a:active	 {
	color: #f4c440 }
.archiveslist em	 {
	color: #707070;
	font-size: 10.5px }
.subcats {
	border: 1px solid #d6d6d6;
	padding: 20px 25px;
	margin: 0 0 30px;
}
	.subcats2 {
		border: none;
		padding: 0;
		margin: 0 0 30px;
	}
.subcats h4 {
	color: #707070;
	margin: 0 0 10px;
}
.subcats ul li:before {
	display: none;
}
.subcats ul {
	margin: 0;
	padding: 0;
}
.subcats ul li { 
	display: inline-block;
	margin: 0;
	padding: 0;
}

/*Ingredient Index*/
.span_content .tagindex li {
	width: auto;
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.tagindex li:before {
	display: none;
}
.tagindex a	 {
	font-size: 13px;
	line-height: 21px;
	width: 22px;
	height: 22px;
	text-align: center;
	display: block;
	margin-right: 2px;
	float: left;
	border: solid 1px #f6f5f5;
	background-color: #ffffff; }
.tagindex a:link   {
	color: #707070;
	text-decoration: none }
.tagindex a:visited	   {
	color: #bbb9b9;
	text-decoration: none }
.tagindex a:active	 {
	color: #707070;
	text-decoration: none }
.tagindex a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #323232 }
.tagtitle {
	color: #707070;
	font-size: 15px;
	margin-bottom: 8px;
	text-transform: uppercase }
.tagtitle a	 {
	text-decoration: none;
	text-transform: none }
.tagtitle em  {
	color: #707070;
	font-family: "brandon-grotesque", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	margin-left: 11px;
	letter-spacing: normal;
	font-weight: normal;
	float: right }
.tagtitle em a {
	color: #707070;
	font-size: 11px }
.tagtitle a:hover  {
	color: #323232 }

/*Facets*/
.facets {
	font-size: 94%;
	line-height: 2;
}
	.facets .facetwp-counter {
		display: none;
	}
.facets h3 {
	font-size: 12px;
	margin: 0 0 10px;
}
.facetwp-facet {
	font-size: 90%;
	margin: 0;
}
.facetwp-toggle {
	font-style: italic;
}
.facetwp-per-page {
	margin-bottom: 25px;
}
.sort {
	float: right;
	vertical-align: middle;
}
	.sort-top {
		margin: -45px 0 0px;
	}
	.sort-bottom {
	}
.sort .facetwp-per-page, .sort .facetwp-sort {
	display: inline-block;
	margin: 0 0 0 10px;
}
.facet-pagination {
	margin: 10px 0 !important;
	text-align: center !important;
	padding: 15px 0;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}

.facetwp-search {
	border: 1px solid #EDEDED;
	color: #696969;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	line-height: 30px;
	background-color: #fff;
	padding: 0 10px;
	vertical-align: middle;
	height: 40px;
	width: 100%;
}

/*----Forms----*/
#submit, .submitbutton, a.submitbutton		   {
	color: #fff;
	font-size: 15px;
	font-family: "brandon-grotesque", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	line-height: 15px;
	background-color: #323232;
	text-transform: uppercase;
	letter-spacing: .05em;
	cursor: pointer;
	margin-top: 5px;
	padding: 10px 15px 8px;
	border-style: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
		 }
	.smbutton {
		font-size: 11px;
		padding: 5px 12px;
	}
#submit:hover, .submitbutton:hover		  {
	background-color: #f4c440 }
.commentinput, .styledinput, .captchainput, #commentform input[type=text], #commentform textarea		 {
	color: #707070;
	font-size: 15px;
	font-family: "brandon-grotesque", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.5;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #e4e3e3	}
.commentinput:focus, .styledinput:focus, .captchainput:focus {
	border: 2px solid #f4c440;
	color: #323232 }
#commentform textarea {
	width: 100% }
#commentform input[type=text] {
	width: 100% }
.wpcf7-form	  {
	width: 100% }
.wpcf7-form .formfield {
	overflow: hidden }
#frmCSCF {
	max-width: 400px;
	margin: 30px 0;
}

#frmCSCF label {
	 }

#frmCSCF input[type="text"], #frmCSCF input[type="email"]  {
	color: #707070;
	font-size: 13px;
	font-family: "brandon-grotesque", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 7px;
	border: 1px solid #e4e3e3;
	width: 100%; }
#frmCSCF textarea  {
	color: #707070;
	font-size: 13px;
	font-family: "brandon-grotesque", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 7px;
	border: 1px solid #e4e3e3;
	width: 100%; }
#frmCSCF input[type="submit"] {
	color: #fff;
	font-size: 14px;
	font-family: "brandon-grotesque", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	line-height: 15px;
	background-color: #323232;
	text-transform: uppercase;
	letter-spacing: .05em;
	cursor: pointer;
	margin-top: 5px;
	padding: 10px 15px 8px;
	border-style: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
		 }
#frmCSCF input[type="submit"]:hover		   {
	background-color: #f4c440 }	
.searchform, .search-form {
	position: relative
}
.span_content .searchform {
	border: 1px solid #e5e6e6;
	overflow: hidden;
	max-width: 400px;
	height: 35px;
	position: relative;
}
.span_content .searchinput, .search-input {
	font-size: 14px;
	font-family: "brandon-grotesque", Arial, Helvetica, Geneva, sans-serif;
	color: #323232;
	background-color: #ffffff;
	border: none;
	margin: 0px;
	padding: 0px 10px;
	height: 35px;
	line-height: 35px;
	width: width: -moz-calc(100% - 35px);
	width: -webkit-calc(100% - 35px);
	width: calc(100% - 35px);
	vertical-align: top;
}
.span_content .searchinput:focus, .search-input:focus {
	color: #323232;
	font-style: normal;
	outline: none;
	border: 2px solid #f4c440 !important;
}
.span_content .searchsubmit, .search-submit {
	width: 32px;
	text-align: right;
	color: #323232;
	background-color: #ffffff;
	border: none;
	margin: 0px 0 0 -4px;
	padding: 0px 7px;
	height: 35px;
	line-height: 31px;
	font-size: 18px;
	vertical-align: top;
	font-family: "brandon-grotesque", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 0;
}
.span_content .searchsubmit:hover, .search-submit:hover {
	color: #f4c440;
}

/*----Footer----*/
.footer									 {

	width: 100%;
	overflow: hidden;
}
.footer .wrap, .subfooter .wrap	 {
	margin-right: auto;
	margin-left: auto;
	max-width: 1030px;
	padding: 25px 20px;
	width: 100%; }
.footer a:link, .footer a:visited, .footer a:active {
	color: #323232;
	text-decoration: none }
.subfooter a:link, .subfooter a:visited, .subfooter a:active {
	color: #707070;
	text-decoration: none }
.footer a:hover, .subfooter a:hover		   {
	color: #f4c440 }
	
.footerpopular {
	background-image: url(images/bg.png);
	margin-bottom: 30px;
	padding: 10px 0;
}
.footerpopular .popular-posts {
	width: 100%;
	margin-right: 0;
	float: none;
	overflow: hidden;
}
.footerpopular .popular-posts .teaser-post {
	width: 16%;
	float: left;
	clear: none;
	margin: 0 .8% 0 0;
}
.footerpopular .popular-posts .teaser-post:last-of-type {
	margin-right: 0;
}
.footerpopular .popular-posts .caption {
	display: none;
}
.footerpopular .popular-posts a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}


.footerwidgets {
	overflow: hidden;
}
.footerwidgets h3 {

}
.footerwidgets .footerwidget {
	width: 32%;
	float: left;
	margin: 0px 2% 0 0;
}
.footerwidgets .widget-last {
	margin-right: 0;
}
.footerwidgets .cat-posts {
	overflow: hidden;
}
.footerwidgets .cat-posts .cat-post-item {
	overflow: hidden;
	clear: both;
	margin-bottom: 12px;
	position: relative;
}
.footerwidgets .cat-posts .cat-post-item img {
	float: left;
	width: 70px;
	height: 70px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	margin-right: 9px;
	position: absolute;
	top: 0;
	left: 0;
}
.footerwidgets .cat-posts .cat-post-item h4 {
	font-size: 14px;
	height: 70px;
	vertical-align: middle;
	display: table-cell;
	padding-left: 80px;
	
}
.footerwidgets .cat-posts a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.footerwidget h3.widgettitle a {
	color: #323232;
}
.footerwidget h3.widgettitle a span {
	font-style: italic;
	float: right;
	font-size: 14px;
	text-transform: lowercase;
	font-weight: normal;
	color: #707070;
	letter-spacing: normal;
}
.footerwidget h3.widgettitle span:hover {
	color: #f4c440;
}
.footerwidget h3.widgettitle a:before {
	font-family: "fontello";
	font-weight: normal;
	margin-right: 5px;
}
.footerwidget.recipes h3.widgettitle a:before { content: '\e809'; } /* '' */
.footerwidget.life h3.widgettitle a:before { content: '\e80a'; } /* '' */
.footerwidget.diy h3.widgettitle a:before { content: '\e80f'; } /* '' */

.footerwidget.travel h3.widgettitle a:before { content: '\e814'; } /* '' */

.subfooter {
	border-top: 4px double #d6d6d6;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .08em;
	width: 100%;
	overflow: hidden;
}
.subfooter .wrap {
	overflow: hidden;
	padding: 16px 20px;
}
.footernav		 {
	display: inline-block;
	float: left;
	 }
.footernav li	 {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0 }
.footernav li.backtotop a {
	font-weight: bold;
	color: #323232;
}
.copyright				 {
	display: inline-block;
	float: right;
	text-align: right;
	color: #707070;
	 }
	
.copyright em {
	font-style: italic;
	font-size: 14px;
	text-transform: lowercase;
	font-weight: normal;
	color: #707070;
	letter-spacing: normal;
}

.footerad	 {
	width: 100%;
	max-width: 728px;
	overflow: hidden;
	text-align: center;
	margin: 20px auto 35px; }
/*----Comments----*/
h3#comments, h3#reply-title {
	margin-top: 40px;
}
#comments, #pings  { }
h4#comments a {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #707070;
}
h4#comments a:hover {
	color: #323232;
}
#respond		 {
	margin-top: 35px }
#commentlist		  {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 50px;
	padding-top: 0;
	border-bottom: 1px solid #d6d6d6; }
#commentlist li {
	list-style-type: none;
	border-top: 1px solid #d6d6d6;
	margin: 0;
	padding: 30px 0px 20px; }
#commentlist li:before {
	display: none !important;
}
.commentcontent {
	overflow: hidden;
}
#pinglist {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 50px;
	padding-top: 0 }
#pinglist li {
	list-style-type: decimal;
	margin: 0 0 10px 17px;
	padding: 0 0 0 }
#pinglist p {
	margin: 0;
}
#commentlist li.bypostauthor, #commentlist li.comment-author-hayley	   {
	background-color: #f6f6f6; }
#commentlist li p	 {
	font-size: 90%;
	padding: 0;
	margin: 0 0 15px; }
.leaveacomment {
	margin-bottom: 50px;
}
.leaveacomment a.submitbutton {
	font-size: 12px;
	text-decoration: none;
}
a.commentnumber {
	color: #f0f0f0;
	font-size: 20px;
	text-decoration: none;
	float: right }
.commentmeta		 {
	color: #707070;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .05em;
	text-align: left;
	margin: 0 0 10px;
	padding: 0 }
.commentmeta em {
	font-style: normal; }
.commentmeta a {
	color: #707070 }
.commentmeta strong			  {
	color: #323232;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	 }
.commentmeta strong a			 {
	color: #323232;
	text-decoration: none;
	 }
.commentmeta a:hover		 {
	color: #f4c440; }
.commentmeta a.comment-edit-link, .commentmeta a.comment-reply-link {
	color: #fff;
	background-color: #707070;
	text-decoration: none }
.commentnumber		 {
	display: inline }
#commentlist .avatar {
	width: 60px;
	height: 60px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	display: inline;
	margin-top: -2px;
	margin-bottom: 7px;
	margin-left: 7px;
	float: right }
#commentform   {
	margin-bottom: 60px;
	width: 100% }
#commentform label { }
#commentform p {
	margin-bottom: 5px }
.wp-smiley {
	vertical-align: middle }
.commentnav {
	color: #707070;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .05em;
	line-height: 15px;
	text-align: left;
	margin-bottom: 15px; }
.commentnav em {
	font-style: normal;
	margin-right: 15px }
.commentnav em img {
	margin-right: 2px;
	vertical-align: middle }
.commentnav .page-numbers {
	color: #707070;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.commentnav .current {
	color: #f4c440;
	font-weight: bold;
	background-color: #fff }
.commentnav .next, .commentnav .prev, .commentnav .dots {
	border-style: none }
.commentnav a:hover {
	color: #323232; }
.commentnav .alignright a {
	color: #707070;
	text-decoration: none }
.commentnav .alignright a:hover {
	color: #323232;
	text-decoration: none;
	background-color: transparent }
.commentnavbottom {
	margin-top: -30px;
	margin-bottom: 55px;
}
/*threaded comments*/
#commentlist li ul {
	margin: 0;
	padding: 0 }
#commentlist li ul li		 {
	list-style-type: none;
	border: none; }
#commentlist li ul li.bypostauthor, #commentlist li ul li.comment-author-hayley			  {
	background-color: #f6f6f6;
	list-style-type: none;
	padding: 15px 15px 2px;
	border: none; }
#cancel_reply, #cancel_reply a		 {
	color: #323232;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold }
.thdrpy a  {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background-color: #707070;
	text-transform: uppercase;
	letter-spacing: 0;
	text-decoration: none;
	padding: 0px 3px }
.thdrpy a:hover {
	color: #fff;
	background-color: #323232 }

/*----Top Menu----*/
.topbar					  {
	background-color: #ffffff;
	border-bottom: 4px double #d6d6d6;
	width: 100%;
	height: 50px;
	font-size: 11px;
	line-height: 50px;
	color: #323232;
	font-weight: bold;
	letter-spacing: .08em;
	text-transform: uppercase; }
.topbar .wrap {
	max-width: 1030px;
	padding: 0 20px;
	margin: 0 auto;
}
.topbar .searchform {
	display: inline-block;
	float: right;
	margin-right: 5px;
}
.topbar .searchform .searchinput {
	font-size: 15px;
	font-family: "brandon-grotesque", Arial, Helvetica, Geneva, sans-serif;
	color: #323232;
	background-color: #ffffff;
	border: 1px solid #d6d6d6;
	margin: -7px 0 0 0;
	padding: 4px 5px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	vertical-align: middle;
	width: 140px;
}
	.topbar .searchform .searchinput:focus {
		border: 2px solid #f4c440;
		outline: none;
	}
.topbar .searchform .searchsubmit {
	background-color: transparent;
	border: none;
	margin: -5px 0 0 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-family: "brandon-grotesque", Arial, Helvetica, Geneva, sans-serif;
	color: #323232;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}
.topbar .searchform .searchsubmit:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.topbar .searchform .searchsubmit:active {
	position: relative;
	top: 1px;
}
.topbar .social {
	float: left;
	display: inline-block;
	margin-left: 10px;
	line-height: 42px;
}
.topbar .social a {
	font-family: "fontello";
	font-size: 24px;
	display: inline-block;
	color: #323232;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.topbar .social a:hover {
	color: #707070;
}

.topbar ul.topnav {
	float: left;
	list-style: none;
	line-height: 47px;
	margin: 0 0 0 -7px;
	padding: 0 }
.topbar ul.topnav li	  {
	margin: 0;
	padding: 0;
	height: 50px;
	float: left }
.topbar ul.topnav li a	 {
	color: #323232;
	text-decoration: none;
	padding: 0 12px 0 12px;
	float: left }
.topbar ul.topnav li a:hover, .topbar ul li:hover > a  {
	color: #707070; }
.topbar .topnav li ul a:hover, .topbar ul li li:hover > a {
	color: #323232; }
.topbar .topnav li ul	 {
	background: #d6d6d6;
	margin: 46px 0 0;
	padding: 0;
	position: absolute;
	z-index: 9999;
	left: -999em;
	width: 160px; }
.topbar .topnav li ul li  {
	height: auto;
	margin: 0;
	padding: 0 }
.topbar .topnav li:hover ul {
	left: auto }
.topbar .topnav li ul li a	 {
	color: #323232;
	height: 35px;
	line-height: 20px;
	padding: 7px 12px;
	margin: 0;
	width: 160px; }
.topbar ul.topnav li li:hover > a, .topbar ul li li a:hover	  {
	color: #FFFFFF;
	background-color: #323232 }
.topbar .topnav li li ul  {
	visibility: hidden;
	margin: 0 0 0 150px;
	background-color: #f4c440; }
.topbar .topnav li li ul a {  }
.topbar ul.topnav li li li:hover > a, .topbar ul li li lia:hover {
	color: #ffffff;
	background-color: rgba(255,255,255,.1) }
.topbar .topnav li li:hover ul {
	visibility: visible }
.topbar ul.topnav ul li:last-child > a {
	border-bottom: none }
.topbar ul.topnav ul ul li:first-child > a { }


/*----Main Menu----*/
#mobilenav {
	display: none;
}
.nav {
	position:relative;
	display:inline-block;
	font-size: 16px;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .08em;
	float: right;
	z-index: 1000;
	overflow: visible;
	z-index: 1000;
	margin-top: 25px;
}
.nav-list {
	text-align:left;
}
.nav-list .menu-item {
	float: left;
	display: inline-block;
	zoom: 1;
	position: relative;
	z-index: 1000;
	margin-left: 25px;
}
.nav-list .menu-item a {
	display: block;
	color: #323232;
	padding: 10px 20px 20px 20px;
	text-decoration: none;
	text-align: center;
}
.nav-list .menu-item > a:hover, .nav-list .menu-item:hover a {
	color: #f4c440;
}
.nav-list .menu-item:hover .sub-menu {
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 11px;
	font-weight: bold;
}
.nav-list .menu-search {
	text-align: center;
}
.nav-list .searchform2 {
	text-align: center !important;
	margin: 0 auto;
	float: none !important;
	width: 100%;
	 }
/* Menu Icons */
.nav-list .menu-item>a:before {
	font-family: "fontello";
	display: block;
	color: #323232;
	font-size: 16px;
	font-weight: normal;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.nav-list .menu-item>a:hover:before, .nav-list .menu-item:hover>a:before {
	color: #f4c440;
}
.nav-list .menu-item.home>a:before { content: '\e80b'; } /* '' */
.nav-list .menu-item.recipes>a:before { content: '\e809'; } /* '' */
.nav-list .menu-item.diy>a:before { content: '\e80f'; } /* '' */
.nav-list .menu-item.travel>a:before { content: '\e814'; } /* '' */
.nav-list .menu-item.life>a:before { content: '\e80a'; } /* '' */

/* Navigation submenu */
.nav-list .sub-menu {
	display: none;
	position: absolute;
	text-align: center;
	left: 50%;
	margin-left: -80px;
	width: 160px;
	font-size: 15px;
	z-index: 2000;
	background: #323232;
}
.nav-list .sub-menu:after { 
	bottom: 100%; 
	left: 50%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
	border-color: rgba(222, 66, 111, 0); 
	border-bottom-color: #323232; 
	border-width: 10px; 
	margin-left: -10px; }
.nav-list .sub-menu .menu-item {
	margin: 0;
}
.nav-list .sub-menu .menu-item a {
	color: #ffffff;
	display: block;
	width: 160px;
	padding: 10px 20px;
}
.nav-list .sub-menu .menu-item:first-of-type a {
	border-top: none;
}
.nav-list .sub-menu .menu-item a:hover {
	background:#f4c440;
}
	.nav-list .sub-menu .menu-item-has-children a {
		
	}
	.nav-list .sub-menu .menu-item .sub-menu .menu-item a {
		border: none;
		padding: 10px 15px 10px 20px;
		margin-top: -12px;
		font-style: italic;
		background-color: transparent;
		font-size: 12px;
	}
	.nav-list .sub-menu .menu-item .sub-menu .menu-item a:hover {
		color: rgba(255,255,255,.7);
	}
	
/* Mobile navigation */
.nav-mobile {
	display:none; /* Hide from browsers that don't support media queries */
	cursor:pointer;
	position:absolute;
	top:-43px;
	right:20px;
	padding: 20px;
	width: 200px;
	height: auto;
	text-align: right;
	color: #323232;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .03em;
	line-height: 23px;
}
.nav-mobile:hover {
	color: #f4c440
}
#mobilenav .nav-list {
	margin-top: -10px;
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position:absolute;
	top:0;
	right:0;
	display:none;
	height:50px;
	width:50px;
	cursor:pointer;
	display: none;
}
.nav-click i {
	display:block;
	height:50px;
	width:50px;
	background:url(images/drop.svg) no-repeat center center;
	background-size:16px;
}
.nav-click:hover {
	background-color:#f4c440;
}
.nav-rotate {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}


/*------------------------------------*\
	Media Queries
\*------------------------------------*/

@media only screen and (min-width: 120px) and (max-width: 768px) {
	.nav-mobile {
		display:block !important;
		margin-top: -15px;
	}
	.nav-mobile:before { 
		display: block;
		color: #323232;
		float: right;
		font-family: "fontello";
		font-size: 16px;
		margin-left: 0px;
		margin-right: -20px;
		content: '\e812'; }
	.nav {
		margin: 0px 0 25px;
		width:100%;
		padding: 0px 0 0;
	}
	.nav-list {
		display:none;
		margin: 0 !important;
		padding: 0 !important;
	}
	.nav-list .menu-item {
		width:100%;
		float:none;
		margin: 0 !important;
		padding: 0 !important;
		line-height: 1;
	}
	.nav-list .menu-item > a {
		padding: 15px 15px 15px !important;
		margin: 0;
		background-color: #f2f2f2;
		border-bottom: 1px solid #d6d6d6;;
	}
	.nav-list .menu-item a:before { 
		display: inline-block;
		font-size: 16px;
		margin-right: 10px;
		margin-left: -18px; }
	.nav-list .menu-item > a:hover, .nav-list .menu-item:hover a {
		color: #ffffff;
	}
	.nav-list .menu-item > a:hover {
		background-color: #f4c440;
		color: #ffffff;
	}
	.nav-list .menu-item>a:hover:before, .nav-list .menu-item:hover>a:before {
		color: #ffffff;
	}
		.nav-list .sub-menu {
			width: 100%;
			left: 0;
			margin-left: 0;
		}
		.nav-list .sub-menu .menu-item a, .nav-list .sub-menu .sub-menu .menu-item a {
			padding:10px 15px;
			margin: 0;
			background-color: #d6d6d6;
			border-none: none;
			width: 100%;
		}
		.nav-list .sub-menu .menu-item a:hover {
			color: rgba(255,255,255,.6);
		}
		.nav-list .sub-menu:after { 
			
			display: none; }
	.nav-click {
		display:block;
	}
	.nav-mobile-open {
		border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
	}
	.nav-list .menu-item:hover .sub-menu {
		display:none;
	}
	.nav-list .sub-menu {
		position:static;
		width:100%;
	}
}	


/*---------PAGE NUMBERS---------*/
.screen-reader-text {
	display: none;
}
.pagination {
	clear: both;
	text-align: center;
	font-size: 12px;
	margin: 30px 0;
	width: 100%;
	overflow: hidden;
}
	.facet-pagination {
		text-align: left;
	}
.pagination .page-numbers, .pagination .facetwp-page {
	color: #707070;
	padding: 5px 10px;
	text-decoration: none;
	display: inline-block;
	margin: 0 auto;
	border: 1px solid #ECECED
}
	.pagination span.page-numbers.current, .pagination a.active {
		 color: #323232 !important;
		 font-weight: bold;
		 border-color: #ffffff;
	}
	.pagination span.page-numbers.dots {
		 border: none;	}
.pagination a.page-numbers:hover, .pagination a.facetwp-page:hove {
	color: #ffffff;
	background-color: #f4c440;
}
.pagination .nav-links {
	text-align: center;
}

/* ---- FONTELLO ---- */
 
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
 
.icon-rss:before { content: '\e800'; } /* '' */
.icon-search:before { content: '\e801'; } /* '' */
.icon-comment:before { content: '\e802'; } /* '' */
.icon-facebook-circled:before { content: '\e803'; } /* '' */
.icon-twitter-circled:before { content: '\e804'; } /* '' */
.icon-gplus-circled:before { content: '\e805'; } /* '' */
.icon-pinterest-circled:before { content: '\e806'; } /* '' */
.icon-instagram-circled:before { content: '\e80c'; } /* '' */
.icon-rss-circled:before { content: '\e80d'; } /* '' */
.icon-print:before { content: '\e807'; } /* '' */
.icon-time:before { content: '\e810'; } /* '' */
.icon-chef:before { content: '\e808'; } /* '' */
.icon-recipes:before { content: '\e809'; } /* '' */
.icon-life:before { content: '\e80a'; } /* '' */
.icon-diy:before { content: '\e80f'; } /* '' */
.icon-flight:before { content: '\e814'; } /* '' */
.icon-home:before { content: '\e80b'; } /* '' */
.icon-save:before { content: '\e80e'; } /* '' */
.icon-menu:before { content: '\e812'; } /* '' */
.icon-down:before { content: '\e811'; } /* '' */
.icon-down-circled:before { content: '\e813'; } /* '' */

.icon-calendar:before { content: '\e815'; } /* '' */