.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 form .wpcf7-response-output {
    display: block;
    text-transform: lowercase;
    font-weight: 400;
    padding: 1em;
    margin: 0 0 .8em 0;
    border-right: 2px dotted #91071a !important;
    border-left: 2px dotted #91071a !important;
    border-top: none !important;
    border-bottom: none !important;
    color: #91071a;
    background-color: #fa9daa;
    line-height: 1;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-right: 2px dotted #008000 !important;
    border-left: 2px dotted #008000 !important;
    color: #363636 !important;
    background-color: #d9f2f4 !important;
}

.wrapper-footer .signup-form .ajax-loader {
    display: none !important;
}

.wrapper-footer .logo-strip input,
.wrapper-footer .logo-strip .button {
    margin-bottom: 0;
}

.wrapper-nav .menu-addr {
    max-width: 260px;
}

.single-date {
    color: #7e7e7e;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.single-thumbnail {
    margin-bottom: 3rem;
    padding-bottom: 50%;
    display: block;
    background-color: #414141;
    border: 10px solid #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 18px 26px rgb(0 0 0 / 20%);
    z-index: 0;
}

.po-ev-none {
    pointer-events: none;
}

#sb_instagram a.card-image {
    border-bottom: solid 10px #fff !important;
}

.wrapper-footer .wpcf7-form.signup-form.invalid .wpcf7-response-output  {
    display: none !important;
}

@media screen and (max-width: 39.9375em) {
    .logo-strip .wpcf7-form-control-wrap {
        width: 100%;
    }

    .logo-strip .signup-form input {
        width: 95%;
        margin: 0 auto;
    }

    .logo-strip .signup-form,
    .logo-strip .signup-btn {
        padding: 1rem;
    }
}

.single-performers .img {
    order: 1;
}

@media only screen and (max-width: 640px) {
    .single-performers .img {
        order: 0;
    }
}

.card-performer .info-card .details a {
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    font-weight: 500;
    text-decoration: underline;
}

.card-article.show-pink .title,
.card-article.ni-opera-studio .title {
    color: #ee0ca7;
}

.card-offset-image .body p::after {
    margin-top: 5rem;
}

.card-spotlight--studio .content h2 {
    z-index: -1;
    box-shadow: 0 0 13px rgb(0 0 0 / 20%);
}

.card-spotlight--studio .content h2.title {
    position: static;
    z-index: 1;
    padding: 0;
    background: none;
    box-shadow: none;
    font-size: 2rem;
    font-weight: 600;
}
.card-spotlight--studio {
    margin-top: 3rem;
}

/* tablet size */
@media screen and (min-width: 40em)and (max-width: 63.9375em) {
    .card-offset-image .content .body p {
        padding-bottom: 5.5rem !important;
    }
    .card-offset-image .body p::after {
        margin-top: 4rem; !important;
    }
}

/* Phone size */
@media screen and  (max-width: 40em) {
    .card-offset-image .content .body p {
        padding-bottom: 5.5rem !important;
    }
    .card-offset-image .body p::after {
        margin-top: 4rem; !important;
    }
}

.white-popup-block {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}

.mc-field-group ul {
    list-style: none;
}

/* some override to make the signup button bigger in footer block */
/*footer.wrapper-footer .logo-strip .signup-btn .popup-with-form {*/
/*    line-height: 2rem;*/
/*    padding: 0.5rem 2rem*/
/*}*/

/* Style up the button in the mailchimp form itself */
.mfp-wrap div.mfp-container .mfp-content form div#mc_embed_signup_scroll input.button.button--sign-up {
    padding: 1rem;
    width: 100%;
    font-weight: 600;
}
.mfp-wrap div.mfp-container .mfp-content form div#mc_embed_signup_scroll input.button.button--sign-up:hover {
    border-style: solid;
    border-color: #000000;
    border-width: 2px;
}

.button--sign-up:focus {
    background-color: #FFFFFF;
    color: black;
}
