/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 995px) {

#content.right .post-holder,#content.left .post-holder,#respond,.commentlist,.related-posts{padding-right: 40px;}

/* Logo */
.logo h1,.logo h2 {font-size:2.2em;}

/* Slider
---------------------------------------- */
.flexslider-holder, #slider-wrapper {height:auto;}
.flex-control-nav {bottom: -41px;}	

/* SlidesJS */
.slides_container {width:224px;}
.slides_container .item {
	width:224px;
	height:170px;
	}
	.slides_container .item .featured-thumbnail {
		float:none;
		margin-right:0;
		overflow:hidden;
		}
		.slides_container .item .featured-thumbnail img {
			width:100%;
			height:auto;
			}

.recent-posts.methods li .featured-thumbnail {
	margin: 5px 0 10px 0;
	float: none;
	display: block;
}
	.recent-posts.methods li h5 {padding-top: 0;}
	.recent-posts.methods li .featured-thumbnail img{float: none;}
	
/* Google Map */
.google-map {
	position: relative;
	padding-bottom: 46.25%;
	height: 0;
	overflow: hidden;
	margin:0 0 2% 0;
}
.google-map iframe,  
.google-map object,  
.google-map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

/* Sidebar
---------------------------------------- */
#searchform .searching {width:130px;}	

}