/*
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");

/* Dezareo's CSS */

/* white background home page chrome issue */

.full_width {
	position: relative !important;
}

.content, .content .container, .full_width {
    background-color: #fff;
}

#respond input[type="text"], 
#respond textarea, 
.contact_form input[type="text"], 
.contact_form textarea {
	border: solid 1px #cccccc !important;
}

#submit_comment, .blog_load_more_button a, .drop_down .wide .second ul li .qbutton, .drop_down .wide .second ul li ul li .qbutton, .load_more a, .qbutton {
	border: solid 1px #cccccc !important;
}

.qbutton:hover {
	background-color: #1E73BE;
	color: #ffffff;
}

qode_icon_font_awesome fa fa-search {
	margin-top: -20px !important;
}

.nicecolor:hover {
  background-color:gray;
  opacity: 0.5;

}

.qbutton {
	background-color: #1E73BE !important;
	color: #ffffff;
}

/* MEDIA QUERIES RESPONSIVE DESIGN */

@media screen and (max-width: 640px) {
     .image_with_text {
	width: 80% !important;
	margin-left: 30px;
      }
}
