/* CSS File: hero-slider.css
 * Created by Carter (Carter) on 2024-11-19 18:34:58
 * Last Updated: 2024-11-19 18:34:58 by Carter (Carter)
 * Active Theme: Enfold
 */

#top .hero-slider {
	height: 85vh;
	min-height: 450px;
	border-bottom: 10px solid var(--main-color);
}

#top .hero-slider .slideshow_inner_caption {
	max-width: 500px;
}

#top .hero-slider .caption_center .slideshow_inner_caption {
	margin: 0 auto;
} 

#top .hero-slider .avia-caption-content p {
	background: transparent;
	font-size: inherit !important;
}

#top .hero-slider .avia-caption-content,
#top .hero-slider .avia-caption-title  {
	width: 100%;
	background: rgba(0,0,0,0.5);
	margin: 0;
}

#top .hero-slider .avia-caption-title {
	font-size: 36px;
	border-radius: var(--radius) var(--radius) 0 0;
}

#top .hero-slider .avia-caption-content {
	font-size: 17px;
}

#top .hero-slider .avia-multi-slideshow-button {
	margin: 0;
	width: 50%;
	border-radius: 0;
	border: none;
	min-width: unset;
	white-space: nowrap;
}

#top .hero-slider .avia-multi-slideshow-button:hover {
	background: white;
	color: var(--main-color);
}

#top .hero-slider .avia-multi-slideshow-button:first-of-type {
	border-bottom-left-radius: var(--radius);
}

#top .hero-slider .avia-multi-slideshow-button:last-of-type {
	border-bottom-right-radius: var(--radius);
}


#top .hero-slider .avia-slideshow-dots,
#top .hero-slider .avia-slideshow-arrows {
	position: absolute;
	bottom: 5px;
	left: 5px;
	opacity: 0.6;
	transition: all 0.6s ease;
	display: block;
	z-index: 99;
}

#top .hero-slider:hover .avia-slideshow-dots,
#top .hero-slider:hover .avia-slideshow-arrows {
	opacity: 1 !important;
}

#top .hero-slider .avia-slideshow-arrows a {
	margin: 0;
	border-radius: var(--radius);
	position: relative;
	float: left;
	opacity: 1;
	border: 2px solid transparent;
	transition: inherit !important;
	margin-right: 5px;
	font-size: 30px;
	line-height: 56px;
}


#top .hero-slider:hover .avia-slideshow-arrows a {
	border-color: currentcolor;
	opacity: 0.8;
}

#top .hero-slider .avia-slideshow-arrows a:hover {
	background: rgba(0,0,0,0.5);
	opacity: 1;
}

#top .hero-slider .avia-slideshow-arrows a::before {
	border-radius: 0;
	border: none;
	background: transparent;
	font-size: inherit;
	line-height: inherit;
}

#top .hero-slider .avia-slideshow-dots a {
	opacity: 1;
	top: unset;
	bottom: 0;
	width: 16px;
	height: 16px;
}

#top .hero-slider .avia-slideshow-dots {
	left: unset;
	right: 5px;
	width: auto;
	bottom: 0;
	height: auto;
}

@media only screen and (min-width: 1210px) {
	#top .hero-slider .avia-slideshow-dots {
		right: calc(50vw - 605px);
	}
	#top .hero-slider .avia-slideshow-arrows {
		left: calc(50vw - 615px);
	}
}

@media only screen and (max-width: 767px) {
	#top .hero-slider .avia-caption-title {
	font-size: 30px !important;
}
	#top .hero-slider .avia-caption-content {
		font-size: 15px !important;
	}
}

@media only screen and (max-width: 989px) {
  #top .hero-slider .slideshow_caption {
		width: 100%;
	}
}