/*
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");

.separator.small.left {
  display: none;
}

.home-btn {
    margin-left: 32% !important;
}


.q_logo a {
    height: 111px !important;
    margin-top: 15px;
}

.header_top {
  background-color: rgba(218,1,1,1) !important;
}

@media only screen and (max-width: 768px) {
.q_icon_with_title:not(.right) .icon_holder {
    float: none;
}

.q_icon_with_title.very_large.custom_icon_image .icon_text_holder {
	padding: 0px;
}

.shadow .qode-btn.qode-btn-icon.qode-btn-simple {
    margin-left: 0px!important;
    font-size: 13px !important;
}

.footer_top, .footer_top.footer_top_full {
    padding-top: 45px !important;
}

.footer_top .column1 .vc_empty_space {
	height: 10px !important;
}

.title.title_size_small h1 {
    font-size: 28px;
    line-height: 41px;
 }

}

.pageform {
	background: #f0ae9d;
    padding: 5px 20px;
}

.pageform input[type="submit"] {
	background-color: #fff !important;
    border-color: #fff !important;
    color: #f0ae9b !important;
    text-align: center;
	width: 100%;
	box-sizing: border-box;
}

.pageform input[type="submit"]:hover {
    background-color: #4b4b4b !important;
    border-color: #4b4b4b !important;
    color: #ffffff !important;
  }

  .pageform h4 {
  	color: #fff;
  }

.header_top p, .header_top a {
	color: #fff;
}

.header_top a:hover {
	text-decoration: underline;
	color: #fff;
}