/* 
Theme Name: What Megan's Making
Theme URL: http://www.whatmegansmaking.com
Description: Custom responsive theme for the What Megan's Making.
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: 64%;
        max-width: 600px;
        float: left;
        display: inline-block;
    }

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

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

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

/*---------STRUCTURE---------*/

body                {
	color: #7D7870;
	font-size: 14.5px;
	font-family: "Source Sans Pro", Helvetica, Arial, Geneva, sans-serif;
	line-height: 1.7;
	background-color: #fff;
	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: #dead85;
	text-decoration: none }
a:hover           {
	color: #ebceb6;
	text-decoration: none }
p   {
	margin-top: 0;
	margin-bottom: 15px }
h1, h2, h3, h4, h5            {
	font-family: "Lobster Two", "Source Sans Pro", Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.2;
	margin: 15px 0 }
h1               {
	color: #dead85;
	font-size: 38px; }
h2               {
	color: #dead85;
	font-size: 30px; }
h3                 {
	color: #dead85;
	font-size: 24px; }
h4  {
	color: #dead85;
	font-size: 22px; }
h5  {
	color: #dead85;
	font-size: 22px; }
strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

.clear {
    clear: both;
}

/*---------HEADER---------*/
.slicknav_menu {
    display: none;
}
.topbar {
	background-color: #bdbbb7;
}
.header {
    margin-bottom: 40px;
    text-align: center;
}

.header .wrap {
}

.header .logo {
	margin: 20px 0;
    padding: 30px 30px 30px;
	background-image: url(images/bg.png);
}

.header .logo a {
    display: inline-block;
    width: 565px;
    height: 90px;
    background: url(images/logo.png) no-repeat;
    background-size: 100% auto;
}

/*---------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: #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: #6c6e70;
    font-size: 95%;
}

.leftsidebar {
    width: -moz-calc(100% - 175px);
    width: -webkit-calc(100% -175px);
    width: calc(100% - 175px);
    float: left;
}

.rightsidebar {
    width: 160px;
    float: right;
}

.midsidebar {
	overflow: hidden;
}

.lowersidebar {
    clear: both;
}

.widget {
    margin-bottom: 40px;
}

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

h3.widgettitle {
 	margin: 0 auto 15px; 
 	
}

.widget a {
    text-decoration: none;
}

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

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

.sidebar select {
    color: #6c6e70;
    font-size: 13px;
    font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
    font-style: italic;
    line-height: 35px;
    height: 35px;
    padding: 0 8px;
    width: 100%;
    border: 1px solid #ededed;
}
.screen-reader-text {
    display: none;
}
.social {
	text-align: center;
}
.social a {
	font-size: 34px;
	padding: 3px;
}
.email-form {
    clear: both;
    margin: 12px 0 0;
}

.email-input {
    color: #989a9b;
    font-size: 12.5px;
    color: #6c6e70;
    font-size: 13px;
    font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
    font-style: italic;
    line-height: 34px;
    background-color: #ffffff;
    border: none;
    padding: 0 12px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    width: 78%;
    height: 36px;
}

.email-submit {
    font-size: 15px;
    font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 600;
    line-height: 35px;
	color: #ffffff;
	background-color: #ddac84;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0px 10px;
    margin: 0 0 0 -4px;
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    width: 22%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.email-submit:hover {
    background-color: #e7c5a9;
}

.search-form {
    clear: both;
    border: 1px solid #ebeae9;
}

.search-input {
    color: #989a9b;
    font-size: 12.5px;
    color: #6c6e70;
    font-size: 13px;
    font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
    font-style: italic;
    line-height: 34px;
    background-color: #ffffff;
    border: none;
    padding: 0 12px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    width: 85%;
    height: 36px;
}

.search-submit {
    font-size: 18px;
    font-family: "fontello";
    line-height: 35px;
	color: #ddac84;
	background-color: transparent;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0px 10px;
    margin: 0 0 0 -4px;
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    width: 15%;
    text-align: right;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.search-submit:hover {
    color: #e7c5a9;
}



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

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

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

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

.featured h4, .popular h4 {
    margin: 7px 0;
	font: 15px "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.1;
}

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

.featured a:hover, .popular a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.leftsidebar .featured .item, .leftsidebar .popular .item {
    width: 100%;
    float: none;
    margin: 0 0 15px 0;
}

/*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: 0 0 15px 0;
}
.recentposts img {
    display: block;
    width:30%;
    margin-right: 4%;
    height: auto;
    float: left;
}

.recentposts h4 {
  margin: 10px 0 5px;
  font: 16px "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
  line-height: 1.2;
}

.recentposts a h4 {

}

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

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


/*---------POSTS---------*/

