/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

:root {
	--primary-bg-color: #2c3239;
	--primary-color: #ede22f;
}

/* Remove header transition animation */
#header-outer,
#header-outer * {
	/*     transition: none !important; */
	/*     animation: none !important; */
}

body.material #header-outer.small-nav,
body #header-outer.small-nav {

	position: fixed !important;
	top: 55px !important;
	/*     left: 50%; */
	/* 	transform:translateX(-50%)!important; */
	right: 0;
	width: calc(100% - 190px);
	/* creates side spacing */
	margin: 0 auto;
	border-radius: 500px;
	/* rounded corners */
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
	transition: all 0.3s ease;
	z-index: 9999
}

#header-outer.small-nav header#top {
	padding: 16px 0px 3px 10px;
}

/* Default arrow */
body .sf-sub-indicator i:before {
	font-weight: 500;
	margin-left: 5px;
	font-size: 30px;
	display: inline-block;
	transition: transform 0.3s ease;
	/* smooth rotation */
	transform: rotate(0deg);
	transform-origin: center;
	/* pivot at center */
}

/* Rotate arrow 180° when hovering the menu item */
body .sf-menu li.menu-item-has-children:hover .sf-sub-indicator i:before,
body .sf-menu li.sfHover .sf-sub-indicator i:before {
	transform: rotate(180deg);
}

body:has(#header-outer.small-nav) #header-secondary-outer {
	opacity: 0;
	visibility: hidden;
	transform: translateY(-20px);
	pointer-events: none;
	height: 0 !important;
	min-height: 0 !important;
	overflow: hidden;
	padding: 0 !important;
	margin: 0 !important;
}

#header-outer:not([data-format=left-header]) #top nav>ul {
	/*     background-color: #ede230; */
	border-radius: 500px !important;
	height: 30px;
	margin-top: 26px;
	margin-right: 0px !important;
	padding: 27px !important;
	padding-right: 6px !important;
}

#top nav>ul>li>a,
.pull-left-wrap>ul>li>a {
	font-size: 16px;
}

.small-nav #top nav>ul {
	margin-top: 25px !important;
}

#header-outer[data-lhe="animated_underline"] #top nav>ul>li>a {
	margin-left: 20px;
	margin-right: 20px;
}

/* Contact button Dekstop Menu */
@media (min-width: 1000px) {
	#header-outer .menu-item-1242,
	#header-outer .menu-item-2354 {
		margin-left: 60px;
	}

	#header-outer .menu-item-1242 a,
	#header-outer .menu-item-2354 a
	{
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	#header-outer .menu-item-1242>a,
	#header-outer .menu-item-2354>a {
		display: inline-flex;
		align-items: center;
		/* justify-content: space-between; */
		padding: 5px 0;
		min-width: 120px;
		text-decoration: none;
		box-sizing: border-box;
		border: 0 !important;
		position: relative;
		color: var(--primary-bg-color) !important;
		/* gap: 8px; */
	}

	#header-outer .menu-item-1242 .nectar-menu-icon-img,
	#header-outer .menu-item-2354 .nectar-menu-icon-img
	{
		margin-left: auto;
		display: inline-block;
		/* allow width/height and background */
		width: 20px;
		/* size of the circle */
		height: 20px;
		background-color: white;
		/* circle color */
		border-radius: 50%;
		/* makes it circular */
		margin-left: 8px;
		padding: 12px;
		box-sizing: content-box;
		object-fit: contain;
		/* scale SVG properly */
		flex-shrink: 0;
		transform: rotate(45deg);
		transition: transform 0.3s ease !important;
		/* smooth hover effect if needed */
	}

	/* Optional: rotate the arrow on hover */
	#header-outer .menu-item-1242>a:hover .nectar-menu-icon-img,
	#header-outer .menu-item-2354>a:hover .nectar-menu-icon-img
	{
		transform: rotate(0deg);
	}

	body #header-outer .menu-item-1242>a::before,
	body #header-outer .menu-item-1242>a::after,
		body #header-outer .menu-item-2354>a::before,
	body #header-outer .menu-item-2354>a::after
	
	{
		border-radius: 200px !important;
		height: 100% !important;
		min-height: 40px !important;
		width: 162px;
	}

	body #header-outer .menu-item-1242>a::after,
	body #header-outer .menu-item-2354>a::after

	{
		/* height: auto;
        min-height: 20px; */
	}

	#header-outer .menu-item-1242>a::before,
	#header-outer .menu-item-2354>a::before
	{
		background: var(--primary-color);
	}

	#header-outer .menu-item-1242 .menu-title-text,
	#header-outer .menu-item-2354 .menu-title-text{
		margin-left: 20px;
	}

}

