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

.hidden{
  display: none;
}
img {
  image-rendering: unset!important;
}
.vc_row{
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0;
}
.wpcf7 .vc_row{
  padding: 5px 0;
  margin: 0 -15px;
}
.wpcf7-submit{
  float: right;
}

.wpcf7-captchar{
  border: 1px solid #333 !important;
  font-size: 13px!important;
  padding: 10px 2%!important;
  width: 96% !important;
  margin-bottom: 15px !important;
}
span.wpcf7-not-valid-tip{
  font-size: 12px;
  line-height: 1.2!important;
}
.fullWidth{
  width: 100%;
  display: inline-block;
}
.qbutton{
  margin-top: 15px;
}
.side_menu{
  z-index: 9999!important;
  text-align: left;
  font-size: 17px;
}
.right_side_menu_opened .wrapper, .right_side_menu_opened footer.uncover,
.right_side_menu_opened .wrapper, .right_side_menu_opened .wrapper header.fixed,
.right_side_menu_opened .wrapper header.fixed_hiding,
.right_side_menu_opened .wrapper header.fixed_top_header .top_header,
.right_side_menu_opened .wrapper header.sticky{
  left: 0!important;
}
.footer_bottom .textwidget{
  margin: 15px 0;
}
@media screen and  (max-width:990px){
  .grid_section .section_inner{
    width: 100%!important;
  }
  .grid_section .section_inner .parallax_section_inner_margin,
  .grid_section .section_inner .section_inner_margin{
    margin: 0;
  }
  .grid_section .section_inner,
  div.grid_section .section_inner,
  .container_inner{
        width: 100% !important;
    }
}

@media screen and  (max-width:768px){
  .footer_top .column1,
  .footer_top .column2,
  .footer_top .column3,
  .footer_top .column4{
    width: 100%;
  }
}
