/* 
Theme Name: Making Thyme for Health
Theme URL: http://www.makingthymeforhealth.com/
Description: Custom responsive blog theme for Making Thyme for Health.
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;
}
	
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

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

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

    .span_sidebar {
        width: 31%;
        min-width: 300px;
        max-width: 300px;
        float: right;
        display: inline-block;
        clear: right;
    }
}
.wrapper {
    background-color: #ffffff;
    margin: 0 auto 0;
    padding: 0 20px;
    width: 100%;
    max-width: 1090px;
}

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

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

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


body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    line-height: 1.7;
    color: #302b28;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:link, a:visited, a:active {
    color: #2ec7ce;
    text-decoration: underline;
}

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

p {
    margin: 18px 0;
}

h1, h2, h3, h4, h5 {
    font-family: "Modernica", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .15em;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 15px;
}

h1 {
    color: #302b28;
    font-size: 20px;
}

h2 {
    color: #302b28;
    font-size: 20px;
    }

h3 {
    color: #302b28;
    font-size: 17px;
    letter-spacing: .2em;
}

	h3.divider {
		padding-bottom: 10px;
		border-bottom: 1px solid #f4f4f4;	
		margin-bottom: 25px;
	}

h4 {
    color: #979593;
    font-size: 14px;
    margin-top: 25px;
}

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

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

.clear {
    clear: both;
}

.sep {
	width: 100%;
	display: block;
	clear: both;
	margin: 25px auto 50px;
	background: url(images/sep.png) center no-repeat;
	height: 31px;
	background-size: auto 100%;
}

/*---------HEADER---------*/
.slicknav_menu, #mobile, .social-mobile {
    display: none;
}

.top-bar {
    background-color: #f4f4f4;
    text-align: center;
    height: 52px;
}
	.top-bar .top-search {
		float: left;
		text-align: left;
		width: 160px;
	}
	.top-bar #main {
	    margin:0;
	    width: auto;
	    display: inline-block;
	    width: -moz-calc(100% - 300px);
	    width: -webkit-calc(100% -300px);
	    width: calc(100% - 300px);
	    text-align: center;
	}
	
	.top-bar .social {
		float: right;
		width: 150px;
		margin: 10px 0 0;
	}
	
	.top-bar .social a {
	    text-decoration: none;
	    color: #302b28;
	    font-size: 15px;
	    line-height: 1.1;
	    margin: 0;
	    padding: 3px;
	    display: inline-block;
	    vertical-align: middle;
	}
	.top-bar .social a:hover {
		color: #2ec7ce;
	}
	

.header {

}

.header .logo {
    margin: 25px auto 40px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
	.header .logo:before {
		content: "";
		display: block;
		height: 1px;
		border-bottom: 0px solid #302b28;
		margin: 0 0 -24px;
		display: none;
	}
	.header .logo:after {
		content: "";
		display: block;
		height: 1px;
		border-bottom: 1px solid #302b28;
		margin: -30px 0 20px;
	}

.header .logo a {
    display: inline-block;
    width: 500px;
    height: 124px;
    background: url(images/logo.png) no-repeat;
    background-size: 100% auto;
}


/*---------CONTENT---------*/
.span_content {
}

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

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

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

.span_content ul li:before {
    color: #302b28;
    font: 5px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    content: '\2022';/* '' */
    margin: 0 6px 0 -10px;
    font-size: 15px;
}

.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: 93%;
	line-height: 1.6;
}
.leftsidebar {
	width: 47%;
	float: left;
}
.rightsidebar {
	width: 47%;
	float: right;
}
.midsidebar {
	overflow: hidden;
}
.lowersidebar {
	clear: both;
}

.widget {
    margin-bottom: 45px;
    text-align: center;
}
.widget.center, .widget.center .textwidget {
    text-align: center;
}

h3.widget-title {
 	margin: 0 auto 20px; 
}

.widget a {
    text-decoration: none;
}

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

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


.sidebar select {
    color: #979593;
    font-size: 13px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    line-height: 35px;
    height: 35px;
    padding: 0 8px;
    width: 100%;
    border: 1px solid #302b28;
}
.screen-reader-text {
    display: none;
}


