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

body {
    font-family: "Poppins", sans-serif;
    font-style: normal;
}

.navbar-brand {
    background-color: #191e22;
    background-image: url(img/logo.png);
    width: 175px;
    height: 175px;
    margin: 0!important;
    padding: 1rem;
    background-position: 50% 50%;
    font-size: 57px;
    margin-left: 69px!important;
}

.nav-col {
    width: auto;
}

.home .site-content {
    min-height: 85vh;
}

#startColumns {
    margin: auto;
    padding: 0;
    gap: 0;
    background-color: #191e22;
}

#startColumns p {
    line-height: 1.1em;
}

.home footer.site-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 1;
}

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

.wp-block-button > a {
    text-transform: uppercase;
    font-weight: 600;
	color: #ffffff !important;
    padding: 1rem 2rem!important;
    border-radius: 0.75rem;
    border-width: 3px!important;
}

.wp-block-button.blue > a {
    border-color: #3194d7!important;
}

.wp-block-button.blue > a:hover {
    background-color: #3194d7!important;
}

.wp-block-button.green > a {
    border-color: #659c30!important;
}

.wp-block-button.green > a:hover {
    background-color: #659c30!important;
}

#startColumns img.wp-block-cover__image-background {
    filter: blur(3px) brightness(.8);
}

#startColumns .wp-block-column:hover img.wp-block-cover__image-background {
    filter: blur(0) brightness(1);
}

ul.lang-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 15px;
}

nav#navbar > .container {
    align-items: center;
    justify-content: center;
}

.lang-menu .nav-link {
    color: #fff;
    background: transparent;
}

.lang-menu .current-lang > .nav-link , .lang-menu .nav-link:hover {
    color: #659c30;
    
}

.lang-menu ul.dropdown-menu {
    background: transparent;
    border: 0;
    border-radius: 0.75rem;
    min-width: auto;
    box-shadow: 0px 20px 25px -10px #000;
}

@media screen and (max-width: 787px) {
    .navbar-light .navbar-toggler{
        display: none;
    }

    a.navbar-brand {
        margin-left: 78px!important;
        max-width: 67px!important;
        background-size: 45px!important;
        height: 70px!important;
    }

    #startColumns p {
        font-size: 1rem!important;
    }

    .home .wp-block-image img {
        max-height: 37px;
        width: auto;
    }

    .credits-content {
        justify-content: center!important;
    }
    
}
