/*
 Theme Name:   Understrap Child
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/
@font-face{
    font-family: Text;
    src: url(fonts/Lato-Regular.ttf);
    font-weight: 400;
}

@font-face{
    font-family: Text;
    src: url(fonts/Lato-Light.ttf);
    font-weight: 300;
}


@font-face{
    font-family: 'Text';
    src: url(fonts/Lato-Bold.ttf);
    font-weight: bold;
}

@font-face{
    font-family: 'Text';
    src: url(fonts/Lato-Italic.ttf);
    font-style: italic;
}

:root{
    /* MINE IMPORTANT -> HEADER, LOZAD, SECTIONS*/
    --header-height: 89px;
    --section-space-mobile: 50px;
    --section-space: 100px;
    --lozad-animation: 0.8s;
    --lozad-animation-delay: 0.5s;
    --global-transition: 0.3s;

    --header: transparent;
    --header-scroll: #111111;

    --text-color: #383838;
    --bg-secondary: #06a5df;
    --bg-3rd: #a4e0f8;

    --black: #000000;
    --primary-color: #333333;
    --primary-color-hover: #9b9b9b;
    --primary-color-text: #ffffff;

    --gold: #E2C062;
    --gold-hover: #FBF3A8;
    --color-secondary: #9b9b9b;
    --gold-gradient: linear-gradient(50deg, #B98421, #E2C062, #FBF3A8, #B98421);
}

@media (max-width:992px){
    :root{
        --header-height: 110px;
    }
   html, body{
         scroll-padding-top: calc(var(--header-height) + 50px) !important;
    }
}

::selection{
    background-color: var(--primary-color) !important;
    color:white;
}

html,body{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    color: var(--text-color);
    font-family: "Text", sans-serif !important;
    scroll-padding-top: var(--header-height);
    word-break: break-word;
    background-color:#ffffff;
    line-height: 1.6;
}

body{ font-size: 1.14rem; }
.h0{ font-size: clamp(2.5rem, calc(1rem + 5vw), 4rem); }
h1, .h1{ font-size: clamp(2.2rem, calc(1rem + 4vw), 3.2rem); font-weight: 300;}
h2, .h2{ font-size: clamp(2rem, calc(1rem + 4vw), 2.8rem); }
h3, .h3{ font-size: clamp(1.8rem, calc(1rem + 4vw), 2.2rem); }
.font-weight-light, .font-light{font-weight: 300;}

*{ image-rendering: auto; }

a,a:focus{
    transition: var(--global-transition);
    text-decoration: none;
    color: var(--bg-secondary);
}
a:hover{color: var(--bg-secondary);}

.text-white a, .text-white a:hover{ 
    color:white;
}

::-webkit-scrollbar { width: 0.6em; }
::-webkit-scrollbar-track { background:black; }
::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: var(--bg-secondary);
    border-radius:0;
    border:solid 2px black;
}
::-webkit-scrollbar-thumb:hover { background: var(--primary-color-hover); }

#header{
    position: fixed; /* sticky */
    top: 0;
    width: 100%;
    z-index: 99999;
    transition: var(--global-transition);
    background-color: white;
        border-bottom: solid 1px var(--bg-secondary);
            align-content: center;
}

#header:not(.header-scroll){
    min-height: var(--header-height);
}

#header .menu-padding{
    transition: var(--global-transition);
}

#wpadminbar{
    z-index: 999999;
}

.header-space{
    height: 89px;
    height: var(--header-height);
    position: relative;
    background-color: white;
}

h1,h2,h3,h4,h5,h6{
    margin-bottom: 30px;
}

.font-bigger{
    font-size: clamp(1.1rem, calc(1rem + 2vw), 1.3rem) !important;
}

.bold{
    font-weight: 600;
}

.navbar-brand{
    margin-right: 0;
}

.navbar-brand img{
    max-height: 120px;
    max-width: 100%;
    width: auto;
    transition: var(--global-transition);
}
.header-scroll .navbar-brand img{
    max-height: 60px;
    max-width: 100%;
    width: auto;
}

@media (max-width:991px){
    .navbar-brand img{
        max-height: 80px;
    }
}

@media (max-width:500px){
    .header-scroll .navbar-brand img{
        max-height: 50px;
    }
}

/* MAX MEGA MENU */

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
    position: initial;
    float:none;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
    content: "" !important;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-image: url('img/icons/mega-menu-arrow-down.svg');
    width:10px;
    height: 10px;
    top:50%;
    position: absolute;
    transform: translateY(-50%);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu{
    border: 2px solid var(--bg-secondary);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
    text-align: left !important;
    font-weight: 600 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    font-size: 1rem;
}

