button {
    background-color: transparent;
    border: none;
    color: #f29b30;
    text-align: left;
    padding: 0;
}

button:hover,
button:focus {
    color: #a46d29;
}

audio {
    width: -webkit-fill-available;
    max-width: 300px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.modal {
    background-color: rgba(0,0,0,0.5);
    padding-top: 130px!important;
    transition: all ease .5s;
    opacity: 0;
    overflow: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.modal::-webkit-scrollbar {
    display: none;
}

.modal-btn {
    margin-top: 50px;
}

.modal h1 {
    text-align: center;
    padding: 25px 0;
    margin-bottom: 0;
}

.modal h2 {
    padding-bottom: 20px;
    line-height: 1.1;
    color: black;
}

.modal-btn h3 {
    padding-left: 4px;
}

.modal h4 {
    margin-bottom: 30px;
}

.inner-services-modal-wrapper {
    width: 90%;
    max-width: 1400px;
    margin: auto;
}

.modal-content {
    padding: 50px;
    border: none;
    border-radius: 0;
}

.modal-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.5);
    height: 42vw;
    max-height: 450px;
    border: none;
    border-radius: 0;
    margin: 0;
    align-items: flex-start;
}

.close {
    height: 50px;
    position: absolute;
}

.close:hover,
.close:focus {
    cursor: pointer;
    color: #f29b30;
}

.fancybox__caption {
    text-align: center;
}

#radio-modal .modal-header {
    background-image: url("../images/radio/Movie-Posters.webp");
}

#wp-modal .modal-header {
    background-image: url("../images/wp/WP-BG.webp");
}

#podcast-modal .modal-header {
    background-image: url("../images/podcasts/Podcasts-BG.webp");
}

#ooh-modal .modal-header {
    background-image: url("../images/ooh/OOH-BG.webp");
}

#ba-modal .modal-header {
    background-image: url("../images/ba/BA-BG.webp");
}

#grass-modal .modal-header {
    background-image: url("../images/grass/Grass-BG.webp");
}

#influencer-modal .modal-header {
    background-image: url("../images/influencers/Influencers-BG.webp");
}

#digital-modal .modal-header {
    background-image: url("../images/digital/Digital-BG.webp");
}

/* MAILCHIMP SIGNUP FORM */

#mc-modal .close {
    margin: 40px 40px 0 0;
    height: 40px;
}

#mc-modal h5 {
    padding-bottom: 20px;
}

#mc_embed_signup {
    background-color: white;
    margin: auto;
    width: 80%!important;
    max-width: 1000px!important;
}

#mc_embed_signup form {
    margin: 0;
}

#mc_embed_signup h1 {
    font-size: 38px;
}

#mc_embed_signup label {
    padding: 0;
}

#mc_embed_signup input,
#mc_embed_signup input:active,
#mc_embed_signup input:focus,
#mc_embed_signup input:focus-visible {
    border: 2px solid black;
    border-radius: 0!important;
    height: 42px;
}

#mc_embed_signup .button,
#mc_embed_signup .button:active,
#mc_embed_signup .button:focus,
#mc_embed_signup .button:focus-visible {
    background-color: black;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 7px 20px;
    margin: 20px 0 0 0;
    height: fit-content;
    border-radius: 0;
    border: none;
    transition: 0s;
}

#mc_embed_signup .button:hover {
    background-color: #f29b30;
}

#mc_embed_signup_scroll.section {
    padding: 70px 90px;
}

.mc-field-group {
    width: 50%!important;
    flex: 0 0 auto;
    height: fit-content;
}

.mce_inline_error {
    display: none;
    margin: 2px 0 0 0!important;
    padding-bottom: 0!important;
}

/* BARTERED RADIO PROMOTIONS */

.radio-logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.radio-logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.radio-logos {
    max-width: 475px;
    margin-top: 0px!important;
    margin-bottom: 10px;
    width: 100%;
}

.bpfIcons {
    max-height: 125px;
    margin-top: 0!important;
}

