/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/


@font-face {
    font-family: "Wix Madefor Display", serif;
    src: url('fonts/WixMadeforDisplay-VariableFont_wght.ttf') format('truetype');
    font-weight: 400 800; /* Zakres wag */
    font-style: normal;
    font-display: swap;
}

.no-rand-pad .uncont {
    padding-top: 3px !important;
}


.is_stuck .menu-container {
    background-color: #fff !important;
    border-radius: 0px 0px 36px 36px;
}


::-webkit-scrollbar {
    width: 9px;
    background-color:#151518;
}

::-webkit-scrollbar-thumb {
    background: #00D37F;
    border-style: solid;
    border-radius: 100px;
    border-width: 0;
}


.style-light.footer-scroll-top .btn-default {
    background-color: #00D37F !important;
    border-radius: 50px !important;
    width: 3em !important;
    height: 3em !important;
    line-height: 3em !important;
}

.style-light.footer-scroll-top .btn-default:hover {
  
    line-height: 2.6em !important;
}


@media (min-width: 960px){
.ecb-border-radius-left > .uncol > .uncoltable > .uncell {

border-top-left-radius:16px !important;
border-bottom-left-radius: 16px !important;
        overflow: hidden;
}


.ecb-border-radius-right > .uncol > .uncoltable > .uncell {

border-top-right-radius:16px !important;
border-bottom-right-radius: 16px !important;
       overflow: hidden; 
}

}


@media (max-width: 959px){
    .foxcollective-link {
    max-width: 303px;
    margin: 0 auto;
}
    
    
.ecb-border-radius-left > .uncol > .uncoltable > .uncell {

border-top-left-radius:16px !important;
border-top-right-radius: 16px !important;
       overflow: hidden; 
}


.ecb-border-radius-right > .uncol > .uncoltable > .uncell {

border-bottom-left-radius:16px !important;
border-bottom-right-radius: 16px !important;
       overflow: hidden; 
}

}


.eapps-google-maps {
    height: 100% !important; min-height:500px;
}


.synexon-icon-footer a.fa.fa-stack {
    border-color: #00D37F !important;
    border-width: 2px !important;
    height: 38px !important;
    width: 38px !important;
}

.ecb-bacground-footer .background-inner:before {
      display: block;
    content: " ";
    width: 110%;
    height: 100%;
    background-image: url(https://www.ecbpolska.pl/wp-content/uploads/2023/07/footer-decor-light.svg);
    position: absolute;
    bottom: -217px;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0.2;
    background-position: center bottom;
}

ul.menu-smart.sm.menu-icons.menu-smart-social .fa {
    font-weight: 400 !important;
}


@media (min-width: 570px) and (max-width: 959px){

 .main-container .ecb-min-marg  .unequal.row .cols-md-responsive > div[class*=col-md-]:not(.col-md-clear) {display: inline-table !important;}


}

@media (max-width: 570px){

.ecb-min-marg {
    margin-left: -36px !important;
    margin-right: -36px !important;
}}


.border-rad-map .uncol {
    overflow: hidden !important;
    border-radius: 18px !important;
}


.ecb-bacground-t1 .background-inner:before {
    display: block;
    content: " ";
    width: 110%;
    height: 100%;
    background-image: url(https://www.ecbpolska.pl/wp-content/uploads/2023/07/ecb-bg-2.webp);
    position: absolute;
   top: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.03;
    background-position: center bottom;
}


.ecb-special-divider-t .uncode-divider-wrap.uncode-divider-wrap-top {
    background-image: url(https://www.ecbpolska.pl/wp-content/uploads/2023/07/ecb-dark-bg.webp);
    background-repeat: repeat-y;
    background-position: center center;
    background-attachment: scroll;
    background-size: contain;
    overflow: hidden;
    border-bottom-left-radius: 36px;
    border-bottom-right-radius: 36px;
    }

.ecb-special-divider-t .uncode-divider-wrap.uncode-divider-wrap-top svg{
    display:none;
}




.ecb-special-divider-b .uncode-divider-wrap.uncode-divider-wrap-bottom {
    background-image: url(https://www.ecbpolska.pl/wp-content/uploads/2023/07/ecb-dark-bg.webp);
    background-repeat: repeat-y;
    background-position: center center;
    background-attachment: scroll;
    background-size: contain;
    overflow: hidden;
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
    }

.ecb-special-divider-b .uncode-divider-wrap.uncode-divider-wrap-bottom svg{
    display:none;
}