/* 
Theme Name: The Novice Chef
Theme URL: http://www.thenovicechefblog.com/
Description: Custom responsive blog theme for The Novice Chef.
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;
    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%;
}

@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: 68%;
        max-width: 660px;
        float: left;
        display: inline-block;
    }

    .span_content_full {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
    }

    .span_sidebar {
        width: 30%;
        min-width: 300px;
        max-width: 300px;
        float: right;
        display: inline-block;
    }
}
.wrapper {
    margin: 0 auto 0;
    width: 100%;
    max-width: 1020px;
}

.wrap {
    margin: 0 auto 0;
    width: 100%;
    max-width: 1020px;
}


/*---------STRUCTURE---------*/

@font-face {
    font-family: 'verb';
    src: url('fonts/verbregular-webfont.eot');
    src: url('fonts/verbregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/verbregular-webfont.woff') format('woff'),
         url('fonts/verbregular-webfont.ttf') format('truetype'),
         url('fonts/verbregular-webfont.svg#verb') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'verb';
    src: url('fonts/verbregular-italic-webfont.eot');
    src: url('fonts/verbregular-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/verbregular-italic-webfont.woff') format('woff'),
         url('fonts/verbregular-italic-webfont.ttf') format('truetype'),
         url('fonts/verbregular-italic-webfont.svg#verb') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'verb';
    src: url('fonts/verbsemibold-webfont.eot');
    src: url('fonts/verbsemibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/verbsemibold-webfont.woff') format('woff'),
         url('fonts/verbsemibold-webfont.ttf') format('truetype'),
         url('fonts/verbsemibold-webfont.svg#verb') format('svg');
    font-weight: bold;
    font-style: normal;
}


body {
    font-family: "verb", Arial, Helvetica, Geneva, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #424241;
    margin: 0;
    padding: 0;
	background: url(images/chalkboard.jpg) fixed #1c1f22;
}

a {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
input[type=submit] {
    -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: #dcbd25;
    text-decoration: underline;
}

a:hover {
    color: #ff75a4;
    text-decoration: none;
}

p {
    margin: 20px 0;
}

h1, h2, h3, h4, h5 {
    font-family: "verb", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 15px;
}

h1 {
    color: #dcbd25;
    font-size: 24px;
}

h2 {
    color: #dcbd25;
    font-size: 20px;
    }

h3 {
    color: #dcbd25;
    font-size: 16px;
}

h4 {
    color: #ff75a4;
    font-size: 14px;
}

h5 {
    color: #dcbd25;
    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 40px;
	background: url(images/sep.png) center center no-repeat;
	width: 100%;
	height: 25px;
}
hr {
	width: 100%;
	display: block;
	clear: both;
	outline: none;
	border: none;
	margin: 30px 0;
	border-bottom: 1px solid #e2e2e2;
}

/*---------HEADER---------*/
.slicknav_menu, #mobile, .social-mobile {
    display: none;
}

	
.top-bar {
    line-height: 54px;
    height: 54px;
	background-color: #000000;
	background-color: rgba(0,0,0,.7);
	position: fixed;
	width: 100%;
	z-index: 1000;
}

.header {
	margin-bottom: 0;
}
.header .logo {
    margin: 60px 0 20px;
    float: left;
    display: inline-block;
}

.header .logo a {
    display: inline-block;
    width: 350px;
    height: 164px;
    background: url(images/logo.png) no-repeat;
    background-size: 100% auto;
}
.social {
	text-align: center;
	font-weight: normal;
	overflow: hidden;
}
	.header .social {
		float: right;
		padding: 20px 0;
		margin: 120px 0 0;
	}

