@charset "UTF-8";
@charset "UTF-8";
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;
}
    .premium-lq__glass1.premium-mega-content-container,
.premium-lq__glass1.premium-sub-menu,
.premium-lq__glass1.premium-menu-link,
.premium-lq__glass1.pa-txt-sc__item-container {
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}
.premium-lq__glass1 .wrap-cover .fields-in-cover,
.premium-lq__glass1 .premium-button,
.premium-lq__glass1 .premium-dual-header-first-span,
.premium-lq__glass1 .countdown-amount {
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}
.premium-box-lq__glass1 .premium-dual-header-second-header {
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}
.premium-con-lq__glass1 {
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}
.premium-con-lq__glass1-hover:hover {
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
} .premium-lq__glass2.premium-mega-content-container,
.premium-lq__glass2.premium-sub-menu,
.premium-lq__glass2.premium-menu-link,
.premium-lq__glass2.pa-txt-sc__item-container {
-webkit-backdrop-filter: blur(17px);
backdrop-filter: blur(17px);
}
.premium-lq__glass2 .wrap-cover .fields-in-cover,
.premium-lq__glass2 .premium-button,
.premium-lq__glass2 .premium-dual-header-first-span,
.premium-lq__glass2 .countdown-amount {
-webkit-backdrop-filter: blur(17px);
backdrop-filter: blur(17px);
}
.premium-box-lq__glass2 .premium-dual-header-second-header {
-webkit-backdrop-filter: blur(17px);
backdrop-filter: blur(17px);
}
.premium-con-lq__glass2 {
-webkit-backdrop-filter: blur(17px);
backdrop-filter: blur(17px);
}
.premium-con-lq__glass2-hover:hover {
-webkit-backdrop-filter: blur(17px);
backdrop-filter: blur(17px);
} .premium-lq__glass3 { }
.premium-lq__glass3.premium-mega-content-container,
.premium-lq__glass3.premium-sub-menu,
.premium-lq__glass3.premium-menu-link,
.premium-lq__glass3.pa-txt-sc__item-container {
overflow: hidden !important;
isolation: isolate;
-webkit-backdrop-filter: blur(8px) url(#glass-distortion1);
backdrop-filter: blur(8px) url(#glass-distortion1);
}
.premium-lq__glass3 .wrap-cover .fields-in-cover,
.premium-lq__glass3 .countdown-amount {
position: relative;
overflow: hidden !important;
isolation: isolate;
-webkit-backdrop-filter: blur(8px) url(#glass-distortion1);
backdrop-filter: blur(8px) url(#glass-distortion1);
}
.premium-lq__glass3 .premium-dual-header-first-span {
position: relative;
isolation: isolate;
-webkit-backdrop-filter: blur(8px) url(#glass-distortion1);
backdrop-filter: blur(8px) url(#glass-distortion1);
}
.premium-lq__glass3 .premium-button {
position: relative;
overflow: hidden !important;
isolation: isolate;
}
.premium-lq__glass3 .premium-button:after {
content: "";
position: absolute;
inset: 0;
z-index: -1;
-webkit-backdrop-filter: blur(8px) url(#glass-distortion1);
backdrop-filter: blur(8px) url(#glass-distortion1);
isolation: isolate;
}
.premium-box-lq__glass3 .premium-dual-header-second-header {
position: relative;
isolation: isolate;
-webkit-backdrop-filter: blur(8px) url(#glass-distortion1);
backdrop-filter: blur(8px) url(#glass-distortion1);
}
.premium-con-lq__glass3 {
isolation: isolate;
-webkit-backdrop-filter: blur(8px) url(#glass-distortion1);
backdrop-filter: blur(8px) url(#glass-distortion1);
} .premium-lq__glass4.premium-mega-content-container,
.premium-lq__glass4.premium-sub-menu,
.premium-lq__glass4.premium-menu-link,
.premium-lq__glass4.pa-txt-sc__item-container {
overflow: hidden !important;
isolation: isolate;
-webkit-backdrop-filter: blur(10px) url(#glass-distortion2);
backdrop-filter: blur(10px) url(#glass-distortion2);
}
.premium-lq__glass4 .wrap-cover .fields-in-cover,
.premium-lq__glass4 .countdown-amount {
position: relative;
overflow: hidden !important;
isolation: isolate;
-webkit-backdrop-filter: blur(10px) url(#glass-distortion2);
backdrop-filter: blur(10px) url(#glass-distortion2);
}
.premium-lq__glass4 .premium-button {
position: relative;
overflow: hidden !important;
isolation: isolate;
}
.premium-lq__glass4 .premium-button:after {
content: "";
position: absolute;
inset: 0;
z-index: -1;
-webkit-backdrop-filter: blur(10px) url(#glass-distortion2);
backdrop-filter: blur(10px) url(#glass-distortion2);
isolation: isolate;
}
.premium-lq__glass4 .premium-dual-header-first-span {
position: relative;
isolation: isolate;
-webkit-backdrop-filter: blur(10px) url(#glass-distortion2);
backdrop-filter: blur(10px) url(#glass-distortion2);
}
.premium-box-lq__glass4 .premium-dual-header-second-header {
position: relative;
isolation: isolate;
-webkit-backdrop-filter: blur(10px) url(#glass-distortion2);
backdrop-filter: blur(10px) url(#glass-distortion2);
}
.premium-con-lq__glass4 {
isolation: isolate;
-webkit-backdrop-filter: blur(10px) url(#glass-distortion2);
backdrop-filter: blur(10px) url(#glass-distortion2);
} .premium-lq__glass5 { }
.premium-lq__glass5.premium-mega-content-container,
.premium-lq__glass5.premium-sub-menu,
.premium-lq__glass5.premium-menu-link,
.premium-lq__glass5.pa-txt-sc__item-container {
overflow: hidden !important;
isolation: isolate;
-webkit-backdrop-filter: blur(6px) url(#glass-distortion3);
backdrop-filter: blur(6px) url(#glass-distortion3);
}
.premium-lq__glass5 .wrap-cover .fields-in-cover,
.premium-lq__glass5 .countdown-amount {
position: relative;
overflow: hidden !important;
isolation: isolate;
-webkit-backdrop-filter: blur(6px) url(#glass-distortion3);
backdrop-filter: blur(6px) url(#glass-distortion3);
}
.premium-lq__glass5 .premium-dual-header-first-span {
position: relative;
isolation: isolate;
-webkit-backdrop-filter: blur(6px) url(#glass-distortion3);
backdrop-filter: blur(6px) url(#glass-distortion3);
}
.premium-lq__glass5 .premium-button {
position: relative;
overflow: hidden !important;
isolation: isolate;
}
.premium-lq__glass5 .premium-button:after {
content: "";
position: absolute;
inset: 0;
z-index: -1;
-webkit-backdrop-filter: blur(6px) url(#glass-distortion3);
backdrop-filter: blur(6px) url(#glass-distortion3);
isolation: isolate;
}
.premium-box-lq__glass5 .premium-dual-header-second-header {
position: relative;
isolation: isolate;
-webkit-backdrop-filter: blur(6px) url(#glass-distortion3);
backdrop-filter: blur(6px) url(#glass-distortion3);
}
.premium-con-lq__glass5 {
isolation: isolate;
-webkit-backdrop-filter: blur(6px) url(#glass-distortion3);
backdrop-filter: blur(6px) url(#glass-distortion3);
} .premium-lq__glass6 { }
.premium-lq__glass6.premium-mega-content-container,
.premium-lq__glass6.premium-sub-menu,
.premium-lq__glass6.premium-menu-link,
.premium-lq__glass6.pa-txt-sc__item-container {
overflow: hidden !important;
isolation: isolate;
-webkit-backdrop-filter: blur(24px) url(#glass-distortion4);
backdrop-filter: blur(24px) url(#glass-distortion4);
}
.premium-lq__glass6 .wrap-cover .fields-in-cover,
.premium-lq__glass6 .countdown-amount {
position: relative;
overflow: hidden !important;
isolation: isolate;
-webkit-backdrop-filter: blur(24px) url(#glass-distortion4);
backdrop-filter: blur(24px) url(#glass-distortion4);
}
.premium-lq__glass6 .premium-dual-header-first-span {
position: relative;
isolation: isolate;
-webkit-backdrop-filter: blur(24px) url(#glass-distortion4);
backdrop-filter: blur(24px) url(#glass-distortion4);
}
.premium-lq__glass6 .premium-button {
position: relative;
overflow: hidden !important;
isolation: isolate;
}
.premium-lq__glass6 .premium-button:after {
content: "";
position: absolute;
inset: 0;
z-index: -1;
-webkit-backdrop-filter: blur(24px) url(#glass-distortion4);
backdrop-filter: blur(24px) url(#glass-distortion4);
isolation: isolate;
}
.premium-box-lq__glass6 .premium-dual-header-second-header {
position: relative;
isolation: isolate;
-webkit-backdrop-filter: blur(24px) url(#glass-distortion4);
backdrop-filter: blur(24px) url(#glass-distortion4);
}
.premium-con-lq__glass6 {
isolation: isolate;
-webkit-backdrop-filter: blur(24px) url(#glass-distortion4);
backdrop-filter: blur(24px) url(#glass-distortion4);
}
.premium-world-clock__skin-1 [class*=glass].premium-world-clock__time-wrapper,
.premium-world-clock__skin-5 [class*=glass].premium-world-clock__time-wrapper,
.premium-world-clock__skin-6 [class*=glass].premium-world-clock__time-wrapper,
.premium-world-clock__skin-7 [class*=glass].premium-world-clock__time-wrapper {
border-radius: 50%;
}
[class*=glass].premium-atext__text {
display: inline-block;
}
.premium-lq__shadow1 {
box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.6) inset !important;
}
.premium-lq__shadow2 {
box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.65) inset !important;
}
.premium-lq__shadow3 {
box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.7) inset !important;
}
.premium-lq__shadow4 {
box-shadow: 0px 20px 15px -5px rgba(255, 255, 255, 0.5) inset !important;
}
.premium-lq__shadow5 {
box-shadow: 0px 0px 30px 1px rgba(255, 255, 255, 0.7) inset !important;
}
.premium-lq__shadow6 {
box-shadow: 0px -20px 25px -15px rgba(255, 255, 255, 0.5) inset !important;
}
.premium-lq__shadow7 {
box-shadow: 0 0 40px 5px rgba(255, 255, 255, 0.6) inset !important;
}
.premium-lq__shadow8 {
box-shadow: 0 15px 15px -10px rgba(255, 255, 255, 0.45) inset !important;
}  .elementor-widget-premium-addon-banner {
overflow: hidden;
}
.premium-banner-ib {
display: block;
position: relative;
z-index: 1;
overflow: hidden;
margin: 0;
text-align: center;
}
.premium-banner-ib img {
display: block;
position: relative;
min-width: 100%;
max-width: 100%;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
border: none;
padding: 0;
margin: 0;
}
.premium-banner-img-wrap {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 100%;
}
.premium-banner-img-wrap .premium-banner-ib-img {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.premium-banner-ib-desc .premium-banner-read-more {
z-index: 100;
}
.elementor-widget-premium-addon-banner .premium-banner-ib-title {
background: transparent;
}
.premium-banner-ib .premium-banner-ib-desc {
padding: 15px;
position: absolute;
top: 0;
inset-inline-start: 0;
width: 100%;
height: 100%;
}
.premium-banner-ib .premium-banner-ib-link {
position: absolute;
top: 0;
inset-inline-start: 0;
width: 100%;
height: 100%;
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0;
}
.premium-banner-ib a.premium-banner-ib-link {
display: block;
background: 0 0;
}
.premium-banner-animation1 img {
width: -webkit-calc(100% + 50px) !important;
width: calc(100% + 50px) !important;
max-width: -webkit-calc(100% + 50px) !important;
max-width: calc(100% + 50px) !important;
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(-40px, 0, 0);
transform: translate3d(-40px, 0, 0);
}
.premium-banner-animation2 .premium-banner-ib-title {
padding: 15px;
position: absolute;
top: 50%;
inset-inline-start: 0;
width: 100%;
-webkit-transition: color 0.35s, -webkit-transform 0.35s;
transition: color 0.35s, -webkit-transform 0.35s;
transition: transform 0.35s, color 0.35s;
transition: transform 0.35s, color 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
.premium-banner-animation1 .premium-banner-ib-desc {
top: auto;
bottom: 0;
min-height: 25%;
height: auto;
max-height: 100%;
text-align: start;
}
.premium-banner-animation1 .premium-banner-ib-content,
.premium-banner-animation1 .premium-banner-ib-title,
.premium-banner-animation1 .premium-banner-read-more {
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0);
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
}
.premium-banner-animation1 .premium-banner-ib-title {
-webkit-transition: -webkit-transform 0.35s;
transition: -webkit-transform 0.35s;
transition: transform 0.35s;
transition: transform 0.35s, -webkit-transform 0.35s;
}
.premium-banner-animation1 .premium-banner-ib-content,
.premium-banner-animation1 .premium-banner-read-more {
margin-top: 10px;
opacity: 0;
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
transition: opacity 0.2s, -webkit-transform 0.35s;
transition: opacity 0.2s, transform 0.35s;
transition: opacity 0.2s, transform 0.35s, -webkit-transform 0.35s;
}
.premium-banner-animation1:hover .premium-banner-ib-content,
.premium-banner-animation1.active .premium-banner-ib-content,
.premium-banner-animation1:hover .premium-banner-read-more,
.premium-banner-animation1.active .premium-banner-read-more {
opacity: 1;
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
}
.premium-banner-animation1:hover .premium-banner-ib-content,
.premium-banner-animation1.active .premium-banner-ib-content,
.premium-banner-animation1:hover .premium-banner-read-more,
.premium-banner-animation1.active .premium-banner-read-more,
.premium-banner-animation1:hover .premium-banner-ib-title,
.premium-banner-animation1.active .premium-banner-ib-title,
.premium-banner-animation1:hover img,
.premium-banner-animation1.active img {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
}
.premium-banner-animation1.zoomout img,
.premium-banner-animation1.scale img {
-webkit-transform: translate3d(-40px, 0, 0) scale(1.1);
transform: translate3d(-40px, 0, 0) scale(1.1);
}
.premium-banner-ib.sepia img {
-webkit-filter: sepia(30%);
filter: sepia(30%);
}
.premium-banner-ib.bright img {
-webkit-filter: brightness(1);
filter: brightness(1);
}
.premium-banner-ib.sepia:hover img {
-webkit-filter: sepia(0%);
filter: sepia(0%);
}
.premium-banner-ib.bright:hover img {
-webkit-filter: brightness(1.2);
filter: brightness(1.2);
}
.premium-banner-animation1.premium-banner-min-height img,
.premium-banner-animation2.premium-banner-min-height img,
.premium-banner-animation4.premium-banner-min-height img,
.premium-banner-animation5.premium-banner-min-height img,
.premium-banner-animation6.premium-banner-min-height img,
.premium-banner-animation13.premium-banner-min-height img {
height: auto;
}
.premium-banner-animation2 img {
width: 100%;
}
.premium-banner-animation2 .premium-banner-ib-desc::before {
position: absolute;
content: "";
top: 0;
inset-inline-start: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0);
}
.premium-banner-animation2 .premium-banner-ib-content,
.premium-banner-animation2 .premium-banner-read-more,
.premium-banner-animation2 .premium-banner-ib-desc::before {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.premium-banner-animation2 .premium-banner-ib-content,
.premium-banner-animation2 .premium-banner-read-more {
position: absolute;
bottom: 0;
inset-inline-start: 0;
padding: 15px;
width: 100%;
max-height: 50%;
opacity: 0;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
.premium-banner-animation2:hover .premium-banner-ib-title,
.premium-banner-animation2.active .premium-banner-ib-title {
-webkit-transform: translate3d(0, -40px, 0);
transform: translate3d(0, -40px, 0);
}
.premium-banner-animation2:hover .premium-banner-read-more,
.premium-banner-animation2.active .premium-banner-read-more,
.premium-banner-animation2:hover .premium-banner-ib-desc::before,
.premium-banner-animation2.active .premium-banner-ib-desc::before {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.premium-banner-animation2:hover .premium-banner-ib-content,
.premium-banner-animation2.active .premium-banner-ib-content {
opacity: 1;
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
.premium-banner-animation3 .premium-banner-ib-title {
position: absolute;
bottom: 0;
inset-inline-start: 0;
padding: 15px;
width: 100%;
text-align: start;
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
.premium-banner-animation3 .premium-banner-ib-desc::before,
.premium-banner-animation3 .premium-banner-ib-title {
-webkit-transition: -webkit-transform 0.35s;
transition: -webkit-transform 0.35s;
transition: transform 0.35s;
transition: transform 0.35s, -webkit-transform 0.35s;
}
.premium-banner-animation3:hover .premium-banner-ib-desc::before,
.premium-banner-animation3.active .premium-banner-ib-desc::before,
.premium-banner-animation3:hover .premium-banner-ib-title,
.premium-banner-animation3.active .premium-banner-ib-title {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.premium-banner-animation3 .premium-banner-ib-content {
max-height: -webkit-calc(100% - 60px - 1.5em);
max-height: calc(100% - 60px - 1.5em);
overflow: hidden;
}
.premium-banner-animation4 img {
width: -webkit-calc(100% + 40px) !important;
width: calc(100% + 40px) !important;
max-width: -webkit-calc(100% + 40px) !important;
max-width: calc(100% + 40px) !important;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.premium-banner-animation4 .premium-banner-ib-desc {
padding: 30px;
}
.premium-banner-animation4 .premium-banner-ib-desc::after {
position: absolute;
content: "";
opacity: 0;
top: 30px;
right: 50px;
bottom: 30px;
left: 50px;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
-webkit-transform: scale(1, 0);
-ms-transform: scale(1, 0);
transform: scale(1, 0);
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.premium-banner-animation4 .premium-banner-ib-desc::before {
position: absolute;
content: "";
opacity: 0;
top: 50px;
inset-inline: 30px;
bottom: 50px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.premium-banner-animation4 .premium-banner-ib-title {
padding: 50px 30px 0 30px;
-webkit-transition: -webkit-transform 0.35s;
transition: -webkit-transform 0.35s;
transition: transform 0.35s;
transition: transform 0.35s, -webkit-transform 0.35s;
}
.premium-banner-animation4 .premium-banner-ib-content,
.premium-banner-animation4 .premium-banner-read-more {
padding: 10px 30px;
opacity: 0;
overflow: hidden;
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.premium-banner-animation4 .premium-banner-ib-title,
.premium-banner-animation4 img {
-webkit-transform: translate3d(-30px, 0, 0);
transform: translate3d(-30px, 0, 0);
}
.premium-banner-animation4.zoomout img,
.premium-banner-animation4.scale img {
-webkit-transform: translate3d(-30px, 0, 0) scale(1.1);
transform: translate3d(-30px, 0, 0) scale(1.1);
}
.premium-banner-animation4 .premium-banner-ib-desc::after,
.premium-banner-animation4 .premium-banner-ib-desc::before {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.premium-banner-animation4:hover .premium-banner-ib-desc::after,
.premium-banner-animation4.active .premium-banner-ib-desc::after,
.premium-banner-animation4:hover .premium-banner-ib-desc::before,
.premium-banner-animation4.active .premium-banner-ib-desc::before {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.premium-banner-animation4:hover .premium-banner-ib-content,
.premium-banner-animation4.active .premium-banner-ib-content,
.premium-banner-animation4:hover .premium-banner-read-more,
.premium-banner-animation4.active .premium-banner-read-more,
.premium-banner-animation4:hover .premium-banner-ib-title,
.premium-banner-animation4.active .premium-banner-ib-title {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.premium-banner-animation4:hover .premium-banner-ib-content,
.premium-banner-animation4:hover .premium-banner-ib-desc::after,
.premium-banner-animation4:hover .premium-banner-ib-title,
.premium-banner-animation4:hover img {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.premium-banner-animation5 .premium-banner-ib-desc {
top: auto;
bottom: 0;
padding: 15px;
height: auto;
background: #f2f2f2;
color: #3c4a50;
-webkit-transition: -webkit-transform 0.35s;
transition: -webkit-transform 0.35s;
transition: transform 0.35s;
transition: transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.premium-banner-animation5 .premium-banner-ib-content {
position: absolute;
top: auto;
bottom: 100%;
inset-inline-start: 0;
width: 100%;
padding: 15px;
opacity: 0;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
.premium-banner-animation5 .premium-banner-ib-title,
.premium-banner-animation5 .premium-banner-read-more {
-webkit-transition: -webkit-transform 0.35s;
transition: -webkit-transform 0.35s;
transition: transform 0.35s;
transition: transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(0, 200%, 0);
transform: translate3d(0, 200%, 0);
text-align: center;
}
.premium-banner-animation5 .premium-banner-ib-title {
margin: 10px 0;
}
.premium-banner-animation5:hover .premium-banner-ib-content,
.premium-banner-animation5.active .premium-banner-ib-content,
.premium-banner-animation5:hover .premium-banner-ib-content *,
.premium-banner-animation5.active .premium-banner-ib-content * {
opacity: 1 !important;
z-index: 99 !important;
-webkit-backface-visibility: hidden !important;
backface-visibility: hidden !important;
}
.premium-banner-animation5:hover .premium-banner-ib-desc,
.premium-banner-animation5.active .premium-banner-ib-desc,
.premium-banner-animation5:hover .premium-banner-ib-title,
.premium-banner-animation5.active .premium-banner-ib-title,
.premium-banner-animation5:hover .premium-banner-read-more,
.premium-banner-animation5.active .premium-banner-read-more {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.premium-banner-animation5:hover .premium-banner-ib-title {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
}
.premium-banner-animation5 img {
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
}
.premium-banner-animation2 img,
.premium-banner-animation4 img,
.premium-banner-animation6 img {
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
}
.premium-banner-animation5.zoomout img,
.premium-banner-animation5.scale img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.premium-banner-animation2.zoomout img,
.premium-banner-animation2.scale img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.premium-banner-animation6.zoomout img,
.premium-banner-animation6.scale img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.premium-banner-animation5.zoomin:hover img,
.premium-banner-animation2.zoomin:hover img,
.premium-banner-animation6.zoomin:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.premium-banner-animation5.zoomout:hover img,
.premium-banner-animation2.zoomout:hover img,
.premium-banner-animation6.zoomout:hover img {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.premium-banner-animation5.scale:hover img,
.premium-banner-animation2.scale:hover img,
.premium-banner-animation6.scale:hover img {
-webkit-transform: scale(1.2) rotate(5deg);
-ms-transform: scale(1.2) rotate(5deg);
transform: scale(1.2) rotate(5deg);
}
.premium-banner-animation5.grayscale:hover img,
.premium-banner-animation2.grayscale:hover img,
.premium-banner-animation6.grayscale:hover img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.premium-banner-animation5.blur:hover img,
.premium-banner-animation2.blur:hover img {
-webkit-filter: blur(3px);
filter: blur(3px);
}
.premium-banner-animation6.blur:hover img {
-webkit-filter: blur(3px);
filter: blur(3px);
}
.premium-banner-animation6 .premium-banner-ib-desc {
padding: 45px;
}
.premium-banner-animation6 .premium-banner-ib-desc::before {
position: absolute;
content: "";
top: 30px;
bottom: 30px;
inset-inline: 30px;
border: 1px solid #fff;
}
.premium-banner-animation6 .premium-banner-ib-title {
margin: 20px 0 10px;
-webkit-transition: -webkit-transform 0.35s;
transition: -webkit-transform 0.35s;
transition: transform 0.35s;
transition: transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.premium-banner-animation6 .premium-banner-ib-content,
.premium-banner-animation6 .premium-banner-read-more,
.premium-banner-animation6 .premium-banner-ib-desc::before {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
.premium-banner-animation6 .premium-banner-read-more {
margin-top: 10px;
}
.premium-banner-animation6:hover .premium-banner-ib-title,
.premium-banner-animation6.active .premium-banner-ib-title {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.premium-banner-animation6:hover .premium-banner-ib-content,
.premium-banner-animation6.active .premium-banner-ib-content,
.premium-banner-animation6:hover .premium-banner-read-more,
.premium-banner-animation6.active .premium-banner-read-more,
.premium-banner-animation6:hover .premium-banner-ib-desc::before,
.premium-banner-animation6.active .premium-banner-ib-desc::before {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.premium-banner-animation12 .premium-banner-ib-desc::after {
position: absolute;
content: "";
inset-inline: 30px;
bottom: 30px;
height: -webkit-calc(50% - 30px);
height: calc(50% - 30px);
border: 7px solid #fff;
-webkit-transition: -webkit-transform 0.35s;
transition: -webkit-transform 0.35s;
transition: transform 0.35s;
transition: transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
.premium-banner-animation12:hover .premium-banner-ib-desc::after,
.premium-banner-animation12.active .premium-banner-ib-desc::after {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.premium-banner-animation12 .premium-banner-ib-desc {
padding: 45px;
text-align: start;
}
.premium-banner-animation12 .premium-banner-ib-content {
position: absolute;
right: 60px;
bottom: 60px;
left: 60px;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(0, -100px, 0);
transform: translate3d(0, -100px, 0);
}
.premium-banner-animation12:hover .premium-banner-ib-content,
.premium-banner-animation12.active .premium-banner-ib-content {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.premium-banner-animation13 img {
width: -webkit-calc(100% + 20px) !important;
width: calc(100% + 20px) !important;
max-width: -webkit-calc(100% + 20px) !important;
max-width: calc(100% + 20px) !important;
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.premium-banner-animation13.zoomout img,
.premium-banner-animation13.scale img {
-webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
transform: translate3d(-10px, 0, 0) scale(1.1);
}
.premium-banner-animation13.none:hover img {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.premium-banner-animation1.none:hover img,
.premium-banner-animation4.none:hover img {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.premium-banner-animation13.zoomin:hover img,
.premium-banner-animation1.zoomin:hover img,
.premium-banner-animation4.zoomin:hover img,
.premium-banner-animation8.zoomin:hover img,
.premium-banner-animation7.zoomin:hover img,
.premium-banner-animation9.zoomin:hover img,
.premium-banner-animation10.zoomin:hover img,
.premium-banner-animation11.zoomin:hover img {
-webkit-transform: translate3d(0, 0, 0) scale(1.1);
transform: translate3d(0, 0, 0) scale(1.1);
}
.premium-banner-animation13.zoomout:hover img,
.premium-banner-animation1.zoomout:hover img,
.premium-banner-animation4.zoomout:hover img,
.premium-banner-animation8.zoomout:hover img,
.premium-banner-animation7.zoomout:hover img,
.premium-banner-animation9.zoomout:hover img,
.premium-banner-animation10.zoomout:hover img,
.premium-banner-animation11.zoomout:hover img {
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1);
}
.premium-banner-animation13.scale:hover img,
.premium-banner-animation1.scale:hover img,
.premium-banner-animation4.scale:hover img,
.premium-banner-animation8.scale:hover img,
.premium-banner-animation7.scale:hover img,
.premium-banner-animation9.scale:hover img,
.premium-banner-animation10.scale:hover img,
.premium-banner-animation11.scale:hover img {
-webkit-transform: translate3d(0, 0, 0) scale(1.2) rotate(-webkit-calc(5deg * var(--translate-inline)));
transform: translate3d(0, 0, 0) scale(1.2) rotate(calc(5deg * var(--translate-inline)));
}
.premium-banner-animation13.grayscale:hover img,
.premium-banner-animation1.grayscale:hover img,
.premium-banner-animation4.grayscale:hover img,
.premium-banner-animation8.grayscale:hover img,
.premium-banner-animation7.grayscale:hover img,
.premium-banner-animation9.grayscale:hover img,
.premium-banner-animation10.grayscale:hover img,
.premium-banner-animation11.grayscale:hover img {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.premium-banner-animation13.blur:hover img,
.premium-banner-animation1.blur:hover img,
.premium-banner-animation4.blur:hover,
.premium-banner-animation8.blur:hover img,
.premium-banner-animation7.blur:hover img,
.premium-banner-animation9.blur:hover img,
.premium-banner-animation10.blur:hover img,
.premium-banner-animation11.blur:hover img {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-filter: blur(3px);
filter: blur(3px);
}
.premium-banner-animation13 .premium-banner-ib-desc {
text-align: start;
}
.premium-banner-animation13 .premium-banner-ib-title {
position: relative;
overflow: hidden;
padding: 5px 0 10px;
}
.premium-banner-animation13 .premium-banner-ib-title::after {
position: absolute;
content: "";
bottom: 0;
inset-inline-start: 0;
width: 100%;
height: 2px;
background: #fff;
-webkit-transition: -webkit-transform 0.35s;
transition: -webkit-transform 0.35s;
transition: transform 0.35s;
transition: transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(-101%, 0, 0);
transform: translate3d(-101%, 0, 0);
}
.premium-banner-animation13:hover .premium-banner-ib-title::after,
.premium-banner-animation13.active .premium-banner-ib-title::after {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.premium-banner-animation13 .premium-banner-ib-content,
.premium-banner-animation13 .premium-banner-read-more {
padding: 15px 0;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.premium-banner-animation13:hover .premium-banner-ib-content,
.premium-banner-animation13.active .premium-banner-ib-content,
.premium-banner-animation13:hover .premium-banner-read-more,
.premium-banner-animation13.active .premium-banner-read-more {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.premium-banner-ib.premium-banner-animation5 .premium-banner-toggle-size {
left: 50%;
width: auto !important;
height: 100%;
max-width: none;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.premium-banner-animation7 img {
width: -webkit-calc(100% + 40px) !important;
width: calc(100% + 40px) !important;
max-width: -webkit-calc(100% + 40px) !important;
max-width: calc(100% + 40px) !important;
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
}
.premium-banner-animation7 .premium-banner-brlr {
width: 7px;
}
.premium-banner-animation7 .premium-banner-brtb {
height: 7px;
}
.premium-banner-animation7 .premium-banner-br {
position: absolute;
z-index: 1;
background-color: white;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.premium-banner-animation7 .premium-banner-bleft {
inset-inline-start: 30px;
top: -webkit-calc(100% - 150px);
top: calc(100% - 150px);
height: 0;
}
.premium-banner-animation7 .premium-banner-bright {
inset-inline-end: 30px;
bottom: -webkit-calc(100% - 150px);
bottom: calc(100% - 150px);
height: 0;
}
.premium-banner-animation7 .premium-banner-bottom {
inset-inline-end: -webkit-calc(100% - 150px);
inset-inline-end: calc(100% - 150px);
bottom: 30px;
width: 0;
}
.premium-banner-animation7 .premium-banner-btop {
inset-inline-start: -webkit-calc(100% - 150px);
inset-inline-start: calc(100% - 150px);
top: 30px;
width: 0;
}
.premium-banner-animation7 .premium-banner-ib-desc {
padding: 70px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-banner-animation7 .premium-banner-ib-title {
margin-top: 0;
}
.premium-banner-animation7 .premium-banner-ib-title,
.premium-banner-animation7 img {
-webkit-transform: translate3d(-30px, 0, 0);
transform: translate3d(-30px, 0, 0);
}
.premium-banner-animation7.zoomout img,
.premium-banner-animation7.scale img {
-webkit-transform: translate3d(-30px, 0, 0) scale(1.1);
transform: translate3d(-30px, 0, 0) scale(1.1);
}
.premium-banner-animation7 .premium-banner-ib-content,
.premium-banner-animation7 .premium-banner-read-more {
margin-top: 10px;
}
.premium-banner-animation7 .premium-banner-ib-desc::after,
.premium-banner-animation7 .premium-banner-ib-desc::before {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.premium-banner-animation7 .premium-banner-ib-title,
.premium-banner-animation7 .premium-banner-ib-content,
.premium-banner-animation7 .premium-banner-read-more {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.premium-banner-animation7:hover .premium-banner-ib-content,
.premium-banner-animation7.active .premium-banner-ib-content,
.premium-banner-animation7:hover .premium-banner-read-more,
.premium-banner-animation7.active .premium-banner-read-more,
.premium-banner-animation7:hover .premium-banner-ib-title,
.premium-banner-animation7.active .premium-banner-ib-title {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.premium-banner-animation7:hover .premium-banner-bleft,
.premium-banner-animation7.active .premium-banner-bleft {
top: 30px;
height: 70px;
}
.premium-banner-animation7:hover .premium-banner-bright,
.premium-banner-animation7.active .premium-banner-bright {
bottom: 30px;
height: 70px;
}
.premium-banner-animation7:hover .premium-banner-bottom,
.premium-banner-animation7.active .premium-banner-bottom {
inset-inline-end: 30px;
width: 70px;
}
.premium-banner-animation7:hover .premium-banner-btop,
.premium-banner-animation7.active .premium-banner-btop {
inset-inline-start: 30px;
width: 70px;
}
.premium-banner-animation7:hover .premium-banner-ib-content,
.premium-banner-animation7:hover .premium-banner-read-more,
.premium-banner-animation7:hover .premium-banner-ib-title,
.premium-banner-animation7:hover img {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.premium-banner-animation8 img {
width: -webkit-calc(100% + 40px) !important;
width: calc(100% + 40px) !important;
max-width: -webkit-calc(100% + 40px) !important;
max-width: calc(100% + 40px) !important;
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
}
.premium-banner-animation8 .premium-banner-brlr {
width: 7px;
}
.premium-banner-animation8 .premium-banner-brtb {
height: 7px;
}
.premium-banner-animation8 .premium-banner-br {
position: absolute;
z-index: 1;
background-color: white;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.premium-banner-animation8 .premium-banner-bleft {
left: 30px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 0;
}
.premium-banner-animation8 .premium-banner-bright {
right: 30px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 0;
}
.premium-banner-animation8 .premium-banner-bottom {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 30px;
width: 0;
}
.premium-banner-animation8 .premium-banner-btop {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
top: 30px;
width: 0;
}
.premium-banner-animation8 .premium-banner-ib-desc {
padding: 70px;
display: table;
}
.premium-banner-animation8 .premium-banner-ib-desc .premium-banner-desc-centered {
display: table-cell;
vertical-align: middle;
}
.premium-banner-animation8 .premium-banner-ib-title {
margin-top: 0;
}
.premium-banner-animation8 .premium-banner-ib-title,
.premium-banner-animation8 img {
-webkit-transform: translate3d(-30px, 0, 0);
transform: translate3d(-30px, 0, 0);
}
.premium-banner-animation8.zoomout img,
.premium-banner-animation8.scale img {
-webkit-transform: translate3d(-30px, 0, 0) scale(1.1);
transform: translate3d(-30px, 0, 0) scale(1.1);
}
.premium-banner-animation8 .premium-banner-ib-content,
.premium-banner-animation8 .premium-banner-read-more {
margin-top: 10px;
}
.premium-banner-animation8 .premium-banner-ib-desc::after,
.premium-banner-animation8 .premium-banner-ib-desc::before {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.premium-banner-animation8 .premium-banner-ib-title,
.premium-banner-animation8 .premium-banner-ib-content,
.premium-banner-animation8 .premium-banner-read-more {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
opacity: 0;
}
.premium-banner-animation8:hover .premium-banner-ib-content,
.premium-banner-animation8.active .premium-banner-ib-content,
.premium-banner-animation8:hover .premium-banner-read-more,
.premium-banner-animation8.active .premium-banner-read-more,
.premium-banner-animation8:hover .premium-banner-ib-title,
.premium-banner-animation8.active .premium-banner-ib-title {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.premium-banner-animation8:hover .premium-banner-bleft,
.premium-banner-animation8.active .premium-banner-bleft {
height: -webkit-calc(100% - 61px);
height: calc(100% - 61px);
}
.premium-banner-animation8:hover .premium-banner-bright,
.premium-banner-animation8.active .premium-banner-bright {
height: -webkit-calc(100% - 61px);
height: calc(100% - 61px);
}
.premium-banner-animation8:hover .premium-banner-bottom,
.premium-banner-animation8.active .premium-banner-bottom {
width: -webkit-calc(100% - 61px);
width: calc(100% - 61px);
}
.premium-banner-animation8:hover .premium-banner-btop,
.premium-banner-animation8.active .premium-banner-btop {
width: -webkit-calc(100% - 61px);
width: calc(100% - 61px);
}
.premium-banner-animation8:hover .premium-banner-ib-content,
.premium-banner-animation8:hover .premium-banner-ib-title,
.premium-banner-animation8:hover .premium-banner-read-more,
.premium-banner-animation8:hover img {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.premium-banner-animation9 img {
width: -webkit-calc(100% + 20px) !important;
width: calc(100% + 20px) !important;
max-width: -webkit-calc(100% + 20px) !important;
max-width: calc(100% + 20px) !important;
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.premium-banner-animation9 .premium-banner-ib-desc {
width: 100%;
height: 100%;
}
.premium-banner-animation9 .premium-banner-ib-desc::before {
position: absolute;
top: 50%;
inset-inline-start: 50%;
width: 80%;
height: 1px;
background: #fff;
content: "";
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
}
.premium-banner-animation9 .premium-banner-ib-desc::after {
position: absolute;
top: 50%;
inset-inline-start: 50%;
width: 80%;
height: 1px;
background: #fff;
content: "";
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
}
.premium-banner-animation9 .premium-banner-ib-title {
position: absolute;
top: 50%;
inset-inline-start: 0;
width: 100%;
-webkit-transition: -webkit-transform 0.35s;
transition: -webkit-transform 0.35s;
transition: transform 0.35s;
transition: transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(0, -70px, 0);
transform: translate3d(0, -70px, 0);
margin-top: 0;
padding: 0 10%;
}
.premium-banner-animation9:hover .premium-banner-ib-title,
.premium-banner-animation9.active .premium-banner-ib-title {
-webkit-transform: translate3d(0, -80px, 0);
transform: translate3d(0, -80px, 0);
}
.premium-banner-animation9 .premium-banner-ib-content,
.premium-banner-animation9 .premium-banner-read-more {
position: absolute;
top: 50%;
inset-inline-start: 0;
width: 100%;
-webkit-transition: -webkit-transform 0.35s;
transition: -webkit-transform 0.35s;
transition: transform 0.35s;
transition: transform 0.35s, -webkit-transform 0.35s;
padding: 0 10%;
-webkit-transform: translate3d(0, 35px, 0);
transform: translate3d(0, 35px, 0);
}
.premium-banner-animation9 .premium-banner-read-more {
top: 75%;
}
.premium-banner-animation9:hover .premium-banner-ib-content,
.premium-banner-animation9.active .premium-banner-ib-content,
.premium-banner-animation9:hover .premium-banner-read-more,
.premium-banner-animation9.active .premium-banner-read-more {
-webkit-transform: translate3d(0, 45px, 0);
transform: translate3d(0, 45px, 0);
}
.premium-banner-animation9:hover .premium-banner-ib-desc::before,
.premium-banner-animation9.active .premium-banner-ib-desc::before {
opacity: 0.5;
-webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.premium-banner-animation9:hover .premium-banner-ib-desc::after,
.premium-banner-animation9.active .premium-banner-ib-desc::after {
opacity: 0.5;
-webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.premium-banner-animation9:hover img {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.premium-banner-animation10 img {
width: -webkit-calc(100% + 20px) !important;
width: calc(100% + 20px) !important;
max-width: -webkit-calc(100% + 20px) !important;
max-width: calc(100% + 20px) !important;
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
}
.premium-banner-animation10 .premium-banner-ib-title {
position: relative;
overflow: hidden;
padding: 5px 0 15px;
-webkit-transition: -webkit-transform 0.35s;
transition: -webkit-transform 0.35s;
transition: transform 0.35s;
transition: transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
margin-bottom: 0;
}
.premium-banner-animation10 .premium-banner-ib-title::after {
position: absolute;
content: "";
bottom: 0;
inset-inline-start: 0;
width: 100%;
height: 3px;
background: #fff;
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.premium-banner-animation10:hover .premium-banner-ib-title,
.premium-banner-animation10.active .premium-banner-ib-title {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.premium-banner-animation10:hover .premium-banner-ib-title::after,
.premium-banner-animation10.active .premium-banner-ib-title::after {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.premium-banner-animation10.zoomout img,
.premium-banner-animation10.scale img {
-webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
transform: translate3d(-10px, 0, 0) scale(1.1);
}
.premium-banner-animation10 .premium-banner-ib-content,
.premium-banner-animation10 .premium-banner-read-more {
padding-top: 15px;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.premium-banner-animation10 .premium-banner-read-more {
padding: 0;
}
.premium-banner-animation10:hover .premium-banner-ib-content,
.premium-banner-animation10.active .premium-banner-ib-content,
.premium-banner-animation10:hover .premium-banner-read-more,
.premium-banner-animation10.active .premium-banner-read-more {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.premium-banner-animation11 {
-webkit-transition: -webkit-transform 1s ease-out;
transition: -webkit-transform 1s ease-out;
transition: transform 1s ease-out;
transition: transform 1s ease-out, -webkit-transform 1s ease-out;
-webkit-transition-delay: 0.125s;
transition-delay: 0.125s;
}
.premium-banner-animation11 .premium-banner-ib-desc {
position: absolute;
z-index: 5;
-webkit-transform: translate3d(-30px, 0, 0);
transform: translate3d(-30px, 0, 0);
opacity: 0;
top: auto;
bottom: 0;
min-height: 25%;
height: auto;
max-height: 100%;
text-align: left;
padding: 30px;
-webkit-transition: all 0.6s ease-out;
transition: all 0.6s ease-out;
}
.premium-banner-animation11 img {
width: 100%;
-webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, filter 0.35s, transform 0.35s;
transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
}
.premium-banner-animation11 .premium-banner-ib-title {
margin-bottom: 10px;
}
.premium-banner-animation11 .premium-banner-gradient {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.premium-banner-animation11 .premium-banner-gradient:after,
.premium-banner-animation11 .premium-banner-gradient:before {
position: absolute;
content: "";
left: 0;
top: 0;
right: 0;
bottom: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
background-image: -webkit-linear-gradient(40deg, rgba(84, 89, 95, 0.5) 27.89%, #6ec1e4 72.11%);
background-image: linear-gradient(50deg, rgba(84, 89, 95, 0.5) 27.89%, #6ec1e4 72.11%);
z-index: 2;
}
.premium-banner-animation11 .premium-banner-gradient:before {
mix-blend-mode: color;
}
.premium-banner-animation11 .premium-banner-gradient:after {
mix-blend-mode: multiply;
}
.premium-banner-animation11:hover .premium-banner-ib-desc,
.premium-banner-animation11.active .premium-banner-ib-desc {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.premium-banner-animation11:hover .premium-banner-gradient:after,
.premium-banner-animation11:hover .premium-banner-gradient:before,
.premium-banner-animation11.active .premium-banner-gradient:after,
.premium-banner-animation11.active .premium-banner-gradient:before {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.premium-banner-animation11.zoomout img,
.premium-banner-animation11.scale img {
-webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
transform: translate3d(-10px, 0, 0) scale(1.1);
}
.premium-banner-ib-content p img {
min-width: unset !important;
max-width: none !important;
width: auto !important;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
display: inline;
}
.premium-banner-link {
display: inline-block;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
.premium-banner-responsive-yes .premium-banner-ib-content {
display: none;
}
} .rtl .premium-banner-ib,
.rtl .wpb_column > .wpb_wrapper .premium-banner-ib {
margin-bottom: 0px;
}
.rtl .premium-banner-animation1 img {
-webkit-transform: translate3d(40px, 0, 0);
transform: translate3d(40px, 0, 0);
}
.rtl .premium-banner-ib a.premium-banner-ib-link {
background: 100% 0;
}
.rtl .premium-banner-animation1.zoomout img,
.rtl .premium-banner-animation1.scale img {
-webkit-transform: translate3d(40px, 0, 0) scale(1.1);
transform: translate3d(40px, 0, 0) scale(1.1);
}
.rtl .premium-banner-animation4 .premium-banner-ib-desc::before {
-webkit-transform-origin: 0% 0;
-ms-transform-origin: 0% 0;
transform-origin: 0% 0;
}
.rtl .premium-banner-animation4 .premium-banner-ib-title,
.rtl .premium-banner-animation4 img {
-webkit-transform: translate3d(30px, 0, 0);
transform: translate3d(30px, 0, 0);
}
.rtl .premium-banner-animation4:hover .premium-banner-ib-title,
.rtl .premium-banner-animation4.active .premium-banner-ib-title {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.rtl .premium-banner-animation5.scale:hover img,
.rtl .premium-banner-animation2.scale:hover img,
.rtl .premium-banner-animation6.scale:hover img {
-webkit-transform: scale(1.2) rotate(5deg);
-ms-transform: scale(1.2) rotate(5deg);
transform: scale(1.2) rotate(5deg);
}
.rtl .premium-banner-animation13 img {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
.rtl .premium-banner-animation13 .premium-banner-ib-content,
.rtl .premium-banner-animation13 .premium-banner-read-more {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.rtl .premium-banner-animation13 .premium-banner-ib-title::after {
-webkit-transform: translate3d(101%, 0, 0);
transform: translate3d(101%, 0, 0);
}
.rtl .premium-banner-animation13:hover .premium-banner-ib-title::after,
.rtl .premium-banner-animation13.active .premium-banner-ib-title::after,
.rtl .premium-banner-animation13:hover .premium-banner-ib-content,
.rtl .premium-banner-animation13.active .premium-banner-read-more {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.rtl .premium-banner-ib.premium-banner-animation5 .premium-banner-toggle-size {
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
}
.rtl .premium-banner-animation7 .premium-banner-ib-title,
.rtl .premium-banner-animation7 img,
.rtl .premium-banner-animation8 .premium-banner-ib-title,
.rtl .premium-banner-animation8 img {
-webkit-transform: translate3d(30px, 0, 0);
transform: translate3d(30px, 0, 0);
}
.rtl .premium-banner-animation7:hover .premium-banner-ib-title,
.rtl .premium-banner-animation7.active .premium-banner-ib-title,
.rtl .premium-banner-animation8:hover .premium-banner-ib-title,
.rtl .premium-banner-animation8.active .premium-banner-ib-title {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.rtl .premium-banner-animation7.zoomout img,
.rtl .premium-banner-animation7.scale img,
.rtl .premium-banner-animation8.zoomout img,
.rtl .premium-banner-animation8.scale img,
.rtl .premium-banner-animation4.zoomout img,
.rtl .premium-banner-animation4.scale img {
-webkit-transform: translate3d(30px, 0, 0) scale(1.1);
transform: translate3d(30px, 0, 0) scale(1.1);
}
.rtl .premium-banner-animation13.zoomout img,
.rtl .premium-banner-animation13.scale img {
-webkit-transform: translate3d(10px, 0, 0) scale(1.1);
transform: translate3d(10px, 0, 0) scale(1.1);
}
.rtl .premium-banner-animation9 .premium-banner-ib-desc::before,
.rtl .premium-banner-animation9 .premium-banner-ib-desc::after {
-webkit-transform: translate3d(50%, -50%, 0);
transform: translate3d(50%, -50%, 0);
}
.rtl .premium-banner-animation9:hover .premium-banner-ib-desc::before,
.rtl .premium-banner-animation9.active .premium-banner-ib-desc::before {
-webkit-transform: translate3d(50%, -50%, 0) rotate(-45deg);
transform: translate3d(50%, -50%, 0) rotate(-45deg);
}
.rtl .premium-banner-animation9:hover .premium-banner-ib-desc::after,
.rtl .premium-banner-animation9.active .premium-banner-ib-desc::after {
-webkit-transform: translate3d(50%, -50%, 0) rotate(45deg);
transform: translate3d(50%, -50%, 0) rotate(45deg);
}
.rtl .premium-banner-animation11 .premium-banner-ib-desc {
-webkit-transform: translate3d(30px, 0, 0);
transform: translate3d(30px, 0, 0);
}
.rtl .premium-banner-animation11 .premium-banner-gradient:after,
.rtl .premium-banner-animation11 .premium-banner-gradient:before {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
background-image: -webkit-linear-gradient(130deg, rgba(84, 89, 95, 0.5) 27.89%, #6ec1e4 72.11%);
background-image: linear-gradient(-40deg, rgba(84, 89, 95, 0.5) 27.89%, #6ec1e4 72.11%);
}
.rtl .premium-banner-animation11:hover .premium-banner-ib-desc,
.rtl .premium-banner-animation11.active .premium-banner-ib-desc {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.rtl .premium-banner-animation11:hover .premium-banner-gradient:after,
.rtl .premium-banner-animation11:hover .premium-banner-gradient:before,
.rtl .premium-banner-animation11.active .premium-banner-gradient:after,
.rtl .premium-banner-animation11.active .premium-banner-gradient:before {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}  .premium-blog-thumb-effect-wrapper {
position: relative;
overflow: hidden;
}
.premium-blog-thumb-effect-wrapper span {
display: none;
}
.premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-overlay {
opacity: 1;
}
.premium-blog-effect-container:not(.premium-blog-bordered-effect) .premium-blog-post-link {
position: absolute;
top: 0;
inset-inline-start: 0;
width: 100%;
height: 100%;
z-index: 2;
padding: 20px;
}
.premium-blog-bordered-effect .premium-blog-post-link {
display: block;
height: 100%;
position: relative;
} .premium-blog-wrap .premium-blog-thumbnail-container {
overflow: hidden;
}
.premium-blog-wrap .premium-blog-thumbnail-container img,
.premium-blog-wrap .premium-blog-thumbnail-container .below-entry-meta {
width: 100%;
height: 100%;
margin: 0 !important;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
display: block;
}
.premium-blog-thumbnail-overlay {
opacity: 0;
}
.premium-blog-zoomout-effect img,
.premium-blog-scale-effect img {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.premium-blog-sepia-effect img {
-webkit-filter: sepia(30%);
filter: sepia(30%);
}
.premium-blog-bright-effect img {
-webkit-filter: brightness(1);
filter: brightness(1);
}
.premium-blog-trans-effect img {
-webkit-transform: translateX(-15px) scale(1.1);
-ms-transform: translateX(-15px) scale(1.1);
transform: translateX(-15px) scale(1.1);
}
.premium-blog-post-outer-container:hover .premium-blog-zoomin-effect img {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.premium-blog-post-outer-container:hover .premium-blog-zoomout-effect img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.premium-blog-post-outer-container:hover .premium-blog-scale-effect img {
-webkit-transform: scale(1.3) rotate(5deg);
-ms-transform: scale(1.3) rotate(5deg);
transform: scale(1.3) rotate(5deg);
}
.premium-blog-post-outer-container:hover .premium-blog-gray-effect img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.premium-blog-post-outer-container:hover .premium-blog-blur-effect img {
-webkit-filter: blur(3px);
filter: blur(3px);
}
.premium-blog-post-outer-container:hover .premium-blog-sepia-effect img {
-webkit-filter: sepia(0%);
filter: sepia(0%);
}
.premium-blog-post-outer-container:hover .premium-blog-bright-effect img {
-webkit-filter: brightness(1.2);
filter: brightness(1.2);
}
.premium-blog-post-outer-container:hover .premium-blog-trans-effect img {
-webkit-transform: translateX(0px) scale(1.1);
-ms-transform: translateX(0px) scale(1.1);
transform: translateX(0px) scale(1.1);
}
.premium-blog-post-container {
overflow: hidden;
}
.premium-blog-post-container .premium-blog-inner-container {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.premium-blog-post-container .premium-blog-post-content {
line-height: 1.5em;
color: #777;
font-size: 14px;
margin-bottom: 10px;
}
.premium-blog-post-container ul.post-categories a:hover,
.premium-blog-post-container ul.post-categories a:focus,
.premium-blog-post-container .premium-blog-post-link:hover,
.premium-blog-post-container .premium-blog-post-link:focus {
box-shadow: none !important;
outline: none !important;
}
.premium-blog-post-container .premium-blog-entry-title {
font-size: 18px;
margin-bottom: 5px;
}
.premium-blog-post-container.premium-blog-skin-modern .premium-blog-content-wrapper {
position: relative;
z-index: 3;
top: -50px;
}
.premium-blog-post-container .premium-blog-content-wrapper {
background-color: #f5f5f5;
padding: 30px;
}
.premium-blog-post-container .premium-blog-content-wrapper.empty-thumb {
top: 0;
}
.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:before,
.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:after {
inset-inline-start: 50%;
position: absolute;
content: "";
z-index: 1;
top: 50%;
left: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.4s linear 0s;
transition: all 0.4s linear 0s;
height: 1px;
width: 100%;
background-color: #fff;
}
.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:before {
width: 1px;
height: 100%;
}
.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner):hover .premium-blog-thumbnail-container:after {
width: 20px;
opacity: 1;
}
.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner):hover .premium-blog-thumbnail-container:before {
height: 20px;
opacity: 1;
}
.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-content-wrapper {
margin: 0px 10px 20px;
clear: both;
}
.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay,
.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay,
.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay {
position: absolute;
top: 0;
inset-inline-start: 0;
width: 100%;
height: 100%;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay a,
.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay a,
.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay a {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height: 100%;
}
.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay span,
.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay i,
.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay span,
.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay i,
.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay span,
.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay i {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-blog-post-container.premium-blog-skin-side {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-container {
height: 100%;
}
.premium-blog-post-container.premium-blog-skin-side .premium-blog-content-wrapper {
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.premium-blog-post-container.premium-blog-skin-banner {
position: relative;
}
.premium-blog-post-container.premium-blog-skin-banner .premium-blog-content-wrapper {
position: absolute;
width: 100%;
bottom: -5px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
background-color: transparent;
z-index: 3;
-webkit-transition: bottom 0.3s ease-in-out;
transition: bottom 0.3s ease-in-out;
}
.premium-blog-post-container.premium-blog-skin-banner:hover .premium-blog-content-wrapper {
bottom: 0px;
}
.premium-blog-post-container .premium-blog-cats-container ul.post-categories {
margin: 0;
padding: 0;
list-style: none;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.premium-blog-post-container .premium-blog-cats-container a {
display: block;
font-size: 12px;
color: #fff;
background-color: #777;
margin: 0 3px 10px 0;
padding: 5px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} .premium-blog-diagonal-container {
position: absolute;
top: 0;
inset-inline-start: 0;
width: 100%;
height: 100%;
}
.premium-blog-diagonal-effect:before {
position: absolute;
top: 0px;
inset-inline-start: 0px;
width: 100%;
height: 100%;
content: " ";
z-index: 1;
background: rgba(255, 255, 255, 0.2);
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
-webkit-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.premium-blog-post-outer-container:hover .premium-blog-diagonal-effect:before {
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
} .premium-blog-framed-effect {
position: absolute;
width: -webkit-calc(100% - 30px);
width: calc(100% - 30px);
height: -webkit-calc(100% - 30px);
height: calc(100% - 30px);
top: 15px;
inset-inline-start: 15px;
opacity: 0;
-webkit-transform: scale(0.3);
-ms-transform: scale(0.3);
transform: scale(0.3);
-webkit-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.premium-blog-post-outer-container:hover .premium-blog-framed-effect {
opacity: 0.99;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
} .premium-blog-bordered-effect {
position: absolute;
top: 0;
inset-inline-start: 0;
width: 100%;
height: 100%;
opacity: 0;
padding: 15px;
-webkit-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.premium-blog-bordered-effect .premium-blog-post-link:before,
.premium-blog-bordered-effect .premium-blog-post-link:after {
content: "";
display: block;
position: absolute;
top: 0;
inset-inline-start: 0;
width: 100%;
height: 100%;
-webkit-transition: all 0.5s linear 0s;
transition: all 0.5s linear 0s;
-webkit-transition-delay: 0s;
transition-delay: 0s;
border-color: rgba(255, 255, 255, 0.45);
}
.premium-blog-bordered-effect .premium-blog-post-link:before {
border-inline: 2px solid;
-webkit-border-end: 2px solid;
border-inline-end: 2px solid;
-webkit-border-start: 2px solid;
border-inline-start: 2px solid;
-webkit-transform: scale(1, 0);
-ms-transform: scale(1, 0);
transform: scale(1, 0);
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.premium-blog-bordered-effect .premium-blog-post-link:after {
border-top: 2px solid;
border-bottom: 2px solid;
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.premium-blog-bordered-effect:hover {
opacity: 0.99;
}
.premium-blog-bordered-effect:hover .premium-blog-post-link:before,
.premium-blog-bordered-effect:hover .premium-blog-post-link:after {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
} .premium-blog-squares-effect,
.premium-blog-squares-square-container {
position: absolute;
top: 0;
inset-inline-start: 0;
width: 100%;
height: 100%;
}
.premium-blog-squares-effect:before,
.premium-blog-squares-effect:after {
position: absolute;
content: "";
top: 0;
inset-inline-start: 0;
width: 50%;
height: 50%;
-webkit-transform: translate(-100%, -100%);
-ms-transform: translate(-100%, -100%);
transform: translate(-100%, -100%);
opacity: 0.7;
-webkit-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.premium-blog-squares-square-container:before,
.premium-blog-squares-square-container:after {
transition: all 0.3s linear 0s;
position: absolute;
content: "";
top: 0;
inset-inline-start: 0;
width: 50%;
height: 50%;
-webkit-transform: translate(-100%, -100%);
-ms-transform: translate(-100%, -100%);
transform: translate(-100%, -100%);
opacity: 0.7;
-webkit-transition: all 0.3s linear 0s;
}
.premium-blog-squares-effect:after {
-webkit-transform: translate(200%, 200%);
-ms-transform: translate(200%, 200%);
transform: translate(200%, 200%);
}
.premium-blog-squares-square-container:before {
-webkit-transform: translate(-100%, 200%);
-ms-transform: translate(-100%, 200%);
transform: translate(-100%, 200%);
}
.premium-blog-squares-square-container:after {
-webkit-transform: translate(200%, -100%);
-ms-transform: translate(200%, -100%);
transform: translate(200%, -100%);
}
.premium-blog-squares-effect:hover:before {
-webkit-transform: translate(0, 0%) scaleY(1.003) scaleX(1.003);
-ms-transform: translate(0, 0%) scaleY(1.003) scaleX(1.003);
transform: translate(0, 0%) scaleY(1.003) scaleX(1.003);
}
.premium-blog-squares-effect:hover:after {
-webkit-transform: translate(100%, 100%) scaleY(1.003) scaleX(1.003);
-ms-transform: translate(100%, 100%) scaleY(1.003) scaleX(1.003);
transform: translate(100%, 100%) scaleY(1.003) scaleX(1.003);
}
.premium-blog-squares-effect:hover .premium-blog-squares-square-container:before {
-webkit-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
transform: translate(0, 100%);
}
.premium-blog-squares-effect:hover .premium-blog-squares-square-container:after {
-webkit-transform: translate(100%, 0%);
-ms-transform: translate(100%, 0%);
transform: translate(100%, 0%);
}
.premium-blog-clear-fix {
clear: both;
}
.premium-blog-masked .premium-blog-thumbnail-container {
position: relative;
overflow: visible;
}
.premium-blog-masked .premium-blog-thumbnail-container svg {
position: absolute;
height: 100px;
width: 100%;
bottom: -5px;
inset-inline-start: 0;
fill: #f5f5f5;
z-index: 99;
}
.premium-blog-masked .premium-blog-thumbnail-container svg.premium-blog-shape-divider-svg {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.premium-blog-masked .premium-blog-author-thumbnail,
.premium-blog-masked .premium-blog-skin-banner .premium-blog-content-wrapper {
z-index: 999 !important;
}
.premium-blog-format-link {
padding: 5px;
line-height: 0;
}
.premium-blog-entry-meta {
line-height: 1.3em;
font-size: 12px;
margin-bottom: 13px;
color: #adadad;
}
.premium-blog-entry-meta i {
-webkit-margin-end: 3px;
margin-inline-end: 3px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-blog-meta-data {
display: inline-block;
}
.premium-blog-meta-data .premium-blog-meta-separator {
margin: 0 5px;
}
.premium-blog-meta-data a,
.premium-blog-meta-data span {
color: inherit;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-blog-author-thumbnail {
position: relative;
padding: 0 30px;
width: 100%;
top: -10px;
height: 0;
pointer-events: none;
}
.premium-blog-author-thumbnail img {
border-radius: 50%;
width: 60px;
pointer-events: all;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.premium-blog-entry-title a,
.premium-blog-post-tags-container a,
.premium-blog-post-content .premium-blog-excerpt-link {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-blog-excerpt-link-wrap a.premium-blog-excerpt-link {
background-color: transparent;
color: #54595f;
padding: 0;
}
.premium-blog-cta-full-yes .premium-blog-excerpt-link {
width: 100%;
}
.premium-blog-post-tags-container {
margin-top: 8px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.premium-blog-post-tags-container a {
color: inherit;
-webkit-margin-start: 5px;
margin-inline-start: 5px;
}
.premium-blog-wrap .premium-loading-feed {
display: block;
position: absolute;
width: 100%;
height: 100%;
inset: 0;
background: rgba(255, 255, 255, 0.2);
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
z-index: 99;
}
.premium-blog-wrap {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.premium-blog-wrap ul.slick-dots {
width: 100%;
} .premium-blog-pagination-container {
text-align: right;
}
.premium-blog-pagination-container span {
cursor: default;
}
.premium-blog-pagination-container .page-numbers {
display: inline-block;
border: none;
color: #000;
line-height: 1;
font-size: 1em;
font-weight: 400;
text-decoration: none;
padding: 0.75em;
margin: 0 0.4em 0.4em 0;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} .premium-blog-list .premium-blog-post-outer-container {
width: 100%;
} .premium-blog-even .premium-blog-post-container {
height: 100%;
}
.premium-blog-even .slick-track {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.premium-blog-even .slick-slide {
height: inherit !important;
}
.premium-blog-filter {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.premium-blog-filter .premium-blog-filters-container li a.category {
outline: none;
text-decoration: none;
border-radius: 75px;
margin: 15px 5px 20px;
padding: 7px 20px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-blog-filter ul.premium-blog-filters-container {
text-align: center;
margin: 0;
padding: 0;
}
.premium-blog-filter .premium-blog-filters-container li {
list-style: none;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
} @media (max-width: 768px) {
.premium-blog-post-container:not(.premium-blog-skin-banner) .premium-blog-content-wrapper {
top: 0;
margin: 0;
padding: 15px;
}
.premium-blog-skin-side {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
} .rtl .premium-blog-trans-effect img {
-webkit-transform: translateX(15px) scale(1.1);
-ms-transform: translateX(15px) scale(1.1);
transform: translateX(15px) scale(1.1);
}
.rtl .premium-blog-post-outer-container:hover .premium-blog-scale-effect img {
-webkit-transform: scale(1.3) rotate(-5deg);
-ms-transform: scale(1.3) rotate(-5deg);
transform: scale(1.3) rotate(-5deg);
}
.rtl .premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:before,
.rtl .premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:after {
-webkit-transform: translate(50%, -50%);
-ms-transform: translate(50%, -50%);
transform: translate(50%, -50%);
}
.rtl .premium-blog-post-container .premium-blog-cats-container a {
margin: 0 0 10px 3px;
}
.rtl .premium-blog-diagonal-effect:before {
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
}
.rtl .premium-blog-post-outer-container:hover .premium-blog-diagonal-effect:before {
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
}
.rtl .premium-blog-bordered-effect .premium-blog-post-link:before {
-webkit-transform-origin: 0% 0;
-ms-transform-origin: 0% 0;
transform-origin: 0% 0;
}
.rtl .premium-blog-bordered-effect .premium-blog-post-link:after {
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.rtl .premium-blog-squares-effect:before,
.rtl .premium-blog-squares-effect:after,
.rtl .premium-blog-squares-square-container:before,
.rtl .premium-blog-squares-square-container:after {
-webkit-transform: translate(100%, -100%);
-ms-transform: translate(100%, -100%);
transform: translate(100%, -100%);
}
.rtl .premium-blog-squares-effect:after {
-webkit-transform: translate(-200%, 200%);
-ms-transform: translate(-200%, 200%);
transform: translate(-200%, 200%);
}
.rtl .premium-blog-squares-square-container:before {
-webkit-transform: translate(100%, 200%);
-ms-transform: translate(100%, 200%);
transform: translate(100%, 200%);
}
.rtl .premium-blog-squares-square-container:after {
-webkit-transform: translate(-200%, -100%);
-ms-transform: translate(-200%, -100%);
transform: translate(-200%, -100%);
}
.rtl .premium-blog-squares-effect:hover:before {
-webkit-transform: translate(0, 0%) scaleY(1.003) scaleX(1.003);
-ms-transform: translate(0, 0%) scaleY(1.003) scaleX(1.003);
transform: translate(0, 0%) scaleY(1.003) scaleX(1.003);
}
.rtl .premium-blog-squares-effect:hover:after {
-webkit-transform: translate(-100%, 100%) scaleY(1.003) scaleX(1.003);
-ms-transform: translate(-100%, 100%) scaleY(1.003) scaleX(1.003);
transform: translate(-100%, 100%) scaleY(1.003) scaleX(1.003);
}
.rtl .premium-blog-squares-effect:hover .premium-blog-squares-square-container:after {
-webkit-transform: translate(-100%, 0%);
-ms-transform: translate(-100%, 0%);
transform: translate(-100%, 0%);
}
.rtl .premium-blog-wrap.slick-slider .slick-list,
.rtl .premium-blog-wrap.slick-slider .slick-track {
direction: ltr;
}  .premium-button {
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
position: relative;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
cursor: pointer;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-button-style3-before i,
.premium-button-style3-before svg {
opacity: 0;
-webkit-transform: translateX(-5px);
-ms-transform: translateX(-5px);
transform: translateX(-5px);
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.premium-button-style3-after i,
.premium-button-style3-after svg {
opacity: 0;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-transform: translateX(5px);
-ms-transform: translateX(5px);
transform: translateX(5px);
}
.premium-button-style3-after:hover i,
.premium-button-style3-after:hover svg {
opacity: 1;
}
.premium-button-style3-before:hover i,
.premium-button-style3-before:hover svg {
opacity: 1;
}
.elementor-widget-premium-addon-button .premium-button-text-icon-wrapper {
width: 100%;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.elementor-widget-premium-addon-button .premium-button-text-icon-wrapper span,
.elementor-widget-premium-addon-button .premium-button-text-icon-wrapper i,
.elementor-widget-premium-addon-button .premium-button-text-icon-wrapper svg {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-button-style4-icon-wrapper {
position: absolute;
z-index: 2;
width: 100%;
text-align: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-button-style4-icon-wrapper.top {
bottom: -100%;
inset-inline-start: 0;
}
.premium-button-style4-icon-wrapper.bottom {
top: -100%;
inset-inline-start: 0;
}
.premium-button-style4-icon-wrapper.left {
top: 0;
inset-inline-start: -100%;
}
.premium-button-style4-icon-wrapper.right {
top: 0;
inset-inline-end: -100%;
}
.premium-button-style4-bottom:hover .premium-button-style4-icon-wrapper {
top: 0;
opacity: 1;
}
.premium-button-style4-top:hover .premium-button-style4-icon-wrapper {
bottom: 0;
opacity: 1;
}
.premium-button-style4-left:hover .premium-button-style4-icon-wrapper {
inset-inline-start: 0;
opacity: 1;
}
.premium-button-style4-right:hover .premium-button-style4-icon-wrapper {
inset-inline-end: 0;
opacity: 1;
}
.premium-button-style4-bottom:hover .premium-button-text-icon-wrapper {
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
opacity: 0;
}
.premium-button-style4-top:hover .premium-button-text-icon-wrapper {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
opacity: 0;
}
.premium-button-style4-left:hover .premium-button-text-icon-wrapper {
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
opacity: 0;
}
.premium-button-style4-right:hover .premium-button-text-icon-wrapper {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
opacity: 0;
}
.rtl .premium-button-style3-after i,
.rtl .premium-button-style3-after svg {
-webkit-transform: translateX(-5px);
-ms-transform: translateX(-5px);
transform: translateX(-5px);
}
.rtl .premium-button-style4-left:hover .premium-button-text-icon-wrapper {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
.rtl .premium-button-style4-right:hover .premium-button-text-icon-wrapper {
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}  .premium-carousel-wrapper a.carousel-arrow,
.premium-carousel-wrapper a.ver-carousel-arrow {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 2em;
height: 2em;
line-height: 0;
text-align: center;
z-index: 99;
cursor: pointer;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-appearance: inherit;
border: none;
box-shadow: none;
text-decoration: none;
}
.premium-carousel-wrapper a.carousel-arrow svg,
.premium-carousel-wrapper a.ver-carousel-arrow svg {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-carousel-wrapper:not(.pa-has-custom-pos) a.carousel-arrow {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.premium-carousel-wrapper:not(.pa-has-custom-pos) a.slick-arrow {
position: absolute;
}
.premium-carousel-wrapper:not(.pa-has-custom-pos) a.slick-arrow:hover {
box-shadow: none !important;
}
.premium-carousel-wrapper .premium-carousel-content-hidden {
visibility: hidden;
}
.premium-carousel-arrows-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
gap: 5px;
}
.ver-carousel-arrow.carousel-next i {
margin-bottom: -3px;
}
.premium-carousel-wrapper a.ver-carousel-arrow {
inset-inline-start: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.premium-carousel-dots-above ul.slick-dots {
position: absolute;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: auto;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
} .premium-carousel-wrapper .premium-carousel-nav-dot,
.premium-carousel-wrapper .premium-carousel-nav-arrow-prev,
.premium-carousel-wrapper .premium-carousel-nav-arrow-next {
display: none;
}
.premium-carousel-wrapper ul.slick-dots svg {
width: 20px;
height: 20px;
outline: none !important;
} @-webkit-keyframes hvr-ripple-out {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
100% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0;
}
}
@keyframes hvr-ripple-out {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
100% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0;
}
}
.premium-carousel-ripple-yes .premium-carousel-wrapper {
padding-bottom: 1px;
}
.premium-carousel-ripple-yes ul.slick-dots li {
position: relative;
}
.premium-carousel-ripple-yes ul.slick-dots li i {
position: relative;
z-index: 1;
}
.premium-carousel-ripple-yes ul.slick-dots li:hover:before {
content: "";
position: absolute;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 50%;
pointer-events: none;
background-color: rgba(0, 0, 0, 0.15);
-webkit-animation: hvr-ripple-out 1.3s infinite;
animation: hvr-ripple-out 1.3s infinite;
}
.premium-carousel-ripple-yes ul.slick-dots li.slick-active:hover:before {
background-color: rgba(0, 0, 0, 0.3);
}
.premium-carousel-wrapper.premium-carousel-scale .slick-slide {
-webkit-transform: scale(1.25, 1.25);
-ms-transform: scale(1.25, 1.25);
transform: scale(1.25, 1.25);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-carousel-wrapper.premium-carousel-scale div.slick-active {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
}
[dir=rtl] .premium-carousel-inner .slick-slide {
float: right;
}
.premium-carousel-nav-fraction {
text-align: center;
position: relative;
}
.premium-carousel-nav-progressbar {
width: 100%;
height: 20px;
left: 0;
background-color: rgba(0, 0, 0, 0.25);
text-align: center;
-webkit-transition: 0.3s;
transition: 0.3s;
-webkit-transform: translateZ(0);
transform: translateZ(0);
z-index: 10;
}
.premium-carousel-nav-progressbar .premium-carousel-nav-progressbar-fill {
background: #6ec1e4;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
}
.premium-carousel-nav-progress {
position: relative;
text-align: left;
overflow: hidden;
height: 20px;
background-color: rgba(0, 0, 0, 0.25);
}
.premium-carousel-nav-progress .premium-carousel-nav-progress-fill {
width: 0%;
height: 100%;
font-size: 12px;
background: #6ec1e4;
text-align: center;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
position: absolute;
overflow: hidden;
line-height: 20px;
-webkit-transition: width 0s ease-in-out !important;
transition: width 0s ease-in-out !important;
}
.pa-carousel-gallery .premium-carousel-template.slick-slide {
text-align: center;
}
.pa-carousel-gallery .premium-carousel-template.slick-slide img {
-webkit-transition: -webkit-filter 0.5s ease-in-out;
transition: -webkit-filter 0.5s ease-in-out;
transition: filter 0.5s ease-in-out;
transition: filter 0.5s ease-in-out, -webkit-filter 0.5s ease-in-out;
}  .premium-cf-anim-yes .wpcf7-span::after {
display: block;
height: 2px;
content: "";
top: -2px;
position: relative;
width: 0px;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.premium-cf-anim-yes .wpcf7-span.is-focused::after {
width: 100%;
background-color: #4d7bfb;
}
.premium-cf-anim-middle-yes .wpcf7-span::after {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.premium-cf-anim-label .wpcf7-form-control::-webkit-input-placeholder,
.premium-cf-anim-label-pos-back .wpcf7-form-control::-webkit-input-placeholder {
color: transparent !important;
}
.premium-cf-anim-label .wpcf7-form-control:-ms-input-placeholder,
.premium-cf-anim-label-pos-back .wpcf7-form-control:-ms-input-placeholder {
color: transparent !important;
}
.premium-cf-anim-label .wpcf7-form-control::-ms-input-placeholder,
.premium-cf-anim-label-pos-back .wpcf7-form-control::-ms-input-placeholder {
color: transparent !important;
}
.premium-cf-anim-label .wpcf7-form-control::placeholder,
.premium-cf-anim-label-pos-back .wpcf7-form-control::placeholder {
color: transparent !important;
}
.premium-cf-anim-label .cf7-text-input-label,
.premium-cf-anim-label-pos-back .cf7-text-input-label {
position: relative;
z-index: 2;
-webkit-transform: translateX(10px) translateY(30px);
-ms-transform: translateX(10px) translateY(30px);
transform: translateX(10px) translateY(30px);
opacity: 0.3;
pointer-events: none;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-cf-anim-label .input-focused .cf7-text-input-label,
.premium-cf-anim-label-pos-back .input-focused .cf7-text-input-label {
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
opacity: 1;
}
.premium-cf-anim-label-letter label,
.premium-cf-anim-css-filters label {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.wpcf7-span.is-focused input {
outline: none;
}
.premium-cf-full {
width: 100%;
}
.premium-cf-half {
width: -webkit-calc(50% - 5px);
width: calc(50% - 5px);
}
.premium-cf7-container .wpcf7-form div,
.premium-cf7-container .wpcf7-form p {
margin: 0;
}
.premium-cf7-container .wpcf7-radio {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.premium-cf7-container .wpcf7-radio .wpcf7-list-item {
margin: 0 15px 0 0;
}
.premium-cf7-container .wpcf7-form-control:focus {
border-color: #e3e3e3;
outline: none;
}
.premium-cf7-container input.wpcf7-submit {
font-size: 16px;
color: #fff;
background-color: #4d7bfb;
border: 1px solid #4d7bfb;
font-weight: 900;
border-radius: 0;
text-decoration: none;
box-shadow: none;
margin-top: 10px;
padding: 10px 0;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-cf7-container label {
color: #272727;
font-size: 16px;
font-weight: 400;
margin-bottom: 5px;
}
.premium-cf7-container .wpcf7-text,
.premium-cf7-container .wpcf7-textarea {
color: #272727;
}
.premium-cf7-container .wpcf7-form-control::-webkit-input-placeholder {
color: #363636;
}
.premium-cf7-container .wpcf7-form-control:-ms-input-placeholder {
color: #363636;
}
.premium-cf7-container .wpcf7-form-control::-ms-input-placeholder {
color: #363636;
}
.premium-cf7-container .wpcf7-form-control::placeholder {
color: #363636;
}
.premium-cf7-container .wpcf7-spinner {
display: none;
margin: 10px;
}
.premium-cf7-container form.submitting .wpcf7-spinner {
display: block;
}
.premium-cf7-container .wpcf7-form {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.premium-cf7-cselect-yes .premium-cf7-container input[type=checkbox],
.premium-cf7-cselect-yes .premium-cf7-container input[type=radio] {
-webkit-appearance: none;
-moz-appearance: none;
border-style: solid;
border-width: 0;
outline: none;
min-width: 1px;
width: 15px;
height: 15px;
background: #ddd;
padding: 3px;
}
.premium-cf7-cselect-yes .premium-cf7-container input[type=checkbox]::before,
.premium-cf7-cselect-yes .premium-cf7-container input[type=radio]::before {
content: "";
width: 100%;
height: 100%;
padding: 0;
margin: 0;
display: block;
}
.premium-cf7-cselect-yes .premium-cf7-container input[type=radio] {
border-radius: 50%;
}
.premium-cf7-cselect-yes .premium-cf7-container input[type=radio]::before {
border-radius: 50%;
}
.premium-cf7-cselect-yes .premium-cf7-container input[type=radio]:checked::before {
background: #999;
-webkit-transition: all 0.25s linear 0s;
transition: all 0.25s linear 0s;
}
.premium-cf-head {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.premium-cf7-placeholder-hide-yes input::-webkit-input-placeholder,
.premium-cf7-placeholder-hide-yes textarea::-webkit-input-placeholder {
opacity: 0;
visibility: hidden;
}
.premium-cf7-placeholder-hide-yes input::-moz-placeholder,
.premium-cf7-placeholder-hide-yes textarea::-moz-placeholder {
opacity: 0;
visibility: hidden;
}
.premium-cf7-placeholder-hide-yes input:-ms-input-placeholder,
.premium-cf7-placeholder-hide-yes textarea:-ms-input-placeholder {
opacity: 0;
visibility: hidden;
}
.premium-cf7-placeholder-hide-yes input:-moz-placeholder,
.premium-cf7-placeholder-hide-yes textarea:-moz-placeholder {
opacity: 0;
visibility: hidden;
}
.premium-cf7-button-fwidth-yes .premium-cf-submit,
.premium-cf7-button-fwidth-yes input.wpcf7-submit {
width: 100%;
}
.premium-cf7-button-align-left p.premium-cf-submit {
margin: 0;
}
.premium-cf7-button-align-center p.premium-cf-submit {
margin: 0 auto;
}
.premium-cf7-button-align-right p.premium-cf-submit {
margin: 0 0 0 auto;
}
.elementor-widget-premium-contact-form:not(.premium-cf__preset1) label {
padding-top: 10px;
}
.elementor-widget-premium-contact-form[class*=__preset] .wpcf7-textarea {
height: 130px;
}
.premium-cf__preset1 .wpcf7-text,
.premium-cf__preset1 .wpcf7-textarea {
padding: 10px;
border: 1px solid #e3e3e3;
border-radius: 0;
}
.premium-cf__preset2 .wpcf7-text,
.premium-cf__preset2 .wpcf7-textarea,
.premium-cf__preset3 .wpcf7-text,
.premium-cf__preset3 .wpcf7-textarea,
.premium-cf__preset4 .wpcf7-text,
.premium-cf__preset4 .wpcf7-textarea {
padding: 7px 0 7px 10px;
border: none;
border-bottom: 1px solid #e3e3e3;
border-radius: 0;
}
.premium-cf__preset5 .wpcf7-text,
.premium-cf__preset5 .wpcf7-textarea,
.premium-cf__preset6 .wpcf7-text,
.premium-cf__preset6 .wpcf7-textarea {
padding: 7px 0 7px 10px;
border: 1px solid #e3e3e3;
border-radius: 0;
}
.premium-cf__preset5 .wpcf7-select,
.premium-cf__preset6 .wpcf7-select {
border: 1px solid #e3e3e3;
}
.rtl .premium-cf7-container .wpcf7-radio .wpcf7-list-item {
margin: 0 0 0 15px;
}
.rtl .premium-cf__preset5 .wpcf7-text,
.rtl .premium-cf__preset5 .wpcf7-textarea,
.rtl .premium-cf__preset6 .wpcf7-text,
.rtl .premium-cf__preset6 .wpcf7-textarea {
padding: 7px 10px 7px 0;
border: 1px solid #e3e3e3;
border-radius: 0;
}  .premium-countdown {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
text-align: center;
}
.countdown-row {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.countdown .countdown-section {
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.countdown .countdown-section:last-child {
margin-right: 0;
}
.countdown .countdown-amount {
position: relative;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.countdown .pre_time-mid {
display: block;
}
.premium-countdown-separator-yes .countdown_separator {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0 10px;
font-size: 30px;
}
.premium-countdown-separator-yes .countdown-row .countdown-section:last-child .countdown_separator,
.premium-countdown-separator-yes .premium-countdown-block:last-child .countdown_separator {
display: none;
} .countdown-period {
width: 100%;
}
.countdown-period span {
display: block;
}
.premium-countdown-inline .countdown-section {
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.premium-countdown-inline .countdown-period {
margin-left: 10px;
}
.premium-countdown-inline .premium-countdown-featured .countdown-period {
width: unset !important;
}
.premium-countdown-block .countdown-section,
.premium-countdown-uinside-yes .countdown-section {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.premium-countdown-block .countdown-digit-separator,
.premium-countdown-uinside-yes .countdown-digit-separator {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-countdown-block .premium-countdown-label,
.premium-countdown-uinside-yes .premium-countdown-label {
width: 100%;
}
.premium-countdown-uinside-yes .countdown-amount {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.countdown-digit-separator {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.countdown-circle-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.countdown-circle-wrap .countdown-svg {
width: 100%;
height: 100%;
}
.premium-countdown-circle .countdown-amount {
border-radius: 100%;
} .premium-countdown-flipping {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.premium-countdown-flipping .countdown_separator {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
row-gap: 10px;
}
.premium-countdown-flipping .flip-unit-wrap {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
}
.premium-countdown-block .flip-unit {
position: absolute;
top: 100%;
left: 50%;
width: 100%;
-webkit-transform: translate(-50%);
-ms-transform: translate(-50%);
transform: translate(-50%);
}
.premium-countdown-featured .countdown-row {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.premium-countdown-featured .countdown-section:first-child {
width: 100%;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.premium-countdown-featured .countdown-section:first-child .countdown-amount {
height: auto !important;
}
.premium-countdown-featured .countdown-section:first-child .countdown-period span {
width: unset !important;
}
.premium-countdown-featured .countdown-section:first-child .countdown_separator {
display: none;
}
.countdown-separator-circle {
width: 3px;
height: 3px;
background-color: #000;
border-radius: 100%;
}
.premium-countdown-exp-message.premium-addons__v-hidden {
display: none;
}  .premium-counter-area {
padding: 10px 0;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-counter-area.top {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.premium-counter-area.right {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.premium-counter-area.right .premium-counter-icon {
-webkit-padding-start: 20px;
padding-inline-start: 20px;
}
.premium-counter-area.left .premium-counter-icon {
-webkit-padding-end: 20px;
padding-inline-end: 20px;
}
.premium-counter-area .premium-counter-icon .icon i.fa:before {
vertical-align: text-top;
}
.premium-counter-area .premium-counter-icon span.icon {
text-align: center;
display: inline-block;
vertical-align: middle;
}
.premium-counter-area .premium-counter-icon .circle {
border-radius: 100%;
}
.premium-counter-area .premium-counter-icon img,
.premium-counter-area .premium-counter-icon svg {
width: 80px;
}
.premium-counter-area .premium-counter-icon .premium-counter-animation svg {
height: 80px;
}
.premium-counter-area .premium-counter-title p {
padding: 0;
margin: 0;
}
.premium-counter-area .premium-counter-value-wrap {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-init-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.premium-init-wrapper.row {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-init-wrapper.right {
text-align: right;
}
span.icon.flex-width {
width: auto !important;
height: auto !important;
}
.premium-counter-area .premium-counter-init {
font-size: 35px;
}  .premium-dual-header-first-header,
.premium-dual-header-second-header {
position: relative;
padding: 0;
margin: 0;
display: inline-block;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
.premium-dual-header-first-clip .premium-dual-header-first-span,
.premium-dual-header-second-clip {
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
background-clip: text;
}
.premium-dual-header-first-clip.stroke .premium-dual-header-first-span,
.premium-dual-header-second-clip.stroke {
-webkit-text-stroke-color: transparent;
-webkit-text-fill-color: #fafafa;
-webkit-text-stroke-width: 2px;
}
@media (max-width: 500px) {
.premium-dual-header-first-header,
.premium-dual-header-second-header {
word-wrap: break-word;
}
}
.premium-dual-header-first-header.gradient .premium-dual-header-first-span,
.premium-dual-header-second-header.gradient {
background-size: 300% 300% !important;
-webkit-animation: Gradient 10s ease-in-out infinite;
animation: Gradient 10s ease-in-out infinite;
}
.premium-title-first-noise-yes .premium-dual-header-first-span {
position: relative;
}
.premium-title-first-noise-yes .premium-dual-header-first-span::before {
content: attr(data-text);
position: absolute;
left: -2px;
text-shadow: 1px 0 blue;
top: 0;
background: transparent;
overflow: hidden;
clip: rect(0, 900px, 0, 0);
animation: pa-noise-anim-1 3s infinite linear alternate-reverse;
width: 100%;
height: 100%;
}
.premium-title-first-noise-yes .premium-dual-header-first-span::after {
content: attr(data-text);
position: absolute;
left: 2px;
text-shadow: -1px 0 red;
top: 0;
background: transparent;
overflow: hidden;
clip: rect(0, 900px, 0, 0);
animation: pa-noise-anim-2 2s infinite linear alternate-reverse;
width: 100%;
height: 100%;
}
.premium-title-second-noise-yes .premium-dual-header-second-header {
position: relative;
}
.premium-title-second-noise-yes .premium-dual-header-second-header::before {
content: attr(data-text);
position: absolute;
left: -2px;
text-shadow: 1px 0 blue;
top: 0;
background: transparent;
overflow: hidden;
clip: rect(0, 900px, 0, 0);
animation: pa-noise-anim-1 3s infinite linear alternate-reverse;
width: 100%;
height: 100%;
}
.premium-title-second-noise-yes .premium-dual-header-second-header::after {
content: attr(data-text);
position: absolute;
left: 2px;
text-shadow: -1px 0 red;
top: 0;
background: transparent;
overflow: hidden;
clip: rect(0, 900px, 0, 0);
animation: pa-noise-anim-2 2s infinite linear alternate-reverse;
width: 100%;
height: 100%;
}
.premium-mask-yes.premium-header-inline .premium-dual-header-first-span,
.premium-mask-yes.premium-header-inline .premium-dual-header-second-header,
.premium-header-inline[class*=noise-yes] .premium-dual-header-first-span,
.premium-header-inline[class*=noise-yes] .premium-dual-header-second-header {
display: inline-block !important;
}
.premium-mask-yes .premium-dual-header-first-clip .premium-dual-header-first-span .premium-mask-span,
.premium-mask-yes .premium-dual-header-second-clip .premium-mask-span {
background: inherit;
}
.premium-title-first-wave-yes .premium-dual-header-first-span {
background-image: -webkit-linear-gradient(left, #ffa648, #f17cc1, #4da9fd);
background-image: linear-gradient(to right, #ffa648, #f17cc1, #4da9fd);
-webkit-animation: pa-text-gradient 8s infinite;
animation: pa-text-gradient 8s infinite;
}
.premium-title-second-wave-yes .premium-dual-header-second-clip {
background-image: -webkit-linear-gradient(left, #ffa648, #f17cc1, #4da9fd);
background-image: linear-gradient(to right, #ffa648, #f17cc1, #4da9fd);
-webkit-animation: pa-text-gradient 8s infinite;
animation: pa-text-gradient 8s infinite;
}
@-webkit-keyframes pa-text-gradient {
0%, 100% {
-webkit-filter: hue-rotate(0deg);
filter: hue-rotate(0deg);
}
50% {
-webkit-filter: hue-rotate(360deg);
filter: hue-rotate(360deg);
}
}
@keyframes pa-text-gradient {
0%, 100% {
-webkit-filter: hue-rotate(0deg);
filter: hue-rotate(0deg);
}
50% {
-webkit-filter: hue-rotate(360deg);
filter: hue-rotate(360deg);
}
}
@-webkit-keyframes Gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
@keyframes Gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
@-webkit-keyframes pa-noise-anim-1 {
0% {
clip: rect(52px, 9999px, 45px, 0);
}
5% {
clip: rect(88px, 9999px, 39px, 0);
}
10% {
clip: rect(81px, 9999px, 75px, 0);
}
15% {
clip: rect(38px, 9999px, 42px, 0);
}
20% {
clip: rect(62px, 9999px, 51px, 0);
}
25% {
clip: rect(5px, 9999px, 36px, 0);
}
30% {
clip: rect(9px, 9999px, 29px, 0);
}
35% {
clip: rect(17px, 9999px, 85px, 0);
}
40% {
clip: rect(97px, 9999px, 36px, 0);
}
45% {
clip: rect(9px, 9999px, 31px, 0);
}
50% {
clip: rect(94px, 9999px, 74px, 0);
}
55% {
clip: rect(53px, 9999px, 75px, 0);
}
60% {
clip: rect(2px, 9999px, 36px, 0);
}
65% {
clip: rect(24px, 9999px, 56px, 0);
}
70% {
clip: rect(45px, 9999px, 5px, 0);
}
75% {
clip: rect(75px, 9999px, 21px, 0);
}
80% {
clip: rect(9px, 9999px, 39px, 0);
}
85% {
clip: rect(56px, 9999px, 89px, 0);
}
90% {
clip: rect(53px, 9999px, 7px, 0);
}
95% {
clip: rect(86px, 9999px, 84px, 0);
}
100% {
clip: rect(63px, 9999px, 37px, 0);
}
}
@keyframes pa-noise-anim-1 {
0% {
clip: rect(52px, 9999px, 45px, 0);
}
5% {
clip: rect(88px, 9999px, 39px, 0);
}
10% {
clip: rect(81px, 9999px, 75px, 0);
}
15% {
clip: rect(38px, 9999px, 42px, 0);
}
20% {
clip: rect(62px, 9999px, 51px, 0);
}
25% {
clip: rect(5px, 9999px, 36px, 0);
}
30% {
clip: rect(9px, 9999px, 29px, 0);
}
35% {
clip: rect(17px, 9999px, 85px, 0);
}
40% {
clip: rect(97px, 9999px, 36px, 0);
}
45% {
clip: rect(9px, 9999px, 31px, 0);
}
50% {
clip: rect(94px, 9999px, 74px, 0);
}
55% {
clip: rect(53px, 9999px, 75px, 0);
}
60% {
clip: rect(2px, 9999px, 36px, 0);
}
65% {
clip: rect(24px, 9999px, 56px, 0);
}
70% {
clip: rect(45px, 9999px, 5px, 0);
}
75% {
clip: rect(75px, 9999px, 21px, 0);
}
80% {
clip: rect(9px, 9999px, 39px, 0);
}
85% {
clip: rect(56px, 9999px, 89px, 0);
}
90% {
clip: rect(53px, 9999px, 7px, 0);
}
95% {
clip: rect(86px, 9999px, 84px, 0);
}
100% {
clip: rect(63px, 9999px, 37px, 0);
}
}
@-webkit-keyframes pa-noise-anim-2 {
0% {
clip: rect(14px, 9999px, 66px, 0);
}
5% {
clip: rect(19px, 9999px, 36px, 0);
}
10% {
clip: rect(17px, 9999px, 46px, 0);
}
15% {
clip: rect(46px, 9999px, 63px, 0);
}
20% {
clip: rect(28px, 9999px, 1px, 0);
}
25% {
clip: rect(64px, 9999px, 16px, 0);
}
30% {
clip: rect(58px, 9999px, 24px, 0);
}
35% {
clip: rect(18px, 9999px, 79px, 0);
}
40% {
clip: rect(61px, 9999px, 67px, 0);
}
45% {
clip: rect(63px, 9999px, 57px, 0);
}
50% {
clip: rect(59px, 9999px, 10px, 0);
}
55% {
clip: rect(20px, 9999px, 93px, 0);
}
60% {
clip: rect(49px, 9999px, 89px, 0);
}
65% {
clip: rect(70px, 9999px, 59px, 0);
}
70% {
clip: rect(70px, 9999px, 82px, 0);
}
75% {
clip: rect(82px, 9999px, 20px, 0);
}
80% {
clip: rect(25px, 9999px, 37px, 0);
}
85% {
clip: rect(76px, 9999px, 53px, 0);
}
90% {
clip: rect(2px, 9999px, 23px, 0);
}
95% {
clip: rect(9px, 9999px, 39px, 0);
}
100% {
clip: rect(41px, 9999px, 55px, 0);
}
}
@keyframes pa-noise-anim-2 {
0% {
clip: rect(14px, 9999px, 66px, 0);
}
5% {
clip: rect(19px, 9999px, 36px, 0);
}
10% {
clip: rect(17px, 9999px, 46px, 0);
}
15% {
clip: rect(46px, 9999px, 63px, 0);
}
20% {
clip: rect(28px, 9999px, 1px, 0);
}
25% {
clip: rect(64px, 9999px, 16px, 0);
}
30% {
clip: rect(58px, 9999px, 24px, 0);
}
35% {
clip: rect(18px, 9999px, 79px, 0);
}
40% {
clip: rect(61px, 9999px, 67px, 0);
}
45% {
clip: rect(63px, 9999px, 57px, 0);
}
50% {
clip: rect(59px, 9999px, 10px, 0);
}
55% {
clip: rect(20px, 9999px, 93px, 0);
}
60% {
clip: rect(49px, 9999px, 89px, 0);
}
65% {
clip: rect(70px, 9999px, 59px, 0);
}
70% {
clip: rect(70px, 9999px, 82px, 0);
}
75% {
clip: rect(82px, 9999px, 20px, 0);
}
80% {
clip: rect(25px, 9999px, 37px, 0);
}
85% {
clip: rect(76px, 9999px, 53px, 0);
}
90% {
clip: rect(2px, 9999px, 23px, 0);
}
95% {
clip: rect(9px, 9999px, 39px, 0);
}
100% {
clip: rect(41px, 9999px, 55px, 0);
}
}  .premium-atext__switch .premium-atext__wrapper:not(.premium-atext__typing) .premium-atext__text,
.premium-atext__switch .premium-fancy-item-hidden {
opacity: 0;
}
.premium-atext__wrapper {
position: relative;
}
.premium-atext__wrapper a {
position: absolute;
inset: 0;
z-index: 9;
}
.premium-atext__wrapper a span {
display: none;
}
.premium-atext__wrapper .premium-fancy-list-items {
list-style: none;
}
.premium-atext__wrapper .premium-atext__span-align {
vertical-align: top;
}
.premium-atext__wrapper:not(.premium-atext__typing):not(.premium-atext__slide) .premium-atext__items-wrapper {
margin: 0;
padding: 0;
border: none;
position: relative;
}
.premium-atext__wrapper:not(.premium-atext__typing):not(.premium-atext__slide) .premium-fancy-list-items {
position: absolute;
top: 0;
left: 0;
display: inline-block;
}
.premium-atext__headline {
display: block;
font-size: 43px;
}
.premium-atext__clip .premium-fancy-item-visible {
position: relative !important;
}
.premium-atext__clip .premium-atext__items-wrapper {
display: inline-block;
overflow: hidden;
vertical-align: top;
}
.premium-atext__clip .premium-atext__items-wrapper::after {
content: "";
position: absolute;
top: 0;
left: auto;
right: 0;
width: 2px;
height: 100%;
background-color: #0d0d0d;
}
.premium-atext__zoomout .premium-fancy-item-hidden {
-webkit-animation: pa-zoom-out 0.8s;
animation: pa-zoom-out 0.8s;
}
.premium-atext__zoomout .premium-fancy-item-visible {
position: relative !important;
-webkit-animation: pa-zoom-in 0.8s;
animation: pa-zoom-in 0.8s;
}
.premium-atext__zoomout .premium-atext__items-wrapper {
-webkit-perspective: 300px;
perspective: 300px;
}
.premium-atext__rotate .premium-fancy-list-items {
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.premium-atext__rotate .premium-fancy-item-hidden {
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
-webkit-animation: pa-rotate-out 1.2s;
animation: pa-rotate-out 1.2s;
}
.premium-atext__rotate .premium-fancy-item-visible {
position: relative !important;
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
-webkit-animation: pa-rotate-in 1.2s;
animation: pa-rotate-in 1.2s;
}
.premium-atext__custom .premium-fancy-item-visible {
position: relative !important;
}
.premium-atext__auto-fade .premium-atext__text {
display: inline-block;
width: 200px;
font-weight: 400;
}
.premium-atext__auto-fade .premium-fancy-svg-text {
position: relative;
vertical-align: sub;
}
.premium-atext__auto-fade g > text {
text-anchor: start;
shape-rendering: crispEdges;
opacity: 0;
font-size: 300px;
-webkit-animation-name: pa-auto-fade;
animation-name: pa-auto-fade;
-moz-animation-name: pa-auto-fade;
-webkit-animation-duration: 9s;
animation-duration: 9s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.premium-atext__auto-fade g > text:nth-child(1) {
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.premium-atext__auto-fade g > text:nth-child(2) {
-webkit-animation-delay: 3s;
animation-delay: 3s;
}
.premium-atext__auto-fade g > text:nth-child(3) {
-webkit-animation-delay: 6s;
animation-delay: 6s;
} .premium-atext__highlight .premium-atext__text {
display: inline-block;
}
.premium-atext__paused-yes:hover .premium-atext__text,
.premium-atext__paused-yes:hover .premium-atext__letter,
.premium-atext__paused-yes:hover .text {
-webkit-animation-play-state: paused;
animation-play-state: paused;
}
.premium-atext__shadow .premium-atext__text {
-webkit-animation: pa-text-shadow 1.5s ease-in-out infinite;
animation: pa-text-shadow 1.5s ease-in-out infinite;
}
.premium-atext__pattern .premium-atext__text {
text-shadow: 0.03em 0.03em 0 var(--pa-atext-fc);
position: relative;
z-index: 1;
}
.premium-atext__pattern .premium-atext__text::after {
content: attr(data-text);
position: absolute;
top: 0.07em;
left: 0.07em;
z-index: -1;
text-shadow: none;
background-image: -webkit-linear-gradient(45deg, transparent 45%, var(--pa-atext-sc) 45%, hsl(48, 20%, 90%) 55%, transparent 0);
background-image: linear-gradient(45deg, transparent 45%, var(--pa-atext-sc) 45%, hsl(48, 20%, 90%) 55%, transparent 0);
background-size: 0.05em 0.05em;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-animation: pa-pattern 15s linear infinite;
animation: pa-pattern 15s linear infinite;
}
.premium-atext__fill .premium-atext__text {
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
background-clip: text;
background-size: 300% 300% !important;
-webkit-animation: pa-fill 10s ease-in-out infinite;
animation: pa-fill 10s ease-in-out infinite;
}
.premium-atext__tilt {
opacity: 0;
}
.premium-atext__tilt .premium-atext__letter {
display: inline-block;
-webkit-animation: pa-tilt 1s forwards ease-in-out infinite;
animation: pa-tilt 1s forwards ease-in-out infinite;
}
.premium-atext__flip .premium-atext__letter {
display: inline-block;
-webkit-animation: pa-flip 1s forwards ease-in-out infinite;
animation: pa-flip 1s forwards ease-in-out infinite;
}
.premium-atext__wave .premium-atext__letter {
display: inline-block;
-webkit-animation: pa-wave 1s backwards ease-in-out infinite;
animation: pa-wave 1s backwards ease-in-out infinite;
}
.premium-atext__pop .premium-atext__letter {
display: inline-block;
-webkit-animation: pa-pop 1s forwards ease-in-out infinite;
animation: pa-pop 1s forwards ease-in-out infinite;
}
.premium-atext__lines .text {
fill: none;
stroke-width: 1;
stroke-linejoin: round;
stroke-dasharray: 60 330;
stroke-dashoffset: 0;
-webkit-animation: pa-lines 3s infinite linear;
animation: pa-lines 3s infinite linear;
}
.premium-atext__lines .text:nth-child(5n+1) {
stroke: var(--pa-atext-fc);
-webkit-animation-delay: -1.2s;
animation-delay: -1.2s;
}
.premium-atext__lines .text:nth-child(5n+2) {
stroke: var(--pa-atext-sc);
-webkit-animation-delay: -2.4s;
animation-delay: -2.4s;
}
.premium-atext__lines .text:nth-child(5n+3) {
stroke: var(--pa-atext-tc);
-webkit-animation-delay: -3.6s;
animation-delay: -3.6s;
}
.premium-atext__lines .text:nth-child(5n+4) {
stroke: var(--pa-atext-foc);
-webkit-animation-delay: -4.8s;
animation-delay: -4.8s;
}
.premium-atext__lines .text:nth-child(5n+5) {
stroke: var(--pa-atext-fic);
-webkit-animation-delay: -6s;
animation-delay: -6s;
}
.premium-atext__underline .premium-atext__text {
position: relative;
z-index: 1;
}
.premium-atext__underline .premium-atext__text::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 10px;
background-color: #ffff00;
z-index: -1;
}
.premium-atext__shape .premium-atext__text {
position: relative;
}
.premium-atext__shape .premium-atext__text svg {
position: absolute;
top: 50%;
left: 50%;
width: -webkit-calc(100% + 20px);
width: calc(100% + 20px);
height: -webkit-calc(100% + 20px);
height: calc(100% + 20px);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
overflow: visible;
}
.premium-atext__shape .premium-atext__text svg path {
stroke: #3baede;
stroke-width: 9;
fill: none;
opacity: 0;
stroke-dasharray: 0 1500;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.premium-atext__shape.draw-shape svg path {
-webkit-animation: pa-shape-draw var(--pa-animation-duration, 1.2s) forwards ease 1;
animation: pa-shape-draw var(--pa-animation-duration, 1.2s) forwards ease 1;
}
.premium-atext__shape.draw-shape svg path:nth-of-type(2) {
-webkit-animation-delay: -webkit-calc(var(--pa-animation-duration, 1.2s) / 2);
animation-delay: calc(var(--pa-animation-duration, 1.2s) / 2);
}
.premium-atext__shape.hide-shape svg path {
opacity: 1;
stroke-dasharray: 1500 1500;
-webkit-animation: pa-shape-hide 0.4s forwards ease 1;
animation: pa-shape-hide 0.4s forwards ease 1;
}
.premium-atext__reveal .premium-atext__text {
color: transparent !important;
-webkit-background-clip: text;
background-clip: text;
background-repeat: repeat-x;
-webkit-animation: pa-reveal 2s forwards ease-in-out infinite;
animation: pa-reveal 2s forwards ease-in-out infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate;
}
.premium-atext__loading-yes .premium-atext__text {
position: relative;
}
.premium-atext__loading-yes .premium-atext__text .premium-loading-bar {
position: absolute;
width: 100%;
height: 3px;
bottom: 0;
left: 0;
animation: pa-loading-bar 2.5s ease-out infinite;
-webkit-animation: pa-loading-bar 2.5s ease-out infinite;
}
.premium-atext__loading-yes.pause .premium-atext__text:hover .premium-loading-bar {
-webkit-animation-play-state: paused;
animation-play-state: paused;
}
@-webkit-keyframes pa-text-shadow {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
text-shadow: 0 0 0 var(--pa-atext-fc), 0 0 0 var(--pa-atext-sc), 0 0 0 var(--pa-atext-tc), 0 0 0 var(--pa-atext-foc);
}
20% {
-webkit-transform: translateY(-1em);
transform: translateY(-1em);
text-shadow: 0 0.125em 0 var(--pa-atext-fc), 0 0.25em 0 var(--pa-atext-sc), 0 -0.125em 0 var(--pa-atext-tc), 0 -0.25em 0 var(--pa-atext-foc);
}
40% {
-webkit-transform: translateY(0.5em);
transform: translateY(0.5em);
text-shadow: 0 -0.0625em 0 var(--pa-atext-fc), 0 -0.125em 0 var(--pa-atext-sc), 0 0.0625em 0 var(--pa-atext-tc), 0 0.125em 0 var(--pa-atext-foc);
}
60% {
-webkit-transform: translateY(-0.25em);
transform: translateY(-0.25em);
text-shadow: 0 0.03125em 0 var(--pa-atext-fc), 0 0.0625em 0 var(--pa-atext-sc), 0 -0.03125em 0 var(--pa-atext-tc), 0 -0.0625em 0 var(--pa-atext-foc);
}
80% {
-webkit-transform: translateY(0);
transform: translateY(0);
text-shadow: 0 0 0 var(--pa-atext-fc), 0 0 0 var(--pa-atext-sc), 0 0 0 var(--pa-atext-tc), 0 0 0 var(--pa-atext-foc);
}
}
@keyframes pa-text-shadow {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
text-shadow: 0 0 0 var(--pa-atext-fc), 0 0 0 var(--pa-atext-sc), 0 0 0 var(--pa-atext-tc), 0 0 0 var(--pa-atext-foc);
}
20% {
-webkit-transform: translateY(-1em);
transform: translateY(-1em);
text-shadow: 0 0.125em 0 var(--pa-atext-fc), 0 0.25em 0 var(--pa-atext-sc), 0 -0.125em 0 var(--pa-atext-tc), 0 -0.25em 0 var(--pa-atext-foc);
}
40% {
-webkit-transform: translateY(0.5em);
transform: translateY(0.5em);
text-shadow: 0 -0.0625em 0 var(--pa-atext-fc), 0 -0.125em 0 var(--pa-atext-sc), 0 0.0625em 0 var(--pa-atext-tc), 0 0.125em 0 var(--pa-atext-foc);
}
60% {
-webkit-transform: translateY(-0.25em);
transform: translateY(-0.25em);
text-shadow: 0 0.03125em 0 var(--pa-atext-fc), 0 0.0625em 0 var(--pa-atext-sc), 0 -0.03125em 0 var(--pa-atext-tc), 0 -0.0625em 0 var(--pa-atext-foc);
}
80% {
-webkit-transform: translateY(0);
transform: translateY(0);
text-shadow: 0 0 0 var(--pa-atext-fc), 0 0 0 var(--pa-atext-sc), 0 0 0 var(--pa-atext-tc), 0 0 0 var(--pa-atext-foc);
}
}
@-webkit-keyframes pa-pattern {
0% {
background-position: 0 0;
}
0% {
background-position: 100% -100%;
}
}
@keyframes pa-pattern {
0% {
background-position: 0 0;
}
0% {
background-position: 100% -100%;
}
}
@-webkit-keyframes pa-fill {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
@keyframes pa-fill {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
@-webkit-keyframes pa-tilt {
0% {
-webkit-transform: rotateZ(-15deg);
transform: rotateZ(-15deg);
}
50% {
-webkit-transform: rotateZ(15deg);
transform: rotateZ(15deg);
}
100% {
-webkit-transform: rotateZ(-15deg);
transform: rotateZ(-15deg);
}
}
@keyframes pa-tilt {
0% {
-webkit-transform: rotateZ(-15deg);
transform: rotateZ(-15deg);
}
50% {
-webkit-transform: rotateZ(15deg);
transform: rotateZ(15deg);
}
100% {
-webkit-transform: rotateZ(-15deg);
transform: rotateZ(-15deg);
}
}
@-webkit-keyframes pa-flip {
0% {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
}
50% {
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
}
100% {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
}
}
@keyframes pa-flip {
0% {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
}
50% {
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
}
100% {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
}
}
@-webkit-keyframes pa-wave {
0% {
-webkit-transform: translateY(0em);
transform: translateY(0em);
}
50% {
-webkit-transform: translateY(-1rem);
transform: translateY(-1rem);
}
}
@keyframes pa-wave {
0% {
-webkit-transform: translateY(0em);
transform: translateY(0em);
}
50% {
-webkit-transform: translateY(-1rem);
transform: translateY(-1rem);
}
}
@-webkit-keyframes pa-pop {
0% {
-webkit-transform: rotateZ(5deg) scale(0.75) translateY(0);
transform: rotateZ(5deg) scale(0.75) translateY(0);
opacity: 0.1;
}
50% {
-webkit-transform: rotateZ(-5deg) scale(1) translateY(-0.5em);
transform: rotateZ(-5deg) scale(1) translateY(-0.5em);
opacity: 1;
}
100% {
-webkit-transform: rotateZ(5deg) scale(0.75) translateY(0);
transform: rotateZ(5deg) scale(0.75) translateY(0);
opacity: 0.1;
}
}
@keyframes pa-pop {
0% {
-webkit-transform: rotateZ(5deg) scale(0.75) translateY(0);
transform: rotateZ(5deg) scale(0.75) translateY(0);
opacity: 0.1;
}
50% {
-webkit-transform: rotateZ(-5deg) scale(1) translateY(-0.5em);
transform: rotateZ(-5deg) scale(1) translateY(-0.5em);
opacity: 1;
}
100% {
-webkit-transform: rotateZ(5deg) scale(0.75) translateY(0);
transform: rotateZ(5deg) scale(0.75) translateY(0);
opacity: 0.1;
}
}
@-webkit-keyframes pa-lines {
100% {
stroke-dashoffset: -400;
}
}
@keyframes pa-lines {
100% {
stroke-dashoffset: -400;
}
}
@-webkit-keyframes pa-auto-fade {
0% {
opacity: 0;
}
20% {
opacity: 1;
}
35% {
opacity: 0;
}
100% {
opacity: 0;
}
}
@-webkit-keyframes pa-shape-draw {
0% {
stroke-dasharray: 0 1500;
opacity: 1;
}
100% {
stroke-dasharray: 1500 1500;
opacity: 1;
}
}
@keyframes pa-shape-draw {
0% {
stroke-dasharray: 0 1500;
opacity: 1;
}
100% {
stroke-dasharray: 1500 1500;
opacity: 1;
}
}
@-webkit-keyframes pa-shape-hide {
0% {
stroke-dasharray: 1500 1500;
opacity: 1;
}
100% {
opacity: 0;
-webkit-filter: blur(10px);
filter: blur(10px);
}
}
@keyframes pa-shape-hide {
0% {
stroke-dasharray: 1500 1500;
opacity: 1;
}
100% {
opacity: 0;
-webkit-filter: blur(10px);
filter: blur(10px);
}
}
@-webkit-keyframes pa-reveal {
0% {
background-size: 0px;
background-position-y: 0%;
}
10% {
background-size: 30px;
background-position-y: 0%;
}
35%, 45% {
background-position-y: 100%;
}
70% {
background-size: 30px;
background-position-y: 0%;
}
100% {
background-size: 200px;
}
}
@keyframes pa-reveal {
0% {
background-size: 0px;
background-position-y: 0%;
}
10% {
background-size: 30px;
background-position-y: 0%;
}
35%, 45% {
background-position-y: 100%;
}
70% {
background-size: 30px;
background-position-y: 0%;
}
100% {
background-size: 200px;
}
}
@keyframes pa-auto-fade {
0% {
opacity: 0;
}
20% {
opacity: 1;
}
35% {
opacity: 0;
}
100% {
opacity: 0;
}
}
@-webkit-keyframes pa-loading-bar {
0% {
width: 0;
}
100% {
width: 100;
}
}
@keyframes pa-loading-bar {
0% {
width: 0;
}
100% {
width: 100;
}
}
@-webkit-keyframes pa-zoom-in {
0% {
opacity: 0;
-webkit-transform: translateZ(100px);
transform: translateZ(100px);
}
100% {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
@keyframes pa-zoom-in {
0% {
opacity: 0;
-webkit-transform: translateZ(100px);
transform: translateZ(100px);
}
100% {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
@-webkit-keyframes pa-zoom-out {
0% {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
100% {
opacity: 0;
-webkit-transform: translateZ(-100px);
transform: translateZ(-100px);
}
}
@keyframes pa-zoom-out {
0% {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
100% {
opacity: 0;
-webkit-transform: translateZ(-100px);
transform: translateZ(-100px);
}
}
@-webkit-keyframes pa-rotate-in {
0% {
opacity: 0;
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}
35% {
opacity: 0;
-webkit-transform: rotateX(120deg);
transform: rotateX(120deg);
}
65% {
opacity: 0;
}
100% {
opacity: 1;
-webkit-transform: rotateX(360deg);
transform: rotateX(360deg);
}
}
@keyframes pa-rotate-in {
0% {
opacity: 0;
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}
35% {
opacity: 0;
-webkit-transform: rotateX(120deg);
transform: rotateX(120deg);
}
65% {
opacity: 0;
}
100% {
opacity: 1;
-webkit-transform: rotateX(360deg);
transform: rotateX(360deg);
}
}
@-webkit-keyframes pa-rotate-out {
0% {
opacity: 1;
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
}
35% {
opacity: 1;
-webkit-transform: rotateX(-40deg);
transform: rotateX(-40deg);
}
65% {
opacity: 0;
}
100% {
opacity: 0;
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}
}
@keyframes pa-rotate-out {
0% {
opacity: 1;
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
}
35% {
opacity: 1;
-webkit-transform: rotateX(-40deg);
transform: rotateX(-40deg);
}
65% {
opacity: 0;
}
100% {
opacity: 0;
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}
}  .premium-bullet-list-box {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding: 0;
}
.premium-bullet-list-flex-start .premium-bullet-list-content {
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
}
.premium-bullet-list-center .premium-bullet-list-content {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
}
.premium-bullet-list-flex-end .premium-bullet-list-content {
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center;
}
.premium-bullet-list-content {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
width: auto;
position: relative;
}
.premium-bullet-list-content .premium-bullet-list-text span,
.premium-bullet-list-content .premium-bullet-list-wrapper {
display: inline-block;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.premium-bullet-list-content .premium-bullet-list-text span {
-webkit-transition: color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
transition: color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
margin: 0 5px;
}
.premium-bullet-list-content .premium-bullet-list-icon-text p {
background-color: #eee;
padding: 1px 5px;
border-radius: 2px;
font-size: 13px;
}
.premium-bullet-list-content .premium-bullet-list-text span,
.premium-bullet-list-content .premium-bullet-list-icon-text p,
.premium-bullet-list-content .premium-bullet-list-wrapper img,
.premium-bullet-list-content .premium-bullet-list-wrapper i {
-webkit-transition: color 0.3s ease-in-out, fill 0.3s ease-in-out, text-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out, stroke 0.3s ease-in-out;
transition: color 0.3s ease-in-out, fill 0.3s ease-in-out, text-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out, stroke 0.3s ease-in-out;
}
.premium-bullet-list-content .premium-bullet-list-wrapper {
position: relative;
line-height: 0;
}
.premium-bullet-list-content .premium-bullet-list-wrapper img,
.premium-bullet-list-content .premium-bullet-list-wrapper svg {
width: 30px !important;
height: 30px !important;
position: relative;
z-index: 3;
}
.premium-bullet-list-content .premium-bullet-list-wrapper i,
.premium-bullet-list-content .premium-bullet-list-wrapper .premium-bullet-list-icon-text {
position: relative;
z-index: 3;
}
.premium-bullet-list-content .premium-bullet-list-link {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
}
.premium-bullet-list-content .premium-bullet-list-link span {
display: none;
}
.premium-bullet-list-content:not(:last-of-type) .premium-bullet-list-connector {
width: 100%;
height: 100%;
position: absolute;
top: 0.5em;
z-index: 100;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.premium-bullet-list-content:not(:last-of-type) .premium-bullet-list-connector .premium-icon-connector-content:after {
content: "";
border-right-width: 1px;
border-right-style: solid;
border-color: #333333;
display: block;
height: 100%;
}
li.premium-bullet-list-content.premium-bullet-list-content-inline {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
z-index: 2;
}
li.premium-bullet-list-content.premium-bullet-list-content-inline:not(:first-child) {
margin: 0 3px;
}
li.premium-bullet-list-content.premium-bullet-list-content-inline:first-child {
margin: 0 3px 0 0;
}
.premium-bullet-list-divider:not(:last-child) {
width: 100%;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
overflow: hidden;
}
.premium-bullet-list-divider:not(:last-child):after {
content: "";
display: block;
border-top-style: solid;
border-top-width: 1px;
}
.premium-bullet-list-divider-inline:not(:last-child) {
float: right;
display: inline-block;
position: relative;
height: 100%;
overflow: hidden;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
margin: 0 3px;
}
.premium-bullet-list-divider-inline:not(:last-child):after {
content: "";
display: block;
border-left-width: 1px;
height: 33px;
border-left-style: solid;
}
.premium-bullet-list-icon-text {
line-height: 1.5;
}
.premium-bullet-list-icon-text p,
ul.premium-bullet-list-box,
li.premium-bullet-list-content {
margin: 0;
}
.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper i,
.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-text span,
.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-icon-text p {
color: transparent !important;
text-shadow: 0 0 3px #aaa;
}
.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-icon-connector-content,
.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper .premium-lottie-animation svg,
.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper img,
.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-badge {
-webkit-filter: blur(3px);
filter: blur(3px);
}
.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper i,
.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-text span,
.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-icon-text p {
color: #aaa !important;
text-shadow: 0 0px 0 transparent;
}
.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-icon-connector-content,
.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper .premium-lottie-animation svg,
.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper img,
.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-badge {
-webkit-filter: none;
filter: none;
}
.premium-bullet-list-content .premium-bullet-list-badge {
font-size: 11px;
top: auto;
min-width: -webkit-max-content;
min-width: max-content;
height: -webkit-fit-content;
height: fit-content;
}
.premium-bullet-list-gradient-effect span[data-text] {
display: inline-block;
position: relative;
text-decoration: none;
}
.premium-bullet-list-gradient-effect span[data-text]::before {
content: attr(data-text);
position: absolute;
z-index: 1;
overflow: hidden;
-webkit-clip-path: polygon(0 0, 1px 0, 1px 100%, 0 100%);
clip-path: polygon(0 0, 1px 0, 1px 100%, 0 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.premium-bullet-list-content:hover .premium-bullet-list-gradient-effect span[data-text]::before,
.premium-bullet-list-content:focus .premium-bullet-list-gradient-effect span[data-text]::before {
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
ul[data-list-animation*=animated-] .premium-bullet-list-divider,
ul[data-list-animation*=animated-] .premium-bullet-list-content,
ul[data-list-animation*=animated-] .premium-bullet-list-divider-inline {
opacity: 0;
}
.premium-bullet-list-content-grow-effect:hover {
-webkit-transform: scale(1.07);
-ms-transform: scale(1.07);
transform: scale(1.07);
}
.premium-bullet-list-content .premium-bullet-list-text-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
} .pa-show-bullet {
-webkit-transition: width 0.7s cubic-bezier(0.135, 0.9, 0.15, 1), height 0.7s cubic-bezier(0.135, 0.9, 0.15, 1), max-width 0.7s cubic-bezier(0.135, 0.9, 0.15, 1), max-height 0.7s cubic-bezier(0.135, 0.9, 0.15, 1), -webkit-transform 0.7s cubic-bezier(0.135, 0.9, 0.15, 1);
transition: width 0.7s cubic-bezier(0.135, 0.9, 0.15, 1), height 0.7s cubic-bezier(0.135, 0.9, 0.15, 1), max-width 0.7s cubic-bezier(0.135, 0.9, 0.15, 1), max-height 0.7s cubic-bezier(0.135, 0.9, 0.15, 1), -webkit-transform 0.7s cubic-bezier(0.135, 0.9, 0.15, 1);
transition: width 0.7s cubic-bezier(0.135, 0.9, 0.15, 1), height 0.7s cubic-bezier(0.135, 0.9, 0.15, 1), transform 0.7s cubic-bezier(0.135, 0.9, 0.15, 1), max-width 0.7s cubic-bezier(0.135, 0.9, 0.15, 1), max-height 0.7s cubic-bezier(0.135, 0.9, 0.15, 1);
transition: width 0.7s cubic-bezier(0.135, 0.9, 0.15, 1), height 0.7s cubic-bezier(0.135, 0.9, 0.15, 1), transform 0.7s cubic-bezier(0.135, 0.9, 0.15, 1), max-width 0.7s cubic-bezier(0.135, 0.9, 0.15, 1), max-height 0.7s cubic-bezier(0.135, 0.9, 0.15, 1), -webkit-transform 0.7s cubic-bezier(0.135, 0.9, 0.15, 1);
}
.pa-show-bullet.pa-has-text-bullet:not(.premium-bullet-list-wrapper-top) {
max-width: 0;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: left;
-ms-transform-origin: left;
transform-origin: left;
}
.pa-show-bullet.pa-has-text-bullet.premium-bullet-list-wrapper-top {
max-height: 0;
-webkit-transform: scaleY(0);
-ms-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: top;
-ms-transform-origin: top;
transform-origin: top;
}
.pa-show-bullet:not(.pa-has-text-bullet).premium-bullet-list-wrapper-top {
height: 0;
overflow: hidden;
}
.pa-show-bullet:not(.pa-has-text-bullet):not(.premium-bullet-list-wrapper-top) {
width: 0;
}
.pa-show-bullet .premium-bullet-list-icon-text,
.pa-show-bullet .premium-drawable-icon,
.pa-show-bullet .premium-lottie-animation {
overflow: hidden;
}
.premium-bullet-list-content:hover .pa-show-bullet.pa-has-text-bullet.premium-bullet-list-wrapper-top {
max-height: 500px;
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
}
.premium-bullet-list-content:hover .pa-show-bullet.pa-has-text-bullet:not(.premium-bullet-list-wrapper-top) {
max-width: 500px;
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.premium-bullet-list-content:hover .pa-show-bullet:not(.pa-has-text-bullet).premium-bullet-list-wrapper-top {
height: var(--pa-svg-bullet-h, var(--pa-bullet-hv-size, 30px));
overflow: visible;
}
.premium-bullet-list-content:hover .pa-show-bullet:not(.pa-has-text-bullet):not(.premium-bullet-list-wrapper-top) {
width: var(--pa-bullet-hv-size, 30px);
}
.premium-bullet-list-content:hover .pa-show-bullet .premium-bullet-list-icon-text,
.premium-bullet-list-content:hover .pa-show-bullet .premium-drawable-icon,
.premium-bullet-list-content:hover .pa-show-bullet .premium-lottie-animation {
overflow: unset;
} .premium-bullet-list-translate-bullet .premium-bullet-list-text {
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.pa-translate-bullet.premium-bullet-list-wrapper:not(.premium-bullet-list-wrapper-top) {
opacity: 0;
-webkit-transform: translateX(-0.5rem) translateY(0.5rem);
-ms-transform: translateX(-0.5rem) translateY(0.5rem);
transform: translateX(-0.5rem) translateY(0.5rem);
-webkit-transition: opacity 0.9s cubic-bezier(0.135, 0.9, 0.15, 1), -webkit-transform 0.9s cubic-bezier(0.135, 0.9, 0.15, 1);
transition: opacity 0.9s cubic-bezier(0.135, 0.9, 0.15, 1), -webkit-transform 0.9s cubic-bezier(0.135, 0.9, 0.15, 1);
transition: transform 0.9s cubic-bezier(0.135, 0.9, 0.15, 1), opacity 0.9s cubic-bezier(0.135, 0.9, 0.15, 1);
transition: transform 0.9s cubic-bezier(0.135, 0.9, 0.15, 1), opacity 0.9s cubic-bezier(0.135, 0.9, 0.15, 1), -webkit-transform 0.9s cubic-bezier(0.135, 0.9, 0.15, 1);
}
.premium-bullet-list-content:hover .pa-translate-bullet.premium-bullet-list-wrapper:not(.premium-bullet-list-wrapper-top) {
opacity: 1;
-webkit-transform: translateX(0) translateY(0);
-ms-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0);
}
@-webkit-keyframes spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.rtl .pa-show-bullet.pa-has-text-bullet:not(.premium-bullet-list-wrapper-top) {
-webkit-transform-origin: right;
-ms-transform-origin: right;
transform-origin: right;
}  .premium-image-button {
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
position: relative;
background-color: #eee;
cursor: pointer;
-webkit-transition: all 0.2s ease-in-out !important;
transition: all 0.2s ease-in-out !important;
}
.premium-image-button .premium-button-style6-bg,
.premium-image-button.premium-button-style6:before,
.premium-image-button:not(.premium-image-button-style6):hover {
background-color: #54595f;
} .premium-image-button-style4-icon-wrapper,
.premium-image-button-style1:before {
background-color: #54595f;
}
.premium-image-button-text-icon-wrapper {
width: 100%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: relative;
z-index: 3;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.premium-image-button-text-icon-wrapper span,
.premium-image-button-text-icon-wrapper i,
.premium-image-button-text-icon-wrapper svg {
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.premium-image-button-style1:before {
position: absolute;
content: "";
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.premium-image-button-style1-bottom:before {
width: 100%;
height: 0;
top: 0;
inset-inline-start: 0;
}
.premium-image-button-style1-top:before {
width: 100%;
height: 0;
bottom: 0;
inset-inline-start: 0;
}
.premium-image-button-style1-right:before {
width: 0;
height: 100%;
bottom: 0;
inset-inline-start: 0;
}
.premium-image-button-style1-left:before {
width: 0;
height: 100%;
top: 0;
inset-inline-end: 0;
}
.premium-image-button-style1-bottom:hover:before,
.premium-image-button-style1-top:hover:before {
height: 100%;
}
.premium-image-button-style1-right:hover:before,
.premium-image-button-style1-left:hover:before {
width: 100%;
}
.premium-image-button-style3 {
z-index: 10;
}
.premium-image-button-style3:before {
position: absolute;
top: 0px;
inset-inline-start: 0px;
width: 100%;
height: 100%;
content: "";
z-index: 1;
background: rgba(255, 255, 255, 0.2);
-webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
-webkit-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
}
.premium-image-button-diagonal-right:before {
-webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
}
.premium-image-button-diagonal-right:hover:before {
-webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
}
.premium-image-button-diagonal-left:before {
-webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
}
.premium-image-button-diagonal-left:hover:before {
-webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
}
.premium-image-button-diagonal-bottom:before {
-webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
}
.premium-image-button-diagonal-bottom:hover:before {
-webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
}
.premium-image-button-diagonal-top:before {
-webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
}
.premium-image-button-diagonal-top:hover:before {
-webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
}
.premium-image-button-style4-icon-wrapper {
position: absolute;
z-index: 2;
width: 100%;
text-align: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-image-button-style4-icon-wrapper.top {
bottom: -100%;
inset-inline-start: 0;
}
.premium-image-button-style4-icon-wrapper.bottom {
top: -100%;
inset-inline-start: 0;
}
.premium-image-button-style4-icon-wrapper.left {
top: 0;
inset-inline-start: -100%;
}
.premium-image-button-style4-icon-wrapper.right {
top: 0;
inset-inline-end: -100%;
}
.premium-image-button-style4-bottom:hover .premium-image-button-style4-icon-wrapper {
top: 0;
opacity: 1;
}
.premium-image-button-style4-bottom:hover .premium-image-button-text-icon-wrapper {
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
opacity: 0;
}
.premium-image-button-style4-top:hover .premium-image-button-style4-icon-wrapper {
bottom: 0;
opacity: 1;
}
.premium-image-button-style4-top:hover .premium-image-button-text-icon-wrapper {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
opacity: 0;
}
.premium-image-button-style4-left:hover .premium-image-button-style4-icon-wrapper {
inset-inline-start: 0;
opacity: 1;
}
.premium-image-button-style4-left:hover .premium-image-button-text-icon-wrapper {
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
opacity: 0;
}
.premium-image-button-style4-right:hover .premium-image-button-style4-icon-wrapper {
inset-inline-end: 0;
opacity: 1;
}
.premium-image-button-style4-right:hover .premium-image-button-text-icon-wrapper {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
opacity: 0;
}
.premium-image-button-style5:before {
position: absolute;
content: "";
top: 0;
inset-inline-start: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
background: rgba(255, 255, 255, 0.2);
-webkit-animation-name: premium-overlap-effect-done;
animation-name: premium-overlap-effect-done;
-webkit-animation-duration: 1s;
animation-duration: 1s;
}
.premium-image-button-overlap-effect-vertical:before {
-webkit-animation-name: premium-overlap-ver-effect-done;
animation-name: premium-overlap-ver-effect-done;
}
.premium-image-button-overlap-effect-horizontal:hover:before {
-webkit-animation-name: premium-overlap-effect;
animation-name: premium-overlap-effect;
}
.premium-image-button-overlap-effect-vertical:hover:before {
-webkit-animation-name: premium-overlap-ver-effect;
animation-name: premium-overlap-ver-effect;
}
.premium-image-button-style6:before {
content: "";
position: absolute;
left: 50%;
top: 50%;
width: 100px;
height: 100px;
border-radius: 100%;
-webkit-transform: translate(-50%, -50%) scale(0);
-ms-transform: translate(-50%, -50%) scale(0);
transform: translate(-50%, -50%) scale(0);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-image-button-style6:hover:before {
-webkit-transform: translate(-50%, -50%) scale(3);
-ms-transform: translate(-50%, -50%) scale(3);
transform: translate(-50%, -50%) scale(3);
}
.premium-image-button-style6 .premium-button-text-icon-wrapper {
position: relative;
z-index: 1;
}
@-webkit-keyframes premium-overlap-effect {
0% {
opacity: 0;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
50% {
opacity: 1;
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
100% {
opacity: 0;
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
}
}
@keyframes premium-overlap-effect {
0% {
opacity: 0;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
50% {
opacity: 1;
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
100% {
opacity: 0;
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
}
}
@-webkit-keyframes premium-overlap-effect-done {
0% {
opacity: 0;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
50% {
opacity: 1;
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
100% {
opacity: 0;
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
}
}
@keyframes premium-overlap-effect-done {
0% {
opacity: 0;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
50% {
opacity: 1;
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
100% {
opacity: 0;
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
}
}
@-webkit-keyframes premium-overlap-ver-effect {
0% {
opacity: 0;
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
}
50% {
opacity: 1;
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}
100% {
opacity: 0;
-webkit-transform: rotateX(360deg);
transform: rotateX(360deg);
}
}
@keyframes premium-overlap-ver-effect {
0% {
opacity: 0;
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
}
50% {
opacity: 1;
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}
100% {
opacity: 0;
-webkit-transform: rotateX(360deg);
transform: rotateX(360deg);
}
}
@-webkit-keyframes premium-overlap-ver-effect-done {
0% {
opacity: 0;
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
}
50% {
opacity: 1;
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}
100% {
opacity: 0;
-webkit-transform: rotateX(360deg);
transform: rotateX(360deg);
}
}
@keyframes premium-overlap-ver-effect-done {
0% {
opacity: 0;
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
}
50% {
opacity: 1;
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}
100% {
opacity: 0;
-webkit-transform: rotateX(360deg);
transform: rotateX(360deg);
}
}
.rtl .premium-image-button-style3:before {
-webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
}
.rtl .premium-image-button-diagonal-right:hover:before,
.rtl .premium-image-button-diagonal-left:before {
-webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
}
.rtl .premium-image-button-diagonal-left:hover:before,
.rtl .premium-image-button-diagonal-right:before {
-webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
}
.rtl .premium-image-button-diagonal-top:hover:before,
.rtl .premium-image-button-diagonal-bottom:before {
-webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
}
.rtl .premium-image-button-diagonal-bottom:hover:before,
.rtl .premium-image-button-diagonal-top:before {
-webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
}
.rtl .premium-image-button-style4-left:hover .premium-image-button-text-icon-wrapper {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
.rtl .premium-image-button-style4-right:hover .premium-image-button-text-icon-wrapper {
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}  .premium-image-scroll-section,
.premium-image-scroll-container {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-image-scroll-section {
position: relative;
overflow: hidden;
width: 100%;
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
.premium-image-scroll-container {
width: 100%;
}
.premium-image-scroll-container .premium-image-scroll-mask-media {
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
}
.premium-container-scroll {
overflow: auto;
}
.premium-image-scroll-container .premium-image-scroll-horizontal {
position: relative;
width: 100%;
height: 100%;
}
.premium-image-scroll-container .premium-image-scroll-horizontal img {
max-width: none;
height: 100%;
}
.premium-image-scroll-container .premium-image-scroll-vertical img {
width: 100%;
max-width: 100%;
height: auto;
}
.premium-image-scroll-ver {
position: relative;
}
.premium-image-scroll-container .premium-image-scroll-overlay {
background: rgba(2, 2, 2, 0.3);
}
.premium-image-scroll-container .premium-image-scroll-link,
.premium-image-scroll-container .premium-image-scroll-overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 4;
}
.premium-image-scroll-content {
display: inline-block;
position: absolute;
height: auto;
top: 50%;
left: 50%;
text-align: center;
z-index: 5;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.premium-container-scroll-instant .premium-image-scroll-image {
-webkit-transition: all 0s ease-in-out !important;
transition: all 0s ease-in-out !important;
}
.premium-image-scroll-container img {
-webkit-transition: -webkit-transform 3s ease-in-out;
transition: -webkit-transform 3s ease-in-out;
transition: transform 3s ease-in-out;
transition: transform 3s ease-in-out, -webkit-transform 3s ease-in-out;
}
.premium-image-scroll-container .premium-image-scroll-overlay,
.premium-image-scroll-container .premium-image-scroll-content {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
opacity: 1;
}
.premium-image-scroll-container:hover .premium-image-scroll-overlay {
opacity: 0;
}
.premium-image-scroll-container:hover .premium-image-scroll-content {
opacity: 0;
visibility: hidden;
}
.premium-image-scroll-content .premium-image-scroll-icon {
display: inline-block;
line-height: 1;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
.pa-horizontal-mouse-scroll {
-webkit-animation-name: pa-scroll-horizontal;
animation-name: pa-scroll-horizontal;
}
.pa-vertical-mouse-scroll {
-webkit-animation-name: pa-scroll-vertical;
animation-name: pa-scroll-vertical;
}
@-webkit-keyframes pa-scroll-vertical {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
100% {
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
}
@keyframes pa-scroll-vertical {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
100% {
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
}
@-webkit-keyframes pa-scroll-horizontal {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
100% {
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
}
@keyframes pa-scroll-horizontal {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
100% {
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
}  .premium-image-separator-container {
position: absolute;
width: 100%;
z-index: 2;
top: auto;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-image-separator-container svg,
.premium-image-separator-container img {
display: inline-block !important;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
}
.premium-image-separator-container .premium-image-separator-link {
position: absolute;
z-index: 9999;
top: 0;
inset-inline-start: 0;
width: 100%;
height: 100%;
text-decoration: none;
}
.premium-image-separator-container .premium-image-separator-link:hover,
.premium-image-separator-container .premium-image-separator-link:visited,
.premium-image-separator-container .premium-image-separator-link:focus,
.premium-image-separator-container .premium-image-separator-link:active {
box-shadow: none !important;
outline: none !important;
border: none !important;
text-decoration: none !important;
}
.premium-image-separator-container i,
.premium-image-separator-container > svg {
padding: 20px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}  .premium-img-gallery-filter,
.premium-blog-filter {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.premium-img-gallery {
clear: both;
overflow: hidden;
}
.premium-gallery-container .premium-gallery-item {
padding: 10px;
float: inline-start;
}
.premium-gallery-container .grid-sizer {
width: 33.33%;
}
.premium-gallery-container .pa-gallery-item {
padding: 10px;
}
.premium-img-gallery-filter .premium-gallery-cats-container li a.category,
.premium-blog-filter .premium-blog-filters-container li a.category {
outline: none;
text-decoration: none;
border-radius: 75px;
margin: 15px 5px 20px;
padding: 7px 20px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.pa-gallery-img {
position: relative;
}
.pa-gallery-img .pa-gallery-whole-link {
position: absolute;
top: 0;
inset-inline-start: 0;
width: 100%;
height: 100%;
z-index: 2;
}
.pa-gallery-img .pa-gallery-whole-link span {
display: none;
}
.pa-gallery-img.style2 .pa-gallery-whole-link,
.pa-gallery-img.style3 .pa-gallery-whole-link {
z-index: 99;
}
.pa-gallery-img-container {
overflow: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.pa-gallery-img-container img {
display: block;
width: 100%;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-img-gallery.gray img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.premium-img-gallery.zoomout img,
.premium-img-gallery.scale img {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.premium-img-gallery.sepia img {
-webkit-filter: sepia(30%);
filter: sepia(30%);
}
.premium-img-gallery.bright img {
-webkit-filter: brightness(1);
filter: brightness(1);
}
.premium-img-gallery.trans img {
-webkit-transform: translateX(-15px) scale(1.1);
-ms-transform: translateX(-15px) scale(1.1);
transform: translateX(-15px) scale(1.1);
}
.pa-gallery-img .pa-gallery-magnific-image i,
.pa-gallery-img .pa-gallery-magnific-image svg,
.pa-gallery-img .pa-gallery-img-link i,
.pa-gallery-img .pa-gallery-img-link svg {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.pa-gallery-img .pa-gallery-magnific-image span,
.pa-gallery-img .pa-gallery-img-link span {
line-height: 1;
display: inline-block;
opacity: 0;
margin: 0 5px;
padding: 15px;
border-radius: 50%;
}
.pa-gallery-img.style2 .pa-gallery-magnific-image span,
.pa-gallery-img.style2 .pa-gallery-img-link span {
margin: 0 5px 20px;
}
.pa-gallery-img:hover .pa-gallery-magnific-image span {
-webkit-transition: all 0.3s ease-in-out, opacity 0.5s ease-in-out 0.3s;
transition: all 0.3s ease-in-out, opacity 0.5s ease-in-out 0.3s;
}
.pa-gallery-img:hover .pa-gallery-img-link span {
-webkit-transition: all 0.3s ease-in-out, opacity 0.5s ease-in-out 0.6s;
transition: all 0.3s ease-in-out, opacity 0.5s ease-in-out 0.6s;
}
.pa-gallery-img:hover .pa-gallery-magnific-image span,
.pa-gallery-img:hover .pa-gallery-img-link span {
opacity: 1;
}
.premium-gallery-icon-show a.pa-gallery-video-icon span {
opacity: 1;
}
.premium-img-gallery-filter ul.premium-gallery-cats-container,
.premium-blog-filter ul.premium-blog-filters-container {
text-align: center;
margin: 0;
padding: 0;
}
.premium-img-gallery-filter .premium-gallery-cats-container li,
.premium-blog-filter .premium-blog-filters-container li {
list-style: none;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.premium-img-gallery.zoomin .pa-gallery-img:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.premium-img-gallery.zoomout .pa-gallery-img:hover img {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.premium-img-gallery.scale .pa-gallery-img:hover img {
-webkit-transform: scale(1.3) rotate(5deg);
-ms-transform: scale(1.3) rotate(5deg);
transform: scale(1.3) rotate(5deg);
}
.premium-img-gallery.gray .pa-gallery-img:hover img {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
.premium-img-gallery.blur .pa-gallery-img:hover img {
-webkit-filter: blur(3px);
filter: blur(3px);
}
.premium-img-gallery.sepia .pa-gallery-img:hover img {
-webkit-filter: sepia(0%);
filter: sepia(0%);
}
.premium-img-gallery.trans .pa-gallery-img:hover img {
-webkit-transform: translateX(0px) scale(1.1);
-ms-transform: translateX(0px) scale(1.1);
transform: translateX(0px) scale(1.1);
}
.premium-img-gallery.bright .pa-gallery-img:hover img {
-webkit-filter: brightness(1.2);
filter: brightness(1.2);
}
.pa-gallery-img .premium-gallery-caption {
padding: 10px;
}
.pa-gallery-img .premium-gallery-caption .premium-gallery-img-name {
display: block;
margin-bottom: 0;
}
.pa-gallery-img.style1 {
overflow: hidden;
}
.pa-gallery-img:not(.style2) .pa-gallery-icons-wrapper {
position: absolute;
top: 0;
inset-inline-start: 0;
width: 100%;
height: 100%;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.pa-gallery-img:not(.style2) .pa-gallery-icons-inner-container {
position: absolute;
top: 33.33%;
width: 100%;
text-align: center;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 3;
}
.pa-gallery-img.style1 .premium-gallery-caption {
position: absolute;
top: auto;
right: 0;
bottom: -1px;
left: 0;
width: 100%;
-webkit-transition: all 500ms ease 0s;
transition: all 500ms ease 0s;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.pa-gallery-img.style1:hover .premium-gallery-caption {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
bottom: -1px !important;
}
.pa-gallery-img.default .premium-gallery-caption {
position: absolute;
top: auto;
right: 0;
left: 0;
width: 100%;
bottom: 0;
}
.pa-gallery-img.style2 .pa-gallery-icons-caption-container {
position: absolute;
top: 0;
inset-inline-start: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, -webkit-transform 0.3s;
transition: transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
z-index: 1;
background-color: rgba(108, 191, 226, 0.68);
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
text-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.pa-gallery-img.style2 .pa-gallery-icons-caption-cell {
width: 100%;
}
.pa-gallery-img.style2:hover .pa-gallery-icons-caption-container {
opacity: 1;
-webkit-transform: translate(15px, 15px);
-ms-transform: translate(15px, 15px);
transform: translate(15px, 15px);
}
.premium-clearfix {
clear: both;
} .premium-img-gallery-metro .premium-gallery-item {
overflow: hidden;
}
.premium-img-gallery-metro .pa-gallery-img {
height: 100%;
}
.premium-img-gallery-metro .pa-gallery-img-container {
height: 100%;
}
.premium-img-gallery-metro .pa-gallery-img-container img {
min-height: 100%;
width: 100%;
object-fit: fill;
}
.premium-img-gallery .premium-gallery-item-hidden {
visibility: hidden;
width: 0 !important;
height: 0 !important;
margin: 0 !important;
padding: 0 !important;
}
.premium-gallery-load-more {
position: relative;
}
.premium-gallery-load-more .premium-gallery-load-more-btn {
box-shadow: none;
text-shadow: none;
border: none;
outline: none;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
vertical-align: bottom;
cursor: pointer;
line-height: 1;
font-style: normal;
font-weight: normal;
background-image: none;
color: #fff;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-gallery-load-more-btn {
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-gallery-load-more-btn div {
-webkit-margin-start: 3px;
margin-inline-start: 3px;
}
.premium-gallery-load-more-btn .premium-loader {
display: inline-block;
width: 20px;
height: 20px;
}
.pa-gallery-img .pa-gallery-lightbox-wrap {
display: inline-block;
}
.premium-img-gallery-no-lightbox .premium-gallery-video-item .pa-gallery-img,
.pa-gallery-img .pa-gallery-video-icon {
cursor: pointer;
}
.pa-gallery-img-container iframe {
position: absolute;
visibility: hidden;
top: 0;
inset-inline-start: 0;
max-width: 100%;
width: 100%;
height: 100%;
margin: 0;
line-height: 1;
border: none;
}
.pa-gallery-img-container video {
position: absolute;
visibility: hidden;
top: 0;
left: 0;
max-width: 100%;
width: 100%;
height: 100%;
margin: 0;
line-height: 1;
border: none;
object-fit: contain;
}
.pa-gallery-icons-inner-container svg,
.pa-gallery-icons-caption-cell svg {
width: 14px;
height: 14px;
}
.premium-gallery-gradient-layer {
position: absolute;
bottom: 40px;
width: 100%;
height: 20px;
background: -webkit-linear-gradient(bottom, rgb(23, 24, 31) 0%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to top, rgb(23, 24, 31) 0%, rgba(255, 255, 255, 0) 100%);
}
.rtl .premium-img-gallery.trans img {
-webkit-transform: translateX(15px) scale(1.1);
-ms-transform: translateX(15px) scale(1.1);
transform: translateX(15px) scale(1.1);
}
.rtl .premium-img-gallery.scale .pa-gallery-img:hover img {
-webkit-transform: scale(1.3) rotate(-5deg);
-ms-transform: scale(1.3) rotate(-5deg);
transform: scale(1.3) rotate(-5deg);
}
.rtl .pa-gallery-img.style2:hover .pa-gallery-icons-caption-container {
-webkit-transform: translate(-15px, 15px);
-ms-transform: translate(-15px, 15px);
transform: translate(-15px, 15px);
}  .elementor-widget-premium-lottie .premium-lottie-animation {
position: relative;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.elementor-widget-premium-lottie .premium-lottie-animation a {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 2;
}  .premium-maps-info-container {
margin-top: 10px;
margin-bottom: 10px;
}
.premium-maps-info-container.advanced-pin {
margin: -16px;
width: 300px;
position: relative;
border-radius: 10px;
overflow: hidden;
z-index: 100000;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.premium-maps-info-container.advanced-pin .gm-ui-hover-effect {
display: none;
}
.premium-maps-info-container.advanced-pin .premium-maps-info-close {
position: absolute;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-radius: 50%;
height: 24px;
width: 24px;
cursor: pointer;
z-index: 99;
box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
opacity: 0.4;
}
.premium-maps-info-container.advanced-pin .premium-maps-info-close:hover {
opacity: 1;
}
.premium-maps-info-container.advanced-pin .premium-maps-info-img {
position: relative;
overflow: hidden;
margin-bottom: 0;
}
.premium-maps-info-container.advanced-pin .premium-maps-info-img img {
position: absolute;
width: 100%;
height: 100%;
inset: 0;
object-fit: cover;
}
.premium-maps-info-container.advanced-pin .premium-maps-location-directions {
position: absolute;
width: 40px;
height: 40px;
border-radius: 100%;
background-color: #fff;
top: 100%;
left: 83%;
box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.premium-maps-info-container.advanced-pin .eicon-share-arrow {
font-size: 20px;
}
.premium-maps-info-container.advanced-pin .eicon-headphones {
font-weight: bold;
}
.premium-maps-info-container.advanced-pin .premium-maps-location-info {
color: #222;
font-size: 13px;
text-align: start;
}
.premium-maps-info-container.advanced-pin .maps-info-item {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 8px;
}
.premium-maps-info-container.advanced-pin .maps-info-item i {
-webkit-margin-end: 14px;
margin-inline-end: 14px;
}
.premium-maps-info-container.advanced-pin p {
margin: 0;
}
.premium-maps-info-container.maps-skin1 .premium-maps-info-close {
top: 12px;
right: 12px;
background-color: #fff;
}
.premium-maps-info-container.maps-skin1 .premium-maps-title-wrap {
position: relative;
padding: 16px;
background-color: rgb(66, 133, 244);
}
.premium-maps-info-container.maps-skin1 .premium-maps-info-img {
height: 150px;
}
.premium-maps-info-container.maps-skin1 .premium-maps-location-info {
padding: 28px 16px 16px;
}
.premium-maps-info-container.maps-skin1 .premium-maps-info-desc {
border-top: 1px solid rgba(230, 230, 230, 0.5);
margin-top: 12px;
padding-top: 12px;
}
.premium-maps-info-container.maps-skin1 .premium-maps-location-direction {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100%;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.premium-maps-info-container.maps-skin1 .premium-maps-location-direction span {
display: none;
}
.premium-maps-info-container.maps-skin2 {
padding: 35px 25px 25px;
}
.premium-maps-info-container.maps-skin2 .premium-maps-title-wrap {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
background-color: #fff;
padding-bottom: 10px;
border-bottom: 1px solid rgba(230, 230, 230, 0.5);
}
.premium-maps-info-container.maps-skin2 .premium-maps-info-title {
font-weight: bold;
font-size: 18px;
}
.premium-maps-info-container.maps-skin2 .premium-maps-info-img {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
height: 80px;
margin-top: 10px;
}
.premium-maps-info-container.maps-skin2 .premium-maps-location-info {
padding-top: 14px;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
}
.premium-maps-info-container.maps-skin2 .premium-maps-info-desc {
margin: 15px 0 10px;
}
.premium-maps-info-container.maps-skin3 {
padding: 25px;
}
.premium-maps-info-container.maps-skin3 .premium-maps-skin3-wrap {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding-bottom: 10px;
border-bottom: 1px solid rgba(230, 230, 230, 0.5);
}
.premium-maps-info-container.maps-skin3 .premium-maps-title-wrap {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
text-align: left;
-webkit-margin-start: 12px;
margin-inline-start: 12px;
}
.premium-maps-info-container.maps-skin3 .premium-maps-title-wrap .eicon-share-arrow {
display: none;
}
.premium-maps-info-container.maps-skin3 .premium-maps-info-title {
margin-bottom: 5px;
}
.premium-maps-info-container.maps-skin3 .premium-maps-info-img {
width: 80px;
height: 80px;
border-radius: 100%;
}
.premium-maps-info-container.maps-skin3 .premium-maps-location-info {
padding-top: 14px;
}
.premium-maps-info-container.maps-skin2 .premium-maps-info-close,
.premium-maps-info-container.maps-skin3 .premium-maps-info-close {
top: 12px;
inset-inline-end: 12px;
background-color: #bbb;
}
.premium-maps-info-title,
.premium-maps-info-desc {
margin: 0;
padding: 0;
}
.premium-maps-container .gm-style-iw {
text-align: center;
}
.premium-maps-container .gm-style img {
max-width: none !important;
}
.premium-maps-container .gm-style-iw-c,
.premium-maps-container .gm-style-iw-d {
overflow: visible !important;
max-height: initial !important;
}
.premium-maps-container .gm-style-iw-c {
padding-left: 12px !important;
padding-right: 12px !important;
}
.rtl .premium-maps-info-container.maps-skin3 .premium-maps-skin3-wrap {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.rtl .premium-maps-container .gm-style-iw {
direction: ltr;
}
.premium-adv-carousel__item-link {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
cursor: pointer;
z-index: 99;
}
.premium-adv-carousel__media-info-wrap {
padding: 5px;
z-index: 3;
text-align: center;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.premium-adv-carousel__media-info-wrap .premium-adv-carousel__media-title,
.premium-adv-carousel__media-info-wrap .premium-adv-carousel__media-desc {
display: block;
}
.premium-adv-carousel__media-info-wrap .premium-adv-carousel__media-title {
font-size: 19px;
font-weight: 700;
}
.premium-adv-carousel__media-info-wrap .premium-adv-carousel__media-desc {
font-size: 14px;
white-space: normal;
}
.premium-adv-carousel__media-wrap,
.premium-adv-carousel__media-info-wrap {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.premium-adv-carousel__media-wrap {
height: 300px;
overflow: hidden;
width: 100%;
-webkit-transition: -webkit-transform 500ms;
transition: -webkit-transform 500ms;
transition: transform 500ms;
transition: transform 500ms, -webkit-transform 500ms;
}
.premium-adv-carousel__item {
width: 300px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
position: relative;
overflow: hidden;
}
.premium-adv-carousel__media-wrap img.premium-adv-carousel__item-img,
.premium-adv-carousel__media-wrap .premium-adv-carousel__item-img img {
width: 100%;
height: 100%;
-webkit-transition: -webkit-transform 500ms;
transition: -webkit-transform 500ms;
transition: transform 500ms;
transition: transform 500ms, -webkit-transform 500ms;
}
.premium-adv-carousel__template-wrapper {
width: 100%;
height: 100%;
max-height: 100%;
white-space: normal;
}
.premium-adv-carousel__template-wrapper section {
padding: 0 !important;
overflow: hidden;
}
.premium-adv-carousel__video-wrap,
.premium-adv-carousel__iframe-wrap,
.premium-adv-carousel__iframe-wrap iframe {
height: 100% !important;
cursor: pointer;
}
.premium-adv-carousel__video-wrap {
position: relative;
}
.premium-adv-carousel__video-wrap video {
width: 100%;
height: 100%;
object-fit: cover;
}
.premium-adv-carousel__video-icon {
z-index: 3;
position: absolute;
top: 50%;
left: 50%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-radius: 50%;
padding: 10px;
}
.premium-adv-carousel__video-icon i {
font-size: 25px;
}
.premium-adv-carousel__video-icon svg {
width: 50px;
height: 50px;
}
.premium-adv-carousel__vid-overlay {
height: 100% !important;
width: 100%;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 2;
cursor: pointer;
-webkit-transition: -webkit-transform 500ms;
transition: -webkit-transform 500ms;
transition: transform 500ms;
transition: transform 500ms, -webkit-transform 500ms;
}
.premium-adv-carousel__item:hover .premium-adv-carousel__media-info-wrap {
-webkit-transform: translateY(0) !important;
-ms-transform: translateY(0) !important;
transform: translateY(0) !important;
}
.premium-adv-carousel__item-outer-wrapper {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.premium-adv-carousel__icons-holder {
display: none;
}
.premium-adv-carousel__infinite .premium-adv-carousel__container {
position: relative;
pointer-events: none;
overflow: hidden !important;
}
.premium-adv-carousel__infinite .premium-adv-carousel__container:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
pointer-events: none;
background: none !important;
}
.premium-adv-carousel__infinite .premium-adv-carousel__inner-container {
width: 100%;
overflow: scroll;
pointer-events: all;
-ms-overflow-style: none;
scrollbar-width: none;
}
.premium-adv-carousel__infinite .premium-adv-carousel__inner-container::-webkit-scrollbar {
display: none;
}
.premium-adv-carousel__infinite .premium-adv-carousel__items {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.premium-adv-carousel__infinite .premium-adv-carousel__item {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
position: relative;
overflow: hidden;
}
.premium-adv-carousel__infinite .premium-adv-carousel__item:hover .premium-adv-carousel__media-info-wrap {
-webkit-transform: translateY(0) !important;
-ms-transform: translateY(0) !important;
transform: translateY(0) !important;
}
.premium-adv-carousel__infinite.premium-adv-carousel__horizontal {
white-space: nowrap;
}
.premium-adv-carousel__infinite.premium-adv-carousel__vertical .premium-adv-carousel__inner-container {
height: 500px;
}
.premium-adv-carousel__infinite.premium-adv-carousel__vertical .premium-adv-carousel__items {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.premium-adv-carousel__infinite.premium-adv-carousel__vertical .premium-adv-carousel__item,
.premium-adv-carousel__infinite.premium-adv-carousel__vertical .premium-adv-carousel__item-outer-wrapper {
width: 100%;
}
.premium-adv-carousel__coverflow .premium-adv-carousel__media-info-wrap,
.premium-adv-carousel__carousel .premium-adv-carousel__media-info-wrap,
.premium-adv-carousel__flat .premium-adv-carousel__media-info-wrap {
visibility: hidden;
opacity: 0;
}
.premium-adv-carousel__coverflow .flipster__item--current .premium-adv-carousel__media-info-wrap,
.premium-adv-carousel__carousel .flipster__item--current .premium-adv-carousel__media-info-wrap,
.premium-adv-carousel__flat .flipster__item--current .premium-adv-carousel__media-info-wrap {
visibility: visible;
opacity: 1;
}
.premium-adv-carousel__coverflow .premium-adv-carousel__item-outer-wrapper,
.premium-adv-carousel__carousel .premium-adv-carousel__item-outer-wrapper,
.premium-adv-carousel__flat .premium-adv-carousel__item-outer-wrapper {
cursor: pointer;
}
.premium-adv-carousel__item .pa-media-icons-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-adv-carousel__item .pa-media-icons-wrapper .pa-media-icons-inner-container {
position: absolute;
top: 50%;
width: 100%;
text-align: center;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 3;
}
.premium-adv-carousel__item .pa-media-icons-wrapper .pa-media-icons-inner-container .pa-media-magnific-image i,
.premium-adv-carousel__item .pa-media-icons-wrapper .pa-media-icons-inner-container .pa-media-magnific-image svg {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-adv-carousel__item .pa-media-icons-wrapper .pa-media-icons-inner-container .pa-media-magnific-image span {
line-height: 1;
display: inline-block;
opacity: 0;
padding: 15px;
border-radius: 50%;
margin: 0 5px 20px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-adv-carousel__item:hover .pa-media-magnific-image span {
opacity: 1 !important;
}
.flipster__button {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 2em;
height: 2em;
line-height: 0;
text-align: center;
border: none;
box-shadow: none;
color: transparent;
}
.flipster__button svg {
width: 15px;
height: 15px;
stroke: none;
}
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-1 .flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-1 .flipster__item__content {
-webkit-transform: scale(-webkit-calc(0.95 - 1 / 10));
-ms-transform: scale(calc(0.95 - 1 / 10));
transform: scale(calc(0.95 - 1 / 10));
}
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-2 .flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-2 .flipster__item__content {
-webkit-transform: scale(-webkit-calc(0.95 - 2 / 10));
-ms-transform: scale(calc(0.95 - 2 / 10));
transform: scale(calc(0.95 - 2 / 10));
}
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-3 .flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-3 .flipster__item__content {
-webkit-transform: scale(-webkit-calc(0.95 - 3 / 10));
-ms-transform: scale(calc(0.95 - 3 / 10));
transform: scale(calc(0.95 - 3 / 10));
}
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-4 .flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-4 .flipster__item__content {
-webkit-transform: scale(-webkit-calc(0.95 - 4 / 10));
-ms-transform: scale(calc(0.95 - 4 / 10));
transform: scale(calc(0.95 - 4 / 10));
}
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-5 .flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-5 .flipster__item__content {
-webkit-transform: scale(-webkit-calc(0.95 - 5 / 10));
-ms-transform: scale(calc(0.95 - 5 / 10));
transform: scale(calc(0.95 - 5 / 10));
}
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-6 .flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-6 .flipster__item__content {
-webkit-transform: scale(-webkit-calc(0.95 - 6 / 10));
-ms-transform: scale(calc(0.95 - 6 / 10));
transform: scale(calc(0.95 - 6 / 10));
}
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-7 .flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-7 .flipster__item__content {
-webkit-transform: scale(-webkit-calc(0.95 - 7 / 10));
-ms-transform: scale(calc(0.95 - 7 / 10));
transform: scale(calc(0.95 - 7 / 10));
}
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-8 .flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-8 .flipster__item__content {
-webkit-transform: scale(-webkit-calc(0.95 - 8 / 10));
-ms-transform: scale(calc(0.95 - 8 / 10));
transform: scale(calc(0.95 - 8 / 10));
}
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-9 .flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-9 .flipster__item__content {
-webkit-transform: scale(-webkit-calc(0.95 - 9 / 10));
-ms-transform: scale(calc(0.95 - 9 / 10));
transform: scale(calc(0.95 - 9 / 10));
}
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-10 .flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-10 .flipster__item__content {
-webkit-transform: scale(-webkit-calc(0.95 - 10 / 10));
-ms-transform: scale(calc(0.95 - 10 / 10));
transform: scale(calc(0.95 - 10 / 10));
}
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .flipster--flat .flipster__item--future,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .flipster--flat .flipster__item--past {
opacity: 0.3;
}
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .flipster--flat .flipster__item--future-1,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .flipster--flat .flipster__item--past-1 {
opacity: 0.8;
} @media (max-width: 1024px) {
.premium-adv-carousel__item .pa-media-icons-wrapper .pa-media-icons-inner-container .pa-media-magnific-image span {
opacity: 1;
}
} .pa-woo-mc__outer-container,
.pa-woo-mc__inner-container,
.pa-woo-mc__icon-wrapper,
.pa-woo-mc__text-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.pa-woo-mc__outer-container {
gap: 5px;
}
.pa-woo-mc__content-wrapper .pa-woo-mc__outer-container a:hover {
color: currentColor;
}
.pa-woo-mc__inner-container {
cursor: pointer;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.pa-woo-mc__inner-container * {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.pa-woo-mc__tax-label {
text-transform: none;
font-size: 80%;
}
.pa-woo-mc__widget-shopping-outer-wrapper {
position: relative;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
overflow-y: auto;
}
.pa-woo-mc__widget-shopping-outer-wrapper .premium-loading-feed {
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
background: rgba(255, 255, 255, 0.2);
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.pa-woo-mc__badge {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.pa-woo-mc__subtotal.pa-counting {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
gap: 3px;
}
.pa-woo-mc__subtotal.pa-counting .pa-woo-mc__subtotal-val {
font-family: inherit;
line-height: inherit;
}
.pa-woo-mc__subtotal.pa-counting .pa-woo-mc__subtotal-currency {
margin-bottom: 1px;
}
.pa-woo-mc__float .pa-woo-mc__inner-container {
position: fixed;
z-index: 99;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.pa-woo-mc__float .pa-woo-mc__icon-wrapper {
position: relative;
}
.pa-woo-mc__float .pa-woo-mc__badge {
top: -5px;
inset-inline-end: -7px;
}
.pa-woo-mc__float .pa-woo-mc__text-wrapper .pa-woo-mc__subtotal {
font-size: 14px;
}
.pa-woo-mc__preset-2 .pa-woo-mc__badge,
.pa-woo-mc__preset-3 .pa-woo-mc__badge,
.pa-woo-mc__preset-4 .pa-woo-mc__badge,
.pa-woo-mc__preset-6 .pa-woo-mc__badge,
.pa-woo-mc__float .pa-woo-mc__badge {
position: absolute;
z-index: 1;
}
.pa-woo-mc__preset-2 .pa-woo-mc__badge,
.pa-woo-mc__preset-4 .pa-woo-mc__badge,
.pa-woo-mc__preset-6 .pa-woo-mc__badge {
inset-inline-end: 0;
top: 0;
}
.pa-woo-mc__preset-4 .pa-woo-mc__inner-container,
.pa-woo-mc__preset-5 .pa-woo-mc__inner-container,
.pa-woo-mc__preset-6 .pa-woo-mc__inner-container {
gap: 8px;
}
.pa-woo-mc__preset-1 .pa-woo-mc__badge {
width: 19px;
height: 19px;
}
.pa-woo-mc__preset-1 .pa-woo-mc__icon-wrapper {
gap: 6px;
}
.pa-woo-mc__preset-2 .pa-woo-mc__inner-container {
position: relative;
border: 1px solid #333;
width: 50px;
height: 50px;
border-radius: 50%;
}
.pa-woo-mc__preset-3 .pa-woo-mc__badge {
top: -5px;
right: -7px;
}
.pa-woo-mc__preset-3 .pa-woo-mc__icon-wrapper {
position: relative;
}
.pa-woo-mc__preset-3 .pa-woo-mc__inner-container {
gap: 15px;
}
.pa-woo-mc__preset-3 .pa-woo-mc__subtotal {
font-size: 13px;
}
.pa-woo-mc__preset-4 .pa-woo-mc__subtotal {
font-size: 14px;
}
.pa-woo-mc__preset-4 .pa-woo-mc__icon-wrapper {
position: relative;
width: 50px;
height: 50px;
border-radius: 50%;
background-color: #333;
}
.pa-woo-mc__preset-4 .pa-woo-mc__icon-wrapper .pa-woo-mc__icon,
.pa-woo-mc__preset-4 .pa-woo-mc__icon-wrapper .pa-woo-mc__icon * {
fill: #fff;
}
.pa-woo-mc__preset-5 .pa-woo-mc__text-wrapper {
font-size: 16px;
color: #000;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.pa-woo-mc__preset-5 .pa-woo-mc__icon-wrapper .pa-woo-mc__icon,
.pa-woo-mc__preset-5 .pa-woo-mc__icon-wrapper .pa-woo-mc__icon * {
fill: #000;
}
.pa-woo-mc__preset-6 .pa-woo-mc__inner-container {
position: relative;
border-radius: 42px;
background-color: #333;
padding: 8px 12px;
}
.pa-woo-mc__preset-6 .pa-woo-mc__subtotal {
font-size: 14px;
color: #fff;
}
.pa-woo-mc__preset-6 .pa-woo-mc__icon-wrapper .pa-woo-mc__icon,
.pa-woo-mc__preset-6 .pa-woo-mc__icon-wrapper .pa-woo-mc__icon * {
fill: #fff;
}
.pa-woo-mc__preset-6 .pa-woo-mc__badge {
width: 18px;
height: 18px;
font-size: 11px;
top: -3px;
inset-inline-end: -5px;
}
.pa-woo-mc__preset-7 .pa-woo-mc__inner-container {
gap: 12px;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.pa-woo-mc__preset-7 .pa-woo-mc__icon-wrapper .pa-woo-mc__icon,
.pa-woo-mc__preset-7 .pa-woo-mc__icon-wrapper .pa-woo-mc__icon * {
fill: #000;
width: 32px;
height: 32px;
}
.pa-woo-mc__preset-7 .pa-woo-mc__subtotal {
color: #439665;
}
.pa-woo-mc__preset-7 .pa-woo-mc__text-wrapper {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-padding-start: 12px;
padding-inline-start: 12px;
-webkit-border-start: 1px solid rgba(0, 0, 0, 0.1);
border-inline-start: 1px solid rgba(0, 0, 0, 0.1);
font-size: 13px;
}
.pa-woo-mc__preset-7 .pa-woo-mc__badge {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
color: #767676;
}
.pa-woo-mc__preset-7 .pa-woo-mc__badge-txt {
-webkit-padding-start: 3px;
padding-inline-start: 3px;
}
.pa-woo-mc__link {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 9;
}
.pa-woo-mc__text-wrapper {
gap: 5px;
}
.pa-woo-mc__icon-wrapper {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.pa-woo-mc__icon-wrapper svg,
.pa-woo-mc__icon-wrapper .premium-lottie-animation {
width: 20px;
height: 20px;
}
.pa-woo-mc__icon-wrapper i {
font-size: 20px;
}
.pa-woo-mc__cart-content {
overflow: hidden;
}
.pa-woo-mc__cart-header {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding: 20px;
color: #000000;
border-bottom: 1px solid #dcdcdc;
}
.pa-woo-mc__cart-title {
font-size: 13px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.3px;
}
.pa-woo-mc__overlay {
position: absolute;
inset: 0;
z-index: 999;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.pa-woo-mc__close-button {
cursor: pointer;
width: 13px;
height: 13px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.pa-woo-mc__close-button i {
font-size: 13px;
color: rgba(0, 0, 0, 0.631372549);
}
.pa-woo-mc__close-button svg {
width: 100%;
height: 100%;
fill: rgba(0, 0, 0, 0.631372549);
}
.pa-woo-mc__content-wrapper {
z-index: 1000;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
width: 360px;
-webkit-transition: 0.5s all ease-in-out;
transition: 0.5s all ease-in-out;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
overflow: hidden;
border-inline: 1px solid #dcdcdc;
background: #fff;
}
.pa-woo-mc__content-wrapper.pa-hide-content .pa-woo-mc__empty-mc,
.pa-woo-mc__content-wrapper.pa-hide-content .pa-woo-mc__cart-footer,
.pa-woo-mc__content-wrapper.pa-hide-content .pa-woo-mc__coupon-sec-wrapper,
.pa-woo-mc__content-wrapper.pa-hide-content .pa-woo-mc__progressbar-wrapper {
display: none;
}
.pa-woo-mc__content-wrapper.pa-woo-mc__slide {
position: fixed;
height: 100vh;
top: 0;
display: none;
}
.pa-woo-mc__content-wrapper.pa-woo-mc__menu {
position: absolute;
top: 100%;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
visibility: hidden;
opacity: 0;
border: 1px solid #dcdcdc;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.149);
}
.pa-woo-mc__content-wrapper.pa-woo-mc__menu.pa-woo-mc__open {
visibility: visible;
opacity: 1;
}
.pa-woo-mc__content-wrapper.pa-woo-mc__menu .pa-woo-mc__items-wrapper {
height: 255px;
}
.pa-woo-mc__remove-item svg,
.pa-woo-mc__remove-item svg * {
fill: #a3a3a3;
}
.pa-woo-mc__remove-item span,
.pa-woo-mc__remove-item i {
color: #a3a3a3;
}
.pa-woo-mc__remove-item:hover svg,
.pa-woo-mc__remove-item:hover svg * {
fill: #303030;
}
.pa-woo-mc__remove-item:hover span,
.pa-woo-mc__remove-item:hover i {
color: #303030;
}
.pa-woo-mc__item-price {
font-size: 14px;
font-weight: 500;
}
.pa-woo-mc__items-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin-top: 20px;
padding-bottom: 20px;
row-gap: 20px;
overflow-y: auto;
background: #fff;
}
.pa-woo-mc__item-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 0 20px;
-webkit-column-gap: 20px;
column-gap: 20px;
position: relative;
}
.pa-woo-mc__empty-msg-wrapper {
position: absolute;
top: 40%;
left: 0;
width: 100%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.pa-woo-mc__empty-msg {
font-size: 16px;
font-weight: 400;
margin-top: 20px;
margin-bottom: 15px;
font-family: "DM Sans", Sans-serif;
}
.pa-woo-mc__empty-msg-img {
width: 150px;
}
.pa-woo-mc__empty-msg-btn {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-size: 13px;
font-weight: 600;
padding: 10px 20px;
background-color: rgba(2, 1, 1, 0.8);
color: #fff;
letter-spacing: 0.5px;
text-transform: uppercase;
text-decoration: none;
font-family: "Plus Jakarta Sans", Sans-serif;
}
.pa-woo-mc__empty-msg-btn:hover {
background-color: rgba(2, 1, 1, 0.8);
color: #fff;
}
.pa-woo-mc__product-data,
.pa-woo-mc__item-qty,
.pa-woo-mc__title-row,
.pa-woo-mc__price-row {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.pa-woo-mc__product-data,
.pa-woo-mc__title-row,
.pa-woo-mc__price-row {
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.pa-woo-mc__product-data {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.pa-woo-mc__price-row {
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.pa-woo-mc__product-thumbnail {
width: 105px;
height: 105px;
}
.pa-woo-mc__product-thumbnail img {
height: 100%;
border-radius: 24px;
}
.pa-woo-mc__product-thumbnail a {
color: transparent;
}
.pa-woo-mc__item-qty {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid #e2e2e2;
padding: 5px;
}
.pa-woo-mc__input[type=number] {
-webkit-appearance: textfield;
appearance: textfield;
width: 20px;
background: transparent;
font-size: 15px;
font-weight: 400;
pointer-events: none;
outline: none;
}
.pa-woo-mc__input[type=number]::-webkit-inner-spin-button,
.pa-woo-mc__input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
}
.pa-woo-mc__input[type=number],
.pa-woo-mc__qty-btn {
padding: 0;
margin: 0;
text-align: center;
border: none;
border-radius: 0;
}
.pa-woo-mc__qty-btn {
width: 13px;
height: 13px;
fill: rgba(0, 0, 0, 0.631372549);
border: none;
cursor: pointer;
}
.pa-woo-mc__qty-btn * {
fill: rgba(0, 0, 0, 0.631372549);
}
.pa-woo-mc__qty-btn.disabled {
cursor: not-allowed;
pointer-events: none;
}
.pa-woo-mc__qty-btn-yes .pa-woo-mc__qty-btn,
.pa-woo-mc__qty-btn-yes svg:not(:root).pa-woo-mc__qty-btn {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.pa-woo-mc__qty-btn-yes .pa-woo-mc__input[type=number] {
pointer-events: auto;
}
.pa-woo-mc__title {
font-size: 14px;
font-weight: 600;
color: #000000;
}
.pa-woo-mc__layout-1 {
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.pa-woo-mc__layout-1 .pa-woo-mc__title-row {
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.pa-woo-mc__layout-2 .pa-woo-mc__product-data {
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.pa-woo-mc__layout-2 .pa-woo-mc__title {
text-align: start;
width: 100%;
}
.pa-woo-mc__layout-3 .pa-woo-mc__product-thumbnail {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
position: relative;
}
.pa-woo-mc__layout-3 .pa-woo-mc__remove-item {
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 0;
left: 100%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 11px;
padding: 10px;
z-index: 3;
box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
border-radius: 50%;
background: #fff;
}
.pa-woo-mc__layout-3 .pa-woo-mc__cart-count {
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
line-height: 1.5;
}
.pa-woo-mc__layout-4 .pa-woo-mc__remove-item {
position: absolute;
top: 0;
inset-inline-end: 0;
visibility: inherit;
opacity: 0;
font-size: 114%;
margin-top: 10px;
-webkit-margin-end: 0;
margin-inline-end: 0;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.pa-woo-mc__layout-4 .pa-woo-mc__remove-item svg {
height: 100%;
width: 100%;
}
.pa-woo-mc__layout-4 .pa-woo-mc__items-wrapper {
padding-inline: 20px;
}
.pa-woo-mc__layout-4 .pa-woo-mc__item-wrapper {
padding: 10px 20px;
}
.pa-woo-mc__layout-4 .pa-woo-mc__item-wrapper:hover {
background: #f7f7f7;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pa-woo-mc__layout-4 .pa-woo-mc__item-wrapper:hover .pa-woo-mc__remove-item {
opacity: 1;
-webkit-margin-end: 10px;
margin-inline-end: 10px;
}
.pa-woo-mc__layout-4 .pa-woo-mc__product-data {
row-gap: 10px;
}
.pa-woo-mc__layout-3 .pa-woo-mc__items-wrapper,
.pa-woo-mc__layout-4 .pa-woo-mc__items-wrapper {
overflow-y: visible;
}
.pa-woo-mc__layout-3 .pa-woo-mc__item-price,
.pa-woo-mc__layout-4 .pa-woo-mc__item-price {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
gap: 5px;
}
.pa-woo-mc__layout-3 .pa-woo-mc__content-wrapper,
.pa-woo-mc__layout-4 .pa-woo-mc__content-wrapper {
overflow: visible;
}
.pa-woo-mc__layout-3 .pa-woo-mc__cart-header,
.pa-woo-mc__layout-4 .pa-woo-mc__cart-header {
position: relative;
}
.pa-woo-mc__layout-3 .pa-woo-mc__close-button,
.pa-woo-mc__layout-4 .pa-woo-mc__close-button {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: unset;
height: unset;
background: #fff;
border-radius: 50%;
}
.pa-woo-mc__layout-3 .pa-woo-mc__close-button svg,
.pa-woo-mc__layout-4 .pa-woo-mc__close-button svg {
width: 13px;
height: 13px;
margin: 12px;
}
.pa-woo-mc__layout-3 .pa-woo-mc__product-thumbnail,
.pa-woo-mc__layout-4 .pa-woo-mc__product-thumbnail {
width: 80px;
height: 80px;
}
.pa-woo-mc__layout-3 .pa-woo-mc__product-thumbnail img,
.pa-woo-mc__layout-4 .pa-woo-mc__product-thumbnail img {
border-radius: 15px;
}
.pa-woo-mc__layout-3.pa-slide-dir-left .pa-woo-mc__close-button,
.pa-woo-mc__layout-4.pa-slide-dir-left .pa-woo-mc__close-button {
right: -55px;
}
.pa-woo-mc__layout-3.pa-slide-dir-right .pa-woo-mc__close-button,
.pa-woo-mc__layout-4.pa-slide-dir-right .pa-woo-mc__close-button {
left: -55px;
}
.pa-woo-mc__cross-sell-wrapper {
margin-top: 20px;
}
.pa-woo-mc__cross-sell-product {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.pa-woo-mc__cross-sell-product .pa-woo-mc__cross-sell-thumbnail {
width: 90px;
height: 90px;
margin-bottom: 10px;
}
.pa-woo-mc__cross-sell-product .pa-woo-mc__cross-sell-thumbnail img {
height: 100%;
}
.pa-woo-mc__cross-sells-wrapper {
margin-top: 35px;
}
.pa-woo-mc__coupon-sec-wrapper {
margin: 20px;
padding: 10px;
background-color: rgba(220, 220, 220, 0.2784313725);
}
.pa-woo-mc__cross-sells-heading-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 20px;
border-bottom: 1px solid #dcd8d8;
padding-bottom: 7px;
}
.pa-woo-mc__cross-sells-heading {
font-size: 15px;
font-weight: 600;
text-transform: uppercase;
}
.pa-woo-mc__cross-sells-arrows {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.pa-woo-mc__cross-sells-arrows a {
width: 10px;
height: 10px;
color: #000;
visibility: hidden;
opacity: 0;
cursor: pointer;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.pa-woo-mc__cross-sells-arrows a svg {
width: 100%;
height: 100%;
}
.pa-woo-mc__cross-sells-arrows a,
.pa-woo-mc__cross-sell-title,
.pa-woo-mc__coupon-toggler,
.pa-woo-mc__coupon-submit,
.pa-woo-mc__empty-msg-btn {
outline: none;
border: none;
margin: 0;
}
.pa-woo-mc__cross-sells-arrows a,
.pa-woo-mc__cross-sell-title,
.pa-woo-mc__coupon-toggler,
.pa-woo-mc__coupon-submit {
padding: 0;
}
.pa-woo-mc__cross-sells-arrows a:hover,
.pa-woo-mc__cross-sell-title:hover,
.pa-woo-mc__coupon-toggler:hover,
.pa-woo-mc__coupon-submit:hover {
color: currentColor;
background: transparent;
border: none;
}
.pa-woo-mc__coupon-notice {
font-size: 12px;
font-weight: 600;
color: #439665;
}
.pa-woo-mc__coupon-notice.pa-error-notice {
color: #d9534f;
}
.pa-woo-mc__coupon-notice-wrapper .pa-woo-mc__remove-coupon {
font-size: 12px;
font-weight: 600;
color: #d63638;
text-decoration: underline;
margin: 0;
padding: 0;
background: transparent;
box-shadow: none;
}
.pa-woo-mc__coupon-notice-wrapper .pa-woo-mc__remove-coupon:hover {
color: #d63638;
background: transparent;
}
.pa-woo-mc__coupon-notice-wrapper .pa-woo-mc__remove-coupon:focus {
outline: none;
border: none;
box-shadow: none;
}
.pa-woo-mc__coupon-submit {
position: absolute;
z-index: 4;
inset-inline-end: 10px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 100%;
color: #000;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: inset 0.3s ease-in-out;
transition: inset 0.3s ease-in-out;
}
.pa-woo-mc__coupon-submit svg {
width: 18px;
height: 18px;
}
.pa-woo-mc__coupon-submit:hover {
inset-inline-end: 8px;
}
.pa-woo-mc__cross-sell-title {
font-size: 14px;
color: #000;
font-weight: 600;
line-height: 1.1;
}
.pa-woo-mc__coupon-toggler {
font-size: 13px;
color: #000;
font-weight: 500;
letter-spacing: 0.3px;
text-transform: uppercase;
}
.pa-woo-mc__coupon-wrapper {
position: relative;
margin-top: 10px;
}
.pa-woo-mc__progressbar-wrapper {
margin: 20px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
gap: 10px;
}
.pa-woo-mc__progressbar {
height: 12px;
width: 100%;
border-radius: 3px;
background-color: #e6e6e6;
background-image: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0.7) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.7) 75%, transparent 75%, transparent);
background-size: 30px 30px;
animation: progress-bar-move 2s linear infinite reverse;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.pa-woo-mc__progress-heading {
font-size: 14px;
font-weight: 600;
}
.pa-woo-mc__qty-ctrls-row {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
}
.pa-woo-mc__qty-ctrls-row .pa-woo-mc__item-qty {
border: 1px solid #e2e2e2;
}
.pa-woo-mc__empty-mc {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.pa-woo-mc__empty-mc .pa-woo-mc__remove-all-btn,
.pa-woo-mc__empty-mc .pa-woo-mc__empty-mc-confirm {
margin: 10px 20px;
padding: 10px 20px;
border-radius: 4px;
border: none;
width: 100%;
}
.pa-woo-mc__empty-mc .pa-woo-mc__remove-all-btn,
.pa-woo-mc__empty-mc .pa-woo-mc__confirm-msg,
.pa-woo-mc__empty-mc a.pa-woo-mc__confirm-btn {
font-size: 11px;
background: rgba(2, 1, 1, 0);
color: #000000;
text-align: center;
border: none;
line-height: 1;
white-space: nowrap;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 0.7px;
}
.pa-woo-mc__empty-mc .pa-woo-mc__remove-all-btn:hover,
.pa-woo-mc__empty-mc .pa-woo-mc__confirm-msg:hover,
.pa-woo-mc__empty-mc a.pa-woo-mc__confirm-btn:hover {
background: rgba(2, 1, 1, 0);
}
.pa-woo-mc__empty-mc .pa-woo-mc__remove-all-btn:focus,
.pa-woo-mc__empty-mc .pa-woo-mc__confirm-msg:focus,
.pa-woo-mc__empty-mc a.pa-woo-mc__confirm-btn:focus {
outline: none;
border: none;
box-shadow: none;
}
.pa-woo-mc__empty-mc .pa-woo-mc__remove-all-btn,
.pa-woo-mc__empty-mc a.pa-woo-mc__confirm-btn {
text-decoration: underline;
cursor: pointer;
}
.pa-woo-mc__empty-mc-confirm {
gap: 10px;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.pa-woo-mc__confirm-btn {
padding: 0;
margin: 0;
outline: 0;
border: none;
}
.pa-woo-mc__confirm-msg {
word-spacing: 2px;
}
.pa-woo-mc__cart-footer {
padding: 20px;
margin-top: auto;
border-top: 1px solid #dcdcdc;
}
.pa-woo-mc__cart-footer .pa-woo-mc__cart-subtotal {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.pa-woo-mc__cart-footer .pa-woo-mc__subtotal-heading {
font-size: 14px;
letter-spacing: 0px;
text-transform: capitalize;
color: #000000;
font-weight: 400;
}
.pa-woo-mc__cart-footer .pa-woo-mc__subtotal {
font-size: 15px;
letter-spacing: 0px;
text-transform: uppercase;
color: #000000;
font-weight: 500;
}
.pa-woo-mc__remove-item {
display: none;
cursor: pointer;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.pa-woo-mc__remove-item svg {
width: 100%;
height: 100%;
}
.pa-woo-mc__remove-icon-yes .pa-woo-mc__remove-item {
display: block;
}
.pa-woo-mc__remove-icon-yes.pa-woo-mc__layout-3 .pa-woo-mc__remove-item {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.pa-woo-mc__cart-buttons {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
gap: 10px;
margin-top: 20px;
}
.pa-woo-mc__mc-btn {
width: 100%;
padding: 12px;
text-align: center;
}
.pa-woo-mc__btn-txt {
font-weight: 500;
font-size: 13px;
letter-spacing: 0.5px;
text-transform: uppercase;
text-decoration: none;
}
.pa-woo-mc__view-cart {
background: #e7e7e7;
color: #000000;
}
.pa-woo-mc__view-cart:hover {
background: #e0e0e0;
}
.pa-woo-mc__checkout {
background: #2d2d2d;
color: #ffffff;
}
.pa-woo-mc__checkout:hover {
background: #000000;
}
.pa-woo-mc__item-notice {
position: absolute;
left: 0;
top: 100%;
width: 100%;
font-size: 15px;
padding: 0 20px;
color: #d9534f;
}
.pa-woo-mc__mw-left .pa-woo-mc__menu,
.pa-woo-mc__mw-right .pa-woo-mc__menu {
-webkit-transform: translate(0);
-ms-transform: translate(0);
transform: translate(0);
}
.pa-woo-mc__mw-left .pa-woo-mc__menu {
left: 0;
}
.pa-woo-mc__mw-right .pa-woo-mc__menu {
right: 0;
left: unset;
}
.pa-woo-mc__slide-up.pa-woo-mc__mw-center .pa-woo-mc__menu {
-webkit-transform: translateX(-50%) translateY(10px);
-ms-transform: translateX(-50%) translateY(10px);
transform: translateX(-50%) translateY(10px);
}
.pa-woo-mc__slide-up.pa-woo-mc__mw-center .pa-woo-mc__menu.pa-woo-mc__open {
-webkit-transform: translateX(-50%) translateY(0);
-ms-transform: translateX(-50%) translateY(0);
transform: translateX(-50%) translateY(0);
}
.pa-woo-mc__slide-up.pa-woo-mc__mw-left .pa-woo-mc__menu,
.pa-woo-mc__slide-up.pa-woo-mc__mw-right .pa-woo-mc__menu {
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
.pa-woo-mc__slide-up.pa-woo-mc__mw-left .pa-woo-mc__menu.pa-woo-mc__open,
.pa-woo-mc__slide-up.pa-woo-mc__mw-right .pa-woo-mc__menu.pa-woo-mc__open {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.pa-woo-mc__slide-down.pa-woo-mc__mw-center .pa-woo-mc__menu {
-webkit-transform: translateX(-50%) translateY(-10px);
-ms-transform: translateX(-50%) translateY(-10px);
transform: translateX(-50%) translateY(-10px);
}
.pa-woo-mc__slide-down.pa-woo-mc__mw-center .pa-woo-mc__menu.pa-woo-mc__open {
-webkit-transform: translateX(-50%) translateY(0);
-ms-transform: translateX(-50%) translateY(0);
transform: translateX(-50%) translateY(0);
}
.pa-woo-mc__slide-down.pa-woo-mc__mw-left .pa-woo-mc__menu,
.pa-woo-mc__slide-down.pa-woo-mc__mw-right .pa-woo-mc__menu {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
.pa-woo-mc__slide-down.pa-woo-mc__mw-left .pa-woo-mc__menu.pa-woo-mc__open,
.pa-woo-mc__slide-down.pa-woo-mc__mw-right .pa-woo-mc__menu.pa-woo-mc__open {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.pa-woo-mc__slide-left.pa-woo-mc__mw-center .pa-woo-mc__menu {
-webkit-transform: translateX(-45%);
-ms-transform: translateX(-45%);
transform: translateX(-45%);
}
.pa-woo-mc__slide-left.pa-woo-mc__mw-center .pa-woo-mc__menu.pa-woo-mc__open {
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.pa-woo-mc__slide-left.pa-woo-mc__mw-left .pa-woo-mc__menu,
.pa-woo-mc__slide-left.pa-woo-mc__mw-right .pa-woo-mc__menu {
-webkit-transform: translateX(5%);
-ms-transform: translateX(5%);
transform: translateX(5%);
}
.pa-woo-mc__slide-left.pa-woo-mc__mw-left .pa-woo-mc__menu.pa-woo-mc__open,
.pa-woo-mc__slide-left.pa-woo-mc__mw-right .pa-woo-mc__menu.pa-woo-mc__open {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
.pa-woo-mc__slide-right.pa-woo-mc__mw-center .pa-woo-mc__menu {
-webkit-transform: translateX(-55%);
-ms-transform: translateX(-55%);
transform: translateX(-55%);
}
.pa-woo-mc__slide-right.pa-woo-mc__mw-center .pa-woo-mc__menu.pa-woo-mc__open {
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.pa-woo-mc__slide-right.pa-woo-mc__mw-left .pa-woo-mc__menu,
.pa-woo-mc__slide-right.pa-woo-mc__mw-right .pa-woo-mc__menu {
-webkit-transform: translateX(-5%);
-ms-transform: translateX(-5%);
transform: translateX(-5%);
}
.pa-woo-mc__slide-right.pa-woo-mc__mw-left .pa-woo-mc__menu.pa-woo-mc__open,
.pa-woo-mc__slide-right.pa-woo-mc__mw-right .pa-woo-mc__menu.pa-woo-mc__open {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
.pa-woo-mc__anim-overlay {
transition: transform 0.5s, -webkit-transform 0.5s;
}
.pa-woo-mc__anim-overlay.left {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.pa-woo-mc__anim-overlay.right {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.pa-hide-empty-badge-yes .pa-hide-badge {
display: none;
}
.pa-woo-mc__coupon-wrapper input[type=text].pa-woo-mc__coupon-field {
outline: none;
border: none;
margin: 0;
padding: 10px;
box-shadow: 0 0 0 transparent;
width: 100%;
font-size: 13px;
font-style: italic;
text-transform: capitalize;
background-color: #fff;
}
.elementor-widget-premium-mini-cart:not(.pa-woo-mc__preset-5, .pa-woo-mc__preset-7) .pa-woo-mc__badge {
width: 15px;
height: 15px;
background-color: #d9534f;
color: #fff;
font-size: 10px;
border-radius: 50%;
}
.pa-woo-mc__layout-1 .pa-woo-mc__cross-sells-wrapper,
.pa-woo-mc__layout-2 .pa-woo-mc__cross-sells-wrapper,
.pa-woo-mc__layout-3 .pa-woo-mc__cross-sells-wrapper {
padding: 0 20px;
}
.pa-show-cs-arrows-yes .pa-woo-mc__cross-sells-arrows a {
visibility: inherit;
opacity: 1;
}
.pa-show-cross-sells-yes .pa-woo-mc__cross-sells-wrapper {
display: block !important;
}
.pa-show-trash-text .pa-woo-mc__remove-item span {
display: inline !important;
font-size: 10px;
text-decoration: underline;
}
.pa-show-trash-icon .pa-woo-mc__remove-item {
width: 17px;
height: 17px;
}
.pa-show-trash-icon .pa-woo-mc__remove-item svg {
display: block !important;
}
.pa-woo-mc__layout-4 .pa-show-trash-icon .pa-woo-mc__remove-item {
width: 11px;
height: 11px;
}
.widget_shopping_cart_content {
overflow-y: auto;
}
.pa-flex-col {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.premium-mc-title-yes .pa-woo-mc__cart-header {
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.pa-mc-separator-yes .pa-woo-mc__item-divider {
display: block !important;
height: 1px;
border: 0;
margin-top: 20px;
margin-bottom: 20px;
border-top: 1px solid #dcdcdc;
}
.pa-mc-separator-yes .pa-woo-mc__items-wrapper {
row-gap: 0;
} .premium-mc-float-left .pa-woo-mc__inner-container {
left: 0;
}
.premium-mc-float-right .pa-woo-mc__inner-container {
right: 10px;
}
.premium-mc-float-top .pa-woo-mc__inner-container {
top: 0;
}
.premium-mc-float-middle .pa-woo-mc__inner-container {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.premium-mc-float-bottom .pa-woo-mc__inner-container {
bottom: 0;
} html.msection-html {
margin-top: 0 !important;
}
html.offcanvas-open {
min-height: 100vh;
}
html.offcanvas-open body {
overflow-x: hidden;
}
html.offcanvas-open .eb-total-outer-container {
overflow: hidden;
}
.premium-magic-section-body-inner {
position: relative;
z-index: 9;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.pa-woo-mc__qty-btn,
svg:not(:root).pa-woo-mc__qty-btn {
display: none;
}
@media (max-width: 1024px) {
.pa-woo-mc__content-wrapper {
width: 50vw;
}
.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu {
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
left: 50%;
}
.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu,
.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu {
-webkit-transform: translate(0);
-ms-transform: translate(0);
transform: translate(0);
}
.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu {
left: 0;
}
.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu {
right: 0;
left: unset;
}
.pa-woo-mc__slide-up.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu {
-webkit-transform: translateX(-50%) translateY(10px);
-ms-transform: translateX(-50%) translateY(10px);
transform: translateX(-50%) translateY(10px);
}
.pa-woo-mc__slide-up.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu.pa-woo-mc__open {
-webkit-transform: translateX(-50%) translateY(0);
-ms-transform: translateX(-50%) translateY(0);
transform: translateX(-50%) translateY(0);
}
.pa-woo-mc__slide-up.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu,
.pa-woo-mc__slide-up.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu {
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
.pa-woo-mc__slide-up.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu.pa-woo-mc__open,
.pa-woo-mc__slide-up.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu.pa-woo-mc__open {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.pa-woo-mc_slide-down.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu {
-webkit-transform: translateX(-50%) translateY(-10px);
-ms-transform: translateX(-50%) translateY(-10px);
transform: translateX(-50%) translateY(-10px);
}
.pa-woo-mc_slide-down.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu.pa-woo-mc__open {
-webkit-transform: translateX(-50%) translateY(0);
-ms-transform: translateX(-50%) translateY(0);
transform: translateX(-50%) translateY(0);
}
.pa-woo-mc_slide-down.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu,
.pa-woo-mc_slide-down.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
.pa-woo-mc_slide-down.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu.pa-woo-mc__open,
.pa-woo-mc_slide-down.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu.pa-woo-mc__open {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.pa-woo-mc_slide-left.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu {
-webkit-transform: translateX(-45%);
-ms-transform: translateX(-45%);
transform: translateX(-45%);
}
.pa-woo-mc_slide-left.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu.pa-woo-mc__open {
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.pa-woo-mc_slide-left.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu,
.pa-woo-mc_slide-left.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu {
-webkit-transform: translateX(5%);
-ms-transform: translateX(5%);
transform: translateX(5%);
}
.pa-woo-mc_slide-left.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu.pa-woo-mc__open,
.pa-woo-mc_slide-left.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu.pa-woo-mc__open {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
.pa-woo-mc_slide-right.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu {
-webkit-transform: translateX(-55%);
-ms-transform: translateX(-55%);
transform: translateX(-55%);
}
.pa-woo-mc_slide-right.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu.pa-woo-mc__open {
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.pa-woo-mc_slide-right.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu,
.pa-woo-mc_slide-right.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu {
-webkit-transform: translateX(-5%);
-ms-transform: translateX(-5%);
transform: translateX(-5%);
}
.pa-woo-mc_slide-right.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu.pa-woo-mc__open,
.pa-woo-mc_slide-right.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu.pa-woo-mc__open {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
}
@media (max-width: 767px) {
.pa-woo-mc__content-wrapper {
width: 100vw;
}
.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu {
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
left: 50%;
}
.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu,
.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu {
-webkit-transform: translate(0);
-ms-transform: translate(0);
transform: translate(0);
}
.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu {
left: 0;
}
.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu {
right: 0;
left: unset;
}
.pa-woo-mc__slide-up.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu {
-webkit-transform: translateX(-50%) translateY(10px);
-ms-transform: translateX(-50%) translateY(10px);
transform: translateX(-50%) translateY(10px);
}
.pa-woo-mc__slide-up.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu.pa-woo-mc__open {
-webkit-transform: translateX(-50%) translateY(0);
-ms-transform: translateX(-50%) translateY(0);
transform: translateX(-50%) translateY(0);
}
.pa-woo-mc__slide-up.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu,
.pa-woo-mc__slide-up.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu {
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
.pa-woo-mc__slide-up.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu.pa-woo-mc__open,
.pa-woo-mc__slide-up.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu.pa-woo-mc__open {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.pa-woo-mc_slide-down.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu {
-webkit-transform: translateX(-50%) translateY(-10px);
-ms-transform: translateX(-50%) translateY(-10px);
transform: translateX(-50%) translateY(-10px);
}
.pa-woo-mc_slide-down.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu.pa-woo-mc__open {
-webkit-transform: translateX(-50%) translateY(0);
-ms-transform: translateX(-50%) translateY(0);
transform: translateX(-50%) translateY(0);
}
.pa-woo-mc_slide-down.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu,
.pa-woo-mc_slide-down.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
.pa-woo-mc_slide-down.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu.pa-woo-mc__open,
.pa-woo-mc_slide-down.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu.pa-woo-mc__open {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.pa-woo-mc_slide-left.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu {
-webkit-transform: translateX(-45%);
-ms-transform: translateX(-45%);
transform: translateX(-45%);
}
.pa-woo-mc_slide-left.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu.pa-woo-mc__open {
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.pa-woo-mc_slide-left.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu,
.pa-woo-mc_slide-left.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu {
-webkit-transform: translateX(5%);
-ms-transform: translateX(5%);
transform: translateX(5%);
}
.pa-woo-mc_slide-left.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu.pa-woo-mc__open,
.pa-woo-mc_slide-left.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu.pa-woo-mc__open {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
} .pa-woo-mc_slide-right.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu {
-webkit-transform: translateX(-55%);
-ms-transform: translateX(-55%);
transform: translateX(-55%);
}
.pa-woo-mc_slide-right.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu.pa-woo-mc__open {
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.pa-woo-mc_slide-right.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu,
.pa-woo-mc_slide-right.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu {
-webkit-transform: translateX(-5%);
-ms-transform: translateX(-5%);
transform: translateX(-5%);
}
.pa-woo-mc_slide-right.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu.pa-woo-mc__open,
.pa-woo-mc_slide-right.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu.pa-woo-mc__open {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
}
@-webkit-keyframes progress-bar-move {
0% {
background-position: 0 0;
}
100% {
background-position: 30px 30px;
}
}
@keyframes progress-bar-move {
0% {
background-position: 0 0;
}
100% {
background-position: 30px 30px;
}
} .elementor-editor-preview .elementor-widget-empty {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.rtl .pa-show-cs-arrows-yes .pa-woo-mc__cross-sells-arrows {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.rtl .pa-woo-mc__layout-3 .pa-woo-mc__remove-item {
left: 0;
}
.rtl .pa-woo-mc__tax-label {
font-size: 60%;
}
.rtl .pa-woo-mc__subtotal.pa-counting .odometer {
direction: ltr;
}
.premium-mobile-menu__wrap {
position: relative;
z-index: 99;
}
.premium-mobile-menu__dir-row .premium-mobile-menu__list {
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.premium-mobile-menu__dir-column .premium-mobile-menu__list {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.premium-mobile-menu__left .premium-mobile-menu__wrap {
left: 0;
}
.premium-mobile-menu__center .premium-mobile-menu__wrap {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.premium-mobile-menu__right .premium-mobile-menu__wrap {
right: 0;
}
.premium-mobile-menu__top .premium-mobile-menu__wrap {
top: 0;
}
.premium-mobile-menu__bottom .premium-mobile-menu__wrap {
bottom: 0;
}
.premium-mobile-menu__list {
margin: 0;
padding: 0;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
width: 480px;
-webkit-column-gap: 5px;
column-gap: 5px;
}
.premium-mobile-menu__item {
position: relative;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
list-style: none;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
overflow: visible;
cursor: pointer;
text-align: center;
padding: 0;
margin: 0;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.premium-mobile-menu__item-inner {
background: #eee;
}
.premium-mobile-menu__item-inner .premium-mobile-menu__icon-wrap,
.premium-mobile-menu__item-inner .premium-lottie-animation,
.premium-mobile-menu__item-inner .premium-drawable-icon {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.premium-mobile-menu__item-inner i {
font-size: 20px;
}
.premium-mobile-menu__item-inner svg {
width: 20px;
height: 20px;
}
.premium-mobile-menu__items-wrap {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.premium-mobile-menu__link {
position: relative;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
overflow: hidden;
min-height: 70px;
}
.premium-mobile-menu__badge {
position: absolute;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
top: 5px;
right: 5px;
}
.premium-mobile-menu__badge span {
font-size: 10px;
}
.premium-mobile-menu__text span,
.premium-mobile-menu__badge span {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-mobile-menu__indicator-yes .active-menu-item .premium-mobile-menu__link::after {
position: absolute;
content: "";
bottom: 5px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 5px;
height: 5px;
background-color: #000;
border-radius: 50%;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}  .premium-modal-trigger-btn,
.premium-modal-box-modal-lower-close {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
}
.premium-modal-trigger-btn i,
.premium-modal-trigger-btn .premium-modal-box-icon {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-modal-trigger-btn > svg {
width: 30px;
height: 30px;
}
.premium-modal-box-modal-close {
float: inline-end;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000;
position: relative;
z-index: 99;
}
.premium-modal-box-modal-close:hover,
.premium-modal-box-modal-close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
button.premium-modal-box-modal-close {
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
}
.premium-modal-box-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
-webkit-overflow-scrolling: touch;
outline: 0;
padding: 0 !important;
background: rgba(0, 0, 0, 0.5);
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.premium-modal-box-modal .premium-modal-box-modal-dialog {
position: absolute;
max-height: -webkit-calc(100vh - 150px);
max-height: calc(100vh - 150px);
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
opacity: 0;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
}
.premium-modal-box-modal-content {
background-clip: padding-box;
outline: 0;
overflow-x: hidden;
}
.premium-modal-backdrop.premium-in {
filter: alpha(opacity=50);
opacity: 0.5 !important;
}
.premium-in {
opacity: 1;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
.premium-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.premium-modal-box-modal-header {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding: 5px 15px;
border-bottom: 1px solid #e5e5e5;
}
.premium-modal-box-modal-header .premium-modal-box-modal-close {
margin-top: -2px;
}
.premium-modal-box-modal-header .premium-modal-box-modal-title {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin: 0;
padding: 0;
}
.premium-modal-box-modal-header .premium-modal-box-modal-title svg {
width: 50px;
height: 60px;
}
.premium-modal-box-modal-body {
position: relative;
padding: 15px;
}
.premium-modal-box-modal-footer {
padding: 15px;
text-align: end;
border-top: 1px solid #e5e5e5;
}
.premium-modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
.premium-modal-trigger-text {
background: none !important;
display: inline-block;
}
.premium-modal-box-container {
width: 100% !important;
} .premium-modal-trigger-container .premium-modal-trigger-btn {
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border: none;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-modal-trigger-container .premium-modal-trigger-btn.premium-btn-block {
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.premium-modal-trigger-container .premium-modal-trigger-img,
.premium-modal-trigger-container .premium-modal-trigger-text,
.premium-modal-trigger-container .premium-modal-trigger-animation {
cursor: pointer;
}
.premium-modal-trigger-container .premium-modal-trigger-animation {
display: inline-block;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} .premium-modal-box-modal-header img {
width: 48px;
-webkit-padding-end: 5px;
padding-inline-end: 5px;
}
.premium-modal-box-modal-header i,
.premium-modal-box-modal-header svg {
-webkit-padding-end: 6px;
padding-inline-end: 6px;
}
.premium-modal-trigger-img,
.premium-modal-trigger-text,
.premium-modal-box-close-button-container,
.premium-modal-box-modal-close,
.premium-modal-box-modal-lower-close {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
.premium-modal-box-modal-dialog {
width: 700px;
max-height: 600px;
overflow: auto;
}
}
@media (max-width: 767px) {
.premium-modal-box-modal-dialog {
width: 100%;
max-height: 500px;
overflow: auto;
}
}
.premium-modal-box-container[data-modal-animation*=animated-] {
opacity: 0;
} .premium-nav-widget-container {
--pa-menu-width: 300px;
}
.premium-nav-widget-container ul {
list-style: none;
margin: 0;
padding: 0;
}
.premium-nav-widget-container .premium-main-nav-menu {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 100%;
} .premium-nav-ver .premium-ver-inner-container {
width: 45%;
position: relative;
}
.premium-nav-ver .premium-nav-menu-container,
.premium-nav-ver .premium-ver-toggler {
width: 100%;
}
.premium-nav-ver .premium-nav-menu-container {
background-color: #fff;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.premium-nav-ver .premium-main-nav-menu {
position: relative;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item.menu-item-has-children .premium-sub-menu {
visibility: hidden;
opacity: 0;
position: absolute;
min-width: 250px;
}
.premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item.menu-item-has-children.premium-item-hovered > .premium-sub-menu,
.premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item.menu-item-has-children.premium-item-hovered .premium-mega-content-container {
opacity: 1;
visibility: visible;
}
.premium-nav-ver .premium-nav-menu-item {
width: 100%;
}
.premium-nav-ver:not(.premium-hamburger-menu).premium-vertical-right .premium-mega-content-container,
.premium-nav-ver:not(.premium-hamburger-menu).premium-vertical-right .premium-nav-menu-item.menu-item-has-children .premium-sub-menu {
left: 100%;
top: 0;
}
.premium-nav-ver:not(.premium-hamburger-menu).premium-vertical-left .premium-mega-content-container,
.premium-nav-ver:not(.premium-hamburger-menu).premium-vertical-left .premium-nav-menu-item.menu-item-has-children .premium-sub-menu {
right: 100%;
top: 0;
}
.premium-nav-ver:not(.premium-hamburger-menu).premium-vertical-left .premium-menu-link {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.premium-nav-ver:not(.premium-hamburger-menu).pa-align-top .premium-main-nav-menu,
.premium-nav-ver:not(.premium-hamburger-menu).pa-align-top .premium-nav-menu-item.menu-item-has-children {
position: static;
} .premium-nav-hor > .elementor-widget-container > .premium-nav-widget-container > .premium-ver-inner-container > .premium-nav-menu-container {
height: 60px;
}
.premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item .premium-sub-menu {
visibility: hidden;
opacity: 0;
position: absolute;
min-width: 220px;
}
.premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item > .premium-sub-menu,
.premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item > .premium-mega-content-container {
top: 100%;
}
.premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item > .premium-sub-menu .premium-sub-menu {
inset-inline-start: 100%;
top: 0;
}
.premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item.premium-item-hovered > .premium-sub-menu,
.premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item.premium-item-hovered > .premium-mega-content-container {
visibility: visible;
opacity: 1;
pointer-events: auto;
}
.premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item.premium-mega-item-static .premium-mega-content-container {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item:not(.premium-mega-item-static) .premium-mega-content-container {
left: 0;
} .premium-mega-nav-item > .premium-sub-menu {
display: none;
}
.premium-mega-nav-item {
position: relative;
}
.premium-mega-nav-item.premium-item-hovered > .premium-mega-content-container {
visibility: visible;
opacity: 1;
pointer-events: auto;
}
.premium-mega-content-container {
visibility: hidden;
position: absolute;
z-index: 9999;
opacity: 0;
pointer-events: none;
}
.premium-hamburger-menu .premium-mega-content-container,
.premium-nav-slide .premium-mega-content-container,
.premium-nav-dropdown .premium-mega-content-container {
visibility: visible;
position: relative;
opacity: 1;
pointer-events: auto;
} .premium-nav-widget-container .premium-hamburger-toggle,
.premium-mobile-menu-outer-container .premium-mobile-menu-close {
text-decoration: none;
cursor: pointer;
}
.premium-nav-widget-container .premium-hamburger-toggle {
display: none;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-nav-widget-container .premium-hamburger-toggle i {
padding: 0.25em;
font-size: 22px;
}
.premium-nav-widget-container .premium-hamburger-toggle svg {
width: 22px;
height: 22px;
}
.premium-nav-widget-container .premium-hamburger-toggle i,
.premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-text,
.premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-close {
color: #494c4f;
}
.premium-nav-widget-container .premium-hamburger-toggle svg,
.premium-nav-widget-container .premium-hamburger-toggle svg path {
fill: #494c4f;
}
.premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-text,
.premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-close {
margin: 2px;
}
.premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-close {
display: none;
}
.premium-mobile-menu-container {
width: 100%;
}
.premium-mobile-menu-container .premium-main-mobile-menu {
width: 100%;
}
.premium-mobile-menu-container ul {
list-style: none;
margin: 0;
padding: 0;
}
.premium-mobile-menu-container .premium-mobile-menu,
.premium-mobile-menu-container .premium-sub-menu {
display: none;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.premium-mobile-menu-container .premium-nav-menu-item {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.premium-mobile-menu-container .premium-item-badge {
top: 50%;
right: 0;
left: unset;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.premium-nav-hor .premium-mobile-menu-container .premium-item-badge {
top: 0;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
} .premium-mobile-menu-outer-container {
opacity: 0;
}
.premium-mobile-menu-outer-container.premium-vertical-toggle-open {
opacity: 1;
}
.premium-ver-hamburger-menu .premium-mobile-menu-outer-container {
background-color: #f7f7f7;
width: var(--pa-menu-width);
height: 100%;
position: fixed;
top: 0;
overflow-x: hidden;
z-index: 10002;
-webkit-transition: 0.5s;
transition: 0.5s;
padding-top: 50px;
}
.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-container {
margin-top: 50px;
}
.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-container .premium-item-badge {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close {
position: absolute;
top: 2%;
right: 5px;
padding: 0 9px;
z-index: 10000;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
color: #494c4f;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close .premium-toggle-close {
margin: 5px;
}
.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close svg {
width: 22px;
height: 22px;
fill: #494c4f;
}
.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close svg path {
fill: #494c4f;
}
.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close i {
font-size: 22px;
}
.premium-ver-hamburger-menu .premium-vertical-toggle-open {
-webkit-transform: translateX(0) !important;
-ms-transform: translateX(0) !important;
transform: translateX(0) !important;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.premium-slide-left .premium-mobile-menu-outer-container,
body:not(.rtl) .premium-slide-auto .premium-mobile-menu-outer-container {
left: 0;
-webkit-transform: translateX(-webkit-calc(-1 * var(--pa-menu-width)));
-ms-transform: translateX(calc(-1 * var(--pa-menu-width)));
transform: translateX(calc(-1 * var(--pa-menu-width)));
}
.premium-slide-right .premium-mobile-menu-outer-container,
body.rtl .premium-slide-auto .premium-mobile-menu-outer-container {
right: 0;
-webkit-transform: translateX(var(--pa-menu-width));
-ms-transform: translateX(var(--pa-menu-width));
transform: translateX(var(--pa-menu-width));
} .premium-ver-toggle-yes .premium-nav-menu-container {
height: auto;
}
.premium-ver-toggle-yes .premium-ver-toggler {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 15px 20px 15px 20px;
background: #eeeeee;
color: #042551;
cursor: pointer;
}
.premium-ver-toggle-yes .premium-ver-toggler .premium-ver-toggler-title,
.premium-ver-toggle-yes .premium-ver-toggler .premium-ver-toggler-btn {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-ver-toggle-yes .premium-ver-toggler .premium-ver-toggler-txt {
text-indent: 5px;
}
.premium-ver-toggle-yes .premium-ver-toggler:hover {
background: #54595f;
color: #fff;
}
.premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-close svg,
.premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-close svg path,
.premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-open svg,
.premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-open svg path,
.premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-title-icon svg,
.premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-title-icon svg path {
fill: #fff;
}
.premium-ver-toggle-yes .premium-ver-close,
.premium-ver-toggle-yes .premium-ver-open,
.premium-ver-toggle-yes .premium-nav-menu-container,
.premium-ver-toggle-yes .premium-ver-toggler {
-webkit-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.premium-ver-toggle-yes .premium-ver-close i,
.premium-ver-toggle-yes .premium-ver-close svg,
.premium-ver-toggle-yes .premium-ver-open i,
.premium-ver-toggle-yes .premium-ver-open svg,
.premium-ver-toggle-yes .premium-nav-menu-container i,
.premium-ver-toggle-yes .premium-nav-menu-container svg,
.premium-ver-toggle-yes .premium-ver-toggler i,
.premium-ver-toggle-yes .premium-ver-toggler svg {
-webkit-transition: color 0.3s linear 0s;
transition: color 0.3s linear 0s;
}
.premium-ver-toggle-yes .premium-ver-toggler-txt {
-webkit-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
.premium-ver-toggle-yes .premium-ver-close,
.premium-ver-toggle-yes .premium-ver-open,
.premium-ver-toggle-yes .premium-ver-title-icon {
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-ver-toggle-yes .premium-ver-close i,
.premium-ver-toggle-yes .premium-ver-open i,
.premium-ver-toggle-yes .premium-ver-title-icon i {
font-size: 16px;
}
.premium-ver-toggle-yes .premium-ver-close svg,
.premium-ver-toggle-yes .premium-ver-open svg,
.premium-ver-toggle-yes .premium-ver-title-icon svg {
width: 17px;
height: 17px;
fill: #042551;
}
.premium-ver-toggle-yes .premium-ver-close svg path,
.premium-ver-toggle-yes .premium-ver-open svg path,
.premium-ver-toggle-yes .premium-ver-title-icon svg path {
fill: #042551;
}
.premium-ver-toggle-yes.premium-ver-always .premium-ver-open {
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.premium-ver-toggle-yes .premium-ver-collapsed .premium-nav-menu-container {
visibility: hidden;
opacity: 0;
}
.premium-ver-toggle-yes .premium-ver-collapsed .premium-ver-close {
display: none;
}
.premium-ver-toggle-yes .premium-ver-collapsed .premium-ver-open {
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.premium-ver-toggle-yes.premium-ver-hover .premium-nav-menu-container {
position: absolute;
z-index: 10002;
}
.premium-ver-toggle-yes.premium-ver-click .premium-nav-menu-container {
position: absolute;
z-index: 10001;
}
.premium-ver-toggle-yes .premium-nav-menu-container,
.premium-ver-toggle-yes.premium-ver-hover .premium-ver-inner-container:hover .premium-nav-menu-container {
visibility: visible;
opacity: 1;
}
.premium-ver-toggle-yes .premium-ver-open,
.premium-ver-toggle-yes.premium-ver-hover .premium-ver-inner-container:hover .premium-ver-open {
display: none;
}
.premium-ver-toggle-yes .premium-ver-close,
.premium-ver-toggle-yes .premium-ver-title-icon,
.premium-ver-toggle-yes.premium-ver-hover .premium-ver-inner-container:hover .premium-ver-close,
.premium-ver-toggle-yes.premium-ver-hover .premium-ver-inner-container:hover .premium-ver-title-icon {
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
} .premium-sticky-parent {
position: fixed;
z-index: 10003;
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.premium-sticky-scroll-yes.premium-sticky-parent.headroom--not-top {
will-change: transform;
-webkit-transition: -webkit-transform 500ms linear !important;
transition: -webkit-transform 500ms linear !important;
transition: transform 500ms linear !important;
transition: transform 500ms linear, -webkit-transform 500ms linear !important;
-webkit-transition-delay: 1s;
transition-delay: 1s;
}
.premium-sticky-scroll-yes.premium-sticky-parent.headroom--not-top.slideDown {
-webkit-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%);
}
.premium-sticky-scroll-yes.premium-sticky-parent.headroom--not-top.slideUp {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.premium-nav-sticky-yes.premium-sticky-active.premium-ham-dropdown .premium-mobile-menu-container,
.premium-ham-dropdown .premium-stretch-dropdown .premium-mobile-menu-container {
max-height: 400px;
overflow-y: auto;
} .premium-nav-slide-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background: rgba(0, 0, 0, 0.6);
z-index: 10002;
}
.premium-nav-slide-overlay.premium-vertical-toggle-open {
display: block;
}
.premium-active-menu,
.premium-active-menu:not(.premium-mega-nav-item) > .premium-sub-menu,
.premium-active-menu.premium-mega-nav-item > .premium-mega-content-container {
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.premium-active-menu .premium-toggle-close {
display: block;
}
.premium-nav-menu-container .premium-sub-menu {
background-color: #fff;
}
.premium-mobile-menu-container li,
.premium-mobile-menu-container li > .premium-mega-content-container {
width: 100% !important;
}
i.premium-item-icon,
i.premium-sub-item-icon {
font-size: 13px;
}
svg.premium-item-icon,
svg.premium-sub-item-icon {
width: 20px;
height: 20px;
}
.premium-item-icon,
.premium-sub-item-icon {
margin: 0 7px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.premium-item-icon svg,
.premium-sub-item-icon svg {
width: 20px;
height: 20px;
}
.premium-item-icon.premium-lottie-animation,
.premium-sub-item-icon.premium-lottie-animation {
width: 20px;
height: 20px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.premium-item-icon.dashicons,
.premium-sub-item-icon.dashicons {
width: 13px;
height: 13px;
}
.premium-nav-menu-item {
position: relative;
}
.premium-nav-menu-item .premium-menu-link,
.premium-nav-menu-item .premium-dropdown-icon {
-webkit-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
}
.premium-nav-menu-item .premium-menu-link {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
padding: 7px 10px;
text-decoration: none;
position: relative;
}
.premium-nav-menu-item .premium-dropdown-icon {
margin: 5px;
}
.premium-nav-menu-item.menu-item-has-children {
position: relative;
}
.premium-nav-menu-item.menu-item-has-children .premium-sub-menu {
z-index: 9999;
}
.premium-nav-menu-item.menu-item-has-children .premium-sub-menu .premium-sub-menu-link {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.premium-nav-menu-item .menu-link {
position: relative;
text-decoration: none;
}
.premium-item-badge,
.premium-sub-item-badge,
.premium-rn-badge {
position: absolute;
padding: 1px 6px;
min-width: 35px;
text-align: center;
font-size: 10px;
border-radius: 4px;
line-height: 1.8;
white-space: nowrap;
}
.premium-nav-hor:not(.premium-hamburger-menu) .premium-item-badge,
.premium-nav-hor:not(.premium-nav-slide) .premium-item-badge,
.premium-nav-hor:not(.premium-nav-dropdown) .premium-item-badge {
position: relative;
margin: 8px;
}
.premium-nav-hor .premium-sub-item-badge,
.premium-nav-slide .premium-sub-item-badge,
.premium-nav-dropdown .premium-sub-item-badge,
.premium-nav-ver.premium-vertical-right .premium-item-badge,
.premium-nav-ver.premium-vertical-right .premium-sub-item-badge {
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.premium-nav-ver.premium-vertical-left .premium-item-badge,
.premium-nav-ver.premium-vertical-left .premium-sub-item-badge {
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.premium-hamburger-menu .premium-mega-content-container,
.premium-nav-dropdown .premium-mega-content-container,
.premium-nav-slide .premium-mega-content-container {
display: none;
}
.premium-mega-item-static {
position: static !important;
}
.premium-hamburger-menu .premium-nav-menu-container,
.premium-nav-dropdown .premium-nav-menu-container,
.premium-nav-slide .premium-nav-menu-container {
display: none;
}
.premium-hamburger-menu .premium-hamburger-toggle,
.premium-nav-dropdown .premium-hamburger-toggle,
.premium-nav-slide .premium-hamburger-toggle {
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.premium-hidden-icon-yes.premium-hamburger-menu .premium-item-icon,
.premium-hidden-icon-yes.premium-hamburger-menu .premium-sub-item-icon,
.premium-hidden-icon-yes.premium-nav-dropdown .premium-item-icon,
.premium-hidden-icon-yes.premium-nav-dropdown .premium-sub-item-icon,
.premium-hidden-icon-yes.premium-nav-slide .premium-item-icon,
.premium-hidden-icon-yes.premium-nav-slide .premium-sub-item-icon {
display: none;
}
.premium-hidden-badge-yes.premium-hamburger-menu .premium-item-badge,
.premium-hidden-badge-yes.premium-hamburger-menu .premium-sub-item-badge,
.premium-hidden-badge-yes.premium-hamburger-menu .premium-rn-badge,
.premium-hidden-badge-yes.premium-nav-dropdown .premium-item-badge,
.premium-hidden-badge-yes.premium-nav-dropdown .premium-sub-item-badge,
.premium-hidden-badge-yes.premium-nav-dropdown .premium-rn-badge,
.premium-hidden-badge-yes.premium-nav-slide .premium-item-badge,
.premium-hidden-badge-yes.premium-nav-slide .premium-sub-item-badge,
.premium-hidden-badge-yes.premium-nav-slide .premium-rn-badge {
display: none;
}
.premium-ham-dropdown .premium-mobile-menu-container,
.premium-nav-dropdown .premium-mobile-menu-container {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.premium-ham-dropdown .premium-toggle-opened .premium-toggle-close,
.premium-nav-dropdown .premium-toggle-opened .premium-toggle-close {
display: inline !important;
}
.premium-ham-dropdown .premium-toggle-opened .premium-toggle-text,
.premium-nav-dropdown .premium-toggle-opened .premium-toggle-text {
display: none !important;
}
.premium-stretch-dropdown .premium-mobile-menu-container {
position: absolute;
z-index: 9999;
}
.premium-nav-default {
display: none;
}
.premium-hamburger-toggle {
width: 100%;
}
.premium-hamburger-toggle * {
-webkit-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
} .premium-menu-link-parent::before,
.premium-menu-link-parent::after {
display: block;
position: absolute;
-webkit-transition: all 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
transition: all 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
}
.premium-nav-pointer-underline .premium-menu-link-parent::after,
.premium-nav-pointer-double-line .premium-menu-link-parent::after {
content: "";
bottom: 0;
}
.premium-nav-pointer-overline .premium-menu-link-parent::before,
.premium-nav-pointer-double-line .premium-menu-link-parent::before {
content: "";
top: 0;
}
.premium-nav-pointer-underline .premium-menu-link-parent::before,
.premium-nav-pointer-underline .premium-menu-link-parent::after,
.premium-nav-pointer-overline .premium-menu-link-parent::before,
.premium-nav-pointer-overline .premium-menu-link-parent::after,
.premium-nav-pointer-double-line .premium-menu-link-parent::before,
.premium-nav-pointer-double-line .premium-menu-link-parent::after {
height: 3px;
width: 100%;
left: 0;
background-color: #55595c;
z-index: 2;
}
.premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
.premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after {
opacity: 0;
}
.premium-nav-pointer-underline.premium-nav-animation-none,
.premium-nav-pointer-overline.premium-nav-animation-none,
.premium-nav-pointer-double-line.premium-nav-animation-none {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent,
.premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent::before,
.premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent::after,
.premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent:focus,
.premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent:hover,
.premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent,
.premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent::before,
.premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent::after,
.premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent:focus,
.premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent:hover,
.premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent,
.premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent::before,
.premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent::after,
.premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent:focus,
.premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent:hover {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.premium-nav-pointer-underline.premium-nav-animation-slide .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
.premium-nav-pointer-double-line.premium-nav-animation-slide .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after {
width: 10px;
inset-inline-start: 100%;
}
.premium-nav-pointer-overline.premium-nav-animation-slide .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
.premium-nav-pointer-double-line.premium-nav-animation-slide .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
width: 10px;
left: -20px;
}
.premium-nav-pointer-underline.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
.premium-nav-pointer-underline.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
.premium-nav-pointer-overline.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
.premium-nav-pointer-overline.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
.premium-nav-pointer-double-line.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
.premium-nav-pointer-double-line.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after {
height: 0;
width: 0;
left: 50%;
}
.premium-nav-pointer-underline.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
.premium-nav-pointer-overline.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
.premium-nav-pointer-double-line.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
top: -10px;
}
.premium-nav-pointer-underline.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
.premium-nav-pointer-overline.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
.premium-nav-pointer-double-line.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after {
bottom: -10px;
}
.premium-nav-pointer-underline.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
.premium-nav-pointer-overline.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,
.premium-nav-pointer-double-line.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
top: 10px;
}
.premium-nav-pointer-underline.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
.premium-nav-pointer-overline.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,
.premium-nav-pointer-double-line.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after {
bottom: 10px;
}
.premium-nav-pointer-framed .premium-menu-link-parent::before {
content: "";
}
.premium-nav-pointer-framed .premium-menu-link-parent::before,
.premium-nav-pointer-framed .premium-menu-link-parent::after {
background: transparent;
left: 0;
top: 0;
bottom: 0;
right: 0;
border: 3px solid #55595c;
}
.premium-nav-pointer-framed.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
-webkit-transform: scale(0.75);
-ms-transform: scale(0.75);
transform: scale(0.75);
}
.premium-nav-pointer-framed.premium-nav-animation-shrink .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
-webkit-transform: scale(1.25);
-ms-transform: scale(1.25);
transform: scale(1.25);
}
.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent::before,
.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent::after {
width: 3px;
height: 3px;
}
.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent::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;
}
.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent::after {
content: "";
top: auto;
bottom: 0;
left: auto;
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;
}
.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:hover::before,
.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:focus::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;
}
.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:hover::after,
.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:focus::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;
}
.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:hover::before,
.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:hover::after,
.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:focus::before,
.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:focus::after {
width: 100%;
height: 100%;
}
.premium-nav-pointer-framed.premium-nav-animation-draw .premium-active-item .premium-menu-link-parent::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;
}
.premium-nav-pointer-framed.premium-nav-animation-draw .premium-active-item .premium-menu-link-parent::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;
}
.premium-nav-pointer-framed.premium-nav-animation-draw .premium-active-item .premium-menu-link-parent::before,
.premium-nav-pointer-framed.premium-nav-animation-draw .premium-active-item .premium-menu-link-parent::after {
width: 100%;
height: 100%;
}
.premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent::before {
border-width: 3px 0 0 3px;
}
.premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent::after {
content: "";
top: auto;
bottom: 0;
left: auto;
right: 0;
border-width: 0 3px 3px 0;
}
.premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent::before,
.premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent::after {
width: 3px;
height: 3px;
}
.premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent:hover::before,
.premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent:hover::after,
.premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent:focus::before,
.premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent:focus::after {
width: 100%;
height: 100%;
-webkit-transition: opacity 2ms, width 0.4s, height 0.4s;
transition: opacity 2ms, width 0.4s, height 0.4s;
}
.premium-nav-pointer-framed.premium-nav-animation-corners .premium-active-item .premium-menu-link-parent::before,
.premium-nav-pointer-framed.premium-nav-animation-corners .premium-active-item .premium-menu-link-parent::after {
width: 100%;
height: 100%;
-webkit-transition: opacity 2ms, width 0.4s, height 0.4s;
transition: opacity 2ms, width 0.4s, height 0.4s;
}
.premium-nav-pointer-text.premium-nav-animation-grow .premium-menu-link-parent:hover,
.premium-nav-pointer-text.premium-nav-animation-grow .premium-menu-link-parent:focus {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.premium-nav-pointer-text.premium-nav-animation-shrink .premium-menu-link-parent:hover,
.premium-nav-pointer-text.premium-nav-animation-shrink .premium-menu-link-parent:focus {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
.premium-nav-pointer-text.premium-nav-animation-sink .premium-menu-link-parent:hover,
.premium-nav-pointer-text.premium-nav-animation-sink .premium-menu-link-parent:focus {
-webkit-transform: translateY(8px);
-ms-transform: translateY(8px);
transform: translateY(8px);
}
.premium-nav-pointer-text.premium-nav-animation-float .premium-menu-link-parent:hover,
.premium-nav-pointer-text.premium-nav-animation-float .premium-menu-link-parent:focus {
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px);
}
.premium-nav-pointer-text.premium-nav-animation-skew .premium-menu-link-parent:hover,
.premium-nav-pointer-text.premium-nav-animation-skew .premium-menu-link-parent:focus {
-webkit-transform: skew(-8deg);
-ms-transform: skew(-8deg);
transform: skew(-8deg);
}
.premium-nav-pointer-text.premium-nav-animation-rotate .premium-menu-link-parent:hover,
.premium-nav-pointer-text.premium-nav-animation-rotate .premium-menu-link-parent:focus {
-webkit-transform: rotate(6deg);
-ms-transform: rotate(6deg);
transform: rotate(6deg);
}
.premium-nav-pointer-background .premium-menu-link-parent::before {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #55595c;
background-color: rgb(85, 89, 92);
z-index: -1;
}
.premium-nav-pointer-background .premium-menu-link-parent::before,
.premium-nav-pointer-background .premium-menu-link-parent::after {
content: "";
-webkit-transition: 0.3s;
transition: 0.3s;
}
.premium-nav-pointer-background.premium-nav-animation-grow .premium-menu-link-parent::before {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
}
.premium-nav-pointer-background.premium-nav-animation-grow .premium-menu-link-parent:hover::before,
.premium-nav-pointer-background.premium-nav-animation-grow .premium-menu-link-parent:focus::before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.premium-nav-pointer-background.premium-nav-animation-grow .premium-active-item .premium-menu-link-parent::before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.premium-nav-pointer-background.premium-nav-animation-shrink .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition: 0.3;
transition: 0.3;
}
.premium-nav-pointer-background.premium-nav-animation-sweep-left .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
left: 100%;
}
.premium-nav-pointer-background.premium-nav-animation-sweep-right .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
right: 100%;
}
.premium-nav-pointer-background.premium-nav-animation-sweep-up .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
top: 100%;
}
.premium-nav-pointer-background.premium-nav-animation-sweep-down .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
bottom: 100%;
}
.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent::after,
.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent::after {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #55595c;
background-color: rgb(85, 89, 92);
z-index: -1;
}
.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent::before {
top: 0;
bottom: 100%;
}
.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent::after {
top: 100%;
bottom: 0;
}
.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent:hover::before,
.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent:focus::before {
bottom: 50%;
}
.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent:hover::after,
.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent:focus::after {
top: 50%;
}
.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-active-item .premium-menu-link-parent::before {
bottom: 50%;
}
.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-active-item .premium-menu-link-parent::after {
top: 50%;
}
.premium-nav-pointer-background.premium-nav-animation-shutter-out-vertical .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
bottom: 50%;
top: 50%;
}
.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent::before {
right: 0;
left: 100%;
}
.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent::after {
right: 100%;
left: 0;
}
.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent:hover::before,
.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent:focus::before {
left: 50%;
}
.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent:hover::after,
.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent:focus::after {
right: 50%;
}
.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-active-item .premium-menu-link-parent::before {
left: 50%;
}
.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-active-item .premium-menu-link-parent::after {
right: 50%;
}
.premium-nav-pointer-background.premium-nav-animation-shutter-out-horizontal .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before {
left: 50%;
right: 50%;
}
.premium-active-item::before,
.premium-active-item::after,
.premium-menu-link-parent:hover::before,
.premium-menu-link-parent:hover::after,
.premium-menu-link-parent:focus::before,
.premium-menu-link-parent:focus::after {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
} .premium-nav-menu-item .premium-sub-menu,
.premium-nav-menu-item .premium-mega-content-container {
-webkit-transition: 0.5s all ease-in-out;
transition: 0.5s all ease-in-out;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
[class*=premium-nav-slide-].premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item.premium-item-hovered > .premium-sub-menu,
[class*=premium-nav-slide-].premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item.premium-item-hovered > .premium-mega-content-container,
[class*=premium-nav-slide-].premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu.premium-item-hovered > .premium-sub-menu,
[class*=premium-nav-slide-].premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item.premium-item-hovered > .premium-sub-menu,
[class*=premium-nav-slide-].premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item.premium-item-hovered > .premium-mega-content-container,
[class*=premium-nav-slide-].premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu.premium-item-hovered > .premium-sub-menu {
-webkit-transform: translate(0);
-ms-transform: translate(0);
transform: translate(0);
}
.premium-nav-slide-up.premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu,
.premium-nav-slide-up.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-content-container,
.premium-nav-slide-up.premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu,
.premium-nav-slide-up.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-content-container {
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
.premium-nav-slide-down.premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu,
.premium-nav-slide-down.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-content-container,
.premium-nav-slide-down.premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu,
.premium-nav-slide-down.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-content-container {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
.premium-nav-slide-right.premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu,
.premium-nav-slide-right.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-content-container,
.premium-nav-slide-right.premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu,
.premium-nav-slide-right.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-content-container {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
.premium-nav-slide-left.premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu,
.premium-nav-slide-left.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-content-container,
.premium-nav-slide-left.premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu,
.premium-nav-slide-left.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-content-container {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}  .premium-nav-slide-up.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static .premium-mega-content-container {
-webkit-transform: translateX(-50%) translateY(10px);
-ms-transform: translateX(-50%) translateY(10px);
transform: translateX(-50%) translateY(10px);
}
.premium-nav-slide-up.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static.premium-item-hovered .premium-mega-content-container {
-webkit-transform: translateX(-50%) translateY(0);
-ms-transform: translateX(-50%) translateY(0);
transform: translateX(-50%) translateY(0);
} .premium-nav-slide-down.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static .premium-mega-content-container {
-webkit-transform: translateX(-50%) translateY(-10px);
-ms-transform: translateX(-50%) translateY(-10px);
transform: translateX(-50%) translateY(-10px);
}
.premium-nav-slide-down.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static.premium-item-hovered .premium-mega-content-container {
-webkit-transform: translateX(-50%) translateY(0);
-ms-transform: translateX(-50%) translateY(0);
transform: translateX(-50%) translateY(0);
} .premium-nav-slide-left.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static .premium-mega-content-container {
-webkit-transform: translateX(-45%);
-ms-transform: translateX(-45%);
transform: translateX(-45%);
}
.premium-nav-slide-left.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static.premium-item-hovered .premium-mega-content-container {
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
} .premium-nav-slide-right.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static .premium-mega-content-container {
-webkit-transform: translateX(-55%);
-ms-transform: translateX(-55%);
transform: translateX(-55%);
}
.premium-nav-slide-right.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static.premium-item-hovered .premium-mega-content-container {
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
} .premium-nav-slide-down.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-item-static.premium-item-hovered .premium-mega-content-container,
.premium-nav-slide-up.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-item-static.premium-item-hovered .premium-mega-content-container {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.premium-nav-slide-right.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-item-static.premium-item-hovered .premium-mega-content-container,
.premium-nav-slide-left.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-item-static.premium-item-hovered .premium-mega-content-container {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
} .premium-rn-badge,
.premium-mega-content-container .premium-rn-badge {
position: absolute;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
top: 50%;
right: 10px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.premium-nav-ver.premium-vertical-left .premium-rn-badge {
top: 50%;
left: 10px;
right: unset;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.premium-nav-ver.premium-vertical-left .premium-mega-content-container .premium-rn-badge {
left: unset;
right: 10px;
} .has-pa-badge:hover {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.premium-sub-item-badge {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.premium-mega-content-container .premium-badge-dot .premium-sub-item-badge,
.premium-mega-content-container .premium-badge-dot .premium-rn-badge,
.premium-sub-menu .premium-badge-dot .premium-sub-item-badge,
.premium-sub-menu .premium-badge-dot .premium-rn-badge {
font-size: 0px;
min-width: 1px;
padding: 3px;
border-radius: 50%;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.premium-mega-content-container .premium-badge-pulse:hover .premium-sub-item-badge,
.premium-mega-content-container .premium-badge-pulse:hover .premium-rn-badge,
.premium-sub-menu .premium-badge-pulse:hover .premium-sub-item-badge,
.premium-sub-menu .premium-badge-pulse:hover .premium-rn-badge {
-webkit-animation: badge-pulse-grow 0.5s alternate infinite ease-in-out;
animation: badge-pulse-grow 0.5s alternate infinite ease-in-out;
}
.premium-mega-content-container .premium-badge-buzz:hover .premium-sub-item-badge,
.premium-mega-content-container .premium-badge-buzz:hover .premium-rn-badge,
.premium-sub-menu .premium-badge-buzz:hover .premium-sub-item-badge,
.premium-sub-menu .premium-badge-buzz:hover .premium-rn-badge {
-webkit-animation: badge-buzz 0.5s alternate infinite ease-in-out;
animation: badge-buzz 0.5s alternate infinite ease-in-out;
}
.premium-mega-content-container .premium-badge-slide-right .premium-sub-item-badge,
.premium-mega-content-container .premium-badge-slide-right .premium-rn-badge,
.premium-sub-menu .premium-badge-slide-right .premium-sub-item-badge,
.premium-sub-menu .premium-badge-slide-right .premium-rn-badge {
-webkit-transform: translateY(-50%) translateX(-5px);
-ms-transform: translateY(-50%) translateX(-5px);
transform: translateY(-50%) translateX(-5px);
-webkit-transition: -webkit-transform 0.5s;
transition: -webkit-transform 0.5s;
transition: transform 0.5s;
transition: transform 0.5s, -webkit-transform 0.5s;
}
.premium-mega-content-container .premium-badge-slide-right:hover .premium-sub-item-badge,
.premium-mega-content-container .premium-badge-slide-right:hover .premium-rn-badge,
.premium-sub-menu .premium-badge-slide-right:hover .premium-sub-item-badge,
.premium-sub-menu .premium-badge-slide-right:hover .premium-rn-badge {
-webkit-transform: translateY(-50%) translateX(5px);
-ms-transform: translateY(-50%) translateX(5px);
transform: translateY(-50%) translateX(5px);
}
.premium-mega-content-container .premium-badge-slide-left .premium-sub-item-badge,
.premium-mega-content-container .premium-badge-slide-left .premium-rn-badge,
.premium-sub-menu .premium-badge-slide-left .premium-sub-item-badge,
.premium-sub-menu .premium-badge-slide-left .premium-rn-badge {
-webkit-transform: translateY(-50%) translateX(5px);
-ms-transform: translateY(-50%) translateX(5px);
transform: translateY(-50%) translateX(5px);
-webkit-transition: -webkit-transform 0.5s;
transition: -webkit-transform 0.5s;
transition: transform 0.5s;
transition: transform 0.5s, -webkit-transform 0.5s;
}
.premium-mega-content-container .premium-badge-slide-left:hover .premium-sub-item-badge,
.premium-mega-content-container .premium-badge-slide-left:hover .premium-rn-badge,
.premium-sub-menu .premium-badge-slide-left:hover .premium-sub-item-badge,
.premium-sub-menu .premium-badge-slide-left:hover .premium-rn-badge {
-webkit-transform: translateY(-50%) translateX(-5px);
-ms-transform: translateY(-50%) translateX(-5px);
transform: translateY(-50%) translateX(-5px);
}
.premium-mega-content-container .premium-badge-expand .premium-sub-item-badge,
.premium-mega-content-container .premium-badge-expand .premium-rn-badge,
.premium-sub-menu .premium-badge-expand .premium-sub-item-badge,
.premium-sub-menu .premium-badge-expand .premium-rn-badge {
-webkit-transform: translateY(-50%) scaleX(0);
-ms-transform: translateY(-50%) scaleX(0);
transform: translateY(-50%) scaleX(0);
-webkit-transition: -webkit-transform 0.25s ease-out;
transition: -webkit-transform 0.25s ease-out;
transition: transform 0.25s ease-out;
transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.premium-mega-content-container .premium-badge-expand:hover .premium-sub-item-badge,
.premium-mega-content-container .premium-badge-expand:hover .premium-rn-badge,
.premium-sub-menu .premium-badge-expand:hover .premium-sub-item-badge,
.premium-sub-menu .premium-badge-expand:hover .premium-rn-badge {
-webkit-transform: translateY(-50%) scaleX(1);
-ms-transform: translateY(-50%) scaleX(1);
transform: translateY(-50%) scaleX(1);
} @-webkit-keyframes badge-pulse-grow {
to {
-webkit-transform: translateY(-50%) scale(1.07);
transform: translateY(-50%) scale(1.07);
}
}
@keyframes badge-pulse-grow {
to {
-webkit-transform: translateY(-50%) scale(1.07);
transform: translateY(-50%) scale(1.07);
}
} @-webkit-keyframes badge-buzz {
50% {
-webkit-transform: translateY(-50%) translateX(3px) rotate(2deg);
transform: translateY(-50%) translateX(3px) rotate(2deg);
}
100% {
-webkit-transform: translateY(-50%) translateX(-3px) rotate(-2deg);
transform: translateY(-50%) translateX(-3px) rotate(-2deg);
}
}
@keyframes badge-buzz {
50% {
-webkit-transform: translateY(-50%) translateX(3px) rotate(3deg);
transform: translateY(-50%) translateX(3px) rotate(3deg);
}
100% {
-webkit-transform: translateY(-50%) translateX(-3px) rotate(-3deg);
transform: translateY(-50%) translateX(-3px) rotate(-3deg);
}
}
body.premium-scroll-disabled {
overflow-y: hidden;
height: 100vh;
margin: 0;
} .elementor-sticky__spacer .premium-nav-widget-container {
visibility: unset !important;
opacity: unset !important;
}
.elementor-sticky__spacer .premium-mega-content-container {
visibility: hidden !important;
opacity: 0 !important;
}  .pa-rec-not-icon-wrap {
position: relative;
display: inline-block;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
background-color: #000000;
border-radius: 100%;
padding: 10px;
cursor: pointer;
}
.pa-rec-not-icon-wrap svg {
width: 50px;
height: 50px;
display: block;
}
.pa-rec-not-icon-wrap i {
font-size: 50px;
}
.pa-rec-not-icon-wrap img {
display: block;
}
.pa-rec-not-icon-wrap .premium-not-icon {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
color: #fff;
fill: #fff;
}
.pa-rec-not-icon-wrap .premium-not-icon-text {
margin: 0;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.pa-rec-not-icon-wrap .premium-icon-with-no-post {
display: none;
}
.pa-rec-not-number {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 25px;
height: 25px;
position: absolute;
top: -5px;
right: -5px;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
color: #ffffff;
background-color: #ff0000;
border-radius: 100%;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.pa-rec-posts-container {
position: fixed;
background: #f7f7f7;
height: 100vh;
top: 0;
width: 30vw;
z-index: 99999;
}
.pa-container-left .pa-rec-posts-container {
left: 0;
}
.pa-container-right .pa-rec-posts-container {
right: 0;
}
.pa-rec-posts-body {
height: 90vh;
max-height: 90vh;
scrollbar-width: none;
overflow-y: scroll;
}
.pa-rec-posts-body::-webkit-scrollbar {
width: 0 !important;
}
.pa-rec-posts-header {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
}
.pa-rec-posts-header .pa-rec-posts-close {
cursor: pointer;
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.pa-rec-posts-header .pa-rec-posts-close-icon {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.pa-rec-title-wrap {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.pa-rec-title-wrap svg {
width: 50px;
height: 50px;
display: block;
}
.pa-rec-title-wrap i {
font-size: 50px;
}
.pa-rec-posts-overlay {
position: fixed;
top: 0;
right: 0;
width: 100vw;
height: 100vh;
max-width: 100%;
max-height: 100%;
display: none;
z-index: 9999;
opacity: 0;
background-color: rgba(7, 7, 7, 0.5215686275);
} .pa-rec-posts-container .premium-blog-thumbnail-container {
overflow: hidden;
}
.pa-rec-posts-container .premium-blog-thumbnail-container img,
.pa-rec-posts-container .premium-blog-thumbnail-container .below-entry-meta {
width: 100%;
height: 100%;
margin: 0 !important;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
display: block;
}       @media (max-width: 768px) {
.premium-blog-content-wrapper {
top: 0;
margin: 0;
padding: 15px;
}
.premium-blog-skin-side {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
.rtl .premium-blog-squares-effect:hover .premium-blog-squares-square-container:before {
-webkit-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
transform: translate(0, 100%);
}  .premium-person-container {
position: relative;
}
.premium-person-image-container {
position: relative;
text-align: center;
overflow: hidden;
}
.premium-person-image-container .premium-person-image-wrap {
overflow: hidden;
}
.premium-person-zoomout-effect .premium-person-image-container img,
.premium-person-scale-effect .premium-person-image-container img {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.premium-person-sepia-effect .premium-person-image-container img {
-webkit-filter: sepia(30%);
filter: sepia(30%);
}
.premium-person-bright-effect .premium-person-image-container img {
-webkit-filter: brightness(1);
filter: brightness(1);
}
.premium-person-trans-effect .premium-person-image-container img {
-webkit-transform: translateX(-15px) scale(1.1);
-ms-transform: translateX(-15px) scale(1.1);
transform: translateX(-15px) scale(1.1);
}
.premium-person-zoomin-effect:hover .premium-person-image-container img {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.premium-person-zoomout-effect:hover .premium-person-image-container img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.premium-person-scale-effect:hover .premium-person-image-container img {
-webkit-transform: scale(1.3) rotate(5deg);
-ms-transform: scale(1.3) rotate(5deg);
transform: scale(1.3) rotate(5deg);
}
.premium-person-grayscale-effect:hover .premium-person-image-container img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.premium-person-blur-effect:hover .premium-person-image-container img {
-webkit-filter: blur(3px);
filter: blur(3px);
}
.premium-person-sepia-effect:hover .premium-person-image-container img {
-webkit-filter: sepia(0%);
filter: sepia(0%);
}
.premium-person-bright-effect:hover .premium-person-image-container img {
-webkit-filter: brightness(1.2);
filter: brightness(1.2);
}
.premium-person-trans-effect:hover .premium-person-image-container img {
-webkit-transform: translateX(0px) scale(1.1);
-ms-transform: translateX(0px) scale(1.1);
transform: translateX(0px) scale(1.1);
}
.premium-person-container .premium-person-image-container img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.premium-person-style2 .premium-person-social {
position: absolute;
top: 0;
inset-inline-start: 0;
width: 100%;
height: 100%;
z-index: 2;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
box-shadow: inset 0 0 120px 0 rgba(0, 0, 0, 0.5);
-webkit-transition: all 0.5s linear 0s;
transition: all 0.5s linear 0s;
opacity: 0;
}
.premium-person-style2 .premium-person-image-container:hover .premium-person-social {
opacity: 1;
}
.premium-person-list-item a {
display: inline-block;
}
.premium-person-style2 .premium-person-list-item a {
opacity: 0;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.5s ease-in-out 0s;
transition: all 0.5s ease-in-out 0s;
}
.premium-person-style2 .premium-person-image-container:hover .premium-person-list-item a {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.premium-person-info-container {
padding: 30px 15px;
}
.premium-person-name {
margin: 0 0 5px;
font-weight: 700;
-webkit-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
}
.premium-person-title {
margin: 0 0 20px;
padding: 0;
}
.premium-person-content {
margin: 0 0 30px;
} ul.premium-person-social-list {
margin: 0px !important;
padding: 0;
}
.premium-person-social-list .premium-person-list-item {
display: inline;
list-style: none;
}
.premium-person-social-list li {
position: relative;
bottom: 0px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.premium-person-social-list li i {
position: relative;
bottom: 0px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
font-size: 18px;
}
.premium-person-defaults-yes li.premium-person-facebook:hover a {
background-color: #3b5998 !important;
}
.premium-person-defaults-yes li.premium-person-twitter:hover a {
background-color: #55acee !important;
}
.premium-person-defaults-yes li.premium-person-linkedin:hover a {
background-color: #0077b5 !important;
}
.premium-person-defaults-yes li.premium-person-google:hover a {
background-color: #dc4e41 !important;
}
.premium-person-defaults-yes li.premium-person-youtube:hover a {
background-color: #b31217 !important;
}
.premium-person-defaults-yes li.premium-person-instagram:hover a {
background-color: #e4405f !important;
}
.premium-person-defaults-yes li.premium-person-skype:hover a {
background-color: #00aff0 !important;
}
.premium-person-defaults-yes li.premium-person-pinterest:hover a {
background-color: #bd081c !important;
}
.premium-person-defaults-yes li.premium-person-dribbble:hover a {
background-color: #ea4c89 !important;
}
.premium-person-defaults-yes li.premium-person-mail:hover a {
background-color: #b23121 !important;
}
.premium-person-defaults-yes li.premium-person-behance:hover a {
background-color: #1769ff !important;
}
.premium-person-defaults-yes li.premium-person-whatsapp:hover a {
background-color: #25d366 !important;
}
.premium-person-defaults-yes li.premium-person-telegram:hover a {
background-color: #0088cc !important;
}
.premium-person-defaults-yes li.premium-person-site:hover a {
background-color: #0055a5 !important;
}
.premium-person-social-list li:hover a {
box-shadow: none;
}
.premium-person-social-list li a:focus {
box-shadow: none;
outline: none;
}
.elementor-widget-premium-addon-person {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.elementor-widget-premium-addon-person .elementor-widget-container {
width: 100%;
}
.premium-persons-container.multiple-persons {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
}
.premium-person-style1 .premium-person-container {
overflow: hidden;
}
.premium-person-style1 .premium-person-container .premium-person-info {
position: absolute;
top: auto;
right: 0;
left: 0;
-webkit-transition: all 500ms ease 0s;
transition: all 500ms ease 0s;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.premium-person-style1 .premium-person-container:hover .premium-person-info {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
bottom: -1px !important;
}
.premium-person-style1 .premium-person-social-list li:hover {
bottom: 5px;
}
.premium-person-style1.multiple-persons:not([data-persons-equal=yes]) {
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.premium-person-style1 .slick-track {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.premium-person-style1 .slick-slide {
height: inherit !important;
}
.premium-person-style3 .premium-person-info-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.premium-person-style3 .premium-person-title-desc-wrap {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.premium-person-style3 .premium-person-name-icons-wrap {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.premium-person-style3 .premium-person-title {
opacity: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
width: 0;
}
.premium-person-style3 .premium-person-title span {
display: inline-block;
}
.premium-person-style3 .premium-person-name {
padding-left: 10px;
}
.premium-person-style3 .premium-person-social-list {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
opacity: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.premium-person-style3 .premium-person-list-item {
line-height: 0;
}
.premium-person-style3 .premium-person-list-item a {
padding: 5px 10px 0 0;
margin: 5px 0;
}
.premium-person-style3 .premium-person-container:hover .premium-person-title {
opacity: 1;
}
.premium-person-style3 .premium-person-container:hover .premium-person-social-list {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.premium-persons-title-cw .premium-person-title {
-webkit-transform: translateX(15px) rotate(90deg);
-ms-transform: translateX(15px) rotate(90deg);
transform: translateX(15px) rotate(90deg);
-webkit-transform-origin: top;
-ms-transform-origin: top;
transform-origin: top;
}
.premium-persons-title-cw .premium-person-container:hover .premium-person-title {
-webkit-transform: translateX(0) rotate(90deg);
-ms-transform: translateX(0) rotate(90deg);
transform: translateX(0) rotate(90deg);
}
.premium-persons-title-ccw .premium-person-title {
width: auto;
-webkit-margin-end: 20px;
margin-inline-end: 20px;
-webkit-transform: translateX(15px) rotate(-90deg);
-ms-transform: translateX(15px) rotate(-90deg);
transform: translateX(15px) rotate(-90deg);
-webkit-transform-origin: center right;
-ms-transform-origin: center right;
transform-origin: center right;
}
.premium-persons-title-ccw .premium-person-container:hover .premium-person-title {
-webkit-transform: translateX(0) rotate(-90deg);
-ms-transform: translateX(0) rotate(-90deg);
transform: translateX(0) rotate(-90deg);
}
.rtl .premium-person-trans-effect .premium-person-image-container img {
-webkit-transform: translateX(15px) scale(1.1);
-ms-transform: translateX(15px) scale(1.1);
transform: translateX(15px) scale(1.1);
}
.rtl .premium-person-scale-effect:hover .premium-person-image-container img {
-webkit-transform: scale(1.3) rotate(-5deg);
-ms-transform: scale(1.3) rotate(-5deg);
transform: scale(1.3) rotate(-5deg);
}
.rtl .premium-person-style3 .premium-person-list-item a {
padding: 5px 0 0 10px;
}
.rtl .premium-persons-title-cw .premium-person-container:hover .premium-person-title {
-webkit-transform: translateX(0) rotate(-90deg);
-ms-transform: translateX(0) rotate(-90deg);
transform: translateX(0) rotate(-90deg);
}
.rtl .premium-persons-title-cw .premium-person-title {
-webkit-transform: translateX(15px) rotate(-90deg);
-ms-transform: translateX(15px) rotate(-90deg);
transform: translateX(15px) rotate(-90deg);
}
.rtl .premium-persons-title-ccw .premium-person-title {
-webkit-transform: translateX(-15px) rotate(90deg);
-ms-transform: translateX(-15px) rotate(90deg);
transform: translateX(-15px) rotate(90deg);
-webkit-transform-origin: center left;
-ms-transform-origin: center left;
transform-origin: center left;
}
.rtl .premium-persons-title-ccw .premium-person-container:hover .premium-person-title {
-webkit-transform: translateX(0) rotate(90deg);
-ms-transform: translateX(0) rotate(90deg);
transform: translateX(0) rotate(90deg);
} .premium-pinterest-feed {          }
.premium-pinterest-feed__outer-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.premium-pinterest-feed__pins-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.premium-pinterest-feed__pin-outer-wrapper {
padding: 0 2.5px;
}
.premium-pinterest-feed__pin-wrapper {
height: 100%;
}
.premium-pinterest-feed__pin-creator a {
display: inline-block;
text-transform: capitalize;
}
.premium-pinterest-feed__shares {
margin-left: auto;
}
.premium-pinterest-feed__share-outer {
-webkit-order: 10;
-ms-flex-order: 10;
order: 10;
}
.premium-pinterest-feed__meta {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.premium-pinterest-feed__pin-media {
cursor: pointer;
position: relative;
overflow: hidden;
}
.premium-pinterest-feed__pin-media img {
width: 100%;
height: 100% !important;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: block;
}
.premium-pinterest-feed__cover_wrap {
width: 100%;
overflow: hidden;
}
.premium-pinterest-feed__pinterest-icon svg {
display: block;
}
.premium-pinterest-feed__overlay {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 8;
}
.premium-pinterest-feed__pin-meta-wrapper {
z-index: 9;
}
.premium-pinterest-feed__pin-layout-1 .premium-pinterest-feed__pin-meta-wrapper,
.premium-pinterest-feed__pin-layout-1 .premium-pinterest-feed__pin-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.premium-pinterest-feed__pin-layout-1 .premium-pinterest-feed__pin-wrapper {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.premium-pinterest-feed__pin-layout-1 .premium-pinterest-feed__pin-meta-wrapper {
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
}
.premium-pinterest-feed__pin-layout-2 .premium-pinterest-feed__pin-wrapper {
position: relative;
cursor: pointer;
overflow: hidden;
}
.premium-pinterest-feed__pin-layout-2 .premium-pinterest-feed__pin-inner-meta {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-pinterest-feed__pin-layout-2 .premium-pinterest-feed__pin-meta-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.premium-pinterest-feed__pin-layout-2 .premium-pinterest-feed__pin-desc {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
margin-top: auto !important;
}
.premium-pinterest-feed__pin-layout-2 .premium-pinterest-feed__pin-media {
width: 100%;
height: 100%;
}
.premium-pinterest-feed__pin-layout-3 .premium-pinterest-feed__pin-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
overflow: hidden;
}
.premium-pinterest-feed__pin-layout-3 .premium-pinterest-feed__pin-meta-wrapper,
.premium-pinterest-feed__pin-layout-3 .premium-pinterest-feed__pin-media {
width: 50%;
}
.premium-pinterest-feed__pin-layout-3 .premium-pinterest-feed__pin-meta-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
}
.premium-pinterest-feed__pin-layout-3 .premium-pinterest-feed__meta {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-pinterest-feed__pin-layout-3 .premium-pinterest-feed__pin-media {
height: 400px;
}
.premium-pinterest-feed__pin-layout-3 .premium-pinterest-feed__pin-media img {
object-fit: cover;
}
.premium-pinterest-feed__pin-layout-3 .premium-pinterest-feed__pin-desc {
text-align: center;
}
.premium-pinterest-feed__pin-layout-4 .premium-pinterest-feed__pin-wrapper {
position: relative;
cursor: pointer;
overflow: hidden;
}
.premium-pinterest-feed__pin-layout-4 .premium-pinterest-feed__pin-wrapper:hover .premium-pinterest-feed__pin-meta-wrapper {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
bottom: -1px !important;
}
.premium-pinterest-feed__pin-layout-4 .premium-pinterest-feed__pinterest-icon {
position: absolute;
top: 10px;
left: 10px;
z-index: 1;
}
.premium-pinterest-feed__pin-layout-4 .premium-pinterest-feed__pin-desc {
padding-left: 15px;
}
.premium-pinterest-feed__pin-layout-4 .premium-pinterest-feed__pin-meta-wrapper {
padding: 30px 15px 15px 0;
position: absolute;
width: 100%;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
bottom: 10px;
}
.premium-pinterest-feed__pin-layout-4 .premium-pinterest-feed__pin-media {
width: 100%;
height: 100%;
}
.premium-pinterest-feed__pin-layout-4 .premium-pinterest-feed__dots {
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.premium-pinterest-feed__pin-layout-4 .premium-pinterest-feed__dot {
width: 7px;
height: 7px;
border-radius: 100%;
background-color: #fff;
display: inline-block;
margin: 0 3px;
}
.premium-pinterest-feed__profile-header {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
border-radius: 12px;
margin-bottom: 5px;
}
.premium-pinterest-feed__profile-header > * {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.premium-pinterest-feed__profile-counts {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-size: 14px;
line-height: 20px;
font-weight: 400;
}
.premium-pinterest-feed__profile-counts span {
display: inline-block;
white-space: nowrap;
}
.premium-pinterest-feed__profile-counts > span {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 3px 5px;
margin: 0 4px;
-webkit-column-gap: 6px;
column-gap: 6px;
}
.premium-pinterest-feed__user-info-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-pinterest-feed__user-info {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-column-gap: 15px;
column-gap: 15px;
}
.premium-pinterest-feed__avatar {
width: 100px;
height: 100px;
border-radius: 50%;
overflow: hidden;
}
.premium-pinterest-feed__avatar img {
width: 100%;
height: 100%;
border-radius: 50%;
}
.premium-pinterest-feed__username a {
text-transform: capitalize;
font-size: 17px;
color: #202020;
font-weight: 700px;
}
.premium-pinterest-feed__follow-button {
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding: 5px 20px;
background: #ed455e;
color: #fff;
border-radius: 5px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
-webkit-column-gap: 5px;
column-gap: 5px;
}
.premium-pinterest-feed__follow-button .premium-pinterest-feed__pinterest-icon * {
fill: #fff !important;
}
.premium-pinterest-feed__follow-button:hover {
color: #fff;
}
.premium-pinterest-feed__profile-desc {
font-size: 14px;
line-height: 20px;
font-weight: 400;
margin-top: 10px;
margin-bottom: 10px;
}
.premium-pinterest-feed__board-trigger-wrapper,
.premium-pinterest-feed__load-more-wrapper {
width: 100%;
text-align: center;
}
.premium-pinterest-feed__board-trigger,
.premium-pinterest-feed__load-more-btn {
cursor: pointer;
display: inline-block;
padding: 7px 20px;
margin-bottom: 4px;
margin-top: 4px;
border: none;
border-radius: 5px;
background-color: #efefef;
}
.premium-pinterest-feed__boards-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
-webkit-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
}
.premium-pinterest-feed__board-wrapper {
position: relative;
width: 250px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
cursor: pointer;
overflow: hidden;
margin: 4px;
}
.premium-pinterest-feed__board-wrapper > * {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.premium-pinterest-feed__board-wrapper span {
display: inline-block;
}
.premium-pinterest-feed__board-wrapper > a {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 2;
}
.premium-pinterest-feed__board-wrapper .premium-pinterest-feed__pinterest-icon {
position: absolute;
top: 10px;
left: 10px;
z-index: 1;
}
.premium-pinterest-feed__board-cover {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-pinterest-feed__board-layout-cover .premium-pinterest-feed__board-cover img {
width: 100%;
height: 100%;
object-fit: cover;
}
.premium-pinterest-feed__board-layout-2 .premium-pinterest-feed__board-cover {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
gap: 2px;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.premium-pinterest-feed__board-layout-2 .premium-pinterest-feed__board-cover img:nth-of-type(1),
.premium-pinterest-feed__board-layout-2 .premium-pinterest-feed__board-cover img:nth-of-type(2) {
width: -webkit-calc((100% - 2px) / 2);
width: calc((100% - 2px) / 2);
}
.premium-pinterest-feed__board-layout-2 .premium-pinterest-feed__board-cover img:nth-of-type(3),
.premium-pinterest-feed__board-layout-2 .premium-pinterest-feed__board-cover img:nth-of-type(4),
.premium-pinterest-feed__board-layout-2 .premium-pinterest-feed__board-cover img:nth-of-type(5) {
width: -webkit-calc((100% - 4px) / 3);
width: calc((100% - 4px) / 3);
}
.premium-pinterest-feed__board-layout-3 .premium-pinterest-feed__board-cover {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
gap: 2px;
height: 150px;
}
.premium-pinterest-feed__board-layout-3 .premium-pinterest-feed__board-cover .premium-cover-divider {
width: 35%;
display: grid;
height: 100%;
max-height: 100%;
overflow: hidden;
gap: 2px;
}
.premium-pinterest-feed__board-layout-3 .premium-pinterest-feed__board-cover .premium-cover-divider img {
width: 100%;
height: 100%;
object-fit: cover;
}
.premium-pinterest-feed__board-layout-3 .premium-pinterest-feed__board-cover > img:nth-of-type(1) {
width: -webkit-calc(65% - 2px);
width: calc(65% - 2px);
}
.premium-carousel-yes .slick-track {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.premium-carousel-yes.premium-pinterest-feed__grid .slick-slide {
height: inherit !important;
}
.premium-carousel-yes ul.slick-dots {
width: 100%;
}
.premium-read-more {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: block;
white-space: nowrap;
}
.premium-display-none {
display: none;
}
.premium-pinterest-feed__masonry .premium-pinterest-feed__content-wrapper {
width: 100%;
}   .premium-post-ticker {      }
.premium-post-ticker__outer-wrapper,
.premium-post-ticker__header-wrapper,
.premium-post-ticker__content,
.premium-post-ticker__title-wrapper,
.premium-post-ticker__date-wrapper,
.premium-post-ticker__post-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.premium-post-ticker__title-wrapper img {
max-width: unset;
}
.premium-post-ticker__outer-wrapper {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.premium-post-ticker__header-wrapper,
.premium-post-ticker__title-wrapper,
.premium-post-ticker__date-wrapper {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.premium-post-ticker__post-wrapper {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding: 7px 20px;
}
.premium-post-ticker__post-wrapper i,
.premium-post-ticker__post-wrapper a {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-post-ticker__post-wrapper.slick-slide {
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
position: relative;
}
.premium-post-ticker__content {
width: 100%;
background-color: #ececed;
}
.premium-post-ticker__posts-wrapper {
min-width: 0;
min-height: 0;
}
.premium-post-ticker__posts-wrapper .slick-list,
.premium-post-ticker__posts-wrapper .slick-track {
height: 100%;
}
.premium-post-ticker__outer-wrapper,
.premium-post-ticker__post-wrapper {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.premium-post-ticker__title-wrapper,
.premium-post-ticker__post-wrapper {
-webkit-column-gap: 5px;
column-gap: 5px;
}
.premium-post-ticker__title,
.premium-post-ticker__date {
white-space: nowrap;
}
.premium-post-ticker__title,
.premium-post-ticker__post-title {
margin: 0;
text-transform: capitalize;
}
.premium-post-ticker__title {
font-size: 15px;
}
.premium-post-ticker__post-title {
font-size: 17px;
}
.premium-post-ticker__post-title a {
display: inline-block;
}
.premium-post-ticker__post-date {
font-size: 12px;
-webkit-margin-start: 6px;
margin-inline-start: 6px;
}
.premium-post-ticker__separator {
position: absolute;
inset-inline-end: 0;
width: 2px;
height: 20px;
background: #000;
z-index: 1;
}
.premium-post-ticker__icon-wrapper {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-post-ticker__icon-wrapper > svg {
width: 50px;
height: 50px;
}
.premium-post-ticker__icon-wrapper img {
width: 50px;
}
.premium-post-ticker__icon-wrapper .premium-lottie-animation,
.premium-post-ticker__icon-wrapper .premium-drawable-icon {
width: 50px;
height: 50px;
line-height: 50px;
}
.premium-post-ticker__icon-wrapper .premium-lottie-animation svg,
.premium-post-ticker__icon-wrapper .premium-drawable-icon svg {
width: 100%;
height: 100%;
}
.premium-post-ticker__thumbnail-wrapper a {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0;
padding: 0;
}
.premium-post-ticker__thumbnail-wrapper img {
width: 50px;
}
.premium-post-ticker__post-author {
font-size: 12px;
}
.premium-post-ticker__arrows {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
z-index: 99;
-webkit-column-gap: 2px;
column-gap: 2px;
}
.premium-post-ticker__arrows a {
cursor: pointer;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-appearance: inherit;
box-shadow: none;
padding: 0 5px;
border: 1px solid currentColor;
border-radius: 0;
}
.premium-post-ticker__hidden {
visibility: hidden;
opacity: 0;
}
.premium-post-ticker__change-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-column-gap: 5px;
column-gap: 5px;
}
.premium-post-ticker__change-wrapper .up {
color: #009e73;
}
.premium-post-ticker__change-wrapper .down {
color: #d94040;
}
.premium-post-ticker__change-percent {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-column-gap: 5px;
column-gap: 5px;
}
.premium-post-ticker__symbol,
.premium-post-ticker__change-wrapper {
margin: 0 50px;
}
.premium-post-ticker__symbol-icon {
border-radius: 50% !important;
}
.premium-post-ticker__layout-2 .premium-post-ticker__date-wrapper,
.premium-post-ticker__layout-3 .premium-post-ticker__date-wrapper {
background: #7a7a7a;
}
.premium-post-ticker__layout-1 .premium-post-ticker__date-wrapper {
font-size: 13px;
margin-bottom: 5px;
}
.premium-post-ticker__layout-1 .premium-post-ticker__title-wrapper {
padding: 0 25px;
}
.premium-post-ticker__layout-2 .premium-post-ticker__date-wrapper {
margin: 0;
padding: 0 25px;
}
.premium-post-ticker__layout-2 .premium-post-ticker__title-wrapper {
position: relative;
padding: 3px 10px;
}
.premium-post-ticker__layout-2 .premium-post-ticker__title-wrapper::after {
content: "";
position: absolute;
width: 30%;
height: 100%;
bottom: 0;
}
.premium-post-ticker__layout-3 .premium-post-ticker__header-wrapper {
z-index: 99;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-transform: translateY(50%);
-ms-transform: translateY(50%);
transform: translateY(50%);
position: relative;
}
.premium-post-ticker__layout-3 .premium-post-ticker__header-wrapper::after {
content: "";
position: absolute;
width: 20px;
height: 100%;
bottom: 0;
}
.premium-post-ticker__layout-3 .premium-post-ticker__date-wrapper,
.premium-post-ticker__layout-3 .premium-post-ticker__title-wrapper {
padding: 3px 7px;
}
.premium-post-ticker__layout-3 .premium-post-ticker__post-wrapper {
padding: 10px 20px;
}
.premium-post-ticker__layout-3 .premium-post-ticker__content {
padding-top: 10px;
}
.premium-post-ticker__layout-4 .slick-list {
overflow-x: visible;
}
.premium-post-ticker__layout-4 .premium-post-ticker__header-wrapper {
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.premium-post-ticker__layout-4 .premium-post-ticker__arrows {
background: transparent;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.premium-post-ticker__layout-4 .premium-post-ticker__arrows a {
padding: 0 1px;
line-height: 15px;
}
.premium-post-ticker__layout-4 .premium-post-ticker__arrows i {
font-size: 15px;
}
.premium-post-ticker__layout-4 .premium-post-ticker__arrows .prev-arrow {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.premium-post-ticker__layout-4 .premium-post-ticker__title-wrapper {
margin: 0 5px;
}
.premium-post-ticker__layout-4 .premium-post-ticker__content {
overflow-x: auto;
overflow-y: hidden;
}
.premium-post-ticker__layout-4 .premium-post-ticker__change-wrapper span {
text-align: center;
}
.premium-ticker-pointer-yes:not(.premium-post-ticker__layout-3) .premium-post-ticker__content > div:first-child {
position: relative;
}
.premium-ticker-pointer-yes:not(.premium-post-ticker__layout-3) .premium-post-ticker__content > div:first-child::after {
content: "";
position: absolute;
width: 0;
height: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 999;
border-style: solid;
} .premium-typing-yes .premium-post-ticker__post-wrapper > div:first-child {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.premium-typing-yes .premium-post-ticker__post-title {
position: relative;
}
.premium-typing-yes .premium-post-ticker__post-title.premium-text-typing::after {
content: "";
position: absolute;
opacity: 1;
}  .premium-reversed-yes .premium-post-ticker__content {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.premium-reversed-yes.premium-post-ticker__layout-2 .premium-post-ticker__outer-wrapper,
.premium-reversed-yes.premium-post-ticker__layout-3 .premium-post-ticker__outer-wrapper,
.premium-reversed-yes.premium-post-ticker__layout-4 .premium-post-ticker__outer-wrapper {
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.premium-reversed-yes.premium-post-ticker__layout-3 .premium-post-ticker__header-wrapper,
.premium-reversed-yes.premium-post-ticker__layout-4 .premium-post-ticker__header-wrapper {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.premium-reversed-yes.premium-post-ticker__layout-4 .premium-post-ticker__header-wrapper {
-webkit-column-gap: 5px;
column-gap: 5px;
}
.premium-reversed-yes.premium-post-ticker__layout-4 .slick-list {
direction: rtl;
}
.premium-reversed-yes.premium-typing-yes .premium-post-ticker__post-title.premium-text-typing::after {
right: 100%;
}
.premium-reversed-yes.premium-fade-yes .premium-post-ticker__post-wrapper,
.premium-reversed-yes.premium-typing-yes .premium-post-ticker__post-wrapper {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}   .rtl .premium-post-ticker__layout-2.premium-reversed-yes .premium-post-ticker__title-wrapper::after,
body:not(.rtl) .premium-post-ticker__layout-2:not(.premium-reversed-yes) .premium-post-ticker__title-wrapper::after {
left: 100%;
-webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.rtl .premium-post-ticker__layout-2:not(.premium-reversed-yes) .premium-post-ticker__title-wrapper::after,
body:not(.rtl) .premium-post-ticker__layout-2.premium-reversed-yes .premium-post-ticker__title-wrapper::after {
left: unset;
right: 100%;
-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.rtl .premium-post-ticker__layout-3.premium-reversed-yes .premium-post-ticker__header-wrapper::after,
body:not(.rtl) .premium-post-ticker__layout-3:not(.premium-reversed-yes) .premium-post-ticker__header-wrapper::after {
left: 99%;
-webkit-clip-path: polygon(0% 0%, 34% 0, 100% 50%, 34% 100%, 0% 100%);
clip-path: polygon(0% 0%, 34% 0, 100% 50%, 34% 100%, 0% 100%);
}
.rtl .premium-post-ticker__layout-3:not(.premium-reversed-yes) .premium-post-ticker__header-wrapper::after,
body:not(.rtl) .premium-post-ticker__layout-3.premium-reversed-yes .premium-post-ticker__header-wrapper::after {
left: unset;
right: 99%;
-webkit-clip-path: polygon(34% 0%, 100% 0%, 100% 100%, 34% 100%, 0% 50%);
clip-path: polygon(34% 0%, 100% 0%, 100% 100%, 34% 100%, 0% 50%);
}  .rtl .premium-reversed-yes.premium-ticker-pointer-yes:not(.premium-post-ticker__layout-3) .premium-post-ticker__content > div:first-child::after,
body:not(.rtl) .premium-ticker-pointer-yes:not(.premium-post-ticker__layout-3):not(.premium-reversed-yes) .premium-post-ticker__content > div:first-child::after {
left: 100%;
border-width: 8px 0 8px 7px;
border-color: transparent transparent transparent currentColor;
}
.rtl .premium-ticker-pointer-yes:not(.premium-post-ticker__layout-3):not(.premium-reversed-yes) .premium-post-ticker__content > div:first-child::after,
body:not(.rtl) .premium-reversed-yes.premium-ticker-pointer-yes:not(.premium-post-ticker__layout-3) .premium-post-ticker__content > div:first-child::after {
left: -7px;
border-width: 8px 8px 7px 0;
border-color: transparent currentColor transparent transparent;
} .rtl .elementor-widget-premium-post-ticker:not(.premium-post-ticker__layout-4) .premium-post-ticker__arrows {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.rtl .premium-fade-yes .slick-slider {
direction: ltr;
}
.rtl .premium-fade-yes .slick-slider .premium-post-ticker__post-wrapper.slick-slide {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.rtl .premium-fade-yes .slick-slider .premium-post-ticker__arrows {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.rtl .premium-reversed-yes.premium-fade-yes .premium-post-ticker__post-wrapper.slick-slide {
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.rtl .premium-post-ticker__layout-4.premium-reversed-yes .slick-list {
direction: ltr;
}
.rtl .premium-typing-yes .slick-slide {
float: right;
}   .premium-pricing-table-container {
position: relative;
text-align: center;
display: grid;
width: 100%;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-pricing-icon-container {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
line-height: 0;
}
.premium-pricing-icon-container .premium-pricing-icon {
display: inline-block;
}
.premium-pricing-icon-container .premium-pricing-image {
overflow: hidden;
}
.premium-pricing-icon-container .premium-pricing-image img {
width: 25px;
height: 25px;
object-fit: cover;
}
.premium-badge-left:not(.premium-badge-flag) {
position: absolute;
top: 0;
}
.premium-badge-right:not(.premium-badge-flag) {
position: absolute;
top: 0;
right: 0;
}
.premium-badge-left {
left: 0;
}
.premium-badge-triangle.premium-badge-left .corner {
width: 0;
height: 0;
border-top: 150px solid;
border-bottom: 150px solid transparent;
border-right: 150px solid transparent;
}
.premium-badge-triangle.premium-badge-right .corner {
width: 0;
height: 0;
border-bottom: 150px solid transparent;
border-right: 150px solid;
border-left: 150px solid transparent;
}
.premium-badge-triangle span {
position: absolute;
top: 35px;
width: 100px;
text-align: center;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
display: block;
text-transform: uppercase;
}
.premium-badge-triangle.premium-badge-right span {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
right: 0;
}
.premium-badge-circle {
min-width: 4em;
min-height: 4em;
line-height: 4em;
text-align: center;
border-radius: 100%;
position: absolute;
z-index: 1;
}
.premium-badge-stripe {
position: absolute;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
width: 15em;
overflow: hidden;
height: 15em;
}
.premium-badge-stripe.premium-badge-left {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
.premium-badge-stripe .corner {
text-align: center;
left: 0;
width: 150%;
-webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
-ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
margin-top: 35px;
font-size: 13px;
line-height: 2;
font-weight: 800;
text-transform: uppercase;
}
.premium-badge-flag.premium-badge-right .corner {
right: -8px;
border-radius: 4px 4px 0 4px;
}
.premium-badge-flag.premium-badge-right .corner::before,
.premium-badge-flag.premium-badge-right .corner::after {
right: 0;
}
.premium-badge-flag.premium-badge-left .corner {
left: -8px;
border-radius: 4px 4px 4px 0;
}
.premium-badge-flag.premium-badge-left .corner::before,
.premium-badge-flag.premium-badge-left .corner::after {
left: 0;
}
.premium-badge-flag .corner {
text-align: center;
padding: 3px 15px;
position: absolute;
top: 10%;
}
.premium-badge-flag .corner::before,
.premium-badge-flag .corner::after {
content: "";
display: block;
position: absolute;
width: 0;
height: 0;
top: 100%;
border-bottom: 8px solid transparent;
}
.elementor-widget-premium-addon-pricing-table {
overflow: visible !important;
}
.premium-badge-flag.premium-badge-right .corner::after {
border-left: 8px solid rgba(0, 0, 0, 0.2);
}
.premium-badge-flag.premium-badge-left .corner::before {
border-right: 8px solid rgba(0, 0, 0, 0.2);
}
.premium-pricing-price-currency {
position: relative;
}
.premium-pricing-button-container {
display: block;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-pricing-list {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
list-style-type: none;
margin: 0;
padding: 0;
}
.premium-pricing-list .premium-pricing-list-item {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-pricing-list .premium-pricing-list-item svg {
width: 50px;
height: 50px;
}
.premium-pricing-list .premium-pricing-list-item img {
width: 30px;
height: 30px;
object-fit: cover;
}
.premium-pricing-list .premium-pricing-list-span {
position: relative;
}
.premium-pricing-list .list-item-tooltip {
border-bottom: 1px dotted;
}
.premium-pricing-list .premium-pricing-list-tooltip {
position: absolute;
top: -webkit-calc(100% + 1px);
top: calc(100% + 1px);
inset-inline-start: 0;
visibility: hidden;
padding: 15px 20px;
border-radius: 5px;
min-width: 200px;
overflow: hidden;
text-align: start;
font-size: 0.8rem;
color: #fff;
background-color: #aaa;
}
.premium-pricing-features-left .premium-pricing-list-span {
text-align: start;
}
.premium-pricing-features-center .premium-pricing-list-span {
text-align: center;
}
.premium-pricing-features-right .premium-pricing-list-span {
text-align: end;
}
.premium-pricing-list-span:hover .premium-pricing-list-tooltip {
z-index: 99;
visibility: visible;
opacity: 1;
}
.premium-pricing-slashed-price-value {
display: inline-block;
font-size: 20px;
font-weight: 400;
-webkit-margin-end: 5px;
margin-inline-end: 5px;
}
.premium-pricing-price-value {
font-size: 70px;
}
.premium-pricing-description-container li {
list-style-position: inside;
text-indent: -40px;
}
@-moz-document url-prefix()  {
.premium-pricing-description-container li {
text-indent: 0px;
}
}
.premium-pricing-button-container .premium-pricing-price-button {
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
padding: 6px 12px;
text-align: center;
color: #fff;
background: #6ec1e4;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-pricing-price-container {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}
.premium-pricing-price-container .premium-pricing-price-separator,
.premium-pricing-price-container .premium-pricing-price-duration {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.rtl .premium-badge-stripe .corner {
-webkit-transform: rotate(-45deg) translateY(-50%) translateX(-10px);
-ms-transform: rotate(-45deg) translateY(-50%) translateX(-10px);
transform: rotate(-45deg) translateY(-50%) translateX(-10px);
}
.rtl .premium-badge-left.premium-badge-triangle span {
left: 0;
}  .premium-progressbar-container {
position: relative;
}
.premium-progressbar-bar-wrap {
position: relative;
text-align: start;
overflow: hidden;
height: 25px;
margin-bottom: 50px;
background-color: #f5f5f5;
border-radius: 4px;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.premium-progressbar-bar-wrap.premium-progressbar-dots {
background-color: transparent;
width: 100%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: auto;
box-shadow: none;
}
.premium-progressbar-bar-wrap .progress-segment {
position: relative;
width: 25px;
height: 25px;
border-radius: 50%;
overflow: hidden;
background-color: #f5f5f5;
}
.premium-progressbar-bar-wrap .progress-segment.filled {
background: #6ec1e4;
}
.premium-progressbar-bar-wrap .progress-segment:not(:first-child):not(:last-child) {
margin: 0 4px;
}
.premium-progressbar-bar-wrap .progress-segment:first-child {
-webkit-margin-end: 4px;
margin-inline-end: 4px;
}
.premium-progressbar-bar-wrap .progress-segment:last-child {
-webkit-margin-start: 4px;
margin-inline-start: 4px;
}
.premium-progressbar-bar-wrap .progress-segment .segment-inner {
position: absolute;
top: 0;
inset-inline-start: 0;
height: 100%;
background-color: #6ec1e4;
}
.premium-progressbar-bar {
float: inline-start;
width: 0%;
height: 100%;
font-size: 12px;
background: #6ec1e4;
text-align: center;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
position: absolute;
overflow: hidden;
line-height: 20px;
-webkit-transition: width 0s ease-in-out !important;
transition: width 0s ease-in-out !important;
}
.premium-progressbar-striped .premium-progressbar-bar {
background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.premium-progressbar-active .premium-progressbar-bar {
-webkit-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.premium-progressbar-gradient .premium-progressbar-bar {
background-size: 400% 400% !important;
-webkit-animation: progress-bar-gradient 10s ease-in-out infinite;
animation: progress-bar-gradient 10s ease-in-out infinite;
}
.premium-progressbar-container .clearfix {
clear: both;
}
.premium-progressbar-container p:first-of-type {
margin: 0;
float: left;
}
.premium-progressbar-container p:nth-of-type(2) {
margin: 0;
float: right;
}
.premium-progressbar-name {
inset-inline-start: 50%;
top: 0;
inset-inline-end: 0;
-webkit-transform: translateX(-12.5px);
-ms-transform: translateX(-12.5px);
transform: translateX(-12.5px);
z-index: 1;
}
.premium-progressbar-multiple-label {
position: relative;
float: inline-start;
width: 0;
inset-inline-start: 50%;
}
.premium-progressbar-center-label {
position: relative;
white-space: nowrap;
}
.premium-progressbar-arrow {
height: 15px;
inset-inline-start: 50%;
display: inline-block;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 11px solid;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.premium-progressbar-pin {
-webkit-border-start: 1px solid;
border-inline-start: 1px solid;
height: 12px;
inset-inline-start: 50%;
display: inline-block;
} .premium-progressbar-circle-wrap,
.premium-progressbar-hf-circle-wrap {
width: 200px;
height: 200px;
position: relative;
margin: 0 auto;
}
.premium-progressbar-circle-wrap .premium-progressbar-circle-content,
.premium-progressbar-hf-circle-wrap .premium-progressbar-circle-content {
position: absolute;
top: 0;
inset-inline-start: 0;
width: 100%;
height: 100%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
.premium-progressbar-circle-wrap .premium-lottie-animation,
.premium-progressbar-hf-circle-wrap .premium-lottie-animation {
line-height: 1;
}
.premium-progressbar-circle-wrap .premium-progressbar-circle {
position: absolute;
top: 0;
inset-inline-start: 0;
width: 100%;
height: 100%;
-webkit-clip-path: inset(0 0 0 50%);
clip-path: inset(0 0 0 50%);
}
.premium-progressbar-circle-wrap .premium-progressbar-circle div {
position: absolute;
inset-inline-start: 0;
top: 0;
height: 100%;
width: 100%;
border-width: 6px;
border-style: solid;
border-color: #54595f;
border-radius: 50%;
-webkit-clip-path: inset(0 50% 0 0);
clip-path: inset(0 50% 0 0);
}
.premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-left {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
.premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-right {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
visibility: hidden;
}
.premium-progressbar-circle-wrap .premium-progressbar-circle-base {
width: 100%;
height: 100%;
border: 6px solid #eee;
border-radius: 50%;
} .premium-progressbar-hf-container {
position: relative;
width: 200px;
height: 200px;
}
.premium-progressbar-hf-circle-wrap {
overflow: hidden;
}
.premium-progressbar-hf-circle-wrap .premium-progressbar-left-label {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.premium-progressbar-hf-circle {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-clip-path: inset(0 0 50% 0);
clip-path: inset(0 0 50% 0);
}
.premium-progressbar-hf-circle-progress {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
border: 12px solid #000;
border-radius: 50%;
-webkit-clip-path: inset(50% 0 0 0);
clip-path: inset(50% 0 0 0);
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: -webkit-transform 1500ms linear;
transition: -webkit-transform 1500ms linear;
transition: transform 1500ms linear;
transition: transform 1500ms linear, -webkit-transform 1500ms linear;
}
.premium-progressbar-circle-inner {
height: 100%;
width: 100%;
border: 12px solid #eee;
border-radius: 50%;
}
.premium-progressbar-hf-labels {
margin: 0 auto;
position: relative;
font-size: 12px;
font-weight: 400;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
@keyframes progress-bar-stripes {
from {
background-position: 0 0;
}
to {
background-position: 40px 0;
}
}
@keyframes progress-bar-gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
@media (max-width: 768px) {
.premium-progressbar-center-label {
-webkit-transform: rotate(-90deg) !important;
-ms-transform: rotate(-90deg) !important;
transform: rotate(-90deg) !important;
float: none !important;
-webkit-transform-origin: 0;
-ms-transform-origin: 0;
transform-origin: 0;
}
}
.rtl .premium-progressbar-striped .premium-progressbar-bar {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.rtl .premium-progressbar-arrow {
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
}
.rtl .premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-right {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 100% 0;
}
to {
background-position: 40px 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 100% 0;
}
to {
background-position: 40px 0;
}
}
@-webkit-keyframes progress-bar-gradient {
0% {
background-position: 100% 50%;
}
50% {
background-position: 0% 50%;
}
100% {
background-position: 100% 50%;
}
}
@keyframes progress-bar-gradient {
0% {
background-position: 100% 50%;
}
50% {
background-position: 0% 50%;
}
100% {
background-position: 100% 50%;
}
}
.premium-search {  }
.premium-search__container {
position: relative;
}
.premium-search__container.is-focused .premium-search__input-wrap::after {
width: 100%;
background-color: #4d7bfb;
}
.premium-search__container.is-focused .premium-search__label {
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
opacity: 1;
}
.premium-search__spinner .premium-loading-feed {
display: block !important;
position: relative !important;
}
.premium-search__input-wrap {
position: relative;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
.premium-search__input-wrap .premium-search__input {
width: 100%;
height: 100%;
outline: none;
border-radius: 0;
border: 1px solid #eee;
background-color: #fff;
padding: 8px 16px;
}
.premium-search__input-wrap .premium-search__input:focus {
outline: none;
border: 1px solid #eee;
box-shadow: none;
}
.premium-search__label {
padding: 8px 0;
}
.premium-search__input-btn-wrap {
width: 100%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.premium-search__type-select {
height: 100%;
background-color: #fff;
outline: none;
border-radius: 0;
border: 1px solid #eee;
}
.premium-search__type-select:focus {
outline: none;
border: 1px solid #eee;
box-shadow: none;
}
.premium-search__btn-wrap {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-search__spinner {
position: absolute;
inset-inline-end: 5px;
}
.premium-search__remove-wrap {
position: absolute;
inset-inline-end: 20px;
cursor: pointer;
}
.premium-search__remove-wrap .premium-search__remove-icon {
font-size: 15px;
background: #aaa;
padding: 12px;
border-radius: 100%;
width: 20px;
height: 20px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-search__btn[type=button] {
width: 100%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
cursor: pointer;
}
.premium-search__btn[type=button] svg {
width: 20px;
height: 20px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-search__query-wrap {
position: absolute;
left: 0;
z-index: 6;
width: 100%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 10px;
}
.premium-search__query-wrap.query-hidden {
display: none;
}
.premium-search__query-wrap .premium-loading-feed {
position: absolute;
inset: 0;
background: rgba(255, 255, 255, 0.2);
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
z-index: 99;
}
.premium-search__query-wrap .slick-track {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.premium-search__query-wrap .slick-slide {
height: inherit !important;
}
.premium-search__query-wrap ul.slick-dots {
width: 100%;
}
.premium-search__query-wrap .slick-disabled {
opacity: 0;
visibility: hidden;
}
.premium-search__posts-wrap {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
overflow-y: scroll;
}
.premium-search__results-number {
width: 100%;
margin-left: 5px;
margin-bottom: 10px;
}
.premium-search__select-after .premium-search__input-wrap {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.premium-search__select-after .premium-search__type-filter {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.premium-search__select-after .premium-search__btn-wrap {
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
}
.premium-search__post-inner {
position: relative;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 100%;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
background-color: #f5f5f5;
overflow: hidden;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.premium-search__link {
position: absolute;
inset: 0;
z-index: 1;
}
.premium-search__post-content .premium-search__post-title {
font-size: 18px;
}
.premium-search__post-content .premium-search__post-title a {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-search__post-content .premium-search-excerpt-link {
background-color: transparent !important;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-search__overlay {
position: absolute;
inset: 0;
z-index: 2;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-search__overlay a {
width: 100%;
height: 100%;
}
.premium-search__post-excerpt {
margin: 0;
}
.premium-search__thumbnail-wrap {
position: relative;
}
.premium-search__thumbnail-wrap span {
display: none;
}
.premium-search__thumbnail {
text-align: center;
overflow: hidden;
}
.premium-search__thumbnail img {
width: 100%;
display: block;
object-fit: cover;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.premium-search__skin-classic .premium-search__post-title {
margin: 20px 20px 10px;
}
.premium-search__skin-classic .premium-search__excerpt-wrap {
margin: 0 20px 20px;
}
.premium-search__skin-classic .premium-search__post-inner {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.premium-search__skin-side .premium-search__post-title {
margin: 20px 20px 10px;
}
.premium-search__skin-side .premium-search__excerpt-wrap {
margin: 0 20px 20px;
}
.premium-search__skin-side .premium-search__post-inner {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-search__skin-side .premium-search__post-content {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.premium-search__skin-banner .premium-search__post-inner {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.premium-search__skin-banner .premium-search__post-content {
position: absolute;
width: 100%;
bottom: -5px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
background-color: transparent;
z-index: 3;
-webkit-transition: bottom 0.3s ease-in-out;
transition: bottom 0.3s ease-in-out;
padding: 30px;
}
.premium-search__skin-banner .premium-search__post-wrap:hover .premium-search__post-content {
bottom: 0px;
}
.premium-search__arrow-top a.carousel-arrow {
top: 0;
}
.premium-search__arrow-middle a.carousel-arrow {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
text-decoration: none;
}
.premium-search__arrow-bottom a.carousel-arrow {
bottom: 0;
}
.premium-search__effect-zoomout img,
.premium-search__effect-scale img {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.premium-search__effect-sepia img {
-webkit-filter: sepia(30%);
filter: sepia(30%);
}
.premium-search__effect-sepia .premium-search__post-wrap:hover img {
-webkit-filter: sepia(0%);
filter: sepia(0%);
}
.premium-search__effect-bright img {
-webkit-filter: brightness(1);
filter: brightness(1);
}
.premium-search__effect-bright .premium-search__post-wrap:hover img {
-webkit-filter: brightness(1.2);
filter: brightness(1.2);
}
.premium-search__effect-trans img {
-webkit-transform: translateX(-15px) scale(1.1);
-ms-transform: translateX(-15px) scale(1.1);
transform: translateX(-15px) scale(1.1);
}
.premium-search__effect-trans .premium-search__post-wrap:hover img {
-webkit-transform: translateX(0px) scale(1.1);
-ms-transform: translateX(0px) scale(1.1);
transform: translateX(0px) scale(1.1);
}
.premium-search__effect-zoomin .premium-search__post-wrap:hover img {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.premium-search__effect-zoomout .premium-search__post-wrap:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.premium-search__effect-scale .premium-search__post-wrap:hover img {
-webkit-transform: scale(1.3) rotate(5deg);
-ms-transform: scale(1.3) rotate(5deg);
transform: scale(1.3) rotate(5deg);
}
.premium-search__effect-gray .premium-search__post-wrap:hover img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.premium-search__effect-blur .premium-search__post-wrap:hover img {
-webkit-filter: blur(3px);
filter: blur(3px);
}
.premium-search__footer {
width: 100%;
}
.premium-search-form__pagination-container {
text-align: right;
}
.premium-search-form__pagination-container span {
cursor: default;
}
.premium-search-form__pagination-container .page-numbers {
display: inline-block;
border: none;
color: #000;
line-height: 1;
font-size: 1em;
font-weight: 400;
text-decoration: none;
padding: 0.75em;
margin: 0 0.4em 0.4em 0;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-search-anim-yes .premium-search__input-wrap::after {
display: block;
position: absolute;
width: 0px;
height: 2px;
content: "";
bottom: 0px;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.premium-search-anim-middle-yes .premium-search__input-wrap::after {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.premium-search-anim-label .premium-search__input::-webkit-input-placeholder,
.premium-search-anim-label-pos-back .premium-search__input::-webkit-input-placeholder {
color: transparent !important;
}
.premium-search-anim-label .premium-search__input:-ms-input-placeholder,
.premium-search-anim-label-pos-back .premium-search__input:-ms-input-placeholder {
color: transparent !important;
}
.premium-search-anim-label .premium-search__input::-ms-input-placeholder,
.premium-search-anim-label-pos-back .premium-search__input::-ms-input-placeholder {
color: transparent !important;
}
.premium-search-anim-label .premium-search__input::placeholder,
.premium-search-anim-label-pos-back .premium-search__input::placeholder {
color: transparent !important;
}
.premium-search-anim-label .premium-search__label,
.premium-search-anim-label-pos-back .premium-search__label {
position: relative;
z-index: 2;
-webkit-transform: translateX(10px) translateY(30px);
-ms-transform: translateX(10px) translateY(30px);
transform: translateX(10px) translateY(30px);
opacity: 0.3;
pointer-events: none;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-search-anim-label-letter .premium-search__label,
.premium-search-anim-css-filters .premium-search__label {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.pa-highlighted-text {
margin: 0 !important;
padding: 0 !important;
} @media (max-width: 768px) {
.premium-search__container:not(.premium-search__skin-banner) .premium-search__post-content {
top: 0;
margin: 0;
padding: 15px;
}
.premium-search__skin-side .premium-search__post-inner {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}  .premium-tcloud-term-wrap {
margin: 5px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-tcloud-hidden {
opacity: 0;
visibility: hidden;
}
.premium-tcloud-canvas-container {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.premium-tcloud-default .premium-tcloud-term,
.premium-tcloud-ribbon .premium-tcloud-term {
background-color: var(--tag-color);
padding: 5px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-tcloud-default .premium-tcloud-term:hover,
.premium-tcloud-ribbon .premium-tcloud-term:hover {
background-color: var(--tag-hover-color);
}
.premium-tcloud-default .premium-tcloud-term:hover::before,
.premium-tcloud-ribbon .premium-tcloud-term:hover::before {
border-inline-end-color: var(--tag-hover-color);
}
.premium-tcloud-default .premium-tcloud-term-link,
.premium-tcloud-ribbon .premium-tcloud-term-link {
color: var(--tag-text-color);
-webkit-transition: all 0.3s ease-in-out, font-size 0s;
transition: all 0.3s ease-in-out, font-size 0s;
line-height: 1;
}
.premium-tcloud-default .premium-tcloud-term {
border: 1px solid var(--tag-color);
}
.premium-tcloud-canvas {
cursor: pointer;
}
.premium-tcloud-ribbon .premium-tcloud-term {
position: relative;
}
.premium-tcloud-ribbon .premium-tcloud-term::before {
position: absolute;
content: "";
top: 0;
inset-inline-end: 100%;
margin: 0 auto;
width: 0;
height: 0;
border: var(--tag-ribbon-size) solid transparent;
border-inline-start-width: 0px;
border-inline-end-color: var(--tag-color);
-webkit-transition: all 0.3s ease-in-out, border-width 0s;
transition: all 0.3s ease-in-out, border-width 0s;
}
.premium-tcloud-ribbon .premium-tcloud-term::after {
position: absolute;
content: "";
top: 50%;
inset-inline-start: -8px;
margin: 0 auto;
width: 5px;
height: 5px;
border-radius: 100%;
background-color: #fff;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-tcloud-sphere .premium-tcloud-terms-container {
display: none;
}  .premium-testimonial-box.multiple-testimonials {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
}
.premium-testimonial-box {
width: 100%;
background: transparent;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-testimonial-box .premium-testimonial-author-info {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.premium-testimonial-person-name,
.premium-testimonial-job {
margin: 0;
color: #212121;
}
.premium-testimonial-text-wrapper {
margin: 10px 0;
}
.premium-testimonial-heading {
font-size: 24px;
color: #212121;
font-weight: 700;
margin-bottom: 10px;
}
.premium-testimonial-heading p {
margin: 0;
}
.premium-testimonial-person-name {
font-size: 21px;
font-weight: 600;
margin-bottom: 5px;
}
.premium-testimonial-job {
font-size: 18px;
}
.premium-testimonial-container {
position: relative;
width: 100%;
}
.premium-testimonial-img-wrapper {
overflow: hidden;
border-radius: 50%;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-testimonial-img-wrapper img {
object-fit: cover;
width: 100%;
height: 100% !important;
}
.premium-testimonial-content-wrapper {
position: relative;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
padding: 20px;
}
.premium-testimonial-clear-float {
clear: both;
}
.premium-testimonial-upper-quote,
.premium-testimonial-lower-quote {
position: absolute;
z-index: 1;
}
.premium-testimonial-lower-quote {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.premium-testimonial__rating-wrapper {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.premium-testimonial__skin1 .premium-testimonial-heading,
.premium-testimonial__skin1 .premium-testimonial-text-wrapper {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.premium-testimonial__skin1 .premium-testimonial-author-info {
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
}
.premium-testimonial__skin1 .premium-testimonial-upper-quote {
top: 0;
left: 12px;
}
.premium-testimonial__skin1 .premium-testimonial-lower-quote {
bottom: 3px;
right: 12px;
}
.premium-testimonial__skin1 .premium-testimonial__rating-wrapper {
-webkit-order: 4;
-ms-flex-order: 4;
order: 4;
}
.premium-testimonial__skin2 .premium-testimonial-text-wrapper {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.premium-testimonial__skin2 .premium-testimonial__img-info {
-webkit-order: 4;
-ms-flex-order: 4;
order: 4;
}
.premium-testimonial__skin3 .premium-testimonial-heading {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.premium-testimonial__skin3 .premium-testimonial-text-wrapper {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.premium-testimonial__skin3 .premium-testimonial-lower-quote {
top: 12px;
right: 12px;
}
.premium-testimonial__skin4 .premium-testimonial-text-wrapper {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.premium-testimonial__skin4 .premium-testimonial-upper-quote {
bottom: -25px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.premium-testimonial__img-info {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-testimonial__img-top .premium-testimonial-img-wrapper,
.premium-testimonial__img-bottom .premium-testimonial-img-wrapper {
position: absolute;
z-index: 1;
}
.premium-testimonial__img-top .premium-testimonial-img-wrapper {
top: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.premium-testimonial__img-top .premium-testimonial-heading:first-child,
.premium-testimonial__img-top .premium-testimonial-text-wrapper:first-child {
margin-top: 40px;
}
.premium-testimonial__img-bottom .premium-testimonial-img-wrapper {
bottom: 0;
-webkit-transform: translateY(50%);
-ms-transform: translateY(50%);
transform: translateY(50%);
}
.premium-testimonial__img-bottom .premium-testimonial-job {
margin-bottom: 40px;
}
.premium-testimonial__carousel {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0 auto;
}
.premium-testimonial__carousel .slick-slide {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-testimonial__carousel .slick-slide:not(.slick-center) {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
opacity: 0.6;
-webkit-filter: grayscale(70%);
filter: grayscale(70%);
}
.premium-testimonial__carousel-img {
cursor: pointer;
}
.elementor-widget-premium-addon-testimonials:not(.premium-testimonial__skin1):not(.premium-testimonial__skin4) .premium-testimonial-person-name,
.elementor-widget-premium-addon-testimonials:not(.premium-testimonial__skin1):not(.premium-testimonial__skin4) .premium-testimonial-job {
margin: 0 10px;
}
.pa-txt-sc__outer-container,
.pa-txt-sc__item-container {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.pa-txt-sc__outer-container {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
}
.pa-txt-sc__outer-container .premium-lottie-animation {
width: 150px;
height: 150px;
}
.pa-txt-sc__outer-container .premium-lottie-animation > svg {
width: 100%;
height: 100%;
}
.pa-txt-sc__hov-item {
position: absolute;
visibility: hidden;
opacity: 0;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height: 100%;
-webkit-transition: opacity 0.13s;
transition: opacity 0.13s;
}
.pa-txt-sc__hov-item :not(.pa-txt-sc__item-img) {
left: 0;
top: 0;
}
.pa-txt-sc__hov-item.pa-txt-sc__item-img {
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.pa-txt-sc__hov-hide:hover .pa-txt-sc__main-item {
visibility: hidden;
opacity: 0;
}
.pa-txt-sc__item-container {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.pa-txt-sc__item-container:hover .pa-txt-sc__hov-item {
visibility: visible !important;
}
.pa-txt-sc__item-container:hover .pa-txt-sc__main-item,
.pa-txt-sc__item-container:hover .pa-txt-sc__hov-item {
-webkit-transition: opacity 0.13s ease-in-out;
transition: opacity 0.13s ease-in-out;
}
.pa-txt-sc__item-text {
font-size: 35px;
margin: 0;
}
.pa-txt-sc__item-text.pa-txt-sc__main-item {
width: 100%;
}
.pa-txt-sc__link {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.pa-txt-sc__item-svg,
.pa-txt-sc__item-icon {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.pa-txt-sc__effect-grow {
-webkit-clip-path: inset(0 100% 100% 0);
clip-path: inset(0 100% 100% 0);
-webkit-transition: 1.2s cubic-bezier(0.16, 0.09, 0, 1.02);
transition: 1.2s cubic-bezier(0.16, 0.09, 0, 1.02);
}
.pa-txt-sc__effect-outline svg.outline-svg,
.pa-txt-sc__effect-circle svg.outline-svg,
.pa-txt-sc__effect-h-underline svg.outline-svg,
.pa-txt-sc__effect-x svg.outline-svg,
.pa-txt-sc__effect-underline-zigzag svg.outline-svg,
.pa-txt-sc__effect-double-underline svg.outline-svg,
.pa-txt-sc__effect-diagonal svg.outline-svg,
.pa-txt-sc__effect-strikethrough svg.outline-svg,
.pa-txt-sc__effect-curly svg.outline-svg {
fill: none;
stroke-width: 2px;
position: absolute;
left: -5%;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 110%;
height: 113%;
}
.pa-txt-sc__effect-outline svg.outline-svg.outline,
.pa-txt-sc__effect-circle svg.outline-svg.outline,
.pa-txt-sc__effect-h-underline svg.outline-svg.outline,
.pa-txt-sc__effect-x svg.outline-svg.outline,
.pa-txt-sc__effect-underline-zigzag svg.outline-svg.outline,
.pa-txt-sc__effect-double-underline svg.outline-svg.outline,
.pa-txt-sc__effect-diagonal svg.outline-svg.outline,
.pa-txt-sc__effect-strikethrough svg.outline-svg.outline,
.pa-txt-sc__effect-curly svg.outline-svg.outline {
stroke: currentColor;
}
.pa-txt-sc__effect-outline svg.outline-svg.outline path:first-child,
.pa-txt-sc__effect-circle svg.outline-svg.outline path:first-child,
.pa-txt-sc__effect-h-underline svg.outline-svg.outline path:first-child,
.pa-txt-sc__effect-x svg.outline-svg.outline path:first-child,
.pa-txt-sc__effect-underline-zigzag svg.outline-svg.outline path:first-child,
.pa-txt-sc__effect-double-underline svg.outline-svg.outline path:first-child,
.pa-txt-sc__effect-diagonal svg.outline-svg.outline path:first-child,
.pa-txt-sc__effect-strikethrough svg.outline-svg.outline path:first-child,
.pa-txt-sc__effect-curly svg.outline-svg.outline path:first-child {
-webkit-animation: pa-svg-outline 0.5s ease-in-out 0s forwards;
animation: pa-svg-outline 0.5s ease-in-out 0s forwards;
stroke-dasharray: 1740 1742;
stroke-dashoffset: 1741;
}
.pa-txt-sc__effect-outline svg.outline-svg.outline path:nth-child(2),
.pa-txt-sc__effect-circle svg.outline-svg.outline path:nth-child(2),
.pa-txt-sc__effect-h-underline svg.outline-svg.outline path:nth-child(2),
.pa-txt-sc__effect-x svg.outline-svg.outline path:nth-child(2),
.pa-txt-sc__effect-underline-zigzag svg.outline-svg.outline path:nth-child(2),
.pa-txt-sc__effect-double-underline svg.outline-svg.outline path:nth-child(2),
.pa-txt-sc__effect-diagonal svg.outline-svg.outline path:nth-child(2),
.pa-txt-sc__effect-strikethrough svg.outline-svg.outline path:nth-child(2),
.pa-txt-sc__effect-curly svg.outline-svg.outline path:nth-child(2) {
-webkit-animation: pa-svg-outline 0.5s ease-in-out 499ms forwards;
animation: pa-svg-outline 0.5s ease-in-out 499ms forwards;
stroke-dasharray: 1743 1745;
stroke-dashoffset: 1744;
}
.pa-txt-sc__effect-min-mask .premium-mask-span {
position: relative;
overflow: hidden;
display: -webkit-inline-flex !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
background: inherit;
}
.pa-txt-sc__effect-min-mask .premium-mask-span::after {
content: "";
position: absolute;
top: 0;
right: 0px;
width: 100%;
height: 100%;
background-color: currentColor;
-webkit-backface-visibility: visible;
backface-visibility: visible;
}
.pa-txt-sc__effect-underline::after {
content: "";
position: absolute;
width: 100%;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
height: 2px;
bottom: 0;
left: 0;
background-color: currentColor;
-webkit-transform-origin: bottom left;
-ms-transform-origin: bottom left;
transform-origin: bottom left;
-webkit-transition: -webkit-transform 0.25s ease-out;
transition: -webkit-transform 0.25s ease-out;
transition: transform 0.25s ease-out;
transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
z-index: 1;
}
.pa-txt-sc__effect-underline.underline::after {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.pa-txt-sc__effect-hvr-pulse-grow.hvr-pulse-grow {
-webkit-animation: hvr-pulse-grow 0.3s ease-in-out alternate infinite;
animation: hvr-pulse-grow 0.3s ease-in-out alternate infinite;
}
.pa-txt-sc__effect-hvr-buzz.hvr-buzz {
-webkit-animation: hvr-buzz 0.3s ease-in-out alternate infinite;
animation: hvr-buzz 0.3s ease-in-out alternate infinite;
}
.pa-txt-sc__effect-rotate {
-webkit-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.pa-txt-sc__effect-rotate.rotate {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.pa-txt-sc__effect-d-rotate {
-webkit-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.pa-txt-sc__effect-d-rotate.d-rotate {
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
}
.pa-txt-sc__effect-hvr-wobble-vertical {
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
}
.pa-txt-sc__effect-hvr-wobble-vertical.hvr-wobble-vertical {
-webkit-animation-name: hvr-wobble-vertical;
animation-name: hvr-wobble-vertical;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
.pa-txt-sc__effect-hvr-float-shadow {
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
}
.pa-txt-sc__effect-hvr-float-shadow:after {
pointer-events: none;
position: absolute;
z-index: -1;
content: "";
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 0;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: opacity, -webkit-transform;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
}
.pa-txt-sc__effect-hvr-float-shadow.hvr-float-shadow {
-webkit-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
}
.pa-txt-sc__effect-hvr-float-shadow.hvr-float-shadow::after {
opacity: 1;
-webkit-transform: translateY(5px);
-ms-transform: translateY(5px);
transform: translateY(5px);
}
.pa-clipped-bg span {
background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
}
@-webkit-keyframes pa-svg-outline {
100% {
stroke-dashoffset: 0;
}
}
@keyframes pa-svg-outline {
100% {
stroke-dashoffset: 0;
}
}
@-webkit-keyframes hvr-pulse-grow {
to {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
}
@keyframes hvr-pulse-grow {
to {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
} @-webkit-keyframes hvr-buzz {
50% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
100% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
}
@keyframes hvr-buzz {
50% {
-webkit-transform: translateX(3px) rotate(3deg);
transform: translateX(3px) rotate(3deg);
}
100% {
-webkit-transform: translateX(-3px) rotate(-3deg);
transform: translateX(-3px) rotate(-3deg);
}
}
@-webkit-keyframes hvr-wobble-vertical {
16.65% {
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
33.3% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
49.95% {
-webkit-transform: translateY(4px);
transform: translateY(4px);
}
66.6% {
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
83.25% {
-webkit-transform: translateY(1px);
transform: translateY(1px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes hvr-wobble-vertical {
16.65% {
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
33.3% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
49.95% {
-webkit-transform: translateY(4px);
transform: translateY(4px);
}
66.6% {
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
83.25% {
-webkit-transform: translateY(1px);
transform: translateY(1px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
} .premium-tiktok-feed {          }
.premium-tiktok-feed__outer-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.premium-tiktok-feed__videos-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.premium-tiktok-feed__video-outer-wrapper {
padding: 2.5px;
}
.premium-tiktok-feed__video-wrapper {
height: 100%;
}
.premium-tiktok-feed__video-wrapper video {
height: 100%;
}
.premium-tiktok-feed__video-counts {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-column-gap: 12px;
column-gap: 12px;
cursor: pointer;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
border-top: 1px solid #d7d7d7;
}
.premium-tiktok-feed__video-counts span {
display: inline-block;
white-space: nowrap;
}
.premium-tiktok-feed__vid-creator a {
display: inline-block;
font-size: 17px;
text-transform: lowercase;
}
.premium-tiktok-feed__created-at {
font-size: 14px;
}
.premium-tiktok-feed__shares {
position: relative;
margin-left: auto;
z-index: 11;
}
.premium-tiktok-feed__meta {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.premium-tiktok-feed__video-media {
cursor: pointer;
overflow: hidden;
position: relative;
}
.premium-tiktok-feed__video-media img,
.premium-tiktok-feed__video-media video {
width: 100%;
height: 100% !important;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-tiktok-feed__video-media .premium-tiktok-feed__play-icon {
position: absolute;
right: 20px;
top: 20px;
z-index: 9;
}
.premium-tiktok-feed__video-link {
position: absolute;
inset: 0;
z-index: 10;
}
.premium-tiktok-feed__vid-desc {
font-size: 14px;
line-height: 20px;
font-weight: 200;
}
.premium-tiktok-feed__profile-header {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
border-radius: 12px;
margin-bottom: 5px;
}
.premium-tiktok-feed__profile-header > * {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.premium-tiktok-feed__profile-counts {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-size: 14px;
line-height: 20px;
font-weight: 400;
}
.premium-tiktok-feed__profile-counts span {
display: inline-block;
white-space: nowrap;
}
.premium-tiktok-feed__profile-counts > span {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 3px 5px;
margin: 0 4px;
-webkit-column-gap: 6px;
column-gap: 6px;
}
.premium-tiktok-feed__user-info-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-tiktok-feed__user-info {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-column-gap: 15px;
column-gap: 15px;
}
.premium-tiktok-feed__avatar {
width: 100px;
height: 100px;
border-radius: 50%;
overflow: hidden;
}
.premium-tiktok-feed__avatar img {
width: 100%;
height: 100%;
border-radius: 50%;
}
.premium-tiktok-feed__username a {
text-transform: lowercase;
font-size: 17px;
font-weight: 700px;
}
.premium-tiktok-feed__follow-button {
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding: 5px 20px;
border-radius: 5px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
-webkit-column-gap: 5px;
column-gap: 5px;
}
.premium-tiktok-feed__follow-button svg {
width: 100%;
height: 100%;
}
.premium-tiktok-feed__profile-desc {
font-size: 14px;
line-height: 20px;
font-weight: 400;
margin-top: 10px;
margin-bottom: 10px;
}
.premium-tiktok-feed__vid-layout-1 .premium-tiktok-feed__vid-meta-wrapper,
.premium-tiktok-feed__vid-layout-1 .premium-tiktok-feed__video-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.premium-tiktok-feed__vid-layout-1 .premium-tiktok-feed__video-wrapper {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.premium-tiktok-feed__vid-layout-1 .premium-tiktok-feed__vid-meta-wrapper {
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
}
.premium-tiktok-feed__vid-layout-1 .premium-tiktok-feed__video-counts {
position: relative;
-webkit-order: 4;
-ms-flex-order: 4;
order: 4;
}
.premium-tiktok-feed__vid-layout-2 .premium-tiktok-feed__video-wrapper {
position: relative;
cursor: pointer;
overflow: hidden;
}
.premium-tiktok-feed__vid-layout-2 .premium-tiktok-feed__vid-inner-meta {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-tiktok-feed__vid-layout-2 .premium-tiktok-feed__vid-meta-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 9;
}
.premium-tiktok-feed__vid-layout-2 .premium-tiktok-feed__vid-desc {
margin-top: auto !important;
}
.premium-tiktok-feed__vid-layout-2 .premium-tiktok-feed__vid-desc,
.premium-tiktok-feed__vid-layout-2 .premium-tiktok-feed__video-counts {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.premium-tiktok-feed__vid-layout-2 .premium-tiktok-feed__video-media {
width: 100%;
height: 100%;
}
.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__video-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
overflow: hidden;
}
.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__vid-meta-wrapper,
.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__video-media {
width: 50%;
}
.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__vid-meta-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
}
.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__meta {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__video-counts {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 15px;
}
.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__video-media {
height: 400px;
}
.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__video-media img {
object-fit: cover;
}
.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__vid-desc {
text-align: center;
}
.premium-tiktok-feed__load-more-wrapper {
width: 100%;
text-align: center;
}
.premium-tiktok-feed__load-more-btn {
cursor: pointer;
display: inline-block;
padding: 7px 20px;
margin-bottom: 4px;
margin-top: 4px;
border: none;
border-radius: 5px;
background-color: #efefef;
}
.premium-tiktok-feed .premium-display-none {
display: none;
}
.premium-tiktok-feed__scheme-light .premium-tiktok-feed__profile-header,
.premium-tiktok-feed__scheme-light .premium-tiktok-feed__video-wrapper {
background: #eee;
}
.premium-tiktok-feed__scheme-light .premium-tiktok-feed__follow-button {
background-color: #202020;
color: #fff;
}
.premium-tiktok-feed__scheme-light .premium-tiktok-feed__username a,
.premium-tiktok-feed__scheme-light .premium-tiktok-feed__profile-desc,
.premium-tiktok-feed__scheme-light .premium-tiktok-feed__profile-counts,
.premium-tiktok-feed__scheme-light .premium-tiktok-feed__vid-creator a,
.premium-tiktok-feed__scheme-light .premium-tiktok-feed__created-at,
.premium-tiktok-feed__scheme-light .premium-tiktok-feed__vid-desc,
.premium-tiktok-feed__scheme-light .premium-tiktok-feed__video-counts > span,
.premium-tiktok-feed__scheme-light .premium-tiktok-feed__video-counts > span > i,
.premium-tiktok-feed__scheme-light .premium-tiktok-sharer,
.premium-tiktok-feed__scheme-light .custom-fa {
color: #202020;
}
.premium-tiktok-feed__scheme-light .premium-tiktok-feed__video-counts svg,
.premium-tiktok-feed__scheme-light .premium-tiktok-feed__video-counts svg * {
color: #202020;
}
.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__profile-header,
.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__video-wrapper {
background: #202020;
}
.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__follow-button {
background-color: #eee;
color: #202020;
}
.premium-tiktok-feed__scheme-dark .fa.custom-fa {
-webkit-text-stroke-color: #fff;
}
.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__username a,
.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__profile-desc,
.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__profile-counts,
.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__vid-creator a,
.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__created-at,
.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__vid-desc,
.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__video-counts > span,
.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__video-counts > span > i,
.premium-tiktok-feed__scheme-dark .premium-tiktok-sharer,
.premium-tiktok-feed__scheme-dark .custom-fa {
color: #fff;
}
.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__video-counts svg,
.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__video-counts svg * {
color: #fff;
}
.premium-carousel-yes .premium-tiktok-feed__videos-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.premium-carousel-yes.premium-tiktok-feed__grid .slick-slide {
height: inherit !important;
}
.premium-tiktok-feed__tiktok-icon.premium-tiktok-icon-video {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}  .premium-title-container .premium-title-header {
position: relative;
margin: 0;
padding: 10px;
}
.premium-title-container .premium-title-header:not(.premium-title-style7) {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-title-container .premium-title-header svg {
width: 40px;
height: 40px;
}
.premium-title-container .premium-title-header img {
width: 40px;
height: 40px;
object-fit: cover;
}
.premium-title-container .premium-title-header a {
position: absolute;
top: 0;
inset-inline-start: 0;
width: 100%;
height: 100%;
}
.premium-title-container .premium-lottie-animation {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.premium-title-icon-row .premium-title-icon {
-webkit-margin-end: 10px;
margin-inline-end: 10px;
}
.premium-title-icon-row-reverse .premium-title-icon {
-webkit-margin-start: 10px;
margin-inline-start: 10px;
}
.premium-title-flex-start .premium-title-header {
text-align: left;
}
.premium-title-center .premium-title-header {
text-align: center;
}
.premium-title-flex-end .premium-title-header {
text-align: right;
}
.premium-title-style3,
.premium-title-style4 {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.premium-title-style1,
.premium-title-style2,
.premium-title-style5,
.premium-title-style6,
.premium-title-style8,
.premium-title-style9 {
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.premium-title-style7 {
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.premium-title-style7 .premium-title-style7-inner {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-title-style1 {
border-width: 0;
-webkit-border-start: 3px solid #6ec1e4;
border-inline-start: 3px solid #6ec1e4;
}
.premium-title-container.style2,
.premium-title-container.style4,
.premium-title-container.style5,
.premium-title-container.style6 {
border-bottom: 3px solid #6ec1e4;
} .premium-title-style6:before {
position: absolute;
inset-inline-start: 50%;
bottom: 0;
-webkit-margin-start: -2px;
margin-inline-start: -2px;
content: "";
border: 3px solid transparent;
} .premium-title-style7-stripe-wrap {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.premium-title-style7:before {
display: none;
}
.premium-title-style8 .premium-title-text[data-animation=shiny] {
background-size: 125px !important;
color: rgba(255, 255, 255, 0);
-webkit-background-clip: text !important;
background-clip: text !important;
-webkit-animation-name: pa-shinny-text !important;
animation-name: pa-shinny-text !important;
-webkit-animation-duration: var(--animation-speed) !important;
animation-duration: var(--animation-speed) !important;
-webkit-animation-iteration-count: infinite !important;
animation-iteration-count: infinite !important;
background: var(--base-color) -webkit-gradient(linear, left top, right top, from(var(--base-color)), to(var(--base-color)), color-stop(0.5, var(--shiny-color))) 0 0 no-repeat;
}
@keyframes pa-shinny-text {
0% {
background-position: 0%;
}
100% {
background-position: 200%;
}
}
.premium-title-style9[data-animation-blur=process] .premium-title-style9-letter {
-webkit-animation: pa-blur-shadow 2s 1 alternate;
animation: pa-blur-shadow 2s 1 alternate;
}
@-webkit-keyframes pa-blur-shadow {
from {
text-shadow: 0 0 var(--shadow-value) var(--shadow-color);
color: transparent;
}
to {
text-shadow: 0;
}
}
@keyframes pa-blur-shadow {
from {
text-shadow: 0 0 var(--shadow-value) var(--shadow-color);
color: transparent;
}
to {
text-shadow: 0;
}
}
.premium-title-gradient-yes .premium-title-text,
.premium-title-gradient-yes .premium-title-icon {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-image: -webkit-linear-gradient(left, #ffa648, #f17cc1, #4da9fd);
background-image: linear-gradient(to right, #ffa648, #f17cc1, #4da9fd);
-webkit-animation: pa-text-gradient 8s infinite;
animation: pa-text-gradient 8s infinite;
}
.premium-title-noise-yes .premium-title-text {
position: relative;
}
.premium-title-noise-yes .premium-title-text::before {
content: attr(data-text);
position: absolute;
left: -2px;
text-shadow: 1px 0 blue;
top: 0;
background: transparent;
overflow: hidden;
clip: rect(0, 900px, 0, 0);
animation: pa-noise-anim-1 3s infinite linear alternate-reverse;
width: 100%;
height: 100%;
}
.premium-title-noise-yes .premium-title-text::after {
content: attr(data-text);
position: absolute;
left: 2px;
text-shadow: -1px 0 red;
top: 0;
background: transparent;
overflow: hidden;
clip: rect(0, 900px, 0, 0);
animation: pa-noise-anim-2 2s infinite linear alternate-reverse;
width: 100%;
height: 100%;
}
.premium-title-clipped .premium-title-text {
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
background-clip: text;
}
@-webkit-keyframes pa-text-gradient {
0%, 100% {
-webkit-filter: hue-rotate(0deg);
filter: hue-rotate(0deg);
}
50% {
-webkit-filter: hue-rotate(360deg);
filter: hue-rotate(360deg);
}
}
@keyframes pa-text-gradient {
0%, 100% {
-webkit-filter: hue-rotate(0deg);
filter: hue-rotate(0deg);
}
50% {
-webkit-filter: hue-rotate(360deg);
filter: hue-rotate(360deg);
}
}
@-webkit-keyframes pa-noise-anim-1 {
0% {
clip: rect(52px, 9999px, 99px, 0);
}
5% {
clip: rect(88px, 9999px, 210px, 0);
}
10% {
clip: rect(81px, 9999px, 262px, 0);
}
15% {
clip: rect(38px, 9999px, 288px, 0);
}
20% {
clip: rect(62px, 9999px, 97px, 0);
}
25% {
clip: rect(5px, 9999px, 132px, 0);
}
30% {
clip: rect(9px, 9999px, 112px, 0);
}
35% {
clip: rect(17px, 9999px, 184px, 0);
}
40% {
clip: rect(97px, 9999px, 11px, 0);
}
45% {
clip: rect(9px, 9999px, 98px, 0);
}
50% {
clip: rect(94px, 9999px, 257px, 0);
}
55% {
clip: rect(53px, 9999px, 15px, 0);
}
60% {
clip: rect(2px, 9999px, 5px, 0);
}
65% {
clip: rect(24px, 9999px, 19px, 0);
}
70% {
clip: rect(45px, 9999px, 238px, 0);
}
75% {
clip: rect(75px, 9999px, 284px, 0);
}
80% {
clip: rect(9px, 9999px, 60px, 0);
}
85% {
clip: rect(56px, 9999px, 23px, 0);
}
90% {
clip: rect(53px, 9999px, 72px, 0);
}
95% {
clip: rect(86px, 9999px, 112px, 0);
}
100% {
clip: rect(63px, 9999px, 78px, 0);
}
}
@keyframes pa-noise-anim-1 {
0% {
clip: rect(52px, 9999px, 99px, 0);
}
5% {
clip: rect(88px, 9999px, 210px, 0);
}
10% {
clip: rect(81px, 9999px, 262px, 0);
}
15% {
clip: rect(38px, 9999px, 288px, 0);
}
20% {
clip: rect(62px, 9999px, 97px, 0);
}
25% {
clip: rect(5px, 9999px, 132px, 0);
}
30% {
clip: rect(9px, 9999px, 112px, 0);
}
35% {
clip: rect(17px, 9999px, 184px, 0);
}
40% {
clip: rect(97px, 9999px, 11px, 0);
}
45% {
clip: rect(9px, 9999px, 98px, 0);
}
50% {
clip: rect(94px, 9999px, 257px, 0);
}
55% {
clip: rect(53px, 9999px, 15px, 0);
}
60% {
clip: rect(2px, 9999px, 5px, 0);
}
65% {
clip: rect(24px, 9999px, 19px, 0);
}
70% {
clip: rect(45px, 9999px, 238px, 0);
}
75% {
clip: rect(75px, 9999px, 284px, 0);
}
80% {
clip: rect(9px, 9999px, 60px, 0);
}
85% {
clip: rect(56px, 9999px, 23px, 0);
}
90% {
clip: rect(53px, 9999px, 72px, 0);
}
95% {
clip: rect(86px, 9999px, 112px, 0);
}
100% {
clip: rect(63px, 9999px, 78px, 0);
}
}
@-webkit-keyframes pa-noise-anim-2 {
0% {
clip: rect(14px, 9999px, 221px, 0);
}
5% {
clip: rect(19px, 9999px, 296px, 0);
}
10% {
clip: rect(17px, 9999px, 97px, 0);
}
15% {
clip: rect(46px, 9999px, 24px, 0);
}
20% {
clip: rect(28px, 9999px, 300px, 0);
}
25% {
clip: rect(64px, 9999px, 279px, 0);
}
30% {
clip: rect(58px, 9999px, 160px, 0);
}
35% {
clip: rect(18px, 9999px, 282px, 0);
}
40% {
clip: rect(61px, 9999px, 155px, 0);
}
45% {
clip: rect(63px, 9999px, 97px, 0);
}
50% {
clip: rect(59px, 9999px, 266px, 0);
}
55% {
clip: rect(20px, 9999px, 176px, 0);
}
60% {
clip: rect(49px, 9999px, 58px, 0);
}
65% {
clip: rect(70px, 9999px, 5px, 0);
}
70% {
clip: rect(70px, 9999px, 44px, 0);
}
75% {
clip: rect(82px, 9999px, 187px, 0);
}
80% {
clip: rect(25px, 9999px, 153px, 0);
}
85% {
clip: rect(76px, 9999px, 200px, 0);
}
90% {
clip: rect(2px, 9999px, 100px, 0);
}
95% {
clip: rect(9px, 9999px, 242px, 0);
}
100% {
clip: rect(41px, 9999px, 281px, 0);
}
}
@keyframes pa-noise-anim-2 {
0% {
clip: rect(14px, 9999px, 221px, 0);
}
5% {
clip: rect(19px, 9999px, 296px, 0);
}
10% {
clip: rect(17px, 9999px, 97px, 0);
}
15% {
clip: rect(46px, 9999px, 24px, 0);
}
20% {
clip: rect(28px, 9999px, 300px, 0);
}
25% {
clip: rect(64px, 9999px, 279px, 0);
}
30% {
clip: rect(58px, 9999px, 160px, 0);
}
35% {
clip: rect(18px, 9999px, 282px, 0);
}
40% {
clip: rect(61px, 9999px, 155px, 0);
}
45% {
clip: rect(63px, 9999px, 97px, 0);
}
50% {
clip: rect(59px, 9999px, 266px, 0);
}
55% {
clip: rect(20px, 9999px, 176px, 0);
}
60% {
clip: rect(49px, 9999px, 58px, 0);
}
65% {
clip: rect(70px, 9999px, 5px, 0);
}
70% {
clip: rect(70px, 9999px, 44px, 0);
}
75% {
clip: rect(82px, 9999px, 187px, 0);
}
80% {
clip: rect(25px, 9999px, 153px, 0);
}
85% {
clip: rect(76px, 9999px, 200px, 0);
}
90% {
clip: rect(2px, 9999px, 100px, 0);
}
95% {
clip: rect(9px, 9999px, 242px, 0);
}
100% {
clip: rect(41px, 9999px, 281px, 0);
}
}
@-webkit-keyframes pa-shinny-text {
0% {
background-position: 100%;
}
100% {
background-position: -100%;
}
}
@keyframes pa-shinny-text {
0% {
background-position: 100%;
}
100% {
background-position: -100%;
}
} .premium-global-tooltip {
display: none;
}
.premium-global-tooltip-content .premium-tootltip-icon img {
display: inline-block;
vertical-align: middle;
}
.premium-global-tooltip-content .premium-tootltip-icon,
.premium-global-tooltip-content .premium-tooltip-gallery {
display: inline-block;
}
.premium-global-tooltip-content .premium-tootltip-icon img,
.premium-global-tooltip-content .premium-tooltip-gallery img {
width: 100%;
height: 100%;
object-fit: cover;
}  .premium-video-box-transform {
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
}
.premium-video-box-container {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.premium-video-box-container > div {
position: relative;
overflow: hidden;
}
.premium-video-box-image-container {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: 50%;
cursor: pointer;
margin: auto;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.premium-video-box-play-icon-container {
position: absolute;
z-index: 2;
cursor: pointer;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background: rgba(252, 252, 252, 0.35);
}
.premium-video-box-description-container {
position: absolute;
z-index: 2;
padding: 5px;
text-align: center;
cursor: pointer;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.premium-video-box-text {
margin-bottom: 0 !important;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-video-box-play-icon {
padding: 15px;
-webkit-transform: translateX(4%);
-ms-transform: translateX(4%);
transform: translateX(4%);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-video-box-video-container,
.premium-vid-lightbox-container {
position: absolute;
top: 0;
inset-inline-start: 0;
z-index: 2;
width: 100%;
height: 100%;
-webkit-transition: opacity 0.8s ease-in-out;
transition: opacity 0.8s ease-in-out;
overflow: hidden;
cursor: pointer;
}
.premium-video-box-container[data-overlay=true][data-type=self] .premium-video-box-video-container {
opacity: 0;
visibility: hidden;
}
.premium-video-box-video-container iframe {
max-width: 100%;
width: 100%;
height: 100%;
margin: 0;
line-height: 1;
border: none;
}
.premium-video-box-video-container video {
max-width: 100%;
width: 100%;
height: 100%;
margin: 0;
line-height: 1;
border: none;
background-color: #000;
object-fit: contain;
}
.premium-video-box-container .premium-video-box-vimeo-wrap {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
position: absolute;
top: 0;
inset-inline-start: 0;
z-index: 3;
margin: 10px;
-webkit-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out;
-webkit-margin-end: 4.6em;
margin-inline-end: 4.6em;
}
.premium-video-box-vimeo-wrap .premium-video-box-vimeo-portrait {
width: 60px;
height: 60px;
background: rgba(23, 35, 34, 0.75);
-webkit-margin-end: 1px;
margin-inline-end: 1px;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
padding: 0;
}
.premium-video-box-vimeo-portrait img {
width: 50px;
height: 50px;
margin: 5px;
padding: 0;
border: 0;
border-radius: 50%;
}
.premium-video-box-vimeo-wrap .premium-video-box-vimeo-headers {
font-size: 10px;
}
.premium-video-box-vimeo-wrap .premium-video-box-vimeo-title {
max-width: 100%;
font-size: 2em !important;
font-weight: 700;
margin: 0;
padding: 0.1em 0.2em;
background: rgba(23, 35, 34, 0.75);
display: inline-block;
text-transform: none;
line-height: normal;
letter-spacing: normal;
}
.premium-video-box-vimeo-wrap .premium-video-box-vimeo-byline {
font-size: 1.2em !important;
font-weight: 400;
color: #fff;
margin-top: 0.1em;
padding: 0.2em 0.5em;
background: rgba(23, 35, 34, 0.75);
text-transform: none;
line-height: normal;
letter-spacing: normal;
}
.premium-video-box-playlist-container {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.premium-video-box-playlist-container .premium-video-box-container {
height: 100%;
overflow: hidden;
}
.premium-video-box-container:hover .premium-video-box-image-container.zoomin {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.premium-video-box-container:hover .premium-video-box-image-container.zoomout {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.premium-video-box-container:hover .premium-video-box-image-container.scale {
-webkit-transform: scale(1.3) rotate(5deg);
-ms-transform: scale(1.3) rotate(5deg);
transform: scale(1.3) rotate(5deg);
}
.premium-video-box-container:hover .premium-video-box-image-container.gray {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
.premium-video-box-container:hover .premium-video-box-image-container.blur {
-webkit-filter: blur(3px);
filter: blur(3px);
}
.premium-video-box-container:hover .premium-video-box-image-container.sepia {
-webkit-filter: sepia(0%);
filter: sepia(0%);
}
.premium-video-box-container:hover .premium-video-box-image-container.trans {
-webkit-transform: translateX(0px) scale(1.1);
-ms-transform: translateX(0px) scale(1.1);
transform: translateX(0px) scale(1.1);
}
.premium-video-box-container:hover .premium-video-box-image-container.bright {
-webkit-filter: brightness(1.2);
filter: brightness(1.2);
}
.premium-video-box-image-container.gray {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.premium-video-box-image-container.zoomout,
.premium-video-box-image-container.scale {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.premium-video-box-image-container.sepia {
-webkit-filter: sepia(30%);
filter: sepia(30%);
}
.premium-video-box-image-container.bright {
-webkit-filter: brightness(1);
filter: brightness(1);
}
.premium-video-box-image-container.trans {
-webkit-transform: translateX(-15px) scale(1.1);
-ms-transform: translateX(-15px) scale(1.1);
transform: translateX(-15px) scale(1.1);
}
.premium-video-box-mask-media {
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
} .premium-video-box-container.premium-video-box-sticky-apply {
z-index: 99;
overflow: unset;
}
.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
position: fixed !important;
z-index: 99999;
height: 225px;
width: 400px;
background: #fff;
}
.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-vimeo-wrap,
.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-container:before {
visibility: hidden;
}
.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
box-shadow: unset;
}
.premium-video-box-sticky-close,
.premium-video-box-sticky-infobar {
display: none;
}
.premium-video-box-sticky-apply .premium-video-box-sticky-close {
position: absolute;
padding: 5px;
cursor: pointer;
z-index: 99999;
height: 14px;
width: 14px;
box-sizing: content-box;
border-radius: 100%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-video-box-sticky-apply .premium-video-box-play-icon-container {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.premium-video-box-sticky-apply .premium-video-box-play-icon {
-webkit-transition: none;
transition: none;
}
.premium-video-box-sticky-apply .premium-video-box-sticky-infobar {
display: block;
position: relative;
top: 100%;
width: 100%;
padding: 5px;
text-align: center;
z-index: 9999;
margin-top: -1px;
}
.premium-video-box-sticky-apply .premium-video-box-inner-wrap.ui-draggable {
cursor: move;
}
.premium-video-sticky-top-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
inset-inline-end: auto;
inset-inline-start: 20px;
top: 20px;
}
.premium-video-sticky-bottom-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
inset-inline-end: auto;
inset-inline-start: 20px;
bottom: 20px;
}
.premium-video-sticky-top-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
inset-inline-start: auto;
inset-inline-end: 20px;
top: 20px;
}
.premium-video-sticky-bottom-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
inset-inline-start: auto;
inset-inline-end: 20px;
bottom: 20px;
}
.premium-video-sticky-center-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
inset-inline-end: auto;
inset-inline-start: 20px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.premium-video-sticky-center-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
inset-inline-start: auto;
inset-inline-end: 20px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.premium-video-sticky-bottom-right .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap,
.premium-video-sticky-bottom-left .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
bottom: 55px;
}
.premium-video-sticky-top-left .premium-video-box-sticky-apply .premium-video-box-sticky-close,
.premium-video-sticky-bottom-left .premium-video-box-sticky-apply .premium-video-box-sticky-close,
.premium-video-sticky-center-left .premium-video-box-sticky-apply .premium-video-box-sticky-close {
top: -10px;
inset-inline-end: -10px;
}
.premium-video-sticky-top-right .premium-video-box-sticky-apply .premium-video-box-sticky-close,
.premium-video-sticky-bottom-right .premium-video-box-sticky-apply .premium-video-box-sticky-close,
.premium-video-sticky-center-right .premium-video-box-sticky-apply .premium-video-box-sticky-close {
top: -10px;
inset-inline-start: -10px;
}
.premium-video-box-filter-sticky {
-webkit-filter: none !important;
filter: none !important;
}
.premium-mscroll-yes.elementor-widget-premium-addon-video-box div {
cursor: default;
}
.premium-video-box-background {
width: 100%;
}
.premium-video-box-background + div {
position: absolute;
width: 80%;
height: 80%;
top: 0;
inset-inline-start: 0;
}
.premium-videobox-layout2 .premium-videobox-column {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
width: 50%;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.premium-videobox-layout2 .premium-videobox-column:first-child .premium-video-box-trigger {
height: 100%;
}
.premium-videobox-layout2 .premium-videobox-column:nth-child(2) {
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
width: -webkit-calc(100% - var(--pa-first-column-width));
width: calc(100% - var(--pa-first-column-width));
}
.premium-videobox-layout2 .premium-videobox-column:nth-child(2) .premium-video-box-container {
height: auto !important;
}
.rtl .premium-video-box-play-icon-container,
.rtl .premium-video-box-description-container {
-webkit-transform: translate(50%, -50%);
-ms-transform: translate(50%, -50%);
transform: translate(50%, -50%);
}
.rtl .premium-video-box-play-icon {
-webkit-transform: translateX(-4%);
-ms-transform: translateX(-4%);
transform: translateX(-4%);
}
.rtl .premium-video-box-container:hover .premium-video-box-image-container.scale {
-webkit-transform: scale(1.3) rotate(-5deg);
-ms-transform: scale(1.3) rotate(-5deg);
transform: scale(1.3) rotate(-5deg);
}
.rtl .premium-video-box-image-container.trans {
-webkit-transform: translateX(15px) scale(1.1);
-ms-transform: translateX(15px) scale(1.1);
transform: translateX(15px) scale(1.1);
}  .premium-vscroll-inner {
position: relative;
min-height: 100%;
}
.premium-vscroll-inner .premium-vscroll-dots {
position: fixed;
z-index: 100;
opacity: 1;
margin-top: -32px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-vscroll-wrap .premium-vscroll-nav-menu {
opacity: 1;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-vscroll-inner .premium-vscroll-dots,
.premium-vscroll-wrap .premium-vscroll-dots-hide {
opacity: 0;
visibility: hidden;
}
.premium-vscroll-nav-dots-yes .premium-vscroll-inner .premium-vscroll-dots:not(.premium-vscroll-dots-hide) {
opacity: 1;
visibility: visible;
}
.premium-vscroll-dots.middle {
top: 50%;
margin-top: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.premium-vscroll-dots.top {
top: 40px;
}
.premium-vscroll-dots.bottom {
bottom: 30px;
}
.premium-vscroll-dots.right {
inset-inline-end: 17px;
}
.premium-vscroll-dots.left {
inset-inline-start: 17px;
}
.premium-vscroll-inner ul.premium-vscroll-dots-list,
.premium-vscroll-wrap .premium-vscroll-nav-menu {
margin: 0 !important;
padding: 0;
}
.premium-vscroll-inner ul.premium-vscroll-dots-list li {
width: 14px;
height: 13px;
margin: 7px;
position: relative;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
overflow: visible;
}
.premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-nav-link {
display: block;
position: relative;
z-index: 1;
width: 100%;
height: 100%;
cursor: pointer;
text-decoration: none;
}
.premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-nav-link span {
top: 2px;
inset-inline-start: 2.5px;
width: 8px;
height: 8px;
border: 1px solid #000;
border-radius: 50%;
position: absolute;
z-index: 1;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-vscroll-inner .premium-vscroll-dot-item.active .premium-vscroll-nav-link span {
-webkit-transform: scale(1.6);
-ms-transform: scale(1.6);
transform: scale(1.6);
}
.premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-tooltip {
position: absolute;
color: #fff;
font-size: 14px;
font-family: arial, helvetica, sans-serif;
white-space: nowrap;
max-width: 220px;
padding-left: 0.4em;
padding-right: 0.4em;
}
.premium-vscroll-inner .premium-vscroll-dots.right .premium-vscroll-tooltip {
inset-inline-end: 27px;
}
.premium-vscroll-inner .premium-vscroll-dots.lines .premium-vscroll-dot-item {
width: 4px;
height: 30px;
}
.premium-vscroll-inner .premium-vscroll-dots.lines .premium-vscroll-dot-item span {
width: 100%;
height: 100%;
border-radius: 0;
}
.premium-vscroll-inner .premium-vscroll-dots.lines .premium-vscroll-dot-item.active span {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.premium-vscroll-inner .premium-vscroll-dots.right .premium-vscroll-tooltip::after {
position: absolute;
top: 50%;
content: "";
inset-inline-start: -webkit-calc(100% - 1px);
inset-inline-start: calc(100% - 1px);
width: 10px;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
-webkit-border-start: 6px solid;
border-inline-start: 6px solid;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.premium-vscroll-inner .premium-vscroll-dots.left .premium-vscroll-tooltip {
inset-inline-start: 27px;
}
.premium-vscroll-inner .premium-vscroll-dots.left .premium-vscroll-tooltip::after {
position: absolute;
top: 50%;
content: "";
inset-inline-end: -webkit-calc(100% - 1px);
inset-inline-end: calc(100% - 1px);
width: 10px;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
-webkit-border-end: 6px solid;
border-inline-end: 6px solid;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
} @media (max-width: 768px) {
.premium-vscroll-dots.right {
inset-inline-end: 7px;
}
.premium-vscroll-dots.left {
inset-inline-start: 7px;
}
}
.premium-vscroll-nav-menu {
position: fixed;
top: 20px;
height: 40px;
z-index: 100;
padding: 0;
margin: 0;
}
.premium-vscroll-nav-menu.left {
inset-inline-start: 0;
}
.premium-vscroll-nav-menu.right {
inset-inline-end: 0;
}
.premium-vscroll-nav-menu .premium-vscroll-nav-item {
display: inline-block;
margin: 10px;
color: #000;
background: #fff;
background: rgba(255, 255, 255, 0.3);
}
.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link {
padding: 9px 18px;
display: block;
cursor: pointer;
color: #000;
}
.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link:hover {
color: #000;
}
.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link:focus {
outline: none;
}
.multiscroll-nav li a:focus {
outline: none;
}
.premium-vscroll-temp .slimScrollBar {
visibility: hidden;
}
[data-hijacking=off] .premium-vscroll-temp {
height: 100vh;
}
[data-hijacking=off] .premium-vscroll-temp > div {
opacity: 0;
top: 0;
left: 0;
width: 100%; -webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
[data-hijacking=off] .premium-vscroll-temp:first-of-type > div::before {
display: none;
position: absolute;
width: 100%;
top: 20px;
z-index: 2;
}
[data-hijacking=off][data-animation=rotate] .premium-vscroll-temp {
position: relative; -webkit-perspective: 1800px;
perspective: 1800px;
}
[data-hijacking=off][data-animation=rotate] .premium-vscroll-temp > div {
position: absolute;
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
}
[data-hijacking=off][data-animation=rotate] .premium-vscroll-temp:last-of-type > div {
opacity: 1 !important;
-webkit-transform: translateY(0px) scale(1) rotateX(0deg) !important;
transform: translateY(0px) scale(1) rotateX(0deg) !important;
}
[data-hijacking=off][data-animation=parallax] .premium-vscroll-temp > div {
position: fixed;
}
[data-hijacking=off][data-animation=scaleDown] .premium-vscroll-temp > div {
position: fixed;
}
[data-hijacking=off] .premium-vscroll-parallax-last {
-webkit-transform: translateY(0px) scale(1) !important;
-ms-transform: translateY(0px) scale(1) !important;
transform: translateY(0px) scale(1) !important;
}
[data-hijacking=off] .premium-vscroll-parallax-position {
position: unset !important;
} .premium-weather { }
.premium-weather__outer-wrapper {
position: relative;
}
.premium-weather__outer-wrapper * {
z-index: 10;
}
.premium-weather__temp-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-weather__outer-wrapper,
.premium-weather__desc-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.premium-weather__basic-weather {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-weather__icon-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-weather__icon-wrapper i {
font-size: 70px;
}
.premium-weather__icon-wrapper > svg,
.premium-weather__icon-wrapper img,
.premium-weather__icon-wrapper .premium-lottie-animation {
width: 70px;
height: 70px;
}
.premium-weather__icon-wrapper .premium-lottie-animation svg {
width: 100%;
height: 100%;
}
.premium-weather__city-name {
font-size: 30px;
display: inline-block;
color: #54595f;
}
.premium-weather__current-weather .premium-weather__temp-wrapper span {
font-size: 35px;
}
.premium-weather__temp-unit {
position: relative;
font-size: 20px;
top: -5px;
}
.premium-weather__temp-val {
font-size: 45px;
font-weight: 600;
}
.premium-weather__desc-wrapper {
-webkit-margin-start: 50px;
margin-inline-start: 50px;
}
.premium-weather__desc {
font-size: 20px;
text-transform: capitalize;
white-space: nowrap;
}
.premium-weather__feels-like {
font-size: 13px;
color: #54595f;
white-space: nowrap;
}
.premium-weather__extra-weather {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-column-gap: 50px;
column-gap: 50px;
}
.premium-weather__extra-weather.slick-slide {
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
.premium-weather__extra-weather > div {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
gap: 5px;
margin-top: 10px;
}
.premium-weather__extra-weather svg {
width: 16px;
height: 16px;
}
.premium-weather__extra-weather span {
white-space: nowrap;
font-size: 15px;
}
.premium-weather__forecast {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-top: 10px;
}
.premium-weather__forecast .premium-weather__forecast-item {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-weather__forecast .premium-weather__forecast-item.slick-slide {
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
.premium-weather__forecast .premium-weather__forecast-item .premium-weather__forecast-item-data {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-weather__forecast .premium-weather__forecast-item .premium-weather__forecast-item-date {
white-space: nowrap;
font-size: 15px;
}
.premium-weather__forecast .premium-weather__forecast-item .premium-weather__temp-wrapper {
font-size: 20px;
font-weight: 600;
}
.premium-weather__hourly-item {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.premium-weather__hourly-item.slick-slide {
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
.premium-weather__hourly-item .premium-weather__icon-wrapper {
margin-bottom: 5px;
}
.premium-weather__hourly-item .premium-weather__icon-wrapper i {
font-size: 35px;
}
.premium-weather__hourly-item .premium-weather__icon-wrapper > svg,
.premium-weather__hourly-item .premium-weather__icon-wrapper img,
.premium-weather__hourly-item .premium-weather__icon-wrapper .premium-lottie-animation {
width: 35px;
height: 35px;
}
.premium-weather__hourly-item .premium-weather__temp-wrapper span {
font-size: 20px;
}
.premium-weather__hourly-item .premium-weather__hourly-item-date {
display: inline-block;
white-space: nowrap;
font-size: 13px;
margin-bottom: 5px;
}
@media (max-width: 1024px) {
.premium-weather__layout-2 .premium-weather__extra-weather {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.premium-weather__layout-2 .premium-weather__basic-weather {
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.premium-weather__layout-2 .premium-weather__basic-weather .premium-weather__icon-weather {
width: 70px;
height: 70px;
}
.premium-weather__layout-2 .premium-weather__desc-wrapper {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.premium-weather__layout-2 .premium-weather__extra-outer-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-weather__layout-2 .premium-weather__extra-outer-wrapper .premium-weather__extra-weather {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.premium-weather__layout-3 .premium-weather__current-weather {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
gap: 40px;
margin-bottom: 10px;
}
.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__extra-outer-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__basic-weather,
.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__extra-outer-wrapper,
.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__extra-weather {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__basic-weather {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__basic-weather .premium-weather__icon-wrapper i {
font-size: 80px;
}
.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__basic-weather .premium-weather__icon-wrapper > svg,
.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__basic-weather .premium-weather__icon-wrapper img,
.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__basic-weather .premium-weather__icon-wrapper .premium-lottie-animation {
width: 80px;
height: 80px;
}
.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__basic-weather .premium-weather__desk {
font-size: 20px;
}
.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__basic-weather .premium-weather__feels-like {
font-size: 10px;
}
.premium-weather__layout-3 .premium-weather__hourly-forecast-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.premium-weather__layout-3 .premium-weather__extra-outer-wrapper {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.premium-weather__layout-3 .premium-weather__extra-outer-wrapper .premium-weather__temp-wrapper span {
font-size: 60px;
}
.premium-weather__layout-3 .premium-weather__extra-outer-wrapper .premium-weather__extra-weather {
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.premium-weather__layout-2 .premium-weather__forecast-item .premium-weather__temp-max,
.premium-weather__layout-2 .premium-weather__forecast-item .premium-weather__temp-min,
.premium-weather__layout-3 .premium-weather__forecast-item .premium-weather__temp-max,
.premium-weather__layout-3 .premium-weather__forecast-item .premium-weather__temp-min {
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
} @media (max-width: 1024px) {
.premium-daily-forecast__style-1 .premium-weather__forecast,
.premium-daily-forecast__style-2 .premium-weather__forecast,
.premium-daily-forecast__style-3 .premium-weather__forecast {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.premium-daily-forecast__style-1 .premium-weather__forecast-item,
.premium-daily-forecast__style-2 .premium-weather__forecast-item {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
border-radius: 20px;
}
.premium-daily-forecast__style-1 .premium-weather__forecast-item .premium-weather__temp-wrapper,
.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__temp-wrapper {
font-size: 17px;
font-weight: 600;
}
.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__temp-wrapper,
.premium-daily-forecast__style-3 .premium-weather__forecast-item .premium-weather__temp-wrapper {
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-column-gap: 6px;
column-gap: 6px;
}
.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__forecast-item-data,
.premium-daily-forecast__style-3 .premium-weather__forecast-item .premium-weather__forecast-item-data {
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.premium-daily-forecast__style-1 .premium-weather__forecast-item .premium-weather__temp-wrapper {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.premium-daily-forecast__style-1 .premium-weather__forecast-item .premium-weather__icon-wrapper i {
font-size: 50px;
}
.premium-daily-forecast__style-1 .premium-weather__forecast-item .premium-weather__icon-wrapper > svg,
.premium-daily-forecast__style-1 .premium-weather__forecast-item .premium-weather__icon-wrapper img,
.premium-daily-forecast__style-1 .premium-weather__forecast-item .premium-weather__icon-wrapper .premium-lottie-animation {
width: 50px;
height: 50px;
}
.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__forecast-item-date {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__forecast-item-data {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__icon-wrapper i {
font-size: 45px;
}
.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__icon-wrapper > svg,
.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__icon-wrapper img,
.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__icon-wrapper .premium-lottie-animation {
width: 45px;
height: 45px;
}
.premium-daily-forecast__style-3 .premium-weather__forecast-item {
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.premium-daily-forecast__style-3 .premium-weather__forecast-item .premium-weather__forecast-item-data {
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.premium-daily-forecast__style-3 .premium-weather__forecast-item .premium-weather__icon-wrapper i {
font-size: 40px;
}
.premium-daily-forecast__style-3 .premium-weather__forecast-item .premium-weather__icon-wrapper > svg,
.premium-daily-forecast__style-3 .premium-weather__forecast-item .premium-weather__icon-wrapper img,
.premium-daily-forecast__style-3 .premium-weather__forecast-item .premium-weather__icon-wrapper .premium-lottie-animation {
width: 40px;
height: 40px;
}
.premium-daily-forecast__style-4 .premium-weather__forecast {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.premium-daily-forecast__style-4 .premium-weather__forecast .premium-weather__forecast-item {
width: 100%;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-daily-forecast__style-4 .premium-weather__forecast .premium-weather__icon-wrapper i {
font-size: 30px;
}
.premium-daily-forecast__style-4 .premium-weather__forecast .premium-weather__icon-wrapper > svg,
.premium-daily-forecast__style-4 .premium-weather__forecast .premium-weather__icon-wrapper img,
.premium-daily-forecast__style-4 .premium-weather__forecast .premium-weather__icon-wrapper .premium-lottie-animation {
width: 30px;
height: 30px;
}
.premium-daily-forecast__style-4 .premium-weather__forecast .premium-weather__forecast-item-data {
gap: 50px;
-webkit-margin-start: auto;
margin-inline-start: auto;
}
.premium-daily-forecast__style-4 .premium-weather__forecast .premium-weather__forecast-item-data > *:not(.premium-weather__icon-wrapper) {
min-width: 30px;
text-align: center;
}
.premium-daily-forecast__style-1 .premium-weather__forecast-item,
.premium-daily-forecast__style-2 .premium-weather__forecast-item,
.premium-daily-forecast__style-3 .premium-weather__forecast-item,
.premium-daily-forecast__style-4 .premium-weather__forecast {
background-color: #f0f0f0;
padding: 15px;
}
.premium-daily-forecast__style-3 .premium-weather__forecast-item,
.premium-daily-forecast__style-4 .premium-weather__forecast {
border-radius: 15px;
}
.premium-daily-forecast__style-4 .premium-weather__forecast-item {
padding: 10px 0 10px 0;
} .premium-hours-vertical .premium-weather__hourly-item,
.premium-weather__tab-content .premium-weather__hourly-item {
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
width: 100%;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-hours-vertical .premium-weather__hourly-data,
.premium-weather__tab-content .premium-weather__hourly-data {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-column-gap: 50px;
column-gap: 50px;
}
.premium-hours-vertical .premium-weather__hourly-data > *,
.premium-weather__tab-content .premium-weather__hourly-data > * {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-column-gap: 5px;
column-gap: 5px;
}
.premium-hours-vertical .premium-weather__hourly-item-date {
font-size: 15px;
}
.premium-hours-vertical .premium-weather__hourly-item {
padding: 10px 0 10px 0;
}
.premium-hours-vertical .premium-weather__hourly-item .premium-weather__hourly-data i {
font-size: 15px;
}
.premium-hours-vertical .premium-weather__hourly-item .premium-weather__hourly-data svg {
width: 15px;
height: 15px;
}
.premium-hours-vertical .premium-weather__hourly-item .premium-weather__icon-wrapper i {
font-size: 30px;
}
.premium-hours-vertical .premium-weather__hourly-item .premium-weather__icon-wrapper > svg,
.premium-hours-vertical .premium-weather__hourly-item .premium-weather__icon-wrapper img,
.premium-hours-vertical .premium-weather__hourly-item .premium-weather__icon-wrapper .premium-lottie-animation {
width: 30px;
height: 30px;
}
.premium-hours-vertical .premium-weather__hourly-item .premium-weather__hourly-data > :not(.premium-weather__icon-wrapper) > span,
.premium-hours-vertical .premium-weather__hourly-item .premium-weather__temp-wrapper > span {
font-size: 16px;
font-weight: 600;
}  .premium-weather__forecast-tabs-wrapper {
overflow-x: auto;
overflow-y: hidden;
}
.premium-weather__forecast-tabs-wrapper .premium-weather__tabs-headers,
.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-weather__forecast-tabs-wrapper .premium-weather__tabs-headers {
list-style: none;
margin: 0;
padding: 0;
}
.premium-weather__forecast-tabs-wrapper .premium-weather__tabs-headers li {
background: #f0f0f0;
border-radius: 10px;
padding: 10px 0 10px 0;
margin: 20px 10px 0 10px;
cursor: pointer;
-webkit-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
}
.premium-weather__forecast-tabs-wrapper .premium-weather__tabs-headers li:hover {
background: #e4e3e3;
}
.premium-weather__forecast-tabs-wrapper .premium-weather__tab-content:not(.current) {
display: none;
}
.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators {
width: 100%;
border-bottom: 1px solid #dedede;
padding: 20px 0px 20px 0px;
}
.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators .premium-weather__weather-indicator,
.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators .premium-weather__weather-data-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators .premium-weather__weather-indicator {
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators .premium-weather__weather-indicator i {
font-size: 17px;
}
.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators .premium-weather__weather-indicator svg {
width: 17px;
height: 17px;
}
.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators .premium-weather__weather-data-wrapper {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-column-gap: 50px;
column-gap: 50px;
}
.premium-weather__forecast-tabs-wrapper .premium-weather__hourly-item > *,
.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators > * {
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
white-space: nowrap;
}
.premium-weather__forecast-tabs-wrapper .premium-weather__hourly-item-date,
.premium-weather__forecast-tabs-wrapper .premium-weather__tab-content .premium-weather__hourly-item > :not(.premium-weather__hourly-item-date):not(.premium-weather__icon-wrapper) {
font-size: 15px;
}
.premium-weather__forecast-tabs-wrapper .premium-weather__hourly-item {
padding: 15px 0 15px 0;
}
.premium-weather__forecast-tabs-wrapper .premium-weather__icon-wrapper i {
font-size: 30px;
}
.premium-weather__forecast-tabs-wrapper .premium-weather__icon-wrapper > svg,
.premium-weather__forecast-tabs-wrapper .premium-weather__icon-wrapper img,
.premium-weather__forecast-tabs-wrapper .premium-weather__icon-wrapper .premium-lottie-animation {
width: 30px;
height: 30px;
}
.premium-weather-space-between .premium-weather__tab-header {
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
}  .premium-weather__layout-1 .premium-weather__hourly-forecast-wrapper,
.premium-weather__layout-3 .premium-weather__hourly-forecast-wrapper,
.premium-weather__layout-2.premium-weather__hourly-yes .premium-weather__extra-outer-wrapper {
background-color: #f0f0f0;
border-radius: 20px;
padding: 25px 15px 25px 15px;
margin: 25px 0 15px 0;
}  .premium-cw-sec-inline .premium-weather__current-weather {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-cw-sec-inline .premium-weather__current-weather > * {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.premium-cw-sec-block .premium-weather__current-weather {
display: block;
}
.premium-weather__layout-1.premium-cw-block .premium-weather__basic-weather {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.premium-weather__layout-1.premium-cw-block .premium-weather__basic-weather .premium-weather__city-wrapper {
width: 100%;
}
.premium-weather__layout-1.premium-cw-inline .premium-weather__basic-weather {
-webkit-flex-wrap: unset;
-ms-flex-wrap: unset;
flex-wrap: unset;
}
.premium-weather__layout-1.premium-cw-inline .premium-weather__basic-weather .premium-weather__city-wrapper {
width: unset;
}
@media (min-width: 2400px) {
.premium-cw-sec-widescreen-inline .premium-weather__current-weather {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-cw-sec-widescreen-inline .premium-weather__current-weather > * {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.premium-cw-sec-widescreen-block .premium-weather__current-weather {
display: block;
}
.premium-weather__layout-1.premium-cw-widescreen-block .premium-weather__basic-weather {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.premium-weather__layout-1.premium-cw-widescreen-block .premium-weather__basic-weather .premium-weather__city-wrapper {
width: 100%;
}
.premium-weather__layout-1.premium-cw-widescreen-inline .premium-weather__basic-weather {
-webkit-flex-wrap: unset;
-ms-flex-wrap: unset;
flex-wrap: unset;
}
.premium-weather__layout-1.premium-cw-widescreen-inline .premium-weather__basic-weather .premium-weather__city-wrapper {
width: unset;
}
}
@media (max-width: 1366px) {
.premium-cw-sec-laptop-inline .premium-weather__current-weather {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-cw-sec-laptop-inline .premium-weather__current-weather > * {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.premium-cw-sec-laptop-block .premium-weather__current-weather {
display: block;
}
.premium-weather__layout-1.premium-cw-laptop-block .premium-weather__basic-weather {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.premium-weather__layout-1.premium-cw-laptop-block .premium-weather__basic-weather .premium-weather__city-wrapper {
width: 100%;
}
.premium-weather__layout-1.premium-cw-laptop-inline .premium-weather__basic-weather {
-webkit-flex-wrap: unset;
-ms-flex-wrap: unset;
flex-wrap: unset;
}
.premium-weather__layout-1.premium-cw-laptop-inline .premium-weather__basic-weather .premium-weather__city-wrapper {
width: unset;
}
}
@media (max-width: 1200px) {
.premium-cw-sec-tablet_extra-inline .premium-weather__current-weather {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-cw-sec-tablet_extra-inline .premium-weather__current-weather > * {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.premium-cw-sec-tablet_extra-block .premium-weather__current-weather {
display: block;
}
.premium-weather__layout-1.premium-cw-tablet_extra-block .premium-weather__basic-weather {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.premium-weather__layout-1.premium-cw-tablet_extra-block .premium-weather__basic-weather .premium-weather__city-wrapper {
width: 100%;
}
.premium-weather__layout-1.premium-cw-tablet_extra-inline .premium-weather__basic-weather {
-webkit-flex-wrap: unset;
-ms-flex-wrap: unset;
flex-wrap: unset;
}
.premium-weather__layout-1.premium-cw-tablet_extra-inline .premium-weather__basic-weather .premium-weather__city-wrapper {
width: unset;
}
}
@media (max-width: 1024px) {
.premium-cw-sec-tablet-inline .premium-weather__current-weather {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-cw-sec-tablet-inline .premium-weather__current-weather > * {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.premium-cw-sec-tablet-block .premium-weather__current-weather {
display: block;
}
.premium-weather__layout-1.premium-cw-tablet-block .premium-weather__basic-weather {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.premium-weather__layout-1.premium-cw-tablet-block .premium-weather__basic-weather .premium-weather__city-wrapper {
width: 100%;
}
.premium-weather__layout-1.premium-cw-tablet-inline .premium-weather__basic-weather {
-webkit-flex-wrap: unset;
-ms-flex-wrap: unset;
flex-wrap: unset;
}
.premium-weather__layout-1.premium-cw-tablet-inline .premium-weather__basic-weather .premium-weather__city-wrapper {
width: unset;
}
}
@media (max-width: 880px) {
.premium-cw-sec-mobile_extra-inline .premium-weather__current-weather {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-cw-sec-mobile_extra-inline .premium-weather__current-weather > * {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.premium-cw-sec-mobile_extra-block .premium-weather__current-weather {
display: block;
}
.premium-weather__layout-1.premium-cw-mobile_extra-block .premium-weather__basic-weather {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.premium-weather__layout-1.premium-cw-mobile_extra-block .premium-weather__basic-weather .premium-weather__city-wrapper {
width: 100%;
}
.premium-weather__layout-1.premium-cw-mobile_extra-inline .premium-weather__basic-weather {
-webkit-flex-wrap: unset;
-ms-flex-wrap: unset;
flex-wrap: unset;
}
.premium-weather__layout-1.premium-cw-mobile_extra-inline .premium-weather__basic-weather .premium-weather__city-wrapper {
width: unset;
}
}
@media (max-width: 767px) {
.premium-cw-sec-mobile-inline .premium-weather__current-weather {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-cw-sec-mobile-inline .premium-weather__current-weather > * {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.premium-cw-sec-mobile-block .premium-weather__current-weather {
display: block;
}
.premium-weather__layout-1.premium-cw-mobile-block .premium-weather__basic-weather {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.premium-weather__layout-1.premium-cw-mobile-block .premium-weather__basic-weather .premium-weather__city-wrapper {
width: 100%;
}
.premium-weather__layout-1.premium-cw-mobile-inline .premium-weather__basic-weather {
-webkit-flex-wrap: unset;
-ms-flex-wrap: unset;
flex-wrap: unset;
}
.premium-weather__layout-1.premium-cw-mobile-inline .premium-weather__basic-weather .premium-weather__city-wrapper {
width: unset;
}
} .rtl .premium-weather__extra-weather > div > span,
.rtl .premium-hours-vertical .premium-weather__hourly-data > div > span,
.rtl .premium-weather__tabs-content-wrapper .premium-weather__hourly-item > div > span {
direction: ltr;
}
.rtl .premium-weather__current-weather .premium-weather__temp-val {
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
}
.elementor-widget-premium-woo-categories {
width: 100%;
}
.premium-woo-cats__list li.product-category {
width: 100%;
}
.premium-woo-cats__list-wrap ul.products {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0;
padding: 0;
list-style: none outside;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.premium-woo-cats__list-wrap .woocommerce-loop-category__title {
margin: 10px 0;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-woo-cats__list-wrap .woocommerce-loop-category__title sup {
-webkit-margin-start: 5px;
margin-inline-start: 5px;
}
.premium-woo-cats__list-wrap ul.slick-dots {
width: 100%;
}
.premium-woo-cats__category {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-woo-cats__img-wrap {
position: relative;
overflow: hidden;
width: 100%;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-woo-cats__img-wrap img {
width: 100%;
display: block;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-woo-cats__img-overlay {
position: absolute;
inset: 0;
-webkit-transition: background-color 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out;
}
.premium-woo-cats__content-wrap {
position: relative;
overflow: hidden;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-woo-cats__count {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-woo-cats__desc {
margin: 0;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-woo-cats__img-zoomout img {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.premium-woo-cats__img-zoomout li.product:hover img {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.premium-woo-cats__img-zoomin img {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.premium-woo-cats__img-zoomin li.product:hover img {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.premium-woo-cats__img-gray img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.premium-woo-cats__img-gray li.product:hover img {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
.premium-woo-cats__img-sepia img {
-webkit-filter: sepia(30%);
filter: sepia(30%);
}
.premium-woo-cats__img-sepia li.product:hover img {
-webkit-filter: sepia(0%);
filter: sepia(0%);
}
.premium-woo-cats__img-bright img {
-webkit-filter: brightness(1);
filter: brightness(1);
}
.premium-woo-cats__img-bright li.product:hover img {
-webkit-filter: brightness(1.2);
filter: brightness(1.2);
}
.premium-woo-cats__img-trans img {
-webkit-transform: translateX(-15px) scale(1.1);
-ms-transform: translateX(-15px) scale(1.1);
transform: translateX(-15px) scale(1.1);
}
.premium-woo-cats__img-trans li.product:hover img {
-webkit-transform: translateX(0px) scale(1.1);
-ms-transform: translateX(0px) scale(1.1);
transform: translateX(0px) scale(1.1);
}
.premium-woo-cats__img-scale li.product:hover img {
-webkit-transform: scaleX(1.3) scaleY(1.3) rotate(5deg);
-ms-transform: scaleX(1.3) scaleY(1.3) rotate(5deg);
transform: scaleX(1.3) scaleY(1.3) rotate(5deg);
}
.premium-woo-cats__content-below .premium-woo-cats__category {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.premium-woo-cats__content-above .premium-woo-cats__category {
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.premium-woo-cats__content-next .premium-woo-cats__category {
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.elementor-widget-premium-woo-cta .pa-wrapper-container {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.premium-woo-btn-container {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.premium-woo-btn-container .premium-woo-cta-button {
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
cursor: pointer;
border: none;
}
.premium-woo-btn-container .premium-woo-btn-text {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-woo-btn-container .premium-add-icon-image {
border-color: #000;
width: 100%;
height: 100%;
}
.premium-woo-btn-container .premium-woo-btn-icon {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-woo-btn-container .premium-woo-icon-hidden .premium-woo-btn-icon {
display: none;
}
.premium-woo-btn-container .premium-woo-cta-button:focus {
outline: none;
}
.premium-woo-btn-container .premium-button-text-icon-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.premium-woo-btn-container img {
cursor: pointer;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-woo-btn-container .quantity-input-wrapper {
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-margin-end: 7px;
margin-inline-end: 7px;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
height: inherit;
}
.premium-woo-btn-container input[type=number].product-quantity::-webkit-inner-spin-button,
.premium-woo-btn-container input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.premium-wrapper-woo-cta .quantity-grouped-wrapper {
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-margin-end: 7px;
margin-inline-end: 7px;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
height: inherit;
}
.premium-wrapper-woo-cta .product-quantity,
.premium-wrapper-woo-cta .grouped_product_qty {
color: #222222;
font-size: 16px;
height: 43px;
width: 70px !important;
border-style: solid !important;
border-width: 1px 1px 1px 1px !important;
text-align: center;
border-radius: 0 !important;
-webkit-appearance: textfield;
appearance: textfield;
height: 100%;
padding: 0;
margin: 0;
outline: none;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-wrapper-woo-cta input[type=number].grouped_product_qty::-webkit-inner-spin-button,
.premium-wrapper-woo-cta input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.premium-wrapper-woo-cta .add-to-cart-icons-quantity-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
height: 100%;
}
.premium-wrapper-woo-cta .add-to-cart-icons-quantity-wrapper .quantity-button {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
color: #222222;
background-color: #ffffff;
border-color: #e0e0e0;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
height: 21.5px;
font-size: 13px;
width: 33px;
border-style: solid;
border-width: 1px 1px 1px 1px;
cursor: pointer;
border-radius: 0;
height: 100%;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-wrapper-woo-cta .add-to-cart-icons-quantity-wrapper .fa-plus:before {
content: "\f067";
}
.premium-wrapper-woo-cta .add-to-cart-icons-quantity-wrapper .fa-minus:before {
content: "\f068";
}
.premium-wrapper-woo-cta .view-cart-button {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.premium-wrapper-woo-cta .premium-cta-message-box {
text-align: center;
}
.premium-wrapper-woo-cta .unavailable-message {
text-align: center;
}
.premium-wrapper-woo-cta .product-quantity-message {
display: block;
margin-bottom: 10px;
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
.premium-wrapper-woo-cta .premium-variations,
.premium-wrapper-woo-cta .premium-grouped-product {
border-collapse: separate;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-wrapper-woo-cta .premium-variations th,
.premium-wrapper-woo-cta .premium-grouped-product th {
border: none;
vertical-align: middle;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-wrapper-woo-cta .premium-variations td,
.premium-wrapper-woo-cta .premium-grouped-product td {
border: none;
text-align: center;
vertical-align: middle;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-wrapper-woo-cta .premium-grouped-product .pa-qty-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.premium-wrapper-woo-cta .pro-wish {
display: inline;
-webkit-margin-start: 10px;
margin-inline-start: 10px;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.premium-wrapper-woo-cta .premium-woo-cta__spinner {
position: relative;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.premium-wrapper-woo-cta .premium-woo-cta__spinner.loader-visible {
-webkit-margin-start: 10px;
margin-inline-start: 10px;
}
.premium-wrapper-woo-cta .premium-woo-cta__spinner .premium-loading-feed {
display: block !important;
position: relative !important;
}
.pa-grouped .quantity-input-wrapper,
.pa-external .quantity-input-wrapper {
display: none;
}  .ast-single-post .entry-content .premium-woocommerce a {
text-decoration: none;
}
.premium-woocommerce .premium-woo-qv-btn {
cursor: pointer;
}
.premium-woocommerce:not(.premium-woo-skin-grid-7) li.product .star-rating {
margin: 0 auto 0.5em;
}
.premium-woocommerce:not(.premium-woo-skin-grid-10) .premium-woo-product-sale-wrap .premium-woo-product-onsale,
.premium-woocommerce:not(.premium-woo-skin-grid-10) .premium-woo-product-featured-wrap .premium-woo-product-featured {
display: block;
text-align: center;
color: #fff;
min-width: 2em;
min-height: 2em;
line-height: 2em;
padding: 0.3em 0.6em;
margin: 0.5em 0.6em;
}
.premium-woocommerce .pa-out-of-stock {
display: block;
text-align: center;
color: #fff;
min-width: 2em;
min-height: 2em;
line-height: 2em;
padding: 0.3em 0.6em;
top: 7px;
inset-inline-start: 9px;
margin: 0;
}
.premium-woocommerce .woocommerce-loop-product__title {
margin-bottom: 0.5em;
font-size: 1em;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-woocommerce .premium-woo-product-category {
display: block;
font-size: 0.85em;
margin-bottom: 0.5em;
line-height: 1.3;
}
.premium-woocommerce .premium-woo-products-inner ul.products {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0;
padding: 0;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
list-style: none outside;
-webkit-column-gap: 0;
column-gap: 0;
}
.premium-woocommerce .premium-woo-products-inner ul.products li.product {
margin: 0 0 10px;
padding: 0 10px;
}
.premium-woocommerce .premium-woo-products-inner ul.products li.product .premium-woo-product-wrapper {
overflow: hidden;
height: 100%;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-woocommerce .woocommerce-loop-product__link {
position: relative;
display: block !important;
overflow: hidden;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-woocommerce .premium-woo-ribbon-container,
.premium-woocommerce .pa-out-of-stock {
position: absolute;
z-index: 9;
}
.premium-woocommerce .premium-woo-ribbon-container {
top: 0;
inset-inline-start: 0;
}
.premium-woo-product-thumbnail {
position: relative;
overflow: hidden;
}
.premium-woo-product-thumbnail .woocommerce-loop-product__link img {
display: block;
margin: 0;
width: 100%;
}
.premium-woo-product-sale-wrap,
.premium-woo-product-featured-wrap {
margin: 0;
}
.premium-woocommerce .premium-woo-products-details-wrap {
padding: 1em 1.2em;
}
.premium-woocommerce li.product .price {
display: block;
line-height: 1.3;
font-weight: 700;
margin-bottom: 0.5em;
font-size: 0.9em;
}
.premium-woocommerce li.product .price del {
display: inline-block;
font-weight: 400;
background: transparent;
opacity: 1;
}
.premium-woocommerce li.product .price ins {
display: inline-block;
background: transparent;
text-decoration: none;
font-weight: inherit;
}
.premium-woocommerce li.product .price .amount {
color: inherit !important;
}
.premium-woocommerce li.product .premium-woo-product-desc p {
margin: 0;
}
.premium-woo-product-align-left .premium-woocommerce li.product .star-rating {
-webkit-margin-start: 0;
margin-inline-start: 0;
-webkit-margin-end: auto;
margin-inline-end: auto;
}
.premium-woo-product-align-center .premium-woocommerce li.product .star-rating {
-webkit-margin-start: auto;
margin-inline-start: auto;
-webkit-margin-end: auto;
margin-inline-end: auto;
}
.premium-woo-product-align-right .premium-woocommerce li.product .star-rating {
-webkit-margin-start: auto;
margin-inline-start: auto;
-webkit-margin-end: 0;
margin-inline-end: 0;
}
.premium-woo-products-pagination ul.page-numbers {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
list-style-type: none;
margin: 0;
margin-top: 10px;
padding: 0;
border: none;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.premium-woo-products-pagination ul.page-numbers li {
margin: 0 0.4em 0.4em 0;
padding: 0;
text-align: center;
}
.premium-woo-products-pagination ul.page-numbers li .page-numbers {
margin: 0;
text-decoration: none;
color: #000;
border: 1px solid #54595f;
line-height: 1;
font-size: 1em;
font-weight: 400;
padding: 0.75em;
display: block;
min-width: 2.5em;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-woo-products-pagination ul.page-numbers li .page-numbers:hover,
.premium-woo-products-pagination ul.page-numbers li .page-numbers.current {
background-color: #54595f;
color: #fff;
outline: none;
}
.premium-woocommerce .premium-loading-feed,
.premium-woo-quick-view-loader .premium-loading-feed {
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
background: rgba(255, 255, 255, 0.2);
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
} .premium-woocommerce .woocommerce-loop-product__link img {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-woo-product__hover-zoomout .woocommerce-loop-product__link img {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.premium-woo-product__hover-zoomout li.product:hover .woocommerce-loop-product__link img {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.premium-woo-product__hover-zoomin .woocommerce-loop-product__link img {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.premium-woo-product__hover-zoomin li.product:hover .woocommerce-loop-product__link img {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.premium-woo-product__hover-gray .woocommerce-loop-product__link img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.premium-woo-product__hover-gray li.product:hover .woocommerce-loop-product__link img {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
.premium-woo-product__hover-sepia .woocommerce-loop-product__link img {
-webkit-filter: sepia(30%);
filter: sepia(30%);
}
.premium-woo-product__hover-sepia li.product:hover .woocommerce-loop-product__link img {
-webkit-filter: sepia(0%);
filter: sepia(0%);
}
.premium-woo-product__hover-bright .woocommerce-loop-product__link img {
-webkit-filter: brightness(1);
filter: brightness(1);
}
.premium-woo-product__hover-bright li.product:hover .woocommerce-loop-product__link img {
-webkit-filter: brightness(1.2);
filter: brightness(1.2);
}
.premium-woo-product__hover-trans .woocommerce-loop-product__link img {
-webkit-transform: translateX(-15px) scale(1.1);
-ms-transform: translateX(-15px) scale(1.1);
transform: translateX(-15px) scale(1.1);
}
.premium-woo-product__hover-trans li.product:hover .woocommerce-loop-product__link img {
-webkit-transform: translateX(0px) scale(1.1);
-ms-transform: translateX(0px) scale(1.1);
transform: translateX(0px) scale(1.1);
}
.premium-woo-product__hover-scale li.product:hover .woocommerce-loop-product__link img {
-webkit-transform: scaleX(1.3) scaleY(1.3) rotate(5deg);
-ms-transform: scaleX(1.3) scaleY(1.3) rotate(5deg);
transform: scaleX(1.3) scaleY(1.3) rotate(5deg);
}
.premium-woocommerce .premium-woo-product__on_hover {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
opacity: 0;
}
.premium-woo-product__hover-swap li.product:hover .premium-woo-product__on_hover {
opacity: 1;
}
.premium-woo-skin-grid-1 .premium-woo-qv-btn,
.premium-woo-skin-grid-3 .premium-woo-qv-btn,
.premium-woo-skin-grid-4 .premium-woo-qv-btn {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
padding: 5px;
background: rgba(2, 2, 2, 0.5);
color: #fff;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
z-index: 2;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
.premium-woo-skin-grid-4 .premium-woo-qv-btn {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.premium-woo-skin-grid-1 .premium-woo-qv-icon,
.premium-woo-skin-grid-3 .premium-woo-qv-icon,
.premium-woo-skin-grid-4 .premium-woo-qv-icon,
.premium-woo-skin-grid-6 .premium-woo-qv-icon {
-webkit-margin-start: 0.5em;
margin-inline-start: 0.5em;
}
.premium-woo-product-thumbnail:hover .premium-woo-qv-btn-translate {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.premium-woo-product-wrapper .premium-woo-qv-data {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
overflow: hidden;
cursor: pointer;
} .premium-woo-skin-grid-1 .premium-woo-product-actions-wrapper,
.premium-woo-skin-grid-4 .premium-woo-product-actions-wrapper {
position: absolute;
top: 0.7em;
inset-inline-end: 1em;
-webkit-transform: translate3d(15px, 0, 0);
transform: translate3d(15px, 0, 0);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
opacity: 0;
z-index: 9;
}
.premium-woocommerce .premium-woo-product-actions-wrapper .premium-woo-cart-btn {
position: relative;
display: block;
margin: 0 0 3px;
background: #fff;
text-align: center;
outline: 0;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-woocommerce .premium-woo-product-actions-wrapper .premium-woo-add-cart-icon {
display: block;
color: #54595f;
width: 30px;
line-height: 30px;
height: 30px;
cursor: pointer;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-woo-skin-grid-1 li.product:hover .premium-woo-product-actions-wrapper,
.premium-woo-skin-grid-4 li.product:hover .premium-woo-product-actions-wrapper {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
opacity: 1;
}
.premium-woocommerce .premium-woo-cart-btn.adding .premium-woo-add-cart-icon {
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
.premium-woocommerce .premium-woo-cart-btn.adding .premium-woo-add-cart-icon::before {
content: "\f013";
}
.premium-woocommerce .premium-woo-cart-btn.added .premium-woo-add-cart-icon::before {
content: "\f00c";
} .premium-woo-skin-grid-2 li.product .premium-woo-products-details-wrap {
position: absolute;
background: #fff;
bottom: 0;
left: 0;
width: 100%;
z-index: 2;
padding: 0;
opacity: 0;
-webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
transition: opacity 0.2s, -webkit-transform 0.4s;
transition: transform 0.4s, opacity 0.2s;
transition: transform 0.4s, opacity 0.2s, -webkit-transform 0.4s;
-webkit-transform: translateZ(0) translateY(5px);
transform: translateZ(0) translateY(5px);
}
.premium-woo-skin-grid-2 .premium-woo-product-details {
padding: 15px 0;
}
.premium-woo-skin-grid-2 li.product:hover .premium-woo-products-details-wrap {
opacity: 1;
-webkit-transform: translateZ(0) translateY(0);
transform: translateZ(0) translateY(0);
}
.premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper {
position: static;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.premium-woo-skin-grid-2 .premium-woo-product-actions-wrapper > * {
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 50%;
}
.premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper .button {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0;
text-align: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper .premium-woo-qv-btn {
background-color: #54595f;
} .premium-woo-skin-grid-4 li.product .premium-woo-products-details-wrap {
position: absolute;
left: 0;
right: 0;
top: 50%;
-webkit-transform: scale(0.9) translateZ(0) translateY(-50%);
transform: scale(0.9) translateZ(0) translateY(-50%);
text-align: center;
z-index: 2;
opacity: 0;
-webkit-transition: opacity 0.5s, -webkit-transform 0.3s;
transition: opacity 0.5s, -webkit-transform 0.3s;
transition: opacity 0.5s, transform 0.3s;
transition: opacity 0.5s, transform 0.3s, -webkit-transform 0.3s;
}
.premium-woo-skin-grid-4 li.product .premium-woo-product-overlay,
.premium-woo-skin-grid-8 li.product .premium-woo-product-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
background-color: rgba(27, 27, 23, 0.3);
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.premium-woo-skin-grid-4 li.product:hover .premium-woo-product-overlay,
.premium-woo-skin-grid-8 li.product:hover .premium-woo-product-overlay {
opacity: 1;
visibility: visible;
z-index: 1;
}
.premium-woo-skin-grid-4 li.product:hover .premium-woo-products-details-wrap {
-webkit-transform: scale(1) translateZ(0) translateY(-50%);
transform: scale(1) translateZ(0) translateY(-50%);
opacity: 1;
} .premium-woo-skin-grid-5 li.product .premium-woo-product-actions-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.premium-woo-skin-grid-5 li.product .premium-woo-product-actions-wrapper .premium-woo-qv-btn {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: #54595f;
padding: 10px;
-webkit-transition: all 0.25s ease 0s;
transition: all 0.25s ease 0s;
}
.premium-woo-skin-grid-5 li.product .premium-woo-products-details-wrap {
width: 75%;
}
.premium-woo-skin-grid-5 .premium-woo-product-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-woo-product-align-right .premium-woo-skin-grid-5 .premium-woo-product-actions-wrapper {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.premium-woo-product-align-center .premium-woo-skin-grid-5 .premium-woo-product-actions-wrapper {
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
} .premium-woo-skin-grid-6 .premium-woo-qv-btn {
position: absolute;
top: 50%;
left: 50%;
min-width: 40%;
text-align: center;
padding: 5px;
background: rgba(2, 2, 2, 0.5);
color: #fff;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
cursor: pointer;
z-index: 2;
}
.premium-woo-skin-grid-6 li.product:hover .premium-woo-qv-btn {
opacity: 1;
visibility: visible;
}
.premium-woo-product-align-right .premium-woo-skin-grid-6 li.product .premium-woo-product-info .star-rating,
.premium-woo-product-align-left .premium-woo-skin-grid-6 li.product .premium-woo-product-info .star-rating,
.premium-woo-product-align-right .premium-woo-skin-grid-7 li.product .premium-woo-product-info .star-rating,
.premium-woo-product-align-left .premium-woo-skin-grid-7 li.product .premium-woo-product-info .star-rating {
margin: 0;
}
.premium-woo-skin-grid-6 li.product .premium-woo-product-info {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.premium-woo-product-align-center .premium-woocommerce li.product .premium-woo-product-info {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.premium-woo-product-align-right .premium-woocommerce li.product .premium-woo-product-info {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.premium-woo-skin-grid-6 li.product .premium-woo-product-gallery-images {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
position: absolute;
bottom: 10px;
width: 100%;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.premium-woo-product-gallery-images .premium-woo-product__gallery_image {
width: 20%;
margin: 0 0.2em;
border: 2px solid #aaa;
cursor: pointer;
} .premium-woo-products-metro li.product .premium-woo-product-thumbnail img,
.premium-woo-products-metro li.product .premium-woo-product-wrapper,
.premium-woo-products-metro li.product .premium-woo-product-thumbnail,
.premium-woo-products-metro li.product .woocommerce-LoopProduct-link {
height: 100%;
}
.premium-woo-products-metro ul.products li.product {
margin-bottom: 0;
}
.premium-woo-products-metro li.product .premium-woo-product-thumbnail img {
object-fit: cover;
} .premium-carousel-hidden {
opacity: 0;
visibility: hidden;
}
.premium-woocommerce:not(.premium-woo-skin-grid-7) .slick-arrow {
border-radius: 50%;
}
.premium-woocommerce ul.slick-dots {
width: 100%;
} html.premium-woo-qv-opened,
html.premium-woo-qv-opened body {
overflow: hidden;
} .premium-woo-quick-view-back {
position: fixed;
visibility: hidden;
overflow: hidden;
background: rgba(2, 2, 2, 0.5);
opacity: 0;
-webkit-transition: opacity 0.25s;
transition: opacity 0.25s;
z-index: 999;
}
.premium-woo-quick-view-active {
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 1;
visibility: visible;
}
#premium-woo-quick-view-modal {
position: fixed;
visibility: hidden;
opacity: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1400;
text-align: center;
-webkit-transition: all 0.3s;
transition: all 0.3s;
overflow-x: hidden;
overflow-y: auto;
}
#premium-woo-quick-view-modal.active {
visibility: visible;
opacity: 1;
}
#premium-woo-quick-view-modal.active .premium-woo-content-main {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
width: 100%;
}
#premium-woo-quick-view-modal .premium-woo-content-main-wrapper {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
text-align: center;
padding: 30px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
#premium-woo-quick-view-modal .premium-woo-content-main {
position: relative;
pointer-events: none;
max-width: 100%;
text-align: start;
z-index: 1045;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
opacity: 0;
-webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
transition: opacity 0.3s, -webkit-transform 0.5s;
transition: transform 0.5s, opacity 0.3s;
transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
margin: 0 auto;
}
#premium-woo-quick-view-modal .premium-woo-lightbox-content {
position: relative;
display: table;
pointer-events: auto;
background-color: #fff;
width: 975px;
margin: 20px auto;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.15);
overflow: hidden;
}
#premium-woo-quick-view-modal .premium-woo-product > .product {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
#premium-woo-quick-view-modal .premium-woo-product-summary {
padding: 30px;
}
#premium-woo-quick-view-modal .premium-woo-product-summary .quantity {
min-width: auto;
}
#premium-woo-quick-view-modal .premium-woo-product-summary .quantity input[type=number]::-webkit-inner-spin-button,
#premium-woo-quick-view-modal .premium-woo-product-summary .quantity input[type=number]::-webkit-outer-spin-button {
display: unset;
}
#premium-woo-quick-view-modal .added_to_cart {
-webkit-margin-start: 10px;
margin-inline-start: 10px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#premium-woo-quick-view-modal .premium-woo-qv-desc {
margin-bottom: 30px;
}
#premium-woo-quick-view-modal .woocommerce-product-details__short-description p {
margin: 0;
}
#premium-woo-quick-view-modal .premium-woo-atc-button {
margin-bottom: 10px;
}
#premium-woo-quick-view-modal.inline .premium-woo-product > .product .premium-woo-qv-image-slider,
#premium-woo-quick-view-modal.inline .premium-woo-product > .product .premium-woo-product-summary {
width: 50%;
}
#premium-woo-quick-view-modal.block .premium-woo-product > .product {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
} .premium-woo-lightbox-content .woocommerce-loop-product__title {
font-size: 30px;
margin-bottom: 5px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-woo-lightbox-content .price {
margin-bottom: 10px;
}
.premium-woo-lightbox-content .premium-woo-qv-meta {
border-top: 1px solid #ccc;
border-bottom: 0;
padding: 1em 0 0;
margin: 0 0 0.8em;
}
.premium-woo-lightbox-content .product_meta > span {
display: block !important;
border: none;
font-size: 13px;
margin-bottom: 5px;
}
.premium-woo-lightbox-content .premium-woo-atc-button button.button.alt {
display: inline-block;
background-color: #6ec1e4;
color: #fff;
padding: 10px 40px;
cursor: pointer;
text-decoration: none;
overflow: visible;
font-weight: 700;
background-image: none;
border: none;
border-radius: 0px;
box-shadow: none;
text-shadow: none;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-woo-lightbox-content form.cart {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-bottom: 20px;
padding: 0;
border: none;
width: 100%;
}
.premium-woo-lightbox-content form.cart table {
border: none;
margin-bottom: 20px;
border-collapse: collapse;
width: 100%;
}
.premium-woo-lightbox-content form.cart table tbody {
display: table-row-group;
border: none;
}
.premium-woo-lightbox-content form.cart table tbody tr {
border-bottom: 1px solid #ccc;
}
.premium-woo-lightbox-content form.cart table tbody tr td {
background: rgba(0, 0, 0, 0);
vertical-align: middle !important;
padding: 15px 15px 15px 0 !important;
}
.premium-woo-lightbox-content form.cart .group_table td {
border: none;
}
.premium-woo-lightbox-content form.cart .group_table td:first-child {
width: 4em;
text-align: center;
}
.premium-woo-lightbox-content form.cart.variations_form {
display: block;
}
.premium-woo-lightbox-content form.cart.grouped_form {
display: block;
}
.premium-woo-lightbox-content form.cart.grouped_form table .button {
line-height: 1.2em;
}
.premium-woo-lightbox-content form.cart.grouped_form .quantity {
width: 100%;
}
.premium-woo-lightbox-content form.cart.grouped_form .qty {
min-width: 100px;
padding: 10px;
}
.premium-woo-lightbox-content form.cart table.variations th {
background-color: #ffffff;
}
.premium-woo-lightbox-content form.cart div.woocommerce-variation-add-to-cart {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.premium-woo-lightbox-content form.cart div.quantity {
-webkit-margin-end: 15px;
margin-inline-end: 15px;
width: auto;
}
.premium-woo-lightbox-content form.cart div.quantity input[type=number] {
min-width: 90px;
}
.premium-woo-lightbox-content form.cart div.quantity input,
.premium-woo-lightbox-content form.cart div.quantity a {
height: 100%;
border: 1px solid;
box-sizing: border-box;
}
.premium-woo-lightbox-content form.cart div.quantity .qty:focus {
outline: none;
}
.premium-qv-badge {
position: absolute;
top: 0;
left: 0;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
width: 15em;
height: 15em;
overflow: hidden;
z-index: 9;
}
.premium-qv-badge .corner {
text-align: center;
width: 150%;
-webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
-ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
margin-top: 35px;
font-size: 13px;
line-height: 2;
font-weight: 800;
text-transform: uppercase;
background-color: red;
color: #fff;
}
.premium-woo-quick-view-close {
position: absolute;
font-size: 22px;
top: 10px;
right: 10px;
text-align: center;
z-index: 2;
color: #000;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#premium-woo-quick-view-content div.images {
opacity: 1 !important;
margin: 0;
}
.premium-woocommerce li.product .added_to_cart.wc-forward {
display: none;
}
.premium-woo-atc-button .add_to_cart_button .premium-woo-cart-loader {
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
-webkit-margin-start: 5px;
margin-inline-start: 5px;
vertical-align: baseline;
}
.premium-woocommerce div.star-rating,
.premium-woo-lightbox-content div.star-rating {
display: block;
float: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
position: relative;
height: 1em;
line-height: 1;
font-size: 0.857em;
width: 5.4em;
font-family: "star";
}
.premium-woocommerce div.star-rating::before,
.premium-woo-lightbox-content div.star-rating::before {
content: "sssss";
color: #54595f;
float: inline-start;
top: 0;
left: 0;
position: absolute;
}
.premium-woocommerce div.star-rating span,
.premium-woo-lightbox-content div.star-rating span {
overflow: hidden;
float: inline-start;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.premium-woocommerce div.star-rating span::before,
.premium-woo-lightbox-content div.star-rating span::before {
content: "SSSSS";
color: inherit;
top: 0;
position: absolute;
left: 0;
}
.premium-woo-lightbox-content .star-rating {
margin-bottom: 20px;
}
.premium-woo-products-details-wrap .premium-woo-atc-button .button {
display: inline-block;
background-color: #6ec1e4;
color: #fff;
padding: 10px 40px;
cursor: pointer;
text-decoration: none;
overflow: visible;
font-weight: 700;
background-image: none;
border: none;
border-radius: 0px;
box-shadow: none;
text-shadow: none;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} .premium-woo-qv-image-slider {
position: relative;
}
.premium-woo-qv-image-slider li {
list-style: none;
}
.premium-woo-qv-image-slider .flex-control-nav {
margin: 0;
padding: 0;
width: 100%;
position: absolute;
bottom: 10px;
text-align: center;
}
.premium-woo-qv-image-slider .flex-control-nav li {
margin: 0 6px;
display: inline-block;
vertical-align: middle;
}
.premium-woo-qv-image-slider .flex-control-nav li a {
width: 11px;
height: 11px;
display: block;
cursor: pointer;
text-indent: -9999px;
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
border-radius: 20px;
}
.premium-woo-qv-image-slider .flex-control-nav li a.flex-active {
cursor: default;
}
.premium-woo-qv-image-slider .flex-control-nav li a:focus {
outline: none;
}
.premium-woo-qv-image-slider img {
object-fit: cover;
width: 100%;
}
.premium-woo-qv-image-slider .flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.premium-woo-qv-image-slider .flex-direction-nav a {
text-decoration: none;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
width: 2em;
height: 2em;
position: absolute;
top: 50%;
z-index: 10;
cursor: pointer;
color: rgba(0, 0, 0, 0.8);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.premium-woo-qv-image-slider .flex-direction-nav .flex-next,
.premium-woo-qv-image-slider .flex-direction-nav .flex-prev {
font-family: "Font Awesome 5 Free";
font-weight: 900;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.premium-woo-qv-image-slider .flex-direction-nav .flex-prev {
left: 10px;
}
.premium-woo-qv-image-slider .flex-direction-nav .flex-prev::before {
content: "\f104";
}
.premium-woo-qv-image-slider .flex-direction-nav .flex-next {
right: 10px;
}
.premium-woo-qv-image-slider .flex-direction-nav .flex-next::before {
content: "\f105";
} .premium-woo-load-more {
position: relative;
}
.premium-woo-load-more .premium-woo-load-more-btn {
box-shadow: none;
text-shadow: none;
border: none;
outline: none;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
vertical-align: bottom;
cursor: pointer;
line-height: 1;
font-style: normal;
font-weight: normal;
background-image: none;
color: #fff;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
padding: 10px 20px;
}
.premium-woo-load-more-btn {
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-woo-load-more-btn span {
-webkit-margin-end: 3px;
margin-inline-end: 3px;
}
.premium-woo-load-more-btn .premium-loader {
display: inline-block;
width: 20px;
height: 20px;
}
.premium-woo-title-above-yes .premium-woo-product__link {
opacity: 0;
}
@media (max-width: 544px) {
#premium-woo-quick-view-content .premium-woo-lightbox-content {
display: block;
}
}
@media (max-width: 767px) {
.premium-woo-qv-btn {
display: none;
}
}
.rtl .premium-woo-skin-grid-1 .premium-woo-product-actions-wrapper,
.rtl .premium-woo-skin-grid-4 .premium-woo-product-actions-wrapper {
-webkit-transform: translate3d(-15px, 0, 0);
transform: translate3d(-15px, 0, 0);
}
.rtl .premium-woo-product-align-right .premium-woo-skin-grid-6 li.product .premium-woo-product-info {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.rtl .premium-woo-product-align-left .premium-woo-skin-grid-6 li.product .premium-woo-product-info {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.rtl .premium-qv-badge .corner {
width: 100%;
}
.rtl .premium-woo-skin-grid-9 .premium-woo-qv-btn {
right: -36px;
}
.tooltipster-fall,
.tooltipster-grow.tooltipster-show {
-moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
-ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
-o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
}
.tooltipster-base {
-js-display: flex;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
pointer-events: none;
position: absolute;
}
.tooltipster-box {
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.tooltipster-content {
box-sizing: border-box;
max-height: 100%;
max-width: 100%;
border-color: #000;
}
.tooltipster-ruler {
bottom: 0;
left: 0;
overflow: hidden;
position: fixed;
right: 0;
top: 0;
visibility: hidden;
}
.tooltipster-fade {
opacity: 0;
-webkit-transition-property: opacity;
transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
opacity: 1;
}
.tooltipster-grow {
-webkit-transform: scale(0, 0);
-ms-transform: scale(0, 0);
transform: scale(0, 0);
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
}
.tooltipster-swing {
opacity: 0;
-webkit-transform: rotateZ(4deg);
-ms-transform: rotateZ(4deg);
transform: rotateZ(4deg);
-webkit-transition-property: -webkit-transform, opacity;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
}
.tooltipster-swing.tooltipster-show {
opacity: 1;
-webkit-transform: rotateZ(0);
-ms-transform: rotateZ(0);
transform: rotateZ(0);
-webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 1);
-webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
}
.tooltipster-fall {
-webkit-transition-property: top;
transition-property: top;
-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
}
.tooltipster-fall.tooltipster-initial {
top: 0 !important;
}
.tooltipster-fall.tooltipster-dying {
-webkit-transition-property: all;
transition-property: all;
top: 0 !important;
opacity: 0;
}
.tooltipster-slide {
-webkit-transition-property: left;
transition-property: left;
-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
}
.tooltipster-slide.tooltipster-initial {
left: -40px !important;
}
.tooltipster-slide.tooltipster-dying {
-webkit-transition-property: all;
transition-property: all;
left: 0 !important;
opacity: 0;
}
@-webkit-keyframes tooltipster-fading {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes tooltipster-fading {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.tooltipster-update-fade {
-webkit-animation: tooltipster-fading .4s;
animation: tooltipster-fading .4s;
}
@-webkit-keyframes tooltipster-rotating {
25% {
-webkit-transform: rotate(-2deg);
transform: rotate(-2deg);
}
75% {
-webkit-transform: rotate(2deg);
transform: rotate(2deg);
}
100% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
}
@keyframes tooltipster-rotating {
25% {
-webkit-transform: rotate(-2deg);
transform: rotate(-2deg);
}
75% {
-webkit-transform: rotate(2deg);
transform: rotate(2deg);
}
100% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
}
.tooltipster-update-rotate {
-webkit-animation: tooltipster-rotating .6s;
animation: tooltipster-rotating .6s;
}
@-webkit-keyframes tooltipster-scaling {
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes tooltipster-scaling {
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.tooltipster-update-scale {
-webkit-animation: tooltipster-scaling .6s;
animation: tooltipster-scaling .6s;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
margin-bottom: 8px;
}
.tooltipster-sidetip .tooltipster-arrow {
overflow: hidden;
position: absolute;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
height: 10px;
margin-left: -10px;
top: -2px;
width: 20px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
height: 20px;
margin-top: -10px;
right: -2px;
top: 0;
width: 10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
height: 20px;
margin-top: -10px;
left: -2px;
top: 0;
width: 10px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
bottom: -2px;
height: 10px;
margin-left: -9px;
width: 20px;
}
.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
height: 0;
position: absolute;
width: 0;
}
.tooltipster-sidetip .tooltipster-arrow-background {
border: 10px solid transparent;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
left: 0;
top: 3px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
left: -3px;
top: 0;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
left: 3px;
top: 0;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
left: 0;
top: -3px;
}
.tooltipster-sidetip .tooltipster-arrow-border {
border: 10px solid transparent;
left: 0;
top: 0;
}
.tooltipster-sidetip .tooltipster-arrow-uncropped {
position: relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
top: -10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
left: -10px;
} .premium-title-bg-text:before {
position: absolute;
content: attr(data-background);
top: 0;
left: 0;
text-align: left;
}
.premium-bg-text-yes .elementor-widget-container:before {
position: absolute;
top: 0;
left: 0;
text-align: left;
}
.premium-mask-yes .premium-mask-span {
position: relative;
overflow: hidden;
display: -webkit-inline-flex !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.premium-mask-yes .premium-mask-span::after {
content: "";
position: absolute;
top: 0;
right: 0px;
width: 100%;
height: 100%;
background-color: currentColor;
-webkit-backface-visibility: visible;
backface-visibility: visible;
} .premium-button .premium-lottie-animation,
.premium-image-button .premium-lottie-animation {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.premium-button svg:not(.premium-btn-svg),
.premium-image-button svg:not(.premium-btn-svg) {
width: 30px;
height: 30px;
}
.premium-btn-sm,
.premium-btn-md,
.premium-btn-lg,
.premium-btn-block {
background-color: #eee;
color: #042551;
margin: 0px;
text-decoration: none;
}
.premium-btn-sm:hover,
.premium-btn-md:hover,
.premium-btn-lg:hover,
.premium-btn-block:hover {
background-color: #54595f;
color: #eee;
}
div[class*=elementor-widget-premium] .premium-btn-sm {
padding: 12px 24px;
font-size: 14px;
line-height: 1;
}
div[class*=elementor-widget-premium] .premium-btn-sm.premium-button-line6::after {
padding: 12px 24px;
}
div[class*=elementor-widget-premium] .premium-btn-md {
padding: 14px 26px;
font-size: 16px;
line-height: 1.2;
}
div[class*=elementor-widget-premium] .premium-btn-md.premium-button-line6::after {
padding: 14px 26px;
}
div[class*=elementor-widget-premium] .premium-btn-lg {
padding: 16px 28px;
font-size: 18px;
line-height: 1.3333;
}
div[class*=elementor-widget-premium] .premium-btn-lg.premium-button-line6::after {
padding: 16px 28px;
}
div[class*=elementor-widget-premium] .premium-btn-block {
font-size: 18px;
line-height: 1;
padding: 20px 0px;
width: 100%;
text-align: center;
}
div[class*=elementor-widget-premium] .premium-btn-block.premium-button-line6::after {
padding: 20px 0px;
}
.premium-button-text {
display: inline-block;
width: 100%;
} .premium-mouse-detect-yes .premium-button-style6 .premium-button-style6-bg {
position: absolute;
z-index: 0;
top: 0;
left: 0;
width: 0px;
height: 0px;
border-radius: 50%;
display: block;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
}
.premium-mouse-detect-yes .premium-button-style6:hover .premium-button-style6-bg {
width: 225%;
height: 560px;
}
.premium-mouse-detect-yes .premium-button-style6:before {
width: 0;
height: 0;
} .premium-loader {
border: 3px solid #f3f3f3;
border-top-width: 3px;
border-top-style: solid;
border-radius: 50%;
border-top: 3px solid;
border-top-color: #bbb;
width: 30px;
height: 30px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
margin: 0 auto;
} .premium-svg-nodraw *,
.premium-svg-drawer * {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transition-property: stroke, fill, background-color !important;
transition-property: stroke, fill, background-color !important;
}
.premium-svg-nodraw .no-transition,
.premium-svg-drawer .no-transition {
-webkit-transition: none !important;
transition: none !important;
} .premium-svg-drawer * {
stroke-width: 15px;
stroke: #000;
} @-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .premium-error-notice {
width: 100%;
padding: 10px;
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
text-align: center;
}
.premium-error-notice a {
color: #252c59;
}
.premium-addons__v-hidden {
visibility: hidden;
opacity: 0;
}
@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:#000c;background:var(--plyr-captions-background,#000c);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:#0000;border:0;border-radius:4px;border-radius:var(--plyr-control-radius,4px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .1s ease-in-out}.plyr__control svg{display:block;fill:currentColor;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control:focus-visible{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:#ffffffe6;background:var(--plyr-menu-background,#ffffffe6);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-menu-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid #0000;border-top-color:#ffffffe6;border:var(--plyr-menu-arrow-size,4px) solid #0000;border-top-color:var(--plyr-menu-background,#ffffffe6);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid #0000;border:var(--plyr-menu-item-arrow-size,4px) solid #0000;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward:focus-visible:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back:focus-visible:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:#0000001a;content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:#23282f1a}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2px);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{appearance:none;background:#0000;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:#0000;background-image:linear-gradient(90deg,currentColor 0,#0000 0);background-image:linear-gradient(to right,currentColor var(--value,0),#0000 var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:#0000}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:#0000;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:#fff;background:var(--plyr-tooltip-background,#fff);border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:#0000;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc(var(--plyr-range-track-height, 5px)/2*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:#0000}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,#23282f99 25%,#0000 0,#0000 50%,#23282f99 0,#23282f99 75%,#0000 0,#0000);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:#0000}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:#ffffff40;background-color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:#c1c8d199;background-color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;position:relative}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);max-width:90px;min-width:60px;position:relative;z-index:2}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--audio .plyr__progress__buffer{color:#c1c8d199;color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr--video{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));border-radius:inherit;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--video .plyr__progress__buffer{color:#ffffff40;color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;height:100%;inset:0;margin:0;position:fixed;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;cursor:pointer;inset:0;overflow:hidden;position:absolute;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:#fff;background-color:var(--plyr-tooltip-background,#fff);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:7px;border-radius:calc(var(--plyr-menu-radius, 8px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px #00000026;content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:7px;border-bottom-left-radius:calc(var(--plyr-menu-radius, 8px) - 1px);border-bottom-right-radius:7px;border-bottom-right-radius:calc(var(--plyr-menu-radius, 8px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{filter:blur(1px);height:100%;inset:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}.cg-carousel{position:relative;overflow:hidden}.cg-carousel__container{position:relative;left:0}.cg-carousel__track{position:relative;display:grid;grid-auto-columns:100%;grid-auto-flow:column}.cg-carousel__slide{box-sizing:border-box;position:relative;width:100%}@-webkit-keyframes slideIn{100%{left:0}}@keyframes slideIn{100%{left:0}}@-webkit-keyframes slideOutLeft{100%{left:-100%}}@keyframes slideOutLeft{100%{left:-100%}}@-webkit-keyframes slideOutRight{100%{left:100%}}@keyframes slideOutRight{100%{left:100%}}.glider,.glider-contain{margin:0 auto;position:relative}.glider,.glider-track{transform:translateZ(0)}.glider-dot,.glider-next,.glider-prev{border:0;padding:0;user-select:none;outline:0}.glider-contain{width:100%}.glider{overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:none}.glider-track{width:100%;margin:0;padding:0;display:flex;z-index:1}.glider.draggable{user-select:none;cursor:-webkit-grab;cursor:grab}.glider.draggable .glider-slide img{user-select:none;pointer-events:none}.glider.drag{cursor:-webkit-grabbing;cursor:grabbing}.glider-slide{user-select:none;justify-content:center;align-content:center;width:100%;min-width:150px}.glider-slide img{max-width:100%}.glider::-webkit-scrollbar{opacity:0;height:0}.glider-next,.glider-prev{position:absolute;background:0 0;z-index:2;font-size:40px;text-decoration:none;left:-23px;top:30%;cursor:pointer;color:#666;opacity:1;line-height:1;transition:opacity .5s cubic-bezier(.17,.67,.83,.67),color .5s cubic-bezier(.17,.67,.83,.67)}.glider-next:focus,.glider-next:hover,.glider-prev:focus,.glider-prev:hover{color:#ccc}.glider-next{right:-23px;left:auto}.glider-next.disabled,.glider-prev.disabled{opacity:.25;color:#666;cursor:default}.glider-hide{opacity:0}.glider-dots{user-select:none;display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;padding:0}.glider-dot{display:block;cursor:pointer;color:#ccc;border-radius:999px;background:#ccc;width:12px;height:12px;margin:7px}.glider-dot:focus,.glider-dot:hover{background:#ddd}.glider-dot.active{background:#a89cc8}@media(max-width:36em){.glider::-webkit-scrollbar{opacity:1;-webkit-appearance:none;width:7px;height:3px}.glider::-webkit-scrollbar-thumb{opacity:1;border-radius:99px;background-color:rgba(156,156,156,.25);-webkit-box-shadow:0 0 1px rgba(255,255,255,.25);box-shadow:0 0 1px rgba(255,255,255,.25)}}.embedpress-wrapper {
position: relative;
}
.ose-dailymotion.responsive,
.ose-kickstarter.responsive,
.ose-rutube.responsive,
.ose-ted.responsive,
.ose-vimeo.responsive,
.ose-youtube.responsive,
.ose-ustream.responsive,
.ose-google-docs.responsive,
.ose-animatron.responsive,
.ose-amcharts.responsive,
.ose-on-aol-com.responsive,
.ose-animoto.responsive,
.ose-soundcloud.responsive,
.ose-videojug.responsive,
.ose-facebook.responsive,
.ose-issuu.responsive {
overflow: hidden;
position: relative;
height: auto;
}
.ose-dailymotion.responsive iframe,
.ose-kickstarter.responsive iframe,
.ose-rutube.responsive iframe,
.ose-ted.responsive iframe,
.ose-vimeo.responsive iframe,
.ose-vine.responsive iframe,
.ose-youtube.responsive iframe,
.ose-ustream.responsive iframe,
.ose-google-docs.responsive iframe,
.ose-animatron.responsive iframe,
.ose-amcharts.responsive iframe,
.ose-on-aol-com.responsive iframe,
.ose-animoto.responsive iframe,
.ose-soundcloud.responsive iframe,
.ose-videojug.responsive iframe,
.ose-issuu.responsive iframe {
left: 0;
top: 0;
height: 100%;
width: 100%;
position: absolute;
} .ose-dailymotion.responsive,
.ose-kickstarter.responsive,
.ose-rutube.responsive,
.ose-ted.responsive,
.ose-vimeo.responsive,
.ose-youtube.responsive,
.ose-animatron.responsive,
.ose-amcharts.responsive,
.ose-on-aol-com.responsive,
.ose-animoto.responsive,
.ose-videojug.responsive {
padding-bottom: 56.25%;
} .ose-vine.responsive {
padding-bottom: 100%;
} .ose-ustream.responsive {
padding-bottom: 63.3%;
}
.ose-google-docs.responsive {
padding-bottom: 62.6%;
}
.ose-google-docs.ose-google-docs-drawings.responsive {
padding-bottom: 74.5%;
}
.ose-google-docs.ose-google-docs-document.responsive,
.ose-google-docs.ose-google-docs-forms.responsive,
.ose-google-docs.ose-google-docs-spreadsheets.responsive {
padding-bottom: 142%;
}
.ose-soundcloud.responsive {
padding-bottom: 155px;
}
.ose-issuu.responsive iframe {
z-index: 2;
}
.ose-issuu.responsive {
padding-bottom: 31.25%;
}
.ose-issuu>div>div>div:last-child {
width: 100% !important;
z-index: 0;
position: absolute;
bottom: 0;
}
.ose-mixcloud.responsive iframe {
width: 100%;
} .ose-google-docs.responsive {
-webkit-overflow-scrolling: touch;
overflow-y: auto;
}
.ose-facebook.responsive iframe {
padding-bottom: 0;
width: 100%;
}
.elementor-widget iframe {
max-height: 100% !important;
}
.elementor-cbutton-preview-wrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 100px 30px;
background: #fbf6f6;
}
@media only screen and (max-width: 800px) {
.elementor-widget-embedpres_elementor .embedpress-facebook-vid-iframe,
.embedpress-gutenberg-wrapper .embedpress-facebook-vid-iframe,
.embedpress-facebook-vid-iframe {
max-height: inherit !important;
}
.ep-first-video iframe {
max-height: 100% !important;
}
.ep-youtube__content__block .youtube__content__body .content__wrap:not(.youtube-carousel) {
grid-template-columns: repeat(auto-fit, minmax(calc(50% - 30px), 1fr)) !important;
}
}
@media only screen and (max-width: 500px) {
.elementor-widget-embedpres_elementor .embedpress-facebook-vid-iframe,
.embedpress-gutenberg-wrapper .embedpress-facebook-vid-iframe,
.embedpress-facebook-vid-iframe {
max-height: 390px !important;
}
.ep-youtube__content__block .youtube__content__body .content__wrap:not(.youtube-carousel) {
grid-template-columns: repeat(auto-fit, minmax(calc(100% - 30px), 1fr)) !important;
}
}
.ose-matterport .embera-embed-responsive, .ose-matterport .embera-embed-responsive iframe {
width: 100%;
height: 100%;
}
.ose-deviantart img, .ose-deviantart a, .ose-deviantart div {
width: 100%;
height: 100%;
} .ose-meetup {
overflow: auto !important;
}
.ose-meetup img {
height: auto;
}
article.embedpress-event div#sponsors {
display: none;
}
.embedpress-event .link {
color: #0098ab;
}
.embedpress-event .visibility--a11yHide {
border: 0;
clip: rect(0 0 0 0);
position: absolute;
overflow: hidden;
margin: -1px;
padding: 0;
width: 1px;
height: 1px;
}
.embedpress-event .text--small {
font-size: 14px;
margin: 0;
}
.embedpress-event .flex {
display: flex;
box-sizing: border-box;
}
.embedpress-event .flex--wrap {
flex-wrap: wrap;
}
.embedpress-event .flex--row {
align-items: center;
box-sizing: border-box;
display: flex;
justify-content: flex-start;
flex-direction: row;
flex-wrap: nowrap;
}
.embedpress-event .flex-item {
flex-basis: 0;
flex-grow: 1;
width: auto;
min-width: 0; box-sizing: border-box;
}
.embedpress-event .flex-item--shrink {
flex-basis: auto;
-webkit-box-flex: 0;
flex-grow: 0;
flex-shrink: 0;
width: auto;
}
.embedpress-event .flex--row>.flex-item:first-child {
padding-left: 0;
}
.embedpress-event .text--bold {
font-weight: 700;
}
.embedpress-event h1,
.embedpress-event h2,
.embedpress-event h3,
.embedpress-event h4,
.embedpress-event h5,
.embedpress-event h6 {
font-size: inherit;
}
.embedpress-event .ep-event--title {
font-size: 32px;
font-weight: 700;
}
.embedpress-event .ep-event--date {
color: #757575;
font-weight: 400;
font-size: 16px;
} .embedpress-event .ep-event--host {
margin-top: 20px;
display: flex;
align-items: center;
margin-bottom: 20px;
}
.ep-event--host .avatar-print {
border-radius: 50%;
height: 50px;
width: 50px;
}
.embedpress-event img.avatar--person {
background-image: none !important;
background-repeat: no-repeat;
background-position: 50%;
background-size: cover;
border-radius: 50%;
box-sizing: border-box;
vertical-align: middle;
}
.event-info-hosts-text {
padding-left: 20px;
font-size: 16px;
font-weight: 400;
}
.embedpress-event .event-description {
margin-top: 20px;
}
.text--sectionTitle {
font-size: 20px;
line-height: 28px;
}
.ep-event--attendees {
margin-top: 50px;
}
.ep-event--attendees>.flex {
margin-bottom: 20px;
}
.ep-event--attendees .gridList {
list-style: none;
margin: 0 -16px 0 0;
padding: 0;
}
.ep-event--attendees .gridList-item {
width: auto;
}
.ep-event--attendees .gridList--autoHeight--has4>.gridList-item {
flex: 0 0 50%;
max-width: 50%;
}
.ep-event--attendees .groupMember-name {
line-height: 1.2 !important;
}
.ep-event--attendees .avatar--person {
margin-bottom: 15px;
display: inline-block;
border-radius: 50%;
}
.ep-event--attendees img.avatar-print {
border-radius: 50%;
}
.ep-event--attendees .groupMember-role {
font-size: 12px;
color: #757575;
padding-top: 2px;
margin: 0;
}
.ep-event--attendees .groupMember {
min-height: 100%;
min-width: 128px;
padding-left: 8px;
padding-right: 8px;
}
.embedpress-event .align--center {
text-align: center;
}
.embedpress-event .card {
background: #fff;
background-clip: padding-box;
background-size: cover;
border: 1px solid rgba(46, 62, 72, .12);
border-radius: 8px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: block;
min-height: 100%;
padding: 16px 16px 18px;
position: relative;
white-space: normal;
}
.embedpress-event .card--hasHoverShadow {
transition: box-shadow .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1);
}
.embedpress-event .ep-event-group-link {
display: flex;
flex-wrap: wrap;
align-items: center;
background: #ffffff;
border-radius: 8px;
padding: 20px;
margin-bottom: 20px;
border: 1px solid rgba(46, 62, 72, .12);
}
.embedpress-event .ep-event-group--name {
padding-left: 20px;
font-size: 14px;
line-height: 1.45;
margin: 0;
width: 70%;
word-break: break-word;
}
.embedpress-event .ep-event-group--image {
-o-object-fit: cover;
object-fit: cover;
width: 56px;
height: 56px;
border-radius: 4px;
}
.embedpress-event .ep-event-time-location {
background: #ffffff;
border-radius: 8px;
padding: 16px 20px 0 20px;
border: 1px solid rgba(46, 62, 72, .12);
}
.embedpress-event .ep-event-time-location .ep-event-datetime,
.embedpress-event .ep-event-time-location .ep-event-location {
padding-bottom: 20px;
}
.embedpress-event .ep-event-location .wrap--singleLine--truncate,
.embedpress-event .ep-event-time-location .ep-event-datetime {
font-size: 15px;
line-height: 1.5;
color: #2e3e48;
font-style: normal;
margin: 0;
}
.embedpress-event .ep-event-location address {
font-style: normal;
margin: 0;
}
.embedpress-event .ep-event-location .venueDisplay-venue-address {
font-style: normal;
color: #757575;
margin: 0;
}
.embedpress-event .ep-event-location p {
line-height: 20px;
}
.ep-event--attendees .gridList-item {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
font-size: 1rem;
margin: 0;
vertical-align: top;
width: 50%;
}
.gridList-itemInner {
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 100%;
padding: 0 16px 16px 0;
} .embedpress-yt-subscribe {
display: flex;
align-items: center;
align-content: start;
text-align: center;
gap: 1rem;
max-width: 600px;
width: 100%;
}
.embedpress-yt-subscribe .embedpress-yt-subscribe.dark {
color: #ffffff;
}
.embedpress-yt-subscribe .embedpress-yt-sub-text {
display: inline-block;
margin: 0;
padding: 0;
} .dewqijm {
height: 100%;
margin-right: 10px;
}
.dewqijm img[src^="image"] {
display: none;
}
.dewqijm img[src^="http"] {
height: 56px !important;
width: 56px !important;
}
.dewqijm>div>div {
display: none;
}
.embedpress-event .sticky button {
display: none;
}
.embedpress-event .items-center {
align-items: center;
} @media only screen and (min-width: 530px) {
.ep-event--attendees .gridList--autoHeight--has4>.gridList-item {
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
}
@media only screen and (min-width: 640px) {
.embedpress-event .card {
padding: 18px 18px 20px;
}
.ep-event--attendees .gridList--autoHeight--has4>.gridList-item {
flex: 0 0 25%;
max-width: 25%;
}
} .ose-opensea {
height: 100% !important;
width: calc(100% - 40px) !important;
max-height: 100% !important;
}
.ose-github {
overflow: auto;
}
.ep_nft_content_wrap.ep_nft__wrapper {
display: grid;
}
.ep_nft_content_wrap.ep_nft__wrapper,
.ep_nft_content_wrap.ep_nft_list {
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
grid-column-gap: 15px;
grid-row-gap: 15px;
}
.ep_nft_content_wrap .ep_nft_item {
padding-top: 15px;
padding-right: 15px;
padding-left: 15px;
padding-bottom: 15px;
background-color: #ffffff;
border-radius: 10px;
transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s;
box-shadow: 0 4px 15px rgba(0, 0, 0, .09);
overflow: hidden;
padding: 15px;
position: relative;
transition: .3s ease-in-out;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid .ep_nft_item {
display: flex;
flex-direction: column;
}
.ep_nft_content_wrap.ep_nft_list .ep_nft_item {
justify-content: flex-start;
align-items: flex-start;
}
.ep_nft_content_wrap.ep_nft__wrapper.preset-3 .ep_nft_item .ep_nft_content {
background-color: #edecf6e6;
}
.ep_nft_content_wrap .ep_nft_thumbnail {
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 15px;
border-radius: 5px;
}
.ep_nft_content_wrap .ep_nft_thumbnail img {
height: 340px;
border-radius: 5px;
width: 100%;
object-fit: cover;
}
.ep_nft_content .ep_nft_title {
color: #333333;
font-size: 16px;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 15px;
font-weight: 600;
word-break: break-all;
}
.ep_nft_content {
text-align: left;
}
.ep_nft_content .ep_nft_price {
color: #333333;
font-size: 14px;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;
display: flex;
font-weight: 600;
}
.ep_nft_content .ep_nft_price:first-child {
margin-bottom: 10px;
}
span.eb_nft_currency {
max-width: 28px;
display: flex;
align-items: center;
justify-content: center;
}
span.eb_nft_currency svg {
width: 100%;
height: auto;
}
.ep_nft_content .ep_nft_price_wrapper {
min-height: 20px;
}
.ep_nft_content .ep_nft_creator {
color: #333333;
font-size: 14px;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 5px;
}
.ep_nft_content .ep_nft_creator a {
color: #3080E2;
font-size: 14px;
text-decoration: none;
word-break: break-all;
text-decoration: none;
}
.ep_nft_content .ep_nft_creator img {
height: 30px;
width: 30px;
border-radius: 50%;
}
.ep_nft_content .ep_nft_button button {
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;
}
.ep_nft_content .ep_nft_button button a {
background-color: #3080E2;
color: #ffffff;
font-size: 14px;
padding-top: 15px;
padding-right: 20px;
padding-left: 20px;
padding-bottom: 15px;
transition: border 0.5s, border-radius 0.5s, box-shadow 0.5s;
}
.ep_nft_content .ep_nft_button button:hover a {
background-color: rgb(46, 142, 238);
color: #ffffff;
}
.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item:hover .ep_nft_button {
opacity: 1;
transform: translate(0);
visibility: visible;
}
.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button a.ep-details-btn:hover {
background-color: rgb(46, 142, 238);
color: #ffffff;
}
.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item:hover .ep_nft_button {
opacity: 1;
transform: translate(0);
visibility: visible;
}
.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item .ep_nft_button {
bottom: 0;
left: 0;
opacity: 0;
position: absolute;
transform: translateY(30px);
visibility: hidden;
width: 100%;
transition: 0.3s;
}
.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep-nft-single-item-wraper .ep_nft_button {
margin-top: auto;
display: flex;
justify-content: space-between;
gap: 15px;
}
.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button a {
background-color: #3080E2;
color: #ffffff;
font-size: 14px;
padding: 10px 20px;
transition: border 0.5s, border-radius 0.5s, box-shadow 0.5s;
display: block;
text-align: center;
font-weight: 500;
text-decoration: none;
}
.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button span.ep-nft-rank {
color: #a88484;
border-color: #a88484;
}  .ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item {
display: flex;
gap: 15px;
align-items: center;
border-radius: 10px;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail {
width: 55%;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content {
width: calc(45% - 15px);
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content .ep_nft_price.ep_nft_last_sale {
margin-bottom: 15px;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_thumbnail svg {
border-radius: 10px;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail img {
height: 260px;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_button a {
border-radius: 10px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid.ep-preset-2 .ep_nft_content .ep_nft_price:last-child {
margin-bottom: 15px;
}
.alignleft .ose-opensea,
.alignright .ose-opensea,
.aligncenter .ose-opensea {
max-width: calc(100% - 40px) !important;
}
.embedpress-gutenberg-wrapper.alignright, .embedpress-gutenberg-wrapper.alignleft {
width: 100%;
}
.embedpress-gutenberg-wrapper.alignright .ep-embed-content-wraper>div {
float: right;
}
.embedpress-gutenberg-wrapper.aligncenter.ep-content-share-enabled .ep-embed-content-wraper {
justify-content: center;
}
.embedpress-gutenberg-wrapper.alignright.ep-content-share-enabled .ep-embed-content-wraper {
justify-content: right;
}
.embedpress-gutenberg-wrapper.alignleft.ep-content-share-enabled .ep-embed-content-wraper {
justify-content: left;
}
.embedpress-gutenberg-wrapper.aligncenter {
text-align: center;
clear: both;
}
.theme-twentytwentythree footer.wp-block-template-part {
clear: both;
} @media all and (max-width: 1024px) { .ep_nft_content_wrap.ep_nft__wrapper,
.ep_nft_content_wrap.ep_nft_list {
grid-template-columns: repeat(3, 1fr) !important;
}
.alignleft .ose-opensea,
.alignright .ose-opensea,
.aligncenter .ose-opensea {
max-width: 100% !important;
} }
@media all and (max-width: 991px) { .ose-opensea {
min-width: 100% !important;
max-width: calc(100% - 40px) !important;
}
.ep_nft_content_wrap.ep_nft__wrapper,
.ep_nft_content_wrap.ep_nft_list {
grid-template-columns: repeat(2, 1fr) !important;
} }
@media all and (max-width: 767px) { .ep_nft_content_wrap.ep_nft__wrapper,
.ep_nft_content_wrap.ep_nft_list {
grid-template-columns: repeat(1, 1fr) !important;
} } .ep-nft-single-item-wraper.ep_nft_content_wrap .ep_nft_item {
box-shadow: none;
}
.ep-nft-rank-wraper {
margin-bottom: 16px;
font-weight: 600;
color: #333;
font-size: 16px;
}
.ep-nft-rank-wraper.ep-empty-label span {
margin-left: 0px;
}
span.ep-nft-rank {
padding: 2px 8px;
border-radius: 7px;
margin-left: 10px;
display: inline-block;
font-size: 14px;
font-weight: 600;
background: transparent !important;
border: 1px solid #ddd;
color: #333;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content {
width: calc(55% - 15px);
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail {
width: 45%;
height: 100%;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail img {
height: 100%;
}
.ep-nft-single-item-wraper span.eb_nft_label {
color: #333; }
.ep-nft-single-item-wraper .ep_nft_content .ep_nft_price {
display: flex;
flex-direction: column;
margin-right: 45px;
}
.ep-nft-single-item-wraper span.eb_nft_price {
font-size: 30px;
line-height: normal;
}
.ep-nft-single-item-wraper .ep_nft_content .ep_nft_creator img {
height: 15px;
width: 15px;
border-radius: 50%;
}
.ep-nft-single-item-wraper .ep-usd-price {
bottom: 0;
font-size: 12px;
}
.ep-nft-single-item-wraper span.eb_nft_label { font-size: 15px;
}
.ep-nft-single-item-wraper .ep_nft_content .ep_nft_title {
margin-bottom: 10px;
font-size: 24px;
}
.ep-nft-single-item-wraper .CollectionLink--name svg {
width: 20px;
height: 20px;
margin-left: 5px;
}
.ep-nft-single-item-wraper a.CollectionLink--link {
font-size: 15px;
font-weight: 500;
text-decoration: none;
margin-bottom: 15px;
display: block;
color: #3080E2;
}
.ep-nft-single-item-wraper sub.verified-icon {
bottom: -5px;
left: 4px;
} .ep-nft-single-item-wraper .ep-accordion {
border: 1px solid #ddd;
border-radius: 10px;
margin-top: 15px;
display: block;
}
.ep-nft-single-item-wraper .ep-toggle {
display: none;
}
.ep-nft-single-item-wraper .ep-option {
position: relative;
}
.ep-nft-single-item-wraper .ep-content {
padding: 1em;
border-top: 1px solid #ddd;
}
.ep-nft-single-item-wraper .ep-content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.2s;
}
.ep-nft-single-item-wraper .ep-title {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.2s;
padding: 1em;
display: flex;
color: #333;
font-weight: bold;
cursor: pointer;
border-radius: 10px 10px 0 0;
align-items: center;
}
.ep-nft-single-item-wraper label.ep-title svg {
width: 20px;
height: 20px;
margin-right: 6px;
}
.ep-nft-single-item-wraper .ep-asset-detail-item {
display: flex;
justify-content: space-between;
font-weight: 500;
}
.ep-nft-single-item-wraper .ep-asset-detail-item span {
word-break: break-word;
max-width: 75%;
}
.ep-nft-single-item-wraper .ep-content {
display: block;
}
.ep-nft-single-item-wraper .ep-content p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 0.9em;
line-height: 1.5;
}
.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title+.ep-content {
display: none;
background: transparent;
}
.ep-nft-single-item-wraper .ep_nft_content .ep_nft_price_wrapper {
display: flex;
}
.ep-nft-single-item-wraper .ep-toggle+.ep-title:after {
content: "";
display: inline-block;
position: absolute;
width: 12px;
height: 12px;
background: transparent;
text-indent: -9999px;
border-top: 2px solid #bfbfbf;
border-left: 2px solid #bfbfbf;
transition: all 250ms ease-in-out;
text-decoration: none;
color: transparent;
right: 15px;
top: 50%;
transform: rotate(45deg) translate(-20%, -5%);
}
.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title:before {
content: "";
display: inline-block;
position: absolute;
width: 12px;
height: 12px;
background: transparent;
text-indent: -9999px;
border-top: 2px solid #bfbfbf;
border-left: 2px solid #bfbfbf;
transition: all 250ms ease-in-out;
text-decoration: none;
color: transparent;
right: 15px;
top: 50%;
transform: rotate(225deg) translate(80%, 20%);
}
.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title:after {
display: none;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_button span.ep-nft-rank {
pointer-events: none;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-nft-single-item-wraper.ep-grid .ep_nft_content {
margin-bottom: 20px;
}
.elementor-widget-embedpres_elementor .ep-nft-gallery-wrapper .ep-loadmore-wrapper button, .embedpress-gutenberg-wrapper .ep-nft-gallery-wrapper .ep-loadmore-wrapper button {
display: none;
}
@media screen and (max-width: 1024px) {
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper, .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft_list {
grid-template-columns: repeat(1, 1fr) !important;
}
}
@media screen and (max-width: 991px) {
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper, .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft_list {
grid-template-columns: repeat(1, 1fr) !important;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item {
align-items: unset;
flex-direction: column;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail {
width: 100%;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content {
width: 100%;
}
}
@media screen and (max-width: 537px) {
.ep-nft-single-item-wraper sub.ep-usd-price {
margin-bottom: 15px;
display: block;
}
.ose-google-drive iframe {
height: 250px !important;
}
.ose-nrk-radio iframe {
height: 400px !important;
}
}
.emebedpress-unit-percent iframe {
width: 100% !important;
} .password-form-container {
width: 350px;
text-align: center;
padding: 30px;
border-radius: 10px;
box-shadow: 0px 0px 10px #f4eded;
background-color: #f9f9ff;
max-width: 100%;
margin: auto;
}
.password-form-container h2 {
font-size: 22px;
margin-bottom: 15px;
font-family: system-ui;
}
.password-form-container p {
font-size: 12px;
font-family: sans-serif;
line-height: 1.4em;
margin-bottom: 15px;
}
form.password-form {
margin-bottom: 2px;
}
.password-form-container input[type="password"] {
padding: 10px;
border-radius: 5px;
width: 100%;
margin-bottom: 12px;
font-size: 20px;
color: #6354a5;
outline: none;
border: 1px solid #ddd;
outline: 0;
padding-left: 50px;
font-family: sans-serif;
height: 42px;
}
.password-form-container input[type="password"]::placeholder {
color: #e0d1d1;
font-size: 14px;
}
.password-field {
position: relative;
}
.password-field span {
position: absolute;
top: 0px;
left: 0px;
display: flex;
align-items: center;
justify-content: center;
height: 42px;
width: 40px;
background: #DED7FC;
border-radius: 4px;
}
.password-field svg {
width: 22px;
}
.password-form-container input[type="submit"] {
padding: 12px 20px;
background-color: #6354a5;
color: #fff;
border: none;
border-radius: 5px;
font-size: 14px;
cursor: pointer;
font-family: sans-serif;
transition: background-color 0.3s ease, box-shadow 0.3s ease;
font-weight: initial;
white-space: normal;
word-break: break-all;
min-height: 42px;
}
.password-form-container button:hover {
background-color: #0062cc;
box-shadow: 0px 0px 10px #007bff;
}
.password-form-container .error-message {
color: #ff0000;
margin-top: 20px;
font-size: 12px;
line-height: 1.4em;
}
.password-form-container .error-message.hidden {
display: none;
}
p.need-access-message {
margin-bottom: 2px;
margin-top: 13px;
}
.wp-block-embed__wrapper {
display: inline-block;
width: 100%;
max-width: 100% !important;
}
.wp-block-embed__wrapper.position-right-wraper, .wp-block-embed__wrapper.position-right-wraper {
max-width: calc(100% - 40px) !important;
}
.ep-elementor-content {
position: relative;
display: inline-block;
max-width: 100%;
}
.ep-elementor-content.source-opensea {
display: block;
} .wp-block-embedpress-embedpress>div, .ep-gutenberg-content {
position: relative;
clear: both;
}
.gutenberg-pdf-wraper {
position: relative;
width: 100%;
}
.presentationModeEnabledIosDevice {
position: fixed;
left: 0;
top: 0;
border: 0;
height: 100% !important;
width: 100% !important;
z-index: 999999;
min-width: 100% !important;
min-height: 100% !important;
}
.ep-embed-content-wraper {
width: 100%;
}
.embedpress-gutenberg-wrapper.popup_button, .embedpress-elements-wrapper.popup_button {
display: none !important;
}
.elementor-element-edit-mode .embedpress-elements-wrapper.popup_button {
display: block !important;
}
.ep-content-share-enabled .ep-embed-content-wraper {
display: flex !important;
}
.ep-content-share-enabled .ep-embed-content-wraper.hidden {
display: none !important;
}
.ep-share-position-right .ep-embed-content-wraper {
flex-direction: row;
}
.ep-content-share-enabled .ep-embed-content-wraper>div:first-child {
width: 100%;
}
.ep-share-position-left .ep-embed-content-wraper {
flex-direction: row-reverse;
}
.ep-share-position-bottom .ep-embed-content-wraper {
flex-direction: column;
}
.ep-share-position-top .ep-embed-content-wraper {
flex-direction: column-reverse;
}
.ep-fixed-width .gutenberg-pdf-wraper {
display: inline-block;
}
.ep-percentage-width .embedpress-inner-iframe {
width: 100%;
} .ep-social-share {
display: flex;
align-items: center;
}
.ep-social-share.share-position-right {
right: -40px;
top: 0;
flex-direction: column;
}
.ep-social-share.share-position-left {
left: 0px;
top: 0;
flex-direction: column;
}
.ep-social-share.share-position-bottom, .ep-social-share.share-position-top {
justify-content: center;
}
.embedpress-gutenberg-wrapper .ep-social-share.share-position-left, .ep-elementor-content .ep-social-share.share-position-left {
left: -40px;
}
.ep-social-icon {
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
margin: 0;
color: #fff;
text-decoration: none;
font-size: 20px;
}
.ep-social-icon:hover {
opacity: 0.8;
}
.ep-social-share svg {
width: 20px;
height: auto;
}
a.ep-social-icon.pinterest svg {
height: 25px;
}
.ep-social-share .facebook {
background-color: #3b5998;
}
.ep-social-share .facebook svg {
width: 40px;
}
.ep-social-share .twitter {
background-color: #000000;
}
a.ep-social-icon.twitter:focus-visible {
box-shadow: none;
border: none;
outline: none;
}
.ep-social-share .pinterest {
background-color: #bd081c;
}
.ep-social-share .linkedin {
background-color: #0077b5;
}
.ep-social-share .instagram {
background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
}
.ep-social-share .reddit {
background-color: #ff4500;
}
.ep-social-icon i {
margin-right: 0;
}
.ep-content-locked .watermark {
display: none !important;
}
.ep-content-protection-enabled .watermark {
display: none !important;
}
.embedpress-pro-control.not-active {
pointer-events: none;
}
.pro__alert__wrap .pro__alert__card h2 {
font-size: 32px;
font-weight: 450;
color: #131f4d;
margin-bottom: 15px;
}
.pro__alert__wrap .pro__alert__card p {
font-size: 14px;
font-weight: 400;
color: #7c8db5;
margin-top: 10px;
}
.pro__alert__wrap .pro__alert__card p a {
text-decoration: underline;
font-weight: 700;
color: #131f4d;
}
.emebedpress-unit-percent, .ep-elementor-content.ep-percentage-width {
width: 100%;
} [data-theme-mode='dark'] {
--viewer-primary-color: #343434;
--viewer-icons-hover-bgcolor: #453838;
}
[data-theme-mode='light'] {
--viewer-primary-color: #f2f2f6;
--viewer-icons-color: #343434;
--viewer-icons-hover-bgcolor: #e5e1e9;
}
@media (prefers-color-scheme: dark) {
:root {
--viewer-primary-color: #343434;
--viewer-icons-color: #f2f2f6;
--viewer-icons-hover-bgcolor: #453838;
}
}
@media (prefers-color-scheme: light) {
:root {
--viewer-primary-color: #f2f2f6;
--viewer-icons-color: #343434;
--viewer-icons-hover-bgcolor: #e5e1e9;
}
}
.ep-file-download-option-masked::after, .ep-external-doc-icons {
background: var(--viewer-primary-color);
}
.ep-external-doc-icons svg path {
fill: var(--viewer-icons-color);
}
.ep-doc-draw-icon svg path {
fill: var(--viewer-primary-color);
stroke: var(--viewer-icons-color);
}
.ep-external-doc-icons svg:hover svg path {
fill: var(--viewer-icons-color);
stroke: var(--viewer-icons-color);
}
.ep-external-doc-icons svg:hover {
background-color: var(--viewer-icons-hover-bgcolor);
}
.ep-file-download-option-masked {
position: relative;
}
.ep-file-download-option-masked {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.ep-file-download-option-masked .overlay {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: calc(100% - 15px);
height: calc(100% - 45px);
background-color: rgb(66 23 23 / 0%);
pointer-events: unset;
z-index: 1;
user-select: none;
max-width: 800px;
margin: 0 auto;
}
.ep-file-download-option-masked.ep-file-xls .overlay {
height: calc(100% - 78px);
}
.ep-file-download-option-masked iframe {
width: 100%;
height: 100%;
pointer-events: auto;
}
.wp-block-embedpress-document.embedpress-document-embed iframe {
border: none !important;
box-shadow: none !important;
}
.ep-file-download-option-masked.enabled-text-copy {
pointer-events: all;
}
.embed-download-disabled {
width: 200px;
height: 22px;
background: #444444;
position: absolute;
right: 2px;
bottom: 8px;
opacity: 0;
}
.cui-toolbar-button-right {
display: none !important;
}
.ndfHFb-c4YZDc-Wrql6b {
display: none;
}
.ep-external-doc-icons {
position: absolute;
display: flex;
flex-direction: revert;
background: var(--viewer-primary-color);
border-radius: 6px;
z-index: 2;
bottom: -18px;
left: 50%;
transform: translate(-50%, -50%);
padding: 0 10px;
}
.ep-external-doc-icons svg {
width: 30px;
height: 30px;
cursor: pointer;
transition: 0.3s;
padding: 5px;
border-radius: 4px;
}
.block-editor-block-list__block .ep-gutenberg-file-doc .ep-external-doc-icons svg {
width: 22px;
height: 22px;
}
.block-editor-block-list__block .ep-gutenberg-file-doc .ep-doc-download-icon svg, .block-editor-block-list__block .ep-gutenberg-file-doc .ep-doc-fullscreen-icon svg {
width: 20px !important;
}
.ep-doc-minimize-icon svg, .ep-doc-fullscreen-icon svg {
padding: 6px;
}
.ep-external-doc-icons svg:hover {
border-radius: 4px;
}
.ep-doc-draw-icon.active svg {
background: var(--viewer-icons-hover-bgcolor);
}
.ep-doc-download-icon, .ep-doc-print-icon, .ep-doc-fullscreen-icon, .ep-doc-popup-icon, .ep-doc-draw-icon, .ep-doc-minimize-icon {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px; }
.elementor .elementor-element.elementor-element .embedpress-document-embed .fullscreen-enabled iframe, .embedpress-document-embed .fullscreen-enabled iframe {
width: 100% !important;
height: 100% !important;
}
.embedpress-document-embed {
position: relative;
}
.position-right-wraper .main-content-wraper, .position-left-wraper .main-content-wraper {
display: flex;
}
.position-left-wraper .main-content-wraper {
display: flex;
flex-direction: row-reverse;
}
.position-top-wraper .main-content-wraper {
display: flex;
flex-direction: column-reverse;
justify-content: center;
}
.position-bottom-wraper .main-content-wraper {
justify-content: center;
} .ep-file-download-option-masked.ep-file-link.fullscreen-enabled iframe {
margin-left: 22%;
}
.ep-file-download-option-masked::after {
position: absolute;
width: 100%;
height: 30px;
background: var(--viewer-primary-color);
z-index: 1;
bottom: 0;
content: '';
left: 0;
}
.ep-file-download-option-masked.ep-file-docx::after {
bottom: 0;
}
.ep-file-download-option-masked.ep-file-docx.ep-powered-by-enabled::after {
bottom: 0px;
background: white;
height: 22px;
}
.ep-file-download-option-masked.ep-file-docx.ep-powered-by-enabled.fullscreen-enabled::after {
bottom: 0;
}
canvas.ep-doc-canvas {
position: absolute;
z-index: 1;
left: 0;
bottom: 0;
right: 0;
top: 0;
clear: both;
margin: auto;
display: none;
}  :root { --plyr-control-icon-size: 15px;
--plyr-range-track-height: 3px;
--plyr-range-thumb-height: 10px;
}
.plyr--audio .plyr--full-ui input[type=range] {
color: red !important;
}
.ep-embed-content-wraper input[type=range]::-webkit-slider-runnable-track {
box-shadow: none;
}
.ep-embed-content-wraper input[type=range]::-moz-range-track {
box-shadow: none;
}
a.plyr__controls__item.plyr__control {
border-radius: inherit;
color: inherit !important;
}
.plyr-initialized button:focus {
background-color: var(--plyr-color-main);
}
.custom-player-preset-1 .plyr__controls {
background: var(--plyr-color-main) !important;
padding: 0 !important;
}
.custom-player-preset-1 button.plyr__control {
border-radius: 0;
}
.custom-player-preset-1 a.plyr__controls__item.plyr__control {
border-radius: inherit;
}
.custom-player-preset-1 button.plyr__control.plyr__control--overlaid[data-plyr="play"], .custom-player-preset-2 button.plyr__control.plyr__control--overlaid[data-plyr="play"] {
width: 100px !important;
text-align: center;
display: flex;
align-items: center !important;
justify-content: center;
height: 60px;
}
.custom-player-preset-1 button.plyr__control.plyr__control--overlaid[data-plyr="play"] svg, .custom-player-preset-2 button.plyr__control.plyr__control--overlaid[data-plyr="play"] svg {
width: 22px;
height: 22px;
}
.custom-player-preset-1 .plyr__control:focus {
border: none;
}
.custom-player-preset-2 a.plyr__controls__item.plyr__control, .custom-player-preset-2 button.plyr__control.plyr__control--overlaid[data-plyr="play"], .preset-default a.plyr__controls__item.plyr__control {
border-radius: 4px;
}
.custom-player-preset-3 .plyr__controls, .custom-player-preset-4 .plyr__controls {
background: var(--plyr-color-main) !important;
padding: 0 !important;
}
.custom-player-preset-4 button.plyr__control.plyr__control--overlaid {
display: none !important;
} figure .plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
padding-bottom: inherit !important;
}
.plyr {
background-color: black;
}
.plyr--fullscreen-fallback {
width: 100%!important;
max-height: 100vh!important;
height: 100%!important;
}
.pip-mode {
position: fixed !important;
width: 320px !important;
height: 180px !important;
top: calc(100% - 200px) !important;
left: calc(100% - 340px) !important;
z-index: 9999;
border-radius: 15px !important;
}
.plyr [data-plyr="pip"] {
display: block !important;
}
.pip-mode .plyr__video-wrapper {
pointer-events: none;
}
.pip-mode .pip-play {
display: none;
}
.pip-mode .pip-play, .pip-mode .pip-pause {
opacity: 0 !important;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #0000004a;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
border-radius: 50px;
cursor: pointer;
}
.pip-mode .pip-close {
opacity: 0;
position: absolute;
right: 10px;
top: 10px;
background: #0000004a;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
border-radius: 50px;
cursor: pointer;
}
.pip-mode:hover .pip-play, .pip-mode:hover .pip-close, .pip-mode:hover .pip-pause {
opacity: 1 !important;
}
.pip-mode .overlay-mask {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.pip-mode iframe {
pointer-events: none !important;
}
[data-playerid] {
opacity: 0;
}
[data-playerid].audio.plyr-initialized {
opacity: 1;
}
.plyr--paused.plyr__poster-enabled .plyr__poster {
display: block !important;
opacity: 1;
background-size: cover;
}
@media only screen and (max-width: 767px) {
.plyr__controls [data-plyr="restart"], .plyr__controls [data-plyr="rewind"], .plyr__controls [data-plyr="fast-forward"], .plyr__controls [data-plyr="pip"] {
display: none !important;
}
.plyr__video-wrapper iframe {
max-height: 100% !important;
}
.plyr__controls .plyr__volume input[type=range] {
max-width: 40px;
min-width: 40px;
}
}  .profile-header {
display: flex;
align-items: center;
padding: 16px;
border-bottom: 1px solid #ddd;
justify-content: center;
gap: 30px;
padding-bottom: 30px;
} .posts-tab-options {
text-align: center;
margin: 0;
} .posts-tab-options .tabs {
list-style: none;
padding: 0;
margin: 0;
display: inline-flex;
border-radius: 5px;
gap: 25px;
padding: 0;
}
.posts-tab-options .tabs svg {
width: 15px;
height: 15px;
}
li[data-media-type="ALL"] svg {
width: 12px;
height: 12px;
}
.posts-tab-options .tabs li {
margin-right: 15px;
cursor: pointer;
padding: 10px 0;
text-transform: uppercase;
font-size: 12px;
font-weight: 500;
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
}
.posts-tab-options .tabs li:last-child {
margin-right: 0;
} .posts-tab-options .tabs li.active { position: relative;
color: rgb(115, 115, 115);
}
.posts-tab-options .tabs li svg {
border-radius: 2px;
}
.posts-tab-options .tabs li.active svg {
color: rgb(115, 115, 115);
}
.posts-tab-options .tabs li:hover, .posts-tab-options .tabs li:hover svg, .posts-tab-options .tabs li:hover .fill-color {
color: rgb(115, 115, 115);
}
.posts-tab-options .tabs li:hover .fill-color, .posts-tab-options .tabs li.active .fill-color {
fill: rgb(115, 115, 115) !important;
}
.posts-tab-options .tabs li.active::after {
content: '';
position: absolute;
top: -1px;
height: 1px;
width: 100%;
background-color: rgb(115, 115, 115);
left: 0;
right: 0;
} .profile-image {
margin-right: 16px;
}
.posts-count {
margin-right: 15px;
}
.profile-image img {
width: 120px;
height: 120px !important;
object-fit: cover;
border-radius: 50% !important;
border: 3px solid #037bff;
}
.change-photo-button {
background-color: transparent;
border: none;
cursor: pointer;
}
.change-photo-image {
width: 100px;
height: 100px;
border-radius: 50%;
object-fit: cover;
} .username-section {
display: flex;
align-items: center;
margin-bottom: 8px;
}
.profile-link {
text-decoration: none;
}
.username {
font-size: 18px;
font-weight: bold;
margin-right: 12px;
}
.edit-profile-link {
text-decoration: none;
color: #3897f0;
font-weight: bold;
} .profile-stats {
display: flex;
margin-bottom: 8px;
}
.stats-list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
}
.stats-list li {
margin-right: 24px;
font-size: 14px;
} .bio-section {
margin-bottom: 12px;
text-align: left;
}
section.profile-details div:last-child {
margin: 0;
}
.bio {
font-size: 14px;
}
a.edit-profile-link {
padding: 8px 15px;
background: #efefef;
text-decoration: none !important;
border-radius: 7px;
color: #222;
font-size: 12px;
font-weight: 500;
}
span.count {
font-weight: 600;
}
a.followers-link {
text-decoration: none !important;
} a.profile-link, a.profile-link h2 {
font-size: 20px;
text-decoration: none !important;
margin: 0;
margin-right: 15px;
} .embedpress-insta-container {
overflow: hidden;
position: relative;
}
.ose-instagram-feed {
max-height: 100% !important;
height: 100% !important;
}
.insta-grid .embedpress-insta-container .insta-gallery, .ose-instagram-feed .insta-gallery {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px;
grid-auto-flow: row; }
.insta-carousel .embedpress-insta-container .insta-gallery {
grid-auto-columns: calc(25% + 0px);
gap: 0px;
left: 0px;
}
.insta-masonry .embedpress-insta-container .insta-gallery {
column-count: 3;
gap: .5em;
margin: auto;
width: 100%;
display: inherit;
}
.insta-grid .embedpress-insta-container .insta-gallery-item {
position: relative;
color: #fff;
cursor: pointer;
height: 350px;
}
.embedpress-insta-container .insta-gallery-item:hover {
cursor: pointer;
}
.insta-masonry .embedpress-insta-container .insta-gallery .insta-gallery-item {
height: auto;
margin-bottom: .5em;
}
.insta-masonry .embedpress-insta-container .insta-gallery .insta-gallery-item video.insta-gallery-image {
height: 550px;
margin-bottom: -13px;
}
.embedpress-insta-container .insta-gallery-item .insta-gallery-item-info,
.embedpress-insta-container .insta-gallery-item .insta-gallery-item-info {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
transition: 0.3s;
opacity: 0;
visibility: hidden;
}
.insta-masonry .embedpress-insta-container .insta-gallery-item .insta-gallery-item-info {
height: calc(100% + 4px);
}
.embedpress-insta-container .insta-gallery-item:hover .insta-gallery-item-info,
.embedpress-insta-container .insta-gallery-item:hover .insta-gallery-item-info {
opacity: 1;
visibility: visible;
}
.embedpress-insta-container .insta-gallery-item-info ul {
display: flex;
align-items: center;
justify-content: center;
padding: 0;
margin: 0;
height: 100%;
}
.embedpress-insta-container .insta-gallery-item-info li {
display: flex;
align-items: center;
font-size: 1.7rem;
font-weight: 600;
gap: 5px;
}
.embedpress-insta-container .insta-gallery-item-likes {
margin-right: 2.2rem;
}
.embedpress-insta-container .insta-gallery-item-type {
position: absolute;
right: 1rem;
top: 1rem;
text-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, .1);
}
.embedpress-insta-container .insta-gallery-image {
width: 100%;
height: 100%;
object-fit: cover;
min-height: 320px;
}
.insta-masonry .embedpress-insta-container .insta-gallery-image {
margin-bottom: -13px;
}
.insta-gallery-item-info svg {
width: 40px;
height: 40px;
}
.insta-item-reaction-count {
display: flex;
}
.insta-item-reaction-count .insta-gallery-item-likes, .insta-item-reaction-count .insta-gallery-item-comments {
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
font-size: 20px;
font-weight: bold;
color: #fff;
}
.insta-gallery-item-info .insta-item-reaction-count svg {
width: 25px;
height: 25px;
}
.insta-gallery-item-type svg {
width: 25px;
height: 25px;
}
.insta-gallery-item-type svg.insta-video-icon {
width: 22px;
height: 22px;
}
.cg-carousel__btns.hidden {
display: none;
}
.cg-carousel__btns {
top: 50%;
transform: translateY(-50%);
position: absolute;
width: 100%;
}
.ep-embed-content-wraper.insta-carousel .cg-carousel__btns {
top: calc(50% - 16px);
}
.ep-embed-content-wraper.insta-carousel .insta-gallery-item-permalink {
display: flex;
align-content: center;
}
.cg-carousel__btns button {
background: #262323;
border: 0;
border-radius: 50px;
width: 35px;
height: 35px;
display: inline-grid;
align-items: center;
justify-content: center;
cursor: pointer;
padding: 0;
}
button#js-carousel__prev-1 {
position: absolute;
left: 30px; z-index: 1;
padding: 8px 15px;
}
button#js-carousel__next-1 {
position: absolute;
right: 30px; z-index: 1;
padding: 8px 15px;
}
.embedpress-popup-block.embedpress-popup-img {
position: relative;
height: 100%;
display: flex;
background: #000;
}
.popup-carousel, .cg-carousel__track {
height: 100%;
}
.popup-container .popup-carousel .cg-carousel__track {
align-items: center;
background-color: #000;
}
.popup-container .popup-carousel {
background-color: #000;
}
button.js-carousel__prev-1 {
position: absolute;
left: 30px;
top: 50%;
transform: translateY(-50%);
z-index: 1;
}
button.js-carousel__next-1 {
position: absolute;
right: 30px;
top: 50%;
transform: translateY(-50%);
z-index: 1;
}
.cg-carousel__btn svg {
width: 16px;
height: 16px;
}
.load-more-button-container, .load-more-button-container button {
display: flex;
align-items: center;
justify-content: center;
gap: 5px;
}
.load-more-button-container button {
border-style: solid;
border-top-width: 0;
border-right-width: 0;
border-left-width: 0;
border-bottom-width: 0;
color: #ffffff;
border-color: #037bff;
background-color: #037bff;
padding-top: 15px;
padding-right: 30px;
padding-bottom: 15px;
padding-left: 30px;
font-family: inherit;
font-weight: inherit;
line-height: 1em;
cursor: pointer;
border-radius: 5px;
margin-top: 30px;
} .popup-container {
display: flex;
width: 100%;
} .popup-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.85);
display: flex;
justify-content: center;
align-items: center;
z-index: 99999;
} .popup {
border-radius: 10px;
overflow: hidden;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
align-items: center;
justify-content: center;
max-height: 100%;
max-width: 100%;
}  .popup-container .popup-md-9.white {
width: 60%;
overflow: hidden;
}
.popup-md-3.red {
width: 40%;
} .embedpress-popup-img img {
width: 100%;
height: auto;
object-fit: contain;
}
video.popup-media-image {
height: auto;
max-width: 100%;
width: 100%;
max-height: 100vh;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
img.popup-media-image {
height: auto;
} .embedpress-popup-header, .embedpress-hashtag-header {
display: flex;
align-items: center;
padding: 15px 10px;
justify-content: space-between;
border-bottom: 1px solid #f4e9e9;
}
.hashtag-container {
border-bottom: 1px solid #f4e9e9;
}
.embedpress-hashtag-header {
border: none;
max-width: 350px;
margin: auto;
}
.embedpress-hashtag-username {
font-weight: bold;
}
.embedpress-popup-header-img img, .embedpress-hashtag-header-img img {
border-radius: 50% !important;
margin-right: 10px;
width: 30px;
height: 30px !important;
object-fit: cover;
border: 2px solid #037bff !important;
}
.embedpress-popup-header-img a, .embedpress-hashtag-header-img a {
display: flex;
align-items: center;
justify-content: center;
text-decoration: none !important;
}
.embedpress-popup-username {
color: #005293;
font-weight: bold;
font-size: 15px;
text-decoration: none !important;
}
img.embedpress-hashtag-round {
border-radius: 50px !important;
}
.insta-followbtn a {
text-decoration: none !important;
padding: 6px 15px;
background: #007bff;
border-radius: 5px;
color: #fff !important;
font-size: 14px;
font-weight: normal;
} .embedpress-popup-block.embedpress-popup-info {
display: flex;
flex-direction: column;
justify-content: space-between;
flex-grow: 1;
height: 100%;
background-color: #fff; }
.embedpress-popup-text {
font-size: 14px;
font-weight: normal;
overflow: hidden;
letter-spacing: 0.04em;
line-height: 1.8rem;
padding: 10px;
flex: auto;
border-bottom: 1px solid #f4e9e9;
text-align: left;
max-height: calc(100vh - 235px);
overflow: auto;
word-break: break-all;
} .embedpress-popup-stats {
display: flex;
align-items: center;
justify-content: space-between;
padding: 16px 10px;
}
.embedpress-popup-stats .embedpress-inline {
display: flex;
align-items: center;
gap: 5px;
font-weight: bold;
color: #000;
cursor: pointer;
position: relative;
}
.embedpress-popup-stats .embedpress-inline a {
display: flex;
align-items: center;
gap: 6px;
color: #000;
text-decoration: none;
font-weight: 400;
}
.embedpress-popup-stats .embedpress-inline a svg {
width: 20px;
height: 20px;
} .embedpress-popup-share-buttons {
padding: 10px;
background-color: #fafafa;
display: flex;
align-items: center;
}
.embedpress-popup-share-buttons a {
color: #007bff;
}
.embedpress-href.embedpress-popup-share {
cursor: pointer;
color: #ca379d;
display: flex;
align-items: center;
gap: 6px;
}
.embedpress-popup-share-buttons {
background: #f4f9ff;
position: absolute;
top: -50px;
left: -55px;
gap: 10px;
border-radius: 5px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
visibility: hidden;
opacity: 0;
margin-bottom: -10px;
transition: 0.3s;
}
.embedpress-popup-share-buttons.show {
visibility: visible;
opacity: 1;
margin-bottom: 0;
}
.embedpress-popup-share-buttons::before {
content: "";
position: absolute;
bottom: -15px;
left: 50%;
margin-left: -8px;
border-width: 8px;
border-style: solid;
border-color: #f4f9ff transparent transparent transparent;
}
.embedpress-popup-share-buttons::before {
content: "";
position: absolute;
bottom: -15px;
left: 50%;
margin-left: -8px;
border-width: 8px;
border-style: solid;
border-color: #f4f9ff transparent transparent transparent;
z-index: 1 !important;
}
.embedpress-popup-share-buttons::after {
content: "";
position: absolute;
bottom: -16.1px;
left: 50%;
margin-left: -8px;
border-width: 8px;
border-style: solid;
border-color: #e7eaef transparent transparent transparent;
}
.embedpress-popup-share-buttons span {
color: #fff;
font-size: 18px;
display: flex;
align-items: center;
}
.embedpress-popup-share-buttons span svg {
width: 16px !important;
height: 16px !important;
}
.embedpress-popup-share-buttons span.dashicons.dashicons-linkedin {
color: #0077b5;
}
.embedpress-popup-share-buttons span.dashicons.dashicons-facebook {
color: #1877F2;
}
.embedpress-popup-share-buttons span.dashicons.dashicons-pinterest {
color: #E60023;
}
span.tag-wrapper a {
font-weight: bold;
text-decoration: none !important;
}
.embedpress-href.embedpress-popup-share svg {
width: 20px;
height: 20px;
}
.embedpress-popup-instagram-buttons svg {
width: 18px !important;
height: 20px !important;
}
.embedpress-popup-stats .embedpress-inline {
transition: 0.3s;
}
.embedpress-popup-stats .embedpress-inline:hover svg, .embedpress-popup-stats .embedpress-inline a:hover, .embedpress-popup-stats .embedpress-inline:hover, .embedpress-href:hover svg .st0 {
color: rgb(115, 115, 115) !important; }
.embedpress-inline.embedpress-popup-instagram-buttons a:hover svg path {
stroke: rgb(115, 115, 115);
}
.embedpress-inline.popup-like-button a:hover svg {
color: rgb(115, 115, 115);
fill: rgb(115, 115, 115);
}
.embedpress-href.embedpress-popup-share:hover svg {
fill: rgb(115, 115, 115);
} .date-post {
padding: 10px;
font-size: 12px;
color: #8e8e8e;
}
div.popup-close {
position: absolute;
top: 50px;
right: 50px;
color: white;
z-index: 15566555655;
cursor: pointer;
padding: 15px;
background: #643535;
border-radius: 50px;
height: 10px;
width: 10px;
display: flex;
align-items: center;
justify-content: center;
text-transform: uppercase;
cursor: pointer;
}
.load-spin {
width: 100px;
height: 100px;
background-color: #f00;
animation: spin 2s linear infinite;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.loader {
margin: auto;
border: 5px solid #EAF0F6;
border-radius: 50%;
border-top: 5px solid #FF7A59;
width: 30px;
height: 30px;
animation: spinner 4s linear infinite;
}
.sponsored-youtube-video {
height: 100%;
}
@keyframes spinner {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@media screen and (max-width: 1200px) {
.popup-container .popup-md-9.white {
width: 50%;
}
.popup-container .popup-md-3 {
width: 50%;
}
}
@media screen and (max-width: 991px) {
.popup-container {
flex-direction: column;
}
.popup-container .popup-md-9.white {
width: 100%;
}
.popup-container .popup-md-3 {
width: 100%;
}
.embedpress-popup-text {
max-height: 300px;
}
}
@media screen and (max-width: 768px) {
.insta-grid .embedpress-insta-container .insta-gallery {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.embedpress-popup-text {
max-height: 250px;
}
}
@media screen and (max-width: 420px) {
.insta-grid .embedpress-insta-container .insta-gallery {
grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.profile-header {
flex-direction: column;
}
.embedpress-popup-text {
max-height: 200px;
}
.insta-followbtn {
display: none;
}
} .ep-player-wrap .hide {
display: none;
}
.ep-gdrp-content {
background: #222;
padding: 50px 30px;
color: #fff;
}
.ep-gdrp-content a {
color: #fff;
}
.ep-youtube__content__pagination {
display: flex;
justify-content: center;
align-items: center;
margin-top: 30px;
gap: 10px;
}
.ep-loader-wrap {
margin-top: 30px;
display: flex;
justify-content: center;
}
.ep-youtube__content__pagination .ep-prev,
.ep-youtube__content__pagination .ep-next {
cursor: pointer;
border: 1px solid rgba(0, 0, 0, .1);
border-radius: 30px;
padding: 0 20px;
height: 40px;
transition: .3s;
display: flex;
align-items: center;
}
.ep-youtube__content__pagination .ep-prev:hover,
.ep-youtube__content__pagination .ep-next:hover {
background-color: #5B4E96;
color: #fff;
}
.ep-youtube__content__pagination .ep-page-numbers {
display: flex;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}
.ep-youtube__content__pagination .ep-page-numbers>span {
border: 1px solid rgba(0, 0, 0, .1);
border-radius: 30px;
display: inline-block;
width: 45px;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
}
.active__current_page {
background: #5B4E96;
color: #fff;
}
.ep-youtube__content__block .youtube__content__body .content__wrap:not(.youtube-carousel) {
margin-top: 30px;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 30px;
}
[data-source-id] .layout-list .ep-youtube__content__block .youtube__content__body .content__wrap {
grid-template-columns: repeat(auto-fit, minmax(calc(100% - 30px), 1fr)) !important;
}
[data-youtube-channel-carousel].ep-youtube__content__block {
position: relative
}
.ep-youtube__content__block .item {
cursor: pointer;
white-space: initial;
}
.ep-youtube__content__block .youtube-carousel .item {
margin: 10px;
}
.ep-youtube__content__block .item:hover .thumb .play-icon {
opacity: 1;
top: 50%;
}
.ep-youtube__content__block .item:hover .thumb:after {
opacity: .4;
z-index: 0;
}
.ep-youtube__content__block .thumb {
padding-top: 56.25%;
margin-bottom: 5px;
position: relative;
background-color: #222;
background-size: contain !important;
border-radius: 12px;
overflow: hidden;
}
figure .ep-youtube__content__block .thumb {
background-color: #222 !important;
}
.ep-youtube__content__block .thumb:after {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
content: '';
background: #000;
opacity: 0;
transition: opacity .3s ease;
}
.ep-youtube__content__block .thumb:before {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
content: '';
background: #222;
z-index: -1;
}
.ep-youtube__content__block .thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
.ep-youtube__content__block .thumb .play-icon {
width: 50px;
height: auto;
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0;
transition: all .3s ease;
z-index: 2;
}
.ep-youtube__content__block .thumb .play-icon img {
width: 100;
}
.ep-youtube__content__block .body p {
margin-bottom: 0;
font-size: 15px;
text-align: left;
line-height: 1.5;
font-weight: 400;
}
.ep-youtube__content__block.loading .ep-youtube__content__pagination {
display: none;
}
.ep-youtube__content__block .ep-loader {
display: none;
}
.ep-youtube__content__block.loading .ep-loader {
display: block;
}
.ep-loader img {
width: 20px;
}
.is_mobile_device {
display: none !important;
}
.is_mobile_devic.ep-page-numbers {
gap: 5px;
}
@media only screen and (max-width: 480px) {
.is_desktop_device {
display: none !important;
}
.ep-youtube__content__pagination .ep-page-numbers>span {
width: 35px;
height: 35px;
}
.ep-youtube__content__pagination .ep-prev, .ep-youtube__content__pagination .ep-next {
height: 35px;
}
.is_mobile_device {
display: flex !important;
;
}
.ep-youtube__content__pagination .ep-page-numbers {
gap: 5px;
}
} .embedded-youtube-channel .ose-youtube {
height: 100% !important;
max-height: 100% !important;
}
.ep-embed-content-wraper.embedded-youtube-channel .ose-youtube, .ep-youtube-channel .ose-youtube {
height: 100% !important;
max-height: 100% !important;
}
.ose-youtube .channel-header {
display: flex;
align-items: center;
padding: 20px;
border-radius: 10px;
}
.ose-youtube .profile-picture {
width: 120px;
height: 120px;
border-radius: 50%;
margin-right: 20px;
}
.ose-youtube .channel-info {
flex-grow: 1;
text-align: left;
}
.ose-youtube .info-description {
margin-bottom: 20px;
}
.ose-youtube .channel-name {
font-size: 24px;
margin: 0;
}
.ose-youtube .channel-details {
margin: 5px 0;
}
.ose-youtube .more-info {
text-decoration: none;
}
.ose-youtube .subscribe-button {
background-color: red;
border: none;
padding: 10px 20px 10px 12px;
border-radius: 30px;
cursor: pointer;
display: inline-flex;
align-items: center; text-decoration: none !important;
color: white;
font-weight: 600;
}
.ose-youtube .subscribe-button svg {
height: 20px;
width: 20px;
margin-right: 5px;
}
.ose-youtube .subscribe-button:hover {
background-color: #ff6868;
}
#videoPopup.video-popup {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.95);
}
.video-popup-content {
position: absolute;
left: 50%;
top: calc(50% + 30px);
transform: translate(-50%, -50%);
max-width: 90%;
max-height: 90%;
text-align: center;
}
.video-popup-inner-content {
width: 100%;
height: 100%;
max-height: 90vh;
overflow: auto !important;
border: 1px solid #333;
border-radius: 8px;
background: #000;
box-sizing: border-box;
padding: 20px;
}
.video-popup-content iframe {
width: 700px !important;
height: 420px !important;
max-width: 100%;
max-height: 100%;
}
#videoPopup.video-popup .close {
position: absolute;
top: -25px;
right: -30px;
color: #fff;
font-size: 35px;
}
#videoPopup.video-popup .close:hover,
#videoPopup.video-popup .close:focus {
color: #999;
text-decoration: none;
cursor: pointer;
}
#videoPopup.video-popup .popup-controls {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: flex;
justify-content: space-between;
align-items: center;
pointer-events: none; }
#videoPopup.video-popup .nav-icon {
pointer-events: auto; color: white;
font-size: 50px;
cursor: pointer;
user-select: none;
}
#videoPopup.video-popup .prev-icon {
position: absolute;
left: -60%;
top: 50%;
transform: translate(0, -50%);
padding: 10px;
}
#videoPopup.video-popup .next-icon {
position: absolute;
right: -60%;
top: 50%;
transform: translate(0, -50%);
padding: 10px;
}
#videoDescription {
color: #fff;
font-size: 14px;
}
.youtube-video-description {
font-family: Arial, sans-serif;
margin: 0;
padding: 0 20px;
bottom: no;
max-width: 700px;
text-align: left;
}
.youtube-video-header h1 {
font-size: 20px;
margin: 0 0 10px 0;
color: #fff;
}
.youtube-video-meta {
font-size: 14px;
color: #666;
margin-bottom: 10px;
}
.youtube-video-meta span {
margin-right: 10px;
}
.youtube-video-body {
max-height: 200px;
overflow: auto;
}
.youtube-video-body p {
font-size: 15px;
margin: 0 0 20px 0;
color: #ddd;
}
.youtube-video-footer {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 5px;
}
.youtube-video-link {
font-size: 16px;
color: #0073aa;
text-decoration: none;
}
.youtube-video-link:hover {
text-decoration: underline;
}
.youtube-video-stats {
font-size: 14px;
color: #666;
display: flex;
align-items: center;
gap: 18px;
}
.youtube-video-stats svg {
height: 12px;
width: 14px;
}
.youtube-video-stats span {
margin-right: 10px;
display: flex;
align-items: center;
gap: 8px;
color: #dad2d2;
}
.youtube-video-stats i {
margin-right: 5px;
} .youtube-body-content .description-container {
display: flex; border-radius: 4px;
max-width: 600px;
text-align: left;
margin-top: 10px;
}
.youtube-body-content.body {
width: 100%;
}
.youtube-body-content .thumbnail {
width: 30px;
height: 30px;
border-radius: 4px;
margin-right: 10px;
}
.youtube-body-content .thumbnail img {
border-radius: 50%;
margin-right: 10px;
width: 30px;
height: 30px;
}
.youtube-body-content .details {
display: flex;
flex-direction: column;
justify-content: space-between;
width: calc(100% - 30px);
}
.youtube-body-content .title {
font-size: 14px;
font-weight: 500;
color: #000000;
margin-bottom: 4px;
line-height: 1.4;
}
.youtube-body-content .channel,
.youtube-body-content .views,
.youtube-body-content .time {
font-size: 14px;
color: #606060;
}
.youtube-body-content .channel {
margin-bottom: 4px;
} .ep-player-wrap.layout-gallery .ep-first-video iframe {
border-radius: 15px;
}
.ep-player-wrap.layout-list .ep-youtube__content__block .item {
display: flex;
width: 100%;
gap: 20px;
}
.ep-player-wrap.layout-list .ep-youtube__content__block .thumb {
padding-top: 20.25%;
min-width: 250px;
max-width: 300px;
} [data-youtube-channel-carousel] .youtube-carousel-container {
position: relative;
width: 100%;
overflow: hidden;
}
[data-youtube-channel-carousel] .youtube-carousel {
display: flex;
transition: transform 0.5s ease-in-out;
}
[data-youtube-channel-carousel] .youtube-carousel .item {
min-width: calc(33.3333% - 20px); box-sizing: border-box;
}
[data-youtube-channel-carousel] button {
position: absolute;
top: 50%;
transform: translateY(-50%);
color: white;
border: none;
cursor: pointer;
padding: 10px;
box-shadow: none;
background-color: #000000ba;
width: 40px;
height: 40px;
display: flex;
align-items: center;
border-radius: 50%;
justify-content: center;
}
[data-youtube-channel-carousel] button.preview {
left: -100px;
}
.carousel-controls button.next {
right: -100px;
} .fc-list-table .fc-event, .fc-list-table .fc-event:hover {
color: inherit !important;
text-decoration: none !important;
}
.fc-list-table .fc-event, .fc-list-table .fc-event-dot {
background-color: transparent !important;
}
.fc table.fc-list-table {
table-layout: inherit !important;
}
.fc-list-table .fc-event {
display: table-row !important;
}
@media screen and (max-width: 1400px) {
.ose-youtube .video-popup-content iframe {
height: 305px !important;
}
.ose-youtube .prev-icon {
left: -50%
}
.ose-youtube .next-icon {
right: -50%
}
}
@media screen and (max-width: 1200px) {
.ose-youtube .video-popup-content iframe {
height: 305px !important;
}
.ose-youtube .prev-icon {
left: -40%
}
.ose-youtube .next-icon {
right: -40%
}
}
@media screen and (max-width: 992px) {
.ose-youtube .video-popup-content iframe {
height: 305px !important;
}
.ose-youtube .prev-icon {
left: -40%
}
.ose-youtube .next-icon {
right: -40%
}
}
@media screen and (max-width: 576px) {
.ose-youtube .prev-icon {
left: -26%
}
.ose-youtube .next-icon {
right: -26%
}
}
@media screen and (max-width: 580px) {
.ose-youtube .prev-icon {
left: -18%;
}
.ose-youtube .next-icon {
right: -18%;
}
}
.youtube-video-body {
display: none;
}
.video-popup-content {
width: 100%;
max-width: 720px;
margin: auto;
}
@media (max-width: 1024px) {
.youtube-carousel .item {
min-width: calc(50% - 20px) !important; }
}
@media (max-width: 768px) {
.youtube-carousel .item {
min-width: calc(100% - 20px) !important; }
[data-youtube-channel-carousel] button.preview {
left: 0 !important;
}
[data-youtube-channel-carousel] button.next {
right: 0;
}
.video-popup-content {
width: calc(100% - 40px);
margin: auto;
}
.video-popup-content iframe {
max-height: 300px;
}
#videoPopup.video-popup .close {
top: -25px;
transform: translate(0%, -50%);
right: unset;
}
}
@media (max-width: 580px) {
.ep-first-video {
margin-bottom: 20px;
}
.video-popup-content iframe {
max-height: 220px;
}
.ep-player-wrap .ep-youtube__content__block .item {
gap: 15px;
}
.ep-embed-content-wraper .ep-youtube__content__block .youtube__content__body .content__wrap {
gap: 30px !important;
}
.ose-youtube .profile-picture {
width: 80px;
height: 80px;
}
.ose-youtube .channel-header {
gap: 10px;
align-items: start;
padding: 0;
}
.description-container {
margin-top: 0px;
}
.description-container p.description {
display: none;
}
.ep-player-wrap.layout-list .ep-youtube__content__block .item {
flex-direction: column;
}
.ep-player-wrap.layout-list .ep-youtube__content__block .thumb {
min-width: 100%;
min-height: 200px;
}
}
.ep-google-photos-gallery-grid .ose-google-photos,
.ep-google-photos-gallery-masonary .ose-google-photos,
.ep-google-photos-gallery-justify .ose-google-photos {
height: 100% !important;
max-height: 100% !important;
}
.pa-carousel-widget.jx-carousel-widget, .pa-gallery-player-widget, .ose-google-photos {
position: relative;
}
.pa-carousel-widget.jx-carousel-widget::after, .pa-gallery-player-widget::after {
position: absolute;
right: 0;
left: 0;
width: 100%;
height: 60px;
background: #fff;
content: '';
top: 10px;
background: transparent;
}  .ep-google-photos-visit-btn:hover {
background: rgba(0, 0, 0, 0.9);
color: white;
text-decoration: none;
}
.ep-google-photos-visit-btn svg {
width: 16px;
height: 16px;
fill: currentColor;
}  .photos-gallery-grid, .photos-gallery-masonry, .photos-gallery-justify {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 3px;
}
.photos-gallery-grid .photo-item, .photos-gallery-masonary .photo-item {
width: 100%;
height: 200px;
background-color: #f1efef;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
text-align: center;
} .photos-gallery-masonary {
columns: 250px;
gap: 3px;
position: relative;
width: 100%;
}
.photos-gallery-masonary .photo-item {
width: 100%;
height: auto;
object-fit: cover;
display: block;
margin-bottom: 3px;
cursor: pointer;
}
.photos-gallery-masonary .photo-item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
} .photos-gallery-grid {
display: grid;
gap: 3px;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
position: relative;
}
.photos-gallery-grid .photo-item {
border-radius: 10px;
text-align: center;
height: 280px;
cursor: pointer;
}
.photos-gallery-grid .photo-item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}  .photos-gallery-justify {
display: flex;
flex-wrap: wrap;
}
.photos-gallery-justify .photo-item {
cursor: pointer;
height: auto;
}
.photos-gallery-justify .photo-item:hover {
opacity: 0.9;
}
.photos-gallery-justify .photo-item img {
user-select: none;
width: 100%;
vertical-align: middle;
}
.photos-gallery-justify::after {
content: "";
flex-grow: 99999;
min-width: calc(100vw / 4);
}
@media (max-width: 460px) {
.photos-gallery-justify {
flex-direction: column;
}
.photos-gallery-justify .photo-item {
width: 100% !important;
}
} .popup-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.9);
display: none;
justify-content: center;
align-items: center;
z-index: 1000;
transition: 0.5s ease;
}
.popup-overlay .popup {
position: relative;
max-width: 100%;
max-height: 100%;
width: 100%;
height: 100%;
background-color: transparent;
display: flex !important;
justify-content: center;
align-items: center;
color: black;
}
.popup-overlay .close-btn {
position: absolute;
top: 10px;
right: 10px;
color: white;
font-size: 30px;
cursor: pointer;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: #0a0a0a;
border-radius: 50%;
}
.popup-overlay .prev-btn,
.popup-overlay .next-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
font-size: 30px;
background-color: rgba(0, 0, 0, 0.5);
color: white;
border: none;
padding: 10px;
cursor: pointer;
z-index: 10;
opacity: 0;
visibility: hidden;
transition: 0.2s;
display: flex;
}
.popup-overlay:hover .prev-btn, .popup-overlay:hover .next-btn {
opacity: 1;
visibility: visible;
}
.popup-overlay .prev-btn {
left: 10px;
}
.popup-overlay .next-btn {
right: 10px;
}
.popup-overlay img#popup-image {
width: 100%;
height: auto;
max-height: 100vh;
}
.popup-overlay .prev-btn:hover,
.popup-overlay .next-btn:hover {
background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 1024px) {
.photos-gallery-grid .photo-item {
width: 100%;
height: 150px !important;
} .photos-gallery-masonary {
columns: 200px !important;
} .photos-gallery-grid {
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
}
}
.ose-codesandbox .embera-embed-responsive.embera-embed-responsive-rich.embera-embed-responsive-provider-codesandbox {
width: 100%;
height: 100%;
}
.ose-codesandbox .embera-embed-responsive.embera-embed-responsive-rich.embera-embed-responsive-provider-codesandbox iframe {
width: 100%;
height: 100%;
}
@media (max-width: 767px) {
.popup-overlay .prev-btn,
.popup-overlay .next-btn {
font-size: 20px;
padding: 5px;
}
}
.getty div:last-child {
padding: 0 !important;
height: 100% !important;
max-height: 100% !important;
}.wp-block-embedpress-embedpress{margin:var(--ep-space-4) 0;position:relative}.wp-block-embedpress-embedpress .embedpress-embed-wrapper{position:relative}.wp-block-embedpress-embedpress .embedpress-embed-wrapper.responsive{max-width:100%;height:auto}.wp-block-embedpress-embedpress .embedpress-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--ep-space-8);background:var(--ep-gray-50);border:1px solid var(--ep-gray-200);border-radius:var(--ep-radius)}.wp-block-embedpress-embedpress .embedpress-loading .embedpress-spinner{width:2rem;height:2rem;border:2px solid var(--ep-gray-300);border-top:2px solid var(--ep-primary);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:var(--ep-space-2)}.wp-block-embedpress-embedpress .embedpress-loading p{margin:0;color:var(--ep-gray-600);font-size:var(--ep-text-sm)}.wp-block-embedpress-embedpress.provider-youtube .embedpress-embed-wrapper{background:#000}.wp-block-embedpress-embedpress.provider-vimeo .embedpress-embed-wrapper{background:#1ab7ea}.wp-block-embedpress-embedpress.provider-wistia .embedpress-embed-wrapper{background:#54bbff}.editor-styles-wrapper .wp-block-embedpress-embedpress .embedpress-provider-info{background:var(--ep-info-light);color:var(--ep-info);padding:var(--ep-space-2);border-radius:var(--ep-radius);font-size:var(--ep-text-sm);margin-bottom:var(--ep-space-3)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.embedpress-gutenberg-wrapper{margin:30px auto}.embedpress-gutenberg-wrapper .ose-embedpress-responsive:not(.ose-youtube) iframe{max-width:100%!important;max-height:100%!important}.embedpress-gutenberg-wrapper.alignright{max-width:100%}.flexia-wrapper.flexia-container>.content-area .embedpress-gutenberg-wrapper{margin:0 auto}@media only screen and (min-width: 482px){.entry-content>.embedpress-gutenberg-wrapper.alignright,.entry-content>.embedpress-gutenberg-wrapper.alignleft,.embedpress-gutenberg-wrapper.alignright,.embedpress-gutenberg-wrapper.alignleft{max-width:100%}}.embedpress-gutenberg-wrapper .alignleft,.embedpress-gutenberg-wrapper .alignright,.embedpress-gutenberg-wrapper .aligncenter{float:none;display:block}.embedpress-gutenberg-wrapper .alignright{text-align:right;max-width:100%!important}.embedpress-gutenberg-wrapper .alignleft{text-align:left;max-width:100%!important}.embedpress-gutenberg-wrapper .aligncenter{clear:both;display:block;float:none;margin-right:auto;margin-left:auto;text-align:center}.wp-block-embedpress-embedpress.aligncenter{text-align:center}.embedpress-gutenberg-wrapper .ose-embedpress-responsive{display:inline-block}.embedpress-gutenberg-wrapper{max-width:100%!important}.ep-first-video{position:relative;height:0;padding-bottom:56.25%;border-radius:15px;overflow:hidden}.ep-first-video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.embedpress-gutenberg-controls .components-base-control__label,.embedpress-gutenberg-controls .components-input-control__label,.embedpress-gutenberg-controls .components-base-control__field{font-weight:500}.sponsored-upload{margin-bottom:20px}label.components-truncate.components-text.components-input-control__label.em5sgkm4.ecfd-bd--d-eecc-1iznhho.em57xhy0{font-weight:600!important}.text-center{text-align:center!important}.wp-block-embed.is-loading{align-items:center}.css-vwt1e3{margin:0 11px!important}.ep-youtube__content__pagination .ep-prev,.ep-youtube__content__pagination .ep-next{user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.wp-block-embed.is-loading p{margin:0!important}.wp-block-embed.is-loading svg{margin-top:0}.ose-opensea{height:100%!important;width:100%!important;min-width:900px}.alignleft .ose-opensea,.alignright .ose-opensea,.aligncenter .ose-opensea{min-width:900px;max-width:860px!important}.aligncenter .ose-opensea{margin:0 auto;display:block!important}.wp-block[data-align=right]{float:right}.wp-block[data-align=left]{float:left}.ep_nft_content_wrap.ep_nft__wrapper{display:grid}.ep_nft_content_wrap.ep_nft__wrapper,.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-column-gap:15px;grid-row-gap:15px}.ep_nft_content_wrap .ep_nft_item{background-color:#fff;border-radius:10px;transition:background .5s,border .5s,border-radius .5s,box-shadow .5s;box-shadow:0 4px 15px #00000017;overflow:hidden;padding:15px;position:relative;transition:.3s ease-in-out}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid .ep_nft_item{display:flex;flex-direction:column}.ep_nft_content_wrap.ep_nft_list .ep_nft_item{justify-content:flex-start;align-items:flex-start}.ep_nft_content_wrap.ep_nft__wrapper.preset-3 .ep_nft_item .ep_nft_content{background-color:#edecf6e6}.ep_nft_content_wrap .ep_nft_thumbnail{margin:0 0 15px;border-radius:5px}.ep_nft_content_wrap .ep_nft_thumbnail img{height:340px;border-radius:10px;width:100%;object-fit:cover}.ep_nft_content .ep_nft_title{color:#333;font-size:16px;margin:0 0 15px;font-weight:600}.ep_nft_content{text-align:left}.ep_nft_content .ep_nft_price{color:#333;font-size:14px;margin:0;display:flex;font-weight:600}.ep_nft_content .ep_nft_price:first-child{margin-bottom:10px}span.eb_nft_currency{max-width:28px;display:flex;align-items:center;justify-content:center}span.eb_nft_currency svg{width:100%;height:auto}.ep_nft_content .ep_nft_price_wrapper{min-height:20px}.ep_nft_content .ep_nft_creator{color:#333;font-size:14px;margin:0 0 20px;display:flex;align-items:center;gap:5px}.ep_nft_content .ep_nft_creator a{color:#3080e2;font-size:14px;text-decoration:none;word-break:break-all}.ep_nft_content .ep_nft_creator img{height:30px;width:30px;border-radius:50%}.ep_nft_content .ep_nft_button button{margin:0}.ep_nft_content .ep_nft_button button a{background-color:#3080e2;color:#fff;font-size:14px;padding:15px 20px;transition:border .5s,border-radius .5s,box-shadow .5s}.ep_nft_content .ep_nft_button button:hover a{background-color:#2e8eee;color:#fff}.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button a.ep-details-btn:hover{background-color:#2e8eee;color:#fff}.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item:hover .ep_nft_button{opacity:1;transform:translate(0);visibility:visible}.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item .ep_nft_button{bottom:0;left:0;opacity:0;position:absolute;transform:translateY(30px);visibility:hidden;width:100%;transition:.3s}.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button{margin-top:auto}.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button a{background-color:#3080e2;color:#fff;font-size:14px;padding:10px 20px;transition:border .5s,border-radius .5s,box-shadow .5s;display:block;text-align:center;font-weight:500;text-decoration:none}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item{display:flex;gap:15px;align-items:center;border-radius:10px}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail{width:55%}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content{width:calc(45% - 15px)}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content .ep_nft_price.ep_nft_last_sale{margin-bottom:15px}.ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_thumbnail svg{border-radius:10px}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail img{height:260px}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_button a,.ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_button a{border-radius:10px}.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item .ep_nft_button a{border-radius:0}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid.ep-preset-2 .ep_nft_content .ep_nft_price:last-child{margin-bottom:15px}.ose-opensea{min-width:100%!important;max-width:calc(100% - 40px)!important}.ep-loadmore-wrapper{margin-top:30px;text-align:center}.ep-loadmore-wrapper button{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;color:#fff;border-color:#0170b9;background-color:#0170b9;border-radius:2px;padding:15px 30px;font-family:inherit;font-weight:inherit;line-height:1;display:flex;align-items:center;justify-content:center;margin:auto;cursor:pointer}.ep-loadmore-wrapper button svg{margin-left:5px}@media all and (max-width: 1024px){.ep_nft_content_wrap.ep_nft__wrapper,.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(3,1fr)!important}}@media all and (max-width: 991px){.ose-opensea{min-width:auto!important;max-width:calc(100% - 40px)!important}.ep_nft_content_wrap.ep_nft__wrapper,.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(2,1fr)!important}}@media all and (max-width: 767px){.ep_nft_content_wrap.ep_nft__wrapper,.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(1,1fr)!important}}.ep-nft-single-item-wraper.ep_nft_content_wrap .ep_nft_item{box-shadow:none}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content{width:calc(55% - 15px)}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail{width:45%;height:100%}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail img{height:100%}.ep-nft-single-item-wraper span.eb_nft_label{color:#333}.ep-nft-single-item-wraper .ep_nft_content .ep_nft_price{display:flex;flex-direction:column;margin-right:45px}.ep-nft-single-item-wraper span.eb_nft_price{font-size:30px}.ep-nft-single-item-wraper .ep_nft_content .ep_nft_creator img{height:15px;width:15px;border-radius:50%}.ep-nft-single-item-wraper .ep-usd-price{bottom:0;font-size:12px}.ep-nft-single-item-wraper span.eb_nft_label{font-size:15px}.ep-nft-single-item-wraper .ep_nft_content .ep_nft_title{margin-bottom:10px;font-size:24px}.ep-nft-single-item-wraper .CollectionLink--name svg{width:20px;height:20px;margin-left:5px}.ep-nft-single-item-wraper a.CollectionLink--link{font-size:15px;font-weight:500;text-decoration:none;margin-bottom:15px;display:block;color:#3080e2}.ep-nft-single-item-wraper sub.verified-icon{bottom:-5px;left:4px}.ep-nft-single-item-wraper .ep-accordion{border:1px solid #ddd;border-radius:10px;margin-top:15px;display:block}.ep-nft-single-item-wraper .ep-toggle{display:none}.ep-nft-single-item-wraper .ep-option{position:relative}.ep-nft-single-item-wraper .ep-content{padding:1em;border-top:1px solid #ddd}.ep-nft-single-item-wraper .ep-content{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);transition:all .2s}.ep-nft-single-item-wraper .ep-title{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);transition:all .2s;padding:1em;display:flex;color:#333;font-weight:700;cursor:pointer;border-radius:10px 10px 0 0;align-items:center}.ep-nft-single-item-wraper label.ep-title svg{width:20px;height:20px;margin-right:6px}.ep-nft-single-item-wraper .ep-asset-detail-item{display:flex;justify-content:space-between;font-weight:500;line-height:1.8em}.ep-nft-single-item-wraper .ep-asset-detail-item span{word-break:break-word;max-width:75%}.ep-nft-single-item-wraper .ep-content{display:block}.ep-nft-single-item-wraper .ep-content p{margin:0;padding:.5em 1em 1em;font-size:.9em;line-height:1.5}.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title+.ep-content{display:none;background:transparent}.ep-nft-single-item-wraper .ep_nft_content .ep_nft_price_wrapper{display:flex}.ep-nft-single-item-wraper .ep-toggle+.ep-title:after{content:"";display:inline-block;position:absolute;width:12px;height:12px;background:transparent;text-indent:-9999px;border-top:2px solid #bfbfbf;border-left:2px solid #bfbfbf;transition:all .25s ease-in-out;text-decoration:none;color:transparent;right:15px;top:50%;transform:rotate(45deg) translate(-20%,-5%)}.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title:before{content:"";display:inline-block;position:absolute;width:12px;height:12px;background:transparent;text-indent:-9999px;border-top:2px solid #bfbfbf;border-left:2px solid #bfbfbf;transition:all .25s ease-in-out;text-decoration:none;color:transparent;right:15px;top:50%;transform:rotate(225deg) translate(80%,20%)}.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title:after{display:none}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_button span.ep-nft-rank{pointer-events:none}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-nft-single-item-wraper.ep-grid .ep_nft_content{margin-bottom:20px}@media screen and (max-width: 1024px){.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper,.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(1,1fr)!important}}@media screen and (max-width: 991px){.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper,.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(1,1fr)!important}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item{align-items:unset;flex-direction:column}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail,.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content{width:100%}.ep-embed-content-wraper>div{max-width:100%}}@media screen and (max-width: 537px){.ep-nft-single-item-wraper sub.ep-usd-price{margin-bottom:15px;display:block}}.components-panel__body .ep-control-header{border-top:1px solid #fbf0f0;padding-top:16px;width:calc(100% + 32px);margin-left:-16px;padding-left:16px}button.components-color-palette__custom-color-button{height:24px}.components-color-palette__custom-color-text-wrapper{display:none!important}.components-panel__body.is-opened.ep-opensea-options h2.components-panel__body-title,.components-panel__body.is-opened.ep-colors-typography h2.components-panel__body-title{margin-bottom:16px!important}.components-panel__body.is-opened.ep-colors-typography .ep-opensea-sub-controls h2.components-panel__body-title{margin-bottom:0!important}.embedpress-gutenberg-controls .components-panel__body.is-opened h2.components-panel__body-title{margin-bottom:16px!important}.ep-controls-margin{margin-bottom:24px}.ep__instafeed-options .instagram-profile-image-uploader{margin-bottom:0}.block-editor-block-inspector .components-base-control:last-child{margin-bottom:24px!important}.ep-video-controlers .ep-control-field .components-base-control__field{display:-ms-flexbox;display:flex;justify-content:space-between;align-items:center}.ep-video-controlers .ep-control-field .components-base-control__field input{width:70px}.ep-video-controlers .ep-control-field .components-base-control__field .components-base-control__label{margin-bottom:0}.ep-video-controlers .components-base-control .components-base-control__label{margin-right:0}button.ep-remove__image{position:absolute;z-index:1;color:#fff;font-weight:700;border:none;top:10px;left:10px;background:#f11c1d;width:32px;height:32px;text-align:center;display:flex;align-items:center;justify-content:center;border-radius:50px;padding:0;margin:0;cursor:pointer}.ep__custom-logo{text-align:center;margin-bottom:15px}.ep__custom-logo img{width:100%;height:200px;object-fit:cover;border-radius:5px}.ep-logo-upload-button{border:1px solid #ddd;border-radius:5px;padding:20px 15px}.instagram-profile-image-uploader{margin-bottom:20px}.ep-yt-related-videos .components-base-control{margin-bottom:10px!important}.content-share-controls .ep-custom-logo-button{margin-bottom:30px!important}.pro-control.ep-custom-logo-button{margin-bottom:20px!important}.ep-custom-logo-button .isPro{top:50%;transform:translateY(-50%)}.ep-custom-logo-position{margin-top:20px}.ep-yt-related-videos p,.ep-video-controlers p{margin-top:8px;font-size:12px;font-style:normal;color:#757575;margin-bottom:revert}p.is-ep-description{margin-top:-20px!important;color:#757575}span.ep-wistia-message{position:absolute;left:50%;background:#fff;border-radius:15px;padding:8px 15px;top:32%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:calc(100% - 200px);text-align:center;max-width:320px}@media only screen and (max-width: 520px){.wistia_embed,.ose-wistia{max-height:280px}}.lock-content-pass-input span{position:absolute;right:8px;z-index:1;cursor:pointer;bottom:3.5px;display:none}.lock-content-pass-input span.active{display:block}span.copy-password.active{top:0;width:20px;background:#5b4e96;height:20px;border-radius:15px;padding:3px;right:0}span.copy-tooltip{top:0;display:block;right:10px;font-weight:600;background:#5b4e96;height:max-content;color:#fff;border-radius:15px;visibility:none;transition:.3s;position:absolute;padding:1px 8px;font-size:12px;opacity:0}.copy-tooltip.show{opacity:1;visibility:visible;right:25px}.gutenberg-block-wraper,.gutenberg-wraper{position:relative}.gutenberg-block-wraper{display:inline-block}.gutenberg-block-wraper.ep-content-share-enabled .ep-embed-content-wraper{display:-ms-inline-flexbox!important;display:inline-flex!important;justify-content:center;align-items:center}.gutenberg-block-wraper.ep-content-share-enabled .ep-embed-content-wraper{align-items:center}.gutenberg-block-wraper.ep-content-share-enabled .position-left-wraper.ep-embed-content-wraper,.gutenberg-block-wraper.ep-content-share-enabled .position-right-wraper.ep-embed-content-wraper{align-items:self-start}.gutenberg-block-wraper.source-opensea{display:block}.wp-block-embedpress-embedpress>div{position:relative}.gutenberg-wraper{display:flex}.position-right-wraper.gutenberg-pdf-wraper,.position-left-wraper.gutenberg-pdf-wraper,.position-top-wraper.gutenberg-pdf-wraper,.position-bottom-wraper.gutenberg-pdf-wraper{width:100%}.ep-share-position-right .gutenberg-wraper{flex-direction:row}.ep-share-position-left .gutenberg-wraper{flex-direction:row-reverse}.ep-share-position-bottom .gutenberg-wraper{flex-direction:column}.ep-share-position-top .gutenberg-wraper{flex-direction:column-reverse}.ep-social-share{display:flex;align-items:center}.ep-social-share.share-position-right{right:-40px;top:0;flex-direction:column}.ep-social-share.share-position-left{left:0;top:0;flex-direction:column}.embedpress-gutenberg-wrapper .ep-social-share.share-position-left,.ep-elementor-content .ep-social-share.share-position-left{left:-40px}.ep-social-share.share-position-top,.ep-social-share.share-position-bottom{justify-content:center}.ep-social-icon{display:flex;justify-content:center;align-items:center;width:40px;height:40px;margin:0;color:#fff;text-decoration:none;font-size:20px}.ep-social-icon:hover{opacity:.8}.ep-social-share svg{width:20px;height:auto}a.ep-social-icon.pinterest svg{height:25px}.ep-social-share .facebook{background-color:#3b5998}.ep-social-share .facebook svg{width:40px}.ep-social-share .twitter{background-color:#000}a.ep-social-icon.twitter:focus-visible{box-shadow:none;border:none;outline:none}.ep-social-share .pinterest{background-color:#bd081c}.ep-social-share .linkedin{background-color:#0077b5}.ep-social-share .reddit{background-color:#ff4500}.ep-social-icon i{margin-right:0}.gutenberg-block-wraper .ep-social-share.share-position-left{left:-40px;top:0;flex-direction:column}.block-editor-block-list__block .ep-social-share{pointer-events:none}.custom-share-thumbnail-label{font-size:11px;font-weight:500;line-height:1.4;text-transform:uppercase;box-sizing:border-box;display:block;padding-top:0;padding-bottom:0;max-width:100%;z-index:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:8px}.lock-content-controllers .components-form-toggle.is-checked .components-form-toggle__track,.content-share-toggle .components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #6354a5))}.ep-pannel-icon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%;gap:10px}.ep-pannel-icon svg{width:18px;height:auto}.ep-documentation,.ep-tips-and-tricks{display:flex;align-items:center;gap:10px;margin-bottom:5px}.ep-documentation svg,.ep-tips-and-tricks svg{width:25px;height:auto}.ep-documentation a,.ep-tips-and-tricks a{font-weight:500;font-size:13px;color:#5b4e96}.ep-calendly-data-link{display:-ms-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:5px;margin-bottom:5px;padding:0 10px;margin-top:-10px!important;margin-bottom:15px}.ep-calendly-data-link svg{width:22px;height:auto}.ep-calendly-data-link a{font-weight:500;font-size:14px;color:#5b4e96}.tips__alert__wrap{position:fixed;top:0;left:0;height:100%;width:100%;background:#0000009c;z-index:99999;display:none}.tips__alert__wrap .tips__alert__card{width:calc(100% - 30px);max-width:500px;margin:7% auto 0;background:#fff;border-radius:20px;padding:30px;display:flex;flex-direction:column;align-items:center;text-align:center}.tips__alert__wrap .tips__alert__card img{height:150px}.tips__alert__wrap .tips__alert__card h2{font-size:17.5px;font-weight:500;color:#131f4d;margin-bottom:15px}.tips__alert__wrap .tips__alert__card p{font-size:14px;font-weight:400;color:#7c8db5;margin-bottom:15px}.tips__alert__wrap .tips__alert__card a{text-decoration:underline;font-weight:700;color:#131f4d}.tips__alert__wrap .tips__alert__card .button{align-self:flex-end;margin-top:20px;padding:6px 30px;border-radius:10px;text-decoration:none}p.ep-live-video-info{display:flex;gap:8px;font-size:12px;font-weight:700;background:#f6d88c;padding:8px;border-radius:10px}p.ep-live-video-info svg{width:20px}.embedpress-gutenberg-controls .components-text-control__input::placeholder,.embedpress-gutenberg-controls .components-textarea-control__input::placeholder{color:#757575}button.skip-ad-button{position:absolute;bottom:15px;right:10px;border:none;background:#d41556b5!important;color:#fff!important;z-index:122222222;font-size:15px;font-weight:700;border-radius:4px;padding:0}.components-panel__row.elementor-panel-alert.elementor-panel-warning-info{margin-top:-15px;display:inline-block;font-size:12px;font-weight:700;background:#f6d88c;padding:8px;border-radius:10px}.components-panel__row.elementor-panel-alert.elementor-panel-warning-info.margin-bottom-10{margin-bottom:10px}.control-description{margin-top:-10px!important;margin-bottom:20px;font-size:12px;font-style:normal;color:#757575}.ep-select-control{margin-bottom:16px}.ep-select-control .ep-select-control-label{font-size:11px;font-weight:500;line-height:1.4;text-transform:uppercase;box-sizing:border-box;display:block;padding-top:0;padding-bottom:0;max-width:100%;z-index:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ep-select-control .dropdown{position:relative}.ep-select-control .dropdown-header{display:flex;justify-content:space-between;align-items:center;border:1px solid #ccc;padding:8px;cursor:pointer;background-color:#fff;border-radius:4px;font-weight:600}.ep-select-control span.arrow-dropdown svg{width:18px;height:18px}.ep-select-control .dropdown-menu{position:absolute;top:100%;left:0;right:0;border:1px solid #ccc;background-color:#fff;border-radius:4px;z-index:10;max-height:250px;overflow-y:auto;box-shadow:0 4px 6px #0000001a;padding:8px}.ep-select-control .search-input{width:100%;padding:5px 8px;margin-bottom:8px;border:1px solid #ccc;border-radius:4px}.ep-select-control .dropdown-item{display:flex;align-items:center;padding:8px;cursor:pointer;border-radius:4px}.ep-select-control .dropdown-item label{cursor:pointer}.ep-select-control .dropdown-item:hover{background-color:#f0f0f0}.ep-select-control .dropdown-item.selected{background-color:#e6f7ff}.ep-select-control .dropdown-item input{margin-right:8px}.ep-select-control .no-options{padding:8px;text-align:center;color:#888}.plugin-rating{font-family:system-ui;padding:15px;border-top:1px solid #e0e0e0}.plugin-rating h4{margin-bottom:8px;font-size:15px;font-weight:500;color:#1d2939;margin-top:0}.plugin-rating .stars{display:flex;gap:5px;margin-bottom:20px}.plugin-rating .stars .star{color:#b1b8c2;cursor:pointer;width:20px;height:20px}.plugin-rating .tankyou-msg-container,.plugin-rating .feedback-submit-container{margin-top:10px;border-radius:8px;text-align:left;position:relative;margin-bottom:25px}.plugin-rating .tankyou-msg-container textarea.form-control,.plugin-rating .feedback-submit-container textarea.form-control{width:100%;background:#fff;outline:1px solid #ebe1f2;margin-bottom:5px;border:none}.plugin-rating .tankyou-msg-container textarea.form-control::placeholder,.plugin-rating .feedback-submit-container textarea.form-control::placeholder{font-weight:400;font-size:12px;line-height:1.8;color:#5f6c7f}.plugin-rating .tankyou-msg-container textarea:focus,.plugin-rating .feedback-submit-container textarea:focus{outline-color:#5b4e96;box-shadow:none!important;outline:1px solid #5b4e96}.plugin-rating .tankyou-msg-container .submit-button,.plugin-rating .tankyou-msg-container .rating-button,.plugin-rating .feedback-submit-container .submit-button,.plugin-rating .feedback-submit-container .rating-button{border-radius:4px;border-width:1px;padding:8px;width:100%;border:1px solid #5b4e96;color:#5b4e96;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.plugin-rating .tankyou-msg-container .submit-button svg,.plugin-rating .tankyou-msg-container .rating-button svg,.plugin-rating .feedback-submit-container .submit-button svg,.plugin-rating .feedback-submit-container .rating-button svg{height:18px;width:18px}.plugin-rating .tankyou-msg-container .help-message,.plugin-rating .feedback-submit-container .help-message{font-weight:500;font-size:14px;line-height:12px;letter-spacing:0%;margin-bottom:15px;margin-top:0}.plugin-rating .tankyou-msg-container p.form-description,.plugin-rating .feedback-submit-container p.form-description{font-size:12px}.plugin-rating .tankyou-msg-container span.close-icon,.plugin-rating .feedback-submit-container span.close-icon{position:absolute;top:8px;right:8px}.plugin-rating .tankyou-msg-container span.close-icon svg,.plugin-rating .feedback-submit-container span.close-icon svg{height:12px;width:12px;cursor:pointer}.plugin-rating .tankyou-msg-container span.undo-review,.plugin-rating .feedback-submit-container span.undo-review{color:#5b4e96;font-weight:400;text-decoration:none;cursor:pointer}.plugin-rating p.thank-you-message{font-weight:400;color:#5f6c7f;margin-bottom:15px;font-size:14px}.plugin-rating .chat-button{background-color:#5b4e96;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;font-size:14px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:5px;font-weight:400;width:100%;text-decoration:none}.plugin-rating .chat-button svg{width:18px;height:18px}.plugin-rating .chat-button:hover{background-color:#4b3293}.plugin-rating .upgrade-box{padding:15px;margin-top:20px;border-radius:8px;text-align:left;background:linear-gradient(181.32deg,#fffbf8 1.12%,#fff 98.95%);border:.6px solid #f4efec}.plugin-rating .upgrade-box h5{font-size:14px;margin-top:0;margin-bottom:10px;color:#1d2939;font-weight:600}.plugin-rating .upgrade-box p{font-size:12px;color:#232c39;margin-bottom:12px;font-weight:400}.plugin-rating .upgrade-box .upgrade-link{color:#ec6e00;font-weight:400;text-decoration:none}.plugin-rating .upgrade-box .upgrade-link:hover{text-decoration:underline}.plugin-rating.turn_off_ratting_help{padding:0;margin:0}.plugin-rating.turn_off_ratting_help .upgrade-box{margin:0;border-radius:0}.photos-gallery-grid .ose-google-photos,.photos-gallery-masonary .ose-google-photos,.photos-gallery-justify .ose-google-photos{height:100%!important;max-height:100%!important}.wp-block-embedpress-embedpress iframe{max-width:100%}.wp-block-embedpress-embedpress .components-placeholder.wp-block-embed{min-width:550px;max-width:100%!important}.wp-block-embedpress-embedpress{max-width:100%!important}.ose-the-new-york-times iframe{min-height:500px;max-height:100%}.block-editor-block-list__layout .wp-block figure{margin:0}.block-editor-block-list__layout .wp-block iframe{margin:0}.editor-styles-wrapper .block-editor-block-list__layout.is-root-container>.wp-block-embedpress-embedpress{max-width:1200px!important}.embedpress-event .link{color:#0098ab}.embedpress-event .visibility--a11yHide{border:0;clip:rect(0 0 0 0);position:absolute;overflow:hidden;margin:-1px;padding:0;width:1px;height:1px}.embedpress-event .text--small{font-size:14px;margin:0}.embedpress-event .flex{display:flex;box-sizing:border-box}.embedpress-event .flex--wrap{flex-wrap:wrap}.embedpress-event .flex--row{align-items:center;box-sizing:border-box;display:flex;justify-content:flex-start;flex-direction:row;flex-wrap:nowrap}.embedpress-event .flex--row>.flex-item:first-child{padding-left:0}.embedpress-event .flex-item{flex-basis:0;flex-grow:1;width:auto;min-width:0;box-sizing:border-box}.embedpress-event .flex-item--shrink{flex-basis:auto;-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto}.embedpress-event .text--bold{font-weight:700}.embedpress-event h1,.embedpress-event h2,.embedpress-event h3,.embedpress-event h4,.embedpress-event h5,.embedpress-event h6{font-size:inherit}.embedpress-event .ep-event--title{font-size:32px;font-weight:700}.embedpress-event .ep-event--date{color:#757575;font-weight:400;font-size:16px}.embedpress-event .ep-event--host{margin-top:20px;display:flex;align-items:center;margin-bottom:20px}.embedpress-event img.avatar--person{background-image:none!important;background-repeat:no-repeat;background-position:50%;background-size:cover;border-radius:50%;box-sizing:border-box;vertical-align:middle}.embedpress-event .event-description{margin-top:20px}.embedpress-event .align--center{text-align:center}.embedpress-event .card{background:#fff;background-clip:padding-box;background-size:cover;border:1px solid rgba(46,62,72,.12);border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;min-height:100%;padding:16px 16px 18px;position:relative;white-space:normal}.embedpress-event .card--hasHoverShadow{transition:box-shadow .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1)}.embedpress-event .ep-event-group-link{display:flex;flex-wrap:wrap;align-items:center;background:#fff;border-radius:8px;padding:20px;margin-bottom:20px;border:1px solid rgba(46,62,72,.12)}.embedpress-event .ep-event-group--name{padding-left:20px;font-size:14px;line-height:1.45;margin:0;width:70%;word-break:break-word}.embedpress-event .ep-event-group--image{-o-object-fit:cover;object-fit:cover;width:56px;height:56px;border-radius:4px}.embedpress-event .ep-event-time-location{background:#fff;border-radius:8px;padding:16px 20px 0;border:1px solid rgba(46,62,72,.12)}.embedpress-event .ep-event-time-location .ep-event-datetime{padding-bottom:20px;font-size:15px;line-height:1.5;color:#2e3e48;font-style:normal;margin:0}.embedpress-event .ep-event-time-location .ep-event-location{padding-bottom:20px}.embedpress-event .ep-event-location .wrap--singleLine--truncate{font-size:15px;line-height:1.5;color:#2e3e48;font-style:normal;margin:0}.embedpress-event .ep-event-location address{font-style:normal;margin:0}.embedpress-event .ep-event-location .venueDisplay-venue-address{font-style:normal;color:#757575;margin:0}.embedpress-event .ep-event-location p{line-height:20px}.ep-event--host .avatar-print{border-radius:50%;height:50px;width:50px}.event-info-hosts-text{padding-left:20px;font-size:16px;font-weight:400}.text--sectionTitle{font-size:20px;line-height:28px}.ep-event--attendees{margin-top:50px}.ep-event--attendees>.flex{margin-bottom:20px}.ep-event--attendees .gridList{list-style:none;margin:0 -16px 0 0;padding:0}.ep-event--attendees .gridList-item{width:auto;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;font-size:1rem;margin:0;vertical-align:top;width:50%}.ep-event--attendees .gridList--autoHeight--has4>.gridList-item{flex:0 0 50%;max-width:50%}.ep-event--attendees .groupMember-name{line-height:1.2!important}.ep-event--attendees .avatar--person{margin-bottom:15px;display:inline-block;border-radius:50%}.ep-event--attendees img.avatar-print{border-radius:50%}.ep-event--attendees .groupMember-role{font-size:12px;color:#757575;padding-top:2px;margin:0}.ep-event--attendees .groupMember{min-height:100%;min-width:128px;padding-left:8px;padding-right:8px}.gridList-itemInner{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;padding:0 16px 16px 0}.cbutton-preview-wrapper{text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;background:#fff8f8;height:200px;width:300px;margin:-350px auto auto}h4.cbutton-preview-text{padding-top:0;margin-top:0}@media screen and (max-width: 782px){.block-editor-block-list__layout .wp-block figure{height:250px}.block-editor-block-list__layout .wp-block iframe{height:250px}}@media only screen and (min-width: 530px){.ep-event--attendees .gridList--autoHeight--has4>.gridList-item{flex:0 0 33.333333%;max-width:33.333333%}}@media only screen and (min-width: 640px){.embedpress-event .card{padding:18px 18px 20px}.ep-event--attendees .gridList--autoHeight--has4>.gridList-item{flex:0 0 25%;max-width:25%}}@media only screen and (min-width: 482px){.editor-styles-wrapper .wp-block[data-align=right]>*{max-width:100%!important}.editor-styles-wrapper .wp-block[data-align=left]>*{max-width:100%!important}}[data-theme-mode=dark]{--viewer-primary-color: #343434;--viewer-icons-hover-bgcolor: #453838;--viewer-icons-color: #f2f2f6}[data-theme-mode=light]{--viewer-primary-color: #f2f2f6;--viewer-icons-color: #343434;--viewer-icons-hover-bgcolor: #e5e1e9}@media (prefers-color-scheme: dark){:root{--viewer-primary-color: #343434;--viewer-icons-color: #f2f2f6;--viewer-icons-hover-bgcolor: #453838}}@media (prefers-color-scheme: light){:root{--viewer-primary-color: #f2f2f6;--viewer-icons-color: #343434;--viewer-icons-hover-bgcolor: #e5e1e9}}.ep-file-download-option-masked:after,.ep-external-doc-icons{background:var(--viewer-primary-color)}.ep-external-doc-icons svg path{fill:var(--viewer-icons-color)}.ep-doc-draw-icon svg path{fill:var(--viewer-primary-color);stroke:var(--viewer-icons-color)}.ep-external-doc-icons svg:hover svg path{fill:var(--viewer-icons-color);stroke:var(--viewer-icons-color)}.ep-external-doc-icons svg:hover{background-color:var(--viewer-icons-hover-bgcolor)}.ep-file-download-option-masked{position:relative}.embed-download-disabled{width:200px;height:22px;background:#444;position:absolute;right:2px;bottom:8px;opacity:0}.cui-toolbar-button-right{display:none!important}.ndfHFb-c4YZDc-Wrql6b{display:none}.ep-external-doc-icons{position:absolute;display:flex;flex-direction:revert;background:var(--viewer-primary-color);border-radius:6px;z-index:2;bottom:-18px;left:50%;transform:translate(-50%,-50%);padding:0 10px}.ep-external-doc-icons svg{width:30px;height:30px;cursor:pointer;transition:.3s;padding:5px;border-radius:4px}.block-editor-block-list__block .ep-gutenberg-file-doc .ep-external-doc-icons svg{width:22px;height:22px}.block-editor-block-list__block .ep-gutenberg-file-doc .ep-doc-download-icon svg,.block-editor-block-list__block .ep-gutenberg-file-doc .ep-doc-fullscreen-icon svg{width:20px!important}.ep-doc-minimize-icon svg,.ep-doc-fullscreen-icon svg{padding:6px}.ep-external-doc-icons svg:hover{border-radius:4px}.ep-doc-draw-icon.active svg{background:var(--viewer-icons-hover-bgcolor)}.ep-doc-download-icon,.ep-doc-print-icon,.ep-doc-fullscreen-icon,.ep-doc-popup-icon,.ep-doc-draw-icon,.ep-doc-minimize-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px}.elementor .elementor-element.elementor-element .embedpress-document-embed .fullscreen-enabled iframe,.embedpress-document-embed .fullscreen-enabled iframe{width:100%!important;height:100%!important}.ep-file-download-option-masked.ep-file-link.fullscreen-enabled iframe{margin-left:22%}.ep-file-download-option-masked:after{position:absolute;width:100%;height:30px;background:var(--viewer-primary-color);z-index:1;bottom:0;content:"";left:0}.ep-file-download-option-masked.ep-file-docx:after{bottom:0;background:#fff}.ep-file-download-option-masked.ep-file-docx.ep-powered-by-enabled:after{bottom:0;background:#fff;height:22px}.ep-file-download-option-masked.ep-file-docx.ep-powered-by-enabled.fullscreen-enabled:after{bottom:0}.ep-file-download-option-masked.ep-file-docx .ep-external-doc-icons{right:12px;top:12px;display:flex;flex-direction:column;background:var(--viewer-primary-color);border-radius:6px;bottom:auto;left:auto;transform:translate(0)}canvas.ep-doc-canvas{position:absolute;z-index:1;left:0;bottom:0;right:0;top:0;clear:both;margin:auto;display:none}.embedpress-el-powered{text-align:center;margin-top:0!important;font-size:16px!important;font-weight:700}.wp-block-embedpress-document.aligncenter .embedpress-document-embed{margin:auto}.embedpress-embed-document-pdf{max-width:100%;position:relative}.components-toggle-control .components-base-control__field .components-form-toggle{margin-right:6px}.opensea-control.pro-control span.isPro{right:6px;bottom:5px;transform:scale(.9)}.pro-control.opensea-control input{border-color:#cfc2c2;color:#cfc2c2;border-radius:5px}.pro-control .components-base-control{pointer-events:none}.pro-control .sponsored-manager-controllers{opacity:.5}.sponsored-manager-controllers.opacity,.pro-control.ep-custom-logo-button button{opacity:.3}.ads-help{margin-top:30px}button.components-flex.components-color-palette__custom-color{height:20px}.components-color-palette__custom-color-value{display:none!important}.components-circular-option-picker .components-circular-option-picker__swatches{justify-content:space-around}.wp-block-embedpress-document.embedpress-document-embed{max-width:100%!important}@media only screen and (max-width: 767px){.wp-block-embedpress-document.embedpress-document-embed{max-height:400px!important}.ep-file-download-option-masked{height:100%}iframe.embedpress-embed-document-pdf{max-height:480px}}.embedpress-calendar-gutenberg{margin:30px auto}.embedpress-calendar-gutenberg iframe,.embedpress-calendar-gutenberg.alignright{max-width:100%}body.page .flexia-wrapper>.content-area{padding:0!important}.flexia-wrapper.flexia-container>.content-area{margin:0!important}.flexia-wrapper.flexia-container>.content-area .embedpress-calendar-gutenberg{margin:0 auto}@media only screen and (min-width: 482px){.entry-content>.embedpress-calendar-gutenberg.alignright,.entry-content>.embedpress-calendar-gutenberg.alignleft,.embedpress-calendar-gutenberg.alignright,.embedpress-calendar-gutenberg.alignleft{max-width:100%}}.wp-block-embedpress-embedpress iframe,.wp-block-embedpress-calendar iframe{max-width:100%}.block-editor-block-list__layout .wp-block figure,.block-editor-block-list__layout .wp-block iframe{margin:0}@media screen and (max-width: 782px){.block-editor-block-list__layout .wp-block figure,.block-editor-block-list__layout .wp-block iframe{height:250px}}.editor-block-list__block[data-align=right]>.editor-block-list__block-edit{float:right}.wp-block[data-align=left],.wp-block[data-align=right]{height:auto!important}@media only screen and (min-width: 482px){.editor-styles-wrapper .wp-block[data-align=right]>*,.editor-styles-wrapper .wp-block[data-align=left]>*{max-width:100%!important}}.editor-styles-wrapper .wp-block[data-align=center]{text-align:center}.editor-styles-wrapper .wp-block:after{content:"";display:block;clear:both;min-height:1px}.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.pdfobject-container{height:600px;width:600px;margin:0 auto}.embedpress-el-powered{text-align:center;margin-top:10px!important;font-size:16px!important;font-weight:700}.embedpress-embed-document iframe,[data-type="embedpress/document"] iframe{margin:0 auto;display:block}.embedpress-embed-document{max-width:100%}.embedpress-document-editmode .components-form-file-upload{display:none!important}.pro-control{position:relative;margin-bottom:20px}span.isPro{position:absolute;z-index:1;background:#5b4e96;border-radius:20px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:40px;height:18px;font-size:10px;right:5px;color:#fff;font-weight:400;text-transform:uppercase;bottom:0;top:0}.pro-control:after{content:"";width:100%;height:100%;background:transparent;position:absolute;z-index:12;top:0;bottom:0;left:0}.theme-astra span.isPro{right:10px;bottom:5px}.pro-control:hover:after{cursor:pointer}.pro__alert__wrap{position:fixed;top:0;left:0;height:100%;width:100%;background:#0000004d;z-index:1;display:none}.pro__alert__wrap .pro__alert__card{width:calc(100% - 30px);max-width:500px;margin:7% auto 0;background:#fff;border-radius:20px;padding:30px;display:flex;flex-direction:column;align-items:center;text-align:center}.pro__alert__wrap .pro__alert__card h2{font-size:32px;font-weight:450;color:#131f4d;margin-bottom:15px}.pro__alert__wrap .pro__alert__card p{font-size:14px;font-weight:400;color:#7c8db5;margin-top:10px}.pro__alert__wrap .pro__alert__card .button{-ms-flex-item-align:end;align-self:flex-end;margin-top:20px;padding:6px 30px;border-radius:10px}.pro__alert__wrap .pro__alert__card p a{text-decoration:underline;font-weight:700;color:#131f4d}.template__wrapper .button:hover{background:#5b4e96!important;color:#fff!important;border-color:#5b4e96!important}.pro__alert__wrap .pro__alert__card img{height:100px;margin-bottom:20px}.pro-control .components-toggle-control__label{color:#bbacac}.pro-control .components-form-toggle .components-form-toggle__track{border:1px solid #b89d9d}.pro-control .components-form-toggle .components-form-toggle__thumb{background-color:#b89d9d;border:5px solid #b89d9d}.ep-gutenberg-controls-wrapper .components-base-control{margin-top:15px;margin-bottom:30px}.ep-gutenberg-controls-wrapper .remove-last-child-margin .components-base-control:last-child{margin-bottom:30px}.embedpress-documents-control .components-base-control{margin-top:0!important}.pro-control-active{margin-bottom:24px}.disabled-content-protection .pro-control-active,.disabled-content-protection .pro-control{margin-bottom:0}.disabled-content-protection .pro-control-active .components-toggle-control,.disabled-content-protection .pro-control .components-toggle-control{margin-bottom:10px}.lock-content-pass-input{position:relative}.ep-alignleft{text-align:left}.ep-alignright{text-align:right}.ep-aligncenter{text-align:center}.embedpress-document-embed.embedpress-pdf{width:100%}.embedpress-document-embed{position:relative}.embedpress-inner-iframe{text-align:center;position:relative}.ep-fixed-width .embedpress-inner-iframe{display:inline-block}.embedpress-inner-iframe.ep-alignright{text-align:right}.embedpress-inner-iframe.ep-aligncenter{text-align:center}.embedpress-inner-iframe.ep-alignleft{text-align:left}.ep__components-placeholder,.wp-block-embedpress-embedpress{clear:both!important}.ep-pdf-width-contol{position:relative}.ep-unit-choice-option{margin:0!important;position:absolute;top:5px;right:0}.ep-unit-choice-option .components-base-control{margin-bottom:0!important}.ep-unit-choice-option .components-base-control__field .components-flex,.ep-unit-choice-option .components-flex{flex-direction:row!important;justify-content:end;gap:10px;padding:4px 5px;border-radius:4px}.ep-unit-choice-option .components-radio-control__option{position:relative}.ep-unit-choice-option .components-radio-control__option label{position:absolute;top:50%;transform:translate(-50%,-50%);font-size:10px;left:-18px}.ep-unit-choice-option .components-radio-control__input{margin:0;border:none;width:20px!important;height:20px!important;max-width:20px!important;max-height:20px!important}.ep-unit-choice-option .components-radio-control__input[type=radio]:checked:before{background-color:var(--wp-admin-theme-color);border:4px solid var(--wp-admin-theme-color)}.ep-unit-choice-option .components-radio-control__input[type=radio]:checked+label{color:#fff}.ep-pdf-width-contol .ep-control-header{font-size:11px}.emebedpress-unit-percent iframe{width:100%!important}.components-panel__body .components-base-control__field{padding:0}@media only screen and (max-width: 850px){.embedpress-inner-iframe.emebedpress-unit-percent{width:100%!important}}.presentationModeEnabledIosDevice{position:fixed;left:0;top:0;border:0;height:100%!important;width:100%!important;z-index:999999;min-width:100%!important;min-height:100%!important}.components-edit-button{border-right:1px solid #1e1e1e;border-radius:0}.embedpress-document-editmode .components-placeholder__instructions:after{content:"\aSupported File Type: PDF, DOC, PPT, XLS etc ";white-space:pre}.wp-block-embedpress-embedpress-pdf+*{clear:both}.embedpress-document-editmode .components-placeholder__instructions:after{display:none!important}:root{--ep-primary: #007cba;--ep-primary-hover: #005a87;--ep-primary-light: #e6f3ff;--ep-secondary: #50575e;--ep-secondary-hover: #3c434a;--ep-secondary-light: #f6f7f7;--ep-success: #00a32a;--ep-success-light: #e6f7e6;--ep-warning: #dba617;--ep-warning-light: #fff8e5;--ep-error: #d63638;--ep-error-light: #ffeaea;--ep-info: #72aee6;--ep-info-light: #e5f5ff;--ep-white: #ffffff;--ep-gray-50: #f9fafb;--ep-gray-100: #f3f4f6;--ep-gray-200: #e5e7eb;--ep-gray-300: #d1d5db;--ep-gray-400: #9ca3af;--ep-gray-500: #6b7280;--ep-gray-600: #4b5563;--ep-gray-700: #374151;--ep-gray-800: #1f2937;--ep-gray-900: #111827;--ep-black: #000000;--ep-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--ep-font-family-mono: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;--ep-text-xs: .75rem;--ep-text-sm: .875rem;--ep-text-base: 1rem;--ep-text-lg: 1.125rem;--ep-text-xl: 1.25rem;--ep-text-2xl: 1.5rem;--ep-text-3xl: 1.875rem;--ep-text-4xl: 2.25rem;--ep-font-light: 300;--ep-font-normal: 400;--ep-font-medium: 500;--ep-font-semibold: 600;--ep-font-bold: 700;--ep-leading-tight: 1.25;--ep-leading-normal: 1.5;--ep-leading-relaxed: 1.75;--ep-space-1: .25rem;--ep-space-2: .5rem;--ep-space-3: .75rem;--ep-space-4: 1rem;--ep-space-5: 1.25rem;--ep-space-6: 1.5rem;--ep-space-8: 2rem;--ep-space-10: 2.5rem;--ep-space-12: 3rem;--ep-space-16: 4rem;--ep-space-20: 5rem;--ep-radius-sm: .125rem;--ep-radius: .25rem;--ep-radius-md: .375rem;--ep-radius-lg: .5rem;--ep-radius-xl: .75rem;--ep-radius-2xl: 1rem;--ep-radius-full: 9999px;--ep-shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--ep-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--ep-shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--ep-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--ep-shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--ep-transition-fast: .15s ease-in-out;--ep-transition-normal: .3s ease-in-out;--ep-transition-slow: .5s ease-in-out;--ep-z-dropdown: 1000;--ep-z-sticky: 1020;--ep-z-fixed: 1030;--ep-z-modal-backdrop: 1040;--ep-z-modal: 1050;--ep-z-popover: 1060;--ep-z-tooltip: 1070;--ep-z-toast: 1080;--ep-breakpoint-sm: 640px;--ep-breakpoint-md: 768px;--ep-breakpoint-lg: 1024px;--ep-breakpoint-xl: 1280px;--ep-breakpoint-2xl: 1536px}