/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 995px) {

/* Logo */
.logo h1,
.logo h2 {
	font-size:50px;
	line-height:55px;
	margin:-9px 0 0 0;
	}
#top-search {
	padding:0;
}
/* Slider
---------------------------------------- */
.flexslider-holder {
	height:392px;
	}
.flex-caption h2 {
	font-size:26px;
	line-height:30px;
}
	
.flex-caption .button {
	font-size:14px;
	line-height:20px;
	padding:15px 30px;
	
}
/* Navigation
---------------------------------------- */

.sf-menu > li {
	width:151px;
}	

.sf-menu > li > a {
	line-height:70px;
	height:70px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:			72px; /* match top ul list item height */
}
	
/* Flickr widget */
.flickrImages a {
	width:58px;
	height:58px;
	}

.frame.alignleft img,
.frame.alignright img,
.frame.alignnone img	{
	width:100% !important;
	height:auto !important;
	}
.suffix_2.left {
		padding-right:0 !important;
		padding-left:64px !important;
	}
/* SlidesJS */
.slides_container {
	width:182px;
	display:none;
}
.slides_container .item {
	width:182px;
	height:170px;
	display:block;
}
.slides_container .featured-thumbnail {
	width:172px !important;
}



.widget-before-content {
	float:left;
	width:189px;
	position:relative;
}
.top-box {
	padding:15px 20px 20px 20px;
}

/* Team */
.recent-posts.team li {
	width:150px;
	}
.recent-posts.team li .featured-thumbnail {
	width:140px;
	height:auto;
	overflow:hidden;
	}

/* Address */
.address dd {
	width:195px;
	}
	.address dd span {
		width:80px;
		}

.post-meta time {
	display:block;
}
.post-meta span {
	display:block;
	margin:0;
	padding:0;
}
.post-meta .sep {
	display: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%;
	}


/* Post Formats
---------------------------------------- */

/* Image Post Format */
.image-post-format img {
	width:100%;
	overflow:hidden;
	}	

/* Gallery Post Format */
.slides_container_gallery {
	width:534px;
	height:270px;
	}
	.slides_container_gallery .g_item {
		width:534px;
		}

.wpcf7-not-valid-tip {
	width:233px !important;
	}
	
/* Portfolio
---------------------------------------- */

/* Default layout 3 columns */
#gallery .portfolio li {
	width:237px;
	margin:0 17px 50px 0;
	}
	#gallery .portfolio li a.image-wrap {
		width:227px;
		height:117px;
		}

/* 1 column portfolio*/
#gallery.one_column .portfolio li a.image-wrap {
	width:490px;
	height:245px;
	float:left;
	}
	#gallery.one_column .folio-desc {
		width:225px;
		padding-top:5px;
		}

		
/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
	width:365px;
	margin-right:20px;
	}
	#gallery.two_columns .portfolio li a.image-wrap {
		width:355px;
		height:192px;
		}

/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
	width:173px;
	margin-right:17px;
	}
	#gallery.four_columns .portfolio li a.image-wrap {
		width:163px;
		height:97px;
		}
	
/* Comment Form */
.commentlist ul.children {
	margin-left:0;
	}	

	
/* Sidebar
---------------------------------------- */
#searchform .searching {
	width:162px;
	}	
.page-search #searchform .searching {
	width:85%;
}
.page-search #searchform .submit {
	margin:6px 10px 0 0;
}
#right-content-area:before {
		left:-35px;
	}
.post_list .featured-thumbnail {
	float:none;
	overflow:hidden;
	display:inline-block;
}
#back-top-wrapper, #back-top a {display:none;}
}