/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 02 2023 | 12:08:01 */
.slider-combo {
	position: relative;
}

.slider-combo__small-slider-box .wp-block-group__inner-container {
	height: 100%;
    display: flex;
    flex-direction: column;
}

.slider-combo__small-slider {
	margin: auto 0 auto 60px;
	width: 747px;
}

.slider-combo__small-slider::after {
    content: "";
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,1);
}

.slider-combo__small-slider .slider__items {
    opacity: 0.5;
}

.image-slider__nav {
	display: none;
}

.news--slider .image-slider__item-container {
    height: 150px;
    top: calc(100% - 150px);
    background-color: rgba(0,0,0,0.3);
}

.news--slider .container {
    width: unset;
    margin: 0;
    padding: 50px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.news--slider .image-slider__item-title {
	font-size: 48px;
    line-height: 100%;
}

.news--slider .image-slider__item-btn {
    background-color: rgba(0,0,0,0);
    font-size: 14px;
    border-bottom: solid 2px var(--alt2-brand-color);
    border-radius: 0px;
    min-width: 0px;
}

@media (max-width: 1023px) {
	.slider-combo__small-slider-box {
		display: none;
	}
	
	.slider-combo .image-slider__nav {
		display: flex;
		justify-content: center;
		bottom: -50px;
	}
	
	.slider-combo .image-slider__nav-item svg {
		display: none;
	}
	
	.slider-combo .image-slider__nav-item {
		width: 35px;
		height: 2px;
		background-color: #ddd;
	}
	
	.slider-combo .slider__nav-item--active {
		background-color: #111;
	}
	
	.slider-combo .slider__nav-item:not(:last-child) {
		margin-right: 10px;
	}
}