.post              {
	margin-bottom: 40px }
h1.posttitle, h2.posttitle {
	margin: 0;
}
h1.posttitle a, h2.posttitle a {
	
}
.postmeta    {
	color: #B1AEA9;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin: 0 0 20px; }
.postmeta em  {
	letter-spacing: normal;
	text-transform: lowercase }
.postmeta a, .metabottom a        {
	color: #B1AEA9;
	text-decoration: none }
.postmeta a:hover, .edit a:hover        {
	color: #DEAD85;
	text-decoration: none }
.postmeta p {
	margin: 0;
	padding: 0 }
.postmeta .ccount {
	margin-left: 15px;
}
.ccount a:before {
	font-family: fontello;
	display: inline-block;
	content: '\e802'; 
	color: #DEAD85;
	font-size: 14px;
	line-height: 1;
	margin-right: 2px;
	}
.metabottom               {
	margin-top: 25px;
	border-top: 1px solid #ebeae9;
	border-bottom: 1px solid #ebeae9;
	padding: 12px 3px;
	overflow: hidden; }
.metabottom .left     {
	line-height: 20px;
	width: 60%;
	float: left }
.metabottom .right      {
	line-height: 20px;
	text-align: right;
	text-transform: lowercase;
	width: 40%;
	float: right }
.metabottom img {
	vertical-align: middle }

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

a.post-edit-link:hover, a.comment-edit-link:hover, a.comment-reply-link:hover, a#cancel-comment-reply-link:hover {
    color: #fff;
    background-color: #6c6e70;
}

.alignleft {
    margin-right: 10px;
    float: left;
}

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

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

.post blockquote {
	margin: 15px 0;
    padding: 25px 25px 12px;
    font-size: 110%;
    color: #96928c;
    font-style: italic;
	background-image: url(images/bg.png);
}
	.post blockquote p {
		
	}

.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;
}
.addthis_toolbox {
	margin-top: 15px }
a.more-link    {
	color: #dead85;
	font-size: 20px;
	font-family: "Lobster Two", "Source Sans Pro", Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
	text-transform: lowercase }
a.more-link:hover   {
	color: #EBCEB6 }
	
.relatedposts {
	overflow: hidden;
	margin-bottom: 35px;
}
/* Recipe Styles*/
.recipe                  {
	color: #7d7870;
	font-style: normal;
	background-color: #fbfbfb;
	background-image: url("images/bg.png");
	margin-top: 5px;
	margin-bottom: 12px;
	padding: 25px 30px 20px;
	border-style: none;
}

.recipe h2 {
	margin: 5px 0;
}

.recipe h3 {
    margin: 0 0 10px;
}
	.recipe h3#directions {
		margin-top: 30px;
	}
.recipe h4 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #b0ada9;
}
.recipe ul li {
	margin-bottom: 0;
}
.recipe ol li:last-of-type, .recipe ul li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}
.recipe ul li:before {
	color: #b0ada9;
}
.recipe .summary {
    margin: 15px 0 25px;
    clear: left;
    font-style: italic;
    font-size: 110%;
}

