.mailchimp-form input[type="checkbox"] {
    display: inline-block;
    width: auto;
    margin-right: 10px;
    vertical-align: top;
}
.mailchimp-form span.wpcf7-list-item-label {
    margin-bottom: 15px;
    display: inline-block;
    width: 90%;
    margin-top: -5px;
}
.mailchimp-form span.wpcf7-list-item {
    width: 100%;
}
.reqstar {
    display: inline;
    color: red;
}
.page-template-mailchimp #content .row > p {
    color: #FF8675;
    font-weight: bold;
    /* font-family: Gotham; */
    font-size: 28px;
    text-transform: uppercase;
    margin: 0px;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: -3px;
}
.page-template-mailchimp #content .wpcf7 {
    margin: 0px !important;
    margin-top: 58px !important;
     padding-top: 0px !important;
}
img.contact_mailchimp_hero {
    width: 100%;
    margin-bottom: 65px;
}
.mailchimp-form h4 {
    margin: 0px;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 3px;
}
.newsletter-form.mailchimp-form {
    padding-left: 31px;
}
.mailchimp-form p {
    font-size: 24px;
    white-space: nowrap;
}
.newsletter-form.mailchimp-form br {
    display: none;
}

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

.page-template-mailchimp #content .wpcf7 {
    max-width: 100%;
}
.mailchimp-form p {
    white-space: normal;
}
    
}

.newsletter-form.mailchimp-form input.wpcf7-form-control.wpcf7-submit {
    clear: both;
    background-color: #aaa;
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: 150px;
    text-transform: uppercase;
}

.newsletter-form.mailchimp-form input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #646060;
    color: #FFFFFF;
}

.optins span.wpcf7-list-item-label {
    font-size: 13px;
}

.optins span.wpcf7-not-valid-tip {
    margin-top: -15px;
    margin-bottom: 15px;
}

.wpcf7-response-output.wpcf7-validation-errors {
    display: none;
}

.page-template-mailchimp p br {
    display: none;
}
.nochecks {
    margin-top: -15px;
    margin-bottom: 10px;
}
p.newsubmit {
    clear: both;
    background-color: #aaa;
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: 150px;
    text-transform: uppercase;
    top: 20px;
    position: relative;
}

p.newsubmit:hover {
    background: #646060;
}

.custom_error {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    color: #dc3545;
}

p.mobile_imgs {
    display: none !important;
}

.reqstar:nth-child(2) {
    display: none;
}

.optins span.wpcf7-list-item-label {
    font-size: 13px !important;
}

@media only screen and (max-width: 600px) {
img.contact_mailchimp_hero {
    max-height: 190px;
}

.page-template-mailchimp #content .row > p {
    font-size: 20px;
}

.newsletter-form.mailchimp-form {
    padding-left: 0px;
}

.newsletter-form.mailchimp-form {
    width: 90%;
    margin: auto;
}

.mailchimp-form span.wpcf7-list-item {
    margin: 0px;
}
    
p.mobile_imgs {
    display: block !important;
}

.page-template-mailchimp p > img {
    display: none;
}

.mobile_imgs img {
    display: inline-block !important;
}
}
