/*
 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: Title;
    src: url(fonts/Charm-Regular.ttf);
}

@font-face{
    font-family: 'Title';
    src: url(fonts/Charm-Bold.ttf);
    font-style: bold;
}

@font-face{
    font-family: Text;
    src: url(fonts/LindenHill-Regular.ttf);
}

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

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

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

    --color-red: linear-gradient(80deg, #801817, #801817, #6E1918, #612D2C, #801817);

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

    --gold: #E2C062;
    --gold-hover: #FBF3A8;
    --gold-gradient: linear-gradient(80deg, #f2d783, #f2d783, #E2C062, #f3f2c9, #deba55);
}

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


::selection{
    background-color: #801817 !important;
    color:white;
}

#wpadminbar{
    z-index: 9999999999;
}

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

h1, .h1{ font-size: clamp(2.2rem, 4vw, 2.7rem); }
h2, .h2{ font-size: clamp(1.9rem, 4vw, 2.2rem); }
h3, .h3{ font-size: clamp(1.7rem, 4vw, 2rem); }
h4, .h4{ font-size: clamp(1.5rem, 4vw, 1.7rem); }

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{
    font-family: "Title", sans-serif !important;
    line-height: 1.4;
}

.font-title{
    font-family: "Title", sans-serif !important;
}

.font-text{
    font-family: "Text", sans-serif !important;
}

*{ image-rendering: auto; }

a,a:focus{
    transition: var(--global-transition);
    text-decoration: none;
    color: black;
}
a:hover{color: #2e2e2e;}


.links-gold a{
    color: #e6c569;
    text-shadow: 1px 1px 0px black;
    font-weight: 600;
    transition: 0.5s;
}

.links-gold a:hover{
    color: #000000;
    text-shadow: 1px 1px 0px rgba(0,0,0,0);
}


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

.link-style{
    position: relative;
    transition: 500ms;
}

.link-style:hover{
    transform: translateX(5px);
}

::-webkit-scrollbar { width: 0.6em; }
::-webkit-scrollbar-track { background:var(--color-red); }
::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: var(--gold-gradient);
    border-radius:0;
    /*border:solid 2px black;*/
}
::-webkit-scrollbar-thumb:hover { background: var(--gold-gradient); }

#header{
    position: fixed; /* sticky */
    top: 0;
    width: 100%;
    z-index: 99999;
    transition: var(--global-transition);
    background-color: var(--primary-color);
}

.custom-logo-link{
    padding:0;
    display: table;
    position: relative;
    align-self: center;
}

.bg-red{
     background-image: var(--color-red);
}

.bg-red-abs{
    position: relative;
}

.bg-red-abs:after{
    background-image: var(--color-red);
    top:0;
    right:0;
    width: 999dvw;
    height: 100%;
    position: absolute;
    content:"";
    z-index: -1;
}

.gold-gradient-line{
    height:4px;
    width: 100%;
    background-image: var(--gold-gradient);
}

.gold-gradient{
        border: 4px solid;
    border-image-slice: 1;
    border-image-source: var(--gold-gradient);
}

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

.header-space{
    height: 120px;
    height: var(--header-height);
    position: relative;
}

.font-bigger{
    font-size: clamp(1.1rem, 2vw, 1.25rem) !important;
}

.font-xl {
    font-size: clamp(1.2rem, 2vw, 1.45rem) !important;
}

.fs-normal{
    font-size: 1rem;
}

.bold{
    font-weight: 600;
}

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

.navbar-brand img{
    max-height: 100px;
    max-width: 100%;
    width: auto;
    transition: var(--global-transition);
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.7));
}
.header-scroll .navbar-brand img{
    /*max-height: 60px;*/
    max-width: 100%;
    width: auto;
}

.bg-gray-w100{
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 1;
}

.bg-gray-w100:after{
    content: "";
    position: absolute;
    background-color: var(--primary-color);
    z-index: -1;
    width: 999dvw;
    height: 100%;
    top:0;
    left: 0;
    right: 0;
    transform: translateX(-50%);
}