.social a {
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
	line-height: 36px;
	text-decoration: none;
	text-align: center;
	background-color: #dcbd25;
	padding-left: 1px;
	width: 34px;
	height: 34px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
	
.social a:hover {
	background-color: #ff75a4;
}

.social p {
	display: inline-block;
	margin: 0px 0 0;
	vertical-align: middle;
}
/* Top Search */
form.header-search {
	display: inline-block;
	margin: 0 25px 0 0;
	padding: 0;
	vertical-align: middle;
	background-color: #000;
	background-color: rgba(0,0,0,.5);
	height: 35px;
}
	.header-search input[type=search] {
		-webkit-appearance: textfield;
		-webkit-box-sizing: content-box;
		font-family: inherit;
		font-size: 100%;
	}
	.header-search input::-webkit-search-decoration,
	.header-search input::-webkit-search-cancel-button {
		display: none; 
	}
	
	
	.header-search input[type=search] {
		border: none;
		background-color: transparent;
		color: #ffffff;
		padding: 0 10px 0 15px;
		margin: 0;
		height: 34px;
		width: 65px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
		font: italic 13px/34px Georgia, "Times New Roman", Times, serif;
		vertical-align: middle;
	}

	.header-search input[type=search]:focus {
		width: 150px;
		background-color: transparent;
		color: #ffffff;
	}
	
	.header-search .header-submit {
		font-size: 16px;
		font-weight: normal;
		line-height: 34px;
		color: #dcbd25;
		background-color: transparent;
		font-family: "fontello";
		cursor: pointer;
		border-style: none;   
		padding: 0 5px;
		height: 34px;
		width: auto;
		margin: 0 0 0 -4px; 
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		display: inline-block;
		vertical-align: middle;
	}
	.header-search .header-submit:hover {
		color: #ffffff;
	}

/*---------CONTENT---------*/


.span_content {
	background-color: #ffffff;
	padding: 30px;
}

.span_content img {
    max-width: 100%;
    height: auto;
}
.video-container {
	max-width: 100%;
	height: auto;
}
	.video-container iframe {
		width: 100%;
	}
.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: #dcbd25;
    font: 12px Arial, Helvetica, Geneva, sans-serif;
    content: '\2022';
    margin: -2px 6px 0 -10px;
    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;
}
/*---------SIDEBAR---------*/

.sidebar {
    font-size: 92%;
    line-height: 1.7;
    color: #ffffff;
}

.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: 10px 0;
 	text-align: center;
}

.widget a {
    text-decoration: none;
}

.widget p {
    margin: 0 0 8px;
}

.widget p:last-of-type, .widget li:last-of-type {
    margin-bottom: 0;
}


.sidebar select {
    color: #a0a0a0;
    font-size: 11px;
    font-family: "verb", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 35px;
    height: 35px;
    padding: 0 8px;
    width: 100%;
    border: none;
    background: #000;
    background-color: rgba(0,0,0,.3);
}
.screen-reader-text {
    display: none;
}

.about {
	text-align: center;
}
.about img {
	width: 100%;
	height: auto;
}
.about p.more {
	margin: 0;
}
.about .more a {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: #dcbd25;
}
	.about .more a:hover {
		color: #ff75a4;
	}


.subscribe {
	position: relative;
	padding: 20px;
	border: 1px solid #fff;
}
	.subscribe:before {
		display: block;
		content: "";
		background: #000;
		background-color: rgba(0,0,0,.3);
		border: 1px solid #fff;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 2px;
		left: 2px;
		z-index: -1;
	}
.subscribe h3.widget-title {
	width: 196px;
	height: 61px;
	background: url(images/subscribe.png) no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
	margin: -10px auto 5px;
}

.subscribe .textwidget {
	
}
.subscribe p {
	line-height: 1.5;
	margin: 0;
	text-align: center;
}

.email-form {
    clear: both;
    margin-top: 15px;
    overflow: hidden;
}