.off-canvas-menu-container .nectar-menu-icon-img {
	display: none !important;
}


.menu-title-text {
	color: #fff;
	font-weight: 700;
}

.menu-title-text:hover {
	color: var(--primary-color);
}

.sub-menu .menu-title-text {
	color: var(--primary-bg-color);
}

#header-outer nav .sf-menu>li.current-menu-item>a,
#header-outer nav .sf-menu>li.current-menu-ancestor>a,
#header-outer nav .sf-menu>li.current_page_parent>a,
.current-menu-item .menu-title-text,
.current-menu-parent>a>.menu-title-text,
.current-menu-parent .sf-sub-indicator i::before {
	color: var(--primary-color) !important;
}

.no-mouse {
	pointer-events: none !important;
}

#header-secondary-outer,
#header-outer #header-secondary-outer,
body #header-outer #mobile-menu .secondary-header-text {
	background-color: #2c3239 !important;
}

body.material #header-outer[data-full-width=true][data-has-buttons=no]:not([data-format=left-header]) #top nav>.buttons,
body.material #header-outer[data-has-buttons=no]:not([data-format=left-header]) #top nav>.buttons {
	margin-left: 0;
	display: none !important;
}

.contact-image {
	height: 330px !important;
	object-fit: cover !important;
	border-radius: 23px !important;
}

.contact-title {
	background-color: #ebeff3 !important;
	padding: 3px 20px !important;
	border-radius: 200px !important;
	display: table !important;
	margin-left: 20px !important;
	margin-top: -10px !important;
	font-size: 16px !important;
}

.breadcrumbs {
	font-size: 14px !important;
}

#menu-item-14 a,
#menu-item-15 a {
	background: #42474C;
	padding: 10px 15px !important;
	border-radius: 50px;
	font-size: 16px;
	transition: 0.3s all ease;
}

#menu-item-14 a:hover,
#menu-item-15 a:hover {
	background: #EDE22E;

}

#menu-item-14 a:hover span,
#menu-item-15 a:hover span {
	color: #2C3239 !important;
}


body #header-outer[data-lhe=animated_underline] #top nav>ul>li:not([class*=button_])>a .menu-title-text:after {
	display: none !important;
}

/*.slide-out-widget-area-toggle div{*/
/*    padding: 10px !important;*/
/*    background: #EDE22E !important;*/
/*    border-radius: 50% !important;*/
/*}*/




#search-outer .ui-widget-content,
body:not([data-header-format="left-header"]) #header-outer .sf-menu li ul,
#header-outer nav>ul>.megamenu>.sub-menu,
body #header-outer nav>ul>.megamenu>.sub-menu>li>a,
#header-outer .widget_shopping_cart .cart_list a,
#header-secondary-outer ul ul li a,
#header-outer .widget_shopping_cart .cart_list li,
.woocommerce .cart-notification,
#header-outer .widget_shopping_cart_content {
	background-color: rgb(236 225 49) !important;
	border-radius: 30px;
	margin-top: 30px;
	padding: 20px;
}

#header-outer:not(.transparent) .sf-menu>li ul {
	border-top-width: 0;
}

#header-outer #top nav>ul>li:not(.megamenu) ul a:hover,
#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul a:hover {
	background-color: transparent !important;
}

.sf-menu.sf-js-enabled.sf-arrows {
	/*     margin-right: -15px !important; */
}