@media (max-width: 991px){
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
        line-height: 1.2 !important;
        padding: 10px !important;
        height: auto !important;
        min-height: 50px !important;
        align-content: center !important;
    }
    #mega-menu-wrap-primary:has(.mega-menu-open) #mega-menu-primary[data-effect-mobile^="slide_"] + button.mega-close:before{
        content: "X" !important;
    }
    /*#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
        filter: invert(0%);
    }*/
    /*#mega-menu-wrap-primary{
        order: 2;
    }*/
    /*.mega-menu-toggle:after{
        content: "Menu";
        color: white;
        font-size: 1.2rem;
        font-weight: 600;
        float: right;
        display: inline-block;
        padding-left: 10px;
    }*/

    .mega-menu-item:hover{
        background-color: rgba(255,255,255,0.33) !important;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
        width: 50px;
        height: 4px;
        background: var(--text-color) !important;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box{
        width: 50px !important;
    }
    #mega-menu-wrap-primary .mega-menu-toggle{
        height: 50px !important;
        line-height: 50px !important;
        background: transparent !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
        text-align: right !important;
    }
    .mega-toggle-block.mega-menu-toggle-animated-block.mega-toggle-block-0{
        border: 1px solid #ccc !important;
        border-radius: 5px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        background: #ffffff;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        overflow-y: auto;
        max-height: 100vh;
        max-height: 100dvh;
    }
    .mega-menu-toggle + #mega-menu-primary{
        pointer-events: none !important;
    }
   .mega-menu-toggle.mega-menu-open + #mega-menu-primary{
    pointer-events: auto !important;
   }
   #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
        border-bottom: solid 2px var(--bg-secondary);
}
}




