/* 
Theme Name: Wry Toast
Theme URL: http://www.wrytoasteats.com/
Description: Custom responsive blog theme for Wry Toast.
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 : 1023px ) {

    .span_content {
        margin-left: 0;
        width: 68%;
        max-width: 700px;
        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 20px;
    width: 100%;
    max-width: 1080px;
    
}

.wrap {
    margin: 0 auto 0;
    padding: 0 20px;
    width: 100%;
    max-width: 1080px;
}

/*---------STRUCTURE---------*/
body {
    font-family: "futura-pt", Arial, Helvetica, Geneva, sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: #79797a;
    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: #404041;
    text-decoration: underline;
}

a:hover {
    color: #13afb7;
    text-decoration: none;
}

p {
    margin: 20px 0;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.1;
    margin-top: 15px;
    margin-bottom: 15px;
    letter-spacing: .02em;
}

h1 {
    color: #404041;
    font-size: 32px;
}

h2 {
    color: #404041;
    font-size: 32px;
    }

h3 {
    color: #404041;
    font-size: 24px;
    letter-spacing: .05em;
}

h4 {
    color: #9f9fa0;
    font-size: 20px;
}

h5 {
    color: #404041;
    font-size: 14px;
}
	

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

.clear {
    clear: both;
    display: inline-block;
}

.sep {
	width: 100%;
	display: block;
	clear: both;
	margin: 25px auto 50px;
	border-bottom: 1px solid #d8d8d9;
}
hr {
	width: 100%;
	display: block;
	clear: both;
	outline: none;
	border: none;
	margin: 30px 0;
	border-bottom: 1px solid #d8d8d9;
}

/*---------HEADER---------*/
.slicknav_menu, #mobile, .social-mobile {
    display: none;
}

.header {
	margin-bottom: 0;
	border-bottom: 1px solid #d8d8d9;
	margin-bottom: 30px;
}
.header .logo {
    display: inline-block;
    width: 320px;
    float: left;
    border-top: 10px solid #404041;
    padding: 35px 0 40px;
}

.header .logo a {
    display: block;
    width: 320px;
    height: 57px;
    background: url(images/logo.png) no-repeat;
    background-size: 100% auto;
    margin: 0;
}

.header .social {
	float: right;
	margin: 15px 0;
}
.social a {
    text-decoration: none;
    color: #404041;
    font-size: 28px;
    line-height: 1.1;
    margin: 0;
    padding: 2px 2px;
    display: inline-block;
    vertical-align: middle;
}
.social a:hover {
	color: #13afb7;
}


/*---------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: 15px;
}

.span_content ul li {
    list-style-type: none;
    margin: 0 0 3px 10px;
    padding: 0;
}

.span_content ul li:before {
    color: #79797a;
    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: 90%;
	line-height: 1.6;
}

.leftsidebar {
    width: 47%;
    float: left;
}

.rightsidebar {
    width: 47%;
    float: right;
}

.midsidebar {
	overflow: hidden;
}

.lowersidebar {
    clear: both;
}

.widget {
    margin-bottom: 40px;
}

.widget.center, .widget.center .textwidget {
    text-align: center;
}

h3.widget-title {
 	margin: 0 auto 15px; 
 	text-align: center;
}
	.leftsidebar h3.widget-title, .rightsidebar h3.widget-title{
		font-size: 16px;
	}
	
	h3.widget-title em {
		display: block;
		font-style: normal;
		color: #9f9fa0;
		font-size: 11px;
		letter-spacing: .1em;
		padding-bottom: 5px;
	}
.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: #9f9fa0;
    font-size: 14px;
    font-family: "futura-pt", Arial, Helvetica, Geneva, sans-serif;
    font-style: italic;
    line-height: 35px;
    height: 35px;
    padding: 0 8px;
    width: 100%;
    border: 1px solid #d8d8d9;
}
.screen-reader-text {
    display: none;
}

.about {
	text-align: center;
}
.about .more a {
	text-transform: uppercase;
	letter-spacing: .1em;
}
.subscribe {
	background-color: #404041;
	text-align: center;
	padding: 20px;
}
.subscribe h3 {
	color: #ffffff;
}

.subscribe p {
	margin: 0;
}

.email-form {
    clear: both;
    margin-top: 10px;
    overflow: hidden;
}

.email-input {
    color: #79797a;
    font-size: 14px;
    font-family: "futura-pt", Arial, Helvetica, Geneva, sans-serif;
    font-style: italic;
    line-height: 34px;
    background-color: #ffffff;
    border: none;
    padding: 0 10px;
    margin: 0 0 10px 0;
    width: 100%;
    height: 36px;
}

.email-submit {
    font-family: "futura-pt", Arial, Helvetica, Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: .08em;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 32px;
	color: #ffffff;
	background-color: #4d4d4f;
    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: #13afb7;
}





/*Featured Posts Widget*/
.featured {
    text-align: center;
    overflow: hidden;
}

