/* newsletter popup */

.esns_theme_default#esns_box_layer {
    z-index: 9999;
    background-color: #000;
    width: 470px;
    height: auto;
    overflow: hidden;
    top: 0;
    text-align: center;
    display: inline-block;
    padding: 25px;
    position: relative;
}
.esns_theme_default .esns-container {
    width: 100%;
    padding: 0;
}

.esns_theme_default #esns_box_title {
    background: #000;
    width: 90%;
}

.esns_theme_default #esns_box_block_1 {
    width: 100%;
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-size: x-large;
    margin: 0 0 30px;
    text-align: left;
    color: #fff;
}

.esns_theme_default #esns_box_block_3 {
    width: 100%;
    font-family: 'Overpass', sans-serif;
    text-align: left;
    color: #fff;
}

.esns_theme_default #esns_box_subscribe_form{
    width: 100%;
    margin: 0;
    height: auto;
    overflow: visible;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.esns_theme_default #esns_box_subscribe_form.esns-with-additional select, .esns_theme_default #esns_box_subscribe_form.esns-with-additional input::placeholder{
    color: #fff !important;
}

.esns_theme_default #esns_box_subscribe_form.esns-with-additional select, .esns_theme_default #esns_box_subscribe_form.esns-with-additional input{
    border-bottom: 2px solid #fff;
    background: #000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    color: #fff;
    padding-left: 0;
    font-size: 13px;
    font-family: 'Overpass', sans-serif;
    padding-top: 15px;
}

.esns_theme_default #esns_box_subscribe_form input#esns_email{
    width: 100%;
}

.esns_theme_default #esns_box_subscribe_form input#esns_additional_1{
    width: 40%;
}
.esns_theme_default #esns_box_subscribe_form input#esns_additional_2{
    width: 40%;
}


.esns_theme_default .esns_box_lines {
    display: none;
}

.esns_theme_default #esns_box_close {
    background: url(../newsletter_icon/times-light.svg) no-repeat;
    background-color: #fff;
    width: 30px;
    height: 40px;
    background-position-x: center;
    background-size: 20px;
    background-position-y: center;
    position: absolute;
    right: 0;
    top: 0;
}


.esns_theme_default #esns_box_subscribe {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px 0 20px 0;
}

.esns_theme_default #esns_box_subscribe_form.esns-with-additional #esns_box_subscribe_submit {
    margin: 20px auto 0;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.esns_theme_default #esns_box_subscribe_submit a {
    width: 100%;
    height: 34px;
    display: block;
    line-height: 34px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    background: #fff;
    border: 1px solid #fff;

    font-family: 'Overpass', sans-serif;
    margin: 0 auto;
    padding-top: 2px;
}

.esns-block-title {
    color: #fff;
    font-size: 12px;
    line-height: 10pt;
    text-align: left;
    margin-top: 30px;
}

@media screen and (max-width: 600px){
    #esns_box_layer {
        max-width: 90%;
    }

    .esns_theme_default #esns_box_subscribe_form {
        flex-direction: column;
    }

    .esns_theme_default #esns_box_subscribe_form input#esns_additional_1 {
        width: 100%;
    }

    .esns_theme_default #esns_box_subscribe_form input#esns_additional_2 {
        width: 100%;
    }

}




.esns_theme_default #esns_box_block_2 {
    color: #fff;
    font-size: 15px;
    font-family: 'Overpass', sans-serif;
    margin: 15px 0 0 0;
}

.esns_theme_default #esns_box_subscribe_form.esns-with-additional .mtnp-checkbox-field {
    width: 40% !important;
    margin: 0;
    color: #fff;
    height: 30px !important;
    display: flex;
    align-items: center;
}
.esns-container #esns_box_subscribe .mtnp-checkbox-field label{
    margin-left: 10px;
}

.esns-container #esns_box_subscribe .mtnp-checkbox-field input#esns_additional_ensskifashion[type="checkbox"]::before, input#esns_additional_ensskiracing[type="checkbox"]::before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px !important;
    top: 0;
    left: 0;
    background-color: white;
    height: 20px;
}

.esns-container #esns_box_subscribe .mtnp-checkbox-field input#esns_additional_ensskifashion[type="checkbox"]:checked:after, input#esns_additional_ensskiracing[type="checkbox"]:checked:after {
    content: "";
    display: block;
    width: 6px;
    height: 12px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 1px;
    left: 6px;
}