/* 
Theme Name: Skinnytaste
Theme URL: http://www.skinnytaste.com/
Description: Custom responsive blog theme for Skinnytaste.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 1.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;
    white-space: normal;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 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;
}

:focus {
    outline: 0;
}

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

input[type="submit"], input[type="text"] {
    -webkit-appearance: none;
}
	
/* 
	16 COLUMN - RESPONSIVE GRID SYSTEM
	DEVELOPED BY DENIS LEBLANC
	URL - http://responsive.gs
	VERSION - 2.0
	LICENSED UNDER GPL & MIT
*/


/* 	SET ALL ELEMENTS BOX-SIZING TO BORDER-BOX
	If you need support for IE7 and lower use polyfill: https://github.com/Schepp/box-sizing-polyfill */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


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

#page_wrap {
    margin-bottom: 0;
}

/* SELF CLEARING FLOATS - CLEARFIX METHOD */
.row:after, .col:after, .clr:after, .group:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* DEFAULT ROW STYLES */
.row {
    margin-bottom: 1.5em;
} /* set according to preference*/
	
								  
/* DEFAULT COLUMN STYLES */
.col {
    display: block;
    float: left;
    width: 100%;
}

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


@media ( min-width : 800px ) {
    .col {
        margin-left: 2%;
    }
}

/* RESET MARGINS */
.col:first-child {
    margin-left: 0;
} /* all browsers except IE6 and lower */

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

    .span_content {
        margin-left: 0;
        width: 60%;
        max-width: 550px;
        float: left;
        display: inline-block;
    }

    .span_content_full {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
    }

    .span_sidebar {
        width: 32%;
        min-width: 300px;
        max-width: 320px;
        float: right;
        display: inline-block;
    }
}
.wrapper {
    background-color: #ffffff;
    margin: 0 auto 0;
    padding: 0 10px;
    width: 100%;
    max-width: 1000px;
}

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

