/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.13
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.uk .swiper-pagination .swiper-pagination-bullet {
    border: 2px solid #AA915A !important;
}

.ie .swiper-pagination .swiper-pagination-bullet {
    border: 2px solid #62906F !important;
}

/* Popup */
div.nb-popup {
    position: fixed;
    left: 4%;
    bottom: 0;
    width: 100%;
    max-width: 400px;
    background-color: #000000;
    color: #ffffff;
    z-index: 999;
    -moz-transform: translateY(101%);
    -ms-transform: translateY(101%);
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    will-change: transform;
    border: 3px solid var( --e-global-color-accent );
    border-bottom: 0;
    font-family: "brother-1816", sans-serif;
}

div.nb-popup.active {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

div.nb-popup div.image-wrapper {
    position: relative;
    overflow: hidden;
    max-height: 300px;
    padding: 1em 3em;
}

div.nb-popup div.image-wrapper img {
    z-index: 0;
}

div.nb-popup div.image-wrapper span.close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: var( --e-global-color-accent );
    background-image: url(../../uploads/2022/10/popup-close-button.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    width: 35px;
    height: 35px;
}

div.nb-popup div.image-wrapper span.close-btn:hover {
    background-color: #000000;
}

div.nb-popup div.text-wrapper {
    padding: 0.5em 3em 2em 3em;
    text-align: left;
}

div.nb-popup div.text-wrapper h2,
div.nb-popup div.text-wrapper h3 {
    font-size: 1.4em;
    line-height: 1.4em;
    letter-spacing: 0.04em;
    margin-bottom: 5px;
    margin-top: 20px!important;
}

div.nb-popup div.text-wrapper h2 {
    margin-bottom: 10px;
    margin-top: 50px !important;
}

div.nb-popup div.text-wrapper p {
    font-size: 1.25em;
    line-height: 1.642;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
    color: #ffffff;
}

div.nb-popup div.text-wrapper p:last-of-type {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 0.85em;
    line-height: 22px;
}

div.nb-popup div.text-wrapper hr {
    border: 0;
    height: 2px;
    background-color: var( --e-global-color-accent );
    margin: 30px 0;
}

div.nb-popup div.text-wrapper a.btn {
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    padding: 16px 26px;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    fill: var( --e-global-color-primary );
    color: var( --e-global-color-primary );
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var( --e-global-color-accent );
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

div.nb-popup div.text-wrapper a.btn:hover {
    color: var( --e-global-color-e1dd457 );
    background-color: var( --e-global-color-accent );
}

.no-touchevents div.nb-popup div.text-wrapper a.btn:hover {
    background-color: #463074;
}

div.nb-popup .nb-popup-title {
    font-family: "brother-1816", sans-serif;
    color: var( --e-global-color-accent );
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    text-transform: uppercase;
    margin: 0;
}

/* Remove additional dropdown caret from Dynamic.ooo plugin */
body:not(.rtl) .elementor-field-group .elementor-select-wrapper::after {
    content: none;
}

.page-id-7909 .elementor-location-footer > .elementor-section-wrap > .elementor-section:first-of-type {
    display: none;
}

@media screen and (max-width: 768px) {

    .nb-popup .text-wrapper span {
        font-size: 12px !important;
        color: #fff;
    }

    .nb-popup .text-wrapper br {
        display: none;
    }

    div.nb-popup div.text-wrapper h2 {
        font-size: 14px !important;
        margin-top: 15px !important;
        margin-bottom: 5px !important;
    }

    .nb-popup .image-wrapper img {
        width: 100%;
        height: 100px;
    }

    .nb-popup .text-wrapper p {
        margin-bottom: 0px !important;
    }

    .nb-popup .text-wrapper p.tspaces {
        display: none;
    }

    .nb-popup .image-wrapper {
        padding: 1em 1.5em 1em 1.5em !important;
    }

    .nb-popup .text-wrapper {
        padding: 0.5em 1.5em 2em 1.5em !important;
    }

    div.nb-popup {
        left: 0px !important;
        width: 100%;
        max-width: 100%
    }

    div.nb-popup div.text-wrapper p:last-of-type, div.nb-popup div.text-wrapper hr {
        display: none;
    }

}