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

/* Header styles */
.header_bottom:before {
    background-color: #000000 !important;
}

.q_logo img {
    padding-top: 5px !important;
    margin: 0 !important;
    max-height: 90px !important;
    width: auto !important;
}

.qodef-m-icon-holder svg path {
    fill: #c11828 !important;
}

#back_to_top > span {
    background-color: #c11828 !important;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .qodef-e-line-inner {
        display: none !important;
    }
}

@media (max-width: 768px) { /* Dla ekranów mobilnych */
    .header_top,
    .header_bottom {
        height: 80px;
    }

    .header_inner {
        height: 80px;
        line-height: 80px; /* Wyrównanie zawartości w pionie */
    }
}

@media (max-width: 768px) { /* Styl tylko dla ekranów mobilnych */
    .logo_wrapper {
        margin-left: 10px;
    }
}