/* 
Theme Name: Immervel Theme
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Bertram Schmidt-Traub
Author URI: https://atplanet.de/
Template: hello-elementor
Version: 2.0.0
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
*/

/* Add your custom styles here */

html,
body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}


/*Brevo Subcribe*/
.sib_signup_form {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 8px;
}

.sib_signup_form .sib_signup_box_inside_1>div {
    display: inline-block;
    width: 23%;
    border-right: 1px solid #fff;
}

.sib_signup_form .sib_signup_box_inside_1 div.form_submit {
    border-right: none;
}

.sib_signup_form input[type=text],
.sib_signup_form input[type=email] {
    background: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.sib_signup_form input::placeholder {
    color: #fff !important;
    font-weight: 200;
    text-transform: uppercase;
}

.sib_signup_form .ds_accept {
    font-size: 12px;
}

.sib_signup_form .sib_msg_disp {
    width: inherit !important;
}

.sib_signup_form input[type="submit"] {
    background: #f5f2ec9e;
    color: #302970;
    transition: all 0.5s;
    border: none;
}

.sib_signup_form input[type="submit"]:hover {
    background: #F5F2EC;
}

.sib_signup_form .form_submit {
    text-align: right;
}

.sib_signup_box_inside_1 {
    position: relative;
}

.sib_signup_box_inside_1 .chek-compliance {
    position: absolute;
    top: 53px;
    border: none !important;
    font-size: 14px !important;
    width: 260px !important;
    left: 8px;
}

@media (max-width: 768px) {

    .sib_signup_box_inside_1 {
        margin-left: -18px;

    }

    .sib_signup_form .sib_signup_box_inside_1>div {
        width: 31%;
        font-size: 15px !important;
    }

    .sib_signup_form .sib_signup_box_inside_1 .sib-VORNAME-area {
        /*        width: 99px;*/
    }

    .sib_signup_form .sib_signup_box_inside_1 .sib-NAME-area {
        /*        width: 60px;*/
    }

    .sib_signup_form .sib_signup_box_inside_1 .sib-email-area {
        /*        width: 80px;*/
    }

    .sib_signup_box_inside_1 .chek-compliance {
        width: 100% !important;
        text-align: center;
        position: relative;
        top: inherit;
    }

    .sib_signup_form input[type=text],
    .sib_signup_form input[type=email] {
        padding: 4px 15px !important;
        text-align: center;
    }
    .sib_signup_form .sib_signup_box_inside_1 .form_submit  {
        width: 100%;
        text-align: center;  
        padding-top: 15px;
        padding-bottom: 20px;            ;
    }

    .sib_signup_form .sib_signup_box_inside_1 .form_submit input {
        padding: 5px 8px;
    }
}

strong {
    font-weight: 700;
}

.e-loop-item [data-premium-element-link]:hover {
    transition: all 0.3s;
}