form.icl_mpp_mailchimp_signup_form .spinner-inline {
    float: none;
    display: inline-block;
}

/*******************/
/* Newsletter Form */
/*******************/
.icl_mpp_mailchimp_signup_form fieldset {
    margin: 20px 0;
}

.icl_mpp_mailchimp_signup_form section {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

.widget .icl-mpp-mailchimp-mailing-lists-interests-newsletter li {
    font-size: 14px;
    margin-bottom: 5px;
}

/* Checkbox */
.icl-mpp-mailchimp-mailing-lists-interests-newsletter input[type=checkbox] {
    visibility: hidden;
}

.checkbox-dark {
    position: relative;
    margin-bottom: 5px;
}

.checkbox-dark label:before,
.checkbox-dark label:after {
    box-sizing: content-box;
}

.checkbox-dark label {
    cursor: pointer;
    position: relative;
    top: 0;
    left: -5px;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background: #777;
}

.checkbox-dark label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 3px solid #fcfff4;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox-dark label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.checkbox-dark input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.checkbox-dark label span {
    display: block;
    position: relative;
    font-size: 14px;
    left: 24px;
    width: 200px;
}

@media only screen and (max-width: 1200px) {
    .checkbox-dark label span {
        width: 170px;
    }
}

@media only screen and (max-width: 991px) {
    .checkbox-dark label span {
        width: 120px;
    }
}

/* Icons */
.icon-img {
    display: block;
    float: left;
    width: 36px;
    height: 36px;
    background: top left no-repeat;
}

.icon-img-user {
    background-image: url('../img/icon-my-account.png');
}

.icon-img-envelope {
    background-image: url('../img/icon-envelope.png');
}