body[data-button-style="slightly_rounded_shadow"] .nectar-button:hover {
	box-shadow: none !important;
}

#header-outer #logo {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#top .container .row {
	padding: 0 0 15px 0;
}

.sf-menu ul li,
.sf-menu ul li li {
	padding: 5px !important;
}

#footer-outer {
	display: none !important;
}


body.material[data-button-style^=rounded] .nectar-button.has-icon:not([class*=see-through]) i {
	background: transparent !important;
}

body[data-button-style^="rounded"] .nectar-button.medium:not(.see-through):not(.see-through-2):not(.see-through-3).has-icon {
	padding-right: 20px !important;
}

html body .nectar-button {
	box-shadow: none !important;
}


html body .nectar-button.accent-color i {
	background: white !important;
	transform: translateY(-50%) translateX(4px) rotate(45deg) !important;
}


html body .nectar-button.extra-color-2 i {
	background: #2C3239 !important;
	transform: translateY(-50%) translateX(4px) rotate(45deg) !important;
}

html body .nectar-button.extra-color-3 i {
	background: white !important;
	transform: translateY(-50%) translateX(4px) rotate(45deg) !important;
}

.nectar-button i {
	transition: 0.3s all ease !important;
}

html body .nectar-button:hover i {
	transform: translateY(-50%) translateX(4px) rotate(0deg) !important;
}

body.material[data-button-style^=rounded] .nectar-button.has-icon:not([class*=see-through]) i::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url("/wp-content/uploads/2025/09/right-arrow-dark.svg");
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 7px;
	rotate: 45deg;
}


.nectar-button.accent-color i::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url("/wp-content/uploads/2025/09/right-arrow-dark.svg");
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 14px;
}

body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.jumbo {
	border-radius: 50px !important;
}


.nectar-button.extra-color-2 i::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url("/wp-content/uploads/2025/09/right-arrow-yellow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 14px;
}

.nectar-button.extra-color-3 i::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url("/wp-content/uploads/2025/09/right-arrow-yellow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 14px;
}


.nectar-button {
	transform: none !important;
	opacity: 1 !important;
	box-shadow: none !important;
}

.nectar-button span {
	font-size: 16px !important;
	font-weight: 800 !important;
}

.nectar-button:hover i {
	transform: translateY(-50%) translateX(4px) rotate(0deg) !important;
}

body.material .nectar-button.has-icon.accent-color i {
	right: 9px;
	margin-top: 0;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	line-height: 32px;
	height: 42px;
	width: 42px;
	background: white !important;
}

body.material .nectar-button.has-icon.extra-color-2 i {
	right: 9px;
	margin-top: 0;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	line-height: 32px;
	height: 42px;
	width: 42px;
	background: #2c3239 !important;
}

body.material .nectar-button.has-icon.extra-color-3 i {
	right: 9px;
	margin-top: 0;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	line-height: 32px;
	height: 42px;
	width: 42px;
	background: white !important;
}

body.material .nectar-button.has-icon.extra-color-2:hover {
	background: #EDE22F !important;
}


body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.jumbo:not(.see-through):not(.see-through-2):not(.see-through-3),
body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.jumbo[class*=m-extra-color-gradient-] {
	padding-top: 16px !important;
	padding-bottom: 16px !important;
}

body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.jumbo.accent-color span {
	color: #2c3239 !important;
}

body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.jumbo.extra-color-2 span {
	color: #2c3239 !important;
}


/*FOOTER*/
.footer-yellow-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 250px;
	padding-right: 25px;
}

.yellow-box-link {
	background: #2C3239 !important;
	color: white !important;
	border-radius: 50px;
	padding: 15px 30px;
	padding-right: 60px;
	position: relative;
}

.yellow-box-link::before {
	background: url("/wp-content/uploads/2025/09/right-arrow-yellow.svg");
	height: 20px;
	width: 35px;
	border-radius: 50%;
	position: absolute;
	top: 21px;
	right: 5px;
	content: "";
	z-index: 99;
	background-repeat: no-repeat;
	transform: rotate(45deg);
	transition: 0.3s all ease
}

