/* Owl Carousel */
.rotating-item { display:none }

.owl-carousel .owl-stage-outer {
    padding: 20px;
    margin: -20px;
    /* overflow: visible; */
}
.owl-carousel .owl-nav {
    position: initial;
    display: block !important;
}

.owl-carousel .owl-nav div {
    position: absolute;
    z-index: 999;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    padding: 0;
    background: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}

#podcast .owl-prev, #podcast .owl-next {
    position: absolute;
    top: 35%;
    transform: translateY(-35%);
    display: block !important;
    border:0px solid black;
}

#podcast .owl-prev { 
    left: -50px; 
}

#podcast .owl-next { 
    right: -50px; 
}

/* XS */
@media only screen and (max-width: 767px) {
    #podcast .owl-next i, #podcast .owl-prev i {
        font-size: 2em !important;
    }

    #podcast .owl-prev { 
        left: -17px; 
    }

    #podcast .owl-next { 
        right: -17px; 
    }
}

/* SM */
@media only screen and (min-width: 768px) and (max-width: 991px)  {
    #podcast .owl-prev { 
        left: -25px; 
    }

    #podcast .owl-next { 
        right: -25px; 
    }
}

/* MD */
@media only screen and (min-width: 992px) and (max-width: 1999px)  {
    #podcast .owl-prev { 
        left: -35px; 
    }

    #podcast .owl-next { 
        right: -35px; 
    }
}


#podcast .owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #E6C515;
    text-decoration: none;
    cursor: pointer;
    transition: 0.5s;
}

#podcast .owl-next i, #podcast .owl-prev i {
    font-size: 3.25em;
}

#podcast .owl-theme .owl-nav .disabled {
    opacity: 0;
    cursor: default;
}

#podcast .owl-next:focus, #podcast .owl-prev:focus {
    outline: none;
}

/* Owl Carousel */