/* 
Theme Name: How Sweet it is
Theme URL: http://www.howsweeteats.com/
Description: Custom responsive blog theme for How Sweet it is.
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 {
    background-color: #ffffff;
    margin: 0 auto 0;
    padding: 0 10px;
    width: 100%;
    max-width: 1020px;
}

.wrap {
    margin: 0 auto 0;
    padding: 0 10px;
    width: 100%;
    max-width: 1020px;
}

/*---------STRUCTURE---------*/
body {
    font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #6c6e70;
    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: #2a2a2a;
    text-decoration: underline;
}

a:hover {
    color: #57c2bc;
    text-decoration: none;
}

p {
    margin: 20px 0;
}

h1, h2, h3, h4, h5 {
    font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
    font-weight: 300;
    line-height: 1.1;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: lowercase;
}

h1 {
    color: #2a2a2a;
    font-size: 30px;
}

h2 {
    color: #2a2a2a;
    font-size: 26px;
    }

h3 {
    color: #2a2a2a;
    font-size: 26px;
}

h4 {
    color: #57c2bc;
    font-size: 20px;
}

h5 {
    color: #989a9b;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .05em;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

.clear {
    clear: both;
}

.sep {
	height: 1px;
	border-bottom: 1px solid #f0f0f0;
	width: 100%;
	display: block;
	clear: both;
	margin: 35px 0;
}

/*---------HEADER---------*/
.slicknav_menu {
    display: none;
}

.topbar-ad {
    text-align: center;
    background-color: #6c6e70;
}
.footer-ad, .footer-widget.ad {
	text-align: center;
}

.topbar-ad .textwidget, .footer-ad .textwidget, .footer-widget.ad .textwidget {
    text-align: center;
    display: inline-block;
    padding: 12px 0;
}
.topbar-ad .textwidget img, .topbar-ad .textwidget a, .footer-ad .textwidget img, .footer-ad .textwidget a, .footer-widget.ad .textwidget a, .footer-widget.ad .textwidget img {
	display: block;
}

.header {
    border-bottom: 1px solid #ededed;
    margin-bottom: 40px;
}

.header .wrap {
}

.header .logo {
    margin: 12px 0 3px;
    float: left;
    display: inline-block;
}

.header .logo a {
    display: inline-block;
    width: 365px;
    height: 163px;
    background: url(images/logo.png) no-repeat;
    background-size: 100% auto;
}


.header .social {
	width: -moz-calc(100% - 380px);
	width: -webkit-calc(100% -380px);
	width: calc(100% - 380px);
	float: right;
	text-align: right;
}
.header .social p {
	display: inline-block;
	margin: 0;
}
.social a {
    text-decoration: none;
    color: #57c2bc;
    font-size: 30px;
    line-height: 1.1;
    margin: 0;
    padding: 2px 3px;
    display: inline-block;
    vertical-align: middle;
}
.social a:hover {
	color: #c21181;
}


/*---------CONTENT---------*/
.span_content {
	padding-bottom: 35px;
}

.span_content 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: #57c2bc;
    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 {
    color: #6c6e70;
    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.widgettitle {
 	margin: 0 auto 15px; 
 	
}

.widget a {
    text-decoration: none;
}

.widget p {
    margin: 0 0 12px;
}

.widget p:last-of-type, .widget li:last-of-type {
    margin-bottom: 0;
}

.sidebar .ad {
    text-align: center;
}
	.sidebar .ad a, .sidebar .ad img {
		display: block;
	}
.sidebar .ad h3.widgettitle {
    display: none;
}

.topsidebar .ad .textwidget, .lowersidebar .ad .textwidget {
    
}

.sidebar select {
    color: #6c6e70;
    font-size: 13px;
    font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
    font-style: italic;
    line-height: 35px;
    height: 35px;
    padding: 0 8px;
    width: 100%;
    border: 1px solid #ededed;
}
.screen-reader-text {
    display: none;
}

.about img {
	width: 30%;
	float: right;
	margin: 2px 0 10px 10px;
}

.about em {
	
}
.about .more a {
	color: #57c2bc;
	font-weight: bold;
	text-transform: uppercase;
}
	.about .more a:hover {
		color: #c21181;
	}
	
.subscribe {
	background-color: #57c2bc;
	color: #ffffff;
	padding: 18px;
}
.subscribe h3.widgettitle {
	font-size: 30px;
	margin: 0 0 6px;
}

.subscribe p {
	margin: 0;
	line-height: 1.5;
}

.email-form {
    clear: both;
    margin: 12px 0 0;
}

.email-input {
    color: #989a9b;
    font-size: 12.5px;
    color: #6c6e70;
    font-size: 13px;
    font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
    font-style: italic;
    line-height: 34px;
    background-color: #ffffff;
    border: none;
    padding: 0 12px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    width: 78%;
    height: 36px;
}

.email-submit {
    font-size: 15px;
    font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 600;
    line-height: 35px;
	color: #ffffff;
	background-color: #8ad4d0;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0px 10px;
    margin: 0 0 0 -4px;
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    width: 22%;
    -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: #c21181;
}
.subscribe .checkboxes {
	overflow: hidden;
	margin: 8px 0 0;
}
.subscribe .checkboxes strong {
	float: left;
}
.subscribe .checkboxes ul {
	float: right;
}
.subscribe .checkboxes ul li {
	display: inline-block;
	font-style: italic;
}

.booklinks p {
	text-align: center;
	font-size: 13px;
	margin: 0 !important; }
.booklinks strong {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .03em;
}
.booklinks a {
	color: #57c2bc;
	text-decoration: underline !important;
}
	.booklinks a:hover {
		color: #c21181;
	}
	
/*Featured Posts Widget*/
.featured, .popular {
    text-align: center;
    overflow: hidden;
}

.featured .item, .popular .item {
    width: 100%;
    margin: 0 0 18px 0;
}

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

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

.featured h4, .popular h4 {
    margin: 10px 0;
}

.featured .post-meta, .popular .post-meta {
    display: none;
}

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

/*Featured Posts Widget*/
.popular-posts .item {
    width: 47%;
    margin: 0 6% 20px 0;
    float: left;
}

.popular-posts .item:nth-of-type(2n) {
    margin-right: 0;
}
.popular-posts h4 {
   display: none;
}

/*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 {
    width: 46.5%;
    float: left;
    text-align: center;
    margin: 0 7% 7% 0;
}
	.recentposts .item:nth-child(2n) {
	    margin-right: 0;
	}
	
.recentposts img {
    display: block;
    width: 100%;
    height: auto;
}

.recentposts a img {
    display: block;
}


.recentposts h4 {
    display: none;
}

.recentposts a h4 {
   color: #6c6e70 ;
}

.recentposts a:hover {
   opacity:0.7;
   filter:alpha(opacity=70); /* For IE8 and earlier */
   
}

.recentposts .post-meta {
    font-size: 10px;
    margin: 0;
    display: none;
}


/*---------POSTS---------*/

.post {
    margin-bottom: 50px;
}

.post-title {
}

h1.post-title , h2.post-title  {
    margin: 0 0 5px 0px;
}

h1.post-title a, h2.post-title a {
    text-decoration: none;
    color: #2a2a2a;
}

h1.post-title  a:hover, h2.post-title  a:hover {
    color: #57c2bc;
}

.post .edit {
    text-transform: lowercase;
    letter-spacing: 0;
}

.post-meta {
    color: #6c6e70;
    font-size: 12px;
    font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
}

.post-meta a {
    color: #6c6e70;
    text-decoration: none;
}
.post-meta em {
	 color: #989a9b;
	 font-style: italic;
}
.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
    color: #57c2bc;
    text-decoration: none;
}
.post-meta .ccount a:before {
	content: '\e802';
	font-family: "fontello";
	color: #57c2bc;
	font-size: 16px;
	margin: -3px 1px 0 15px;
	vertical-align: middle;
	display: inline-block;
}
.meta-bottom {
    clear: both;
    margin: 30px 0 0;
    overflow: hidden;
}	
	.single-post .meta-bottom {
		margin-bottom: 40px;
	}
