ul.hfe-nav-menu,
.hfe-nav-menu li,
.hfe-nav-menu ul {
list-style: none !important;
margin: 0;
padding: 0;
}
.hfe-nav-menu li.menu-item {
position: relative;
}
.hfe-flyout-container .hfe-nav-menu li.menu-item {
position: relative;
background: unset;
}
.hfe-nav-menu .sub-menu li.menu-item {
position: relative;
background: inherit;
}
.hfe-nav-menu__theme-icon-yes button.sub-menu-toggle {
display: none;
}
div.hfe-nav-menu,
.elementor-widget-hfe-nav-menu .elementor-widget-container{
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.hfe-nav-menu .parent-has-no-child .hfe-menu-toggle {
display: none;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu,
.hfe-submenu-action-hover .hfe-layout-vertical .hfe-nav-menu .sub-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 16;
visibility: hidden;
opacity: 0;
text-align: left;
-webkit-transition: all 300ms ease-in;
transition: all 300ms ease-in;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:focus > .sub-menu {
visibility: visible;
opacity: 1;
}
.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:focus > .sub-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu .menu-item-has-children .sub-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 9999;
visibility: hidden;
opacity: 0;
}
.hfe-flyout-container .hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 100%;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children.focus > .sub-menu {
visibility: visible;
opacity: 1;
-webkit-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
.hfe-nav-menu:before,
.hfe-nav-menu:after {
content: '';
display: table;
clear: both;
} .hfe-nav-menu__align-right .hfe-nav-menu {
margin-left: auto;
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
justify-content: flex-end; }
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
justify-content: flex-end; }
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
text-align: right;
}
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
text-align: left;
}
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
text-align: center;
}
.hfe-nav-menu__align-left .hfe-nav-menu {
margin-right: auto;
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
justify-content: flex-start; }
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
justify-content: flex-start; }
.hfe-nav-menu__align-center .hfe-nav-menu {
margin-left: auto;
margin-right: auto;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center; }
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center; }
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; 
}
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
width: 100%; 
}
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.menu-item {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
flex-grow: 1; }
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item {
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center; } .hfe-active-menu + nav li:not(:last-child) a.hfe-menu-item,
.hfe-active-menu + nav li:not(:last-child) a.hfe-sub-menu-item {
border-bottom-width: 0;
} .hfe-nav-menu a.hfe-menu-item,
.hfe-nav-menu a.hfe-sub-menu-item {
line-height: 1;
text-decoration: none;
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.hfe-nav-menu a.hfe-menu-item:hover,
.hfe-nav-menu a.hfe-sub-menu-item:hover {
text-decoration: none;
}
.hfe-nav-menu .sub-menu {
min-width: 220px;
margin: 0;
z-index: 9999;
}
.hfe-nav-menu__layout-horizontal {
font-size: 0;
}
.hfe-nav-menu__layout-horizontal li.menu-item,
.hfe-nav-menu__layout-horizontal > li.menu-item {
font-size: medium;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu{
-webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
} .hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-arrow i:before {
content: '+'; 
}
.hfe-submenu-icon-none .hfe-nav-menu .parent-has-child .sub-arrow {
display: none; 
}
.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before,.hfe-link-redirect-self_link.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before, .hfe-link-redirect-self_link.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
content: '-'; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before, .hfe-link-redirect-self_link.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
content: ''; 
}
.rtl .hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
}
.rtl .hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
} .hfe-nav-menu-icon {
padding: 0.35em;
border: 0 solid;
}
.hfe-nav-menu-icon svg {
width: 25px;
height: 25px;
line-height: 25px;
font-size: 25px;
}
.hfe-nav-menu-icon i:focus {
outline: 0;
}
.hfe-has-submenu-container a.hfe-menu-item:focus,
.hfe-has-submenu-container a.hfe-sub-menu-item:focus {
outline: 0;
} .hfe-nav-menu .menu-item-has-children:focus,
.hfe-nav-menu .menu-item-has-children .sub-menu:focus,
.hfe-nav-menu .menu-item-has-children-container:focus {
outline: 0;
}
.hfe-nav-menu .menu-item-has-children-container {
position: relative;
}
.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-flyout-wrapper .sub-menu {
position: relative;
height: 0;
}
.hfe-nav-menu__submenu-arrow .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-plus .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-classic .hfe-menu-toggle:before {
font-family: 'Font Awesome 5 Free';
z-index: 1;
font-size: inherit;
font-weight: inherit;
line-height: 0;
}
.hfe-menu-item-center .hfe-nav-menu li a.hfe-menu-item,
.hfe-menu-item-center .hfe-nav-menu li a.hfe-sub-menu-item {
margin-right: 0px;
}
.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-sub-menu-item {
margin-right: 0px;
}
.hfe-nav-menu__toggle-icon:before {
content: '\f0c9';
font-family: 'fontAwesome';
z-index: 1;
font-size: 24px;
font-weight: inherit;
font-style: normal;
line-height: 0;
}
.hfe-active-menu .hfe-nav-menu__toggle-icon:before {
content: '\f00d';
}
.hfe-nav-menu__layout-expandible {
-webkit-transition-property: display;
transition-property: display;
-webkit-transition-duration: .5s;
transition-duration: .5s;
-webkit-transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
}
.hfe-nav-menu__layout-expandible {
visibility: hidden;
opacity: 0; 
}
.hfe-nav-menu__layout-expandible .sub-menu {
visibility: hidden;
opacity: 0; 
}
.hfe-active-menu + .hfe-nav-menu__layout-expandible {
visibility: visible;
opacity: 1; 
height: auto;
}
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-expandible,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
position: absolute;
top: 100%;
}
.hfe-nav-menu__layout-expandible .menu-item-has-children .menu-item-has-children .sub-menu,
.hfe-nav-menu__layout-vertical .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-layout-expandible nav {
height: 0;
}
.hfe-nav-sub-menu-icon, .hfe-nav-menu__icon {
display: inline-block;
line-height: 1;
}
.hfe-nav-menu__toggle {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
font-size: 22px;
cursor: pointer;
border: 0 solid;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #494c4f;
position: relative;
line-height: 1;
}
.hfe-nav-menu__toggle-icon {
display: inline-block;
font-size: inherit;
font-weight: normal;
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.hfe-nav-menu .sub-arrow {
font-size: 14px;
line-height: 1;
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
cursor: pointer;
margin-top: -10px;
margin-bottom: -10px;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
margin-left: 10px;
}
.hfe-nav-menu__layout-vertical .hfe-nav-menu .sub-arrow,
.hfe-layout-expandible .sub-arrow,
.hfe-flyout-wrapper .sub-arrow
{
padding: 10px;
}
.hfe-nav-menu .child-item,
.hfe-nav-menu__layout-vertical .hfe-nav-menu .child-item {
font-size: 14px;
line-height: 1;
padding: 10px 0 10px 10px;
margin-top: -10px;
margin-bottom: -10px;
position: absolute;
right: 0;
margin-right: 20px;
}
.hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-layout-vertical .hfe-nav-menu__toggle {
visibility: hidden;
opacity: 0;
display: none;
}
.hfe-nav-menu-icon {
display: inline-block;
line-height: 1;
text-align: center;
}
.hfe-nav-menu__layout-expandible .saved-content,
.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-expandible .child,
.hfe-nav-menu__layout-vertical .saved-content,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-nav-menu__layout-vertical .child,
.hfe-flyout-container .saved-content,
.hfe-flyout-container .sub-menu,
.hfe-flyout-container .child {
left: 0 !important;
width: 100% !important; 
}
.hfe-flyout-container .hfe-nav-menu .sub-menu {
background: unset;
}
.hfe-nav-menu__layout-vertical .hfe-menu-toggle:hover,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle:hover,
.hfe-flyout-wrapper .hfe-menu-toggle:hover {
border:1px dotted;
}
.hfe-nav-menu__layout-vertical .hfe-menu-toggle,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle,
.hfe-flyout-wrapper .hfe-menu-toggle {
border:1px dotted transparent;
} .hfe-nav-menu .menu-item a:before,
.hfe-nav-menu .menu-item a:after {
display: block;
position: absolute;
-webkit-transition: 0.3s;
transition: 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1); }
.hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
opacity: 0; }
.hfe-nav-menu .menu-item a.hfe-menu-item:hover:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:hover:after,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:after,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:before,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:after,
.hfe-nav-menu .current-menu-item:before,
.hfe-nav-menu .current-menu-item:after {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
} .hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:after {
height: 3px;
width: 100%;
left: 0;
background-color: #55595c;
z-index: 2;
}
.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
height: 0;
width: 0;
left: 50%;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: 10px;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
bottom: 10px;
}
.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: -10px;
}
.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
bottom: -10px;
}
.hfe-pointer__double-line.hfe-animation__none, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item, .hfe-pointer__underline.hfe-animation__none, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item, .hfe-pointer__overline.hfe-animation__none, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__double-line.hfe-animation__none:before, .hfe-pointer__double-line.hfe-animation__none:after, .hfe-pointer__double-line.hfe-animation__none:hover, .hfe-pointer__double-line.hfe-animation__none:focus, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__underline.hfe-animation__none:before, .hfe-pointer__underline.hfe-animation__none:after, .hfe-pointer__underline.hfe-animation__none:hover, .hfe-pointer__underline.hfe-animation__none:focus, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__overline.hfe-animation__none:before, .hfe-pointer__overline.hfe-animation__none:after, .hfe-pointer__overline.hfe-animation__none:hover, .hfe-pointer__overline.hfe-animation__none:focus, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before {
content: '';
top: 0;
}
.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
width: 10px;
left: -20px;
}
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after {
content: '';
bottom: 0;
}
.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
width: 10px;
left: -webkit-calc( 100% + 20px);
left: calc( 100% + 20px);
} .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:after {
background: transparent;
left: 0;
top: 0;
bottom: 0;
right: 0;
border: 3px solid #55595c;
}
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before {
content: '';
}
.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
-webkit-transform: scale(0.75);
-ms-transform: scale(0.75);
transform: scale(0.75);
}
.hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
-webkit-transform: scale(1.25);
-ms-transform: scale(1.25);
transform: scale(1.25);
}
.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:before {
-webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
transition: opacity 0.2s, -webkit-transform 0.4s;
transition: opacity 0.2s, transform 0.4s;
transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
width: 3px;
height: 3px;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before {
border-width: 0 0 3px 3px;
-webkit-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
content: '';
top: initial;
bottom: 0;
left: initial;
right: 0;
border-width: 3px 3px 0 0;
-webkit-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:before, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
width: 100%;
height: 100%;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:before {
-webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
-webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
width: 3px;
height: 3px;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before {
border-width: 3px 0 0 3px;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
content: '';
top: initial;
bottom: 0;
left: initial;
right: 0;
border-width: 0 3px 3px 0;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__corners .current-menu-item:before, .hfe-pointer__framed.hfe-animation__corners .current-menu-item:after {
width: 100%;
height: 100%;
-webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
transition: opacity 0.002s, width 0.4s, height 0.4s;
}
.hfe-pointer__framed.hfe-animation__none, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__framed.hfe-animation__none:before, .hfe-pointer__framed.hfe-animation__none:after, .hfe-pointer__framed.hfe-animation__none:hover, .hfe-pointer__framed.hfe-animation__none:focus, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
} .hfe-pointer__background .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__background .menu-item.parent a.hfe-menu-item:after {
content: '';
-webkit-transition: 0.3s;
transition: 0.3s;
}
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #55595c;
z-index: -1;
}
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__background .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__background .menu-item.parent a.hfe-menu-item.highlighted, .hfe-pointer__background .current-menu-item {
color: #fff;
}
.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
}
.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__grow .current-menu-item:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition: 0.3s;
transition: 0.3s;
}
.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shrink .current-menu-item:before {
-webkit-transition: opacity 0.15s, -webkit-transform 0.4s;
transition: opacity 0.15s, -webkit-transform 0.4s;
transition: opacity 0.15s, transform 0.4s;
transition: opacity 0.15s, transform 0.4s, -webkit-transform 0.4s;
}
.hfe-pointer__background.hfe-animation__sweep-left .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
left: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-right .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
right: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-up .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-down .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
bottom: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-out-vertical .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
bottom: 50%;
top: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-out-horizontal .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
right: 50%;
left: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #55595c;
z-index: -1;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:before {
top: 0;
bottom: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after {
top: 100%;
bottom: 0;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:before {
bottom: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:after {
top: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:before {
right: 0;
left: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
right: 100%;
left: 0;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:before {
left: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:after {
right: 50%;
}
.hfe-pointer__background.hfe-animation__none, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__background.hfe-animation__none:before, .hfe-pointer__background.hfe-animation__none:after, .hfe-pointer__background.hfe-animation__none:hover, .hfe-pointer__background.hfe-animation__none:focus, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
} .hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: skew(-8deg);
-ms-transform: skew(-8deg);
transform: skew(-8deg);
}
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
.hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px);
}
.hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: translateY(8px);
-ms-transform: translateY(8px);
transform: translateY(8px);
}
.hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: rotate(6deg);
-ms-transform: rotate(6deg);
transform: rotate(6deg);
}
.hfe-pointer__text.hfe-animation__none, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__text.hfe-animation__none:before, .hfe-pointer__text.hfe-animation__none:after, .hfe-pointer__text.hfe-animation__none:hover, .hfe-pointer__text.hfe-animation__none:focus, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-flyout-overlay {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 999998;
background: rgba(0,0,0,.6);
cursor: pointer;
-webkit-backface-visibility: hidden;
} .hfe-pointer__underline .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:before {
height: 0px;
}
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:after{
border-width: 0px;
}
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:hover,
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:focus
{
-webkit-transform: none;
transform: none;
}
.hfe-flyout-close,
.hfe-flyout-close svg {
position: absolute;
top: 0;
right: 0;
margin: 5px;
width: 23px;
height: 23px;
line-height: 23px;
font-size: 23px;
display: block;
cursor: pointer;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
top: 0;
bottom: 0;
left: -100%;
right: auto;
height: 100%; width: 300px;
max-width: 100%;
max-width: 100vw;
}
.hfe-flyout-wrapper .hfe-side {
display: none;
position: fixed;
z-index: 999999;
padding: 0;
margin: 0;
-webkit-overflow-scrolling: touch;
-webkit-backface-visibility: hidden;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-show {
display: block;
}
.hfe-flyout-content.push {
color: #ffffff;
}
.hfe-flyout-content ul li {
color: #ffffff;
} .hfe-flyout-wrapper .hfe-side.hfe-flyout-right {
top: 0;
bottom: 0;
left: auto;
right: -100%; height: 100%; width: 300px; max-width: 100%;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
top: 0;
bottom: 0;
left: -100%; right: auto;
height: 100%; width: 300px; max-width: 100%;
max-width: 100vw;
}
.hfe-flyout-wrapper .hfe-side.top {
top: -100%; bottom: auto;
left: 0;
right: 0;
width: 100%;
width: 100vw;
height: 300px; max-height: 100%;
}
.hfe-flyout-wrapper .hfe-side.bottom {
top: auto;
bottom: -100%; left: 0;
right: 0;
width: 100%;
width: 100vw;
height: 300px; max-height: 100%;
} .hfe-flyout-content {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
line-height: 1.4em;
color: #fff;
} @media (max-width:1024px) {
.hfe-flyout-content {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
.hfe-flyout-content::-webkit-scrollbar {
display: none;
}
.admin-bar .hfe-side {
margin-top: 32px;
} .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children > ul.sub-menu {
-webkit-transform: translateY(20%);
-ms-transform: translateY(20%);
transform: translateY(20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.1s;
transition: all 0.1s;
}
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children > ul.sub-menu {  
-webkit-transform: translateY(-20%);
-ms-transform: translateY(-20%);
transform: translateY(-20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.1s;
transition: all 0.1s;
}
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:first-child,
.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:last-child {
overflow: visible !important;
}
.elementor-widget-navigation-menu:not(.hfe-nav-menu__align-justify):not(.hfe-menu-item-space-between) a.hfe-menu-item.elementor-button {
display: inline-flex;
} 
.hfe-nav-menu li.hfe-button-wrapper {
align-self: center;
} @media only screen and ( max-width: 1024px ) {
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal li,
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu{
width: 100%;
margin-right:0px;
}
.hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle {
display: block;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: visible;
opacity: 1;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
visibility: hidden;
opacity: 0;
height: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-vertical {
visibility: visible;
opacity: 1;
height: auto;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
position: relative;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
position: absolute;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle
{
visibility: visible;
opacity: 1;
display: block;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
float: none;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
visibility: hidden;
opacity: 0;
-webkit-transition: none;
transition: none;
}
.hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle:hover {
border:1px dotted;
}
.hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle {
border:1px dotted transparent;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
position: relative;
height: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
position: relative;
height: 0;
top: 0;
}
.hfe-nav-menu__breakpoint-tablet .saved-content,
.hfe-nav-menu__breakpoint-tablet .sub-menu,
.hfe-nav-menu__breakpoint-tablet .child {
left: 0 !important;
width:auto !important;  
}
.hfe-nav-menu .sub-menu {
min-width: auto;
margin: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
padding: 10px;
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: '-'; 
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu .sub-menu{
-webkit-box-shadow: none;
box-shadow: none;
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''
} .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
-webkit-transform: none;
-ms-transform: none;
transform: none;
} .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
background-color: unset!important; 
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{
border: 0px!important;
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:focus{
-webkit-transform: none!important;
-ms-transform: none!important;
transform: none!important;
}
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item,
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.hfe-button-wrapper {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; 
}
} @media only screen and ( max-width: 767px ) {
.hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item 
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.hfe-button-wrapper { 
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: visible;
opacity: 1;
display: block;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal li.menu-item,
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu {
width: 100%
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle {
display: inline-block;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
position: relative;
height: 0;
top: 0;
}
.hfe-nav-menu .sub-menu {
min-width: auto;
margin: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
visibility: hidden;
opacity: 0;
-webkit-transition: none;
transition: none;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
float: none;
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle.hfe-active-menu {
display: block;
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-vertical {
visibility: hidden;
opacity: 0;
height: 0;  
}
.hfe-nav-menu__breakpoint-mobile .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-mobile .hfe-layout-vertical .hfe-nav-menu__toggle
{
visibility: visible;
opacity: 1;
display: block;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal {
visibility: hidden;
opacity: 0;
height: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
float: none;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: visible;
opacity: 1;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
visibility: hidden;
opacity: 0;
height: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-vertical {
visibility: visible;
opacity: 1;
height: auto;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
position: relative;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
position: absolute;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: '-'; 
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''
}
.hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle:hover{
border:1px dotted;
}
.hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle{
border:1px dotted transparent;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu .sub-menu{
-webkit-box-shadow: none;
box-shadow: none;
} .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-1 .hfe-nav-menu {
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
padding: 10px;
}
.hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-1 .hfe-nav-menu {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-2 .hfe-nav-menu {
-webkit-transform: translateX(20%);
-ms-transform: translateX(20%);
transform: translateX(20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-2 .hfe-nav-menu {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-3 .hfe-nav-menu {
-webkit-transform: translateY(20%);
-ms-transform: translateY(20%);
transform: translateY(20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-3 .hfe-nav-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hfe-nav-menu__breakpoint-mobile .saved-content,
.hfe-nav-menu__breakpoint-mobile .sub-menu,
.hfe-nav-menu__breakpoint-mobile .child,
.hfe-nav-menu__breakpoint-tablet .saved-content,
.hfe-nav-menu__breakpoint-tablet .sub-menu,
.hfe-nav-menu__breakpoint-tablet .child{
left: 0 !important;
width: auto !important; 
}
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}   
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
background-color: unset!important; 
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{
border: 0px!important;
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:focus,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: none!important;
-ms-transform: none!important;
transform: none!important;
}
}
.hfe-toggle-no .hfe-layout-expandible .hfe-nav-menu__toggle {
display: none;
} .hfe-icon {
display: inline-block;
vertical-align: middle; } .hfe-icon svg {
width: 1em;
height: 1em;
} .hfe-cart-menu-wrap-custom {
display: inline-block;
line-height: 1;
}
.hfe-cart-menu-wrap-custom .hfe-cart-count, 
.hfe-cart-menu-wrap-custom .hfe-cart-count:after {
border-color: #75c32c;
color: #75c32c;
}
.hfe-cart-menu-wrap-custom .hfe-cart-count {
font-weight: bold;
position: relative;
display: inline-block;
vertical-align: middle;
text-align: center;
min-width: 2.1em;
min-height: 2.1em;
font-size: 0.860em;
line-height: 1.8;
border-radius: 0.3em 0.3em 0.3em 0.3em;
border-width: 2px;
border-style: solid;
padding: 12px 24px;
} .hfe-cart-menu-wrap-default {
display: inline-block;
line-height: 1;
}
.hfe-cart-menu-wrap-default .hfe-cart-count, 
.hfe-cart-menu-wrap-default .hfe-cart-count:after {
border-color: #75c32c;
color: #75c32c;
}
.hfe-cart-menu-wrap-default .hfe-cart-count {
font-weight: bold;
position: relative;
display: inline-block;
vertical-align: middle;
text-align: center;
min-width: 2.1em;
min-height: 2.1em;
font-size: 0.860em;
line-height: 1.8;
border-radius: 0em 0em 0.3em 0.3em;
border-width: 2px;
border-style: solid;
padding: 0 .4em;
}
.hfe-cart-menu-wrap-default .hfe-cart-count:after {
bottom: 100%;
margin-bottom: 0;
height: .8em;
width: .8em;
left: 50%;
transform: translateX(-50%);
top: -.6em;
content: ' ';
position: absolute;
pointer-events: none;
border-width: 2px;
border-style: solid;
border-top-left-radius: 10em;
border-top-right-radius: 10em;
border-bottom: 0;
}
.elementor-widget-hfe-cart:not(.hfe-menu-cart--show-subtotal-yes) .hfe-menu-cart__toggle .elementor-button-text {
display: none; 
}
.elementor-widget-hfe-cart.toggle-icon--bag-light .hfe-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e3'; 
}
.elementor-widget-hfe-cart.toggle-icon--bag-medium .hfe-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e4'; 
}
.elementor-widget-hfe-cart.toggle-icon--bag-solid .hfe-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e5'; 
}
.hfe-menu-cart__toggle .elementor-button {
background: transparent;
border-radius: 0;
color: #818a91;
border: 1px solid;
border-color: inherit;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; 
}
.hfe-menu-cart__toggle .elementor-button-text {
margin-right: 0.3em; 
}
.hfe-menu-cart__toggle .elementor-button-icon {
position: relative;
-webkit-transition: color 0.1s;
-o-transition: color 0.1s;
transition: color 0.1s; 
}
.hfe-menu-cart--items-indicator-bubble .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
content: attr(data-counter);
display: block;
position: absolute;
min-width: 1.6em;
height: 1.6em;
line-height: 1.5em;
top: -0.7em;
right: -0.7em;
border-radius: 100%;
color: #fff;
background-color: #d9534f;
text-align: center;
font-size: 10px; 
}
.hfe-menu-cart--items-indicator-plain .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
content: attr(data-counter);
display: inline-block;
font-weight: normal; 
}
.hfe-menu-cart--empty-indicator-hide .hfe-menu-cart__toggle .elementor-button .elementor-button-icon[data-counter="0"]:before {
content: none;
display: none; 
}
.hfe-menu-cart__toggle .elementor-button-icon {
-webkit-box-ordinal-group: 16;
-webkit-order: 15;
-ms-flex-order: 15;
order: 15;
}
.hfe-menu-cart__toggle.hfe-button-wrapper .elementor-button {
color:#4d4848;
} .hfe-search-button-wrapper {
display: block;
cursor: pointer;
vertical-align: middle;
text-align: right;
}
.hfe-search-form__container {
display: flex;
overflow: hidden;
}
.hfe-search-form__input {
flex-basis: 100%;
}
.hfe-search-icon-toggle i.fa-search {
display: inline-block;
position: absolute;
width: 20px;
box-sizing: content-box;
padding: 10px;
}
.hfe-search-icon-toggle i:before {
vertical-align: middle;
} .hfe-search-button-wrapper input[type=search] {
border: 0;
padding: 10px;
cursor: pointer;
border-radius: 0;
transition: all .5s;
box-sizing: border-box;
outline: none;
}
.hfe-search-button-wrapper button {
border: none;
border-radius: 0;
padding: 0;
}
.hfe-search-button-wrapper input[type=search]:focus {
cursor: auto;
border: none;
box-shadow: none;
}
.hfe-search-icon-toggle input:-moz-placeholder,
.hfe-search-icon-toggle input::-webkit-input-placeholder {
color: transparent;
}
.hfe-search-layout-icon .hfe-search-icon-toggle .hfe-search-form__input {
background-color: unset;
height: 100%;
}
.hfe-search-button-wrapper.hfe-input-focus {
display: flex;
}
.hfe-search-form__container .hfe-search-submit {
min-width: 3%;
position:relative;
}
.hfe-search-form__container button#clear,
.hfe-search-icon-toggle button#clear {
visibility: hidden;
position: absolute;
right:0; 
top:0;
padding: 0 8px;
font-style: normal;
user-select: none;
cursor: pointer;
bottom:0;
margin-right:10px;
background-color: transparent;
}
.hfe-search-button-wrapper input[type="search"]::-webkit-search-decoration,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-cancel-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-decoration { 
display: none; 
}
.hfe-search-form__container button#clear-with-button{
visibility: hidden;
position: absolute;
top: 0;
padding: 0 8px;
font-style: normal;
font-size: 1.2em;
user-select: none;
cursor: pointer;
bottom:0;
background-color: transparent;
}
.hfe-search-button-wrapper, 
.hfe-search-form__container,
.hfe-search-icon-toggle,
.hfe-search-button-wrapper .hfe-search-icon-toggle i,
.hfe-search-button-wrapper .hfe-search-icon-toggle i:before {
position: relative;
}
.hfe-search-button-wrapper .hfe-search-icon-toggle .hfe-search-form__input {
position: absolute;
width: 0;
right: 0;
background-color: transparent;
}
.hfe-search-icon-toggle {
width: 100%!important;
}
.hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle .hfe-search-form__input{
position: absolute;
width: 250px;
right: 0;
}
.hfe-search-layout-text .hfe-search-form__container,
.hfe-search-layout-icon_text .hfe-search-form__container,
.hfe-search-layout-text .hfe-search-form__container .hfe-search-form__input,
.hfe-search-layout-icon_text .hfe-search-form__container .hfe-search-form__input {
width: 100%;
}
.hfe-search-icon-toggle {
line-height: 1.5;
} .hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before  {
width: 100%;
left: 0;
opacity:1;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
bottom: 0px;
opacity:1;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: 0px;
opacity: 1;
}
.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
height: 3px;
width: 100%;
left: 0;
opacity: 1;
}
.hfe-pointer__framed.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__framed.hfe-animation__shrink .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.hfe-pointer__framed.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:before, .hfe-pointer__underline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
opacity:1;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
border-width:3px;
width:100%;
opacity:1;
height:100%;
} .hfe-scroll-to-top-wrap.hfe-scroll-to-top-hide {
display: none;
}
.hfe-scroll-to-top-wrap.edit-mode,
.hfe-scroll-to-top-wrap.single-page-off {
display: none !important;
}
.hfe-scroll-to-top-button {
position:fixed;
right:15px;
bottom:15px;
z-index:9999;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-webkit-align-items:center;
align-items:center;
-ms-flex-align:center;
-webkit-box-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
justify-content:center;
width:50px;
height:50px;
border-radius:50px;
background-color:#000000;
color:#fff;
text-align:center;
opacity:1;
cursor:pointer;
-webkit-transition:all .3s;
transition:all .3s;
}
.hfe-scroll-to-top-button i {
color:#fff;
font-size:16px;
} ul.hfe-breadcrumbs {
display:block;
margin:0;
padding:0;
list-style:none
}
ul.hfe-breadcrumbs li {
display: inline-block;
margin-right: 10px;
vertical-align: middle;
}
ul.hfe-breadcrumbs li:last-child {
margin:0;
}
ul.hfe-breadcrumbs li a,
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-separator-icon,
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text{
display:block;
}
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text{
-webkit-transition:all .4s;
transition:all .4s;
}
span.hfe-breadcrumbs-home-icon{
margin-right:10px;
align-content: center;
}
.hfe-breadcrumbs-first a {
align-content: center;
}
.hfe-breadcrumbs-separator-icon i, 
.hfe-breadcrumbs-separator-icon svg,
.hfe-breadcrumbs-home-icon i,
.hfe-breadcrumbs-home-icon svg {
width: 1em;
height: 1em;
position: relative;
display: block;
}
ul.hfe-breadcrumbs-show-home li.hfe-breadcrumbs-first {
display: inline-flex;
} ul.hfe-post-info-items {
list-style: none;
margin: 0;
padding: 0;
}
ul.hfe-post-info-inline.hfe-post-info-items {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
li.hfe-post-info-item {
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
li.hfe-post-info-item,
li.hfe-post-info-item > a {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
}
.hfe-post-info-inline.hfe-post-info-items .hfe-post-info-item {
margin-right: 8px;
margin-left: 8px;
}
.hfe-post-info-inline .hfe-post-info-item:not(:last-child):after {
position: relative;
right: -8px;
}
.hfe-post-info-inline.hfe-post-info-items {
margin-right: -8px;
margin-left: -8px;
}
.hfe-post-info-icon svg {
display: block;
}
.hfe-post-info-layout-traditional .hfe-post-info-item:not(:last-child):after {
position: absolute;
bottom: 0;
width: 100%;
left: 0;
}
.hfe-post-info-layout-traditional .hfe-post-info-item:not(:last-child) {
position: relative;
} .hfe-icon-wrap .hfe-icon svg {
height: 100%;
width: 100%;
}
body .elementor .hfe-button-wrapper a {
text-decoration: none;
}
.hfe-button-wrapper {
border-radius: 3px;
}
.hfe-reading-progress-bar{
height: 4px;
}.wp-block-spectra-pro-login{border-radius:3px;border-style:solid;border-width:1px;box-sizing:border-box;margin:auto;padding:30px 40px;transition:all .3s ease}.wp-block-spectra-pro-login .spectra-pro-login-form__user-login,.wp-block-spectra-pro-login .spectra-pro-login-form__user-pass{margin-bottom:20px;position:relative}.wp-block-spectra-pro-login .spectra-pro-login-form__user-login label,.wp-block-spectra-pro-login .spectra-pro-login-form__user-pass label{display:block;font-size:14px;font-weight:400;line-height:22px;margin-bottom:5px;width:100%}.wp-block-spectra-pro-login .spectra-pro-login-form__user-login input,.wp-block-spectra-pro-login .spectra-pro-login-form__user-pass input{background:#fff;border:1px solid #e6e7e9;border-radius:3px;box-sizing:border-box;display:block;font-size:14px;font-weight:400;line-height:20px;outline:unset;padding:11px 15px;width:100%}.wp-block-spectra-pro-login .spectra-pro-login-form__user-login input::-moz-placeholder,.wp-block-spectra-pro-login .spectra-pro-login-form__user-pass input::-moz-placeholder{color:#959595;opacity:1}.wp-block-spectra-pro-login .spectra-pro-login-form__user-login input::placeholder,.wp-block-spectra-pro-login .spectra-pro-login-form__user-pass input::placeholder{color:#959595;opacity:1}.wp-block-spectra-pro-login .spectra-pro-login-form__user-login input:-ms-input-placeholder,.wp-block-spectra-pro-login .spectra-pro-login-form__user-pass input:-ms-input-placeholder{color:#959595}.wp-block-spectra-pro-login .spectra-pro-login-form__user-login input::-ms-input-placeholder,.wp-block-spectra-pro-login .spectra-pro-login-form__user-pass input::-ms-input-placeholder{color:#959595}.wp-block-spectra-pro-login .spectra-pro-login-form__user-login .spectra-pro-login-form-pass-wrap,.wp-block-spectra-pro-login .spectra-pro-login-form__user-pass .spectra-pro-login-form-pass-wrap{position:relative}.wp-block-spectra-pro-login .spectra-pro-login-form__user-login .spectra-pro-login-form-pass-wrap input,.wp-block-spectra-pro-login .spectra-pro-login-form__user-pass .spectra-pro-login-form-pass-wrap input{padding-right:40px}.wp-block-spectra-pro-login .spectra-pro-login-form__user-login .spectra-pro-login-form-pass-wrap button,.wp-block-spectra-pro-login .spectra-pro-login-form__user-pass .spectra-pro-login-form-pass-wrap button{align-items:center;background:transparent;border:none;color:#959595;display:flex;height:100%;justify-content:center;padding:0!important;position:absolute;right:0;text-decoration:none;top:0;width:40px}.wp-block-spectra-pro-login .spectra-pro-login-form__user-login .spectra-pro-login-form-pass-wrap button span,.wp-block-spectra-pro-login .spectra-pro-login-form__user-pass .spectra-pro-login-form-pass-wrap button span{height:unset;width:unset}.wp-block-spectra-pro-login .spectra-pro-login-form__recaptcha{margin-bottom:20px}.wp-block-spectra-pro-login .spectra-pro-login-form-rememberme{align-items:center;display:flex;justify-content:center}.wp-block-spectra-pro-login .spectra-pro-login-form .spectra-pro-login-form__field-error-message{color:#ef4444;font-size:13px;left:0;position:absolute;top:100%;width:100%}.wp-block-spectra-pro-login .spectra-pro-login-form .spectra-pro-login-form-pass-wrap--have-icon,.wp-block-spectra-pro-login .spectra-pro-login-form .spectra-pro-login-form-username-wrap--have-icon{position:relative}.wp-block-spectra-pro-login .spectra-pro-login-form .spectra-pro-login-form-pass-wrap--have-icon>svg,.wp-block-spectra-pro-login .spectra-pro-login-form .spectra-pro-login-form-username-wrap--have-icon>svg{align-items:center;border-right:solid #e5e5e5;border-width:1px;bottom:2px;box-sizing:content-box;display:inline-flex;height:calc(100% - 4px);left:2px;padding:0 10px;position:absolute;top:2px;width:15px}.wp-block-spectra-pro-login .spectra-pro-login-form .spectra-pro-login-form-pass-wrap--have-icon input:not([type=checkbox]):not([type=radio]):not([type=file]),.wp-block-spectra-pro-login .spectra-pro-login-form .spectra-pro-login-form-username-wrap--have-icon input:not([type=checkbox]):not([type=radio]):not([type=file]){padding-left:40px}.wp-block-spectra-pro-login .spectra-pro-login-form__forgetmenot{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.wp-block-spectra-pro-login .spectra-pro-login-form__forgetmenot input[type=checkbox]{border-radius:2px;border-style:solid;border-width:1px}.wp-block-spectra-pro-login .spectra-pro-login-form__forgetmenot label{font-size:14px;font-weight:400;line-height:22px;margin-left:5px}.wp-block-spectra-pro-login .spectra-pro-login-form__forgetmenot .spectra-pro-login-form-forgot-password{font-size:14px;font-weight:400}.wp-block-spectra-pro-login .spectra-pro-login-form__forgetmenot .spectra-pro-login-form-forgot-password>a{cursor:pointer}.wp-block-spectra-pro-login .spectra-pro-login-form__submit{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.wp-block-spectra-pro-login .spectra-pro-login-form__submit .spectra-pro-login-form-register{display:inline-block;font-size:14px;font-weight:400}.wp-block-spectra-pro-login .spectra-pro-login-form__submit .spectra-pro-login-form-submit-button{align-items:center;cursor:pointer;display:flex;justify-content:center;transition:all .3s ease}.wp-block-spectra-pro-login .spectra-pro-login-form__submit .spectra-pro-login-form-submit-button>svg{fill:#fff;height:15px;width:15px}.wp-block-spectra-pro-login__footer .wp-block-spectra-pro-login-info{font-size:14px;font-weight:400;line-height:20px;margin:0;text-align:center}.wp-block-spectra-pro-login .spectra-pro-login-form-status{border-radius:4px;display:block;font-size:14px;margin-bottom:15px;margin-top:15px;width:100%}.wp-block-spectra-pro-login .spectra-pro-login-form-status__success{background-color:#d4edda;border-left:3px solid #28a745;color:#155724;padding:10px 15px}.wp-block-spectra-pro-login .spectra-pro-login-form-status__error,.wp-block-spectra-pro-login .spectra-pro-login-form-status__error-item{background-color:#f8d7da;border-left:3px solid #dc3545;color:#721c24;padding:10px 15px}.wp-block-spectra-pro-login .spectra-pro-login-form-status__error-item{margin-bottom:10px}.spectra-pro-login-form-rememberme{cursor:pointer;display:block;font-size:22px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.spectra-pro-login-form-rememberme label{align-items:center;display:flex;margin-left:0!important}.spectra-pro-login-form-rememberme input[type=checkbox]{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.spectra-pro-login-form-rememberme__checkmark{align-items:center;background-color:#fff;border-radius:3px;border-style:solid;border-width:1px;display:flex;height:25px;justify-content:center;margin-right:10px;position:relative;width:25px}.spectra-pro-login-form-rememberme__checkmark:after{content:"";display:none}.spectra-pro-login-form-rememberme input[type=checkbox]:checked~.spectra-pro-login-form-rememberme__checkmark:after{display:block}.spectra-pro-login-form-rememberme .spectra-pro-login-form-rememberme__checkmark:after{box-sizing:content-box;color:#000;content:"✔";cursor:pointer;font-size:20.8333333333px;font-weight:500;text-align:center}.spectra-pro-login-form-pass-wrap button{margin-right:5px}html[dir=rtl] .spectra-pro-login-form-rememberme__checkmark{margin-left:10px;margin-right:0}html[dir=rtl] .wp-block-spectra-pro-login .spectra-pro-login-form__user-pass .spectra-pro-login-form-pass-wrap input{padding-left:40px;padding-right:15px}html[dir=rtl] .wp-block-spectra-pro-login .spectra-pro-login-form__user-login .spectra-pro-login-form-username-wrap--have-icon input,html[dir=rtl] .wp-block-spectra-pro-login .spectra-pro-login-form__user-pass .spectra-pro-login-form-pass-wrap--have-icon input{padding-left:15px;padding-right:40px}html[dir=rtl] .wp-block-spectra-pro-login .spectra-pro-login-form-pass-wrap--have-icon>svg,html[dir=rtl] .wp-block-spectra-pro-login .spectra-pro-login-form-username-wrap--have-icon>svg{border-left:solid #e5e5e5;border-right-style:none;border-width:1px;left:auto;right:0}html[dir=rtl] .spectra-pro-login-form-pass-wrap button{margin-left:5px}html[dir=rtl] .wp-block-spectra-pro-login .spectra-pro-login-form__user-pass .spectra-pro-login-form-pass-wrap button{left:0;right:auto}html[dir=rtl] .wp-block-spectra-pro-login .spectra-pro-login-form__submit button{flex-direction:row-reverse}@keyframes rotating{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
.wp-block-spectra-pro-register{border-radius:3px;border-style:solid;border-width:1px;box-sizing:border-box;margin:auto;padding:30px 40px;transition:all .3s ease}.wp-block-spectra-pro-register .spectra-pro-register-form .required:after{color:#ef4444;content:" *"}.wp-block-spectra-pro-register .spectra-pro-register-form .wp-block-button .spectra-pro-register-form__submit{cursor:pointer;display:flex;justify-content:center;transition:all .3s ease}.wp-block-spectra-pro-register .spectra-pro-register-form .wp-block-button .spectra-pro-register-form__submit>span{margin-left:5px;text-decoration:none}.wp-block-spectra-pro-register .spectra-pro-register-form .wp-block-button .spectra-pro-register-form__submit>svg{fill:#fff;height:15px;width:15px}.wp-block-spectra-pro-register .spectra-pro-register-form__field-error-message,.wp-block-spectra-pro-register .spectra-pro-register-form__field-success-message{display:block;font-size:13px;font-style:normal;font-weight:400;left:0;letter-spacing:-.02em;line-height:16px;margin-top:3px;position:relative;right:0;top:100%}.wp-block-spectra-pro-register .spectra-pro-register-form__field-error-message{color:#ef4444;position:absolute}.wp-block-spectra-pro-register .spectra-pro-register-form__email,.wp-block-spectra-pro-register .spectra-pro-register-form__name,.wp-block-spectra-pro-register .spectra-pro-register-form__password,.wp-block-spectra-pro-register .spectra-pro-register-form__recaptcha,.wp-block-spectra-pro-register .spectra-pro-register-form__username{margin-bottom:22px;position:relative}.wp-block-spectra-pro-register .spectra-pro-register-form__email label,.wp-block-spectra-pro-register .spectra-pro-register-form__name label,.wp-block-spectra-pro-register .spectra-pro-register-form__password label,.wp-block-spectra-pro-register .spectra-pro-register-form__recaptcha label,.wp-block-spectra-pro-register .spectra-pro-register-form__username label{display:block;font-size:14px;font-weight:400;line-height:22px;margin-bottom:5px;width:100%}.wp-block-spectra-pro-register .spectra-pro-register-form__email input,.wp-block-spectra-pro-register .spectra-pro-register-form__name input,.wp-block-spectra-pro-register .spectra-pro-register-form__password input,.wp-block-spectra-pro-register .spectra-pro-register-form__recaptcha input,.wp-block-spectra-pro-register .spectra-pro-register-form__username input{background:#fff;border:1px solid #e6e7e9;border-radius:3px;box-sizing:border-box;display:block;font-size:14px;font-weight:400;line-height:20px;outline:unset;padding:11px 15px;width:100%}.wp-block-spectra-pro-register .spectra-pro-register-form__email input::-moz-placeholder,.wp-block-spectra-pro-register .spectra-pro-register-form__name input::-moz-placeholder,.wp-block-spectra-pro-register .spectra-pro-register-form__password input::-moz-placeholder,.wp-block-spectra-pro-register .spectra-pro-register-form__recaptcha input::-moz-placeholder,.wp-block-spectra-pro-register .spectra-pro-register-form__username input::-moz-placeholder{color:#959595;opacity:1}.wp-block-spectra-pro-register .spectra-pro-register-form__email input::placeholder,.wp-block-spectra-pro-register .spectra-pro-register-form__name input::placeholder,.wp-block-spectra-pro-register .spectra-pro-register-form__password input::placeholder,.wp-block-spectra-pro-register .spectra-pro-register-form__recaptcha input::placeholder,.wp-block-spectra-pro-register .spectra-pro-register-form__username input::placeholder{color:#959595;opacity:1}.wp-block-spectra-pro-register .spectra-pro-register-form__email input:-ms-input-placeholder,.wp-block-spectra-pro-register .spectra-pro-register-form__name input:-ms-input-placeholder,.wp-block-spectra-pro-register .spectra-pro-register-form__password input:-ms-input-placeholder,.wp-block-spectra-pro-register .spectra-pro-register-form__recaptcha input:-ms-input-placeholder,.wp-block-spectra-pro-register .spectra-pro-register-form__username input:-ms-input-placeholder{color:#959595}.wp-block-spectra-pro-register .spectra-pro-register-form__email input::-ms-input-placeholder,.wp-block-spectra-pro-register .spectra-pro-register-form__name input::-ms-input-placeholder,.wp-block-spectra-pro-register .spectra-pro-register-form__password input::-ms-input-placeholder,.wp-block-spectra-pro-register .spectra-pro-register-form__recaptcha input::-ms-input-placeholder,.wp-block-spectra-pro-register .spectra-pro-register-form__username input::-ms-input-placeholder{color:#959595}.wp-block-spectra-pro-register .spectra-pro-register-form__email input:not([type=checkbox]):not([type=radio]):not([type=file]),.wp-block-spectra-pro-register .spectra-pro-register-form__email select,.wp-block-spectra-pro-register .spectra-pro-register-form__name input:not([type=checkbox]):not([type=radio]):not([type=file]),.wp-block-spectra-pro-register .spectra-pro-register-form__name select,.wp-block-spectra-pro-register .spectra-pro-register-form__password input:not([type=checkbox]):not([type=radio]):not([type=file]),.wp-block-spectra-pro-register .spectra-pro-register-form__password select,.wp-block-spectra-pro-register .spectra-pro-register-form__recaptcha input:not([type=checkbox]):not([type=radio]):not([type=file]),.wp-block-spectra-pro-register .spectra-pro-register-form__recaptcha select,.wp-block-spectra-pro-register .spectra-pro-register-form__username input:not([type=checkbox]):not([type=radio]):not([type=file]),.wp-block-spectra-pro-register .spectra-pro-register-form__username select{box-sizing:border-box;width:100%}.wp-block-spectra-pro-register .spectra-pro-register-form__email input:not([type=checkbox]):not([type=radio]):not([type=file]),.wp-block-spectra-pro-register .spectra-pro-register-form__name input:not([type=checkbox]):not([type=radio]):not([type=file]),.wp-block-spectra-pro-register .spectra-pro-register-form__password input:not([type=checkbox]):not([type=radio]):not([type=file]),.wp-block-spectra-pro-register .spectra-pro-register-form__recaptcha input:not([type=checkbox]):not([type=radio]):not([type=file]),.wp-block-spectra-pro-register .spectra-pro-register-form__username input:not([type=checkbox]):not([type=radio]):not([type=file]){margin:0}.wp-block-spectra-pro-register .spectra-pro-register-form__password .spectra-pro-register-form__field-success-message{position:absolute}.wp-block-spectra-pro-register .spectra-pro-register-form__input-error{border-color:#ef4444!important}.wp-block-spectra-pro-register .spectra-pro-register-form__terms{margin-bottom:20px;position:relative}.wp-block-spectra-pro-register .spectra-pro-register-form__terms-label{display:block;font-size:14px;font-weight:400;line-height:22px;width:100%}.wp-block-spectra-pro-register .spectra-pro-register-form__terms-wrap{align-items:center;-moz-column-gap:10px;column-gap:10px;display:flex}.wp-block-spectra-pro-register .spectra-pro-register-form__terms-wrap label.spectra-pro-register-form__terms-label.spectra-pro-register-form__terms-label{margin-bottom:unset}.wp-block-spectra-pro-register .spectra-pro-register-form__terms input[type=checkbox]{border-radius:3px;border-style:solid;border-width:1px}.wp-block-spectra-pro-register .spectra-pro-register-form__field-wrapper{position:relative}.wp-block-spectra-pro-register .spectra-pro-register-form__field-wrapper>svg{align-items:center;border-bottom-right-radius:0!important;border-style:none;border-right:1px solid #e5e5e5;border-top-right-radius:0!important;box-sizing:content-box;display:inline-flex;height:calc(100% - 4px);left:2px;padding:0 10px;position:absolute;top:2px;width:15px}.wp-block-spectra-pro-register .spectra-pro-register-form__field-wrapper input:not([type=checkbox]):not([type=radio]):not([type=file]){padding-left:40px}.wp-block-spectra-pro-register .spectra-pro-register-form__footer .spectra-pro-register-login-info{font-size:14px;font-weight:400;line-height:20px;margin:0;text-align:center}.wp-block-spectra-pro-register .spectra-pro-register-form__social{display:flex}.wp-block-spectra-pro-register .spectra-pro-register-form__social button{-moz-column-gap:5px;column-gap:5px}.wp-block-spectra-pro-register .spectra-pro-register-form__social .required:after{color:#ef4444;content:" *"}.wp-block-spectra-pro-register .spectra-pro-register-form__social-google{align-items:center;background:#fff;border:1px solid #007cba;border-radius:3px;color:#007cba;cursor:pointer;display:flex;font-size:14px;font-weight:500;justify-content:center;line-height:16px;transition:all .8s ease}.wp-block-spectra-pro-register .spectra-pro-register-form__social-google svg{text-decoration:none}.wp-block-spectra-pro-register .spectra-pro-register-form__social-facebook{align-items:center;background:#fff;border:1px solid #007cba;border-radius:3px;color:#007cba;cursor:pointer;display:flex;font-size:14px;font-weight:500;justify-content:center;line-height:16px;transition:all .8s ease}.wp-block-spectra-pro-register .spectra-pro-register-form__social-facebook svg{margin-right:5px;text-decoration:none}.wp-block-spectra-pro-register .spectra-pro-register-form-status{border-radius:4px;font-size:14px;margin-bottom:15px;margin-top:15px}.wp-block-spectra-pro-register .spectra-pro-register-form-status .dashicons{margin-right:8px}.wp-block-spectra-pro-register .spectra-pro-register-form-status__success{background-color:#d4edda;border-left:2px solid #28a745;color:#155724;padding:10px 15px}.wp-block-spectra-pro-register .spectra-pro-register-form-status__error,.wp-block-spectra-pro-register .spectra-pro-register-form-status__error-item{background-color:#f8d7da;border-left:2px solid #ef4444;color:#721c24;padding:10px 15px}.wp-block-spectra-pro-register .spectra-pro-register-form-status__error-item{margin-bottom:5px}.spectra-pro-register-form__terms-checkbox{align-items:center;cursor:pointer;display:flex;font-size:22px;margin-bottom:0!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}.spectra-pro-register-form__terms-checkbox input[type=checkbox]{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.spectra-pro-register-form__terms-checkbox-checkmark{align-items:center;background-color:#fff;border-radius:3px;border-style:solid;border-width:1px;display:flex;height:20px;justify-content:center;position:relative;width:20px}.spectra-pro-register-form__terms-checkbox-checkmark:after{content:"";display:none}.spectra-pro-register-form__terms-checkbox input[type=checkbox]:checked~.spectra-pro-register-form__terms-checkbox-checkmark:after{display:block}.spectra-pro-register-form__terms-checkbox .spectra-pro-register-form__terms-checkbox-checkmark:after{box-sizing:content-box;color:#000;content:"✔";cursor:pointer;font-size:20.8333333333px;font-weight:500;text-align:center}html[dir=rtl] .wp-block-spectra-pro-register .spectra-pro-register-form .wp-block-button .spectra-pro-register-form__submit,html[dir=rtl] .wp-block-spectra-pro-register .spectra-pro-register-form__social button{flex-direction:row-reverse}html[dir=rtl] .wp-block-spectra-pro-register .spectra-pro-register-form__field-wrapper input{padding-right:40px}html[dir=rtl] .wp-block-spectra-pro-register .spectra-pro-register-form__field-wrapper>svg{border-style:none;border-left:1px solid #e5e5e5;left:auto;right:0}@keyframes rotating{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
.wp-block-uagb-instagram-feed{display:-ms-flex;display:-moz-flex;display:flex;flex-direction:column;justify-content:center}.spectra-ig-feed *{box-sizing:border-box}.spectra-ig-feed__layout--grid{display:-moz-grid;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.spectra-ig-feed__layout--grid-col-1{grid-template-columns:repeat(1,minmax(0,1fr))}.spectra-ig-feed__layout--grid-col-2{grid-template-columns:repeat(2,minmax(0,1fr))}.spectra-ig-feed__layout--grid-col-3{grid-template-columns:repeat(3,minmax(0,1fr))}.spectra-ig-feed__layout--grid-col-4{grid-template-columns:repeat(4,minmax(0,1fr))}.spectra-ig-feed__layout--grid-col-5{grid-template-columns:repeat(5,minmax(0,1fr))}.spectra-ig-feed__layout--grid-col-6{grid-template-columns:repeat(6,minmax(0,1fr))}.spectra-ig-feed__layout--grid-col-7{grid-template-columns:repeat(7,minmax(0,1fr))}.spectra-ig-feed__layout--grid-col-8{grid-template-columns:repeat(8,minmax(0,1fr))}.spectra-ig-feed__layout--grid+.spectra-ig-feed__control-wrapper .spectra-ig-feed__control-arrows:hover{background-color:transparent;transform:scale(1.5)}.spectra-ig-feed__layout--isogrid-col-1 .spectra-ig-feed__media-wrapper{width:100%}.spectra-ig-feed__layout--isogrid-col-2 .spectra-ig-feed__media-wrapper{width:50%}.spectra-ig-feed__layout--isogrid-col-3 .spectra-ig-feed__media-wrapper{width:33.33%}.spectra-ig-feed__layout--isogrid-col-4 .spectra-ig-feed__media-wrapper{width:25%}.spectra-ig-feed__layout--isogrid-col-5 .spectra-ig-feed__media-wrapper{width:20%}.spectra-ig-feed__layout--isogrid-col-6 .spectra-ig-feed__media-wrapper{width:16.66%}.spectra-ig-feed__layout--isogrid-col-7 .spectra-ig-feed__media-wrapper{width:14.28%}.spectra-ig-feed__layout--isogrid-col-8 .spectra-ig-feed__media-wrapper{width:12.5%}.spectra-ig-feed__layout--isogrid+.spectra-ig-feed__control-wrapper .spectra-ig-feed__control-arrows:hover{background-color:transparent;transform:scale(1.5)}.spectra-ig-feed__layout--masonry-col-1 .spectra-ig-feed__media-wrapper{width:100%}.spectra-ig-feed__layout--masonry-col-2 .spectra-ig-feed__media-wrapper{width:50%}.spectra-ig-feed__layout--masonry-col-3 .spectra-ig-feed__media-wrapper{width:33.33%}.spectra-ig-feed__layout--masonry-col-4 .spectra-ig-feed__media-wrapper{width:25%}.spectra-ig-feed__layout--masonry-col-5 .spectra-ig-feed__media-wrapper{width:20%}.spectra-ig-feed__layout--masonry-col-6 .spectra-ig-feed__media-wrapper{width:16.66%}.spectra-ig-feed__layout--masonry-col-7 .spectra-ig-feed__media-wrapper{width:14.28%}.spectra-ig-feed__layout--masonry-col-8 .spectra-ig-feed__media-wrapper{width:12.5%}.spectra-ig-feed__layout--carousel{width:100%}.spectra-ig-feed__layout--carousel .slick-initialized{visibility:visible}.spectra-ig-feed__layout--carousel .slick-slider{line-height:0}.spectra-ig-feed__layout--carousel .slick-slider .spectra-ig-feed__media-thumbnail-caption{line-height:normal}.spectra-ig-feed__layout--carousel .slick-track{align-items:center;display:flex}.spectra-ig-feed__layout--carousel .slick-dots{padding:0;position:relative!important}.spectra-ig-feed__layout--carousel .slick-dots li button,.spectra-ig-feed__layout--carousel .uagb-slick-carousel{padding:0}.spectra-ig-feed__media{overflow:hidden;position:relative;transition:box-shadow .25s}.spectra-ig-feed__media--flagged{cursor:not-allowed}.spectra-ig-feed__media--grid{aspect-ratio:1}.spectra-ig-feed__media--carouself,.spectra-ig-feed__media--masonry{width:100%}.spectra-ig-feed__media-thumbnail{transition:filter .5s,transform .5s;vertical-align:middle}.spectra-ig-feed__media-thumbnail--grid{height:100%!important;-o-object-fit:cover;object-fit:cover;width:100%!important}.spectra-ig-feed__media-thumbnail--carousel,.spectra-ig-feed__media-thumbnail--masonry{width:100%}.spectra-ig-feed__media-thumbnail-blurrer{height:100%!important;left:0;position:absolute;top:0;transition:box-shadow .25s,-webkit-backdrop-filter .5s;transition:box-shadow .25s,backdrop-filter .5s;transition:box-shadow .25s,backdrop-filter .5s,-webkit-backdrop-filter .5s;width:100%!important}.spectra-ig-feed__media-thumbnail-caption{transition-duration:.25s;transition-property:color,background-color,border-color}.spectra-ig-feed__media-thumbnail-caption--overlay{display:-ms-flex;display:-moz-flex;display:flex;height:100%;overflow:hidden;padding:1em;width:100%}.spectra-ig-feed__media-thumbnail-caption--bar-inside{max-height:90%;overflow:hidden;padding:1em;width:100%}.spectra-ig-feed__media-thumbnail-caption--bar-outside{overflow:hidden;padding:1em;width:100%}.spectra-ig-feed__media-thumbnail-caption-wrapper{transition:background-color .2s}.spectra-ig-feed__media-thumbnail-caption-wrapper--overlay{height:100%;left:0;position:absolute;top:0;width:100%}.spectra-ig-feed__media-thumbnail-caption-wrapper--bar-inside{display:flex;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.spectra-ig-feed__media-thumbnail-caption-wrapper--bar-outside{overflow:hidden;position:relative;width:100%}.spectra-ig-feed__media-thumbnail-caption img.emoji{transition:opacity .25s}.spectra-ig-feed__control-wrapper{display:-ms-flex;display:-moz-flex;display:flex;justify-content:center;width:100%}.spectra-ig-feed__control-arrows{align-items:center;background-color:transparent;cursor:pointer;display:-ms-flex;display:-moz-flex;display:flex;padding:0;transition-duration:.25s}.spectra-ig-feed__control-arrows:disabled{cursor:auto;opacity:.25}.spectra-ig-feed__control-arrows:focus{background-color:transparent}.spectra-ig-feed__control-arrows--grid{border:none}.spectra-ig-feed__control-arrows svg{transition-duration:.25s}.spectra-ig-feed__control-dots{align-items:center;display:-ms-flex;display:-moz-flex;display:flex;margin:0!important;padding:0!important}.spectra-ig-feed__control-dots li{cursor:pointer;display:inline-block;height:20px;margin:0;padding:0;position:relative;transition-duration:.25s;width:20px}.spectra-ig-feed__control-dots li:hover{background-color:transparent;transform:scale(1.5)}.spectra-ig-feed__control-dots li button{background:transparent;border:0;box-sizing:border-box;color:transparent;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;outline:none;padding:5px;transition-duration:.25s;width:20px}.spectra-ig-feed__control-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"•";font-family:none;font-size:30px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;transition-duration:.25s;width:20px}.spectra-ig-feed__control-dots li.spectra-ig-feed__control-dot--active button:before{opacity:.75}.spectra-ig-feed__control-loader{line-height:58px;margin:0 auto;min-height:58px;text-align:center;width:160px}.spectra-ig-feed__control-loader div{animation:sk-bouncedelay 1.4s ease-in-out infinite both;border-radius:100%;display:inline-block}.spectra-ig-feed__control-loader div.spectra-ig-feed__control-loader--1{animation-delay:-.32s}.spectra-ig-feed__control-loader div.spectra-ig-feed__control-loader--2{animation-delay:-.16s}.spectra-ig-feed__control-button{cursor:pointer;transition-duration:.25s}.spectra-ig-feed__control-button.disabled{opacity:.25;pointer-events:none}@media(max-width:976px){.spectra-ig-feed__layout--grid-col-tab-1{grid-template-columns:repeat(1,minmax(0,1fr))}.spectra-ig-feed__layout--grid-col-tab-2{grid-template-columns:repeat(2,minmax(0,1fr))}.spectra-ig-feed__layout--grid-col-tab-3{grid-template-columns:repeat(3,minmax(0,1fr))}.spectra-ig-feed__layout--grid-col-tab-4{grid-template-columns:repeat(4,minmax(0,1fr))}.spectra-ig-feed__layout--grid-col-tab-5{grid-template-columns:repeat(5,minmax(0,1fr))}.spectra-ig-feed__layout--grid-col-tab-6{grid-template-columns:repeat(6,minmax(0,1fr))}.spectra-ig-feed__layout--grid-col-tab-7{grid-template-columns:repeat(7,minmax(0,1fr))}.spectra-ig-feed__layout--grid-col-tab-8{grid-template-columns:repeat(8,minmax(0,1fr))}.spectra-ig-feed__layout--masonry-col-tab-1 .spectra-ig-feed__media-wrapper{width:100%}.spectra-ig-feed__layout--masonry-col-tab-2 .spectra-ig-feed__media-wrapper{width:50%}.spectra-ig-feed__layout--masonry-col-tab-3 .spectra-ig-feed__media-wrapper{width:33.33%}.spectra-ig-feed__layout--masonry-col-tab-4 .spectra-ig-feed__media-wrapper{width:25%}.spectra-ig-feed__layout--masonry-col-tab-5 .spectra-ig-feed__media-wrapper{width:20%}.spectra-ig-feed__layout--masonry-col-tab-6 .spectra-ig-feed__media-wrapper{width:16.66%}.spectra-ig-feed__layout--masonry-col-tab-7 .spectra-ig-feed__media-wrapper{width:14.28%}.spectra-ig-feed__layout--masonry-col-tab-8 .spectra-ig-feed__media-wrapper{width:12.5%}}@media(max-width:767px){.spectra-ig-feed__layout--grid-col-mob-1{grid-template-columns:repeat(1,minmax(0,1fr))}.spectra-ig-feed__layout--grid-col-mob-2{grid-template-columns:repeat(2,minmax(0,1fr))}.spectra-ig-feed__layout--grid-col-mob-3{grid-template-columns:repeat(3,minmax(0,1fr))}.spectra-ig-feed__layout--grid-col-mob-4{grid-template-columns:repeat(4,minmax(0,1fr))}.spectra-ig-feed__layout--grid-col-mob-5{grid-template-columns:repeat(5,minmax(0,1fr))}.spectra-ig-feed__layout--grid-col-mob-6{grid-template-columns:repeat(6,minmax(0,1fr))}.spectra-ig-feed__layout--grid-col-mob-7{grid-template-columns:repeat(7,minmax(0,1fr))}.spectra-ig-feed__layout--grid-col-mob-8{grid-template-columns:repeat(8,minmax(0,1fr))}.spectra-ig-feed__layout--masonry-col-mob-1 .spectra-ig-feed__media-wrapper{width:100%}.spectra-ig-feed__layout--masonry-col-mob-2 .spectra-ig-feed__media-wrapper{width:50%}.spectra-ig-feed__layout--masonry-col-mob-3 .spectra-ig-feed__media-wrapper{width:33.33%}.spectra-ig-feed__layout--masonry-col-mob-4 .spectra-ig-feed__media-wrapper{width:25%}.spectra-ig-feed__layout--masonry-col-mob-5 .spectra-ig-feed__media-wrapper{width:20%}.spectra-ig-feed__layout--masonry-col-mob-6 .spectra-ig-feed__media-wrapper{width:16.66%}.spectra-ig-feed__layout--masonry-col-mob-7 .spectra-ig-feed__media-wrapper{width:14.28%}.spectra-ig-feed__layout--masonry-col-mob-8 .spectra-ig-feed__media-wrapper{width:12.5%}}@keyframes sk-bouncedelay{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}
.uagb-effect-1 .uagb-modal-popup-wrap{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0;transform:scale(.7)}.uagb-effect-1.active .uagb-modal-popup-wrap{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1;transform:scale(1);transition:all .3s}.uagb-effect-2 .uagb-modal-popup-wrap{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0;transform:translateX(20%)}.uagb-effect-2.active .uagb-modal-popup-wrap{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1;transform:translateX(0);transition:all .3s cubic-bezier(.25,.5,.5,.9)}.uagb-effect-3 .uagb-modal-popup-wrap{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0;transform:translateX(20%)}.uagb-effect-3.uagb-modal-type-left-off-canvas .uagb-modal-popup-wrap{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0;transform:translateX(-20%)}.uagb-effect-3.active .uagb-modal-popup-wrap{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1;transform:translateX(0);transition:all .3s}.uagb-effect-5 .uagb-modal-popup-wrap{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0;transform:translateY(-200%)}.uagb-effect-5.active .uagb-modal-popup-wrap{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1;transform:translateY(0);transition:all .5s .1s}.uagb-modal-popup button.uagb-modal-popup-close .uagb-modal-popup .uagb-modal-popup-close{background:#575656}.uagb-modal-popup.uagb-modal-type-left-off-canvas .uagb-modal-popup-wrap{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;border-top-left-radius:0!important;border-top-right-radius:0!important;height:100%!important;max-height:100%!important}.uagb-modal-popup.uagb-modal-type-left-off-canvas.active{justify-content:left}.uagb-modal-popup.uagb-modal-type-left-off-canvas.active .uagb-modal-popup-close{top:0!important}.uagb-modal-popup.uagb-modal-type-left-off-canvas.active .uagb-modal-popup-close:not(.window-top-right){height:40px;justify-content:center;left:100%;right:unset!important;text-align:center;width:40px}.uagb-modal-popup.uagb-modal-type-right-off-canvas .uagb-modal-popup-wrap{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;border-top-left-radius:0!important;border-top-right-radius:0!important;height:100%!important;max-height:100%!important}.uagb-modal-popup.uagb-modal-type-right-off-canvas.active{justify-content:right}.uagb-modal-popup.uagb-modal-type-right-off-canvas.active .uagb-modal-popup-close{top:0!important}.uagb-modal-popup.uagb-modal-type-right-off-canvas.active .uagb-modal-popup-close:not(.window-top-left){height:40px;justify-content:center;left:unset!important;right:100%;text-align:center;width:40px}.uagb-modal-popup.uagb-modal-position-top-left.active{align-items:flex-start;justify-content:flex-start}.uagb-modal-popup.uagb-modal-position-top-left.active .uagb-modal-popup-close:not(.window-top-right){left:100%;top:0!important}.uagb-modal-popup.uagb-modal-position-top-right.active{align-items:flex-start;justify-content:flex-end}.uagb-modal-popup.uagb-modal-position-top-right.active .uagb-modal-popup-close:not(.window-top-left){right:100%;top:0!important}.uagb-modal-popup.uagb-modal-position-bottom-left.active{align-items:flex-end;justify-content:flex-start}.uagb-modal-popup.uagb-modal-position-bottom-left.active .uagb-modal-popup-close:not(.window-top-left),.uagb-modal-popup.uagb-modal-position-bottom-left.active .uagb-modal-popup-close:not(.window-top-right){left:100%}.uagb-modal-popup.uagb-modal-position-bottom-right.active{align-items:flex-end;justify-content:flex-end}.uagb-modal-popup.uagb-modal-position-bottom-right.active .uagb-modal-popup-close:not(.window-top-left),.uagb-modal-popup.uagb-modal-position-bottom-right.active .uagb-modal-popup-close:not(.window-top-right){right:100%}.uagb-modal-popup.active .uagb-modal-popup-close.window-top-right{left:unset!important;right:25px!important;top:25px!important}.uagb-modal-popup.active .uagb-modal-popup-close.window-top-left{left:25px!important;right:unset!important;top:25px!important}
.uagb-loop-container{display:flex;flex-wrap:wrap}.uagb-loop-container .uagb-loop-post{display:flex}.uagb-loop-container .uagb-loop-post .uagb-loop-post-inner{display:flex;width:100%}.uagb-loop-container .uagb-loop-post .uagb-loop-post-inner .uagb-is-root-container{width:100%}
.wp-block-uagb-loop-search:not(.woocommerce-js) input[type=text]{--tw-ring-color:#d1d5db;--tw-ring-shadow:unset;border:1px solid #d1d5db;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;box-sizing:border-box;height:auto;line-height:2;max-width:100%;outline:0}.wp-block-uagb-loop-search:not(.woocommerce-js) input[type=text]:focus,.wp-block-uagb-loop-search:not(.woocommerce-js) input[type=text]:where(:not([type])):focus{--tw-ring-color:#d1d5db;--tw-ring-shadow:unset;border-color:#d1d5db;border-style:solid;height:auto;outline:0}.wp-block-uagb-loop-search:not(.woocommerce-js) input[type=text]::-webkit-input-placeholder,.wp-block-uagb-loop-search:not(.woocommerce-js) input[type=text][type=text]::-webkit-input-placeholder{overflow:unset}.wp-block-uagb-loop-search:not(.woocommerce-js) input[type=text]::-moz-placeholder{opacity:1}
.wp-block-uagb-loop-sort:not(.woocommerce-js) select:focus,.wp-block-uagb-loop-sort:not(.woocommerce-js) select:hover{border-color:#d1d5db;box-shadow:unset}.wp-block-uagb-loop-sort:not(.woocommerce-js) select{-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:transparent;background-size:16px 100%,0;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Im02IDkgNiA2IDYtNiIvPjwvc3ZnPg==) no-repeat calc(100% - 6px) 50%,#fff;border-color:#d1d5db;border-radius:6px;box-shadow:unset;box-sizing:border-box;height:auto;line-height:2;max-width:100%;outline:0}.woocommerce-js .wp-block-uagb-loop-sort select{line-height:2}
.wp-block-uagb-loop-category:not(.woocommerce-js) select:focus,.wp-block-uagb-loop-category:not(.woocommerce-js) select:hover{border-color:#d1d5db;box-shadow:unset}.wp-block-uagb-loop-category:not(.woocommerce-js) select{-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:transparent;background-size:16px 100%,0;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Im02IDkgNiA2IDYtNiIvPjwvc3ZnPg==) no-repeat calc(100% - 6px) 50%,#fff;border-color:#d1d5db;border-radius:6px;box-shadow:unset;box-sizing:border-box;height:auto;line-height:2;max-width:100%;outline:0}.wp-block-uagb-loop-category.uagb-loop-category-type-checkbox.uagb-loop-category-layout-inline{-moz-column-gap:5px;column-gap:5px;row-gap:5px}.wp-block-uagb-loop-category.uagb-loop-category-type-checkbox.uagb-loop-category-layout-inline .uagb-cat-checkbox-item,.wp-block-uagb-loop-category.uagb-loop-category-type-checkbox.uagb-loop-category-layout-inline .uagb-cat-checkbox-option{align-items:baseline;display:flex;margin:0}.wp-block-uagb-loop-category.uagb-loop-category-type-checkbox.uagb-loop-category-layout-stack{-moz-column-gap:5px;column-gap:5px}.wp-block-uagb-loop-category.uagb-loop-category-type-checkbox.uagb-loop-category-layout-stack .uagb-cat-checkbox-item,.wp-block-uagb-loop-category.uagb-loop-category-type-checkbox.uagb-loop-category-layout-stack .uagb-cat-checkbox-option{align-items:baseline;display:flex;margin:0}.wp-block-uagb-loop-category.uagb-loop-category-type-checkbox .uagb-cat-checkbox-option{align-items:baseline;display:flex}.wp-block-uagb-loop-category.uagb-loop-category-type-checkbox .uagb-cat-checkbox-item .uagb-cat-checkbox{cursor:pointer}.wp-block-uagb-loop-category .uagb-loop-category-inner .custom-button{border-radius:5px;display:inline-block;margin:10px}.wp-block-uagb-loop-category .uagb-loop-category-inner .button-link{color:#fff;text-decoration:none}.wp-block-uagb-loop-category .uagb-loop-category-inner .button-text{font-size:16px}.woocommerce-js .wp-block-uagb-loop-category select{line-height:2}
.block-editor-block-inspector__dynamic-content-inner-wrap{display:flex;flex-direction:column;row-gap:25px}.block-editor-block-inspector__dynamic-content:not(.uagb-inspector-dynamic-image,.uagb-inspector-dynamic-textlink).block-editor-block-inspector__dynamic-content.is-opened{border-bottom:1px solid #e0e0e0!important}.block-editor-block-inspector__dynamic-content:not(.uagb-inspector-dynamic-image,.uagb-inspector-dynamic-textlink).block-editor-block-inspector__dynamic-content.is-opened .components-panel__body-title{margin-bottom:16px!important}.block-editor-block-inspector__dynamic-content.uagb-inspector-dynamic-imagelink{display:flex;flex-direction:column;margin-top:30px;row-gap:25px}.block-editor-block-inspector__dynamic-content .spectra-auto-suggest-text-control label{margin-bottom:0!important}.block-editor-block-inspector__dynamic-content .components-base-control__label,.block-editor-block-inspector__dynamic-content .components-input-control__label,.block-editor-block-inspector__dynamic-content .components-toggle-control__label{font-size:13px!important;font-weight:unset!important;text-transform:unset!important}.block-editor-block-inspector__dynamic-content.uagb-inspector-dynamic-image,.block-editor-block-inspector__dynamic-content.uagb-inspector-dynamic-textlink{display:flex;flex-direction:column;row-gap:25px}.block-editor-block-inspector__dynamic-content.uagb-inspector-dynamic-image{margin-top:25px}.block-editor-block-inspector__dynamic-content .spectra-dynamic-content-fields{display:flex;flex-direction:column;row-gap:25px}.block-editor-block-inspector__dynamic-content .components-base-control,.block-editor-block-inspector__dynamic-content .spectra-auto-suggest-text-control,.block-editor-block-inspector__dynamic-content .uagb-select-control--layout-inline .components-select-control{margin-bottom:0!important}.block-editor-block-inspector__dynamic-content .uagb-select-control--layout-inline .components-select-control{gap:0!important}.block-editor-block-inspector__dynamic-content .components-base-control__field{margin-bottom:0!important;padding-top:0!important}.block-editor-block-inspector__dynamic-content .components-base-control__help{color:#a4afb7;font-size:12px;font-style:italic;margin-bottom:0}.block-editor-block-inspector__dynamic-content .components-base-control.uagb-inline-text-control .components-base-control__field{color:#50575e;display:grid;grid-template-columns:50% 50%}.block-editor-block-inspector__dynamic-content .components-base-control.uagb-inline-text-control .components-base-control__field .components-text-control__input{border-color:#e6e7e9}.block-editor-block-inspector__dynamic-content .components-base-control.uagb-inline-text-control .components-base-control__field .components-base-control__label{align-self:center;margin-bottom:0}.block-editor-block-inspector__dynamic-content .components-toggle-control .components-base-control__field .components-flex{align-items:center;flex-direction:row-reverse;justify-content:space-between}.block-editor-block-inspector__dynamic-content .components-toggle-control .components-base-control__field .components-flex .components-form-toggle{margin-right:0}.block-editor-block-inspector__dynamic-content .components-text-control__input{padding:6px 8px!important}.block-editor-block-inspector__dynamic-content .components-toggle-control__label{line-height:0}.block-editor-block-inspector__dynamic-content.is-opened button.components-button.components-panel__body-toggle{border-bottom:1px solid #007cba;border-top:1px solid #007cba;color:#007cba}.block-editor-block-inspector__dynamic-content.is-opened button.components-button.components-panel__body-toggle .components-panel__arrow{color:#007cba}.block-editor-block-inspector__dynamic-content ul.spectra-auto-suggest-text-control__lists{left:0;position:absolute;right:0;top:100%;width:100%}.spectra-pro-dc-button{align-items:center!important;background:#fff;border:1px solid #007cba;border-radius:2px!important;box-shadow:none!important;color:#007cba!important;display:flex!important;height:34px;justify-content:center!important;width:100%}div.spectra-pro-dc-toolbar{border:0;border-radius:0;border-right:1px solid #1e1e1e}div.spectra-pro-dc-toolbar .components-button{border-radius:0}div.spectra-pro-dc-toolbar .components-button:focus:before{box-shadow:none;outline:none}div.spectra-pro-dc-toolbar .components-toolbar-button svg{stroke:currentColor;stroke-width:1.4;fill:none}div.spectra-pro-dc-toolbar .components-toolbar-button.is-primary svg{stroke:#fff}.components-toolbar-group:has(.block-editor-block-toolbar__slot:empty){display:none}.block-editor-block-popover__dynamic-content{height:auto!important;max-height:auto!important}.block-editor-block-popover__dynamic-content .components-base-control,.block-editor-block-popover__dynamic-content .spectra-auto-suggest-text-control,.block-editor-block-popover__dynamic-content .uagb-select-control--layout-inline .components-select-control{margin-bottom:0}.block-editor-block-popover__dynamic-content .uagb-select-control--layout-inline .components-select-control{gap:0!important}.block-editor-block-popover__dynamic-content .block-editor-url-popover__row{flex-direction:column;height:auto!important;max-height:auto!important}.block-editor-block-popover__dynamic-content .block-editor-url-popover__row .components-panel__body{border:0;-moz-column-gap:25px;column-gap:25px;display:flex;flex-direction:column;padding:0;row-gap:25px}.block-editor-block-popover__dynamic-content .block-editor-url-popover__row .components-panel__body .components-base-control__field{padding:0}.block-editor-block-popover__dynamic-content .block-editor-url-popover__row .components-panel__body .components-panel__body-title{line-height:1;margin:0}.block-editor-block-popover__dynamic-content .block-editor-url-popover__row .components-panel__body .components-panel__body-title:hover{background:none}.block-editor-block-popover__dynamic-content .block-editor-url-popover__row .components-panel__body .components-panel__body-title .components-button{color:#50575e;font-weight:400;padding:0}.block-editor-block-popover__dynamic-content .block-editor-url-popover__row .components-panel__body .components-panel__body-title .components-button:focus{box-shadow:none;outline:none}.block-editor-block-popover__dynamic-content .block-editor-url-popover__row .components-panel__body .components-panel__body-title .components-button .components-panel__arrow{color:#50575e}body.rtl .block-editor-block-popover__dynamic-content .block-editor-url-popover__row .components-panel__body .components-panel__body-title .components-button .components-panel__arrow{left:0}body:not(.rtl) .block-editor-block-popover__dynamic-content .block-editor-url-popover__row .components-panel__body .components-panel__body-title .components-button .components-panel__arrow{right:0}.block-editor-block-popover__dynamic-content .components-popover__content{border:1px solid #1d2327;border-radius:1px}.block-editor-block-popover__dynamic-content .spectra-dynamic-content-fields{display:flex;flex-direction:column;max-height:auto!important;min-width:280px;padding:20px;row-gap:25px}.block-editor-block-popover__dynamic-content .spectra-pro-dc-button{margin:0 auto 20px;width:calc(100% - 40px)}.block-editor-block-popover__dynamic-content .components-toggle-control .components-base-control__field{margin-bottom:8px}.block-editor-block-popover__dynamic-content .components-toggle-control .components-base-control__field .components-flex{align-items:center;flex-direction:row-reverse;justify-content:space-between}.block-editor-block-popover__dynamic-content .components-toggle-control .components-base-control__field .components-flex .components-form-toggle{margin-right:0}.block-editor-block-popover__dynamic-content .components-toggle-control__label{line-height:0}.block-editor-block-popover__dynamic-content .components-base-control__label,.block-editor-block-popover__dynamic-content .components-input-control__label,.block-editor-block-popover__dynamic-content .components-toggle-control__label{font-size:13px!important;font-weight:unset!important;text-transform:unset!important}.block-editor-block-popover__dynamic-content .components-button-group{-moz-column-gap:10px;column-gap:10px;display:flex}.block-editor-block-popover__dynamic-content .components-base-control.uagb-inline-text-control .components-base-control__field{color:#50575e;display:grid;grid-template-columns:50% 50%}.block-editor-block-popover__dynamic-content .components-base-control.uagb-inline-text-control .components-base-control__field .components-text-control__input{border-color:#e6e7e9}.block-editor-block-popover__dynamic-content .components-base-control.uagb-inline-text-control .components-base-control__field .components-text-control__input:hover{border-color:#959595}.block-editor-block-popover__dynamic-content .components-base-control.uagb-inline-text-control .components-base-control__field .components-text-control__input:focus{box-shadow:none;outline:1px solid #959595;outline-offset:-1px;z-index:1}.block-editor-block-popover__dynamic-content .components-base-control.uagb-inline-text-control .components-base-control__field .components-base-control__label{align-self:center;margin-bottom:0}.block-editor-block-popover__dynamic-content .components-toggle-control .components-base-control__field .components-form-toggle{margin-right:0}.block-editor-block-popover__dynamic-content .components-text-control__input{padding:6px 8px!important}.block-editor-block-popover__dynamic-content .components-button{padding:8px 12px}.block-editor-block-popover__dynamic-content .components-input-control__backdrop{box-shadow:none!important}.block-editor-block-popover__dynamic-content .components-base-control__help{color:#a4afb7;font-size:12px;font-style:italic;margin-bottom:0}.block-editor-block-popover__dynamic-content .components-base-control .components-base-control__field{margin-bottom:0}.block-editor-block-popover__dynamic-content .components-base-control .components-textarea-control__input{border-color:#e6e7e9}.block-editor-block-popover__dynamic-content .components-base-control .components-textarea-control__input:hover{border-color:#959595}.block-editor-block-popover__dynamic-content .components-base-control .components-textarea-control__input:focus{box-shadow:none;outline:1px solid #959595;outline-offset:-1px;z-index:1}.uag-pro-dynamic-content{border-bottom:3px double #007cba}