.about {
	text-align: left;
}
.about h3.widget-title {
	margin: 0 0 6px;
}
.about img {
	float: right;
	width: 35%;
	margin: -25px 0 0 12px;
}
.about .more {
	text-align: left;
}
.widget_simpleimage .more a {
	color: #302b28;
	font-family: "Modernica", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 13px;
}
	.widget_simpleimage .more a:hover {
		color: #2ec7ce;
	}
	
.sidebar .social, .inner-post .social {
	margin-top: -20px;
}
	.inner-post .social {
		margin-top: 20px;
	}
.sidebar .social a, .inner-post .social a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
	background: #302b28 url(images/texture.jpg);
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.sidebar .social a:hover, .inner-post .social a:hover {
	background-color: #2ec7ce;
	background-image: none;
}


.subscribe {
	text-align: center;
	border: 1px solid #302b28;
	padding: 0 15px 15px;
}
.subscribe h3.widget-title {
	margin: 0;
	display: inline-block;
	background-color: #ffffff;
	position: relative;
	top: -10px;
	padding: 0 10px;
}
.subscribe p {
	display: block;
	font-size: 13px;
	color: #979593;
	font-style: italic;
	text-transform: lowercase;
	margin: -6px 0 6px;
}

.email-form {
    clear: both;
    margin-top: 15px;
}

.email-input {
    color: #302b28;
    font-size: 13px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    line-height: 34px;
    background-color: #ffffff;
    border: 1px solid #302b28;
    padding: 0 10px;
    margin: 0 0 15px 0;
    width: 100%;
    height: 36px;
}

.email-submit {
    font-family: "Modernica", Arial, Helvetica, Geneva, sans-serif;
    font-style: normal;
    letter-spacing: .2em;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 32px;
	color: #ffffff;
	background: url(images/texture.jpg) #302b28;
	text-align: center;
    cursor: pointer;
    border: none;
    padding: 0px 10px;
    margin: 0;
    height: 36px;
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.email-submit:hover {
    background-color: #2ec7ce;
    background-image: none;
}
.subscribe .checkboxes {
	color: #979593;
	font-size: 12px;
	font-style: italic;
	line-height: 1;
	margin: 3px 0 0;
	text-align: left;
}
	.subscribe .checkboxes strong {
		color: #302b28;
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: .1em;
		margin-right: 8px;
		font-family: "Modernica", Arial, Helvetica, Geneva, sans-serif;
		font-weight: normal;
		font-style: normal;
	}
	.subscribe .checkboxes li, .subscribe .checkboxes ul {
		margin: 0;
		padding: 0;
		display: inline-block;
	}
	.subscribe .checkboxes li {
		display: inline-block;
		margin: 8px 0 0 12px;
	}
		.subscribe .checkboxes li:before {
			display: none !important;
		}
		.subscribe .checkboxes li:first-of-type {
			margin-left: 0;
		}
	.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;
		text-align: center;
		font-size: 12px;
		line-height: 15px;
		padding: 0;
		margin: 0 5px 0 0;
		width: 15px;
		height: 16px;
		border: 1px solid #302b28;
	}
	.subscribe input[type=radio]:checked + label {
		
	}
	.subscribe input[type=radio]:checked + label:before {
	    color: #ffffff;
	    background-color: #2ec7ce;
	}

/*Featured Posts Widget*/
.featured {
    text-align: center;
    overflow: hidden;
}

.sidebar .featured .item {
    width: 47%;
    margin: 0 6% 6% 0;
    float: left;
}

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

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

.featured h4 {
	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;
}

.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% 6% 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 0;
   color: #363636;
   text-align: center;
}

.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);
}
.sidebar .widget_categoryposts a.more-link {
	font-size: 13px;
	color: #ffffff;
	background: url(images/texture.jpg) #363636;
	padding: 5px 10px;
}
	.sidebar .widget_categoryposts a.more-link:hover {
		background-color: #2ec7ce;
		background-image: none;
	}

/*Recent Posts Widget*/
.recent {
    overflow: hidden;
}

.recent .item {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: left;
}

.recent img {
    margin-right: 5%;
    width: 30%;
    height: auto;
    float: left;
    display: block;
}