.meta-bottom .left {
    width: 70%;
    float: left;
    display: inline-block;
}

.meta-bottom .right {
    text-align: right;
    width: 30%;
    float: right;
    line-height: 36px;
}
	.single-post .meta-bottom .right {
		line-height: 1.7;
	}
	


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: #989a9b;
    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: #6c6e70;
}

.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 {
    background-color: #f7f7f7;
    border: 1px solid #ededed;
    padding: 5px 25px;
    font-size: 110%;
    font-style: italic;
}

.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;
}
.wp-nutrition-label {
	margin: 0 auto !important;
}
/* Recipe Styles*/
.recipe {
    font-style: normal;
    margin: 45px 0 35px;
    padding: 25px;
    border: 1px solid #ededed;
    overflow: hidden;
}

.recipe h2 {
	margin: 5px 0;
}

.recipe h3 {
    margin: 0 0 10px;
    font-size: 21px;
}
	.recipe h3#directions {
		margin-top: 30px;
	}
.recipe h4 {
	font-size: 13px;
	margin-bottom: 10px;
	color: #989a9b;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
}


.recipe p, .recipe ol, .recipe ul {
    margin-top: 5px;
    margin-bottom: 12px;
}

.recipe ol li:last-of-type, .recipe ul li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}
.recipe ul li:before {
	color: #c21181;
}
.recipe .instructions img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 5px 0;
}
.recipe .summary {
    margin: 15px 0 25px;
    clear: left;
    font-style: italic;
    font-size: 110%;
}

