/***********************************
* BASE
**********************************/

.elf-site button {
	color: #17458f !important;
	background: transparent !important;
	font-size: 16px !important;
    font-weight: 600 !important;
	box-shadow: none !important;
	border: none !important;
	text-decoration: underline !important;
	opacity: 1 !important;
}
.elf-site button.es-load-more-button {
	color: var( --e-global-color-text ) !important;
	background: #f7a81b !important;
	font-size: 18px !important;
	font-weight: bold !important;
	font-family: "Roboto", Sans-serif !important;
	border-radius: 35px 35px 35px 35px !important;
  	padding: 8px 2px 8px 2px !important;
	border-style: solid !important;
	border-width: 0px 0px 01px 0px !important;
  	border-color: var( --e-global-color-primary ) !important;
	text-transform: uppercase !important;
}
.elf-site button svg path {
	fill: #17458f !important;
}
.elf-site button.es-load-more-button span.ButtonBase__Overlay-sc-p43e7i-4 {
	background: transparent !important;
	padding: 8px 32px !important;
}
.elf-site button.es-load-more-button span.ButtonBase__Overlay-sc-p43e7i-4:hover {
	background: transparent !important;
}

@media (max-width: 1024px) {
	.remove-ul ul, .remove-ul ol {
		padding-left: 0 !important;
	}
	.remove-ul ul li, .remove-ul ol li {
		list-style: none !important;
	}
	.remove-ul ul li + li, .remove-ul ol li + li {
		margin-top: 10px;
	}
}
.eael-fancy-text-strings {
	margin-left: 12px !important;
}

html body .fb-feed button {
	display: none !important;
	color: #000 !important;
	font-size: 13px !important;
	background: transparent !important;
	border-radius: unset !important;
	box-shadow: unset !important;
	border: unset !important;
}
.flip-box-sm .elementor-flip-box__layer__inner {
	max-width: 75% !important;
	margin: auto !important;
}
.eael-image-accordion-hover.eael-image-accordion-item.overlay-active {
	flex: 1 1 40% !important;
}
.fw-normal .elementor-heading-title, .fw-normal .elementor-heading-title a {
	font-weight: normal !important;
}
.bx-shadow {
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px !important;
}
.contact-form label, .contact-form legend {
	color: #fff !important;
}
.contact-form button.wpforms-submit {
	color: #000 !important;
	background: #f7a81b !important;
	width: 100% !important;
	font-weight: 600 !important;
}
.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"] {
	color: #fff !important;
	border-bottom: 2px solid #fff !important;
	border-radius: unset !important;
}
.contact-form textarea {
	color: #000 !important;
	border: 2px solid #fff !important;
}
.contact-form textarea:focus {
	background: #fff !important;
}
.wpforms-required-label {
	color: #f7a81b !important;
}
.contact-form input::placeholder, .contact-form textarea::placeholder {
    color: #fff !important;
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-header.active {
	background: #f1f1f1 !important;
}

/***********************************
* POP UP VIDEO
**********************************/ 
#sm-popup-video, .sm-popup-video-play {
	cursor: pointer;
}

#sm-popup-video-container
{
	display:none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #ffffff90;
	top: 0;
}

#sm-popup-video-inner
{
	display:block;
	margin: auto;
	width: 870px;
	margin-top: 10%;
	border:10px solid #B0575C;
	position:relative;
}

#sm-popup-video-close
{
	color: #fff;
	background: #B0575C;
	font-size: 16px;
	display: block;
	width: 25px;
	height: 25px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	border: 0px solid #000;
	position: absolute;
	right: -24px;
	top: -24px;
	padding: 2px;
	font-weight: 600;
}

#sm-popup-video-close i::before
{
	font-size: 20px;
	padding: 5px;
	line-height: 21px;
}

/***********************************
* COPY TIP
**********************************/ 
#copytip {
	color: #fff;
	background-color: #161616;
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 13px;
	padding: 5px 15px;
	border-radius: 15px;
	opacity: 0;
	transition: all .5s;
}

#copytip.show {
	opacity: 1;
	top: -26px;
}

/***********************************
* STICKY HEADER EFFECT
**********************************/ 
#sm-home-sticky-header, #sm-page-sticky-header {
	top: 0;
}
#home-header-wapper img, #page-header-wapper img {
	transition: all .5s ease-in;
}
#home-header-wapper.scrolled, #page-header-wapper.scrolled {
	transition: all .5s ease-in;
	height:0px;
	overflow: hidden;
}
#home-header-wapper.scrolled-up, #home-header-wapper.scrolled-up-retainer {
	position: fixed;
	background: #000;
	z-index: 99999;
	height:156px;
	transition: all .5s ease-out;
	opacity: 1;
	overflow: hidden;
}
#page-header-wapper.scrolled-up, #page-header-wapper.scrolled-up-retainer {
	position: fixed;
	z-index: 99999;
  	box-shadow: 0 1px 8px #00000050;
	height:156px;
	transition: all .5s ease-out;
	opacity: 1;
/* 	overflow: hidden; */
}
#home-header-wapper.scrolled-down, #page-header-wapper.scrolled-down {
	transition: all .5s ease-in;
	height:0px;
	overflow: hidden;
}

#page-header-wapper.scrolled img, #page-header-wapper.scrolled-up-retainer img {
  	max-width: 90px;
}