.sidebar .featured .item {
    width: 47%;
    float: left;
    margin: 0 6% 6% 0;
}
	.sidebar .featured .item:nth-of-type(2n) {
	    margin-right: 0;
	}

.featured img {
    width: 100%;
    height: auto;
    display: block;
}

.featured h4 {
	font-size: 16px;
    line-height: 1;
    color: #404041;
    margin: 10px 0 0;
    display: none;
}
	
.featured .post-meta {
    display: none;
}
.featured a {
	display: block;
}
.featured a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/*Category Posts Widget*/

.sidebar .category-posts {
    text-align: center;
    overflow: hidden;
}

.sidebar .category-posts .item {
    width: 46.5%;
    margin: 0 7% 7% 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);
}
.widget_categoryposts .more {
	text-align: center;
}

/*Recent Posts Widget*/
.recentposts {
    overflow: hidden;
}

.recentposts .item {
    margin: 0 0 6% 0;
    overflow: hidden;
    text-align: center;
}
	.recentposts .item:nth-child(2n) {
		margin-right: 0;
	}
.recentposts .recent img {
	width: 50%;
	margin: 0 4% 0 0;
	height: auto;
    display: block;
    float: left;
}
	.recentposts .recent .item:nth-child(2n) img {
		float: right;
		margin: 0 0 0 4%;
	}

.recentposts a img {
    display: block;
}

.recentposts .item:last-of-type {
    margin-bottom: 0;
}

.recentposts h4 {
    margin: 3px 0 0;
	color: #404041;
	font-size: 16px;
}
.recentposts a:hover {
   opacity:0.7;
   filter:alpha(opacity=70); /* For IE8 and earlier */
   
}

.recentposts .post-meta {
    font-size: 10px;
    margin: 5px 0 0;
}


/*---------POSTS---------*/

.post {
    margin-bottom: 40px;
}

.post-title {

}

.post-title h1, .post-title h2 {
    margin: 0 0 22px;
    color: #404041;
}

.post-title h1 a, .post-title h2 a {
    text-decoration: none;
    color: #404041;
}

.post-title h1 a:hover, .post-title h2 a:hover {
    color: #13afb7;
}
.ccount {
	display: inline-block;
}

.post .edit {
    text-transform: lowercase;
    letter-spacing: 0;
}
.post-meta {
    color: #9f9fa0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
}
	
	
.post-meta a {
    color: #9f9fa0;
    text-decoration: none;
}

.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
    color: #404041;
    text-decoration: none;
}

.meta-bottom {
    clear: both;
    overflow: hidden;
    line-height: 1.5;
    margin: 30px 0 0;
}	
	.single-post .meta-bottom {
		border-top: 1px solid #d8d8d9;
		border-bottom: 1px solid #d8d8d9;
		padding: 15px 4px;
	}

.meta-bottom .left {
    width: 70%;
    float: left;
    display: inline-block;
}

.meta-bottom .right {
    text-align: right;
    width: 30%;
    float: right;
}
.meta-bottom .ccount {
	margin: 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: #9f9fa0;
    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: #79797a;
}

.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: #9f9fa0;
    font-style: italic;
    font-size: 115%;
    line-height: 1.9;
    padding: 1px 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: 14px;
	color: #404041;
	letter-spacing: .08em;
	margin: 0 auto;
	display: inline-block;
    font-family: "futura-pt", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    letter-spacing: .08em;
    text-align: center;
    cursor: pointer;
    border: none;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
}

a.more-link:hover {
	color: #13afb7;
}


/* Recipe Styles*/
.recipe {
    font-style: normal;
    margin: 35px 0 35px;
	overflow: hidden;
	border: 1px solid #d8d8d9;
	padding: 4%;
}

.recipe h2 {
	margin: 0;
}
.recipe h3 {
   margin: 0px 0 15px;
}