.recipe .time {
    margin: 0 0 25px;
}
.recipe .time p {
    margin: 0 15px 0 0;
    padding: 0;
    display: inline-block;
}
.recipe .time strong {
	color: #989a9b;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
}

.recipe .photo {
    margin: 0 0 10px 15px;
    float: right;
    width: 28%;
}

.recipe .printbutton {
    clear: right;
    float: right;
    width: 28%;
}

.printbutton a {
    margin: 0;
    display: block;
    color: #ffffff;
    background-color: #57c2bc;
    font-size: 12px;
    line-height: 35px;
    font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .05em;
    text-decoration: none;
    text-align: center;
    padding: 0 10px;
}

.printbutton a:before {
    font-family: "fontello";
    content: '\e805';
    margin: 0 7px 0 0;
    position: relative;
    top: 1px;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
}

.printbutton a:hover, .printbutton a:active {
    color: #ffffff;
    background-color: #c21181;
}


.recipe .notes {
    font-style: italic;
    border-top: 1px solid #ededed;
    margin-top: 25px;
    padding-top: 20px;
    font-size: 92%;
    line-height: 1.5;
}
.recipe .notes p {
	display: block;
}
.recipe .source {
    color: #989a9b;
    font-size: 11px;
    font-style: italic;
    margin-top: 15px;
    clear: left;
}

.recipe-ps {
	background-color: #57c2bc;
	padding: 20px;
	color: #ffffff;
	margin: -15px 0 35px;
}
	.recipe-ps p {
		margin: 0;
		font-size: 112%;
		line-height: 1.5;
	}
	.recipe-ps p:before { 
		content: '\e80e'; 
		font-family: "fontello";
		color: #8ad4d0;
		font-size: 70px;
		line-height: 1;
		float: left;
		margin-right: 14px;
		}
		
.recipe-ps a {
	color: #ffffff;
	color: rgba(255,255,255,.6);
	text-decoration: underline;
	font-weight: bold;
}
	.recipe-ps a:hover {
		color: #ffffff;
	}


/* Inner Post */

.relatedposts {
	overflow: hidden;
	margin-bottom: 35px;
}
.inner-post {
    position: relative;
    overflow: hidden;
    margin: 25px 0;
}

.inner-post .widget {
   
}

.inner-post .widget.ad {
    width: 300px;
    float: left;
}

.inner-post .widget.subscribe {
    float: right;
    width: -moz-calc(100% - 320px);
    width: -webkit-calc(100% -320px);
    width: calc(100% - 320px);
}

.inner-post .widget.subscribe h3.widgettitle {
	margin-top: 10px;
}

.inner-post .social {
	float: none;
	text-align: center;
	width: 100%;
	margin: 25px 0 0;
}
.inner-post .social a {
	color: #ffffff;
}
	.inner-post .social a:hover {
		color: #c21181;
	}
	
