/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {


.header{max-width:420px;padding:10px 10px 1px;}
#main{max-width:440px;}
/* Navigations
---------------------------------------- */

/* Primary navigation */
nav.primary {
	clear:both;
	width:100%;
	margin:0;
	text-align:center;
	padding:10px 0;
}

/* Logo */
.logo {
	padding-bottom:0;
	width:100%;
	}
.logo img{
	width:150px;
	height:auto;
	}
	.logo .tagline {
		display:block;
		}

/* Top search */
#top-search {

	}
#top-search .input-search {
	width:150px;
	}
#top-search #submit {
	
	}

/* Header widget */
#widget-header {
	padding:5px 0 15px 0;
	}
	

#content {padding: 20px 0 15px;}

.col1{width:100%;float:none;}
.top-box h2{ font:300 20px/24px 'Lato', sans-serif;}	
	.top-box h2 span{font-size:23px; display:inline-block;}

.page-home .grid_3{ padding-top:40px;}

.team-list.recent-posts{
	overflow:hidden;
	background: #eceae9;
	padding:20px 20px 25px;
	position:relative; 
	margin:5px 0 0 0; 
	z-index:99}
	.team-list.recent-posts li{
		float:left;
		width:110px;
		min-height:200px;
		margin:0 15px 0px 0;}
			.team-list.recent-posts li .featured-thumbnail{ float:none;}
/* Slider
---------------------------------------- */
.flexslider-holder {
	height:185px;
	}

.flex-caption { display:none;}
.flex-control-nav {position: absolute; bottom: 5px; left:13px;}
/* Flickr widget */
.flickrImages a {
	width:69px;
	height:69px;
	}


.post-holder .featured-thumbnail {
	width:130px;
	height:auto;
	float:left;
	margin-right:15px;
	}

/* Post */
.post-meta .fright {
	float:right;
	clear:none;
	}

/* Testimonials list*/
article.testimonial {
	padding:30px 30px 30px 25px;
	background-position:120px 20px;
	}
	.testi-pic {
		left:20px;
		top:20px;
		width:70px;
		height:70px;
		}

/* 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;
	}

#commentform input[type="text"],
#commentform textarea {
	width:400px;
	max-width:400px;
	min-width:400px;
	}
.children #commentform input[type="text"],
.children #commentform textarea {
	width:400px;
	max-width:400px;
	min-width:400px;
	}


/* 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:420px;
		height:212px;
		}
		#gallery .portfolio li img {
			width:100%;
			height:auto;
			}

/* 1 column portfolio*/
#gallery.one_column .portfolio li a.image-wrap {
	width:420px;
	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:420px;
		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:200px;
		height:114px;
		}

		
		
/* Contact form */
.wpcf7-form p.field input {
	width:400px;
	}
.wpcf7-form textarea {
	float:left;
	width:400px;
	max-width:400px;
	min-width:400px;
	}
.wpcf7-not-valid-tip {
	width:395px !important;
	position:absolute;
	left:0 !important;
	top:0 !important;
	padding:4px 0 4px 10px !important;
	background:#f3b7b7 !important;
	color:red !important;
	border:none !important;
	}

.error404-num {font-size: 245px;}	
#error404 {
	padding:0 0 30px 0;
}
	#error404 hgroup {
		margin:0;
		padding-top:0;}
	
/* Sidebar
---------------------------------------- */
#searchform .searching {
	width:260px;
	}
	
/* Footer
---------------------------------------- */
#footer {padding:24px 0 50px;}
		
#widget-footer .social-networks{ margin:0; padding:20px 0 10px;}
#widget-footer .social-networks li { width:100px; }	
	#widget-footer .social-networks li a img{ margin:0 5px 0 0;}
	
#logo-footer{ display:none;}

	/* Footer text */
	#footer-text {margin-top:0;}
	

}