.banner_title {
    font-size: 14px !important;
    font-family: 'Poppins', sans-serif !important;
    color: #f5245f;
    font-weight: 400;
    line-height: 24px !important;
    letter-spacing: 0.1px;
}

.adnet-banner-text,
.adnet-banner-button,
.ml11 {
    font-size: 14px !important;
    font-family: 'Poppins', sans-serif !important;
}

.adnet-banner-button {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.banner-text {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
}

#adnet-banner {
    display: block !important;
    text-align: center;
    position: fixed;
    background: rgba(151, 201, 194, 1);
    float: left;
    width: 100%;
    color: white;
    padding: 0;
    bottom: 0;
    z-index: 99999999999;
    overflow-y: auto;
    max-height: 100vh;
}

#adnet-banner.open {
    bottom: unset !important;
    top: 0 !important
}

.g-bottom-bar-contact-form {
    position: relative;
}

.g-bottom-bar-contact-form input::placeholder,
.g-bottom-bar-contact-form textarea::placeholder {
    color: #949494 !important;
}

.g-bottom-bar-contact-form input:not([type="submit"]),
.g-bottom-bar-contact-form textarea {
    color: #222222 !important;
    background: #FFF;
    z-index: 1;
    position: relative;
}

.g-bottom-bar-contact-form textarea {
    max-height: 100px;
    overflow: auto;
}

.g-bottom-bar-contact-form .submit-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.g-bottom-bar-contact-form .wpcf7-spinner {
    margin-top: 20px;
}

/*
.g-bottom-bar-contact-form:after {
    content: '';
    background: url('https://adnetmedia.hu/wp-content/uploads/2022/03/adnetmedia_logo.png');
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    opacity: 0.051;
}
*/
.g-bottom-bar-contact-form .wpcf7-not-valid {
    border-color: red !important;
}

#adnet-banner .wpcf7-response-output {
    margin-top: 0 !important
}

.adnet-banner-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.adnet-banner-inner .adnet-banner-section {
    padding: 3% 4%;
}

.adnet-banner-button a {
    color: inherit !important;
}

/*
* bottom bar contact form
*/
.g-bottom-bar-popup-content {
    display: none;
    padding: 0 9%;
}

.bottom-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2% 4%;
}

.g-bottom-bar-popup-content input:not([type="submit"]) {
    background: #FFF !important;
}