.post-nav {
    color: #5e5e5e;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    margin: 30px 0 55px;
}
	.post-nav .nav-links {
		width: 100%;
	}
	.post-nav a {
		color: #989a9b;
		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: 28%;
		margin-left: 3%;
		vertical-align: middle;
	}
	.post-nav .nav-previous img {
		float: left;
		width: 28%;
		margin-right: 3%;
	}
	.post-nav .caption {
		float: left;
		width: 69%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
		.post-nav .nav-previous .caption {
			float: left;
			margin-left: 31%;
		}
	.post-nav h4 {
		font-size: 19px;
		margin: 0;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		color: #2a2a2a;
	}
	.post-nav .subhead {
		display: inline-block;
		color: #989a9b;
		font-size: 11px;
		font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .05em;
		background-color: #ffffff;
		padding: 0px 10px 2px 0;
	}
		.post-nav .nav-next .subhead {
			padding: 0px 0 2px 10px;
		}
	.post-nav a:hover {
	   opacity:0.7;
	   filter:alpha(opacity=70); /* For IE8 and earlier */
	   
	}
.addthis_toolbox {
	clear: both;
	margin-top: 30px;
}
.addthis_toolbox h3 {
	margin: -5px 15px 0 0;
	line-height: 1;
	float: left;
}
.ssba-wrap {
	overflow: hidden;
	clear: both;
	margin-bottom: 40px;
}

/*Zilla Likes*/
.zilla-likes {
	margin-left: 10px;
}
	.zilla-likes:before {
		content: '\e813';
		font-family: "fontello";
		display: inline-block;
		color: #57c2bc;
		font-size: 11px;
		margin: 0 4px 0 0;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}
.zilla-likes:hover, .zilla-likes:hover:before,
.zilla-likes.active:before {
	color: #c21181 !important;
}

.zilla-blog-widget .zilla-likes,
.tz_recentwork_widget .zilla-likes,
.tz_blog_widget .zilla-likes,
.home div#the_body #slider .excerpt .zilla-likes,
.archive div#the_body #slider .excerpt .zilla-likes { display: none; }

	
/*---------TEASER STYLES---------*/

.teaser-post {
	overflow: hidden;
	margin: 0 0 50px 0;
}

.teaser-post a {
	text-decoration: none;
}
.teaser-post .post-thumb {
	width: 38%;
	margin-right: 4%;
	float: left;
}
	.teaser-post .post-thumb img {
		width: 100%;
		height: auto;
	}
.teaser-post .post-content {
    width: 58%;
    float: right;
}
.teaser-post .post-thumb a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}
.teaser-post h2 {
	margin: 10px 0 5px;
}

.teaser-post p {
	margin: 10px 0 15px;
}
a.more-link {
	color: #ffffff;
    background-color: #57c2bc;
    font-size: 13px;
    line-height: 1;
    font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .05em;
    text-align: center;
    cursor: pointer;
    border: none;
    display: inline-block;
    padding: 8px 20px;
    text-decoration: none;
}

a.more-link:hover {
    background-color: #c21181;
    color: #ffffff;
}


/*---------HOMEPAGE STYLES---------*/

.homepage-sections {
	clear: both;
	overflow: hidden;
	margin-bottom: 45px;
}
.homepage-section {
	overflow: hidden;
	width: 47%;
	margin-right: 6%;
	float: left;
}
	.homepage-sections .homepage-section:nth-child(2n) {
		margin-right: 0;
	}
	
.homepage-section h3.widgettitle {
	text-align: left;
	margin: 0 0 10px;
	padding: 0;
	background-color: transparent;
	display: block;
	color: #2a2a2a;
}
	.homepage-section h3 a {
		text-decoration: none;
	}
	.homepage-section h3 em {
		float: right;
		font-style: italic;
		font-weight: normal;
		font-size: 12px;
		color: #b5b6b7;
		line-height: 40px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}
	.homepage-section h3 a:hover, .homepage-section h3 a:hover em {
		color: #c21181;
	}
.homepage-section .category-posts {
	overflow: hidden;
	clear: both;
}
.homepage-section .category-posts .item {
	margin: 0;
}
	.homepage-section .category-posts .item img {
		width: 100%;
		height: auto;
		display: block;
	}

.homepage-section .more {
	text-align: center;
	margin: -22px 0 22px;
}
.homepage-section .more-link {
	font-size: 15px;
	padding: 15px 20px;
}

/*---------ARCHIVE STYLES---------*/

h2.archivetitle, h3.searchtitle {
    margin-top: 0;
    margin-bottom: 25px;
}

.archives, .wp-cpl-sc-wrap {
    margin-top: 5px;
    margin-bottom: 15px;
    width: 100%;
    clear: left;
    overflow: hidden;
}