@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;
    margin: 0;
}*/

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    margin-left: -10px !important;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu{
    border: 4px solid;
    border-image-slice: 1;
    border-image-source: var(--gold-gradient);
}

#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-size: 18px !important;
        padding: 14px 10px;
    line-height: 20px;
}

@media (max-width: 991px){
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
        background: rgba(255,255,255,0.1) !important;
        color: white !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
        font-size: 19px !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-toggle:after{
        content: "Menu";
        color: black;
        font-size: 1.2rem;
        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(--gold-gradient) !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-toggle-block.mega-menu-toggle-animated-block.mega-toggle-block-0{
        border: 4px solid !important;
        border-image-slice: 1 !important;
        border-image-source: var(--gold-gradient) !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        background: var(--color-red);
    }
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary{
        background-image: var(--color-red);
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        overflow-y: auto;
        max-height: 100vh;
        max-height: 100dvh;
        /*border-bottom: solid 2px var(--primary-color);*/
        border-right: 4px solid !important;
        border-image-slice: 1 !important;
        border-image-source: var(--gold-gradient) !important;
    }
    .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{
        color: #000000 !important;
        font-weight: 600 !important;
        background: rgb(255 255 255 / 50%) !important;
   }
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu{
    background-image: var(--color-red) !important;
}

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

@media (min-width:992px){
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{
        background: rgba(255,255,255,0.2);
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
        font-size: clamp(0.9rem, 1.5vw, 1.5rem);
    }
    .mega-sub-menu{
        max-height: calc(100dvh - 80px) !important;
        overflow: auto !important;
    }
    #mega-menu-primary > .mega-menu-item:last-child .mega-menu-link{
        background-image: var(--color-red) !important;
        border: 4px solid !important;
        border-image-slice: 1 !important;
        border-image-source: var(--gold-gradient) !important;
        color: white !important;
        text-transform: uppercase !important;
        padding: 12px 30px 8px 30px !important;
        font-size: clamp(1rem, 1vw, 1.4rem) !important;
        line-height: 1 !important;
        height: auto !important;
        transition: 0.5s !important;
    }
    #mega-menu-primary > .mega-menu-item:last-child .mega-menu-link:hover{
        filter: brightness(1.2);
    }
    #mega-menu-primary > .mega-menu-item:last-child{
        padding-left: 15px !important;
    }
}
/* 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: var(--lozad-animation);
}
@keyframes lozad-opacity{
    from{opacity: 0;}
    to{opacity: 1;}
}

.lozad.lozad-white,
.lozad .lozad-child.lozad-white{filter: contrast(0.5) brightness(5);}
.lozad.lozad-white[data-loaded=true],
.lozad[data-loaded=true] .lozad-child.lozad-white{
    animation: lozad-white 2s ease-out forwards;
    animation-delay: var(--lozad-animation-delay);
    transition: 2s filter;
}
@keyframes lozad-white{
    from{filter: contrast(0.5) brightness(5);}
    to{filter: contrast(1) brightness(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: 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: 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: 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: 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: 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: 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: 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: 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%;
}

.fit-cover{
    object-fit: cover;
}

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;
    }*/
}

.section-text{
    font-size: 1.25rem;
}

.pos-rel{position: relative;}
.pos-abs{position: absolute;}
.pos-sticky{position: sticky;}
.z-index-1{z-index: 1;}
.z-index-2{z-index: 2;}
.z-index-3{z-index: 3;}
.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-7-6{aspect-ratio: 7 / 6}
.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}

.site-header-size{
    aspect-ratio: 5 / 1;
     min-height: 200px;
}

.site-header-bg{
    transform: scaleX(-1); 
    background-position-y: 33% !important;
}

