/*   
Template: bs-theme
Theme Name: POLTRANZ Child Theme
Theme URI: https://itband.pl/
Description: BS THEME - Child Theme for POLTRANZ .
Author: Itband.pl
Author URI: https://itband.pl/
Version: 1.0
*/

:root {
    --primary: #191e22;
    --secondary: #3194d7;
}

.site-content {
    position: relative;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    background-color: var(--primary);
    position: relative;
    overflow-y: scroll;
    height: auto;
}

hr {
    border-color: #4c5157;
}

.navbar-brand {
    background-image: url(img/logo.png);
    width: 270px;
    height: 55px;
}

a.navbar-brand-2 {
    background-image: url(img/zaba_group1.png);
    width: 66px;
    height: 55px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.smart-top a.navbar-brand-2 {
    width: 35px;
    height: 32px;
    background-size: contain;
    margin-left: 1rem;
}

a.navbar-brand-2:hover {
    background-image: url(img/zaba_group2.png);
}

ul#menu-main-menu {
    gap: 2rem;
    color: #fff;
}

header .navbar .navbar-nav .nav-link {
    color: #fff!important;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.1em;
    text-align: center;
    font-size: 0.875rem;
    min-height: 3.35rem;
}

header .navbar .navbar-nav li.lang-item .nav-link {
    min-height: unset;
    padding: 0.75rem 0;
}

header .navbar .navbar-nav li.pll-parent-menu-item > .nav-link {
    min-height: unset;
    color: var(--secondary)!important;
    position: relative;
}

header .navbar .navbar-nav li.pll-parent-menu-item {
    position: relative;
    padding-left: 2rem;
}

header .navbar .navbar-nav li.pll-parent-menu-item::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 2px;
    height: 27px;
    background: rgb(141 149 158 / 40%);
}

header .navbar .navbar-nav .nav-link::after, .footer-menu-list .nav-link::after {
    height: 4px!important;
}

.pll-parent-menu-item ul.dropdown-menu {
    background: linear-gradient(0deg, var(--primary), transparent);
    border: 0;
    border-radius: 0.75rem;
    min-width: 50px;
    box-shadow: 0px 20px 25px -10px #000;
    top: 65%;
    left: 25%;
}

#poltranzTop .wp-block-cover__inner-container {
    width: 100%;
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}

.h1 , h1 {
    font-size: 2.625rem!important;
}

.h1 strong , h1 strong , .h2 strong , h2 strong {
    color: var(--secondary);
    font-weight: 800;
}

h2 , .h2 {
    font-size: 3rem!important;
    margin-bottom: 3rem;
}

.smart-top header#masthead {
    background: rgb(25 30 34 / 86%);
    background: linear-gradient(-3deg, var(--primary), transparent);
}

.iko {
    background: url(img/cut.png) 0 0 no-repeat;
    border: none!important;
    outline: none!important;
}

.fit-contain img {
    object-fit: contain!important;
}

.cards figure {
    position: relative;
    margin-bottom: 2rem;
}

.cards figure figcaption {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 1.0625rem;
    margin-bottom: 0.75rem;
    line-height: 1.2em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cards figure:hover img {
    filter: drop-shadow(0px 16px 18px rgb(49 148 215 / 35%)) blur(2px) brightness(.65) contrast(1.15);
}

.cards figure:hover figcaption {
    bottom: 45%;
    transform: scale(1.1);
}

.wp-block-image figcaption {
    margin-top: 1rem;
}

footer iframe {
    border-radius: 1rem;
    margin-bottom: 1rem;
    filter: grayscale(.7) brightness(.75) contrast(1.25);
}

footer , footer a {
    color: #8d959e;
}

.before-menu-widgets {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.smart-top .before-menu-widgets {
    transform: scale(0);
    height: 0;
}

.smart-top .navbar-brand {
    background-size: contain;
    width: 140px;
    height: 35px;
    margin: auto;
    margin-top: 0.75rem!important;
    margin-bottom: 0.5rem!important;
}

.before-menu-col ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    gap: 2rem;
}

.before-menu-col ul > li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.before-menu-col ul > li > a {
    color: #fff;
    font-weight: normal;
    text-decoration: none!important;
}

.before-menu-widgets a[href*="tel:"] {
    position: relative;
    display: block;
    padding-left: 2.5rem;
    line-height: 2em;
}

.before-menu-widgets a[href*="tel:"]::before {
    background-image: url(img/cut.png);
    background-position: -79px -20px;
}

.before-menu-widgets li.featured-link > a {
    background: var(--secondary);
    border-radius: 30px;
    font-weight: 700!important;
    padding: 0.35rem 1rem;
    font-size: .75rem;
}

.before-menu-widgets li.featured-link > a:hover {
    color: var(--white)!important;
    text-decoration: none!important;
    box-shadow: 0px 7px 25px -5px var(--secondary)!important;
    background-color: var(--secondary)!important;
    transform: scale(1.05)!important;
}

button.go-top-btn {
    box-shadow: 0px 9px 19px -7px var(--secondary);
    background: var(--secondary);
    color: #fff;
    z-index: 1;
}

.footer-contacts a {
    color: #fff;
    text-decoration: none;
}

.footer-contacts a:hover {
    color: var(--secondary);
}

.footer-contacts a[href*="tel:"] , .footer-contacts a[href*="mailto:"] {
    position: relative;
    display: block;
    padding-left: 2.5rem;
    line-height: 2em;
}

.footer-contacts a[href*="tel:"]::before , .footer-contacts a[href*="mailto:"]::before {
    content: "";
    background: url(img/cut.png);
    background-position: -79px -20px;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.footer-contacts a[href*="tel:"]:hover::before , .footer-contacts a[href*="mailto:"]:hover::before {
    transform: rotate(360deg);
}

.footer-contacts a[href*="mailto:"]::before {
    background-position: -167px -20px;
}

ul.footer-contacts {
    list-style-type: none;
    margin: auto auto 1rem;
    padding: 0;
    display: flex;
    gap: 0.5rem 2rem;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.footer-contacts li:last-of-type {
    flex: 0 0 100%;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}

.credits-content {
    font-family: "Poppins", sans-serif;
}

.smart-top .pll-parent-menu-item ul.dropdown-menu {
    top: 80%;
}

@media screen and (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px!important;
    }
}

@media screen and (max-width: 991px) {
    
    .my-top-navbar.navbar-collapse {
        background: rgb(25 30 34 / 91%);
    }

    header .navbar .navbar-brand {
        max-width: 150px;
        height: 42px;
    }

    .h1, h1 {
        font-size: 2rem!important;
    }

    div#poltranzTop {
        padding-top: 5.5rem;
    }

    header .navbar .navbar-nav li.pll-parent-menu-item {
        padding-left: 0;
    }

    header .navbar .navbar-nav li.pll-parent-menu-item::before {
        display: none;
    }

    .two-cols {
        column-count: 1;
        column-gap: 5rem;
    }
}
}

@media screen and (max-width: 767px) {
   
}a.wp-block-button__link.wp-element-button {
  color: #ffffff !important;