.bpf p {
    padding: 0 20px;
}

.recap-img-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 10px 0 10px;
}

.previous-work p {
    font-weight: 700;
    font-size: 16px;
}

.previous-work a {
    display: flex;
}

.previous-work img {
    box-shadow: 0.5px 1px 10px #888888;
    cursor: pointer;
}

/* WILD POSTING */

#wp-markets-header {
    text-align: right;
}

.market-list {
    text-align: center;
    font-size: 18px;
    color: #666;
    justify-content: center;
    padding-top: 15px;
}

.market-list p {
    margin-top: 5px;
}

.market-list p:hover {
    color: black;
}

/* BREAKPOINTS */

/* EXTRA EXTRA LARGE - 1400px - 1599px */
@media (max-width: 1599px) {
    #mc_embed_signup h1 {
        font-size: 36px;
    }

    #wp-markets-header {
        font-size: 54px;
    }
}

/* EXTRA LARGE | 1200px - 1399px */
@media (max-width: 1399px) {  
    #mc_embed_signup h1 {
        font-size: 34px;
    }

    #mc-modal h5 {
        font-size: 14px;
    }
    
    .bpfIcons {
        max-height: 115px;
    }

    #wp-markets-header {
        font-size: 46px;
    }

    .market-list {
        font-size: 16px;
    }
}

/* LARGE | 992px - 1199px */
@media (max-width: 1199px) {
    .modal h4 {
        margin-bottom: 0;
    }

    .modal-key-art {
        margin-top: 30px;
    }
    
    #mc_embed_signup h1 {
        font-size: 30px;
    }
    
    .radio-logos {
        max-width: 250px;
        margin-bottom: 20px;
    }

    .bpfIcons {
        max-height: 100px;
    }

    #wp-markets-header {
        font-size: 38px;
    }

    .market-list {
        font-size: 14px;
    }
}

/* MEDIUM | 768px - 991px */
@media (max-width: 991px) {
    #mc_embed_signup h1 {
        font-size: 26px;
    }

    .mc-field-group {
        width: 100%!important;
        /* height: 90px; */
    }
    
    .radio-logo-container {
        margin-top: 10px;
    }
    
    .radio-logos {
        margin-top: 20px!important;
        margin-bottom: 0;
    }

    .previous-work p {
        padding-bottom: 15px;
    }

    #wp-markets-header {
        font-size: 30px;
    }
}

/* SMALL | 767px & BELOW */
@media (max-width: 767px) {
    audio {
        max-width: 250px;
    }

    .modal {
        padding: 40px 10px;
    }

    .modal h1 {
        font-size: 28px;
    }

    .modal-key-art {
        margin-top: 20px;
    }

    .close {
        height: 25px;
    }

    #mc-modal .close {
        margin: 20px 20px 0 0;
        height: 30px;
    }

    #mc_embed_signup_scroll.section {
        padding: 50px 60px;
    }

    #mc_embed_signup h1 {
        font-size: 22px;
    }

    #mc_embed_signup .button,
    #mc_embed_signup .button:active,
    #mc_embed_signup .button:focus,
    #mc_embed_signup .button:focus-visible {
        font-size: 14px;
        padding: 0px 15px;
    }

    #wp-markets-header {
        font-size: 24px;
    }
}

/* EXTRA SMALL | 576px & BELOW */
@media (max-width: 576px) {    
    .modal-btn h3 {
        font-size: 14px;
    }

    .previous-work p {
        font-size: 14px;
    }

    #mc-modal .close {
        height: 25px;
    }

    #mc_embed_signup {
        width: 90%!important;
    }

    #mc_embed_signup_scroll.section {
        padding: 30px 40px;
    }

    #mc_embed_signup .button,
    #mc_embed_signup .button:active,
    #mc_embed_signup .button:focus,
    #mc_embed_signup .button:focus-visible {
        margin-bottom: 25px;
    }

    #wp-markets-header {
        text-align: center;
        padding-top: 0;
    }

    .market-list {
        font-size: 10px;
    }
}