@charset "UTF-8";
.hfe-counter-wrapper {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 10px;
} .hfe-counter-wrapper[style*="flex-direction: column"] {
align-items: center; justify-content: center; }
.hfe-counter-wrapper[style*="flex-direction: row"] {
justify-content: center; align-items: center; }
.hfe-counter-content {
display: flex;
align-items: center;
justify-content: center;
}
.hfe-counter-number {
font-weight: bold;
font-size: 48px;
line-height: 1;
}
.hfe-counter-title {
font-size: 18px;
line-height: 1.2;
margin: 0;
}
.hfe-counter-prefix,
.hfe-counter-suffix {
font-size: inherit;
line-height: inherit;
} .hfe-counter-title {
margin: 0;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
} .hfe-counter-content {
flex-shrink: 0;
} .hfe-counter-wrapper[style*="flex-direction: row"] .hfe-counter-title,
.hfe-counter-wrapper[style*="flex-direction: row"] .hfe-counter-content {
flex: 1;
min-width: 0;
}
.hfe-counter-wrapper[style*="flex-direction: row-reverse"] .hfe-counter-title,
.hfe-counter-wrapper[style*="flex-direction: row-reverse"] .hfe-counter-content {
flex: 1;
min-width: 0;
} .hfe-counter-wrapper:not([style*="column"]) .hfe-counter-title,
.hfe-counter-wrapper:not([style*="column"]) .hfe-counter-content {
flex: 1;
min-width: 0;
} .hfe-counter-content {
display: flex !important;
align-items: center;
justify-content: center;
} @media (max-width: 1024px) {
.elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-title,
.elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-content {
flex: 1;
min-width: 0;
}
}
@media (max-width: 767px) {
.elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-title,
.elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-content {
flex: 1;
min-width: 0;
}
} @media (max-width: 767px) {
.hfe-counter-number {
font-size: 36px;
}
.hfe-counter-title {
font-size: 16px;
}
} ul.hfe-nav-menu,
.hfe-nav-menu li,
.hfe-nav-menu ul {
list-style: none !important;
margin: 0;
padding: 0;
}
.hfe-nav-menu li.menu-item {
position: relative;
}
.hfe-flyout-container .hfe-nav-menu li.menu-item {
position: relative;
background: unset;
}
.hfe-nav-menu .sub-menu li.menu-item {
position: relative;
background: inherit;
}
.hfe-nav-menu__theme-icon-yes button.sub-menu-toggle {
display: none;
}
div.hfe-nav-menu,
.elementor-widget-hfe-nav-menu .elementor-widget-container{
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.hfe-nav-menu .parent-has-no-child .hfe-menu-toggle {
display: none;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu,
.hfe-submenu-action-hover .hfe-layout-vertical .hfe-nav-menu .sub-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 16;
visibility: hidden;
opacity: 0;
text-align: left;
-webkit-transition: all 300ms ease-in;
transition: all 300ms ease-in;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:focus > .sub-menu {
visibility: visible;
opacity: 1;
}
.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:focus > .sub-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu .menu-item-has-children .sub-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 9999;
visibility: hidden;
opacity: 0;
}
.hfe-flyout-container .hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 100%;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children.focus > .sub-menu {
visibility: visible;
opacity: 1;
-webkit-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
.hfe-nav-menu:before,
.hfe-nav-menu:after {
content: '';
display: table;
clear: both;
} .hfe-nav-menu__align-right .hfe-nav-menu {
margin-left: auto;
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
justify-content: flex-end; }
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
justify-content: flex-end; }
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
text-align: right;
}
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
text-align: left;
}
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
text-align: center;
}
.hfe-nav-menu__align-left .hfe-nav-menu {
margin-right: auto;
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
justify-content: flex-start; }
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
justify-content: flex-start; }
.hfe-nav-menu__align-center .hfe-nav-menu {
margin-left: auto;
margin-right: auto;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center; }
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center; }
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; 
}
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
width: 100%; 
}
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.menu-item {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
flex-grow: 1; }
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item {
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center; } .hfe-active-menu + nav li:not(:last-child) a.hfe-menu-item,
.hfe-active-menu + nav li:not(:last-child) a.hfe-sub-menu-item {
border-bottom-width: 0;
} .hfe-nav-menu a.hfe-menu-item,
.hfe-nav-menu a.hfe-sub-menu-item {
line-height: 1;
text-decoration: none;
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.hfe-nav-menu a.hfe-menu-item:hover,
.hfe-nav-menu a.hfe-sub-menu-item:hover {
text-decoration: none;
}
.hfe-nav-menu .sub-menu {
min-width: 220px;
margin: 0;
z-index: 9999;
}
.hfe-nav-menu__layout-horizontal {
font-size: 0;
}
.hfe-nav-menu__layout-horizontal li.menu-item,
.hfe-nav-menu__layout-horizontal > li.menu-item {
font-size: medium;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu{
-webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
} .hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-arrow i:before {
content: '+'; 
}
.hfe-submenu-icon-none .hfe-nav-menu .parent-has-child .sub-arrow {
display: none; 
}
.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before,.hfe-link-redirect-self_link.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before, .hfe-link-redirect-self_link.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
content: '-'; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before, .hfe-link-redirect-self_link.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
content: ''; 
}
.rtl .hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
}
.rtl .hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
} .hfe-nav-menu-icon {
padding: 0.35em;
border: 0 solid;
}
.hfe-nav-menu-icon svg {
width: 25px;
height: 25px;
line-height: 25px;
font-size: 25px;
}
.hfe-nav-menu-icon i:focus {
outline: 0;
}
.hfe-has-submenu-container a.hfe-menu-item:focus,
.hfe-has-submenu-container a.hfe-sub-menu-item:focus {
outline: 0;
} .hfe-nav-menu .menu-item-has-children:focus,
.hfe-nav-menu .menu-item-has-children .sub-menu:focus,
.hfe-nav-menu .menu-item-has-children-container:focus {
outline: 0;
}
.hfe-nav-menu .menu-item-has-children-container {
position: relative;
}
.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-flyout-wrapper .sub-menu {
position: relative;
height: 0;
}
.hfe-nav-menu__submenu-arrow .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-plus .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-classic .hfe-menu-toggle:before {
font-family: 'Font Awesome 5 Free';
z-index: 1;
font-size: inherit;
font-weight: inherit;
line-height: 0;
}
.hfe-menu-item-center .hfe-nav-menu li a.hfe-menu-item,
.hfe-menu-item-center .hfe-nav-menu li a.hfe-sub-menu-item {
margin-right: 0px;
}
.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-sub-menu-item {
margin-right: 0px;
}
.hfe-nav-menu__toggle-icon:before {
content: '\f0c9';
font-family: 'fontAwesome';
z-index: 1;
font-size: 24px;
font-weight: inherit;
font-style: normal;
line-height: 0;
}
.hfe-active-menu .hfe-nav-menu__toggle-icon:before {
content: '\f00d';
}
.hfe-nav-menu__layout-expandible {
-webkit-transition-property: display;
transition-property: display;
-webkit-transition-duration: .5s;
transition-duration: .5s;
-webkit-transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
}
.hfe-nav-menu__layout-expandible {
visibility: hidden;
opacity: 0; 
}
.hfe-nav-menu__layout-expandible .sub-menu {
visibility: hidden;
opacity: 0; 
}
.hfe-active-menu + .hfe-nav-menu__layout-expandible {
visibility: visible;
opacity: 1; 
height: auto;
}
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-expandible,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
position: absolute;
top: 100%;
}
.hfe-nav-menu__layout-expandible .menu-item-has-children .menu-item-has-children .sub-menu,
.hfe-nav-menu__layout-vertical .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-layout-expandible nav {
height: 0;
}
.hfe-nav-sub-menu-icon, .hfe-nav-menu__icon {
display: inline-block;
line-height: 1;
}
.hfe-nav-menu__toggle {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
font-size: 22px;
cursor: pointer;
border: 0 solid;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #494c4f;
position: relative;
line-height: 1;
}
.hfe-nav-menu__toggle-icon {
display: inline-block;
font-size: inherit;
font-weight: normal;
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.hfe-nav-menu .sub-arrow {
font-size: 14px;
line-height: 1;
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
cursor: pointer;
margin-top: -10px;
margin-bottom: -10px;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
margin-left: 10px;
}
.hfe-nav-menu__layout-vertical .hfe-nav-menu .sub-arrow,
.hfe-layout-expandible .sub-arrow,
.hfe-flyout-wrapper .sub-arrow
{
padding: 10px;
}
.hfe-nav-menu .child-item,
.hfe-nav-menu__layout-vertical .hfe-nav-menu .child-item {
font-size: 14px;
line-height: 1;
padding: 10px 0 10px 10px;
margin-top: -10px;
margin-bottom: -10px;
position: absolute;
right: 0;
margin-right: 20px;
}
.hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-layout-vertical .hfe-nav-menu__toggle {
visibility: hidden;
opacity: 0;
display: none;
}
.hfe-nav-menu-icon {
display: inline-block;
line-height: 1;
text-align: center;
}
.hfe-nav-menu__layout-expandible .saved-content,
.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-expandible .child,
.hfe-nav-menu__layout-vertical .saved-content,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-nav-menu__layout-vertical .child,
.hfe-flyout-container .saved-content,
.hfe-flyout-container .sub-menu,
.hfe-flyout-container .child {
left: 0 !important;
width: 100% !important; 
}
.hfe-flyout-container .hfe-nav-menu .sub-menu {
background: unset;
}
.hfe-nav-menu__layout-vertical .hfe-menu-toggle:hover,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle:hover,
.hfe-flyout-wrapper .hfe-menu-toggle:hover {
border:1px dotted;
}
.hfe-nav-menu__layout-vertical .hfe-menu-toggle,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle,
.hfe-flyout-wrapper .hfe-menu-toggle {
border:1px dotted transparent;
} .hfe-nav-menu .menu-item a:before,
.hfe-nav-menu .menu-item a:after {
display: block;
position: absolute;
-webkit-transition: 0.3s;
transition: 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1); }
.hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
opacity: 0; }
.hfe-nav-menu .menu-item a.hfe-menu-item:hover:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:hover:after,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:after,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:before,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:after,
.hfe-nav-menu .current-menu-item:before,
.hfe-nav-menu .current-menu-item:after {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
} .hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:after {
height: 3px;
width: 100%;
left: 0;
background-color: #55595c;
z-index: 2;
}
.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
height: 0;
width: 0;
left: 50%;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: 10px;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
bottom: 10px;
}
.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: -10px;
}
.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
bottom: -10px;
}
.hfe-pointer__double-line.hfe-animation__none, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item, .hfe-pointer__underline.hfe-animation__none, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item, .hfe-pointer__overline.hfe-animation__none, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__double-line.hfe-animation__none:before, .hfe-pointer__double-line.hfe-animation__none:after, .hfe-pointer__double-line.hfe-animation__none:hover, .hfe-pointer__double-line.hfe-animation__none:focus, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__underline.hfe-animation__none:before, .hfe-pointer__underline.hfe-animation__none:after, .hfe-pointer__underline.hfe-animation__none:hover, .hfe-pointer__underline.hfe-animation__none:focus, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__overline.hfe-animation__none:before, .hfe-pointer__overline.hfe-animation__none:after, .hfe-pointer__overline.hfe-animation__none:hover, .hfe-pointer__overline.hfe-animation__none:focus, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before {
content: '';
top: 0;
}
.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
width: 10px;
left: -20px;
}
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after {
content: '';
bottom: 0;
}
.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
width: 10px;
left: -webkit-calc( 100% + 20px);
left: calc( 100% + 20px);
} .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:after {
background: transparent;
left: 0;
top: 0;
bottom: 0;
right: 0;
border: 3px solid #55595c;
}
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before {
content: '';
}
.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
-webkit-transform: scale(0.75);
-ms-transform: scale(0.75);
transform: scale(0.75);
}
.hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
-webkit-transform: scale(1.25);
-ms-transform: scale(1.25);
transform: scale(1.25);
}
.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:before {
-webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
transition: opacity 0.2s, -webkit-transform 0.4s;
transition: opacity 0.2s, transform 0.4s;
transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
width: 3px;
height: 3px;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before {
border-width: 0 0 3px 3px;
-webkit-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
content: '';
top: initial;
bottom: 0;
left: initial;
right: 0;
border-width: 3px 3px 0 0;
-webkit-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:before, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
width: 100%;
height: 100%;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:before {
-webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
-webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
width: 3px;
height: 3px;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before {
border-width: 3px 0 0 3px;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
content: '';
top: initial;
bottom: 0;
left: initial;
right: 0;
border-width: 0 3px 3px 0;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__corners .current-menu-item:before, .hfe-pointer__framed.hfe-animation__corners .current-menu-item:after {
width: 100%;
height: 100%;
-webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
transition: opacity 0.002s, width 0.4s, height 0.4s;
}
.hfe-pointer__framed.hfe-animation__none, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__framed.hfe-animation__none:before, .hfe-pointer__framed.hfe-animation__none:after, .hfe-pointer__framed.hfe-animation__none:hover, .hfe-pointer__framed.hfe-animation__none:focus, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
} .hfe-pointer__background .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__background .menu-item.parent a.hfe-menu-item:after {
content: '';
-webkit-transition: 0.3s;
transition: 0.3s;
}
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #55595c;
z-index: -1;
}
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__background .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__background .menu-item.parent a.hfe-menu-item.highlighted, .hfe-pointer__background .current-menu-item {
color: #fff;
}
.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
}
.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__grow .current-menu-item:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition: 0.3s;
transition: 0.3s;
}
.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shrink .current-menu-item:before {
-webkit-transition: opacity 0.15s, -webkit-transform 0.4s;
transition: opacity 0.15s, -webkit-transform 0.4s;
transition: opacity 0.15s, transform 0.4s;
transition: opacity 0.15s, transform 0.4s, -webkit-transform 0.4s;
}
.hfe-pointer__background.hfe-animation__sweep-left .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
left: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-right .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
right: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-up .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-down .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
bottom: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-out-vertical .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
bottom: 50%;
top: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-out-horizontal .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
right: 50%;
left: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #55595c;
z-index: -1;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:before {
top: 0;
bottom: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after {
top: 100%;
bottom: 0;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:before {
bottom: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:after {
top: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:before {
right: 0;
left: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
right: 100%;
left: 0;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:before {
left: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:after {
right: 50%;
}
.hfe-pointer__background.hfe-animation__none, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__background.hfe-animation__none:before, .hfe-pointer__background.hfe-animation__none:after, .hfe-pointer__background.hfe-animation__none:hover, .hfe-pointer__background.hfe-animation__none:focus, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
} .hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: skew(-8deg);
-ms-transform: skew(-8deg);
transform: skew(-8deg);
}
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
.hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px);
}
.hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: translateY(8px);
-ms-transform: translateY(8px);
transform: translateY(8px);
}
.hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: rotate(6deg);
-ms-transform: rotate(6deg);
transform: rotate(6deg);
}
.hfe-pointer__text.hfe-animation__none, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__text.hfe-animation__none:before, .hfe-pointer__text.hfe-animation__none:after, .hfe-pointer__text.hfe-animation__none:hover, .hfe-pointer__text.hfe-animation__none:focus, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-flyout-overlay {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 999998;
background: rgba(0,0,0,.6);
cursor: pointer;
-webkit-backface-visibility: hidden;
} .hfe-pointer__underline .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:before {
height: 0px;
}
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:after{
border-width: 0px;
}
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:hover,
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:focus
{
-webkit-transform: none;
transform: none;
}
.hfe-flyout-close,
.hfe-flyout-close svg {
position: absolute;
top: 0;
right: 0;
margin: 5px;
width: 23px;
height: 23px;
line-height: 23px;
font-size: 23px;
display: block;
cursor: pointer;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
top: 0;
bottom: 0;
left: -100%;
right: auto;
height: 100%; width: 300px;
max-width: 100%;
max-width: 100vw;
}
.hfe-flyout-wrapper .hfe-side {
display: none;
position: fixed;
z-index: 999999;
padding: 0;
margin: 0;
-webkit-overflow-scrolling: touch;
-webkit-backface-visibility: hidden;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-show {
display: block;
}
.hfe-flyout-content.push {
color: #ffffff;
}
.hfe-flyout-content ul li {
color: #ffffff;
} .hfe-flyout-wrapper .hfe-side.hfe-flyout-right {
top: 0;
bottom: 0;
left: auto;
right: -100%; height: 100%; width: 300px; max-width: 100%;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
top: 0;
bottom: 0;
left: -100%; right: auto;
height: 100%; width: 300px; max-width: 100%;
max-width: 100vw;
}
.hfe-flyout-wrapper .hfe-side.top {
top: -100%; bottom: auto;
left: 0;
right: 0;
width: 100%;
width: 100vw;
height: 300px; max-height: 100%;
}
.hfe-flyout-wrapper .hfe-side.bottom {
top: auto;
bottom: -100%; left: 0;
right: 0;
width: 100%;
width: 100vw;
height: 300px; max-height: 100%;
} .hfe-flyout-content {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
line-height: 1.4em;
color: #fff;
} @media (max-width:1024px) {
.hfe-flyout-content {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
.hfe-flyout-content::-webkit-scrollbar {
display: none;
}
.admin-bar .hfe-side {
margin-top: 32px;
} .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children > ul.sub-menu {
-webkit-transform: translateY(20%);
-ms-transform: translateY(20%);
transform: translateY(20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.1s;
transition: all 0.1s;
}
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children > ul.sub-menu {  
-webkit-transform: translateY(-20%);
-ms-transform: translateY(-20%);
transform: translateY(-20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.1s;
transition: all 0.1s;
}
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:first-child,
.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:last-child {
overflow: visible !important;
}
.elementor-widget-navigation-menu:not(.hfe-nav-menu__align-justify):not(.hfe-menu-item-space-between) a.hfe-menu-item.elementor-button {
display: inline-flex;
} 
.hfe-nav-menu li.hfe-button-wrapper {
align-self: center;
} @media only screen and ( max-width: 1024px ) {
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal li,
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu{
width: 100%;
margin-right:0px;
}
.hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle {
display: block;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: visible;
opacity: 1;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
visibility: hidden;
opacity: 0;
height: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-vertical {
visibility: visible;
opacity: 1;
height: auto;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
position: relative;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
position: absolute;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle
{
visibility: visible;
opacity: 1;
display: block;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
float: none;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
visibility: hidden;
opacity: 0;
-webkit-transition: none;
transition: none;
}
.hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle:hover {
border:1px dotted;
}
.hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle {
border:1px dotted transparent;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
position: relative;
height: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
position: relative;
height: 0;
top: 0;
}
.hfe-nav-menu__breakpoint-tablet .saved-content,
.hfe-nav-menu__breakpoint-tablet .sub-menu,
.hfe-nav-menu__breakpoint-tablet .child {
left: 0 !important;
width:auto !important;  
}
.hfe-nav-menu .sub-menu {
min-width: auto;
margin: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
padding: 10px;
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: '-'; 
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu .sub-menu{
-webkit-box-shadow: none;
box-shadow: none;
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''
} .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
-webkit-transform: none;
-ms-transform: none;
transform: none;
} .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
background-color: unset!important; 
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{
border: 0px!important;
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:focus{
-webkit-transform: none!important;
-ms-transform: none!important;
transform: none!important;
}
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item,
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.hfe-button-wrapper {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; 
}
} @media only screen and ( max-width: 767px ) {
.hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item 
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.hfe-button-wrapper { 
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: visible;
opacity: 1;
display: block;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal li.menu-item,
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu {
width: 100%
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle {
display: inline-block;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
position: relative;
height: 0;
top: 0;
}
.hfe-nav-menu .sub-menu {
min-width: auto;
margin: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
visibility: hidden;
opacity: 0;
-webkit-transition: none;
transition: none;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
float: none;
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle.hfe-active-menu {
display: block;
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-vertical {
visibility: hidden;
opacity: 0;
height: 0;  
}
.hfe-nav-menu__breakpoint-mobile .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-mobile .hfe-layout-vertical .hfe-nav-menu__toggle
{
visibility: visible;
opacity: 1;
display: block;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal {
visibility: hidden;
opacity: 0;
height: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
float: none;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: visible;
opacity: 1;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
visibility: hidden;
opacity: 0;
height: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-vertical {
visibility: visible;
opacity: 1;
height: auto;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
position: relative;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
position: absolute;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: '-'; 
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''
}
.hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle:hover{
border:1px dotted;
}
.hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle{
border:1px dotted transparent;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu .sub-menu{
-webkit-box-shadow: none;
box-shadow: none;
} .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-1 .hfe-nav-menu {
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
padding: 10px;
}
.hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-1 .hfe-nav-menu {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-2 .hfe-nav-menu {
-webkit-transform: translateX(20%);
-ms-transform: translateX(20%);
transform: translateX(20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-2 .hfe-nav-menu {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-3 .hfe-nav-menu {
-webkit-transform: translateY(20%);
-ms-transform: translateY(20%);
transform: translateY(20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-3 .hfe-nav-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hfe-nav-menu__breakpoint-mobile .saved-content,
.hfe-nav-menu__breakpoint-mobile .sub-menu,
.hfe-nav-menu__breakpoint-mobile .child,
.hfe-nav-menu__breakpoint-tablet .saved-content,
.hfe-nav-menu__breakpoint-tablet .sub-menu,
.hfe-nav-menu__breakpoint-tablet .child{
left: 0 !important;
width: auto !important; 
}
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}   
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
background-color: unset!important; 
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{
border: 0px!important;
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:focus,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: none!important;
-ms-transform: none!important;
transform: none!important;
}
}
.hfe-toggle-no .hfe-layout-expandible .hfe-nav-menu__toggle {
display: none;
} .hfe-icon {
display: inline-block;
vertical-align: middle; } .hfe-icon svg {
width: 1em;
height: 1em;
} .hfe-cart-menu-wrap-custom {
display: inline-block;
line-height: 1;
}
.hfe-cart-menu-wrap-custom .hfe-cart-count, 
.hfe-cart-menu-wrap-custom .hfe-cart-count:after {
border-color: #75c32c;
color: #75c32c;
}
.hfe-cart-menu-wrap-custom .hfe-cart-count {
font-weight: bold;
position: relative;
display: inline-block;
vertical-align: middle;
text-align: center;
min-width: 2.1em;
min-height: 2.1em;
font-size: 0.860em;
line-height: 1.8;
border-radius: 0.3em 0.3em 0.3em 0.3em;
border-width: 2px;
border-style: solid;
padding: 12px 24px;
} .hfe-cart-menu-wrap-default {
display: inline-block;
line-height: 1;
}
.hfe-cart-menu-wrap-default .hfe-cart-count, 
.hfe-cart-menu-wrap-default .hfe-cart-count:after {
border-color: #75c32c;
color: #75c32c;
}
.hfe-cart-menu-wrap-default .hfe-cart-count {
font-weight: bold;
position: relative;
display: inline-block;
vertical-align: middle;
text-align: center;
min-width: 2.1em;
min-height: 2.1em;
font-size: 0.860em;
line-height: 1.8;
border-radius: 0em 0em 0.3em 0.3em;
border-width: 2px;
border-style: solid;
padding: 0 .4em;
}
.hfe-cart-menu-wrap-default .hfe-cart-count:after {
bottom: 100%;
margin-bottom: 0;
height: .8em;
width: .8em;
left: 50%;
transform: translateX(-50%);
top: -.6em;
content: ' ';
position: absolute;
pointer-events: none;
border-width: 2px;
border-style: solid;
border-top-left-radius: 10em;
border-top-right-radius: 10em;
border-bottom: 0;
}
.elementor-widget-hfe-cart:not(.hfe-menu-cart--show-subtotal-yes) .hfe-menu-cart__toggle .elementor-button-text {
display: none; 
}
.elementor-widget-hfe-cart.toggle-icon--bag-light .hfe-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e3'; 
}
.elementor-widget-hfe-cart.toggle-icon--bag-medium .hfe-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e4'; 
}
.elementor-widget-hfe-cart.toggle-icon--bag-solid .hfe-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e5'; 
}
.hfe-menu-cart__toggle .elementor-button {
background: transparent;
border-radius: 0;
color: #818a91;
border: 1px solid;
border-color: inherit;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; 
}
.hfe-menu-cart__toggle .elementor-button-text {
margin-right: 0.3em; 
}
.hfe-menu-cart__toggle .elementor-button-icon {
position: relative;
-webkit-transition: color 0.1s;
-o-transition: color 0.1s;
transition: color 0.1s; 
}
.hfe-menu-cart--items-indicator-bubble .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
content: attr(data-counter);
display: block;
position: absolute;
min-width: 1.6em;
height: 1.6em;
line-height: 1.5em;
top: -0.7em;
right: -0.7em;
border-radius: 100%;
color: #fff;
background-color: #d9534f;
text-align: center;
font-size: 10px; 
}
.hfe-menu-cart--items-indicator-plain .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
content: attr(data-counter);
display: inline-block;
font-weight: normal; 
}
.hfe-menu-cart--empty-indicator-hide .hfe-menu-cart__toggle .elementor-button .elementor-button-icon[data-counter="0"]:before {
content: none;
display: none; 
}
.hfe-menu-cart__toggle .elementor-button-icon {
-webkit-box-ordinal-group: 16;
-webkit-order: 15;
-ms-flex-order: 15;
order: 15;
}
.hfe-menu-cart__toggle.hfe-button-wrapper .elementor-button {
color:#4d4848;
} .hfe-search-button-wrapper {
display: block;
cursor: pointer;
vertical-align: middle;
text-align: right;
}
.hfe-search-form__container {
display: flex;
overflow: hidden;
}
.hfe-search-form__input {
flex-basis: 100%;
}
.hfe-search-icon-toggle i.fa-search {
display: inline-block;
position: absolute;
width: 20px;
box-sizing: content-box;
padding: 10px;
}
.hfe-search-icon-toggle i:before {
vertical-align: middle;
} .hfe-search-button-wrapper input[type=search] {
border: 0;
padding: 10px;
cursor: pointer;
border-radius: 0;
transition: all .5s;
box-sizing: border-box;
outline: none;
}
.hfe-search-button-wrapper button {
border: none;
border-radius: 0;
padding: 0;
}
.hfe-search-button-wrapper input[type=search]:focus {
cursor: auto;
border: none;
box-shadow: none;
}
.hfe-search-icon-toggle input:-moz-placeholder,
.hfe-search-icon-toggle input::-webkit-input-placeholder {
color: transparent;
}
.hfe-search-layout-icon .hfe-search-icon-toggle .hfe-search-form__input {
background-color: unset;
height: 100%;
}
.hfe-search-button-wrapper.hfe-input-focus {
display: flex;
}
.hfe-search-form__container .hfe-search-submit {
min-width: 3%;
position:relative;
}
.hfe-search-form__container button#clear,
.hfe-search-icon-toggle button#clear {
visibility: hidden;
position: absolute;
right:0; 
top:0;
padding: 0 8px;
font-style: normal;
user-select: none;
cursor: pointer;
bottom:0;
margin-right:10px;
background-color: transparent;
}
.hfe-search-button-wrapper input[type="search"]::-webkit-search-decoration,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-cancel-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-decoration { 
display: none; 
}
.hfe-search-form__container button#clear-with-button{
visibility: hidden;
position: absolute;
top: 0;
padding: 0 8px;
font-style: normal;
font-size: 1.2em;
user-select: none;
cursor: pointer;
bottom:0;
background-color: transparent;
}
.hfe-search-button-wrapper, 
.hfe-search-form__container,
.hfe-search-icon-toggle,
.hfe-search-button-wrapper .hfe-search-icon-toggle i,
.hfe-search-button-wrapper .hfe-search-icon-toggle i:before {
position: relative;
}
.hfe-search-button-wrapper .hfe-search-icon-toggle .hfe-search-form__input {
position: absolute;
width: 0;
right: 0;
background-color: transparent;
}
.hfe-search-icon-toggle {
width: 100%!important;
}
.hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle .hfe-search-form__input{
position: absolute;
width: 250px;
right: 0;
}
.hfe-search-layout-text .hfe-search-form__container,
.hfe-search-layout-icon_text .hfe-search-form__container,
.hfe-search-layout-text .hfe-search-form__container .hfe-search-form__input,
.hfe-search-layout-icon_text .hfe-search-form__container .hfe-search-form__input {
width: 100%;
}
.hfe-search-icon-toggle {
line-height: 1.5;
} .hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before  {
width: 100%;
left: 0;
opacity:1;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
bottom: 0px;
opacity:1;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: 0px;
opacity: 1;
}
.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
height: 3px;
width: 100%;
left: 0;
opacity: 1;
}
.hfe-pointer__framed.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__framed.hfe-animation__shrink .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.hfe-pointer__framed.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:before, .hfe-pointer__underline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
opacity:1;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
border-width:3px;
width:100%;
opacity:1;
height:100%;
} .hfe-scroll-to-top-wrap.hfe-scroll-to-top-hide {
display: none;
}
.hfe-scroll-to-top-wrap.edit-mode,
.hfe-scroll-to-top-wrap.single-page-off {
display: none !important;
}
.hfe-scroll-to-top-button {
position:fixed;
right:15px;
bottom:15px;
z-index:9999;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-webkit-align-items:center;
align-items:center;
-ms-flex-align:center;
-webkit-box-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
justify-content:center;
width:50px;
height:50px;
border-radius:50px;
background-color:#000000;
color:#fff;
text-align:center;
opacity:1;
cursor:pointer;
-webkit-transition:all .3s;
transition:all .3s;
}
.hfe-scroll-to-top-button i {
color:#fff;
font-size:16px;
} ul.hfe-breadcrumbs {
display:block;
margin:0;
padding:0;
list-style:none
}
ul.hfe-breadcrumbs li {
display: inline-block;
margin-right: 10px;
vertical-align: middle;
}
ul.hfe-breadcrumbs li:last-child {
margin:0;
}
ul.hfe-breadcrumbs li a,
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-separator-icon,
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text{
display:block;
}
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text{
-webkit-transition:all .4s;
transition:all .4s;
}
span.hfe-breadcrumbs-home-icon{
margin-right:10px;
align-content: center;
}
.hfe-breadcrumbs-first a {
align-content: center;
}
.hfe-breadcrumbs-separator-icon i, 
.hfe-breadcrumbs-separator-icon svg,
.hfe-breadcrumbs-home-icon i,
.hfe-breadcrumbs-home-icon svg {
width: 1em;
height: 1em;
position: relative;
display: block;
}
ul.hfe-breadcrumbs-show-home li.hfe-breadcrumbs-first {
display: inline-flex;
} ul.hfe-post-info-items {
list-style: none;
margin: 0;
padding: 0;
}
ul.hfe-post-info-inline.hfe-post-info-items {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
li.hfe-post-info-item {
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
li.hfe-post-info-item,
li.hfe-post-info-item > a {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
}
.hfe-post-info-inline.hfe-post-info-items .hfe-post-info-item {
margin-right: 8px;
margin-left: 8px;
}
.hfe-post-info-inline .hfe-post-info-item:not(:last-child):after {
position: relative;
right: -8px;
}
.hfe-post-info-inline.hfe-post-info-items {
margin-right: -8px;
margin-left: -8px;
}
.hfe-post-info-icon svg {
display: block;
}
.hfe-post-info-layout-traditional .hfe-post-info-item:not(:last-child):after {
position: absolute;
bottom: 0;
width: 100%;
left: 0;
}
.hfe-post-info-layout-traditional .hfe-post-info-item:not(:last-child) {
position: relative;
} .hfe-icon-wrap .hfe-icon svg {
height: 100%;
width: 100%;
}
body .elementor .hfe-button-wrapper a {
text-decoration: none;
}
.hfe-button-wrapper {
border-radius: 3px;
}
.hfe-reading-progress-bar{
height: 4px;
} .hfe-posts-grid {
display: grid;
}
.hfe-post-image img {
width: 100%;
height: auto;
display: block;
}
.hfe-post-title a {
text-decoration: none;
}
.hfe-post-title {
margin-top: 0px;
}
.hfe-read-more {
text-decoration: none;
}
.hfe-post-meta {
font-size: 12px;
line-height: 1.3em;
}
.hfe-post-title {
font-size: 20px;
}.hfe-woo-products-wrapper {
width: 100%;
}
.hfe-woo-products-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 35px 20px;
}
.hfe-product-item {
background: #ffffff;
border-radius: 8px;
overflow: hidden;
border: 1px solid #f0f0f0;
}
.hfe-product-image {
position: relative;
overflow: hidden;
}
.hfe-product-image img {
width: 100%;
height: auto;
display: block;
}
.hfe-product-content {
padding: 20px;
display: flex;
flex-direction: column;
height: 100%;
}
.hfe-product-category {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.8px;
margin-bottom: 8px;
opacity: 0.75;
font-weight: 500;
color: #666;
}
.hfe-product-title {
margin: 0 0 12px 0;
font-size: 16px;
line-height: 1.5;
font-weight: 600;
flex-grow: 1;
}
.hfe-product-title a {
color: #333;
text-decoration: none;
}
.hfe-product-title h2 {
margin: 0;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
color: inherit;
}
.hfe-product-title .hfe-loop-product__link {
display: block;
}
.hfe-product-rating {
margin-bottom: 12px;
}
.hfe-product-rating .review-rating {
display: flex;
align-items: center;
min-height: 16px;
}
.hfe-product-rating .star-rating {
font-size: 14px;
color: #ffa500;
display: inline-block;
}
.hfe-product-price {
margin-bottom: 16px;
font-weight: 700;
font-size: 18px;
}
.hfe-product-price .price {
color: #333;
}
.hfe-product-price .price del {
opacity: 0.6;
margin-right: 8px;
font-weight: 400;
}
.hfe-product-description {
margin-bottom: 16px;
font-size: 14px;
line-height: 1.6;
color: #666;
flex-grow: 1;
}
.hfe-product-add-to-cart {
margin-top: auto;
}
.hfe-woo-products-wrapper .hfe-product-add-to-cart .button {
width: auto;
min-width: 100px;
padding: 12px 20px;
border: none;
border-radius: 4px;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
cursor: pointer;
text-decoration: none;
display: inline-block;
text-align: center;
}
.hfe-woo-products-wrapper .hfe-product-add-to-cart .button:hover,
.hfe-woo-products-wrapper .hfe-product-add-to-cart .button:focus,
.hfe-woo-products-wrapper .hfe-product-add-to-cart .button:active,
.hfe-woo-products-wrapper .hfe-product-add-to-cart a.button:link {
text-decoration: none;
}
.hfe-woo-products-notice,
.hfe-woo-products-empty {
text-align: center;
padding: 40px 20px;
background: #f8f9fa;
border-radius: 4px;
color: #666;
} .hfe-product-item {
height: 100%;
display: flex;
flex-direction: column;
}
.hfe-product-content {
flex: 1;
display: flex;
flex-direction: column;
} .hfe-content-align-left .hfe-product-item {
text-align: left;
}
.hfe-content-align-left .hfe-product-item .star-rating {
margin-left: 0;
margin-right: auto;
}
.hfe-content-align-center .hfe-product-item {
text-align: center;
}
.hfe-content-align-center .hfe-product-item .star-rating {
margin-left: auto;
margin-right: auto;
}
.hfe-content-align-right .hfe-product-item {
text-align: right;
}
.hfe-content-align-right .hfe-product-item .star-rating {
margin-left: auto;
margin-right: 0;
} @media (max-width: 1024px) {
.hfe-content-tablet-align-left .hfe-product-item {
text-align: left;
}
.hfe-content-tablet-align-left .hfe-product-item .star-rating {
margin-left: 0;
margin-right: auto;
}
.hfe-content-tablet-align-center .hfe-product-item {
text-align: center;
}
.hfe-content-tablet-align-center .hfe-product-item .star-rating {
margin-left: auto;
margin-right: auto;
}
.hfe-content-tablet-align-right .hfe-product-item {
text-align: right;
}
.hfe-content-tablet-align-right .hfe-product-item .star-rating {
margin-left: auto;
margin-right: 0;
}
} @media (max-width: 767px) {
.hfe-content-mobile-align-left .hfe-product-item {
text-align: left;
}
.hfe-content-mobile-align-left .hfe-product-item .star-rating {
margin-left: 0;
margin-right: auto;
}
.hfe-content-mobile-align-center .hfe-product-item {
text-align: center;
}
.hfe-content-mobile-align-center .hfe-product-item .star-rating {
margin-left: auto;
margin-right: auto;
}
.hfe-content-mobile-align-right .hfe-product-item {
text-align: right;
}
.hfe-content-mobile-align-right .hfe-product-item .star-rating {
margin-left: auto;
margin-right: 0;
}
} @media (max-width: 1200px) {
.hfe-woo-products-grid {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 768px) {
.hfe-woo-products-grid {
grid-template-columns: repeat(2, 1fr);
gap: 20px 15px;
}
.hfe-product-content {
padding: 16px;
}
.hfe-product-title {
font-size: 15px;
}
.hfe-product-price {
font-size: 16px;
}
}
@media (max-width: 480px) {
.hfe-woo-products-grid {
grid-template-columns: 1fr;
gap: 25px;
}
.hfe-product-content {
padding: 18px;
}
}.vbox-overlay *,.vbox-overlay :after,.vbox-overlay :before{-webkit-backface-visibility:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.vbox-overlay *{-webkit-backface-visibility:visible;backface-visibility:visible}.vbox-overlay{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;position:fixed;left:0;top:0;bottom:0;right:0;z-index:999999}.vbox-title{width:100%;height:40px;float:left;text-align:center;line-height:28px;font-size:12px;padding:6px 50px;overflow:hidden;position:fixed;display:none;left:0;z-index:89}.vbox-close{cursor:pointer;position:fixed;top:-1px;right:0;width:50px;height:40px;padding:6px;display:block;background-position:10px center;overflow:hidden;font-size:24px;line-height:1;text-align:center;z-index:99}.vbox-left{cursor:pointer;position:fixed;left:0;height:40px;overflow:hidden;line-height:28px;font-size:12px;z-index:99;display:flex;align-items:center}.vbox-num{display:inline-block;margin:6px 0 6px 15px}.vbox-share{line-height:28px;font-size:12px;overflow:hidden;position:fixed;left:0;z-index:98;display:flex;align-items:center;justify-content:center;width:100%;text-align:center}.vbox-share svg{max-height:28px;width:28px;z-index:10;margin-left:12px;margin-top:6px;margin-bottom:6px;vertical-align:middle}.vbox-next,.vbox-prev{position:fixed;top:50%;margin-top:-15px;overflow:hidden;cursor:pointer;display:block;width:45px;height:45px;z-index:99}.vbox-next span,.vbox-prev span{position:relative;width:20px;height:20px;border:2px solid transparent;border-top-color:#b6b6b6;border-right-color:#b6b6b6;text-indent:-100px;position:absolute;top:8px;display:block}.vbox-prev{left:15px}.vbox-next{right:15px}.vbox-prev span{left:10px;-ms-transform:rotate(-135deg);-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.vbox-next span{-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);right:10px}.vbox-inline{width:420px;height:315px;height:70vh;padding:10px;background:#fff;margin:0 auto;overflow:auto;text-align:left}.venoframe{max-width:100%;width:100%;border:none;width:100%;height:260px;height:70vh}.venoframe.vbvid{height:260px}@media (min-width:768px){.vbox-inline,.venoframe{width:90%;height:360px;height:70vh}.venoframe.vbvid{width:640px;height:360px}}@media (min-width:992px){.vbox-inline,.venoframe{max-width:1200px;width:80%;height:540px;height:70vh}.venoframe.vbvid{width:960px;height:540px}}.vbox-open{overflow:hidden}.vbox-container{position:absolute;left:0;right:0;top:0;bottom:0;overflow-x:hidden;overflow-y:scroll;overflow-scrolling:touch;-webkit-overflow-scrolling:touch;z-index:20;max-height:100%}.vbox-content{text-align:center;float:left;width:100%;position:relative;overflow:hidden;padding:20px 4%}.vbox-container img{max-width:100%;height:auto}.vbox-figlio{box-shadow:0 0 12px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);max-width:100%;text-align:initial}img.vbox-figlio{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.vbox-content.swipe-left{margin-left:-200px!important}.vbox-content.swipe-right{margin-left:200px!important}.vbox-animated{webkit-transition:margin .3s ease-out;transition:margin .3s ease-out}.sk-double-bounce,.sk-rotating-plane{width:40px;height:40px;margin:40px auto}.sk-rotating-plane{background-color:#333;-webkit-animation:sk-rotatePlane 1.2s infinite ease-in-out;animation:sk-rotatePlane 1.2s infinite ease-in-out}@-webkit-keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-double-bounce{position:relative}.sk-double-bounce .sk-child{width:100%;height:100%;border-radius:50%;background-color:#333;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-doubleBounce 2s infinite ease-in-out;animation:sk-doubleBounce 2s infinite ease-in-out}.sk-chasing-dots .sk-child,.sk-spinner-pulse,.sk-three-bounce .sk-child{background-color:#333;border-radius:100%}.sk-double-bounce .sk-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-wave{margin:40px auto;width:50px;height:40px;text-align:center;font-size:10px}.sk-wave .sk-rect{background-color:#333;height:100%;width:6px;display:inline-block;-webkit-animation:sk-waveStretchDelay 1.2s infinite ease-in-out;animation:sk-waveStretchDelay 1.2s infinite ease-in-out}.sk-wave .sk-rect1{-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.sk-wave .sk-rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-wave .sk-rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-wave .sk-rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-wave .sk-rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}.sk-wandering-cubes{margin:40px auto;width:40px;height:40px;position:relative}.sk-wandering-cubes .sk-cube{background-color:#333;width:10px;height:10px;position:absolute;top:0;left:0;-webkit-animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both}.sk-chasing-dots,.sk-spinner-pulse{width:40px;height:40px;margin:40px auto}.sk-wandering-cubes .sk-cube2{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.sk-spinner-pulse{-webkit-animation:sk-pulseScaleOut 1s infinite ease-in-out;animation:sk-pulseScaleOut 1s infinite ease-in-out}@-webkit-keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.sk-chasing-dots{position:relative;text-align:center;-webkit-animation:sk-chasingDotsRotate 2s infinite linear;animation:sk-chasingDotsRotate 2s infinite linear}.sk-chasing-dots .sk-child{width:60%;height:60%;display:inline-block;position:absolute;top:0;-webkit-animation:sk-chasingDotsBounce 2s infinite ease-in-out;animation:sk-chasingDotsBounce 2s infinite ease-in-out}.sk-chasing-dots .sk-dot2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes sk-chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes sk-chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-three-bounce{margin:40px auto;width:80px;text-align:center}.sk-three-bounce .sk-child{width:20px;height:20px;display:inline-block;-webkit-animation:sk-three-bounce 1.4s ease-in-out 0s infinite both;animation:sk-three-bounce 1.4s ease-in-out 0s infinite both}.sk-circle .sk-child:before,.sk-fading-circle .sk-circle:before{display:block;border-radius:100%;content:'';background-color:#333}.sk-three-bounce .sk-bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.sk-three-bounce .sk-bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-circle{margin:40px auto;width:40px;height:40px;position:relative}.sk-circle .sk-child{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle .sk-child:before{margin:0 auto;width:15%;height:15%;-webkit-animation:sk-circleBounceDelay 1.2s infinite ease-in-out both;animation:sk-circleBounceDelay 1.2s infinite ease-in-out both}.sk-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleBounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-circleBounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-cube-grid{width:40px;height:40px;margin:40px auto}.sk-cube-grid .sk-cube{width:33.33%;height:33.33%;background-color:#333;float:left;-webkit-animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out;animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out}.sk-cube-grid .sk-cube1{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube2{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube3{-webkit-animation-delay:.4s;animation-delay:.4s}.sk-cube-grid .sk-cube4{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube5{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube6{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube7{-webkit-animation-delay:0s;animation-delay:0s}.sk-cube-grid .sk-cube8{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube9{-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}.sk-fading-circle{margin:40px auto;width:40px;height:40px;position:relative}.sk-fading-circle .sk-circle{width:100%;height:100%;position:absolute;left:0;top:0}.sk-fading-circle .sk-circle:before{margin:0 auto;width:15%;height:15%;-webkit-animation:sk-circleFadeDelay 1.2s infinite ease-in-out both;animation:sk-circleFadeDelay 1.2s infinite ease-in-out both}.sk-fading-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-fading-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-fading-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-fading-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-fading-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-fading-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-fading-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-fading-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-fading-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-fading-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-fading-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-fading-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-fading-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-fading-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-fading-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-fading-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-fading-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-fading-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-fading-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-fading-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-fading-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-fading-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}@keyframes sk-circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}.sk-folding-cube{margin:40px auto;width:40px;height:40px;position:relative;-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}.sk-folding-cube .sk-cube{float:left;width:50%;height:50%;position:relative;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.sk-folding-cube .sk-cube:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#333;-webkit-animation:sk-foldCubeAngle 2.4s infinite linear both;animation:sk-foldCubeAngle 2.4s infinite linear both;-webkit-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%}.sk-folding-cube .sk-cube2{-webkit-transform:scale(1.1) rotateZ(90deg);transform:scale(1.1) rotateZ(90deg)}.sk-folding-cube .sk-cube3{-webkit-transform:scale(1.1) rotateZ(180deg);transform:scale(1.1) rotateZ(180deg)}.sk-folding-cube .sk-cube4{-webkit-transform:scale(1.1) rotateZ(270deg);transform:scale(1.1) rotateZ(270deg)}.sk-folding-cube .sk-cube2:before{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-folding-cube .sk-cube3:before{-webkit-animation-delay:.6s;animation-delay:.6s}.sk-folding-cube .sk-cube4:before{-webkit-animation-delay:.9s;animation-delay:.9s}@-webkit-keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}@keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}

@font-face {
font-family: 'fontello';
src: url(//myclarinetstuff.com/wp-content/plugins/magical-posts-display/assets/font/fontello.eot?3330833);
src: url(//myclarinetstuff.com/wp-content/plugins/magical-posts-display/assets/font/fontello.eot?3330833#iefix) format('embedded-opentype'),
url(//myclarinetstuff.com/wp-content/plugins/magical-posts-display/assets/font/fontello.woff2?3330833) format('woff2'),
url(//myclarinetstuff.com/wp-content/plugins/magical-posts-display/assets/font/fontello.woff?3330833) format('woff'),
url(//myclarinetstuff.com/wp-content/plugins/magical-posts-display/assets/font/fontello.ttf?3330833) format('truetype'),
url(//myclarinetstuff.com/wp-content/plugins/magical-posts-display/assets/font/fontello.svg?3330833#fontello) format('svg');
font-weight: normal;
font-style: normal;
}   [class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;   -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;  }
.icon-mp-qrcode:before { content: '\66'; } .icon-mp-share:before { content: '\67'; } .icon-mp-file-word:before { content: '\69'; } .icon-mp-tumblr:before { content: '\0166'; } .icon-mp-minus:before { content: '\0235'; } .icon-mp-folder-oe:before { content: '\0600'; } .icon-mp-user-c:before { content: '\0601'; } .icon-mp-clock:before { content: '\0602'; } .icon-mp-facebook:before { content: '\0610'; } .icon-mp-tumblr-rect:before { content: '\0656'; } .icon-mp-twitter1:before { content: '\0662'; } .icon-mp-linkedin:before { content: '\0665'; } .icon-mp-inc:before { content: '\0668'; } .icon-mp-fbc:before { content: '\0698'; } .icon-mp-plus:before { content: '\0987'; } .icon-mp-pinterest:before { content: '\2354'; } .icon-mp-play-c2:before { content: '\2546'; } .icon-mp-tag:before { content: '\2548'; } .icon-mp-twitter:before { content: '\3256'; }  .icon-mp-x {
display: inline-block;
width: 1em;
height: 1em;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
vertical-align: middle;
margin-right: .2em;
margin-left: .2em;
}
.icon-mp-x:before { content: ''; } .icon-mp-play-c:before { content: '\9568'; } .icon-mp-aright:before { content: '\a652'; } .icon-mp-read-time:before { content: '\f1e0'; } .icon-mp-aleft:before { content: '򩡖'; }.mgp-container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
} .mgp-row {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
} [class*="mgp-col-"] {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
} .mgp-col-lg-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
.mgp-col-lg-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
.mgp-col-lg-3 { flex: 0 0 25%; max-width: 25%; }
.mgp-col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.mgp-col-lg-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
.mgp-col-lg-6 { flex: 0 0 50%; max-width: 50%; }
.mgp-col-lg-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
.mgp-col-lg-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
.mgp-col-lg-9 { flex: 0 0 75%; max-width: 75%; }
.mgp-col-lg-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
.mgp-col-lg-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
.mgp-col-lg-12 { flex: 0 0 100%; max-width: 100%; } .mgp-col-md-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
.mgp-col-md-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
.mgp-col-md-3 { flex: 0 0 25%; max-width: 25%; }
.mgp-col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.mgp-col-md-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
.mgp-col-md-6 { flex: 0 0 50%; max-width: 50%; }
.mgp-col-md-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
.mgp-col-md-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
.mgp-col-md-9 { flex: 0 0 75%; max-width: 75%; }
.mgp-col-md-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
.mgp-col-md-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
.mgp-col-md-12 { flex: 0 0 100%; max-width: 100%; } @media (max-width: 991px) {
.mgp-col-md-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
.mgp-col-md-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
.mgp-col-md-3 { flex: 0 0 25%; max-width: 25%; }
.mgp-col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.mgp-col-md-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
.mgp-col-md-6 { flex: 0 0 50%; max-width: 50%; }
.mgp-col-md-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
.mgp-col-md-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
.mgp-col-md-9 { flex: 0 0 75%; max-width: 75%; }
.mgp-col-md-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
.mgp-col-md-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
.mgp-col-md-12 { flex: 0 0 100%; max-width: 100%; }
} @media (max-width: 767px) {
.mgp-col-sm-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
.mgp-col-sm-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
.mgp-col-sm-3 { flex: 0 0 25%; max-width: 25%; }
.mgp-col-sm-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.mgp-col-sm-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
.mgp-col-sm-6 { flex: 0 0 50%; max-width: 50%; }
.mgp-col-sm-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
.mgp-col-sm-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
.mgp-col-sm-9 { flex: 0 0 75%; max-width: 75%; }
.mgp-col-sm-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
.mgp-col-sm-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
.mgp-col-sm-12 { flex: 0 0 100%; max-width: 100%; }
} @media (max-width: 575px) {
[class*="mgp-col-"] {
flex: 0 0 100%;
max-width: 100%;
}
} .mgp-card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0,0,0,.125);
border-radius: 0.25rem;
}
.mgp-card-body {
flex: 1 1 auto;
padding: 1.25rem;
}
.mgp-card-text {
margin-top: 0;
margin-bottom: 1rem;
} .mgp-mb-0 { margin-bottom: 0 !important; }
.mgp-mb-1 { margin-bottom: 0.25rem !important; }
.mgp-mb-2 { margin-bottom: 0.5rem !important; }
.mgp-mb-3 { margin-bottom: 1rem !important; }
.mgp-mb-4 { margin-bottom: 1.5rem !important; }
.mgp-mb-5 { margin-bottom: 3rem !important; } .mgp-mt-0 { margin-top: 0 !important; }
.mgp-mt-1 { margin-top: 0.25rem !important; }
.mgp-mt-2 { margin-top: 0.5rem !important; }
.mgp-mt-3 { margin-top: 1rem !important; }
.mgp-mt-4 { margin-top: 1.5rem !important; }
.mgp-mt-5 { margin-top: 3rem !important; } .mgp-ml-0 { margin-left: 0 !important; }
.mgp-ml-1 { margin-left: 0.25rem !important; }
.mgp-ml-2 { margin-left: 0.5rem !important; }
.mgp-ml-3 { margin-left: 1rem !important; }
.mgp-ml-auto { margin-left: auto !important; }
.mgp-mr-0 { margin-right: 0 !important; }
.mgp-mr-1 { margin-right: 0.25rem !important; }
.mgp-mr-2 { margin-right: 0.5rem !important; }
.mgp-mr-3 { margin-right: 1rem !important; }
.mgp-mr-auto { margin-right: auto !important; }
.mgp-mx-auto { margin-left: auto !important; margin-right: auto !important; } .mgp-p-0 { padding: 0 !important; }
.mgp-p-1 { padding: 0.25rem !important; }
.mgp-p-2 { padding: 0.5rem !important; }
.mgp-p-3 { padding: 1rem !important; }
.mgp-p-4 { padding: 1.5rem !important; }
.mgp-p-5 { padding: 3rem !important; }
.mgp-pt-0 { padding-top: 0 !important; }
.mgp-pt-1 { padding-top: 0.25rem !important; }
.mgp-pt-2 { padding-top: 0.5rem !important; }
.mgp-pt-3 { padding-top: 1rem !important; }
.mgp-pt-4 { padding-top: 1.5rem !important; }
.mgp-pt-5 { padding-top: 3rem !important; }
.mgp-pb-0 { padding-bottom: 0 !important; }
.mgp-pb-1 { padding-bottom: 0.25rem !important; }
.mgp-pb-2 { padding-bottom: 0.5rem !important; }
.mgp-pb-3 { padding-bottom: 1rem !important; }
.mgp-pb-4 { padding-bottom: 1.5rem !important; }
.mgp-pb-5 { padding-bottom: 3rem !important; }
.mgp-pl-0 { padding-left: 0 !important; }
.mgp-pl-1 { padding-left: 0.25rem !important; }
.mgp-pl-2 { padding-left: 0.5rem !important; }
.mgp-pl-3 { padding-left: 1rem !important; }
.mgp-pr-0 { padding-right: 0 !important; }
.mgp-pr-1 { padding-right: 0.25rem !important; }
.mgp-pr-2 { padding-right: 0.5rem !important; }
.mgp-pr-3 { padding-right: 1rem !important; }
.mgp-py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
.mgp-py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
.mgp-py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.mgp-py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.mgp-py-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.mgp-py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
.mgp-px-0 { padding-left: 0 !important; padding-right: 0 !important; }
.mgp-px-1 { padding-left: 0.25rem !important; padding-right: 0.25rem !important; }
.mgp-px-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
.mgp-px-3 { padding-left: 1rem !important; padding-right: 1rem !important; }
.mgp-px-4 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
.mgp-px-5 { padding-left: 3rem !important; padding-right: 3rem !important; } .mgp-text-center { text-align: center !important; }
.mgp-text-left { text-align: left !important; }
.mgp-text-right { text-align: right !important; }
.mgp-text-justify { text-align: justify !important; } .mgp-text-primary { color: #007bff !important; }
.mgp-text-secondary { color: #6c757d !important; }
.mgp-text-success { color: #28a745 !important; }
.mgp-text-danger { color: #dc3545 !important; }
.mgp-text-warning { color: #ffc107 !important; }
.mgp-text-info { color: #17a2b8 !important; }
.mgp-text-light { color: #f8f9fa !important; }
.mgp-text-dark { color: #343a40 !important; }
.mgp-text-white { color: #fff !important; }
.mgp-text-muted { color: #6c757d !important; } .mgp-bg-primary { background-color: #007bff !important; }
.mgp-bg-secondary { background-color: #6c757d !important; }
.mgp-bg-success { background-color: #28a745 !important; }
.mgp-bg-danger { background-color: #dc3545 !important; color: #fff; }
.mgp-bg-warning { background-color: #ffc107 !important; }
.mgp-bg-info { background-color: #17a2b8 !important; color: #fff; }
.mgp-bg-light { background-color: #f8f9fa !important; }
.mgp-bg-dark { background-color: #343a40 !important; color: #fff; }
.mgp-bg-white { background-color: #fff !important; }
.mgp-bg-transparent { background-color: transparent !important; } .mgp-d-none { display: none !important; }
.mgp-d-inline { display: inline !important; }
.mgp-d-inline-block { display: inline-block !important; }
.mgp-d-block { display: block !important; }
.mgp-d-flex { display: flex !important; }
.mgp-d-inline-flex { display: inline-flex !important; } .mgp-flex-row { flex-direction: row !important; }
.mgp-flex-column { flex-direction: column !important; }
.mgp-flex-wrap { flex-wrap: wrap !important; }
.mgp-flex-nowrap { flex-wrap: nowrap !important; }
.mgp-justify-content-start { justify-content: flex-start !important; }
.mgp-justify-content-end { justify-content: flex-end !important; }
.mgp-justify-content-center { justify-content: center !important; }
.mgp-justify-content-between { justify-content: space-between !important; }
.mgp-justify-content-around { justify-content: space-around !important; }
.mgp-align-items-start { align-items: flex-start !important; }
.mgp-align-items-end { align-items: flex-end !important; }
.mgp-align-items-center { align-items: center !important; }
.mgp-align-items-stretch { align-items: stretch !important; } .mgp-w-25 { width: 25% !important; }
.mgp-w-50 { width: 50% !important; }
.mgp-w-75 { width: 75% !important; }
.mgp-w-100 { width: 100% !important; }
.mgp-w-auto { width: auto !important; }
.mgp-h-100 { height: 100% !important; }
.mgp-h-auto { height: auto !important; } .mgp-border { border: 1px solid #dee2e6 !important; }
.mgp-border-0 { border: 0 !important; }
.mgp-border-top { border-top: 1px solid #dee2e6 !important; }
.mgp-border-bottom { border-bottom: 1px solid #dee2e6 !important; }
.mgp-border-left { border-left: 1px solid #dee2e6 !important; }
.mgp-border-right { border-right: 1px solid #dee2e6 !important; }
.mgp-rounded { border-radius: 0.25rem !important; }
.mgp-rounded-0 { border-radius: 0 !important; }
.mgp-rounded-circle { border-radius: 50% !important; }
.mgp-rounded-pill { border-radius: 50rem !important; } .mgp-shadow-sm { box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075) !important; }
.mgp-shadow { box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15) !important; }
.mgp-shadow-lg { box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important; }
.mgp-shadow-none { box-shadow: none !important; } .mgp-position-relative { position: relative !important; }
.mgp-position-absolute { position: absolute !important; }
.mgp-position-fixed { position: fixed !important; }
.mgp-position-static { position: static !important; } .mgp-overflow-auto { overflow: auto !important; }
.mgp-overflow-hidden { overflow: hidden !important; }
.mgp-overflow-visible { overflow: visible !important; }
.mgp-overflow-scroll { overflow: scroll !important; } .mgp-alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.mgp-alert-primary {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff;
}
.mgp-alert-secondary {
color: #383d41;
background-color: #e2e3e5;
border-color: #d6d8db;
}
.mgp-alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.mgp-alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
.mgp-alert-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba;
}
.mgp-alert-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb;
}
.mgp-alert-light {
color: #818182;
background-color: #fefefe;
border-color: #fdfdfe;
}
.mgp-alert-dark {
color: #1b1e21;
background-color: #d6d8d9;
border-color: #c6c8ca;
} .mgp-btn {
display: inline-block;
font-weight: 400;
text-align: center;
vertical-align: middle;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
text-decoration: none;
cursor: pointer;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.mgp-btn:hover {
text-decoration: none;
}
.mgp-btn:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.mgp-btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.mgp-btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc;
}
.mgp-btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.mgp-btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62;
}
.mgp-btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.mgp-btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34;
}
.mgp-btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.mgp-btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130;
}
.mgp-btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.mgp-btn-warning:hover {
color: #212529;
background-color: #e0a800;
border-color: #d39e00;
}
.mgp-btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.mgp-btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b;
}
.mgp-btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.mgp-btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
}
.mgp-btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.mgp-btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124;
}
.mgp-btn-outline-primary {
color: #007bff;
border-color: #007bff;
background-color: transparent;
}
.mgp-btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.mgp-btn-outline-secondary {
color: #6c757d;
border-color: #6c757d;
background-color: transparent;
}
.mgp-btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.mgp-btn-outline-danger {
color: #dc3545;
border-color: #dc3545;
background-color: transparent;
}
.mgp-btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.mgp-btn-sm {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
.mgp-btn-lg {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
.mgp-btn-block {
display: block;
width: 100%;
} .mgp-nav {
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.mgp-nav-item {
margin-bottom: -1px;
}
.mgp-nav-link {
display: block;
padding: 0.5rem 1rem;
text-decoration: none;
background-color: transparent;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.mgp-nav-link:hover,
.mgp-nav-link:focus {
text-decoration: none;
}
.mgp-nav-link.mgp-disabled {
color: #6c757d;
pointer-events: none;
cursor: default;
}
.mgp-nav-tabs {
border-bottom: 1px solid #dee2e6;
}
.mgp-nav-tabs .mgp-nav-item {
margin-bottom: -1px;
}
.mgp-nav-tabs .mgp-nav-link {
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.mgp-nav-tabs .mgp-nav-link:hover,
.mgp-nav-tabs .mgp-nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6;
}
.mgp-nav-tabs .mgp-nav-link.mgp-active,
.mgp-nav-tabs .mgp-nav-link.active {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
.mgp-nav-pills .mgp-nav-link {
border-radius: 0.25rem;
}
.mgp-nav-pills .mgp-nav-link.mgp-active,
.mgp-nav-pills .mgp-nav-link.active {
color: #fff;
background-color: #007bff;
}
.mgp-nav-fill .mgp-nav-item {
flex: 1 1 auto;
text-align: center;
}
.mgp-nav-justified .mgp-nav-item {
flex-basis: 0;
flex-grow: 1;
text-align: center;
} .mgp-tab-content > .mgp-tab-pane {
display: none;
}
.mgp-tab-content > .mgp-tab-pane.mgp-active,
.mgp-tab-content > .mgp-tab-pane.active,
.mgp-tab-content > .mgp-tab-pane.mgp-show,
.mgp-tab-content > .mgp-tab-pane.show {
display: block;
} .mgp-fade {
transition: opacity 0.15s linear;
}
.mgp-fade:not(.mgp-show):not(.show) {
opacity: 0;
} .mgp-show {
display: block !important;
}
.mgp-hide {
display: none !important;
} .mgp-collapse:not(.mgp-show):not(.show) {
display: none;
}
.mgp-collapse.mgp-show,
.mgp-collapse.show {
display: block;
}
.mgp-collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease;
} .mgp-card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0,0,0,.03);
border-bottom: 1px solid rgba(0,0,0,.125);
}
.mgp-card-header:first-child {
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
} .mgp-accordion .mgp-card {
overflow: hidden;
}
.mgp-accordion .mgp-card:not(:last-of-type) {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.mgp-accordion .mgp-card:not(:first-of-type) {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.mgp-accordion .mgp-card-header {
border-radius: 0;
margin-bottom: -1px;
} .collapsed .mgp-icon-rotate {
transform: rotate(-90deg);
}
[aria-expanded="true"] .mgp-icon-rotate {
transform: rotate(0deg);
}
.mgp-icon-rotate {
transition: transform 0.2s ease-in-out;
} .mgp-img-fluid {
max-width: 100%;
height: auto;
}
.mgp-img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
max-width: 100%;
height: auto;
} .mgp-clearfix::after {
display: block;
clear: both;
content: "";
} .mgp-float-left { float: left !important; }
.mgp-float-right { float: right !important; }
.mgp-float-none { float: none !important; } .mgp-visible { visibility: visible !important; }
.mgp-invisible { visibility: hidden !important; } .mgp-sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
} .mgp-col-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}  .mp-error {
text-align: center;
display: block;
width: 100%;
font-size: 30px;
text-transform: uppercase;
font-weight: 700;
color: #e12220;
padding: 20px 0;
margin: 30px 0;
}
.mgpd p {
margin-bottom: 10px;
}
a.mp-post-btn,
a.mp-post-btn:hover {
text-decoration: none !important;
}
.no-load {
opacity: 0;
visibility: hidden;
}
.no-wrap {
flex-wrap: nowrap !important;
}
.noimg-set {
min-height: 100%;
background: #000;
width: 100%;
position: relative;
}
.noimg-set:before {
position: absolute;
content: "";
top: 7px;
left: 6px;
width: 150px;
height: 150px;
border-radius: 100px;
background: radial-gradient(circle, rgb(168 94 4 / 77%), #eaecca);
}
.noimg-set:after {
position: absolute;
content: "";
top: 5px;
right: 5px;
width: 150px;
height: 150px;
border-radius: 100px;
background: radial-gradient(circle, rgb(240 20 20), #814747);
}
@media (min-width: 1201px) {
.mgpd-masonry-item.col-lg-4 {
width: 32.5%;
}
}
@media (min-width: 992px) {
.mgpd-masonry-item.col-lg-4 {
width: 32%;
}
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
display: none;
} .woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row {
display: block;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
max-width: unset;
} .mgbb {
border-style: solid;
border-width: 0 0 1px 0;
border-color: #ededed;
}
.mg-shadow,
.mgpd .mgp-card {
border-radius: 2px;
box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, 0.1);
}
.mgp-card.mgpdl-card {
display: flex;
align-items: center;
flex-flow: row nowrap;
}
.mgpdl-img {
flex: 0 0 40%;
min-width: 100px;
}
@media (max-width: 767px) {
.mgp-card.mgpdl-card {
flex-flow: row wrap;
}
.mgp-card.mgpdl-card.no-wrap {
flex-wrap: nowrap;
}
.mgpdl-img {
flex: 0 0 100%;
}
}
.hide-swip {
display: none;
}
.mgpd a.btn {
font-size: 90%;
text-decoration: none;
display: inline-block;
width: fit-content;
}
a.btn.btn-link {
color: inherit;
background: inherit;
padding-left: 0;
padding-right: 0;
}
.mgpd .mgp-card-title {
margin: 0 0 10px 0;
}
.mgp-card-title.mgpd-title {
padding: 0;
margin: 0 0 10px 0;
font-size: 19px;
}
.mg-card.mgp-card {
overflow: hidden;
}
.mgp-card-title.mgpd-title a:hover,
.mgp-card-title.mgpd-title a {
text-decoration: none !important;
}
.mp-display-list .no-post-thumbnail,
.mp-display-gird .no-post-thumbnail {
width: 100%;
min-height: 200px;
background: #ccc;
}
.mgp-card-body.mgpdl-text {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.mgladp1-all .mgp-card-body.mgpdl-text {
padding: 0 1rem;
}
.mp-meta,
.mp-meta a,
.mp-meta i,
.mppost-cats a,
.mppost-cats i {
font-size: 12px;
text-transform: capitalize;
}
.mp-meta.cat-list {
margin-bottom: 3px;
}
.mp-meta span {
margin-right: 5px;
}
.mp-meta.mgp-ms2 {
border-top: 1px solid #ccc;
padding-top: 10px;
}
.mp-post-title {
display: block;
}
.mp-post-img figure {
overflow: hidden;
}
.mp-post-img figure img {
min-height: 250px;
} .mp-pagination {
display: block;
width: 100%;
text-align: center;
padding: 10px 0;
margin: 20px 0;
}
.mp-meta.cat-list.no-cat {
min-height: 25px;
}
.mp-pagination a.page-numbers,
.mp-pagination span {
background: #fff;
color: #000;
border: 1px solid #ccc;
margin: 0 2px;
width: 35px;
height: 35px;
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
line-height: 16px;
}
.mp-pagination a.page-numbers:hover,
.mp-pagination span.page-numbers:hover,
.mp-pagination span.page-numbers.current {
background: #000;
color: #fff;
text-decoration: none;
}
.mp-pagination.mppag-style2 a.page-numbers,
.mp-pagination.mppag-style2 span {
border-radius: 50%;
width: 40px;
height: 40px;
}
.mgpdl-hasimg .mgp-card-footer {
background-color: transparent;
border-top: none;
padding-left: 0;
}
.mgpc-pcarousel .swiper-pagination {
position: inherit;
padding: 7px 0;
}
.mg-card .mppost-cats {
display: inline-block;
}
.mgpc-pcarousel .mgp-card i {
opacity: 1;
}
.mgpdc2 .swiper-button-prev,
.mgpdc2 .swiper-container-rtl .swiper-button-next {
left: 5px !important;
right: auto;
}
.mgpdc2 .swiper-button-next,
.mgpdc2 .swiper-container-rtl .swiper-button-prev {
right: 5px;
left: auto;
}
.mgpdc2 .swiper-button-prev,
.mgpdc2 .swiper-container-rtl .swiper-button-next {
left: -50px !important;
right: auto;
transition: 0.5s;
}
.mgpdc2 .swiper-button-next,
.mgpdc2 .swiper-container-rtl .swiper-button-prev {
right: -50px;
left: auto;
transition: 0.5s;
}
.mgpdc2:hover .swiper-button-prev,
.mgpdc2:hover .swiper-container-rtl .swiper-button-next {
left: 5px !important;
right: auto;
}
.mgpdc2:hover .swiper-button-next,
.mgpdc2:hover .swiper-container-rtl .swiper-button-prev {
right: 5px;
left: auto;
}
.mgpdc2 .swiper-button-next:after,
.mgpdc2 .swiper-button-prev:after {
background: transparent;
font-size: 12px;
padding: 0;
}
.swiper-button-next,
.swiper-button-prev {
height: auto;
}
.mgps-main .swiper-button-next,
.mgps-main .swiper-button-prev {
background: rgba(255, 255, 255, 0.6);
border-radius: 50%;
width: 30px;
height: 30px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
font-size: 14px;
font-weight: 900;
padding: 8px;
border-radius: 50%;
color: #555 !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
bottom: 0;
left: 0;
width: 100%;
}
.mgpdc2 .mgp-card {
position: relative;
overflow: hidden;
width: 100%;
}
.mgpdc2 .mgp-card .mp-meta.cat-list {
position: absolute;
top: 5px;
left: 10px;
background: #fff;
padding: 2px 10px;
visibility: hidden;
transition: 0.5s;
opacity: 0;
}
.mgpdc2 .mgp-card:hover .mp-meta.cat-list {
visibility: visible;
opacity: 1;
transition: 0.5s;
}
.mgpd-card-img {
overflow: hidden;
}
.mgpdc2 .mgp-card img {
transform: scale(1);
transition: 0.5s;
}
.mgpdc2 .mgp-card:hover img {
transform: scale(1.1);
} a.btn.btn-link.mgpd-btn {
font-size: 14px;
text-decoration: none;
position: relative;
}
a.btn.btn-link.mgpd-btn:after {
position: absolute;
bottom: 0;
left: 0;
width: 20%;
height: 2px;
content: "";
background: #ccc;
transition: 0.4s;
}
a.btn.btn-link.mgpd-btn:hover:after {
width: 100%;
}
.mpg-tags-links {
display: flex;
align-items: baseline;
font-size: 14px;
text-align: right;
margin-top: 10px;
flex-flow: row wrap;
}
.mpg-tags-links a {
margin-left: 5px;
}
.mpg-tags-links i {
opacity: 0.7;
font-size: 12px;
} .mgp-card.mgpdl-card figure img {
width: 100%;
}
.mpdl-text {
padding: 5px 0;
}
ul.mgpdl-list {
margin: 0;
}
ul.mgpdl-hstyle {
margin: 0;
padding: 0;
list-style: none;
}
.mpdl-date span {
display: block;
font-size: 14px;
line-height: 1rem;
padding: 6px 3px;
}
.mpdl-date span.mp-day {
background: #000;
color: #fff;
}
.mpdl-date span.mp-year {
background: #ccc;
}
.mpdl-date span.mp-month {
padding: 7px 3px;
}
li.mgpdl-list-item {
line-height: normal;
overflow: hidden;
}
h3.mpdl-title {
font-size: 18px;
line-height: 20px;
margin-top: 5px;
font-weight: 500;
margin-bottom: 10px;
}
.mpdl-title a {
text-decoration: inherit !important;
color: #222;
}
.mpdl-text .cat-list i {
display: none;
}
.mpdl-img,
.mpdl-date {
width: 150px;
}
.row.mgpo-yes .mpdl-img,
.row.mgpo-yes .mpdl-date {
width: 100%;
}
.mpdl-img img {
width: 100%;
height: auto;
}
.mgl-img-right .mgpdl-card {
flex-direction: row-reverse !important;
}
.mgladp1-all figure {
overflow: hidden;
}
.mgpdl.style2 .mp-meta.mgp-ms2 {
margin-top: 3rem;
}
.mgpdl.style2 .mgladp1-all .mp-meta.mgp-ms2 {
margin-top: 0;
}
.mgpdl.style2 .mgpdl-item.mgpd-list.mgpdl-hasimg figure img {
transition: 0.5s;
transform: scale(1);
}
.mgpdl.style2 .mgpdl-item.mgpd-list.mgpdl-hasimg figure:hover img {
transform: scale(1.1);
}
.row.mgpo-yes .col-sm-auto:first-child {
flex: 0 0 150px;
overflow: hidden;
}
.mgpdl-hhide .row.mgpo-yes .col-sm-auto:first-child {
flex: 1 !important;
}
.row.mgpo-yes .col-sm-auto {
flex: 1;
}
.row.mgpo-yes.mgpdl-hright {
flex-direction: row-reverse;
} ul.mpdw-recent-posts {
margin: 0;
padding: 0;
list-style: none;
}
.mpdw-recent-text h4 {
margin: 0 0 5px;
font-size: 16px;
line-height: 18px;
text-transform: inherit;
}
li.mpdw-recent-item span.post-date {
font-size: 13px;
line-height: 14px;
}
li.mpdw-recent-item .mgp-col-sm-4 {
padding: 0 !important;
}
li.mpdw-recent-item .mgp-col-sm-8 {
padding-right: 5px !important;
}
ul.mpdw-recent-posts.twostyle .mgp-row {
flex-direction: column;
}
ul.mpdw-recent-posts.twostyle .mgp-row .mgp-col-sm-4,
ul.mpdw-recent-posts.twostyle .mgp-row .mgp-col-sm-8 {
width: 100%;
}
ul.mpdw-recent-posts.twostyle img {
margin-bottom: 15px;
} .card-header.mg-accordion-title {
position: relative;
}
a.mgbaccordion-title-link:hover {
text-decoration: none !important;
}
.mgbaccordion-head {
background: linear-gradient(
45deg,
rgba(234, 21, 129, 0.6),
rgba(10, 23, 187, 0.6) 100%
);
}
.mgbaccordion-head a {
padding: 15px 10px;
display: block;
}
.collapsed i.mba-up {
display: block;
}
.collapsed i.mba-down {
display: none;
}
.mpdac-post-details {
padding: 15px 10px;
}
i.mba-up {
display: none;
}
#accordion .panel:last-child .panel-body {
border-bottom: 2px dashed #000;
}
@media only screen and (max-width: 479px) {
#accordion .panel-body {
font-size: 14px;
line-height: 22px;
margin: 0 10px;
}
} .tab-content .tab-pane:first-child {
margin-left: -15px;
margin-right: -15px;
}
.mgpd-tab .tab-content {
padding-left: 15px;
padding-right: 15px;
}
.tab.mgpd-tab {
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.tab.mgpd-tab .nav-tabs {
border-bottom: 2px solid #29999f;
}
.tab.mgpd-tab .nav-tabs li {
margin: 0;
}
.tab.mgpd-tab .nav-tabs li a {
font-size: 14px;
color: #808080;
outline: none;
margin-right: 0px;
padding: 20px 25px;
border-radius: 0;
text-transform: uppercase;
display: inline-block;
border-right: 1px solid #ededed;
}
.tab.mgpd-tab .nav-tabs li a:hover,
.tab.mgpd-tab .nav-tabs li a.active {
background: #1fd6e0;
color: #fff;
}
.tab.mgpd-tab .tab.mgpd-tab-content {
color: #5a5c5d;
padding: 20px;
}
.mgpdtab2 {
margin: 0 15px;
}
ul.nav.nav-tabs.mgtnav {
display: block;
width: 100%;
overflow: hidden;
margin: 0;
padding: 0;
}
ul.nav.nav-tabs li {
display: inline-block;
}
.mgptab a,
ul.nav.nav-tabs li a {
text-decoration: none !important;
}
@media only screen and (max-width: 480px) {
.tab.mgpd-tab .nav-tabs > li {
width: 100%;
}
} .mgpd-sticker ul {
display: none;
width: 100%;
padding: 0 0 0 140px;
}
.mgpd-sticker ul li {
padding: 0 0 0 15px;
}
.mgpticker {
border: 1px solid #c20;
margin: 15px 0;
position: relative;
box-shadow: 0 2px 5px -3px #000;
border-radius: 3px;
overflow: hidden;
}
.mgpd-ticker {
background: #fff;
}
.mgpd.mgpticker.mgpd-right ul {
padding: 0 140px 0 0;
}
.mgpticker .mgpticker-text {
display: flex;
align-items: center;
justify-content: center;
background: #c20;
padding: 10px;
color: #fff;
font-weight: bold;
position: absolute;
top: 0;
left: 0;
width: 140px;
height: 100%;
text-align: center;
font-size: 100%;
z-index: 99;
}
.mgpticker.mgpd-right .mgpticker-text {
left: auto;
right: 0;
}
.mgpticker ul li {
list-style: none;
padding: 10px;
min-height: 40px;
}
.mgpd-ticker a {
text-decoration: none;
}
.mgpticker.mgpd-right .mgpd-ticker {
text-align: right;
}
@media only screen and (max-width: 991px) {
.mgac-mcontent .mpdac-post-image {
margin-bottom: 10px;
}
}
@media only screen and (max-width: 767px) {
.mgpticker .mgpticker-text {
position: inherit;
display: block;
width: 100%;
}
.mgpd-sticker ul {
padding: 0;
text-align: center;
}
}
.mgproductd.mgpc-pcarousel {
padding: 0 2px;
overflow: hidden;
} .mgpc-pcarousel .swiper-button-prev,
.mgpd-testimonial-carousel .swiper-button-prev,
.mgpc-pcarousel .swiper-container-rtl .swiper-button-next,
.mgpd-testimonial-carousel .swiper-container-rtl .swiper-button-next,
.mgpc-pcarousel .swiper-button-next,
.mgpd-testimonial-carousel .swiper-button-next,
.mgpd-testimonial-carousel .swiper-container-rtl .swiper-button-prev,
.mgpc-pcarousel .swiper-container-rtl .swiper-button-prev {
background: none;
}
.mgps-container {
max-width: 1170px;
width: 100%;
overflow: hidden;
margin: auto;
}
.mgp-slider .swiper-slide.swiper-slide-active {
visibility: visible;
opacity: 1;
}
.mgp-slider .swiper-slide {
visibility: hidden;
opacity: 0;
}
.mgps-item {
position: relative;
}
.mgps.mgp-slider .mgps-item,
.mgps.mgp-slider .mgps-item img {
overflow: hidden;
width: 100%;
}
.mgps.mgp-slider .mgps-item {
height: 500px;
}
.mgps.mgp-slider .mgps-item img {
min-height: 500px;
}
.mgps-text {
position: absolute;
top: 0;
left: 0;
width: auto;
height: auto;
text-align: center;
bottom: 0;
right: 0;
margin: auto;
padding: 80px 40px 0;
z-index: 99;
color: #fff;
}
.mgps-text.text-left {
padding-left: 50px;
padding-left: 10%;
}
.mgps-text.text-right {
padding-right: 50px;
padding-right: 10%;
}
.mgps-text h1 {
color: #fff;
margin: 5px 0 15px;
padding: 0;
line-height: 1.3;
font-weight: 700;
text-transform: uppercase;
font-size: 2.5rem;
}
p.mgps-desc {
font-size: 1.1rem;
margin: 0 0 25px;
padding: 0;
text-transform: inherit;
color: #fff;
}
.mgps-item:before {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.5;
z-index: 0;
}
.mgps-item .mp-meta,
.mgps-item .mp-meta a,
.mgps-item .mp-meta i {
color: #fff;
}
a.mgps-btn {
color: #fff;
}
.mgps.mgp-slider .swiper-pagination-bullet {
width: 12px;
height: 8px;
border-radius: 0;
background: #000;
}
.mgps-img img {
width: 100%;
}
@media (max-width: 767px) {
p.mgps-desc {
display: none;
}
} .mgps-main .swiper-button-next,
.mgps-main .swiper-button-prev {
background-image: none;
}
.mgps-main .swiper-button-next:after,
.mgps-main .swiper-button-prev:after {
display: none;
}
.mgps-main .swiper-button-next i,
.mgps-main .swiper-button-prev i {
font-size: 24px;
box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, 0.1);
}
.swiper-button-next svg,
.swiper-button-prev svg {
width: 12px;
box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, 0.1);
} .mgps-main .mgs-item .mgse-img-before,
.swiper-container-vertical {
width: 100%;
height: 600px;
overflow: hidden;
}
.mgps-main .mgs-item img {
min-width: 100%;
height: auto;
min-height: 600px;
}
.mgps-main .mgs-item {
position: relative;
}
.btn-success.mgs-btn,
.btn-success.mgs-btn:hover {
border: none;
}
.mgs-content.mgst-center {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.mgs-content.mgst-left {
position: absolute;
top: 50%;
left: 5%;
transform: translate(5%, -50%);
text-align: left;
}
.mgs-item .mgs-content {
opacity: 0;
transition: 0.9s;
}
.mgs-item.swiper-slide-active .mgs-content {
opacity: 1;
}
.mgs-title {
text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
font-size: 30px;
text-transform: uppercase;
font-weight: 700;
color: #fff;
}
.mgps-main .mgs-title{
color: #fff;
font-size: 2rem;
line-height: 1.2;
}
.mgs-subtitle {
text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
font-size: 18px;
color: #fff;
line-height: 1.5;
}
.mgs-btn {
box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
.mgs-overlay { padding: 20px 10px;
background: rgba(0, 0, 0, 0.3);
}
.swiper-pagination-bullet {
opacity: 1 !important;
}
.mgps-main .mgps-fade .swiper-slide {
visibility: hidden;
}
.mgps-main .swiper-slide.swiper-slide-active {
visibility: visible;
}
.mgse-img-before img {
min-width: 100%;
height: auto;
}
.mgps-main .mgse-img-before {
width: 100%;
min-height: 600px;
height: 600px;
overflow: hidden;
}
.mgs-content .slide-cat a {
color: #fff;
border-bottom: 1px solid #fff;
padding: 3px 0px 4px;
font-size: 14px;
margin-bottom: 20px;
display: inline-block;
}
.mgs-content a.mp-post-btn.link1 {
color: #fff;
} .mgladp1-img {
position: relative;
}
.mgladp1 .mp-post-cat {
position: absolute;
top: 10px;
left: 10px;
}
.mgladp2.style2 .mp-post-cat {
position: unset;
}
.mgladp1-all .mgpdl-card {
display: flex;
flex-flow: row wrap;
align-items: center;
}
.mgladp1-all .mgpdl-card.no-wrap {
flex-flow: row nowrap;
}
.mgpdl.style2 .mgladp1-all .mp-post-cat a {
background: transparent;
color: #000000;
padding: 0;
font-weight: 400;
}
.mgladp1-all .mgp-ptitle {
font-size: 18px;
margin-bottom: 0.7rem;
line-height: 1.2;
font-weight: 700;
}
.mgladp1 .mp-post-cat a,
.mgladp1-all .mp-post-cat a {
background: #31942e;
padding: 5px 10px;
line-height: 1;
display: inline-flex;
align-items: center;
justify-content: center;
color: #fff;
font-weight: 700;
font-size: 12px;
margin-bottom: 5px;
}
.mgladp1-hone.mgladp1-hone-top {
margin-bottom: 40px;
}
.mgladp1-img img {
margin-bottom: 25px;
}
.mgladp1 .mgp-ptitle {
font-size: 24px;
margin-bottom: 1rem;
} .mgladp2-items {
display: grid;
grid-template-columns: auto auto;
grid-column-gap: 20px;
}
.mgladp2-items .mgladp2-item:first-child {
grid-row-start: span 5;
}
.mgladp2-item.mgpd-list .mgpdl-img {
flex: 0 0 100px;
min-width: 100px;
}
@media (max-width: 767px) {
.mgps-main .mgs-title {
font-size: 24px;
}
.mgs-content.mgst-center {
position: absolute;
top: 20%;
left: 10%;
transform: translate(-5%, -20%);
text-align: center;
}
.mgs-content.mgst-left {
position: absolute;
top: 20%;
left: 5%;
transform: translate(5%, -20%);
text-align: left;
} .mgladp2-items {
grid-template-columns: auto;
grid-column-gap: 20px;
}
} .mgomg-pimg {
position: relative;
overflow: hidden;
display: block;
box-shadow: 0 8px 24px rgb(0 0 0 / 10%);
}
.mgomg-post-text {
position: absolute;
bottom: 0;
left: 0;
z-index: 99;
color: #fff;
width: 100%;
height: 100%;
}
.mgomg-pimg a:visited {
color: inherit;
}
.mgomg-post-text h2.grid-title {
font-size: 24px;
font-weight: 700;
}
.mgomg-in-noimg {
min-height: 250px;
background: #000;
width: 100%;
position: relative;
}
.mgomg-in-square {
position: absolute;
top: -30px;
left: -30px;
width: 200px;
height: 200px;
border-radius: 100px;
background: radial-gradient(circle, rgb(2 35 131 / 68%), #1a69fa);
}
.mgomg-in-circle {
position: absolute;
top: -60px;
right: -30px;
width: 200px;
height: 200px;
border-radius: 100px;
background: radial-gradient(circle, rgb(203 0 0 / 90%), #ffffff);
}
.mgomg-post-text .mp-post-cat a {
color: #fff;
background: #f67280;
padding: 3px 9px;
border-radius: 50px;
text-decoration: none !important;
font-size: 12px;
margin-bottom: 5px;
display: inline-block;
}
.mgomg-plus-gtext {
position: absolute;
bottom: 0;
left: 0;
padding: 20px;
width: 100%;
}
.mgomg-pimg a,
.mgomg-pimg a:hover {
color: inherit;
}
.mgomg-items .mgp-ptitle {
color: #fff;
}
.mgomg-post-text h2.grid-title a {
color: #fff;
text-decoration: none;
}
.mgomg-post-text h2.grid-title a:hover {
color: #ececec;
text-decoration: none;
}
.mgomg-post-text {
background: rgb(0, 0, 0);
background: linear-gradient(
0deg,
rgba(0, 0, 0, 0.8578781854538691) 0%,
rgba(0, 0, 0, 0.3676821070224965) 35%,
rgba(0, 0, 0, 0.08196782130821079) 100%
);
padding: 15px;
}
.entry-meta-over span,
.entry-meta-over span a,
.entry-meta-over span time {
color: #fff;
font-size: 13px;
}
.entry-meta-over a {
text-decoration: none;
}
.entry-meta-over a:hover {
text-decoration: underline;
} .mgomg-items.mgomg-style2,
.mgomg-items.mgomg-style3 {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 10px;
}
.mgomg-items.mgomg-style2 .mgomg-pimg:first-child {
grid-row: 1 /4;
grid-column: 2/3;
}
.mgomg-items.mgomg-style3 .mgomg-pimg:first-child {
grid-row: 1 /4;
grid-column: 1/2;
}
.mgomg-items.mgomg-style2 .mgomg-pimg,
.mgomg-items.mgomg-style3 .mgomg-pimg {
height: 200px;
}
.mgomg-items.mgomg-style2 .mgomg-pimg.mgomg-items1,
.mgomg-items.mgomg-style3 .mgomg-pimg.mgomg-items1 {
height: 100%;
}
.mgomg-items.mgomg-style2 .mgomg-pimg.mgomg-items1 img,
.mgomg-items.mgomg-style3 .mgomg-pimg.mgomg-items1 img {
height: 100%;
width: auto;
min-width: 100%;
}
.mgomg-items .mgomg-items1 .mgomg-post-text {
display: flex;
height: 100%;
}
.mgomg-items .mgomg-items1 .mgomg-post-text .mgomg-plus-gtext {
height: 100%;
display: grid;
align-content: flex-start;
}
@media only screen and (max-width: 767px) {
.mgomg-items.mgomg-style2,
.mgomg-items.mgomg-style3 {
grid-template-columns: 1fr;
grid-gap: 10px 0;
}
.mgomg-items.mgomg-style2 .mgomg-pimg:first-child,
.mgomg-items.mgomg-style3 .mgomg-pimg:first-child {
grid-row: 1;
grid-column: 1;
}
} .mgpckit-cat-info h2 {
font-size: 16px;
text-transform: uppercase;
margin-bottom: 10px;
}
.mgpckit-cat-info h2 a {
color: inherit;
text-decoration: inherit;
}
.mgpckit-cat-img {
position: relative;
}
span.mgpckit-cat-badge {
position: absolute;
bottom: -10px;
left: 10px;
background: #fff;
color: #000;
padding: 2px 10px;
border-radius: 20px;
border: 2px solid #555;
font-size: 14px;
font-weight: 300;
}
span.mgpckit-cat-badge.mgpckit-cat-left-bottom {
bottom: -10px;
top: auto;
left: 10px;
right: auto;
}
span.mgpckit-cat-badge.mgpckit-cat-left-top {
bottom: auto;
top: 0;
left: 0;
right: auto;
margin: 5px 0 0 10px;
}
span.mgpckit-cat-badge.mgpckit-cat-right-top {
bottom: auto;
top: 0;
left: auto;
right: 0;
margin: 5px 10px 0 0;
}
span.mgpckit-cat-badge.mgpckit-cat-right-bottom {
bottom: -10px;
top: auto;
left: auto;
right: 10px;
}
span.mgpckit-cat-badge.mgpckit-cat-top {
bottom: auto;
top: 0;
left: 0;
}
.mpdc-catg-style1 .mgpckit-cat-item {
position: relative;
}
.mpdc-catg-style1 .mgpckit-cat-info {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.mpdc-catg-style1 .mgpckit-cat-info h2 a {
background: #fff;
padding: 10px 20px;
}
.mpdc-catg-style1 .mgpckit-cat-info p {
background: #fff;
padding: 10px;
text-align: center;
}
.mpdc-catg-style2 .mgpckit-cat-item.mgpdi-shadow {
border: 1px solid #ccc;
}  .mp-pagination {
display: block;
width: 100%;
text-align: center;
padding: 10px 20px;
margin: 20px 0;
}
.mp-meta.cat-list.no-cat {
min-height: 25px;
}
.mp-pagination a.page-numbers,
.mp-pagination span.page-numbers {
padding: 7px 10px;
background: #fff;
color: #000;
border: 1px solid #ededed;
margin: 0 2px;
}
.mp-pagination a.page-numbers:hover,
.mp-pagination span.page-numbers:hover,
.mp-pagination span.page-numbers.current {
background: #000;
color: #fff;
text-decoration: none;
} .magical-post-authon-category {
display: flex;
gap: 20px;
}
.magical-post-authon-category .mppost-cats i,
.magical-post-authon-category .mp-meta i,
.magical-post-authon-category .mp-meta .byline:hover span.author a,
.magical-post-authon-category .mppost-cats:hover a {
font-size: 16px;
color: #fc6601;
}
.magical-post-authon-category .mppost-cats svg,
.magical-post-authon-category .mp-meta svg,
.mgp_there_style-time svg {
width: 16px;
fill: #fc6601;
}
.magical-post-authon-category .mppost-cats a,
.magical-post-authon-category .mp-meta .byline span.author a {
color: #000000;
font-size: 16px;
transition: 0.5s;
}
.mgp_there_style-time {
display: flex;
align-items: center;
justify-content: space-between;
border-top: 1px solid #dce1e4;
padding-top: 15px;
}
.mgp_there_style-time span {
color: #000000;
}
.mgp_there_style-time i {
color: #fc6601;
margin-right: 6px;
}
.mgp_there_style-time a {
font-weight: 600;
}
.mgpd.style3 .mg-card-text p {
margin-bottom: 15px;
}
.mgpd.style3 .mg-card-text {
padding: 1.2rem;
} .mgps-layout-style_two .mgps-style-two-container {
display: flex;
align-items: stretch;
width: 100%;
min-height: 500px;
gap: 30px;
}
.mgps-layout-style_two .mgps-style-two-image {
flex: 0 0 50%;
overflow: hidden;
border-radius: 8px;
min-height: 400px;
}
.mgps-layout-style_two .mgps-style-two-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.mgps-layout-style_two .mgps-style-two-image:hover img {
transform: scale(1.05);
}
.mgps-layout-style_two .mgps-style-two-content {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
padding: 40px 20px;
background: transparent;
}
.mgps-layout-style_two .mgps-style-two-content .slide-cat {
margin-bottom: 15px;
display: inline-block;
}
.mgps-layout-style_two .mgps-style-two-content .slide-cat a {
background: #007cba;
color: #fff;
padding: 8px 16px;
border-radius: 20px;
font-size: 14px;
font-weight: 600;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.5px;
transition: all 0.3s ease;
}
.mgps-layout-style_two .mgps-style-two-content .slide-cat a:hover {
background: #005a87;
transform: translateY(-2px);
}
.mgps-layout-style_two .mgps-style-two-content .mgs-title {
font-size: 2.5rem;
font-weight: 700;
color: #333;
margin: 0 0 20px 0;
line-height: 1.2;
text-shadow: none;
}
.mgps-layout-style_two .mgps-style-two-content .mgs-subtitle {
font-size: 1.1rem;
color: #666;
line-height: 1.6;
margin-bottom: 25px;
text-shadow: none;
}
.mgps-layout-style_two .mgps-style-two-content .mp-post-btn {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 12px 24px;
background: #007cba;
color: #fff;
text-decoration: none;
border-radius: 6px;
font-weight: 600;
transition: all 0.3s ease;
align-self: flex-start;
}
.mgps-layout-style_two .mgps-style-two-content .mp-post-btn:hover {
background: #005a87;
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(0, 124, 186, 0.3);
}  .mgps-main .swiper-button-prev,
.mgps-main .swiper-button-next {
position: absolute;
z-index: 10;
margin-top: 0;
width: 50px;
height: 50px;
transition: all 0.3s ease;
} .mgps-layout-style_one:not([class*="mgps-nav-vertical"]):not([class*="mgps-nav-horizontal"]) .swiper-button-prev,
.mgps-layout-style_one:not([class*="mgps-nav-vertical"]):not([class*="mgps-nav-horizontal"]) .swiper-button-next {
top: 50%;
transform: translateY(-50%);
}
.mgps-layout-style_one:not([class*="mgps-nav-horizontal"]) .swiper-button-prev {
left: 20px;
right: auto;
}
.mgps-layout-style_one:not([class*="mgps-nav-horizontal"]) .swiper-button-next {
right: 20px;
left: auto;
} .mgps-layout-style_two:not([class*="mgps-nav-vertical"]):not([class*="mgps-nav-horizontal"]) .swiper-button-prev,
.mgps-layout-style_two:not([class*="mgps-nav-vertical"]):not([class*="mgps-nav-horizontal"]) .swiper-button-next {
top: auto;
bottom: 20px;
transform: translateY(0);
}
.mgps-layout-style_two:not([class*="mgps-nav-horizontal"]) .swiper-button-prev {
right: 80px;
left: auto;
}
.mgps-layout-style_two:not([class*="mgps-nav-horizontal"]) .swiper-button-next {
right: 20px;
left: auto;
} .mgps-layout-style_two .swiper-button-prev,
.mgps-layout-style_two .swiper-button-next {
background: rgba(0, 0, 0, 0.6);
border-radius: 50%;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
}
.mgps-layout-style_two .swiper-button-prev svg,
.mgps-layout-style_two .swiper-button-next svg{
fill: #fff;
}
.mgps-layout-style_two .swiper-button-prev:hover,
.mgps-layout-style_two .swiper-button-next:hover {
background: rgba(0, 0, 0, 0.8);
transform: scale(1.1);
} .mgps-layout-style_two.mgps-nav-vertical-bottom .swiper-button-prev:hover,
.mgps-layout-style_two.mgps-nav-vertical-bottom .swiper-button-next:hover {
transform: scale(1.1);
}
.mgps-layout-style_two.mgps-nav-vertical-top .swiper-button-prev:hover,
.mgps-layout-style_two.mgps-nav-vertical-top .swiper-button-next:hover {
transform: scale(1.1);
} @media (max-width: 768px) { .mgps-layout-style_one:not([class*="mgps-nav-vertical"]):not([class*="mgps-nav-horizontal"]) .swiper-button-prev,
.mgps-layout-style_one:not([class*="mgps-nav-vertical"]):not([class*="mgps-nav-horizontal"]) .swiper-button-next {
top: 50%;
transform: translateY(-50%);
}
.mgps-layout-style_one:not([class*="mgps-nav-horizontal"]) .swiper-button-prev {
left: 15px;
}
.mgps-layout-style_one:not([class*="mgps-nav-horizontal"]) .swiper-button-next {
right: 15px;
} .mgps-layout-style_two:not([class*="mgps-nav-vertical"]):not([class*="mgps-nav-horizontal"]) .swiper-button-prev,
.mgps-layout-style_two:not([class*="mgps-nav-vertical"]):not([class*="mgps-nav-horizontal"]) .swiper-button-next {
top: auto;
bottom: 15px;
transform: translateY(0);
}
.mgps-layout-style_two:not([class*="mgps-nav-horizontal"]) .swiper-button-prev {
right: 70px;
}
.mgps-layout-style_two:not([class*="mgps-nav-horizontal"]) .swiper-button-next {
right: 15px;
}
}   .mgps-layout-style_one.mgps-nav-vertical-top .swiper-button-prev,
.mgps-layout-style_one.mgps-nav-vertical-top .swiper-button-next,
.mgps-layout-style_two.mgps-nav-vertical-top .swiper-button-prev,
.mgps-layout-style_two.mgps-nav-vertical-top .swiper-button-next {
top: 20px;
bottom: auto;
transform: translateY(0);
}
.mgps-layout-style_one.mgps-nav-vertical-bottom .swiper-button-prev,
.mgps-layout-style_one.mgps-nav-vertical-bottom .swiper-button-next,
.mgps-layout-style_two.mgps-nav-vertical-bottom .swiper-button-prev,
.mgps-layout-style_two.mgps-nav-vertical-bottom .swiper-button-next {
top: auto;
bottom: 20px;
transform: translateY(0);
} .mgps-layout-style_one.mgps-nav-horizontal-left .swiper-button-prev,
.mgps-layout-style_two.mgps-nav-horizontal-left .swiper-button-prev {
left: 20px;
right: auto;
}
.mgps-layout-style_one.mgps-nav-horizontal-left .swiper-button-next,
.mgps-layout-style_two.mgps-nav-horizontal-left .swiper-button-next {
left: 80px;
right: auto;
}
.mgps-layout-style_one.mgps-nav-horizontal-right .swiper-button-prev,
.mgps-layout-style_two.mgps-nav-horizontal-right .swiper-button-prev {
left: auto;
right: 80px;
}
.mgps-layout-style_one.mgps-nav-horizontal-right .swiper-button-next,
.mgps-layout-style_two.mgps-nav-horizontal-right .swiper-button-next {
left: auto;
right: 20px;
} @media (max-width: 768px) {
.mgps-layout-style_one.mgps-nav-vertical-top .swiper-button-prev,
.mgps-layout-style_one.mgps-nav-vertical-top .swiper-button-next,
.mgps-layout-style_two.mgps-nav-vertical-top .swiper-button-prev,
.mgps-layout-style_two.mgps-nav-vertical-top .swiper-button-next {
top: 15px;
}
.mgps-layout-style_one.mgps-nav-vertical-bottom .swiper-button-prev,
.mgps-layout-style_one.mgps-nav-vertical-bottom .swiper-button-next,
.mgps-layout-style_two.mgps-nav-vertical-bottom .swiper-button-prev,
.mgps-layout-style_two.mgps-nav-vertical-bottom .swiper-button-next {
bottom: 15px;
}
.mgps-layout-style_one.mgps-nav-horizontal-left .swiper-button-prev,
.mgps-layout-style_two.mgps-nav-horizontal-left .swiper-button-prev {
left: 15px;
}
.mgps-layout-style_one.mgps-nav-horizontal-left .swiper-button-next,
.mgps-layout-style_two.mgps-nav-horizontal-left .swiper-button-next {
left: 70px;
}
.mgps-layout-style_one.mgps-nav-horizontal-right .swiper-button-prev,
.mgps-layout-style_two.mgps-nav-horizontal-right .swiper-button-prev {
right: 70px;
}
.mgps-layout-style_one.mgps-nav-horizontal-right .swiper-button-next,
.mgps-layout-style_two.mgps-nav-horizontal-right .swiper-button-next {
right: 15px;
}
} .mgpd-masonry-container {
position: relative;
margin-bottom: 30px;
overflow: hidden;
}
.mgpd-masonry {
align-items: flex-start;
position: relative !important;
height: auto !important;
min-height: 400px;
}
.mgpd-masonry-item {
margin-bottom: 1.5rem;
width: 100%;
position: relative;
} .mgpd-masonry-container:not(.masonry-loaded) .mgpd-masonry {
opacity: 0;
transition: opacity 0.3s ease;
}
.mgpd-masonry-container.masonry-loaded .mgpd-masonry {
opacity: 1;
} .mgpd-masonry::after {
content: '';
display: block;
clear: both;
height: 0;
} .mgpd {
position: relative;
z-index: 1;
margin-bottom: 40px;
} .mgpd-masonry .mgpd-masonry-item.col-lg-4 {
width: 33.333333%;
}
.mgpd-masonry .mgpd-masonry-item.col-lg-3 {
width: 25%;
}
.mgpd-masonry .mgpd-masonry-item.col-lg-6 {
width: 50%;
}
.mgpd-masonry .mgpd-masonry-item.col-lg-12 {
width: 100%;
}
.mgpd-masonry .mgpd-masonry-item.col-lg-2 {
width: 16.666667%;
} .mgpd-masonry .mg-card img {
width: 100%;
height: auto;
display: block;
} .mgpd-masonry-item {
transition: transform 0.3s ease;
}
.mgpd-masonry-item:hover {
transform: translateY(-2px);
} @media (max-width: 991.98px) {
.mgpd-masonry .mgpd-masonry-item.col-lg-4,
.mgpd-masonry .mgpd-masonry-item.col-lg-3,
.mgpd-masonry .mgpd-masonry-item.col-lg-2 {
width: 50%;
}
.mgpd-masonry-item {
margin-bottom: 1rem;
}
}
@media (max-width: 767.98px) {
.mgpd-masonry .mgpd-masonry-item {
width: 100% !important;
margin-bottom: 1rem;
}
} .mgpd-masonry-container:not(.masonry-loaded) .mgpd-masonry-item {
opacity: 0;
transform: translateY(20px);
}
.mgpd-masonry-container.masonry-loaded .mgpd-masonry-item {
opacity: 1;
transform: translateY(0);
transition: opacity 0.3s ease, transform 0.3s ease;
} .elementor-editor-active .mgpd-masonry-container .mgpd-masonry-item {
opacity: 1 !important;
transform: none !important;
visibility: visible !important;
position: relative !important;
} .elementor-editor-active .mgpd-masonry {
display: flex !important;
flex-wrap: wrap !important;
height: auto !important;
}  .mgpd-masonry-style1 .mgpd-masonry-item .mg-card .mp-post-img figure {
height: 200px;
} .mgpd-masonry-style2 .mgpd-masonry-item:nth-child(odd) .mg-card .mp-post-img figure {
height: 300px;
}
.mgpd-masonry-style2 .mgpd-masonry-item:nth-child(even) .mg-card .mp-post-img figure {
height: 180px;
} .mgpd-masonry-style3 .mgpd-masonry-item:nth-child(3n+1) .mg-card .mp-post-img figure,
.mgpd-masonry-style3 .mgpd-masonry-item:nth-child(3n+2) .mg-card .mp-post-img figure {
height: 280px;
}
.mgpd-masonry-style3 .mgpd-masonry-item:nth-child(3n) .mg-card .mp-post-img figure {
height: 160px;
} .mgpd-masonry-container .mg-card .mp-post-img figure img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
} @media (max-width: 991.98px) {
.mgpd-masonry-style1 .mgpd-masonry-item .mg-card .mp-post-img figure,
.mgpd-masonry-style2 .mgpd-masonry-item .mg-card .mp-post-img figure,
.mgpd-masonry-style3 .mgpd-masonry-item .mg-card .mp-post-img figure {
height: 200px;
}
}
@media (max-width: 767.98px) {
.mgpd-masonry-style1 .mgpd-masonry-item .mg-card .mp-post-img figure,
.mgpd-masonry-style2 .mgpd-masonry-item .mg-card .mp-post-img figure,
.mgpd-masonry-style3 .mgpd-masonry-item .mg-card .mp-post-img figure {
height: 180px;
}
}  .mgpd-ajax-filter-container {
margin-bottom: 30px;
text-align: center;
}
.mgpd-filter-buttons {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
}
.mgpd-filter-btn {
background: #f8f9fa;
border: 2px solid #dee2e6;
color: #495057;
padding: 8px 16px;
border-radius: 25px;
cursor: pointer;
transition: all 0.3s ease;
font-weight: 500;
text-transform: capitalize;
}
.mgpd-filter-btn:hover,
.mgpd-filter-btn.active {
background: #007cba;
border-color: #007cba;
color: #ffffff;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 124, 186, 0.3);
} .mgpd-loading .mg-card {
opacity: 0.5;
transition: opacity 0.3s ease;
}
.mgpd-loading-spinner {
color: #007cba;
font-size: 16px;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}
.mgpd-loading-spinner .mgpd-spinner {
animation: mgpd-spin 1s linear infinite;
}
@keyframes mgpd-spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} .mgpd-reading-time {
display: inline-flex;
align-items: center;
gap: 5px;
background: #e7f3ff;
color: #0066cc;
padding: 4px 10px;
border-radius: 15px;
font-size: 12px;
margin: 8px 8px 8px 0;
font-weight: 500;
}
.mgpd-reading-time svg {
width: 14px;
height: 14px;
flex-shrink: 0;
} .mgpd-view-count {
display: inline-flex;
align-items: center;
gap: 5px;
background: #f0f8f0;
color: #28a745;
padding: 4px 10px;
border-radius: 15px;
font-size: 12px;
margin: 8px 8px 8px 0;
font-weight: 500;
}
.mgpd-view-count svg {
width: 14px;
height: 14px;
flex-shrink: 0;
} .mgpd-social-share {
display: flex;
gap: 8px;
margin: 12px 0;
}
.mgpd-social-share a {
display: flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
border-radius: 50%;
text-decoration: none;
transition: all 0.3s ease;
font-size: 14px;
}
.mgpd-share-facebook {
background: #3b5998;
color: #ffffff;
}
.mgpd-share-facebook:hover {
background: #2d4373;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(59, 89, 152, 0.4);
}
.mgpd-share-twitter {
background: #000000;
color: #ffffff;
}
.mgpd-share-twitter:hover {
background: #333333;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
.mgpd-share-linkedin {
background: #0077b5;
color: #ffffff;
}
.mgpd-share-linkedin:hover {
background: #005885;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 119, 181, 0.4);
}
.mgpd-share-pinterest {
background: #bd081c;
color: #ffffff;
}
.mgpd-share-pinterest:hover {
background: #8c0613;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(189, 8, 28, 0.4);
}
.mgpd-share-instagram {
background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
color: #ffffff;
}
.mgpd-share-instagram:hover {
opacity: 0.8;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(188, 24, 136, 0.4);
}  .mgpd-premium-image-top .mp-post-img {
position: relative;
}
.mgpd-premium-image-top .mgpd-premium-features {
position: absolute;
bottom: 10px;
left: 0;
right: 10px;
z-index: 2;
display: flex;
flex-wrap: wrap;
gap: 8px;
align-items: center;
width: 100%;
justify-content: center;
}
.mgpd-premium-image-top .mgpd-reading-time,
.mgpd-premium-image-top .mgpd-view-count {
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.mgpd-premium-image-top .mgpd-social-share {
margin: 0;
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px);
padding: 6px;
border-radius: 20px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
} .mgpd-premium-image-overlay .mp-post-img {
position: relative;
}
.mp-post-img .mgpd-time-count-wrap {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
padding: 0 20px;
}
.mgpd-premium-image-overlay .mgpd-premium-features {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 60%, transparent 100%);
padding: 15px;
opacity: 0;
transform: translateY(10px);
transition: all 0.3s ease;
z-index: 2;
}
.mgpd-premium-image-overlay .mg-card:hover .mgpd-premium-features {
opacity: 1;
transform: translateY(0);
}
.mgpd-premium-image-overlay .mgpd-reading-time,
.mgpd-premium-image-overlay .mgpd-view-count {
background: rgba(255, 255, 255, 0.2);
backdrop-filter: blur(10px);
color: #ffffff;
border: 1px solid rgba(255, 255, 255, 0.3);
}
.mgpd-premium-image-overlay .mgpd-reading-time svg,
.mgpd-premium-image-overlay .mgpd-view-count svg {
fill: #ffffff;
}
.mgpd-premium-image-overlay .mgpd-social-share {
margin: 10px 0 0 0;
justify-content: center;
}
.mgpd-premium-image-overlay .mgpd-social-share a {
border: 1px solid rgba(255, 255, 255, 0.3);
backdrop-filter: blur(10px);
} .mgpd-video-wrapper {
position: relative;
display: block;
width: 100%;
text-decoration: none;
}
.mgpd-video-wrapper img {
width: 100%;
height: auto;
display: block;
}
.mgpd-video-wrapper .mgpd-video-play-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 60px;
height: 60px;
background: rgba(255, 0, 0, 0.9);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
transition: all 0.3s ease;
pointer-events: none;
}
.mgpd-video-wrapper:hover .mgpd-video-play-icon {
background: rgba(255, 0, 0, 1);
transform: translate(-50%, -50%) scale(1.15);
}
.mgpd-video-wrapper .mgpd-video-play-icon::before {
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 12px 0 12px 20px;
border-color: transparent transparent transparent #ffffff;
margin-left: 3px;
} .mgpd-video-wrapper ~ .mgpd-premium-features,
.mp-post-img:has(.mgpd-video-wrapper) .mgpd-premium-features {
display: none !important;
} .mgpd-placeholder-img {
width: 100%;
min-height: 250px;
background: #ddd;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.mgpd-placeholder-img::before {
content: 'No Image';
color: #999;
font-size: 18px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 2px;
} .mgpd-hover-zoom .mg-card {
transition: transform 0.3s ease;
overflow: hidden;
}
.mgpd-hover-zoom .mg-card.mgpd-hover-active {
transform: scale(1.05);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.mgpd-hover-zoom .mg-card .mp-post-img img {
transition: transform 0.3s ease;
}
.mgpd-hover-zoom .mg-card.mgpd-hover-active .mp-post-img img {
transform: scale(1.1);
}
.mgpd-hover-slide .mg-card {
transition: transform 0.3s ease;
}
.mgpd-hover-slide .mg-card.mgpd-hover-active {
transform: translateY(-10px);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.mgpd-hover-fade .mg-card {
transition: opacity 0.3s ease;
}
.mgpd-hover-fade .mg-card.mgpd-hover-active {
opacity: 0.9;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.mgpd-hover-rotate .mg-card {
transition: transform 0.3s ease;
}
.mgpd-hover-rotate .mg-card.mgpd-hover-active {
transform: rotate(2deg) scale(1.02);
box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
} .mgpd-infinite-scroll-enabled {
position: relative;
}
.mgpd-infinite-scroll-trigger {
visibility: hidden;
} @media (max-width: 768px) {
.mgpd-filter-buttons {
gap: 5px;
}
.mgpd-filter-btn {
padding: 6px 12px;
font-size: 14px;
}
.mgpd-social-share a {
width: 28px;
height: 28px;
font-size: 12px;
}
.mgpd-reading-time,
.mgpd-view-count {
font-size: 11px;
padding: 3px 8px;
}
}
@media (max-width: 576px) {
.mgpd-ajax-filter-container {
margin-bottom: 20px;
}
.mgpd-social-share {
justify-content: center;
gap: 6px;
} .mgpd-hover-zoom .mg-card.mgpd-hover-active,
.mgpd-hover-slide .mg-card.mgpd-hover-active,
.mgpd-hover-rotate .mg-card.mgpd-hover-active {
transform: none;
}
}