/*---------STRUCTURE---------*/
@font-face {
    font-family: 'sanchezlight';
    src: url('fonts/sanchez-light-webfont.eot');
    src: url('fonts/sanchez-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sanchez-light-webfont.woff2') format('woff2'),
         url('fonts/sanchez-light-webfont.woff') format('woff'),
         url('fonts/sanchez-light-webfont.ttf') format('truetype'),
         url('fonts/sanchez-light-webfont.svg#sanchezlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'modernica';
    src: url('fonts/ModernicaRegular-webfont.eot');
    src: url('fonts/ModernicaRegular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ModernicaRegular-webfont.woff2') format('woff2'),
         url('fonts/ModernicaRegular-webfont.woff') format('woff'),
         url('fonts/ModernicaRegular-webfont.ttf') format('truetype'),
         url('fonts/ModernicaRegular-webfont.svg#modernica') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'modernica';
    src: url('fonts/ModernicaRegular-Italic-webfont.eot');
    src: url('fonts/ModernicaRegular-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ModernicaRegular-Italic-webfont.woff2') format('woff2'),
         url('fonts/ModernicaRegular-Italic-webfont.woff') format('woff'),
         url('fonts/ModernicaRegular-Italic-webfont.ttf') format('truetype'),
         url('fonts/ModernicaRegular-Italic-webfont.svg#modernica') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'modernica';
    src: url('fonts/ModernicaHeavy-webfont.eot');
    src: url('fonts/ModernicaHeavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ModernicaHeavy-webfont.woff2') format('woff2'),
         url('fonts/ModernicaHeavy-webfont.woff') format('woff'),
         url('fonts/ModernicaHeavy-webfont.ttf') format('truetype'),
         url('fonts/ModernicaHeavy-webfont.svg#modernica') format('svg');
    font-weight: bold;
    font-style: normal;
}


body {
    font-family: "modernica", Arial, Helvetica, Geneva, sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #343634;
    margin: 0;
    padding: 0;
}

a, input[type=submit] {
    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: #f06f13;
    text-decoration: underline;
}

a:hover {
    color: #858685;
    text-decoration: none;
}

p {
    margin: 20px 0;
}

h1, h2, h3, h4, h5 {
    font-family: "sanchezlight", Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1.2;
    margin: 20px 0 10px;
}

h1 {
    color: #424241;
    font-size: 26px;
}

h2 {
    color: #424241;
    font-size: 20px;
    }
	
	h2.subhead {
		font-size: 17px;
		line-height: 1.7;
		font-family: "modernica", Arial, Helvetica, Geneva, sans-serif;
		font-weight: normal;
		font-style: italic;
		text-transform: none;
		letter-spacing: normal;
		color: #858685;
	}
	p.disclaimer {
		font-size: 14px;
		color: #858685;
		font-style: italic;
	}
h3 {
    color: #424241;
    font-size: 17px;
}
	.post h3 {
		margin: 25px 0 20px;
	}
	.single-post-content>h3 {
		font-size: 17px;
		font-family: "modernica", Arial, Helvetica, Geneva, sans-serif;
		font-weight: bold;
		color: #424241;
		text-transform: none;
		letter-spacing: normal;
	}

h4 {
    font-size: 14px;
    font-family: "modernica", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
}

h5 {
    color: #343634;
    font-size: 14px;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

.clear {
    clear: both;
    display: inline-block;
}

.sep {
	display: block;
	clear: both;
	margin: 25px auto 50px;
	border-bottom: 1px solid #d6d6d6;
	width: 100%;
	height: 1px;
}
hr {
	width: 100%;
	display: block;
	clear: both;
	outline: none;
	border: none;
	margin: 30px 0 35px;
	border-bottom: 1px solid #d6d6d6;
}

/*---------HEADER---------*/
.slicknav_menu, #mobile, .social-mobile {
    display: none;
}
a.pw-button, .pw-widget {
	z-index: 3001 !important;
}
.header-ad, .footer-ad {
	text-align: center;
	background-color: #494a49;
	padding: 15px 0 5px;
}
	.footer-ad {
		background-color: transparent;
	}
	.header-ad .ad, .footer-ad .ad {
		display: inline-block;
		margin: 0 auto;
		text-align: center;
	}
	.header-ad .ad a, .header-ad .ad img, .footer-ad .ad a, .footer-ad .ad img {
		display: block;
		text-align: center;
	}
.top-bar {
    background-color: #343634;
    color: #ffffff;
    height: 39px;
    line-height: 38px;
    padding-bottom: 1px;
}

.top-bar .sub-links {
	width: 43%;
	float: left;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .08em;
}
.top-bar .sub-links a {
	color: #ffffff;
	text-decoration: none;
}
	.top-bar .sub-links a:before, .sidebar .sub-links a:before { 
		content: '\e800'; 
		font-family: "fontello";
		color: #f06f13;
		vertical-align: middle;
		margin: 0 3px 0 11px;
		font-size: 13px;
		font-weight: normal;
	}
	.top-bar .sub-links a:hover, .sidebar .sub-links a:hover {
		color: #f06f13;
	}
.top-bar .sub-links em {
	text-transform: lowercase;
	letter-spacing: normal;
	font-weight: normal;
}
.top-bar .sub-links strong, .sidebar .sub-links strong {

}

.header {
	margin-bottom: 0;
}
.header .logo {
    margin: 30px 0;
    float: left;
    display: inline-block;
}

.header .logo a {
    display: inline-block;
    width: 430px;
    height: 110px;
    background: url(images/logo.png) no-repeat;
    background-size: 100% auto;
}
.social {
	text-align: center;
}
	.header .social {
		display: inline-block;
		text-align: right;
		clear: right;
		float: right;
	}
.social a {
	color: #f06f13;
	font-size: 30px;
	text-decoration: none;
	padding: 2px;
}
	.social a.icon-pinterest-circled {
		color: #d01c3d;
	}
	.social a.icon-twitter-circled {
		color: #94cdb5;
	}
	.social a.icon-facebook-circled {
		color: #369483;
	}
	.social a.icon-instagram-circled {
		color: #fbd049;
	}
	.social a.icon-gplus-circled {
		color: #ef8890;
	}
	
.social a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

/*---------CONTENT---------*/
.span_content {
	margin-top: 10px;
}

.span_content img, .span_sidebar img {
    max-width: 100%;
    height: auto;
}

.span_content ul, .span_content ol {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.span_content ul li {
    list-style-type: none;
    margin: 0 0 3px 10px;
    padding: 0;
}

.span_content ul li:before {
    color: #f06f13;
    font-family: Arial, Helvetica, Geneva, sans-serif;
    content: '\2022';
    margin: -3px 6px 0 -10px;
    font-size: 75%;
    vertical-align: middle;
	display: inline-block;
}

.span_content ol li {
    list-style-type: decimal;
    padding: 0 0 10px;
    margin: 0 0 0 20px;
}

h1.pagetitle, h1.archivetitle {
    margin: 0 0 20px;
}

.video-container { position: relative; padding-bottom: 56.25%; 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 {
	margin-top: 10px;
    font-size: 92%;
    line-height: 1.6;
}

.leftsidebar {
    width: 47%;
    float: left;
}

.rightsidebar {
    width: 47%;
    float: right;
}

.midsidebar {
	overflow: hidden;
}

.lowersidebar {
    clear: both;
}

.widget {
    margin-bottom: 40px;
}

.widget.center, .widget.center .textwidget {
    text-align: center;
}

h3.widget-title, .sidebar h3 {
 	margin: 0 0 12px;
 	letter-spacing: .2em;
}
.widget a {
	color: #343634;
    text-decoration: none;
}
	.widget a:hover {
		color: #f06f13;
	}

.widget p {
    margin: 0 0 8px;
}

.widget p:last-of-type, .widget li:last-of-type {
    margin-bottom: 0;
}


.sidebar select {
    color: #858685;
    font-size: 14px;
    font-family: "modernica", Arial, Helvetica, Geneva, sans-serif;
    font-style: italic;
    line-height: 40px;
    height: 40px;
    padding: 0 8px;
    width: 100%;
    border: 1px solid #eaeaea;
}
.screen-reader-text {
    display: none;
}

.about {
	text-align: left;
}
.about img {
	width: 100px;
	height: auto;
	float: right;
	margin: -30px 0 0 10px;
}
.about p.more {
	margin: 0;
}
.about .more a {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .08em;
}


.subscribe {
	border: 1px solid #eaeaea;
	padding: 20px;
	text-align: center;
}
.subscribe h3.widget-title {
	text-align: center;
}
.subscribe h3 {
	margin: 0;
}
.subscribe p {
	margin: 10px 0;
	text-align: center;
	color: #858685;
	line-height: 1.3;
}

.email-form {
    clear: both;
    margin-top: 10px;
    overflow: hidden;
}

.email-input {
    color: #343634;
    font-size: 14px;
    font-family: "modernica", Arial, Helvetica, Geneva, sans-serif;
    font-style: italic;
    line-height: 40px;
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    padding: 0 12px;
    margin: 0 0 10px 0;
    width: 100%;
    height: 40px;
}

.email-submit {
	font-family: "modernica", Arial, Helvetica, Geneva, sans-serif;
    font-style: normal;
    letter-spacing: .08em;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 44px;
	color: #ffffff;
	background-color: #343634;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0px 10px;
    margin: 0;
    height: 44px;
    width: 48%;
    text-align: center;
    float: right;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
	.no-checkboxes .email-submit {
		float: none;
		width: 100%;
	}
.email-submit:hover {
	background-color: #f06f13;
}

.subscribe .checkboxes {
	color: #858685;
	font-size: 14px;
	line-height: 1;
	margin: 0 0 0;
	text-align: left;
	width: 50%;
	float: left;
}
	.subscribe .checkboxes strong {
		color: #343634;
		text-transform: uppercase;
		font-size: 12px;
		letter-spacing: .05em;
		display: none;
	}
	.subscribe .checkboxes li, .subscribe .checkboxes ul {
		margin: 0;
		padding: 0;
	}
		.subscribe .checkboxes li:first-of-type {
			margin-bottom: 5px;
		}
	.subscribe input[type=checkbox] {
	    display: none;
	}
	.subscribe input[type=checkbox] + label {
		cursor: pointer;
	}
	.subscribe input[type=checkbox] + label:before {
		background-color: #ffffff;
		color: #ffffff;
		display: inline-block;
		font-size: 11px;
		content: '\e81c';
		font-family: "fontello";
		font-style: normal;
		line-height: 1;
		padding: 2px 3px;
		margin: 0 5px 0 0;
		border: 1px solid #eaeaea;
		
	}
	.subscribe input[type=checkbox]:checked + label:before {
	    color: #ffffff;
	    background-color: #f06f13;
	    border: 1px solid #f06f13;
	}

/*Book*/
.book {
	text-align: center;
	line-height: 1.1;
	color: #858685;
}
.book img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.book a {
	text-decoration: underline;
	display: inline-block;
	font-size: 14px;
	margin: 0;
}
.book strong {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .05em;
	color: #343634;
	display: block;
}
.book a.button {
	display: inline-block;
	margin: 10px 3px;
}
/*Recipe Key*/
ul.recipe-types {
	overflow: hidden;
	font-size: 15px;
}
ul.recipe-types li {
	width: 50%;
	float: left;
	margin-bottom: 8px;
}
	ul.recipe-types li:nth-child(2n+1) {
		clear: left;
	}
	ul.recipe-types li img {
		width: 30px;
		height: auto;
		float: left;
		vertical-align: middle;
		margin-right: 6px;
	}
	
.wwsp.widget {
	margin-top: -25px;
}
	.wwsp p {
		margin: 0;
	}
	.wwsp em {
		color: #858685;
		font-size: 90%;
	}
	.wwsp a:before { 
		display: inline;
		content: '\e810'; 
		font-family: fontello;
		font-size: 87%;
		vertical-align: middle;
		margin: -2px 4px 0 0;
	}
	
/*Featured Posts Widget*/
.featured {
    text-align: center;
    overflow: hidden;
}

.sidebar .featured .item {
    width: 48%;
	margin: 0 4% 4% 0;
	float: left;
    }
    
    .sidebar .featured .item:nth-of-type(2n) {
        margin-right: 0;
    }

.featured img {
    width: 100%;
    height: auto;
    display: block;
}

.featured h4 {
	margin: 10px 0 0px;
	font-size: 15px;
	color: #424241;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	display: none;
}
	
.featured .post-meta {
    display: none;
}

.featured a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/*Category Posts Widget*/
.sidebar .category-posts {
    text-align: center;
    overflow: hidden;
}

.sidebar .category-posts .item {
    width: 47%;
    margin: 0 6% 18px 0;
    float: left;
}

.sidebar .category-posts .item:nth-of-type(2n) {
    margin-right: 0;
}

.sidebar .category-posts .item img {
    width: 100%;
    height: auto;
    display: block;
}

.sidebar .category-posts h4 {
    margin: 10px 0 0px;
    font-size: 15px;
    color: #424241;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
}


.sidebar .category-posts .post-meta {
    display: none;
}

.sidebar .category-posts a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.sidebar .category-posts .more {
	clear: both;
	overflow: hidden;
	text-align: center;
}



/*Recent Posts Widget*/
.recentposts, .popular {
    overflow: hidden;
}

.recentposts .item, .popular .item {
	width: 48%;
    margin: 0 4% 4% 0;
    overflow: hidden;
    text-align: center;
    float: left;
}
	.recentposts .item:nth-child(2n), .popular .item:nth-child(2n) {
		margin-right: 0;
	}
.recentposts img, .popular img {
	width: 100%;
	height: auto;
    display: block;
}

.recentposts a, .recentposts a img, .popular a, .popular a img {
    display: block;
}

.recentposts h4, .popular h4 {
	margin: 10px 0 0px;
	font-size: 15px;
	color: #424241;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
}
.recentposts a:hover, .popular a:hover {
   
}

.recentposts .post-meta, .popular .post-meta {
    font-size: 9px;
    margin: 0;
    display: none;
}


/*---------POSTS---------*/

.post {
    margin-bottom: 40px;
}
.post-title {
	margin-bottom: 0px;
}

.post-title h1, .post-title h2 {
    margin: 0 0 8px;
    color: #424241;
}

.post-title h1 a, .post-title h2 a {
    text-decoration: none;
    color: #424241;
}

.post-title h1 a:hover, .post-title h2 a:hover {
    color: #f06f13;
}

.post-meta {
    color: #858685;
    font-size: 14px;
    overflow: hidden;
}
	
.post-meta a {
    color: #858685;
    text-decoration: none;
}

.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
    color: #f06f13;
    text-decoration: none;
}
.post-meta em {

}
.post-meta strong {
	color: #343634;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 12px;
}
.icons {
	display: inline-block;
	vertical-align: middle;
	float: left;
	line-height: 30px;
	margin-right: 15px;
}
.icons span {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 5px;
}
	.icons span img {
		width: 100%;
		height: auto;
		display: block;
	}
	.icons a {
		display: block;
	}
	.icons a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
	}

	
.recipe-meta {
	display: inline-block;
	line-height: 30px;
}
.recipe-meta span:before {
	color: #343634;
	margin: 0 5px 0 5px;
	font-size: 14px;
	display: inline-block;
	position: relative;
	top: 1px;
}
	.recipe-meta span:after {
		display: inline-block;
		content: " ";
		border-right: 1px solid #d6d6d6;
		width: 1px;
		height: 20px;
		vertical-align: middle;
		margin-left: 10px;
	}
	.recipe-meta span:last-of-type:after {
		display: none;
	}

.meta-bottom {
    clear: both;
    overflow: hidden;
    line-height: 1.5;
    margin: 5px 0 0;
}	
	.single-post .meta-bottom {
		margin-top: 25px;
	}
.meta-bottom .left {
    width: 70%;
    float: left;
    display: inline-block;
    clear: both;
}

.meta-bottom .right {
    text-align: right;
    width: 30%;
    float: right;
}
.meta-bottom .ccount {
	margin: 0;
}
	.ccount a:before { 
		color: #343634;
		margin: 0 5px 0 0;
		font-size: 10px;
		display: inline-block;
		font-family: fontello;
		content: '\e811'; 
		}
.meta-bottom .icons {
	margin-right: 10px;
}
.post-cats {
	display: inline-block;
	line-height: 30px;
}
	.post-cats a {
	    color: #fff;
	    font-size: 10px;
	    font-weight: 600;
	    background-color: #858685;
	    text-transform: uppercase;
	    letter-spacing: .08em;
	    margin: 4px 4px 4px 0;
	    padding: 1px 6px 0px;
	    text-decoration: none;
	    display: inline-block;
	}
	.post-cats a:hover {
		color: #ffffff;
		background-color: #f06f13;
	}
a.post-edit-link, a.comment-edit-link, a.comment-reply-link, a#cancel-comment-reply-link {
    color: #fff !important;
    font-size: 9px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #858685;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-left: 8px;
    padding: 1px 3px;
    text-decoration: none;
    display: inline-block;
}

a.post-edit-link:hover, a.comment-edit-link:hover, a.comment-reply-link:hover, a#cancel-comment-reply-link:hover {
    color: #fff;
    background-color: #343634;
}