.recipe .time {
    margin: 0;
    color: #b0ada9;
    font-size: 13px;
}
.recipe .time p {
    margin: 0 15px 0 0;
    padding: 0;
    display: inline-block;
}
.recipe .time strong {
	color: #b0ada9;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 12px;
}

.recipe .photo {
    margin: 0 0 10px 15px;
    float: right;
    width: 28%;
}

.recipe .printbutton {
    clear: right;
    float: right;
    width: 28%;
}

.printbutton a {
    margin: 0;
    display: block;
    color: #ffffff;
    background-color: #dead85;
    font-size: 18px;
    line-height: 35px;
    font-family: "Lobster Two", "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
    text-decoration: none;
    text-align: center;
    padding: 0 10px;
}

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

.printbutton a:hover, .printbutton a:active {
    color: #ffffff;
    background-color: #EBCEB6;
}


.recipe .notes {
    font-style: italic;
    border-top: 1px solid #ededed;
    margin-top: 25px;
    padding-top: 20px;
    font-size: 92%;
    line-height: 1.5;
}
.recipe .notes p {
	display: block;
}
.recipe .source {
    color: #b0ada9;
    font-size: 12px;
    font-style: italic;
    margin-top: 15px;
    clear: left;
}


/*---------TEASER STYLES---------*/	
.teaserpost  {
	overflow: hidden;
	margin-bottom: 40px; }
.teaserpost img  {
	width: 40%;
	margin-right: 4%;
	float: left }
.teaserpost h2  {
 }
.teaserpost .postmeta  {
	margin-bottom: 9px }
.teaserpost p  {
	 }
.excerptmore  {
	margin-top: 10px }

/*---------ARCHIVE STYLES---------*/


.archives     {
	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 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;
}

.archivepost 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: #919394;
    text-decoration: none;
}

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

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

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

.subcategories li: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: #ddac84;
    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: #989a9b;
     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: #ddac84;
    cursor: pointer;
}

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

.tagindex li:before {
    display: none;
}

.tagindex a {
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    display: block;
    margin-right: 2px;
    width: 17px;
    height: 19px;
    float: left;
    border: solid 1px #f6f5f5;
}

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

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

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

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

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

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

.tagtitle em {
    color: #989a9b;
    letter-spacing: normal;
    font-style: italic;
    margin-left: 10px;
    float: right;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
}

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

.tagtitle a:hover {
    color: #6c6e70;
}
	
/*---------FOOTER---------*/
.footer-ad {
	text-align: center;
	margin: 25px 0;
}
.footer {
	color: #b1aea9;
	background-image: url("images/bg.png");
	margin: 0 auto;
	width: 100%;
	overflow: hidden }
.footer-widgets {
	overflow: hidden;
	
	padding: 25px 0;
}
.footer-widget  {
	width: 30%;
	float: left }
	.footer-widget.popular-posts {
		width: 60%;
	}
	.footer-widget:last-of-type {
		float: right;
	}
.footer .popular .item {
	width: 50%;
	margin: 0 0 12px;
	padding: 0;
	text-align: left;
	float: left;
	clear: none !important;
}
.footer .popular .item img {
    display: block;
    width:30%;
    margin-right: 4%;
    height: auto;
    float: left;
}

.footer .popular .item h4 {
  margin: 10px 0 5px;
  font: 16px "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
  line-height: 1.2;
}

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

.footer .popular .item .postmeta {
    font-size: 10px;
    margin: 0;
}
.footer .recentposts img {
    display: block;
    width:22%;
    margin-right: 3%;
    height: auto;
    float: left;
}

