/* GRE Icons */
.gre-sermon-icon-holder {
    margin-top: 10px;
    border-top: 1px solid #e9e5de;
    padding-top: 15px;
}
.asp-archive-container .sermon-master-content {
    margin-top: 10px!important;
    padding-top: 0px!important;
    border-top: none!important;
}
.greAudioTrigger {
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: #fd8552 !important;
    font-family: 'Merriweather', sans-serif;
    font-size: 14.5px!important;
    font-weight: 400;
    margin-right: 18px;
}
.greAudioTrigger:hover, .gre-transcript-icon:hover {
    color: #005677 !important;
}
.gre-transcript-icon {
    font-family: 'Merriweather', sans-serif;
    font-size: 14.5px!important;
    font-weight: 400;
    margin-right: 13px;
    color: #fd8552 !important;
}
.greAudioTrigger i {
    font-size: 19px!important;
    position: relative;
    top: 1px;
}
.greAudioTrigger i, .gre-transcript-icon i {
    padding-right: 4px;
    margin-left: -5.5px;
}

/* The Modal */

.gre_audio_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 8675309; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(23, 36, 42, 0.9);
}


/* Modal Content */

.gre-audio-modal-content {
    background-color: rgb(255, 255, 255);
    margin: auto;
    padding: 20px 15px 15px; 15px;
    border: 1px solid #888;
    width: 50%;
    position: absolute;
    top: 10%;
    left: 25%;
    box-sizing: border-box;
}
.sermon-audio-title {
    pointer-events: none;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
    color: #192531;
    font-weight: 600;
}
.gre-audio-modal-content .mejs-container {
    width: 100%!important;
}
@media (max-width: 780px) {
    .gre-audio-modal-content {
        width: 90%;
        top: 45%;
        left: 5%;
    }
}

/* The Close Button */

.close {
    color: #fd8552;
    float: right;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    bottom: 11px;
    right: -4px;
    padding: 2px 5px !important;
}
@media (max-width: 780px) {
    .close {
        font-size: 28px !important;
    }
}
.close:hover,
.close:focus {
    color: #192531;
    text-decoration: none;
    cursor: pointer;
}

/*
footer {
    z-index: 1!important;
}
.mejs-controls .mejs-time-rail .mejs-time-current, .wp-audio-shortcode .mejs-controls .mejs-time-rail .mejs-time-current, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background-color: #fd8552 !important;
}
*/
