/* Image Slider */
.tsu-img-slider {
    margin-bottom: 120px;
    position: relative;
    margin-right: -9.5%;
	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/canarywharf/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:%2300B5EB;%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/canarywharf/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:%2300B5EB;%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;
}

.img-caption {
  font-size: 17px;
  margin-top: 10px;
}
.highlight-block .tsu-2-col-content:last-child {
    padding-bottom: 0;
}

/*.highlight-block + .tsu-img-slider {
	margin-top: -5%;
}*/

/*.tsu-img-slider::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 60%;
  left: -9.5%;
  right: 0;
  bottom: -60px;
}*/
.highlight-block + .tsu-vid-slider::before,
.highlight-block + .tsu-img-slider::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 60%;
	left: -9.5%;
	right: 0;
	background: var(--global--color-v-light-grey);
}
.highlight-block.obg-blue + .tsu-img-slider::before {
	background: var(--global--color-blue);
}
.highlight-block.obg-navy + .tsu-img-slider::before {
	background: var(--global--color-navy);
}


/* Add extra spacing when butted up against the highlighted posts block due to background colouring */
.highlighted-posts + .tsu-2-col-content {
    padding-top: 6%;
}

.highlight-block .tsu-image-text {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
.highlight-block .tsu-image-text:first-child {
	padding-top: 40px;
}
.highlight-block .tsu-image-text:last-child {
	padding-bottom: 40px;
}

@media (max-width: 991px) {
	.highlight-block + .tsu-vid-slider::before,
	.highlight-block + .tsu-img-slider::before {
		top: -60px;
	}
}
@media (max-width: 767px) {
	.highlight-block + .tsu-vid-slider::before,
	.highlight-block + .tsu-img-slider::before {
		top: -45px;
	}
}