.email-input {
    color: #424241;
    font-size: 13px;
    font-family: "verb", Arial, Helvetica, Geneva, sans-serif;
    font-style: italic;
    line-height: 36px;
    background-color: #ffffff;
    border: none;
    padding: 0 12px;
    margin: 0 0 10px 0;
    width: 80%;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.email-submit {
	font-family: "verb", Arial, Helvetica, Geneva, sans-serif;
    font-style: normal;
    letter-spacing: .05em;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 36px;
	color: #dcbd25;
	background-color: #ffffff;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0px 10px;
    margin: 0 0 0 -4px;
    height: 36px;
    width: 20%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    float: left;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.email-submit:hover {
	color: #ff75a4;
}

.subscribe .checkboxes {
	color: #424241;
	font-size: 11px;
	line-height: 1;
	margin: 0 0 0;
	text-align: left;
	width: 45%;
	float: left;
}
	.subscribe .checkboxes li, .subscribe .checkboxes ul {
		margin: 0;
		padding: 0;
	}
		.subscribe .checkboxes li:first-of-type {
			margin-bottom: 6px;
		}
	.subscribe input[type=radio] {
	    display: none;
	}
	.subscribe input[type=radio] + label {
		cursor: pointer;
	}
	.subscribe input[type=radio] + label:before {
		background-color: #ffffff;
		color: #ffffff;
		display: inline-block;
		content: '\f00d';
		font-family: "fontello";
		font-style: normal;
		line-height: 1;
		padding: 2px 3px;
		margin: 0 5px 0 0;
		
	}
	.subscribe input[type=radio]:checked + label:before {
	    color: #ffffff;
	    background-color: #dcbd25;
	}
	
.sidebar .sub-links {
	font-family: "verb", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 12px;
	color: #42403e;
	margin-top: -35px;
}
.sidebar .sub-links h3.widget-title {
	display: none;
}
.sidebar .sub-links a {
	color: #42403e;
}
.sidebar .sub-links strong {
	font-size: 13px;
}
.sidebar .sub-links a:before { 
	margin: 0 3px 0 12px;
	position: relative;
	top: -1px;
}
.sidebar .copyright {
	color: #615f62;
	font-size: 11px;
	text-align: center;
}

/*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: 12px;
	color: #424241;
	font-weight: normal;
	display: none;
}
	
.featured .post-meta {
    display: none;
}

.featured a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/*Popular Posts Widget*/
.popular {
    text-align: center;
    overflow: hidden;
}

.sidebar .popular .item {
    width: 47%;
    float: left;
    margin: 0 5% 18px 0;
}

	.sidebar .popular .item:nth-of-type(2n) {
	    margin-right: 0;
	}
	
.footer .popular .item {
    width: 22%;
    float: left;
    margin: 0 4% 0 0;
}

	.footer .popular .item:nth-of-type(4n) {
	    margin-right: 0;
	}

.popular img {
    width: 100%;
    height: auto;
    display: block;
}

.popular h4 {
 
}
	
.popular .post-meta {
    display: none;
}

.popular 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 {
    display: none;
}

.sidebar .category-posts h4 a {
    color: #363636;
}

.sidebar .category-posts .post-meta {
    display: none;
}

.sidebar .category-posts a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
 /* For IE8 and earlier */;
}


/*Recent Posts Widget*/
.recentposts {
    overflow: hidden;
}

.recentposts .item {
	overflow: hidden;
	margin-bottom: 15px;
}
	.recentposts .item:nth-child(2n) {
		margin-right: 0;
	}
.recentposts img {
	width: 35%;
	margin-right: 4%;
	height: auto;
    display: block;
    float: left;
}

.recentposts a img {
    display: block;
}

.recentposts .item:last-of-type {
    margin-bottom: 0;
}

.recentposts h4 {
	color: #ffffff;
	margin: 10px 0 5px;
}
.recentposts a:hover {
   opacity:0.7;
   filter:alpha(opacity=70); /* For IE8 and earlier */
   
}

.recentposts .post-meta {
    font-size: 10px;
    margin: 0;
}


/*---------POSTS---------*/

.post {
    margin-bottom: 40px;
}

.post-title {
	margin-bottom: 30px;
	text-align: center;
	margin-top: -44px;
}

.post-title h1, .post-title h2 {
    margin: 15px 0 8px;
    color: #dcbd25;
}

.post-title h1 a, .post-title h2 a {
    text-decoration: none;
    color: #dcbd25;
}

.post-title h1 a:hover, .post-title h2 a:hover {
    color: #ff75a4;
}

.post-date {
	color: #ffffff;
	font-weight: bold;
	background-color: #dcbd25;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 10px;
	line-height: 1;
	padding: 7px 15px;
}
.post-meta {
    color: #a0a0a0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: 18px;
}
	
.post-meta a {
    color: #a0a0a0;
    text-decoration: none;
}

.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
    color: #ff75a4;
    text-decoration: none;
}
.post-meta em {
	font-weight: 11px;
	font-style: normal;
	text-transform: lowercase;
	letter-spacing: normal;
}
.ccount {
	display: inline-block;
}
	.ccount a:before {
		content: '\e802';
		font-family: "fontello";
		color: #dcbd25;
		display: inline-block;
		margin: -3px 5px 0 20px;
		vertical-align: middle;
		font-size: 100%;
	}
	.ccount a:hover {
		color: #ff75a4 !important;
	}


