/*
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");
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3d4b2b");
  
@font-face {
  font-family: "ITCVinerHandCom";
  src: url('fonts/ITCVinerHandCom.woff2') format('woff2'), url('fonts/ITCVinerHandCom.woff') format('woff');
}

@media screen and (max-width: 1000px) {

    .header_bottom_right_widget_holder {
        display:table-cell !important;
    }
  
  }