.recipe h4 {
	font-size: 16px;
	margin: 15px 0 10px;
	color: #404041;
	letter-spacing: .08em;
}

.recipe p, .recipe ol, .recipe ul {
    margin-top: 5px;
    margin-bottom: 12px;
}
.recipe ul {
	margin-bottom: 0 !important;
}
.recipe ul li {
	margin: 0;
	padding: 0 0 5px 15px;
	text-indent: -15px;
}
.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: #9f9fa0;
	display: none;
}

.recipe .summary {
	color: #ffffff;
    margin: 0 0 25px;
    clear: left;
    text-align: center;
    font-style: italic;
    font-size: 115%;
}

.recipe .time {
   line-height: 1.4;
   margin: 15px 0;
}
.recipe .time p {
	display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
}
.recipe .time strong {
	font-weight: normal;
}
.recipe .ingredients {
	margin-bottom: 30px;
}
.recipe .notes {
	clear: both;
    font-style: italic;
    margin-top: 20px;
     color: #9f9fa0;
}

.recipe .source {
    color: #9f9fa0;
    font-size: 11px;
    font-style: italic;
    margin-top: 15px;
    clear: both;
}

.recipe .photo {
	display: inline-block;
	float: right;
    width: 25%;
    margin: 0;
    height: auto;
	}
	
.recipe .left {
	width: 35%;
	float: left;
	font-size: 15px;
	line-height: 1.5;
}
.recipe .right {
	width: 60%;
	float: right;
}
.recipe .printbutton {
	border-bottom: 1px solid #d8d8d9;
	padding-bottom: 28px;
	margin-bottom: 25px;
}

.printbutton a {
	font-size: 13px;
	color: #ffffff;
	background-color: #404041;
	letter-spacing: .08em;
	line-height: 30px;
	padding: 0 15px 0;
	margin: 0;
	display: inline-block;
    font-family: "futura-pt", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    border: none;
    display: inline-block;
    text-decoration: none;
}
	.printbutton a:before {
		margin-right: 8px;
		content: '\e805';
		font-family: fontello;
	}
.printbutton a:hover {
	color: #ffffff;
    background-color: #13afb7;
}

/* Inner Post */

.floating-share {
	float: left;
	display: inline-block;
	margin: 10px 0 0 -60px;
}
.bottom-share {
	text-align: center;
}
.bottom-share h4 {
	color: #404041;
	margin: 25px 0 0;
}


.inner-post {
	clear: both;
    margin: 55px 0 55px 0;
    overflow: hidden;
}

.inner-post .widget {
}

.inner-post .widget.ad {
    width: 300px;
    margin: 0;
    float: left;
}

.inner-post .subscribe {
    float: right;
    width: -moz-calc(100% - 315px);
    width: -webkit-calc(100% -315px);
    width: calc(100% - 315px);
    clear: right;
    margin: 0;
    height: 250px;
}
.inner-post .subscribe .textwidget {
	
}
.inner-post .subscribe .checkboxes li:first-of-type {
	margin-bottom: 0px;
}

.post-nav {
    text-decoration: none;
    margin: 50px 0 55px;
    overflow: hidden;
}
	.post-nav .nav-links {
		overflow: hidden;
		width: 100%;
	}
	.post-nav a {
		color: #9f9fa0;
		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: #404041;
		margin: 0;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		font-size: 16px;

	}
	.post-nav .subhead {
		display: inline-block;
		color: #9f9fa0;
		font-size: 11px;
		text-transform: uppercase;
		letter-spacing: .1em;
		background-color: #ffffff;
		font-weight: normal;
	}
		.post-nav .nav-next .subhead {
			
		}
	.post-nav a:hover {
	    opacity:0.7;
	    filter:alpha(opacity=70); /* For IE8 and earlier */
	    
	}


	
/*---------TEASER STYLES---------*/

.teaser-post {
	overflow: hidden;
	margin: 0 0 40px;
	text-align: center;
}
	
.teaser-post .teaser-img {
	width: 50%;
	float: left;
}
.teaser-post .teaser-content {
	width: 50%;
	float: right;
	padding: 0 0 0 5%;
}
	.teaser-post.even .teaser-img {
		float: right;
	}
	.teaser-post.even .teaser-content {
		float: left;
		padding: 0 5% 0 0;
	}