.recent a img {
    display: block;
}

.recent .item:last-of-type {
    margin-bottom: 0;
}

.recentposts .item h4 {
    margin: 10px 0 0;
    color: #363636;
}

.recent a:hover {
   opacity:0.7;
   filter:alpha(opacity=70); /* For IE8 and earlier */
   
}

.recent .post-meta {
    font-size: 9px;
    margin: 0;
}


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

.post {
    margin-bottom: 50px;
}

.post-title {
	margin-bottom: 25px;
	text-align: left;
}

.post-title h1, .post-title h2 {
    margin: 0 0 5px;
    color: #302b28;
}

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

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

.post .edit {
    text-transform: lowercase;
    letter-spacing: 0;
}
.single-post .post-tags {
	display: inline-block;
	margin-left: 15px;
}
.post-tags a {
	background: url(images/texture.jpg) #302b28;
	color: #ffffff !important;
	font-size: 11px;
	font-family: "Modernica", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	display: inline-block;
	padding: 1px 8px;
	text-decoration: none;
	margin: 4px;
}
	.post-tags a:first-of-type {
		margin-left: 0;
	}
	.post-tags a:last-of-type {
		margin-right: 0;
	}
	.post-tags a:hover {
		background-color: #2ec7ce;
		background-image: none;
	}
	
.post-meta {
    color: #979593;
    font-size: 12px;
    font-family: "Modernica", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    letter-spacing: .15em;
}
	.post-meta em {
		text-transform: lowercase;
		letter-spacing: normal;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 11px;
	}
	.post-meta a {
	    color: #979593;
	    text-decoration: none;
	}

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

.ccount a:before { 
	font-family: "fontello";
	content: '\e802'; 
	font-size: 80%;
	vertical-align: top;
	margin: 1px 2px 0 15px;
	display: inline-block;
	}

.post-title:after {
	content: "";
	display: block;
	width: 90px;
	border-top: 1px solid #302b28;
	margin: 20px 0;
	display: none;
}
.meta-bottom {
    clear: both;
    margin: 25px 0 0;
    overflow: hidden;
}	

.meta-bottom .left {
    width: 70%;
    float: left;
    display: inline-block;
}

.meta-bottom .right {
    text-align: right;
    width: 30%;
    float: right;
}
	


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: #979593;
    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: #302b28;
}

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

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

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

.post blockquote {
    color: #979593;
    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: #979593;
    font-size: 90%;
    text-align: center;
    margin-top: 2px;
    padding-right: 10px;
}

/* Recipe Styles*/
.recipe {
    font-style: normal;
    margin: 30px 0 25px;
    padding: 25px;
    border: 1px solid #302b28;
    overflow: hidden;
}

.recipe h2 {
	margin: 4px 0;
}

.recipe h3 {
    margin: 10px 0 10px;
}

.recipe h4 {
	margin: 18px 0 8px;
}


.recipe p, .recipe ol, .recipe ul {
    margin-top: 5px;
    margin-bottom: 12px;
}

.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: #979593;
}
.recipe .ingredients {
	margin-bottom: 30px;
}
.recipe .instructions {
	margin-bottom: 30px;
}
.recipe .summary {
    margin: 0 0 25px;
    clear: left;
    font-style: italic;
    font-size: 115%;
    line-height: 1.6;
    color: #6f7475;
}
.recipe .recipe-title {
	text-align: left;
}
.recipe .yield {
	background-color: #302b28;
	color: #ffffff;
	font-size: 11px;
	font-family: "Modernica", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	display: inline-block;
	padding: 2px 10px;
}
.recipe .time {
    margin: 0 0 25px;
    color: #979593;
    font-size: 12px;
    font-family: "Modernica", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    letter-spacing: .08em;
}
	
.recipe .time p {
	display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
}
.recipe .time strong {
	text-transform: lowercase;
	letter-spacing: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}
.recipe .notes {
	clear: both;
    font-style: italic;
    margin-top: 0px;
    font-size: 94%;
    line-height: 1.6;
    color: #6f7475;
}
.recipe .notes p {
	display: block;
}
.recipe .source {
    color: #979593;
    font-size: 80%;
    font-style: italic;
    margin-top: 15px;
    clear: left;
}

