	/* -webkit-transition: all 0.3s ease-in-out 0s; */
	/* -ms-transition: all 0.3s ease-in-out 0s; */
	/* -o-transition: all 0.3s ease-in-out 0s; */
	/* transition: all 0.3s ease-in-out 0s; */
	
.admin-bar #thhf-masthead {
	top: 50px;
}

#thhf-masthead {
    z-index: 99;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#thhf-masthead section.elementor-section {
    padding: 0;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

#thhf-masthead .elementor-section-boxed .elementor-container {
    width: 100%;
}

#thhf-masthead .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
	padding: 0;
}

a.hfe-menu-item {
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
}

body, li, p {
	line-height: unset;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 20px !important;
    margin-top: 0 !important;
}

.imagepop .elementor-widget-wrap.elementor-element-populated {
	padding: 0;
}

.imagepop .elementor-widget:not(:last-child) {
    margin-block-end: 0;
}

.imagepop .elementor-widget-text-editor p {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.imagepop {
    position: relative;
}

.elementor-column:hover .imagepop .elementor-widget-image:before, .imagepop_container:hover .imagepop .elementor-widget-image:before {
	opacity: 0.7;
}

.elementor-column:hover .imagepop .elementor-widget-text-editor, .imagepop_container:hover .imagepop .elementor-widget-text-editor {
	opacity: 1;
}

.imagepop .elementor-widget-text-editor {
	position: absolute;
	top: 50%;
	left:0;
	transform: translatey(-50%);
	z-index: 3;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out 0s;
	-ms-transition: opacity 0.3s ease-in-out 0s;
	-o-transition: opacity 0.3s ease-in-out 0s;
	transition: opacity 0.3s ease-in-out 0s;
}

.imagepop .elementor-widget-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 2;
    opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out 0s;
	-ms-transition: opacity 0.3s ease-in-out 0s;
	-o-transition: opacity 0.3s ease-in-out 0s;
	transition: opacity 0.3s ease-in-out 0s;
}

div[class*='elementor-widget-themo'].bookforma .with_frm_style .frm_submit input[type=submit]:after {
	content: "\f061";
}

div[class*='elementor-widget-themo'].bookforma .with_frm_style .frm_submit input[type=submit] {
    background-color: transparent !important;
    border: 2px solid var(--e-global-color-secondary) !important;
    border-radius: 3px !important;
    font-family: 'Sen' !important;
    text-transform: uppercase;
    padding: 0 !important;
    height: 50px !important;
    line-height: 50px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    opacity: 1 !important;
}

div[class*='elementor-widget-themo'].bookforma .with_frm_style .frm_submit input[type=submit]:hover {
    background-color: var(--e-global-color-secondary) !important;
    color: #fff !important;
}

.hfe-nav-menu > li > a:hover {
	color: var(--e-global-color-secondary) !important;
}

.hfe-nav-menu > li > a {
	position: relative;
}

.hfe-nav-menu > li > a:before {
    border-bottom: 2px solid;
    border-color: transparent;
    content: "";
    display: block !important;
    position: absolute !important;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    width: 0;
    opacity: 1;
    bottom: 0;
    -webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1) !important;
    transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1) !important;
}

.hfe-nav-menu > li:hover > a:before {
    border-color: #D4AF37;
    width: 100%;
}

@media only screen and (max-width: 767px) {
	#thhf-masthead {
        top: 10px;
        left: unset;
        right: 10px;
        transform: none;
    }
	
	#thhf-masthead .elementor-section .elementor-container, #thhf-masthead .elementor-widget-wrap {
        display: block;
    }
	
	.hfe-submenu-icon-classic {
		width: 40px !important;
		display: block !important;
	}
	
	.hfe-nav-menu__layout-horizontal {
		position: fixed !important;
		left: 0 !important;
		top: 50px !important;
		width: 100vw !important;
	}
}