.alignleft {
    margin-right: 10px;
    float: left;
}

.alignright {
    margin-left: 10px;
    float: right;
}

.aligncenter {
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
	img.aligncenter {
		display: block !important;
		text-align: center;
		margin-left: auto !important;
		margin-right: auto !important;
	}

.post img.hiddenimage {
	width: 1px; 
	height: 1px; 
	position: absolute; 
	top: -10px;
}

.post blockquote {
    color: #858685;
    font-style: italic;
    font-size: 115%;
    line-height: 1.9;
    padding: 5px 5%;
}

.wp-caption {
    text-align: left;
    max-width: 100% !important;
}

.wp-caption p {
    color: #727272;
    font-size: 90%;
    text-align: center;
    margin-top: 2px;
    padding-right: 10px;
}
.post .separator a {
	margin-left: 0!important;
	margin-right: 0!important;
	}
a.more-link {
	font-size: 17px;
	color: #343634;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
    text-decoration: none;
}

a.more-link:hover {
	color: #f06f13;
}


/* Recipe Styles*/
.recipe {
	border: 1px solid #d6d6d6;
    padding: 5%;
    margin: 35px 0;
}

.recipe h2 {
	margin: 0 0 5px;
	font-size: 26px;
}	
	
.recipe h3 {
    margin: 10px 0 10px;
    font-size: 16px;
    font-family: "modernica", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
}
	.recipe h3#directions {
		margin-top: 30px;
	}