.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: 580px;
        margin-left: auto;
    }
    .col-lg-6-container-right{
        max-width: 580px;
        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,
.button-secondary, .button-secondary:focus,
.btn-primary, .btn-primary:focus{
    color: #ffffff;
    background-image: var(--color-red);
    display: inline-block;
    transition: 0.5s !important;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    padding: 15px 30px;
    padding-top: 18px;
    min-width: 200px;
    max-width: 100%;
    font-weight: 500;
    text-align: center;
    font-size: clamp(1.1rem, 3vw, 1.3rem);
    line-height: 1;
    border: 4px solid;
    border-image-slice: 1;
    border-image-source: var(--gold-gradient);
}

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

.iframe-gold-border iframe{
    position: relative;
    z-index: 10;
    border: 4px solid !important;
    border-image-slice: 1 !important;
    border-image-source: var(--gold-gradient) !important;
}

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

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


.oferta-link, .oferta-link:focus{
    color: #ffffff;
    background-image: var(--color-red);
    display: inline-block;
    transition: 0.5s !important;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    padding: 10px 15px;
    width: 100%;
    max-width: 100%;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    border: 4px solid;
    border-image-slice: 1;
    border-image-source: var(--gold-gradient);
    margin-top: 15px;
}

.oferta-link:hover{
    color: #ffffff;
    background-color: var(--primary-color);
    filter: brightness(1.2);
}

.oferta-title{
    font-size: 1.25rem;
    margin-bottom: 0;
    min-height: 62px;
    align-content: center;
}

.oferta-max-width{
    max-width: 100%;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

/* END BUTTONS STYLE */

#page-footer{
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}

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

/*#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%;
    position: absolute;
    top: 0;
    left: 0;
}

/* 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 black;
    border: 4px solid;
    border-image-slice: 1;
    border-image-source: var(--gold-gradient);
    color: #000000 !important;
    background-color: #ffffff;
    box-shadow: inset 0 0 0px 0px black;
    border-radius: 0;
    transition: 0.5s;
    padding: 7px !important;
}

.wpcf7-form *::placeholder{
    color: #666666 !important;
    font-weight: 800 !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: 4px solid;
    border-image-slice: 1;
    border-image-source: var(--gold-gradient);
    color: #ffffff !important;
    background-color: #000000;
    box-shadow: inset 0 0 15px 5px transparent;
}

@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: #000000 !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-write .gwolle_gb_submit.btn-primary{
    width: 100% !important;
    color: #ffffff !important;
}
.gwolle_gb_submit.button.btn.btn-primary:hover{
   filter: brightness(1.2);
}

.gwolle_gb_messages p{
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #000000;
}
#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;
    font-weight: 400 !important;
}

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

.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: 4px solid;
    border-image-slice: 1;
    border-image-source: var(--gold-gradient);
    color: #ffffff !important;
    background-color: #333333;
    box-shadow: inset 0 0 15px 5px black;
}

.btn-outline-primary:hover, .wpcf7 input[type=submit]:hover, .wpcf7 input[type=submit]:active{
    color: #ffffff;
    border: 4px solid;
    border-image-slice: 1;
    border-image-source: var(--gold-gradient);
    color: #ffffff !important;
    background-color: #000000;
    outline: solid 0px transparent;
    transition: 0.5s !important;
}

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

.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;
}

@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: 1s;
    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;
}

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

.page-item.active .page-link {
    background-color:black !important;
    border-color:white !important;
}
.page-item:hover .page-link{
    background-color: var(--primary-color-hover);
}

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

nav[aria-labelledby="posts-nav-label"]{
    border-top: solid 1px gray !important;
    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{
    border-left:solid 3px white;
    border-right: solid 3px white;
    font-size: clamp(0.8rem, 1.5vw, 1rem);
}

@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;
}

.wp-block-heading{
    margin-top: 0 !important;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 2;
}
.wp-block-heading:after{
    content: "";
    position: absolute;
    top:0;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    background-color: var(--primary-color);
    z-index: -1;
}

.has-text-align-center{
    text-align: center;
}

.p-padding p:first-child{
    padding-top: 1rem !important;
    padding-bottom: 0rem !important;
}

.wp-block-heading + p{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}



#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 .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: var(--color-red);
    padding-top: 15px;
    padding-bottom:15px;
    color:#ffffff;
}

.copyright_logo{
    height: 35px;
    width: auto;
}

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


/* SITE style */
#banner_swiper .banner_bg{
    background-position: center right;
    background-size: cover;
    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: 50px;
    padding-bottom: 250px;
    position: relative;
    z-index: 5;
    margin:auto;
}

