
.added_header_button {
	position: absolute;
	top: 25px;
	left: calc(100% + 100px);
	width: 200px;
	text-align: center;
}

.added_header_button button {
	padding: 15px 25px;
	text-align: center;
	width: 200px;
	background-color: #00a0db;
	color: #fff;
	border: none;
	cursor: pointer;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 700;
}

.added_header_button button:hover {
	background-color: #b1df23;
}

#hook_main_menu {
	position: relative;
}

#hook_logo_after {
	opacity: 1;
}

#hook_header_section {
	height: 100px;
	background-color: #fff;
}

#hook_main_menu .hook-mn>li>a {
	height: 100px;
	line-height: 100px;
}

.featured_owl.owl_regular.hook_active_slider {
	display: none !important;
}

.ekit-template-content-header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #fff !important;
	z-index: 1000;
}

.ekit-template-content-header .e-con-inner {
	padding-bottom: 0px !important;
}

@media screen and (max-width: 900px) {
	.added_header_button {
		display: none;
	}
	
	#hook_logos_wrapper {
		width: 200px !important;
	}
	
	.menu_at_top .st_menu_on_left #hook_home_link, .menu_at_top .st_menu_on_center #hook_home_link {
		position: absolute;
		top: 30px;
		left: 0px;
	}
	
	.elementor-nav-menu--dropdown {
		position: absolute;
		top: calc(100% - 10px);
		right: 0px;
	}
}
