/* ESSENTIALS CHILD THEME: "MINIMAL" */

.home-hero {
	position: relative;
}

.home-slider {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
}

.home-hero,
.home-slider,
.home-slider-single {
	height: 575px;
}

.home-slider-single {
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 60%;
}

.home-slider-single .columns,
.home-slider-single .row {
	height: 100%;
}

.home-slider-single-tagline {
	height: 100%;
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.home-slider-single-tagline h2 {
	font-size: 38px;
    font-weight: 500 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.49;
    letter-spacing: 1px;
    text-transform: uppercase;
	color: var(--color-white);
	margin-top: 15px;
	margin-bottom: 15px;
}

.home-slider-single-tagline h2 span {
	font-style: italic;
}

.home-slider-single-tagline h2 strong {
	display: block;
	font-style: normal;
}

.home-slider-single-tagline-inner {
	text-align: center;
	margin: 0 auto;
}

.home-slider-single-tagline p {
	    color: #fff;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-size: 61.3px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.76;
    letter-spacing: 13px;
}

.swiper-pagination {
	bottom: 10vh !important;
}





@media screen and (min-width: 280px) and (max-width: 767px) {
	
	.home-hero, .home-slider, .home-slider-single {
    height: 767px;
}
    .home-slider-single-tagline h2 {
		font-size: 20px;
	}

.home-slider-single-tagline p {
	    font-size: 35px;
    letter-spacing: 8px;
}
}


@media screen and (min-width: 280px) and (max-width: 520px) {
     .home-slider-single-tagline h2 {
		font-size: 16px;
	}

.home-slider-single-tagline p {
	    font-size: 25px;
    letter-spacing: 6px;
}
}

@media screen and (min-width: 768px) {
   .home-slider-single-tagline h2 {
		font-size: 27px;
	}

.home-slider-single-tagline p {
	font-size: 51px;
	letter-spacing: 11px;
}
}

@media screen and (min-width: 767px) and (max-width: 1024px){
	.home-hero, .home-slider, .home-slider-single {
    height: 100vh;
}
	
}
@media screen and (min-width: 1025px) {

	.home-hero,
	.home-slider,
	.home-slider-single {
		height: 100vh;
	}

	.home-slider-single-tagline h2 {
		font-size: 36px;
	}
	
	.home-slider-single-tagline p {
	font-size: 90px;
}
}

.module-header-d-phone {
	padding: 6px 10px;
}

.module-header-d-phone span {
	display: none;
}

.module-header-d-phone,
.home-slider-single-button {
	border: 2px solid #fff;
	background: transparent;
}