/* **********************************************************
 * FOOTER
 * ******************************************************** */
footer {
	position: relative;
}

footer .footer-video-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

footer .footer-logo img {
	width: 100% !important;
}

footer .footer-logo {
	height: 8rem;
}

footer .footer-logo > div {
	width: 100%;
}

footer .footer-logo a {
	display: block;
}

footer .footer-contact .footer-contact-cols a {
	color: #E8E2DA !important;
	font-family: Montserrat !important;
}

footer .footer-contact .footer-contact-cols .elementor-icon-list-items .elementor-icon-list-item {
	font-size: 1.4rem !important;
	margin-bottom: 1rem;
}

footer .footer-contact .footer-contact-cols a:hover {
	color: #B5B4A6 !important;
}


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

	footer .footer-logo {
		height: auto;
		margin-bottom: 2rem;
	}
	
}

@media screen and (max-width: 768px) {
	
	.footer-contact-cols a {
		text-align: center !important;
	}
	

/* 	footer .footer-logo {
		height: 5rem;
	} */
	
}

/* .home footer .footer-inner {
	padding-top: 18rem;
} */

/* **********************************************************
 * ABOUT PAGE
 * ******************************************************** */
/* .page-id-4239 footer .footer-inner {
	padding-top: 18rem;
}
 */
/* **********************************************************
 * TRACK RECORD PAGE
 * ******************************************************** */
/* .page-id-4379 footer .footer-inner {
	padding-top: 18rem;
} */

/* @media screen and (max-width: 1024px) {
	
	.home footer .footer-inner {
		padding-top: 0rem;
	}
	
	.page-id-4239 footer .footer-inner {
		padding-top: 0rem;
	}
	
	.page-id-4379 footer .footer-inner {
		padding-top: 0rem;
	}
	
} */

/* WST Footer */
.wst-footer {
	background-color: #1E3B3D;
	color: #E8E2DA;
	font-size: 1rem;
	padding: 1rem;
	text-align: center;
}
.wst-footer p {
	margin-bottom: 0;
}
.wst-footer a {
	color: #E8E2DA !important;
	font-family: Montserrat !important;
}
.wst-footer a:hover {
	color: #A3683D !important;
}