.meta-bottom {
    clear: both;
    overflow: hidden;
    line-height: 1.5;
    margin: 30px 0 0;
}	
	.meta-center {
		text-align: center;
	}
	.single-post .meta-bottom {
		border-top: 1px solid #e2e2e2;
		border-bottom: 1px solid #e2e2e2;
		padding: 15px 2px;
	}
	
.meta-bottom .left {
    width: 70%;
    float: left;
    display: inline-block;
}

.meta-bottom .right {
    text-align: right;
    width: 30%;
    float: right;
}
.meta-more .ccount {
	margin: 9px 0 0;
}

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: #a0a0a0;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-left: 8px;
    padding: 1px 3px;
    text-decoration: none;
}

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: #424241;
}
.post img.size-full {

}
.post img.hiddenpinimage {
	position: absolute;
	top: -100px;
	left: -100px;
	width: 1px !important;
	height: 1px !important;
}
.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: #a0a0a0;
    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;
}

a.more-link {
	font-size: 16px;
	color: #dcbd25;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .08em;
    text-decoration: none;
}

a.more-link:hover {
	color: #ff75a4;
}


/* Recipe Styles*/
.recipe {
    padding: 25px;
    padding-top: 0;
    margin: 35px 0;
    border: 1px solid #dadfe3;
    position: relative;
}

.recipe:before {
	display: block;
	content: "";
	background-color: transparent;
	border: 1px solid #dadfe3;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 2px;
	left: 2px;
	z-index: 1;
}
.inner-recipe {
	position: relative;
	z-index: 10;
}
.recipe h2 {
	margin: 0 0 10px;
	text-align: center;
}
.recipe h3 {
    margin: 10px 0 10px;
    color: #dcbd25;
}
	.recipe h3#directions {
		margin-top: 20px;
	}
.recipe h4 {
	color: #a0a0a0;
	font-size: 13px;
	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: #dcbd25;
	font-family: "verb", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	content: '\2022';
}

.recipe .summary {
    margin: 0 0 25px;
    clear: left;
    text-align: center;
    font-style: italic;
    font-size: 115%;
}

.recipe .time {
    text-align: center;
    margin: 0 0 15px;
}
.recipe .time p {
	display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
}
.recipe .time strong {
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: normal;
	font-size: 11px;
}

.recipe .notes {
	clear: both;
    font-style: italic;
    margin-top: 20px;
    font-size: 90%;
}

.recipe .source {
    color: #a0a0a0;
    font-size: 11px;
    font-style: italic;
    margin-top: 15px;
    clear: both;
}

.recipe .photo {
	width: 150px;
	float: right;
	}
	

.recipe .printbutton {
	width: auto;
    margin: -12px auto 15px;
    text-align: center;
}

.printbutton a {
	font-size: 12px;
	color: #ffffff;
	background-color: #dcbd25;
	line-height: 24px;
	padding: 1px 15px 0;
	margin: 0 auto;
	display: inline-block;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border: none;
    display: inline-block;
    text-decoration: none;
}

.printbutton a:hover {
	color: #ffffff;
    background-color: #ff75a4;
}

/* Inner Post */




.inner-post {
	clear: both;
    margin: 55px 0 55px 0;
    font-size: 90%;
    line-height: 1.7;
    overflow: hidden;
    padding: 5px;
}

.inner-post .widget {
}

.inner-post .widget.ad {
    width: 300px;
    margin: 0 auto;
}

