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

.rev_slider .tp-mask-wrap .qbutton{
	font-size:20px;
	background-color:#ff0000;
	border-radius:4px;
}

@media only screen and (max-width: 1000px){
.header_bottom {
    background-color: #eaeaea!important;
}

}
body, .wrapper, .content, .full_width, .overlapping_content .content > .container, .more_facts_holder, .comment_holder .comment #respond textarea, .comment_holder .comment #respond input[type='text'], .comment_holder .comment #respond input[type='email'], .content .container {
    background-color: #fff;
}

.cols-2{
        width: 50%;
    padding-right: 10px;
    float: left;
    box-sizing:border-box;
    
}
.cols-2+.cols-2{
   
    padding-right:0
}
.cols-area{
    width: 23%;  
}
.cols-phone{
    width: 77%;  
	    padding-left: 0 !important;
}
input.wpcf7-form-control.wpcf7-submit, input.wpcf7-form-control.wpcf7-submit:not([disabled])

{
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    border-color: #000000;
    font-size: 15px;
    line-height: 60px;
    height: 60px;
    font-style: normal;
    font-weight: 600;
    background-color: #002757;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    letter-spacing: 0px;
    text-transform: uppercase;
    border-width: 0px;
    padding-left: 42px;
    padding-right: 42px;
    line-height: 1;
}
.qbutton:hover, #submit_comment:hover, .load_more a:hover, .blog_load_more_button a:hover, .post-password-form input[type='submit']:hover, input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover, .woocommerce table.cart td.actions input[type="submit"]:hover, .woocommerce input#place_order:hover, .woocommerce-page input[type="submit"]:hover, .woocommerce .button:hover {
    background-color: #01c7cd;
}
nav.main_menu ul li.active a {
    color: #01c7cd;
}
header:not(.with_hover_bg_color) nav.main_menu>ul>li:hover>a,
nav.main_menu ul li a:hover  {
    color: #01c7cd;
}