.megaphone-main-wrapper{
    overflow-x: hidden;
    position: relative;
}
.megaphone-content{
    max-width: 100%;
    padding: 0;
    width:100%;
    @include mq('md') {
        max-width: size-by-col(6, 'xl');
        padding:0;
    }
}
.megaphone-content-alt{
    max-width: 364px;
    padding: 0 30px;
    width:100%;

    @include mq('md') {
        max-width: size-by-col(6, 'xl');
        padding:0;
    }
    @include mq('lg') {
        max-width: size-by-col(8, 'xl');
    }
}
.entry-title{
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
// Entry Media
.entry-media{
    overflow: hidden;
}

.entry-media img{
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.entry-media,
.episode-item{
    position: relative;
}
.entry-episode{
    margin-bottom: 10px;
}
.entry-media .entry-episode,
.megaphone-overlay .episode-item{
    position: absolute;
    top: 0;
    right: 0;
}
.entry-media .entry-episode{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );    
    display: block;
    width: 100%;
    text-align: right;
}
.entry-media-rounded img{
    width: 100%;
}
.megaphone-overlay .episode-item,
.episode-item{
    height: 50px;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 0 20px 0 20px;
    z-index: 1001;
    @include mq('md') {
        height: 50px;  
        font-size: 1.4rem; 
    }
}
.episode-item strong{
    margin-left: 3px;
}
.entry-category{
    line-height: 1;
    margin-bottom: 8px;
    word-break: break-all;
}
.entry-title a{
    word-break: break-word;  
}
.entry-category a,
.entry-title a,
.entry-meta a{
    transition-property: color;
}
.entry-category a,
.entry-category .meta-item{
    font-size: 1.2rem;

    @include mq('md') {
        font-size: 1.4rem;
    }
}
.meta-category a + a{
    margin-left: 5px;
}
.entry-meta,
.entry-meta a,
.section-meta,
.section-meta a{
    font-size:1.2rem;
    @include mq('md') {
        font-size: 1.4rem;
    }
}
.section-meta{
    display: block;
}
.entry-meta .meta-item::before,
.entry-category a:before, 
.entry-category .meta-sponsored + .meta-item:before,
.megaphone-show-header .meta-sponsored + .entry-episode:before,
.meks-ap-episode .meta-item::before {
    content: "//";
    margin: 0 5px;
}
.entry-meta .meta-item:first-child::before,
.entry-category a:first-child:before,
.meks-ap-episode .meta-item:first-child::before {
    display: none;
}

.meta-sponsored span:before{
    font-family: "megaphone-font";
    content: "\e918";
    margin-right: 5px;
}
.megaphone-triangle{
    position: absolute;
    left: -15px;
    @include mq('md') {
        left: -20px;
    }
}
.megaphone-triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 15px;
    @include mq('md') {
        border-width: 0 0 40px 20px;
    }
}
.megaphone-triangle-after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 15px 0 0;
    @include mq('md') {
        border-width: 40px 20px 0 0;
    }
}
.megaphone-triangle-after {
    position: absolute;
    right: -15px;
    @include mq('md') {
        right: -20px;
    }
    
}
.entry-header .episode-item{
    margin-left: 40px;
    margin-right: 15px;
    @include mq('md') {
        margin-left: 40px;
        margin-right: 20px;
    }
}
.megaphone-triangle:before{
    content: "";
    height: 30px;
    width: 14px;
    display: block;
    position: absolute;
    left: -30px;
    transform: skew(-27deg,0);
    @include mq('md') {
        height: 40px;   
    }
}
.megaphone-overlay .episode-item{
    position: relative;
}

.entry-footer .megaphone-button + .megaphone-button{
    margin-right: 10px;
}

// Shows
.megaphone-show .megaphone-content{
    padding: 0 40px;
}
.megaphone-show-item{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    @include mq('md') {
        margin-bottom: 24px;   
    }   

}

.megaphone-show .col-12 .megaphone-shows-list .megaphone-show-item:last-child{
    margin-bottom: 0;
}
.megaphone-shows.megaphone-slider .megaphone-item{
    margin-bottom: 0;
}
.megaphone-shows.megaphone-slider.owl-carousel .owl-stage-outer{
    padding: 0 7px 5px 7px;
    margin: 0 -7px;    
}
.megaphone-show-play{
    border: 1px solid;
    display: inline-flex;
    height: 45px;
    width: 45px;
    flex: 0 0 45px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    cursor: pointer;
}
.megaphone-show-header{
    font-size: 0;
}
.megaphone-show-header .entry-episode,
.megaphone-show-header .meta-sponsored{
    font-size: 1.1rem;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 4px;
    display: inline-block;
}

.megaphone-duotone-overlay .entry-media a img{
    filter: grayscale(1);
}
.megaphone-duotone-overlay .entry-media::before {

    content: '';
    display: block;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 999;
}
  
.megaphone-duotone-overlay .entry-media a:after{
    background: 0 0;
}
.megaphone-duotone-overlay .megaphone-overlay:hover .entry-media a:after{
    background-color: rgba(0,0,0,.5);
}


// Featured 

