/* 
Theme Name: Bran Appetit
Theme URL: http://www.branappetit.com
Description: Custom responsive theme for Bran Appetit.
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: 620px;
        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: 340px;
        float: right;
        display: inline-block;
    }
}
.wrapper {
    margin: 0 auto 0;
    padding: 0 10px;
    width: 100%;
    max-width: 1010px;
    overflow: hidden;
}

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

/*---------STRUCTURE---------*/
@font-face {
    font-family: 'MuseoSlab500';
    src: url('fonts/Museo_Slab_500-webfont.eot');
    src: url('fonts/Museo_Slab_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Museo_Slab_500-webfont.woff') format('woff'),
         url('fonts/Museo_Slab_500-webfont.ttf') format('truetype'),
         url('fonts/Museo_Slab_500-webfont.svg#MuseoSlab500Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'MuseoSlab500';
    src: url('fonts/Museo_Slab_500italic-webfont.eot');
    src: url('fonts/Museo_Slab_500italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Museo_Slab_500italic-webfont.woff') format('woff'),
         url('fonts/Museo_Slab_500italic-webfont.ttf') format('truetype'),
         url('fonts/Museo_Slab_500italic-webfont.svg#MuseoSlab500Italic') format('svg');
    font-weight: normal;
    font-style: italic;

}

body                           {
	color: #75706e;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.7;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	background: url(images/bg.jpg) #75706e;
}
a, input[type=submit] {
    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: #7ebbb6;
	text-decoration: underline }
a:hover             {
	color: #67a9a2;
	text-decoration: none }
p    {
	margin-top: 8px;
	margin-bottom: 15px }
h1, h2, h3, h4, h5              {
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 15px 0;
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: .05em; }
h1                        {
	color: #7ebbb6;
	font-size: 20px; }
h2      {
	color: #7ebbb6;
	font-size: 20px; }
h3                       {
	color: #524c49;
	font-size: 14px; }
h4        {
	color: #7ebbb6;
	font-size: 13px; }
.clear {
	width: 1px;
	height: 1px;
	clear: both }
strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

.clear {
    clear: both;
}

/*---------HEADER---------*/
.slicknav_menu {
    display: none;
}
.header {
	overflow: hidden;
	text-align: center;
	padding-top: 25px;
}
.header .logo {
	display: inline-block;
	margin: 30px 0 20px;
}
.header .logo a {
    display: inline-block;
    width: 465px;
    height: 77px;
    background: url(images/logo.png) no-repeat;
    background-size: 100% auto;
}
.social, .header .subscribe {
	display: inline-block;
	width: 145px;
	padding: 35px 0px 0;
	margin: 35px 0 0;
	text-align: center;
}
.social {
	background: url(images/besocial.png) center top no-repeat;
	float: right;
}
.header .subscribe {
	background: url(images/subscribe.png) center top no-repeat;
	line-height: 16px;
	float: left;
}
.header .subscribe a {
	color: #50a095;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .04em;
	text-decoration: none;
}
.header .subscribe a em {
	text-transform: none;
}

.social a {
	text-decoration: none;
	font-size: 24px;
	padding: 0 1px;
	color: #67a9a2;
	display: inline-block;
}
.header .subscribe a:hover, .social a:hover {
	color: #ffffff;
}

/*---------CONTENT---------*/
.span_content {
}
	.span_content .post, .span_page {
		background-color: #ffffff;
		padding: 30px;
		padding-top: 15px;
	}

.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: #6c6e70;
    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: #524c49;
	font-size: 95%;
	line-height: 1.6;
}

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

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

.midsidebar {
	overflow: hidden;
}

.lowersidebar {
    clear: both;
}
.widget        {
	margin-bottom: 40px;
}
h3.widgettitle    {
	margin: 2px 0 10px;
	 }
.widget p    {
	margin: 0 0 10px }

.widget a {
	color: #ffffff;
}
.widget a:hover {
	color: #67a9a2;
}
.sidebar select     {
	color: #75706e;
	font-size: 11px;
	font-family: MuseoSlab500, Arial, Helvetica, sans-serif;
	font-style: italic;
	padding: 8px 5px;
	width: 100%;
	border: none; }