.yellow-box-link:hover::before {
	transform: rotate(0deg);
	top: 18px;
}

.yellow-box-link::after {
	background: white;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	right: 7px;
	content: "";
}

.yellow-box-link:hover::after {
	transform: rotate(0deg) !important;
}

.footer-diver {
	position: absolute !important;
	height: 200px !important;
	top: -52px !important;
	left: 50px !important;
}

.footer-link:hover {
	text-decoration: underline;
	text-underline-offset: 6px !important;
}

.footer-link {
	color: white !important;
}

.yellow-text * {
	color: #EDE230 !important;
}

.social-icon i::before {
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.social-icon i {
	height: 40px !important;
	width: 40px !important;
	background-color: #EDE22F !important;
	border-radius: 50% !important;
}

.social-icon:hover {
	opacity: .7;
}

.nectar_icon {
	padding: 5px !important;
}

.yellow-box-header .question-mark {
	display: inline-block;
	transform-origin: bottom center;
	animation: bounce 1s infinite ease-in-out;
}

@keyframes bounce {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.2);
	}
}

/*FOOTER END*/

#page-header-wrap {
	display: none !important;
}

body.single-post.material[data-bg-header=true] .container-wrap {
	padding-top: 0 !important;
}

#header-outer .sf-menu li ul.sub-menu li.menu-item a {
	font-size: 16px !important;
	padding: 10px 15px !important;
	line-height: 18px;
}


#header-outer #top nav>ul>li:not(.megamenu) ul a:hover,
#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul a:hover,
#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul .current-menu-item>a,
#header-outer #top nav>ul>li:not(.megamenu) ul a:focus,
#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul a:focus {
	background: #2C3239 !important;
	width: fit-content;
	border-radius: 50px;
}

#header-outer #top nav>ul>li:not(.megamenu) ul a:hover .menu-title-text,
#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul a:hover .menu-title-text {
	color: white !important;
}

html body #header-outer .sf-menu li ul.sub-menu li.menu-item a:hover .menu-title-text,
#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul .current-menu-item>a .menu-title-text {
	color: white !important;
}


.menu.secondary-header-items {
	display: none !important;
}

.off-canvas-menu-container.mobile-only .menu-item {
	margin-bottom: 10px !important;
}

@media (min-width: 1000px) {
	.mobile-only {
		display: none;
	}
}

/* Hide by default on desktop */
.mobile-only-header-btn {
    display: none !important;
}

@media screen and (max-width:1000px) {
	.desktop-only {
		display: none !important;
	}

	.client-logo {
		height: 60px !important;
	}

	html body .projects-cards {
		display: block !important;

	}

	.projects-card {
		margin-bottom: 20px !important;
	}

	.projects-card:nth-child(2) {
/* 		display: none !important; */
	}

	.card-header-news {
		width: auto !important;
	}

	#slide-out-widget-area .inner .off-canvas-menu-container li>a {
		/*font-weight: 500 !important;*/
	}

	.boxes {
		display: flex;
		justify-content: space-around;
		align-items: center !important;
		flex-direction: column !important;
		gap: 10px;
	}

	p.box {
		text-align: center !important;
	}

	.box-divider {
		height: 1px !important;
		width: 100% !important;
	}

}

/* Default arrow */
body .custom-ocm-arrow i::before {
    font-size: 30px;
    display: inline-block;
    transform: rotate(0deg);
    transform-origin: center;
    line-height: 0;
    transition: transform 0.3s ease;
}

/* Rotate arrow when submenu is open */
body .menu-item-has-children.submenu-open .custom-ocm-arrow i::before {
    transform: rotate(180deg);
    color: var(--primary-color);
}

/* Hide submenu by default on mobile */
@media (max-width: 1024px) {
    body .menu-item-has-children > ul {
        display: none;
    }
    body .menu-item-has-children.submenu-open > ul {
        display: block;
    }
}