.recipe h4 {
	color: #858685;
	font-size: 12px;
	margin: 15px 0 8px;
}

.recipe p, .recipe ol, .recipe ul {
    margin-top: 5px;
    margin-bottom: 12px;
}
.recipe ul li, .recipe ol li {
	margin-bottom: 0px;
}
.recipe ol li:last-of-type, .recipe ul li:last-of-type, .recipe .notes p:last-of-type, .recipe .source p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}
.recipe ul li:before {
	color: #f06f13;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	content: '\2022';
}

.recipe .summary {
    margin: 0px 0 25px;
    clear: left;
    line-height: 1.6;
    font-style: italic;
    color: #858685;
}

.recipe .recipe-meta {
	display: inline-block;
	float: none;
	line-height: 26px;
	margin-bottom: 15px;
}
.recipe .recipe-meta p {
	margin: 0;
}
.recipe .recipe-meta span:first-of-type:before {
	margin-left: 0;
}
.recipe .recipe-meta span.icon-clock:before {
	color: #343634;
	margin: 0 5px 0 10px;
	font-size: 14px;
	display: inline-block;
	position: relative;
	top: 1px;
}
.recipe .recipe-meta span.time strong {
	color: #424241;
	text-transform: uppercase;
	font-size: 90%;
	margin-right: 5px;
	display: none;
}

.recipe .notes {
	clear: both;
    font-style: italic;
    margin-top: 20px;
    color: #858685;
}

.recipe .source {
    color: #858685;
    font-size: 11px;
    font-style: italic;
    margin-top: 15px;
    clear: both;
}

.recipe .photo {
	width: 160px;
	float: right;
	clear: right;
	margin: 0 0 10px 10px;
	}
	

.recipe .printbutton {
	width: 160px;
    clear: right;
    float: right;
    margin: 0 0 10px 10px;
}
	.single-printbutton {
		width: auto;
	    margin: 30px auto 20px;
	    display: inline-block;
	    text-align: center;
	}
.printbutton a {
	font-size: 13px;
	color: #ffffff;
	background-color: #343634;
	line-height: 28px;
	padding: 0 15px;
	margin: 0 auto;
	display: block;
	width: 100%;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border: none;
    display: inline-block;
    text-decoration: none;
}
	.printbutton a:before { 
		font-family: "fontello";
		font-weight: normal;
		margin-right: 5px;
		content: '\e805'; 
		}
.printbutton a:hover {
	color: #ffffff;
    background-color: #f06f13;
}

.recipe .nutrition {
	margin-top: 25px;
	font-size: 15px;
	 }
	.recipe .nutrition h3 {
		margin: 0 4px 0 0;
		display: inline-block;	
	}
	.recipe .nutrition p {
		display: inline-block;
		color: #858685;
		margin: 0;
		font-weight: normal;
	}
		.recipe .nutrition p span {
			font-weight: normal !important;
			color: #858685 !important;
		}
	.recipe .nutrition ul {
		margin: 2px 0 0;
	}
	.recipe .nutrition li {
		display: inline-block;
		margin: 0;
		padding: 0;
		font-weight: normal;
		color: #858685;
	}
		/*.recipe .nutrition li:after {
			display: inline-block;
			content: " ";
			border-right: 1px solid #d6d6d6;
			width: 1px;
			height: 15px;
			vertical-align: middle;
			margin: 0 5px;
		}*/
		.recipe .nutrition li:after {
			display: inline-block;
			content: ", ";
			color: #858685;
		}
			.recipe .nutrition li:first-of-type:after, .recipe .nutrition li:last-of-type:after {
				display: none;
			}
		.recipe .nutrition li:before {
			display: none;
		}
	.recipe .nutrition strong {
		font-weight: normal;
		text-transform: none;
		letter-spacing: normal;
		font-style: italic;
		margin-right: 5px;
	}
	.recipe .nutrition span {
		font-weight: normal;
		text-transform: none;
		letter-spacing: normal;
	}