.inner-post .subscribe {
    width: 100%;
    margin: 0 3px 0 0;
    background-size: 104% auto;
    border-color: #dadfe3;
    text-align: center;
}
	.inner-post .subscribe:before {
		border-color: #dadfe3;
		background-color: transparent;
		z-index: 1;
	}
	.inner-post .subscribe .inner {
		position: relative;
		z-index: 10;
	}
.inner-post .subscribe .textwidget {
	
}
.inner-post .subscribe .email-form {
	border: 1px solid #dadfe3;
	display: block;
	height: auto;
	overflow: hidden;
	height: 40px;
}
.inner-post .subscribe .checkboxes li:first-of-type {
	margin-bottom: 0px;
}

.post-nav {
    color: #5e5e5e;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    margin: 50px 0 55px;
    overflow: hidden;
    position: relative;
}
	.post-nav .nav-links {
		overflow: hidden;
		width: 100%;
	}
	.post-nav a {
		color: #a0a0a0;
		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 img {
		display: none;
	}
	
	.post-nav h5 {
		color: #dcbd25;
		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: #a0a0a0;
		font-size: 10px;
		font-family: "verb", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .08em;
		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: 46.7%;
	float: left;
	overflow: hidden;
	margin: 0 0 50px 0;
	text-align: center;
	font-size: 95%;
}
	.teaser-post.odd {
		margin-right: 6.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%;
	height: auto;
}

.teaser-post h2 {
	margin: 12px 0 12px;
}
	
.teaser-post a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}
.teaser-post .post-date {
	color: #ffffff;
	font-weight: bold;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 11px;
	line-height: 1;
	padding: 6px 10px 4px;
	margin: 0;
}
.teaser-post img {
	margin-bottom: -20px;
}
.teaser-post p {
	margin: 15px 0;
	text-align: center;
}

.teaser-post .post-meta {
	margin-bottom
}
.teaser-post .meta-bottom {
	margin: 0;
}
.teaser-post .more {
	text-align: center;
	margin: 0;
}
.teaser-post a.more-link {
	
}


/*---------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: 10px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.archive-post h4 {
	color: #dcbd25;
    margin: 5px 0 5px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
	
.archive-post a:hover h4 {
	color: #ff75a4;
}


.archiveslist {
    font-size: 95%;
    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: #6b6963;
    text-decoration: none;
}

.archiveslist a:visited, .subcategories a:visited {
    color: #919394;
    text-decoration: none;
}
.archiveslist a:hover, .subcategories a:hover {
    color: #ff75a4;
}

.archiveslist a:active, .subcategories a:active {
    color: #424241;
}
.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: #424241;
	    font-size: 12px;
	    line-height: 1.4;
	    margin:  2px 0 5px 15px;
	}
	.archiveslist ul li:before {
		color: #dcbd25;
	}
	
	.archiveslist ul li a {
	    color: #919394 !important;
	}
	
	.archiveslist ul li a:hover {
	    color: #ff75a4 !important;
	}

.subcats {
    margin-bottom: 30px;
    padding: 15px;
    text-align: center;
}

.subcats h4 {
    margin: 10px 0 15px;
    color: #424241;
}
.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: #dcbd25;
    font-weight: bold;
    font-size: 11px;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 0 8px;
    margin: 2px 2px 4px;
    display: inline-block;
    background-color: #ffffff;
}
.subcats ul.subcategories li ul li a:hover {
	color: #ffffff;
	background-color: #ff75a4;
	border-color: #ff75a4;
    cursor: pointer;
}


ul.tagindex, .tagindex li {
    margin: 0!important;
    padding: 0 !important;
}
	.tagindex li:before {
		display: none !important;
	}
.tagslist li {
	font-size: 95%;
}
.tagslist li em {
	font-size: 90%;
	color: #a0a0a0;
	font-style: normal;
}
}
.tagindex li:before {
    display: none;
}

.tagindex a {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    display: block;
    margin-right: 3px;
    width: 20px;
    float: left;
    border: solid 1px #e2e2e2;
    font-weight: bold;
}

.tagindex a:link {
    color: #919394;
    text-decoration: none;
}

.tagindex a:visited {
    color: #a0a0a0;
    text-decoration: none;
}

.tagindex a:active {
    color: #919394;
    text-decoration: none;
}

.tagindex a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ff75a4;
}

.tagtitle {
    color: #a0a0a0;
    text-transform: uppercase;
}

.tagtitle a {
    text-decoration: none;
    text-transform: none;
}

.tagtitle em {
    color: #a0a0a0;
    letter-spacing: normal;
    font-style: italic;
    margin-left: 10px;
    float: right;
    font-weight: normal;
    font-size: 12px;
	font-family: "verb", Arial, Helvetica, Geneva, sans-serif;
}

.tagtitle em a {
    color: #a0a0a0;
    font-size: 11px;
}

.tagtitle a:hover {
    color: #ff75a4;
}

/* Shop/Affiliate Items*/