@media screen and (max-width: 768px) {
	
	#header-outer[data-full-width="true"] header#top > .container {
		padding: 0 20px!important;
	}
	h1 {
		font-size: 42px !important;
		line-height: 46px !important;
	}

	.resize-title h1 {
		font-size: 32px !important;
	}

	.subzin p {
		font-size: 20px !important;
	}

	.card-header-news {
		padding: 10px !important;
	}

	#header-outer {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		border-radius: 50px;
		margin-top: 10px;
		width: calc(100% - 38px);
		margin: 0 auto;
		right: 0;
		top: 10px !important;
	}

	#header-outer #top .row {
		padding: 10px 0;
	}

	#slide-out-widget-area .menu-item-has-children {
		position: relative;
	}

	#slide-out-widget-area .custom-ocm-arrow {
		position: absolute;
		right: 0px;
		top: 5px;
		cursor: pointer;
		font-size: 16px;
		z-index: 9999;
	}

	#slide-out-widget-area.slide-out-from-right-hover .inner-wrap>.inner .off-canvas-menu-container li {
		margin: 15px 0 !important;
		line-height: 1.5 !important;
	}

	.material #slide-out-widget-area.slide-out-from-right-hover .inner-wrap>.inner .off-canvas-menu-container li li {
		margin: 10px 0 !important;
		line-height: 1.5 !important;
	}

	.material #slide-out-widget-area.slide-out-from-right-hover .inner-wrap>.inner .off-canvas-menu-container li li:first-child {
		margin-top: 20px !important;
	}

	.material #slide-out-widget-area.slide-out-from-right-hover .inner-wrap>.inner .off-canvas-menu-container li li:last-child {
		margin-bottom: 20px !important;
	}

	#slide-out-widget-area.slide-out-from-right-hover .inner-wrap>.inner .off-canvas-menu-container li a {
		font-size: 16px !important;
	}

	body .custom-ocm-arrow i::before {
		font-size: 30px;
		transition: transform 0.3s ease;
		display: inline-block;
		transform: rotate(0deg);
		transform-origin: center;
		line-height: 0;
		transition: transform 0.3s ease;
		/* smooth rotation */
		/* transform: rotate(0deg); */
		transform-origin: center;
		/* pivot at center */
	}

	body .menu-item-has-children:hover .custom-ocm-arrow i::before {
		/* transform: rotate(180deg); */
		color: var(--primary-color);
	}


	#slide-out-widget-area.fullscreen-split .off-canvas-menu-container .nectar-menu-item-with-icon span:after,
	#slide-out-widget-area.fullscreen-split .off-canvas-menu-container li>a:after,
	.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .nectar-menu-item-with-icon span:after,
	.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li>a:after {
		border-top: 0px !important;
	}

	/* body .off-canvas-menu-container .menu-item.current_page_item > a */
	#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li.current-menu-item>a,
	#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li.current-menu-parent>a {
		color: var(--primary-color) !important;
	}


	#slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul,
	.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li ul {
		padding-left: 20px !important;
		padding-right: 20px !important;
		background-color: var(--primary-color);
		border-radius: 30px;
		margin-top: 10px;
		overflow: hidden;
	}

	#slide-out-widget-area .inner .off-canvas-menu-container ul.sub-menu li>a {
		color: var(--primary-bg-color) !important;
	}

	#slide-out-widget-area .inner .off-canvas-menu-container ul.sub-menu li.current-menu-item>a {
		color: #fff !important;
		background-color: var(--primary-bg-color);
		padding: 10px !important;
		border-radius: 50px;
	}
	
		/* 1. Force the logo container to sit in a row */
    #top .col.span_3 {
        display: flex !important;
		flex-direction: row;
        align-items: center !important;
        justify-content: flex-start !important;
        width: 100% !important; /* Allow it to grow based on content */