/*Recipe ratings*/
.rating {
    font-size: 15px;
    text-align: center;
    color: #858685;
}
	.recipe .rating {
		clear: right;
		display: block;
	    margin: 15px 0 20px 15px;
	    text-align: center;
	    width: 160px;
	    float: right;
	    text-align: center !important;
	}
	.recipe .rating a.respond {
		display: block;
		font-size: 15px;
		font-weight: bold;
		padding: 0;
	}
#comment-list div.rating-container {
	clear: none !important;
	float: none !important;
	margin: 0 !important;
}
	.rating div.rating-container {
	  margin: 0;
	  text-align: center;
	}

	.rating div.rating-container.crfp-group-1 a {
		text-decoration: none;
		font-size: 14px;
	}
		.rating div.rating-container.crfp-group-1 a strong {
			text-transform: uppercase;
			letter-spacing: .08em;
			font-size: 92%;
		}
	.rating .review-total {
		 margin-bottom: 10px;
		 color: #858685;
		 font-size: 92%;
		 text-align: center;
	}
		.rating .review-total a {
			color: #858685;
		}
		.rating .review-total a:hover {
			color: #f06f13;
		}
	.rating .leave-a-review {
		color: #858685;
		margin-top: 15px;
		text-align: center;
		line-height: 1.3;
	}
	
#commentform .crfp-field {
	margin: 5px 0 30px;
}
#commentform .crfp-field label {
	float: left;
	line-height: 1;
	margin-right: 10px;
}
#comment-list div.rating-container {
	clear: none !important;
	margin-top: 0;
}
#comment-list div.rating-container span.label, #comment-list div.rating-container label {
	display: none;
}
	
/* Inner Post */

.inner-post {
	clear: both;
    margin: 55px 0 55px 0;
    font-size: 90%;
    line-height: 1.7;
    overflow: hidden;
}

.inner-post .widget {
}

.inner-post .widget.ad {
    width: 300px;
    margin: 0 auto;
}

.inner-post .subscribe {
    width: 100%;
    text-align: center;
    margin: 25px auto;
    background-color: #f06f13;
    padding: 5%;
}
	.inner-post .subscribe h3 {
		color: #ffffff;
		font-size: 30px;
	}
	.inner-post .subscribe p {
		margin: 10px 0 20px;
		text-align: center;
		color: #ffffff;
		color: rgba(255,255,255,.6);
		line-height: 1.3;
	}
	.inner-post .subscribe .email-submit:hover {
		background-color: #f19d61;
	}