.bottom-bar-button {
    background: #efb4ba;
    padding: 5px 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.g-bottom-bar.form-show .ml11 {
    width: 100% !important
}

#adnet-banner form .ajax-loader,
.adnet-popup .ajax-loader {
    display: none !important;
}

.g-bottom-bar-popup-content.show {
    padding: 20px;
}

.form-close-button {
    cursor: pointer;
    color: red;
    padding: 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 30px;
}

.form-close-button:after {
    color: #FFF !important
}

.adnet-banner-section {
    font-size: 17px;
}

/*
* text animáció
*/
.banner-text {
    text-align: left;
    width: 100%;
}

/*
.banner-text span {
    margin-left: -800px;
    animation: slidein 7s linear infinite;
    display: block;
}
*/
/*
@keyframes slidein {
    0% {
        margin-left: -800px;
    }
    20% {
        margin-left: -800px;
    }
    35% {
        margin-left: 0px;
    }
    100% {
        margin-left: 0px;
    }
}
*/
/*
    @keyframes slidein {
        0% {
            margin-left: -800px;
        }
        5% {
            margin-left: -800px;
        }
        25% {
            margin-left: 0px;
        }
        100% {
            margin-left: 0px;
        }
    }
    
    @-webkit-keyframes slidein {
        0% {
            margin-left: -800px;
        }
        20% {
            margin-left: -800px;
        }
        35% {
            margin-left: 0px;
        }
        100% {
            margin-left: 0px;
        }
    }
    
    @-moz-keyframes slidein {
        0% {
            margin-left: -800px;
        }
        20% {
            margin-left: -800px;
        }
        35% {
            margin-left: 0px;
        }
        100% {
            margin-left: 0px;
        }
    }
    */
/* mobile animation */
/*
@media screen and (max-width: 700px) {
    .banner-text span {
        margin-left: -800px;
        animation: slidein 5s linear infinite;
        display: block;
    }
}
*/
/* button fontawesome */
.adnet-call-action a {
    display: flex;
    align-items: center;
    text-decoration: none !important;
}

.adnet-call-action a:after {
    font-family: fontawesome;
    content: "\f095";
    display: inline-block;
    padding-left: 10px;
    font-size: 18px;
    vertical-align: middle;
}

.form-close-button:after {
    font-family: fontawesome;
    /*transform: scale(1.2, 0.8);*/
    content: "\f00d";
    display: inline-block;
    /* padding-left: 10px; */
    width: 100%;
    color: #f5245f;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    font-weight: normal;
}

@media screen and (min-width: 992px) {
    .adnet-banner-inner .adnet-banner-section {
        padding: 15px !important;
    }

    #adnet_banner_floating_button {
        position: fixed;
        bottom: 20px;
        right: 20px;
        color: #FFF;
        background: #00294B;
        z-index: 100;
        padding: 10px 20px;
        border-radius: 5px;
    }

    #adnet_banner_floating_button:hover {
        cursor: pointer;
        background: #006EB8 !important;
        transition: all ease-in-out 0.12;
        -webkit-transition: all ease-in-out 0.12;
    }

    #adnet_banner_desktop_form {
        position: fixed;
        width: 40%;
        max-width: 450px;
        height: 100vh;
        z-index: 10000;
        right: 0;
        bottom: 0;
        padding: 20px;
        background: #FFF;
        box-shadow: 5px 0 5px -5px #333;
        align-items: center;
        flex-wrap: Wrap;
        justify-content: center;
        box-shadow: -5px 0 5px -5px #333;
        padding-top: 60px;
        overflow: auto;
    }

    #adnet_banner_desktop_form .elementor-element {
        padding-left: 0 !important
    }

    #adnet_banner_desktop_form div[data-element_type="container"] {
        min-height: auto !important
    }

    /*
        #adnet_banner_desktop_form .wpcf7 {
            padding-top: 100px;
        }
        */
    #adnet_banner_desktop_form.show {
        display: block !important;
    }

    .wpcf7-response-output {
        margin-top: 0 !important
    }

    input.wpcf7-not-valid,
    textarea.wpcf7-not-valid {
        margin-bottom: 0 !important
    }
}

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

    /*
    .adnet-banner-text {
        width: 67%;
    }

    .adnet-banner-button {
        width: 33%;
    }

    .adnet-banner-text .banner_title div {
        display: flex;
        flex-wrap: wrap
    }

    .adnet-banner-text .banner_title div span {
        min-width: 5px;
    }
    */
    /**
    *
    */
    #adnet-banner div[data-element_type="container"] {
        min-height: auto !important
    }

    #adnet-banner.open {
        min-height: 100vh !important;
        padding-top: 20px;
        padding-bottom: 50px;
    }

    body.banner-open {
        position: relative;
        overflow: hidden;
        height: 90vh !important;
    }

    body.banner-open:after {
        content: '';
        width: 100%;
        /*height: 20vh;*/
        background: #222222;
        opacity: 0.8;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
        pointer-events: none;
    }

    .form-close-button:after {
        color: inherit !important;
    }
}

.g-bottom-bar-contact-form input[type="submit"]:hover {
    color: #FFF !important;
    border-color: #16171d !important;
    background: #16171d !important;
}

.form-close-button:hover {
    cursor: pointer;
    color: darkred;
    transition: all ease-in-out 0.12s;
    -webkit-transition: all ease-in-out 0.12s;
}

.form-close-button:hover:after {
    color: #FFF;
    transition: all ease-in-out 0.12s;
    -webkit-transition: all ease-in-out 0.12s;
}

.form-close-button:after {
    display: none !important
}

.form-close-button i {
    font-size: 30px !important;
    color: red;
}

#adnet_banner_desktop_form label {
    cursor: auto !important
}

#adnet_banner_desktop_form #form-field-message {
    resize: none !Important;
}

#adnet_banner_desktop_form .elementor-field-type-acceptance {
    align-items: flex-start !important
}

#adnet_banner_desktop_form .elementor-field-type-acceptance .elementor-field-option {
    display: flex;
}

.elementor-field-type-acceptance {
    flex-wrap: nowrap !important;
    align-items: center;
}

.elementor-field-type-acceptance label {
    order: 2;
    padding-bottom: 0 !important;
}

.elementor-field-type-acceptance .elementor-field-subgroup {
    order: 1;
    flex-basis: auto !important;
    margin-right: 5px;
}