.shop-post .excerpt {
	font-size: 95%;
	line-height: 1.7;
	margin: 8px 0 15px;
}
.shop-post .item-price {
	margin-top: 10px;
	font-size: 12px;
}

.affiliate-items {
	overflow: hidden;
	margin-bottom: -15px;
}
.affiliate-items h3 {
	text-align: center;
	margin: 20px 0 5px;
}
.affiliate-items .archive-post {
	width: 22%;
	margin: 0 4% 4% 0;
}
	.affiliate-items .archive-post:nth-child(4n) {
		margin-right: 0;
	}
	.affiliate-items .archive-post:nth-child(4n+1) {
		clear: left;
	}
	
.shop .archive-post {
	width: 18%;
	margin: 0 2.5% 4% 0;
}
	.shop .archive-post:nth-child(3n) {
		margin: 0 2.5% 4% 0;
	}
	.shop .archive-post:nth-child(3n+1) {
		clear: none;
	}
	.shop .archive-post:nth-child(5n) {
		margin-right: 0;
	}
	.shop .archive-post:nth-child(5n+1) {
		clear: left;
	}
p.small {
	color: #a0a0a0;
	font-size: 11px;
	text-align: center;
	font-style: italic;
	margin: 0 0 12px;
}
.related {
	overflow: hidden;
	margin-bottom: 50px;
}
.related h3 {
	text-align: center;
}

/*---------FORMS---------*/

#submit, .submitbutton, #commentform #submit, .gform_wrapper input[type="submit"]  {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    background-color: #dcbd25;
    font-family: "verb", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .08em;
    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;
}

#submit:hover, .submitbutton:hover, #commentform #submit:hover, .gform_wrapper input[type="submit"]:hover {
    background-color: #ff75a4;
}

.commentinput, .styledinput, .captchainput, #commentform input  {
    color: #424241;
    font-size: 13px;
    font-family: "verb", 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: #424241;
	font-size: 13px;
	font-family: "verb", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #e2e2e2;
	width: 100%
}
#commentform #submit {
	width: auto;
}

.wpcf7-form {
    font-family: "verb", 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 #e2e2e2;
	max-width: 350px;
}
.search-form form {
	background-color: #ffffff;
	height: 35px;
}
.search-form .search-input {
    color: #424241;
    font-size: 13px;
    font-family: "verb", 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: #dcbd25;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    height: 35px;
    background-color: transparent;
    font-family: "fontello";
    cursor: pointer;
    width: 20%;
    border-style: none;
    vertical-align: middle;
    text-align: right;
    margin: 0 0 0 -4px;
}

.search-form .search-submit:hover {
    color: #ff75a4;
}

.header-search {
	height: 28px;
	border: none;
	vertical-align: middle;
}
.header-search .search-input {
	height: 28px;
	line-height: 28px;
	color: #424241;
	background-color: transparent;
	font: italic 13px "verb", Arial, Helvetica, Geneva, sans-serif;
}
.header-search .search-submit {
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #a0a0a0;
	padding: 0;
	margin: -4px 0 0 -4px;
}
	.header-search .search-submit:hover {
		color: #dcbd25;
	}

/*---------FOOTER---------*/