#mega-menu-wrap-primary{
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:992px){
    .mega-sub-menu{
        max-height: calc(100dvh - 150px) !important;
        overflow: auto !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a{
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-left: 10px;
        margin-right: 10px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{
        border-bottom: solid 2px var(--bg-secondary);
        filter: grayscale(1);
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
        border-bottom: solid 2px var(--bg-secondary);
    }
}
/* END MAX MEGA MENU */

/* LOZAD ANIMATIONS */
.lozad.lozad-opacity,
.lozad .lozad-child.lozad-opacity{opacity: 0;}
.lozad.lozad-opacity[data-loaded=true],
.lozad[data-loaded=true] .lozad-child.lozad-opacity{
    animation: lozad-opacity var(--lozad-animation) ease-out forwards;
    animation-delay: var(--lozad-animation-delay);
    transition: opcaity var(--lozad-animation);
}
@keyframes lozad-opacity{
    from{opacity: 0;}
    to{opacity: 1;}
}

.lozad.lozad-opacity-0-5,
.lozad .lozad-child.lozad-opacity-0-5{opacity: 0;}
.lozad.lozad-opacity-0-5[data-loaded=true],
.lozad[data-loaded=true] .lozad-child.lozad-opacity-0-5{
    animation: lozad-opacity-0-5 var(--lozad-animation) ease-out forwards;
    animation-delay: var(--lozad-animation-delay);
    transition: opcaity var(--lozad-animation);
}
@keyframes lozad-opacity-0-5{
    from{opacity: 0;}
    to{opacity: 0.5;}
}

.lozad.lozad-opacity-0-1,
.lozad .lozad-child.lozad-opacity-0-1{opacity: 0;}
.lozad.lozad-opacity-0-1[data-loaded=true],
.lozad[data-loaded=true] .lozad-child.lozad-opacity-0-1{
    animation: lozad-opacity-0-1 var(--lozad-animation) ease-out forwards;
    animation-delay: var(--lozad-animation-delay);
    transition: opcaity var(--lozad-animation);
}
@keyframes lozad-opacity-0-1{
    from{opacity: 0;}
    to{opacity: 0.1;}
}

.lozad.lozad-left,
.lozad .lozad-child.lozad-left{opacity: 0;}
.lozad.lozad-left[data-loaded=true],
.lozad[data-loaded=true] .lozad-child.lozad-left{
    animation: lozad-left var(--lozad-animation) ease-out forwards;
    animation-delay: var(--lozad-animation-delay);
    transition: opcaity var(--lozad-animation);
}
@keyframes lozad-left{
    from{transform: translateX(-50%); opacity: 0;}
    to{transform: translateX(0px); opacity: 1;}
}
.lozad.lozad-right,
.lozad .lozad-child.lozad-right{opacity: 0;}
.lozad.lozad-right[data-loaded=true],
.lozad[data-loaded=true] .lozad-child.lozad-right{
    animation: lozad-right var(--lozad-animation) ease-out forwards;
    animation-delay: var(--lozad-animation-delay);
    transition: opcaity var(--lozad-animation);
}
@keyframes lozad-right{
    from{transform: translateX(50%); opacity: 0;}
    to{transform: translateX(0px); opacity: 1;}
}
.lozad.lozad-top,
.lozad .lozad-child.lozad-top{opacity: 0;}
.lozad.lozad-top[data-loaded=true],
.lozad[data-loaded=true] .lozad-child.lozad-top{
    animation: lozad-top var(--lozad-animation) ease-out forwards;
    animation-delay: var(--lozad-animation-delay);
    transition: opcaity var(--lozad-animation);
}
@keyframes lozad-top{
    from{transform: translateY(-50%); opacity: 0;}
    to{transform: translateY(0px); opacity: 1;}
}
.lozad.lozad-bottom,
.lozad .lozad-child.lozad-bottom{opacity: 0;}
.lozad.lozad-bottom[data-loaded=true],
.lozad[data-loaded=true] .lozad-child.lozad-bottom{
    animation: lozad-bottom var(--lozad-animation) ease-out forwards;
    animation-delay: var(--lozad-animation-delay);
    transition: opcaity var(--lozad-animation);
}
@keyframes lozad-bottom{
    from{transform: translateY(50%); opacity: 0;}
    to{transform: translateY(0px); opacity: 1;}
}
.lozad.lozad-blur,
.lozad .lozad-child.lozad-blur{opacity: 0; backface-visibility: hidden;}
.lozad.lozad-blur[data-loaded=true],
.lozad[data-loaded=true] .lozad-child.lozad-blur{
    animation: lozad-blur var(--lozad-animation) ease-out forwards;
    animation-delay: var(--lozad-animation-delay);
    transition: opcaity var(--lozad-animation);
}
@keyframes lozad-blur{
    from{transform: scale(1.5); filter: blur(5px); opacity: 0; backface-visibility: hidden;}
    to{transform: scale(1); filter: blur(0px); opacity: 1; backface-visibility: visible;}
}
.lozad.lozad-zoom,
.lozad .lozad-child.lozad-zoom{opacity: 0;}
.lozad.lozad-zoom[data-loaded=true],
.lozad[data-loaded=true] .lozad-child.lozad-zoom{
    animation: lozad-zoom var(--lozad-animation) ease-out forwards;
    animation-delay: var(--lozad-animation-delay);
    transition: opcaity var(--lozad-animation);
}
@keyframes lozad-zoom{
    from{transform: scale(0.5); opacity: 0;}
    to{transform: scale(1); opacity: 1;}
}


.lozad-delay-0{animation-delay: 0s !important;}
.lozad-delay-0-25{animation-delay: 0.25s !important;}
.lozad-delay-0-5{animation-delay: 0.5s !important;}
.lozad-delay-0-75{animation-delay: 0.75s !important;}
.lozad-delay-1{animation-delay: 1s !important;}
.lozad-delay-1-25{animation-delay: 1.25s !important;}
.lozad-delay-1-5{animation-delay: 1.5s !important;}
.lozad-delay-1-75{animation-delay: 1.75s !important;}
.lozad-delay-2{animation-delay: 2s !important;}
.lozad-delay-2-25{animation-delay: 2.25s !important;}
.lozad-delay-2-5{animation-delay: 2.5s !important;}
.lozad-delay-2-75{animation-delay: 2.75s !important;}
.lozad-delay-3{animation-delay: 3s !important;}
.lozad-delay-3-25{animation-delay: 3.25s !important;}
.lozad-delay-3-5{animation-delay: 3.5s !important;}
.lozad-delay-3-75{animation-delay: 3.75s !important;}
.lozad-delay-4{animation-delay: 4s !important;}
.lozad-delay-4-25{animation-delay: 4.25s !important;}
.lozad-delay-4-5{animation-delay: 4.5s !important;}
.lozad-delay-4-75{animation-delay: 4.75s !important;}
.lozad-delay-5{animation-delay: 5s !important;}
/*END LOZAD ANIMATIONS */

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.img-cover{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
img{
    max-width: 100%;
}

section{
    padding-top: var(--section-space);
    padding-bottom: var(--section-space);
}

/*section.first-section{
    padding-top: calc(var(--section-space) * 2);
}*/

@media (max-width:991px){
    section{
        padding-top: var(--section-space-mobile) !important;
        padding-bottom: var(--section-space-mobile) !important;
    }
    /*section.first-section{
        padding-top: calc(var(--section-space-mobile) * 2) !important;
    }*/
}

.pos-rel{position: relative;}
.pos-abs{position: absolute;}
.pos-sticky{position: sticky;}
.z-index-1{z-index: 1;}
.text-justify{text-align:justify;}
.fancybox__content :focus:not(.carousel__button.is-close){outline: none;}

.sticky-top{
    position: sticky; 
    top: var(--header-height);
    z-index: 5;
}

.text-justify-center{
    text-align: justify;
    text-align-last: center;
}

.bg-cover{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.full-size, .content-full-size{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.min-height-100{min-height:100%;}

.aspect-ratio-1-1{aspect-ratio: 1 / 1}
.aspect-ratio-1-2{aspect-ratio: 1 / 2}
.aspect-ratio-4-3{aspect-ratio: 4 / 3}
.aspect-ratio-16-7{aspect-ratio: 16 / 7}
.aspect-ratio-16-9{aspect-ratio: 16 / 9}
.aspect-ratio-16-10{aspect-ratio: 16 / 10}
.aspect-ratio-16-12{aspect-ratio: 16 / 12}

.align-self-center{
    align-self: center;
}

/*COL-FULL*/

@media (max-width: 991px){
    .col-lg-6-container-left, .col-lg-6-container-right{
        width: 100%;
    }
}

@media (min-width: 992px){
    .col-lg-6-container-left{
        max-width: 630px;
        margin-left: auto;
    }
    .col-lg-6-container-right{
        max-width: 630px;
        margin-right: auto;
    }
}
/*END COL-FULL*/

/* FOR USER TO EDIT */
.color-white{color: #ffffff !important;}
.color-black{color: #161717 !important;}

.box-shadow{box-shadow: 15px 15px 15px rgba(25,25,25,0.3);}

/* BUTTONS STYLE */
.button-primary, .button-primary:focus,
.btn-secondary, .btn-secondary:focus,
.nav-links a, .nav-links a:focus, .page-numbers,
.btn-default, .btn-default:focus,
.btn-primary, .btn-primary:focus{
    color: var(--text-color);
    background-color: transparent;
    display: inline-block;
    transition: 0.5s !important;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    text-transform: uppercase;
    padding: 12px 20px;
    min-width: 200px;
    max-width: 100%;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    color: var(--text-color);
    border: solid 1px var(--bg-secondary);
    border-radius: 50px !important; 
}

.nav-links a, .nav-links a:focus, .page-numbers{
    min-width: auto;
    padding: 5px;
    overflow: initial;
    text-align: center;
    align-content: center;
    padding: 10px;
}


.navigation.pagination{
    margin-top:0 !important;
    margin-bottom: 30px !important;
}

.button-secondary, .button-secondary:focus{
    display: inline-block;
    transition: 0.5s !important;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    border-radius: 0 !important;
    text-transform: none;
    color: white;
    font-weight: 600;
}

.button-primary:hover, .button-secondary:hover,
.nav-links a:hover, .page-numbers:hover,
.btn-default:hover{
    color: #ffffff;
    background-color: var(--bg-secondary);
}

.button-secondary:hover{
    border-radius: 0px !important;
     filter: brightness(1.2);
}
/* END BUTTONS STYLE */

#page-footer{
    color:white !important;
    overflow: hidden;
    position: relative;
}

.page-footer{
        padding-top: 30px;
    padding-bottom: 30px;
    background-position: center center;
    background-size: cover;
}

.font-smaller{
    font-size:0.9rem !important;
}

.bg-secondary{background-color: var(--bg-secondary) !important;}
.color-secondary{color: var(--bg-secondary)}

.bg-3rd{background-color: var(--bg-3rd) !important;}


.fs-bigger{font-size: 1.14rem;}

.border-primary{
    border:solid 2px var(--bg-secondary) !important;
    border-radius: 15px;
}

/*#breadcrumbs{
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
}
#breadcrumbs:after{
    width: 1000%;
    left:-50%;
    transform: translateX(-50%);
    bottom:0;
    content: "";
    position: absolute;
    background-color: #a4f9ef;
    height:1px;
}

#breadcrumbs li{
    display: inline-block;
    padding-right: 5px;
    font-size: 0.8rem;
}
#breadcrumbs li strong{
    font-weight: 400;
}
#breadcrumbs li a:hover{
    text-decoration: underline;
}
#breadcrumbs li img{
    padding-right: 5px;
    height: 20px;
    margin-top: -3px;
}*/

.slow-zoom-animation{
    animation: slow-zoom 20s forwards ease-out;
}

@keyframes slow-zoom{
    from {scale: 1;}
    to {scale: 1.1}
}

.page-title{
    text-align: center;
    margin-top: 25px;
}

.comment-reply-title{
    width: fit-content;
}

.mega-sub-menu{
    border-bottom: solid 1px black;
}

.wrapper{
    padding:0;
}

.place-content-center{
    place-content: center;
}

.iframe-map{
    width:100%;
    height: 100%;
    max-width: 100%;
    min-height:400px;
        border: solid 1px var(--bg-secondary);
}

/* OPINIE PLUGIN STYLE */
.gwolle-gb div.input input, .gwolle-gb div.input textarea, .form-control, .widget_archive select, .widget_categories select, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=submit], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea {
    border: solid 1px var(--bg-secondary);
    color: #000000 !important;
    background-color: #fafafa;
    box-shadow: none;
    border-radius: 0;
    transition: 0.5s;
    padding: 7px !important;
    outline: solid 1px transparent;
}

.wpcf7-form *::placeholder{
    color: #777777 !important;
    font-weight: 500 !important;
}

.gwolle-gb .page-numbers{
    margin:0;
}

.gwolle-gb .page-navigation a, .gwolle-gb .page-navigation span{
    width: 40px;
    height: 40px;
    text-align: center;
    place-content: center;
}

.wpcf7 textarea{
    height: 216px;
    min-height: 0;
}

.wpcf7{
    max-width: 100%;
}

.gwolle-gb div.input input:focus, .gwolle-gb div.input textarea:focus, .form-control:focus, .widget_archive select:focus, .widget_categories select:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type=color]:focus, .wpcf7 input[type=date]:focus, .wpcf7 input[type=datetime-local]:focus, .wpcf7 input[type=datetime]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=file]:focus, .wpcf7 input[type=month]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=range]:focus, .wpcf7 input[type=search]:focus, .wpcf7 input[type=submit]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=text]:focus, .wpcf7 input[type=time]:focus, .wpcf7 input[type=url]:focus, .wpcf7 input[type=week]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
    border: solid 1px var(--bg-secondary);
    color: #000000 !important;
    background-color: #ffffff;
    box-shadow: none;
    border-radius: 0;
    transition: 0.5s;
    padding: 7px !important;
    outline: solid 1px var(--bg-secondary);
}

