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

@font-face {
    font-family: 'NewYorker';
    src: url('newyorkertype_regular_pdf-webfont.woff2') format('woff2'),
         url('newyorkertype_regular_pdf-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NewYorker';
    src: url('newyorkertype_bold_pdf-webfont.woff2') format('woff2'),
         url('newyorkertype_bold_pdf-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

.home .q_slide_title {
  font-family:'NewYorker'!important;
  font-weight:bold;
}

.home .q_slide_subtitle {
  font-family:'NewYorker';
  font-weight:normal!important;
}

.popup_menu_holder {
background-color:#89131f!important;
}

nav.popup_menu ul li a {
color:#fff!important;
}

#menu-fullscreen-menu li:hover {
background-color:#fff!important;
}

#menu-fullscreen-menu li:hover a {
color:#89131f!important;
}

.side_menu_button .icon_menu {
font-size:42px;
}

.side_menu_button .opened .icon_menu {
color:#fff!important;
}

h5 p {
color:#fff;
}

.portfolio_main_holder .item_holder.split_up:hover .text_holder
{
background-color: rgba(137,19,31,0.7)!important;
}

header:not(.sticky) .icon_menu {
color:#fff;
}

.video-wrap {
background-color:#000;
}

@media (max-width:787px) {
.portfolio_main_holder .item_holder.split_up .text_holder {
  opacity:1!important;
  width:66%!important;
  left:17%!important;
  top:30%!important;
  height:40%!important;
  background-color:rgba(137,19,31,0.7)!important;
padding:4%!important;
}
}

@media (max-width:520px) {
.parallax_content_outer h2 span {
line-height:10px!important;
font-size:17px!important;
}
}