/*         float: left !important; */
    }

    /* 2. Style the injected button for header constraints */
    .mobile-only-header-btn {
		position:absolute;
		right: 50px;
        display: block !important;
/*         margin-left: 25px !important; */
        padding: 8px 32px !important;
		margin-bottom: 0!important;
		margin-top: 4px;
        height: auto !important;
	}
	
	body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.jumbo:not(.see-through):not(.see-through-2):not(.see-through-3).mobile-only-header-btn {
		padding-top: 10px!important;
		padding-bottom:10px!important;
	}
	
	body.material .nectar-button.has-icon.jumbo:not([class*=see-through]).mobile-only-header-btn i {
		height: 32px;
    	width: 32px;
    	line-height: 32px;
	}
	
	.nectar-button.accent-color.mobile-only-header-btn i::before {
		margin-top: 9px;
		width: 16px;
		height: 16px;
	}
	
	.mobile-only-header-btn .nectar-button.accent-color i::before {
		margin-top: 11px;
	}

    /* 3. Adjust logo width so there is room for the button */
    #top #logo img.mobile-only-logo {
        max-height: 50px !important; /* Adjust based on your logo height */
        width: auto !important;
    }
}

@media only screen and (max-width: 399px) {
    /* 1. Stack the logo and button vertically */
    #top .col.span_3 {
/*         flex-direction: column !important; */
        align-items: flex-start !important; /* Keeps them left-aligned */
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    /* 2. Remove the side margin and add top spacing instead */
    .mobile-only-header-btn {
        margin-left: 0 !important;
        margin-top: 10px !important;
/*         width: 100% !important; */
        justify-content: center !important; /* Centers text if width is 100% */
    }

    /* 3. Ensure the header can expand to fit the new height */
    #header-outer, #header-secondary-outer {
        height: auto !important;
    }
}

.slide-out-from-right-hover.open,
.slide-out-from-right-hover.open .inner-wrap {
	width: 100% !important;
}

.slide-out-from-right-hover {
	/*background-color:  !important;*/
	/*background-image: url('/wp-content/uploads/2025/09/home.jpg') !important;*/
	background-size: cover !important;
}

body #slide-out-widget-area.slide-out-from-right-hover .inner-wrap>.inner .off-canvas-menu-container li a,
body #slide-out-widget-area.slide-out-from-right-hover .inner-wrap>.inner .widget.widget_nav_menu li a {
	font-family: "Lato" !important;
}

.mobile-menu-logo {
	width: 200px !important;
	height: 90px !important;
	position: absolute;
}

.mobile-menu-logo .vc_column-inner {
	padding: 0 !important;
}

#slide-out-widget-area.slide-out-from-right-hover {
	padding: 20px 30px !important;
}

#slide-out-widget-area.slide-out-from-right-hover .inner-wrap>.inner {
	flex-wrap: nowrap;
	flex-direction: column;
}

#slide-out-widget-area .nectar-global-section.nectar_hook_ocm_after_menu {
	margin-top: 0px !important;
	/* padding: 0 20px; */
}

.btn-fullwidth {
	width: 100%;
}

#slide-out-widget-area .nectar-global-section.nectar_hook_ocm_after_menu .container {
	all: unset;
	display: block;
}

#slide-out-widget-area .nectar-global-section.nectar_hook_ocm_before_menu {
	margin-bottom: 0px !important;
}

#slide-out-widget-area.slide-out-from-right-hover .inner-wrap {
	margin-top: 15px !important;
}

#slide-out-widget-area .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation {
	left: -20px !important;
}

#slide-out-widget-area .bottom-meta-wrap {
	width: 100%;
	/* margin: 0 20px; */
}

#slide-out-widget-area .mobile-menu-secondary-links .divider-wrap>div {
	margin-top: 0 !important;
	margin-bottom: 10px !important;
}

#slide-out-widget-area .mobile-menu-secondary-links .wpb_text_column.wpb_content_element {
	margin-bottom: 8px !important;
}

#slide-out-widget-area .mobile-menu-secondary-links a {
	font-size: 14px;
}


/* Make pagination full width inside the column with .remove-cursor */
/* Container layout */
.remove-cursor .flickity-page-dots {
	display: flex !important;
	position: absolute;
	bottom: -15px;
	width: 100%;
	height: 4px;
	padding: 0;
	margin: 0;
	gap: 0;
}

