.oht-slider-new {
    margin-bottom: 1em;
    display: flex;
    flex-direction: column;
}
.oht-slider-new .carousel-outer {
    position: relative;
}
.oht-slider-new .carousel-outer .carousel-item img {
    height: 400px;
    object-fit: cover;
}
.oht-slider-new .carousel-caption {
    bottom: 0;
    right: unset;
    left: unset;
    background-color: rgba(0, 0, 0, 0.7) ;
    backdrop-filter: blur(3px);
    width: 100%;
    text-align: left;
    padding: 5px;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:10px;
    pointer-events: none;
    font-size: .9em;
}
.oht-slider-new .carousel-caption h5{
    font-size: 1em!important;
}
.oht-slider-new .carousel-caption p.excerpt {
    margin-bottom: 0;
}
.oht-slider-new .carousel-caption .date-author-byline {
    margin: 3px 0;
    display: block;
}
.oht-slider-new .carousel-indicators {
    margin: 0;
    position: static;
    text-align: left;
    white-space: nowrap;
    justify-content: left;
    overflow: auto;
    -ms-overflow-style: none;
   /* Internet Explorer 10+ */
    scrollbar-width: none;
   /* Firefox */
}
.oht-slider-new .carousel-indicators::-webkit-scrollbar {
    display: none;
   /* Safari and Chrome */
}
.oht-slider-new .carousel-indicators li {
    display: inline-block;
    width: unset;
    height: unset;
    margin: 0;
    border: none;
}
.oht-slider-new .carousel-indicators li img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    display: block;
    opacity: 0.7;
    max-width: unset;
}
.oht-slider-new .carousel-indicators li.active img {
    opacity: 1;
}
.oht-slider-new .carousel-indicators li:hover img {
    opacity: 1;
}
.oht-slider-new.thumbnails-horizontal .carousel-indicators {
    margin-top: 5px;
}
.oht-slider-new.thumbnails-horizontal .carousel-indicators li {
    margin-right: 5px; 
}
.oht-slider-new.thumbnails-horizontal .carousel-indicators li:last-child {
    margin-right: 0;
}
.oht-slider-new.thumbnails-vertical {
    flex-direction: row;
    flex-wrap: wrap;
}
.oht-slider-new.thumbnails-vertical .carousel-outer {
    flex: 1 78%;
}
.oht-slider-new.thumbnails-vertical .carousel-indicators {
    flex-direction: column;
    margin-left: 5px;
}
.oht-slider-new.thumbnails-vertical .carousel-indicators li {
    margin-bottom: 5px;
}
.oht-slider-new.thumbnails-vertical .carousel-indicators li:last-child {
    margin-bottom: 0;
}

/* change arrows for carousel */
.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
/* change arrows for carousel */
.carousel-control-prev,
.carousel-control-next{
    height: 35px;
    width: 35px;
    outline:#000;
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: #000;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    top: 45%;
    z-index: 100;
    margin:2px;
}


