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

/***********************************
* HOVER
**********************************/
.directory-grid {
	height: 352px !important;
	overflow: hidden !important; 
}
.directory-grid * {
	transition: all 0.2s ease-in-out !important;
}
.directory-grid:hover .directory-img, .directory-grid:hover .directory-content {
	margin-top: -25px;
}
.directory-grid:hover .directory-content {
	background: #F6FF43 !important ;
}
.directory-grid.full-hover:hover .directory-content {
	background: #0F0F0F !important;
} 
.directory-grid.full-hover:hover .elementor-heading-title, .directory-grid.full-hover:hover svg path{
	color: #fff !important;
	fill: #fff !important;
}

.black-cta .elementor-button-content-wrapper {
	overflow: hidden;
	position: relative;
}
.black-cta .elementor-button-content-wrapper::before {
	content: 'EXPLORE';
	position: absolute;
	bottom: -16px;
	left: 0px;
}
.black-cta .elementor-button-content-wrapper::after {
	content: '';
	width: 13px;
	height: 20px;
	background: url('/wp-content/uploads/2026/04/arrow-right.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -16px;
	left: auto;
	right: 0px;
}
.black-cta .elementor-button-content-wrapper::before, .black-cta .elementor-button-content-wrapper::after {
	transition: bottom 0.1s ease-in-out !important;
} 
.black-cta:hover .elementor-button-content-wrapper::before, .black-cta:hover .elementor-button-content-wrapper::after  {
	bottom: 0px;
}
.black-cta .elementor-button-content-wrapper span {
	transform: translateY(0px);
	transition: transform 0.1s ease-in-out !important;
}
.black-cta:hover .elementor-button-content-wrapper span {
	transform: translateY(-16px);
}
.directory-grid.direc-loop {
	height: 328px !important;
	overflow: hidden !important; 
}
.directory-grid.direc-loop .directory-content {
	height: 62px !important;
	overflow: hidden !important;
	position: relative;
}
.directory-grid.direc-loop:hover .directory-content {
	height: 114px !important;
} 
.directory-grid.direc-loop:hover .elementor-heading-title, .directory-grid.direc-loop:hover svg path{
	color: #0f0f0f !important;
	fill: #0f0f0f !important;
}
@media screen and (max-width: 1024px) {
	.directory-grid {
		height: 301px !important;
	}
	.directory-grid.direc-loop {
		height: 242px !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:flex;
	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;
}

#wpforms-submit-712 {
	font-family: "DM Mono", Sans-serif;
	border-radius: 0;
	background: #000;
	font-weight: 400;
	font-size: 16px;
	padding: 0 20px;
}
#wpforms-form-712 input, #wpforms-form-712 textarea {
	font-family: "DM Mono", Sans-serif;
	border-radius: 0;
	border-color: #ccc;
	font-weight: 400;
}

#wpforms-form-712 label {
	font-family: "DM Mono", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}

div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
	background: #F6FF4399;
	border: 1px solid #F6FF43;
}