/* 
--------------------------------------------------------
Responsive
--------------------------------------------------------*/	

img, object, embed, iframe {max-width: 100%;}

img {height: auto;}

#template_name {
	background:rgba(255,255,255,.9);
	border:solid 1px silver;
	bottom:0;
	font-size:12px;
	left:0;
	padding:6px;
	position:fixed;
	z-index:999;
}

.only_mobile {display:none;}

/* Remove round corners on ipad and iphone */

input {
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
}

/* 
--------------------------------------------------------
Media Queries
--------------------------------------------------------*/

	@media only screen and (min-width: 1140px)  {}
	
	@media only screen and (max-width: 989px) {}
	
	@media only screen and (min-width: 768px) and (max-width: 989px) {}
	
	@media only screen and (max-width: 767px) {
		
		.only_desktop {display:none;}
		
		.only_mobile {display:block;}
		
		.page-id-20 #after_full_slider_1 {display:block;}
		
		.page-id-20 #after_full_slider_1 .container {width:100% !important;max-width:100% !important;}
		
		.page-id-20 #after_full_slider_1 .content {padding-top:0;padding-bottom:0;}
		
		.single-portfolio #after_full_slider_1 {display:block;}
		
	}
	
	@media only screen and (min-width: 480px) and (max-width: 767px) {}
	
	@media only screen and (max-width: 500px) {
		.logo img {max-width:66% !important;}
	}