@media (min-width:576px){
    .gwolle-gb-write{
        padding: 40px;
    }
}

.gwolle-gb-write h3, .gwolle_gb_notice{
    text-align: center;
}

.gwolle-gb-write-button{
    text-align: center;
}

.gwolle-gb-write .text-info{
    color: #ffffff !important;
}

.gwolle-gb form.gwolle-gb-write{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
        text-align: center !important;
}

.clear-both{
    clear:both;
}

.clearBoth, .gwolle-gb-invisible{
    height: 0;
}

.gwolle-gb-read{
    margin-top: 30px;
}

.gwolle-gb .gb-entry{
    text-align: center;
}

.gwolle-gb div.label, .gwolle-gb div.input{
    width: 100% !important;
    padding: 7px !important;
}

.gwolle-gb form.gwolle-gb-write button.gb-notice-dismiss{
    height: 32px !important;
    width: 32px !important;
    font-size: 32px !important;
    line-height: 0px !important;
    transition: 0.3s;
}
.gwolle-gb form.gwolle-gb-write button.gb-notice-dismiss:hover{
    background:black !important;
}

.gwolle_gb_submit{
    width: 100% !important;
    font-weight: 600 !important;
}
.gwolle_gb_submit.button.btn.btn-primary:hover{
    background:#000000 !important;
}
#gwolle-gb-total{
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
}
.gwolle-gb .gb-entry .gb-author-info .gb-author-name{
    font-size: 1.6rem;
}