.teaser-post a {
	text-decoration: none;
}

.teaser-post img {
	width: 100%;
	height: auto;
}
.teaser-post h2 {
	margin: 0 0 10px;
}
	
.teaser-post a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}
.teaser-post .post-date {
	margin: 5px 0;
}
.teaser-post p {
	margin: 10px 0 12px;
}
.teaser-post .more {
	text-align: center;
	margin: 0px;
}


/*---------HOMEPAGE STYLES---------*/
.slider {
	width: 100%;
	
}
.owl-carousel {
	width: 100%;
	margin: -31px 0 40px;
}
.owl-carousel .owl-item {
	padding: 0;
	margin: 0;
}
	.owl-item img {
		width: 100%;
		height: auto;
		display: block;
	}
	.owl-item a {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}

	.owl-item a .caption {
		text-align: center;
		z-index: 100;
		margin: 0 auto;
		position: absolute;
		left: 20%;
		right: 20%;
		top: 50%;
		  -webkit-transform: translateY(-50%);
		  -ms-transform: translateY(-50%);
		  transform: translateY(-50%);
		display: block;
		height: auto;
	}
	.owl-item a .caption h2.post-title {
		color: #404041;
		background-color: #ffffff;
		background-color: rgba(255,255,255,.85);
		padding: 18px 45px;
		margin: -1px 0 0;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}
	.owl-item a:hover .caption h2.post-title  {
		background-color: #ffffff;
		background-color: rgba(255,255,255,.95);
	}
	
	.owl-item a .caption .post-meta {
		color: #ffffff;
		font-size: 10px;
		background-color: #404041;
		background-color: rgba(64,64,65,.95);
		padding: 2px 10px;
		font-weight: bold;
		display: inline-block;
		margin: 0 0 -1px;
	}
.owl-theme .owl-controls {
	
}

/* Next/Prev */
.owl-theme .owl-controls .owl-buttons {
	
	overflow: hidden;
	
}
.owl-theme .owl-controls .owl-next, .owl-theme .owl-controls .owl-prev {
	font-size: 22px;
	font-family: "fontello";
	line-height: 50px;
	width: 50px;
	height: 50px;
	background-color: #ffffff;
	color: #d8d8d9;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.owl-theme .owl-controls .owl-next {
	right: -25px;
	float: right;
}
.owl-theme .owl-controls .owl-prev {
	left: -25px;
	float: left;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:hover, .owl-theme .owl-controls .owl-buttons .owl-next:hover {
	color: #bcbcbc;
	left: -22px;
}
	.owl-theme .owl-controls .owl-buttons .owl-next:hover {
		left: auto;
		right: -22px;
	}

/* Pagination*/
.owl-theme .owl-controls .owl-pagination {
	display: none;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}


	

/*---------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;
	}

.archive-post img {
    width: 100%;
    height: auto;
}

.archive-post a {
    text-decoration: none;
}

.archive-post .post-date {
    margin: 0;
    font-size: 13px;
}

.archive-post h4 {
    margin: 5px 0 5px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #404041;
}
	
.archive-post a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}


.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>li.cat-item>a {
		font-weight: bold;
	}
	.archiveslist>li:before {
		color: #404041 !important;
	}
.archiveslist a:visited, .subcategories a:visited {
    color: #919394;
    text-decoration: none;
}
.archiveslist a:hover, .subcategories a:hover {
    color: #404041;
}

.archiveslist a:active, .subcategories a:active {
    color: #79797a;
}
.archiveslist li {
	font-size: 15px;
	-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: #79797a;
	    font-size: 13px;
	    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: #404041 !important;
	}

.subcats {
    border: 1px solid #d8d8d9;
    margin-bottom: 30px;
    padding: 15px;
    text-align: center;
}

.subcats h4 {
    margin: 10px 0 15px;
    color: #404041;
}
.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;
    background-color: #404041;
    font-family: "futura-pt", Arial, Helvetica, Geneva, sans-serif;
    font-size: 13px;
    line-height: 2;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: 0 8px;
    margin: 2px 2px 4px;
    display: inline-block;
}
	.subcats ul.subcategories li ul li a.back {
		background-color: transparent;
		color: #13afb7;
		font-weight: bold;
	}
.subcats ul.subcategories li ul li a:hover {
   background-color: #13afb7;
    cursor: pointer;
}
	.subcats ul.subcategories li ul li a.back:hover {
		background-color: transparent;
		color: #9f9fa0;
		font-weight: bold;
	}

ul.tagindex, .tagindex li {
    margin: 0!important;
    padding: 0 !important;
}
.tagslist li {
	font-size: 95%;
}
.tagindex li:before {
    display: none;
}

.tagindex a {
	font-family: "futura-pt", Arial, Helvetica, Geneva, sans-serif;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    display: block;
    margin-right: 3px;
    width: 20px;
    float: left;
    border: solid 1px #f6f5f5;
}

.tagindex a:link {
    color: #919394;
    text-decoration: none;
}

.tagindex a:visited {
    color: #9f9fa0;
    text-decoration: none;
}

.tagindex a:active {
    color: #919394;
    text-decoration: none;
}

.tagindex a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #9f9fa0;
}

.tagtitle {
    color: #9f9fa0;
    text-transform: uppercase;
}

.tagtitle a {
    text-decoration: none;
    text-transform: none;
}

.tagtitle em {
    color: #9f9fa0;
    letter-spacing: normal;
    font-style: italic;
    margin-left: 10px;
    float: right;
    font-weight: normal;
    font-size: 12px;
}

.tagtitle em a {
    color: #9f9fa0;
    font-size: 11px;
}

.tagtitle a:hover {
    color: #79797a;
}
.related {
	overflow: hidden;
	margin-bottom: 40px;
}


/*---------FORMS---------*/

#submit, .submitbutton, #commentform #submit, .gform_wrapper input[type="submit"]  {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    background-color: #404041;
    font-family: "futura-pt", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: normal;
    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: #13afb7;
}

.commentinput, .styledinput, .captchainput, #commentform input  {
    color: #79797a;
    font-size: 13px;
    font-family: "futura-pt", 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: #79797a;
	font-size: 13px;
	font-family: "futura-pt", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #d8d8d9;
	width: 100%
}
#commentform #submit {
	width: auto;
}

.wpcf7-form {
    font-family: "futura-pt", 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-input {
    color: #79797a;
    font-size: 13px;
    font-family: "futura-pt", 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-submit {
    color: #404041;
    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-submit:hover {
    color: #79797a;
}


/*---------FOOTER---------*/
.footer-ad {
	clear: both;
	text-align: center;
	margin: 35px auto;
}

.footer {
    overflow: hidden;
    margin-top: 30px;
}
	.footer .wrap {
		overflow: hidden;
	}
.footer .subscribe {
	float: left;
	width: 300px;
	margin: 0;
	text-align: center;
}
.footer .subscribe h3 {
	text-align: center;
}
.footer .subscribe .social {
	background-color: #ffffff;
	margin: 20px -20px -20px;
	padding-top: 10px;
}
.footer .popular-posts {
	float: right;
	width: -moz-calc(100% - 350px);
	width: -webkit-calc(100% -350px);
	width: calc(100% - 350px);
	margin: 0;
	overflow: hidden;
}
	.footer .popular-posts h3 {
		text-align: left;
		font-size: 16px;
	}
	.footer .popular-posts .recent {
		overflow: hidden;
	}
	.footer .popular-posts .item {
		width: 18%;
		float: left;
		margin: 0 2.5% 0 0;
	}
		.footer .popular-posts .item:nth-child(5n) {
			margin-right: 0;
		}
		.footer .popular-posts .item img {
			width: 100%;
			height: auto;
		}
	.footer .popular-posts .item h4 {
		font-size: 18px;
		margin: 10px 0 0;
	}
	.footer .popular-posts .item .post-date {
		display: none;
	}
	

.subfooter {
	overflow: hidden;
	color: #9f9fa0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-top: 30px;
	padding: 20px 0;
	border-top: 1px solid #d8d8d9;
}
.subfooter a {
	color: #9f9fa0;
	text-decoration: none;
}
	.subfooter a:hover {
		color: #404041;
	}

.footer-nav {
    margin: 0;
    padding: 0;
    width: 70%;
    float: left;
}

.footer-nav li {
    display: inline-block;
    margin: 0 12px 0 0;
    padding: 0;
}

.footer-nav li.top a {
	color: #404041;
    font-weight: bold;
    text-transform: uppercase;
}
	.footer-nav li.top a:before {
		content: '\e815';
		font-family: "fontello";
		vertical-align: top;
		margin-right: 5px;
		font-size: 9px;
		font-weight: normal;
		display: inline-block;
		margin: 2px 5px 0 0;
	}
	.footer-nav li.top a:hover {
		color: #404041;
	}

.copyright {
	width: 30%;
	float: right;
	text-align: right;
}
	.copyright em {
		text-transform: none;
		letter-spacing: normal;
	}
	.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: 91%;
	line-height: 1.7;
	list-style-type: none;
	margin: 20px 0 30px;
	padding: 0;
	border-bottom: 1px solid #d8d8d9;
}
#comment-list li           {
	margin: 0;
	padding: 30px 0 20px 75px;
	border-top: 1px solid #d8d8d9;
	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: #404041;
	font-family: "futura-pt", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .08em; }
.comment-meta strong a            {
	color: #404041;
	text-decoration: underline }
.comment-meta a:hover         {
	color: #13afb7;
	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: #9f9fa0;
	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: #9f9fa0;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.comment-nav .current {
	color: #404041;
	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: #404041 }
.comment-nav .alignright a {
	color: #9f9fa0;
	text-decoration: none }
.comment-nav .alignright a:hover {
	color: #404041;
	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: #404041;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #404041;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #404041;
	text-decoration: underline }

/*---------PAGE NUMBERS---------*/

.pagination {
    font-family: "futura-pt", 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: #9f9fa0;
    padding: 5px 10px;
    border: solid 1px #d8d8d9;
    text-decoration: none;
    display: inline-block;
}
	.pagination span.page-numbers.current {
	    color: #ffffff;
	    background-color: #404041;
	    border: 1px solid #404041;
	    font-weight: bold;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
.pagination a.page-numbers:hover {
    color: #ffffff;
    background-color: #9f9fa0;
}


		

/*----MAIN Menu----*/

#main {
    margin:0;
    width: -moz-calc(100% - 320px);
    width: -webkit-calc(100% -320px);
    width: calc(100% - 320px);
    float: right;
    display: inline-block;
    height: 46px;
    text-align: right;
}

#main ul {
	display: inline-block;
    margin: 0 -10px 0 0;
    padding: 0;
}

#main li {
    float: left;
    position: relative;
    width: auto;
    list-style: none;
    margin: 0 5px;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: bold;
    font-size: 16px;
    line-height: 46px;
}
	
#main > ul > li {
    padding-bottom: 10px;
    margin-bottom: -10px;
}

#main a {
    display: block;
    text-decoration: none;
    padding: 0 10px 0;
    color: #404041;
}
#main a:hover, #main li.menu-item-has-children:hover>a, #main li.bold a:hover {
    color: #13afb7;
    cursor: pointer;
}
		
/* Navigation submenu */
#main .menu-item:hover .sub-menu {
    display: block;
}

#main .sub-menu {
    display: none;
    position: absolute;
    text-align: center;
    left: 50%;
    margin-left: -80px;
    width: 160px;
    z-index: 2000;
    
    background-color: #404041;
    background-color: rgba(64,64,65,.95);
    
}

#main .sub-menu .menu-item {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
}

#main .sub-menu .menu-item a {
    color: #ffffff;
    display: block;
    width: 160px;
    padding: 6px 12px;
}

#main .sub-menu .menu-item:first-of-type a {
    border-top: none;
}

#main .sub-menu .menu-item a:hover {
	background-color: #404041;
    color: #13afb7;
}

#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;
}

#main li.search {
	display: none;
}

		 
/* ---- FONTELLO ---- */
@font-face {
    font-family: 'fontello';
  src: url('fonts/fontello.eot?78234132');
  src: url('fonts/fontello.eot?78234132#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff?78234132') format('woff'),
       url('fonts/fontello.ttf?78234132') format('truetype'),
       url('fonts/fontello.svg?78234132#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: '\e81a'; } /* '' */
.icon-print:before { content: '\e805'; } /* '' */
.icon-calendar:before { content: '\e80f'; } /* '' */
.icon-heart:before { content: '\e814'; } /* '' */
.icon-star:before { content: '\e818'; } /* '' */
.icon-search:before { content: '\f002'; } /* '' */
.icon-heart:before { content: '\e81c'; } /* '' */

.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-double-right:before { content: '\e819'; } /* '' */
.icon-double-left:before { content: '\e81b'; } /* '' */
.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'; } /* '' */