.archive-post {
    margin-right: 3.5%;
    margin-bottom: 25px;
    width: 31%;
    float: left;
    text-align: center;
}

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

.affiliate-item {
    font-size: 12px;
    line-height: 15px;
    margin-right: 2%;
    margin-bottom: 25px;
    width: 23.5%;
    float: left;
    text-align: center;
}

	.affiliate-item:nth-child(3n) {
	    margin-right: 2%;
	}
	
	.affiliate-item:nth-child(3n+1) {
	    clear: none;
	}
	.affiliate-item:nth-child(4n) {
	    margin-right: 0;
	}
	
	.affiliate-item:nth-child(4n+1) {
	    clear: both;
	}

.archive-post img {
    width: 100%;
    height: auto;
}

.archive-post a {
    text-decoration: none;
}

.archive-post .post-meta {
    margin: 0;
}
	.affiliate-item .post-meta {
		color: #989a9b;	
	}
	
.archive-post h4 {
	color: #2a2a2a;
    font-size: 18px;
    margin: 9px 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 */
	
}

.archiveslist, .subcategories ul {
    color: #6b6963;
    font-size: 13px;
    line-height: 21px;
    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 li, .subcategories ul li {
}

.archiveslist ul li, .subcategories ul li {
    color: #6c6e70;
}

.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: #6c6e70;
}

.archiveslist a:active, .subcategories a:active {
    color: #6c6e70;
}

.archiveslist em {
    color: #989a9b;
    font-size: 10.5px;
}
.subcategories li.categories {
	margin: 0;
	padding: 0;
}
.subcategories li.categories:before {
    display: none;
}

.subcats {
    border: 1px solid #ececec;
    margin-bottom: 30px;
    padding: 10px 25px 5px;
}

.subcats h4 {
    margin: 10px 0 15px;
}

.subcats ul.subcategories li ul li a:hover {
    color: #57c2bc;
    cursor: pointer;
}

ul.tagindex, .tagindex li {
    margin: 0!important;
    padding: 0 !important;
}

.tagindex li:before {
    display: none;
}

.tagindex a {
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-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: #989a9b;
    text-decoration: none;
}

.tagindex a:active {
    color: #919394;
    text-decoration: none;
}

.tagindex a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #6c6e70;
}

.tagtitle {
    color: #989a9b;
    text-transform: uppercase;
}

.tagtitle a {
    text-decoration: none;
    text-transform: none;
}

.tagtitle em {
    color: #989a9b;
    letter-spacing: normal;
    font-style: italic;
    margin-left: 10px;
    float: right;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
}

.tagtitle em a {
    color: #989a9b;
    font-size: 11px;
}

.tagtitle a:hover {
    color: #6c6e70;
}

.affiliate-items {
	overflow: hidden;
}
.affiliate-items h3 {
	margin: 25px 0 3px;
}

.affiliate-items p.small, p.small {
	color: #989a9b;
	letter-spacing: normal;
	font-style: italic;
	font-size: 12px;
	margin-left: 10px;
	margin: 0 0 15px;
}

.shop .item-price {
	margin-top: 8px;
	color: #989a9b;
}
.shop h4.title {
	
}
.shop p.excerpt {
	font-size: 92%;
	line-height: 1.6;
	margin: 10px 0;
	font-style: italic;
}
.shop .archive-post .more a:hover {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	
}

/*---------FORMS---------*/

#submit, .submitbutton, #commentform #submit, .gform_wrapper input[type="submit"]  {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    background-color: #6c6e70;
    font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .05em;
    cursor: pointer;
    margin-top: 5px;
    padding: 9px 16px 8px;
    -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;
}

#submit:hover, .submitbutton:hover, #commentform #submit:hover, .gform_wrapper input[type="submit"]:hover {
    background-color: #57c2bc;
}

.commentinput, .styledinput, .captchainput, #commentform input  {
    color: #6c6e70;
    font-size: 13px;
    font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    line-height: 18px;
    background-color: #fff;
    margin-bottom: 7px;
    padding: 10px;
    border: solid 1px #e2e2e2;
}
.gform_wrapper {
	width: 100%;
	max-width: 450px;
}
.gform_wrapper input[type=text], .gform_wrapper textarea
{
  color: #6c6e70;
  font-size: 13px;
  font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
  font-weight: normal;
  line-height: 18px;
  background-color: #fff;
  margin-bottom: 7px;
  padding: 10px;
  border: solid 1px #e2e2e2;
  width: 100%;
}
ul.gform_fields, ul.gform_fields li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	ul.gform_fields li {
		margin-bottom: 15px;
	}
	ul.gform_fields li:before {
		display: none;
	}