.post-nav {
    color: #5e5e5e;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    margin: 50px 0 55px;
}
	.post-nav .nav-links {
		overflow: hidden;
		width: 100%;
	}
	.post-nav a {
		color: #858685;
		text-decoration: none;
	}
	
	.post-nav .nav-previous {
		float: left;
		width: 47%;
		position: relative;
	}
	.post-nav .nav-next {
		float: right;
		text-align: right;
		width: 47%;
		position: relative;
	}
	.post-nav .nav-next img {
		float: right;
		width: 30%;
		margin-left: 3%;
		vertical-align: middle;
	}
	.post-nav .nav-previous img {
		float: left;
		width: 30%;
		margin-right: 3%;
	}
	.post-nav .caption {
		float: left;
		width: 67%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
		.post-nav .nav-previous .caption {
			float: left;
			margin-left: 33%;
		}
	.post-nav h5 {
		color: #424241;
		font-weight: normal;
		margin: 0;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;

	}
	.post-nav .subhead {
		display: inline-block;
		color: #858685;
		font-size: 10px;
		font-weight: normal;
		font-family: "modernica", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		background-color: #ffffff;
		padding: 0 0 3px;
	}
		.post-nav .nav-next .subhead {
			
		}
	.post-nav a:hover {
	    opacity:0.7;
	    filter:alpha(opacity=70); /* For IE8 and earlier */
	    
	}


	
/*---------TEASER STYLES---------*/

.teaser-posts {
	overflow: hidden;
}
.teaser-post {
	width: 47%;
	float: left;
	overflow: hidden;
	margin: 0 0 50px 0;
}
	.teaser-post.odd {
		margin-right: 6%;
		clear: left;
	}
		.teaser-posts .teaser-post {
			margin-bottom: 20px;
		}
		.teaser-posts .teaser-post:nth-child(odd) {
			margin-right: 6.6%;
			clear: left;
		}
	.teaser-post.even {
		
	}

.teaser-post a {
	text-decoration: none;
}

.teaser-post img {
	width: 100% !important;
	height: auto !important;
	display: block;
}

.teaser-post h2 {
	font-size: 18px;
	margin: 15px 0 12px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	
.teaser-post a:hover, .teaser-post a:hover h2 {
	color: #f06f13;
}
.teaser-post .post-meta, .teaser-post .recipe-meta {
	line-height: 22px;
	margin-bottom: 10px;
}
.teaser-post .icons {
	
}
.teaser-post .icons span, .archive-post .icons span {
	width: 24px;
	height: 22px;
	display: inline-block;
	margin-right: 3px;
}
	.archive-post .icons {
		float: none;
		margin: 0 auto;
		text-align: center;
		width: 100%;
		display: block;
	}
.teaser-post p {
	margin: 0;
	font-size: 96%;
	line-height: 1.6;
}
.teaser-post .meta-bottom {
	margin: 15px 0 0;
}
.teaser-post a.more-link {
	font-size: 15px;
}
.teaser-post a.post-edit-link {
	margin-left: 0;
}

/*---------ARCHIVE STYLES---------*/

h2.archivetitle, h3.searchtitle {
    margin-top: 0;
    margin-bottom: 25px;
}

.archives {
    margin-top: 5px;
    margin-bottom: 15px;
    width: 100%;
    clear: left;
    overflow: hidden;
}

.archive-post {
    margin-right: 5%;
    margin-bottom: 25px;
    width: 30%;
    float: left;
    text-align: center;
}

	.archive-post:nth-child(3n) {
	    margin-right: 0;
	}
	
	.archive-post:nth-child(3n+1) {
	    clear: both;
	}

.archive-post img {
    width: 100%;
    height: auto;
}

.archive-post a {
    text-decoration: none;
}

.archive-post .post-meta {
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.archive-post h4 {
	font-family: "sanchezlight", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1.2;
	font-size: 14px;
	color: #424241;
    margin: 0 0 10px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
	
.archive-post a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}


.archiveslist {
	font-size: 15px;
    color: #343634;
    overflow: hidden;
    -moz-column-count: 3;
    -moz-column-gap: 15px;
    -webkit-column-count: 3;
    -webkit-column-gap: 15px;
    column-count: 3;
    column-gap: 15px;
}
.archiveslist a:link, .subcategories a:link {
    color: #343634;
    text-decoration: none;
}

.archiveslist a:visited, .subcategories a:visited {
    color: #6b6963;
    text-decoration: none;
}
.archiveslist a:hover, .subcategories a:hover {
    color: #f06f13;
}

.archiveslist a:active, .subcategories a:active {
    color: #f06f13;
}
.archiveslist li {
	-webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;         /* IE 11 */
    display:table;                      /* Actually FF 20+ */
}
.archiveslist ul {
	margin: 0;
	list-style-type: circle;
}
	.archiveslist ul li {
	    color: #343634;
	    font-size: 13px;
	    line-height: 1.4;
	    margin:  2px 0 5px 15px;
	}
	
	.archiveslist ul li a {
	    color: #919394 !important;
	}
	
	.archiveslist ul li a:hover {
	    color: #343634 !important;
	}

/*Recipe thumbnails*/
.recipe-cats {
	overflow: hidden;
}
.recipe-cats .item {
	width: 50%;
	float: left;
	margin-bottom: 15px;
}
	.recipe-cats .item:nth-child(2n+1) {
		clear: left;
	}
.recipe-cats .item img {
	float: left;
	vertical-align: middle;
	margin-right: 10px;
}
.recipe-cats a {
    text-decoration: none;
}

.recipe-cats h4 {
	color: #424241;
	font-weight: normal;
	font-size: 15px;
	line-height: 60px;
	text-transform: none;
	letter-spacing: normal;
    margin: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.recipe-cats a:hover, .recipe-cats a:hover h4 {
    color: #f06f13;
}

/*Subcategories*/
.subcats {
    margin-bottom: 30px;
    padding: 15px 10px;
    border: 1px solid #d6d6d6;
    text-align: center;
}

.subcats h5 {
    margin: 5px 0 5px;
    text-align: center;
}
.subcats ul, .subcats li {
	margin: 0 !important;
	padding: 0 !important;
}
	 .subcats li:before {
	 	display: none !important;
	 }
.subcats ul.subcategories {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

.subcats ul.subcategories li ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.subcats ul.subcategories li ul li a {
    color: #343634;
    font-weight: bold;
    font-size: 11px;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 0 8px;
    margin: 2px;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
}
.subcats ul.subcategories li ul li a:hover {
	color: #ffffff;
	background-color: #f06f13;
	border-color: #f06f13;
    cursor: pointer;
}


ul.tagindex, .tagindex li {
    margin: 0!important;
    padding: 0 !important;
}
	.tagindex li:before {
		display: none !important;
	}
.tagslist li {
	font-size: 95%;
}
.tagindex li:before {
    display: none;
}

.tagindex a {
	font-family: "modernica", Arial, Helvetica, Geneva, sans-serif;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    display: block;
    margin-right: 3px;
    width: 20px;
    float: left;
    border: solid 1px #f6f5f5;
}

.tagindex a:link {
    color: #919394;
    text-decoration: none;
}

.tagindex a:visited {
    color: #858685;
    text-decoration: none;
}

.tagindex a:active {
    color: #919394;
    text-decoration: none;
}

.tagindex a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #858685;
}

.tagtitle {
    color: #858685;
    text-transform: uppercase;
}

.tagtitle a {
    text-decoration: none;
    text-transform: none;
}

.tagtitle em {
    color: #858685;
    letter-spacing: normal;
    font-style: italic;
    margin-left: 10px;
    float: right;
    font-weight: normal;
    font-size: 12px;
	font-family: "modernica", Arial, Helvetica, Geneva, sans-serif;
}

.tagtitle em a {
    color: #858685;
    font-size: 11px;
}

.tagtitle a:hover {
    color: #343634;
}


.related {
	overflow: hidden;
	margin-bottom: 50px;
}
.related h3 {
	
}

/*---------FORMS---------*/

#submit, .submitbutton, #commentform #submit, .gform_wrapper input[type="submit"]  {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    background-color: #343634;
    font-family: "modernica", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .05em;
    cursor: pointer;
    margin-top: 5px;
    padding: 10px 20px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-style: none;
    text-decoration: none;
}
	a.button {
		color: #fff;
		font-size: 12px;
		line-height: 1.2;
		background-color: #343634;
		font-family: "modernica", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: .05em;
		cursor: pointer;
		padding: 5px 12px;
		border-style: none;
		text-decoration: none;
	}
#submit:hover, .submitbutton:hover, #commentform #submit:hover, .gform_wrapper input[type="submit"]:hover {
    background-color: #f06f13;
}
	a.button:hover {
		color: #ffffff;
		background-color: #f06f13;
	}

.commentinput, .styledinput, .captchainput, #commentform input  {
    color: #343634;
    font-size: 15px;
    font-family: "modernica", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    line-height: 18px;
    background-color: #fff;
    margin-bottom: 7px;
    padding: 10px;
    border: solid 1px #e2e2e2;
}

.commentinput, #commentform input {
	width: 100% }
	
#commentform textarea {
	color: #343634;
	font-size: 13px;
	font-family: "modernica", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #d6d6d6;
	width: 100%
}
#commentform #submit {
	width: auto;
}

.wpcf7-form {
    font-family: "modernica", Arial, Helvetica, Geneva, sans-serif;
    width: 100%;
}

.wpcf7-form .formfield {
    overflow: hidden;
}

.wpcf7-form p {
    font-size: 13px;
    line-height: 30px;
    text-align: right;
    text-transform: uppercase;
    display: block;
    margin: 0 20px 0 0;
    padding: 7px 0;
    width: 100px;
    float: left;
}

.wpcf7-form .styledinput {
    display: block;
    margin: 0;
    width: 400px;
    float: left;
}

.wpcf7-form .submit {
    margin-left: 120px;
    clear: both;
}

