/*
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-white {
    color: #ffffff;
}

.footer-txt {
    font-size: 17px !important;
    line-height: 33px !important;
    font-weight: 400 !important;
    color: #ffffff !important;
}

.off {
    display: none !important;
}

span.qode_video_box_button_holder {
    display: none;
}

/* Cooming soon mode */
/* 
 aside.vertical_menu_area.with_scroll.vertically_center_content {
    display: none;
}

body, .wrapper, .content, .full_width, .overlapping_content .content > .container, .more_facts_holder, .comment_holder .comment #respond textarea, .comment_holder .comment #respond input[type='text'], .comment_holder .comment #respond input[type='email'], .content .container {
    background-color: #000000;
}  */


nav.vertical_menu > ul > li > a {
    font-size: 14px;
    line-height: 24px;
}

/* .q_logo_vertical img {
    width: 151px !important;
}

.q_logo_vertical img {
    margin-left: 20px;
} */

aside.vertical_menu_area {
    padding: 10px 20px;
}


/* pierwszy link w menu jest pusty i ma szerokośc , 
    alternatywa dla empty space w menu bocznym */
li#nav-menu-item-318 {
    height: 50px;
}

/* Wyrównuje ikony w menu */
ul#menu-main-menu li a i.menu_icon.blank.fa {
    margin-left: 11px;
}

/* menu bardziej do środka */
ul#menu-main-menu li {
    margin-left: 15px;
}

/* ogarniam logo */
.vertical_logo_wrapper img {
    max-width: 80%;
}

.q_logo_vertical img {
    margin-left: 21px;
    margin-top: 19px;
}

/* 
MOBILE 
======================================================================================= 
======================================================================================= 
=======================================================================================
*/

/* (1366x768) */
@media  screen and (max-width: 1366px) {
    .vertical_logo_wrapper {
        margin-top: 20px !important;
    }
    nav.vertical_menu.dropdown_animation.vertical_menu_toggle {
        margin-top: 20px;
    }
}
 
/* (1280x1024) */
@media  screen and (max-width: 1280px) {
    
  
}
 
/* (1440x900) */
@media  screen and (max-width: 1440px) {
  
}
 
/* (1680x1050) */
@media  screen and (max-width: 1680px) {
   
}
 
/* (1920x1080) */
@media  screen and (max-width: 1920px) {
    .vertical_logo_wrapper {
        margin-top: 90px;
    }
}
 
/* (1600x900) */
@media  screen and (max-width: 1600px) {

}