.gb-author-name{
    padding-left: 0px !important;
}
.gwolle-gb .gb-entry .gb-entry-content{
    font-size: 1.1rem;
}

.gwolle-gb .gb-entry {
    border-top: 4px solid !important;
    border-image-slice: 1;
    border-image-source: var(--gold-gradient);

    padding: 25px 0 !important;
}
.gwolle-gb .gwolle-gb-float div.label{
    padding-right: 15px;
    text-align: right;
}

.gb-author-info{
    margin-bottom: 10px;
}

.gb-date{
    opacity: 0.7;
    font-size: 0.9rem;
    font-weight: 600;
    display: block;
}
/* END OPINIE PLUGIN STYLE*/

/*CONTACT FORM 7*/
.wpcf7 input[type=submit], .wpcf7 input[type=submit]:focus{
    font-weight: 600;
    transition: 0.5s !important;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-top: 5px;
    border: 1px solid var(--bg-secondary);
    color: #ffffff !important;
    background-color: var(--bg-secondary);
    box-shadow: none;
}

.btn-outline-primary:hover, .wpcf7 input[type=submit]:hover, .wpcf7 input[type=submit]:active{
    font-weight: 600;
    transition: 0.5s !important;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-top: 5px;
    border: 1px solid var(--bg-secondary);
    color: #ffffff !important;
    background-color: var(--bg-secondary);
    box-shadow: none;
    filter: brightness(1.2);
}

.wpcf7-not-valid-tip {
    color: #c90b0b;
    font-size: 1em;
    background: #ffd4d4;
    padding: 4px 5px;
    margin-top: 1px !important;
    position: relative;
    line-height: 1;
}

.wpcf7-not-valid-tip:before{
    content: "!";
    position: relative;
    display: inline-block;
    border-radius: 50%;
    background-color: white;
    width: 24px;
    height: 24px;
    color: red;
    text-align: center;
    font-weight: 800;
    margin-right: 5px;
    scale: 0.9;
    font-size: 1.2rem;
    animation: pulsate 0.7s infinite linear;
    line-height: 1.1;
}

@keyframes pulsate{
    50%{scale: 1.1}
}
.wpcf7 .wpcf7-not-valid-tip {
    margin-top: 5px;
}
.btn-check:active+.btn-outline-primary:focus, .btn-check:checked+.btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus, .wpcf7 .btn-check:active+input[type=submit]:focus, .wpcf7 .btn-check:checked+input[type=submit]:focus, .wpcf7 input.active[type=submit]:focus, .wpcf7 input.dropdown-toggle.show[type=submit]:focus, .wpcf7 input[type=submit]:active:focus {
    box-shadow: none !important;
}
/*END CONTACT FORM 7*/

.date-style{
    border-bottom: solid 1px #000000;
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.understrap-read-more-link{
    display: none;
}

.post-image-link{
    display: block;
    overflow: hidden;
    position: relative;
}

.post-image-link img{
    transition: 3s;
    /* transform: scale(1.0); */
}

/*.post-image-link:hover img{
    transform: scale(1.1);
}*/

.form-control{
     margin-top: 0 !important;
 }

.entry-footer{
    background-color: transparent;
}

#comments{
    margin-top:50px;
    margin-bottom:50px;
    padding-top:50px;
    border-top: solid 1px lightgray;
}

.form-group{
    margin-top:10px;
}

.page-item .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--primary-color);
    border-color: white;
    border-radius: 0 !important;
    font-weight: 600;
    box-shadow: none !important;
}