.footer-ad {
	text-align: center;
	margin-bottom: 20px;
}
.footer {
    overflow: hidden;
    color: #ffffff;
    font-size: 92%;
    line-height: 1.7;
    padding: 30px 0 50px;
}
.footer-widget.subscribe {
	width: 300px;
	float: left;
}
.footer-widget.popular-posts {
	width: -moz-calc(100% - 340px);
	width: -webkit-calc(100% -340px);
	width: calc(100% - 340px);
	float: right;
}
.footer-widget h3 {
	text-align: left;
	margin: 0 0 10px;
}
.footer .social {
	margin: 10px 0 -40px;
	padding: 0;
}
.footer .social a {
	line-height: 34px;
}
.butter {
	display: block;
	background: url(images/butter.png) center top no-repeat;
	background-size: 100% auto;
	width: 335px;
	height: 80px;
	margin: 0px auto 50px;
	text-align: center;
	clear: both;
}
.subfooter {
	background-color: #000000;
	background-color: rgba(0,0,0,.7);
	overflow: hidden;
	color: #a0a0a0;
	font-size: 12px;
	padding: 20px 0;
}
.footer-nav {
    margin: 0;
    padding: 0;
    width: 70%;
    float: left;
}

.footer-nav li {
	text-transform: lowercase;
    display: inline-block;
    margin: 0 12px 0 0;
    padding: 0;
}
.subfooter a {
	text-decoration: none;
	color: #a0a0a0;
}
.footer-nav li.top a {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .05em;
}
	.footer-nav li.top a:before {
		content: '\e815';
		font-family: "fontello";
		vertical-align: top;
		font-weight: normal;
		color: #ffffff;
		margin-right: 5px;
		font-size: 12px;
	}
.subfooter a:hover {
	color: #dcbd25;
}
.subfooter .copyright {
	font-size: 10px;
	width: 30%;
	float: right;
	text-align: right;
}
	.subfooter .copyright em {
		text-transform: none;
		letter-spacing: normal;
	}
	.subfooter .copyright a {
		text-decoration: underline;
	}




/*---------COMMENTS---------*/

#comments, #pings           {
	margin-top: 5px;
	text-align: left; }
#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 #e2e2e2;
}
#comment-list li           {
	margin: 0;
	padding: 30px 0 20px 75px;
	border-top: 1px solid #e2e2e2;
	list-style-type: none;
}
	#comment-list li:before {
		display: none;
	}

#comment-list li.bypostauthor       {
	background-color: #fff;
	padding: 13px 10px 13px 73px }
#comment-list li p {
	margin: 10px 0;
}
.comment-meta         {
	margin: 0;
	 }

.comment-meta strong           {
	color: #dcbd25;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .08em; }
.comment-meta strong a            {
	color: #dcbd25; }
.comment-meta a:hover         {
	color: #ff75a4;
	text-decoration: underline; }


#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 {
	color: #a0a0a0;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 8px 2px 7px }
.comment-nav em {
	font-style: normal;
	margin-right: 15px }
.comment-nav em img {
	margin-right: 2px;
	vertical-align: middle }
.comment-nav .page-numbers {
	color: #a0a0a0;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.comment-nav .current {
	color: #dcbd25;
	font-weight: bold;
	background-color: #fff }
.comment-nav .next, .comment-nav .prev, .comment-nav .dots {
	border-style: none }
.comment-nav a:hover {
	color: #fff;
	background-color: #dcbd25 }
.comment-nav .alignright a {
	color: #a0a0a0;
	text-decoration: none }
.comment-nav .alignright a:hover {
	color: #dcbd25;
	text-decoration: none;
	background-color: transparent }
/*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: #dcbd25;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #dcbd25;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #dcbd25;
	text-decoration: underline }

/*---------PAGE NUMBERS---------*/

.pagination {
    font-family: "verb", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    letter-spacing: .08em;
    clear: both;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 25px;
    overflow: hidden;
}

.pagination .page-numbers {
    color: #a0a0a0;
    padding: 5px 10px;
    border: solid 1px #ffffff;
    text-decoration: none;
    display: inline-block;
}
	.pagination span.page-numbers.current {
	    color: #ffffff;
	    background-color: #dcbd25;
	    font-weight: bold;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
.pagination a.page-numbers:hover {
    color: #ffffff;
    background-color: #ff75a4;
}

/*----MAIN Menu----*/

#main {
    margin: 0;
}

#main ul {
    margin: 0;
    padding: 0;
}
#main ul.left-menu {
	text-align: left;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
}
#main ul.right-menu {
	text-align: right;
	display: inline-block;
	float: right;
	font-size: 12px;
	text-transform: lowercase;
}
#main li {
   	display: inline-block;
    position: relative;
    width: auto;
    list-style: none;
    margin: 0;
    padding: 0;
}
#main > ul > li {
    padding-bottom: 10px;
    margin-bottom: -10px;
}

