.gdlr-core-counter-item .gdlr-core-counter-item-text {
    line-height: 1;
    margin-bottom: 25px;
}
.hidden {
	display: none;
}
/**
 * Image Slider (Slick)
 */
/* .slick-prev,
.slick-next {
	font-size: 46px;
	line-height: 1;
	position: absolute;
	top: 50%;
	display: block;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: #000;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev {
	left: -25px;
}
.slick-next {
	right: -25px;
}
.slick-slide{
    margin-left:  15px;
    margin-right:  15px;
}
.slick-list {
    margin-left: -15px;
    margin-right: -15px;
    pointer-events: none;
} */
/* End Image Slider (Slick) */

/**
 * Text Banner
 */
/* .textbanner ul.list {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
    text-wrap: nowrap;
}
.textbanner ul.list li {
	float: left;
}
.textbanner ul.list.cloned {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 19px !important;
}
.textbanner ul.list.cloned {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 1px !important;
} */
/* End Text Banner */
/* Page Builder Hero Header */
.gdlr-core-hero-header-item-wrap,
.gdlr-core-hero-header-item-wrap .gdlr-core-image-item-wrap {
    position: relative;
}
.gdlr-core-hero-header-item-wrap .gdlr-core-image-item-wrap img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.gdlr-core-title-content-item-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* pointer-events: none; */
}
.gdlr-core-hero-header-item-wrap .gdlr-core-pbf-section-container {
	width: 100%;
	height: 100%;
	display: flex;
}
.gdlr-core-hero-header-item-wrap .gdlr-core-pbf-column {
    display: flex;
    width: 100%;
}
.content-middle { align-items: center; }
.content-bottom { align-items: flex-end; }
.content-right { justify-content: flex-end; }
.content-center { justify-content: center; }
.gdlr-core-hero-header-item-wrap img {
	width: 100%;
}
/* Hero Slider (need hero header styles as well) */
.mkt-hero-slide-inner {
	position: relative;
}
.gdlr-core-mkt-hero-slider-item.gdlr-core-item-pdb.gdlr-core-item-pdlr {
	padding-bottom: 0;
}
/* @media only screen and (max-width: 767px) {
    .mkt-hero-slide-inner.gdlr-core-hero-header-item-wrap {
        min-height: 240px;
        position: relative;
        overflow: hidden;
    }
    .mkt-hero-slide-inner .gdlr-core-image-item-wrap {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .mkt-hero-slide-inner img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }
} */
@media only screen and (max-width:767px) {
    .gdlr-core-hero-header-item-wrap.mkt-hero-header .gdlr-core-image-item-wrap {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
}
.mkt-hero-slides .slick-prev,
.mkt-hero-slides .slick-next {
	font-size: 38px;
	line-height: 1;
	position: absolute;
	top: 50%;
	display: flex;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: #fff;
	border: none;
	outline: none;
	background: transparent;
    z-index: 1;
    width: 38px;
    background: #1C69D4;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}
.mkt-hero-slides .slick-prev {
	left: 15px;
}
.mkt-hero-slides .slick-next {
	right: 15px;
}
.mkt-hero-slides .slick-slide{
    margin-left:  15px;
    margin-right:  15px;
}
.mkt-hero-slides .slick-list {
    margin-left: -15px;
    margin-right: -15px;
    /* pointer-events: none; */
}
@media only screen and (max-width:767px) {
    .mkt-hero-slides .slick-prev, .mkt-hero-slides .slick-next {
        width: 24px;
        background: transparent;
    }
    .mkt-hero-slides .slick-prev {
        left: 0;
    }
    .mkt-hero-slides .slick-next {
        right: 0;
    }
}
@media only screen and (min-width:768px) and (max-width:1760px) {
    .mkt-hero-slides .slick-prev {
        left: 8px;
    }
    .mkt-hero-slides .slick-next {
        right: 8px;
    }
        .mkt-hero-slides .slick-prev, .mkt-hero-slides .slick-next {
        width: 38px;
    }
}
/* same-height */
.same-height .slick-track {
    display: flex !important;
}
.same-height .slick-slide {
    height: auto !important;
}
.same-height .mkt-hero-slide-inner.gdlr-core-hero-header-item-wrap,
.same-height .gdlr-core-image-item-wrapper {
	height: 100%;
}
.same-height .gdlr-core-image-item-wrapper > div,
.gdlr-core-page-builder-body .same-height .mkt-hero-slide-inner img {
	width: 100%;
    height: 100%;
}
.same-height .gdlr-core-image-item-wrapper > div {
    overflow: hidden;
    position: relative;
}
.gdlr-core-page-builder-body .same-height .mkt-hero-slide-inner img {
    object-fit: cover;
    object-position: center;
    display: block;
}


/* Reveal */
/* https://codepen.io/tammytee/pen/KKKrOVW */
/* https://owlcarousel2.github.io/OwlCarousel2/demos/demos.html */
.mkt-hero-slides.reveal .slick-slide {
    overflow: hidden !important;
}
.mkt-hero-slides.reveal .mkt-hero-slide-inner {
    width: 100%;
    height: 100%;
    transform: translateX(0);
    opacity: 1 !important;
}
.mkt-hero-slides.reveal .slick-slide.slick-active {
    position: relative;
    left: 0;
    transform: translate3d(0, 0, 0) !important;
    z-index: 1;
    animation: none !important;
    opacity: 1 !important;
}
@keyframes lockOpacity {
    0%   { opacity: 1; visibility: visible; }
    99%  { opacity: 1; visibility: visible; }
    100% { opacity: 0; visibility: hidden; }
}
.mkt-hero-slides.reveal .slick-slide:not(.slick-active) {
    position: relative;
    z-index: 2;
    animation: lockOpacity 2s forwards !important;
}
.mkt-hero-slides.reveal .slick-slide:not(.slick-active) .mkt-hero-slide-inner {
    transition: transform 1s cubic-bezier(.785,.135,.15,.86);
    transform: translateX(-100%) !important;
}