.commentinput, #commentform input {
	width: 100% }
	
#commentform textarea {
	color: #6c6e70;
	font-size: 13px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #ececec;
	width: 100%
}
#commentform #submit {
	width: auto;
}

.wpcf7-form {
    font-family: "Source Sans Pro", 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 {
    max-width: 350px;
    border: 1px solid #e2e2e2;
}

.search-form .search-input {
    color: #6c6e70;
    font-size: 13px;
    font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-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: #57c2bc;
    font-size: 18px;
    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: #6c6e70;
}

.header-search {
	height: 28px;
	border: none;
	vertical-align: middle;
}
.header-search .search-input {
	height: 28px;
	line-height: 28px;
	color: #6c6e70;
	background-color: transparent;
	font: italic 13px "Source Sans Pro", Arial, sans-serif;
}
.header-search .search-submit {
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #989a9b;
	padding: 0;
	margin: -4px 0 0 -4px;
}
	.header-search .search-submit:hover {
		color: #57c2bc;
	}

/*---------FOOTER---------*/

.footer-widget.ad {
	text-align: center;
	padding: 25px 0 15px;
}
.footer-widget.subscribe {
	background-color: #f7f7f7;
	padding: 50px 0;
	border-top: 1px solid #ededed;
	overflow: hidden;
	margin: 0;
}
.footer-widget.subscribe h3 {
	color: #ffffff;
	text-indent: -9999px;
	font-size: 1px;
	width: 16%;
	margin: -8px 3% 0 0;
	height: 50px;
	background: url(images/subscribe.png) no-repeat;
	background-size: 100% auto;
	float: left;
	vertical-align: middle;
}
.footer-widget.subscribe .textwidget {
	width: 81%;
	float: left;
	vertical-align: middle;
}
.footer-widget.subscribe .email-form {
	margin: 0;
	width: 63%;
	float: left;
}
.footer-widget.subscribe .checkboxes {
	overflow: hidden;
	margin: 0;
	color: #989a9b;
	text-align: left;
	font-size: 12px;
	float: right;
	width: 15%;
	padding-left: 5px;
}
.footer-widget.subscribe .checkboxes strong {
	float: none;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .03em;
	display: none;
}
.footer-widget.subscribe .checkboxes ul {
	float: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.footer-widget.subscribe .checkboxes ul li {
	display: inline-block;
	font-style: italic;
	margin: 0;
	padding: 0;
}

.footer-widget.subscribe .social {
	width: 32%;
	float: right;
	text-align: right;
}
.footer-widget.subscribe .email-input {
	width: 55%;
	margin: 0;
	height: 42px;
	line-height: 42px;
	vertical-align: middle;
	font-size: 14px;
	padding: 0 15px;
	background-color: #ffffff;
}
.footer-widget.subscribe .email-submit {
	width: 30%;
	height: 42px;
	line-height: 42px;
	margin: 0 0 0 -4px;
	vertical-align: middle;
	background-color: #57c2bc;
}
.footer-widget.subscribe .email-submit:hover {
    background-color: #c21181;
}

.footer {
    overflow: hidden;
    margin: 0;
    padding: 15px 0;
    color: #989a9b;
	background-color: #ededed;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 12px;
	line-height: 26px;
}

.footer a {
    text-decoration: none;
    color: #989a9b;
}
.footer a:hover {
    color: #57c2bc;
}

.footer-nav {
    margin: 0;
    padding: 0;
    width: 65%;
    line-height: 1.4;
    float: left;
}

.footer-nav li {
    display: inline-block;
    margin: 0 20px 0 1px;
    padding: 0;
}
.footer-nav {
	margin: 0;
}
.footer-nav li.top a {
    font-weight: bold;
    color: #6c6e70;
}

.copyright {
	width: 35%;
	font-size: 95%;
	line-height: 1.4;
	float: right;
	text-align: right;
}
	.copyright em {
		text-transform: none;
		letter-spacing: normal;
	}
	
/*Instagram Widget */
.instagram-feed {
	clear: both;
	margin-bottom: -1px;
}
	.instagram-feed .wrap {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
.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-color: #57c2bc;
	position: relative;
}
	.sbi_follow_btn a {
		display: block;
		padding: 10px;
		color: #ffffff;
		font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
		font-weight: bold;
		font-size: 14px;
		line-height: 1.3;
		text-transform: uppercase;
		letter-spacing: .05em;
		text-decoration: none;
		text-align: center;
		height: 0;
		padding-top: 24%;
		padding-bottom: 100%;
		vertical-align: middle;
	}
	.sbi_follow_btn a:hover {
		background-color: #c21181;
	}
.fa-instagram:before {
	content: '\e80e';
	font-family: fontello;
	display: block;
	font-size: 32px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 4px;
}


/*---------COMMENTS---------*/

#comments, #pings           {
	margin-top: 5px }
#respond            {
	margin-top: 65px }