.recipe .photo {
    margin: 0 0 15px 15px;
    float: right;
    width: 160px;
}
	.recipe .photo img {
		width: 100% !important;
		height: auto;
	}
	

.recipe .printbutton {
	width: 160px;
    margin: 0 0 15px 15px;
    float: right;
    clear: right;
    text-align: center;
}

.printbutton a {
	text-decoration: none;
	font-family: "Modernica", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 13px;
	display: inline-block;
	width: 100%;
	background-size: 100% auto;
	background: url(images/texture.jpg) #302b28;
	padding: 5px 4px 4px;
	color: #ffffff;
}
	.recipe .printbutton a:before {
		content: '\e805';
		display: inline-block;
		font-family: fontello;
		margin: 0 8px 0 0;
	}
.printbutton a:hover, .printbutton a:active {
 	background-color: #2ec7ce;
 	background-image: none;
}
.recipe .rating {
	float: right;
	width: 160px;
	clear: right;
	font-size: 12px;
	font-style: italic;
	color: #979593;
	line-height: 1.5;
	text-align: center;
	margin: 20px 0 10px 10px;
}
	
#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: #989898;
		 font-size: 92%;
		 text-align: center;
	}
		.rating .review-total a {
			color: #989898;
		}
		.rating .review-total a:hover {
			color: #40b9b6;
		}
	.rating .leave-a-review {
		color: #989898;
		margin-top: 15px;
		text-align: center;
	}
	
#commentform .crfp-field {
	margin: 15px 0;
}
#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, #commentlist div.rating-container label {
	display: none;
}

/* Inner Post */

.inner-post {
    position: relative;
    overflow: hidden;
    margin: 0 0 55px 0;
    font-size: 95%;
    line-height: 1.6;
}

.inner-post .widget {
	margin: 0 auto;
}

.inner-post .widget.ad {
    
}


.inner-post .widget.subscribe {
    text-align: center;
    padding: 5% 8%;
}

.inner-post .widget.subscribe h3.widget-title {
	margin: 0 0 10px;
	top: 0;
	font-size: 21px;
	
}
.inner-post .subscribe .checkboxes {
	text-align: center;
	margin: 15px 0 0;
}
.inner-post .widget.subscribe p {
	margin: 0;
}

.post-nav {
    color: #5e5e5e;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    margin: 50px 0 55px;
    overflow: hidden;
}
	.post-nav .nav-links {
		overflow: hidden;
		width: 100%;
	}
	.post-nav a {
		color: #979593;
		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: #302b28;
		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: #979593;
		font-size: 10px;
		font-family: "Modernica", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .08em;
		background-color: #ffffff;
		padding: 0;
	}
		.post-nav .nav-next .subhead {
			padding: 0;
		}
	.post-nav a:hover h5 {
	    color: #2ec7ce;
	}

.related {
	text-align: center;
	margin-bottom: 50px;
}

.affiliate-items {
	clear: both;
	overflow: hidden;
	margin: 40px 0 0;
	text-align: center;
	border: 1px solid #302b28;
	padding: 25px 20px 1px 20px;
}
	.affiliate-items h3 {
		margin: 0 0 5px;
	}
p.small.affiliate {
	color: #979593;
	font-size: 11px;
	font-style: italic;
	margin: 0 0 20px;
}

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

.teaser-post {
	width: 47%;
	float: left;
	overflow: hidden;
	margin: 0 0 6% 0;
	text-align: center;
}
	.teaser-post.odd {
		margin-right: 6%;
		clear: left;
	}
	.teaser-post.even {
		
	}
.teaser-post h2 {
	
}
.teaser-post a {
	text-decoration: none;
}
.teaser-post .post-thumb {
	margin-bottom: 15px;
}
	.teaser-post .post-thumb img {
		width: 100%;
		height: auto;
		display: block;
	}
.teaser-post .post-content {
	
}
.teaser-post .post-title {
    margin: 0;
    text-align: center;
}
	.teaser-post .post-title:after {
		margin: 20px auto;
	}
.teaser-post .post-thumb a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