.screen-reader-text {
	display: none;
}
.sidebar .ad {
	text-align: center;
}
.about {
	
}
.about h3.widgettitle {
	content: "";
	display: block;
	width: 100px;
	height: 28px;
	background: url(images/welcome.png) no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
	margin: 0 auto 10px;
}
.about .textwidget:before {
	content: "";
	display: block;
	float: right;
	width: 100px;
	height: 100px;
	background: url(images/about.jpg) no-repeat;
	background-size: 100% auto;
	margin: 0 0 5px 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 5px solid #ffffff;
}
.sidebar .subscribe {
	float: none;
	width: 100%;
	background-color: rgba(71,55,48,.2);
	padding: 20px;
	text-align: center;
}
.sidebar .subscribe h3 {
	color: #ffffff;
}
.email-form  {
	border: none;
	width: 100%;
	 }
.email-input     {
	color: #919394;
	font-size: 12px;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	line-height: 36px;
	background-color: #fff;
	padding: 0 10px;
	margin-bottom: 10px;
	width: 100%;
	height: 36px;
	vertical-align: middle;
	border: none; }

.email-submit     {
	color: #ffffff;
	font-size: 12px;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	background-color: #7ebbb6;
	text-transform: uppercase;
	letter-spacing: .05em;
	cursor: pointer;
	margin: 0 0 0 -4px;
	padding: 4px 7px;
	height: 36px;
	width: 100%;
	text-align: center;
	float: none;
	vertical-align: middle;
	border: none }
.email-submit:hover   {
	background-color: #beddda; }
	
/*Featured Posts Widget*/
.featured {
    text-align: center;
    overflow: hidden;
}

.featured .item {
    width: 47%;
    float: left;
    margin: 0 6% 6% 0;
}
.featured .item:nth-of-type(2n) {
    margin-right: 0;
}

.featured img {
    width: 100%;
    height: auto;
    display: block;
}
.featured a, .featured a h4 {
	text-decoration: none;
	color: #ffffff;
}
.featured h4 {
    margin: 10px 0 0;
}

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

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


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

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

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

.sidebar .category-posts .item img {
    width: 100%;
    height: auto;
    display: block;
}

.sidebar .category-posts h4 {
    display: none;
}

.sidebar .category-posts h4 a {
    color: #363636;
}

.sidebar .category-posts .post-meta {
    display: none;
}

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


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

.recentposts .item {
    overflow: hidden;
    margin-bottom: 15px;
}
	.recentposts .item:nth-child(2n) {
	    margin-right: 0;
	}
	
.recentposts .item img {
    width: 30%;
    margin-right: 4%;
    float: left;
    height: auto;
}
.recentposts .item a {
	text-decoration: none;
}
.recentposts h4.title {
	margin: 15px 0 5px;
}

.recentposts a h4.title {
   color: #ffffff;
}

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

.recentposts .postmeta, .recentposts .postmeta em {
   color: #524c49;
   margin: 0;
}


/*---------POSTS---------*/
.post                  {
	margin-bottom: 60px; }

.posttitle {
	display: table-cell;
	width: 100%;
	min-height: 57px;
	vertical-align: middle;
}
.posttitle .vcenter {
	display: table-cell;
	height: 57px;
	vertical-align: middle;
}
.posttitle h2 {
	color: #7ebbb6;
	margin: 3px 0;
	padding: 0 }
.posttitle h2 a  {
	color: #7ebbb6;
	text-decoration: none }
.posttitle h2 a:hover  {
	color: #67a9a2 }
.post .edit {
	text-transform: lowercase;
	letter-spacing: 0 }
.postdate {
	background-color: #7ebbb6;
	width: 55px;
	height: 59px;
	float: left;
	text-align: center;
	margin-left: -37px;
	margin-right: 13px;
	line-height: 20px;
}
.postdate .day {
	font-size: 27px;
	color: #beddda;
	letter-spacing: -.03em;
	margin-top: 13px;
}
.postdate .month {
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .05em;
}
.postmeta               {
	color: #79797a;
	font-size: 11px;
	line-height: 15px;
	font-family: MuseoSlab500, Arial, Helvetica, sans-serif;
	text-decoration: none; }
.postmeta em {
	color: #b2b2b3;
	text-transform: lowercase;
	font-size: 10.5px;
}
.postmeta a   {
	color: #79797a;
	text-decoration: none }
.postmeta a:hover, .edit a:hover, .metabottom a:hover          {
	color: #67a9a2;
	text-decoration: none }
.postmeta .ccount {
	display: inline-block;
	margin-left: 15px;
}
.postmeta .ccount a:before     {
	content: '\e802';
	font-family: fontello;
	color: #b8dad7;
	font-size: 16px;
	vertical-align: middle;
	line-height: .8;
}
.postmeta .ccount a, .metabottom .ccount a    { }
.metabottom                   {
	margin: 20px 0;
	padding: 8px 0;
	line-height: 15px;
	border-top: 1px solid #deeeec;
	border-bottom: 1px solid #deeeec; }
.metabottom .left      {
	width: 70%;
	float: left }
.metabottom .right      {
	text-align: right;
	width: 30%;
	float: right }
.metabottom a  { }
.metabottom a:hover  { }
a.post-edit-link, a.comment-edit-link, a.comment-reply-link  {
	color: #ffffff !important;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #b2b2b3;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 1px 3px }
a.post-edit-link:hover, a.comment-edit-link:hover, a.comment-reply-link:hover {
	color: #fff;
	text-decoration: none;
	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 }
.post blockquote        {
	color: #b2b2b3;
	font-style: italic;
	padding-right: 20px;
	padding-left: 20px;
	border-left: 4px solid #c4c3c1 }
.wp-caption {
    max-width: 100% !important;
}


/* Recipe Styles*/
.recipe                          {
	color: #79797a;
	font-style: normal;
	padding: 30px;
	margin: 15px -30px 20px;
	border: none;
	background: url(images/bg.png) #ffffff;
}
.recipe h2 {
	margin: 0 0 5px;
	 }
.recipe h3 {
	margin: 20px 0 10px;
	 }
	 	.recipe h3#directions {
	 		margin-top: 30px;
	 	}
.recipe h4 {
	margin: 20px 0 10px;
	font-size: 12px;
}
.recipe .summary {
	font-size: 110%;
	font-style: italic;
}
.recipe .summary p   {
	margin-top: 1px;
	margin-bottom: 18px;
	clear: left }
.recipe .time           {
	color: #79797a;
	font-size: 11px;
	margin-bottom: 15px;
	overflow: hidden;
}
.recipe .time p {
	display: inline-block;
	margin: 0;
	margin-right: 15px;
	padding: 0 }
.recipe .time strong  {	
	font-weight: normal;
	color: #b2b2b3;
	font-style: italic;
	text-transform: lowercase; }
.recipe .ingredients {
	margin-bottom: 20px }
.recipe .instructions ol li:last-child, .recipe .instructions ol {
	margin-bottom: 0;
}
.recipe .photo {
	display: none;
	margin-left: 15px;
	margin-bottom: 5px;
	width: 130px;
	height: 130px;
	float: right }
.recipe .notes  {
	color: #b2b2b3;
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
	clear: left }
.recipe .notes p:last-of-type {
	margin-bottom: 0;
}
.recipe .source p   {
	color: #b2b2b3;
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 0px;
	clear: left }
.printbutton {
	background-color: #7ebbb6;
	width: 55px;
	height: 59px;
	float: right;
	text-align: center;
	margin-right: -37px;
	margin-left: 13px;
	margin-bottom: 10px;
	line-height: 20px;
}

.printbutton a {
	color: #beddda;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 12px;
	letter-spacing: .02em;
	display: block;
	padding: 13px 5px;
	text-align: center;
}
.printbutton a:before { 
	content: '\e805'; 
	font-family: "fontello";
	display: block;
	color: #ffffff;
	font-size: 20px;
	margin: 3px auto 10px;
	}
.printbutton a:hover {
	color: #ffffff;
}
.addthis_toolbox  {
	margin: 0 0 50px }
.addthis_toolbox a.addthis_button_google_plusone {
	display: inline;
	margin: 0;
	padding: 0;
	width: 90px }
.addthis_toolbox a.addthis_pill_style {
	margin-left: 20px }
a.more-link {
	text-transform: uppercase;
	letter-spacing: .05em;
	text-decoration: none;
	font-size: 13px;
}
.innerpostadspace .adspace {
	margin-bottom: 60px;}
.homepagead .adspace {
	margin-bottom: 70px;
}
.postnav   {
	font-size: 11px;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 40px;
	padding-bottom: 4px;
	overflow: hidden;
	border-bottom: 1px solid #f3f3f4 }
.relatedposts {
	overflow: hidden;
	clear: both;
	margin: 40px 0;
}
/*Teaser Post*/	
.teaserpost {
	margin-bottom: 40px;
}
.teaserpost .postthumb {
	width: 170px;
	margin-right: 20px;
	float: left;
	clear: both;
}
.teaserpost .postthumb img {
	width: 170px;
	height: 170px;
}
.teaserpost .postcontent {
	
}
/*Archive Styles*/

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

.archive-post {
    font-size: 12px;
    line-height: 15px;
    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;
	}
	
.archive-post img {
    width: 100%;
    height: auto;
}

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

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

.archive-post h4{
    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 {
    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: #6c6e70;
    font-size: 11px;
}

.archiveslist a:link, .subcategories a:link {
    color: #6b6963;
    text-decoration: none;
}

.archiveslist a:visited, .subcategories a:visited {
    color: #79797a;
    text-decoration: none;
}

.archiveslist a:hover, .subcategories a:hover {
    color: #6c6e70;
}

.archiveslist a:active, .subcategories a:active {
    color: #6c6e70;
}

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

.subcategories li:before {
    display: none;
}

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

.subcats h4 {
    color: #ffffff;
    display: inline-block;
    background-color: #7ebbb6;
    padding: 5px 12px 4px;
    text-align: center;
    margin: 0 auto 10px;
    font-size: 16px;
}

.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: #b2b2b3;
     font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
    font-size: 12px;
    line-height: 1.2;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 5px 10px 4px;
}

.subcats ul.subcategories li ul li a:hover {
    color: #7ebbb6;
    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: #79797a;
    text-decoration: none;
}

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

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

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

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

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

.tagtitle em {
    color: #b2b2b3;
    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: #b2b2b3;
    font-size: 11px;
}

.tagtitle a:hover {
    color: #6c6e70;
}

/*----FORMS----*/
#submit, .submitbutton          {
	color: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 5px;
	padding: 7px 15px 6px;
	border: none;
	background-color: #7ebbb6;
	font: normal 15px/17px "MuseoSlab500", Arial, Helvetica, sans-serif;
	letter-spacing: .03em;
}
#submit:hover, .submitbutton:hover        {
	background-color: #beddda; }
.commentinput, .styledinput, .captchainput, .comment-form input[type=text], .comment-form textarea            {
	color: #79797a;
	font-size: 12px;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 7px;
	border: solid 1px #deeeec }

.comment-form input[type=text], .comment-form textarea {
	width: 100% }
.span_content .search-form  {
	border: 1px solid #deeeec;
	max-width: 350px;
	 }
.span_content .search-input     {
	color: #919394;
	font-size: 12px;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	line-height: 36px;
	background-color: #fff;
	padding: 0 10px;
	width: 80%;
	height: 36px;
	vertical-align: middle;
	border: none; }

.span_content .search-submit     {
	color: #7ebbb6;
	font-size: 16px;
	font-family: "fontello";
	background-color: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 0 0 -5px;
	padding: 4px 7px;
	height: 36px;
	width: 20%;
	text-align: right;
	float: none;
	vertical-align: middle;
	border: none }
.span_content .search-submit:hover   {
	color: #beddda; }

.wpcf7-form   {
	width: 100% }
.wpcf7-form .formfield  {
	overflow: hidden }
.wpcf7-form p  {
	line-height: 30px;
	text-align: right;
	display: block;
	margin: 0 20px 0 0;
	padding: 7px 0;
	width: 20%;
	float: left }
.wpcf7-form .styledinput  {
	display: block;
	margin: 0;
	width: 80%%;
	float: left }

.wpcf7-form .submit {
	margin-left: 120px;
	clear: both }
/*Footer*/
.footer                                     {
	clear: both;
	margin: 0px 0 20px;
	padding: 0;
}
	.footer .wrap {
		padding: 0;
	}
.footer a:link, .footer a:visited, .footer a:active        {
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover        {
	color: #67a9a2 }

.footer h3.widgettitle    {
	margin: 0 0 15px;
}
.footer .recent {
    overflow: hidden;
}

.footer .popular-posts .item {
    overflow: hidden;
    width: 30%;
    float: left;
    margin: 3px 5% 15px 0;
    
}
	.footer .popular-posts .item:nth-child(3n) {
	    margin-right: 0;
	}
	.footer .popular-posts .item:nth-child(3n+1) {
	   clear: left;
	}
	
.footer .popular-posts .item img {
    width: 30%;
    margin-right: 4%;
    float: left;
    height: auto;
}
.footer .popular-posts .item a {
	text-decoration: none;
}

.footer .popular-posts .postmeta, .footer .popular-posts .postmeta em {
   color: #524c49;
   margin: 0;
}

.subfooter  {
	text-transform: uppercase;
	letter-spacing: .03em;
	margin-top: 30px;
	padding: 13px;
	float: none;
	clear: both;
	color: #ffffff;
	font: 11px MuseoSlab500, Arial, Helvetica, sans-serif;
	border-top: 1px solid #998b7f;
	border-top: 1px solid rgba(72,55,48,.3);
	border-bottom: 1px solid #998b7f;
	border-bottom: 1px solid rgba(72,55,48,.3);
	overflow: hidden;
}
.footernav       {
	width: 70%;
	float: left }
.footernav li    {
	display: inline;
	margin: 0 15px 0 1px;
	padding: 0 }

.copyright               {
	text-align: right;
	width: 30%;
	float: right }
.copyright em {
	text-transform: lowercase;
	letter-spacing: normal;
}
.footer .adspace    {
	text-align: center; }
	
/*---------PAGE NUMBERS---------*/
#comments, #pings           {
	margin-top: 5px }
#respond            {
	margin-top: 65px }
#comment-list          {
	font-size: 95%;
	line-height: 1.5;
	list-style-type: none;
	margin: 20px 0 30px;
	padding: 0;
	border-bottom: 1px solid #ececec;
}
#comment-list li           {
	margin: 0;
	padding: 30px 0 20px 60px;
	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;
	color: #79797a;
	font-size: 11px;
	 }
	.comment-meta a {
		color: #79797a;
		text-decoration: none;
	}
.comment-meta strong           {
	color: #7ebbb6;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .05em; }
.comment-meta strong a            {
	color: #7ebbb6;
	text-decoration: underline }
.comment-meta a:hover         {
	color: #b8dad7;
	text-decoration: underline }

#comment-list .avatar    {
	float: left;
	margin-left: -60px; }
		
#commentform   {
	margin-bottom: 30px;
	width: 100% }
#commentform label  { }
#commentform p {
	margin-bottom: 5px }
.wp-smiley {
	vertical-align: middle }

/*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: #67a9a2;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #79797a;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #79797a;
	text-decoration: underline }
	
/*---------PAGE NUMBERS---------*/

.pagination {
    clear: both;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    margin: -25px 0 55px;
    overflow: hidden;
}

.pagination .page-numbers {
    color: #b2b2b3;
    padding: 5px 10px;
    background-color: #ffffff;
    text-decoration: none;
    display: inline-block;
}
	.pagination span.page-numbers.current {
	    color: #79797a;
	    background-color: #ffffff;
	    font-weight: bold;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
.pagination a.page-numbers:hover {
    color: #ffffff;
    background-color: #67a9a2;
}

/*----MAIN Menu----*/

#main {
	margin:0;
	width: 100%;
	clear: both;
	display: inline-block;
	border-top: 1px solid #998b7f;
	border-bottom: 1px solid #998b7f;
	border-color: #998b7f;
	border-color: rgba(71,55,48,.25);
	height: 48px;
	margin-bottom: 25px;
}

#main ul {
    margin: 0;
    padding: 0;
}

#main li {
    float: left;
    position: relative;
    width: auto;
    list-style: none;
    margin: 0 5px;
    padding: 0;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 14px;
    line-height: 48px;
}
	
#main > ul > li {
    padding-bottom: 10px;
    margin-bottom: -10px;
}

#main a {
    display: block;
    text-decoration: none;
    padding: 0 10px 0;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(71,55,48,.5);
}

#main a:hover, #main li.menu-item-has-children:hover>a, #main li.bold a:hover {
    color: #ffffff;
    text-shadow: none;
    cursor: pointer;
}
		
/* Navigation submenu */
#main .menu-item:hover .sub-menu {
    display: block;
}

#main .sub-menu {
    display: none;
    position: absolute;
    text-align: center;
    left: 50%;
    padding: 0;
    margin: -2px 0 0 0;
    margin-left: -80px;
    width: 160px;
    z-index: 2000;
    background-color: #67a9a2;
    background-color: rgba(103,169,162,.85);
}
		
#main li.search {
	float: right;
	margin-right: 0;
}
#main li.search .sub-menu {
		left: 50%;
		margin-left: -170px;
		padding: 10px;
		width: 200px;
	}
	#main li.search .sub-menu:after { 
		bottom: 100%; 
		left: 90%; }
#main .sub-menu .menu-item {
    margin: 0;
    font-size: 11px;
    line-height: 1.4;
}

#main .sub-menu .menu-item a {
    color: #ffffff;
    display: block;
    width: 160px;
    padding: 8px 12px;
    text-shadow: none;
}

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

#main .sub-menu .menu-item a:hover {
    color: #ffffff;
    background-color: #67a9a2;
}

#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: 17px;
}
.menu-search {
	background-color: #ffffff;
	border: none;
	width: 180px;
}
.menu-search .search-input {
	border: none;
	background-color: transparent;
	width: 100%;
	font-size: 12px;
}
.menu-search .search-submit {
	display: none;
}
.header-search {
	float: right;
	text-align: right;
	margin: 6px 0 0;
	display: inline-block;
	position: relative;
}
	.header-search input[type=search] {
		-webkit-appearance: textfield;
		-webkit-box-sizing: content-box;
		font-family: inherit;
		font-size: 100%;
	}
	.header-search input::-webkit-search-decoration,
	.header-search input::-webkit-search-cancel-button {
		display: none; 
	}
	
	
	.header-search input[type=search] {
		border: none;
		background-color: transparent;
		color: #ffffff;
		padding: 0;
		margin-right: 30px;
		width: 60px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
		font: normal 13px/32px "MuseoSlab500", Arial, Helvetica, Geneva, sans-serif;
		height: 32px;
		text-transform: uppercase;
		letter-spacing: .05em;
		border: 1px solid #998b7f;
		border-color: transparent;
	}

	.header-search input[type=search]:focus {
		width: 160px;
		border: 1px solid #998b7f;
		border-color: rgba(71,55,48,.25);
		padding: 0 10px;
	}
	
	.header-search .search-submit {
		font-size: 18px;
		font-weight: normal;
		line-height: 25px;
		background-color: transparent;
		font-family: "fontello";
		color: #ffffff;
		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;
	}
	.header-search .search-submit:hover {
		color: #67a9a2;
	}
	
/* ---- 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'; } /* '' */