html {
	  -webkit-text-size-adjust: 100%;
}


/*---RESPONSIVE QUERIES---*/
@media ( max-width : 800px ) {
	.wrapper                                 {
		padding: 0 20px; }
}
@media ( max-width : 700px ) {
	.hide_on_mobile {
		display: none;
	}
	.mobilemenu {
		display: block !important;
		text-transform: uppercase;
		letter-spacing: .03em;
		text-align: center;
		border-top: 1px solid #efe7e7;
		margin-top: 15px;
		padding-top: 15px; }
		.mobilemenu a {
			padding: 5px 5px;
		}
		.mobilemenu a:link, .mobilemenu a:visited, .mobilemenu a:active     {
			color: #572930;
			text-decoration: none }
		.mobilemenu a:hover     {
			color: #8a0018;
			text-decoration: none }
		.mobilemenu ul {
			margin: 0;
			padding: 0 }
		.mobilemenu li {
			display: inline-block;
			margin: 0 8px }
			.mobilemenu li.social {
				margin: 15px auto 0;
				width: 100%;
				text-align: center;
				display: block;
			}
				.mobilemenu li.social a {
					margin: 0;
				}
			.mobilemenu li.search {
				margin: 15px auto 0;
				width: 100%;
				max-width: 350px;
				display: none;
			}
			.mobilemenu li.search .mobilesearch {
				width: 100%;
			}

	.header {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 15px;
	}
	.header.logo    {	
		text-align: center; }	


	#content                 {
		float: none;
		width: 100%;
		max-width: 100%; }
	.sidebar {
		border-top: 1px solid #efe7e7;
		clear: both;
		width: 100%;
		max-width: 100%;
		float: none;
		margin: 0 auto;
		margin-top: 35px;
		padding-top: 45px;
	}
	.sidebar .textwidget {
		text-align: center;
	}
	.sidebar .textwidget #blogherads_div {
		margin: 0 auto;
		text-align: center;
	}
	
	.subfooter {
		width: 100%;
		float: none;
	}
	
	.searchform   { 
		text-align: center;
		border: 1px solid #efe7e7;
		height: 35px;
		width: 100%;
	}
	.searchinput    {
		color: #aa8d8f;
		font-size: 12px;
		line-height: 35px;
		font-style: italic;
		font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		background-color: transparent;
		padding: 0 7px;
		border: none;
		display: inline-block;
		width: 70%;
		height: 35px; }
	.searchsubmit      {
		color: #572930;
		font-size: 12px;
		font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		line-height: 32px;
		background-color: transparent;
		text-transform: uppercase;
		letter-spacing: .03em;
		cursor: pointer;
		display: inline-block;
		margin: 0 0 0 -4px;
		text-align: right;
		width: 30%;
		height: 35px;
		padding: 0 10px;
		border: none }
	.searchsubmit:hover   {
		color: #8a0018; }
	
}

@media ( max-width : 525px ) {

	.archives .archivepost {
		width: 32%;
		float: left;	
		clear: none !important;
		margin-right: 2% !important;
		margin-bottom: 15px;
		text-align: center;
	}
	.archivepost:nth-of-type(3n) {
		margin-right: 0 !important;
	}
	.archivepost:nth-child(3n+1) {
		clear: both !important;
	}
	.archives .archivepost .postmeta {
	}
	.archives .archivepost h4 {
		
	}
	.relatedposts .archivepost:nth-child(3n) {
		display: none;
	}

	
}

@media ( min-width : 376px ) and ( max-width : 523px ) {

	
}
@media ( max-width : 445px ) {

	.wrapper {
		width: 100%;
		clear: both;
	}
	.recipe .photo {
		display: none;
	}
	.printbutton   {
		font-size: 12px; }
	.metabottom {
		text-align: center;
	}
	.metabottom .left, .metabottom .right {
		width: 100%;
		float: none;
		text-align: center;
	}
	
}
@media ( max-width : 425px ) {
	.wrapper	 {
		width: 100%;
		padding-right: 10px;
		padding-left: 10px; }

}
@media ( max-width : 375px ) {
	.archives .archivepost, .popular-posts .item {
		width: 48%;
		float: left;	
		clear: none !important;
		margin-right: 4% !important;
		margin-bottom: 15px;
		text-align: center;
	}
	.archivepost:nth-of-type(2n), .popular-posts .item:nth-of-type(2n) {
		margin-right: 0 !important;
	}
	.archivepost:nth-child(2n+1), .popular-posts .item:nth-child(2n+1) {
		clear: both !important;
	}
	
	#commentlist li          {
		padding: 20px 0px 15px 0px; }
	#commentlist .avatar {
		display: none;
	}

}