/* ------------------------------------------------------
---------------------------------------------------------
		SLIDER STYLES
---------------------------------------------------------
--------------------------------------------------------- */

section.slider {
	overflow:hidden;
    width: 100vw!important;
    margin-left: calc(50% - 50vw)!important;
}
ul.slides li {
	width:100%;
	position: relative;
}
ul.slides li .wrapper {
    position: relative;
    height: 85vh;
    min-height: 675px;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
	align-items: flex-start;
    justify-content: flex-end;
	z-index: 5;
	padding: 0 0 60px 0;
}
ul.slides li .wrapper p.slide-caption-1 {
	font-family: ff-din-paneuropean-cond, sans-serif;
	font-weight: 700;
	font-style: italic;
	line-height: 0.9;
	color:var(--wp--preset--color--white);
	margin-top:0;
    margin-bottom: 30px;
	font-size:94px;
	max-width: 620px;
	text-shadow: 0 0 10px rgba(0 0 0 / 80%);
}
ul.slides li .wrapper p.slide-caption-2 {
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	color:var(--wp--preset--color--white);
	margin-top:0;
    margin-bottom: 30px;
	font-size:24px;
	max-width: 620px;
	text-shadow: 0 0 10px rgba(0 0 0 / 80%);
}
ul.slides li .wrapper .wp-block-buttons {
	width: 100%;
}
ul.slides li .wrapper .wp-block-buttons .wp-block-button a {
	background-color:transparent;
}
ul.slides li img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.unslider {
    position: relative;
}
.unslider-arrow.prev {
    left: 0!important;
}
.unslider-arrow.next {
    right: 0!important;
}

/* SLIDER NAV */

a.unslider-arrow {
    top: 41%!important;
	color:var(--wp--preset--color--white)!important;
	padding: 12px 10px 10px 10px!important;
	font-size: 30px!important;
	opacity: 0.25!important;
	background-color: var(--wp--preset--color--blue)!important;
}
a.unslider-arrow:hover {
	opacity: 1!important;
}
.unslider-nav {
    position: absolute!important;
    bottom: 15px!important;
	left: 0;
	right: 0;
	z-index: 5;
}
.unslider-nav ol li {
    width: 10px!important;
    height: 10px!important;
    border: 2px solid var(--wp--preset--color--white)!important;
}
.unslider-nav ol li.unslider-active {
    background: var(--wp--preset--color--white)!important;
    cursor: pointer;
}

@media only screen and (max-width : 1200px) {

ul.slides li .wrapper {
	min-height: inherit;
	height: 650px;
	width: 90%;
}

}

@media only screen and (max-width : 1000px) {
    
a.unslider-arrow {
	display: none;
}

}

@media only screen and (max-width : 768px) {

ul.slides li .wrapper {
	height: 550px;
}
ul.slides li .wrapper p.slide-caption-1 {
    margin-bottom: 20px;
	font-size:58px;
	text-align: center;
}
ul.slides li .wrapper p.slide-caption-2 {
    margin-bottom: 20px;
	font-size:18px;
	text-align: center;
}
ul.slides li .wrapper .wp-block-buttons {
	justify-content: center;
}

}

@media only screen and (max-width : 615px) {

ul.slides li .wrapper {
	max-width: 85%;
}

}