/*
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");
@media only screen and (max-width: 1000px) {
.topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
  }
  
  .topnav #myLinks {
    display: none;
  }
  
  .topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  
  .topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .active {
    background-color: #222222;
    color: white;
  }

  .flex {
      display: block !important;
  }
}
@media only screen and (min-width: 1001px) {
    .topnav {
        display: none;
    }
    nav.main_menu.right {
        margin-bottom: 20px;
    }
}

.icon_title {
    text-transform: uppercase;
}

.text-banner {
    background-color: #333;
    padding: 20px;
    font-size: 24px;
    color: #FFF;
    text-align: center;
    width: calc(100% - 40px);
}