#main a {
    display: block;
    text-decoration: none;
    padding: 0 12px;  
}
	#main ul.left-menu a {
		color: #ffffff;
	}
	#main ul.right-menu a {
		color: #7a7a7a;
	}
#main ul a:hover, #main ul li.menu-item-has-children:hover>a {
    color: #ff75a4;
    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: 0;
    margin-top: 0px;
    margin-left: -80px;
    width: 160px;
    z-index: 2000;
    background-color: #dcbd25;
}
	#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: #dcbd25; 
		border-width: 10px; 
		margin-left: -10px; }
		
#main .sub-menu .menu-item {
    margin: 0;
    display: block;
    line-height: 1.2;
}
	#main ul.left-menu .sub-menu .menu-item {
		font-weight: normal;
		text-transform: lowercase;
		letter-spacing: normal;
		font-size: 13px;
	}
#main .sub-menu .menu-item a {
    color: #ffffff;
    display: block;
    width: 160px;
    padding: 8px 12px;
}

#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: #ffffff;
    background-color: #ff75a4;
}

/* Navigation sub-submenu */
#main .sub-menu .menu-item:hover .sub-menu {
    display: block;
}

#main .sub-menu .menu-item .sub-menu {
	background-color: #dcbd25;
    display: none;
    position: absolute;
    text-align: center;
    left: 100%;
    top: 0;
    padding: 5px 0;
    margin-left: 0px;
}
	#main .sub-menu .menu-item .sub-menu:after { 
		display: none; }

	
		 
/* ---- FONTELLO ---- */
@font-face {
    font-family: 'fontello';
  src: url('fonts/fontello.eot?56033232');
  src: url('fonts/fontello.eot?56033232#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff?56033232') format('woff'),
       url('fonts/fontello.ttf?56033232') format('truetype'),
       url('fonts/fontello.svg?56033232#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-plus:before { content: '\e801'; } /* '' */
.icon-comment:before { content: '\e802'; } /* '' */
.icon-print:before { content: '\e805'; } /* '' */
.icon-calendar:before { content: '\e80f'; } /* '' */
.icon-heart:before { content: '\e814'; } /* '' */
.icon-star:before { content: '\e818'; } /* '' */
.icon-clock:before { content: '\e819'; } /* '' */
.icon-search:before { content: '\f002'; } /* '' */

.icon-rss:before { content: '\e80d'; } /* '' */
.icon-twitter:before { content: '\e808'; } /* '' */
.icon-facebook:before { content: '\e80a'; } /* '' */
.icon-instagram:before { content: '\e80e'; } /* '' */
.icon-gplus:before { content: '\e80b'; } /* '' */
.icon-pinterest:before { content: '\e80c'; } /* '' */

.icon-rss-1:before { content: '\e800'; } /* '' */
.icon-twitter-1:before { content: '\e803'; } /* '' */
.icon-facebook-1:before { content: '\e804'; } /* '' */
.icon-instagram-1:before { content: '\e806'; } /* '' */
.icon-gplus-1:before { content: '\e807'; } /* '' */
.icon-pinterest-1:before { content: '\e809'; } /* '' */

.icon-arrow-up:before { content: '\e815'; } /* '' */
.icon-arrow-left:before { content: '\e816'; } /* '' */
.icon-arrow-down:before { content: '\e817'; } /* '' */
.icon-arrow-right:before { content: '\e810'; } /* '' */
.icon-left:before { content: '\e811'; } /* '' */
.icon-right:before { content: '\e812'; } /* '' */
.icon-down:before { content: '\f078'; } /* '' */
.icon-up:before { content: '\f077'; } /* '' */
.icon-close:before { content: '\f00d'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */