/* 
Theme Name: The Foodie Patootie
Theme URL: http://www.thefoodiepatootie.com
Description: Custom blog theme for The Foodie Patootie.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 1.0
*/

/* RESET
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    white-space: normal;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

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

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


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


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

#page_wrap {
    margin-bottom: 0;
}

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


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

@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: 66%;
        max-width: 680px;
        float: left;
        display: inline-block;
    }

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

    .span_sidebar {
        width: 29%;
        min-width: 300px;
        max-width: 300px;
        float: right;
        display: inline-block;
    }
}

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

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

body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 1.6;
    color: #575853;
    margin: 0;
    padding: 0;
    background-image: url(images/bg.jpg);
}

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: #90b7b8;
    text-decoration: underline;
}

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

p {
    margin-top: 8px;
    margin-bottom: 15px;
}

h1, h2, h3, h4, h5 {
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    font-weight: 300;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 10px;
}

h1 {
    color: #90b7b8;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

h2 {
    color: #90b7b8;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

h3 {
    color: #90b7b8;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

h4 {
    color: #90b7b8;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .08em;
}

h5 {
    color: #ababa9;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .08em;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

.clear {
    width: 1px;
    height: 1px;
    clear: both;
}

.wrapper {
    background-color: #ffffff;
    margin: 0 auto 0;
    padding: 0 35px;
    width: 100%;
    max-width: 1110px;
}

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

.clear {
    clear: both;
}

.sep {
    height: 1px;
    border-bottom: 1px solid #f0f0f0;
    clear: both;
}
/*---------HEADER---------*/
.slicknav_menu {
    display: none;
}

.topbar {
    min-height: 5px;
    background-color: #90b7b8;
}

.headerad {
    text-align: center;
}

.headerad .textwidget {
    text-align: center;
    display: inline-block;
    padding: 10px 0 4px;
}
.headerad .textwidget img, .headerad .textwidget a {
	display: block;
}

.header {
    border-bottom: 1px solid #ececec;
    margin-bottom: 50px;
}

.header .wrap {
    padding: 0;
}

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

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

.header .social {
    float: right;
    margin-top: 20px;
}

.header .social a {
    text-decoration: none;
    color: #f1db6e;
    font-size: 26px;
    margin-left: 3px;
}
.header .social a:hover {
	color: #90b7b8;
}

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

.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: #90b7b8;
    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, h2.archivetitle {
    margin: 0 0 20px;
}
/*---------SIDEBAR---------*/

.sidebar {
    color: #575853;
    font-size: 92%;
    line-height: 1.6;
}

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

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

.midsidebar {
}

.lowersidebar {
    clear: both;
}

.widget {
    margin-bottom: 40px;
}

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

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

.widget a {
    text-decoration: none;
}

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

.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 {
    width: 300px;
    margin: 0 auto;
}

.sidebar select {
    color: #a1a1a1;
    font-size: 12px;
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    font-style: normal;
    line-height: 30px;
    height: 30px;
    padding: 0 8px;
    width: 100%;
    border: 1px solid #e2e2e2;
}

.sidebar .screen-reader-text {
    display: none;
}

.about {
	margin-bottom: 35px;
}
.about h3.widgettitle:before {
	content: "";
	width: 80px;
	height: 80px;
	display: block;
	float: right;
	background: url(images/about.jpg) no-repeat;
	background-size: 100% 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: -8px 0 0px 0px;
	
}
.about strong {
	font-size: 12px;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-weight: normal;
}
.subscribe {
	background-color: #f1db6e;
	padding: 15px;
	text-align: center;
}
.subscribe h3 {
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	margin: 0 0 0px;
}
.subscribe p {
   margin: 0;
}

.emailform {
    clear: both;
    margin: 10px 0 0;
}

.emailinput {
    color: #a1a1a1;
    font-size: 12px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    line-height: 34px;
    background-color: #ffffff;
    border: none;
    padding: 0 10px;
    margin: 0 2% 0 0;
    width: 100%;
    height: 36px;
}

.emailsubmit {
    color: #ffffff;
    font-size: 15px;
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 36px;
    background-color: #a9c7c8;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0px 10px;
    margin: 10px 0 0 0;
    height: 36px;
    width: 100%;
}

.emailsubmit:hover {
    background-color: #90b7b8;
}


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

.featured .item, .popular .item {
    width: 47%;
    margin: 0 6% 18px 0;
    float: left;
}

.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 {
    color: #363636;
    margin: 10px 0 6px;
    display: none;
}

.featured .postmeta, .popular .postmeta {
    display: none;
}

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

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

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

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

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

.sidebar .categoryposts h4 {
    display: none;
}

.sidebar .categoryposts h4 a {
    color: #363636;
}

.sidebar .categoryposts .postmeta {
    display: none;
}

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


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

.recentposts .item {
    margin-bottom: 15px;
    overflow: hidden;
}

.recentposts img {
    margin-right: 10px;
    width: 90px;
    height: auto;
    float: left;
    display: block;
}

.recentposts a img {
    display: block;
}

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

.recentposts h4 {
    margin: 5px 0;
    color: #90b7b8;
}

.recentposts a h4 {
   color: #90b7b8 ;
}

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

.recentposts .postmeta {
    font-size: 11px;
    margin: 0;
}


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

.post {
    margin-bottom: 45px;
}

.singlepost {
}

.post-title {
}

.post-title h1, .post-title h2 {
    margin: 0 0 5px;
}

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

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

.post .edit {
    text-transform: lowercase;
    letter-spacing: 0;
}

.postmeta {
    color: #5e5e5e;
    font-size: 12px;
    line-height: 18px;
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    text-decoration: none;
    margin-bottom: 25px;
}

.postmeta a {
    color: #5e5e5e;
    text-decoration: none;
}

.postmeta a:hover, .edit a:hover, .metabottom a:hover {
    color: #f1db6e;
    text-decoration: none;
}

.postmeta span:after {
    border-right: 1px solid #d6d6d6;
    display: inline-block;
    content: "";
    margin: 0 15px 0 20px;
    height: 15px;
    vertical-align: middle;
}

.postmeta span:last-of-type:after {
    display: none;
}

.postmeta span:before {
    color: #f1db6e;
    margin-right: 5px;
}
.postmeta span.icon-comment:before {
	font-size: 90%;
}

.metabottom {
	font-size: 12px;
	line-height: 18px;
    clear: both;
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #ececec;
    overflow: hidden;
}

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

.metabottom .right {
    text-align: right;
    max-width: 30%;
    float: right;
}

.metabottom.more {
    line-height: 40px;
}

a.more-link {
    color: #90b7b8;
    font-size: 14px;
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em;
    text-align: center;
    cursor: pointer;
    border: none;
    display: inline-block;
    font-weight: normal;
}

a.more-link:after {
    content: '\e810';
    display: inline-block;
    font-family: "fontello";
    margin: 0 0 0 5px;
    font-size: 16px;
}

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

a.post-edit-link, a.comment-edit-link {
    color: #fff !important;
    font-size: 9px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #a1a1a1;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-left: 8px;
    padding: 1px 3px;
}

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

.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: #a1a1a1;
    font-style: italic;
    padding-right: 20px;
    padding-left: 20px;
    border-left: 4px solid #c4c3c1;
}

.wp-caption {
    text-align: left;
}

.wp-caption p {
    color: #a1a1a1;
    font-size: 10px;
    text-align: center;
    margin-top: 2px;
    padding-right: 10px;
}

.recipe {
    color: #575853;
    font-style: normal;
    margin: 45px 0 35px;
    padding: 25px;
    border: 1px solid #ececec;
}

.recipe h2 {
    text-align: center;
    margin: 0;
}

.recipe h3 {
    color: #90b7b8;
    clear: left;
}
.recipe h4 {
    color: #ababa9;
}

.recipe .left {
	clear: both;
	width: 30%;
	margin-right: 5%;
	float: left;
}

.recipe .right {
	width: 65%;
	float: left;
}


.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 .summary {
    margin-top: -10px;
    margin-bottom: 30px;
    clear: left;
    text-align: center;
    font-size: 110%;
    font-style: italic;
    color: #727272;
}

.recipe .postmeta {
    text-align: center;
   font-size: 12px;
    line-height: 1.4;
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    text-decoration: none;
    margin-bottom: 25px;
    margin: 5px 0 25px;
    text-align: center;
}
	.recipe .postmeta span:after {
		display: none;
	}
.recipe .postmeta p {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
}
.recipe .postmeta strong {
	font-weight: normal;
}

.recipe .postmeta p.yield:before { 
	color: #f1db6e;
	margin: 0 5px 0 0;
	content: '\e814';
	font-family: "fontello"; } 
.recipe .postmeta p.time:first-of-type:before { 
	color: #f1db6e;
	margin: 0 5px 0 0;
	content: '\e819';
	font-family: "fontello"; }

.recipe .photo {
    display: block;
    width: 140px;
    height: auto;
    float: right;
    margin: 0 0 0 5px;
    font-size: 90%;
}

.recipe .printbutton {
    width: 140px;
    float: right;
    clear: right;
    text-align: center;
    margin: 12px 0 10px 10px;
}

.printbutton a {
    margin: 0;
    display: block;
    color: #90b7b8;
    font-size: 12px;
    line-height: 32px;
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em;
    text-decoration: none;
    font-weight: normal;
    text-align: center;
    padding: 0 10px;
}

.printbutton a:before {
    font-family: "fontello";
    content: '\e805';
    margin: 0 7px 0 0;
    position: relative;
    top: 2px;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
}

.printbutton a:hover {
    color: #f1db6e;
}

.printbutton img {
    vertical-align: middle;
    margin-right: 1px;
}

.recipe .left {
    margin-bottom: 25px;
}

.recipe h3#notes {
}

.recipe .notes {
    color: #727272;
    font-style: italic;
}

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

.recipe .nutrition {
    color: #a1a1a1;
    font-size: 11px;
    clear: left;
}

.recipe .nutrition p {
    display: inline-block;
    margin: 0;
}

.recipe .nutrition span {
    font-style: italic;
}

.recipe .nutrition p:last-of-type, .recipe .notes p:last-of-type {
    margin-bottom: 0;
}

.innerpost {
    position: relative;
    overflow: hidden;
    margin: 25px 0;
}

.innerpost .widget {
   height: 250px;
}

.innerpost .widget-first {
    width: 320px;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 20px solid #ffffff;
}

.innerpost .widget.subscribe {
    width: 100%;
    float: left;
    min-width: auto;
    height: 250px;
    padding-left: 335px;
}

.innerpost .widget.subscribe h3.widgettitle {
	margin-top: 10px;
}

.innerpost .social {
    text-align: center;
    margin: 10px 0 0;
}
.innerpost .social a {
	color: #ffffff;
	font-size: 28px;
	margin: 0 1px;
	color: #575853;
}
.innerpost .social a:hover {
	color: #ffffff;
}

.postnav {
    color: #5e5e5e;
    font-size: 12px;
    line-height: 18px;
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    text-decoration: none;
    margin-bottom: 55px;
    overflow: hidden;
    padding: 15px 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
	.postnav a {
		color: #a1a1a1;
		text-decoration: none;
	}
	
	.postnav .prevpost {
		float: left;
		width: 49%;
		padding-left: 25px;
	}
	.postnav .nextpost {
		float: right;
		text-align: right;
		width: 49%;
		padding-right: 25px;
	}
	.postnav div span {
		display: block;
		text-transform: uppercase;
		letter-spacing: .05em;
		font-size: 13px;
		color: #5e5e5e;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}
	.postnav a:hover, .postnav a:hover span {
	    color: #f1db6e;
	}
	
	.postnav .prevpost span:before { 
		content: '\e816';
		color: #f1db6e;
		font-family: "fontello";
		float: left;
		font-size: 16px;
		margin: 0 8px 0 -25px; }
	.postnav .nextpost span:after { 
		content: '\e810';
		color: #f1db6e;
		font-family: "fontello";
		float: right;
		font-size: 16px;
		margin: 0 -25px 0 8px; 
		vertical-align: middle;
	}
	
	
/*---------TEASER STYLES---------*/

.teaserpost {
    overflow: hidden;
    text-align: center;
    clear: both;
    margin: 50px 0;
    padding-bottom: 50px;
    border-bottom: 1px solid #eeeeed;
}

.teaserpost .postthumb img {
    width: 45%;
    height: auto;
    float: left;
}

.teaserpost .postcontent {
    width: 50%;
    float: right;
    text-align: left;
}

.teaserpost .post-title h2 {
    margin: 35px 0 15px;
}

.teaserpost .more-link {
    text-decoration: none;
    float: none;
    display: inline-block;
}

.teaserpost .sep {
    display: block;
    width: 25%;
    margin: 15px 0;
    border-bottom: 1px solid #eeeeed;
    clear: both;
}

.teaserpost .metabottom {
    margin-top: 10px;
    display: block;
    float: none;
    clear: both;
    border: none;
    padding: 0;
}


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

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

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

.archivepost {
    font-size: 12px;
    line-height: 15px;
    margin-right: 3.5%;
    margin-bottom: 25px;
    width: 31%;
    float: left;
    text-align: center;
}

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

.archivepost img {
    width: 100%;
    height: auto;
}

.archivepost a {
    text-decoration: none;
}

.archivepost .postmeta {
    margin: 0;
}

.archivepost h4 {
    color: #90b7b8;
    margin: 6px 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.archivepost a {
    color: #90b7b8;
}

.archivepost a:hover, .archivepost a:hover h4 {
    color: #f1db6e;
}

.archiveslist {
    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 {
}

.archiveslist ul li {
    color: #90b7b8;
    font-size: 11px;
}

.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: #90b7b8;
}

.archiveslist a:active, .subcategories a:active {
    color: #90b7b8;
}

.archiveslist em {
    color: #a1a1a1;
    font-size: 10.5px;
}

.subcategories li:before {
    display: none;
}

.subcats {
    border: 1px solid #ececec;
    margin-bottom: 30px;
    padding: 20px 15px 5px;
}

.subcats h4 {
    color: #363636;
    text-align: center;
    margin: 0 0 10px;
}

.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: #a1a1a1;
    font-size: 12px;
    line-height: 1.2;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 5px 10px;
}

.subcats ul.subcategories li ul li a:hover {
    color: #ffffff;
    background-color: #90b7b8;
    cursor: pointer;
}

ul.tagindex, .tagindex li {
    margin: 0!important;
    padding: 0 !important;
}

.tagindex li:before {
    display: none;
}

.tagindex a {
	font-family: "proxima_nova", 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: #a1a1a1;
    text-decoration: none;
}

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

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

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

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

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

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

.tagtitle a:hover {
    color: #90b7b8;
}


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

#submit, .submitbutton {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .08em;
    background-color: #f1db6e;
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    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;
}

#submit:hover, .submitbutton:hover {
    background-color: #90b7b8;
}

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

.commentinput:focus, .styledinput:focus, .captchainput:focus {
    color: #575853;
}

.commentinput {
    width: 100%;
}

.wpcf7-form {
    font-family: "proxima_nova", 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;
}

.searchform {
    max-width: 350px;
    border: 1px solid #e2e2e2;
}

.searchform .searchinput {
    color: #a1a1a1;
    font-size: 11px;
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    line-height: 35px;
    background-color: #fff;
    padding: 0 15px;
    border: none;
    width: 80%;
}

.searchform .searchsubmit {
    color: #f1db6e;
    font-size: 18px;
    font-weight: normal;
    line-height: 35px;
    background-color: transparent;
    font-family: "fontello";
    cursor: pointer;
    text-align: right;
    width: 20%;
    border-style: none;
    margin: 0 0 0 -4px;
}

.searchform .searchsubmit:hover {
    color: #90b7b8;
}


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

.footer {
    background-color: #90b7b8;
    overflow: hidden;
    padding: 15px 0 25px;
}

.footer .wrap {
    padding: 0;
}

.footer .footerwidget {
    width: 100%;
    margin: 0 0 20px;
}

.footer .footerwidget h3.widgettitle {
    margin: 20px 0 20px;
    color: #ffffff;
    text-align: center;
}
.footer .footerwidget .featured .item {
    width: 15%;
    margin: 0 2% 0 0;
    float: left;
}
	.footer .footerwidget .featured .item:last-of-type {
		margin-right: 0;
	}

.subfooter {
    overflow: hidden;
    text-transform: uppercase;
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    font-size: 11px;
    letter-spacing: .1em;
    color: #c7dbdb;
    padding-top: 15px;
    background-color: #9bbfbf;
}

.subfooter .wrap {
    overflow: hidden;
    padding: 0 0 15px;
}

.footernav {
    margin: 0;
    padding: 0;
    width: 65%;
    float: left;
}

.footernav li {
    display: inline-block;
    margin: 0 20px 0 1px;
    padding: 0;
}

.subfooter a {
    text-decoration: none;
    color: #c7dbdb;
}

.subfooter a:hover {
    color: #ffffff;
}

.footernav li.top a {
    font-weight: normal;
    color: #ffffff;
}

.copyright {
    width: 35%;
    float: right;
    text-align: right;
    font-size: 10px;
    margin: 0;
}

.footerad {
    text-align: center;
    padding: 20px 0;
}


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

#comments, #pings {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 300;
}

#respond {
	font-size: 18px;
	font-weight: 300;
    margin-top: 35px;
}

#commentlist {
    font-size: 13px;
    line-height: 21px;
    list-style-type: none;
    margin: 20px 0 30px;
    padding: 0;
    border-bottom: 1px solid #ececec;
}

#commentlist li {
    margin: 0;
    padding: 30px 0 30px 60px;
    border-top: 1px solid #ececec;
    list-style-type: none;
}

#commentlist li:before {
    display: none;
}

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

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

#commentlist li p {
    margin: 2px 40px 6px 0;
    padding: 0;
}

a.commentnumber {
    color: #eeedec;
    font-size: 20px;
    text-decoration: none;
    float: right;
}

.commentmeta {
    color: #a1a1a1;
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

.commentmeta em {
    text-transform: lowercase;
    letter-spacing: normal;
    font-style: normal;
}

.commentmeta a {
    color: #a1a1a1;
}

.commentmeta strong {
    color: #90b7b8;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-weight: normal;
}

.commentmeta strong a {
    color: #90b7b8;
    text-decoration: none;
}

.commentmeta a:hover {
    color: #f1db6e;
    text-decoration: underline;
}

.commentmeta a.comment-edit-link {
    color: #fff;
    text-decoration: none;
}

.commentnumber {
    display: inline;
}

#commentlist .avatar {
    float: left;
    margin-left: -60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    
}

#commentform {
    margin-bottom: 30px;
    width: 100%;
}

#commentform label {
}

#commentform p {
    margin-bottom: 5px;
}

.wp-smiley {
    vertical-align: middle;
}

.commentnav {
    color: #a1a1a1;
    font-size: 11px;
    line-height: 15px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 8px 2px 7px;
}

.commentnav em {
    font-style: normal;
    margin-right: 15px;
}

.commentnav em img {
    margin-right: 2px;
    vertical-align: middle;
}

.commentnav .page-numbers {
    color: #a1a1a1;
    text-decoration: none;
    padding: 3px 5px;
    border: 1px #eeeded;
}

.commentnav .current {
    color: #90b7b8;
    font-weight: bold;
    background-color: #fff;
}

.commentnav .next, .commentnav .prev, .commentnav .dots {
    border-style: none;
}

.commentnav a:hover {
    color: #fff;
    background-color: #90b7b8;
}

.commentnav .alignright a {
    color: #a1a1a1;
    text-decoration: none;
}

.commentnav .alignright a:hover {
    color: #90b7b8;
    text-decoration: none;
    background-color: transparent;
}
/*threaded comments*/
#commentlist li ul {
    margin: 0;
    padding: 0;
}

#commentlist li ul li {
    list-style-type: none;
    background-color: #f7f7f7;
    padding: 15px 15px 10px 75px;
    margin: 15px 0 0;
    border: none;
}

#cancel_reply, #cancel_reply a {
    color: #90b7b8;
    font-size: 11px;
    font-weight: bold;
}

.thdrpy, .thdrpy a {
    color: #90b7b8;
    font-size: 11px;
    text-decoration: none;
}

.thdrpy a:hover {
    color: #90b7b8;
    text-decoration: underline;
}

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

#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    text-transform: none;
    text-indent: 0;
    word-spacing: 0;
    letter-spacing: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

#wp_page_numbers {
    font-size: 12px;
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    line-height: 15px;
    padding-top: 0px;
    margin-bottom: 40px;
    width: 100%;
    height: 15px;
    clear: both;
}

#wp_page_numbers li:before {
    display: none;
}

#wp_page_numbers ul {
    text-align: center;
    width: 100%;
}

#wp_page_numbers li {
    display: inline;
}

#wp_page_numbers a {
    color: #575853;
    padding: 3px 5px;
    border: solid 1px #f5f5f5;
}

#wp_page_numbers li.space {
    color: #a1a1a1;
    padding: 3px 5px;
}

#wp_page_numbers li.first_last_page {
    font-style: italic;
}

#wp_page_numbers li.active_page a:hover {
    color: #f1db6e;
    background-color: #fff;
    border: none;
    font-weight: bold;
}

#wp_page_numbers li.page_info {
    color: #a1a1a1;
    text-transform: lowercase;
	font: italic 11px Georgia, "Times New Roman", Times, serif;
	padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
}

#wp_page_numbers li a:hover {
    color: #fff;
    background-color: #90b7b8;
}

#wp_page_numbers li.active_page a {
    color: #f1db6e;
    background-color: #fff;
    border: none;
    font-weight: bold;
}

/*----MAIN Menu----*/
#main_nav {
    margin: 17px 0 0;
    width: auto;
    display: inline-block;
    float: right;
    clear: right;
}

#main_nav ul {
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    font-size: 13px;
    line-height: 1.2;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .07em;
    float: left;
    margin: 0;
}

#main_nav li {
    float: left;
    position: relative;
    width: auto;
    list-style: none;
    margin: 0;
    padding: 0;
}

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

#main_nav a {
    text-align: center;
    display: block;
    text-decoration: none;
    padding: 5px 15px 5px;
    color: #575853;
}

#main_nav a:hover {
    color: #90b7b8;
    cursor: pointer;
}
		
	/* Navigation submenu */
#main_nav .menu-item:hover .sub-menu {
    display: block;
}

#main_nav .sub-menu {
    display: none;
    position: absolute;
    text-align: center;
    left: 50%;
    margin-top: 8px;
    margin-left: -80px;
    padding: 0;
    width: 160px;
    z-index: 2000;
    background-color: #90b7b8;
    background-color: rgba(144,183,184,.95);
    font-size: 12px;
}

#main_nav .sub-menu:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255, 0);
    border-bottom-color: #90b7b8;
    border-width: 8px;
    margin-left: -8px;
}

#main_nav .sub-menu .menu-item {
    margin: 0;
}

#main_nav .sub-menu .menu-item a {
    color: #ffffff;
    display: block;
    width: 160px;
    padding: 8px 20px 6px;
}

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

#main_nav .sub-menu .menu-item a:hover {
    color: #ffffff;
    background-color: rgba(255,255,255,.1);
}

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

#main_nav .sub-menu .menu-item .sub-menu .menu-item a {
    border: none;
    padding: 10px 15px 10px 20px;
    margin-top: -12px;
    font-style: italic;
    background-color: transparent;
    font-size: 12px;
}

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

#main_nav li li a:after {
    display: none;
}
/* Top Search */
#main_nav li.search {
}

#main_nav li.search a {
    font-family: fontello;
    padding-right: 5px;
}

#main_nav li.search .sub-menu {
    left: auto;
    right: 0;
    margin-left: 0px;
    width: 200px;
}

#main_nav li.search .sub-menu:after {
    right: 5px;
    left: auto;
}

#main_nav li.search .headersearch {
    width: 100%;
    display: block;
    float: none;
    border: none;
}

#main_nav li.search .headerinput {
    width: 200px;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-style: italic;
    line-height: 32px;
    padding: 0 15px;
    border: none !important;
    background-color: transparent;
}

#main_nav li.search .headersubmit {
    display: none;
}

#main_nav li.search ul {
}
	

		 
/* ---- 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-snapchat:before { content: '\e813'; } /* '' */

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