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




.title.has_background {
    background-position: center center !important;
  }
  
  footer {
    margin-top: 32px !important;
  }
  
  p a {
  color: #0043fc;
  transition: .4s;
  }
  
  p a:hover {
  color: #0093fc;
  }
  
  .content_inner  .container > .container_inner {
    box-shadow: 2px 2px 20px 0 rgba(102,102,119,.21);
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  .title-box {
    margin-bottom: 16px !important;
  }
  .title-box p {
    background: #0093fc;
    color: #fff;
  font-size: 20px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
  margin-top: 0px;
  }
  
  
  .footer_inner {
    
    background-size: cover;
    background-position: center center !important;
  }
  
  /* .title_outer .has_background:before {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: rgba(0,0,0,0.4) !important;
    z-index: 99;
  }
   */
  @media (min-width:768px) {
  .show-mobile {display:none;}
  
  }
  @media (max-width:767px) {
  .flex-reverse-column .full_section_inner {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse
  }
  }
  
  