/* Blocks - testimonials (.wp-block-cbd-block-testimonials) */
 .wp-block-cbd-block-testimonials {
	 position: relative;
	 padding: 3.75em 0 3em;
}
 .cbd-block-testimonials-inner {
	 position: relative;
	 z-index: 1;
}
 .cbd-block-testimonials-heading {
	 font-size: 1.25em;
}
 .cbd-block-testimonials-heading h2 {
	 font-weight: 700;
}

.cbd-testimonials-wrap {
	max-width: 1100px;
    margin: 0 auto;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

	.cbd-testimonials-wrap .cbd-block-testimonials-carousel {
		width: 85%;
		order: 1;
	}
	
	.cbd-testimonials-wrap .cbd-block-testimonials-nav {
		width: 15%;
		text-align: right;
		order: 2;
	}

.cbd-block-testimonials-carousel .tst-post {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-start;
}

.cbd-block-testimonials-carousel .tst-post .quotemark {
	color: var(--wp--preset--color--mep-red);
    font-size: 220px;
    line-height: 160px;
    font-weight: 600;
}

.cbd-block-testimonials-carousel .tst-post blockquote {
	padding: 0 3rem;
	margin: 0;
}


/* Light colour scheme */
.wp-block-cbd-block-testimonials.light .tst-post 
blockquote {
	color: var(--wp--preset--color--mep-white);
}

.cbd-block-testimonials-nav.owl-nav > div:hover {
	 opacity: 0.8;
}

.cbd-block-testimonials-nav.owl-nav .owl-prev {
	border: 0 none;
}

.cbd-block-testimonials-nav.owl-nav .owl-next, .cbd-block-testimonials-nav.owl-nav .owl-next:hover {
	border: 0 none;
    margin-left: 1.5em;
}

	.cbd-block-testimonials-nav.owl-nav .owl-prev:hover, .cbd-block-testimonials-nav.owl-nav .owl-next:hover {
		transform: scale(1.2);
	}

.cbd-block-testimonials-nav.owl-nav .owl-prev:after {
	border: 0 none;
    content: url('nav-prev.svg');
    height: 38px;
    position: relative;
    display: inline-block;
	margin: 0;
}

.cbd-block-testimonials-nav.owl-nav .owl-next:after {
	border: 0 none;
    content: url('nav-next.svg');
    width: 38x;
    height: 38px;
    position: relative;
    display: inline-block;
	margin: 0;
}

@media screen and (max-width: 600px) {
	 .cbd-block-testimonials-carousel {
		 margin: 0 -30px;
	}

}
/* With image: content to the left, image to the right */
 @media screen and (min-width: 1025px) {
	 .cbd-block-testimonials-with-image .cbd-block-testimonials-inner {
		 display: flex;
		 align-items: stretch;
		 justify-content: space-between;
	}
	 .cbd-block-testimonials-with-image .cbd-block-testimonials-content {
		 width: 64%;
	}
}

/* Without image: content centred */
 .cbd-block-testimonials-without-image .cbd-block-testimonials-inner {
	 max-width: 100%;
}
 
 
 @media screen and (max-width: 992px) {
	
	.wp-block-cbd-block-testimonials {
		padding: 1.5em 0;
	}
	
	.cbd-testimonials-wrap {
		flex-direction: column;
	}
	
	.cbd-testimonials-wrap .cbd-block-testimonials-carousel {
		width: 100%;
	}
	
	.cbd-testimonials-wrap .cbd-block-testimonials-nav {
		width: 100%;
		text-align: left;
		margin-top: 2rem;
		padding: 0 1em;
	} 
	
	.cbd-block-testimonials-carousel .tst-post .quotemark {
		display: none;
	}
	
	.cbd-block-testimonials-carousel .tst-post blockquote {
		/*padding: 0 1em;*/
	}
	
}


@media screen and (max-width: 1399px) {

	.cbd-testimonials-wrap {
		max-width: 1010px;
	}
	
}