.subfooter {
	font-size: 12px;
	overflow: hidden;
	padding: 10px 0;
	clear: both;
	border-top: 4px solid #fff }
.subfooter a:link,  .subfooter a:visited,  .subfooter a:active {
	color: #b1aea9;
	text-decoration: none }
.subfooter a:hover {
	color: #dead85 }
.footerpages {
	margin: 0;
	padding: 0;
	width: 70%;
	float: left }
.footerpages li {
	text-transform: uppercase;
	letter-spacing: .05em;
	margin: 0 20px 0 0;
	padding: 0;
	display: inline-block; }
.copyright {
	font-size: 11px;
	color: #b5b4b1;
	text-align: right;
	width: 30%;
	float: right }
.adspace {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px }
	
/*---------FORMS---------*/
#submit, .submitbutton, #commentform #submit {
	color: #fff;
	font-size: 22px;
	font-family: "Lobster Two", "Source Sans Pro", Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
	line-height: 36px;
	background-color: #dead85;
	text-transform: lowercase;
	cursor: pointer;
	padding: 0 15px 3px;
	border-style: none;  }
#submit, .submitbutton {
	margin-top: 10px }

#submit:hover, .submitbutton:hover, #commentform #submit:hover {
	background-color: #ebceb6 }

.commentinput, .styledinput, .captchainput, #commentform input  {
    color: #6c6e70;
    font-size: 13px;
    font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    line-height: 18px;
    background-color: #fff;
    margin-bottom: 7px;
    padding: 10px;
    border: solid 1px #e2e2e2;
}
.commentinput, #commentform input {
	width: 100% }
	
#commentform textarea {
	color: #6c6e70;
	font-size: 13px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #ececec;
	width: 100%
}
#commentform #submit {
	width: auto;
}
.wpcf7-form {
    font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
    width: 100%;
}

.wpcf7-form .formfield {
    overflow: hidden;
}

.wpcf7-form p {
    font-size: 13px;
    line-height: 30px;
    text-align: right;
    text-transform: uppercase;
    display: block;
    margin: 0 20px 0 0;
    padding: 7px 0;
    width: 100px;
    float: left;
}

.wpcf7-form .styledinput {
    display: block;
    margin: 0;
    width: 400px;
    float: left;
}

.wpcf7-form .submit {
    margin-left: 120px;
    clear: both;
}

/*---------COMMENTS---------*/

#comments, #pings           {
	margin-top: 5px }
#respond            {
	margin-top: 65px }
#comment-list          {
	font-size: 94%;
	list-style-type: none;
	margin: 20px 0 30px;
	padding: 0;
	border-bottom: 1px solid #ececec;
}
#comment-list li           {
	margin: 0;
	padding: 30px 0 20px 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;
	 }

.comment-meta strong           {
	color: #6c6e70;
	font-size: 14px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em; }
.comment-meta strong a            {
	color: #6c6e70;
	text-decoration: underline }
.comment-meta a:hover         {
	color: #ddac84;
	text-decoration: underline }


#comment-list .avatar    {
	float: left;
	margin-left: -60px; }
	
#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 }
	
	
.wp-smiley {
	vertical-align: middle }
.comment-nav {
	color: #989a9b;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 8px 2px 7px }
.comment-nav em {
	font-style: normal;
	margin-right: 15px }
.comment-nav em img {
	margin-right: 2px;
	vertical-align: middle }
.comment-nav .page-numbers {
	color: #989a9b;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.comment-nav .current {
	color: #ddac84;
	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: #ddac84 }
.comment-nav .alignright a {
	color: #989a9b;
	text-decoration: none }
.comment-nav .alignright a:hover {
	color: #ddac84;
	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: #ddac84;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #ddac84;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #ddac84;
	text-decoration: underline }

/*---------PAGE NUMBERS---------*/
.home-post-nav {
    margin: 30px 0 50px;
    clear: both;
}
.home-post-nav h3 {
	color: #ddac84;
	text-align: center;
}
.pagination {
    font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em;
    clear: both;
    text-align: center;
    font-size: 13px;
}

.pagination .page-numbers {
    color: #989a9b;
    padding: 5px 10px;
    border: solid 1px #f5f5f5;
    text-decoration: none;
}
	.pagination span.page-numbers.current {
	    color: #ffffff;
	    background-color: #ddac84;
	    font-weight: bold;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
.pagination a.page-numbers:hover {
    color: #fff;
    background-color: #ddac84;
}

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

#main {
    text-align: right;
    height: 36px;
}

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

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

#main a {
    display: block;
    text-decoration: none;
    padding: 0 12px 0;
    color: #ffffff;
}
#main a:hover, #main li.menu-item-has-children:hover>a {
    color: #ffffff;
    background-color: #ddac84;
    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-top: 0;
    margin-left: -80px;
    width: 160px;
    z-index: 2000;
    background-color: #ddac84;
    background-color: rgba(221,172,132,.9);
}
		
	#main li.search .sub-menu {
		left: 50%;
		margin-left: -180px;
		padding: 10px;
		width: 200px;
	}
	#main li.search .sub-menu:after {
		left: 90%; 
	}