.teaser-post .excerpt {
	margin: 12px 0 15px;
}
.post .more {
	margin-top: 40px;
}
.teaser-post .more {
	margin-top: 0px;
}
a.more-link {
	color: #302b28;
	font-family: "Modernica", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 17px;
	text-decoration: none;
}
	.teaser-post a.more-link {
		font-size: 13px;
	}
	.shop-post a.more-link {
		color: #fff;
		font-size: 12px;
		line-height: 1.2;
		background: url(images/texture.jpg) #302b28;
		font-family: "Modernica", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		cursor: pointer;
		padding: 5px 10px 4px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		border-style: none;
	}
a.more-link:hover {
    color: #2ec7ce;
}
	.shop-post a.more-link:hover {
		background-color: #2ec7ce;
	}


/*---------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: 4.25%;
    margin-bottom: 25px;
    width: 30.5%;
    float: left;
    text-align: center;
}
	
	.archive-post:nth-child(3n) {
	    margin-right: 0;
	}
	
	.archive-post:nth-child(3n+1) {
	    clear: both;
	}


.shop .affiliate-item, .shop .shop-post {
    margin-right: 2%;
    margin-bottom: 30px;
    width: 23.5%;
    clear: none !important;
}
	.shop .affiliate-item:nth-child(3n), .shop .shop-post:nth-child(3n) {
		margin-right: 2%;
	}
	.shop .affiliate-item:nth-child(4n), .shop .shop-post:nth-child(4n) {
	    margin-right: 0;
	}
	
	.shop .affiliate-item:nth-child(4n+1), .shop .shop-post:nth-child(4n+1) {
	    clear: both !important;
	}



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

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

.archive-post .post-meta {
    margin: 0;
    font-size: 10px;
    display: none;
}

.archive-post h4 {
	color: #302b28;
    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 {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}

.archive-post .excerpt {
	font-size: 93%;
	line-height: 1.6;
	margin: 15px 0;
}

.archiveslist {
    color: #6b6963;
    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: #2ec7ce;
}

.archiveslist a:active, .subcategories a:active {
    color: #302b28;
}
.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: #302b28;
	    font-size: 12px;
	    line-height: 1.2;
	    font-style: italic;
	    list-style-type: circle;
	    margin:  2px 0 5px 15px;
	}
	.archiveslist ul li:before {
		color: #919394;
	}
	
	.archiveslist ul li a {
	    color: #919394 !important;
	}
	
	.archiveslist ul li a:hover {
	    color: #2ec7ce !important;
	}

.subcats {
    border: 1px solid #302b28;
    margin-bottom: 30px;
    padding: 15px;
    text-align: center;
}

.subcats h4 {
    margin: 0 0 10px;
    color: #302b28;
}
.subcats ul, .subcats li {
	margin: 0 !important;
	padding: 0 !important;
}
	 .subcats li:before {
	 	display: none;
	 }
.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: #ffffff;
    font-family: "Modernica", Arial, Helvetica, Geneva, sans-serif;
	background: url(images/texture.jpg) #302b28;
	font-size: 11px;
    line-height: 1.2;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .15em;
    padding: 5px 8px;
    margin: 2px 2px 4px;
    display: inline-block;
}

.subcats ul.subcategories li ul li a:hover {
    background-color: #2ec7ce;
    background-image: none;
    cursor: pointer;
}

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

.tagindex a {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    display: block;
    margin-right: 2px;
    width: 17px;
    height: 19px;
    float: left;
    border: solid 1px #f6f5f5;
}

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

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

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

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

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

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

.tagtitle em {
    color: #979593;
    letter-spacing: normal;
    font-style: italic;
    margin-left: 10px;
    float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
}

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

.tagtitle a:hover {
    color: #302b28;
}

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

#submit, .submitbutton, #commentform #submit {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
	background: url(images/texture.jpg) #302b28;
	font-family: "Modernica", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    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;
}
	a.smbutton {
		display: block;
		color: #fff;
		font-size: 13px;
		line-height: 1.2;
		background: url(images/texture.jpg) #302b28;
		font-family: "Modernica", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		cursor: pointer;
		padding: 7px 15px 6px;
		-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, a.smbutton:hover {
	color: #ffffff;
    background-color: #2ec7ce;
    background-image: none;
    opacity: 1.0;
}

.commentinput, .styledinput, .captchainput, #commentform input  {
    color: #302b28;
    font-size: 13px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    line-height: 18px;
    background-color: #fff;
    margin-bottom: 7px;
    padding: 10px;
    border: solid 1px #302b28;
}

.commentinput, #commentform input {
	width: 100% }
	
#commentform textarea {
	color: #302b28;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #302b28;
	width: 100%
}
#commentform #submit {
	width: auto;
}

.wpcf7-form {
    font-family: Georgia, "Times New Roman", Times, 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 {
    max-width: 350px;
    border: 1px solid #302b28;
}

.search-form .search-input {
    color: #302b28;
    font-size: 13px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-style: italic;
    line-height: 35px;
    background-color: #fff;
    padding: 0 12px;
    border: none;
    vertical-align: middle;
    width: 80%;
}

.search-form .search-submit {
    color: #302b28;
    font-size: 16px;
    font-weight: normal;
    line-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: #2ec7ce;
}

.header-search {
	height: 28px;
	border: none;
	vertical-align: middle;
}
.header-search .search-input {
	height: 28px;
	line-height: 28px;
	color: #302b28;
	background-color: transparent;
	font: italic 13px "Fira Sans", Arial, Helvetica, Geneva, sans-serif;
}
.header-search .search-submit {
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #979593;
	padding: 0;
	margin: -4px 0 0 -4px;
}
	.header-search .search-submit:hover {
		color: #2ec7ce;
	}

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


.footer {
    overflow: hidden;
    margin: 0;
    padding: 35px 0 33px;
	background-color: #f4f4f4;
	font-family: "Modernica", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 13px;
}

.footer a {
    text-decoration: none;
    color: #979593;
}
.footer a:hover {
    color: #2ec7ce;
}

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

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

.footer-nav li.top a {
    font-weight: normal;
    text-transform: uppercase;
    color: #302b28;
}
	.footer-nav li.top a:before {
		content: '\e815';
		font-family: "fontello";
		vertical-align: top;
		margin: -2px 5px 0 0;
		font-size: 80%;
		vertical-align: middle;
		display: inline-block;
	}

.copyright {
	color: #979593;
	font-size: 12px;
	width: 30%;
	float: right;
	text-align: right;
}
	.copyright em {
		text-transform: none;
		letter-spacing: normal;
		font-family: Georgia, "Times New Roman", Times, serif;
		letter-spacing: normal;
	}
	.copyright a {
		color: #979593;
		text-decoration: underline;
	}
	
.footer-ad {
	text-align: center;
	clear: both;
	padding: 45px 0 15px;
}	
	.footer-ad div {
		margin-bottom: 20px;
	}
	.footer-ad img, .footer-ad a {
		display: block;
		margin: 0 auto;
	}
.footer-widgets {
	overflow: hidden;
	margin-top: 35px;
}
/*Instagram Widget */
.instagram-feed {
	clear: both;
}

