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

nav.mobile_menu ul li, nav.mobile_menu ul li ul li {
    border-bottom: 1px solid #fff;
}

ul#menu-main-menu-1 {
    padding-bottom: 20px;
}

.mobile_menu_button i {
    color: white;
}

.header_bottom {
	padding: 0 30px;
}

header.sticky .header_bottom .q_logo a {
    height: 30px !important;
}

.footertext {
margin: 38px 0 0 0;
}


.testimonial_image_holder {
    margin: 0 0 30px;
}

.q_team {
    background-color: transparent;
}

.q_team.info_description_below_image .q_team_image_holder{
    text-align: center;
}
.q_team .q_team_image img{
    width: auto;
}

.q_team .q_team_description_inner {
    padding: 0 0px;
}

.q_team.info_description_below_image .q_team_image_holder:hover img{
    -webkit-transform: none;
    transform: none;
}

.qode_video_box .qode_video_image .qode_video_box_button {
    width: 108px;
    height: 108px;
}

.qode_video_box .qode_video_image .qode_video_box_button_arrow{
    border-left-width: 30px;
    border-top-width: 18px;
    border-bottom-width: 18px;
    left: 54%;
}


@media only screen and (max-width: 1200px){
    nav.main_menu > ul > li > a{
        padding: 0 18px;
    }
}

#back_to_top span i {
    font-size: 18px;
    line-height: 46px;
}

@media only screen and (min-width: 1000px){
	.logo_wrapper .q_logo a {
		height: 36px !important;
	}
	.desktop_margin .vc_column-inner{margin-left:20px;}
}



@media only screen and (max-width: 600px){
    .footer_top .footer_col2 {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 48px;
    }

    .footer_top .footer_col3 {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 48px;
    }

    .footer_top .footer_col1{
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80px;
    }

}


@media only screen and (min-width: 600px){
    .footer_top .footer_col2 {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 48px;
    }

    .footer_top .footer_col3 {
        text-align: center;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 48px;
    }

    .footer_top .footer_col1{
        text-align: center;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 48px;
    }

}