.ec-caption {
	flex-direction: row;
	align-items: flex-end;
	display: flex;
}

.ec-caption .ec-caption-title {
	font-size: .8rem;
	padding-right: 1rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	color: var(--e-global-color-text);
}

@media (min-width: 768px) {
	.ec-caption .ec-caption-title {
		font-size: 1rem;
	}
}

.hero-gallery:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(145deg, rgba(59, 71, 55, 0.75) 0%, rgba(0,0,0,0) 50%);
	background: -webkit-linear-gradient(145deg, rgba(59, 71, 55, 0.75) 0%, rgba(0,0,0,0) 50%);
	background: linear-gradient(145deg, rgba(59, 71, 55, 0.75) 0%, rgba(0,0,0,0) 50%);
	z-index: 10;
	-webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

@media (min-width: 768px) {
	.hero-gallery:after {
		display: none;
	}
}

.ec-caption .ec-divider-line {
	height: 1.1rem;
}

.ec-divider-line {
	flex: 1;
	width: 100%;
	display: flex;
}

.ec-divider-line > div {
	flex: 1;
}

.ec-divider-line .elementor-divider {
	--divider-border-style: curved;
    --divider-color: var( --e-global-color-primary );
    --divider-border-width: 1.8px;
    --divider-pattern-height: 8px;
    --divider-pattern-size: 16px;
}

.ec-caption .ec-caption-title .ec-caption-title-prefix {
	color: #a1af9d;
	font-weight: 700;
	font-style: italic;
	font-size: 2rem;
}

.ec-caption .ec-caption-symbol {
	width: 50px;
	height: auto;
	margin-right: 1rem;
	display: block;
}

@media (min-width: 768px) {

	.ec-caption .ec-caption-symbol {
		position: absolute;
		left: -90px;
	}

	.ec-icon-wrapper {
		position: absolute;
		z-index: 999;
		right: 0;
	}

}

.ec-header {
	padding: 0 10px;
}

.ec-header .menu {
	display: flex;
	flex-direction: row;
	padding: 0;
	justify-content: space-between;
}

.ec-header .menu .menu-item {
	white-space: nowrap;
	list-style: none;
}

.ec-header .menu .menu-item a {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--e-global-color-text);
	font-weight: 500;
}

.ec-header .menu .menu-item:hover a,
.ec-header .menu .current-menu-item a,
.ec-header .menu .current-lang a {
	color: var(--e-global-color-primary);
}

.scroll .ec-header .ec-header-logo,
.ec-header .ec-header-logo-alt {
	display: none;
}

.scroll .ec-header .ec-header-logo-alt {
	display: block;
}

.ec-header .ec-header-logo-link {
	position: absolute;
	display: block;
	z-index: 100;
	top: -38px;
	width: 270px;
}

/* commented out bacause of the social media icons in the header
@media (min-width: 1380px) {
	.ec-header .ec-header-logo-link {
		left: -130px;
	}

} */

.ec-header .ec-header-logo-container {
	position: relative;
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
	top: 43px !important;
}

.ec-quote {
	color: #ffffff;
}

.ec-quote .ec-divider-line {
	width: 60%;
	margin: 2rem auto;
}

.ec-quote .ec-divider-line .elementor-divider {
    --divider-color: #ffffff;
}

.ec-quote .ec-quote-text {
	font-size: 1.4rem;
}

.ec-quote .ec-quote-author,
.ec-quote .ec-quote-text {
	font-weight: 600;
	font-style: italic;
	letter-spacing: 1px;
}

/* .ec-quote .ec-quote-icon {
	text-align: left;
} */

.ec-quote.ec-quote-type-overlay .ec-quote-author,
.ec-quote.ec-quote-type-overlay .ec-quote-text {
	text-shadow: 0 2px 30px rgba(0,0,0,.9);
}

/* .ec-quote.ec-quote-type-overlay {
	width: 100%;
	position: absolute;
	left: 0;
} */

.ec-quote.ec-quote-type-overlay .ec-quote-container {
	width: 100%;
	max-width: 1200px;
	padding: 20px;
	margin: 0 auto;
}

.ec-header .menu-secondary li {
	line-height: 1;
	padding: 0 .5rem;
	border-right: 1px solid var(--e-global-color-text);
}

.ec-header .menu-secondary li:first-child {
	padding-left: 0;
}

.ec-header .menu-secondary li:last-child {
	padding-right: 0;
	border: none;
}

.ec-icon-wrapper {
	position: absolute;
	z-index: 999;
	left: 0;
	width: 50px;
}

.ec-icon-wrapper a {
	margin-right: 10px;
}

.social-media-icons {
	position: absolute;
	right: 60px;
	top: 16px;
}

.scroll-250 .hide-on-scroll {
	transition: all 1s;
	opacity: 0;
	pointer-events: none;
}

@media (max-width: 764px) {
	.social-media-icons {
		top: 25px;
		right: 75px;
	}
}