/*

-------------------------------------------------------------- 

BROWSER SPECIFICATION STYLES

-------------------------------------------------------------- 

*/

 

 .dgh-podcasts-slider-wrapper h3  {

  font-weight: normal;

}

.dgh-podcasts-slider-wrapper a:hover {

  transition: all 0.4s ease-in-out;

}

.dgh-podcasts-slider-wrapper .crousel-img {

    position: relative;

    border: 1px solid #fff;

}

.dgh-podcasts-slider-wrapper .crousel-text {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    text-align: center;

    color: #fff;



    font-family: 'Montserrat', sans-serif;

    height: 100%;

    justify-content: center;

    flex-direction: column;

    display: flex !important;

    opacity:0;

    -webkit-transition: all 0.3s ease-in-out 0s;

    transition: all 0.3s ease-in-out 0s;

}

.dgh-podcasts-slider-wrapper .crousel-text h3 {

    font-weight:bold;
    padding:0 20px;
    margin-bottom: 20px;
line-height:1.3;
    font-size: 16px;
    color: inherit;

}
.dgh-podcasts-slider-wrapper .owl-theme .owl-nav [class*=owl-]:hover {
    background: #d02c28;
    color: #FFF;
}
 .dgh-podcasts-slider-wrapper   .owl-carousel .owl-nav button.owl-next, .dgh-podcasts-slider-wrapper .owl-carousel .owl-nav button.owl-prev, .dgh-podcasts-slider-wrapper .owl-carousel button.owl-dot {
    background: #2e5076;
    color: #fff;
    border: none;
    padding: 0!important;
    font-size: 26px;
    width: 30px;
    height: 32px;
        font-weight: bold;
        border-radius: 0;
}
 .owl-carousel .owl-nav.disabled {
    display: inherit;
}

.dgh-podcasts-slider-wrapper .crousel-text ul{

    list-style:none;
    white-space: nowrap;
    overflow: revert;
    text-align: start;

}

.dgh-podcasts-slider-wrapper .crousel-text li{

    display:inline-block;

    padding:0px 5px 0px 0px;

    border-right:1px solid #fff;

    font-size: 12px;
    color: #fff;
    font-weight: bold

}



.dgh-podcasts-slider-wrapper .crousel-text li:last-child {

    border: 0;

}



.dgh-podcasts-slider-wrapper .crousel-img:hover .crousel-text {

  opacity:1;

}

.dgh-podcasts-slider-wrapper .crousel-img:hover:before{

     position: absolute;

    content:"";

    top: 0;

    left: 0;

    right: 0;

    bottom:0;

    background:rgba(0,0,0,0.7);

    -webkit-transition: all 0.4s ease-in-out 0s;

  -moz-transition: all 0.4s ease-in-out 0s;

  transition: all 0.4s ease-in-out 0s;

}

.dgh-podcasts-slider-wrapper .owl-stage-outer {

    background: #000;

}
.crousel-text ul {
    padding-left: 0;
    text-align:center !important;
}
@media(max-width:768px){
	.crousel-text li {
   padding: 0 6px;
   font-size:11px;
    
}	
.crousel-text h3 {
    padding: 0 10px;
    font-size: 15px;
    line-height: normal;
}
}
@media(max-width:480px){    
   .dgh-podcasts-slider-wrapper .crousel-text li {
    font-size: 8px !important;
} 
.dgh-podcasts-slider-wrapper .crousel-text h3 {
    font-weight: normal !important;
    padding: 0 6px !important;
    font-size: 11px !important;
}
}