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 .elementor-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.elementor-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.elementor-button-wrapper{
text-align: right;
}
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.elementor-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.elementor-button-wrapper{
text-align: left;
}
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.elementor-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)";
}
.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.elementor-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.elementor-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.elementor-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;
} .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.elementor-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%;
}@font-face {
font-family: "System Font";
font-style: normal;
src: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
} @font-face {
font-family: 'iconmeta';
src:  url(//stmegrues.fr/wp-content/themes/bravada/resources/fonts/iconmeta.eot?9qd1ry);
src:  url(//stmegrues.fr/wp-content/themes/bravada/resources/fonts/iconmeta.eot?9qd1ry#iefix) format('embedded-opentype'),
url(//stmegrues.fr/wp-content/themes/bravada/resources/fonts/iconmeta.ttf?9qd1ry) format('truetype'),
url(//stmegrues.fr/wp-content/themes/bravada/resources/fonts/iconmeta.woff?9qd1ry) format('woff'),
url(//stmegrues.fr/wp-content/themes/bravada/resources/fonts/iconmeta.svg?9qd1ry#iconmeta) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"]::before,
[class*=" icon-"]::before {
font-family: 'iconmeta';
font-style: normal;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: inherit;
cursor: inherit;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .icon-category::before { content: "\e089"; }
.icon-author::before { content: "\e005"; }
.icon-date::before { content: "\e081"; }
.icon-tag::before { content: "\e055"; }
.icon-comments::before { content: "\e07d"; }
.icon-edit::before { content: "\e060"; }
.icon-arrow::before { content: "\e907"; } .icon-bread-home::before {  content: "\e069"; }
.icon-bread-arrow::before {  content: "\e905"; } .icon-search::before { content: "\e090"; }
.icon-pagination-left::before {  content: "\e807"; }
.icon-pagination-right::before {  content: "\e808"; }
.icon-continue-reading::before {  content: "\e0a3"; }
.icon-fixed-nav::before {  content: "\e684"; }
.icon-menu::before { content: "\e120"; }
.icon-cancel::before { content: "\e117"; } .icon-back2top::before { content: '\e90a'; }
.icon-back2top::after { content: '\e90a'; } .icon-image::before { content: "\e941"; }
.icon-audio::before { content: "\e952"; }
.icon-video::before { content: "\e963"; }
.icon-status::before { content: "\e945"; }
.icon-aside::before { content: "\e959"; }
.icon-link::before { content: "\e948"; }
.icon-chat::before { content: "\e92f"; }
.icon-quote::before { content: "\e957"; }
.icon-gallery::before { content: "\e942"; }
.entry-content blockquote::before { content: "\e915"; }
.icon-user-female::before {
content: "\e000";
}
.icon-screen-smartphone::before {
content: "\e010";
}
.icon-screen-desktop::before {
content: "\e011";
}
.icon-plane::before {
content: "\e012";
}
.icon-notebook::before {
content: "\e013";
}
.icon-moustache::before {
content: "\e014";
}
.icon-energy::before {
content: "\e020";
}
.icon-emoticon-smile::before {
content: "\e021";
}
.icon-disc::before {
content: "\e022";
}
.icon-credit-card::before {
content: "\e025";
}
.icon-chemistry::before {
content: "\e026";
}
.icon-user::before {
content: "\e005";
}
.icon-speedometer::before {
content: "\e007";
}
.icon-screen-tablet::before {
content: "\e00f";
}
.icon-magic-wand::before {
content: "\e017";
}
.icon-hourglass::before {
content: "\e018";
}
.icon-game-controller::before {
content: "\e01b";
}
.icon-fire::before {
content: "\e01c";
}
.icon-eyeglasses::before {
content: "\e01d";
}
.icon-envelope-open::before {
content: "\e01e";
}
.icon-bell::before {
content: "\e027";
}
.icon-badge::before {
content: "\e028";
}
.icon-wallet::before {
content: "\e02a";
}
.icon-vector::before {
content: "\e02b";
}
.icon-speech::before {
content: "\e02c";
}
.icon-puzzle::before {
content: "\e02d";
}
.icon-pin::before {
content: "\e031";
}
.icon-picture::before {
content: "\e032";
}
.icon-map::before {
content: "\e033";
}
.icon-layers::before {
content: "\e034";
}
.icon-handbag::before {
content: "\e035";
}
.icon-globe-alt::before {
content: "\e036";
}
.icon-globe::before {
content: "\e037";
}
.icon-frame::before {
content: "\e038";
}
.icon-folder-alt::before {
content: "\e039";
}
.icon-film::before {
content: "\e03a";
}
.icon-feed::before {
content: "\e03b";
}
.icon-earphones-alt::before {
content: "\e03c";
}
.icon-earphones::before {
content: "\e03d";
}
.icon-drop::before {
content: "\e03e";
}
.icon-drawer::before {
content: "\e03f";
}
.icon-docs::before {
content: "\e040";
}
.icon-directions::before {
content: "\e041";
}
.icon-direction::before {
content: "\e042";
}
.icon-diamond::before {
content: "\e043";
}
.icon-cup::before {
content: "\e044";
}
.icon-compass::before {
content: "\e045";
}
.icon-call-end::before {
content: "\e048";
}
.icon-calculator::before {
content: "\e049";
}
.icon-bubbles::before {
content: "\e04a";
}
.icon-briefcase::before {
content: "\e04b";
}
.icon-book-open::before {
content: "\e04c";
}
.icon-basket-loaded::before {
content: "\e04d";
}
.icon-basket::before {
content: "\e04e";
}
.icon-bag::before {
content: "\e04f";
}
.icon-action-undo::before {
content: "\e050";
}
.icon-action-redo::before {
content: "\e051";
}
.icon-trash::before {
content: "\e054";
}
.icon-tag::before {
content: "\e055";
}
.icon-support::before {
content: "\e056";
}
.icon-share-alt::before {
content: "\e05a";
}
.icon-share::before {
content: "\e05b";
}
.icon-question::before {
content: "\e05d";
}
.icon-pencil::before {
content: "\e05f";
}
.icon-note::before {
content: "\e060";
}
.icon-music-tone-alt::before {
content: "\e061";
}
.icon-music-tone::before {
content: "\e062";
}
.icon-microphone::before {
content: "\e063";
}
.icon-list::before {
content: "\e067";
}
.icon-home::before {
content: "\e069";
}
.icon-grid::before {
content: "\e06a";
}
.icon-graph::before {
content: "\e06b";
}
.icon-cursor::before {
content: "\e06e";
}
.icon-control-play::before {
content: "\e071";
}
.icon-calendar::before {
content: "\e075";
}
.icon-bulb::before {
content: "\e076";
}
.icon-bar-chart::before {
content: "\e077";
}
.icon-arrow-up::before {
content: "\e078";
}
.icon-arrow-right::before {
content: "\e079";
}
.icon-arrow-left::before {
content: "\e07a";
}
.icon-arrow-down::before {
content: "\e07b";
}
.icon-ban::before {
content: "\e07c";
}
.icon-bubble::before {
content: "\e07d";
}
.icon-camcorder::before {
content: "\e07e";
}
.icon-camera::before {
content: "\e07f";
}
.icon-check::before {
content: "\e080";
}
.icon-clock::before {
content: "\e081";
}
.icon-close::before {
content: "\e082";
}
.icon-envelope::before {
content: "\e086";
}
.icon-eye::before {
content: "\e087";
}
.icon-flag::before {
content: "\e088";
}
.icon-folder::before {
content: "\e089";
}
.icon-heart::before {
content: "\e08a";
}
.icon-info::before {
content: "\e08b";
}
.icon-key::before {
content: "\e08c";
}
.icon-link::before {
content: "\e08d";
}
.icon-lock::before {
content: "\e08e";
}
.icon-lock-open::before {
content: "\e08f";
}
.icon-magnifier::before {
content: "\e090";
}
.icon-magnifier-add::before {
content: "\e091";
}
.icon-magnifier-remove::before {
content: "\e092";
}
.icon-paper-clip::before {
content: "\e093";
}
.icon-paper-plane::before {
content: "\e094";
}
.icon-plus::before {
content: "\e095";
}
.icon-pointer::before {
content: "\e096";
}
.icon-power::before {
content: "\e097";
}
.icon-refresh::before {
content: "\e098";
}
.icon-reload::before {
content: "\e099";
}
.icon-settings::before {
content: "\e09a";
}
.icon-star::before {
content: "\e09b";
}
.icon-target::before {
content: "\e09e";
}
.icon-volume-1::before {
content: "\e09f";
}
.icon-volume-2::before {
content: "\e0a0";
}
.icon-volume-off::before {
content: "\e0a1";
}
.icon-users::before {
content: "\e001";
}
.icon-clock1::before {
content: "\e0a9";
}
.icon-search2::before {
content: "\e0a8";
}
.icon-head::before {
content: "\e0a7";
}
.icon-arrow-left1::before {
content: "\e0a2";
}
.icon-arrow-right1::before {
content: "\e0a3";
}
.icon-arrow-up1::before {
content: "\e0a4";
}
.icon-arrow-down1::before {
content: "\e0a5";
}
.icon-volume::before {
content: "\e0a6";
}
.icon-plus1::before {
content: "\e114";
}
.icon-minus::before {
content: "\e115";
}
.icon-check1::before {
content: "\e116";
}
.icon-cross::before {
content: "\e117";
}
.icon-menu2::before {
content: "\e120";
}
.icon-ellipsis::before {
content: "\e129";
}
.icon-search::before {
content: "\e618";
}
.icon-refresh1::before {
content: "\e61c";
}
.icon-close1::before {
content: "\e680";
}
.icon-angle-up::before {
content: "\e682";
}
.icon-angle-right::before {
content: "\e684";
}
.icon-angle-left::before {
content: "\e686";
}
.icon-angle-down::before {
content: "\e688";
}
.icon-refresh-2::before {
content: "\e6c2";
}
.icon-chevron-down::before {
content: "\e900";
}
.icon-chevron-left::before {
content: "\e901";
}
.icon-chevron-right::before {
content: "\e902";
}
.icon-chevron-small-down::before {
content: "\e903";
}
.icon-chevron-small-left::before {
content: "\e904";
}
.icon-chevron-small-right::before {
content: "\e905";
}
.icon-chevron-small-up::before {
content: "\e906";
}
.icon-chevron-thin-down::before {
content: "\e907";
}
.icon-chevron-thin-left::before {
content: "\e908";
}
.icon-chevron-thin-right::before {
content: "\e909";
}
.icon-chevron-thin-up::before {
content: "\e90a";
}
.icon-chevron-up::before {
content: "\e90b";
}
.icon-circular-graph::before {
content: "\e90c";
}
.icon-cross2::before {
content: "\e90d";
}
.icon-magnifying-glass::before {
content: "\e911";
}
.icon-menu3::before {
content: "\e912";
}
.icon-quote::before {
content: "\e915";
}
.icon-el-comment::before {
content: "\e800";
}
.icon-el-user::before {
content: "\e801";
}
.icon-el-tag::before {
content: "\e802";
}
.icon-el-down-dir::before {
content: "\e803";
}
.icon-el-edit::before {
content: "\e804";
}
.icon-el-category::before {
content: "\e805";
}
.icon-el-right-dir::before, .icon-right-dir::before {
content: "\e806";
}
.icon-el-angle-left::before {
content: "\e807";
}
.icon-el-angle-right::before {
content: "\e808";
}
.icon-el-angle-up::before {
content: "\e809";
}
.icon-el-angle-down::before {
content: "\e80a";
}
.icon-el-minus::before {
content: "\e80b";
}
.icon-el-left-open::before {
content: "\e80c";
}
.icon-el-time::before {
content: "\e80d";
}
.icon-el-up::before {
content: "\e80e";
}
.icon-el-quote::before {
content: "\e80f";
}
.icon-el-bookmark::before {
content: "\e810";
}
.icon-el-left-dir::before {
content: "\e811";
}
.icon-el-up-open::before {
content: "\e812";
}
.icon-el-ok::before {
content: "\e813";
}
.icon-el-cancel::before {
content: "\e814";
}
.icon-el-comments::before {
content: "\e815";
}
.icon-el-search::before {
content: "\e816";
}
.icon-el-category2::before {
content: "\e817";
}
.icon-el-link::before {
content: "\e818";
}
.icon-el-up-dir::before {
content: "\e819";
}
.icon-el-info::before {
content: "\e81a";
}
.icon-el-share::before {
content: "\e81b";
}
.icon-el-folder-close::before {
content: "\e81c";
}
.icon-el-folder-open::before {
content: "\e81d";
}
.icon-el-right-open::before {
content: "\e81e";
}
.icon-el-home::before {
content: "\e81f";
}
.icon-el-menu::before {
content: "\e820";
}
.icon-el-plus::before {
content: "\e821";
}
.icon-el-down-open::before {
content: "\e822";
}
.icon-el-audio::before {
content: "\e823";
}
.icon-el-image::before {
content: "\e824";
}
.icon-el-camera::before {
content: "\e825";
}
.icon-el-down::before {
content: "\e826";
}
.icon-el-left::before {
content: "\e827";
}
.icon-el-right::before {
content: "\e828";
}
.icon-el-video::before {
content: "\e829";
}
.icon-el-aside::before {
content: "\e82a";
}
.icon-el-date::before {
content: "\e82b";
}
.icon-el-star-empty::before {
content: "\e82c";
}
.icon-el-star::before {
content: "\e82d";
}
.icon-el-mail::before {
content: "\e82e";
}
.icon-el-home-1::before {
content: "\e82f";
}
.icon-el-attach::before {
content: "\e830";
}
.icon-el-eye::before, .icon-eye-on::before {
content: "\e831";
}
.icon-el-eye-off::before,.icon-eye-off::before {
content: "\e832";
}
.icon-el-tags::before {
content: "\e833";
}
.icon-el-flag::before {
content: "\e834";
}
.icon-el-warning::before {
content: "\e835";
}
.icon-el-location::before {
content: "\e836";
}
.icon-el-trash::before {
content: "\e837";
}
.icon-el-doc::before {
content: "\e838";
}
.icon-el-phone::before {
content: "\e839";
}
.icon-el-cog::before {
content: "\e83a";
}
.icon-el-basket::before {
content: "\e83b";
}
.icon-el-basket-circled::before {
content: "\e83c";
}
.icon-el-wrench::before {
content: "\e83d";
}
.icon-el-wrench-circled::before {
content: "\e83e";
}
.icon-el-mic::before {
content: "\e83f";
}
.icon-el-volume::before {
content: "\e840";
}
.icon-el-volume-down::before {
content: "\e841";
}
.icon-el-volume-off::before {
content: "\e842";
}
.icon-el-headphones::before {
content: "\e843";
}
.icon-el-lightbulb::before {
content: "\e844";
}
.icon-el-resize-full::before {
content: "\e845";
}
.icon-el-resize-full-alt::before {
content: "\e846";
}
.icon-el-resize-small::before {
content: "\e847";
}
.icon-el-resize-vertical::before {
content: "\e848";
}
.icon-el-resize-horizontal::before {
content: "\e849";
}
.icon-el-move::before {
content: "\e84a";
}
.icon-el-zoom-in::before {
content: "\e84b";
}
.icon-el-zoom-out::before {
content: "\e84c";
}
.icon-el-arrows-cw::before {
content: "\e84d";
}
.icon-el-desktop::before {
content: "\e84e";
}
.icon-el-inbox::before {
content: "\e84f";
}
.icon-el-cloud::before {
content: "\e850";
}
.icon-el-book::before {
content: "\e851";
}
.icon-el-certificate::before {
content: "\e852";
}
.icon-el-tasks::before {
content: "\e853";
}
.icon-el-thumbs-up::before {
content: "\e854";
}
.icon-el-thumbs-down::before {
content: "\e855";
}
.icon-el-help-circled::before {
content: "\e856";
}
.icon-el-star-circled::before {
content: "\e857";
}
.icon-el-bell::before {
content: "\e858";
}
.icon-el-rss::before {
content: "\e859";
}
.icon-el-trash-circled::before {
content: "\e85a";
}
.icon-el-cogs::before {
content: "\e85b";
}
.icon-el-cog-circled::before {
content: "\e85c";
}
.icon-el-calendar-circled::before {
content: "\e85d";
}
.icon-el-mic-circled::before {
content: "\e85e";
}
.icon-el-volume-up::before {
content: "\e85f";
}
.icon-el-print::before {
content: "\e860";
}
.icon-el-edit-alt::before {
content: "\e861";
}
.icon-el-edit-2::before {
content: "\e862";
}
.icon-el-block::before {
content: "\e863";
} #access > div > ul li > a:not(:only-child) > span::after { content: "\e903"; } .dropdown-toggle::after { content: "\e900"; } .comment .reply i::before {} .main #content-masonry .format-link::after { content: "\e08d"; } .bravada-comment-icons .comment-form-author > em::before { content: "\e005"; }
.bravada-comment-icons .comment-form-email > em::before { content: "\e086"; }
.bravada-comment-icons .comment-form-url > em::before { content: "\e037"; }
.bravada-comment-icons .comment-form-comment > em::before { content: "\e05f"; } .icon-widget-time::before { content: "\e081"; }
.icon-widget-star::before { content: "\e09b"; }
.icon-widget-comments::before { content: "\e04a"; }
.icon-widget-tags::before { content: "\e055"; } .icon-widget-location::before { content: "\e033"; }
.icon-widget-phone::before { content: "\e048"; }
.icon-widget-mobile::before { content: "\e010"; }
.icon-widget-mail::before { content: "\e086"; }
.icon-widget-link::before { content: "\e037"; }
.icon-widget-opening-hours::before { content: "\e081"; } .icon-template-location::before { content: "\e033"; }
.icon-template-phone::before { content: "\e048"; }
.icon-template-mobile::before { content: "\e010"; }
.icon-template-mail::before { content: "\e086"; }
.icon-template-opening-hours::before { content: "\e081"; } .panel-default > .panel-heading > .panel-title > a::before { content: "\e814"; } @font-face {
font-family: 'socials';
src: url(//stmegrues.fr/wp-content/themes/bravada/resources/fonts/socials.eot);
src: url(//stmegrues.fr/wp-content/themes/bravada/resources/fonts/socials.eot?#iefix) format('embedded-opentype'),
url(//stmegrues.fr/wp-content/themes/bravada/resources/fonts/socials.woff) format('woff'),
url(//stmegrues.fr/wp-content/themes/bravada/resources/fonts/socials.ttf) format('truetype'),
url(//stmegrues.fr/wp-content/themes/bravada/resources/fonts/socials.svg?#socials) format('svg');
font-weight: normal;
font-style: normal;
}
.socials a::before,
.socials a::after,
[class^="socicon-"]::before,
[class*=" socicon-"]::before {
font-family: "socials";
font-style: normal;
font-weight: normal;
speak: never;
content:  '\e83d';
display: inline-block;
text-decoration: inherit;
text-align: center;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.socials a[href*=".com"]::before, .socials a { }
.socials a[href*="duckduckgo.com"]::before, .socials a.duckduckgo::before { content: '\e801'; }
.socials a[href*="aim.com"]::before, .socials a.aim::before { content: '\e802'; }
.socials a[href*="delicious.com"]::before, .socials a.delicious::before { content: '\e803'; }
.socials a[href*="paypal.com"]::before, .socials a.paypal::before { content: '\e804'; }
.socials a[href*="flattr.com"]::before, .socials a.flattr::before { content: '\e805'; }
.socials a.android::before { content: '\e806'; }
.socials a[href*="eventful.com"]::before, .socials a.eventful::before { content: '\e807'; }
.socials a[href*="smashingmagazine.com"]::before, .socials a.smashingmagazine::before { content: '\e808'; }
.socials a[href*="plus.google.com"]::before, .socials a.googleplus::before { content: '\e809'; }
.socials a[href*="wikipedia.org"]::before, .socials a.wikipedia::before { content: '\e80a'; }
.socials a[href*="lanyrd.com"]::before, .socials a.lanyrd::before { content: '\e80b'; }
.socials a.calendar::before { content: '\e80c'; }
.socials a[href*="stumbleupon.com"]::before, .socials a.stumbleupon::before { content: '\e80d'; }
.socials a[href*="500px.com"]::before, .socials a.\35 00px::before { content: '\e80e'; }
.socials a[href*="pinterest.com"]::before, .socials a.pinterest::before { content: '\e80f'; }
.socials a.bitcoin::before { content: '\e810'; }
.socials a.firefox::before { content: '\e811'; }
.socials a[href*="foursquare.com"]::before, .socials a.foursquare::before { content: '\e812'; }
.socials a.chrome::before { content: '\e813'; }
.socials a.ie::before, .socials a.internetexplorer { content: '\e814'; }
.socials a[href^="tel:"]::before, .socials a.phone::before { content: '\e815'; }
.socials a[href*="grooveshark.im"]::before, .socials a.grooveshark::before { content: '\e816'; }
.socials a[href*="99designs.com"]::before, .socials a.\39 9designs::before { content: '\e817'; }
.socials a.code::before { content: '\e818'; }
.socials a[href*="digg.com"]::before, .socials a.digg::before { content: '\e819'; }
.socials a[href*="spotify.com"]::before, .socials a.spotify::before { content: '\e81a'; }
.socials a[href*="reddit.com"]::before, .socials a.reddit::before { content: '\e81b'; }
.socials a.about::before { content: '\e81c'; }
.socials a[href*="codeopen.io"]::before, .socials a.codeopen::before { content: '\e81d'; }
.socials a[href*="itunes.apple.com"]::before, .socials a.appstore::before { content: '\e81e'; }
.socials a[href*="creativecommons.org"]::before, .socials a.cc::before, .socials a.creativecommons { content: '\e820'; }
.socials a[href*="dribble.com"]::before, .socials a.dribbble::before { content: '\e821'; }
.socials a[href*="evernote.com"]::before, .socials a.evernote::before { content: '\e822'; }
.socials a[href*="flickr.com"]::before, .socials a.flickr::before { content: '\e823'; }
.socials a.link2::before, .socials a.url2 { content: '\e824'; }
.socials a[href*="viadeo.com"]::before, .socials a.viadeo::before { content: '\e825'; }
.socials a[href*="instapaper.com"]::before, .socials a.instapaper::before { content: '\e826'; }
.socials a[href*="weibo.com"]::before, .socials a.weibo::before { content: '\e827'; }
.socials a[href*="klout.com"]::before, .socials a.klout::before { content: '\e828'; }
.socials a[href*="linkedin.com"]::before, .socials a.linkedin::before { content: '\e829'; }
.socials a[href*="meetup.com"]::before, .socials a.meetup::before { content: '\e82a'; }
.socials a[href*="vk.com"]::before, .socials a.vk::before { content: '\e82b'; }
.socials a[href*="plancast.com"]::before, .socials a.plancast::before { content: '\e82c'; }
.socials a[href*="disqus.com"]::before, .socials a.disqus::before { content: '\e82d'; }
.socials a[href*="/feed"]::before, .socials a[href*="/rss"]::before, .socials a.rss::before, .socials a.feed::before { content: '\e82e'; }
.socials a[href^="callto:"]::before, .socials a.skype::before { content: '\e82f'; }
.socials a[href*="twitter.com"]::before, .socials a.twitter::before { content: '\e830'; }
.socials a[href*="youtube.com"]::before, .socials a.youtube::before { content: '\e831'; }
.socials a[href*="vimeo.com"]::before, .socials a.vimeo::before { content: '\e832'; }
.socials a.windows::before { content: '\e833'; }
.socials a[href*="xing.com"]::before, .socials a.xing::before { content: '\e834'; }
.socials a[href*="yahoo.com"]::before, .socials a.yahoo::before { content: '\e835'; } .socials a[href*="mailto:"]::before, .socials a.email::before { content: '\e837'; }
.socials a.cloud::before { content: '\e838'; }
.socials a[href*="myspace.com"]::before, .socials a.myspace::before { content: '\e839'; }
.socials a.podcast::before { content: '\e83a'; }
.socials a[href*="amazon.com"]::before, .socials a.amazon::before { content: '\e83b'; }
.socials a[href*="steampowered.com"]::before, .socials a.steam::before { content: '\e83c'; }
.socials a.link::before { content: '\e83d'; }
.socials a[href*="dropbox.com"]::before, .socials a.dropbox::before { content: '\e83e'; }
.socials a[href*="ebay."]::before, .socials a.ebay::before { content: '\e83f'; }
.socials a[href*="facebook.com"]::before, .socials a.facebook::before { content: '\e840'; }
.socials a.github2::before { content: '\e841'; }
.socials a[href*="github.com"]::before, .socials a.github::before { content: '\e842'; }
.socials a[href*="play.google.com"]::before, .socials a.googleplay::before { content: '\e843'; }
.socials a.itunes::before { content: '\e844'; }
.socials a[href*="plurk.com"]::before, .socials a.plurk::before { content: '\e845'; }
.socials a[href*="songkick.com"]::before, .socials a.songkick::before { content: '\e846'; }
.socials a[href*="last.fm"]::before, .socials a.lastfm::before { content: '\e847'; }
.socials a[href*="gmail.com"]::before, .socials a.gmail::before { content: '\e848'; }
.socials a[href*="pinboard.in"]::before, .socials a.pinboard::before { content: '\e849'; }
.socials a[href*="openid.net"]::before, .socials a.openid::before { content: '\e84a'; }
.socials a[href*="quora.com"]::before, .socials a.quora::before { content: '\e84b'; }
.socials a[href*="soundcloud.com"]::before, .socials a.soundcloud::before { content: '\e84c'; }
.socials a[href*="tumblr.com"]::before, .socials a.tumblr::before { content: '\e84d'; } .socials a[href*="wordpress.com"]::before, .socials a[href*="wordpress.org"]::before, .socials a.wordpress::before { content: '\e84f'; }
.socials a[href*="yelp.com"]::before, .socials a.yelp::before { content: '\e850'; }
.socials a[href*="intensedebate.com"]::before, .socials a.intensedebate::before { content: '\e851'; }
.socials a[href*="eventbrite.com"]::before, .socials a.eventbrite::before { content: '\e852'; }
.socials a[href*="scribd.com"]::before, .socials a.scribd::before { content: '\e853'; } .socials a[href*="stripe.com"]::before, .socials a.stripe::before { content: '\e855'; }
.socials a[href*="opentable.com"]::before, .socials a.opentable::before { content: '\e856'; }
.socials a.cart::before { content: '\e857'; }
.socials a.opera::before { content: '\e858'; }
.socials a[href*="angel.co"]::before, .socials a.angellist::before { content: '\e859'; }
.socials a[href*="instagram.com"]::before, .socials a.instagram::before { content: '\e85a'; }
.socials a[href*="dwolla.com"]::before, .socials a.dwolla::before { content: '\e85b'; }
.socials a[href*="app.net"]::before, .socials a.appnet::before { content: '\e85c'; }
.socials a[href*="drupal.org"]::before, .socials a.drupal::before { content: '\e85f'; }
.socials a[href*="buffer.com"]::before, .socials a.buffer::before { content: '\e860'; }
.socials a[href*="getpocket.com"]::before, .socials a.pocket::before { content: '\e861'; }
.socials a[href*="bitbucket.org"]::before, .socials a.bitbucket::before { content: '\e862'; }
.socials a.phone2::before { content: '\e863'; }
.socials a[href*="stackoverflow.com"]::before, .socials a.stackoverflow::before { content: '\e865'; }
.socials a[href*="news.ycombinator.com"]::before, .socials a.hackernews::before { content: '\e866'; }
.socials a.lkdto::before { content: '\e867'; }
.socials a.twitter2::before { content: '\e868'; }
.socials a.phone3::before { content: '\e869'; }
.socials a.mobile::before { content: '\e86a'; }
.socials a.support::before { content: '\e86b'; }
.socials a[href*="twitch.tv"]::before, .socials a.twitch::before { content: '\e86c'; }
.socials a.beer::before { content: '\e86d'; }
.socials a[href*="duckduckgo.com"]::after, .socials a.duckduckgo::after { content: '\e801'; }
.socials a[href*="aim.com"]::after, .socials a.aim::after { content: '\e802'; }
.socials a[href*="delicious.com"]::after, .socials a.delicious::after { content: '\e803'; }
.socials a[href*="paypal.com"]::after, .socials a.paypal::after { content: '\e804'; }
.socials a[href*="flattr.com"]::after, .socials a.flattr::after { content: '\e805'; }
.socials a.android::after { content: '\e806'; }
.socials a[href*="eventful.com"]::after, .socials a.eventful::after { content: '\e807'; }
.socials a[href*="smashingmagazine.com"]::after, .socials a.smashingmagazine::after { content: '\e808'; }
.socials a[href*="plus.google.com"]::after, .socials a.googleplus::after { content: '\e809'; }
.socials a[href*="wikipedia.org"]::after, .socials a.wikipedia::after { content: '\e80a'; }
.socials a[href*="lanyrd.com"]::after, .socials a.lanyrd::after { content: '\e80b'; }
.socials a.calendar::after { content: '\e80c'; }
.socials a[href*="stumbleupon.com"]::after, .socials a.stumbleupon::after { content: '\e80d'; }
.socials a[href*="500px.com"]::after, .socials a.\35 00px::after { content: '\e80e'; }
.socials a[href*="pinterest.com"]::after, .socials a.pinterest::after { content: '\e80f'; }
.socials a.bitcoin::after { content: '\e810'; }
.socials a.firefox::after { content: '\e811'; }
.socials a[href*="foursquare.com"]::after, .socials a.foursquare::after { content: '\e812'; }
.socials a.chrome::after { content: '\e813'; }
.socials a.ie::after, .socials a.internetexplorer { content: '\e814'; }
.socials a[href^="tel:"]::after, .socials a.phone::after { content: '\e815'; }
.socials a[href*="grooveshark.im"]::after, .socials a.grooveshark::after { content: '\e816'; }
.socials a[href*="99designs.com"]::after, .socials a.\39 9designs::after { content: '\e817'; }
.socials a.code::after { content: '\e818'; }
.socials a[href*="digg.com"]::after, .socials a.digg::after { content: '\e819'; }
.socials a[href*="spotify.com"]::after, .socials a.spotify::after { content: '\e81a'; }
.socials a[href*="reddit.com"]::after, .socials a.reddit::after { content: '\e81b'; }
.socials a.about::after { content: '\e81c'; }
.socials a[href*="codeopen.io"]::after, .socials a.codeopen::after { content: '\e81d'; }
.socials a[href*="itunes.apple.com"]::after, .socials a.appstore::after { content: '\e81e'; }
.socials a[href*="creativecommons.org"]::after, .socials a.cc::after, .socials a.creativecommons { content: '\e820'; }
.socials a[href*="dribble.com"]::after, .socials a.dribbble::after { content: '\e821'; }
.socials a[href*="evernote.com"]::after, .socials a.evernote::after { content: '\e822'; }
.socials a[href*="flickr.com"]::after, .socials a.flickr::after { content: '\e823'; }
.socials a.link2::after, .socials a.url2 { content: '\e824'; }
.socials a[href*="viadeo.com"]::after, .socials a.viadeo::after { content: '\e825'; }
.socials a[href*="instapaper.com"]::after, .socials a.instapaper::after { content: '\e826'; }
.socials a[href*="weibo.com"]::after, .socials a.weibo::after { content: '\e827'; }
.socials a[href*="klout.com"]::after, .socials a.klout::after { content: '\e828'; }
.socials a[href*="linkedin.com"]::after, .socials a.linkedin::after { content: '\e829'; }
.socials a[href*="meetup.com"]::after, .socials a.meetup::after { content: '\e82a'; }
.socials a[href*="vk.com"]::after, .socials a.vk::after { content: '\e82b'; }
.socials a[href*="plancast.com"]::after, .socials a.plancast::after { content: '\e82c'; }
.socials a[href*="disqus.com"]::after, .socials a.disqus::after { content: '\e82d'; }
.socials a[href*="/feed"]::after, .socials a[href*="/rss"]::after, .socials a.rss::after, .socials a.feed::after { content: '\e82e'; }
.socials a[href^="callto:"]::after, .socials a.skype::after { content: '\e82f'; }
.socials a[href*="twitter.com"]::after, .socials a.twitter::after { content: '\e830'; }
.socials a[href*="youtube.com"]::after, .socials a.youtube::after { content: '\e831'; }
.socials a[href*="vimeo.com"]::after, .socials a.vimeo::after { content: '\e832'; }
.socials a.windows::after { content: '\e833'; }
.socials a[href*="xing.com"]::after, .socials a.xing::after { content: '\e834'; }
.socials a[href*="yahoo.com"]::after, .socials a.yahoo::after { content: '\e835'; } .socials a[href*="mailto:"]::after, .socials a.email::after { content: '\e837'; }
.socials a.cloud::after { content: '\e838'; }
.socials a[href*="myspace.com"]::after, .socials a.myspace::after { content: '\e839'; }
.socials a.podcast::after { content: '\e83a'; }
.socials a[href*="amazon.com"]::after, .socials a.amazon::after { content: '\e83b'; }
.socials a[href*="steampowered.com"]::after, .socials a.steam::after { content: '\e83c'; }
.socials a.link::after { content: '\e83d'; }
.socials a[href*="dropbox.com"]::after, .socials a.dropbox::after { content: '\e83e'; }
.socials a[href*="ebay."]::after, .socials a.ebay::after { content: '\e83f'; }
.socials a[href*="facebook.com"]::after, .socials a.facebook::after { content: '\e840'; }
.socials a.github2::after { content: '\e841'; }
.socials a[href*="github.com"]::after, .socials a.github::after { content: '\e842'; }
.socials a[href*="play.google.com"]::after, .socials a.googleplay::after { content: '\e843'; }
.socials a.itunes::after { content: '\e844'; }
.socials a[href*="plurk.com"]::after, .socials a.plurk::after { content: '\e845'; }
.socials a[href*="songkick.com"]::after, .socials a.songkick::after { content: '\e846'; }
.socials a[href*="last.fm"]::after, .socials a.lastfm::after { content: '\e847'; }
.socials a[href*="gmail.com"]::after, .socials a.gmail::after { content: '\e848'; }
.socials a[href*="pinboard.in"]::after, .socials a.pinboard::after { content: '\e849'; }
.socials a[href*="openid.net"]::after, .socials a.openid::after { content: '\e84a'; }
.socials a[href*="quora.com"]::after, .socials a.quora::after { content: '\e84b'; }
.socials a[href*="soundcloud.com"]::after, .socials a.soundcloud::after { content: '\e84c'; }
.socials a[href*="tumblr.com"]::after, .socials a.tumblr::after { content: '\e84d'; } .socials a[href*="wordpress.com"]::after, .socials a[href*="wordpress.org"]::after, .socials a.wordpress::after { content: '\e84f'; }
.socials a[href*="yelp.com"]::after, .socials a.yelp::after { content: '\e850'; }
.socials a[href*="intensedebate.com"]::after, .socials a.intensedebate::after { content: '\e851'; }
.socials a[href*="eventbrite.com"]::after, .socials a.eventbrite::after { content: '\e852'; }
.socials a[href*="scribd.com"]::after, .socials a.scribd::after { content: '\e853'; } .socials a[href*="stripe.com"]::after, .socials a.stripe::after { content: '\e855'; }
.socials a[href*="opentable.com"]::after, .socials a.opentable::after { content: '\e856'; }
.socials a.cart::after { content: '\e857'; }
.socials a.opera::after { content: '\e858'; }
.socials a[href*="angel.co"]::after, .socials a.angellist::after { content: '\e859'; }
.socials a[href*="instagram.com"]::after, .socials a.instagram::after { content: '\e85a'; }
.socials a[href*="dwolla.com"]::after, .socials a.dwolla::after { content: '\e85b'; }
.socials a[href*="app.net"]::after, .socials a.appnet::after { content: '\e85c'; }
.socials a[href*="drupal.org"]::after, .socials a.drupal::after { content: '\e85f'; }
.socials a[href*="buffer.com"]::after, .socials a.buffer::after { content: '\e860'; }
.socials a[href*="getpocket.com"]::after, .socials a.pocket::after { content: '\e861'; }
.socials a[href*="bitbucket.org"]::after, .socials a.bitbucket::after { content: '\e862'; }
.socials a.phone2::after { content: '\e863'; }
.socials a[href*="stackoverflow.com"]::after, .socials a.stackoverflow::after { content: '\e865'; }
.socials a[href*="news.ycombinator.com"]::after, .socials a.hackernews::after { content: '\e866'; }
.socials a.lkdto::after { content: '\e867'; }
.socials a.twitter2::after { content: '\e868'; }
.socials a.phone3::after { content: '\e869'; }
.socials a.mobile::after { content: '\e86a'; }
.socials a.support::after { content: '\e86b'; }
.socials a[href*="twitch.tv"]::after, .socials a.twitch::after { content: '\e86c'; }
.socials a.beer::after { content: '\e86d'; }
.socicon-duckduckgo::before { content: '\e801'; }
.socicon-aim::before { content: '\e802'; }
.socicon-delicious::before { content: '\e803'; }
.socicon-paypal::before { content: '\e804'; }
.socicon-flattr::before { content: '\e805'; }
.socicon-android::before { content: '\e806'; }
.socicon-eventful::before { content: '\e807'; }
.socicon-smashingmagazine::before { content: '\e808'; }
.socicon-googleplus::before { content: '\e809'; }
.socicon-wikipedia::before { content: '\e80a'; }
.socicon-lanyrd::before { content: '\e80b'; }
.socicon-calendar::before { content: '\e80c'; }
.socicon-stumbleupon::before { content: '\e80d'; }
.socicon-500px::before { content: '\e80e'; }
.socicon-pinterest::before { content: '\e80f'; }
.socicon-bitcoin::before { content: '\e810'; }
.socicon-firefox::before { content: '\e811'; }
.socicon-foursquare::before { content: '\e812'; }
.socicon-chrome::before { content: '\e813'; }
.socicon-internetexplorer::before { content: '\e814'; }
.socicon-phone::before { content: '\e815'; }
.socicon-grooveshark::before { content: '\e816'; }
.socicon-99designs::before { content: '\e817'; }
.socicon-code::before { content: '\e818'; }
.socicon-digg::before { content: '\e819'; }
.socicon-spotify::before { content: '\e81a'; }
.socicon-reddit::before { content: '\e81b'; }
.socicon-about::before { content: '\e81c'; }
.socicon-codeopen::before { content: '\e81d'; }
.socicon-appstore::before { content: '\e81e'; }
.socicon-creativecommons::before { content: '\e820'; }
.socicon-dribbble::before { content: '\e821'; }
.socicon-evernote::before { content: '\e822'; }
.socicon-flickr::before { content: '\e823'; }
.socicon-link2::before { content: '\e824'; }
.socicon-viadeo::before { content: '\e825'; }
.socicon-instapaper::before { content: '\e826'; }
.socicon-weibo::before { content: '\e827'; }
.socicon-klout::before { content: '\e828'; }
.socicon-linkedin::before { content: '\e829'; }
.socicon-meetup::before { content: '\e82a'; }
.socicon-vk::before { content: '\e82b'; }
.socicon-plancast::before { content: '\e82c'; }
.socicon-disqus::before { content: '\e82d'; }
.socicon-feed::before { content: '\e82e'; }
.socicon-skype::before { content: '\e82f'; }
.socicon-twitter::before { content: '\e830'; }
.socicon-youtube::before { content: '\e831'; }
.socicon-vimeo::before { content: '\e832'; }
.socicon-windows::before { content: '\e833'; }
.socicon-xing::before { content: '\e834'; }
.socicon-yahoo::before { content: '\e835'; }
.socicon-email::before { content: '\e837'; }
.socicon-cloud::before { content: '\e838'; }
.socicon-myspace::before { content: '\e839'; }
.socicon-podcast::before { content: '\e83a'; }
.socicon-amazon::before { content: '\e83b'; }
.socicon-steam::before { content: '\e83c'; }
.socicon-link::before { content: '\e83d'; }
.socicon-dropbox::before { content: '\e83e'; }
.socicon-ebay::before { content: '\e83f'; }
.socicon-facebook::before { content: '\e840'; }
.socicon-github2::before { content: '\e841'; }
.socicon-github::before { content: '\e842'; }
.socicon-googleplay::before { content: '\e843'; }
.socicon-itunes::before { content: '\e844'; }
.socicon-plurk::before { content: '\e845'; }
.socicon-songkick::before { content: '\e846'; }
.socicon-lastfm::before { content: '\e847'; }
.socicon-gmail::before { content: '\e848'; }
.socicon-pinboard::before { content: '\e849'; }
.socicon-openid::before { content: '\e84a'; }
.socicon-quora::before { content: '\e84b'; }
.socicon-soundcloud::before { content: '\e84c'; }
.socicon-tumblr::before { content: '\e84d'; }
.socicon-wordpress::before { content: '\e84f'; }
.socicon-yelp::before { content: '\e850'; }
.socicon-intensedebate::before { content: '\e851'; }
.socicon-eventbrite::before { content: '\e852'; }
.socicon-scribd::before { content: '\e853'; }
.socicon-stripe::before { content: '\e855'; }
.socicon-opentable::before { content: '\e856'; }
.socicon-cart::before { content: '\e857'; }
.socicon-opera::before { content: '\e858'; }
.socicon-angellist::before { content: '\e859'; }
.socicon-instagram::before { content: '\e85a'; }
.socicon-dwolla::before { content: '\e85b'; }
.socicon-appnet::before { content: '\e85c'; }
.socicon-drupal::before { content: '\e85f'; }
.socicon-buffer::before { content: '\e860'; }
.socicon-pocket::before { content: '\e861'; }
.socicon-bitbucket::before { content: '\e862'; }
.socicon-phone2::before { content: '\e863'; }
.socicon-stackoverflow::before { content: '\e865'; }
.socicon-hackernews::before { content: '\e866'; }
.socicon-lkdto::before { content: '\e867'; }
.socicon-twitter2::before { content: '\e868'; }
.socicon-phone3::before { content: '\e869'; }
.socicon-mobile::before { content: '\e86a'; }
.socicon-support::before { content: '\e86b'; }
.socicon-twitch::before { content: '\e86c'; }
.socicon-beer::before { content: '\e86d'; } @font-face {
font-family: 'bravada-blocks';
src: url(//stmegrues.fr/wp-content/themes/bravada/resources/fonts/blocks.eot);
src: url(//stmegrues.fr/wp-content/themes/bravada/resources/fonts/blocks.eot?#iefix) format('embedded-opentype'),
url(//stmegrues.fr/wp-content/themes/bravada/resources/fonts/blocks.woff) format('woff'),
url(//stmegrues.fr/wp-content/themes/bravada/resources/fonts/blocks.ttf) format('truetype'),
url(//stmegrues.fr/wp-content/themes/bravada/resources/fonts/blocks.svg?#blocks) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="blicon-"]::before,
[class*=" blicon-"]::before {
font-family: "bravada-blocks";
font-style: normal;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: inherit;
cursor: inherit;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.customize-control-cryout-iconselect select,
.customize-control-cryout-iconselect select option,
.customize-control-cryout-iconselect .select2-container,
.select2-container.cryout-iconselect .select2-results__option {
font-family: "bravada-blocks", -apple-system, BlinkMacSystemFont, sans-serif;
}
.blicon-toggle::before { content: "\e003"; }
.blicon-layout::before { content: "\e004"; }
.blicon-lock::before { content: "\e007"; }
.blicon-unlock::before { content: "\e008"; }
.blicon-target::before { content: "\e012"; }
.blicon-disc::before { content: "\e019"; }
.blicon-microphone::before { content: "\e048"; }
.blicon-play::before { content: "\e052"; }
.blicon-cloud2::before { content: "\e065"; }
.blicon-cloud-upload::before { content: "\e066"; }
.blicon-cloud-download::before { content: "\e067"; }
.blicon-plus2::before { content: "\e114"; }
.blicon-minus2::before { content: "\e115"; }
.blicon-check2::before { content: "\e116"; }
.blicon-cross2::before { content: "\e117"; }
.blicon-users2::before { content: "\e00a"; }
.blicon-user::before { content: "\e00b"; }
.blicon-trophy::before { content: "\e00c"; }
.blicon-speedometer::before { content: "\e00d"; }
.blicon-screen-tablet::before { content: "\e00f"; }
.blicon-screen-smartphone::before { content: "\e01a"; }
.blicon-screen-desktop::before { content: "\e01b"; }
.blicon-plane::before { content: "\e01c"; }
.blicon-notebook::before { content: "\e01d"; }
.blicon-magic-wand::before { content: "\e01e"; }
.blicon-hourglass2::before { content: "\e01f"; }
.blicon-graduation::before { content: "\e02a"; }
.blicon-fire::before { content: "\e02b"; }
.blicon-eyeglass::before { content: "\e02c"; }
.blicon-energy::before { content: "\e02d"; }
.blicon-chemistry::before { content: "\e02e"; }
.blicon-bell::before { content: "\e02f"; }
.blicon-badge::before { content: "\e03a"; }
.blicon-speech::before { content: "\e03b"; }
.blicon-puzzle::before { content: "\e03c"; }
.blicon-printer::before { content: "\e03d"; }
.blicon-present::before { content: "\e03e"; }
.blicon-pin::before { content: "\e03f"; }
.blicon-picture2::before { content: "\e04a"; }
.blicon-map::before { content: "\e04b"; }
.blicon-layers::before { content: "\e04c"; }
.blicon-globe::before { content: "\e04d"; }
.blicon-globe2::before { content: "\e04e"; }
.blicon-folder::before { content: "\e04f"; }
.blicon-feed::before { content: "\e05a"; }
.blicon-drop::before { content: "\e05b"; }
.blicon-drawar::before { content: "\e05c"; }
.blicon-docs::before { content: "\e05d"; }
.blicon-directions::before { content: "\e05e"; }
.blicon-direction::before { content: "\e05f"; }
.blicon-cup2::before { content: "\e06b"; }
.blicon-compass::before { content: "\e06c"; }
.blicon-calculator::before { content: "\e06d"; }
.blicon-bubbles::before { content: "\e06e"; }
.blicon-briefcase::before { content: "\e06f"; }
.blicon-book-open::before { content: "\e07a"; }
.blicon-basket::before { content: "\e07b"; }
.blicon-bag::before { content: "\e07c"; }
.blicon-wrench::before { content: "\e07f"; }
.blicon-umbrella::before { content: "\e08a"; }
.blicon-tag::before { content: "\e08c"; }
.blicon-support::before { content: "\e08d"; }
.blicon-share::before { content: "\e08e"; }
.blicon-share2::before { content: "\e08f"; }
.blicon-rocket::before { content: "\e09a"; }
.blicon-question::before { content: "\e09b"; }
.blicon-pie-chart2::before { content: "\e09c"; }
.blicon-pencil2::before { content: "\e09d"; }
.blicon-note::before { content: "\e09e"; }
.blicon-music-tone-alt::before { content: "\e09f"; }
.blicon-list2::before { content: "\e0a0"; }
.blicon-like::before { content: "\e0a1"; }
.blicon-home2::before { content: "\e0a2"; }
.blicon-grid::before { content: "\e0a3"; }
.blicon-graph::before { content: "\e0a4"; }
.blicon-equalizer::before { content: "\e0a5"; }
.blicon-dislike::before { content: "\e0a6"; }
.blicon-calender::before { content: "\e0a7"; }
.blicon-bulb::before { content: "\e0a8"; }
.blicon-chart::before { content: "\e0a9"; }
.blicon-clock::before { content: "\e0af"; }
.blicon-envolope::before { content: "\e0b1"; }
.blicon-flag::before { content: "\e0b3"; }
.blicon-folder2::before { content: "\e0b4"; }
.blicon-heart2::before { content: "\e0b5"; }
.blicon-info::before { content: "\e0b6"; }
.blicon-link::before { content: "\e0b7"; }
.blicon-refresh::before { content: "\e0bc"; }
.blicon-reload::before { content: "\e0bd"; }
.blicon-settings::before { content: "\e0be"; }
.blicon-arrow-down::before { content: "\e604"; }
.blicon-arrow-left::before { content: "\e605"; }
.blicon-arrow-right::before { content: "\e606"; }
.blicon-arrow-up::before { content: "\e607"; }
.blicon-paypal::before { content: "\e608"; }
.blicon-home::before { content: "\e800"; }
.blicon-apartment::before { content: "\e801"; }
.blicon-data::before { content: "\e80e"; }
.blicon-cog::before { content: "\e810"; }
.blicon-star::before { content: "\e814"; }
.blicon-star-half::before { content: "\e815"; }
.blicon-star-empty::before { content: "\e816"; }
.blicon-paperclip::before { content: "\e819"; }
.blicon-eye2::before { content: "\e81b"; }
.blicon-license::before { content: "\e822"; }
.blicon-picture::before { content: "\e827"; }
.blicon-book::before { content: "\e828"; }
.blicon-bookmark::before { content: "\e829"; }
.blicon-users::before { content: "\e82b"; }
.blicon-store::before { content: "\e82d"; }
.blicon-calendar::before { content: "\e836"; }
.blicon-keyboard::before { content: "\e837"; }
.blicon-spell-check::before { content: "\e838"; }
.blicon-screen::before { content: "\e839"; }
.blicon-smartphone::before { content: "\e83a"; }
.blicon-tablet::before { content: "\e83b"; }
.blicon-laptop::before { content: "\e83c"; }
.blicon-laptop-phone::before { content: "\e83d"; }
.blicon-construction::before { content: "\e841"; }
.blicon-pie-chart::before { content: "\e842"; }
.blicon-gift::before { content: "\e844"; }
.blicon-diamond::before { content: "\e845"; }
.blicon-cup3::before { content: "\e848"; }
.blicon-leaf::before { content: "\e849"; }
.blicon-earth::before { content: "\e853"; }
.blicon-bullhorn::before { content: "\e859"; }
.blicon-hourglass::before { content: "\e85f"; }
.blicon-undo::before { content: "\e860"; }
.blicon-redo::before { content: "\e861"; }
.blicon-sync::before { content: "\e862"; }
.blicon-history::before { content: "\e863"; }
.blicon-download::before { content: "\e865"; }
.blicon-upload::before { content: "\e866"; }
.blicon-bug::before { content: "\e869"; }
.blicon-code::before { content: "\e86a"; }
.blicon-link2::before { content: "\e86b"; }
.blicon-unlink::before { content: "\e86c"; }
.blicon-thumbs-up::before { content: "\e86d"; }
.blicon-thumbs-down::before { content: "\e86e"; }
.blicon-magnifier::before { content: "\e86f"; }
.blicon-cross3::before { content: "\e870"; }
.blicon-menu::before { content: "\e871"; }
.blicon-list::before { content: "\e872"; }
.blicon-warning::before { content: "\e87c"; }
.blicon-question-circle::before { content: "\e87d"; }
.blicon-check::before { content: "\e87f"; }
.blicon-cross::before { content: "\e880"; }
.blicon-plus::before { content: "\e881"; }
.blicon-minus::before { content: "\e882"; }
.blicon-layers2::before { content: "\e88e"; }
.blicon-text-format::before { content: "\e890"; }
.blicon-text-size::before { content: "\e892"; }
.blicon-hand::before { content: "\e8a5"; }
.blicon-pointer-up::before { content: "\e8a6"; }
.blicon-pointer-right::before { content: "\e8a7"; }
.blicon-pointer-down::before { content: "\e8a8"; }
.blicon-pointer-left::before { content: "\e8a9"; }
.blicon-heart::before { content: "\e930"; }
.blicon-cloud::before { content: "\e931"; }
.blicon-trash::before { content: "\e933"; }
.blicon-user2::before { content: "\e934"; }
.blicon-key::before { content: "\e935"; }
.blicon-search::before { content: "\e936"; }
.blicon-settings2::before { content: "\e937"; }
.blicon-camera::before { content: "\e938"; }
.blicon-tag2::before { content: "\e939"; }
.blicon-bulb2::before { content: "\e93a"; }
.blicon-pencil::before { content: "\e93b"; }
.blicon-diamond2::before { content: "\e93c"; }
.blicon-location::before { content: "\e93e"; }
.blicon-eye::before { content: "\e93f"; }
.blicon-bubble::before { content: "\e940"; }
.blicon-stack::before { content: "\e941"; }
.blicon-cup::before { content: "\e942"; }
.blicon-phone::before { content: "\e943"; }
.blicon-news::before { content: "\e944"; }
.blicon-mail::before { content: "\e945"; }
.blicon-news2::before { content: "\e948"; }
.blicon-paperplane::before { content: "\e949"; }
.blicon-params2::before { content: "\e94a"; }
.blicon-data2::before { content: "\e94b"; }
.blicon-megaphone::before { content: "\e94c"; }
.blicon-study::before { content: "\e94d"; }
.blicon-chemistry2::before { content: "\e94e"; }
.blicon-fire2::before { content: "\e94f"; }
.blicon-paperclip2::before { content: "\e950"; }
.blicon-calendar2::before { content: "\e951"; }
.blicon-wallet::before { content: "\e952"; }