.image-slider {
	height: auto;
	position: relative;
	overflow: hidden;
}
.image-slider	.owl-carousel .owl-item img {
	height: calc(100vh - 130px);
	min-height: 600px;
	object-fit: cover;
	object-position: center;
	z-index: 100;
}
.admin-bar .image-slider	.owl-carousel .owl-item img {
	height: calc(100vh - 162px);
}
.image-slider .owl-carousel .owl-stage-outer {
	z-index: -1;
}
.image-slider .slide-blurb-wrapper {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	-transform: translateY(-50%);
	z-index: 300;
}
.image-slider .button {
	font-size: 20px;
}
.image-slider .slide-blurb-wrapper .row {
	position: relative;
	height: 100%;
}
.image-slider .blurb-back {
	padding: 50px;
	min-width: 450px;
}
.image-slider .blurb-back a {
	text-align: center;
}
.image-slider h2,
.image-slider .slide-blurb {
	margin-bottom: 30px;
	max-width: 768px;
}
.image-slider h2,
.image-slider .slide-blurb p {
	color: white;
	margin-top: 0;
}
.image-slider .slide-blurb p {
	max-width: 500px;
}
.image-slider .owl-dots {
	text-align: center;	
	margin-top: -30px;
    z-index: 200;
	background: transparent;
	position: relative;
}
.image-slider .owl-dots .owl-dot {
	width: 10px;
    height: 10px;
    border: 1px solid white;
    border-radius: 100%;
    display: inline-block;
    margin: 0px 5px 10px;	
}
.image-slider .owl-dots .owl-dot.active {
    background: white;
}
.image-slider .owl-nav {
	margin-left: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	z-index: -1;
}
.image-slider .owl-nav .owl-prev,
.image-slider .owl-nav .owl-next {
	width: 50%;
    height: 100%;
}
.image-slider .owl-nav i {
	opacity: 0.5;
	padding: 20px;
	transition: all 0.5s ease;
}
.image-slider .owl-nav i:hover {
	opacity: 1;
}
.image-slider .owl-nav i:before {
	font-size: 20pt;
}
.image-slider .genericon-next,
.image-slider .genericon-previous {
	background-color: var(--color-primary);
	color: white;
	border-radius: 50%;
}
.image-slider .genericon-previous {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    text-align: center;
	margin-left: var(--l-spacing);
}
.image-slider .genericon-next {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin-left: calc(50% - var(--l-spacing) );
}
@media (max-width: 992px) {
	.image-slider .slide-blurb p {
		font-size: 26px;
	}
}
@media (max-width: 768px) {
	.image-slider .blurb-back {
		min-width: 250px;
	}
	.image-slider .slide-blurb p {
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	.image-slider {
		display: none;
	}
}
/********************************************** Gutenberg Block (Backend) Styles ***********************************************/


.block-editor-block-list__layout .wp-block-cover.restrict-content .wp-block-cover__inner-container {
	background:rgba(255,255,255, 0.7)!important;
}

.block-editor-block-list__layout .acf-block-preview .alignfull {
	margin: 0;
	width: 100%;
}

.block-editor-block-list__layout .acf-block-preview .slide {
	position: relative;
}

.block-editor-block-list__layout .acf-block-preview .owl-carousel {
	display: block;
}