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


/*RESPO HOME PAGE*/

@media (max-width: 1000px){
.respo--flex--reverse{
	display: flex;
	flex-direction: column-reverse;
}
}
@media (max-width: 1000px){
.icons--row .section_inner_margin.clearfix .q_elements_holder .q_elements_item_inner{
	max-width: 550px;
	margin: 0 auto;
}
}

.row--with--image--up .full_section_inner.clearfix .wpb_single_image img{
	position: relative;
	top: -45px;
	left: 0;
}

.text--row--width p{
	max-width: 850px;
	margin: 0 auto;
	text-align: center;
}

.ls-wrapper.ls-bg-wrap{
	    transform: matrix(1, 0, 0, 0.9, 0, 0)!important;
}

.icon_mobile:before, .icon_mail:before {
    
    font-size: 30px;
    vertical-align: middle;
    color: #000000;
}

/*Styles to  header menu */
nav.main_menu>ul>li>a {
    position: relative;
    padding: 0 17px;
    color: #000000;
    text-transform: initial;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0px;
    font-family: 'Time New Roman';
}

nav.main_menu>ul>li>a>i.menu_icon {
    margin-right: 20px;
}

nav.mobile_menu ul li a:hover, nav.mobile_menu ul li.active>a {
    color: #000000;
}
.custom-image .wpb_single_image .vc_single_image-wrapper{
	width:100% !important;
}
.custom-image .vc_single_image-img.attachment-full{
	width:100% !important;
}
.menu_icon.icon_mail.fa, .menu_icon.icon_mobile.fa{
	color: black !important;
}
/*=========================*/
.footer_bottom_holder {
    display: block;
    background-color: #3F3E43 !important;
}
input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    border: none !important;
    background: #CC682D !important;
    color: white !important;
    margin-top: 15px !important;
}
input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover {
    background: white !important;
    color: #CC682D !important;
}