.color-primary{
    color: var(--primary-color) !important;
}

.bg-primary{
 background: var(--primary-color) !important;
}

.gwolle-gb-write{
    background: var(--primary-color);
}

.page-item.active .page-link {
    border-color:white !important;
    background-color: var(--bg-secondary) !important;
}
.page-item:hover .page-link{
    filter: brightness(1.2);
}

.pagination{
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

nav[aria-labelledby="posts-nav-label"]{
    padding-top: 15px !important;
}

.post-navigation{
    margin-top: 50px;
    padding:0 !important;
}

.post-navigation .nav-next{
    margin-left:auto;
}

.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next{
    font-size: clamp(0.8rem, calc(1rem + 1.5vw), 1rem);
    margin: 3px;
    display: inline-block;
}

@media (max-width:565px){
    .post-navigation .nav-links{
        display: block !important;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

#footer-full-content .wp-block-heading{
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0;
    margin-top: 0px;
    margin-bottom:15px;
}

#footer-full-content .wp-block-latest-posts__list a{
    color:white;
    font-weight: 600;
    font-size: 1rem !important;
}

#footer-full-content .wp-block-latest-posts__list a:hover{
    color: var(--primary-color) !important;
}

.comment-body{
    background-color: white;
    color: block;
    border-top: solid 1px lightgray;
    padding-top: 10px;
    padding-bottom: 10px;
}
.comment-author{
    display: inline-block;
}
.comment-metadata{
    display: inline-block;
    float: right;
}

.page-footer{
        background-color: black;
}

#page-footer .wp-block-latest-comments__comment{
    margin-bottom: 10px;
}

#page-footer .wp-block-latest-comments{
    margin-bottom: 0;
    padding-left:0;
}

#page-footer .wp-block-latest-comments__comment-meta{
    padding:0;
    border-top: 0;
    line-height: 1.2 !important;
}

#page-footer .wp-block-latest-comments__comment-excerpt{
    line-height: 1.2;
}
#page-footer .wp-block-latest-comments__comment-excerpt p{
    margin:0;
}

#page-footer .wp-block-latest-comments__comment-link{
    font-weight: 600;
}

#copyright{
    background: #1a1a1a;
    padding-top: 15px;
    padding-bottom:15px;
    color: white;
}

.wp-block-columns{
    margin-bottom: 0;
}


/* SITE style */
#banner_swiper .banner_bg{
    background-position: center right;
    background-size: cover;
    /*box-shadow: inset 0 0 50px black;*/
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    scale: 1;
}

#banner_swiper .swiper-slide-active .banner_bg{
    animation: banner_zoom 8s  forwards;
}

@keyframes banner_zoom{
    0%{scale: 1.1;background-position: center left;}
    10%{scale: 1.09;background-position: center left;}
    100%{scale: 1;background-position: center right;}
}

.banner-content{
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
    z-index: 5;
    margin:auto;
}

.banner-dark{
    background-color: rgba(0,0,0,0.4); width:100%; height:100%; position: absolute; top:0; left:0; position: absolute; z-index: 1;
}

.banner-size{
    min-height: calc(100vh - var(--header-height));
    display: flex;
}

.banner-background{
    width: 100%;
    max-width: 100%;
    min-height: calc(100vh - var(--header-height));
    min-height: calc(100dvh - var(--header-height));
    display: flex;
    overflow: hidden;
    color:white;
    /*border-bottom: solid 3px var(--primary-color);*/
}

