/* Add here all your CSS customizations */


.newsletter.custom-newsletter-style-1 form {
    position: relative;
    max-width: 85%;
    z-index: 5;
}

.newsletter.custom-newsletter-style-1 form input.form-control {
    height: 43px;
    border-radius: 50px 0 0 50px;
    border-right: none;
    right: -44.8px;
    right: -2.8rem;
    margin-left: -44.8px;
    margin-left: -2.8rem;
    padding: 0 65px 0 27px;
    z-index: 0;
}

@media (max-width: 576px) {
    .newsletter.custom-newsletter-style-1 form input.form-control {
        padding: 0 25px 0 27px;
    }

    .newsletter.custom-newsletter-style-1 form {
        max-width: 100%;
    }
}

.newsletter.custom-newsletter-style-1 form .input-group-btn {
    z-index: 1;
}


#header .header-logo img {
    image-rendering: -webkit-optimize-contrast;
}