.search-form {
	border: 1px solid #eaeaea;
}
	.header .search-form {
		float: right;
		width: 290px;
		margin: 25px 0 20px;
	}
.search-form .search-input {
    color: #343634;
    font-size: 16px;
    font-family: "modernica", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    font-style: italic;
    line-height: 35px;
    height: 35px;
    background-color: #fff;
    padding: 0 12px;
    border: none;
    vertical-align: middle;
    width: 80%;
}

.search-form .search-submit {
    color: #858685;
    font-size: 18px;
    font-weight: normal;
    line-height: 35px;
    height: 35px;
    background-color: transparent;
    font-family: "fontello";
    cursor: pointer;
    width: 20%;
    border-style: none;
    vertical-align: middle;
    text-align: right;
    margin: -3px 0 0 -4px;
}

.search-form .search-submit:hover {
    color: #f06f13;
}


/*---------FOOTER---------*/


.footer {

    color: #858685;
    font-size: 15px;
    overflow: hidden;
    padding: 15px 0;
}
.footer .wrap {

	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	overflow: hidden;
	padding: 15px 0 13px;
}

.footer a {
    text-decoration: none;
    color: #858685;
}
.footer a:hover {
    color: #f06f13;
}

.footer-nav {
    margin: 0;
    padding: 0;
    width: 70%;
    float: left;
}

.footer-nav li {
    display: inline-block;
    margin: 0 12px 0 0;
    padding: 0;
}

.footer-nav li.top a {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 14px;
    color: #343634;
}
	.footer-nav li.top a:before {
		content: '\e815';
		font-family: "fontello";
		vertical-align: top;
		font-weight: normal;
		margin-right: 5px;
		font-size: 12px;
	}

.footer .copyright {
	width: 30%;
	font-size: 90%;
	float: right;
	text-align: right;
}
	.footer .copyright em {
		text-transform: none;
		letter-spacing: normal;
	}
	.footer .copyright a {
		text-decoration: underline;
	}



/*---------COMMENTS---------*/

#comments, #pings           {
	margin-top: 5px;
	text-align: left; }
	#comments a.submitbutton {
		font-size: 12px;
		float: right;
		color: #ffffff;
		text-decoration: none;
		vertical-align: middle;
		padding: 5px 10px;
		margin-top: 0;
	}
#respond            {
	margin-top: 65px;
	text-align: left; }
#comment-list          {
	font-size: 95%;
	line-height: 1.7;
	list-style-type: none;
	margin: 20px 0 30px;
	padding: 0;
	border-bottom: 1px solid #d6d6d6;
}
#comment-list li           {
	margin: 0;
	padding: 30px 0 20px;
	border-top: 1px solid #d6d6d6;
	list-style-type: none;
}
	#comment-list li:before {
		display: none;
	}
#comment-list li.bypostauthor {
	padding: 0 30px;
	margin: 20px 0 5px;
}
#comment-list li.bypostauthor .comment       {
	background-color: #efefef;
	padding: 15px 25px 10px; }
#comment-list li p {
	margin: 10px 0;
}
.comment-meta         {
	margin: 0;
	 }

.comment-meta strong           {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 16px;
    color: #424241; }
.comment-meta strong a            {
	color: #424241;
	text-decoration: underline; }
.comment-meta a:hover         {
	color: #f06f13;
	text-decoration: underline; }

	#comment-list li.bypostauthor .comment-meta:before {
		content: "";
		background-image: url(images/favicon.png);
		background-size: 100% auto;
		width: 16px;
		height: 16px;
		display: inline-block;
		vertical-align: middle;
		margin: -3px 6px 0 0;
	} 
#comment-list .avatar    {
	float: left;
	margin-left: -75px; }
	
#pings {
	margin-top: 50px;
}
#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 20px 20px;
	padding: 0 0 0 }
	
	
#commentform   {
	margin-bottom: 30px;
	width: 100% }
#commentform label  { }
#commentform p {
	margin-bottom: 5px }
.wp-smiley {
	vertical-align: middle }
.comment-nav {
	font-size: 14px;
	text-align: left;
	overflow: hidden;
	margin: 15px 0; }
	.comment-nav .nav-next {
		width: 50%;
		float: right;
		text-align: right;
	}
	.comment-nav .nav-previous {
		width: 50%;
		float: left;
	}

/*threaded comments*/
#comment-list li ul {
	margin: 0;
	padding: 0 }
#comment-list li li {
	margin: 25px 0 0;
	padding: 30px 0 10px 60px;
	border: none;
}
#cancel_reply, #cancel_reply a       {
	color: #ffffff; }
.thdrpy, .thdrpy a       {
	color: #343634;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #343634;
	text-decoration: underline }

/*---------PAGE NUMBERS---------*/

.pagination {
    font-family: "modernica", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    letter-spacing: .08em;
    clear: both;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 25px;
    overflow: hidden;
}

.pagination .page-numbers {
    color: #858685;
    padding: 5px 10px;
    border: solid 1px #d6d6d6;
    text-decoration: none;
    display: inline-block;
}
	.pagination span.page-numbers.current {
	    color: #343634;
	    border-color: #ffffff;
	    font-weight: bold;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
.pagination a.page-numbers:hover {
    color: #ffffff;
    background-color: #f06f13;
}

/*----TOP Menu----*/
.top-nav {
    margin: 0;
    display: inline-block;
    text-align: right;
    float: right;
    width: 57%;
    font-size: 15px;
    text-transform: lowercase;
}

.top-nav ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: right;
}

.top-nav li {
    float: left;
    position: relative;
    width: auto;
    list-style: none;
    margin: 0 0 0 5px;
    padding: 0;
}

	
.top-nav > ul > li {
    padding-bottom: 10px;
    margin-bottom: -10px;
}

.top-nav a {
    display: block;
    text-decoration: none;
    padding: 0 10px 0;
    color: #ffffff;
}
	
.top-nav a:hover, .top-nav li.menu-item-has-children:hover>a {
    color: #f06f13;
    cursor: pointer;
}
		
/* Navigation submenu */
.top-nav .menu-item:hover .sub-menu {
    display: block;
}

.top-nav .sub-menu {
    display: none;
    position: absolute;
    text-align: center;
    left: 50%;
    padding: 5px 0;
    margin-top: 0px;
    margin-left: -80px;
    width: 160px;
    z-index: 2000;
    background-color: #343634;
    background-color: rgba(52,54,58,.9);
}