#main .sub-menu .menu-item {
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
    font-weight: normal;
}

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

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

#main .sub-menu .menu-item a:hover {
    color: #7c776f;
    background-color: transparent;
}

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

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

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

#main li li a:after {
    display: none;
}
/* Top Search */
#main li.search {
	font-size: 19px;
}
#main li.search em {
	display: none;
}
.menu-search {
	background-color: #ffffff;
	border: none;
	width: 180px;
}
.menu-search .search-input {
	border: none;
	background-color: transparent;
	width: 100%;
	font-size: 13px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
}
.menu-search .search-submit {
	display: none;
}
.header-search {
	float: right;
	text-align: right;
	margin: 0;
	display: inline-block;
	position: relative;
}
.header-search {
	float: right;
	display: inline-block;
	text-align: right;
	margin: 6px 0 0 18px;
}
	.header-search input[type=search] {
		-webkit-appearance: textfield;
		-webkit-box-sizing: content-box;
		font-family: inherit;
		font-size: 100%;
	}
	.header-search input::-webkit-search-decoration,
	.header-search input::-webkit-search-cancel-button {
		display: none; 
	}
	
	
	.header-search input[type=search] {
		border: 1px solid #ffffff;
		background-color: #ffffff;
		color: #1d1a1f;
		padding: 6px 10px 5px 10px;
		margin-right: 30px;
		width: 60px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
		font: italic 13px "Fira Sans", Arial, Helvetica, Geneva, sans-serif;
	}

	.header-search input[type=search]:focus {
		width: 200px;
		background-color: #fff;
		color: #424242;
		border: 1px solid #e8e8e8;
	}
	
	.header-search .search-submit {
		font-size: 16px;
		font-weight: normal;
		line-height: 25px;
		background-color: transparent;
		font-family: "fontello";
		cursor: pointer;
		border-style: none;   
		padding: 2px;
		width: auto;
		margin: 0 0 0 -4px; 
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		position: absolute;
		right: 0;
	}

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

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;


}
 
.icon-rss:before { content: '\e800'; } /* '' */
.icon-rss-circled:before { content: '\e80d'; } /* '' */
.icon-twitter:before { content: '\e809'; } /* '' */
.icon-twitter-circled:before { content: '\e808'; } /* '' */
.icon-facebook:before { content: '\e807'; } /* '' */
.icon-facebook-circled:before { content: '\e80a'; } /* '' */
.icon-pinterest:before { content: '\e811'; } /* '' */
.icon-pinterest-circled:before { content: '\e80c'; } /* '' */
.icon-instagram:before { content: '\e80f'; } /* '' */
.icon-instagram-circled:before { content: '\e80e'; } /* '' */
.icon-gplus:before { content: '\e812'; } /* '' */
.icon-gplus-circled:before { content: '\e80b'; } /* '' */
.icon-youtube:before { content: '\e810'; } /* '' */
.icon-youtube-circled:before { content: '\e804'; } /* '' */
.icon-email-circled:before { content: '\e806'; } /* '' */

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

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