/* Tablet Layout */



@media only screen and (max-width: 1000px) {

.blogpostitem-image{
	min-height:165px;
	background-size:cover;
	background-position:center center;
}
	
	
	.blogpostitem{
	width:48% !important;
	}
	
	.recentpostsbox{
	overflow:visible !important;
	}
	

}

@media only screen and (max-width: 979px) {

	
	.mainwrapper {
	padding: 2%;
	
}

.mainwrappernominheight{
	
	padding: 2%;
}
	

.logo a{
	
	font-size:32px !important;
	
}

	
.category-item{
width: calc(97% / 3);
height:100px;
float:left;	
text-align: center;
vertical-align: middle;
line-height: 100px;

margin-right:1%;
}


.blogpostitem{
	float:none;
	width:98%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:2%;
	height:auto !important;
}

.blogpostitem-text{
min-height:auto !important;


}

.blogpostitem-text h3{
height:auto;
}

.twothird{
	float:none;
	width: 98%;
	padding:1%;
	margin-right:0px;
	min-height:145px;
}

.onethird{
	float:none;
	width: 98%;
	padding:1%;
	background-color: #F0EFEA;
		min-height:145px;
}

.aboutcol{
	float:none;
	width: 98%;
	padding:1%;
	margin-right:0px;
	min-height:145px;
}

.archivecol{
	float:none;
	width: 98%;
	padding:1%;
	background-color: #F0EFEA;
		min-height:145px;
}



}



@media only screen and (max-width: 600px) {


	

p{
/*font-size:18px !important;
	line-height:29px !important;*/
	text-align:left;
}

.webheader {
	height: 200px;	
}

.blogfeaturedimage {
    background-position:center center; 
    height:200px; 
    background-size:cover;
    margin-bottom:2%;

}



	.onethird{
	display:none;
}

	.mainbodywide{
	width:94%;	
	padding:3%;
	}
	
	.post{
	padding:3% !important;
	width:94% !important;
	}
	
	
	
}

/* Mobile Layout */

@media only screen and (max-width: 481px) {


	.blogpostitem{
	width:98% !important;
	}

.twothird{
	font-size:14px;
	line-height:17px;
}


.mainbody{
float:none;
width: 100%;
}



.mainsidebar{
float:none;
width:96%;
padding-left:2%;
margin-left:0px;
padding-top:15px;
}

#sidebar
{
	width: 100%;
}

img.size-full{
	width:100% !important;
	height:auto !important;	
	margin-left:0%;
}

	
.category-item{
width: calc(98% / 2);
height:100px;
float:left;	
margin-right:1%;
text-align: center;
vertical-align: middle;
line-height: 100px;
margin-bottom:1%;
}

.category-item:nth-child(2){
	
margin-right:0%;
}

.category-item:nth-child(3){
	
margin-right:1%;
}

.category-item:nth-child(4){
	
margin-right:0%;
}




.webarchive{
float:none;
width: 92%;
margin-right:0%;
padding:3% !important;
margin:1% !important;

}

.subscribe{
float:none;
width: 92%;
margin-right:0%;
padding:3% !important;
margin:1% !important;
}

.aboutme{
float:none;
width: 92%;
margin-right:0%;
padding:3% !important;
margin:1% !important;
}



}