.banner-bg{
    position: absolute;
    top:0; 
    left:0; 
    width: 100%; 
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-title{
    font-size: clamp(2rem, calc(1rem + 4vw), 4rem);
    line-height: 1.2;
    text-shadow: 1px 1px 0px black;
}
.banner-tekst{
    font-size: clamp(1.4rem, calc(1rem + 3vw), 2.4rem);
    line-height: 1.2;
    text-shadow: 1px 1px 0px black;
}

.drop-shadow{
    filter: drop-shadow(0px 0px 4px black);
}

.text-shadow{
    text-shadow: 2px 2px 0 black;
}

.line-height-1{
    line-height: 1;
}

.bg-abs{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-fixed{background-attachment: fixed;}


.tytul-banner-podstrony{text-transform: uppercase; font-weight: 500;}


.banner_przycisk{
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/*SWIPER ARROWS*/
.swiper-button-next, .swiper-button-prev{
    filter: grayscale(1);
    width: 50px !important;
    top: 30% !important;
}

.swiper-arrow{
    width:100%;
    opacity: 0.6;
    transition: 0.3s;
}

.swiper-arrow:hover{
    opacity: 1;
}

.arrow-right{
    transform: scaleX(-1);
}
/*END SWIPER ARROWS*/

#page-footer .arrow-right{
    height: 12px;
    width: auto;
}

.custom-logo-link:hover img{
    scale: 1.05;
}

.footer-links-effect a{
    position: relative;
    color: #ffffff;
    display: inline-block;
}

.footer-links-effect a:hover{
    transform: translateX(5px);
    color: #ffffff;
}

/* SLAJDER OPINII */
.container-opinii{
    max-width:900px;
    margin-left: auto;
    margin-right:auto;
}
@media (max-width:766px){
    .slajd-opini{
        padding-left: 50px;
        padding-right: 50px;
    }
    .swiper-button-next, .swiper-button-prev{
        width:25px !important;
    }
}

@media (min-width:767px){
    .slajd-opini{
        padding-left: 100px;
        padding-right: 100px;
    }
}

.slajd-opini{
    text-align: center;
}

.opinia-osoba{
    font-size: 1.4rem;
    font-weight: 600;
}

.quotation-mark{
    width:60px;
}
.opinia-tekst{
    margin-bottom: 30px;
}
/*END SLAJDER OPINII*/

.wp-block-image{
    margin-bottom: 15px;
}

@media (min-width:992px){
.wp-block-image .alignright,
.wp-block-image .alignleft{
    max-width:50%;
}
}

@media (max-width:991px){
.wp-block-image .alignright,
.wp-block-image .alignleft{
    float:none !important;
    margin: 0 auto;
}
}
.wp-block-heading{
    margin-top: 30px;
}

.post-thumbnail-div{
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

@media (min-width:992px){
    .post-thumbnail-div{
        float: right;
        margin: 0.2em 0em 0.5em 1em;
        max-width:50% !important;
    }
}

.gwolle-gb .gwolle_gb_messages, .gwolle-gb .gwolle-gb-messages {
    box-shadow: none;
    background-color: var(--primary-color);
    color: white;
}

.spotlight{
    display: block;
    max-width: 100%;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 !important;
    overflow: hidden;
    border: solid 1px var(--bg-secondary);
}

.spotlight img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    transition: 0.5s !important;
    padding: 0 !important;
    filter: grayscale(0.3);
}

.spotlight:hover img{
    scale: 1.05;
    filter: grayscale(0);
}

/* back to top button */
#back-to-top{
    position: fixed;
    bottom: 15px;
    right:15px;
    z-index: 999;
}
.back-to-top-button{
    width: 50px;
    height: 50px;
    align-self: center;
    display: flex;
    padding: 8px;
    background-color: #ffffff;
    border: 2px solid var(--bg-secondary);
    transition: 0.5s;
    text-align: center;
}
.back-to-top-button:hover{
    background-color: var(--bg-secondary);
}
.arrow-top{
    position: relative;
    transform: rotate(90deg);
    margin-left: auto;
    margin-right: auto;
    transition: 0.5s;
}

.back-to-top-button:hover .arrow-top{
    filter: invert(1);
}
/* end of back to top button */

/* a[href^="tel:"], a[href^="mailto:"], a[href^="https://maps.app.goo.gl/"]{
    display: inline-block;
    position: relative;
    padding: 2px 0px 2px 16px;
}

.font-bigger a[href^="tel:"], .font-bigger a[href^="mailto:"], .font-bigger a[href^="https://maps.app.goo.gl/"]{
    padding: 2px 0px 2px 20px;
}

a[href^="tel:"]:after, a[href^="mailto:"]:after, a[href^="https://maps.app.goo.gl/"]:after{
    filter:invert(0.6);
}

a[href^="tel:"]:after{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top:5px;
    left:1px;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-image: url('img/icons/phone.svg');
    rotate: 23deg;
}

a[href^="mailto:"]:after{
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 5px;
    left: 0px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-image: url(img/icons/mail.svg);
    transform: translate(-3px, -2px);
}

a[href^="https://maps.app.goo.gl/"]:after{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top:5px;
    left:1px;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-image: url('img/icons/location.svg');
}

.font-bigger a[href^="tel:"]:after,
.font-bigger a[href^="mailto:"]:after,
.font-bigger a[href^="https://maps.app.goo.gl/"]:after{
    top:8px;
    left:2px;
} */

    body{
        background-attachment: fixed;
        background-position: center center;
        background-size: cover;
    }


    .bg-primary{
        background-color: #06a5df;
    }
    #banner{
        position: relative;
        color: white;
        min-height: calc(100dvh - var(--header-height) + 16dvh);
        display: flex;
    }
    .banner_content{
        text-align: center;
        padding-top: 50px;
        padding-bottom: 150px;
        position: relative;
        z-index: 2;
        margin:auto;
    }

    #banner:after{
        content:"";
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.4);
        position: absolute;
        top: 0;
        left:0;
        clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
        z-index: 1;
    }
    .banner_image{
        clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
        position: absolute;
        top:0;
        left:0;
        width: 100%;
        height: 100%;
        object-fit: cover;
            object-position: 20%;
    }
    .banner_tytul{
        font-size: clamp(3rem, calc(1rem + 5vw), 7rem);
        margin-bottom: 0;
        font-weight: 300;
    }
    .banner_tekst{
        font-size: clamp(1rem, calc(1rem + 2vw), 1.4rem);
        text-transform: uppercase;
    }
    .blue-line{
        background-color: #a5dff8;
        height: 2px;
        max-width: 100%;
    }
    .lozad.blue-line{width: 0%; transition: 1s 1s;}
    .lozad[data-loaded=true].blue-line{width: 100%;}

    .zakres-uslug_tytyl{
        font-size: 1.14rem;
        text-transform: uppercase;
    }
    #o-firmie{
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-position: center center;
        color: white;
    }
    .button-secondary{
            background-color: #06a5df;
    border-radius: 0px;
    color: #ffffff;
    padding: 15px 40px 15px 40px;
    border: 2px solid #06a5df;
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    text-decoration: none;
}
.button-primary:hover{
    color: #fff;
    text-decoration: none;
    transition: all .2s ease-out;
}
.bg-gray{
    background-color: #fafafa !important;
}
.footer_border-beetwen-cols + .footer_border-beetwen-cols{
    border-left: solid 1px lightgray;
}

