/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 19 2024 | 14:52:57 */
#custom_html_3 a {
	display: flex;
}

/* sticky mobile footer */
#cb-row--footer-mobile-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

#cb-row--footer-mobile-bottom .builder-item {
	margin: 0;
	padding: 0;
}

#mobile-sticky-footer {
	background-color: #fff;
	padding: 0px;
	display: flex;
	flex-direction: row;
	position: sticky;	
}

#mobile-sticky-footer > div {
	flex: 25% 1 1;
	background: #ffda00;
  	padding: 10px 2px;
  	text-align: center;
}

#mobile-sticky-footer > div a {
	font-size: 12px;
	line-height: 14px;
	color: #272626;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
}

#mobile-sticky-footer a img {
	height: 30px;
	margin-bottom: 5px;
}


/* sticky header */

body {
	padding-top: 89px;
}

header.header {
	width: 100%;
	position: fixed;
    top: 0;
    transition: top 0.1s ease-in-out;
	z-index: 500;
}

header.header.nav-up {
    top: -96px;
}

.header-main .hfg-slot .builder-item .button.button-primary:hover {
	color: #ffda00;
	background: #000;
	border: solid 2px #000;
}

.item--inner.builder-item--custom_html_3 {
  margin-top: 2px;
}

.builder-item.desktop-left {
	padding: 0;
}

/* mobile navigation */

button.navbar-toggle, 
button.hamburger {
  scale: 1.4;
}

#header-menu-sidebar-bg {
	flex-direction: row;
}

#header-menu-sidebar {
  width: 370px;
}

#header-menu-sidebar li.menu-item-17282 {
  display: none;
}

#header-menu-sidebar .m-style > ul > li > .wrap:hover::after, .sm-style .sub-menu .wrap:hover::after {
  content: none;
}

#header-menu-sidebar-bg .sub-menu a {
  font-weight: normal;
}

#header-menu-sidebar .navbar-toggle-wrapper {
	width: 50px;
	align-items: center;
	justify-content: center;
	z-index: 100;

	position: absolute;
	top: 0;
	right: 0;
}

#header-menu-sidebar-inner {
	flex: 100% 0 0;
	padding: 0 15px;
}

#header-menu-sidebar-inner .builder-item {
	padding: 0;
}

#header-menu-sidebar-inner .builder-item:nth-child(2), 
#header-menu-sidebar-inner .builder-item:nth-child(3) {
	display: inline-block;
	width: 40%;
	margin: 2px;
}

#header-menu-sidebar-inner .builder-item .button.button-primary,
#header-menu-sidebar-inner .builder-item .button.button-primary:hover  {
	color: #000;
	border: solid 2px #000;
	font-size: 14px;
}

#header-menu-sidebar .navbar-toggle:focus {
  outline: none;
}

.navbar-toggle-wrapper button.navbar-toggle, 
.menu-mobile-toggle .hamburger {
  scale: 1.4;
}

.navbar-toggle-wrapper button.navbar-toggle {
	top: 7px;
	right: 7px;
}

/* language select */
.builder-item--widget-area-3 ul {
	justify-content: flex-start;
	display: flex;
}

.builder-item--widget-area-3 .wpml-ls-legacy-dropdown {
	width: 5rem;
	margin-right: 20px;
	font-weight: bold;
  	text-transform: uppercase;
}

body .widget ul:not(.qodef-shortcode-list):not(.qodef-blog-list) li ul.wpml-ls-sub-menu {
  margin: 0;
}

.builder-item--widget-area-3 .js-wpml-ls-item-toggle.wpml-ls-item-toggle,
.builder-item--widget-area-3 .wpml-ls-legacy-dropdown a:hover,
.builder-item--widget-area-3 .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
 	border: none;
  	background-color: inherit;
}

.builder-item--widget-area-3 .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.builder-item--widget-area-3 .wpml-ls-legacy-dropdown a {
	border: none;
	background-color: #ffda00;
	justify-content: flex-start;
}

@media screen and (max-width: 960px) {
	.scroll-to-top {
  		bottom: 80px;
	}
	
	.builder-item--widget-area-3 .wpml-ls-legacy-dropdown {
 		margin-left: -5px;
	}
	
	body {
 		padding-top: 78px;
	}
	.site-footer {
  		z-index: 998;
	}
}