#comment-list          {
	font-size: 94%;
	list-style-type: none;
	margin: 20px 0 30px;
	padding: 0;
	border-bottom: 1px solid #ececec;
}
#comment-list li           {
	margin: 0;
	padding: 30px 0 20px 70px;
	border-top: 1px solid #ececec;
	list-style-type: none;
}
	#comment-list li:before {
		display: none;
	}

#comment-list li.bypostauthor       {
	background-color: #fff;
	padding: 13px 10px 13px 73px }

.comment-meta {
	margin: 0;
	 }

.comment-meta strong           {
	color: #2a2a2a;
	font-size: 18px;
	font-weight: 300;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif; }
.comment-meta strong a            {
	color: #2a2a2a;
	text-decoration: underline }
.comment-meta a:hover         {
	color: #57c2bc;
	text-decoration: underline }
.comment-content p {
	margin: 5px 0 10px;
}

#comment-list .avatar    {
	float: left;
	margin-left: -70px; }
	
#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: 60px;
	width: 100% }
#commentform label  { }
#commentform p {
	margin-bottom: 5px }
.wp-smiley {
	vertical-align: middle }
.comment-nav {
	color: #989a9b;
	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: #989a9b;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.comment-nav .current {
	color: #57c2bc;
	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: #57c2bc }
.comment-nav .alignright a {
	color: #989a9b;
	text-decoration: none }
.comment-nav .alignright a:hover {
	color: #57c2bc;
	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: #57c2bc;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #57c2bc;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #57c2bc;
	text-decoration: underline }

/*---------PAGE NUMBERS---------*/
.home-post-nav {
    margin: 30px 0 50px;
    clear: both;
}
.home-post-nav h3 {
	color: #57c2bc;
	text-align: center;
}
.pagination {
    font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .05em;
    clear: both;
    text-align: center;
    font-size: 13px;
}

.pagination .page-numbers {
    color: #989a9b;
    padding: 5px 10px;
    border: solid 1px #f5f5f5;
    text-decoration: none;
}
	.pagination span.page-numbers.current {
	    color: #ffffff;
	    background-color: #57c2bc;
	    font-weight: bold;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
.pagination a.page-numbers:hover {
    color: #fff;
    background-color: #c21181;
}

/*----MAIN Menu----*/

#main {
    margin: 50px 0 5px;
    width: auto;
    display: inline-block;
    float: right;
    width: -moz-calc(100% - 380px);
    width: -webkit-calc(100% -380px);
    width: calc(100% - 380px);
    clear: right;
    text-align: right;
}

#main ul {
	display: inline-block;
    margin: 0 -10px 0 0;
}

#main li {
    float: left;
    position: relative;
    width: auto;
    list-style: none;
    margin: 0 2px;
    padding: 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .07em;
    line-height: 36px;
}
	
#main > ul > li {
    padding-bottom: 10px;
    margin-bottom: -10px;
}

#main a {
    display: block;
    text-decoration: none;
    padding: 0 12px 0;
    color: #989a9b;
}
	#main li.alt a {
		color: #57c2bc;
		font-weight: bold;
	}
#main a:hover, #main li.menu-item-has-children:hover>a {
    color: #57c2bc;
    cursor: pointer;
}
	#main li.small a:hover, #main li.small.menu-item-has-children:hover>a {
	    color: #57c2bc;
	    background-color: transparent;
	}
		
/* Navigation submenu */
#main .menu-item:hover .sub-menu {
    display: block;
}