.sbi_images, #sb_instagram {
	overflow: hidden;
	width: 100%;
}
.sbi_item {
	width: 10%;
	float: left;
}
.sbi_item a, .sbi_item img {
	display: block;
	width: 100%;
	height: auto;
}
#sbi_load {
	padding: 0 !important;
}
.sbi_follow_btn {
	float: left;
	width: 10%;
	height: 0;
	padding-bottom: 10%;
	margin: 0;
	display: block;
	background: url(images/texture.jpg) #302b28;
	position: relative;
}
	.sbi_follow_btn a {
		display: block;
		padding: 10px;
		font-family: "fontello";
		text-transform: uppercase;
		font-size: 50px;
		font-size: 4vw;
		font-weight: normal;
		color: #ffffff;
		text-decoration: none;
		text-align: center;
		height: 0;
		padding-top: 15%;
		padding-bottom: 100%;
		vertical-align: middle;
	}
	.sbi_follow_btn a:hover {
		background-color: #2ec7ce;
	}
	
/*---------COMMENTS---------*/

#comments, #pings           {
	margin-top: 5px }
#respond            {
	margin-top: 65px }
#comment-list          {
	font-size: 95%;
	list-style-type: none;
	margin: 20px 0 30px;
	padding: 0;
}
#comment-list li           {
	margin: 20px 0;
	padding: 25px;
	border: 1px solid #302b28;
	list-style-type: none;
}
	#comment-list li:before {
		display: none;
	}

