/* smartmenus-custom.css */

.sm-navbar {
	background-color: #ffffff;
}

#navbar1 {
	--sm-collapse-show-animation: sm-ani-collapse 0.3s ease-in;
	--sm-collapse-hide-animation: sm-ani-collapse 0.3s ease-in reverse;
	--sm-container-max-width: 1390px;
	/*--sm-navbar-sticky-top-offset: 300px;*/
}

#hamburger-icon .sm-sub-toggler::after {
	--sm-sub-toggler-icon-size: 0;
	--sm-sub-toggler-icon-spacing: 0;
	--sm-sub-toggler-split-icon-spacing: 0;
	content: "+";
}

#search-icon .sm-sub-toggler::after {
	--sm-sub-toggler-icon-size: 0;
	--sm-sub-toggler-icon-spacing: 0;
	--sm-sub-toggler-split-icon-spacing: 0;
	content: "+";
}

@media (min-width: 768px) {
	#hamburger-icon .sm-sub-toggler::after {
		--sm-sub-toggler-icon-size: 0;
		--sm-sub-toggler-icon-spacing: 0;
		--sm-sub-toggler-split-icon-spacing: 0;
		content: "" !important;
		margin-top: 0;
		border-style: none;
	}
	#search-icon .sm-sub-toggler::after {
		--sm-sub-toggler-icon-size: 0;
		--sm-sub-toggler-icon-spacing: 0;
		--sm-sub-toggler-split-icon-spacing: 0;
		content: "" !important;
		margin-top: 0;
		border-style: none;
	}
}

@media (min-width: 768px) {
	.sm-nav-link {
		--sm-font-size: 18px;
		--sm-font-family: "Warnock Pro";
		--sm-line-height: 160%;
	}
	.sm-brand img {
		height: auto;
	}
}

@media (max-width: 767px) {
	.sm-nav-link {
		--sm-font-size: 18px;
		--sm-font-family: "Warnock Pro";
		--sm-line-height: 160%;
	}
	.sm-nav-link-secondary {
		font-size: 18px;
		font-family: "Warnock Pro", serif;
		line-height: 160%;
	}
	.sm-brand img {
		height: 38px;
	}
}

.sm-nav-link:active, .sm-nav-link:focus, .sm-nav-link.sm-expanded, .sm-sub-link:active, a.sm-sub-link:focus, .sm-sub-link.sm-expanded {
	background-color:rgba(158, 27, 50,1);
	color: white ;
}

.nav-link:focus-visible {
	outline: 0;
	box-shadow: 0 0 0 0.1rem #9e1b32;
}
