/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
#content {margin:0;}
.vc_responsive div.vc_row-fluid div[class*="vc_span"] {width:100%;}
div .vc_row-fluid [class*="vc_span"] {margin-left:0;}
.wpb_wrapper h1 {
	font-size:2em;
	margin-bottom:0;
}
.post-holder .entry-title {
    padding-top: 13px;
}
/* Navigations
---------------------------------------- */
/* Primary navigation */
nav.primary {
	clear:both;
	width:100%;
	margin:0;
	text-align:center;
	padding:10px 0;
}
/* Logo */
.logo {
	padding-bottom:10px;
	margin:0;
	top:0;
	width:106px;
}
.logo img{
	width:150px;
	height:auto;
}
/* Top search */
#top-search {
	margin-top: 0;
	top:40px;
	right:10px;
}
#top-search .input-search {
	width:150px;
}
.select-menu {
    display: block;
    margin: 0;
    position: absolute;
    right:0;
    top: 0;
    width: 50%;
	z-index:5;
}
/* Slider
---------------------------------------- */
.flex-direction-nav,.flex-control-nav {display:none;}
#slider-wrapper {
    height: auto;
    margin: 0 auto;
    width:auto;
}
/* Post */
.post-meta .fright {
	float:right;
	clear:none;
}
/* 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
---------------------------------------- */
.recent-posts.team li,
.recent-posts.clients li {
	float: left;
	width: 125px;
	overflow: hidden;
	margin: 0 20px 20px 0;
}
/* 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:420px;
	height:263px;
}
#gallery .portfolio li img {
	width:100%;
	height:auto;
}
/* 1 column portfolio*/
#gallery.one_column .portfolio li a.image-wrap {
	width:420px;
	height:225px;
	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:420px;
	height:246px;
}				
/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
	width:200px;
	margin-right:15px;
}
#gallery.four_columns .portfolio li.even {
	margin-right:0;
}
#gallery.four_columns .portfolio li a.image-wrap {
	width:200px;
	height:130px;
}
/* Sidebar
---------------------------------------- */
#searchform .searching {
	width:260px;
}
/* Footer
---------------------------------------- */
#footer .menu li {text-align:left;}
#nav_menu-3 {width:50%;margin:0;}
#footer .widget_text {
	width:50%;
	margin:0;
	padding:0;
	border-left:0;
	float:left;
}
#nav_menu-3 h3 {text-align:left;}
#nav_menu-3 .menu-navigation-fr-container {float:none;}
}