/* Image Slider */
.tsu-img-slider {
    margin-bottom: 120px;
    position: relative;
    margin-right: calc(var(--global--container-padding) * -1);
	max-width: none !important;
}
@media screen and (min-width: 992px){
    .tsu-img-slider {
        padding-left: 25%;
    }
}
.tsu-img-slider .img-slider-inner-wrap .img-wrap {
    position: relative;
}
.tsu-img-slider .owl-carousel .owl-nav button.owl-next,
.tsu-img-slider .owl-carousel .owl-nav button.owl-prev {
    background: var(--global--color-white);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: var(--global--color-black);
    font-size: 40px;
    line-height: 1;
    position: absolute;
    top: calc(50% - 25px);
    transition: all .15s ease-in;
}
.tsu-img-slider .owl-theme .owl-nav [class*="owl-"]:hover {
    background: var(--global--color-black);
    color: var(--global--color-white);
    text-decoration: none;
}
.tsu-img-slider .owl-carousel .owl-nav button.owl-prev {
    left: -30px;
}
.tsu-img-slider .owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.tsu-img-slider .owl-nav button i {
    font-size: 22px;
    line-height: 2.2;
    position: relative;
}
.tsu-img-slider .owl-nav button.owl-next i {
    right: -2px;
}
.tsu-img-slider .owl-nav button.owl-prev i {
    left: -2px;
}

.tsu-img-slider .owl-carousel.owl-drag {
    cursor: url('/wp-content/themes/rowans/assets/images/carousel-cursor.png') 37 37, auto;
	cursor: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' width='74' height='74' viewBox='0 0 74 74' style='enable-background:new 0 0 74 74;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bopacity:0.8;fill:%23FFFFFF;%7D .st1%7Bfill:%23BA0B2F;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='37' cy='37' r='37'/%3E%3Ccircle class='st1' cx='37' cy='37' r='1.9'/%3E%3Cpolygon class='st1' points='50.4,44.5 48.7,42.7 54.4,37 48.7,31.3 50.4,29.5 57.9,37 '/%3E%3Cpolygon class='st1' points='23.6,29.5 25.3,31.3 19.6,37 25.3,42.7 23.6,44.5 16.1,37 '/%3E%3C/svg%3E") 37 37, auto;
}
.tsu-img-slider .owl-carousel.owl-grab {
    cursor: url('/wp-content/themes/rowans/assets/images/carousel-cursor-grab.png') 37 37, auto;
	cursor: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' width='74' height='74' viewBox='0 0 74 74' style='enable-background:new 0 0 74 74;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%23BA0B2F;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='37' cy='37' r='37'/%3E%3Ccircle class='st1' cx='37' cy='37' r='1.9'/%3E%3Cpolygon class='st1' points='50.4,44.5 48.7,42.7 54.4,37 48.7,31.3 50.4,29.5 57.9,37 '/%3E%3Cpolygon class='st1' points='23.6,29.5 25.3,31.3 19.6,37 25.3,42.7 23.6,44.5 16.1,37 '/%3E%3C/svg%3E") 37 37, auto;
}

.tsu-img-slider::before {
  content: "";
  background: #f5f5f5;
  position: absolute;
  top: 60%;
  left: calc(var(--global--container-padding) * -1);
  right: 0;
  bottom: -60px;
}
.img-caption {
  font-size: 17px;
  margin-top: 10px;
}
