/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");




.no-display-laptop { display: none; }


.carousel-inner .q_slide_subtitle, .carousel-inner h2 { text-shadow: 0px 0px 20px rgba(0,0,0,0.99)}
.carousel-inner .image { filter: blur(3px); -webkit-filter: blur(3px);  }
.home .carousel-inner .image { filter: blur(0px); -webkit-filter: blur(0px);  }

.home .q_slide_title, .home .q_slide_text {  background-color: rgba(48,56,66,0.7)!important; padding: 30px 0; margin: 0 auto!important;  }
.home .q_slide_text { padding-top: 0!important; }

.portfolio_categories, .social_share_title, .portfolio_single_text_holder h3 { display: none!important; }

body .gform_wrapper input[type=submit]:hover, body .gform_wrapper input[type=button]:hover, body .gform_wrapper input[type=reset]:hover { background-color: #807c75; border-color: #444038; }


/* =============================================================================
Media Queries for Responsive Design
========================================================================== */

@media all and (min-width: 1405px) {


}
 

@media all and (max-width: 1405px) {
 
}



@media all and (max-width: 1200px) {   /*--- landscape tablet ---*/ 

#logo { border: 2px solid red;  }


}





@media all and (max-width: 980px) {   /*--- portrait tablets  ---*/ 

#logo { border: 2px solid aqua; }


}






@media all and (max-width: 768px) {   /*--- smartphones landscape ---*/ 

#logo { border: 2px solid fuchsia; }

}






@media all and (max-width: 690px) {    /*--- smartphones landscape ---*/ 

#logo { border: 2px solid lime; }

	h1 { text-align: left!important;}	
	
	
}






@media all and (max-width: 480px) {   /*--- smartphones portrait ---*/ 

#logo { border: 2px solid gray; }

.display-phone { display: block; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {  width: auto!important;  }
	
}




