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;
}
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.elementor-button-wrapper{
text-align: right;
}
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.elementor-button-wrapper{
text-align: left;
}
.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 {
content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before {
content: '-'; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-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 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: url(//www.franciscamilos.com/wp-content/plugins/header-footer-elementor/inc/images/shade.png) repeat;
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 {
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: block;
position: fixed;
z-index: 999999;
padding: 0;
margin: 0;
-webkit-overflow-scrolling: touch;
-webkit-backface-visibility: hidden;
}
.hfe-flyout-content.push {
color: #ffffff;
}
.hfe-flyout-content ul li {
color: #ffffff;
} .hfe-flyout-wrapper .hfe-side { display: block;
position: fixed;
z-index: 999999;
padding: 0;
margin: 0;
-webkit-overflow-scrolling: touch;
-webkit-backface-visibility: hidden;
}
.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)";
}
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: 1023px ) {
.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 .count, 
.hfe-cart-menu-wrap-custom .count:after {
border-color: #75c32c;
color: #75c32c;
}
.hfe-cart-menu-wrap-custom .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 .count, 
.hfe-cart-menu-wrap-default .count:after {
border-color: #75c32c;
color: #75c32c;
}
.hfe-cart-menu-wrap-default .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 .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]: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;
}.notificationx-shortcode-wrapper>.nx-bar.theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:after,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-eight-free:before,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-seven-free:before,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-six-free .notificationx-image:after,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment .notificationx-image:after,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-2:before,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-3:before,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-eight-free:before,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-seven-free:before,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-six-free .notificationx-image:after,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment .notificationx-image:after,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-2:before,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-3:before,.nx-bar.theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:after,.nx-notification.nx-comments .nx-notification-theme-eight-free:before,.nx-notification.nx-comments .nx-notification-theme-seven-free:before,.nx-notification.nx-comments .nx-notification-theme-six-free .notificationx-image:after,.nx-notification.nx-custom .nx-notification-review-comment .notificationx-image:after,.nx-notification.nx-custom .nx-notification-review-comment-2:before,.nx-notification.nx-custom .nx-notification-review-comment-3:before,.nx-notification.nx-custom .nx-notification-theme-eight-free:before,.nx-notification.nx-custom .nx-notification-theme-seven-free:before,.nx-notification.nx-custom .nx-notification-theme-six-free .notificationx-image:after,.nx-notification.nx-reviews .nx-notification-review-comment .notificationx-image:after,.nx-notification.nx-reviews .nx-notification-review-comment-2:before,.nx-notification.nx-reviews .nx-notification-review-comment-3:before{content:''}.notificationx-shortcode-wrapper>.nx-bar,.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:after,.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-close,.notificationx-shortcode-wrapper>.nx-notification .notificationx-link,.notificationx-shortcode-wrapper>.nx-notification a.notificationx-link,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-six-free .notificationx-image:after,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment .notificationx-image:after,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-six-free .notificationx-image:after,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment .notificationx-image:after,.nx-bar,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:after,.nx-bar .nx-bar-inner .nx-close,.nx-notification .notificationx-link,.nx-notification a.notificationx-link,.nx-notification.nx-comments .nx-notification-theme-six-free .notificationx-image:after,.nx-notification.nx-custom .nx-notification-review-comment .notificationx-image:after,.nx-notification.nx-custom .nx-notification-theme-six-free .notificationx-image:after,.nx-notification.nx-reviews .nx-notification-review-comment .notificationx-image:after{position:absolute}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-eight-free .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-seven-free .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-six-free .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-2 .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-3 .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-eight-free .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-seven-free .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-six-free .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-2 .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-3 .notificationx-image,.nx-notification.nx-comments .nx-notification-theme-eight-free .notificationx-image,.nx-notification.nx-comments .nx-notification-theme-seven-free .notificationx-image,.nx-notification.nx-comments .nx-notification-theme-six-free .notificationx-image,.nx-notification.nx-custom .nx-notification-review-comment .notificationx-image,.nx-notification.nx-custom .nx-notification-review-comment-2 .notificationx-image,.nx-notification.nx-custom .nx-notification-review-comment-3 .notificationx-image,.nx-notification.nx-custom .nx-notification-theme-eight-free .notificationx-image,.nx-notification.nx-custom .nx-notification-theme-seven-free .notificationx-image,.nx-notification.nx-custom .nx-notification-theme-six-free .notificationx-image,.nx-notification.nx-reviews .nx-notification-review-comment .notificationx-image,.nx-notification.nx-reviews .nx-notification-review-comment-2 .notificationx-image,.nx-notification.nx-reviews .nx-notification-review-comment-3 .notificationx-image{position:relative}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap,.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper,.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner,.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner .notificationx-content .nx-branding,.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner .notificationx-content>.nx-third-row,.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-six-free .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-six-free .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment .notificationx-image,.nx-bar .nx-bar-inner .nx-bar-content-wrap,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper,.nx-notification .notificationx-inner,.nx-notification .notificationx-inner .notificationx-content,.nx-notification .notificationx-inner .notificationx-content .nx-branding,.nx-notification .notificationx-inner .notificationx-content>.nx-third-row,.nx-notification .notificationx-inner .notificationx-image,.nx-notification.nx-comments .nx-notification-theme-six-free .notificationx-image,.nx-notification.nx-custom .nx-notification-review-comment .notificationx-image,.nx-notification.nx-custom .nx-notification-theme-six-free .notificationx-image,.nx-notification.nx-reviews .nx-notification-review-comment .notificationx-image{display:flex}.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner .notificationx-content,.nx-notification .notificationx-inner .notificationx-content{flex-direction:column}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap,.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper,.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner,.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner .notificationx-content .nx-branding,.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner .notificationx-content>.nx-third-row,.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-six-free .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-six-free .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment .notificationx-image,.nx-bar .nx-bar-inner .nx-bar-content-wrap,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper,.nx-notification .notificationx-inner,.nx-notification .notificationx-inner .notificationx-content .nx-branding,.nx-notification .notificationx-inner .notificationx-content>.nx-third-row,.nx-notification .notificationx-inner .notificationx-image,.nx-notification.nx-comments .nx-notification-theme-six-free .notificationx-image,.nx-notification.nx-custom .nx-notification-review-comment .notificationx-image,.nx-notification.nx-custom .nx-notification-theme-six-free .notificationx-image,.nx-notification.nx-reviews .nx-notification-review-comment .notificationx-image{align-items:center}.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-six-free .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-six-free .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment .notificationx-image,.nx-notification .notificationx-inner .notificationx-content,.nx-notification .notificationx-inner .notificationx-image,.nx-notification.nx-comments .nx-notification-theme-six-free .notificationx-image,.nx-notification.nx-custom .nx-notification-review-comment .notificationx-image,.nx-notification.nx-custom .nx-notification-theme-six-free .notificationx-image,.nx-notification.nx-reviews .nx-notification-review-comment .notificationx-image{justify-content:center}.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner .notificationx-content,.nx-notification .notificationx-inner .notificationx-content{align-self:stretch}.notificationx-shortcode-wrapper>.nx-notification .notificationx-link,.notificationx-shortcode-wrapper>.nx-notification a.notificationx-link,.nx-notification .notificationx-link,.nx-notification a.notificationx-link{width:100%;height:100%}.notificationx-shortcode-wrapper>.nx-notification .notificationx-link,.notificationx-shortcode-wrapper>.nx-notification a.notificationx-link,.nx-notification .notificationx-link,.nx-notification a.notificationx-link{left:0;right:0}.notificationx-shortcode-wrapper>.nx-notification a.notificationx-link,.nx-notification a.notificationx-link{outline:0}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-comments .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-comments .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-comments .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-conversions .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-conversions .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-conversions .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-custom .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-custom .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-custom .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-donation .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-donation .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-donation .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-elearning .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-elearning .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-elearning .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-email_subscription .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-email_subscription .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-email_subscription .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-form .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-form .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-form .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:220px;display:inline-block}@media only screen and (max-width:786px){.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-comments .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-comments .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-comments .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-conversions .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-conversions .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-conversions .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-custom .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-custom .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-custom .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-donation .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-donation .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-donation .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-elearning .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-elearning .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-elearning .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-email_subscription .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-email_subscription .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-email_subscription .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-form .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-form .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-form .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word{width:180px}}@media only screen and (min-width:480px) and (max-width:786px){.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-comments .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-comments .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-comments .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-conversions .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-conversions .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-conversions .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-custom .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-custom .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-custom .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-donation .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-donation .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-donation .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-elearning .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-elearning .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-elearning .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-email_subscription .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-email_subscription .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-email_subscription .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-form .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-form .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-form .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word{width:200px}}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-six-free,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-six-free,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment,.nx-notification.nx-comments .nx-notification-theme-six-free,.nx-notification.nx-custom .nx-notification-review-comment,.nx-notification.nx-custom .nx-notification-theme-six-free,.nx-notification.nx-reviews .nx-notification-review-comment{background:0 0}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-eight-free.nx-img-right span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-seven-free.nx-img-right span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-two.nx-img-right span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-two.nx-img-right span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-2.nx-img-right span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-3.nx-img-right span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review_saying.nx-img-right span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-reviewed.nx-img-right span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-eight-free.nx-img-right span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-seven-free.nx-img-right span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-two.nx-img-right span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-total-download.nx-img-right span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-two.nx-img-right span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-download_stats .nx-notification-total-download.nx-img-right span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-two.nx-img-right span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-two.nx-img-right span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-two.nx-img-right span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-2.nx-img-right span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-3.nx-img-right span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review_saying.nx-img-right span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-reviewed.nx-img-right span.notificationx-close,.nx-notification.nx-comments .nx-notification-theme-eight-free.nx-img-right span.notificationx-close,.nx-notification.nx-comments .nx-notification-theme-seven-free.nx-img-right span.notificationx-close,.nx-notification.nx-comments .nx-notification-theme-two.nx-img-right span.notificationx-close,.nx-notification.nx-conversions .nx-notification-theme-two.nx-img-right span.notificationx-close,.nx-notification.nx-custom .nx-notification-review-comment-2.nx-img-right span.notificationx-close,.nx-notification.nx-custom .nx-notification-review-comment-3.nx-img-right span.notificationx-close,.nx-notification.nx-custom .nx-notification-review_saying.nx-img-right span.notificationx-close,.nx-notification.nx-custom .nx-notification-reviewed.nx-img-right span.notificationx-close,.nx-notification.nx-custom .nx-notification-theme-eight-free.nx-img-right span.notificationx-close,.nx-notification.nx-custom .nx-notification-theme-seven-free.nx-img-right span.notificationx-close,.nx-notification.nx-custom .nx-notification-theme-two.nx-img-right span.notificationx-close,.nx-notification.nx-custom .nx-notification-total-download.nx-img-right span.notificationx-close,.nx-notification.nx-donation .nx-notification-theme-two.nx-img-right span.notificationx-close,.nx-notification.nx-download_stats .nx-notification-total-download.nx-img-right span.notificationx-close,.nx-notification.nx-elearning .nx-notification-theme-two.nx-img-right span.notificationx-close,.nx-notification.nx-email_subscription .nx-notification-theme-two.nx-img-right span.notificationx-close,.nx-notification.nx-form .nx-notification-theme-two.nx-img-right span.notificationx-close,.nx-notification.nx-reviews .nx-notification-review-comment-2.nx-img-right span.notificationx-close,.nx-notification.nx-reviews .nx-notification-review-comment-3.nx-img-right span.notificationx-close,.nx-notification.nx-reviews .nx-notification-review_saying.nx-img-right span.notificationx-close,.nx-notification.nx-reviews .nx-notification-reviewed.nx-img-right span.notificationx-close{right:auto;top:50%;left:20px;margin-top:-4px}.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-six-free .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-six-free .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-six-free .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-six-free .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment .notificationx-image,.nx-notification .notificationx-inner,.nx-notification.nx-comments .nx-notification-theme-six-free .notificationx-content,.nx-notification.nx-comments .nx-notification-theme-six-free .notificationx-image,.nx-notification.nx-custom .nx-notification-review-comment .notificationx-content,.nx-notification.nx-custom .nx-notification-review-comment .notificationx-image,.nx-notification.nx-custom .nx-notification-theme-six-free .notificationx-content,.nx-notification.nx-custom .nx-notification-theme-six-free .notificationx-image,.nx-notification.nx-reviews .nx-notification-review-comment .notificationx-content,.nx-notification.nx-reviews .nx-notification-review-comment .notificationx-image{box-shadow:0 0 10px 0 rgba(0,0,0,.1)}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-six-free,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-six-free,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment,.nx-notification.nx-comments .nx-notification-theme-six-free,.nx-notification.nx-custom .nx-notification-review-comment,.nx-notification.nx-custom .nx-notification-theme-six-free,.nx-notification.nx-reviews .nx-notification-review-comment{box-shadow:none}.notificationx-shortcode-wrapper>.nx-notification,.nx-notification{position:fixed;left:30px;z-index:9999999;line-height:1.5}.notificationx-shortcode-wrapper>.nx-notification.nx-bottom_right,.nx-notification.nx-bottom_right{left:auto;right:30px}.notificationx-shortcode-wrapper>.nx-notification .notificationx-link,.nx-notification .notificationx-link{top:0}.notificationx-shortcode-wrapper>.nx-notification .nx-branding>a,.nx-notification .nx-branding>a{z-index:999}.notificationx-shortcode-wrapper>.nx-notification .nx-branding>a>svg,.nx-notification .nx-branding>a>svg{width:80px;fill:#5614d5;height:16px;display:block}.notificationx-shortcode-wrapper>.nx-notification .nx-branding>a:hover>svg,.nx-notification .nx-branding>a:hover>svg{fill:#b18ef4;transition:fill .3s ease 0s}.notificationx-shortcode-wrapper>.nx-notification span.notificationx-close,.nx-notification span.notificationx-close{position:absolute;right:10px;top:10px;z-index:999;cursor:pointer;width:8px;height:8px;display:none}.notificationx-shortcode-wrapper>.nx-notification span.notificationx-close svg,.nx-notification span.notificationx-close svg{fill:#000;position:absolute}.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner,.nx-notification .notificationx-inner{background-color:#fff}.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner.nx-has-close-btn span.notificationx-close,.nx-notification .notificationx-inner.nx-has-close-btn span.notificationx-close{display:block}.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner.nx-has-close-btn>.notificationx-content,.nx-notification .notificationx-inner.nx-has-close-btn>.notificationx-content{padding-right:30px}.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner.nx-img-right,.nx-notification .notificationx-inner.nx-img-right{flex-direction:row-reverse}.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner.nx-img-right>.notificationx-content,.nx-notification .notificationx-inner.nx-img-right>.notificationx-content{padding-right:10px;padding-left:15px}.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner .notificationx-content,.nx-notification .notificationx-inner .notificationx-content{min-width:250px;padding:15px 10px 15px}.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner .notificationx-content>.nx-first-row,.nx-notification .notificationx-inner .notificationx-content>.nx-first-row{font-size:13px}.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner .notificationx-content>.nx-second-row,.nx-notification .notificationx-inner .notificationx-content>.nx-second-row{font-size:14px}.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner .notificationx-content>.nx-third-row,.nx-notification .notificationx-inner .notificationx-content>.nx-third-row{justify-content:space-between;font-size:13px}.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner .notificationx-content .nx-branding>svg,.nx-notification .notificationx-inner .notificationx-content .nx-branding>svg{margin-right:3px}.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner .notificationx-content .nx-branding>a,.nx-notification .notificationx-inner .notificationx-content .nx-branding>a{margin-left:3px}.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner .notificationx-image,.nx-notification .notificationx-inner .notificationx-image{flex-basis:80px;background-color:#fff;width:80px;height:80px;margin:10px}.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner .notificationx-image>img,.nx-notification .notificationx-inner .notificationx-image>img{object-fit:cover;max-height:100%;min-width:100%}.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner.nx-img-circle .notificationx-image,.nx-notification .notificationx-inner.nx-img-circle .notificationx-image{border-radius:50%;overflow:hidden}.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner.nx-img-circle .notificationx-image>img,.nx-notification .notificationx-inner.nx-img-circle .notificationx-image>img{height:200px;width:200px;object-fit:cover}.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner.nx-img-square .notificationx-image>img,.nx-notification .notificationx-inner.nx-img-square .notificationx-image,.nx-notification .notificationx-inner.nx-img-square .notificationx-image>img{border-radius:0}.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner.nx-img-rounded .notificationx-image,.nx-notification .notificationx-inner.nx-img-rounded .notificationx-image{border-radius:5px;overflow:hidden}.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner.nx-img-rounded .notificationx-image>img,.nx-notification .notificationx-inner.nx-img-rounded .notificationx-image>img{border-radius:5px}@media only screen and (max-width:786px){.notificationx-shortcode-wrapper>.nx-notification,.nx-notification{left:10px;right:10px;bottom:10px}.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner .notificationx-image,.nx-notification .notificationx-inner .notificationx-image{width:60px;height:50px}.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner .notificationx-content,.nx-notification .notificationx-inner .notificationx-content{min-width:200px}.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner .notificationx-content .nx-branding>svg,.nx-notification .notificationx-inner .notificationx-content .nx-branding>svg{width:10px}.notificationx-shortcode-wrapper>.nx-notification .notificationx-inner .notificationx-content .nx-branding>a>svg,.nx-notification .notificationx-inner .notificationx-content .nx-branding>a>svg{width:60px}.notificationx-shortcode-wrapper>.nx-notification.nx-bottom_right,.nx-notification.nx-bottom_right{left:10px;right:10px;bottom:10px}}@media only screen and (min-width:480px) and (max-width:786px){.notificationx-shortcode-wrapper>.nx-notification,.nx-notification{left:20px;right:auto}.notificationx-shortcode-wrapper>.nx-notification.nx-bottom_right,.nx-notification.nx-bottom_right{left:auto;right:20px}}body.has-nx-bar,body.nx-press_bar-active{-webkit-transition:padding .2s ease-in;-moz-transition:padding .2s ease-in;-o-transition:padding .2s ease-in;transition:padding .2s ease-in}.notificationx-shortcode-wrapper>.nx-notification{z-index:9}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-two,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-two,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-two,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-two,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-two,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-two,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-two,.nx-notification.nx-comments .nx-notification-theme-two,.nx-notification.nx-conversions .nx-notification-theme-two,.nx-notification.nx-custom .nx-notification-theme-two,.nx-notification.nx-donation .nx-notification-theme-two,.nx-notification.nx-elearning .nx-notification-theme-two,.nx-notification.nx-email_subscription .nx-notification-theme-two,.nx-notification.nx-form .nx-notification-theme-two{border-radius:50px}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-two.has-no-image .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-two.has-no-image .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-two.has-no-image .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-two.has-no-image .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-two.has-no-image .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-two.has-no-image .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-two.has-no-image .notificationx-content,.nx-notification.nx-comments .nx-notification-theme-two.has-no-image .notificationx-content,.nx-notification.nx-conversions .nx-notification-theme-two.has-no-image .notificationx-content,.nx-notification.nx-custom .nx-notification-theme-two.has-no-image .notificationx-content,.nx-notification.nx-donation .nx-notification-theme-two.has-no-image .notificationx-content,.nx-notification.nx-elearning .nx-notification-theme-two.has-no-image .notificationx-content,.nx-notification.nx-email_subscription .nx-notification-theme-two.has-no-image .notificationx-content,.nx-notification.nx-form .nx-notification-theme-two.has-no-image .notificationx-content{padding-left:30px}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-two span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-two span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-two span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-two span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-two span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-two span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-two span.notificationx-close,.nx-notification.nx-comments .nx-notification-theme-two span.notificationx-close,.nx-notification.nx-conversions .nx-notification-theme-two span.notificationx-close,.nx-notification.nx-custom .nx-notification-theme-two span.notificationx-close,.nx-notification.nx-donation .nx-notification-theme-two span.notificationx-close,.nx-notification.nx-elearning .nx-notification-theme-two span.notificationx-close,.nx-notification.nx-email_subscription .nx-notification-theme-two span.notificationx-close,.nx-notification.nx-form .nx-notification-theme-two span.notificationx-close{right:20px;top:20px}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-two.nx-img-right>.notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-two.nx-img-right>.notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-two.nx-img-right>.notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-two.nx-img-right>.notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-two.nx-img-right>.notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-two.nx-img-right>.notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-two.nx-img-right>.notificationx-content,.nx-notification.nx-comments .nx-notification-theme-two.nx-img-right>.notificationx-content,.nx-notification.nx-conversions .nx-notification-theme-two.nx-img-right>.notificationx-content,.nx-notification.nx-custom .nx-notification-theme-two.nx-img-right>.notificationx-content,.nx-notification.nx-donation .nx-notification-theme-two.nx-img-right>.notificationx-content,.nx-notification.nx-elearning .nx-notification-theme-two.nx-img-right>.notificationx-content,.nx-notification.nx-email_subscription .nx-notification-theme-two.nx-img-right>.notificationx-content,.nx-notification.nx-form .nx-notification-theme-two.nx-img-right>.notificationx-content{padding-left:40px;padding-right:10px}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-one .notificationx-content .nx-first-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-three .notificationx-content .nx-first-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-two .notificationx-content .nx-first-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-one .notificationx-content .nx-first-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-three .notificationx-content .nx-first-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-two .notificationx-content .nx-first-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-one .notificationx-content .nx-first-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-three .notificationx-content .nx-first-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-two .notificationx-content .nx-first-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-one .notificationx-content .nx-first-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-three .notificationx-content .nx-first-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-two .notificationx-content .nx-first-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-one .notificationx-content .nx-first-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-three .notificationx-content .nx-first-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-two .notificationx-content .nx-first-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-one .notificationx-content .nx-first-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-three .notificationx-content .nx-first-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-two .notificationx-content .nx-first-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-one .notificationx-content .nx-first-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-three .notificationx-content .nx-first-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-two .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-comments .nx-notification-theme-one .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-comments .nx-notification-theme-three .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-comments .nx-notification-theme-two .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-conversions .nx-notification-theme-one .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-conversions .nx-notification-theme-three .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-conversions .nx-notification-theme-two .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-custom .nx-notification-theme-one .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-custom .nx-notification-theme-three .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-custom .nx-notification-theme-two .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-donation .nx-notification-theme-one .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-donation .nx-notification-theme-three .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-donation .nx-notification-theme-two .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-elearning .nx-notification-theme-one .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-elearning .nx-notification-theme-three .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-elearning .nx-notification-theme-two .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-email_subscription .nx-notification-theme-one .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-email_subscription .nx-notification-theme-three .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-email_subscription .nx-notification-theme-two .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-form .nx-notification-theme-one .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-form .nx-notification-theme-three .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-form .nx-notification-theme-two .notificationx-content .nx-first-row .nx-first-word{font-weight:500}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-comments .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-comments .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-comments .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-conversions .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-conversions .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-conversions .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-custom .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-custom .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-custom .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-donation .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-donation .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-donation .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-elearning .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-elearning .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-elearning .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-email_subscription .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-email_subscription .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-email_subscription .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-form .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-form .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-form .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word{font-weight:600}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-one,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-two,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-one,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-two,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-one,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-two,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-one,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-two,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-one,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-two,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-one,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-two,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-one,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-two,.nx-notification.nx-comments .nx-notification-theme-one,.nx-notification.nx-comments .nx-notification-theme-two,.nx-notification.nx-conversions .nx-notification-theme-one,.nx-notification.nx-conversions .nx-notification-theme-two,.nx-notification.nx-custom .nx-notification-theme-one,.nx-notification.nx-custom .nx-notification-theme-two,.nx-notification.nx-donation .nx-notification-theme-one,.nx-notification.nx-donation .nx-notification-theme-two,.nx-notification.nx-elearning .nx-notification-theme-one,.nx-notification.nx-elearning .nx-notification-theme-two,.nx-notification.nx-email_subscription .nx-notification-theme-one,.nx-notification.nx-email_subscription .nx-notification-theme-two,.nx-notification.nx-form .nx-notification-theme-one,.nx-notification.nx-form .nx-notification-theme-two{background-color:#fff}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-one .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-two .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-one .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-two .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-one .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-two .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-one .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-two .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-one .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-two .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-one .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-two .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-one .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-two .notificationx-image,.nx-notification.nx-comments .nx-notification-theme-one .notificationx-image,.nx-notification.nx-comments .nx-notification-theme-two .notificationx-image,.nx-notification.nx-conversions .nx-notification-theme-one .notificationx-image,.nx-notification.nx-conversions .nx-notification-theme-two .notificationx-image,.nx-notification.nx-custom .nx-notification-theme-one .notificationx-image,.nx-notification.nx-custom .nx-notification-theme-two .notificationx-image,.nx-notification.nx-donation .nx-notification-theme-one .notificationx-image,.nx-notification.nx-donation .nx-notification-theme-two .notificationx-image,.nx-notification.nx-elearning .nx-notification-theme-one .notificationx-image,.nx-notification.nx-elearning .nx-notification-theme-two .notificationx-image,.nx-notification.nx-email_subscription .nx-notification-theme-one .notificationx-image,.nx-notification.nx-email_subscription .nx-notification-theme-two .notificationx-image,.nx-notification.nx-form .nx-notification-theme-one .notificationx-image,.nx-notification.nx-form .nx-notification-theme-two .notificationx-image{border-radius:50%;overflow:hidden}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-one.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-two.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-one.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-two.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-one.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-two.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-one.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-two.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-one.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-two.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-one.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-two.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-one.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-two.nx-img-rounded .notificationx-image,.nx-notification.nx-comments .nx-notification-theme-one.nx-img-rounded .notificationx-image,.nx-notification.nx-comments .nx-notification-theme-two.nx-img-rounded .notificationx-image,.nx-notification.nx-conversions .nx-notification-theme-one.nx-img-rounded .notificationx-image,.nx-notification.nx-conversions .nx-notification-theme-two.nx-img-rounded .notificationx-image,.nx-notification.nx-custom .nx-notification-theme-one.nx-img-rounded .notificationx-image,.nx-notification.nx-custom .nx-notification-theme-two.nx-img-rounded .notificationx-image,.nx-notification.nx-donation .nx-notification-theme-one.nx-img-rounded .notificationx-image,.nx-notification.nx-donation .nx-notification-theme-two.nx-img-rounded .notificationx-image,.nx-notification.nx-elearning .nx-notification-theme-one.nx-img-rounded .notificationx-image,.nx-notification.nx-elearning .nx-notification-theme-two.nx-img-rounded .notificationx-image,.nx-notification.nx-email_subscription .nx-notification-theme-one.nx-img-rounded .notificationx-image,.nx-notification.nx-email_subscription .nx-notification-theme-two.nx-img-rounded .notificationx-image,.nx-notification.nx-form .nx-notification-theme-one.nx-img-rounded .notificationx-image,.nx-notification.nx-form .nx-notification-theme-two.nx-img-rounded .notificationx-image{border-radius:5px}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-one.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-two.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-one.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-two.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-one.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-two.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-one.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-two.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-one.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-two.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-one.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-two.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-one.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-two.nx-img-square .notificationx-image,.nx-notification.nx-comments .nx-notification-theme-one.nx-img-square .notificationx-image,.nx-notification.nx-comments .nx-notification-theme-two.nx-img-square .notificationx-image,.nx-notification.nx-conversions .nx-notification-theme-one.nx-img-square .notificationx-image,.nx-notification.nx-conversions .nx-notification-theme-two.nx-img-square .notificationx-image,.nx-notification.nx-custom .nx-notification-theme-one.nx-img-square .notificationx-image,.nx-notification.nx-custom .nx-notification-theme-two.nx-img-square .notificationx-image,.nx-notification.nx-donation .nx-notification-theme-one.nx-img-square .notificationx-image,.nx-notification.nx-donation .nx-notification-theme-two.nx-img-square .notificationx-image,.nx-notification.nx-elearning .nx-notification-theme-one.nx-img-square .notificationx-image,.nx-notification.nx-elearning .nx-notification-theme-two.nx-img-square .notificationx-image,.nx-notification.nx-email_subscription .nx-notification-theme-one.nx-img-square .notificationx-image,.nx-notification.nx-email_subscription .nx-notification-theme-two.nx-img-square .notificationx-image,.nx-notification.nx-form .nx-notification-theme-one.nx-img-square .notificationx-image,.nx-notification.nx-form .nx-notification-theme-two.nx-img-square .notificationx-image{border-radius:0}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-two,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-two,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-two,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-two,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-two,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-two,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-two,.nx-notification.nx-comments .nx-notification-theme-two,.nx-notification.nx-conversions .nx-notification-theme-two,.nx-notification.nx-custom .nx-notification-theme-two,.nx-notification.nx-donation .nx-notification-theme-two,.nx-notification.nx-elearning .nx-notification-theme-two,.nx-notification.nx-email_subscription .nx-notification-theme-two,.nx-notification.nx-form .nx-notification-theme-two{background-color:#fff}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-two.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-two.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-two.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-two.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-two.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-two.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-two.nx-img-rounded .notificationx-image,.nx-notification.nx-comments .nx-notification-theme-two.nx-img-rounded .notificationx-image,.nx-notification.nx-conversions .nx-notification-theme-two.nx-img-rounded .notificationx-image,.nx-notification.nx-custom .nx-notification-theme-two.nx-img-rounded .notificationx-image,.nx-notification.nx-donation .nx-notification-theme-two.nx-img-rounded .notificationx-image,.nx-notification.nx-elearning .nx-notification-theme-two.nx-img-rounded .notificationx-image,.nx-notification.nx-email_subscription .nx-notification-theme-two.nx-img-rounded .notificationx-image,.nx-notification.nx-form .nx-notification-theme-two.nx-img-rounded .notificationx-image{padding:10px;overflow:visible;margin-right:0;background:0 0}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-two.nx-img-rounded .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-two.nx-img-rounded .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-two.nx-img-rounded .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-two.nx-img-rounded .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-two.nx-img-rounded .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-two.nx-img-rounded .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-two.nx-img-rounded .notificationx-image>img,.nx-notification.nx-comments .nx-notification-theme-two.nx-img-rounded .notificationx-image>img,.nx-notification.nx-conversions .nx-notification-theme-two.nx-img-rounded .notificationx-image>img,.nx-notification.nx-custom .nx-notification-theme-two.nx-img-rounded .notificationx-image>img,.nx-notification.nx-donation .nx-notification-theme-two.nx-img-rounded .notificationx-image>img,.nx-notification.nx-elearning .nx-notification-theme-two.nx-img-rounded .notificationx-image>img,.nx-notification.nx-email_subscription .nx-notification-theme-two.nx-img-rounded .notificationx-image>img,.nx-notification.nx-form .nx-notification-theme-two.nx-img-rounded .notificationx-image>img{border-radius:5px}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-two.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-two.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-two.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-two.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-two.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-two.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-two.nx-img-square .notificationx-image,.nx-notification.nx-comments .nx-notification-theme-two.nx-img-square .notificationx-image,.nx-notification.nx-conversions .nx-notification-theme-two.nx-img-square .notificationx-image,.nx-notification.nx-custom .nx-notification-theme-two.nx-img-square .notificationx-image,.nx-notification.nx-donation .nx-notification-theme-two.nx-img-square .notificationx-image,.nx-notification.nx-elearning .nx-notification-theme-two.nx-img-square .notificationx-image,.nx-notification.nx-email_subscription .nx-notification-theme-two.nx-img-square .notificationx-image,.nx-notification.nx-form .nx-notification-theme-two.nx-img-square .notificationx-image{padding:10px;overflow:visible;margin-right:0;background:0 0}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-two.nx-img-square .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-two.nx-img-square .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-two.nx-img-square .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-two.nx-img-square .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-two.nx-img-square .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-two.nx-img-square .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-two.nx-img-square .notificationx-image>img,.nx-notification.nx-comments .nx-notification-theme-two.nx-img-square .notificationx-image>img,.nx-notification.nx-conversions .nx-notification-theme-two.nx-img-square .notificationx-image>img,.nx-notification.nx-custom .nx-notification-theme-two.nx-img-square .notificationx-image>img,.nx-notification.nx-donation .nx-notification-theme-two.nx-img-square .notificationx-image>img,.nx-notification.nx-elearning .nx-notification-theme-two.nx-img-square .notificationx-image>img,.nx-notification.nx-email_subscription .nx-notification-theme-two.nx-img-square .notificationx-image>img,.nx-notification.nx-form .nx-notification-theme-two.nx-img-square .notificationx-image>img{border-radius:0}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-two.nx-img-circle .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-two.nx-img-circle .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-two.nx-img-circle .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-two.nx-img-circle .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-two.nx-img-circle .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-two.nx-img-circle .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-two.nx-img-circle .notificationx-image,.nx-notification.nx-comments .nx-notification-theme-two.nx-img-circle .notificationx-image,.nx-notification.nx-conversions .nx-notification-theme-two.nx-img-circle .notificationx-image,.nx-notification.nx-custom .nx-notification-theme-two.nx-img-circle .notificationx-image,.nx-notification.nx-donation .nx-notification-theme-two.nx-img-circle .notificationx-image,.nx-notification.nx-elearning .nx-notification-theme-two.nx-img-circle .notificationx-image,.nx-notification.nx-email_subscription .nx-notification-theme-two.nx-img-circle .notificationx-image,.nx-notification.nx-form .nx-notification-theme-two.nx-img-circle .notificationx-image{overflow:hidden;padding:0}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-two.nx-img-right.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-two.nx-img-right.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-two.nx-img-right.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-two.nx-img-right.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-two.nx-img-right.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-two.nx-img-right.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-two.nx-img-right.nx-img-rounded .notificationx-image,.nx-notification.nx-comments .nx-notification-theme-two.nx-img-right.nx-img-rounded .notificationx-image,.nx-notification.nx-conversions .nx-notification-theme-two.nx-img-right.nx-img-rounded .notificationx-image,.nx-notification.nx-custom .nx-notification-theme-two.nx-img-right.nx-img-rounded .notificationx-image,.nx-notification.nx-donation .nx-notification-theme-two.nx-img-right.nx-img-rounded .notificationx-image,.nx-notification.nx-elearning .nx-notification-theme-two.nx-img-right.nx-img-rounded .notificationx-image,.nx-notification.nx-email_subscription .nx-notification-theme-two.nx-img-right.nx-img-rounded .notificationx-image,.nx-notification.nx-form .nx-notification-theme-two.nx-img-right.nx-img-rounded .notificationx-image{margin-left:0;margin-right:10px}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-two.nx-img-right.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-two.nx-img-right.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-two.nx-img-right.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-two.nx-img-right.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-two.nx-img-right.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-two.nx-img-right.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-two.nx-img-right.nx-img-square .notificationx-image,.nx-notification.nx-comments .nx-notification-theme-two.nx-img-right.nx-img-square .notificationx-image,.nx-notification.nx-conversions .nx-notification-theme-two.nx-img-right.nx-img-square .notificationx-image,.nx-notification.nx-custom .nx-notification-theme-two.nx-img-right.nx-img-square .notificationx-image,.nx-notification.nx-donation .nx-notification-theme-two.nx-img-right.nx-img-square .notificationx-image,.nx-notification.nx-elearning .nx-notification-theme-two.nx-img-right.nx-img-square .notificationx-image,.nx-notification.nx-email_subscription .nx-notification-theme-two.nx-img-right.nx-img-square .notificationx-image,.nx-notification.nx-form .nx-notification-theme-two.nx-img-right.nx-img-square .notificationx-image{margin-left:0;margin-right:10px}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-three,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-three,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-three,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-three,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-three,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-three,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-three,.nx-notification.nx-comments .nx-notification-theme-three,.nx-notification.nx-conversions .nx-notification-theme-three,.nx-notification.nx-custom .nx-notification-theme-three,.nx-notification.nx-donation .nx-notification-theme-three,.nx-notification.nx-elearning .nx-notification-theme-three,.nx-notification.nx-email_subscription .nx-notification-theme-three,.nx-notification.nx-form .nx-notification-theme-three{background-color:#fff}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-three .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-three .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-three .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-three .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-three .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-three .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-three .notificationx-content,.nx-notification.nx-comments .nx-notification-theme-three .notificationx-content,.nx-notification.nx-conversions .nx-notification-theme-three .notificationx-content,.nx-notification.nx-custom .nx-notification-theme-three .notificationx-content,.nx-notification.nx-donation .nx-notification-theme-three .notificationx-content,.nx-notification.nx-elearning .nx-notification-theme-three .notificationx-content,.nx-notification.nx-email_subscription .nx-notification-theme-three .notificationx-content,.nx-notification.nx-form .nx-notification-theme-three .notificationx-content{border-left:1px solid #f2f2f2}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-three.nx-img-right .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-conversions .nx-notification-theme-three.nx-img-right .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-three.nx-img-right .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-donation .nx-notification-theme-three.nx-img-right .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-elearning .nx-notification-theme-three.nx-img-right .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-email_subscription .nx-notification-theme-three.nx-img-right .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-three.nx-img-right .notificationx-content,.nx-notification.nx-comments .nx-notification-theme-three.nx-img-right .notificationx-content,.nx-notification.nx-conversions .nx-notification-theme-three.nx-img-right .notificationx-content,.nx-notification.nx-custom .nx-notification-theme-three.nx-img-right .notificationx-content,.nx-notification.nx-donation .nx-notification-theme-three.nx-img-right .notificationx-content,.nx-notification.nx-elearning .nx-notification-theme-three.nx-img-right .notificationx-content,.nx-notification.nx-email_subscription .nx-notification-theme-three.nx-img-right .notificationx-content,.nx-notification.nx-form .nx-notification-theme-three.nx-img-right .notificationx-content{border-left:none;border-right:1px solid #f2f2f2}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-six-free .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-six-free .notificationx-image,.nx-notification.nx-comments .nx-notification-theme-six-free .notificationx-image,.nx-notification.nx-custom .nx-notification-theme-six-free .notificationx-image{border-radius:10px;align-self:stretch;min-width:140px;height:auto;margin:0;padding:20px;margin-right:15px;overflow:visible}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-six-free .notificationx-image:after,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-six-free .notificationx-image:after,.nx-notification.nx-comments .nx-notification-theme-six-free .notificationx-image:after,.nx-notification.nx-custom .nx-notification-theme-six-free .notificationx-image:after{position:absolute;bottom:-10px;right:0;border-top:15px solid transparent;border-bottom:15px solid transparent;border-right:30px solid #fff;width:56px;height:39px;z-index:2}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-six-free.nx-img-right .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-six-free.nx-img-right .notificationx-image,.nx-notification.nx-comments .nx-notification-theme-six-free.nx-img-right .notificationx-image,.nx-notification.nx-custom .nx-notification-theme-six-free.nx-img-right .notificationx-image{margin-left:15px;margin-right:0}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-six-free .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-six-free .notificationx-content,.nx-notification.nx-comments .nx-notification-theme-six-free .notificationx-content,.nx-notification.nx-custom .nx-notification-theme-six-free .notificationx-content{background-color:#fff;border-radius:10px;padding:15px}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-six-free .notificationx-content .nx-first-row,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-six-free .notificationx-content .nx-first-row,.nx-notification.nx-comments .nx-notification-theme-six-free .notificationx-content .nx-first-row,.nx-notification.nx-custom .nx-notification-theme-six-free .notificationx-content .nx-first-row{font-size:16px;font-weight:700}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-six-free .notificationx-content .nx-first-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-six-free .notificationx-content .nx-first-row .nx-fourth-word,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-six-free .notificationx-content .nx-first-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-six-free .notificationx-content .nx-first-row .nx-fourth-word,.nx-notification.nx-comments .nx-notification-theme-six-free .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-comments .nx-notification-theme-six-free .notificationx-content .nx-first-row .nx-fourth-word,.nx-notification.nx-custom .nx-notification-theme-six-free .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-custom .nx-notification-theme-six-free .notificationx-content .nx-first-row .nx-fourth-word{color:#7253ec}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-six-free .notificationx-content .nx-second-row,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-six-free .notificationx-content .nx-second-row,.nx-notification.nx-comments .nx-notification-theme-six-free .notificationx-content .nx-second-row,.nx-notification.nx-custom .nx-notification-theme-six-free .notificationx-content .nx-second-row{color:#697097;max-width:280px}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-six-free .notificationx-content .nx-third-row,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-six-free .notificationx-content .nx-third-row,.nx-notification.nx-comments .nx-notification-theme-six-free .notificationx-content .nx-third-row,.nx-notification.nx-custom .nx-notification-theme-six-free .notificationx-content .nx-third-row{margin-top:5px}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-six-free.nx-img-circle .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-six-free.nx-img-circle .notificationx-image>img,.nx-notification.nx-comments .nx-notification-theme-six-free.nx-img-circle .notificationx-image>img,.nx-notification.nx-custom .nx-notification-theme-six-free.nx-img-circle .notificationx-image>img{border-radius:50%}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-six-free.nx-img-rounded .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-six-free.nx-img-rounded .notificationx-image>img,.nx-notification.nx-comments .nx-notification-theme-six-free.nx-img-rounded .notificationx-image>img,.nx-notification.nx-custom .nx-notification-theme-six-free.nx-img-rounded .notificationx-image>img{border-radius:10px}@media only screen and (max-width:786px){.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-six-free .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-six-free .notificationx-image,.nx-notification.nx-comments .nx-notification-theme-six-free .notificationx-image,.nx-notification.nx-custom .nx-notification-theme-six-free .notificationx-image{display:none}}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-eight-free,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-seven-free,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-eight-free,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-seven-free,.nx-notification.nx-comments .nx-notification-theme-eight-free,.nx-notification.nx-comments .nx-notification-theme-seven-free,.nx-notification.nx-custom .nx-notification-theme-eight-free,.nx-notification.nx-custom .nx-notification-theme-seven-free{border-radius:200px;color:#484d6b}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-eight-free span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-seven-free span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-eight-free span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-seven-free span.notificationx-close,.nx-notification.nx-comments .nx-notification-theme-eight-free span.notificationx-close,.nx-notification.nx-comments .nx-notification-theme-seven-free span.notificationx-close,.nx-notification.nx-custom .nx-notification-theme-eight-free span.notificationx-close,.nx-notification.nx-custom .nx-notification-theme-seven-free span.notificationx-close{right:40px;top:20px}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-eight-free:before,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-seven-free:before,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-eight-free:before,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-seven-free:before,.nx-notification.nx-comments .nx-notification-theme-eight-free:before,.nx-notification.nx-comments .nx-notification-theme-seven-free:before,.nx-notification.nx-custom .nx-notification-theme-eight-free:before,.nx-notification.nx-custom .nx-notification-theme-seven-free:before{width:28px;height:28px;background-image:url(//www.franciscamilos.com/wp-content/plugins/notificationx/public/assets/img/nx-quote-icon.png);background-repeat:no-repeat;background-position:center;background-size:55%;border:3px solid #fff;border-radius:50%;position:absolute;left:4px;top:4px;box-shadow:0 0 10px rgba(36,30,157,.12);z-index:1;background-color:#fe67b7}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-eight-free .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-seven-free .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-eight-free .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-seven-free .notificationx-image,.nx-notification.nx-comments .nx-notification-theme-eight-free .notificationx-image,.nx-notification.nx-comments .nx-notification-theme-seven-free .notificationx-image,.nx-notification.nx-custom .nx-notification-theme-eight-free .notificationx-image,.nx-notification.nx-custom .nx-notification-theme-seven-free .notificationx-image{min-width:120px;height:120px;margin:0;flex-basis:120px;overflow:hidden;border-radius:200px}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-eight-free .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-seven-free .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-eight-free .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-seven-free .notificationx-image>img,.nx-notification.nx-comments .nx-notification-theme-eight-free .notificationx-image>img,.nx-notification.nx-comments .nx-notification-theme-seven-free .notificationx-image>img,.nx-notification.nx-custom .nx-notification-theme-eight-free .notificationx-image>img,.nx-notification.nx-custom .nx-notification-theme-seven-free .notificationx-image>img{border-radius:50%}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-eight-free .notificationx-content .nx-first-row,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-seven-free .notificationx-content .nx-first-row,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-eight-free .notificationx-content .nx-first-row,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-seven-free .notificationx-content .nx-first-row,.nx-notification.nx-comments .nx-notification-theme-eight-free .notificationx-content .nx-first-row,.nx-notification.nx-comments .nx-notification-theme-seven-free .notificationx-content .nx-first-row,.nx-notification.nx-custom .nx-notification-theme-eight-free .notificationx-content .nx-first-row,.nx-notification.nx-custom .nx-notification-theme-seven-free .notificationx-content .nx-first-row{font-weight:700}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-eight-free .notificationx-content .nx-first-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-seven-free .notificationx-content .nx-first-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-eight-free .notificationx-content .nx-first-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-seven-free .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-comments .nx-notification-theme-eight-free .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-comments .nx-notification-theme-seven-free .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-custom .nx-notification-theme-eight-free .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-custom .nx-notification-theme-seven-free .notificationx-content .nx-first-row .nx-first-word{color:#fe67b7}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-eight-free .notificationx-content .nx-second-row,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-seven-free .notificationx-content .nx-second-row,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-eight-free .notificationx-content .nx-second-row,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-seven-free .notificationx-content .nx-second-row,.nx-notification.nx-comments .nx-notification-theme-eight-free .notificationx-content .nx-second-row,.nx-notification.nx-comments .nx-notification-theme-seven-free .notificationx-content .nx-second-row,.nx-notification.nx-custom .nx-notification-theme-eight-free .notificationx-content .nx-second-row,.nx-notification.nx-custom .nx-notification-theme-seven-free .notificationx-content .nx-second-row{font-weight:400;font-size:13px;margin-bottom:7px;margin-top:5px;color:inherit;line-height:1.4;font-style:italic;max-width:280px}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-eight-free .notificationx-content .nx-branding,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-seven-free .notificationx-content .nx-branding,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-eight-free .notificationx-content .nx-branding,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-seven-free .notificationx-content .nx-branding,.nx-notification.nx-comments .nx-notification-theme-eight-free .notificationx-content .nx-branding,.nx-notification.nx-comments .nx-notification-theme-seven-free .notificationx-content .nx-branding,.nx-notification.nx-custom .nx-notification-theme-eight-free .notificationx-content .nx-branding,.nx-notification.nx-custom .nx-notification-theme-seven-free .notificationx-content .nx-branding{margin-right:10px}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-eight-free.nx-img-right .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-seven-free.nx-img-right .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-eight-free.nx-img-right .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-seven-free.nx-img-right .notificationx-content,.nx-notification.nx-comments .nx-notification-theme-eight-free.nx-img-right .notificationx-content,.nx-notification.nx-comments .nx-notification-theme-seven-free.nx-img-right .notificationx-content,.nx-notification.nx-custom .nx-notification-theme-eight-free.nx-img-right .notificationx-content,.nx-notification.nx-custom .nx-notification-theme-seven-free.nx-img-right .notificationx-content{padding-left:40px}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-eight-free.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-eight-free.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-seven-free.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-seven-free.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-eight-free.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-eight-free.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-seven-free.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-seven-free.nx-img-square .notificationx-image,.nx-notification.nx-comments .nx-notification-theme-eight-free.nx-img-rounded .notificationx-image,.nx-notification.nx-comments .nx-notification-theme-eight-free.nx-img-square .notificationx-image,.nx-notification.nx-comments .nx-notification-theme-seven-free.nx-img-rounded .notificationx-image,.nx-notification.nx-comments .nx-notification-theme-seven-free.nx-img-square .notificationx-image,.nx-notification.nx-custom .nx-notification-theme-eight-free.nx-img-rounded .notificationx-image,.nx-notification.nx-custom .nx-notification-theme-eight-free.nx-img-square .notificationx-image,.nx-notification.nx-custom .nx-notification-theme-seven-free.nx-img-rounded .notificationx-image,.nx-notification.nx-custom .nx-notification-theme-seven-free.nx-img-square .notificationx-image{border-radius:0;padding:25px;background:0 0}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-eight-free.nx-img-rounded .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-eight-free.nx-img-square .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-seven-free.nx-img-rounded .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-seven-free.nx-img-square .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-eight-free.nx-img-rounded .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-eight-free.nx-img-square .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-seven-free.nx-img-rounded .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-seven-free.nx-img-square .notificationx-image>img,.nx-notification.nx-comments .nx-notification-theme-eight-free.nx-img-rounded .notificationx-image>img,.nx-notification.nx-comments .nx-notification-theme-eight-free.nx-img-square .notificationx-image>img,.nx-notification.nx-comments .nx-notification-theme-seven-free.nx-img-rounded .notificationx-image>img,.nx-notification.nx-comments .nx-notification-theme-seven-free.nx-img-square .notificationx-image>img,.nx-notification.nx-custom .nx-notification-theme-eight-free.nx-img-rounded .notificationx-image>img,.nx-notification.nx-custom .nx-notification-theme-eight-free.nx-img-square .notificationx-image>img,.nx-notification.nx-custom .nx-notification-theme-seven-free.nx-img-rounded .notificationx-image>img,.nx-notification.nx-custom .nx-notification-theme-seven-free.nx-img-square .notificationx-image>img{position:static;border-radius:5px}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-eight-free.nx-img-square .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-seven-free.nx-img-square .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-eight-free.nx-img-square .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-seven-free.nx-img-square .notificationx-image>img,.nx-notification.nx-comments .nx-notification-theme-eight-free.nx-img-square .notificationx-image>img,.nx-notification.nx-comments .nx-notification-theme-seven-free.nx-img-square .notificationx-image>img,.nx-notification.nx-custom .nx-notification-theme-eight-free.nx-img-square .notificationx-image>img,.nx-notification.nx-custom .nx-notification-theme-seven-free.nx-img-square .notificationx-image>img{border-radius:0}@media only screen and (max-width:786px){.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-eight-free .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-seven-free .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-eight-free .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-seven-free .notificationx-image,.nx-notification.nx-comments .nx-notification-theme-eight-free .notificationx-image,.nx-notification.nx-comments .nx-notification-theme-seven-free .notificationx-image,.nx-notification.nx-custom .nx-notification-theme-eight-free .notificationx-image,.nx-notification.nx-custom .nx-notification-theme-seven-free .notificationx-image{min-width:60px;width:60px;height:60px;flex-basis:60px;margin:5px}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-eight-free .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-seven-free .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-eight-free .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-seven-free .notificationx-image>img,.nx-notification.nx-comments .nx-notification-theme-eight-free .notificationx-image>img,.nx-notification.nx-comments .nx-notification-theme-seven-free .notificationx-image>img,.nx-notification.nx-custom .nx-notification-theme-eight-free .notificationx-image>img,.nx-notification.nx-custom .nx-notification-theme-seven-free .notificationx-image>img{width:100%;height:100%;left:0;top:0}}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-eight-free:before,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-eight-free:before,.nx-notification.nx-comments .nx-notification-theme-eight-free:before,.nx-notification.nx-custom .nx-notification-theme-eight-free:before{background-color:#7253ec}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-eight-free .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-eight-free .notificationx-content,.nx-notification.nx-comments .nx-notification-theme-eight-free .notificationx-content,.nx-notification.nx-custom .nx-notification-theme-eight-free .notificationx-content{background-image:url(//www.franciscamilos.com/wp-content/plugins/notificationx/public/assets/img/nx-quote-bg.png);background-repeat:no-repeat;background-position:10px 53%}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-eight-free .notificationx-content .nx-first-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-eight-free .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-comments .nx-notification-theme-eight-free .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-custom .nx-notification-theme-eight-free .notificationx-content .nx-first-row .nx-first-word{color:#7253ec}.notificationx-shortcode-wrapper>.nx-notification.nx-comments .nx-notification-theme-eight-free.nx-img-right .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-theme-eight-free.nx-img-right .notificationx-content,.nx-notification.nx-comments .nx-notification-theme-eight-free.nx-img-right .notificationx-content,.nx-notification.nx-custom .nx-notification-theme-eight-free.nx-img-right .notificationx-content{background-position:40px 53%}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-total-rated .notificationx-content .nx-first-row,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-total-rated .notificationx-content .nx-second-row,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-total-rated .notificationx-content .nx-first-row,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-total-rated .notificationx-content .nx-second-row,.nx-notification.nx-custom .nx-notification-total-rated .notificationx-content .nx-first-row,.nx-notification.nx-custom .nx-notification-total-rated .notificationx-content .nx-second-row,.nx-notification.nx-reviews .nx-notification-total-rated .notificationx-content .nx-first-row,.nx-notification.nx-reviews .nx-notification-total-rated .notificationx-content .nx-second-row{font-weight:700}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-total-rated .notificationx-content .nx-second-row,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-total-rated .notificationx-content .nx-second-row,.nx-notification.nx-custom .nx-notification-total-rated .notificationx-content .nx-second-row,.nx-notification.nx-reviews .nx-notification-total-rated .notificationx-content .nx-second-row{color:#7253ec}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review_saying,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-reviewed,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review_saying,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-reviewed,.nx-notification.nx-custom .nx-notification-review_saying,.nx-notification.nx-custom .nx-notification-reviewed,.nx-notification.nx-reviews .nx-notification-review_saying,.nx-notification.nx-reviews .nx-notification-reviewed{border-radius:200px}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review_saying span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-reviewed span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review_saying span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-reviewed span.notificationx-close,.nx-notification.nx-custom .nx-notification-review_saying span.notificationx-close,.nx-notification.nx-custom .nx-notification-reviewed span.notificationx-close,.nx-notification.nx-reviews .nx-notification-review_saying span.notificationx-close,.nx-notification.nx-reviews .nx-notification-reviewed span.notificationx-close{right:20px;top:20px}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review_saying.nx-img-right .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-reviewed.nx-img-right .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review_saying.nx-img-right .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-reviewed.nx-img-right .notificationx-content,.nx-notification.nx-custom .nx-notification-review_saying.nx-img-right .notificationx-content,.nx-notification.nx-custom .nx-notification-reviewed.nx-img-right .notificationx-content,.nx-notification.nx-reviews .nx-notification-review_saying.nx-img-right .notificationx-content,.nx-notification.nx-reviews .nx-notification-reviewed.nx-img-right .notificationx-content{padding-left:40px}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review_saying .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-reviewed .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review_saying .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-reviewed .notificationx-image,.nx-notification.nx-custom .nx-notification-review_saying .notificationx-image,.nx-notification.nx-custom .nx-notification-reviewed .notificationx-image,.nx-notification.nx-reviews .nx-notification-review_saying .notificationx-image,.nx-notification.nx-reviews .nx-notification-reviewed .notificationx-image{border-radius:50%}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review_saying .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-reviewed .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review_saying .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-reviewed .notificationx-image>img,.nx-notification.nx-custom .nx-notification-review_saying .notificationx-image>img,.nx-notification.nx-custom .nx-notification-reviewed .notificationx-image>img,.nx-notification.nx-reviews .nx-notification-review_saying .notificationx-image>img,.nx-notification.nx-reviews .nx-notification-reviewed .notificationx-image>img{border-radius:50%}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review_saying.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review_saying.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-reviewed.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-reviewed.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review_saying.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review_saying.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-reviewed.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-reviewed.nx-img-square .notificationx-image,.nx-notification.nx-custom .nx-notification-review_saying.nx-img-rounded .notificationx-image,.nx-notification.nx-custom .nx-notification-review_saying.nx-img-square .notificationx-image,.nx-notification.nx-custom .nx-notification-reviewed.nx-img-rounded .notificationx-image,.nx-notification.nx-custom .nx-notification-reviewed.nx-img-square .notificationx-image,.nx-notification.nx-reviews .nx-notification-review_saying.nx-img-rounded .notificationx-image,.nx-notification.nx-reviews .nx-notification-review_saying.nx-img-square .notificationx-image,.nx-notification.nx-reviews .nx-notification-reviewed.nx-img-rounded .notificationx-image,.nx-notification.nx-reviews .nx-notification-reviewed.nx-img-square .notificationx-image{padding:10px}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review_saying.nx-img-rounded .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review_saying.nx-img-square .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-reviewed.nx-img-rounded .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-reviewed.nx-img-square .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review_saying.nx-img-rounded .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review_saying.nx-img-square .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-reviewed.nx-img-rounded .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-reviewed.nx-img-square .notificationx-image>img,.nx-notification.nx-custom .nx-notification-review_saying.nx-img-rounded .notificationx-image>img,.nx-notification.nx-custom .nx-notification-review_saying.nx-img-square .notificationx-image>img,.nx-notification.nx-custom .nx-notification-reviewed.nx-img-rounded .notificationx-image>img,.nx-notification.nx-custom .nx-notification-reviewed.nx-img-square .notificationx-image>img,.nx-notification.nx-reviews .nx-notification-review_saying.nx-img-rounded .notificationx-image>img,.nx-notification.nx-reviews .nx-notification-review_saying.nx-img-square .notificationx-image>img,.nx-notification.nx-reviews .nx-notification-reviewed.nx-img-rounded .notificationx-image>img,.nx-notification.nx-reviews .nx-notification-reviewed.nx-img-square .notificationx-image>img{border-radius:5px}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review_saying.nx-img-square .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-reviewed.nx-img-square .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review_saying.nx-img-square .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-reviewed.nx-img-square .notificationx-image>img,.nx-notification.nx-custom .nx-notification-review_saying.nx-img-square .notificationx-image>img,.nx-notification.nx-custom .nx-notification-reviewed.nx-img-square .notificationx-image>img,.nx-notification.nx-reviews .nx-notification-review_saying.nx-img-square .notificationx-image>img,.nx-notification.nx-reviews .nx-notification-reviewed.nx-img-square .notificationx-image>img{border-radius:0}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review_saying .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review_saying .notificationx-content,.nx-notification.nx-custom .nx-notification-review_saying .notificationx-content,.nx-notification.nx-reviews .nx-notification-review_saying .notificationx-content{padding-right:40px;padding-left:0}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review_saying .notificationx-content .nx-second-row,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review_saying .notificationx-content .nx-second-row,.nx-notification.nx-custom .nx-notification-review_saying .notificationx-content .nx-second-row,.nx-notification.nx-reviews .nx-notification-review_saying .notificationx-content .nx-second-row{font-weight:700}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review_saying .notificationx-content .nx-second-row,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review_saying .notificationx-content .nx-second-row,.nx-notification.nx-custom .nx-notification-review_saying .notificationx-content .nx-second-row,.nx-notification.nx-reviews .nx-notification-review_saying .notificationx-content .nx-second-row{color:#7253ec}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review_saying .notificationx-content .nx-third-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review_saying .notificationx-content .nx-third-row .nx-first-word,.nx-notification.nx-custom .nx-notification-review_saying .notificationx-content .nx-third-row .nx-first-word,.nx-notification.nx-reviews .nx-notification-review_saying .notificationx-content .nx-third-row .nx-first-word{color:#45c9b1}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review_saying.nx-img-right .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review_saying.nx-img-right .notificationx-content,.nx-notification.nx-custom .nx-notification-review_saying.nx-img-right .notificationx-content,.nx-notification.nx-reviews .nx-notification-review_saying.nx-img-right .notificationx-content{padding-right:0;padding-left:40px}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment .notificationx-image,.nx-notification.nx-custom .nx-notification-review-comment .notificationx-image,.nx-notification.nx-reviews .nx-notification-review-comment .notificationx-image{border-radius:10px;align-self:stretch;min-width:140px;height:auto;margin:0;padding:20px;margin-right:15px;overflow:visible}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment .notificationx-image:after,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment .notificationx-image:after,.nx-notification.nx-custom .nx-notification-review-comment .notificationx-image:after,.nx-notification.nx-reviews .nx-notification-review-comment .notificationx-image:after{position:absolute;bottom:-10px;right:0;border-top:15px solid transparent;border-bottom:15px solid transparent;border-right:30px solid #fff;width:56px;height:39px;z-index:2}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment.nx-img-right .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment.nx-img-right .notificationx-image,.nx-notification.nx-custom .nx-notification-review-comment.nx-img-right .notificationx-image,.nx-notification.nx-reviews .nx-notification-review-comment.nx-img-right .notificationx-image{margin-left:15px;margin-right:0}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment .notificationx-content,.nx-notification.nx-custom .nx-notification-review-comment .notificationx-content,.nx-notification.nx-reviews .nx-notification-review-comment .notificationx-content{background-color:#fff;border-radius:10px;padding:15px}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment .notificationx-content .nx-first-row,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment .notificationx-content .nx-first-row,.nx-notification.nx-custom .nx-notification-review-comment .notificationx-content .nx-first-row,.nx-notification.nx-reviews .nx-notification-review-comment .notificationx-content .nx-first-row{font-size:16px;font-weight:700}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment .notificationx-content .nx-first-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment .notificationx-content .nx-first-row .nx-fourth-word,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment .notificationx-content .nx-first-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment .notificationx-content .nx-first-row .nx-fourth-word,.nx-notification.nx-custom .nx-notification-review-comment .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-custom .nx-notification-review-comment .notificationx-content .nx-first-row .nx-fourth-word,.nx-notification.nx-reviews .nx-notification-review-comment .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-reviews .nx-notification-review-comment .notificationx-content .nx-first-row .nx-fourth-word{color:#7253ec}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment .notificationx-content .nx-second-row,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment .notificationx-content .nx-second-row,.nx-notification.nx-custom .nx-notification-review-comment .notificationx-content .nx-second-row,.nx-notification.nx-reviews .nx-notification-review-comment .notificationx-content .nx-second-row{color:#697097;max-width:280px}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment .notificationx-content .nx-third-row,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment .notificationx-content .nx-third-row,.nx-notification.nx-custom .nx-notification-review-comment .notificationx-content .nx-third-row,.nx-notification.nx-reviews .nx-notification-review-comment .notificationx-content .nx-third-row{margin-top:5px}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment.nx-img-circle .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment.nx-img-circle .notificationx-image>img,.nx-notification.nx-custom .nx-notification-review-comment.nx-img-circle .notificationx-image>img,.nx-notification.nx-reviews .nx-notification-review-comment.nx-img-circle .notificationx-image>img{border-radius:50%;height:auto}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment.nx-img-rounded .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment.nx-img-rounded .notificationx-image>img,.nx-notification.nx-custom .nx-notification-review-comment.nx-img-rounded .notificationx-image>img,.nx-notification.nx-reviews .nx-notification-review-comment.nx-img-rounded .notificationx-image>img{border-radius:10px}@media only screen and (max-width:786px){.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment .notificationx-image,.nx-notification.nx-custom .nx-notification-review-comment .notificationx-image,.nx-notification.nx-reviews .nx-notification-review-comment .notificationx-image{display:none}}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-2,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-3,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-2,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-3,.nx-notification.nx-custom .nx-notification-review-comment-2,.nx-notification.nx-custom .nx-notification-review-comment-3,.nx-notification.nx-reviews .nx-notification-review-comment-2,.nx-notification.nx-reviews .nx-notification-review-comment-3{border-radius:200px;color:#484d6b}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-2:before,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-3:before,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-2:before,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-3:before,.nx-notification.nx-custom .nx-notification-review-comment-2:before,.nx-notification.nx-custom .nx-notification-review-comment-3:before,.nx-notification.nx-reviews .nx-notification-review-comment-2:before,.nx-notification.nx-reviews .nx-notification-review-comment-3:before{width:28px;height:28px;background-image:url(//www.franciscamilos.com/wp-content/plugins/notificationx/public/assets/img/nx-quote-icon.png);background-repeat:no-repeat;background-position:center;background-size:55%;border:3px solid #fff;border-radius:50%;position:absolute;left:4px;top:4px;box-shadow:0 0 10px rgba(36,30,157,.12);z-index:1;background-color:#fe67b7}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-2 span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-3 span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-2 span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-3 span.notificationx-close,.nx-notification.nx-custom .nx-notification-review-comment-2 span.notificationx-close,.nx-notification.nx-custom .nx-notification-review-comment-3 span.notificationx-close,.nx-notification.nx-reviews .nx-notification-review-comment-2 span.notificationx-close,.nx-notification.nx-reviews .nx-notification-review-comment-3 span.notificationx-close{right:40px;top:20px}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-2 .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-3 .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-2 .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-3 .notificationx-image,.nx-notification.nx-custom .nx-notification-review-comment-2 .notificationx-image,.nx-notification.nx-custom .nx-notification-review-comment-3 .notificationx-image,.nx-notification.nx-reviews .nx-notification-review-comment-2 .notificationx-image,.nx-notification.nx-reviews .nx-notification-review-comment-3 .notificationx-image{border-radius:50%;padding:10px;min-width:120px;height:120px;margin:0;flex-basis:120px;overflow:hidden;background:0 0}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-2 .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-3 .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-2 .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-3 .notificationx-image>img,.nx-notification.nx-custom .nx-notification-review-comment-2 .notificationx-image>img,.nx-notification.nx-custom .nx-notification-review-comment-3 .notificationx-image>img,.nx-notification.nx-reviews .nx-notification-review-comment-2 .notificationx-image>img,.nx-notification.nx-reviews .nx-notification-review-comment-3 .notificationx-image>img{width:100%;height:100%;border-radius:50%}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-2 .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-3 .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-2 .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-3 .notificationx-content,.nx-notification.nx-custom .nx-notification-review-comment-2 .notificationx-content,.nx-notification.nx-custom .nx-notification-review-comment-3 .notificationx-content,.nx-notification.nx-reviews .nx-notification-review-comment-2 .notificationx-content,.nx-notification.nx-reviews .nx-notification-review-comment-3 .notificationx-content{padding-left:0}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-2 .notificationx-content .nx-first-row,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-3 .notificationx-content .nx-first-row,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-2 .notificationx-content .nx-first-row,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-3 .notificationx-content .nx-first-row,.nx-notification.nx-custom .nx-notification-review-comment-2 .notificationx-content .nx-first-row,.nx-notification.nx-custom .nx-notification-review-comment-3 .notificationx-content .nx-first-row,.nx-notification.nx-reviews .nx-notification-review-comment-2 .notificationx-content .nx-first-row,.nx-notification.nx-reviews .nx-notification-review-comment-3 .notificationx-content .nx-first-row{font-weight:700}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-2 .notificationx-content .nx-first-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-3 .notificationx-content .nx-first-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-2 .notificationx-content .nx-first-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-3 .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-custom .nx-notification-review-comment-2 .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-custom .nx-notification-review-comment-3 .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-reviews .nx-notification-review-comment-2 .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-reviews .nx-notification-review-comment-3 .notificationx-content .nx-first-row .nx-first-word{color:#fe67b7}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-2 .notificationx-content .nx-second-row,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-3 .notificationx-content .nx-second-row,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-2 .notificationx-content .nx-second-row,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-3 .notificationx-content .nx-second-row,.nx-notification.nx-custom .nx-notification-review-comment-2 .notificationx-content .nx-second-row,.nx-notification.nx-custom .nx-notification-review-comment-3 .notificationx-content .nx-second-row,.nx-notification.nx-reviews .nx-notification-review-comment-2 .notificationx-content .nx-second-row,.nx-notification.nx-reviews .nx-notification-review-comment-3 .notificationx-content .nx-second-row{font-weight:400;font-size:13px;margin-bottom:7px;margin-top:5px;color:inherit;line-height:1.4;font-style:italic;max-width:280px}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-2 .notificationx-content .nx-branding,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-3 .notificationx-content .nx-branding,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-2 .notificationx-content .nx-branding,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-3 .notificationx-content .nx-branding,.nx-notification.nx-custom .nx-notification-review-comment-2 .notificationx-content .nx-branding,.nx-notification.nx-custom .nx-notification-review-comment-3 .notificationx-content .nx-branding,.nx-notification.nx-reviews .nx-notification-review-comment-2 .notificationx-content .nx-branding,.nx-notification.nx-reviews .nx-notification-review-comment-3 .notificationx-content .nx-branding{margin-right:10px}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-2 .notificationx-content .nx-third-row,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-3 .notificationx-content .nx-third-row,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-2 .notificationx-content .nx-third-row,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-3 .notificationx-content .nx-third-row,.nx-notification.nx-custom .nx-notification-review-comment-2 .notificationx-content .nx-third-row,.nx-notification.nx-custom .nx-notification-review-comment-3 .notificationx-content .nx-third-row,.nx-notification.nx-reviews .nx-notification-review-comment-2 .notificationx-content .nx-third-row,.nx-notification.nx-reviews .nx-notification-review-comment-3 .notificationx-content .nx-third-row{margin-top:5px}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-2.nx-img-right .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-3.nx-img-right .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-2.nx-img-right .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-3.nx-img-right .notificationx-content,.nx-notification.nx-custom .nx-notification-review-comment-2.nx-img-right .notificationx-content,.nx-notification.nx-custom .nx-notification-review-comment-3.nx-img-right .notificationx-content,.nx-notification.nx-reviews .nx-notification-review-comment-2.nx-img-right .notificationx-content,.nx-notification.nx-reviews .nx-notification-review-comment-3.nx-img-right .notificationx-content{padding-left:40px;padding-right:0;background-position:40px 53%}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-2.nx-img-circle .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-3.nx-img-circle .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-2.nx-img-circle .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-3.nx-img-circle .notificationx-image>img,.nx-notification.nx-custom .nx-notification-review-comment-2.nx-img-circle .notificationx-image>img,.nx-notification.nx-custom .nx-notification-review-comment-3.nx-img-circle .notificationx-image>img,.nx-notification.nx-reviews .nx-notification-review-comment-2.nx-img-circle .notificationx-image>img,.nx-notification.nx-reviews .nx-notification-review-comment-3.nx-img-circle .notificationx-image>img{border-radius:50%}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-2.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-2.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-3.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-3.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-2.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-2.nx-img-square .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-3.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-3.nx-img-square .notificationx-image,.nx-notification.nx-custom .nx-notification-review-comment-2.nx-img-rounded .notificationx-image,.nx-notification.nx-custom .nx-notification-review-comment-2.nx-img-square .notificationx-image,.nx-notification.nx-custom .nx-notification-review-comment-3.nx-img-rounded .notificationx-image,.nx-notification.nx-custom .nx-notification-review-comment-3.nx-img-square .notificationx-image,.nx-notification.nx-reviews .nx-notification-review-comment-2.nx-img-rounded .notificationx-image,.nx-notification.nx-reviews .nx-notification-review-comment-2.nx-img-square .notificationx-image,.nx-notification.nx-reviews .nx-notification-review-comment-3.nx-img-rounded .notificationx-image,.nx-notification.nx-reviews .nx-notification-review-comment-3.nx-img-square .notificationx-image{padding:20px}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-2.nx-img-rounded .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-3.nx-img-rounded .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-2.nx-img-rounded .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-3.nx-img-rounded .notificationx-image>img,.nx-notification.nx-custom .nx-notification-review-comment-2.nx-img-rounded .notificationx-image>img,.nx-notification.nx-custom .nx-notification-review-comment-3.nx-img-rounded .notificationx-image>img,.nx-notification.nx-reviews .nx-notification-review-comment-2.nx-img-rounded .notificationx-image>img,.nx-notification.nx-reviews .nx-notification-review-comment-3.nx-img-rounded .notificationx-image>img{border-radius:10px}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-2.nx-img-square .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-3.nx-img-square .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-2.nx-img-square .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-3.nx-img-square .notificationx-image>img,.nx-notification.nx-custom .nx-notification-review-comment-2.nx-img-square .notificationx-image>img,.nx-notification.nx-custom .nx-notification-review-comment-3.nx-img-square .notificationx-image>img,.nx-notification.nx-reviews .nx-notification-review-comment-2.nx-img-square .notificationx-image>img,.nx-notification.nx-reviews .nx-notification-review-comment-3.nx-img-square .notificationx-image>img{border-radius:0}@media only screen and (max-width:786px){.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-2 .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-3 .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-2 .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-3 .notificationx-image,.nx-notification.nx-custom .nx-notification-review-comment-2 .notificationx-image,.nx-notification.nx-custom .nx-notification-review-comment-3 .notificationx-image,.nx-notification.nx-reviews .nx-notification-review-comment-2 .notificationx-image,.nx-notification.nx-reviews .nx-notification-review-comment-3 .notificationx-image{min-width:60px;width:60px;height:60px;flex-basis:60px;margin:5px}}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-3:before,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-3:before,.nx-notification.nx-custom .nx-notification-review-comment-3:before,.nx-notification.nx-reviews .nx-notification-review-comment-3:before{background-color:#7253ec}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-3 .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-3 .notificationx-content,.nx-notification.nx-custom .nx-notification-review-comment-3 .notificationx-content,.nx-notification.nx-reviews .nx-notification-review-comment-3 .notificationx-content{background-image:url(//www.franciscamilos.com/wp-content/plugins/notificationx/public/assets/img/nx-quote-bg.png);background-repeat:no-repeat;background-position:10px 53%}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-review-comment-3 .notificationx-content .nx-first-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-reviews .nx-notification-review-comment-3 .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-custom .nx-notification-review-comment-3 .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-reviews .nx-notification-review-comment-3 .notificationx-content .nx-first-row .nx-first-word{color:#7253ec}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-7day-download .notificationx-content .nx-first-row,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-today-download .notificationx-content .nx-first-row,.notificationx-shortcode-wrapper>.nx-notification.nx-download_stats .nx-notification-7day-download .notificationx-content .nx-first-row,.notificationx-shortcode-wrapper>.nx-notification.nx-download_stats .nx-notification-today-download .notificationx-content .nx-first-row,.nx-notification.nx-custom .nx-notification-7day-download .notificationx-content .nx-first-row,.nx-notification.nx-custom .nx-notification-today-download .notificationx-content .nx-first-row,.nx-notification.nx-download_stats .nx-notification-7day-download .notificationx-content .nx-first-row,.nx-notification.nx-download_stats .nx-notification-today-download .notificationx-content .nx-first-row{color:#7253ec;font-weight:700}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-7day-download .notificationx-content .nx-third-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-today-download .notificationx-content .nx-third-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-download_stats .nx-notification-7day-download .notificationx-content .nx-third-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-download_stats .nx-notification-today-download .notificationx-content .nx-third-row .nx-first-word,.nx-notification.nx-custom .nx-notification-7day-download .notificationx-content .nx-third-row .nx-first-word,.nx-notification.nx-custom .nx-notification-today-download .notificationx-content .nx-third-row .nx-first-word,.nx-notification.nx-download_stats .nx-notification-7day-download .notificationx-content .nx-third-row .nx-first-word,.nx-notification.nx-download_stats .nx-notification-today-download .notificationx-content .nx-third-row .nx-first-word{color:#45c9b1}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-7day-download,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-actively_using,.notificationx-shortcode-wrapper>.nx-notification.nx-download_stats .nx-notification-7day-download,.notificationx-shortcode-wrapper>.nx-notification.nx-download_stats .nx-notification-actively_using,.nx-notification.nx-custom .nx-notification-7day-download,.nx-notification.nx-custom .nx-notification-actively_using,.nx-notification.nx-download_stats .nx-notification-7day-download,.nx-notification.nx-download_stats .nx-notification-actively_using{border-radius:10px}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-7day-download .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-actively_using .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-download_stats .nx-notification-7day-download .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-download_stats .nx-notification-actively_using .notificationx-content,.nx-notification.nx-custom .nx-notification-7day-download .notificationx-content,.nx-notification.nx-custom .nx-notification-actively_using .notificationx-content,.nx-notification.nx-download_stats .nx-notification-7day-download .notificationx-content,.nx-notification.nx-download_stats .nx-notification-actively_using .notificationx-content{justify-content:space-between}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-7day-download .notificationx-content .nx-third-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-actively_using .notificationx-content .nx-third-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-download_stats .nx-notification-7day-download .notificationx-content .nx-third-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-download_stats .nx-notification-actively_using .notificationx-content .nx-third-row .nx-first-word,.nx-notification.nx-custom .nx-notification-7day-download .notificationx-content .nx-third-row .nx-first-word,.nx-notification.nx-custom .nx-notification-actively_using .notificationx-content .nx-third-row .nx-first-word,.nx-notification.nx-download_stats .nx-notification-7day-download .notificationx-content .nx-third-row .nx-first-word,.nx-notification.nx-download_stats .nx-notification-actively_using .notificationx-content .nx-third-row .nx-first-word{color:#999}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-actively_using .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-download_stats .nx-notification-actively_using .notificationx-content,.nx-notification.nx-custom .nx-notification-actively_using .notificationx-content,.nx-notification.nx-download_stats .nx-notification-actively_using .notificationx-content{justify-content:space-evenly}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-actively_using .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-download_stats .nx-notification-actively_using .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-custom .nx-notification-actively_using .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-download_stats .nx-notification-actively_using .notificationx-content .nx-second-row .nx-first-word{color:#7253ec;font-weight:700}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-total-download,.notificationx-shortcode-wrapper>.nx-notification.nx-download_stats .nx-notification-total-download,.nx-notification.nx-custom .nx-notification-total-download,.nx-notification.nx-download_stats .nx-notification-total-download{border-radius:200px}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-total-download .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-download_stats .nx-notification-total-download .notificationx-image,.nx-notification.nx-custom .nx-notification-total-download .notificationx-image,.nx-notification.nx-download_stats .nx-notification-total-download .notificationx-image{border-radius:50%;padding:5px;margin-right:0;background:0 0}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-total-download .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-download_stats .nx-notification-total-download .notificationx-image>img,.nx-notification.nx-custom .nx-notification-total-download .notificationx-image>img,.nx-notification.nx-download_stats .nx-notification-total-download .notificationx-image>img{border-radius:50%}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-total-download span.notificationx-close,.notificationx-shortcode-wrapper>.nx-notification.nx-download_stats .nx-notification-total-download span.notificationx-close,.nx-notification.nx-custom .nx-notification-total-download span.notificationx-close,.nx-notification.nx-download_stats .nx-notification-total-download span.notificationx-close{right:20px;top:20px}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-total-download .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-download_stats .nx-notification-total-download .notificationx-content,.nx-notification.nx-custom .nx-notification-total-download .notificationx-content,.nx-notification.nx-download_stats .nx-notification-total-download .notificationx-content{padding-left:10px}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-total-download .notificationx-content .nx-first-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-download_stats .nx-notification-total-download .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-custom .nx-notification-total-download .notificationx-content .nx-first-row .nx-first-word,.nx-notification.nx-download_stats .nx-notification-total-download .notificationx-content .nx-first-row .nx-first-word{color:#7253ec;font-weight:700}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-total-download .notificationx-content .nx-third-row,.notificationx-shortcode-wrapper>.nx-notification.nx-download_stats .nx-notification-total-download .notificationx-content .nx-third-row,.nx-notification.nx-custom .nx-notification-total-download .notificationx-content .nx-third-row,.nx-notification.nx-download_stats .nx-notification-total-download .notificationx-content .nx-third-row{font-size:11px}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-total-download .notificationx-content .nx-third-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-download_stats .nx-notification-total-download .notificationx-content .nx-third-row .nx-first-word,.nx-notification.nx-custom .nx-notification-total-download .notificationx-content .nx-third-row .nx-first-word,.nx-notification.nx-download_stats .nx-notification-total-download .notificationx-content .nx-third-row .nx-first-word{color:#999}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-total-download.nx-img-right .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-download_stats .nx-notification-total-download.nx-img-right .notificationx-image,.nx-notification.nx-custom .nx-notification-total-download.nx-img-right .notificationx-image,.nx-notification.nx-download_stats .nx-notification-total-download.nx-img-right .notificationx-image{margin-left:0;margin-right:10px}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-total-download.nx-img-right .notificationx-content,.notificationx-shortcode-wrapper>.nx-notification.nx-download_stats .nx-notification-total-download.nx-img-right .notificationx-content,.nx-notification.nx-custom .nx-notification-total-download.nx-img-right .notificationx-content,.nx-notification.nx-download_stats .nx-notification-total-download.nx-img-right .notificationx-content{padding-left:40px}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-total-download.nx-img-rounded .notificationx-image,.notificationx-shortcode-wrapper>.nx-notification.nx-download_stats .nx-notification-total-download.nx-img-rounded .notificationx-image,.nx-notification.nx-custom .nx-notification-total-download.nx-img-rounded .notificationx-image,.nx-notification.nx-download_stats .nx-notification-total-download.nx-img-rounded .notificationx-image{border-radius:0}.notificationx-shortcode-wrapper>.nx-notification.nx-custom .nx-notification-total-download.nx-img-rounded .notificationx-image>img,.notificationx-shortcode-wrapper>.nx-notification.nx-download_stats .nx-notification-total-download.nx-img-rounded .notificationx-image>img,.nx-notification.nx-custom .nx-notification-total-download.nx-img-rounded .notificationx-image>img,.nx-notification.nx-download_stats .nx-notification-total-download.nx-img-rounded .notificationx-image>img{border-radius:5px}.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.notificationx-shortcode-wrapper>.nx-notification.nx-form .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-form .nx-notification-theme-one .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-form .nx-notification-theme-three .notificationx-content .nx-second-row .nx-first-word,.nx-notification.nx-form .nx-notification-theme-two .notificationx-content .nx-second-row .nx-first-word{display:inline}.notificationx-shortcode-wrapper>.nx-bar,.nx-bar{left:0;top:0;width:100%;background-color:#ddd;text-align:center;visibility:hidden;z-index:99999;font-size:14px;box-shadow:0 0 70px -30px gray;-webkit-transition:all .2s ease-in;-moz-transition:all .2s ease-in;-o-transition:all .2s ease-in;transition:all .2s ease-in}.notificationx-shortcode-wrapper>.nx-bar.nx-bar-visible,.nx-bar.nx-bar-visible{visibility:visible}.notificationx-shortcode-wrapper>.nx-bar.nx-sticky-bar,.nx-bar.nx-sticky-bar{position:fixed;width:100%}.notificationx-shortcode-wrapper>.nx-bar.nx-position-top.nx-bar-out,.nx-bar.nx-position-top.nx-bar-out{top:-100%!important}.notificationx-shortcode-wrapper>.nx-bar.nx-position-bottom,.nx-bar.nx-position-bottom{position:fixed;top:auto;bottom:0}.notificationx-shortcode-wrapper>.nx-bar.nx-position-bottom.nx-bar-out,.nx-bar.nx-position-bottom.nx-bar-out{bottom:-100%}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner,.nx-bar .nx-bar-inner{padding:20px;display:inline-block}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text{margin-right:10px}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text.nx-expired,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text.nx-expired{display:none}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown{overflow:hidden;background-color:#262626;color:#fff}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{float:left;margin:0 5px;padding:10px;position:relative;width:40px}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section>span,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section>span{line-height:1;display:block}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text{display:none;font-size:14px}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:after,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:after{content:':';right:-6px;top:9px;line-height:1}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:last-of-type:after,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section:last-of-type:after{display:none}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-expired-text,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-expired-text{display:none}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown.nx-expired,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown.nx-expired{padding:10px;letter-spacing:1px}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown.nx-expired .nx-expired-text,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown.nx-expired .nx-expired-text{display:block}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown.nx-expired .nx-time-section,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown.nx-expired .nx-time-section{display:none}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown.nx-expired .nx-time-section>span,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown.nx-expired .nx-time-section>span{display:none}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-bar-content,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-bar-content{display:inline-block;margin-left:15px}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap a.nx-bar-button,.nx-bar .nx-bar-inner .nx-bar-content-wrap a.nx-bar-button{font-size:14px;padding:6px 15px;margin-left:15px;background-color:#262626;display:inline-block;color:#fff;border-radius:3px}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-close,.nx-bar .nx-bar-inner .nx-close{margin:0;right:30px;margin-top:-10px;cursor:pointer;top:50%;color:#fff;border-radius:50%;width:10px;height:10px;line-height:17px;font-size:14px}.notificationx-shortcode-wrapper>.nx-bar.nx-close-left .nx-bar-inner .nx-close,.nx-bar.nx-close-left .nx-bar-inner .nx-close{left:30px;right:auto}.notificationx-shortcode-wrapper>.nx-bar.theme-two,.nx-bar.theme-two{background-color:#5704a2;color:#fff}.notificationx-shortcode-wrapper>.nx-bar.theme-two .nx-bar-inner .nx-close,.nx-bar.theme-two .nx-bar-inner .nx-close{fill:#fff}.notificationx-shortcode-wrapper>.nx-bar.theme-three,.nx-bar.theme-three{background-color:#3f4462;color:#fff}.notificationx-shortcode-wrapper>.nx-bar.theme-three .nx-bar-inner .nx-close,.nx-bar.theme-three .nx-bar-inner .nx-close{fill:#fff}.notificationx-shortcode-wrapper>.nx-bar.theme-three .nx-bar-inner a.nx-bar-button,.nx-bar.theme-three .nx-bar-inner a.nx-bar-button{background-color:#6549fe}.notificationx-shortcode-wrapper>.nx-bar.theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown,.nx-bar.theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown{background:0 0}.notificationx-shortcode-wrapper>.nx-bar.theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section,.nx-bar.theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section{width:55px;background-color:#6549fe}.notificationx-shortcode-wrapper>.nx-bar.theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section>span.nx-countdown-time-text,.nx-bar.theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section>span.nx-countdown-time-text{display:block}@media only screen and (max-width:786px){.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap,.nx-bar .nx-bar-inner .nx-bar-content-wrap{flex-direction:column}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper{margin-bottom:15px}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper{display:flex;flex-direction:column;align-items:center}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-content{margin-left:0}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-button,.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-button{margin-top:10px}.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-close,.nx-bar .nx-bar-inner .nx-close{top:auto;bottom:15px;right:15px}.notificationx-shortcode-wrapper>.nx-bar.nx-close-left .nx-bar-inner .nx-close,.nx-bar.nx-close-left .nx-bar-inner .nx-close{top:auto;bottom:15px;left:15px;right:auto}.notificationx-shortcode-wrapper>.nx-bar.theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper,.nx-bar.theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper{flex-direction:column}.notificationx-shortcode-wrapper>.nx-bar.theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text,.nx-bar.theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text{margin-bottom:10px}}.ast-page-builder-template .ast-article-post{margin-bottom:2.5em}.ast-featured-post{float:none}.ast-separate-container .ast-separate-posts.ast-article-post{margin-bottom:2em}.ast-animate-hidden{visibility:hidden;opacity:0}.ast-animate-display{visibility:visible;opacity:1}.ast-no-thumb .ast-date-meta .posted-on{margin-bottom:1.5em}.ast-date-meta.circle .posted-on{border-radius:50%;overflow:hidden}.has-post-thumbnail .ast-date-meta.circle .posted-on{margin:1em}.ast-single-post .entry-header.ast-no-title.ast-no-thumbnail{margin-bottom:2em}@media (min-width:769px){.ast-separate-container.ast-blog-grid-2 .ast-archive-description,.ast-separate-container.ast-blog-grid-3 .ast-archive-description,.ast-separate-container.ast-blog-grid-4 .ast-archive-description{margin-bottom:1.33333em}}.ast-separate-container .ast-grid-1 .blog-layout-1{padding:0}.ast-separate-container .ast-grid-1 .blog-layout-2,.ast-separate-container .ast-grid-1 .blog-layout-3{padding:0;border-bottom:0}.ast-separate-container .ast-grid-2 .ast-article-post,.ast-separate-container .ast-grid-3 .ast-article-post,.ast-separate-container .ast-grid-4 .ast-article-post{background:0 0}@media (min-width:769px){.ast-separate-container .ast-grid-2 .ast-article-post.ast-separate-posts,.ast-separate-container .ast-grid-3 .ast-article-post.ast-separate-posts,.ast-separate-container .ast-grid-4 .ast-article-post.ast-separate-posts{border-bottom:0}}@media (max-width:768px){.ast-separate-container .ast-grid-2 .ast-article-post,.ast-separate-container .ast-grid-3 .ast-article-post,.ast-separate-container .ast-grid-4 .ast-article-post{width:100%}}.ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-2,.ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-3,.ast-separate-container .ast-grid-3 .ast-article-post .blog-layout-2,.ast-separate-container .ast-grid-3 .ast-article-post .blog-layout-3,.ast-separate-container .ast-grid-4 .ast-article-post .blog-layout-2,.ast-separate-container .ast-grid-4 .ast-article-post .blog-layout-3{border-bottom:0}.ast-separate-container .blog-layout-1,.ast-separate-container .blog-layout-2,.ast-separate-container .blog-layout-3{padding:2.66666em;background:#fff}@media (max-width:768px){.ast-separate-container .blog-layout-1,.ast-separate-container .blog-layout-3{display:block}}.ast-separate-container .ast-grid-2 .blog-layout-1,.ast-separate-container .ast-grid-2 .blog-layout-2,.ast-separate-container .ast-grid-2 .blog-layout-3,.ast-separate-container .ast-grid-3 .blog-layout-1,.ast-separate-container .ast-grid-3 .blog-layout-2,.ast-separate-container .ast-grid-3 .blog-layout-3,.ast-separate-container .ast-grid-4 .blog-layout-1,.ast-separate-container .ast-grid-4 .blog-layout-2,.ast-separate-container .ast-grid-4 .blog-layout-3{padding:1.5em}@media (max-width:1200px){.ast-separate-container .ast-grid-2 .ast-article-post:nth-child(2n+0),.ast-separate-container .ast-grid-2 .ast-article-post:nth-child(2n+1),.ast-separate-container .ast-grid-3 .ast-article-post:nth-child(2n+0),.ast-separate-container .ast-grid-3 .ast-article-post:nth-child(2n+1),.ast-separate-container .ast-grid-4 .ast-article-post:nth-child(2n+0),.ast-separate-container .ast-grid-4 .ast-article-post:nth-child(2n+1){padding:0}.ast-separate-container .blog-layout-1,.ast-separate-container .blog-layout-2,.ast-separate-container .blog-layout-3{padding:1.5em}}@media (max-width:544px){.ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-1,.ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-2,.ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-3{padding:1.33333em 1em 1.33333em}.ast-separate-container .ast-grid-3 .ast-article-post .blog-layout-1,.ast-separate-container .ast-grid-4 .ast-article-post .blog-layout-1{padding:1.33333em 1em 1.33333em}}@media (max-width:768px){.ast-page-builder-template .ast-grid-2 .ast-article-post,.ast-page-builder-template .ast-grid-3 .ast-article-post,.ast-page-builder-template .ast-grid-4 .ast-article-post,.ast-plain-container .ast-grid-2 .ast-article-post,.ast-plain-container .ast-grid-3 .ast-article-post,.ast-plain-container .ast-grid-4 .ast-article-post{width:100%}}@media (min-width:769px){.ast-separate-container .ast-grid-2>.site-main>.ast-row,.ast-separate-container .ast-grid-3>.site-main>.ast-row,.ast-separate-container .ast-grid-4>.site-main>.ast-row{margin-left:-1em;margin-right:-1em;-js-display:flex;display:flex;flex-flow:row wrap;align-items:stretch}.ast-separate-container .ast-grid-2>.site-main>.ast-row:after,.ast-separate-container .ast-grid-2>.site-main>.ast-row:before,.ast-separate-container .ast-grid-3>.site-main>.ast-row:after,.ast-separate-container .ast-grid-3>.site-main>.ast-row:before,.ast-separate-container .ast-grid-4>.site-main>.ast-row:after,.ast-separate-container .ast-grid-4>.site-main>.ast-row:before{flex-basis:0;width:0}.ast-separate-container .ast-grid-2 .ast-article-post,.ast-separate-container .ast-grid-3 .ast-article-post,.ast-separate-container .ast-grid-4 .ast-article-post{-js-display:flex;display:flex;padding:0}.ast-separate-container .ast-grid-2 .ast-article-post.ast-separate-posts:nth-child(2n+0),.ast-separate-container .ast-grid-2 .ast-article-post.ast-separate-posts:nth-child(2n+1),.ast-separate-container .ast-grid-3 .ast-article-post.ast-separate-posts:nth-child(2n+0),.ast-separate-container .ast-grid-3 .ast-article-post.ast-separate-posts:nth-child(2n+1),.ast-separate-container .ast-grid-4 .ast-article-post.ast-separate-posts:nth-child(2n+0),.ast-separate-container .ast-grid-4 .ast-article-post.ast-separate-posts:nth-child(2n+1){padding:0 1em 0}.ast-page-builder-template .ast-grid-2>.site-main>.ast-row,.ast-page-builder-template .ast-grid-3>.site-main>.ast-row,.ast-page-builder-template .ast-grid-4>.site-main>.ast-row,.ast-plain-container .ast-grid-2>.site-main>.ast-row,.ast-plain-container .ast-grid-3>.site-main>.ast-row,.ast-plain-container .ast-grid-4>.site-main>.ast-row{margin-left:-1em;margin-right:-1em;-js-display:flex;display:flex;flex-flow:row wrap;align-items:stretch}.ast-page-builder-template .ast-grid-2>.site-main>.ast-row:after,.ast-page-builder-template .ast-grid-2>.site-main>.ast-row:before,.ast-page-builder-template .ast-grid-3>.site-main>.ast-row:after,.ast-page-builder-template .ast-grid-3>.site-main>.ast-row:before,.ast-page-builder-template .ast-grid-4>.site-main>.ast-row:after,.ast-page-builder-template .ast-grid-4>.site-main>.ast-row:before,.ast-plain-container .ast-grid-2>.site-main>.ast-row:after,.ast-plain-container .ast-grid-2>.site-main>.ast-row:before,.ast-plain-container .ast-grid-3>.site-main>.ast-row:after,.ast-plain-container .ast-grid-3>.site-main>.ast-row:before,.ast-plain-container .ast-grid-4>.site-main>.ast-row:after,.ast-plain-container .ast-grid-4>.site-main>.ast-row:before{flex-basis:0;width:0}.ast-page-builder-template .ast-grid-2 .ast-article-post,.ast-page-builder-template .ast-grid-3 .ast-article-post,.ast-page-builder-template .ast-grid-4 .ast-article-post,.ast-plain-container .ast-grid-2 .ast-article-post,.ast-plain-container .ast-grid-3 .ast-article-post,.ast-plain-container .ast-grid-4 .ast-article-post{-js-display:flex;display:flex}.ast-page-builder-template .ast-grid-2 .ast-article-post:last-child,.ast-page-builder-template .ast-grid-3 .ast-article-post:last-child,.ast-page-builder-template .ast-grid-4 .ast-article-post:last-child,.ast-plain-container .ast-grid-2 .ast-article-post:last-child,.ast-plain-container .ast-grid-3 .ast-article-post:last-child,.ast-plain-container .ast-grid-4 .ast-article-post:last-child{margin-bottom:2.5em}}.ast-page-builder-template .ast-article-post .entry-header{margin:auto auto 1em auto;padding:0}.ast-article-post .ast-post-format-audio.ast-embeded-audio .ast-date-meta .posted-on{position:relative;display:inline-block;margin-bottom:1em}.ast-page-builder-template.single .post-navigation{margin-top:2em}hr.post-divider{height:0;margin:0}hr.ast-single-previous-hr{height:0;margin-top:2em}.ast-show-comments-data{padding:2em 6.67em}.ast-show-comments-data .ast-show-comments{cursor:pointer}.ast-show-comments-data .ast-show-comments,.ast-show-comments-data .ast-show-comments-count{max-width:640px;text-align:center;margin-left:auto;margin-right:auto}.ast-show-comments-data .ast-show-comments-count{margin-bottom:2em}.ast-pagination-circle .ast-pagination .page-numbers,.ast-pagination-square .ast-pagination .page-numbers{border-style:solid;border-width:1px;line-height:2.33333em}.ast-pagination-circle .ast-pagination .page-numbers{border-radius:50%}.ast-pagination-circle .ast-pagination .next.page-numbers,.ast-pagination-circle .ast-pagination .prev.page-numbers{border-radius:30px}#content:before{content:"768";position:absolute;overflow:hidden;opacity:0;visibility:hidden}@media all and (max-width:768px){#content:before{content:""}}.ast-pagination-infinite{text-align:center;margin:2.5em 0 0}.ast-page-builder-template .ast-pagination-infinite{margin:2.5em 0}.ast-load-more{cursor:pointer;display:none;border:2px solid #eaeaea;transition:all .2s linear;color:#000}.ast-load-more.active{display:inline-block;padding:0 1.5em;line-height:3em}.ast-load-more.no-more:hover{border-color:#eaeaea;color:#000}.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}.ast-load-more.no-more:hover{background-color:inherit}.no-more{cursor:default}.ast-loader{display:none;margin:0 auto;min-height:58px;line-height:58px;width:70px;text-align:center}.ast-loader>div{width:18px;height:18px;background-color:#0085ba;border-radius:100%;display:inline-block;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.ast-loader .ast-loader-1{animation-delay:-.32s}.ast-loader .ast-loader-2{animation-delay:-.16s}@keyframes sk-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.blog-layout-1 .post-thumb .posted-on{position:absolute;top:0}.blog-layout-1 .post-thumb .posted-on .entry-date span{display:block;width:100%;text-align:center}.blog-layout-1.ast-no-thumb .posted-on{position:relative;display:inline-block}@media (max-width:768px){.blog-layout-1 .ast-blog-featured-section,.blog-layout-1 .post-content{float:none}}.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on{margin-left:-6.67em}@media (max-width:1200px){.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on{margin-left:-2.4em}}@media (max-width:768px){.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on{margin-top:0;margin-left:-2.14em}}@media (max-width:544px){.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on{margin-left:-1em}}.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on{margin-left:-5.67em}@media (max-width:1200px){.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on{margin-left:-1.4em}}@media (max-width:768px){.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on{margin-top:0;margin-left:-1.14em}}@media (max-width:544px){.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on{margin-left:-.5em}}.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on{margin-top:-5.34em}@media (max-width:1200px){.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on{margin-top:-3.34em}}@media (max-width:768px){.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on{margin-top:0}}.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on{margin-top:-4.34em}@media (max-width:1200px){.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on{margin-top:-2.34em}}@media (max-width:768px){.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on{margin-top:1em}}@media (max-width:544px){.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on{margin-top:.5em}}.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content{margin-top:-5.34em}@media (max-width:1200px){.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content{margin-top:-3.34em}}@media (max-width:768px){.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content{margin-top:-1.5em}}.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content{margin-left:-6.67em;margin-right:-6.67em}@media (max-width:1200px){.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content{margin-left:-2.4em;margin-right:-2.4em}}@media (max-width:768px){.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content{margin-left:-2.14em;margin-right:-2.14em}}@media (max-width:544px){.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content{margin-left:-1em;margin-right:-1em}}.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .entry-header .post-thumb-img-content:first-child{margin-top:-5.34em}@media (max-width:1200px){.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .entry-header .post-thumb-img-content:first-child{margin-top:-3.34em}}@media (max-width:768px){.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .entry-header .post-thumb-img-content:first-child{margin-top:-1.5em}}.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .post-thumb-img-content{margin-left:-6.67em;margin-right:-6.67em}@media (max-width:1200px){.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .post-thumb-img-content{margin-left:-2.4em;margin-right:-2.4em}}@media (max-width:768px){.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .post-thumb-img-content{margin-left:-2.14em;margin-right:-2.14em}}@media (max-width:544px){.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .post-thumb-img-content{margin-left:-1em;margin-right:-1em}}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on{margin-left:-1.5em;margin-right:-1.5em}@media (max-width:1200px){.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on{margin-left:-1.5em;margin-right:-1.5em}}@media (max-width:768px){.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on{margin-left:-1.5em;margin-right:-1.5em}}@media (max-width:544px){.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on{margin-left:-1em;margin-right:-1em}}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on{margin-left:-.5em;margin-right:-.5em}@media (max-width:1200px){.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on{margin-left:-.5em;margin-right:-.5em}}@media (max-width:768px){.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on{margin-left:-.5em;margin-right:-.5em}}@media (max-width:544px){.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on{margin-left:-.5em;margin-right:-.5em}}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on{margin-top:-1.5em}@media (max-width:1200px){.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on{margin-top:-1.5em}}@media (max-width:768px){.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on{margin-top:0}}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on{margin-top:-.5em}@media (max-width:1200px){.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on{margin-top:-.5em}}@media (max-width:768px){.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on{margin-top:1em}}@media (max-width:544px){.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on{margin-top:.5em}}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content{margin-top:-1.5em}@media (max-width:1200px){.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content{margin-top:-1.5em}}@media (max-width:768px){.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content{margin-top:-1.5em}}@media (max-width:544px){.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content{margin-top:-1.33333em}}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content{margin-left:-1.5em;margin-right:-1.5em}@media (max-width:1200px){.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content{margin-left:-1.5em;margin-right:-1.5em}}@media (max-width:768px){.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content{margin-left:-1.5em;margin-right:-1.5em}}@media (max-width:544px){.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content{margin-left:-1em;margin-right:-1em}}.ast-header-sticky-active{position:fixed!important;right:0;left:0;margin:0 auto;z-index:99}.ast-footer-sticky-active .ast-custom-footer{position:fixed!important;right:0;left:0;bottom:0;margin:0 auto;z-index:99}.ast-custom-header{position:relative;z-index:99}.ast-custom-header.ast-header-sticky-active .fl-row-content-wrap{transition:padding .3s linear}.ast-custom-header.ast-header-sticky-active .fl-module-content{transition:all .3s linear}.ast-custom-header.ast-header-sticky-active .elementor-section-wrap{transition:padding .3s linear}.ast-custom-header.ast-header-sticky-active .elementor-row>.elementor-column>.elementor-element-populated{transition:all .3s linear}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-row-content-wrap{transition:padding .3s linear;padding-top:5px;padding-bottom:5px;box-sizing:border-box}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-module-content{margin-top:5px;margin-bottom:5px;transition:all .3s linear}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-module-content.fl-node-content img{max-height:50px;width:auto}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-section-wrap{transition:padding .3s linear;box-sizing:border-box}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-section-wrap img{max-height:50px;width:auto}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-row>.elementor-column>.elementor-element-populated{max-height:60px;transition:all .3s linear}.single-advanced-hook .ast-no-title,.single-advanced-hook .hentry{margin:0}.js_active .ast-plain-container.single-advanced-hook .entry-header{margin:0}.ast-default-menu-enable.ast-header-break-point .main-navigation ul li.menu-item-has-children>a,.ast-default-menu-enable.ast-header-break-point .main-navigation ul li.page_item_has_children>a,.ast-flyout-menu-enable.ast-header-break-point .main-navigation ul li.menu-item-has-children>a,.ast-flyout-menu-enable.ast-header-break-point .main-navigation ul li.page_item_has_children>a,.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation ul li.menu-item-has-children>a,.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation ul li.page_item_has_children>a{padding-right:0}.ast-fullscreen-menu-enable.ast-header-break-point .main-header-menu .menu-item{-js-display:inline-flex;display:inline-flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.ast-fullscreen-menu-enable.ast-header-break-point .menu-item a{height:auto}.ast-fullscreen-menu-enable.ast-header-break-point .sub-menu{flex:1 0 100%}.ast-fullscreen-menu-enable.ast-header-break-point.admin-bar.ast-admin-bar-visible #site-navigation,.ast-fullscreen-menu-enable.ast-header-break-point.admin-bar.ast-admin-bar-visible .ast-primary-menu-disabled .ast-header-custom-item .ast-merge-header-navigation-wrap{padding-top:32px}@media screen and (max-width:782px){.ast-fullscreen-menu-enable.ast-header-break-point.admin-bar.ast-admin-bar-visible #site-navigation,.ast-fullscreen-menu-enable.ast-header-break-point.admin-bar.ast-admin-bar-visible .ast-primary-menu-disabled .ast-header-custom-item .ast-merge-header-navigation-wrap{padding-top:46px}}.ast-fullscreen-menu-enable.ast-main-header-nav-open .main-header-bar{padding-bottom:1em}.ast-fullscreen-menu-enable.ast-header-break-point .header-main-layout-2 .main-header-bar-navigation .children,.ast-fullscreen-menu-enable.ast-header-break-point .header-main-layout-2 .main-header-bar-navigation .sub-menu,.ast-fullscreen-menu-enable.ast-header-break-point .header-main-layout-3 .main-header-bar-navigation .children,.ast-fullscreen-menu-enable.ast-header-break-point .header-main-layout-3 .main-header-bar-navigation .sub-menu{text-align:center}.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation{-js-display:flex;display:flex;align-items:center;justify-content:center;min-height:calc(100% - 40px)}.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation ul li a{width:auto;border:none}.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation ul li>div{position:static}.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation .main-navigation ul li>div{position:static}.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation ul.children li a:before,.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation ul.sub-menu li a:before{content:'';margin:0}.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation ul.children li li a:before,.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation ul.sub-menu li li a:before{content:'';margin:0}.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation ul.children li li a:before li a:before,.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation ul.sub-menu li li a:before li a:before{content:'';margin:0}.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation ul.children li li a:before li a:before li a:before,.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation ul.sub-menu li li a:before li a:before li a:before{content:'';margin-right:2px}.ast-fullscreen-menu-enable.ast-header-break-point li.ast-masthead-custom-menu-items{margin-top:0;margin-bottom:0}.ast-fullscreen-menu-enable.ast-header-break-point .ast-merge-header-navigation-wrap>li:first-child>a:before{border:none}.ast-fullscreen-menu-enable.ast-header-break-point .ast-merge-header-navigation-wrap .ast-above-header-menu-items li a,.ast-fullscreen-menu-enable.ast-header-break-point .ast-merge-header-navigation-wrap .ast-below-header-menu-items li a{width:auto;border:none}.ast-fullscreen-menu-enable.ast-header-break-point .ast-merge-header-navigation-wrap .ast-above-header-menu-items li a:before,.ast-fullscreen-menu-enable.ast-header-break-point .ast-merge-header-navigation-wrap .ast-above-header-menu-items li.menu-item-has-children a:before,.ast-fullscreen-menu-enable.ast-header-break-point .ast-merge-header-navigation-wrap .ast-below-header-menu-items li a:before,.ast-fullscreen-menu-enable.ast-header-break-point .ast-merge-header-navigation-wrap .ast-below-header-menu-items li.menu-item-has-children a:before{border-bottom:1px solid #dadada;content:'';left:0;right:0;top:0;position:absolute}.ast-fullscreen-menu-enable.ast-header-break-point .ast-merge-header-navigation-wrap .ast-above-header-menu-items ul.children li a:before,.ast-fullscreen-menu-enable.ast-header-break-point .ast-merge-header-navigation-wrap .ast-above-header-menu-items ul.sub-menu li a:before,.ast-fullscreen-menu-enable.ast-header-break-point .ast-merge-header-navigation-wrap .ast-below-header-menu-items ul.children li a:before,.ast-fullscreen-menu-enable.ast-header-break-point .ast-merge-header-navigation-wrap .ast-below-header-menu-items ul.sub-menu li a:before{content:'';margin:0}.ast-fullscreen-menu-enable.ast-header-break-point .ast-merge-header-navigation-wrap .ast-above-header-menu-items ul.children li li a:before,.ast-fullscreen-menu-enable.ast-header-break-point .ast-merge-header-navigation-wrap .ast-above-header-menu-items ul.sub-menu li li a:before,.ast-fullscreen-menu-enable.ast-header-break-point .ast-merge-header-navigation-wrap .ast-below-header-menu-items ul.children li li a:before,.ast-fullscreen-menu-enable.ast-header-break-point .ast-merge-header-navigation-wrap .ast-below-header-menu-items ul.sub-menu li li a:before{content:'';margin:0}.ast-fullscreen-menu-enable.ast-header-break-point .ast-merge-header-navigation-wrap .ast-above-header-menu-items ul.children li li a:before li a:before,.ast-fullscreen-menu-enable.ast-header-break-point .ast-merge-header-navigation-wrap .ast-above-header-menu-items ul.sub-menu li li a:before li a:before,.ast-fullscreen-menu-enable.ast-header-break-point .ast-merge-header-navigation-wrap .ast-below-header-menu-items ul.children li li a:before li a:before,.ast-fullscreen-menu-enable.ast-header-break-point .ast-merge-header-navigation-wrap .ast-below-header-menu-items ul.sub-menu li li a:before li a:before{content:'';margin:0}.ast-fullscreen-menu-enable.ast-header-break-point .ast-merge-header-navigation-wrap .ast-above-header-menu-items ul.children li li a:before li a:before li a:before,.ast-fullscreen-menu-enable.ast-header-break-point .ast-merge-header-navigation-wrap .ast-above-header-menu-items ul.sub-menu li li a:before li a:before li a:before,.ast-fullscreen-menu-enable.ast-header-break-point .ast-merge-header-navigation-wrap .ast-below-header-menu-items ul.children li li a:before li a:before li a:before,.ast-fullscreen-menu-enable.ast-header-break-point .ast-merge-header-navigation-wrap .ast-below-header-menu-items ul.sub-menu li li a:before li a:before li a:before{content:'';margin-right:2px}.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar{text-align:center}.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle,.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation .page_item_has_children>.ast-menu-toggle{position:relative;right:0}.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation li.menu-item-has-children>button.ast-menu-toggle,.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation li.page_item_has_children>button.ast-menu-toggle{top:0}.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation{padding:0}.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar-navigation{display:block!important;opacity:0;visibility:hidden;transition:opacity linear .2s,visibility linear .2s}.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar-navigation .main-header-menu{background:0 0;border-width:0;border-style:solid;border-color:#dadada}@media screen and (min-width:480px){.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar-navigation .main-header-menu{margin-left:40px;margin-right:40px}}.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar-navigation .main-header-menu>li:first-child>a:before{border:none}.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar-navigation .ast-merge-header-navigation-wrap .ast-above-header-menu-items,.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar-navigation .ast-merge-header-navigation-wrap .ast-below-header-menu-items,.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar-navigation .ast-merge-header-navigation-wrap div.ast-masthead-custom-menu-items{width:auto}@media screen and (min-width:480px){.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar-navigation .ast-merge-header-navigation-wrap .ast-above-header-menu-items,.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar-navigation .ast-merge-header-navigation-wrap .ast-below-header-menu-items,.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar-navigation .ast-merge-header-navigation-wrap div.ast-masthead-custom-menu-items{margin-left:40px;margin-right:40px}}.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar-navigation .ast-merge-header-navigation-wrap .ast-above-header-menu-items>li:first-child>a:before,.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar-navigation .ast-merge-header-navigation-wrap .ast-below-header-menu-items>li:first-child>a:before,.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar-navigation .ast-merge-header-navigation-wrap div.ast-masthead-custom-menu-items>li:first-child>a:before{border:none}.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar-navigation .close{position:fixed;right:0;display:block;text-align:right;height:40px;cursor:pointer;z-index:99}.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar-navigation .close:hover{opacity:1}.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar-navigation .close:after{content:"\e5cd";display:inline-block;font-family:Astra;font-size:22px;font-size:2rem;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:normal;line-height:40px;height:40px;width:40px;text-align:center;margin:0}.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar-navigation #site-navigation{position:fixed;left:0;right:0;top:0;bottom:0;height:100%;overflow-y:auto;background-color:#fff;text-align:center}.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar-navigation #site-navigation .widget_price_filter .price_slider_amount .button,.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar-navigation #site-navigation .widget_shopping_cart .woocommerce-mini-cart__buttons a{padding:10px 15px;font-weight:400}.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar-navigation #site-navigation ul.product_list_widget li a{margin-bottom:4px;line-height:1.2}.ast-fullscreen-menu-enable.ast-header-break-point .ast-primary-menu-disabled .ast-header-custom-item .ast-merge-header-navigation-wrap{position:fixed;left:0;right:0;top:0;bottom:0;height:100%;overflow-y:auto;background-color:#fff;text-align:center}.ast-fullscreen-menu-enable.ast-header-break-point .ast-primary-menu-disabled .ast-header-custom-item .ast-merge-header-navigation-wrap .widget_price_filter .price_slider_amount .button,.ast-fullscreen-menu-enable.ast-header-break-point .ast-primary-menu-disabled .ast-header-custom-item .ast-merge-header-navigation-wrap .widget_shopping_cart .woocommerce-mini-cart__buttons a{padding:10px 15px;font-weight:400}.ast-fullscreen-menu-enable.ast-header-break-point .ast-primary-menu-disabled .ast-header-custom-item .ast-merge-header-navigation-wrap ul.product_list_widget li a{margin-bottom:4px;line-height:1.2}.ast-fullscreen-menu-enable.ast-header-break-point li.ast-masthead-custom-menu-items.woocommerce-custom-menu-item{padding-left:0;padding-right:0}.ast-fullscreen-menu-enable.ast-header-break-point.ast-header-custom-item-outside .ast-primary-menu-disabled.ast-above-header-merged-responsive .ast-above-header-menu-items a{width:auto;border:none}.ast-fullscreen-menu-enable.ast-header-break-point.ast-header-custom-item-outside .ast-primary-menu-disabled.ast-below-header-merged-responsive .ast-below-header-menu-items a{width:auto;border:none}.ast-fullscreen-menu-enable .ast-button-wrap .menu-toggle.toggled .menu-toggle-icon:before{content:"\e5d2"}.ast-fullscreen-menu-overlay .ast-fullscreen-menu-enable.ast-header-break-point .ast-header-break-point .ast-header-sections-navigation a:focus,.ast-fullscreen-menu-overlay .ast-fullscreen-menu-enable.ast-header-break-point .ast-header-break-point .ast-header-sections-navigation a:hover,.ast-fullscreen-menu-overlay .ast-fullscreen-menu-enable.ast-header-break-point .ast-header-custom-item a:hover,.ast-fullscreen-menu-overlay .ast-fullscreen-menu-enable.ast-header-break-point .main-header-menu a:hover,.ast-fullscreen-menu-overlay .ast-fullscreen-menu-enable.ast-header-break-point .main-header-menu li.ast-masthead-custom-menu-items.focus,.ast-fullscreen-menu-overlay .ast-fullscreen-menu-enable.ast-header-break-point .main-header-menu li.ast-masthead-custom-menu-items:hover,.ast-fullscreen-menu-overlay .ast-fullscreen-menu-enable.ast-header-break-point .main-header-menu li.focus>a,.ast-fullscreen-menu-overlay .ast-fullscreen-menu-enable.ast-header-break-point .main-header-menu li:hover>a{background-color:transparent}.ast-fullscreen-menu-overlay .ast-fullscreen-menu-enable.ast-header-break-point #ast-fixed-header.ast-header-slide{height:100%!important;max-height:100%!important}.ast-fullscreen-menu-overlay .ast-fullscreen-menu-enable.ast-header-break-point .ast-stick-primary-below-wrapper{z-index:6}.ast-fullscreen-menu-overlay .ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar{z-index:6}.ast-fullscreen-menu-overlay .ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar-navigation{opacity:1;visibility:visible;overflow-y:scroll;position:fixed;left:0;right:0;top:0;bottom:0;z-index:5}.admin-bar.ast-admin-bar-visible .ast-fullscreen-menu-overlay .ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar-navigation{top:32px}@media screen and (max-width:782px){.admin-bar.ast-admin-bar-visible .ast-fullscreen-menu-overlay .ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar-navigation{top:46px}}.ast-fullscreen-menu-overlay .ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar-navigation #site-navigation{left:0}.ast-fullscreen-menu-overlay .ast-fullscreen-menu-enable.ast-header-break-point .ast-above-header-menu-items,.ast-fullscreen-menu-overlay .ast-fullscreen-menu-enable.ast-header-break-point .ast-below-header-menu-items,.ast-fullscreen-menu-overlay .ast-fullscreen-menu-enable.ast-header-break-point .ast-header-sections-navigation{background:0 0}.ast-fullscreen-menu-overlay .ast-fullscreen-menu-enable.ast-header-break-point #site-navigation{text-align:center}.ast-fullscreen-menu-overlay .ast-fullscreen-menu-enable.ast-header-break-point .header-main-layout-1 .main-header-bar-navigation .children,.ast-fullscreen-menu-overlay .ast-fullscreen-menu-enable.ast-header-break-point .header-main-layout-1 .main-header-bar-navigation .sub-menu{text-align:center}.ast-header-break-point .ast-header-sections-navigation{border-top:1px solid #eaeaea;background-color:#f9f9f9}.ast-header-break-point .ast-header-sections-navigation .ast-above-header-menu-items li a,.ast-header-break-point .ast-header-sections-navigation .ast-below-header-menu-items li a{padding:0 20px;display:inline-block;width:100%}.ast-header-break-point .ast-header-sections-navigation .ast-above-header-menu-items .sub-menu li a,.ast-header-break-point .ast-header-sections-navigation .ast-below-header-menu-items .sub-menu li a{padding-left:30px}.ast-header-break-point .ast-header-sections-navigation .ast-above-header-menu-items .sub-menu li a:before,.ast-header-break-point .ast-header-sections-navigation .ast-below-header-menu-items .sub-menu li a:before{content:"\e900";font-family:Astra;font-size:.65em;text-decoration:inherit;display:inline-block;transform:translate(0,-2px) rotateZ(270deg);margin-right:5px}.ast-header-break-point .ast-header-sections-navigation .ast-above-header-menu-items .sub-menu li li a,.ast-header-break-point .ast-header-sections-navigation .ast-below-header-menu-items .sub-menu li li a{padding-left:40px}.ast-header-break-point .ast-header-sections-navigation .ast-above-header-menu-items .sub-menu li li li a,.ast-header-break-point .ast-header-sections-navigation .ast-below-header-menu-items .sub-menu li li li a{padding-left:50px}.ast-header-break-point .ast-header-sections-navigation .ast-above-header-menu-items .sub-menu li li li li a,.ast-header-break-point .ast-header-sections-navigation .ast-below-header-menu-items .sub-menu li li li li a{padding-left:60px}.ast-header-break-point .ast-header-sections-navigation .ast-above-header-menu-items>li:first-child,.ast-header-break-point .ast-header-sections-navigation .ast-below-header-menu-items>li:first-child{border-top:0}.ast-header-break-point .ast-header-sections-navigation .ast-above-header-menu-items ul,.ast-header-break-point .ast-header-sections-navigation .ast-below-header-menu-items ul{left:auto;right:auto}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-1{order:2;justify-content:flex-end}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-2{order:1;justify-content:flex-start}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-1{order:2;justify-content:flex-end}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-2{order:1;justify-content:flex-start}.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation ul.sub-menu li a{padding-left:0}.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation ul.sub-menu li li a{padding-left:0}.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation ul.sub-menu li li li a{padding-left:0}.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation ul.sub-menu li li li li a{padding-left:0}body.ast-padded-layout::after,body.ast-padded-layout::before{background:inherit;content:"";display:block;height:0;left:0;position:fixed;width:100%;z-index:999}body.ast-padded-layout::after{bottom:0}body.ast-padded-layout{background-attachment:fixed}body.ast-padded-layout::before{top:0}@media (min-width:44.375em){body.ast-padded-layout.admin-bar::before{top:46px}}@media (min-width:48.9375em){body.ast-padded-layout.admin-bar::before{top:32px}}.elementor-page.ast-box-layout #page,.elementor-page.ast-padded-layout #page{overflow:hidden}.siteorigin-panels.ast-box-layout #page,.siteorigin-panels.ast-padded-layout #page{overflow:hidden}.ast-separate-container.ast-box-layout #content .ast-container{padding-left:0;padding-right:0}@media (max-width:768px){.ast-separate-container.ast-box-layout #content .ast-container{padding-left:20px;padding-right:20px}}@media (max-width:544px){.ast-separate-container.ast-box-layout #content .ast-container{padding-left:.54em;padding-right:.54em}}.js_active .ast-box-layout #page,.js_active .ast-padded-layout #page{overflow:hidden}.js_active .ast-box-layout.ast-page-builder-template .vc_row[data-vc-full-width],.js_active .ast-padded-layout.ast-page-builder-template .vc_row[data-vc-full-width]{max-width:100%;left:0!important}.ast-sticky-active{position:fixed!important;right:0;left:0;margin:0 auto;width:100%}.ast-nav-up{transform:translateY(-100%)}.site-header .sticky-custom-logo{display:none}.ast-primary-sticky-header-active li.ast-masthead-custom-menu-items a,.ast-primary-sticky-header-active li.ast-masthead-custom-menu-items a:focus,.ast-primary-sticky-header-active li.ast-masthead-custom-menu-items a:hover{background:0 0}.ast-fullscreen-active .ast-above-header,.ast-offcanvas-active .ast-above-header{z-index:4}.ast-fullscreen-active .ast-above-header.ast-sticky-active,.ast-offcanvas-active .ast-above-header.ast-sticky-active{z-index:0}#ast-fixed-header{position:fixed;visibility:hidden;top:0;left:0;width:100%}#ast-fixed-header .main-header-bar{box-shadow:0 1px 2px rgba(0,0,0,.2)}#ast-fixed-header.ast-header-slide{transform:translateY(-100%);transition:transform .3s linear,top .3s linear,visibility .3s linear}#ast-fixed-header.ast-header-fade{opacity:0;transition:opacity .3s linear}.main-header-bar.ast-sticky-active{box-shadow:0 1px 2px rgba(0,0,0,.2)}.ast-sticky-custom-logo .ast-header-sticked .custom-logo-link,.ast-sticky-custom-logo .ast-header-sticked .custom-mobile-logo-link{display:none}.ast-sticky-custom-logo .ast-header-sticked .sticky-custom-logo{display:inline-block}.ast-sticky-custom-logo .ast-header-sticked .site-description,.ast-sticky-custom-logo .ast-header-sticked .site-title{display:none}.ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo{display:none}.ast-header-stick-fade-active .ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo,.ast-header-stick-scroll-active .ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo,.ast-header-stick-slide-active .ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo{display:inline-block}.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar,.ast-sticky-main-shrink .ast-sticky-shrunk.main-header-bar{line-height:55px}.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar .ast-site-identity,.ast-sticky-main-shrink .ast-sticky-shrunk.main-header-bar .ast-site-identity{padding-top:.5em;padding-bottom:.5em}.ast-sticky-main-shrink .ast-sticky-shrunk #site-navigation{line-height:3}.ast-sticky-main-shrink .ast-sticky-shrunk .site-logo-img img{max-height:55px!important;width:auto}.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .main-header-bar,.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk.main-header-bar{padding-bottom:0}.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .ast-mobile-menu-buttons{line-height:0;padding-bottom:.5em}.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .site-branding{padding-bottom:.5em}.ast-header-break-point .ast-sticky-active .sticky-custom-logo img{display:block}.ast-header-break-point .ast-has-mobile-header-logo .ast-header-sticked .sticky-custom-logo img{display:block}.ast-header-break-point .ast-has-mobile-header-logo .ast-header-sticked .ast-mobile-header-logo{display:none}.ast-header-break-point .ast-header-sticked .sticky-custom-logo img{display:block}.ast-header-break-point.ast-inherit-site-logo-sticky .ast-has-mobile-header-logo .ast-header-sticked .custom-logo-link img{display:none}.ast-header-break-point.ast-inherit-site-logo-sticky .ast-has-mobile-header-logo .ast-header-sticked .custom-mobile-logo-link img{display:inline-block}.above-header-toggle-on .main-header-bar{z-index:1}.ast-header-stick-slide-active .ast-flyout-menu-enable.ast-header-break-point #masthead .main-header-bar-navigation{display:none!important}.ast-header-stick-fade-active .ast-flyout-menu-enable.ast-header-break-point #masthead .main-header-bar-navigation{display:none!important}.ast-flyout-menu-overlay .ast-stick-primary-below-wrapper.ast-sticky-active{z-index:5}.ast-fullscreen-menu-overlay #ast-fixed-header{z-index:9}.ast-flyout-menu-enable.ast-primary-sticky-enabled .ast-stick-primary-below-wrapper,.ast-flyout-menu-enable.ast-primary-sticky-enabled .main-header-bar{overflow-y:unset!important}#ast-scroll-top{display:none;position:fixed;text-align:center;cursor:pointer;z-index:99;width:2.1em;height:2.1em;line-height:2.1;color:#fff;border-radius:2px;content:""}@media (min-width:769px){#ast-scroll-top{content:"769"}}.ast-scroll-to-top-right{right:30px;bottom:30px}.ast-scroll-to-top-left{left:30px;bottom:30px}.ast-scroll-top-icon{transform:rotate(180deg)}.ast-scroll-top-icon::before{content:"\e900";font-family:Astra;text-decoration:inherit}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.sub-menu>li{display:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.ast-mm-has-desc>.menu-link{vertical-align:middle;text-align:center}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li li:hover>a{background-color:transparent;color:inherit}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu{opacity:0;visibility:hidden}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu-focus li>a{background-color:transparent;color:inherit}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus{opacity:1;visibility:visible;-js-display:flex;display:flex;padding:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>li{padding-left:15px;padding-right:15px;display:block;flex:1;opacity:1}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>li:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>li:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-2 li{width:50%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-3 li{width:33.33%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-4 li{width:25%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu li:last-child{border-right:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .sub-menu{background-color:transparent;display:block;opacity:1;visibility:visible;transform:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .astra-nested-sub-menu li a{padding-left:24px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .astra-nested-sub-menu .astra-nested-sub-menu li a{padding-left:48px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .sub-menu{border:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>li .sub-menu{position:static;width:100%;margin:auto}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>li .sub-menu li{width:100%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>li{padding-left:15px;padding-right:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>li:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>li:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper.astra-megamenu-wrapper-focus{opacity:1;visibility:visible}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper.astra-megamenu-wrapper-focus .astra-megamenu.astra-megamenu-focus{-js-display:flex;display:flex}.ast-desktop .ast-mega-menu-enabled .menu-item-has-children.astra-megamenu-li .astra-megamenu.sub-menu li>a:after{content:''}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .sub-menu a,.ast-desktop .ast-mega-menu-enabled.submenu-with-border .astra-megamenu-li .sub-menu a{border:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu{opacity:1;visibility:visible;-js-display:flex;display:flex;padding:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu>li{padding-left:15px;padding-right:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu>li:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu>li:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>li{padding-left:15px;padding-right:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>li:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>li:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu.col-2 li{width:50%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu.col-3 li{width:33.33%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu.col-4 li{width:25%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu>li{display:block;flex:1;opacity:1}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .sub-menu{background-color:transparent;display:block;opacity:1;visibility:visible;transform:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .astra-nested-sub-menu li a{padding-left:24px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .astra-nested-sub-menu .astra-nested-sub-menu li a{padding-left:48px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu .sub-menu{border:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu>li .sub-menu{position:static;width:100%;margin:auto}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu>li .sub-menu li{width:100%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu li:last-child{border-right:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper{opacity:1;visibility:visible}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper .astra-megamenu{-js-display:flex;display:flex}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li:hover .astra-megamenu .sub-menu li{width:100%}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li:hover .astra-megamenu.sub-menu li .sub-menu{min-width:100%}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li .astra-megamenu.astra-megamenu-focus .sub-menu li{width:100%}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu li .sub-menu{min-width:100%}.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper{background:#fff;position:absolute;opacity:0;visibility:hidden;top:100%}.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper .astra-megamenu.sub-menu{display:none;position:relative;left:0;top:0;margin:0 auto;padding-left:0;padding-right:0;border-width:0}.ast-desktop .ast-above-header-menu .astra-megamenu-li .sub-menu li.current-menu-ancestor>a,.ast-desktop .ast-below-header-menu .astra-megamenu-li .sub-menu li.current-menu-ancestor>a,.ast-desktop .main-header-menu .astra-megamenu-li .sub-menu li.current-menu-ancestor>a{background-color:transparent;color:inherit}.ast-desktop .ast-above-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text,.ast-desktop .ast-below-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text,.ast-desktop .main-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text{vertical-align:text-top}.ast-desktop .ast-mm-custom-text-content,.ast-desktop .ast-mm-template-content{padding:0 1em}.ast-desktop .ast-below-header .ast-mm-custom-text-content,.ast-desktop .ast-below-header .ast-mm-template-content{padding:.9em 1em}.ast-desktop .submenu-with-border .astra-full-megamenu-wrapper{border-width:1px;border-style:solid}.ast-desktop .ast-mm-widget-content a{display:initial}.ast-desktop .ast-mm-widget-content .ast-mm-widget-item{padding:1.5em}.ast-desktop .submenu-with-border .astra-megamenu{border-width:1px}.ast-menu-description{line-height:1.6;display:block;font-size:.8em;padding:2px 0}.site-header a .ast-menu-description,.site-header a .sub-arrow{transition:none}.site-header .menu-text{transition:none}.ast-header-break-point .ast-menu-description{line-height:inherit}.astra-mm-highlight-label{font-size:.7em;margin-left:5px;line-height:normal;padding:3px 6px;border-radius:2px}.ast-desktop .ast-hide-menu-item{display:none}.ast-desktop .ast-mega-menu-enabled .ast-hide-menu-item{display:none}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu>.menu-item-has-children>a .sub-arrow:after,.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu>.page_item_has_children>a .sub-arrow:after,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu>.menu-item-has-children>a .sub-arrow:after,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu>.page_item_has_children>a .sub-arrow:after,.ast-desktop .ast-mega-menu-enabled.main-header-menu>.menu-item-has-children>a .sub-arrow:after,.ast-desktop .ast-mega-menu-enabled.main-header-menu>.page_item_has_children>a .sub-arrow:after{content:"\e900";display:inline-block;font-family:Astra;font-size:9px;font-size:.6rem;font-weight:700;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:10px;line-height:normal}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu>.menu-item-has-children>a:after,.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu>.page_item_has_children>a:after,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu>.menu-item-has-children>a:after,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu>.page_item_has_children>a:after,.ast-desktop .ast-mega-menu-enabled.main-header-menu>.menu-item-has-children>a:after,.ast-desktop .ast-mega-menu-enabled.main-header-menu>.page_item_has_children>a:after{content:'';margin:0}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu ul li.menu-item-has-children>a .sub-arrow:after,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu ul li.menu-item-has-children>a .sub-arrow:after,.ast-desktop .ast-mega-menu-enabled.main-header-menu ul li.menu-item-has-children>a .sub-arrow:after{transform:rotate(-90deg)}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu ul li.menu-item-has-children>a .sub-arrow,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu ul li.menu-item-has-children>a .sub-arrow,.ast-desktop .ast-mega-menu-enabled.main-header-menu ul li.menu-item-has-children>a .sub-arrow{position:absolute;right:5%;top:50%;transform:translateY(-50%)}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .ast-masthead-custom-menu-items a:focus,.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .ast-masthead-custom-menu-items a:hover,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .ast-masthead-custom-menu-items a:focus,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .ast-masthead-custom-menu-items a:hover,.ast-desktop .ast-mega-menu-enabled.main-header-menu .ast-masthead-custom-menu-items a:focus,.ast-desktop .ast-mega-menu-enabled.main-header-menu .ast-masthead-custom-menu-items a:hover{background:0 0}.ast-header-break-point .ast-mega-menu-enabled .menu-item-has-children.astra-megamenu-li>a .sub-arrow:after,.ast-header-break-point .ast-mega-menu-enabled .page_item_has_children.astra-megamenu-li>a .sub-arrow:after{display:none}.ast-disable-link{cursor:default}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item-heading:focus>a,.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item-heading:hover>a,.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item-heading>a:hover{background:0 0}.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item-heading:focus>a,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item-heading:hover>a,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item-heading>a:hover{background:0 0}.ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item-heading>a{background:0 0}.ast-desktop .ast-above-header-menu .astra-mega-menu-width-full,.ast-desktop .ast-below-header-menu .astra-mega-menu-width-full,.ast-desktop .astra-mega-menu-width-full{background:0 0}.astra-megamenu-li .ast-mm-template-content a:not(.button){padding:inherit}.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item,.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item,.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item{display:none}.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle,.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle,.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle{display:none}.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu,.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu,.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu{display:block!important}.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu,.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu,.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu{display:block!important}.ast-hidden{display:none!important}.main-header-bar-wrap .ast-search-box.header-cover{z-index:7}.ast-below-header-wrap .ast-search-box.header-cover #close,.ast-below-header-wrap .ast-search-box.header-cover .search-field{font-size:1.8em}.ast-below-header-wrap .ast-search-box.header-cover .search-submit{font-size:1.5em}.ast-search-box.full-screen,.ast-search-box.header-cover{display:none;opacity:0;transition:opacity .2s;width:100%;height:100%}.ast-search-box.full-screen .search-field,.ast-search-box.header-cover .search-field{background:0 0;border:0;color:#fafafa;box-shadow:none;text-align:left;padding:0}.ast-search-box.full-screen .search-submit,.ast-search-box.header-cover .search-submit{background:0 0;padding:0;color:#9e9e9e;transition:all .7s ease-In;outline:0;border:0;vertical-align:middle}.ast-search-box.full-screen .ast-search-wrapper,.ast-search-box.header-cover .ast-search-wrapper{position:absolute;width:100%;left:50%;top:50%;transform:translate(-50%,-50%)}.ast-search-box.full-screen .ast-search-wrapper .search-form,.ast-search-box.header-cover .ast-search-wrapper .search-form{line-height:normal}.ast-search-box.full-screen #close,.ast-search-box.header-cover #close{color:#fafafa;transform:rotate(0);font-size:2em;cursor:pointer;z-index:9;font-weight:400}.ast-search-box.full-screen #close::before,.ast-search-box.header-cover #close::before{font-family:Astra;content:"\e5cd";display:inline-block;transition:transform .3s ease-in-out}.ast-search-box.full-screen .search-field::-webkit-input-placeholder,.ast-search-box.header-cover .search-field::-webkit-input-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field:-moz-placeholder,.ast-search-box.header-cover .search-field:-moz-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field::-moz-placeholder,.ast-search-box.header-cover .search-field::-moz-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field:-ms-input-placeholder,.ast-search-box.header-cover .search-field:-ms-input-placeholder{color:#fafafa}.ast-search-box.header-cover{position:absolute;background:rgba(25,25,25,.94);top:0;z-index:10}.ast-search-box.header-cover .search-field{font-size:2em;line-height:2;width:100%}.ast-search-box.header-cover .ast-container{position:relative}.ast-search-box.header-cover .close,.ast-search-box.header-cover .search-submit,.ast-search-box.header-cover .search-text-wrap{display:inline-block}.ast-search-box.header-cover .search-text-wrap{width:calc(100% - 2.5em);vertical-align:middle}.ast-search-box.header-cover .search-submit{font-size:1.7em;margin-right:2em}.ast-search-box.header-cover #close{vertical-align:middle;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ast-search-box.full-screen{position:fixed;background:rgba(25,25,25,.94);top:0;left:0;z-index:999}.ast-search-box.full-screen .ast-search-wrapper .large-search-text{text-align:center;color:#e2e2e2;font-size:1.5em;font-weight:400;transition-delay:50ms;transition:all .3s ease-in-out}.ast-search-box.full-screen .ast-search-wrapper fieldset{border:0;padding:2.5em 0 1em;border-bottom:2px solid #9e9e9e}.ast-search-box.full-screen .ast-search-wrapper .search-field{font-size:2.6em;padding-left:30px;line-height:1.7;width:90%;width:calc(100% - 1.5em);vertical-align:middle;text-align:center}.ast-search-box.full-screen .ast-search-wrapper .search-form{width:70%;margin:20px auto}.ast-search-box.full-screen .ast-search-wrapper .search-submit{font-size:2em}.ast-search-box.full-screen #close{position:absolute;color:#fafafa;right:1em;line-height:1;cursor:pointer;z-index:9;font-weight:400;font-size:2em;top:1.5em;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ast-search-box.full-screen ::-webkit-input-placeholder{opacity:0}.ast-search-box.full-screen ::-moz-placeholder{opacity:0}.ast-search-box.full-screen :-ms-input-placeholder{opacity:0}.ast-search-box.full-screen :-moz-placeholder{opacity:0}@media (max-width:420px){.ast-search-box.full-screen ::-webkit-input-placeholder{opacity:1}.ast-search-box.full-screen ::-moz-placeholder{opacity:1}.ast-search-box.full-screen :-ms-input-placeholder{opacity:1}.ast-search-box.full-screen :-moz-placeholder{opacity:1}}.site-header .ast-inline-search.ast-search-menu-icon .search-form{padding-left:0;padding-right:2em}.site-header .ast-inline-search.ast-search-menu-icon .search-field{width:auto;padding-left:1em;padding-right:0}.ast-inline-search.ast-search-menu-icon{position:relative;transform:none;left:0;right:0}.ast-inline-search.ast-search-menu-icon .search-submit{display:block;background:0 0;border:none;position:absolute;height:100%;right:.25em;padding:0;top:0;font-size:1.3em;color:#757575}.ast-header-break-point .ast-inline-search.ast-search-menu-icon .search-form{padding:0}.ast-header-break-point .site-header .ast-inline-search.ast-search-menu-icon .search-field{width:100%;padding-right:2em}.ast-header-custom-item-inside.ast-desktop .main-header-menu .ast-search-menu-icon.full-screen,.ast-header-custom-item-inside.ast-desktop .main-header-menu .ast-search-menu-icon.header-cover{display:none}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-1 .ast-search-menu-icon .search-form{right:-1em;left:auto;padding-left:0;padding-right:3em}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-1 .search-field{padding-right:0;padding-left:1em}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-2 .ast-search-menu-icon .search-form{left:-1em;right:auto;padding-right:0;padding-left:3em}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-2 .search-field{padding-left:0;padding-right:1em}.ast-header-break-point .ast-above-header .ast-above-header-section-1 .ast-inline-search.ast-search-menu-icon .search-field{padding-right:0}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-2 .ast-search-menu-icon .search-form{padding-left:0;left:auto;padding-right:2em}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-2 .ast-search-menu-icon.slide-search .search-form{left:-1em;padding-left:2em}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-1 .search-field{padding-right:0}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .search-field{padding-right:0;padding-left:1em}.ast-header-break-point .ast-above-header-mobile-stack .ast-above-header .ast-above-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{right:auto;padding-right:2em}.ast-header-break-point .ast-swap-below-header-sections .ast-below-header .below-header-section-2 .ast-search-menu-icon.ast-inline-search .search-form{left:0;padding-left:0;padding-right:2em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-1 .ast-search-menu-icon .search-form{right:-1em;left:auto;padding-left:0;padding-right:3em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-1 .search-field{padding-right:0;padding-left:1em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-2 .ast-search-menu-icon .search-form{left:-1em;right:auto;padding-right:0;padding-left:3em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-2 .search-field{padding-left:0;padding-right:1em}.ast-header-break-point .ast-below-header .below-header-section-1 .ast-inline-search.ast-search-menu-icon .search-field{padding-right:0}.ast-header-break-point .ast-swap-below-header-sections.site-header .ast-below-header .ast-inline-search.ast-search-menu-icon .search-field{padding-left:1em;padding-right:0}.ast-header-break-point .ast-swap-below-header-sections .ast-below-header .below-header-section-2 .ast-search-menu-icon .search-form{left:-1em;padding-left:3em;padding-right:1em}.ast-below-header-mobile-stack .ast-below-header .below-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{right:auto;padding-right:2em}.iphone.full-screen,.ipod.full-screen{position:fixed!important}@media (max-width:992px){.ast-above-header-mobile-stack .ast-above-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{left:auto}.ast-below-header-mobile-stack .below-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{left:auto}}@media (max-width:544px){.ast-search-box.full-screen .ast-search-wrapper .large-search-text{display:none}.ast-search-box.full-screen .ast-search-wrapper .search-field,.ast-search-box.full-screen .ast-search-wrapper .search-submit{font-size:1.6em}}