#mailchimp-popup {
    width: auto;
    margin: 20px auto;
    padding: 40px 30px;
    position: relative;
    max-width: 380px;
    background: #fff;
    text-align: center;
}

#mailchimp-popup label {
    color: #c50f24;
    display: block;
    font-size: 2em;
    font-family: "sofia-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    line-height: 1.3em;
    padding-bottom: 1em;
}

#mailchimp-popup .email {
    height: 3.5em;
    border-radius: 3px;
    border-color: #e1e1e1;
    background-color: #f2f2f2;
    text-align: center;
}

#mailchimp-popup .button {
    color: #fff;
    border: 0;
    height: 40px;
    padding: 0 18px;
    line-height: 40px;
    font-family: "sofia-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 50px;
    background-color: #c50f24;
}

.emailoctopus-form input[type="email"] {
    margin: 0;
}

/*
.notice-item-1 {
    width: 39%;
}

@media only screen and (max-width: 1030px) {
    .notice-item-1 {
        width: 52%;
    }
}

.notice-item-2 {
    width: 50%;
}

@media (max-width: 1029px) and (min-width: 299px) {
    .menu-toggle {
        outline-style: none;
    }
}

@media only screen and (min-width: 1030px) {
    .search-toggle a {
        color: #700914 !important;
    }
}

.search-toggle a {
    background: none !important;
}

.search-toggle a:hover {
    background: none !important;
    color: #fff !important;
}

.search-toggle a:visited:hover {
    color: #700914 !important;
}
*/