@media (max-width:991px){
    .banner-content{
        padding-top: 200px;
        padding-bottom: 100px;
    }
}

/*.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, 2.6vw, 2.9rem);
    font-family: 'Title';
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
.banner-tekst{
    font-size: clamp(1.2rem, 1.8vw, 2rem);
    margin-bottom:0;
}

.pod_bannerem_info{
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.pod_bannerem_info:after{
    content: "";
    background-image: var(--color-red);
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    z-index: -1;
    opacity: 0.8;
}

.pod_bannerem_info a{
    color:white !important;
}

.pod_bannerem_info .icon-medium{
    filter: contrast(0.5) brightness(4);
}

.force-icon-black{
    filter: contrast(0.5) brightness(0);
}

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

.banner-aniol{
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none !important;
    filter: brightness(1.2) drop-shadow(4px 4px 4px rgba(0,0,0,0.5));
    max-width:185%;
    width: 185%;
}

.banner-aniol-smaller{
        position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none !important;
    filter: brightness(1.2) drop-shadow(4px 4px 4px rgba(0,0,0,0.5));
    max-width:150%;
    width: 150%;
}

.w-fit-content{
    width: fit-content;
}

.p-no-margin p{
    margin-bottom: 0;
}

.text-bigger{
    font-size: 1.24rem;
}

.icon-medium{
    width: 40px;
}

.container-wider{
    max-width: 100% !important;
    width: 1760px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.grey-bg-transparent-left{
    position: relative;
    padding: 50px 20px 50px 20px;
}

.grey-bg-transparent-left:after{
    content: "";
    position: absolute;
    right:0;
    top:0;
    height: 100%;
    width: 500dvw;
    background-color: var(--primary-color);
    z-index: -1;
    opacity: 0.8;
}

.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;
}

/* TITLE STYLE */

.tytul-banner-podstrony{font-size: clamp(2.4rem, 5vw, 5rem) !important;}
/* END TITLE STYLE */

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

.tytul-ikona{
    display: inline-block;
    padding-right: 10px;
    height: 80px;
    position: relative;
    margin-top: -20px;
}

/*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;
}

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

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

/* 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{
    font-size: clamp(1rem, 2vw, 1.2rem);
    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;
    z-index: 5;
}

@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: #000000;
}

.spotlight{
    display: block;
    max-width: 100%;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid;
    border-image-slice: 1;
    padding: 0 !important;
    border-image-source: var(--gold-gradient);
    overflow: hidden;
}

.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: 7px;
    right: 7px;
    z-index: 999;
}
.back-to-top-button{
    width: 50px;
    height: 50px;
    align-self: center;
    display: flex;
    padding: 8px;
    background-image: var(--color-red);
    border: 4px solid;
    border-image-slice: 1;
    border-image-source: var(--gold-gradient);
    transition: 0.5s;
    text-align: center;
}
.back-to-top-button:hover{
    background-image: var(--color-red);
    filter: brightness(1.2);
}
.arrow-top{
    position: relative;
    transform: rotate(90deg);
    margin-left: auto;
    margin-right: auto;
    transition: 0.5s;
    filter: invert(1) drop-shadow(2px 2px 0 black);
}
/* 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;
} */

.content-font-size{
    font-size: 1.25rem;
}

.ums_map_opts, .ums_MapPreview, .leaflet-container{
    position: absolute !important;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
}