/* Each dot becomes equal width segment */
.remove-cursor .flickity-page-dots .dot {
	flex: 1;
	height: 100%;
	margin: 0;
	padding: 0;
	width: auto !important;
	/* override fixed width */
	height: 100% !important;
	/* override fixed height */
	border-radius: 0 !important;
	/* remove circle */
	position: relative;
}

/* Force pseudo element to stretch */
.remove-cursor .flickity-page-dots .dot:before {
	content: "";
	position: absolute;
	inset: 0;
	/* full stretch */
	width: 100% !important;
	height: 100% !important;
	border-radius: 0 !important;
	/* remove circle */
	transform: none !important;
	/* remove scale effects */
}

.remove-cursor .flickity-page-dots .dot.is-selected:before {
	box-shadow: none !important;
	background-color: currentColor !important;
}

/* Update Flickity viewport margin */
/* Set top and bottom margin to 20px */
.margin-20 .nectar-flickity.nectar-carousel:not(.masonry) .flickity-viewport {
	margin: 20px 0 !important;
}

.margin-20 .flickity-page-dots {
	bottom: -15px !important;
}

/* WPML Language switcher */
#top nav > ul.sf-menu {
	display: flex !important;
	align-items: center;
}

#top nav > ul.sf-menu > li {
	order: 1;
}

#top nav > ul.sf-menu > li.wpml-ls-menu-item {
	order: 98;
}

#top nav > ul.sf-menu > li#menu-item-1242,
#top nav > ul.sf-menu > li#menu-item-2354
{
	order: 99;
}

#top .wpml-ls-menu-item > a.sf-with-ul {
	padding-left: 8px !important;
	padding-right: 8px !important;
	min-width: auto !important;
	width: auto !important;
	display: flex;
	align-items: center;
	gap: 4px;
}

/* Flag wrapper */
#top .wpml-ls-menu-item .menu-title-text {
	display: flex;
	align-items: center;
	line-height: 1;
}

/* Flag image */
#top .wpml-ls-menu-item img.wpml-ls-flag {
	width: 20px;
	height: auto;
	display: block;
	margin: 0;
}

/* Dropdown arrow spacing */
#top .wpml-ls-menu-item .sf-sub-indicator {
	position: relative;
	right: auto !important;
	margin-left: 2px !important;
}

/* Remove extra li spacing */
#top .wpml-ls-menu-item {
	min-width: 0 !important;
}

#top nav > ul.sf-menu > li.wpml-ls-menu-item {
	width: auto !important;
	min-width: 0 !important;
	flex: 0 0 auto !important;
	display: inline-flex !important;
}

/* WPML dropdown container */
#top nav > ul.sf-menu > li.wpml-ls-menu-item > ul.sub-menu {
	width: auto !important;
	min-width: 0 !important;
	padding: 8px !important;
}

/* WPML dropdown li */
#top nav > ul.sf-menu > li.wpml-ls-menu-item > ul.sub-menu > li.wpml-ls-menu-item {
	width: auto !important;
	min-width: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	display: block !important;
}

/* WPML dropdown link */
#top nav > ul.sf-menu > li.wpml-ls-menu-item > ul.sub-menu > li.wpml-ls-menu-item > a {
	width: auto !important;
	min-width: 0 !important;
	padding: 6px 8px !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
}

/* Flag inside dropdown */
#top nav > ul.sf-menu > li.wpml-ls-menu-item > ul.sub-menu img.wpml-ls-flag {
	width: 20px !important;
	height: auto !important;
	display: block !important;
	margin: 0 !important;
}

#top nav > ul.sf-menu > li.wpml-ls-menu-item {
	position: relative;
}

/* Flag dropdown alignment */
#top nav > ul.sf-menu > li.wpml-ls-menu-item > ul.sub-menu {
	left: 14px !important;
	transform: none !important;
	width: auto !important;
	min-width: 44px !important;
	padding: 8px !important;
}

#top nav > ul.sf-menu > li.wpml-ls-menu-item > ul.sub-menu > li.wpml-ls-menu-item > a {
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 6px !important;
}

