/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {

/* Navigations
---------------------------------------- */

/* Primary navigation */
nav.primary {
	clear:both;
	width:100%;
	margin:0;
	text-align:center;
	padding:10px 0;
}
#header {
	padding-bottom:0;
}
/* Logo */
.logo {
	padding:8px 0 16px;
	float:left;
	}
.logo img{
	width:150px;
	height:auto;
	}
	.logo .tagline {
		display:block;
		}
.logo h1,
.logo h2 {
	font-size:35px;
	line-height:38px;
	margin:-5px 0 0 0;
	}

/* Top search */
#top-search {
	margin-top:0;
	float:right;
	padding:0;
	}
#top-search .input-search {
	width:150px;
	margin-right:0;
	}
#top-search #submit {
	width:40px;
	height:40px;
	padding:0;
	background:url(../images/search-icon.gif) center center no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position:absolute;
	right:0;
	top:0;
	margin:0;
	}
#top-search #submit:hover {
	background:url(../images/search-icon.gif) center center no-repeat;
}

.page-search #searchform .searching {
	width:82%;
}		
	
/* Slider
---------------------------------------- */
.flexslider-holder {
	height:227px;
	}
.flex-caption {
	padding:10px 0 0 0;
}
.flex-caption h2 {
	font-size:26px;
	line-height:30px;
	float:none;
	text-align:center;
	width:100%;
}
.flex-caption .frame {
	float:none;
	text-align:center;
	width:100%;
}
.flex-caption .button {
	font-size:14px;
	line-height:20px;
	padding:15px 30px;
	
}
/* Flickr widget */
.flickrImages a {
	width:69px;
	height:69px;
	}

.widget-before-content {
	float:none;
	width:100%;
}
.top-box:before {
	display:none !important;	
}
.top-box:after {
	display:none !important;
}
.indent-right:after {
	display:none !important;
}
.frame {
	display:inline-block;
}
#right-content-area:before {
	display:none;
}
.services_post_list li a span {
	background-position:0 8px;
}
.withsidebar .primary_content_wrap:before {
	width:0 !important;
}

/* Testimonials list*/

.hentry .featured-thumbnail {
	float:none;
	overflow:hidden;
	display:inline-block;
}

/* Images */
.frame.alignleft,
.frame.alignright,
.frame.alignnone {
	margin-right:0;
	width:404px;
	}
	
/* SlidesJS */
.slides_container {
	width:420px;
}
.slides_container .item {
	width:420px;
	height:250px;
}
.slides_container .item .thumbnail img {
	width:100%;
	height:auto;
	}

/* Comments */
.commentlist ul.children {
	margin-left:0;
	}


/* Post Formats
---------------------------------------- */

/* Image Post Format */


/* Gallery Post Format */
.slides_container_gallery {
	width:420px;
	height:200px;
	}
	.slides_container_gallery .g_item {
		width:420px;
		}

/* Audio Format Type */
.audiojs .scrubber {
	width:248px;
	}
	
		
	
/* Portfolio
---------------------------------------- */

/* Default layout 3 columns */
#gallery .portfolio li {
	width:auto;
	float:none;
	margin-right:0;
	}
	#gallery .portfolio li a.image-wrap {
		width:410px;
		height:212px;
		}
		#gallery .portfolio li img {
			width:100%;
			height:auto;
			}

/* 1 column portfolio*/
#gallery.one_column .portfolio li a.image-wrap {
	width:410px;
	height:205px;
	float:none;
	}
	#gallery.one_column .folio-desc {
		width:100%;
		padding-top:15px;
		margin:0;
		}
			
			
/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
	width:100%;
	margin-right:0;
	}
	#gallery.two_columns .portfolio li a.image-wrap {
		width:410px;
		height:224px;
		}		
			
/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
	width:200px;
	margin-right:17px;
	}
#gallery.four_columns .portfolio li.even {
	margin-right:0;
	}
	#gallery.four_columns .portfolio li a.image-wrap {
		width:190px;
		height:114px;
		}

		
.type-post .featured-thumbnail, .type-portfolio .featured-thumbnail {
	width:380px;
	overflow:hidden;
}
	.type-post .featured-thumbnail img, .type-portfolio .featured-thumbnail img {
		width:100%;
	}
/* Sidebar
---------------------------------------- */
#searchform .searching {
	width:340px;
	}

.wpcf7-not-valid-tip {
	width:390px !important;
	}
.slides_container .featured-thumbnail {
	float:left;
}
#back-top-wrapper, #back-top a {display:none;}

}