.megaphone-carousel.owl-carousel .owl-stage-outer{
	overflow: visible;
}
.megaphone-section-featured{
    overflow: hidden;
}
//Slider has arrows
.owl-carousel{
    .owl-item{
        opacity: 0;
    }
    .owl-item.active{
        opacity: 1;
    }
    &.owl-loaded .owl-item{
        opacity: 1;
    }
    
}
.owl-item img{
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.megaphone-carousel,
.megaphone-slider{
    > * {
        opacity: 0;
    }
    :first-child{
        opacity: 1;
    }
    &.owl-loaded > *{
        opacity: 1;
    }
}
.megaphone-slider.has-arrows{
    .owl-nav{
        position: absolute;
        max-width: size-by-col(12, 'xl');
        width: 100%;
        padding: 0 40px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); 
        display: flex;
        justify-content: space-between;  
        pointer-events: none;

        > div{
            pointer-events: auto;

        }  
        a{
            transition: opacity .15s ease-in-out;
            opacity: .5;
            &:hover{
                opacity: 1;
            }
        } 
    }
    .megaphone-button-circle{
        border: 1px solid #FFF;
        color: #FFF;
    }
}
.owl-nav .mf{
    font-size: 2.4rem;
}

//Archive 

.archive-label{
    text-transform: uppercase;
    display: block;
    font-size: 2.4rem;
}
.section-subnav{
    display: block;
    font-size: 1.8rem;
}
.section-subnav a{
    padding: 0 10px 0 0;
    width: 32px;
    display: inline-block;
}
.section-meta + .section-subnav{
    margin-left: 10px;
}
.section-archive .section-subnav .megaphone-author-button .megaphone-author-button{
    text-align: center;
}
.section-archive .section-subnav .megaphone-author-button .mf-website:before{
    transform: translateY(1px);
    display: block;
}

.megaphone-post .entry-media img{
    width: 100%;
}
.megaphone-show .entry-media:after,
.megaphone-section-featured .entry-media:after{
    display: none;
}

.megaphone-archive-no-image{
    .container-self-center{
        position: relative;
        height: auto;
    }
}


// Author

.author .megaphone-archive-1 .archive-section-head,
.author .megaphone-archive-3 .archive-section-head{
    > span:first-child{
        float: left;
        margin-right: 24px;
    }
}

.author .section-meta,
.author .section-subnav{
    display: inline;
    vertical-align: middle;
}

.author .megaphone-archive-2 .archive-section-head{
    > span:first-child{
        margin-bottom: 10px;
        display: block;
    }
}

//Search

.megaphone-archive-1 .search-form,
.megaphone-archive-2 .search-form{
    max-width: size-by-col(6, 'xl');
}
.megaphone-archive-2 .search-form{
    margin-left: auto;
    margin-right: auto;
}
.search-results .megaphone-archive-3 .archive-section-head{
    display: none;
}



//Orders


.megaphone-order-3 {
    order: 3;
    @include mq('lg') {
        order: initial;
    }
}

.megaphone-order-1 + .megaphone-order-2{
    margin-top: 20px;
    @include mq('sm') {
        margin-top: 30px;
    }
    @include mq('md') {
        margin-top: get-gutter-width('md');
    }
    @include mq('lg') {
        margin-top: 0;
    }
}
.megaphone-order-2 + .megaphone-order-1{
    margin-bottom: 20px;
    @include mq('sm') {
        margin-top: 30px;
    }
    @include mq('md') {
        margin-bottom: get-gutter-width('md');
    }
    @include mq('lg') {
        margin-bottom: 0;
        margin-top: 0;
    }    
}


.megaphone-no-image .entry-media{
    height: 100%;
    a{
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        height: 100%;
    }
}
.megaphone-show-episode-number{
    height: 150px;
    width: 150px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1.4rem;
    text-transform: uppercase;
    strong{
        font-size: 7rem;
        line-height: 1;
    }
}
.megaphone-layout-a.megaphone-no-image .megaphone-show-episode-number{
    height: 250px;
    width: 250px;
    strong{
        font-size: 10rem;
        line-height: 1;        
    }
}

.megaphone-link-special{
    font-size: 1.4rem;
    display: inline-flex;
    align-items: center;
    i{
        margin-left: 2px;
    }
}

//Added redesign
.megaphone-header-indent{
    .megaphone-header-main,
    .header-mobile{
        position: relative;
        z-index:99999;

    }
    .megaphone-header-main,
    .header-mobile{
        box-shadow: none;
    }
    .header-middle{
        background: transparent;
    }
}



.megaphone-show .entry-footer{
    padding-bottom:40px;
}
.separator-before:before{
    content: "";
    width: 20px;
    height: 2px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: .5;
}
.megaphone-show-d .separator-before:before{
    margin-top: 30px;
}
.megaphone-show.megaphone-show-d .entry-footer{
    padding-bottom: 30px;
}
.overlay-container .separator-before:before,
.separator-before.separator-align-center:before{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 15px;
    opacity: 1;
}
.separator-before.separator-align-left:before{
    margin-left: 0;
    margin-right: 0;
}
.megaphone-show-e .megaphone-overlay{
    margin-bottom: 0;
}
.mejs-container .mejs-horizontal-volume-slider{
    border: none !important;
}
.wp-audio-shortcode.mejs-audio .mejs-button>button{
    width:20px !important;
}