.link_black{
    color: var(--text-black);
}

.link_black:hover{
    text-decoration: underline;
    color: var(--text-black);
}

.banner_arrow-down{
    display: table;
        width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #ddd;
    color: white;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
    margin: auto;
    margin-top: 150px;
    animation: bounce 2s infinite;
    position: relative;
}

@keyframes bounce{
    0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}
60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
}

.banner_arrow-down img{
    transform: rotate(90deg);
    filter: invert(1);
    height: 35px;
}

.dark-bg-opacity{
        background: rgb(0 0 0 / 60%);
    border-radius: 15px;
}

.banner_bg-dark{
    background-color: black;
    opacity: 0.6;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}

.z-index-2{z-index: 2}

.ikona_border{
    max-width: 100%;
    width: 80px;
    height: 80px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    border: solid 2px var(--bg-secondary);
    border-radius: 50px;
    padding: 15px;
    transition: 0.5s;
    background-color: white;
}

a:hover .ikona_border{
    background-color: var(--bg-secondary);
}

a .ikona_border img{
    filter: contrast(0.5) brightness(0);
    transition: 0.5s;
}

a:hover .ikona_border img{
    filter: contrast(0.5) brightness(5);
}

.footer_oferta-link-img{
    height: 14px;
    width: auto;
    margin-right: 5px;
    display: inline-block;
    filter: contrast(0.5) brightness(5) drop-shadow(1px 0px 0px white);
}

.hover-color-secondary{
    transition: 0.5s;
    color: var(--black);
}

.hover-color-secondary:hover{
    color: var(--bg-secondary) !important;
}

section.blog-v2 .list-group {
    padding-bottom: 12px;
    background-color: transparent;
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

section.blog-v2 .h4 {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-top: 0;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2rem;
    text-transform: uppercase;
}

.list-group-item{
    border: none !important;
    padding: 7px 0px;
    border-bottom: solid 1px #eeeeee !important;
    border-radius: 0 !important;
    font-size: 0.8rem !important;
    background-color: transparent;
}

.sidebar-title{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem !important;
    border-bottom: solid 1px var(--bg-secondary);
        margin-bottom: 3px;
}

.sidebar-year{
    font-size: 1rem !important;
    border-bottom: none !important;
    font-weight: 800 !important;
    margin-bottom: 0;
    padding: 7px 0px;
}

.list-group-item a{
    color: #6b6e80;
    padding-left: 15px;
    display: block;
    position: relative;
    transition: 0.5s;
}

.list-group-item a:hover{
    transform: translateX(5px);
}

.list-group-item:before{
    content: "";
    width: 10px;
    height: 10px;
    background: url('img/icons/right-arrow.svg');
    background-size: 10px 10px;
    display: inline-block;
    filter:  drop-shadow(0px 1px 0px black) contrast(0.5);
    margin-right: 5px;
    position: absolute;
    top:11px;
    left:0;
}

.list-group-item .count{
    float: right;
    display: inline-block;
    width: 35px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    border-radius: 2px;
    margin: -2.5px 0;
    color: #999;
    font-size: 1rem;
    text-indent: 0;
    background-color: #eee;
}

.object-position-top{
    object-position: top;
}

.post-image-link:hover img{
    object-position: bottom;
}

hr {
    margin: 0;
    margin-bottom: 15px;
    color: inherit;
    background-color: var(--bg-secondary);
    border: 0;
    opacity: 0.5;
}

dl, ol, ul {
    margin-bottom: 0;
}

#elements_float-right{
    position: fixed;
    right:0;
    top:50%;
    transform: translateY(-50%);
    width: 40px;
    z-index: 5;
}

.media-spolecznosciowe-link{
    background-color: white;
    width: 40px;
    height: 40px;
    display: inline-block;
        margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    transform: translateX(10px);
    transition: 1s;
    border-radius: 5px 0px 0px 5px;
    overflow: hidden;
    border: solid 1px #ffffff;
}

.media-spolecznosciowe-link:hover{
    transform: translateX(0px);
}

.media-spolecznosciowe-ikona{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ikona_media-spolecznosciowe{
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 10px;
        align-content: center;
}

.footer_media-spolecznosciowe{
    width: auto;
    height: 32px;
    overflow: hidden;
    background-color: white;
    border-radius: 5px;
    margin-right:10px;
    border: solid 1px #ffffff;
    display: inline-flex !important;
}

.footer_media-spolecznosciowe img{
    height: 32px;
    width: auto;
}