.top-nav .sub-menu .menu-item {
    margin: 0;
    font-size: 13px;
    line-height: 1.2;
    text-transform: lowercase;
    letter-spacing: normal;
    font-weight: normal;
}

.top-nav .sub-menu .menu-item a {
    color: #343634;
    display: block;
    width: 160px;
    padding: 8px 12px;
}

.top-nav .sub-menu .menu-item:first-of-type a {
    border-top: none;
}

.top-nav .sub-menu .menu-item a:hover {
    color: #343634;
}

.top-nav .sub-menu .menu-item-has-children a {
}

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

.top-nav .sub-menu .menu-item .sub-menu .menu-item a:hover {
    color: rgba(255,255,255,.7);
}

.top-nav li li a:after {
    display: none;
}

/*----MAIN Menu----*/

#main {
	clear: both;
    margin: 40px 0 0;
    width: 100%;
    height: 60px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    
}

#main ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

#main li {
   	display: inline-block;
    position: relative;
    width: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "sanchezlight", Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    text-transform: uppercase;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: 14px;
    line-height: 60px;
}

#main > ul > li {
    padding-bottom: 10px;
    margin-bottom: -10px;
}

#main a {
    display: block;
    text-decoration: none;
    padding: 0 12px;
    color: #42403e;
}

#main a:hover, #main li.menu-item-has-children:hover>a {
    color: #f06f13;
    cursor: pointer;
}
		
/* Navigation submenu */
#main .menu-item:hover .sub-menu {
    display: block;
}

#main .sub-menu {
    display: none;
    position: absolute;
    text-align: center;
    left: 50%;
    padding: 8px 0;
    margin-top: -2px;
    margin-left: -80px;
    width: 160px;
    z-index: 2000;
    background-color: #f06f13;
}
	#main .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: #f06f13; 
		border-width: 10px; 
		margin-left: -10px; }
		
#main .sub-menu .menu-item {
    margin: 0;
    display: block;
    font-size: 15px;
    line-height: 1.2;
    font-family: "modernica", Arial, Helvetica, Geneva, sans-serif;
    text-transform: lowercase;
    letter-spacing: normal;
    font-weight: normal;
}

#main .sub-menu .menu-item a {
    color: #ffffff;
    display: block;
    width: 160px;
    padding: 5px 10px;
}
	#main .sub-menu .menu-item.bold {
		font-weight: bold;
		text-transform: uppercase;
		font-size: 13px;
		letter-spacing: .08em;
	}

#main .sub-menu .menu-item:first-of-type a {
    border-top: none;
}
#main .sub-menu .menu-item a:hover, #main .sub-menu li.menu-item-has-children:hover>a  {
    color: #343634;
    background-color: #f06f13;
}

/* Navigation sub-submenu */
#main .sub-menu .menu-item:hover .sub-menu {
    display: block;
}

#main .sub-menu .menu-item .sub-menu {
	background-color: #f06f13;
    display: none;
    position: absolute;
    text-align: center;
    left: 100%;
    top: 0;
    padding: 5px 0;
    margin-left: 0px;
    margin-top: 0;
}
	#main .sub-menu .menu-item .sub-menu:after { 
		display: none; }
	

/* Top Search */
#main li.search, #nav li.search {
	font-size: 17px;
	display: none;
}
	.menu-search {
		background-color: #ffffff;
		border: none;
		width: 180px;
	}
	.menu-search .search-input {
		border: none;
		background-color: transparent;
		width: 100%;
		font-size: 12px;
	}
	.menu-search .search-submit {
		display: none;
	}
	
		 
/* ---- FONTELLO ---- */
@font-face {
    font-family: 'fontello';
  src: url('fonts/fontello.eot?45497017');
  src: url('fonts/fontello.eot?45497017#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff?45497017') format('woff'),
       url('fonts/fontello.ttf?45497017') format('truetype'),
       url('fonts/fontello.svg?45497017#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}


.icon-rss:before { content: '\e800'; } /* '' */
.icon-rss-circled:before { content: '\e80d'; } /* '' */
.icon-facebook:before { content: '\e804'; } /* '' */
.icon-facebook-circled:before { content: '\e80a'; } /* '' */
.icon-twitter:before { content: '\e803'; } /* '' */
.icon-twitter-circled:before { content: '\e808'; } /* '' */
.icon-pinterest:before { content: '\e809'; } /* '' */
.icon-pinterest-circled:before { content: '\e80c'; } /* '' */
.icon-instagram:before { content: '\e806'; } /* '' */
.icon-instagram-circled:before { content: '\e80e'; } /* '' */
.icon-gplus:before { content: '\e807'; } /* '' */
.icon-gplus-circled:before { content: '\e80b'; } /* '' */
.icon-youtube:before { content: '\e81a'; } /* '' */
.icon-youtube-circled:before { content: '\e81b'; } /* '' */
.icon-snapchat:before { content: '\e80f'; } /* '' */
.icon-snapchat-circled:before { content: '\e802'; } /* '' */
.icon-stumbleupon:before { content: '\e819'; } /* '' */
.icon-stumbleupon-circled:before { content: '\e822'; } /* '' */

.icon-up:before { content: '\e823'; } /* '' */
.icon-down:before { content: '\e826'; } /* '' */
.icon-left:before { content: '\e825'; } /* '' */
.icon-right:before { content: '\e824'; } /* '' */
.icon-arrow-up:before { content: '\e815'; } /* '' */
.icon-arrow-down:before { content: '\e817'; } /* '' */
.icon-arrow-left:before { content: '\e816'; } /* '' */
.icon-arrow-right:before { content: '\e810'; } /* '' */

.icon-menu:before { content: '\e81d'; } /* '' */
.icon-cancel:before { content: '\e81c'; } /* '' */
.icon-search:before { content: '\f002'; } /* '' */
.icon-comment:before { content: '\e811'; } /* '' */
.icon-print:before { content: '\e805'; } /* '' */

.icon-clock:before { content: '\e801'; } /* '' */
.icon-star:before { content: '\e812'; } /* '' */
.icon-sp:before { content: '\e813'; } /* '' */