#comment-list li.bypostauthor       {
	background-color: #f4f4f4; }
#comment-list li p {
	margin: 10px 0 15px;
}
	#comment-list li p:last-of-type {
		margin-bottom: 0;
	}
.comment-meta         {
	margin: 0;
	letter-spacing: .08em;
	 }

.comment-meta strong           {
	color: #302b28;
	font-family: "Modernica", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	 }
.comment-meta strong a            {
	color: #302b28;
	text-decoration: underline }
.comment-meta a:hover         {
	color: #2ec7ce;
	text-decoration: underline }


#comment-list .avatar    {
	float: right;
	margin: 0 0 10px 10px; }
	
#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: #979593;
	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: #979593;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.comment-nav .current {
	color: #2ec7ce;
	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: #2ec7ce }
.comment-nav .alignright a {
	color: #979593;
	text-decoration: none }
.comment-nav .alignright a:hover {
	color: #2ec7ce;
	text-decoration: none;
	background-color: transparent }
/*threaded comments*/
#comment-list li ul {
	margin: 0;
	padding: 0 }
#comment-list li li {
	margin-bottom: 0;
	border: none;
}
#cancel_reply, #cancel_reply a       {
	color: #2ec7ce;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #2ec7ce;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #2ec7ce;
	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: 12px;
    margin: 0 0 25px;
    overflow: hidden;
}

.pagination .page-numbers {
    color: #979593;
    padding: 5px 10px;
    border: solid 1px #ffffff;
    text-decoration: none;
    display: inline-block;
}
	.pagination span.page-numbers.current {
	    color: #302b28;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
.pagination a.page-numbers:hover {
    color: #2ec7ce;
}


/*---------MAIN DROPDOWN MENU---------*/

#main-nav   {
	height: 52px;
	margin: 0;
	font-family: "Modernica", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 13px;
	line-height: 52px;
	display: inline-block;
	}

#main-nav li    {
	display: block;
	float: left;
	margin: 0; 
	padding: 0;
	position: relative;
	}
#main-nav li a  {
	display: block;
	padding: 0 15px;
	text-decoration: none;
	color: #302b28;
	}
#main-nav a:hover {
	color: #0e8da2;
	}

/*Sub Menus Level 1 */
#main-nav ul ul { 
	display: none;
	position: absolute;
	top: 52px;
	background-color: #f4f4f4;
	line-height: 30px;
	text-align: left;
	font-size: 12px;
	letter-spacing: .1em;
	}
#main-nav ul ul li {
	float: none;
	width: 150px;
	}
#main-nav ul ul li a:hover {
	background-color: #eae9e9;
	}
#main-nav ul li:hover > ul {
	display: block;
	}

	/* Show indicator for menu items with children */
	#main-nav ul ul li.menu-item-has-children>a:after {
		content: '\e812';
		font-family: "fontello";
		display: inline;
		font-size: 70%;
		margin: 2px 0 0 8px;
	}
	
/*Sub Menus Level 2*/
#main-nav ul ul li ul {
	left: 150px;
	top: 0;
	background-color: #eae9e9;
	}
	
/* Top Search */

.header-search {
	margin: 0;
	display: inline-block;
	position: relative;
	margin: 10px 0 0;
}
	.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: #302b28;
		padding: 5px 10px 5px 10px;
		width: 55px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
		font: italic 12px Georgia, "Times New Roman", Times, serif;
	}

	.header-search input[type=search]:focus {
		width: 130px;
		background-color: #fff;
		color: #424242;
	}
	
	.header-search .search-submit {
		font-size: 16px;
		font-weight: normal;
		line-height: 25px;
		background-color: transparent;
		font-family: "fontello";
		color: #302b28;
		cursor: pointer;
		border-style: none; 
		text-align: center;  
		padding: 2px 0;
		width: 25px;
		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;
	}

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