.oht-slider-new  .carousel-indicators-no-thumbs {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.oht-slider-new  .carousel-indicators-no-thumbs::-webkit-scrollbar {
    display: block;
   /* Safari and Chrome */
}
.oht-slider-new  .carousel-indicators-no-thumbs .active{
    background-color:white;
    opacity: 1;
}
.oht-slider-new  .carousel-indicators-no-thumbs li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
.oht-slider-new > .widget-title {
    display:block;
    width:100%;
}

@media (max-width: 600px) {
    .oht-slider-new {
        justify-content: center;
    }
    .carousel-caption  {
        max-height: 38%;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height:1.1;
    }
    .carousel-caption h5{
        margin:0;
    }
    .carousel-control-prev, .carousel-control-next {
        top: 25%;
    }
    .oht-slider-new .excerpt{
		display:none;
	}
	.oht-slider-new .aspect-ratio-box{
		--after-padding-bottom:80%!important;
	}
	.carousel-control-prev, .carousel-control-next{
		top:45%
	}
	/* fix e-edtion mobile view */
	.oht-slider-new-e-edition{
		margin-bottom:50px;
		width:260px;
		margin-left:auto;
		margin-right:auto;
		border:solid thin #ccc;
	}
}
/* extra wide slider */
.oht-extra-wide-slider{
    padding:2px;
}
.oht-extra-wide-slider .carousel-control-next,.oht-extra-wide-slider .carousel-control-prev{
	display:none;	
}

.oht-extra-wide-slider .carousel-caption .read-more-wide-slider {
    display: block;
    width: 236px;
    height: 52px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: 0.0001px;
    right: 0;
    background-color:#6c6d70;
    display: flex;
    font-size: 20px;
    align-items: center;
    justify-content: center;
}
.oht-extra-wide-slider .carousel-caption  a.read-more-wide-slider  {
    color: #ffffff!important;
    text-decoration: none;
    cursor: pointer;
    border-bottom-right-radius: 15px;
    text-transform: uppercase;
}

.oht-extra-wide-slider  .carousel-outer .carousel-item img{
    height: unset;
    border-radius: 10px;
    z-index: 1;
    /* add inner shadow */
}
/*adds the inset shadow to the image*/
.oht-extra-wide-slider .image-screen-wide-slider{
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    /* -webkit-box-shadow: inset 0px -1px 8px 8px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px -1px 8px 8px rgba(0,0,0,0.3);
    box-shadow: inset 0px -1px 8px 8px rgba(0,0,0,0.3); */
    border-radius: 10px;
    z-index: 2;
}
/* .oht-slider-new  .indicator-arrows{
    
} */
.oht-extra-wide-slider .carousel-caption h5{
    font-size: 23px !important;
    font-weight: bold;
}
.oht-extra-wide-slider .carousel-indicators {
    margin-top:10px !important;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 256px;
}
.oht-extra-wide-slider .carousel-indicators .active img{ 
    /* -webkit-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.75); */
    z-index: 100;
    position: relative;
    
}

.oht-extra-wide-slider .indicator-arrows{
    width: 0; 
    height: 0; 
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 17px solid rgb(255, 255, 255);
    position: absolute;
    margin-top:-36px;
    z-index: 100;
    margin-left:92px;
    transition: margin-left 0.5s ease;
    opacity: 1!important;
}
.oht-extra-wide-slider .carousel-indicators li img{
    height: 141px;
    opacity: 1 !important;
    width: 215px;
    border: 1px solid #333;
}
.oht-extra-wide-slider .carousel-indicators li {
    opacity: 1 !important;
    /* max-width: 120px;
    max-height: 57px; */
    width: 215px;
    height: auto;
}
.oht-extra-wide-slider .carousel-indicators li{
    padding:5px;
    padding-top:10px;
    
}

.oht-extra-wide-slider .carousel-caption{
    max-height: 300px;
    background-color: #ffffffe3;
    top: unset;
    bottom: unset;
    right: 2%;
    width: 50%;    
    border-radius: 15px;
    font-family: Arial, sans-serif;
    color: #6d6e71;
}
.oht-extra-wide-slider .carousel-caption .excerpt{
    display: block;
    color: #6d6e71;
}
.oht-extra-wide-slider  .aspect-ratio-box{
    border-radius: 20px; /* Adjust this value to get the radius you want */
    overflow: hidden; /* This is important for the clipping effect */
}

/*Thumbs*/
.oht-extra-wide-slider  .wide-slider-thumb{
    text-indent: 0!important;
    display: grid;
    position:relative;
    z-index: 9999;
    opacity: 1!important;
    width: 100%;
    height:60px;
    text-wrap: balance;
    text-align: center;
    padding: 10px;
    color: #343435;
}
.oht-extra-wide-slider .wide-slider-thumb-readmore a{
    color: #0097DC;
}

/* if above 700px */
@media (min-width: 601px) {
  .oht-extra-wide-slider .carousel-caption{
        width:449px;
        height: 300px;
        right:40px;
        top:40px;
        bottom:unset;
        z-index:9999;
        padding:25px;
        font-size: 17px;
    }
}
@media( max-width:1070px){
    .oht-extra-wide-slider .carousel-caption{
        right: 2%;
        top:4%;
        padding-top:10px;
    }
    .oht-extra-wide-slider .carousel-caption h5{
        font-size: 20px !important;
        max-height: 45px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        
    }
}
@media (max-width:900px){
    .oht-extra-wide-slider .carousel-indicators{
        display: grid;
        justify-content: normal;
        align-content: center;
    }
    .oht-extra-wide-slider .carousel-indicators li {
        display: grid;
        grid-template-columns: auto 1fr;
        width:100%;
        padding: 10px;
        height: 175px;
    }
    .oht-extra-wide-slider  .extra-wide-thumb img{
        margin-top: 23px;
    }
    .oht-extra-wide-slider .extra-wide-thumb{
        display: flex;
        color:  #6d6e71;
        justify-content: center;

    }
    .oht-extra-wide-slider .indicator-arrows{
        display: none;
    }
	.oht-extra-wide-slider .carousel-caption{
		width: 57%;
        max-height: 120px;
        bottom: 10px;
        top: unset;
	}
    .oht-extra-wide-slider .carousel-caption .read-more-wide-slider{
        width: 158px;
        font-size: 15px;
        height: 38px;
    }
    .oht-extra-wide-slider .wide-slider-thumb-title{
        font-weight: bold;
        color:  #6d6e71;
    }
    .oht-extra-wide-slider .wide-slider-thumb-excerpt{
        height: 99px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block!important;
        text-align: left;
        padding: 10px;
        line-height: 18px;
 
    }
    .oht-extra-wide-slider .carousel-caption .excerpt{
        display:none;
    }
	/* limit slider caption h5 to two lines then break */
	.oht-extra-wide-slider .carousel-caption h5{
        display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            max-height: 2.8em;
            line-height: 1.2em;
            font-size: 20px!important;
                white-space:unset
        }
    .oht-extra-wide-slider .aspect-ratio-box{
        height:300px;
    }
}

@media (max-width: 601px) {
    /* .oht-extra-wide-slider .carousel-caption{
        min-height: 200px;
        right: 4%;
		top: 5%!important;
        padding-bottom: 47px;
      } */
 
    
}