#main .sub-menu {
    display: none;
    position: absolute;
    text-align: center;
    left: 50%;
    padding: 5px 0;
    margin-top: 4px;
    margin-left: -80px;
    width: 160px;
    z-index: 2000;
    background-color: #57c2bc;
    background-color: rgba(87,194,188,.9);
}
	#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: #57c2bc; 
		border-bottom-color: rgba(87,194,188,.9); 
		border-width: 8px; 
		margin-left: -8px; }
		
	#main li.search .sub-menu {
		left: 50%;
		margin-left: -180px;
		padding: 10px;
		width: 200px;
	}
	#main li.search .sub-menu:after {
		left: 90%; 
	}
#main .sub-menu .menu-item {
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
    font-weight: normal;
}

#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 {
    color: #1d1a1f;
}

#main .sub-menu .menu-item-has-children a {
}

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

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

#main li li a:after {
    display: none;
}
/* Top Search */
#main li.search {
	font-size: 19px;
}
#main li.search em {
	display: none;
}
.menu-search {
	background-color: #ffffff;
	border: none;
	width: 180px;
}
.menu-search .search-input {
	border: none;
	background-color: transparent;
	width: 100%;
	font-size: 13px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
}
.menu-search .search-submit {
	display: none;
}
.header-search {
	float: right;
	text-align: right;
	margin: 0;
	display: inline-block;
	position: relative;
}
.header-search {
	float: right;
	display: inline-block;
	text-align: right;
	margin: 6px 0 0 18px;
}
	.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: 1px solid #ffffff;
		background-color: #ffffff;
		color: #1d1a1f;
		padding: 6px 10px 5px 10px;
		margin-right: 30px;
		width: 60px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
		font: italic 13px "Fira Sans", Arial, Helvetica, Geneva, sans-serif;
	}

	.header-search input[type=search]:focus {
		width: 200px;
		background-color: #fff;
		color: #424242;
		border: 1px solid #e8e8e8;
	}
	
	.header-search .search-submit {
		font-size: 16px;
		font-weight: normal;
		line-height: 25px;
		background-color: transparent;
		font-family: "fontello";
		cursor: pointer;
		border-style: none;   
		padding: 2px;
		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;
		position: absolute;
		right: 0;
	}

		 
/* ---- FONTELLO ---- */
@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?67695915');
  src: url('fonts/fontello.eot?67695915#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff?67695915') format('woff'),
       url('fonts/fontello.ttf?67695915') format('truetype'),
       url('fonts/fontello.svg?67695915#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-twitter:before { content: '\e809'; } /* '' */
.icon-twitter-circled:before { content: '\e808'; } /* '' */
.icon-facebook:before { content: '\e807'; } /* '' */
.icon-facebook-circled:before { content: '\e80a'; } /* '' */
.icon-pinterest:before { content: '\e811'; } /* '' */
.icon-pinterest-circled:before { content: '\e80c'; } /* '' */
.icon-instagram:before { content: '\e80f'; } /* '' */
.icon-instagram-circled:before { content: '\e80e'; } /* '' */
.icon-gplus:before { content: '\e812'; } /* '' */
.icon-gplus-circled:before { content: '\e80b'; } /* '' */
.icon-youtube:before { content: '\e810'; } /* '' */
.icon-youtube-circled:before { content: '\e804'; } /* '' */
.icon-email-circled:before { content: '\e806'; } /* '' */

.icon-heart:before { content: '\e813'; } /* '' */
.icon-comment:before { content: '\e802'; } /* '' */
.icon-print:before { content: '\e805'; } /* '' */
.icon-search:before { content: '\f002'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-cancel:before { content: '\f00d'; } /* '' */
.icon-plus:before { content: '\e801'; } /* '' */
.icon-minus:before { content: '\e819'; } /* '' */

.icon-up-sm:before { content: '\e818'; } /* '' */
.icon-down-sm:before { content: '\e815'; } /* '' */
.icon-left-sm:before { content: '\e816'; } /* '' */
.icon-right-sm:before { content: '\e817'; } /* '' */
.icon-up:before { content: '\f077'; } /* '' */
.icon-down:before { content: '\f078'; } /* '' */
.icon-left:before { content: '\f053'; } /* '' */
.icon-right:before { content: '\f054'; } /* '' */