@charset "UTF-8";
@charset "UTF-8";
.hfe-counter-wrapper {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 10px;
} .hfe-counter-wrapper[style*="flex-direction: column"] {
align-items: center; justify-content: center; }
.hfe-counter-wrapper[style*="flex-direction: row"] {
justify-content: center; align-items: center; }
.hfe-counter-content {
display: flex;
align-items: center;
justify-content: center;
}
.hfe-counter-number {
font-weight: bold;
font-size: 48px;
line-height: 1;
}
.hfe-counter-title {
font-size: 18px;
line-height: 1.2;
margin: 0;
}
.hfe-counter-prefix,
.hfe-counter-suffix {
font-size: inherit;
line-height: inherit;
} .hfe-counter-title {
margin: 0;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
} .hfe-counter-content {
flex-shrink: 0;
} .hfe-counter-wrapper[style*="flex-direction: row"] .hfe-counter-title,
.hfe-counter-wrapper[style*="flex-direction: row"] .hfe-counter-content {
flex: 1;
min-width: 0;
}
.hfe-counter-wrapper[style*="flex-direction: row-reverse"] .hfe-counter-title,
.hfe-counter-wrapper[style*="flex-direction: row-reverse"] .hfe-counter-content {
flex: 1;
min-width: 0;
} .hfe-counter-wrapper:not([style*="column"]) .hfe-counter-title,
.hfe-counter-wrapper:not([style*="column"]) .hfe-counter-content {
flex: 1;
min-width: 0;
} .hfe-counter-content {
display: flex !important;
align-items: center;
justify-content: center;
} @media (max-width: 1024px) {
.elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-title,
.elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-content {
flex: 1;
min-width: 0;
}
}
@media (max-width: 767px) {
.elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-title,
.elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-content {
flex: 1;
min-width: 0;
}
} @media (max-width: 767px) {
.hfe-counter-number {
font-size: 36px;
}
.hfe-counter-title {
font-size: 16px;
}
} ul.hfe-nav-menu,
.hfe-nav-menu li,
.hfe-nav-menu ul {
list-style: none !important;
margin: 0;
padding: 0;
}
.hfe-nav-menu li.menu-item {
position: relative;
}
.hfe-flyout-container .hfe-nav-menu li.menu-item {
position: relative;
background: unset;
}
.hfe-nav-menu .sub-menu li.menu-item {
position: relative;
background: inherit;
}
.hfe-nav-menu__theme-icon-yes button.sub-menu-toggle {
display: none;
}
div.hfe-nav-menu,
.elementor-widget-hfe-nav-menu .elementor-widget-container{
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.hfe-nav-menu .parent-has-no-child .hfe-menu-toggle {
display: none;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu,
.hfe-submenu-action-hover .hfe-layout-vertical .hfe-nav-menu .sub-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 16;
visibility: hidden;
opacity: 0;
text-align: left;
-webkit-transition: all 300ms ease-in;
transition: all 300ms ease-in;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:focus > .sub-menu {
visibility: visible;
opacity: 1;
}
.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:focus > .sub-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu .menu-item-has-children .sub-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 9999;
visibility: hidden;
opacity: 0;
}
.hfe-flyout-container .hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 100%;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children.focus > .sub-menu {
visibility: visible;
opacity: 1;
-webkit-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
.hfe-nav-menu:before,
.hfe-nav-menu:after {
content: '';
display: table;
clear: both;
} .hfe-nav-menu__align-right .hfe-nav-menu {
margin-left: auto;
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
justify-content: flex-end; }
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
justify-content: flex-end; }
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
text-align: right;
}
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
text-align: left;
}
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
text-align: center;
}
.hfe-nav-menu__align-left .hfe-nav-menu {
margin-right: auto;
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
justify-content: flex-start; }
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
justify-content: flex-start; }
.hfe-nav-menu__align-center .hfe-nav-menu {
margin-left: auto;
margin-right: auto;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center; }
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center; }
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; 
}
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
width: 100%; 
}
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.menu-item {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
flex-grow: 1; }
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item {
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center; } .hfe-active-menu + nav li:not(:last-child) a.hfe-menu-item,
.hfe-active-menu + nav li:not(:last-child) a.hfe-sub-menu-item {
border-bottom-width: 0;
} .hfe-nav-menu a.hfe-menu-item,
.hfe-nav-menu a.hfe-sub-menu-item {
line-height: 1;
text-decoration: none;
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.hfe-nav-menu a.hfe-menu-item:hover,
.hfe-nav-menu a.hfe-sub-menu-item:hover {
text-decoration: none;
}
.hfe-nav-menu .sub-menu {
min-width: 220px;
margin: 0;
z-index: 9999;
}
.hfe-nav-menu__layout-horizontal {
font-size: 0;
}
.hfe-nav-menu__layout-horizontal li.menu-item,
.hfe-nav-menu__layout-horizontal > li.menu-item {
font-size: medium;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu{
-webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
} .hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-arrow i:before {
content: '+'; 
}
.hfe-submenu-icon-none .hfe-nav-menu .parent-has-child .sub-arrow {
display: none; 
}
.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before,.hfe-link-redirect-self_link.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before, .hfe-link-redirect-self_link.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
content: '-'; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before, .hfe-link-redirect-self_link.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
content: ''; 
}
.rtl .hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
}
.rtl .hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
}
.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: ''; 
} .hfe-nav-menu-icon {
padding: 0.35em;
border: 0 solid;
}
.hfe-nav-menu-icon svg {
width: 25px;
height: 25px;
line-height: 25px;
font-size: 25px;
}
.hfe-nav-menu-icon i:focus {
outline: 0;
}
.hfe-has-submenu-container a.hfe-menu-item:focus,
.hfe-has-submenu-container a.hfe-sub-menu-item:focus {
outline: 0;
} .hfe-nav-menu .menu-item-has-children:focus,
.hfe-nav-menu .menu-item-has-children .sub-menu:focus,
.hfe-nav-menu .menu-item-has-children-container:focus {
outline: 0;
}
.hfe-nav-menu .menu-item-has-children-container {
position: relative;
}
.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-flyout-wrapper .sub-menu {
position: relative;
height: 0;
}
.hfe-nav-menu__submenu-arrow .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-plus .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-classic .hfe-menu-toggle:before {
font-family: 'Font Awesome 5 Free';
z-index: 1;
font-size: inherit;
font-weight: inherit;
line-height: 0;
}
.hfe-menu-item-center .hfe-nav-menu li a.hfe-menu-item,
.hfe-menu-item-center .hfe-nav-menu li a.hfe-sub-menu-item {
margin-right: 0px;
}
.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-sub-menu-item {
margin-right: 0px;
}
.hfe-nav-menu__toggle-icon:before {
content: '\f0c9';
font-family: 'fontAwesome';
z-index: 1;
font-size: 24px;
font-weight: inherit;
font-style: normal;
line-height: 0;
}
.hfe-active-menu .hfe-nav-menu__toggle-icon:before {
content: '\f00d';
}
.hfe-nav-menu__layout-expandible {
-webkit-transition-property: display;
transition-property: display;
-webkit-transition-duration: .5s;
transition-duration: .5s;
-webkit-transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
}
.hfe-nav-menu__layout-expandible {
visibility: hidden;
opacity: 0; 
}
.hfe-nav-menu__layout-expandible .sub-menu {
visibility: hidden;
opacity: 0; 
}
.hfe-active-menu + .hfe-nav-menu__layout-expandible {
visibility: visible;
opacity: 1; 
height: auto;
}
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-expandible,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
position: absolute;
top: 100%;
}
.hfe-nav-menu__layout-expandible .menu-item-has-children .menu-item-has-children .sub-menu,
.hfe-nav-menu__layout-vertical .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-layout-expandible nav {
height: 0;
}
.hfe-nav-sub-menu-icon, .hfe-nav-menu__icon {
display: inline-block;
line-height: 1;
}
.hfe-nav-menu__toggle {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
font-size: 22px;
cursor: pointer;
border: 0 solid;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #494c4f;
position: relative;
line-height: 1;
}
.hfe-nav-menu__toggle-icon {
display: inline-block;
font-size: inherit;
font-weight: normal;
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.hfe-nav-menu .sub-arrow {
font-size: 14px;
line-height: 1;
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
cursor: pointer;
margin-top: -10px;
margin-bottom: -10px;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
margin-left: 10px;
}
.hfe-nav-menu__layout-vertical .hfe-nav-menu .sub-arrow,
.hfe-layout-expandible .sub-arrow,
.hfe-flyout-wrapper .sub-arrow
{
padding: 10px;
}
.hfe-nav-menu .child-item,
.hfe-nav-menu__layout-vertical .hfe-nav-menu .child-item {
font-size: 14px;
line-height: 1;
padding: 10px 0 10px 10px;
margin-top: -10px;
margin-bottom: -10px;
position: absolute;
right: 0;
margin-right: 20px;
}
.hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-layout-vertical .hfe-nav-menu__toggle {
visibility: hidden;
opacity: 0;
display: none;
}
.hfe-nav-menu-icon {
display: inline-block;
line-height: 1;
text-align: center;
}
.hfe-nav-menu__layout-expandible .saved-content,
.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-expandible .child,
.hfe-nav-menu__layout-vertical .saved-content,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-nav-menu__layout-vertical .child,
.hfe-flyout-container .saved-content,
.hfe-flyout-container .sub-menu,
.hfe-flyout-container .child {
left: 0 !important;
width: 100% !important; 
}
.hfe-flyout-container .hfe-nav-menu .sub-menu {
background: unset;
}
.hfe-nav-menu__layout-vertical .hfe-menu-toggle:hover,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle:hover,
.hfe-flyout-wrapper .hfe-menu-toggle:hover {
border:1px dotted;
}
.hfe-nav-menu__layout-vertical .hfe-menu-toggle,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle,
.hfe-flyout-wrapper .hfe-menu-toggle {
border:1px dotted transparent;
} .hfe-nav-menu .menu-item a:before,
.hfe-nav-menu .menu-item a:after {
display: block;
position: absolute;
-webkit-transition: 0.3s;
transition: 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1); }
.hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
opacity: 0; }
.hfe-nav-menu .menu-item a.hfe-menu-item:hover:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:hover:after,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:after,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:before,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:after,
.hfe-nav-menu .current-menu-item:before,
.hfe-nav-menu .current-menu-item:after {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
} .hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:after {
height: 3px;
width: 100%;
left: 0;
background-color: #55595c;
z-index: 2;
}
.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
height: 0;
width: 0;
left: 50%;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: 10px;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
bottom: 10px;
}
.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: -10px;
}
.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
bottom: -10px;
}
.hfe-pointer__double-line.hfe-animation__none, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item, .hfe-pointer__underline.hfe-animation__none, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item, .hfe-pointer__overline.hfe-animation__none, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__double-line.hfe-animation__none:before, .hfe-pointer__double-line.hfe-animation__none:after, .hfe-pointer__double-line.hfe-animation__none:hover, .hfe-pointer__double-line.hfe-animation__none:focus, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__underline.hfe-animation__none:before, .hfe-pointer__underline.hfe-animation__none:after, .hfe-pointer__underline.hfe-animation__none:hover, .hfe-pointer__underline.hfe-animation__none:focus, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__overline.hfe-animation__none:before, .hfe-pointer__overline.hfe-animation__none:after, .hfe-pointer__overline.hfe-animation__none:hover, .hfe-pointer__overline.hfe-animation__none:focus, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before {
content: '';
top: 0;
}
.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
width: 10px;
left: -20px;
}
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after {
content: '';
bottom: 0;
}
.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
width: 10px;
left: -webkit-calc( 100% + 20px);
left: calc( 100% + 20px);
} .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:after {
background: transparent;
left: 0;
top: 0;
bottom: 0;
right: 0;
border: 3px solid #55595c;
}
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before {
content: '';
}
.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
-webkit-transform: scale(0.75);
-ms-transform: scale(0.75);
transform: scale(0.75);
}
.hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
-webkit-transform: scale(1.25);
-ms-transform: scale(1.25);
transform: scale(1.25);
}
.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:before {
-webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
transition: opacity 0.2s, -webkit-transform 0.4s;
transition: opacity 0.2s, transform 0.4s;
transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
width: 3px;
height: 3px;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before {
border-width: 0 0 3px 3px;
-webkit-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
content: '';
top: initial;
bottom: 0;
left: initial;
right: 0;
border-width: 3px 3px 0 0;
-webkit-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:before, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
width: 100%;
height: 100%;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:before {
-webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
}
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
-webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
width: 3px;
height: 3px;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before {
border-width: 3px 0 0 3px;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
content: '';
top: initial;
bottom: 0;
left: initial;
right: 0;
border-width: 0 3px 3px 0;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__corners .current-menu-item:before, .hfe-pointer__framed.hfe-animation__corners .current-menu-item:after {
width: 100%;
height: 100%;
-webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
transition: opacity 0.002s, width 0.4s, height 0.4s;
}
.hfe-pointer__framed.hfe-animation__none, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__framed.hfe-animation__none:before, .hfe-pointer__framed.hfe-animation__none:after, .hfe-pointer__framed.hfe-animation__none:hover, .hfe-pointer__framed.hfe-animation__none:focus, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
} .hfe-pointer__background .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__background .menu-item.parent a.hfe-menu-item:after {
content: '';
-webkit-transition: 0.3s;
transition: 0.3s;
}
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #55595c;
z-index: -1;
}
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__background .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__background .menu-item.parent a.hfe-menu-item.highlighted, .hfe-pointer__background .current-menu-item {
color: #fff;
}
.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
}
.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__grow .current-menu-item:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition: 0.3s;
transition: 0.3s;
}
.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shrink .current-menu-item:before {
-webkit-transition: opacity 0.15s, -webkit-transform 0.4s;
transition: opacity 0.15s, -webkit-transform 0.4s;
transition: opacity 0.15s, transform 0.4s;
transition: opacity 0.15s, transform 0.4s, -webkit-transform 0.4s;
}
.hfe-pointer__background.hfe-animation__sweep-left .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
left: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-right .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
right: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-up .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-down .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
bottom: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-out-vertical .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
bottom: 50%;
top: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-out-horizontal .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
right: 50%;
left: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #55595c;
z-index: -1;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:before {
top: 0;
bottom: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after {
top: 100%;
bottom: 0;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:before {
bottom: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:after {
top: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:before {
right: 0;
left: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
right: 100%;
left: 0;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:before {
left: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:after {
right: 50%;
}
.hfe-pointer__background.hfe-animation__none, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__background.hfe-animation__none:before, .hfe-pointer__background.hfe-animation__none:after, .hfe-pointer__background.hfe-animation__none:hover, .hfe-pointer__background.hfe-animation__none:focus, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
} .hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: skew(-8deg);
-ms-transform: skew(-8deg);
transform: skew(-8deg);
}
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
.hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px);
}
.hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: translateY(8px);
-ms-transform: translateY(8px);
transform: translateY(8px);
}
.hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: rotate(6deg);
-ms-transform: rotate(6deg);
transform: rotate(6deg);
}
.hfe-pointer__text.hfe-animation__none, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-pointer__text.hfe-animation__none:before, .hfe-pointer__text.hfe-animation__none:after, .hfe-pointer__text.hfe-animation__none:hover, .hfe-pointer__text.hfe-animation__none:focus, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.hfe-flyout-overlay {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 999998;
background: rgba(0,0,0,.6);
cursor: pointer;
-webkit-backface-visibility: hidden;
} .hfe-pointer__underline .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:before {
height: 0px;
}
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:after{
border-width: 0px;
}
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:hover,
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:focus
{
-webkit-transform: none;
transform: none;
}
.hfe-flyout-close,
.hfe-flyout-close svg {
position: absolute;
top: 0;
right: 0;
margin: 5px;
width: 23px;
height: 23px;
line-height: 23px;
font-size: 23px;
display: block;
cursor: pointer;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
top: 0;
bottom: 0;
left: -100%;
right: auto;
height: 100%; width: 300px;
max-width: 100%;
max-width: 100vw;
}
.hfe-flyout-wrapper .hfe-side {
display: none;
position: fixed;
z-index: 999999;
padding: 0;
margin: 0;
-webkit-overflow-scrolling: touch;
-webkit-backface-visibility: hidden;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-show {
display: block;
}
.hfe-flyout-content.push {
color: #ffffff;
}
.hfe-flyout-content ul li {
color: #ffffff;
} .hfe-flyout-wrapper .hfe-side.hfe-flyout-right {
top: 0;
bottom: 0;
left: auto;
right: -100%; height: 100%; width: 300px; max-width: 100%;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
top: 0;
bottom: 0;
left: -100%; right: auto;
height: 100%; width: 300px; max-width: 100%;
max-width: 100vw;
}
.hfe-flyout-wrapper .hfe-side.top {
top: -100%; bottom: auto;
left: 0;
right: 0;
width: 100%;
width: 100vw;
height: 300px; max-height: 100%;
}
.hfe-flyout-wrapper .hfe-side.bottom {
top: auto;
bottom: -100%; left: 0;
right: 0;
width: 100%;
width: 100vw;
height: 300px; max-height: 100%;
} .hfe-flyout-content {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
line-height: 1.4em;
color: #fff;
} @media (max-width:1024px) {
.hfe-flyout-content {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
.hfe-flyout-content::-webkit-scrollbar {
display: none;
}
.admin-bar .hfe-side {
margin-top: 32px;
} .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children > ul.sub-menu {
-webkit-transform: translateY(20%);
-ms-transform: translateY(20%);
transform: translateY(20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.1s;
transition: all 0.1s;
}
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children > ul.sub-menu {  
-webkit-transform: translateY(-20%);
-ms-transform: translateY(-20%);
transform: translateY(-20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.1s;
transition: all 0.1s;
}
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:first-child,
.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:last-child {
overflow: visible !important;
}
.elementor-widget-navigation-menu:not(.hfe-nav-menu__align-justify):not(.hfe-menu-item-space-between) a.hfe-menu-item.elementor-button {
display: inline-flex;
} 
.hfe-nav-menu li.hfe-button-wrapper {
align-self: center;
} @media only screen and ( max-width: 1024px ) {
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal li,
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu{
width: 100%;
margin-right:0px;
}
.hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle {
display: block;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: visible;
opacity: 1;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
visibility: hidden;
opacity: 0;
height: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-vertical {
visibility: visible;
opacity: 1;
height: auto;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
position: relative;
}
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
position: absolute;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle
{
visibility: visible;
opacity: 1;
display: block;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
float: none;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
visibility: hidden;
opacity: 0;
-webkit-transition: none;
transition: none;
}
.hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle:hover {
border:1px dotted;
}
.hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle {
border:1px dotted transparent;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
position: relative;
height: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
position: relative;
height: 0;
top: 0;
}
.hfe-nav-menu__breakpoint-tablet .saved-content,
.hfe-nav-menu__breakpoint-tablet .sub-menu,
.hfe-nav-menu__breakpoint-tablet .child {
left: 0 !important;
width:auto !important;  
}
.hfe-nav-menu .sub-menu {
min-width: auto;
margin: 0;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
padding: 10px;
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: '-'; 
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu .sub-menu{
-webkit-box-shadow: none;
box-shadow: none;
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''
} .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
-webkit-transform: none;
-ms-transform: none;
transform: none;
} .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
background-color: unset!important; 
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{
border: 0px!important;
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:focus{
-webkit-transform: none!important;
-ms-transform: none!important;
transform: none!important;
}
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item,
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.hfe-button-wrapper {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; 
}
} @media only screen and ( max-width: 767px ) {
.hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item 
.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.hfe-button-wrapper { 
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: visible;
opacity: 1;
display: block;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal li.menu-item,
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu {
width: 100%
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle {
display: inline-block;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
position: relative;
height: 0;
top: 0;
}
.hfe-nav-menu .sub-menu {
min-width: auto;
margin: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
visibility: hidden;
opacity: 0;
-webkit-transition: none;
transition: none;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
float: none;
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle.hfe-active-menu {
display: block;
}
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-vertical {
visibility: hidden;
opacity: 0;
height: 0;  
}
.hfe-nav-menu__breakpoint-mobile .hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-nav-menu__breakpoint-mobile .hfe-layout-vertical .hfe-nav-menu__toggle
{
visibility: visible;
opacity: 1;
display: block;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal {
visibility: hidden;
opacity: 0;
height: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
float: none;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: hidden;
opacity: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
visibility: visible;
opacity: 1;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
visibility: hidden;
opacity: 0;
height: 0;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-vertical {
visibility: visible;
opacity: 1;
height: auto;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
position: relative;
}
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
position: absolute;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: '-'; 
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''; 
}
.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
content: ''
}
.hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle:hover{
border:1px dotted;
}
.hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle{
border:1px dotted transparent;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu .sub-menu{
-webkit-box-shadow: none;
box-shadow: none;
} .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-1 .hfe-nav-menu {
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
padding: 10px;
}
.hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-1 .hfe-nav-menu {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-2 .hfe-nav-menu {
-webkit-transform: translateX(20%);
-ms-transform: translateX(20%);
transform: translateX(20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-2 .hfe-nav-menu {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-3 .hfe-nav-menu {
-webkit-transform: translateY(20%);
-ms-transform: translateY(20%);
transform: translateY(20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-3 .hfe-nav-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hfe-nav-menu__breakpoint-mobile .saved-content,
.hfe-nav-menu__breakpoint-mobile .sub-menu,
.hfe-nav-menu__breakpoint-mobile .child,
.hfe-nav-menu__breakpoint-tablet .saved-content,
.hfe-nav-menu__breakpoint-tablet .sub-menu,
.hfe-nav-menu__breakpoint-tablet .child{
left: 0 !important;
width: auto !important; 
}
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}   
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
background-color: unset!important; 
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{
border: 0px!important;
}
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:focus,
.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus {
-webkit-transform: none!important;
-ms-transform: none!important;
transform: none!important;
}
}
.hfe-toggle-no .hfe-layout-expandible .hfe-nav-menu__toggle {
display: none;
} .hfe-icon {
display: inline-block;
vertical-align: middle; } .hfe-icon svg {
width: 1em;
height: 1em;
} .hfe-cart-menu-wrap-custom {
display: inline-block;
line-height: 1;
}
.hfe-cart-menu-wrap-custom .hfe-cart-count, 
.hfe-cart-menu-wrap-custom .hfe-cart-count:after {
border-color: #75c32c;
color: #75c32c;
}
.hfe-cart-menu-wrap-custom .hfe-cart-count {
font-weight: bold;
position: relative;
display: inline-block;
vertical-align: middle;
text-align: center;
min-width: 2.1em;
min-height: 2.1em;
font-size: 0.860em;
line-height: 1.8;
border-radius: 0.3em 0.3em 0.3em 0.3em;
border-width: 2px;
border-style: solid;
padding: 12px 24px;
} .hfe-cart-menu-wrap-default {
display: inline-block;
line-height: 1;
}
.hfe-cart-menu-wrap-default .hfe-cart-count, 
.hfe-cart-menu-wrap-default .hfe-cart-count:after {
border-color: #75c32c;
color: #75c32c;
}
.hfe-cart-menu-wrap-default .hfe-cart-count {
font-weight: bold;
position: relative;
display: inline-block;
vertical-align: middle;
text-align: center;
min-width: 2.1em;
min-height: 2.1em;
font-size: 0.860em;
line-height: 1.8;
border-radius: 0em 0em 0.3em 0.3em;
border-width: 2px;
border-style: solid;
padding: 0 .4em;
}
.hfe-cart-menu-wrap-default .hfe-cart-count:after {
bottom: 100%;
margin-bottom: 0;
height: .8em;
width: .8em;
left: 50%;
transform: translateX(-50%);
top: -.6em;
content: ' ';
position: absolute;
pointer-events: none;
border-width: 2px;
border-style: solid;
border-top-left-radius: 10em;
border-top-right-radius: 10em;
border-bottom: 0;
}
.elementor-widget-hfe-cart:not(.hfe-menu-cart--show-subtotal-yes) .hfe-menu-cart__toggle .elementor-button-text {
display: none; 
}
.elementor-widget-hfe-cart.toggle-icon--bag-light .hfe-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e3'; 
}
.elementor-widget-hfe-cart.toggle-icon--bag-medium .hfe-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e4'; 
}
.elementor-widget-hfe-cart.toggle-icon--bag-solid .hfe-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e5'; 
}
.hfe-menu-cart__toggle .elementor-button {
background: transparent;
border-radius: 0;
color: #818a91;
border: 1px solid;
border-color: inherit;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; 
}
.hfe-menu-cart__toggle .elementor-button-text {
margin-right: 0.3em; 
}
.hfe-menu-cart__toggle .elementor-button-icon {
position: relative;
-webkit-transition: color 0.1s;
-o-transition: color 0.1s;
transition: color 0.1s; 
}
.hfe-menu-cart--items-indicator-bubble .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
content: attr(data-counter);
display: block;
position: absolute;
min-width: 1.6em;
height: 1.6em;
line-height: 1.5em;
top: -0.7em;
right: -0.7em;
border-radius: 100%;
color: #fff;
background-color: #d9534f;
text-align: center;
font-size: 10px; 
}
.hfe-menu-cart--items-indicator-plain .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
content: attr(data-counter);
display: inline-block;
font-weight: normal; 
}
.hfe-menu-cart--empty-indicator-hide .hfe-menu-cart__toggle .elementor-button .elementor-button-icon[data-counter="0"]:before {
content: none;
display: none; 
}
.hfe-menu-cart__toggle .elementor-button-icon {
-webkit-box-ordinal-group: 16;
-webkit-order: 15;
-ms-flex-order: 15;
order: 15;
}
.hfe-menu-cart__toggle.hfe-button-wrapper .elementor-button {
color:#4d4848;
} .hfe-search-button-wrapper {
display: block;
cursor: pointer;
vertical-align: middle;
text-align: right;
}
.hfe-search-form__container {
display: flex;
overflow: hidden;
}
.hfe-search-form__input {
flex-basis: 100%;
}
.hfe-search-icon-toggle i.fa-search {
display: inline-block;
position: absolute;
width: 20px;
box-sizing: content-box;
padding: 10px;
}
.hfe-search-icon-toggle i:before {
vertical-align: middle;
} .hfe-search-button-wrapper input[type=search] {
border: 0;
padding: 10px;
cursor: pointer;
border-radius: 0;
transition: all .5s;
box-sizing: border-box;
outline: none;
}
.hfe-search-button-wrapper button {
border: none;
border-radius: 0;
padding: 0;
}
.hfe-search-button-wrapper input[type=search]:focus {
cursor: auto;
border: none;
box-shadow: none;
}
.hfe-search-icon-toggle input:-moz-placeholder,
.hfe-search-icon-toggle input::-webkit-input-placeholder {
color: transparent;
}
.hfe-search-layout-icon .hfe-search-icon-toggle .hfe-search-form__input {
background-color: unset;
height: 100%;
}
.hfe-search-button-wrapper.hfe-input-focus {
display: flex;
}
.hfe-search-form__container .hfe-search-submit {
min-width: 3%;
position:relative;
}
.hfe-search-form__container button#clear,
.hfe-search-icon-toggle button#clear {
visibility: hidden;
position: absolute;
right:0; 
top:0;
padding: 0 8px;
font-style: normal;
user-select: none;
cursor: pointer;
bottom:0;
margin-right:10px;
background-color: transparent;
}
.hfe-search-button-wrapper input[type="search"]::-webkit-search-decoration,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-cancel-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-decoration { 
display: none; 
}
.hfe-search-form__container button#clear-with-button{
visibility: hidden;
position: absolute;
top: 0;
padding: 0 8px;
font-style: normal;
font-size: 1.2em;
user-select: none;
cursor: pointer;
bottom:0;
background-color: transparent;
}
.hfe-search-button-wrapper, 
.hfe-search-form__container,
.hfe-search-icon-toggle,
.hfe-search-button-wrapper .hfe-search-icon-toggle i,
.hfe-search-button-wrapper .hfe-search-icon-toggle i:before {
position: relative;
}
.hfe-search-button-wrapper .hfe-search-icon-toggle .hfe-search-form__input {
position: absolute;
width: 0;
right: 0;
background-color: transparent;
}
.hfe-search-icon-toggle {
width: 100%!important;
}
.hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle .hfe-search-form__input{
position: absolute;
width: 250px;
right: 0;
}
.hfe-search-layout-text .hfe-search-form__container,
.hfe-search-layout-icon_text .hfe-search-form__container,
.hfe-search-layout-text .hfe-search-form__container .hfe-search-form__input,
.hfe-search-layout-icon_text .hfe-search-form__container .hfe-search-form__input {
width: 100%;
}
.hfe-search-icon-toggle {
line-height: 1.5;
} .hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before  {
width: 100%;
left: 0;
opacity:1;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
bottom: 0px;
opacity:1;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: 0px;
opacity: 1;
}
.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
height: 3px;
width: 100%;
left: 0;
opacity: 1;
}
.hfe-pointer__framed.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__framed.hfe-animation__shrink .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.hfe-pointer__framed.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:before, .hfe-pointer__underline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
opacity:1;
}
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
border-width:3px;
width:100%;
opacity:1;
height:100%;
} .hfe-scroll-to-top-wrap.hfe-scroll-to-top-hide {
display: none;
}
.hfe-scroll-to-top-wrap.edit-mode,
.hfe-scroll-to-top-wrap.single-page-off {
display: none !important;
}
.hfe-scroll-to-top-button {
position:fixed;
right:15px;
bottom:15px;
z-index:9999;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-webkit-align-items:center;
align-items:center;
-ms-flex-align:center;
-webkit-box-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
justify-content:center;
width:50px;
height:50px;
border-radius:50px;
background-color:#000000;
color:#fff;
text-align:center;
opacity:1;
cursor:pointer;
-webkit-transition:all .3s;
transition:all .3s;
}
.hfe-scroll-to-top-button i {
color:#fff;
font-size:16px;
} ul.hfe-breadcrumbs {
display:block;
margin:0;
padding:0;
list-style:none
}
ul.hfe-breadcrumbs li {
display: inline-block;
margin-right: 10px;
vertical-align: middle;
}
ul.hfe-breadcrumbs li:last-child {
margin:0;
}
ul.hfe-breadcrumbs li a,
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-separator-icon,
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text{
display:block;
}
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text{
-webkit-transition:all .4s;
transition:all .4s;
}
span.hfe-breadcrumbs-home-icon{
margin-right:10px;
align-content: center;
}
.hfe-breadcrumbs-first a {
align-content: center;
}
.hfe-breadcrumbs-separator-icon i, 
.hfe-breadcrumbs-separator-icon svg,
.hfe-breadcrumbs-home-icon i,
.hfe-breadcrumbs-home-icon svg {
width: 1em;
height: 1em;
position: relative;
display: block;
}
ul.hfe-breadcrumbs-show-home li.hfe-breadcrumbs-first {
display: inline-flex;
} ul.hfe-post-info-items {
list-style: none;
margin: 0;
padding: 0;
}
ul.hfe-post-info-inline.hfe-post-info-items {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
li.hfe-post-info-item {
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
li.hfe-post-info-item,
li.hfe-post-info-item > a {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
}
.hfe-post-info-inline.hfe-post-info-items .hfe-post-info-item {
margin-right: 8px;
margin-left: 8px;
}
.hfe-post-info-inline .hfe-post-info-item:not(:last-child):after {
position: relative;
right: -8px;
}
.hfe-post-info-inline.hfe-post-info-items {
margin-right: -8px;
margin-left: -8px;
}
.hfe-post-info-icon svg {
display: block;
}
.hfe-post-info-layout-traditional .hfe-post-info-item:not(:last-child):after {
position: absolute;
bottom: 0;
width: 100%;
left: 0;
}
.hfe-post-info-layout-traditional .hfe-post-info-item:not(:last-child) {
position: relative;
} .hfe-icon-wrap .hfe-icon svg {
height: 100%;
width: 100%;
}
body .elementor .hfe-button-wrapper a {
text-decoration: none;
}
.hfe-button-wrapper {
border-radius: 3px;
}
.hfe-reading-progress-bar{
height: 4px;
} .hfe-posts-grid {
display: grid;
}
.hfe-post-image img {
width: 100%;
height: auto;
display: block;
}
.hfe-post-title a {
text-decoration: none;
}
.hfe-post-title {
margin-top: 0px;
}
.hfe-read-more {
text-decoration: none;
}
.hfe-post-meta {
font-size: 12px;
line-height: 1.3em;
}
.hfe-post-title {
font-size: 20px;
}

.premium-lq__glass1.pa-txt-sc__item-container,
.premium-lq__glass1.premium-mega-content-container,
.premium-lq__glass1.premium-menu-link,
.premium-lq__glass1.premium-sub-menu {
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}
.premium-lq__glass1 .countdown-amount,
.premium-lq__glass1 .premium-button,
.premium-lq__glass1 .premium-dual-header-first-span,
.premium-lq__glass1 .wrap-cover .fields-in-cover {
-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.pa-txt-sc__item-container,
.premium-lq__glass2.premium-mega-content-container,
.premium-lq__glass2.premium-menu-link,
.premium-lq__glass2.premium-sub-menu {
-webkit-backdrop-filter: blur(17px);
backdrop-filter: blur(17px);
}
.premium-lq__glass2 .countdown-amount,
.premium-lq__glass2 .premium-button,
.premium-lq__glass2 .premium-dual-header-first-span,
.premium-lq__glass2 .wrap-cover .fields-in-cover {
-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.pa-txt-sc__item-container,
.premium-lq__glass3.premium-mega-content-container,
.premium-lq__glass3.premium-menu-link,
.premium-lq__glass3.premium-sub-menu {
overflow: hidden !important;
isolation: isolate;
-webkit-backdrop-filter: blur(8px) url(#glass-distortion1);
backdrop-filter: blur(8px) url(#glass-distortion1);
}
.premium-lq__glass3 .countdown-amount,
.premium-lq__glass3 .wrap-cover .fields-in-cover {
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.pa-txt-sc__item-container,
.premium-lq__glass4.premium-mega-content-container,
.premium-lq__glass4.premium-menu-link,
.premium-lq__glass4.premium-sub-menu {
overflow: hidden !important;
isolation: isolate;
-webkit-backdrop-filter: blur(10px) url(#glass-distortion2);
backdrop-filter: blur(10px) url(#glass-distortion2);
}
.premium-lq__glass4 .countdown-amount,
.premium-lq__glass4 .wrap-cover .fields-in-cover {
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.pa-txt-sc__item-container,
.premium-lq__glass5.premium-mega-content-container,
.premium-lq__glass5.premium-menu-link,
.premium-lq__glass5.premium-sub-menu {
overflow: hidden !important;
isolation: isolate;
-webkit-backdrop-filter: blur(6px) url(#glass-distortion3);
backdrop-filter: blur(6px) url(#glass-distortion3);
}
.premium-lq__glass5 .countdown-amount,
.premium-lq__glass5 .wrap-cover .fields-in-cover {
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.pa-txt-sc__item-container,
.premium-lq__glass6.premium-mega-content-container,
.premium-lq__glass6.premium-menu-link,
.premium-lq__glass6.premium-sub-menu {
overflow: hidden !important;
isolation: isolate;
-webkit-backdrop-filter: blur(24px) url(#glass-distortion4);
backdrop-filter: blur(24px) url(#glass-distortion4);
}
.premium-lq__glass6 .countdown-amount,
.premium-lq__glass6 .wrap-cover .fields-in-cover {
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: 0 0 15px 0 rgba(255, 255, 255, 0.6) inset !important;
}
.premium-lq__shadow2 {
box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.65) inset !important;
}
.premium-lq__shadow3 {
box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.7) inset !important;
}
.premium-lq__shadow4 {
box-shadow: 0 20px 15px -5px rgba(255, 255, 255, 0.5) inset !important;
}
.premium-lq__shadow5 {
box-shadow: 0 0 30px 1px rgba(255, 255, 255, 0.7) inset !important;
}
.premium-lq__shadow6 {
box-shadow: 0 -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: 0 0;
}
.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: 50ms;
transition-delay: 50ms;
-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.active .premium-banner-ib-content,
.premium-banner-animation1.active .premium-banner-read-more,
.premium-banner-animation1:hover .premium-banner-ib-content,
.premium-banner-animation1:hover .premium-banner-read-more {
opacity: 1;
-webkit-transition-delay: 50ms;
transition-delay: 50ms;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
}
.premium-banner-animation1.active .premium-banner-ib-content,
.premium-banner-animation1.active .premium-banner-ib-title,
.premium-banner-animation1.active .premium-banner-read-more,
.premium-banner-animation1.active img,
.premium-banner-animation1:hover .premium-banner-ib-content,
.premium-banner-animation1:hover .premium-banner-ib-title,
.premium-banner-animation1:hover .premium-banner-read-more,
.premium-banner-animation1:hover img {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition-delay: 50ms;
transition-delay: 50ms;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
}
.premium-banner-animation1.scale img,
.premium-banner-animation1.zoomout 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-animation13.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 {
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-ib-desc::before,
.premium-banner-animation2 .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;
}
.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.active .premium-banner-ib-title,
.premium-banner-animation2:hover .premium-banner-ib-title {
-webkit-transform: translate3d(0, -40px, 0);
transform: translate3d(0, -40px, 0);
}
.premium-banner-animation2.active .premium-banner-ib-desc::before,
.premium-banner-animation2.active .premium-banner-read-more,
.premium-banner-animation2:hover .premium-banner-ib-desc::before,
.premium-banner-animation2:hover .premium-banner-read-more {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.premium-banner-animation2.active .premium-banner-ib-content,
.premium-banner-animation2:hover .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.active .premium-banner-ib-desc::before,
.premium-banner-animation3.active .premium-banner-ib-title,
.premium-banner-animation3:hover .premium-banner-ib-desc::before,
.premium-banner-animation3:hover .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 {
position: relative;
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.scale img,
.premium-banner-animation4.zoomout 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.active .premium-banner-ib-desc::after,
.premium-banner-animation4.active .premium-banner-ib-desc::before,
.premium-banner-animation4:hover .premium-banner-ib-desc::after,
.premium-banner-animation4:hover .premium-banner-ib-desc::before {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.premium-banner-animation4.active .premium-banner-ib-content,
.premium-banner-animation4.active .premium-banner-ib-title,
.premium-banner-animation4.active .premium-banner-read-more,
.premium-banner-animation4:hover .premium-banner-ib-content,
.premium-banner-animation4:hover .premium-banner-ib-title,
.premium-banner-animation4:hover .premium-banner-read-more {
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.active .premium-banner-ib-content,
.premium-banner-animation5.active .premium-banner-ib-content *,
.premium-banner-animation5:hover .premium-banner-ib-content,
.premium-banner-animation5:hover .premium-banner-ib-content * {
opacity: 1 !important;
z-index: 99 !important;
-webkit-backface-visibility: hidden !important;
backface-visibility: hidden !important;
}
.premium-banner-animation5.active .premium-banner-ib-desc,
.premium-banner-animation5.active .premium-banner-ib-title,
.premium-banner-animation5.active .premium-banner-read-more,
.premium-banner-animation5:hover .premium-banner-ib-desc,
.premium-banner-animation5:hover .premium-banner-ib-title,
.premium-banner-animation5:hover .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: 50ms;
transition-delay: 50ms;
}
.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__effect-type1.zoomin:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.premium-banner__effect-type1.zoomout img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.premium-banner__effect-type1.zoomout:hover img {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.premium-banner__effect-type1.scale img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.premium-banner__effect-type1.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__effect-type1.grayscale img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.premium-banner__effect-type1.grayscale:hover img {
-webkit-filter: none;
filter: none;
}
.premium-banner__effect-type1.blur img {
-webkit-filter: blur(3px);
filter: blur(3px);
}
.premium-banner__effect-type1.blur:hover img {
-webkit-filter: none;
filter: none;
}
.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-ib-desc::before,
.premium-banner-animation6 .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;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
.premium-banner-animation6 .premium-banner-read-more {
margin-top: 10px;
}
.premium-banner-animation6.active .premium-banner-ib-title,
.premium-banner-animation6:hover .premium-banner-ib-title {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.premium-banner-animation6.active .premium-banner-ib-content,
.premium-banner-animation6.active .premium-banner-ib-desc::before,
.premium-banner-animation6.active .premium-banner-read-more,
.premium-banner-animation6:hover .premium-banner-ib-content,
.premium-banner-animation6:hover .premium-banner-ib-desc::before,
.premium-banner-animation6:hover .premium-banner-read-more {
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.active .premium-banner-ib-desc::after,
.premium-banner-animation12:hover .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.active .premium-banner-ib-content,
.premium-banner-animation12:hover .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.scale img,
.premium-banner-animation13.zoomout 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__effect-type2.zoomin:hover img {
-webkit-transform: translate3d(0, 0, 0) scale(1.1);
transform: translate3d(0, 0, 0) scale(1.1);
}
.premium-banner__effect-type2.zoomout:hover img {
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1);
}
.premium-banner__effect-type2.scale:hover img {
-webkit-transform: translate3d(0, 0, 0) scale(1.2) rotate(5deg);
transform: translate3d(0, 0, 0) scale(1.2) rotate(5deg);
}
.premium-banner__effect-type2.grayscale img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.premium-banner__effect-type2.grayscale:hover img {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-filter: none;
filter: none;
}
.premium-banner__effect-type2.blur img {
-webkit-filter: blur(3px);
filter: blur(3px);
}
.premium-banner__effect-type2.blur:hover img {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-filter: none;
filter: none;
}
.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.active .premium-banner-ib-title::after,
.premium-banner-animation13:hover .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.active .premium-banner-ib-content,
.premium-banner-animation13.active .premium-banner-read-more,
.premium-banner-animation13:hover .premium-banner-ib-content,
.premium-banner-animation13:hover .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: #fff;
-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.scale img,
.premium-banner-animation7.zoomout 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-content,
.premium-banner-animation7 .premium-banner-ib-title,
.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.active .premium-banner-ib-content,
.premium-banner-animation7.active .premium-banner-ib-title,
.premium-banner-animation7.active .premium-banner-read-more,
.premium-banner-animation7:hover .premium-banner-ib-content,
.premium-banner-animation7:hover .premium-banner-ib-title,
.premium-banner-animation7:hover .premium-banner-read-more {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.premium-banner-animation7.active .premium-banner-bleft,
.premium-banner-animation7:hover .premium-banner-bleft {
top: 30px;
height: 70px;
}
.premium-banner-animation7.active .premium-banner-bright,
.premium-banner-animation7:hover .premium-banner-bright {
bottom: 30px;
height: 70px;
}
.premium-banner-animation7.active .premium-banner-bottom,
.premium-banner-animation7:hover .premium-banner-bottom {
inset-inline-end: 30px;
width: 70px;
}
.premium-banner-animation7.active .premium-banner-btop,
.premium-banner-animation7:hover .premium-banner-btop {
inset-inline-start: 30px;
width: 70px;
}
.premium-banner-animation7:hover .premium-banner-ib-content,
.premium-banner-animation7:hover .premium-banner-ib-title,
.premium-banner-animation7:hover .premium-banner-read-more,
.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: #fff;
-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.scale img,
.premium-banner-animation8.zoomout 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-content,
.premium-banner-animation8 .premium-banner-ib-title,
.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.active .premium-banner-ib-content,
.premium-banner-animation8.active .premium-banner-ib-title,
.premium-banner-animation8.active .premium-banner-read-more,
.premium-banner-animation8:hover .premium-banner-ib-content,
.premium-banner-animation8:hover .premium-banner-ib-title,
.premium-banner-animation8:hover .premium-banner-read-more {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.premium-banner-animation8.active .premium-banner-bleft,
.premium-banner-animation8:hover .premium-banner-bleft {
height: -webkit-calc(100% - 61px);
height: calc(100% - 61px);
}
.premium-banner-animation8.active .premium-banner-bright,
.premium-banner-animation8:hover .premium-banner-bright {
height: -webkit-calc(100% - 61px);
height: calc(100% - 61px);
}
.premium-banner-animation8.active .premium-banner-bottom,
.premium-banner-animation8:hover .premium-banner-bottom {
width: -webkit-calc(100% - 61px);
width: calc(100% - 61px);
}
.premium-banner-animation8.active .premium-banner-btop,
.premium-banner-animation8:hover .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.active .premium-banner-ib-title,
.premium-banner-animation9:hover .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.active .premium-banner-ib-content,
.premium-banner-animation9.active .premium-banner-read-more,
.premium-banner-animation9:hover .premium-banner-ib-content,
.premium-banner-animation9:hover .premium-banner-read-more {
-webkit-transform: translate3d(0, 45px, 0);
transform: translate3d(0, 45px, 0);
}
.premium-banner-animation9.active .premium-banner-ib-desc::before,
.premium-banner-animation9:hover .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.active .premium-banner-ib-desc::after,
.premium-banner-animation9:hover .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.active .premium-banner-ib-title,
.premium-banner-animation10:hover .premium-banner-ib-title {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.premium-banner-animation10.active .premium-banner-ib-title::after,
.premium-banner-animation10:hover .premium-banner-ib-title::after {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.premium-banner-animation10.scale img,
.premium-banner-animation10.zoomout 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.active .premium-banner-ib-content,
.premium-banner-animation10.active .premium-banner-read-more,
.premium-banner-animation10:hover .premium-banner-ib-content,
.premium-banner-animation10:hover .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: 125ms;
transition-delay: 125ms;
}
.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.active .premium-banner-ib-desc,
.premium-banner-animation11:hover .premium-banner-ib-desc {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.premium-banner-animation11.active .premium-banner-gradient:after,
.premium-banner-animation11.active .premium-banner-gradient:before,
.premium-banner-animation11:hover .premium-banner-gradient:after,
.premium-banner-animation11:hover .premium-banner-gradient:before {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.premium-banner-animation11.scale img,
.premium-banner-animation11.zoomout 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: 0;
}
.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.scale img,
.rtl .premium-banner-animation1.zoomout 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.active .premium-banner-ib-title,
.rtl .premium-banner-animation4:hover .premium-banner-ib-title {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.rtl .premium-banner-animation2.scale:hover img,
.rtl .premium-banner-animation5.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.active .premium-banner-ib-title::after,
.rtl .premium-banner-animation13.active .premium-banner-read-more,
.rtl .premium-banner-animation13:hover .premium-banner-ib-content,
.rtl .premium-banner-animation13:hover .premium-banner-ib-title::after {
-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.active .premium-banner-ib-title,
.rtl .premium-banner-animation7:hover .premium-banner-ib-title,
.rtl .premium-banner-animation8.active .premium-banner-ib-title,
.rtl .premium-banner-animation8:hover .premium-banner-ib-title {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.rtl .premium-banner-animation4.scale img,
.rtl .premium-banner-animation4.zoomout img,
.rtl .premium-banner-animation7.scale img,
.rtl .premium-banner-animation7.zoomout img,
.rtl .premium-banner-animation8.scale img,
.rtl .premium-banner-animation8.zoomout img {
-webkit-transform: translate3d(30px, 0, 0) scale(1.1);
transform: translate3d(30px, 0, 0) scale(1.1);
}
.rtl .premium-banner-animation13.scale img,
.rtl .premium-banner-animation13.zoomout 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::after,
.rtl .premium-banner-animation9 .premium-banner-ib-desc::before {
-webkit-transform: translate3d(50%, -50%, 0);
transform: translate3d(50%, -50%, 0);
}
.rtl .premium-banner-animation9.active .premium-banner-ib-desc::before,
.rtl .premium-banner-animation9:hover .premium-banner-ib-desc::before {
-webkit-transform: translate3d(50%, -50%, 0) rotate(-45deg);
transform: translate3d(50%, -50%, 0) rotate(-45deg);
}
.rtl .premium-banner-animation9.active .premium-banner-ib-desc::after,
.rtl .premium-banner-animation9:hover .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.active .premium-banner-ib-desc,
.rtl .premium-banner-animation11:hover .premium-banner-ib-desc {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.rtl .premium-banner-animation11.active .premium-banner-gradient:after,
.rtl .premium-banner-animation11.active .premium-banner-gradient:before,
.rtl .premium-banner-animation11:hover .premium-banner-gradient:after,
.rtl .premium-banner-animation11:hover .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-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 .below-entry-meta,
.premium-blog-wrap .premium-blog-thumbnail-container img {
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-scale-effect img,
.premium-blog-zoomout-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-thumbnail-overlay {
opacity: 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(0) scale(1.1);
-ms-transform: translateX(0) scale(1.1);
transform: translateX(0) 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 .premium-blog-post-link:focus,
.premium-blog-post-container .premium-blog-post-link:hover,
.premium-blog-post-container ul.post-categories a:focus,
.premium-blog-post-container ul.post-categories a:hover {
box-shadow: none !important;
outline: 0 !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:after,
.premium-blog-post-container:not(.premium-blog-skin-classic):not(
.premium-blog-skin-side
):not(.premium-blog-skin-banner)
.premium-blog-thumbnail-container:before {
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: 0 10px 20px;
clear: both;
}
.premium-blog-post-container.premium-blog-skin-banner
.premium-blog-thumbnail-overlay,
.premium-blog-post-container.premium-blog-skin-classic
.premium-blog-thumbnail-overlay,
.premium-blog-post-container.premium-blog-skin-side
.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-banner
.premium-blog-thumbnail-overlay
a,
.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 {
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-banner
.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-classic
.premium-blog-thumbnail-overlay
i,
.premium-blog-post-container.premium-blog-skin-classic
.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-side
.premium-blog-thumbnail-overlay
span {
-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: 0;
}
.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: 0;
inset-inline-start: 0;
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:after,
.premium-blog-bordered-effect .premium-blog-post-link:before {
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:after,
.premium-blog-bordered-effect:hover .premium-blog-post-link:before {
-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:after,
.premium-blog-squares-effect:before {
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:after,
.premium-blog-squares-square-container:before {
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-content .premium-blog-excerpt-link,
.premium-blog-post-tags-container a {
-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;
}
.elementor-widget-premium-addon-blog:not(.premium-blog__carousel-yes)
.premium-blog-wrap:not(.premium-blog-marquee) {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.elementor-widget-premium-addon-blog:not(.premium-blog__carousel-yes)
.premium-blog-wrap:not(.premium-blog-marquee)
ul.slick-dots {
width: 100%;
}
.elementor-editor-active .elementor-widget-premium-addon-blog {
clear: both;
}
.elementor-editor-active .premium-blog-masonry {
display: block !important;
}
.elementor-editor-active
.premium-blog-masonry
.premium-blog-post-outer-container {
float: inline-start;
}
.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-marquee {
position: relative;
width: 100%;
}
.premium-blog-marquee .premium-marquee-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: -webkit-fit-content;
width: fit-content;
gap: var(--pa-marquee-spacing, 10px);
}
.premium-blog-marquee .premium-blog-post-outer-container {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
width: 300px;
}
.premium-blog-marquee:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
pointer-events: none;
background: 0 0 !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: 0;
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:after,
.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 {
-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:after,
.rtl .premium-blog-squares-effect:before,
.rtl .premium-blog-squares-square-container:after,
.rtl .premium-blog-squares-square-container:before {
-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 i,
.elementor-widget-premium-addon-button .premium-button-text-icon-wrapper span,
.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;
padding: 0;
margin: 0;
}
.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 a.carousel-arrow:focus,
.premium-carousel-wrapper a.ver-carousel-arrow:focus {
border-color: transparent;
outline: 0;
background: 0 0;
box-shadow: none;
}
.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;
}
.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-arrow-next,
.premium-carousel-wrapper .premium-carousel-nav-arrow-prev,
.premium-carousel-wrapper .premium-carousel-nav-dot {
display: none;
}
.premium-carousel-wrapper ul.slick-dots svg {
width: 20px;
height: 20px;
outline: 0 !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
.premium-carousel-inner
.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
.premium-carousel-inner
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__eq-height-yes .slick-track {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.pa-carousel-gallery.premium-carousel__eq-height-yes .slick-slide {
height: inherit !important;
}
.pa-carousel-gallery.premium-carousel__eq-height-yes img {
height: 100%;
}
.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;
}
.pa-has-thumb-slider-yes .premium-carousel-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.premium-carousel-thumb-slider {
margin-top: 5px;
margin-bottom: 5px;
}
.premium-carousel-thumbnail {
margin-left: 3px;
margin-right: 3px;
overflow: hidden;
-webkit-transition:
box-shadow 0.2s ease-in-out,
border-radius 0.2s ease-in-out,
border 0.2s ease-in-out,
opacity 0.2s ease-in-out,
-webkit-filter 0.2s ease-in-out;
transition:
box-shadow 0.2s ease-in-out,
border-radius 0.2s ease-in-out,
border 0.2s ease-in-out,
opacity 0.2s ease-in-out,
-webkit-filter 0.2s ease-in-out;
transition:
filter 0.2s ease-in-out,
box-shadow 0.2s ease-in-out,
border-radius 0.2s ease-in-out,
border 0.2s ease-in-out,
opacity 0.2s ease-in-out;
transition:
filter 0.2s ease-in-out,
box-shadow 0.2s ease-in-out,
border-radius 0.2s ease-in-out,
border 0.2s ease-in-out,
opacity 0.2s ease-in-out,
-webkit-filter 0.2s ease-in-out;
}
.pa-thumb-nav-pos-col .premium-carousel-wrapper,
.pa-thumb-nav-pos-col-reverse .premium-carousel-wrapper {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.pa-thumb-nav-pos-col .premium-carousel-thumb-slider,
.pa-thumb-nav-pos-col-reverse .premium-carousel-thumb-slider {
margin-block: 5px;
}
.pa-thumb-nav-pos-col .premium-carousel-thumbnail,
.pa-thumb-nav-pos-col-reverse .premium-carousel-thumbnail {
margin-inline: 3px;
}
.pa-thumb-nav-pos-col.pa-arrows-below .premium-carousel-arrows-wrapper {
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
}
.pa-thumb-nav-pos-row .premium-carousel-wrapper,
.pa-thumb-nav-pos-row-reverse .premium-carousel-wrapper {
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.pa-thumb-nav-pos-row .premium-carousel-thumb-slider,
.pa-thumb-nav-pos-row-reverse .premium-carousel-thumb-slider {
margin-inline: 5px;
width: 150px;
}
.pa-thumb-nav-pos-row .premium-carousel-inner,
.pa-thumb-nav-pos-row-reverse .premium-carousel-inner {
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 0;
}
.pa-thumb-nav-pos-row .premium-carousel-thumbnail,
.pa-thumb-nav-pos-row-reverse .premium-carousel-thumbnail {
margin-block: 3px;
}
.slick-slide.premium-carousel-thumbnail {
width: 100%;
cursor: pointer;
}
.slick-slide.premium-carousel-thumbnail .premium-carousel-thumbnail-container {
width: 100%;
height: 120px;
}
.premium-carousel-thumbnail-container {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
-webkit-transition:
box-shadow 0.2s ease-in-out,
border-radius 0.2s ease-in-out,
border 0.2s ease-in-out,
opacity 0.2s ease-in-out,
-webkit-filter 0.2s ease-in-out;
transition:
box-shadow 0.2s ease-in-out,
border-radius 0.2s ease-in-out,
border 0.2s ease-in-out,
opacity 0.2s ease-in-out,
-webkit-filter 0.2s ease-in-out;
transition:
filter 0.2s ease-in-out,
box-shadow 0.2s ease-in-out,
border-radius 0.2s ease-in-out,
border 0.2s ease-in-out,
opacity 0.2s ease-in-out;
transition:
filter 0.2s ease-in-out,
box-shadow 0.2s ease-in-out,
border-radius 0.2s ease-in-out,
border 0.2s ease-in-out,
opacity 0.2s ease-in-out,
-webkit-filter 0.2s ease-in-out;
}
.pa-float-nav-yes .premium-carousel-thumb-slider {
position: absolute;
width: 400px;
bottom: 0;
right: 0;
z-index: 999;
}
.pa-thumb-info-overlay .premium-carousel-thumbnail {
position: relative;
}
.pa-thumb-info-overlay .premium-carousel-thumb-info {
position: absolute;
inset: 0;
opacity: 0;
visibility: hidden;
-webkit-transition:
opacity 0.2s ease-in-out,
visibility 0.2s ease-in-out;
transition:
opacity 0.2s ease-in-out,
visibility 0.2s ease-in-out;
}
.pa-thumb-info-overlay.pa-thumb-info-on-hover-yes
.premium-carousel-thumbnail.slick-current
.premium-carousel-thumb-info,
.pa-thumb-info-overlay.pa-thumb-info-on-hover-yes
.premium-carousel-thumbnail:hover
.premium-carousel-thumb-info {
opacity: 1;
visibility: visible;
}
.pa-thumb-info-overlay.pa-thumb-info-default .premium-carousel-thumb-info,
.pa-thumb-info-overlay:not(.pa-thumb-info-on-hover-yes)
.premium-carousel-thumb-info {
opacity: 1;
visibility: visible;
}
.premium-carousel-thumb-info {
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;
background-color: rgba(0, 0, 0, 0.6);
}
.premium-carousel-thumb-title {
color: #fff;
font-size: 16px;
text-transform: capitalize;
width: 100%;
text-align: center;
}
.premium-cf-anim-yes .wpcf7-span::after {
display: block;
height: 2px;
content: "";
top: -2px;
position: relative;
width: 0;
-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-css-filters label,
.premium-cf-anim-label-letter label {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.wpcf7-span.is-focused input {
outline: 0;
}
.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: 0;
}
.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: 0;
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 #00f;
top: 0;
background: 0 0;
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: 0 0;
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 #00f;
top: 0;
background: 0 0;
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: 0 0;
overflow: hidden;
clip: rect(0, 900px, 0, 0);
animation: pa-noise-anim-2 2s infinite linear alternate-reverse;
width: 100%;
height: 100%;
}
.premium-header-inline[class*="noise-yes"] .premium-dual-header-first-span,
.premium-header-inline[class*="noise-yes"] .premium-dual-header-second-header,
.premium-mask-yes.premium-header-inline .premium-dual-header-first-span,
.premium-mask-yes.premium-header-inline .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(0);
filter: hue-rotate(0);
}
50% {
-webkit-filter: hue-rotate(360deg);
filter: hue-rotate(360deg);
}
}
@keyframes pa-text-gradient {
0%,
100% {
-webkit-filter: hue-rotate(0);
filter: hue-rotate(0);
}
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(0);
transform: rotateX(0);
-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__letter,
.premium-atext__paused-yes:hover .premium-atext__text,
.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%,
#eae8e0 55%,
transparent 0
);
background-image: linear-gradient(
45deg,
transparent 45%,
var(--pa-atext-sc) 45%,
#eae8e0 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: #ff0;
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(0);
transform: rotateX(0);
}
50% {
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
}
100% {
-webkit-transform: rotateX(0);
transform: rotateX(0);
}
}
@keyframes pa-flip {
0% {
-webkit-transform: rotateX(0);
transform: rotateX(0);
}
50% {
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
}
100% {
-webkit-transform: rotateX(0);
transform: rotateX(0);
}
}
@-webkit-keyframes pa-wave {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
50% {
-webkit-transform: translateY(-1rem);
transform: translateY(-1rem);
}
}
@keyframes pa-wave {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
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: 0;
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: 0;
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(0);
transform: rotateX(0);
}
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(0);
transform: rotateX(0);
}
35% {
opacity: 1;
-webkit-transform: rotateX(-40deg);
transform: rotateX(-40deg);
}
65% {
opacity: 0;
}
100% {
opacity: 0;
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}
}
.premium-gtooltips-temp {
position: absolute;
z-index: 9999;
}
.premium-global-tooltip-content .premium-tootltip-icon {
vertical-align: middle;
}
.premium-global-tooltip-content .premium-tooltip-gallery,
.premium-global-tooltip-content .premium-tootltip-icon,
.premium-global-tooltip-content .premium-tootltip-text {
display: inline-block;
}
.premium-global-tooltip-content .premium-tootltip-icon svg {
width: 16px;
height: 16px;
vertical-align: middle;
}
.premium-global-tooltip-content .premium-tooltip-gallery img {
width: 100%;
height: 100%;
object-fit: cover;
}
.premium-global-tooltip-content .premium-lottie-animation {
width: 100px;
height: 100px;
}
.premium-global-tooltip-content .premium-lottie-animation svg {
width: 100%;
height: 100%;
}
.tooltipster-sidetip .tooltipster-content {
background: 0 0;
text-align: center;
padding: 0;
}
.premium-tooltipster-base:not(.has-lottie-animation) {
width: auto !important;
height: auto !important;
}
.premium-tooltipster-base .tooltipster-content {
padding: 0.3em 0.6em;
border-radius: 2px;
}
.premium-tooltipster-base .tooltipster-box {
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.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-text {
width: 100%;
}
.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-icon-text p,
.premium-bullet-list-content .premium-bullet-list-text span,
.premium-bullet-list-content .premium-bullet-list-wrapper i,
.premium-bullet-list-content .premium-bullet-list-wrapper img {
-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
.premium-bullet-list-icon-text,
.premium-bullet-list-content .premium-bullet-list-wrapper i {
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-wrapper {
position: relative;
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;
z-index: 1 !important;
}
.premium-bullet-list-content:not(:last-of-type) .premium-bullet-list-connector {
position: absolute;
top: 100%;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
pointer-events: none;
}
.premium-icon-connector-content {
position: relative;
}
.premium-icon-connector-content::after {
content: "";
display: block;
height: var(--pa-connector-height, 10px);
z-index: 2 !important;
}
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,
li.premium-bullet-list-content,
ul.premium-bullet-list-box {
margin: 0;
}
.premium-bullet-list-blur:hover
.premium-bullet-list-content
.premium-bullet-list-icon-text
p,
.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-wrapper
i {
color: transparent !important;
text-shadow: 0 0 3px #aaa;
}
.premium-bullet-list-blur:hover
.premium-bullet-list-content
.premium-bullet-list-badge,
.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-icon-connector-content {
-webkit-filter: blur(3px);
filter: blur(3px);
}
.premium-bullet-list-blur:hover
.premium-bullet-list-content:hover
.premium-bullet-list-icon-text
p,
.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-wrapper
i {
color: #aaa !important;
text-shadow: 0 0 0 transparent;
}
.premium-bullet-list-blur:hover
.premium-bullet-list-content:hover
.premium-bullet-list-badge,
.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-icon-connector-content {
-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:focus
.premium-bullet-list-gradient-effect
span[data-text]::before,
.premium-bullet-list-content:hover
.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-content,
ul[data-list-animation*="animated-"] .premium-bullet-list-divider,
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;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.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.premium-image-button-none {
-webkit-transition: all 0.5s ease !important;
transition: all 0.5s ease !important;
overflow: hidden;
}
.premium-image-button.premium-image-button-none::after {
content: "";
position: absolute;
inset: 0;
z-index: 1;
opacity: 0;
background-size: inherit;
background-position: inherit;
background-repeat: inherit;
pointer-events: none;
will-change: opacity;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: opacity 0.5s ease !important;
transition: opacity 0.5s ease !important;
}
.premium-image-button.premium-image-button-none:hover::after {
opacity: 1;
}
.premium-image-button-style1:before,
.premium-image-button-style4-icon-wrapper {
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 i,
.premium-image-button-text-icon-wrapper span,
.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-left:hover:before,
.premium-image-button-style1-right:hover:before {
width: 100%;
}
.premium-image-button-style3 {
z-index: 10;
}
.premium-image-button-style3:before {
position: absolute;
top: 0;
inset-inline-start: 0;
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(0);
transform: rotateY(0);
}
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(0);
transform: rotateY(0);
}
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(0);
transform: rotateY(0);
}
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(0);
transform: rotateY(0);
}
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(0);
transform: rotateX(0);
}
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(0);
transform: rotateX(0);
}
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(0);
transform: rotateX(0);
}
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(0);
transform: rotateX(0);
}
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-left:before,
.rtl .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);
}
.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-bottom:before,
.rtl .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);
}
.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-container,
.premium-image-scroll-section {
-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, #000);
}
.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-content,
.premium-image-scroll-container .premium-image-scroll-overlay {
-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(0);
transform: translateY(0);
}
100% {
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
}
@keyframes pa-scroll-vertical {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
}
@-webkit-keyframes pa-scroll-horizontal {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
}
@keyframes pa-scroll-horizontal {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
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 img,
.premium-image-separator-container svg {
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:active,
.premium-image-separator-container .premium-image-separator-link:focus,
.premium-image-separator-container .premium-image-separator-link:hover,
.premium-image-separator-container .premium-image-separator-link:visited {
box-shadow: none !important;
outline: 0 !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-blog-filter,
.premium-img-gallery-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-blog-filter .premium-blog-filters-container li a.category,
.premium-img-gallery-filter .premium-gallery-cats-container li a.category {
outline: 0;
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.scale img,
.premium-img-gallery.zoomout 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-img-link i,
.pa-gallery-img .pa-gallery-img-link svg,
.pa-gallery-img .pa-gallery-magnific-image i,
.pa-gallery-img .pa-gallery-magnific-image svg {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.pa-gallery-img .pa-gallery-img-link span,
.pa-gallery-img .pa-gallery-magnific-image span {
line-height: 1;
display: inline-block;
opacity: 0;
margin: 0 5px;
padding: 15px;
border-radius: 50%;
}
.pa-gallery-img.style2 .pa-gallery-img-link span,
.pa-gallery-img.style2 .pa-gallery-magnific-image 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-img-link span,
.pa-gallery-img:hover .pa-gallery-magnific-image span {
opacity: 1;
}
.premium-gallery-icon-show a.pa-gallery-video-icon span {
opacity: 1;
}
.premium-blog-filter ul.premium-blog-filters-container,
.premium-img-gallery-filter ul.premium-gallery-cats-container {
text-align: center;
margin: 0;
padding: 0;
}
.premium-blog-filter .premium-blog-filters-container li,
.premium-img-gallery-filter .premium-gallery-cats-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(0) scale(1.1);
-ms-transform: translateX(0) scale(1.1);
transform: translateX(0) 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 .premium-gallery-caption .premium-gallery-img-desc {
margin: 0;
padding: 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 0.5s ease 0s;
transition: all 0.5s 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: 0;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
vertical-align: bottom;
cursor: pointer;
line-height: 1;
font-style: normal;
font-weight: 400;
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;
}
.pa-gallery-img .pa-gallery-video-icon,
.premium-img-gallery-no-lightbox .premium-gallery-video-item .pa-gallery-img {
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-caption-cell svg,
.pa-gallery-icons-inner-container svg {
width: 14px;
height: 14px;
}
.premium-gallery-gradient-layer {
position: absolute;
bottom: 40px;
width: 100%;
height: 20px;
background: -webkit-linear-gradient(
bottom,
#17181f 0,
rgba(255, 255, 255, 0) 100%
);
background: linear-gradient(to top, #17181f 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: 700;
}
.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: #4285f4;
}
.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: 700;
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-desc,
.premium-maps-info-title {
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-desc,
.premium-adv-carousel__media-info-wrap .premium-adv-carousel__media-title {
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-info-wrap,
.premium-adv-carousel__media-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 0.5s;
transition: -webkit-transform 0.5s;
transition: transform 0.5s;
transition:
transform 0.5s,
-webkit-transform 0.5s;
}
.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 .premium-adv-carousel__item-img img,
.premium-adv-carousel__media-wrap img.premium-adv-carousel__item-img {
width: 100%;
height: 100%;
-webkit-transition:
-webkit-transform 0.5s,
-webkit-filter 0.2s;
transition:
-webkit-transform 0.5s,
-webkit-filter 0.2s;
transition:
transform 0.5s,
filter 0.2s;
transition:
transform 0.5s,
filter 0.2s,
-webkit-transform 0.5s,
-webkit-filter 0.2s;
}
.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__iframe-wrap,
.premium-adv-carousel__iframe-wrap iframe,
.premium-adv-carousel__video-wrap {
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 0.5s;
transition: -webkit-transform 0.5s;
transition: transform 0.5s;
transition:
transform 0.5s,
-webkit-transform 0.5s;
}
.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: 0 0 !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__carousel .premium-adv-carousel__media-info-wrap,
.premium-adv-carousel__coverflow .premium-adv-carousel__media-info-wrap,
.premium-adv-carousel__flat .premium-adv-carousel__media-info-wrap {
visibility: hidden;
opacity: 0;
}
.premium-adv-carousel__carousel
.flipster__item--current
.premium-adv-carousel__media-info-wrap,
.premium-adv-carousel__coverflow
.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__carousel .premium-adv-carousel__item-outer-wrapper,
.premium-adv-carousel__coverflow .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--future-1
.flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes
.premium-adv-carousel__items
.flipster__item--past-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--future-2
.flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes
.premium-adv-carousel__items
.flipster__item--past-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--future-3
.flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes
.premium-adv-carousel__items
.flipster__item--past-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--future-4
.flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes
.premium-adv-carousel__items
.flipster__item--past-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--future-5
.flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes
.premium-adv-carousel__items
.flipster__item--past-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--future-6
.flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes
.premium-adv-carousel__items
.flipster__item--past-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--future-7
.flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes
.premium-adv-carousel__items
.flipster__item--past-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--future-8
.flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes
.premium-adv-carousel__items
.flipster__item--past-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--future-9
.flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes
.premium-adv-carousel__items
.flipster__item--past-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--future-10
.flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes
.premium-adv-carousel__items
.flipster__item--past-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;
}
}
.elementor-widget-premium-mini-cart {
--pa-slide-mc-width: 360px;
}
.pa-woo-mc__icon-wrapper,
.pa-woo-mc__inner-container,
.pa-woo-mc__outer-container,
.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 a:hover,
.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: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(255, 255, 255, 0.2);
}
.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__float .pa-woo-mc__badge,
.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 {
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 .premium-lottie-animation,
.pa-woo-mc__icon-wrapper svg {
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: #000;
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: fixed;
inset: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background: rgba(0, 0, 0, 0.6);
z-index: 999;
}
.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: var(--pa-slide-mc-width, 360px);
overflow: hidden;
border-inline: 1px solid #dcdcdc;
background: #fff;
-webkit-transition: 0.5s all ease-in-out;
transition: 0.5s all ease-in-out;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.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__empty-mc,
.pa-woo-mc__content-wrapper.pa-hide-content .pa-woo-mc__progressbar-wrapper {
display: none;
}
.pa-woo-mc__content-wrapper:not(.pa-hide-content) .pa-woo-mc__items-wrapper {
padding-bottom: 20px;
padding-top: 20px;
row-gap: 20px;
background: #fff;
}
.pa-woo-mc__content-wrapper.pa-woo-mc__slide {
position: fixed;
height: 100vh;
top: 0;
overflow-x: hidden;
}
.pa-woo-mc__content-wrapper.pa-woo-mc__slide.pa-woo-mc__open {
-webkit-transform: translateX(0) !important;
-ms-transform: translateX(0) !important;
transform: translateX(0) !important;
}
.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: 0 0 20px 0 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 i,
.pa-woo-mc__remove-item span {
color: #a3a3a3;
}
.pa-woo-mc__remove-item:hover svg,
.pa-woo-mc__remove-item:hover svg * {
fill: #303030;
}
.pa-woo-mc__remove-item:hover i,
.pa-woo-mc__remove-item:hover span {
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;
overflow-y: auto;
}
.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__item-qty,
.pa-woo-mc__price-row,
.pa-woo-mc__product-data,
.pa-woo-mc__title-row {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.pa-woo-mc__price-row,
.pa-woo-mc__product-data,
.pa-woo-mc__title-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: 0 0;
font-size: 15px;
font-weight: 400;
pointer-events: none;
outline: 0;
}
.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: #000;
}
.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__coupon-submit,
.pa-woo-mc__coupon-toggler,
.pa-woo-mc__cross-sell-title,
.pa-woo-mc__cross-sells-arrows a,
.pa-woo-mc__empty-msg-btn {
outline: 0;
border: none;
margin: 0;
}
.pa-woo-mc__coupon-submit,
.pa-woo-mc__coupon-toggler,
.pa-woo-mc__cross-sell-title,
.pa-woo-mc__cross-sells-arrows a {
padding: 0;
}
.pa-woo-mc__coupon-submit:hover,
.pa-woo-mc__coupon-toggler:hover,
.pa-woo-mc__cross-sell-title:hover,
.pa-woo-mc__cross-sells-arrows a:hover {
color: currentColor;
background: 0 0;
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: 0 0;
box-shadow: none;
}
.pa-woo-mc__coupon-notice-wrapper .pa-woo-mc__remove-coupon:hover {
color: #d63638;
background: 0 0;
}
.pa-woo-mc__coupon-notice-wrapper .pa-woo-mc__remove-coupon:focus {
outline: 0;
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;
overflow: hidden;
position: relative;
}
.pa-woo-mc__progressbar-fill {
height: 100%;
background-color: #ff5733;
-webkit-transition: width 0.5s linear;
transition: width 0.5s linear;
background-image: none;
}
.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__empty-mc-confirm,
.pa-woo-mc__empty-mc .pa-woo-mc__remove-all-btn {
margin: 10px 20px;
padding: 10px 20px;
border-radius: 4px;
border: none;
width: 100%;
}
.pa-woo-mc__empty-mc .pa-woo-mc__confirm-msg,
.pa-woo-mc__empty-mc .pa-woo-mc__remove-all-btn,
.pa-woo-mc__empty-mc a.pa-woo-mc__confirm-btn {
font-size: 11px;
background: rgba(2, 1, 1, 0);
color: #000;
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__confirm-msg:hover,
.pa-woo-mc__empty-mc .pa-woo-mc__remove-all-btn: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__confirm-msg:focus,
.pa-woo-mc__empty-mc .pa-woo-mc__remove-all-btn:focus,
.pa-woo-mc__empty-mc a.pa-woo-mc__confirm-btn:focus {
outline: 0;
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: 0;
text-transform: capitalize;
color: #000;
font-weight: 400;
}
.pa-woo-mc__cart-footer .pa-woo-mc__subtotal {
font-size: 15px;
letter-spacing: 0;
text-transform: uppercase;
color: #000;
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: #000;
}
.pa-woo-mc__view-cart:hover {
background: #e0e0e0;
}
.pa-woo-mc__checkout {
background: #2d2d2d;
color: #fff;
}
.pa-woo-mc__checkout:hover {
background: #000;
}
.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-hide-empty-badge-yes .pa-hide-badge {
display: none;
}
.pa-woo-mc__coupon-wrapper input[type="text"].pa-woo-mc__coupon-field {
outline: 0;
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.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 {
--pa-slide-mc-width: 50vw;
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-slide-mc-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__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-drawable-icon,
.premium-mobile-menu__item-inner .premium-lottie-animation,
.premium-mobile-menu__item-inner .premium-mobile-menu__icon-wrap {
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__badge span,
.premium-mobile-menu__text 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-box-modal-lower-close,
.premium-modal-trigger-btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
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 .premium-modal-box-icon,
.premium-modal-trigger-btn i {
-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: 700;
line-height: 1;
color: #000;
position: relative;
z-index: 99;
}
.premium-modal-box-modal-close:focus,
.premium-modal-box-modal-close:hover {
color: #000;
text-decoration: none;
cursor: pointer;
}
button.premium-modal-box-modal-close {
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: 0 0;
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 {
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: 0 0 !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-animation,
.premium-modal-trigger-container .premium-modal-trigger-img,
.premium-modal-trigger-container .premium-modal-trigger-text {
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-box-close-button-container,
.premium-modal-box-modal-close,
.premium-modal-box-modal-lower-close,
.premium-modal-trigger-img,
.premium-modal-trigger-text {
-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-mega-content-container,
.premium-nav-ver:not(.premium-hamburger-menu)
.premium-nav-menu-item.menu-item-has-children.premium-item-hovered
> .premium-sub-menu {
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-mega-content-container,
.premium-nav-hor:not(.premium-hamburger-menu)
.premium-nav-menu-item
> .premium-sub-menu {
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-mega-content-container,
.premium-nav-hor:not(.premium-hamburger-menu)
.premium-nav-menu-item.premium-item-hovered
> .premium-sub-menu {
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-nav-hor:not(.premium-hamburger-menu) .premium-item-badge,
.premium-nav-hor:not(.premium-nav-dropdown) .premium-item-badge,
.premium-nav-hor:not(.premium-nav-slide) .premium-item-badge {
position: relative;
margin: 8px;
}
.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-nav-item > .premium-sub-menu {
display: none;
}
.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-dropdown .premium-mega-content-container,
.premium-nav-slide .premium-mega-content-container {
display: none;
visibility: visible;
position: relative;
opacity: 1;
pointer-events: auto;
}
.premium-mobile-menu-outer-container .premium-mobile-menu-close,
.premium-nav-widget-container .premium-hamburger-toggle {
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 .premium-toggle-close,
.premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-text,
.premium-nav-widget-container .premium-hamburger-toggle i {
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-close,
.premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-text {
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: #eee;
color: #042551;
cursor: pointer;
}
.premium-ver-toggle-yes .premium-ver-toggler .premium-ver-toggler-btn,
.premium-ver-toggle-yes .premium-ver-toggler .premium-ver-toggler-title {
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-nav-menu-container,
.premium-ver-toggle-yes .premium-ver-close,
.premium-ver-toggle-yes .premium-ver-open,
.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-nav-menu-container i,
.premium-ver-toggle-yes .premium-nav-menu-container svg,
.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-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 0.5s linear !important;
transition: -webkit-transform 0.5s linear !important;
transition: transform 0.5s linear !important;
transition:
transform 0.5s linear,
-webkit-transform 0.5s 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-ham-dropdown .premium-stretch-dropdown .premium-mobile-menu-container,
.premium-nav-sticky-yes.premium-sticky-active.premium-ham-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.premium-mega-nav-item > .premium-mega-content-container,
.premium-active-menu:not(.premium-mega-nav-item) > .premium-sub-menu {
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-dropdown-icon,
.premium-nav-menu-item .premium-menu-link {
-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-nav-menu-item .premium-mega-content-container,
.premium-nav-menu-item .premium-sub-menu {
-webkit-transition: 0.5s all ease-in-out;
transition: 0.5s all ease-in-out;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.premium-item-badge,
.premium-rn-badge,
.premium-sub-item-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-dropdown .premium-sub-item-badge,
.premium-nav-hor .premium-sub-item-badge,
.premium-nav-slide .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-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-mega-item-static {
position: static !important;
}
.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-rn-badge,
.premium-hidden-badge-yes.premium-hamburger-menu .premium-sub-item-badge,
.premium-hidden-badge-yes.premium-nav-dropdown .premium-item-badge,
.premium-hidden-badge-yes.premium-nav-dropdown .premium-rn-badge,
.premium-hidden-badge-yes.premium-nav-dropdown .premium-sub-item-badge,
.premium-hidden-badge-yes.premium-nav-slide .premium-item-badge,
.premium-hidden-badge-yes.premium-nav-slide .premium-rn-badge,
.premium-hidden-badge-yes.premium-nav-slide .premium-sub-item-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::after,
.premium-menu-link-parent::before {
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-double-line .premium-menu-link-parent::after,
.premium-nav-pointer-underline .premium-menu-link-parent::after {
content: "";
bottom: 0;
}
.premium-nav-pointer-double-line.premium-nav-animation-slide
.premium-nav-menu-item:not(.premium-active-item)
.premium-menu-link-parent:not(:hover, :focus)::after,
.premium-nav-pointer-underline.premium-nav-animation-slide
.premium-nav-menu-item:not(.premium-active-item)
.premium-menu-link-parent:not(:hover, :focus)::after {
width: 10px;
inset-inline-start: 100%;
}
.premium-nav-pointer-double-line .premium-menu-link-parent::before,
.premium-nav-pointer-overline .premium-menu-link-parent::before {
content: "";
top: 0;
}
.premium-nav-pointer-double-line.premium-nav-animation-slide
.premium-nav-menu-item:not(.premium-active-item)
.premium-menu-link-parent:not(:hover, :focus)::before,
.premium-nav-pointer-overline.premium-nav-animation-slide
.premium-nav-menu-item:not(.premium-active-item)
.premium-menu-link-parent:not(:hover, :focus)::before {
width: 10px;
left: -20px;
}
.premium-nav-pointer-double-line .premium-menu-link-parent::after,
.premium-nav-pointer-double-line .premium-menu-link-parent::before,
.premium-nav-pointer-overline .premium-menu-link-parent::after,
.premium-nav-pointer-overline .premium-menu-link-parent::before,
.premium-nav-pointer-underline .premium-menu-link-parent::after,
.premium-nav-pointer-underline .premium-menu-link-parent::before {
height: 3px;
width: 100%;
left: 0;
background-color: #55595c;
z-index: 2;
}
.premium-nav-pointer-double-line.premium-nav-animation-none,
.premium-nav-pointer-overline.premium-nav-animation-none,
.premium-nav-pointer-underline.premium-nav-animation-none {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.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::after,
.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:focus,
.premium-nav-pointer-double-line.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::after,
.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:focus,
.premium-nav-pointer-overline.premium-nav-animation-none
.premium-menu-link-parent:hover,
.premium-nav-pointer-underline.premium-nav-animation-none
.premium-menu-link-parent,
.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::before,
.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 {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.premium-nav-pointer-double-line.premium-nav-animation-grow
.premium-nav-menu-item:not(.premium-active-item)
.premium-menu-link-parent:not(:hover, :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, :focus)::before,
.premium-nav-pointer-overline.premium-nav-animation-grow
.premium-nav-menu-item:not(.premium-active-item)
.premium-menu-link-parent:not(:hover, :focus)::after,
.premium-nav-pointer-overline.premium-nav-animation-grow
.premium-nav-menu-item:not(.premium-active-item)
.premium-menu-link-parent:not(:hover, :focus)::before,
.premium-nav-pointer-underline.premium-nav-animation-grow
.premium-nav-menu-item:not(.premium-active-item)
.premium-menu-link-parent:not(:hover, :focus)::after,
.premium-nav-pointer-underline.premium-nav-animation-grow
.premium-nav-menu-item:not(.premium-active-item)
.premium-menu-link-parent:not(:hover, :focus)::before {
height: 0;
width: 0;
left: 50%;
}
.premium-nav-pointer-double-line.premium-nav-animation-drop-in
.premium-nav-menu-item:not(.premium-active-item)
.premium-menu-link-parent:not(:hover, :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, :focus)::before,
.premium-nav-pointer-underline.premium-nav-animation-drop-in
.premium-nav-menu-item:not(.premium-active-item)
.premium-menu-link-parent:not(:hover, :focus)::before {
top: -10px;
}
.premium-nav-pointer-double-line.premium-nav-animation-drop-in
.premium-nav-menu-item:not(.premium-active-item)
.premium-menu-link-parent:not(:hover, :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, :focus)::after,
.premium-nav-pointer-underline.premium-nav-animation-drop-in
.premium-nav-menu-item:not(.premium-active-item)
.premium-menu-link-parent:not(:hover, :focus)::after {
bottom: -10px;
}
.premium-nav-pointer-double-line.premium-nav-animation-drop-out
.premium-nav-menu-item:not(.premium-active-item)
.premium-menu-link-parent:not(:hover, :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, :focus)::before,
.premium-nav-pointer-underline.premium-nav-animation-drop-out
.premium-nav-menu-item:not(.premium-active-item)
.premium-menu-link-parent:not(:hover, :focus)::before {
top: 10px;
}
.premium-nav-pointer-double-line.premium-nav-animation-drop-out
.premium-nav-menu-item:not(.premium-active-item)
.premium-menu-link-parent:not(:hover, :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, :focus)::after,
.premium-nav-pointer-underline.premium-nav-animation-drop-out
.premium-nav-menu-item:not(.premium-active-item)
.premium-menu-link-parent:not(:hover, :focus)::after {
bottom: 10px;
}
.premium-nav-menu-item:not(.premium-active-item)
.premium-menu-link-parent:not(:hover, :focus)::after,
.premium-nav-menu-item:not(.premium-active-item)
.premium-menu-link-parent:not(:hover, :focus)::before {
opacity: 0;
}
.premium-nav-pointer-framed .premium-menu-link-parent::before {
content: "";
}
.premium-nav-pointer-framed .premium-menu-link-parent::after,
.premium-nav-pointer-framed .premium-menu-link-parent::before {
border-radius: inherit;
background: 0 0;
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, :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, :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::after,
.premium-nav-pointer-framed.premium-nav-animation-draw
.premium-menu-link-parent::before {
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 20ms 0.18s;
transition:
width 0.1s,
height 0.1s 0.1s,
opacity 20ms 0.18s;
}
.premium-nav-pointer-framed.premium-nav-animation-draw
.premium-menu-link-parent:focus::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:hover::after,
.premium-nav-pointer-framed.premium-nav-animation-draw
.premium-menu-link-parent:hover::before {
width: 100%;
height: 100%;
}
.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:hover::before {
-webkit-transition:
opacity 20ms,
height 0.1s,
width 0.1s 0.1s;
transition:
opacity 20ms,
height 0.1s,
width 0.1s 0.1s;
}
.premium-nav-pointer-framed.premium-nav-animation-draw
.premium-menu-link-parent:focus::after,
.premium-nav-pointer-framed.premium-nav-animation-draw
.premium-menu-link-parent:hover::after {
-webkit-transition:
opacity 20ms 0.2s,
height 0.1s 0.2s,
width 0.1s 0.3s;
transition:
opacity 20ms 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 {
-webkit-transition:
opacity 20ms,
height 0.1s,
width 0.1s 0.1s;
transition:
opacity 20ms,
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 20ms 0.2s,
height 0.1s 0.2s,
width 0.1s 0.3s;
transition:
opacity 20ms 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::after,
.premium-nav-pointer-framed.premium-nav-animation-draw
.premium-active-item
.premium-menu-link-parent::before {
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::after,
.premium-nav-pointer-framed.premium-nav-animation-corners
.premium-menu-link-parent::before {
width: 3px;
height: 3px;
}
.premium-nav-pointer-framed.premium-nav-animation-corners
.premium-menu-link-parent:focus::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:hover::after,
.premium-nav-pointer-framed.premium-nav-animation-corners
.premium-menu-link-parent:hover::before {
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::after,
.premium-nav-pointer-framed.premium-nav-animation-corners
.premium-active-item
.premium-menu-link-parent::before {
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:focus,
.premium-nav-pointer-text.premium-nav-animation-grow
.premium-menu-link-parent:hover {
-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:focus,
.premium-nav-pointer-text.premium-nav-animation-shrink
.premium-menu-link-parent:hover {
-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:focus,
.premium-nav-pointer-text.premium-nav-animation-sink
.premium-menu-link-parent:hover {
-webkit-transform: translateY(8px);
-ms-transform: translateY(8px);
transform: translateY(8px);
}
.premium-nav-pointer-text.premium-nav-animation-float
.premium-menu-link-parent:focus,
.premium-nav-pointer-text.premium-nav-animation-float
.premium-menu-link-parent:hover {
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px);
}
.premium-nav-pointer-text.premium-nav-animation-skew
.premium-menu-link-parent:focus,
.premium-nav-pointer-text.premium-nav-animation-skew
.premium-menu-link-parent:hover {
-webkit-transform: skew(-8deg);
-ms-transform: skew(-8deg);
transform: skew(-8deg);
}
.premium-nav-pointer-text.premium-nav-animation-rotate
.premium-menu-link-parent:focus,
.premium-nav-pointer-text.premium-nav-animation-rotate
.premium-menu-link-parent:hover {
-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: #55595c;
z-index: -1;
}
.premium-nav-pointer-background .premium-menu-link-parent::after,
.premium-nav-pointer-background .premium-menu-link-parent::before {
content: "";
border-radius: inherit;
-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:focus::before,
.premium-nav-pointer-background.premium-nav-animation-grow
.premium-menu-link-parent:hover::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, :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, :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, :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, :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, :focus)::before {
bottom: 100%;
}
.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal
.premium-menu-link-parent::after,
.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical
.premium-menu-link-parent::after {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #55595c;
background-color: #55595c;
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:focus::before,
.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical
.premium-menu-link-parent:hover::before {
bottom: 50%;
}
.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical
.premium-menu-link-parent:focus::after,
.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical
.premium-menu-link-parent:hover::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, :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:focus::before,
.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal
.premium-menu-link-parent:hover::before {
left: 50%;
}
.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal
.premium-menu-link-parent:focus::after,
.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal
.premium-menu-link-parent:hover::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, :focus)::before {
left: 50%;
right: 50%;
}
.premium-active-item::after,
.premium-active-item::before,
.premium-menu-link-parent:focus::after,
.premium-menu-link-parent:focus::before,
.premium-menu-link-parent:hover::after,
.premium-menu-link-parent:hover::before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
[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-nav-menu-item.premium-item-hovered
> .premium-sub-menu,
[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-mega-content-container,
[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-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-mega-content-container,
.premium-nav-slide-up.premium-nav-hor:not(.premium-hamburger-menu)
.premium-sub-menu,
.premium-nav-slide-up.premium-nav-ver:not(.premium-hamburger-menu)
.premium-mega-content-container,
.premium-nav-slide-up.premium-nav-ver:not(.premium-hamburger-menu)
.premium-sub-menu {
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
.premium-nav-slide-down.premium-nav-hor:not(.premium-hamburger-menu)
.premium-mega-content-container,
.premium-nav-slide-down.premium-nav-hor:not(.premium-hamburger-menu)
.premium-sub-menu,
.premium-nav-slide-down.premium-nav-ver:not(.premium-hamburger-menu)
.premium-mega-content-container,
.premium-nav-slide-down.premium-nav-ver:not(.premium-hamburger-menu)
.premium-sub-menu {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
.premium-nav-slide-right.premium-nav-hor:not(.premium-hamburger-menu)
.premium-mega-content-container,
.premium-nav-slide-right.premium-nav-hor:not(.premium-hamburger-menu)
.premium-sub-menu,
.premium-nav-slide-right.premium-nav-ver:not(.premium-hamburger-menu)
.premium-mega-content-container,
.premium-nav-slide-right.premium-nav-ver:not(.premium-hamburger-menu)
.premium-sub-menu {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
.premium-nav-slide-left.premium-nav-hor:not(.premium-hamburger-menu)
.premium-mega-content-container,
.premium-nav-slide-left.premium-nav-hor:not(.premium-hamburger-menu)
.premium-sub-menu,
.premium-nav-slide-left.premium-nav-ver:not(.premium-hamburger-menu)
.premium-mega-content-container,
.premium-nav-slide-left.premium-nav-ver:not(.premium-hamburger-menu)
.premium-sub-menu {
-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-left.premium-nav-ver:not(.premium-hamburger-menu)
.premium-mega-item-static.premium-item-hovered
.premium-mega-content-container,
.premium-nav-slide-right.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-mega-content-container .premium-rn-badge,
.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-rn-badge,
.premium-mega-content-container .premium-badge-dot .premium-sub-item-badge,
.premium-sub-menu .premium-badge-dot .premium-rn-badge,
.premium-sub-menu .premium-badge-dot .premium-sub-item-badge {
font-size: 0;
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-rn-badge,
.premium-mega-content-container
.premium-badge-pulse:hover
.premium-sub-item-badge,
.premium-sub-menu .premium-badge-pulse:hover .premium-rn-badge,
.premium-sub-menu .premium-badge-pulse:hover .premium-sub-item-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-rn-badge,
.premium-mega-content-container
.premium-badge-buzz:hover
.premium-sub-item-badge,
.premium-sub-menu .premium-badge-buzz:hover .premium-rn-badge,
.premium-sub-menu .premium-badge-buzz:hover .premium-sub-item-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-rn-badge,
.premium-mega-content-container
.premium-badge-slide-right
.premium-sub-item-badge,
.premium-sub-menu .premium-badge-slide-right .premium-rn-badge,
.premium-sub-menu .premium-badge-slide-right .premium-sub-item-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-rn-badge,
.premium-mega-content-container
.premium-badge-slide-right:hover
.premium-sub-item-badge,
.premium-sub-menu .premium-badge-slide-right:hover .premium-rn-badge,
.premium-sub-menu .premium-badge-slide-right:hover .premium-sub-item-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-rn-badge,
.premium-mega-content-container
.premium-badge-slide-left
.premium-sub-item-badge,
.premium-sub-menu .premium-badge-slide-left .premium-rn-badge,
.premium-sub-menu .premium-badge-slide-left .premium-sub-item-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-rn-badge,
.premium-mega-content-container
.premium-badge-slide-left:hover
.premium-sub-item-badge,
.premium-sub-menu .premium-badge-slide-left:hover .premium-rn-badge,
.premium-sub-menu .premium-badge-slide-left:hover .premium-sub-item-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-rn-badge,
.premium-mega-content-container .premium-badge-expand .premium-sub-item-badge,
.premium-sub-menu .premium-badge-expand .premium-rn-badge,
.premium-sub-menu .premium-badge-expand .premium-sub-item-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-rn-badge,
.premium-mega-content-container
.premium-badge-expand:hover
.premium-sub-item-badge,
.premium-sub-menu .premium-badge-expand:hover .premium-rn-badge,
.premium-sub-menu .premium-badge-expand:hover .premium-sub-item-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);
}
}
@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(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: #000;
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: #fff;
background-color: red;
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);
}
.premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-overlay {
opacity: 1;
}
.pa-rec-posts-container .premium-blog-thumbnail-container {
overflow: hidden;
}
.pa-rec-posts-container .premium-blog-thumbnail-container .below-entry-meta,
.pa-rec-posts-container .premium-blog-thumbnail-container img {
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-scale-effect .premium-person-image-container img,
.premium-person-zoomout-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(0) scale(1.1);
-ms-transform: translateX(0) scale(1.1);
transform: translateX(0) 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: 0 !important;
padding: 0;
}
.premium-person-social-list .premium-person-list-item {
display: inline;
list-style: none;
}
.premium-person-social-list li {
position: relative;
bottom: 0;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.premium-person-social-list li i {
position: relative;
bottom: 0;
-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: #08c !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: 0;
}
.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 0.5s ease 0s;
transition: all 0.5s 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__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-media,
.premium-pinterest-feed__pin-layout-3
.premium-pinterest-feed__pin-meta-wrapper {
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__content,
.premium-post-ticker__date-wrapper,
.premium-post-ticker__header-wrapper,
.premium-post-ticker__outer-wrapper,
.premium-post-ticker__post-wrapper,
.premium-post-ticker__title-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__date-wrapper,
.premium-post-ticker__header-wrapper,
.premium-post-ticker__title-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 a,
.premium-post-ticker__post-wrapper i {
-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__post-wrapper,
.premium-post-ticker__title-wrapper {
-webkit-column-gap: 5px;
column-gap: 5px;
}
.premium-post-ticker__date,
.premium-post-ticker__title {
white-space: nowrap;
}
.premium-post-ticker__post-title,
.premium-post-ticker__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-drawable-icon,
.premium-post-ticker__icon-wrapper .premium-lottie-animation {
width: 50px;
height: 50px;
line-height: 50px;
}
.premium-post-ticker__icon-wrapper .premium-drawable-icon svg,
.premium-post-ticker__icon-wrapper .premium-lottie-animation 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__change-wrapper,
.premium-post-ticker__symbol {
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: 0 0;
-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;
}
.pa-infinite-ticker-yes.premium-post-ticker__layout-1
.premium-post-ticker__posts-wrapper,
.pa-infinite-ticker-yes.premium-post-ticker__layout-2
.premium-post-ticker__posts-wrapper {
position: relative;
}
.pa-infinite-ticker-yes.premium-post-ticker__layout-1
.premium-post-ticker__posts-wrapper::after,
.pa-infinite-ticker-yes.premium-post-ticker__layout-2
.premium-post-ticker__posts-wrapper::after {
content: "";
position: absolute;
inset: 0;
pointer-events: none;
z-index: 10;
}
.pa-infinite-ticker-yes.premium-post-ticker__layout-3
.premium-post-ticker__content {
position: relative;
}
.pa-infinite-ticker-yes.premium-post-ticker__layout-3
.premium-post-ticker__content::after {
content: "";
position: absolute;
inset: 0;
pointer-events: none;
z-index: 10;
}
.pa-infinite-ticker-yes.premium-post-ticker__layout-4
.premium-post-ticker__posts-wrapper {
position: relative;
}
.pa-infinite-ticker-yes.premium-post-ticker__layout-4
.premium-post-ticker__posts-wrapper::after {
content: "";
position: absolute;
inset: 0;
pointer-events: none;
z-index: 10;
}
.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 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::after,
.premium-badge-flag.premium-badge-right .corner::before {
right: 0;
}
.premium-badge-flag.premium-badge-left .corner {
left: -8px;
border-radius: 4px 4px 4px 0;
}
.premium-badge-flag.premium-badge-left .corner::after,
.premium-badge-flag.premium-badge-left .corner::before {
left: 0;
}
.premium-badge-flag .corner {
text-align: center;
padding: 3px 15px;
position: absolute;
top: 10%;
}
.premium-badge-flag .corner::after,
.premium-badge-flag .corner::before {
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;
text-decoration: line-through !important;
-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: 0;
}
}
.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-duration,
.premium-pricing-price-container .premium-pricing-price-separator {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.pa-bt-effect__effect-1 .premium-pricing-price-container {
gap: 3%;
}
.premium-pricing-inner-wrapper {
gap: 5px;
}
.premium-pricing-actual-wrapper,
.premium-pricing-inner-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.pa-d-price-row .premium-pricing-inner-wrapper,
.premium-pricing-actual-wrapper {
-webkit-align-items: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}
.pa-d-price-column .premium-pricing-inner-wrapper,
.pa-d-price-column .premium-pricing-price-container {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.premium-pricing-reveal-wrapper {
position: relative;
}
.premium-pricing-reveal-wrapper .premium-pricing-slashed-price-value {
font-size: 30px;
}
.premium-pricing-reveal-wrapper .premium-pricing-actual-wrapper {
padding: 5px 10px;
border-radius: 8px;
position: absolute;
top: 0;
inset-inline-start: 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;
-webkit-transform: rotate(-5deg) translateY(0);
-ms-transform: rotate(-5deg) translateY(0);
transform: rotate(-5deg) translateY(0);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.premium-pricing-reveal-wrapper
.premium-pricing-actual-wrapper
.premium-pricing-price-currency,
.premium-pricing-reveal-wrapper
.premium-pricing-actual-wrapper
.premium-pricing-price-value {
font-size: 30px;
}
.premium-pricing-table-container:hover
.premium-pricing-reveal-wrapper
.premium-pricing-actual-wrapper {
-webkit-transform: rotate(-25deg) translateY(-80%);
-ms-transform: rotate(-25deg) translateY(-80%);
transform: rotate(-25deg) translateY(-80%);
}
.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;
}
.rtl .premium-pricing-reveal-wrapper .premium-pricing-actual-wrapper {
-webkit-transform: rotate(5deg) translateY(0);
-ms-transform: rotate(5deg) translateY(0);
transform: rotate(5deg) translateY(0);
}
.rtl
.premium-pricing-table-container:hover
.premium-pricing-reveal-wrapper
.premium-pricing-actual-wrapper {
-webkit-transform: rotate(25deg) translateY(-80%);
-ms-transform: rotate(25deg) translateY(-80%);
transform: rotate(25deg) translateY(-80%);
}
.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(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transition: -webkit-transform 1.5s linear;
transition: -webkit-transform 1.5s linear;
transition: transform 1.5s linear;
transition:
transform 1.5s linear,
-webkit-transform 1.5s 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__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: 0;
border-radius: 0;
border: 1px solid #eee;
background-color: #fff;
padding: 8px 16px;
}
.premium-search__input-wrap .premium-search__input:focus {
outline: 0;
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: 0;
border-radius: 0;
border: 1px solid #eee;
}
.premium-search__type-select:focus {
outline: 0;
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: 0;
}
.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-scale img,
.premium-search__effect-zoomout 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(0) scale(1.1);
-ms-transform: translateX(0) scale(1.1);
transform: translateX(0) 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: 0;
height: 2px;
content: "";
bottom: 0;
-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-css-filters .premium-search__label,
.premium-search-anim-label-letter .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-shape-divider-yes {
position: relative;
}
.premium-shape-divider-yes.premium-shape-divider-anime-yes {
overflow: hidden;
}
.premium-shape-divider__custom.premium-shape-divider__bottom
> .premium-shape-divider__shape-container,
.premium-shape-divider__custom.premium-shape-divider__top
> .premium-shape-divider__shape-container,
.premium-shape-divider__default.premium-shape-divider__bottom
> .premium-shape-divider__shape-container,
.premium-shape-divider__default.premium-shape-divider__top
> .premium-shape-divider__shape-container {
left: 0;
width: 100%;
line-height: 0;
position: absolute;
overflow-x: hidden;
pointer-events: none;
}
.premium-shape-divider__custom.premium-shape-divider__bottom
> .premium-shape-divider__shape-container
svg,
.premium-shape-divider__custom.premium-shape-divider__top
> .premium-shape-divider__shape-container
svg,
.premium-shape-divider__default.premium-shape-divider__bottom
> .premium-shape-divider__shape-container
svg,
.premium-shape-divider__default.premium-shape-divider__top
> .premium-shape-divider__shape-container
svg {
width: 101%;
display: block;
position: relative;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 0.3;
}
.premium-shape-divider__custom.premium-shape-divider__top
> .premium-shape-divider__shape-container,
.premium-shape-divider__default.premium-shape-divider__top
> .premium-shape-divider__shape-container {
top: -1px;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.premium-shape-divider__custom.premium-shape-divider__bottom
> .premium-shape-divider__shape-container,
.premium-shape-divider__default.premium-shape-divider__bottom
> .premium-shape-divider__shape-container {
bottom: -1px;
}
.premium-shape-divider__custom.premium-shape-divider__left
> .premium-shape-divider__shape-container,
.premium-shape-divider__custom.premium-shape-divider__right
> .premium-shape-divider__shape-container,
.premium-shape-divider__default.premium-shape-divider__left
> .premium-shape-divider__shape-container,
.premium-shape-divider__default.premium-shape-divider__right
> .premium-shape-divider__shape-container {
left: 0;
top: 0;
right: 0;
bottom: 0;
line-height: 0;
position: absolute;
overflow: hidden;
pointer-events: none;
}
.premium-shape-divider__custom.premium-shape-divider__left
> .premium-shape-divider__shape-container
svg,
.premium-shape-divider__custom.premium-shape-divider__right
> .premium-shape-divider__shape-container
svg,
.premium-shape-divider__default.premium-shape-divider__left
> .premium-shape-divider__shape-container
svg,
.premium-shape-divider__default.premium-shape-divider__right
> .premium-shape-divider__shape-container
svg {
width: 103%;
opacity: 0.3;
position: relative;
}
.premium-shape-divider__custom.premium-shape-divider__left
> .premium-shape-divider__shape-container
svg,
.premium-shape-divider__default.premium-shape-divider__left
> .premium-shape-divider__shape-container
svg {
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-transform: rotate(90deg) translate(0, -100%);
-ms-transform: rotate(90deg) translate(0, -100%);
transform: rotate(90deg) translate(0, -100%);
}
.premium-shape-divider__custom.premium-shape-divider__right
> .premium-shape-divider__shape-container,
.premium-shape-divider__default.premium-shape-divider__right
> .premium-shape-divider__shape-container {
text-align: right;
}
.premium-shape-divider__custom.premium-shape-divider__right
> .premium-shape-divider__shape-container
svg,
.premium-shape-divider__default.premium-shape-divider__right
> .premium-shape-divider__shape-container
svg {
-webkit-transform-origin: top right;
-ms-transform-origin: top right;
transform-origin: top right;
-webkit-transform: rotate(-90deg) translate(0, -100%);
-ms-transform: rotate(-90deg) translate(0, -100%);
transform: rotate(-90deg) translate(0, -100%);
}
.premium-sh-divider-vflip-yes.premium-shape-divider__bottom.premium-sh-divider-hflip-yes
> .premium-shape-divider__shape-container
svg,
.premium-sh-divider-vflip-yes.premium-shape-divider__top.premium-sh-divider-hflip-yes
> .premium-shape-divider__shape-container
svg {
-webkit-transform: translateX(-50%) rotateX(180deg) rotateY(180deg);
transform: translateX(-50%) rotateX(180deg) rotateY(180deg);
}
.premium-sh-divider-vflip-yes.premium-shape-divider__bottom:not(
.premium-sh-divider-hflip-yes
)
> .premium-shape-divider__shape-container
svg,
.premium-sh-divider-vflip-yes.premium-shape-divider__top:not(
.premium-sh-divider-hflip-yes
)
> .premium-shape-divider__shape-container
svg {
-webkit-transform: translateX(-50%) rotateX(180deg);
transform: translateX(-50%) rotateX(180deg);
}
.premium-sh-divider-hflip-yes.premium-shape-divider__bottom.premium-sh-divider-vflip-yes
> .premium-shape-divider__shape-container
svg,
.premium-sh-divider-hflip-yes.premium-shape-divider__top.premium-sh-divider-vflip-yes
> .premium-shape-divider__shape-container
svg {
-webkit-transform: translateX(-50%) rotateX(180deg) rotateY(180deg);
transform: translateX(-50%) rotateX(180deg) rotateY(180deg);
}
.premium-sh-divider-hflip-yes.premium-shape-divider__bottom:not(
.premium-sh-divider-vflip-yes
)
> .premium-shape-divider__shape-container
svg,
.premium-sh-divider-hflip-yes.premium-shape-divider__top:not(
.premium-sh-divider-vflip-yes
)
> .premium-shape-divider__shape-container
svg {
-webkit-transform: translateX(-50%) rotateY(180deg);
transform: translateX(-50%) rotateY(180deg);
}
.premium-shape-divider-anime-yes:not(
.premium-shape22
).premium-shape-divider__bottom:not(.premium-sh-no-stretch-yes)
> .premium-shape-divider__shape-container {
-webkit-transform: scaleX(2);
-ms-transform: scaleX(2);
transform: scaleX(2);
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
-webkit-animation: 10s infinite alternate
pa-shape-divider-anime-bottom-stretch linear;
animation: 10s infinite alternate pa-shape-divider-anime-bottom-stretch linear;
}
.premium-shape-divider-anime-yes:not(
.premium-shape22
).premium-shape-divider__bottom.premium-sh-no-stretch-yes
> .premium-shape-divider__shape-container {
-webkit-transform: scale(2);
-ms-transform: scale(2);
transform: scale(2);
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
-webkit-animation: 10s infinite alternate pa-shape-divider-anime-bottom linear;
animation: 10s infinite alternate pa-shape-divider-anime-bottom linear;
}
.premium-shape-divider-anime-yes:not(
.premium-shape22
).premium-shape-divider__top:not(.premium-sh-no-stretch-yes)
> .premium-shape-divider__shape-container {
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transform: scaleX(2) rotateX(180deg);
transform: scaleX(2) rotateX(180deg);
-webkit-animation: 10s infinite alternate pa-shape-divider-anime-top-stretch
linear;
animation: 10s infinite alternate pa-shape-divider-anime-top-stretch linear;
}
.premium-shape-divider-anime-yes:not(
.premium-shape22
).premium-shape-divider__top.premium-sh-no-stretch-yes
> .premium-shape-divider__shape-container {
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transform: scale(2) rotateX(180deg);
transform: scale(2) rotateX(180deg);
-webkit-animation: 10s infinite alternate pa-shape-divider-anime-top linear;
animation: 10s infinite alternate pa-shape-divider-anime-top linear;
}
.premium-shape-divider-anime-yes:not(
.premium-shape22
).premium-shape-divider__left:not(.premium-sh-no-stretch-yes)
> .premium-shape-divider__shape-container {
-webkit-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: scaleY(2);
-ms-transform: scaleY(2);
transform: scaleY(2);
-webkit-animation: 10s infinite alternate pa-shape-divider-anime-hor-stretch
linear;
animation: 10s infinite alternate pa-shape-divider-anime-hor-stretch linear;
}
.premium-shape-divider-anime-yes:not(
.premium-shape22
).premium-shape-divider__left.premium-sh-no-stretch-yes
> .premium-shape-divider__shape-container {
-webkit-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: scale(2);
-ms-transform: scale(2);
transform: scale(2);
-webkit-animation: 10s infinite alternate pa-shape-divider-anime-hor linear;
animation: 10s infinite alternate pa-shape-divider-anime-hor linear;
}
.premium-shape-divider-anime-yes:not(
.premium-shape22
).premium-shape-divider__right:not(.premium-sh-no-stretch-yes)
> .premium-shape-divider__shape-container {
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
-webkit-transform: scaleY(2);
-ms-transform: scaleY(2);
transform: scaleY(2);
-webkit-animation: 10s infinite alternate pa-shape-divider-anime-hor-stretch
linear;
animation: 10s infinite alternate pa-shape-divider-anime-hor-stretch linear;
}
.premium-shape-divider-anime-yes:not(
.premium-shape22
).premium-shape-divider__right.premium-sh-no-stretch-yes
> .premium-shape-divider__shape-container {
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
-webkit-transform: scale(2);
-ms-transform: scale(2);
transform: scale(2);
-webkit-animation: 10s infinite alternate pa-shape-divider-anime-hor linear;
animation: 10s infinite alternate pa-shape-divider-anime-hor linear;
}
@-webkit-keyframes pa-shape-divider-anime-top {
100% {
-webkit-transform: rotateX(180deg) scale(var(--pa-divider-scale))
translateX(-webkit-calc(100% - 100% / var(--pa-divider-scale)));
transform: rotateX(180deg) scale(var(--pa-divider-scale))
translateX(calc(100% - 100% / var(--pa-divider-scale)));
}
}
@keyframes pa-shape-divider-anime-top {
100% {
-webkit-transform: rotateX(180deg) scale(var(--pa-divider-scale))
translateX(-webkit-calc(100% - 100% / var(--pa-divider-scale)));
transform: rotateX(180deg) scale(var(--pa-divider-scale))
translateX(calc(100% - 100% / var(--pa-divider-scale)));
}
}
@-webkit-keyframes pa-shape-divider-anime-bottom {
100% {
-webkit-transform: scale(var(--pa-divider-scale))
translateX(-webkit-calc(100% - 100% / var(--pa-divider-scale)));
transform: scale(var(--pa-divider-scale))
translateX(calc(100% - 100% / var(--pa-divider-scale)));
}
}
@keyframes pa-shape-divider-anime-bottom {
100% {
-webkit-transform: scale(var(--pa-divider-scale))
translateX(-webkit-calc(100% - 100% / var(--pa-divider-scale)));
transform: scale(var(--pa-divider-scale))
translateX(calc(100% - 100% / var(--pa-divider-scale)));
}
}
@-webkit-keyframes pa-shape-divider-anime-top-stretch {
100% {
-webkit-transform: rotateX(180deg) scaleX(var(--pa-divider-scale))
translateX(-webkit-calc(100% - 100% / var(--pa-divider-scale)));
transform: rotateX(180deg) scaleX(var(--pa-divider-scale))
translateX(calc(100% - 100% / var(--pa-divider-scale)));
}
}
@keyframes pa-shape-divider-anime-top-stretch {
100% {
-webkit-transform: rotateX(180deg) scaleX(var(--pa-divider-scale))
translateX(-webkit-calc(100% - 100% / var(--pa-divider-scale)));
transform: rotateX(180deg) scaleX(var(--pa-divider-scale))
translateX(calc(100% - 100% / var(--pa-divider-scale)));
}
}
@-webkit-keyframes pa-shape-divider-anime-bottom-stretch {
100% {
-webkit-transform: scaleX(var(--pa-divider-scale))
translateX(-webkit-calc(100% - 100% / var(--pa-divider-scale)));
transform: scaleX(var(--pa-divider-scale))
translateX(calc(100% - 100% / var(--pa-divider-scale)));
}
}
@keyframes pa-shape-divider-anime-bottom-stretch {
100% {
-webkit-transform: scaleX(var(--pa-divider-scale))
translateX(-webkit-calc(100% - 100% / var(--pa-divider-scale)));
transform: scaleX(var(--pa-divider-scale))
translateX(calc(100% - 100% / var(--pa-divider-scale)));
}
}
@-webkit-keyframes pa-shape-divider-anime-hor {
100% {
-webkit-transform: scale(var(--pa-divider-scale))
translateY(-webkit-calc(100% - 100% / var(--pa-divider-scale)));
transform: scale(var(--pa-divider-scale))
translateY(calc(100% - 100% / var(--pa-divider-scale)));
}
}
@keyframes pa-shape-divider-anime-hor {
100% {
-webkit-transform: scale(var(--pa-divider-scale))
translateY(-webkit-calc(100% - 100% / var(--pa-divider-scale)));
transform: scale(var(--pa-divider-scale))
translateY(calc(100% - 100% / var(--pa-divider-scale)));
}
}
@-webkit-keyframes pa-shape-divider-anime-hor-stretch {
100% {
-webkit-transform: scaleY(var(--pa-divider-scale))
translateY(-webkit-calc(100% - 100% / var(--pa-divider-scale)));
transform: scaleY(var(--pa-divider-scale))
translateY(calc(100% - 100% / var(--pa-divider-scale)));
}
}
@keyframes pa-shape-divider-anime-hor-stretch {
100% {
-webkit-transform: scaleY(var(--pa-divider-scale))
translateY(-webkit-calc(100% - 100% / var(--pa-divider-scale)));
transform: scaleY(var(--pa-divider-scale))
translateY(calc(100% - 100% / var(--pa-divider-scale)));
}
}
.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: 0;
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: 0 0;
-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-job,
.premium-testimonial-person-name {
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-lower-quote,
.premium-testimonial-upper-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-bottom .premium-testimonial-img-wrapper,
.premium-testimonial__img-top .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-job,
.elementor-widget-premium-addon-testimonials:not(
.premium-testimonial__skin1
):not(.premium-testimonial__skin4)
.premium-testimonial-person-name {
margin: 0 10px;
}
.elementor-editor-active .elementor-widget-premium-addon-testimonials {
clear: both;
}
.elementor-editor-active
.premium-testimonial-box.multiple-testimonials.premium-testimonial-masonry {
display: block !important;
}
.elementor-editor-active
.premium-testimonial-box.multiple-testimonials.premium-testimonial-masonry
.premium-testimonial-container {
float: inline-start;
}
.elementor-widget-premium-addon-testimonials {
width: 100%;
}
.pa-txt-sc__item-container,
.pa-txt-sc__outer-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__hov-item,
.pa-txt-sc__item-container:hover .pa-txt-sc__main-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-icon,
.pa-txt-sc__item-svg {
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-circle svg.outline-svg,
.pa-txt-sc__effect-curly svg.outline-svg,
.pa-txt-sc__effect-diagonal svg.outline-svg,
.pa-txt-sc__effect-double-underline svg.outline-svg,
.pa-txt-sc__effect-h-underline svg.outline-svg,
.pa-txt-sc__effect-outline svg.outline-svg,
.pa-txt-sc__effect-strikethrough svg.outline-svg,
.pa-txt-sc__effect-underline-zigzag svg.outline-svg,
.pa-txt-sc__effect-x 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-circle svg.outline-svg.outline,
.pa-txt-sc__effect-curly svg.outline-svg.outline,
.pa-txt-sc__effect-diagonal svg.outline-svg.outline,
.pa-txt-sc__effect-double-underline svg.outline-svg.outline,
.pa-txt-sc__effect-h-underline svg.outline-svg.outline,
.pa-txt-sc__effect-outline svg.outline-svg.outline,
.pa-txt-sc__effect-strikethrough svg.outline-svg.outline,
.pa-txt-sc__effect-underline-zigzag svg.outline-svg.outline,
.pa-txt-sc__effect-x svg.outline-svg.outline {
stroke: currentColor;
}
.pa-txt-sc__effect-circle svg.outline-svg.outline path:first-child,
.pa-txt-sc__effect-curly svg.outline-svg.outline path:first-child,
.pa-txt-sc__effect-diagonal svg.outline-svg.outline path:first-child,
.pa-txt-sc__effect-double-underline svg.outline-svg.outline path:first-child,
.pa-txt-sc__effect-h-underline svg.outline-svg.outline path:first-child,
.pa-txt-sc__effect-outline svg.outline-svg.outline path:first-child,
.pa-txt-sc__effect-strikethrough svg.outline-svg.outline path:first-child,
.pa-txt-sc__effect-underline-zigzag svg.outline-svg.outline path:first-child,
.pa-txt-sc__effect-x 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-circle svg.outline-svg.outline path:nth-child(2),
.pa-txt-sc__effect-curly 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-double-underline 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-outline 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-underline-zigzag svg.outline-svg.outline path:nth-child(2),
.pa-txt-sc__effect-x 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: 0;
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(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
.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(0);
transform: rotateY(0);
}
.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 transparent;
-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 transparent;
-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__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 .custom-fa,
.premium-tiktok-feed__scheme-light .premium-tiktok-feed__created-at,
.premium-tiktok-feed__scheme-light .premium-tiktok-feed__profile-counts,
.premium-tiktok-feed__scheme-light .premium-tiktok-feed__profile-desc,
.premium-tiktok-feed__scheme-light .premium-tiktok-feed__username a,
.premium-tiktok-feed__scheme-light .premium-tiktok-feed__vid-creator a,
.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 {
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 .custom-fa,
.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__created-at,
.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__profile-counts,
.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__profile-desc,
.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__username a,
.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__vid-creator a,
.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 {
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:not(.premium-btn-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-icon,
.premium-title-gradient-yes .premium-title-text {
-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 #00f;
top: 0;
background: 0 0;
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: 0 0;
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(0);
filter: hue-rotate(0);
}
50% {
-webkit-filter: hue-rotate(360deg);
filter: hue-rotate(360deg);
}
}
@keyframes pa-text-gradient {
0%,
100% {
-webkit-filter: hue-rotate(0);
filter: hue-rotate(0);
}
50% {
-webkit-filter: hue-rotate(360deg);
filter: hue-rotate(360deg);
}
}
@-webkit-keyframes pa-noise-anim-1 {
0% {
clip: rect(52px, 9999px, 71px, 0);
}
5% {
clip: rect(88px, 9999px, 225px, 0);
}
10% {
clip: rect(81px, 9999px, 25px, 0);
}
15% {
clip: rect(38px, 9999px, 296px, 0);
}
20% {
clip: rect(62px, 9999px, 183px, 0);
}
25% {
clip: rect(5px, 9999px, 4px, 0);
}
30% {
clip: rect(9px, 9999px, 27px, 0);
}
35% {
clip: rect(17px, 9999px, 110px, 0);
}
40% {
clip: rect(97px, 9999px, 208px, 0);
}
45% {
clip: rect(9px, 9999px, 16px, 0);
}
50% {
clip: rect(94px, 9999px, 281px, 0);
}
55% {
clip: rect(53px, 9999px, 278px, 0);
}
60% {
clip: rect(2px, 9999px, 11px, 0);
}
65% {
clip: rect(24px, 9999px, 25px, 0);
}
70% {
clip: rect(45px, 9999px, 265px, 0);
}
75% {
clip: rect(75px, 9999px, 101px, 0);
}
80% {
clip: rect(9px, 9999px, 230px, 0);
}
85% {
clip: rect(56px, 9999px, 201px, 0);
}
90% {
clip: rect(53px, 9999px, 73px, 0);
}
95% {
clip: rect(86px, 9999px, 271px, 0);
}
100% {
clip: rect(63px, 9999px, 29px, 0);
}
}
@keyframes pa-noise-anim-1 {
0% {
clip: rect(52px, 9999px, 71px, 0);
}
5% {
clip: rect(88px, 9999px, 225px, 0);
}
10% {
clip: rect(81px, 9999px, 25px, 0);
}
15% {
clip: rect(38px, 9999px, 296px, 0);
}
20% {
clip: rect(62px, 9999px, 183px, 0);
}
25% {
clip: rect(5px, 9999px, 4px, 0);
}
30% {
clip: rect(9px, 9999px, 27px, 0);
}
35% {
clip: rect(17px, 9999px, 110px, 0);
}
40% {
clip: rect(97px, 9999px, 208px, 0);
}
45% {
clip: rect(9px, 9999px, 16px, 0);
}
50% {
clip: rect(94px, 9999px, 281px, 0);
}
55% {
clip: rect(53px, 9999px, 278px, 0);
}
60% {
clip: rect(2px, 9999px, 11px, 0);
}
65% {
clip: rect(24px, 9999px, 25px, 0);
}
70% {
clip: rect(45px, 9999px, 265px, 0);
}
75% {
clip: rect(75px, 9999px, 101px, 0);
}
80% {
clip: rect(9px, 9999px, 230px, 0);
}
85% {
clip: rect(56px, 9999px, 201px, 0);
}
90% {
clip: rect(53px, 9999px, 73px, 0);
}
95% {
clip: rect(86px, 9999px, 271px, 0);
}
100% {
clip: rect(63px, 9999px, 29px, 0);
}
}
@-webkit-keyframes pa-noise-anim-2 {
0% {
clip: rect(14px, 9999px, 228px, 0);
}
5% {
clip: rect(19px, 9999px, 127px, 0);
}
10% {
clip: rect(17px, 9999px, 117px, 0);
}
15% {
clip: rect(46px, 9999px, 100px, 0);
}
20% {
clip: rect(28px, 9999px, 33px, 0);
}
25% {
clip: rect(64px, 9999px, 261px, 0);
}
30% {
clip: rect(58px, 9999px, 198px, 0);
}
35% {
clip: rect(18px, 9999px, 82px, 0);
}
40% {
clip: rect(61px, 9999px, 16px, 0);
}
45% {
clip: rect(63px, 9999px, 148px, 0);
}
50% {
clip: rect(59px, 9999px, 194px, 0);
}
55% {
clip: rect(20px, 9999px, 183px, 0);
}
60% {
clip: rect(49px, 9999px, 272px, 0);
}
65% {
clip: rect(70px, 9999px, 274px, 0);
}
70% {
clip: rect(70px, 9999px, 156px, 0);
}
75% {
clip: rect(82px, 9999px, 216px, 0);
}
80% {
clip: rect(25px, 9999px, 256px, 0);
}
85% {
clip: rect(76px, 9999px, 79px, 0);
}
90% {
clip: rect(2px, 9999px, 248px, 0);
}
95% {
clip: rect(9px, 9999px, 260px, 0);
}
100% {
clip: rect(41px, 9999px, 162px, 0);
}
}
@keyframes pa-noise-anim-2 {
0% {
clip: rect(14px, 9999px, 228px, 0);
}
5% {
clip: rect(19px, 9999px, 127px, 0);
}
10% {
clip: rect(17px, 9999px, 117px, 0);
}
15% {
clip: rect(46px, 9999px, 100px, 0);
}
20% {
clip: rect(28px, 9999px, 33px, 0);
}
25% {
clip: rect(64px, 9999px, 261px, 0);
}
30% {
clip: rect(58px, 9999px, 198px, 0);
}
35% {
clip: rect(18px, 9999px, 82px, 0);
}
40% {
clip: rect(61px, 9999px, 16px, 0);
}
45% {
clip: rect(63px, 9999px, 148px, 0);
}
50% {
clip: rect(59px, 9999px, 194px, 0);
}
55% {
clip: rect(20px, 9999px, 183px, 0);
}
60% {
clip: rect(49px, 9999px, 272px, 0);
}
65% {
clip: rect(70px, 9999px, 274px, 0);
}
70% {
clip: rect(70px, 9999px, 156px, 0);
}
75% {
clip: rect(82px, 9999px, 216px, 0);
}
80% {
clip: rect(25px, 9999px, 256px, 0);
}
85% {
clip: rect(76px, 9999px, 79px, 0);
}
90% {
clip: rect(2px, 9999px, 248px, 0);
}
95% {
clip: rect(9px, 9999px, 260px, 0);
}
100% {
clip: rect(41px, 9999px, 162px, 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-tooltip-gallery,
.premium-global-tooltip-content .premium-tootltip-icon {
display: inline-block;
}
.premium-global-tooltip-content .premium-tooltip-gallery img,
.premium-global-tooltip-content .premium-tootltip-icon img {
width: 100%;
height: 100%;
object-fit: cover;
}
.elementor-widget-premium-addon-video-box {
width: 100%;
max-width: 100%;
}
.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 {
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: 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);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.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 {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-vid-lightbox-container,
.premium-video-box-video-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(0) scale(1.1);
-ms-transform: translateX(0) scale(1.1);
transform: translateX(0) 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.scale,
.premium-video-box-image-container.zoomout {
-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-container:before,
.premium-video-box-container.premium-video-box-sticky-apply
.premium-video-box-vimeo-wrap {
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-left
.premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply
.premium-video-box-inner-wrap,
.premium-video-sticky-bottom-right
.premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply
.premium-video-box-inner-wrap {
bottom: 55px;
}
.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,
.premium-video-sticky-top-left
.premium-video-box-sticky-apply
.premium-video-box-sticky-close {
top: -10px;
inset-inline-end: -10px;
}
.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,
.premium-video-sticky-top-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;
}
.premium-video__glow-ripple .premium-video-box-play-icon-container::after,
.premium-video__glow-ripple .premium-video-box-play-icon-container::before {
content: "";
position: absolute;
inset: 0;
border-radius: inherit;
pointer-events: none;
color: #6ec1e4;
box-shadow: 0 0 0 0 currentColor;
-webkit-animation: play-ripple 3s infinite;
animation: play-ripple 3s infinite;
opacity: 0.6;
z-index: -1;
}
.premium-video__glow-ripple .premium-video-box-play-icon-container::before {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
.premium-video__glow-ripple .premium-video-box-play-icon-container::after {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.premium-video__glow-radio .premium-video-box-play-icon-container::after,
.premium-video__glow-radio .premium-video-box-play-icon-container::before {
content: "";
position: absolute;
inset: 0;
border-radius: inherit;
border: 2px solid currentColor;
-webkit-animation: play-radio 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
animation: play-radio 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
opacity: 0;
z-index: -1;
}
.premium-video__glow-radio .premium-video-box-play-icon-container::before {
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.premium-video__glow-radio .premium-video-box-play-icon-container::after {
-webkit-animation-delay: 0.75s;
animation-delay: 0.75s;
}
.rtl .premium-video-box-description-container,
.rtl .premium-video-box-play-icon-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);
}
@-webkit-keyframes play-ripple {
70% {
box-shadow: 0 0 0 var(--glow-size, 15px) currentColor;
opacity: 0;
}
100% {
box-shadow: 0 0 0 0 currentColor;
opacity: 0;
}
}
@keyframes play-ripple {
70% {
box-shadow: 0 0 0 var(--glow-size, 15px) currentColor;
opacity: 0;
}
100% {
box-shadow: 0 0 0 0 currentColor;
opacity: 0;
}
}
@-webkit-keyframes play-radio {
0% {
opacity: 0.8;
border-width: 2px;
}
70% {
opacity: 0.4;
}
100% {
-webkit-transform: scale(var(--glow-scale, 2));
transform: scale(var(--glow-scale, 2));
opacity: 0;
border-width: 0;
}
}
@keyframes play-radio {
0% {
opacity: 0.8;
border-width: 2px;
}
70% {
opacity: 0.4;
}
100% {
-webkit-transform: scale(var(--glow-scale, 2));
transform: scale(var(--glow-scale, 2));
opacity: 0;
border-width: 0;
}
}
.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: 0;
}
.multiscroll-nav li a:focus {
outline: 0;
}
.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(0) scale(1) rotateX(0) !important;
transform: translateY(0) scale(1) rotateX(0) !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(0) scale(1) !important;
-ms-transform: translateY(0) scale(1) !important;
transform: translateY(0) scale(1) !important;
}
[data-hijacking="off"] .premium-vscroll-parallax-position {
position: unset !important;
}
.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__desc-wrapper,
.premium-weather__outer-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 .premium-lottie-animation,
.premium-weather__icon-wrapper img,
.premium-weather__icon-wrapper > svg {
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
.premium-lottie-animation,
.premium-weather__hourly-item .premium-weather__icon-wrapper img,
.premium-weather__hourly-item .premium-weather__icon-wrapper > svg {
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
.premium-lottie-animation,
.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
> svg {
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
.premium-lottie-animation,
.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
> svg {
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
.premium-lottie-animation,
.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
> svg {
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
.premium-lottie-animation,
.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
> svg {
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
.premium-lottie-animation,
.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
> svg {
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
.premium-lottie-animation,
.premium-hours-vertical
.premium-weather__hourly-item
.premium-weather__icon-wrapper
img,
.premium-hours-vertical
.premium-weather__hourly-item
.premium-weather__icon-wrapper
> svg {
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 0 20px 0;
}
.premium-weather__forecast-tabs-wrapper
.premium-weather__weather-indicators
.premium-weather__weather-data-wrapper,
.premium-weather__forecast-tabs-wrapper
.premium-weather__weather-indicators
.premium-weather__weather-indicator {
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
.premium-lottie-animation,
.premium-weather__forecast-tabs-wrapper .premium-weather__icon-wrapper img,
.premium-weather__forecast-tabs-wrapper .premium-weather__icon-wrapper > svg {
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-2.premium-weather__hourly-yes
.premium-weather__extra-outer-wrapper,
.premium-weather__layout-3 .premium-weather__hourly-forecast-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-hours-vertical .premium-weather__hourly-data > div > span,
.rtl .premium-weather__extra-weather > 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(0) scale(1.1);
-ms-transform: translateX(0) scale(1.1);
transform: translateX(0) 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: 0;
}
.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 .grouped_product_qty,
.premium-wrapper-woo-cta .product-quantity {
color: #222;
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: 0;
-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: #222;
background-color: #fff;
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-grouped-product,
.premium-wrapper-woo-cta .premium-variations {
border-collapse: separate;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.premium-wrapper-woo-cta .premium-grouped-product th,
.premium-wrapper-woo-cta .premium-variations 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-grouped-product td,
.premium-wrapper-woo-cta .premium-variations 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-external .quantity-input-wrapper,
.pa-grouped .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-featured-wrap
.premium-woo-product-featured,
.premium-woocommerce:not(.premium-woo-skin-grid-10)
.premium-woo-product-sale-wrap
.premium-woo-product-onsale {
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 {
margin: 0;
padding: 0;
list-style: none outside;
}
.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:not(.premium-woo-products-carousel) ul.products {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
gap: 0;
}
.premium-woocommerce:not(.premium-woo-products-marquee):not(
.premium-woo-products-carousel
)
ul.products {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.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 .pa-out-of-stock,
.premium-woocommerce .premium-woo-ribbon-container {
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-featured-wrap,
.premium-woo-product-sale-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: 0 0;
opacity: 1;
}
.premium-woocommerce li.product .price ins {
display: inline-block;
background: 0 0;
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.current,
.premium-woo-products-pagination ul.page-numbers li .page-numbers:hover {
background-color: #54595f;
color: #fff;
outline: 0;
}
.premium-woo-quick-view-loader .premium-loading-feed,
.premium-woocommerce .premium-loading-feed {
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
bottom: 0;
right: 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;
}
.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(0) scale(1.1);
-ms-transform: translateX(0) scale(1.1);
transform: translateX(0) 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-left
.premium-woo-skin-grid-6
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,
.premium-woo-product-align-right
.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 {
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,
.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 .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-product-summary,
#premium-woo-quick-view-modal.inline
.premium-woo-product
> .product
.premium-woo-qv-image-slider {
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: 0;
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: #fff;
}
.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 a,
.premium-woo-lightbox-content form.cart div.quantity input {
height: 100%;
border: 1px solid;
box-sizing: border-box;
}
.premium-woo-lightbox-content form.cart div.quantity .qty:focus {
outline: 0;
}
.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-woo-lightbox-content div.star-rating,
.premium-woocommerce 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-woo-lightbox-content div.star-rating::before,
.premium-woocommerce div.star-rating::before {
content: "sssss";
color: #54595f;
float: inline-start;
top: 0;
left: 0;
position: absolute;
}
.premium-woo-lightbox-content div.star-rating span,
.premium-woocommerce div.star-rating span {
overflow: hidden;
float: inline-start;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.premium-woo-lightbox-content div.star-rating span::before,
.premium-woocommerce 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: 0;
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: 0;
}
.premium-woo-qv-image-slider img {
object-fit: cover;
width: 100%;
display: block;
height: auto;
}
.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-products-marquee .premium-woo-products-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.premium-woo-products-marquee .premium-woo-products-inner:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
pointer-events: none;
background: 0 0 !important;
}
.premium-woo-products-marquee .premium-woo-products-inner ul.products {
width: -webkit-fit-content;
width: fit-content;
gap: var(--pa-marquee-spacing, 10px);
}
.premium-woo-products-marquee li.product {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
width: 300px;
}
.premium-woo-load-more {
position: relative;
}
.premium-woo-load-more .premium-woo-load-more-btn {
box-shadow: none;
text-shadow: none;
border: none;
outline: 0;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
vertical-align: bottom;
cursor: pointer;
line-height: 1;
font-style: normal;
font-weight: 400;
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(0.175, 0.885, 0.32, 1.15);
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.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(0.175, 0.885, 0.32, 1.15);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.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(0.23, 0.635, 0.495, 1);
-webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
-webkit-transition-property: top;
transition-property: top;
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.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(0.175, 0.885, 0.32, 1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.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 0.4s;
animation: tooltipster-fading 0.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 0.6s;
animation: tooltipster-rotating 0.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 0.6s;
animation: tooltipster-scaling 0.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: 0;
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-block,
.premium-btn-lg,
.premium-btn-md,
.premium-btn-sm {
background-color: #eee;
color: #042551;
margin: 0;
text-decoration: none;
}
.premium-btn-block:hover,
.premium-btn-lg:hover,
.premium-btn-md:hover,
.premium-btn-sm: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 0;
width: 100%;
text-align: center;
}
div[class*="elementor-widget-premium"]
.premium-btn-block.premium-button-line6::after {
padding: 20px 0;
}
.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: 0;
height: 0;
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-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-drawer *,
.premium-svg-nodraw * {
-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-drawer .no-transition,
.premium-svg-nodraw .no-transition {
-webkit-transition: none !important;
transition: none !important;
}
.premium-svg-drawer * {
stroke-width: 15px;
stroke: #000;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
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;
}
@media not (prefers-reduced-motion){.components-animate__appear{animation:components-animate__appear-animation .1s cubic-bezier(0,0,.2,1) 0s;animation-fill-mode:forwards}}.components-animate__appear.is-from-top,.components-animate__appear.is-from-top.is-from-left{transform-origin:top left}.components-animate__appear.is-from-top.is-from-right{transform-origin:top right}.components-animate__appear.is-from-bottom,.components-animate__appear.is-from-bottom.is-from-left{transform-origin:bottom left}.components-animate__appear.is-from-bottom.is-from-right{transform-origin:bottom right}@keyframes components-animate__appear-animation{0%{transform:translateY(-2em) scaleY(0) scaleX(0)}to{transform:translateY(0) scaleY(1) scaleX(1)}}@media not (prefers-reduced-motion){.components-animate__slide-in{animation:components-animate__slide-in-animation .1s cubic-bezier(0,0,.2,1);animation-fill-mode:forwards}.components-animate__slide-in.is-from-left{transform:translateX(100%)}.components-animate__slide-in.is-from-right{transform:translateX(-100%)}}@keyframes components-animate__slide-in-animation{to{transform:translateX(0)}}@media not (prefers-reduced-motion){.components-animate__loading{animation:components-animate__loading 1.6s ease-in-out infinite}}@keyframes components-animate__loading{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.components-autocomplete__popover .components-popover__content{min-width:200px;padding:8px}.components-autocomplete__result.components-button{display:flex;height:auto;min-height:36px;text-align:left;width:100%}.components-autocomplete__result.components-button:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-badge{box-sizing:border-box}.components-badge *,.components-badge :after,.components-badge :before{box-sizing:inherit}.components-badge{background-color:color-mix(in srgb,#fff 90%,var(--base-color));border-radius:2px;color:color-mix(in srgb,#000 50%,var(--base-color));display:inline-block;line-height:0;max-width:100%;min-height:24px;padding:2px 8px}.components-badge:where(.is-default){background-color:#f0f0f0;color:#2f2f2f}.components-badge.has-icon{padding-inline-start:4px}.components-badge.is-info{--base-color:#3858e9}.components-badge.is-warning{--base-color:#f0b849}.components-badge.is-error{--base-color:#cc1818}.components-badge.is-success{--base-color:#4ab866}.components-badge__flex-wrapper{align-items:center;display:inline-flex;font-size:12px;font-weight:400;gap:2px;line-height:20px;max-width:100%}.components-badge__icon{flex-shrink:0}.components-badge__content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-button-group{display:inline-block}.components-button-group .components-button{border-radius:0;box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e;display:inline-flex}.components-button-group .components-button+.components-button{margin-left:-1px}.components-button-group .components-button:first-child{border-radius:2px 0 0 2px}.components-button-group .components-button:last-child{border-radius:0 2px 2px 0}.components-button-group .components-button.is-primary,.components-button-group .components-button:focus{position:relative;z-index:1}.components-button-group .components-button.is-primary{box-shadow:inset 0 0 0 1px #1e1e1e}.components-button{-webkit-appearance:none;background:none;border:0;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;margin:0;text-decoration:none}@media not (prefers-reduced-motion){.components-button{transition:box-shadow .1s linear}}.components-button{align-items:center;border-radius:2px;box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);height:36px;padding:6px 12px}.components-button.is-next-40px-default-size{height:40px}.components-button:hover:not(:disabled,[aria-disabled=true]),.components-button[aria-expanded=true]{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:3px solid #0000}.components-button.is-primary{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff);outline:1px solid #0000;text-decoration:none;text-shadow:none;white-space:nowrap}.components-button.is-primary:hover:not(:disabled){background:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:active:not(:disabled){background:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));border-color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary:disabled,.components-button.is-primary:disabled:active:enabled,.components-button.is-primary[aria-disabled=true],.components-button.is-primary[aria-disabled=true]:active:enabled,.components-button.is-primary[aria-disabled=true]:enabled{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff6;outline:none}.components-button.is-primary:disabled:active:enabled:focus:enabled,.components-button.is-primary:disabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:focus:enabled{box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary.is-busy,.components-button.is-primary.is-busy:disabled,.components-button.is-primary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 70%,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 70%);background-size:100px 100%;border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-secondary,.components-button.is-tertiary{outline:1px solid #0000}.components-button.is-secondary:active:not(:disabled),.components-button.is-tertiary:active:not(:disabled){box-shadow:none}.components-button.is-secondary:disabled,.components-button.is-secondary[aria-disabled=true],.components-button.is-secondary[aria-disabled=true]:hover,.components-button.is-tertiary:disabled,.components-button.is-tertiary[aria-disabled=true],.components-button.is-tertiary[aria-disabled=true]:hover{background:#0000;color:#949494;transform:none}.components-button.is-secondary{background:#0000;box-shadow:inset 0 0 0 1px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 0 0 currentColor;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:1px solid #0000;white-space:nowrap}.components-button.is-secondary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);box-shadow:inset 0 0 0 1px var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-secondary:disabled:not(:focus),.components-button.is-secondary[aria-disabled=true]:hover:not(:focus),.components-button.is-secondary[aria-disabled=true]:not(:focus){box-shadow:inset 0 0 0 1px #ddd}.components-button.is-secondary:focus:not(:disabled){box-shadow:0 0 0 currentColor inset,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-tertiary{background:#0000;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));white-space:nowrap}.components-button.is-tertiary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 8%,#0000)}p+.components-button.is-tertiary{margin-left:-6px}.components-button.is-tertiary:disabled:not(:focus),.components-button.is-tertiary[aria-disabled=true]:hover:not(:focus),.components-button.is-tertiary[aria-disabled=true]:not(:focus){box-shadow:none;outline:none}.components-button.is-destructive{--wp-components-color-accent:#cc1818;--wp-components-color-accent-darker-10:#9e1313;--wp-components-color-accent-darker-20:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link){color:#cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled,[aria-disabled=true]){color:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled,[aria-disabled=true]){background:#ccc}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):disabled,.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link)[aria-disabled=true]{color:#949494}.components-button.is-destructive.is-secondary:hover:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:hover:not(:disabled,[aria-disabled=true]){background:#cc18180a}.components-button.is-destructive.is-secondary:active:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:#cc181814}.components-button.is-link{background:none;border:0;border-radius:0;box-shadow:none;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));margin:0;outline:none;padding:0;text-align:left;text-decoration:underline}@media not (prefers-reduced-motion){.components-button.is-link{transition-duration:.05s;transition-property:border,background,color;transition-timing-function:ease-in-out}}.components-button.is-link{height:auto}.components-button.is-link:focus{border-radius:2px}.components-button.is-link:disabled,.components-button.is-link[aria-disabled=true]{color:#949494}.components-button:not(:disabled,[aria-disabled=true]):active{color:var(--wp-components-color-foreground,#1e1e1e)}.components-button:disabled,.components-button[aria-disabled=true]{color:#949494;cursor:default}@media not (prefers-reduced-motion){.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation:components-button__busy-animation 2.5s linear infinite}}.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,#fafafa 33%,#e0e0e0 0,#e0e0e0 70%,#fafafa 0);background-size:100px 100%}.components-button.is-compact{height:32px}.components-button.is-compact.has-icon:not(.has-text){min-width:32px;padding:0}.components-button.is-small{font-size:11px;height:24px;line-height:22px;padding:0 8px}.components-button.is-small.has-icon:not(.has-text){min-width:24px;padding:0}.components-button.has-icon{justify-content:center;min-width:36px;padding:6px}.components-button.has-icon.is-next-40px-default-size{min-width:40px}.components-button.has-icon .dashicon{align-items:center;box-sizing:initial;display:inline-flex;justify-content:center;padding:2px}.components-button.has-icon.has-text{gap:4px;justify-content:start;padding-left:8px;padding-right:12px}.components-button.has-icon.has-text.has-icon-right{padding-left:12px;padding-right:8px}.components-button.is-pressed,.components-button.is-pressed:hover{color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:hover:not(:disabled,[aria-disabled=true]),.components-button.is-pressed:not(:disabled,[aria-disabled=true]){background:var(--wp-components-color-foreground,#1e1e1e)}.components-button.is-pressed:disabled,.components-button.is-pressed[aria-disabled=true]{color:#949494}.components-button.is-pressed:disabled:not(.is-primary):not(.is-secondary):not(.is-tertiary),.components-button.is-pressed[aria-disabled=true]:not(.is-primary):not(.is-secondary):not(.is-tertiary){background:#949494;color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-button svg{fill:currentColor;outline:none}@media (forced-colors:active){.components-button svg{fill:CanvasText}}.components-button .components-visually-hidden{height:auto}@keyframes components-button__busy-animation{0%{background-position:200px 0}}.components-calendar{background-color:var(--wp-components-color-background,#fff);color:var(--wp-components-color-foreground,#1e1e1e);display:inline-block;font-size:13px;font-weight:400;position:relative;z-index:0}.components-calendar,.components-calendar *,.components-calendar :after,.components-calendar :before{box-sizing:border-box}.components-calendar__day{padding:0;position:relative}.components-calendar__day:has(.components-calendar__day-button:disabled){color:var(--wp-components-color-gray-600,#949494)}.components-calendar__day:has(.components-calendar__day-button:focus-visible),.components-calendar__day:has(.components-calendar__day-button:hover:not(:disabled)){color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-calendar__day-button{align-items:center;background:none;border:none;border-radius:2px;color:inherit;cursor:pointer;display:flex;font:inherit;font-variant-numeric:tabular-nums;height:32px;justify-content:center;margin:0;padding:0;position:relative;width:32px}.components-calendar__day-button:before{border:none;border-radius:2px;content:"";inset:0;position:absolute;z-index:-1}.components-calendar__day-button:after{content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.components-calendar__day-button:disabled{cursor:revert}@media (forced-colors:active){.components-calendar__day-button:disabled{text-decoration:line-through}}.components-calendar__day-button:focus-visible{outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-offset:1px}.components-calendar__caption-label{align-items:center;border:0;display:inline-flex;position:relative;text-transform:capitalize;white-space:nowrap;z-index:1}.components-calendar__button-next,.components-calendar__button-previous{align-items:center;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;border-radius:2px;color:inherit;cursor:pointer;display:inline-flex;height:32px;justify-content:center;margin:0;padding:0;position:relative;width:32px}.components-calendar__button-next:disabled,.components-calendar__button-next[aria-disabled=true],.components-calendar__button-previous:disabled,.components-calendar__button-previous[aria-disabled=true]{color:var(--wp-components-color-gray-600,#949494);cursor:revert}.components-calendar__button-next:focus-visible,.components-calendar__button-previous:focus-visible{outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-calendar__chevron{display:inline-block;fill:currentColor;height:16px;width:16px}.components-calendar[dir=rtl] .components-calendar__nav .components-calendar__chevron{transform:rotate(180deg);transform-origin:50%}.components-calendar__month-caption{align-content:center;display:flex;height:32px;justify-content:center;margin-bottom:12px}.components-calendar__months{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;max-width:fit-content;position:relative}.components-calendar__month-grid{border-collapse:initial;border-spacing:0 4px}.components-calendar__nav{align-items:center;display:flex;height:32px;inset-block-start:0;inset-inline-end:0;inset-inline-start:0;justify-content:space-between;position:absolute}.components-calendar__weekday{color:var(--wp-components-color-gray-700,#757575);height:32px;padding:0;text-align:center;text-transform:uppercase;width:32px}.components-calendar__day--today:after{border:2px solid;border-radius:50%;content:"";height:0;inset-block-start:2px;inset-inline-end:2px;position:absolute;width:0;z-index:1}.components-calendar__day--selected:not(.components-calendar__range-middle):has(.components-calendar__day-button,.components-calendar__day-button:hover:not(:disabled)){color:var(--wp-components-color-foreground-inverted,#fff)}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:before{background-color:var(--wp-components-color-foreground,#1e1e1e);border:1px solid #0000}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:disabled:before{background-color:var(--wp-components-color-gray-600,#949494)}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:hover:not(:disabled):before{background-color:var(--wp-components-color-gray-800,#2f2f2f)}.components-calendar__day--hidden{visibility:hidden}.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button,.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button:before{border-end-end-radius:0;border-start-end-radius:0}.components-calendar__range-middle .components-calendar__day-button:before{background-color:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);border-color:#0000;border-radius:0;border-style:solid;border-width:1px 0}.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button,.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button:before{border-end-start-radius:0;border-start-start-radius:0}.components-calendar__day--preview svg{color:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 16%,#0000);inset:0;pointer-events:none;position:absolute}@media (forced-colors:active){.components-calendar__day--preview svg{color:inherit}}.components-calendar[dir=rtl] .components-calendar__day--preview svg{transform:scaleX(-1)}.components-calendar__day--preview.components-calendar__range-middle .components-calendar__day-button:before{border:none}@keyframes slide-in-left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slide-in-right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slide-out-left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes slide-out-right{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{animation-duration:0s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.4,0,.2,1)}@media not (prefers-reduced-motion){.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{animation-duration:.3s}}.components-calendar[dir=rtl] .components-calendar__weeks-after-enter,.components-calendar__weeks-before-enter{animation-name:slide-in-left}.components-calendar[dir=rtl] .components-calendar__weeks-after-exit,.components-calendar__weeks-before-exit{animation-name:slide-out-left}.components-calendar[dir=rtl] .components-calendar__weeks-before-enter,.components-calendar__weeks-after-enter{animation-name:slide-in-right}.components-calendar[dir=rtl] .components-calendar__weeks-before-exit,.components-calendar__weeks-after-exit{animation-name:slide-out-right}.components-calendar__caption-after-enter{animation-name:fade-in}.components-calendar__caption-after-exit{animation-name:fade-out}.components-calendar__caption-before-enter{animation-name:fade-in}.components-calendar__caption-before-exit{animation-name:fade-out}.components-checkbox-control{--checkbox-input-size:24px}@media (min-width:600px){.components-checkbox-control{--checkbox-input-size:16px}}.components-checkbox-control{--checkbox-input-margin:8px}.components-checkbox-control__label{cursor:pointer;line-height:var(--checkbox-input-size)}.components-checkbox-control__input[type=checkbox]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin-right:12px;padding:6px 8px;transition:none}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-checkbox-control__input[type=checkbox]{font-size:13px;line-height:normal}}.components-checkbox-control__input[type=checkbox]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]::-moz-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{color:#fff;margin:-3px -5px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{margin:-4px 0 0 -5px}}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{content:"\f460";display:inline-block;float:left;font:normal 30px/1 dashicons;vertical-align:middle;width:16px;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width:782px){.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{float:none;font-size:21px}}.components-checkbox-control__input[type=checkbox]:disabled,.components-checkbox-control__input[type=checkbox][aria-disabled=true]{background:#f0f0f0;border-color:#ddd;cursor:default;opacity:1}.components-checkbox-control__input[type=checkbox]{appearance:none;background:#fff;clear:none;color:#1e1e1e;cursor:pointer;display:inline-block;height:var(--checkbox-input-size);line-height:0;margin:0 4px 0 0;outline:0;padding:0!important;text-align:center;vertical-align:top;width:var(--checkbox-input-size)}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:border-color .1s ease-in-out}}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-checkbox-control__input[type=checkbox]:checked,.components-checkbox-control__input[type=checkbox]:indeterminate{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-checkbox-control__input[type=checkbox]:checked::-ms-check,.components-checkbox-control__input[type=checkbox]:indeterminate::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before{content:none}.components-checkbox-control__input-container{aspect-ratio:1;display:inline-block;flex-shrink:0;line-height:1;margin-right:var(--checkbox-input-margin);position:relative;vertical-align:middle;width:var(--checkbox-input-size)}svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:var(--checkbox-input-size);fill:#fff;cursor:pointer;height:var(--checkmark-size);left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;width:var(--checkmark-size)}@media (min-width:600px){svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:calc(var(--checkbox-input-size) + 4px)}}.components-checkbox-control__help{display:inline-block;margin-inline-start:calc(var(--checkbox-input-size) + var(--checkbox-input-margin))}.components-circular-option-picker{display:inline-block;min-width:188px;width:100%}.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper{display:flex;justify-content:flex-end;margin-top:12px}.components-circular-option-picker .components-circular-option-picker__swatches{display:flex;flex-wrap:wrap;gap:12px;position:relative;z-index:1}.components-circular-option-picker>:not(.components-circular-option-picker__swatches){position:relative;z-index:0}.components-circular-option-picker__option-wrapper{display:inline-block;height:28px;transform:scale(1);vertical-align:top;width:28px}@media not (prefers-reduced-motion){.components-circular-option-picker__option-wrapper{transition:transform .1s ease;will-change:transform}}.components-circular-option-picker__option-wrapper:hover{transform:scale(1.2)}.components-circular-option-picker__option-wrapper>div{height:100%;width:100%}.components-circular-option-picker__option-wrapper:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23555d65' d='M6 8V6H4v2zm2 0V6h2v2zm2 8H8v-2h2zm2 0v-2h2v2zm0 2v-2h-2v2H8v2h2v-2zm2 0v2h-2v-2zm2 0h-2v-2h2z'/%3E%3Cpath fill='%23555d65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2zm-2-4v-2h2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555d65' d='M18 18v2h-2v-2z'/%3E%3Cpath fill='%23555d65' fill-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2zm0 2v-2H6v2zm2 0v-2h2v2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555d65' fill-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4zm0 4V2H2v2zm2 0V2h2v2zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2z' clip-rule='evenodd'/%3E%3C/svg%3E");border-radius:50%;bottom:1px;content:"";left:1px;position:absolute;right:1px;top:1px;z-index:-1}.components-circular-option-picker__option{aspect-ratio:1;background:#0000;border:none;border-radius:50%;box-shadow:inset 0 0 0 14px;display:inline-block;height:100%!important;vertical-align:top}@media not (prefers-reduced-motion){.components-circular-option-picker__option{transition:box-shadow .1s ease}}.components-circular-option-picker__option{cursor:pointer}.components-circular-option-picker__option:hover{box-shadow:inset 0 0 0 14px!important}.components-circular-option-picker__option[aria-pressed=true],.components-circular-option-picker__option[aria-selected=true]{box-shadow:inset 0 0 0 4px;overflow:visible;position:relative;z-index:1}.components-circular-option-picker__option[aria-pressed=true]+svg,.components-circular-option-picker__option[aria-selected=true]+svg{border-radius:50%;left:2px;pointer-events:none;position:absolute;top:2px;z-index:2}.components-circular-option-picker__option:after{border:1px solid #0000;border-radius:50%;bottom:-1px;box-shadow:inset 0 0 0 1px #0003;box-sizing:inherit;content:"";left:-1px;position:absolute;right:-1px;top:-1px}.components-circular-option-picker__option:focus:after{border:2px solid #757575;border-radius:50%;box-shadow:inset 0 0 0 2px #fff;content:"";height:calc(100% + 4px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% + 4px)}.components-circular-option-picker__option.components-button:focus{background-color:initial;box-shadow:inset 0 0 0 14px;outline:none}.components-circular-option-picker__button-action .components-circular-option-picker__option{background:#fff;color:#fff}.components-circular-option-picker__dropdown-link-action{margin-right:16px}.components-circular-option-picker__dropdown-link-action .components-button{line-height:22px}.components-palette-edit__popover-gradient-picker{padding:8px;width:260px}.components-dropdown-menu__menu .components-palette-edit__menu-button{width:100%}.component-color-indicator{background:#fff linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);border-radius:50%;box-shadow:inset 0 0 0 1px #0003;display:inline-block;height:20px;padding:0;width:20px}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{background:var(--wp-components-color-background,#fff);border:none;box-shadow:none;color:var(--wp-components-color-foreground,#1e1e1e);font-family:inherit;font-size:16px;line-height:inherit;margin:0;min-height:auto;padding:2px;width:100%}@media (min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{box-shadow:none;outline:none}.components-combobox-control__suggestions-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-combobox-control__suggestions-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-combobox-control__suggestions-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container::-moz-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container:-ms-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container{align-items:flex-start;display:flex;flex-wrap:wrap;padding:0;width:100%}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-combobox-control__suggestions-container .components-spinner{margin:0}.components-color-palette__custom-color-wrapper{position:relative;z-index:0}.components-color-palette__custom-color-button{background:none;border:none;border-radius:4px 4px 0 0;box-shadow:inset 0 0 0 1px #0003;box-sizing:border-box;cursor:pointer;height:64px;outline:1px solid #0000;position:relative;width:100%}.components-color-palette__custom-color-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-width:2px}.components-color-palette__custom-color-button:after{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,24px 24px;background-size:48px 48px;border-radius:3px 3px 0 0;content:"";inset:1px;position:absolute;z-index:-1}.components-color-palette__custom-color-text-wrapper{border-radius:0 0 4px 4px;box-shadow:inset 0 -1px 0 0 #0003,inset 1px 0 0 0 #0003,inset -1px 0 0 0 #0003;font-size:13px;padding:12px 16px;position:relative}.components-color-palette__custom-color-name{color:var(--wp-components-color-foreground,#1e1e1e);margin:0 1px}.components-color-palette__custom-color-value{color:#757575}.components-color-palette__custom-color-value--is-hex{text-transform:uppercase}.components-color-palette__custom-color-value:empty:after{content:"​";visibility:hidden}.components-custom-gradient-picker__gradient-bar{border-radius:2px;height:48px;position:relative;width:100%;z-index:1}.components-custom-gradient-picker__gradient-bar.has-gradient{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background{inset:0;position:absolute}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container{margin-left:auto;margin-right:auto;position:relative;width:calc(100% - 48px)}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown{display:flex;height:16px;position:absolute;top:16px;width:16px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown{background:#fff;border-radius:50%;color:#1e1e1e;height:inherit;min-width:16px!important;padding:2px;position:relative;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg{height:100%;width:100%}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button{border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 2px 0 #00000040;height:inherit;outline:2px solid #0000;padding:0;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus{box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff,0 0 2px 0 #00000040;outline:1.5px solid #0000}.components-custom-gradient-picker__remove-control-point-wrapper{padding-bottom:8px}.components-custom-gradient-picker__inserter{direction:ltr}.components-custom-gradient-picker__liner-gradient-indicator{display:inline-block;flex:0 auto;height:20px;width:20px}.components-custom-gradient-picker__ui-line{position:relative;z-index:0}body.is-dragging-components-draggable{cursor:move;cursor:grabbing!important}.components-draggable__invisible-drag-image{height:50px;left:-1000px;position:fixed;width:50px}.components-draggable__clone{background:#0000;padding:0;pointer-events:none;position:fixed;z-index:1000000000}.components-drop-zone{border-radius:2px;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;visibility:hidden;z-index:40}.components-drop-zone.is-active{opacity:1;visibility:visible}.components-drop-zone .components-drop-zone__content{align-items:center;background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));bottom:0;color:#fff;display:flex;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:50}.components-drop-zone .components-drop-zone__content-inner{opacity:0;transform:scale(.9)}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{opacity:1}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{transition:opacity .2s ease-in-out}}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{opacity:1;transform:scale(1)}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{transition:opacity .1s ease-in-out .1s,transform .1s ease-in-out .1s}}.components-drop-zone__content-icon,.components-drop-zone__content-text{display:block}.components-drop-zone__content-icon{line-height:0;margin:0 auto 8px;fill:currentColor;pointer-events:none}.components-drop-zone__content-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-dropdown{display:inline-block}.components-dropdown__content .components-popover__content{padding:8px}.components-dropdown__content .components-popover__content:has(.components-menu-group){padding:0}.components-dropdown__content .components-popover__content:has(.components-menu-group) .components-dropdown-menu__menu>.components-menu-item__button,.components-dropdown__content .components-popover__content:has(.components-menu-group)>.components-menu-item__button{margin:8px;width:auto}.components-dropdown__content [role=menuitem]{white-space:nowrap}.components-dropdown__content .components-menu-group{padding:8px}.components-dropdown__content .components-menu-group+.components-menu-group{border-top:1px solid #ccc;padding:8px}.components-dropdown__content.is-alternate .components-menu-group+.components-menu-group{border-color:#1e1e1e}.components-dropdown-menu__toggle{vertical-align:top}.components-dropdown-menu__menu{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:1.4;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item,.components-dropdown-menu__menu .components-menu-item{cursor:pointer;outline:none;padding:6px;white-space:nowrap;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,.components-dropdown-menu__menu .components-menu-item.has-separator{margin-top:6px;overflow:visible;position:relative}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,.components-dropdown-menu__menu .components-menu-item.has-separator:before{background-color:#ddd;box-sizing:initial;content:"";display:block;height:1px;left:0;position:absolute;right:0;top:-3px}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,.components-dropdown-menu__menu .components-menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-menu-item.is-active svg{background:#1e1e1e;border-radius:1px;box-shadow:0 0 0 1px #1e1e1e;color:#fff}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,.components-dropdown-menu__menu .components-menu-item.is-icon-only{width:auto}.components-dropdown-menu__menu .components-menu-item__button,.components-dropdown-menu__menu .components-menu-item__button.components-button{height:auto;min-height:40px;padding-left:8px;padding-right:8px;text-align:left}.components-duotone-picker__color-indicator:before{background:#0000}.components-duotone-picker__color-indicator>.components-button,.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled){background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);color:#0000}.components-duotone-picker__color-indicator>.components-button:hover:not(:disabled):not([aria-disabled=true]),.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active{color:#0000}.components-color-list-picker,.components-color-list-picker__swatch-button{width:100%}.components-color-list-picker__color-picker{margin:8px 0}.components-color-list-picker__swatch-color{margin:2px}.components-external-link{text-decoration:none}.components-external-link__contents{text-decoration:underline}.components-external-link__icon{font-weight:400;margin-left:.5ch}.components-form-toggle{display:inline-block;height:16px;position:relative}.components-form-toggle .components-form-toggle__track{background-color:#fff;border:1px solid #949494;border-radius:8px;box-sizing:border-box;content:"";display:inline-block;height:16px;position:relative;vertical-align:top;width:32px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track{transition:background-color .2s ease,border-color .2s ease}}.components-form-toggle .components-form-toggle__track{overflow:hidden}.components-form-toggle .components-form-toggle__track:after{border-top:16px solid #0000;box-sizing:border-box;content:"";inset:0;position:absolute}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track:after{transition:opacity .2s ease}}.components-form-toggle .components-form-toggle__track:after{opacity:0}.components-form-toggle .components-form-toggle__thumb{border-radius:50%;box-sizing:border-box;display:block;height:12px;left:2px;position:absolute;top:2px;width:12px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__thumb{transition:transform .2s ease,background-color .2s ease-out}}.components-form-toggle .components-form-toggle__thumb{background-color:#1e1e1e;border:6px solid #0000;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003}.components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-toggle.is-checked .components-form-toggle__track:after{opacity:1}.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:2px}.components-form-toggle.is-checked .components-form-toggle__thumb{background-color:#fff;border-width:0;transform:translateX(16px)}.components-disabled .components-form-toggle,.components-form-toggle.is-disabled{opacity:.3}.components-form-toggle input.components-form-toggle__input[type=checkbox]{border:none;height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;z-index:1}.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked{background:none}.components-form-toggle input.components-form-toggle__input[type=checkbox]:before{content:""}.components-form-toggle input.components-form-toggle__input[type=checkbox]:not(:disabled,[aria-disabled=true]){cursor:pointer}.components-form-token-field__input-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-form-token-field__input-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-form-token-field__input-container{font-size:13px;line-height:normal}}.components-form-token-field__input-container:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-form-token-field__input-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container::-moz-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container:-ms-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container{cursor:text;padding:0;width:100%}.components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd}.components-form-token-field__input-container.is-active{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-form-token-field__input-container input[type=text].components-form-token-field__input{background:inherit;border:0;box-shadow:none;color:var(--wp-components-color-foreground,#1e1e1e);display:inline-block;flex:1;font-family:inherit;font-size:16px;margin-left:4px;max-width:100%;min-height:24px;min-width:50px;padding:0;width:100%}@media (min-width:600px){.components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{box-shadow:none;outline:none}.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.components-form-token-field__token{color:#1e1e1e;display:flex;font-size:13px;max-width:100%}.components-form-token-field__token.is-success .components-form-token-field__remove-token,.components-form-token-field__token.is-success .components-form-token-field__token-text{background:#4ab866}.components-form-token-field__token.is-error .components-form-token-field__remove-token,.components-form-token-field__token.is-error .components-form-token-field__token-text{background:#cc1818}.components-form-token-field__token.is-validating .components-form-token-field__remove-token,.components-form-token-field__token.is-validating .components-form-token-field__token-text{color:#757575}.components-form-token-field__token.is-borderless{padding:0 24px 0 0;position:relative}.components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:#0000}.components-form-token-field__token.is-borderless:not(.is-disabled) .components-form-token-field__token-text{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:#0000;color:#757575;position:absolute;right:0;top:1px}.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866}.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{color:#cc1818;padding:0 4px 0 6px}.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e}.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;min-width:unset}@media not (prefers-reduced-motion){.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{transition:all .2s cubic-bezier(.4,1,.4,1)}}.components-form-token-field__token-text{border-radius:1px 0 0 1px;line-height:24px;overflow:hidden;padding:0 0 0 8px;text-overflow:ellipsis;white-space:nowrap}.components-form-token-field__remove-token.components-button{border-radius:0 1px 1px 0;color:#1e1e1e;line-height:10px;overflow:initial}.components-form-token-field__remove-token.components-button:hover:not(:disabled){color:#1e1e1e}.components-form-token-field__suggestions-list{flex:1 0 100%;max-height:128px;min-width:100%;overflow-y:auto}@media not (prefers-reduced-motion){.components-form-token-field__suggestions-list{transition:all .15s ease-in-out}}.components-form-token-field__suggestions-list{box-shadow:inset 0 1px 0 0 #949494;list-style:none;margin:0;padding:0}.components-form-token-field__suggestion{box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);display:block;font-size:13px;margin:0;min-height:32px;padding:8px 12px}.components-form-token-field__suggestion.is-selected{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-foreground-inverted,#fff)}.components-form-token-field__suggestion[aria-disabled=true]{color:#949494;pointer-events:none}.components-form-token-field__suggestion[aria-disabled=true].is-selected{background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000)}.components-form-token-field__suggestion:not(.is-empty){cursor:pointer}@media (min-width:600px){.components-guide{width:600px}}.components-guide .components-modal__content{margin-top:0;padding:0}.components-guide .components-modal__content:before{content:none}.components-guide .components-modal__header{border-bottom:none;height:64px;padding:0;position:sticky}.components-guide .components-modal__header .components-button{align-self:flex-start;margin:8px 8px 0 0;position:static}.components-guide .components-modal__header .components-button:hover svg{fill:#fff}.components-guide .components-guide__container{display:flex;flex-direction:column;justify-content:space-between;margin-top:-64px;min-height:100%}.components-guide .components-guide__page{display:flex;flex-direction:column;justify-content:center;position:relative}@media (min-width:600px){.components-guide .components-guide__page{min-height:300px}}.components-guide .components-guide__footer{align-content:center;display:flex;height:36px;justify-content:center;margin:0 0 24px;padding:0 32px;position:relative;width:100%}.components-guide .components-guide__page-control{margin:0;text-align:center}.components-guide .components-guide__page-control li{display:inline-block;margin:0}.components-guide .components-guide__page-control .components-button{color:#e0e0e0;margin:-6px 0}.components-guide .components-guide__page-control li[aria-current=step] .components-button{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-modal__frame.components-guide{border:none;max-height:575px;min-width:312px}@media (max-width:600px){.components-modal__frame.components-guide{margin:auto;max-width:calc(100vw - 32px)}}.components-button.components-guide__back-button,.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{position:absolute}.components-button.components-guide__back-button{left:32px}.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{right:32px}[role=region]{position:relative}.is-focusing-regions [role=region]:focus:after,[role=region].interface-interface-skeleton__content:focus-visible:after{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1000000}.is-focusing-regions .editor-post-publish-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-entities-saved-states-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-publish-panel,.is-focusing-regions .interface-interface-skeleton__sidebar .editor-layout__toggle-sidebar-panel,.is-focusing-regions [role=region]:focus:after,.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header,[role=region].interface-interface-skeleton__content:focus-visible:after{outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-2/var(--wp-block-editor-iframe-zoom-out-scale, 1));outline-style:solid;outline-width:calc(var(--wp-admin-border-width-focus)*2/var(--wp-block-editor-iframe-zoom-out-scale, 1))}.components-menu-group+.components-menu-group{border-top:1px solid #1e1e1e;padding-top:8px}.components-menu-group+.components-menu-group.has-hidden-separator{border-top:none;margin-top:0;padding-top:0}.components-menu-group:has(>div:empty){display:none}.components-menu-group__label{color:#757575;font-size:11px;font-weight:500;margin-bottom:12px;margin-top:4px;padding:0 8px;text-transform:uppercase;white-space:nowrap}.components-menu-item__button,.components-menu-item__button.components-button{width:100%}.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child{box-sizing:initial;padding-right:48px}.components-menu-item__button .components-menu-items__item-icon,.components-menu-item__button.components-button .components-menu-items__item-icon{display:inline-block;flex:0 0 auto}.components-menu-item__button .components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right{margin-left:24px;margin-right:-2px}.components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right{margin-left:8px}.components-menu-item__button .block-editor-block-icon,.components-menu-item__button.components-button .block-editor-block-icon{margin-left:-2px;margin-right:8px}.components-menu-item__button.components-button.is-primary,.components-menu-item__button.is-primary{justify-content:center}.components-menu-item__button.components-button.is-primary .components-menu-item__item,.components-menu-item__button.is-primary .components-menu-item__item{margin-right:0}.components-menu-item__button.components-button:disabled.is-tertiary,.components-menu-item__button.components-button[aria-disabled=true].is-tertiary,.components-menu-item__button:disabled.is-tertiary,.components-menu-item__button[aria-disabled=true].is-tertiary{background:none;color:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));opacity:.3}.components-menu-item__info-wrapper{display:flex;flex-direction:column;margin-right:auto}.components-menu-item__info{color:#757575;font-size:12px;margin-top:4px;white-space:normal}.components-menu-item__item{align-items:center;display:inline-flex;margin-right:auto;min-width:160px;white-space:nowrap}.components-menu-item__shortcut{align-self:center;color:currentColor;display:none;margin-left:auto;margin-right:0;padding-left:24px}@media (min-width:480px){.components-menu-item__shortcut{display:inline}}.components-menu-items-choice,.components-menu-items-choice.components-button{height:auto;min-height:40px}.components-menu-items-choice svg,.components-menu-items-choice.components-button svg{margin-right:12px}.components-menu-items-choice.components-button.has-icon,.components-menu-items-choice.has-icon{padding-left:12px}.components-modal__screen-overlay{background-color:#00000059;bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:100000}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.components-modal__screen-overlay{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards}}@keyframes __wp-base-styles-fade-out{0%{opacity:1}to{opacity:0}}@media not (prefers-reduced-motion){.components-modal__screen-overlay.is-animating-out{animation:__wp-base-styles-fade-out .08s linear 80ms;animation-fill-mode:forwards}}.components-modal__frame{box-sizing:border-box}.components-modal__frame *,.components-modal__frame :after,.components-modal__frame :before{box-sizing:inherit}.components-modal__frame{animation-fill-mode:forwards;animation-name:components-modal__appear-animation;animation-timing-function:cubic-bezier(.29,0,0,1);background:#fff;border-radius:8px 8px 0 0;box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005;color:#1e1e1e;display:flex;margin:40px 0 0;overflow:hidden;width:100%}.components-modal__frame h1,.components-modal__frame h2,.components-modal__frame h3{color:#1e1e1e}@media not (prefers-reduced-motion){.components-modal__frame{animation-duration:var(--modal-frame-animation-duration)}}.components-modal__screen-overlay.is-animating-out .components-modal__frame{animation-name:components-modal__disappear-animation;animation-timing-function:cubic-bezier(1,0,.2,1)}@media (min-width:600px){.components-modal__frame{border-radius:8px;margin:auto;max-height:calc(100% - 128px);max-width:calc(100% - 32px);min-width:350px;width:auto}}@media (min-width:600px) and (min-width:600px){.components-modal__frame.is-full-screen{height:calc(100% - 32px);max-height:none;width:calc(100% - 32px)}}@media (min-width:600px) and (min-width:782px){.components-modal__frame.is-full-screen{height:calc(100% - 80px);max-width:none;width:calc(100% - 80px)}}@media (min-width:600px){.components-modal__frame.has-size-large,.components-modal__frame.has-size-medium,.components-modal__frame.has-size-small{width:100%}.components-modal__frame.has-size-small{max-width:384px}.components-modal__frame.has-size-medium{max-width:512px}.components-modal__frame.has-size-large{max-width:840px}}@media (min-width:960px){.components-modal__frame{max-height:70%}}@keyframes components-modal__appear-animation{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes components-modal__disappear-animation{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.components-modal__header{align-items:center;border-bottom:1px solid #0000;box-sizing:border-box;display:flex;flex-direction:row;height:72px;justify-content:space-between;left:0;padding:24px 32px 8px;position:absolute;top:0;width:100%;z-index:10}.components-modal__header .components-modal__header-heading{font-size:1.2rem;font-weight:600}.components-modal__header h1{line-height:1;margin:0}.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header{border-bottom-color:#ddd}.components-modal__header+p{margin-top:0}.components-modal__header-heading-container{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:flex-start}.components-modal__header-icon-container{display:inline-block}.components-modal__header-icon-container svg{max-height:36px;max-width:36px;padding:8px}.components-modal__content{flex:1;margin-top:72px;overflow:auto;padding:4px 32px 32px}.components-modal__content.hide-header{margin-top:0;padding-top:32px}.components-modal__content.is-scrollable:focus-visible{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:-2px}.components-notice{align-items:center;background-color:#fff;border-left:4px solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#1e1e1e;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:8px 12px}.components-notice.is-dismissible{position:relative}.components-notice.is-success{background-color:#eff9f1;border-left-color:#4ab866}.components-notice.is-warning{background-color:#fef8ee;border-left-color:#f0b849}.components-notice.is-error{background-color:#f4a2a2;border-left-color:#cc1818}.components-notice__content{flex-grow:1;margin:4px 25px 4px 0}.components-notice__actions{display:flex;flex-wrap:wrap}.components-notice__action.components-button,.components-notice__action.components-button.is-link{margin-left:12px}.components-notice__action.components-button.is-secondary{vertical-align:initial}.components-notice__action.components-button{margin-right:8px}.components-notice__dismiss{align-self:flex-start;color:#757575;flex-shrink:0}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{background-color:initial;color:#1e1e1e}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}.components-notice-list{box-sizing:border-box;max-width:100vw}.components-notice-list .components-notice__content{line-height:2;margin-bottom:12px;margin-top:12px}.components-notice-list .components-notice__action.components-button{display:block;margin-left:0;margin-top:8px}.components-panel{background:#fff;border:1px solid #e0e0e0}.components-panel>.components-panel__body:first-child,.components-panel>.components-panel__header:first-child{margin-top:-1px}.components-panel>.components-panel__body:last-child,.components-panel>.components-panel__header:last-child{border-bottom-width:0}.components-panel+.components-panel{margin-top:-1px}.components-panel__body{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.components-panel__body h3{margin:0 0 .5em}.components-panel__body.is-opened{padding:16px}.components-panel__header{align-items:center;border-bottom:1px solid #ddd;box-sizing:initial;display:flex;flex-shrink:0;height:47px;justify-content:space-between;padding:0 16px}.components-panel__header h2{color:inherit;font-size:inherit;margin:0}.components-panel__body+.components-panel__body,.components-panel__body+.components-panel__header,.components-panel__header+.components-panel__body,.components-panel__header+.components-panel__header{margin-top:-1px}.components-panel__body>.components-panel__body-title{display:block;font-size:inherit;margin-bottom:0;margin-top:0;padding:0}@media not (prefers-reduced-motion){.components-panel__body>.components-panel__body-title{transition:background .1s ease-in-out}}.components-panel__body.is-opened>.components-panel__body-title{margin:-16px -16px 5px}.components-panel__body>.components-panel__body-title:hover{background:#f0f0f0;border:none}.components-panel__body-toggle.components-button{border:none;box-shadow:none;color:#1e1e1e;font-weight:500;outline:none;padding:16px 48px 16px 16px;position:relative;text-align:left;width:100%}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button{transition:background .1s ease-in-out}}.components-panel__body-toggle.components-button{height:auto}.components-panel__body-toggle.components-button:focus{border-radius:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-panel__body-toggle.components-button .components-panel__arrow{color:#1e1e1e;position:absolute;right:16px;top:50%;transform:translateY(-50%);fill:currentColor}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button .components-panel__arrow{transition:color .1s ease-in-out}}body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right{-ms-filter:fliph;filter:FlipH;margin-top:-10px;transform:scaleX(-1)}.components-panel__icon{color:#757575;margin:-2px 0 -2px 6px}.components-panel__body-toggle-icon{margin-right:-5px}.components-panel__color-title{float:left;height:19px}.components-panel__row{align-items:center;display:flex;justify-content:space-between;margin-top:8px;min-height:36px}.components-panel__row select{min-width:0}.components-panel__row label{flex-shrink:0;margin-right:12px;max-width:75%}.components-panel__row:empty,.components-panel__row:first-of-type{margin-top:0}.components-panel .circle-picker{padding-bottom:20px}.components-placeholder.components-placeholder{align-items:flex-start;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:column;font-size:13px;gap:16px;margin:0;padding:24px;position:relative;text-align:left;width:100%;-moz-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:subpixel-antialiased;background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;outline:1px solid #0000}.components-placeholder__error,.components-placeholder__fieldset,.components-placeholder__instructions,.components-placeholder__label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;letter-spacing:normal;line-height:normal;text-transform:none}.components-placeholder__label{align-items:center;display:flex;font-weight:600}.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{margin-right:4px;fill:currentColor}@media (forced-colors:active){.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:CanvasText}}.components-placeholder__label:empty{display:none}.components-placeholder__fieldset,.components-placeholder__fieldset form{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:flex-start;width:100%}.components-placeholder__fieldset form p,.components-placeholder__fieldset p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-placeholder__fieldset.is-column-layout,.components-placeholder__fieldset.is-column-layout form{flex-direction:column}.components-placeholder__input[type=url]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-placeholder__input[type=url]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-placeholder__input[type=url]{font-size:13px;line-height:normal}}.components-placeholder__input[type=url]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-placeholder__input[type=url]::-webkit-input-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]::-moz-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]:-ms-input-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]{flex:1 1 auto}.components-placeholder__error{gap:8px;width:100%}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link{margin-left:10px;margin-right:10px}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child{margin-right:0}.components-placeholder.is-medium .components-placeholder__instructions,.components-placeholder.is-small .components-placeholder__instructions{display:none}.components-placeholder.is-medium .components-placeholder__fieldset,.components-placeholder.is-medium .components-placeholder__fieldset form,.components-placeholder.is-small .components-placeholder__fieldset,.components-placeholder.is-small .components-placeholder__fieldset form{flex-direction:column}.components-placeholder.is-medium .components-button,.components-placeholder.is-medium .components-placeholder__fieldset>*,.components-placeholder.is-small .components-button,.components-placeholder.is-small .components-placeholder__fieldset>*{justify-content:center;width:100%}.components-placeholder.is-small{padding:16px}.components-placeholder.has-illustration{backdrop-filter:blur(100px);backface-visibility:hidden;background-color:initial;border-radius:0;box-shadow:none;color:inherit;display:flex}.is-dark-theme .components-placeholder.has-illustration{background-color:#0000001a}.components-placeholder.has-illustration .components-placeholder__fieldset{margin-left:0;margin-right:0}.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{opacity:0;pointer-events:none}@media not (prefers-reduced-motion){.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{transition:opacity .1s linear}}.is-selected>.components-placeholder.has-illustration .components-button,.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,.is-selected>.components-placeholder.has-illustration .components-placeholder__label{opacity:1;pointer-events:auto}.components-placeholder.has-illustration:before{background:currentColor;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.components-placeholder.has-illustration{overflow:hidden}.is-selected .components-placeholder.has-illustration{overflow:auto}.components-placeholder__preview{display:flex;justify-content:center}.components-placeholder__illustration{box-sizing:initial;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;stroke:currentColor;opacity:.25}.components-popover{box-sizing:border-box}.components-popover *,.components-popover :after,.components-popover :before{box-sizing:inherit}.components-popover{will-change:transform;z-index:1000000}.components-popover.is-expanded{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000000!important}.components-popover__content{background:#fff;border-radius:4px;box-shadow:0 0 0 1px #ccc,0 2px 3px #0000000d,0 4px 5px #0000000a,0 12px 12px #00000008,0 16px 16px #00000005;box-sizing:border-box;width:min-content}.is-alternate .components-popover__content{border-radius:2px;box-shadow:0 0 0 1px #1e1e1e}.is-unstyled .components-popover__content{background:none;border-radius:0;box-shadow:none}.components-popover.is-expanded .components-popover__content{box-shadow:0 -1px 0 0 #ccc;height:calc(100% - 48px);overflow-y:visible;position:static;width:auto}.components-popover.is-expanded.is-alternate .components-popover__content{box-shadow:0 -1px 0 #1e1e1e}.components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.components-popover__close.components-button{z-index:5}.components-popover__arrow{display:flex;height:14px;pointer-events:none;position:absolute;width:14px}.components-popover__arrow:before{background-color:#fff;content:"";height:2px;left:1px;position:absolute;right:1px;top:-1px}.components-popover__arrow.is-top{bottom:-14px!important;transform:rotate(0)}.components-popover__arrow.is-right{left:-14px!important;transform:rotate(90deg)}.components-popover__arrow.is-bottom{top:-14px!important;transform:rotate(180deg)}.components-popover__arrow.is-left{right:-14px!important;transform:rotate(-90deg)}.components-popover__triangle{display:block;flex:1}.components-popover__triangle-bg{fill:#fff}.components-popover__triangle-border{fill:#0000;stroke-width:1px;stroke:#ccc}.is-alternate .components-popover__triangle-border{stroke:#1e1e1e}.components-radio-control{border:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;margin:0;padding:0}.components-radio-control__group-wrapper.has-help{margin-block-end:12px}.components-radio-control__option{align-items:center;column-gap:8px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto minmax(0,max-content)}.components-radio-control__input[type=radio]{border:1px solid #1e1e1e;border-radius:50%;grid-column:1;grid-row:1;height:24px;margin-right:12px;max-width:24px;min-width:24px;position:relative;transition:none;width:24px}@media not (prefers-reduced-motion){.components-radio-control__input[type=radio]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-radio-control__input[type=radio]{height:16px;max-width:16px;min-width:16px;width:16px}}.components-radio-control__input[type=radio]:checked:before{background-color:#fff;border:4px solid #fff;box-sizing:inherit;height:12px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}@media (min-width:600px){.components-radio-control__input[type=radio]:checked:before{height:8px;width:8px}}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]:checked{background:var(--wp-admin-theme-color);border:none}.components-radio-control__input[type=radio]{appearance:none;cursor:pointer;display:inline-flex;margin:0;padding:0}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-radio-control__input[type=radio]:checked{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-radio-control__input[type=radio]:checked:before{border-radius:50%;content:""}.components-radio-control__label{cursor:pointer;grid-column:2;grid-row:1;line-height:24px}@media (min-width:600px){.components-radio-control__label{line-height:16px}}.components-radio-control__option-description{grid-column:2;grid-row:2;padding-block-start:4px}.components-radio-control__option-description.components-radio-control__option-description{margin-top:0}.components-resizable-box__handle{display:none;height:23px;width:23px;z-index:2}.components-resizable-box__container.has-show-handle .components-resizable-box__handle{display:block}.components-resizable-box__handle>div{height:100%;outline:none;position:relative;width:100%;z-index:2}.components-resizable-box__container>img{width:inherit}.components-resizable-box__handle:after{background:#fff;border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;content:"";cursor:inherit;display:block;height:15px;outline:2px solid #0000;position:absolute;right:calc(50% - 8px);top:calc(50% - 8px);width:15px}.components-resizable-box__side-handle:before{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:9999px;content:"";cursor:inherit;display:block;height:3px;position:absolute;right:calc(50% - 1px);top:calc(50% - 1px);width:3px}@media not (prefers-reduced-motion){.components-resizable-box__side-handle:before{transition:transform .1s ease-in;will-change:transform}}.components-resizable-box__side-handle:before{opacity:0}.components-resizable-box__corner-handle,.components-resizable-box__side-handle{z-index:2}.components-resizable-box__side-handle.components-resizable-box__handle-bottom,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,.components-resizable-box__side-handle.components-resizable-box__handle-top,.components-resizable-box__side-handle.components-resizable-box__handle-top:before{border-left:0;border-right:0;left:0;width:100%}.components-resizable-box__side-handle.components-resizable-box__handle-left,.components-resizable-box__side-handle.components-resizable-box__handle-left:before,.components-resizable-box__side-handle.components-resizable-box__handle-right,.components-resizable-box__side-handle.components-resizable-box__handle-right:before{border-bottom:0;border-top:0;height:100%;top:0}@media not (prefers-reduced-motion){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:components-resizable-box__top-bottom-animation .1s ease-out 0s;animation-fill-mode:forwards}.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation:components-resizable-box__left-right-animation .1s ease-out 0s;animation-fill-mode:forwards}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:none}}}@keyframes components-resizable-box__top-bottom-animation{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes components-resizable-box__left-right-animation{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}} .components-resizable-box__handle-right{right:-11.5px}.components-resizable-box__handle-left{left:-11.5px}.components-resizable-box__handle-top{top:-11.5px}.components-resizable-box__handle-bottom{bottom:-11.5px} .components-responsive-wrapper{align-items:center;display:flex;justify-content:center;max-width:100%;position:relative}.components-responsive-wrapper__content{display:block;max-width:100%;width:100%}.components-sandbox{overflow:hidden}iframe.components-sandbox{width:100%}body.lockscroll,html.lockscroll{overflow:hidden}.components-select-control__input{outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0)!important}.components-snackbar{backdrop-filter:blur(16px) saturate(180%);background:#000000d9;border-radius:4px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;box-sizing:border-box;color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;max-width:600px;padding:12px 20px;pointer-events:auto;width:100%}@media (min-width:600px){.components-snackbar{width:fit-content}}.components-snackbar:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-snackbar.components-snackbar-explicit-dismiss{cursor:default}.components-snackbar .components-snackbar__content-with-icon{padding-left:24px;position:relative}.components-snackbar .components-snackbar__icon{left:-8px;position:absolute;top:-2.9px}.components-snackbar .components-snackbar__dismiss-button{cursor:pointer;margin-left:24px}.components-snackbar__action.components-button,.components-snackbar__action.components-external-link{color:#fff;flex-shrink:0;margin-left:32px}.components-snackbar__action.components-button:focus,.components-snackbar__action.components-external-link:focus{box-shadow:none;outline:1px dotted #fff}.components-snackbar__action.components-button:hover,.components-snackbar__action.components-external-link:hover{color:currentColor;text-decoration:none}.components-snackbar__content{align-items:baseline;display:flex;justify-content:space-between;line-height:1.4}.components-snackbar-list{box-sizing:border-box;pointer-events:none;position:absolute;width:100%;z-index:100000}.components-snackbar-list__notice-container{padding-top:8px;position:relative}.components-tab-panel__tabs{align-items:stretch;display:flex;flex-direction:row}.components-tab-panel__tabs[aria-orientation=vertical]{flex-direction:column}.components-tab-panel__tabs-item{background:#0000;border:none;border-radius:0;box-shadow:none;cursor:pointer;font-weight:500;height:48px!important;margin-left:0;padding:3px 16px;position:relative}.components-tab-panel__tabs-item:focus:not(:disabled){box-shadow:none;outline:none;position:relative}.components-tab-panel__tabs-item:after{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:0;bottom:0;content:"";height:calc(var(--wp-admin-border-width-focus)*0);left:0;pointer-events:none;position:absolute;right:0}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:after{transition:all .1s linear}}.components-tab-panel__tabs-item.is-active:after{height:calc(var(--wp-admin-border-width-focus)*1);outline:2px solid #0000;outline-offset:-1px}.components-tab-panel__tabs-item:before{border-radius:2px;bottom:12px;box-shadow:0 0 0 0 #0000;content:"";left:12px;pointer-events:none;position:absolute;right:12px;top:12px}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:before{transition:all .1s linear}}.components-tab-panel__tabs-item:focus-visible:before{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-tab-panel__tab-content:focus{box-shadow:none;outline:none}.components-tab-panel__tab-content:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:0}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{background:var(--wp-components-color-background,#fff);border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;color:var(--wp-components-color-foreground,#1e1e1e);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:32px;line-height:normal;margin:0;padding:6px 8px;width:100%}@media not (prefers-reduced-motion){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{font-size:13px;line-height:normal}}.components-text-control__input:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-text-control__input::-webkit-input-placeholder,.components-text-control__input[type=color]::-webkit-input-placeholder,.components-text-control__input[type=date]::-webkit-input-placeholder,.components-text-control__input[type=datetime-local]::-webkit-input-placeholder,.components-text-control__input[type=datetime]::-webkit-input-placeholder,.components-text-control__input[type=email]::-webkit-input-placeholder,.components-text-control__input[type=month]::-webkit-input-placeholder,.components-text-control__input[type=number]::-webkit-input-placeholder,.components-text-control__input[type=password]::-webkit-input-placeholder,.components-text-control__input[type=tel]::-webkit-input-placeholder,.components-text-control__input[type=text]::-webkit-input-placeholder,.components-text-control__input[type=time]::-webkit-input-placeholder,.components-text-control__input[type=url]::-webkit-input-placeholder,.components-text-control__input[type=week]::-webkit-input-placeholder{color:#1e1e1e9e}.components-text-control__input::-moz-placeholder,.components-text-control__input[type=color]::-moz-placeholder,.components-text-control__input[type=date]::-moz-placeholder,.components-text-control__input[type=datetime-local]::-moz-placeholder,.components-text-control__input[type=datetime]::-moz-placeholder,.components-text-control__input[type=email]::-moz-placeholder,.components-text-control__input[type=month]::-moz-placeholder,.components-text-control__input[type=number]::-moz-placeholder,.components-text-control__input[type=password]::-moz-placeholder,.components-text-control__input[type=tel]::-moz-placeholder,.components-text-control__input[type=text]::-moz-placeholder,.components-text-control__input[type=time]::-moz-placeholder,.components-text-control__input[type=url]::-moz-placeholder,.components-text-control__input[type=week]::-moz-placeholder{color:#1e1e1e9e}.components-text-control__input:-ms-input-placeholder,.components-text-control__input[type=color]:-ms-input-placeholder,.components-text-control__input[type=date]:-ms-input-placeholder,.components-text-control__input[type=datetime-local]:-ms-input-placeholder,.components-text-control__input[type=datetime]:-ms-input-placeholder,.components-text-control__input[type=email]:-ms-input-placeholder,.components-text-control__input[type=month]:-ms-input-placeholder,.components-text-control__input[type=number]:-ms-input-placeholder,.components-text-control__input[type=password]:-ms-input-placeholder,.components-text-control__input[type=tel]:-ms-input-placeholder,.components-text-control__input[type=text]:-ms-input-placeholder,.components-text-control__input[type=time]:-ms-input-placeholder,.components-text-control__input[type=url]:-ms-input-placeholder,.components-text-control__input[type=week]:-ms-input-placeholder{color:#1e1e1e9e}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{border-color:var(--wp-components-color-gray-600,#949494)}.components-text-control__input::placeholder,.components-text-control__input[type=color]::placeholder,.components-text-control__input[type=date]::placeholder,.components-text-control__input[type=datetime-local]::placeholder,.components-text-control__input[type=datetime]::placeholder,.components-text-control__input[type=email]::placeholder,.components-text-control__input[type=month]::placeholder,.components-text-control__input[type=number]::placeholder,.components-text-control__input[type=password]::placeholder,.components-text-control__input[type=tel]::placeholder,.components-text-control__input[type=text]::placeholder,.components-text-control__input[type=time]::placeholder,.components-text-control__input[type=url]::placeholder,.components-text-control__input[type=week]::placeholder{color:color-mix(in srgb,var(--wp-components-color-foreground,#1e1e1e),#0000 38%)}.components-text-control__input.is-next-40px-default-size,.components-text-control__input[type=color].is-next-40px-default-size,.components-text-control__input[type=date].is-next-40px-default-size,.components-text-control__input[type=datetime-local].is-next-40px-default-size,.components-text-control__input[type=datetime].is-next-40px-default-size,.components-text-control__input[type=email].is-next-40px-default-size,.components-text-control__input[type=month].is-next-40px-default-size,.components-text-control__input[type=number].is-next-40px-default-size,.components-text-control__input[type=password].is-next-40px-default-size,.components-text-control__input[type=tel].is-next-40px-default-size,.components-text-control__input[type=text].is-next-40px-default-size,.components-text-control__input[type=time].is-next-40px-default-size,.components-text-control__input[type=url].is-next-40px-default-size,.components-text-control__input[type=week].is-next-40px-default-size{height:40px;padding-left:12px;padding-right:12px}.components-text-control__input[type=email],.components-text-control__input[type=url]{direction:ltr}.components-tip{color:#757575;display:flex}.components-tip svg{align-self:center;fill:#f0b849;flex-shrink:0;margin-right:16px}.components-tip p{margin:0}.components-toggle-control__label{line-height:16px}.components-toggle-control__label:not(.is-disabled){cursor:pointer}.components-toggle-control__help{display:inline-block;margin-inline-start:40px}.components-accessible-toolbar{border:1px solid var(--wp-components-color-foreground,#1e1e1e);border-radius:2px;display:inline-flex;flex-shrink:0}.components-accessible-toolbar>.components-toolbar-group:last-child{border-right:none}.components-accessible-toolbar.is-unstyled{border:none}.components-accessible-toolbar.is-unstyled>.components-toolbar-group{border-right:none}.components-accessible-toolbar[aria-orientation=vertical],.components-toolbar[aria-orientation=vertical]{align-items:center;display:flex;flex-direction:column}.components-accessible-toolbar .components-button,.components-toolbar .components-button{height:48px;padding-left:16px;padding-right:16px;position:relative;z-index:1}.components-accessible-toolbar .components-button:focus:not(:disabled),.components-toolbar .components-button:focus:not(:disabled){box-shadow:none;outline:none}.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{margin-left:auto;margin-right:auto;position:relative}.components-accessible-toolbar .components-button.is-pressed,.components-accessible-toolbar .components-button.is-pressed:hover,.components-toolbar .components-button.is-pressed,.components-toolbar .components-button.is-pressed:hover{background:#0000}.components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{background:var(--wp-components-color-foreground,#1e1e1e)}.components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{min-width:48px;padding-left:8px;padding-right:8px}@keyframes components-button__appear-animation{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.components-toolbar__control.components-button{position:relative}.components-toolbar__control.components-button[data-subscript] svg{padding:5px 10px 5px 0}.components-toolbar__control.components-button[data-subscript]:after{bottom:10px;content:attr(data-subscript);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;line-height:12px;position:absolute;right:8px}.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{color:#fff}.components-toolbar-group{background-color:var(--wp-components-color-background,#fff);border-right:1px solid var(--wp-components-color-foreground,#1e1e1e);display:inline-flex;flex-shrink:0;flex-wrap:wrap;min-height:48px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-toolbar-group.components-toolbar-group{border-width:0;margin:0}.components-toolbar-group{line-height:0}.components-toolbar-group .components-button.components-button,.components-toolbar-group .components-button.has-icon.has-icon{justify-content:center;min-width:36px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-button.components-button svg,.components-toolbar-group .components-button.has-icon.has-icon svg{min-width:24px}.components-toolbar-group .components-button.components-button:before,.components-toolbar-group .components-button.has-icon.has-icon:before{left:2px;right:2px}.components-toolbar{background-color:var(--wp-components-color-background,#fff);border:1px solid var(--wp-components-color-foreground,#1e1e1e);display:inline-flex;flex-shrink:0;flex-wrap:wrap;margin:0;min-height:48px}.components-toolbar .components-toolbar.components-toolbar{border-width:0;margin:0}div.components-toolbar>div{display:flex;margin:0}div.components-toolbar>div+div.has-left-divider{margin-left:6px;overflow:visible;position:relative}div.components-toolbar>div+div.has-left-divider:before{background-color:#ddd;box-sizing:initial;content:"";display:inline-block;height:20px;left:-3px;position:absolute;top:8px;width:1px}.components-tooltip{background:#000;border-radius:2px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;color:#f0f0f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:1.4;padding:4px 8px;text-align:center;z-index:1000002}.components-tooltip__shortcut{margin-left:8px}.components-validated-control:has(:is(input,select):user-invalid) .components-input-control__backdrop{--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control :is(textarea,input[type=text]):user-invalid{--wp-admin-theme-color:#cc1818;--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control .components-combobox-control__suggestions-container:has(input:user-invalid):not(:has([aria-expanded=true])){border-color:#cc1818}.components-validated-control__wrapper-with-error-delegate{position:relative}.components-validated-control__wrapper-with-error-delegate:has(select:user-invalid) .components-input-control__backdrop{--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control__wrapper-with-error-delegate:has(input[type=radio]:invalid){--wp-components-color-accent:#cc1818}.components-validated-control__wrapper-with-error-delegate:has(input:user-invalid) .components-form-token-field__input-container:not(:has([aria-expanded=true])){--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control__error-delegate{height:100%;opacity:0;pointer-events:none;position:absolute;top:0;width:100%}.components-validated-control__indicator{align-items:flex-start;animation:components-validated-control__indicator-jump .2s cubic-bezier(.68,-.55,.27,1.55);color:var(--wp-components-color-gray-700,#757575);display:flex;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:.75rem;gap:4px;line-height:16px;margin:8px 0 0}.components-validated-control__indicator.is-invalid{color:#cc1818}.components-validated-control__indicator.is-valid{color:color-mix(in srgb,#000 30%,#4ab866)}.components-validated-control__indicator-icon{flex-shrink:0}.components-validated-control__indicator-spinner{height:12px;margin:2px;width:12px}@keyframes components-validated-control__indicator-jump{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}:root{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.preference-base-option+.preference-base-option{margin-top:16px}@media (min-width:600px){.preferences-modal{height:calc(100% - 128px);width:calc(100% - 32px)}}@media (min-width:782px){.preferences-modal{width:750px}}@media (min-width:960px){.preferences-modal{height:70%}}@media (max-width:781px){.preferences-modal .components-modal__content{padding:0}}.preferences__tabs-tablist{left:16px;position:absolute!important;top:88px;width:160px}.preferences__tabs-tabpanel{margin-left:160px;padding-left:24px}@media (max-width:781px){.preferences__provider{height:100%}}.preferences-modal__section{border:0;margin:0 0 2.5rem;padding:0}.preferences-modal__section:last-child{margin:0}.preferences-modal__section-legend{margin-bottom:8px}.preferences-modal__section-title{font-size:.9rem;font-weight:600;margin-top:0}.preferences-modal__section-description{color:#757575;font-size:12px;font-style:normal;margin:-8px 0 8px}.preferences-modal__section:has(.preferences-modal__section-content:empty){display:none}:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.block-editor-autocompleters__block{white-space:nowrap}.block-editor-autocompleters__block .block-editor-block-icon{margin-right:8px}.block-editor-autocompleters__block[aria-selected=true] .block-editor-block-icon{color:inherit!important}.block-editor-autocompleters__link{white-space:nowrap}.block-editor-autocompleters__link .block-editor-block-icon{margin-right:8px}.block-editor-global-styles-background-panel__inspector-media-replace-container{border:1px solid #ddd;border-radius:2px;grid-column:1/-1;position:relative}.block-editor-global-styles-background-panel__inspector-media-replace-container.is-open{background-color:#f0f0f0}.block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__image-tools-panel-item{border:0;flex-grow:1}.block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__image-tools-panel-item .components-dropdown{display:block}.block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__inspector-preview-inner{height:100%}.block-editor-global-styles-background-panel__inspector-media-replace-container .components-dropdown{display:block}.block-editor-global-styles-background-panel__inspector-media-replace-container .components-dropdown .block-editor-global-styles-background-panel__dropdown-toggle{height:40px}.block-editor-global-styles-background-panel__image-tools-panel-item{border:1px solid #ddd;grid-column:1/-1;position:relative}.block-editor-global-styles-background-panel__image-tools-panel-item .components-drop-zone__content-icon{display:none}.block-editor-global-styles-background-panel__image-tools-panel-item .components-dropdown{display:block}.block-editor-global-styles-background-panel__image-tools-panel-item button.components-button{color:#1e1e1e;display:block;width:100%}.block-editor-global-styles-background-panel__image-tools-panel-item button.components-button:hover{color:var(--wp-admin-theme-color)}.block-editor-global-styles-background-panel__image-tools-panel-item button.components-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-global-styles-background-panel__image-tools-panel-item .block-editor-global-styles-background-panel__loading{height:100%;padding:10px 0 0;position:absolute;width:100%;z-index:1}.block-editor-global-styles-background-panel__image-tools-panel-item .block-editor-global-styles-background-panel__loading svg{margin:0}.block-editor-global-styles-background-panel__dropdown-toggle{background:#0000;border:none;cursor:pointer;height:100%;padding-left:12px;padding-right:32px;width:100%}.block-editor-global-styles-background-panel__reset{margin:auto 8px;opacity:0;position:absolute;right:0;top:8px}@media not (prefers-reduced-motion){.block-editor-global-styles-background-panel__reset{transition:opacity .1s ease-in-out}}.block-editor-global-styles-background-panel__reset.block-editor-global-styles-background-panel__reset{border-radius:2px}.block-editor-global-styles-background-panel__dropdown-toggle:hover+.block-editor-global-styles-background-panel__reset,.block-editor-global-styles-background-panel__reset:focus,.block-editor-global-styles-background-panel__reset:hover{opacity:1}@media (hover:none){.block-editor-global-styles-background-panel__reset{opacity:1}}.block-editor-global-styles-background-panel__inspector-media-replace-title{text-align:start;text-align-last:center;white-space:normal;word-break:break-all}.block-editor-global-styles-background-panel__inspector-preview-inner .block-editor-global-styles-background-panel__inspector-image-indicator-wrapper{height:20px;min-width:auto;width:20px}.block-editor-global-styles-background-panel__inspector-image-indicator{background-size:cover;border-radius:50%;display:block;height:20px;position:relative;width:20px}.block-editor-global-styles-background-panel__inspector-image-indicator:after{border:1px solid #0000;border-radius:50%;bottom:-1px;box-shadow:inset 0 0 0 1px #0003;box-sizing:inherit;content:"";left:-1px;position:absolute;right:-1px;top:-1px}.block-editor-global-styles-background-panel__dropdown-content-wrapper{min-width:260px;overflow-x:hidden}.block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker-wrapper{background-color:#f0f0f0;border:1px solid #ddd;border-radius:2px;width:100%}.block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker__media--image{max-height:180px}.block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker:after{content:none}.modal-open .block-editor-global-styles-background-panel__popover{z-index:159890}.block-editor-global-styles-background-panel__media-replace-popover .components-popover__content{width:226px}.block-editor-global-styles-background-panel__media-replace-popover .components-button{padding:0 8px}.block-editor-global-styles-background-panel__media-replace-popover .components-button .components-menu-items__item-icon.has-icon-right{margin-left:16px}.block-editor-block-alignment-control__menu-group .components-menu-item__info{margin-top:0}iframe[name=editor-canvas]{box-sizing:border-box;display:block;height:100%;width:100%}@media not (prefers-reduced-motion){iframe[name=editor-canvas]{transition:all .4s cubic-bezier(.46,.03,.52,.96)}}iframe[name=editor-canvas]{background-color:var(--wp-editor-canvas-background)}.block-editor-block-icon{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.block-editor-block-icon.has-colors svg{fill:currentColor}@media (forced-colors:active){.block-editor-block-icon.has-colors svg{fill:CanvasText}}.block-editor-block-icon svg{max-height:24px;max-width:24px;min-height:20px;min-width:20px}.block-editor-block-inspector p:not(.components-base-control__help){margin-top:0}.block-editor-block-inspector h2,.block-editor-block-inspector h3{color:#1e1e1e;font-size:13px;margin-bottom:1.5em}.block-editor-block-inspector .block-editor-html-element-control:where(:not(:last-child)),.block-editor-block-inspector .block-editor-image-size-control:where(:not(:last-child)),.block-editor-block-inspector .components-base-control:where(:not(:last-child)),.block-editor-block-inspector .components-radio-control:where(:not(:last-child)){margin-bottom:16px}.block-editor-block-inspector .block-editor-html-element-control .components-base-control,.block-editor-block-inspector .block-editor-image-size-control .components-base-control,.block-editor-block-inspector .components-focal-point-picker-control .components-base-control,.block-editor-block-inspector .components-query-controls .components-base-control,.block-editor-block-inspector .components-range-control .components-base-control{margin-bottom:0}.block-editor-block-inspector .components-panel__body{border:none;border-top:1px solid #e0e0e0;margin-top:-1px}.block-editor-block-inspector__no-block-tools,.block-editor-block-inspector__no-blocks{background:#fff;display:block;font-size:13px;padding:32px 16px;text-align:center}.block-editor-block-inspector__no-block-tools{border-top:1px solid #ddd}.block-editor-block-inspector-edit-contents-button{justify-content:center;margin-top:8px}.block-editor-block-list__insertion-point{bottom:0;left:0;position:absolute;right:0;top:0}.block-editor-block-list__insertion-point-indicator{background:var(--wp-admin-theme-color);border-radius:2px;opacity:0;position:absolute;transform-origin:center;will-change:transform,opacity}.block-editor-block-list__insertion-point.is-vertical>.block-editor-block-list__insertion-point-indicator{height:4px;top:calc(50% - 2px);width:100%}.block-editor-block-list__insertion-point.is-horizontal>.block-editor-block-list__insertion-point-indicator{bottom:0;left:calc(50% - 2px);top:0;width:4px}.block-editor-block-list__insertion-point-inserter{display:none;position:absolute;will-change:transform}@media (min-width:480px){.block-editor-block-list__insertion-point-inserter{display:flex}}.block-editor-block-list__insertion-point-inserter{justify-content:center;left:calc(50% - 12px);top:calc(50% - 12px)}.block-editor-block-list__block-side-inserter-popover .components-popover__content>div{pointer-events:none}.block-editor-block-list__block-side-inserter-popover .components-popover__content>div>*{pointer-events:all}.block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter{line-height:0;position:absolute;right:0;top:0}.block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter:disabled{display:none}.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon,.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon{background:#1e1e1e;color:#fff;height:24px;min-width:24px;padding:0}.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon:hover,.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover{background:var(--wp-admin-theme-color);color:#fff}.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon{background:var(--wp-admin-theme-color)}.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover{background:#1e1e1e}@keyframes hide-during-dragging{to{position:fixed;transform:translate(9999px,9999px)}}.components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar{border:1px solid #1e1e1e;border-radius:2px;margin-bottom:8px;margin-top:8px;overflow:visible;pointer-events:all;position:static;width:auto}.components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar.has-parent{margin-left:56px}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar.has-parent{margin-left:0}.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar{overflow:visible}.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar .components-toolbar,.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar .components-toolbar-group{border-right-color:#1e1e1e}.components-popover.block-editor-block-list__block-popover.is-insertion-point-visible{visibility:hidden}.is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover{opacity:0}@media not (prefers-reduced-motion){.is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover{animation:hide-during-dragging 1ms linear forwards}}.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector{left:-57px;position:absolute}.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector:before{content:""}.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector .block-editor-block-parent-selector__button{background-color:#fff;border:1px solid #1e1e1e;padding-left:6px;padding-right:6px}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector .block-editor-block-parent-selector__button{padding-left:12px;padding-right:12px}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector{left:auto;margin-left:-1px;position:relative}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-mover__move-button-container,.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar__block-controls .block-editor-block-mover{border-left:1px solid #1e1e1e}.is-dragging-components-draggable .components-tooltip{display:none}.components-popover.block-editor-block-popover__inbetween .block-editor-button-pattern-inserter__button{left:50%;pointer-events:all;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}.block-editor-block-tools--is-dragging>.popover-slot{display:none}.block-editor-block-lock-modal{z-index:1000001}.block-editor-block-lock-modal__options{border:0;margin:0;padding:0}.block-editor-block-lock-modal__options legend{margin-bottom:16px;padding:0}.block-editor-block-lock-modal__checklist{list-style:none;margin:0;padding:0}.block-editor-block-lock-modal__options-all{padding:12px 0}.block-editor-block-lock-modal__options-all .components-checkbox-control__label{font-weight:600}.block-editor-block-lock-modal__checklist-item{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:0;padding:12px 0 12px 32px}.block-editor-block-lock-modal__checklist-item .block-editor-block-lock-modal__lock-icon{flex-shrink:0;margin-right:12px;fill:#1e1e1e}.block-editor-block-lock-modal__checklist-item:hover{background-color:#f0f0f0;border-radius:2px}.block-editor-block-lock-modal__template-lock{border-top:1px solid #ddd;margin-top:16px;padding-top:16px}.block-editor-block-lock-modal__actions{margin-top:24px}.block-editor-block-lock-toolbar .components-button.has-icon{min-width:36px!important}.block-editor-block-toolbar__block-controls .block-editor-block-lock-toolbar{margin-left:-6px!important}.show-icon-labels .block-editor-block-toolbar__block-controls .block-editor-block-lock-toolbar{border-left:1px solid #1e1e1e;margin-left:6px!important;margin-right:-6px}.block-editor-block-allowed-blocks-control:not(:only-child){margin-top:16px}.block-editor-block-allowed-blocks-control__button{justify-content:center;width:100%}.block-editor-block-allowed-blocks-modal{z-index:1000001}.block-editor-block-allowed-blocks-modal__actions{background-color:#fff;border-top:1px solid #ddd;bottom:-32px;left:0;margin:0 -32px -32px;padding:16px 32px;position:sticky;z-index:1}.block-editor-block-breadcrumb{list-style:none;margin:0;padding:0}.block-editor-block-breadcrumb li{display:inline-flex;margin:0}.block-editor-block-breadcrumb li .block-editor-block-breadcrumb__separator{fill:currentColor;margin-left:-4px;margin-right:-4px;transform:scaleX(1)}.block-editor-block-breadcrumb li:last-child .block-editor-block-breadcrumb__separator{display:none}.block-editor-block-breadcrumb__current{cursor:default}.block-editor-block-breadcrumb__button.block-editor-block-breadcrumb__button,.block-editor-block-breadcrumb__current{color:#1e1e1e;font-size:inherit;padding:0 8px}.block-editor-block-card{align-items:flex-start;color:#1e1e1e;display:flex;padding:16px}.block-editor-block-card__title{align-items:center;display:flex;flex-wrap:wrap;font-weight:500;gap:4px 8px}.block-editor-block-card__title.block-editor-block-card__title{font-size:13px;line-height:1.4;margin:0}.block-editor-block-card__name{padding:3px 0}.block-editor-block-card .block-editor-block-icon{flex:0 0 24px;height:24px;margin-left:0;margin-right:12px;width:24px}.block-editor-block-card.is-synced .block-editor-block-icon{color:var(--wp-block-synced-color)}.block-editor-block-compare{height:auto}.block-editor-block-compare__wrapper{display:flex;padding-bottom:16px}.block-editor-block-compare__wrapper>div{display:flex;flex-direction:column;justify-content:space-between;max-width:600px;min-width:200px;padding:0 16px 0 0;width:50%}.block-editor-block-compare__wrapper>div button{float:right}.block-editor-block-compare__wrapper .block-editor-block-compare__converted{border-left:1px solid #ddd;padding-left:15px;padding-right:0}.block-editor-block-compare__wrapper .block-editor-block-compare__html{border-bottom:1px solid #ddd;color:#1e1e1e;font-family:Menlo,Consolas,monaco,monospace;font-size:12px;line-height:1.7;padding-bottom:15px}.block-editor-block-compare__wrapper .block-editor-block-compare__html span{background-color:#e6ffed;padding-bottom:3px;padding-top:3px}.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__added{background-color:#acf2bd}.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__removed{background-color:#cc1818}.block-editor-block-compare__wrapper .block-editor-block-compare__preview{padding:16px 0 0}.block-editor-block-compare__wrapper .block-editor-block-compare__preview p{font-size:12px;margin-top:0}.block-editor-block-compare__wrapper .block-editor-block-compare__action{margin-top:16px}.block-editor-block-compare__wrapper .block-editor-block-compare__heading{font-size:1em;font-weight:400;margin:.67em 0}.block-editor-block-draggable-chip-wrapper{left:0;position:absolute;top:-24px}.block-editor-block-draggable-chip{background-color:#1e1e1e;border-radius:2px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;color:#fff;cursor:grabbing;display:inline-flex;height:48px;padding:0 13px;position:relative;-webkit-user-select:none;user-select:none;width:max-content}.block-editor-block-draggable-chip svg{fill:currentColor}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content{justify-content:flex-start;margin:auto}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content>.components-flex__item{margin-right:6px}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content>.components-flex__item:last-child{margin-right:0}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content .block-editor-block-icon svg{min-height:18px;min-width:18px}.block-editor-block-draggable-chip .components-flex__item{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled{align-items:center;background-color:initial;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0}@media not (prefers-reduced-motion){.block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled{transition:all .1s linear .1s}}.block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled .block-editor-block-draggable-chip__disabled-icon{background:#0000 linear-gradient(-45deg,#0000 47.5%,#fff 0,#fff 52.5%,#0000 0);border-radius:50%;box-shadow:inset 0 0 0 1.5px #fff;display:inline-block;height:20px;padding:0;width:20px}.block-draggable-invalid-drag-token .block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled{background-color:#757575;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;opacity:1}.block-editor-block-manager__no-results{font-style:italic;padding:24px 0;text-align:center}.block-editor-block-manager__category{margin:0 0 24px}.block-editor-block-manager__category-title{background-color:#fff;padding:16px 0;position:sticky;top:-4px;z-index:1}.block-editor-block-manager__category-title .components-checkbox-control__label{font-weight:600}.block-editor-block-manager__checklist{margin-top:0}.block-editor-block-manager__category-title,.block-editor-block-manager__checklist-item{border-bottom:1px solid #ddd}.block-editor-block-manager__checklist-item{align-items:center;display:flex;justify-content:space-between;margin-bottom:0;padding:8px 0 8px 16px}.components-modal__content .block-editor-block-manager__checklist-item.components-checkbox-control__input-container{margin:0 8px}.block-editor-block-manager__checklist-item .block-editor-block-icon{margin-right:10px;fill:#1e1e1e}.block-editor-block-manager__results{border-top:1px solid #ddd}.block-editor-block-manager__disabled-blocks-count+.block-editor-block-manager__results{border-top-width:0}.block-editor-block-mover__move-button-container{border:none;display:flex;justify-content:center;padding:0}@media (min-width:600px){.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container{flex-direction:column}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container>*{height:20px;min-width:0!important;width:100%}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container>:before{height:calc(100% - 4px)}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-up-button svg{flex-shrink:0;top:3px}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-down-button svg{bottom:3px;flex-shrink:0}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container{width:48px}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container>*{min-width:0!important;overflow:hidden;width:24px}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button{padding-left:0;padding-right:0}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-up-button svg{left:5px}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-down-button svg{right:5px}}.block-editor-block-mover__drag-handle{cursor:grab}@media (min-width:600px){.block-editor-block-mover__drag-handle{min-width:0!important;overflow:hidden;width:24px}.block-editor-block-mover .block-editor-block-mover__drag-handle.has-icon.has-icon{padding-left:0;padding-right:0}}.components-button.block-editor-block-mover-button{overflow:hidden}.components-button.block-editor-block-mover-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.components-button.block-editor-block-mover-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.components-button.block-editor-block-mover-button:focus,.components-button.block-editor-block-mover-button:focus:before,.components-button.block-editor-block-mover-button:focus:enabled{box-shadow:none;outline:none}.components-button.block-editor-block-mover-button:focus-visible:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-editor-block-navigation__container{min-width:280px}.block-editor-block-navigation__label{color:#757575;font-size:11px;font-weight:500;margin:0 0 12px;text-transform:uppercase}.block-editor-block-patterns-list__list-item{cursor:pointer;margin-bottom:16px;position:relative}.block-editor-block-patterns-list__list-item.is-placeholder{min-height:100px}.block-editor-block-patterns-list__list-item[draggable=true]{cursor:grab}.block-editor-block-patterns-list__item{height:100%;outline:0;scroll-margin-bottom:56px;scroll-margin-top:24px}.block-editor-block-patterns-list__item .block-editor-block-patterns-list__item-title{flex-grow:1;font-size:12px;text-align:left}.block-editor-block-patterns-list__item .block-editor-block-preview__container{align-items:center;border-radius:4px;display:flex;overflow:hidden}.block-editor-block-patterns-list__item .block-editor-block-preview__container:after{border-radius:4px;outline:1px solid #0000001a;outline-offset:-1px}@media not (prefers-reduced-motion){.block-editor-block-patterns-list__item .block-editor-block-preview__container:after{transition:outline .1s linear}}.block-editor-block-patterns-list__item.is-selected .block-editor-block-preview__container:after{outline-color:#1e1e1e;outline-offset:calc(var(--wp-admin-border-width-focus)*-1);outline-width:var(--wp-admin-border-width-focus)}.block-editor-block-patterns-list__item:hover .block-editor-block-preview__container:after{outline-color:#0000004d}.block-editor-block-patterns-list__item[data-focus-visible] .block-editor-block-preview__container:after{outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-1);outline-width:var(--wp-admin-border-width-focus)}.block-editor-block-patterns-list__item .block-editor-patterns__pattern-details:not(:empty){align-items:center;margin-top:8px;padding-bottom:4px}.block-editor-block-patterns-list__item .block-editor-patterns__pattern-icon-wrapper{height:24px;min-width:24px}.block-editor-block-patterns-list__item .block-editor-patterns__pattern-icon-wrapper .block-editor-patterns__pattern-icon{fill:var(--wp-block-synced-color)}.block-editor-patterns__grid-pagination-wrapper .block-editor-patterns__grid-pagination{border-top:1px solid #2f2f2f;justify-content:center;padding:4px}.show-icon-labels .block-editor-patterns__grid-pagination-button{width:auto}.show-icon-labels .block-editor-patterns__grid-pagination-button span{display:none}.show-icon-labels .block-editor-patterns__grid-pagination-button:before{content:attr(aria-label)}.components-popover.block-editor-block-popover{margin:0!important;pointer-events:none;position:absolute;z-index:31}.components-popover.block-editor-block-popover .components-popover__content{margin:0!important;min-width:auto;overflow-y:visible;width:max-content}.components-popover.block-editor-block-popover:not(.block-editor-block-popover__inbetween,.block-editor-block-popover__drop-zone,.block-editor-block-list__block-side-inserter-popover) .components-popover__content *{pointer-events:all}.components-popover.block-editor-block-popover__inbetween,.components-popover.block-editor-block-popover__inbetween *{pointer-events:none}.components-popover.block-editor-block-popover__inbetween .is-with-inserter,.components-popover.block-editor-block-popover__inbetween .is-with-inserter *{pointer-events:all}.components-popover.block-editor-block-popover__drop-zone *{pointer-events:none}.components-popover.block-editor-block-popover__drop-zone .block-editor-block-popover__drop-zone-foreground{background-color:var(--wp-admin-theme-color);border-radius:2px;inset:0;position:absolute}.block-editor-block-preview__container{overflow:hidden;position:relative;width:100%}.block-editor-block-preview__container .block-editor-block-preview__content{left:0;margin:0;min-height:auto;overflow:visible;text-align:initial;top:0;transform-origin:top left;width:100%}.block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-list__insertion-point,.block-editor-block-preview__container .block-editor-block-preview__content .block-list-appender{display:none}.block-editor-block-preview__container:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.block-editor-block-rename-modal{z-index:1000001}.block-editor-block-styles__preview-panel{display:none;z-index:90}@media (min-width:782px){.block-editor-block-styles__preview-panel{display:block}}.block-editor-block-styles__preview-panel .block-editor-block-icon{display:none}.block-editor-block-styles__variants{display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item{box-shadow:inset 0 0 0 1px #ddd;color:#1e1e1e;display:inline-block;width:calc(50% - 4px)}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item:hover{box-shadow:inset 0 0 0 1px #ddd;color:var(--wp-admin-theme-color)}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active,.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:hover{background-color:#1e1e1e;box-shadow:none}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active .block-editor-block-styles__item-text,.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:hover .block-editor-block-styles__item-text{color:#fff}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:focus,.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-editor-block-styles__variants .block-editor-block-styles__item-text{text-align:start;text-align-last:center;white-space:normal;word-break:break-all}.block-editor-block-styles__block-preview-container,.block-editor-block-styles__block-preview-container *{box-sizing:border-box!important}.block-editor-block-switcher{position:relative}.block-editor-block-switcher .components-button.components-dropdown-menu__toggle.has-icon.has-icon{min-width:36px}.block-editor-block-switcher__no-switcher-icon,.block-editor-block-switcher__toggle{position:relative}.components-button.block-editor-block-switcher__no-switcher-icon,.components-button.block-editor-block-switcher__toggle{display:block;height:48px;margin:0}.components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon,.components-button.block-editor-block-switcher__toggle .block-editor-block-icon{margin:auto}.components-button.block-editor-block-switcher__no-switcher-icon{display:flex}.components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon{margin-left:auto;margin-right:auto;min-width:24px!important}.components-button.block-editor-block-switcher__no-switcher-icon[aria-disabled=true],.components-button.block-editor-block-switcher__no-switcher-icon[aria-disabled=true]:hover{color:#1e1e1e}.components-popover.block-editor-block-switcher__popover .components-popover__content{min-width:300px}.block-editor-block-switcher__popover-preview-container{bottom:0;left:0;pointer-events:none;position:absolute;top:-1px;width:100%}.block-editor-block-switcher__popover-preview{overflow:hidden}.block-editor-block-switcher__popover-preview .components-popover__content{background:#fff;border:1px solid #1e1e1e;border-radius:4px;box-shadow:none;outline:none;overflow:auto;width:300px}.block-editor-block-switcher__popover-preview .block-editor-block-switcher__preview{margin:16px 0;max-height:468px;overflow:hidden;padding:0 16px}.block-editor-block-switcher__popover-preview .block-editor-block-switcher__preview.is-pattern-list-preview{overflow:unset}.block-editor-block-switcher__preview-title{color:#757575;font-size:11px;font-weight:500;margin-bottom:12px;text-transform:uppercase}.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon{min-width:36px}.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle{height:48px}.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-icon,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform{height:48px;width:48px}.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform{padding:12px}.block-editor-block-switcher__preview-patterns-container{padding-bottom:16px}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item{margin-top:16px}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-preview__container{cursor:pointer}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item{border-radius:2px;height:100%}@media not (prefers-reduced-motion){.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item{transition:all .05s ease-in-out}}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item{border:1px solid #0000;position:relative}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:focus,.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) #1e1e1e}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item .block-editor-block-switcher__preview-patterns-container-list__item-title{cursor:pointer;font-size:12px;padding:4px;text-align:center}.block-editor-block-switcher__no-transforms{color:#757575;margin:0;padding:6px 8px}.block-editor-block-switcher__binding-indicator{display:block;padding:8px}.block-editor-block-types-list>[role=presentation]{display:flex;flex-wrap:wrap;overflow:hidden}.block-editor-block-pattern-setup{align-items:flex-start;border-radius:2px;display:flex;flex-direction:column;justify-content:center;width:100%}.block-editor-block-pattern-setup.view-mode-grid{padding-top:4px}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__toolbar{justify-content:center}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container{column-count:2;column-gap:24px;display:block;padding:0 32px;width:100%}@media (min-width:1440px){.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container{column-count:3}}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-preview__container,.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container div[role=button]{cursor:pointer}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item{scroll-margin:5px 0}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:hover .block-editor-block-preview__container{box-shadow:0 0 0 2px var(--wp-admin-theme-color)}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:focus .block-editor-block-preview__container{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:focus .block-editor-block-pattern-setup-list__item-title,.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:hover .block-editor-block-pattern-setup-list__item-title{color:var(--wp-admin-theme-color)}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item{break-inside:avoid-column;margin-bottom:24px}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-pattern-setup-list__item-title{cursor:pointer;font-size:12px;padding-top:8px;text-align:center}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-preview__container{border:1px solid #ddd;border-radius:4px;min-height:100px}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-preview__content{width:100%}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar{align-items:center;align-self:stretch;background-color:#fff;border-top:1px solid #ddd;bottom:0;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:row;height:64px;justify-content:space-between;margin:0;padding:16px;position:absolute;text-align:left;width:100%}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__display-controls{display:flex}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions,.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__navigation{display:flex;width:calc(50% - 36px)}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions{justify-content:flex-end}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container{box-sizing:border-box;display:flex;flex-direction:column;height:100%;width:100%}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container{height:100%;list-style:none;margin:0;overflow:hidden;padding:0;position:relative;transform-style:preserve-3d}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container *{box-sizing:border-box}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide{background-color:#fff;height:100%;margin:auto;padding:0;position:absolute;top:0;width:100%}@media not (prefers-reduced-motion){.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide{transition:transform .5s,z-index .5s}}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide{z-index:100}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.active-slide{opacity:1;position:relative;z-index:102}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.previous-slide{transform:translateX(-100%);z-index:101}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.next-slide{transform:translateX(100%);z-index:101}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .block-list-appender{display:none}.block-editor-block-pattern-setup__carousel,.block-editor-block-pattern-setup__grid{width:100%}.block-editor-block-variation-transforms:where(fieldset){border:0;margin:0;padding:0}.block-editor-block-variation-transforms{box-sizing:border-box;padding:0 16px 16px 52px;width:100%}.block-editor-block-variation-transforms .components-dropdown-menu__toggle{border:1px solid #757575;border-radius:2px;justify-content:left;min-height:30px;padding:6px 12px;position:relative;text-align:left;width:100%}.block-editor-block-variation-transforms .components-dropdown-menu__toggle.components-dropdown-menu__toggle{padding-right:24px}.block-editor-block-variation-transforms .components-dropdown-menu__toggle:focus:not(:disabled){border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 calc(var(--wp-admin-border-width-focus) - 1px) var(--wp-admin-theme-color)}.block-editor-block-variation-transforms .components-dropdown-menu__toggle svg{height:100%;padding:0;position:absolute;right:0;top:0}.block-editor-block-variation-transforms__popover .components-popover__content{min-width:230px}.components-border-radius-control__header{height:16px;margin-bottom:12px}.components-border-radius-control{border:0;margin:0 0 12px;padding:0}.components-border-radius-control legend{margin-bottom:0}.components-border-radius-control .components-border-radius-control__input-controls-wrapper{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr));margin-right:12px}.components-border-radius-control .components-border-radius-control__linked-button{display:flex;justify-content:center}.components-border-radius-control .components-border-radius-control__linked-button svg{margin-right:0}.components-border-radius-control__custom-select-control,.components-border-radius-control__range-control{flex:1}.components-border-radius-control__icon{flex:0 0 auto}.block-editor-color-gradient-control .block-editor-color-gradient-control__color-indicator{margin-bottom:12px}.block-editor-color-gradient-control__fieldset{border:0;margin:0;min-width:0;padding:0}.block-editor-panel-color-gradient-settings.block-editor-panel-color-gradient-settings,.block-editor-panel-color-gradient-settings.block-editor-panel-color-gradient-settings>div:not(:first-of-type){display:block}@media screen and (min-width:782px){.block-editor-panel-color-gradient-settings .components-circular-option-picker__swatches{display:grid;grid-template-columns:repeat(6,28px)}}.block-editor-block-inspector .block-editor-panel-color-gradient-settings .components-base-control{margin-bottom:inherit}.block-editor-panel-color-gradient-settings__dropdown-content{min-height:160px}.block-editor-panel-color-gradient-settings__dropdown-content .block-editor-color-gradient-control__panel{padding:16px;width:260px}.block-editor-panel-color-gradient-settings__color-indicator{background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0)}.block-editor-tools-panel-color-gradient-settings__item{border-bottom:1px solid #ddd;border-left:1px solid #ddd;border-right:1px solid #ddd;max-width:100%;padding:0;position:relative}.block-editor-tools-panel-color-gradient-settings__item:nth-child(1 of .block-editor-tools-panel-color-gradient-settings__item){border-top:1px solid #ddd;border-top-left-radius:2px;border-top-right-radius:2px;margin-top:24px}.block-editor-tools-panel-color-gradient-settings__item:nth-last-child(1 of .block-editor-tools-panel-color-gradient-settings__item){border-bottom-left-radius:2px;border-bottom-right-radius:2px}.block-editor-tools-panel-color-gradient-settings__item>div,.block-editor-tools-panel-color-gradient-settings__item>div>button{border-radius:inherit}.block-editor-tools-panel-color-gradient-settings__dropdown{display:block;padding:0}.block-editor-tools-panel-color-gradient-settings__dropdown>button{height:auto;padding-bottom:10px;padding-top:10px;text-align:left}.block-editor-tools-panel-color-gradient-settings__dropdown>button.is-open{background:#f0f0f0;color:var(--wp-admin-theme-color)}.block-editor-tools-panel-color-gradient-settings__dropdown .block-editor-panel-color-gradient-settings__color-name{max-width:calc(100% - 44px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.block-editor-panel-color-gradient-settings__dropdown{width:100%}.block-editor-panel-color-gradient-settings__dropdown .component-color-indicator{flex-shrink:0}.block-editor-panel-color-gradient-settings__reset{margin:auto 8px;opacity:0;position:absolute;right:0;top:8px}@media not (prefers-reduced-motion){.block-editor-panel-color-gradient-settings__reset{transition:opacity .1s ease-in-out}}.block-editor-panel-color-gradient-settings__reset.block-editor-panel-color-gradient-settings__reset{border-radius:2px}.block-editor-panel-color-gradient-settings__dropdown:hover+.block-editor-panel-color-gradient-settings__reset,.block-editor-panel-color-gradient-settings__reset:focus,.block-editor-panel-color-gradient-settings__reset:hover{opacity:1}@media (hover:none){.block-editor-panel-color-gradient-settings__reset{opacity:1}}.block-editor-date-format-picker{border:none;margin:0 0 16px;padding:0}.block-editor-date-format-picker__custom-format-select-control__custom-option{border-top:1px solid #ddd}.block-editor-duotone-control__popover.components-popover>.components-popover__content{padding:8px;width:260px}.block-editor-duotone-control__popover.components-popover .components-menu-group__label{padding:0}.block-editor-duotone-control__popover.components-popover .components-circular-option-picker__swatches{display:grid;gap:12px;grid-template-columns:repeat(6,28px);justify-content:space-between}.block-editor-duotone-control__unset-indicator{background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0)}.components-font-appearance-control [role=option]{color:#1e1e1e;text-transform:capitalize}.block-editor-font-family-control:not(.is-next-has-no-margin-bottom){margin-bottom:8px}.block-editor-global-styles__toggle-icon{fill:currentColor}.block-editor-global-styles__shadow-popover-container{width:230px}.block-editor-global-styles__shadow__list{display:flex;flex-wrap:wrap;gap:12px;padding-bottom:8px}.block-editor-global-styles__clear-shadow{text-align:right}.block-editor-global-styles-filters-panel__dropdown,.block-editor-global-styles__shadow-dropdown{border:1px solid #ddd;border-radius:2px;display:block;padding:0;position:relative}.block-editor-global-styles-filters-panel__dropdown-toggle,.block-editor-global-styles__shadow-dropdown-toggle{padding:8px;width:100%}.block-editor-global-styles-filters-panel__dropdown-toggle.is-open,.block-editor-global-styles__shadow-dropdown-toggle.is-open{background-color:#f0f0f0}.block-editor-global-styles__shadow-editor__remove-button{margin:auto 8px;opacity:0;position:absolute;right:0;top:8px}@media not (prefers-reduced-motion){.block-editor-global-styles__shadow-editor__remove-button{transition:opacity .1s ease-in-out}}.block-editor-global-styles__shadow-dropdown:hover .block-editor-global-styles__shadow-editor__remove-button,.block-editor-global-styles__shadow-editor__remove-button:focus,.block-editor-global-styles__shadow-editor__remove-button:hover{opacity:1}@media (hover:none){.block-editor-global-styles__shadow-editor__remove-button{opacity:1}}.block-editor-global-styles__shadow-indicator{align-items:center;appearance:none;background:none;border:1px solid #e0e0e0;border-radius:2px;box-sizing:border-box;color:#2f2f2f;cursor:pointer;display:inline-flex;height:26px;padding:0;transform:scale(1);width:26px}@media not (prefers-reduced-motion){.block-editor-global-styles__shadow-indicator{transition:transform .1s ease}}.block-editor-global-styles__shadow-indicator{will-change:transform}.block-editor-global-styles__shadow-indicator:focus{border:2px solid #757575}.block-editor-global-styles__shadow-indicator:hover{transform:scale(1.2)}.block-editor-global-styles__shadow-indicator.unset{background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0)}.block-editor-global-styles-advanced-panel__custom-css-input textarea{direction:ltr;font-family:Menlo,Consolas,monaco,monospace}.block-editor-panel-duotone-settings__reset{margin:auto 8px;opacity:0;position:absolute;right:0;top:8px}@media not (prefers-reduced-motion){.block-editor-panel-duotone-settings__reset{transition:opacity .1s ease-in-out}}.block-editor-global-styles-filters-panel__dropdown:hover .block-editor-panel-duotone-settings__reset,.block-editor-panel-duotone-settings__reset:focus,.block-editor-panel-duotone-settings__reset:hover{opacity:1}@media (hover:none){.block-editor-panel-duotone-settings__reset{opacity:1}}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer{z-index:30}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer .components-popover__content *{pointer-events:none}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer.is-dropping-allowed .block-editor-grid-visualizer__drop-zone{pointer-events:all}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer .block-editor-inserter *{pointer-events:auto}.block-editor-grid-visualizer__grid{display:grid;position:absolute}.block-editor-grid-visualizer__cell{display:grid;position:relative}.block-editor-grid-visualizer__cell .block-editor-inserter{bottom:0;color:inherit;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:32}.block-editor-grid-visualizer__cell .block-editor-inserter .block-editor-grid-visualizer__appender{box-shadow:inset 0 0 0 1px color-mix(in srgb,currentColor 20%,#0000);color:inherit;height:100%;opacity:0;overflow:hidden;padding:0!important;width:100%}.block-editor-grid-visualizer__cell.is-highlighted .block-editor-grid-visualizer__drop-zone,.block-editor-grid-visualizer__cell.is-highlighted .block-editor-inserter{background:var(--wp-admin-theme-color)}.block-editor-grid-visualizer__cell .block-editor-grid-visualizer__appender:focus,.block-editor-grid-visualizer__cell:hover .block-editor-grid-visualizer__appender{background-color:color-mix(in srgb,currentColor 20%,#0000);opacity:1}.block-editor-grid-visualizer__drop-zone{background:#cccccc1a;grid-column:1;grid-row:1;height:100%;min-height:8px;min-width:8px;width:100%}.block-editor-grid-item-resizer.block-editor-grid-item-resizer.block-editor-grid-item-resizer{z-index:30}.block-editor-grid-item-resizer.block-editor-grid-item-resizer.block-editor-grid-item-resizer .components-popover__content *{pointer-events:none}.block-editor-grid-item-resizer__box{border:1px solid var(--wp-admin-theme-color)}.block-editor-grid-item-resizer__box .components-resizable-box__handle.components-resizable-box__handle.components-resizable-box__handle{pointer-events:all}.block-editor-grid-item-mover__move-button-container{border:none;display:flex;justify-content:center;padding:0}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button{min-width:0!important;padding-left:0;padding-right:0;width:24px}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button svg{min-width:24px}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus,.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus:before,.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus:enabled{box-shadow:none;outline:none}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus-visible:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-editor-grid-item-mover__move-vertical-button-container{display:flex;position:relative}@media (min-width:600px){.block-editor-grid-item-mover__move-vertical-button-container{flex-direction:column;justify-content:space-around}.block-editor-grid-item-mover__move-vertical-button-container>.block-editor-grid-item-mover-button.block-editor-grid-item-mover-button{height:20px!important;min-width:0!important;width:100%}.block-editor-grid-item-mover__move-vertical-button-container>.block-editor-grid-item-mover-button.block-editor-grid-item-mover-button:before{height:calc(100% - 4px)}.block-editor-grid-item-mover__move-vertical-button-container .block-editor-grid-item-mover-button.is-down-button svg,.block-editor-grid-item-mover__move-vertical-button-container .block-editor-grid-item-mover-button.is-up-button svg{flex-shrink:0;height:20px}.editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-vertical-button-container{height:40px;position:relative;top:-4px}}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container{position:relative}@media (min-width:600px){.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container:before{background:#e0e0e0;content:"";height:100%;position:absolute;top:0;width:1px}}@media (min-width:782px){.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container:before{background:#1e1e1e}}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-left{padding-right:6px}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-left:before{right:0}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-right{padding-left:6px}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-right:before{left:0}@media (min-width:600px){.show-icon-labels .block-editor-grid-item-mover__move-vertical-button-container:before{background:#e0e0e0;content:"";height:1px;left:50%;margin-top:-.5px;position:absolute;top:50%;transform:translate(-50%);width:100%}}@media (min-width:782px){.show-icon-labels .block-editor-grid-item-mover__move-vertical-button-container:before{background:#1e1e1e}}.show-icon-labels .block-editor-grid-item-mover-button{white-space:nowrap}.show-icon-labels .editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-horizontal-button-container:before{background:#ddd;height:24px;top:4px}.show-icon-labels .editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-vertical-button-container:before{background:#ddd;width:calc(100% - 24px)}.block-editor-height-control{border:0;margin:0;padding:0}.block-editor-iframe__container{height:100%;width:100%}.block-editor-iframe__scale-container{height:100%}.block-editor-iframe__scale-container.is-zoomed-out{position:absolute;right:0;width:var(--wp-block-editor-iframe-zoom-out-scale-container-width,100vw)}.block-editor-block-types-list__list-item{display:block;margin:0;padding:0;width:33.33%}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled) .block-editor-block-icon.has-colors{color:var(--wp-block-synced-color)}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):hover .block-editor-block-types-list__item-title{color:var(--wp-block-synced-color)!important;filter:brightness(.95)}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):hover svg{color:var(--wp-block-synced-color)!important}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):after{background:var(--wp-block-synced-color)}.components-button.block-editor-block-types-list__item{align-items:stretch;background:#0000;color:#1e1e1e;cursor:pointer;display:flex;flex-direction:column;font-size:13px;justify-content:center;padding:8px;width:100%;word-break:break-word}@media not (prefers-reduced-motion){.components-button.block-editor-block-types-list__item{transition:all .05s ease-in-out}}.components-button.block-editor-block-types-list__item{height:auto;position:relative}.components-button.block-editor-block-types-list__item:disabled,.components-button.block-editor-block-types-list__item[aria-disabled=true]{cursor:default;opacity:.6}.components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]):hover .block-editor-block-types-list__item-title{color:var(--wp-admin-theme-color)!important;filter:brightness(.95)}.components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]):hover svg{color:var(--wp-admin-theme-color)!important}.components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]):hover:after{background:var(--wp-admin-theme-color);border-radius:2px;bottom:0;content:"";left:0;opacity:.04;pointer-events:none;position:absolute;right:0;top:0}.components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]).is-active{background:#1e1e1e;color:#fff;outline:2px solid #0000;outline-offset:-2px}.components-button.block-editor-block-types-list__item:not(:disabled):focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-block-types-list__item-icon{color:#1e1e1e;padding:12px 20px}@media not (prefers-reduced-motion){.block-editor-block-types-list__item-icon{transition:all .05s ease-in-out}}.block-editor-block-types-list__item-icon .block-editor-block-icon{margin-left:auto;margin-right:auto}@media not (prefers-reduced-motion){.block-editor-block-types-list__item-icon svg{transition:all .15s ease-out}}.block-editor-block-types-list__list-item[draggable=true] .block-editor-block-types-list__item-icon{cursor:grab}.block-editor-block-types-list__item-title{font-size:12px;hyphens:auto;padding:4px 2px 8px}.block-editor-block-inspector__tabs [role=tablist]{width:100%}.block-editor-inspector-popover-header{margin-bottom:16px}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}@keyframes loadingpulse{0%{opacity:1}50%{opacity:0}to{opacity:1}}.block-editor-link-control{min-width:350px;position:relative}.components-popover__content .block-editor-link-control{max-width:350px;min-width:auto;width:90vw}.show-icon-labels .block-editor-link-control .components-button.has-icon svg{display:none}.show-icon-labels .block-editor-link-control .components-button.has-icon:before{content:attr(aria-label)}.show-icon-labels .block-editor-link-control .block-editor-link-control__search-item-top{flex-wrap:wrap;gap:4px}.show-icon-labels .block-editor-link-control .block-editor-link-control__search-item-top .components-button.has-icon{padding:4px;width:auto}.show-icon-labels .block-editor-link-control .is-preview .block-editor-link-control__search-item-header{margin-right:0;min-width:100%}.block-editor-link-control__search-input-wrapper{margin-bottom:8px;position:relative}.block-editor-link-control__help{color:#757575;font-size:12px;font-style:normal;margin-bottom:0;margin-top:-8px;padding:0 16px}.block-editor-link-control__search-input-container,.block-editor-link-control__search-input-wrapper{position:relative}.block-editor-link-control__field{margin:16px}.block-editor-link-control__field .components-base-control__label{color:#1e1e1e}.block-editor-link-control__search-error{margin:-8px 16px 16px}.block-editor-link-control__search-actions{padding:8px 16px 16px}.block-editor-link-control__search-results-wrapper{position:relative}.block-editor-link-control__search-results-wrapper:after,.block-editor-link-control__search-results-wrapper:before{content:"";display:block;left:-1px;pointer-events:none;position:absolute;right:16px;z-index:100}.block-editor-link-control__search-results-wrapper:before{bottom:auto;height:8px;top:0}.block-editor-link-control__search-results-wrapper:after{bottom:0;height:16px;top:auto}.block-editor-link-control__search-results{margin-top:-16px;max-height:200px;overflow-y:auto;padding:8px}.block-editor-link-control__search-results.is-loading{opacity:.2}.block-editor-link-control__search-item.components-button.components-menu-item__button{height:auto;text-align:left}.block-editor-link-control__search-item .components-menu-item__item{display:inline-block;overflow:hidden;text-overflow:ellipsis;width:100%}.block-editor-link-control__search-item .components-menu-item__item mark{background-color:initial;color:inherit;font-weight:600}.block-editor-link-control__search-item .components-menu-item__shortcut{color:#757575;white-space:nowrap}.block-editor-link-control__search-item[aria-selected]{background:#f0f0f0}.block-editor-link-control__search-item.is-current{background:#0000;border:0;cursor:default;flex-direction:column;padding:16px;width:100%}.block-editor-link-control__search-item .block-editor-link-control__search-item-header{align-items:center;display:block;flex-direction:row;gap:8px;margin-right:8px;overflow-wrap:break-word;white-space:pre-wrap}.block-editor-link-control__search-item .block-editor-link-control__search-item-header .block-editor-link-control__search-item-info{color:#757575;font-size:12px;line-height:1.1;word-break:break-all}.block-editor-link-control__search-item.is-preview .block-editor-link-control__search-item-header{display:flex;flex:1}.block-editor-link-control__search-item.is-error .block-editor-link-control__search-item-header{align-items:center}.block-editor-link-control__search-item.is-url-title .block-editor-link-control__search-item-title{word-break:break-all}.block-editor-link-control__search-item .block-editor-link-control__search-item-details{display:flex;flex-direction:column;gap:4px;justify-content:space-between}.block-editor-link-control__search-item .block-editor-link-control__search-item-header .block-editor-link-control__search-item-icon{background-color:#f0f0f0;border-radius:2px;height:32px;width:32px}.block-editor-link-control__search-item .block-editor-link-control__search-item-icon{align-items:center;display:flex;flex-shrink:0;justify-content:center;position:relative}.block-editor-link-control__search-item .block-editor-link-control__search-item-icon img{width:16px}.block-editor-link-control__search-item.is-error .block-editor-link-control__search-item-icon{max-height:32px;top:0;width:32px}.block-editor-link-control__search-item .block-editor-link-control__search-item-title{line-height:1.1}.block-editor-link-control__search-item .block-editor-link-control__search-item-title:focus{box-shadow:none}.block-editor-link-control__search-item .block-editor-link-control__search-item-title:focus-visible{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000;text-decoration:none}.block-editor-link-control__search-item .block-editor-link-control__search-item-title mark{background-color:initial;color:inherit;font-weight:600}.block-editor-link-control__search-item .block-editor-link-control__search-item-title span{font-weight:400}.block-editor-link-control__search-item .block-editor-link-control__search-item-title .components-external-link__icon{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.block-editor-link-control__search-item-top{align-items:center;display:flex;flex-direction:row;width:100%}.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon img,.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon svg{opacity:0}.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon:before{background-color:#f0f0f0;border-radius:100%;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0}@media not (prefers-reduced-motion){.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon:before{animation:loadingpulse 1s linear infinite;animation-delay:.5s}}.block-editor-link-control__loading{align-items:center;display:flex;margin:16px}.block-editor-link-control__loading .components-spinner{margin-top:0}.components-button+.block-editor-link-control__search-create{overflow:visible;padding:12px 16px}.components-button+.block-editor-link-control__search-create:before{content:"";display:block;left:0;position:absolute;top:-10px;width:100%}.block-editor-link-control__search-create{align-items:center}.block-editor-link-control__search-create .block-editor-link-control__search-item-title{margin-bottom:0}.block-editor-link-control__search-create .block-editor-link-control__search-item-icon{top:0}.block-editor-link-control__drawer-inner{display:flex;flex-basis:100%;flex-direction:column;position:relative}.block-editor-link-control__settings{border:0;margin:0;padding:0}.block-editor-link-control__setting{flex:1;margin-bottom:0;padding:8px 24px}.block-editor-link-control__setting .components-base-control:not(.components-input-control) .components-base-control__field{display:flex}.block-editor-link-control__setting .components-base-control__field .components-checkbox-control__label{color:#1e1e1e}.block-editor-link-control__setting input{margin-left:0}.is-preview .block-editor-link-control__setting{padding:20px 8px 8px 0}.block-editor-link-control__tools{margin-top:-16px;padding:8px 8px 0}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle{gap:0;padding-left:0}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true]{color:#1e1e1e}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg{visibility:visible}@media not (prefers-reduced-motion){.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg{transition:transform .1s ease}}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg{transform:rotate(90deg)}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=false] svg{transform:rotate(0deg);visibility:visible}@media not (prefers-reduced-motion){.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=false] svg{transition:transform .1s ease}}.block-editor-link-control .block-editor-link-control__search-input .components-spinner{display:block}.block-editor-link-control .block-editor-link-control__search-input .components-spinner.components-spinner{bottom:auto;left:auto;position:absolute;right:40px;top:calc(50% - 8px)}.block-editor-link-control .block-editor-link-control__search-input-wrapper.has-actions .components-spinner{right:12px;top:calc(50% + 4px)}.block-editor-list-view-tree{border-collapse:collapse;margin:0;padding:0;width:100%}.components-modal__content .block-editor-list-view-tree{margin:-12px -6px 0;width:calc(100% + 12px)}.block-editor-list-view-tree.is-dragging tbody{pointer-events:none}.block-editor-list-view-leaf{position:relative;transform:translateY(0)}.block-editor-list-view-leaf.is-draggable,.block-editor-list-view-leaf.is-draggable .block-editor-list-view-block-contents{cursor:grab}.block-editor-list-view-leaf .block-editor-list-view-block-select-button[aria-expanded=true]{color:inherit}.block-editor-list-view-leaf .block-editor-list-view-block-select-button:hover{color:var(--wp-admin-theme-color)}.block-editor-list-view-leaf .block-editor-list-view-block-select-button svg{fill:currentColor}@media (forced-colors:active){.block-editor-list-view-leaf .block-editor-list-view-block-select-button svg{fill:CanvasText}}.is-dragging-components-draggable .block-editor-list-view-leaf:not(.is-selected) .block-editor-list-view-block-select-button:hover{color:inherit}.block-editor-list-view-leaf.is-selected td{background:var(--wp-admin-theme-color)}.block-editor-list-view-leaf.is-selected.is-synced td{background:var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents .block-editor-block-icon,.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:focus,.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:hover{color:var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:focus:after{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-contents,.block-editor-list-view-leaf.is-selected .components-button.has-icon{color:#fff}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-contents:focus:after{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-list-view-leaf.is-selected.is-synced .block-editor-list-view-block-contents:focus:after{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block__menu:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff}.block-editor-list-view-leaf.is-first-selected td:first-child{border-top-left-radius:2px}.block-editor-list-view-leaf.is-first-selected td:last-child{border-top-right-radius:2px}.block-editor-list-view-leaf.is-last-selected td:first-child{border-bottom-left-radius:2px}.block-editor-list-view-leaf.is-last-selected td:last-child{border-bottom-right-radius:2px}.block-editor-list-view-leaf.is-branch-selected:not(.is-selected):not(.is-synced-branch){background:rgba(var(--wp-admin-theme-color--rgb),.04)}.block-editor-list-view-leaf.is-synced-branch.is-branch-selected{background:rgba(var(--wp-block-synced-color--rgb),.04)}.block-editor-list-view-leaf.is-branch-selected.is-first-selected td:first-child{border-top-left-radius:2px}.block-editor-list-view-leaf.is-branch-selected.is-first-selected td:last-child{border-top-right-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-first-selected td:first-child{border-top-left-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-first-selected td:last-child{border-top-right-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-last-selected td:first-child{border-bottom-left-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-last-selected td:last-child{border-bottom-right-radius:2px}.block-editor-list-view-leaf.is-branch-selected:not(.is-selected) td{border-radius:0}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-displacement-normal{transition:transform .2s}}.block-editor-list-view-leaf.is-displacement-normal{transform:translateY(0)}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-displacement-up{transition:transform .2s}}.block-editor-list-view-leaf.is-displacement-up{transform:translateY(-32px)}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-displacement-down{transition:transform .2s}}.block-editor-list-view-leaf.is-displacement-down{transform:translateY(32px)}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-after-dragged-blocks{transition:transform .2s}}.block-editor-list-view-leaf.is-after-dragged-blocks{transform:translateY(calc(var(--wp-admin--list-view-dragged-items-height, 32px)*-1))}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-up{transition:transform .2s}}.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-up{transform:translateY(calc(-32px + var(--wp-admin--list-view-dragged-items-height, 32px)*-1))}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-down{transition:transform .2s}}.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-down{transform:translateY(calc(32px + var(--wp-admin--list-view-dragged-items-height, 32px)*-1))}.block-editor-list-view-leaf.is-dragging{left:0;opacity:0;pointer-events:none;z-index:-9999}.block-editor-list-view-leaf .block-editor-list-view-block-contents{align-items:center;border-radius:2px;box-sizing:border-box;color:inherit;display:flex;font-family:inherit;font-size:13px;font-weight:400;height:32px;margin:0;padding:6px 4px 6px 0;position:relative;text-align:left;text-decoration:none;white-space:nowrap;width:100%}@media not (prefers-reduced-motion){.block-editor-list-view-leaf .block-editor-list-view-block-contents{transition:box-shadow .1s linear}}.components-modal__content .block-editor-list-view-leaf .block-editor-list-view-block-contents{padding-left:0;padding-right:0}.block-editor-list-view-leaf .block-editor-list-view-block-contents:focus,.block-editor-list-view-leaf.is-nesting .block-editor-list-view-block-contents{box-shadow:none}.block-editor-list-view-leaf .block-editor-list-view-block-contents:focus:after,.block-editor-list-view-leaf.is-nesting .block-editor-list-view-block-contents:after{border-radius:inherit;bottom:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);content:"";left:0;pointer-events:none;position:absolute;right:-29px;top:0;z-index:2}.block-editor-list-view-leaf.has-single-cell .block-editor-list-view-block-contents:focus:after{right:0}.block-editor-list-view-leaf .block-editor-list-view-block__menu:focus,.block-editor-list-view-leaf.is-nesting .block-editor-list-view__menu{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);z-index:1}.block-editor-list-view-leaf.is-visible .block-editor-list-view-block-contents{opacity:1}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-visible .block-editor-list-view-block-contents{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards}}.block-editor-list-view-leaf .block-editor-block-icon{flex:0 0 24px;margin-right:4px}.block-editor-list-view-leaf .block-editor-list-view-block__contents-cell,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell{padding:0}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell{line-height:0;vertical-align:middle;width:28px}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell>*{opacity:0}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell.is-visible>*,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell:focus-within>*,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell:hover>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell.is-visible>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell:focus-within>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell:hover>*{opacity:1}.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell-alignment-wrapper{align-items:center;display:flex;flex-direction:column;height:100%}.block-editor-list-view-leaf .block-editor-block-mover-button{height:24px;position:relative;width:36px}.block-editor-list-view-leaf .block-editor-block-mover-button svg{height:24px;position:relative}.block-editor-list-view-leaf .block-editor-block-mover-button.is-up-button{align-items:flex-end;margin-top:-6px}.block-editor-list-view-leaf .block-editor-block-mover-button.is-up-button svg{bottom:-4px}.block-editor-list-view-leaf .block-editor-block-mover-button.is-down-button{align-items:flex-start;margin-bottom:-6px}.block-editor-list-view-leaf .block-editor-block-mover-button.is-down-button svg{top:-4px}.block-editor-list-view-leaf .block-editor-block-mover-button:before{height:16px;left:0;min-width:100%;right:0}.block-editor-list-view-leaf .block-editor-inserter__toggle{background:#1e1e1e;color:#fff;height:24px;margin:6px 6px 6px 1px;min-width:24px}.block-editor-list-view-leaf .block-editor-inserter__toggle:active{color:#fff}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__label-wrapper svg{left:2px;position:relative}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__title{flex:1;position:relative}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__title .components-truncate{position:absolute;transform:translateY(-50%);width:100%}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__anchor-wrapper{max-width:min(110px,40%);position:relative;width:100%}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__anchor{position:absolute;right:0;transform:translateY(-50%)}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-select-button__anchor{background:#0000004d;color:#fff}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__block-visibility,.block-editor-list-view-leaf .block-editor-list-view-block-select-button__lock,.block-editor-list-view-leaf .block-editor-list-view-block-select-button__sticky{line-height:0}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__images{display:flex}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__image{background-size:cover;border-radius:1px;height:18px;width:18px}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__image:not(:only-child){box-shadow:0 0 0 2px #fff}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__image:not(:first-child){margin-left:-6px}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-select-button__image:not(:only-child){box-shadow:0 0 0 2px var(--wp-admin-theme-color)}.block-editor-list-view-draggable-chip{opacity:.8}.block-editor-list-view-appender__cell .block-editor-list-view-appender__container,.block-editor-list-view-appender__cell .block-editor-list-view-block__contents-container,.block-editor-list-view-block__contents-cell .block-editor-list-view-appender__container,.block-editor-list-view-block__contents-cell .block-editor-list-view-block__contents-container{display:flex}.block-editor-list-view__expander{cursor:pointer;height:24px;width:24px}.block-editor-list-view-leaf[aria-level] .block-editor-list-view__expander{margin-left:192px}.block-editor-list-view-leaf[aria-level="1"] .block-editor-list-view__expander{margin-left:0}.block-editor-list-view-leaf[aria-level="2"] .block-editor-list-view__expander{margin-left:24px}.block-editor-list-view-leaf[aria-level="3"] .block-editor-list-view__expander{margin-left:48px}.block-editor-list-view-leaf[aria-level="4"] .block-editor-list-view__expander{margin-left:72px}.block-editor-list-view-leaf[aria-level="5"] .block-editor-list-view__expander{margin-left:96px}.block-editor-list-view-leaf[aria-level="6"] .block-editor-list-view__expander{margin-left:120px}.block-editor-list-view-leaf[aria-level="7"] .block-editor-list-view__expander{margin-left:144px}.block-editor-list-view-leaf[aria-level="8"] .block-editor-list-view__expander{margin-left:168px}.block-editor-list-view-leaf .block-editor-list-view__expander{visibility:hidden}.block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg{visibility:visible}@media not (prefers-reduced-motion){.block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg{transition:transform .2s ease}}.block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg{transform:rotate(90deg)}.block-editor-list-view-leaf[data-expanded=false] .block-editor-list-view__expander svg{transform:rotate(0deg);visibility:visible}@media not (prefers-reduced-motion){.block-editor-list-view-leaf[data-expanded=false] .block-editor-list-view__expander svg{transition:transform .2s ease}}.block-editor-list-view-drop-indicator{pointer-events:none}.block-editor-list-view-drop-indicator .block-editor-list-view-drop-indicator__line{background:var(--wp-admin-theme-color);border-radius:4px;height:4px}.block-editor-list-view-drop-indicator--preview{pointer-events:none}.block-editor-list-view-drop-indicator--preview .components-popover__content{overflow:hidden!important}.block-editor-list-view-drop-indicator--preview .block-editor-list-view-drop-indicator__line{background:rgba(var(--wp-admin-theme-color--rgb),.04);border-radius:4px;height:32px;overflow:hidden}.block-editor-list-view-drop-indicator--preview .block-editor-list-view-drop-indicator__line--darker{background:rgba(var(--wp-admin-theme-color--rgb),.09)}.block-editor-list-view-placeholder{height:32px;margin:0;padding:0}.list-view-appender .block-editor-inserter__toggle{background-color:#1e1e1e;color:#fff;height:24px;margin:8px 0 0 24px;padding:0}.list-view-appender .block-editor-inserter__toggle.has-icon.is-next-40px-default-size{min-width:24px}.list-view-appender .block-editor-inserter__toggle:focus,.list-view-appender .block-editor-inserter__toggle:hover{background:var(--wp-admin-theme-color);color:#fff}.list-view-appender__description{display:none}.block-editor-media-placeholder__url-input-form{min-width:260px}@media (min-width:600px){.block-editor-media-placeholder__url-input-form{width:300px}}.block-editor-media-placeholder__url-input-form input{direction:ltr}.modal-open .block-editor-media-replace-flow__options{display:none}.block-editor-media-replace-flow__indicator{margin-left:4px}.block-editor-media-replace-flow__media-upload-menu:not(:empty)+.block-editor-media-flow__url-input{border-top:1px solid #1e1e1e;margin-top:8px;padding-bottom:8px}.block-editor-media-flow__url-input{margin-left:-8px;margin-right:-8px;padding:16px}.block-editor-media-flow__url-input .block-editor-media-replace-flow__image-url-label{display:block;margin-bottom:8px;top:16px}.block-editor-media-flow__url-input .block-editor-link-control{width:300px}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-url-input{margin:0;padding:0}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__tools{justify-content:flex-end;padding:16px var(--wp-admin-border-width-focus) var(--wp-admin-border-width-focus)}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item.is-current{padding:0;width:auto}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]{margin:0;width:100%}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-actions{padding:8px 0 0}.block-editor-media-flow__error{max-width:255px;padding:0 20px 20px}.block-editor-media-flow__error .components-with-notices-ui{max-width:255px}.block-editor-media-flow__error .components-with-notices-ui .components-notice__content{overflow:hidden;word-wrap:break-word}.block-editor-media-flow__error .components-with-notices-ui .components-notice__dismiss{position:absolute;right:10px}.block-editor-multi-selection-inspector__card{padding:16px}.block-editor-multi-selection-inspector__card-title{font-weight:500}.block-editor-multi-selection-inspector__card .block-editor-block-icon{height:24px;margin-left:-2px;padding:0 3px;width:36px}.block-editor-responsive-block-control{border-bottom:1px solid #ccc;margin-bottom:28px;padding-bottom:14px}.block-editor-responsive-block-control:last-child{border-bottom:0;padding-bottom:0}.block-editor-responsive-block-control__title{margin:0 0 .6em -3px}.block-editor-responsive-block-control__label{font-weight:600;margin-bottom:.6em;margin-left:-3px}.block-editor-responsive-block-control__inner{margin-left:-1px}.block-editor-responsive-block-control__toggle{margin-left:1px}.block-editor-responsive-block-control .components-base-control__help{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.components-popover.block-editor-rich-text__inline-format-toolbar{z-index:99998}.components-popover.block-editor-rich-text__inline-format-toolbar .components-popover__content{border-radius:2px;box-shadow:none;margin-bottom:8px;min-width:auto;outline:none;width:auto}.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar{border-radius:2px}.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar-group{background:none}.components-popover.block-editor-rich-text__inline-format-toolbar .components-dropdown-menu__toggle,.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar__control{min-height:48px;min-width:48px;padding-left:12px;padding-right:12px}.block-editor-rich-text__inline-format-toolbar-group .components-dropdown-menu__toggle{justify-content:center}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon{width:auto}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon svg{display:none}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon:after{content:attr(aria-label)}.block-editor-skip-to-selected-block{position:absolute;top:-9999em}.block-editor-skip-to-selected-block:focus{background:#f1f1f1;font-size:14px;font-weight:600;z-index:100000}.block-editor-tabbed-sidebar{background-color:#fff;display:flex;flex-direction:column;flex-grow:1;height:100%;overflow:hidden}.block-editor-tabbed-sidebar__tablist-and-close-button{border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding-right:8px}.block-editor-tabbed-sidebar__close-button{align-self:center;background:#fff;order:1}.block-editor-tabbed-sidebar__tablist{margin-bottom:-1px}.block-editor-tabbed-sidebar__tabpanel{display:flex;flex-direction:column;flex-grow:1;overflow-y:auto;scrollbar-gutter:auto}.block-editor-block-list__block .block-editor-url-input,.block-editor-url-input,.components-popover .block-editor-url-input{flex-grow:1;padding:1px;position:relative}@media (min-width:600px){.block-editor-block-list__block .block-editor-url-input,.block-editor-url-input,.components-popover .block-editor-url-input{min-width:300px;width:auto}}.block-editor-block-list__block .block-editor-url-input.is-full-width,.block-editor-block-list__block .block-editor-url-input.is-full-width__suggestions,.block-editor-url-input.is-full-width,.block-editor-url-input.is-full-width__suggestions,.components-popover .block-editor-url-input.is-full-width,.components-popover .block-editor-url-input.is-full-width__suggestions{width:100%}.block-editor-block-list__block .block-editor-url-input .components-spinner,.block-editor-url-input .components-spinner,.components-popover .block-editor-url-input .components-spinner{margin:0;position:absolute;right:8px;top:calc(50% - 8px)}.block-editor-url-input__suggestions{max-height:200px}@media not (prefers-reduced-motion){.block-editor-url-input__suggestions{transition:all .15s ease-in-out}}.block-editor-url-input__suggestions{overflow-y:auto;padding:4px 0;width:302px}.block-editor-url-input .components-spinner,.block-editor-url-input__suggestions{display:none}@media (min-width:600px){.block-editor-url-input .components-spinner,.block-editor-url-input__suggestions{display:grid}}.block-editor-url-input__suggestion{background:#fff;border:none;box-shadow:none;color:#757575;cursor:pointer;display:block;font-size:13px;height:auto;min-height:36px;text-align:left;width:100%}.block-editor-url-input__suggestion:hover{background:#ddd}.block-editor-url-input__suggestion.is-selected,.block-editor-url-input__suggestion:focus{background:var(--wp-admin-theme-color-darker-20);color:#fff;outline:none}.components-toolbar-group>.block-editor-url-input__button,.components-toolbar>.block-editor-url-input__button{position:inherit}.block-editor-url-input__button .block-editor-url-input__back{margin-right:4px;overflow:visible}.block-editor-url-input__button .block-editor-url-input__back:after{background:#ddd;content:"";display:block;height:24px;position:absolute;right:-1px;width:1px}.block-editor-url-input__button-modal{background:#fff;border:1px solid #ddd;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003}.block-editor-url-input__button-modal-line{align-items:flex-start;display:flex;flex-direction:row;flex-grow:1;flex-shrink:1;min-width:0}.block-editor-url-popover__additional-controls{border-top:1px solid #1e1e1e;padding:8px}.block-editor-url-popover__input-container{padding:8px}.block-editor-url-popover__row{align-items:center;display:flex;gap:4px}.block-editor-url-popover__row>:not(.block-editor-url-popover__settings-toggle){flex-grow:1;gap:8px}.block-editor-url-popover__additional-controls .components-button.has-icon{height:auto;padding-left:8px;padding-right:8px;text-align:left}.block-editor-url-popover__additional-controls .components-button.has-icon>svg{margin-right:8px}.block-editor-url-popover__settings-toggle{flex-shrink:0}.block-editor-url-popover__settings-toggle[aria-expanded=true] .dashicon{transform:rotate(180deg)}.block-editor-url-popover__settings{border-top:1px solid #1e1e1e;display:block;padding:16px}.block-editor-url-popover__link-editor,.block-editor-url-popover__link-viewer{display:flex}.block-editor-url-popover__link-viewer-url{align-items:center;display:flex;flex-grow:1;flex-shrink:1;margin-right:8px;max-width:350px;min-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.block-editor-url-popover__link-viewer-url.has-invalid-link{color:#cc1818}.block-editor-url-popover__expand-on-click{align-items:center;display:flex;min-width:350px;white-space:nowrap}.block-editor-url-popover__expand-on-click .text{flex-grow:1}.block-editor-url-popover__expand-on-click .text p{line-height:16px;margin:0}.block-editor-url-popover__expand-on-click .text p.description{color:#757575;font-size:12px}.block-editor-hooks__block-hooks .components-toggle-control .components-h-stack .components-h-stack{flex-direction:row}.block-editor-hooks__block-hooks .block-editor-hooks__block-hooks-helptext{color:#757575;font-size:12px;margin-bottom:16px}div.block-editor-bindings__panel{grid-template-columns:repeat(auto-fit,minmax(100%,1fr))}div.block-editor-bindings__panel button:hover .block-editor-bindings__item span{color:inherit}.border-block-support-panel .single-column{grid-column:span 1}.color-block-support-panel .block-editor-contrast-checker{grid-column:span 2;margin-top:16px}.color-block-support-panel .block-editor-contrast-checker .components-notice__content{margin-right:0}.color-block-support-panel.color-block-support-panel .color-block-support-panel__inner-wrapper{row-gap:0}.color-block-support-panel .block-editor-tools-panel-color-gradient-settings__item.first{margin-top:0}.dimensions-block-support-panel .single-column{grid-column:span 1}.block-editor-hooks__layout-constrained .components-base-control{margin-bottom:0}.block-editor-hooks__layout-constrained-helptext{color:#757575;font-size:12px;margin-bottom:0}.block-editor-hooks__flex-layout-justification-controls,.block-editor-hooks__flex-layout-orientation-controls{margin-bottom:12px}.block-editor-hooks__flex-layout-justification-controls legend,.block-editor-hooks__flex-layout-orientation-controls legend{margin-bottom:8px}.block-editor-hooks__grid-layout-columns-and-rows-controls,.block-editor-hooks__grid-layout-minimum-width-control{border:0;margin:0;padding:0}.block-editor__spacing-visualizer{border-color:var(--wp-admin-theme-color);border-style:solid;bottom:0;box-sizing:border-box;left:0;opacity:.5;pointer-events:none;position:absolute;right:0;top:0}.typography-block-support-panel .single-column{grid-column:span 1}.block-editor-block-toolbar{display:flex;flex-grow:1;overflow-x:auto;overflow-y:hidden;position:relative;width:100%}@media not (prefers-reduced-motion){.block-editor-block-toolbar{transition:border-color .1s linear,box-shadow .1s linear}}@media (min-width:600px){.block-editor-block-toolbar{overflow:inherit}}.block-editor-block-toolbar .components-toolbar,.block-editor-block-toolbar .components-toolbar-group{background:none;border:0;border-right:1px solid #ddd;margin-bottom:-1px;margin-top:-1px}.block-editor-block-toolbar.is-connected .block-editor-block-switcher .components-button:before{background:color-mix(in srgb,var(--wp-block-synced-color) 10%,#0000);border-radius:2px}.block-editor-block-toolbar.is-connected .block-editor-block-switcher .components-button .block-editor-block-icon,.block-editor-block-toolbar.is-connected .block-editor-block-switcher__no-switcher-icon[aria-disabled=true] .block-editor-block-icon,.block-editor-block-toolbar.is-synced .block-editor-block-switcher .components-button .block-editor-block-icon,.block-editor-block-toolbar.is-synced .block-editor-block-switcher__no-switcher-icon[aria-disabled=true] .block-editor-block-icon{color:var(--wp-block-synced-color)}.block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2),.block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2) .components-toolbar,.block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2) .components-toolbar-group,.block-editor-block-toolbar>:last-child,.block-editor-block-toolbar>:last-child .components-toolbar,.block-editor-block-toolbar>:last-child .components-toolbar-group{border-right:none}.block-editor-block-toolbar .components-toolbar-group:empty{display:none}.block-editor-block-contextual-toolbar{background-color:#fff;display:block;flex-shrink:3;position:sticky;top:0;width:100%;z-index:31}.block-editor-block-contextual-toolbar.components-accessible-toolbar{border:none;border-radius:0}.block-editor-block-contextual-toolbar.is-unstyled{box-shadow:0 1px 0 0 rgba(0,0,0,.133)}.block-editor-block-contextual-toolbar .block-editor-block-toolbar{overflow:auto;overflow-y:hidden}.block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar{height:12px;width:12px}.block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar-track{background-color:initial}.block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#e0e0e0;border:3px solid #0000;border-radius:8px}.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus-within::-webkit-scrollbar-thumb,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus::-webkit-scrollbar-thumb,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:hover::-webkit-scrollbar-thumb{background-color:#949494}.block-editor-block-contextual-toolbar .block-editor-block-toolbar{scrollbar-color:#e0e0e0 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus-within,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:hover{scrollbar-color:#949494 #0000}.block-editor-block-contextual-toolbar .block-editor-block-toolbar{will-change:transform}@media (hover:none){.block-editor-block-contextual-toolbar .block-editor-block-toolbar{scrollbar-color:#949494 #0000}}.block-editor-block-contextual-toolbar .block-editor-block-toolbar{scrollbar-gutter:auto}.block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child .components-toolbar-group:after,.block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child .components-toolbar:after,.block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child:after{display:none}.block-editor-block-contextual-toolbar>.block-editor-block-toolbar{flex-grow:0;width:auto}.block-editor-block-contextual-toolbar .block-editor-block-parent-selector{margin-bottom:-1px;margin-top:-1px;position:relative}.block-editor-block-contextual-toolbar .block-editor-block-parent-selector:after{align-items:center;background-color:#1e1e1e;border-radius:100%;content:"";display:inline-flex;height:2px;position:absolute;right:0;top:15px;width:2px}.block-editor-block-toolbar__block-controls .block-editor-block-switcher .components-dropdown-menu__toggle .block-editor-block-icon,.block-editor-block-toolbar__block-controls .block-editor-block-switcher__no-switcher-icon .block-editor-block-icon{margin:0!important;width:24px!important}.block-editor-block-toolbar__block-controls .components-toolbar-group{padding:0}.block-editor-block-toolbar .components-toolbar,.block-editor-block-toolbar .components-toolbar-group,.block-editor-rich-text__inline-format-toolbar-group .components-toolbar,.block-editor-rich-text__inline-format-toolbar-group .components-toolbar-group{display:flex;flex-wrap:nowrap}.block-editor-block-toolbar__slot{display:inline-flex}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon:where(:not(.has-text)){width:auto}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon:where(:not(.has-text)) svg{display:none}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon:where(:not(.has-text)):after{content:attr(aria-label);font-size:12px}.show-icon-labels .components-accessible-toolbar .components-toolbar-group>div:first-child:last-child>.components-button.has-icon{padding-left:6px;padding-right:6px}.show-icon-labels .block-editor-block-switcher .components-dropdown-menu__toggle .block-editor-block-icon,.show-icon-labels .block-editor-block-switcher__no-switcher-icon .block-editor-block-icon{height:0!important;min-width:0!important;width:0!important}.show-icon-labels .block-editor-block-parent-selector .block-editor-block-parent-selector__button{border-bottom-right-radius:0;border-top-right-radius:0;padding-left:12px;padding-right:12px;text-wrap:nowrap}.show-icon-labels .block-editor-block-parent-selector .block-editor-block-parent-selector__button .block-editor-block-icon{width:0}.show-icon-labels .block-editor-block-mover .block-editor-block-mover__move-button-container{position:relative;width:auto}@media (min-width:600px){.show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container:before{background:#e0e0e0;content:"";height:1px;left:50%;margin-top:-.5px;position:absolute;top:50%;transform:translate(-50%);width:100%}}@media (min-width:782px){.show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container:before{background:#1e1e1e}}.show-icon-labels .block-editor-block-mover.is-horizontal .block-editor-block-mover-button,.show-icon-labels .block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container{padding-left:6px;padding-right:6px}.show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button{padding-left:8px;padding-right:8px}.show-icon-labels .block-editor-block-toolbar__block-controls .block-editor-block-mover{border-left:1px solid #ddd;margin-left:6px;margin-right:-6px;white-space:nowrap}.show-icon-labels .block-editor-block-mover .block-editor-block-mover__drag-handle.has-icon{padding-left:12px;padding-right:12px}.show-icon-labels .block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button{width:auto}.show-icon-labels .components-toolbar,.show-icon-labels .components-toolbar-group{flex-shrink:1}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button+.components-button{margin-left:6px}.block-editor-block-toolbar-change-design-content-wrapper{padding:12px;width:320px}.block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px}.block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{margin-bottom:0}.block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item{min-height:100px}.block-editor-inserter{background:none;border:none;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:0;padding:0}@media (min-width:782px){.block-editor-inserter{position:relative}}.block-editor-inserter__main-area{gap:16px;height:100%;position:relative}.block-editor-inserter__main-area.show-as-tabs{gap:0}@media (min-width:782px){.block-editor-inserter__main-area .block-editor-tabbed-sidebar{width:350px}}.block-editor-inserter__popover.is-quick .components-popover__content{border:none;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;outline:none}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>*{border-left:1px solid #ccc;border-right:1px solid #ccc}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>:first-child{border-radius:4px 4px 0 0;border-top:1px solid #ccc}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>:last-child{border-bottom:1px solid #ccc;border-radius:0 0 4px 4px}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>.components-button{border:1px solid #1e1e1e}.block-editor-inserter__popover .block-editor-inserter__menu{margin:-12px}.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__tablist{top:60px}.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__main-area{height:auto;overflow:visible}.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__preview-container{display:none}.block-editor-inserter__toggle.components-button{align-items:center;border:none;cursor:pointer;display:inline-flex;outline:none;padding:0}@media not (prefers-reduced-motion){.block-editor-inserter__toggle.components-button{transition:color .2s ease}}.block-editor-inserter__menu{height:100%;overflow:visible;position:relative}@media (min-width:782px){.block-editor-inserter__menu.show-panel{width:630px}}.block-editor-inserter__inline-elements{margin-top:-1px}.block-editor-inserter__menu.is-bottom:after{border-bottom-color:#fff}.components-popover.block-editor-inserter__popover{z-index:99999}.block-editor-inserter__search{padding:16px 16px 0}.block-editor-inserter__no-tab-container{flex-grow:1;overflow-y:auto;position:relative}.block-editor-inserter__panel-header{align-items:center;display:inline-flex;padding:16px 16px 0;position:relative}.block-editor-inserter__panel-content{padding:16px}.block-editor-inserter__panel-title,.block-editor-inserter__panel-title button{color:#757575;font-size:11px;font-weight:500;margin:0 12px 0 0;text-transform:uppercase}.block-editor-inserter__panel-dropdown select.components-select-control__input.components-select-control__input.components-select-control__input{height:36px;line-height:36px}.block-editor-inserter__panel-dropdown select{border:none}.block-editor-inserter__reusable-blocks-panel{position:relative;text-align:right}.block-editor-inserter__no-results,.block-editor-inserter__patterns-loading{padding:32px;text-align:center}.block-editor-inserter__child-blocks{padding:0 16px}.block-editor-inserter__parent-block-header{align-items:center;display:flex}.block-editor-inserter__parent-block-header h2{font-size:13px}.block-editor-inserter__parent-block-header .block-editor-block-icon{margin-right:8px}.block-editor-inserter__preview-container__popover{top:16px!important}.block-editor-inserter__preview-container{display:none;max-height:calc(100% - 32px);overflow-y:hidden;padding:16px;width:280px}@media (min-width:782px){.block-editor-inserter__preview-container{display:block}}.block-editor-inserter__preview-container .block-editor-inserter__media-list__list-item{height:100%}.block-editor-inserter__preview-container .block-editor-block-card{padding-bottom:4px;padding-left:0;padding-right:0}.block-editor-inserter__insertable-blocks-at-selection{border-bottom:1px solid #e0e0e0}.block-editor-inserter__block-patterns-tabs-container,.block-editor-inserter__media-tabs-container{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:16px}.block-editor-inserter__category-tablist{margin-bottom:8px}.block-editor-inserter__category-panel{display:flex;flex-direction:column;outline:1px solid #0000;padding:0 16px}@media (min-width:782px){.block-editor-inserter__category-panel{background:#f0f0f0;border-left:1px solid #e0e0e0;border-top:1px solid #e0e0e0;height:calc(100% + 1px);left:350px;padding:0;position:absolute;top:-1px;width:280px}.block-editor-inserter__category-panel .block-editor-block-patterns-list,.block-editor-inserter__category-panel .block-editor-inserter__media-list{padding:0 24px 16px}}.block-editor-inserter__patterns-category-panel-header{padding:8px 0}@media (min-width:782px){.block-editor-inserter__patterns-category-panel-header{padding:8px 24px}}.block-editor-inserter__patterns-category-no-results{margin-top:24px}.block-editor-inserter__patterns-filter-help{border-top:1px solid #ddd;color:#757575;min-width:280px;padding:16px}.block-editor-block-patterns-list,.block-editor-inserter__media-list{flex-grow:1;height:100%;overflow-y:auto}.block-editor-inserter__preview-content{align-items:center;background:#f0f0f0;display:grid;flex-grow:1}.block-editor-inserter__preview-content-missing{align-items:center;background:#f0f0f0;border-radius:2px;color:#757575;display:flex;flex:1;justify-content:center;min-height:144px}.block-editor-inserter__tips{border-top:1px solid #ddd;flex-shrink:0;padding:16px;position:relative}.block-editor-inserter__quick-inserter{max-width:100%;width:100%}@media (min-width:782px){.block-editor-inserter__quick-inserter{width:350px}}.block-editor-inserter__quick-inserter-results .block-editor-inserter__panel-header{float:left;height:0;padding:0}.block-editor-inserter__quick-inserter.has-expand .block-editor-inserter__panel-content,.block-editor-inserter__quick-inserter.has-search .block-editor-inserter__panel-content{padding:16px}.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px}.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{margin-bottom:0}.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item{min-height:100px}.block-editor-inserter__quick-inserter-separator{border-top:1px solid #ddd}.block-editor-inserter__popover.is-quick>.components-popover__content{padding:0}.block-editor-inserter__quick-inserter-expand.components-button{background:#1e1e1e;border-radius:0;color:#fff;display:block;width:100%}.block-editor-inserter__quick-inserter-expand.components-button:hover{color:#fff}.block-editor-inserter__quick-inserter-expand.components-button:active{color:#ccc}.block-editor-inserter__quick-inserter-expand.components-button.components-button:focus:not(:disabled){background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color);box-shadow:none}.block-editor-block-patterns-explorer__sidebar{bottom:0;left:0;overflow-x:visible;overflow-y:auto;padding:24px 32px 32px;position:absolute;top:72px;width:280px}.block-editor-block-patterns-explorer__sidebar__categories-list__item{display:block;height:48px;text-align:left;width:100%}.block-editor-block-patterns-explorer__search{margin-bottom:32px}.block-editor-block-patterns-explorer__search-results-count{padding-bottom:32px}.block-editor-block-patterns-explorer__list{margin-left:280px;padding:24px 0 32px}.block-editor-block-patterns-explorer__list .block-editor-patterns__sync-status-filter .components-input-control__container{width:380px}.block-editor-block-patterns-explorer .block-editor-block-patterns-list{display:grid;grid-gap:32px;grid-template-columns:repeat(1,1fr);margin-bottom:16px}@media (min-width:1080px){.block-editor-block-patterns-explorer .block-editor-block-patterns-list{grid-template-columns:repeat(2,1fr)}}@media (min-width:1440px){.block-editor-block-patterns-explorer .block-editor-block-patterns-list{grid-template-columns:repeat(3,1fr)}}.block-editor-block-patterns-explorer .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{min-height:240px}.block-editor-block-patterns-explorer .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item{height:inherit;max-height:800px;min-height:100px}.components-heading.block-editor-inserter__patterns-category-panel-title{font-weight:500}.block-editor-inserter__media-library-button.components-button,.block-editor-inserter__patterns-explore-button.components-button{justify-content:center;margin-top:16px;padding:16px;width:100%}.block-editor-inserter__media-panel{display:flex;flex-direction:column;min-height:100%;padding:0 16px}@media (min-width:782px){.block-editor-inserter__media-panel{padding:0}}.block-editor-inserter__media-panel .block-editor-inserter__media-panel-spinner{align-items:center;display:flex;flex:1;height:100%;justify-content:center}.block-editor-inserter__media-panel .block-editor-inserter__media-panel-search{margin-bottom:24px}@media (min-width:782px){.block-editor-inserter__media-panel .block-editor-inserter__media-panel-search{margin-bottom:0;padding:16px 24px}}.block-editor-inserter__media-list__list-item{cursor:pointer;margin-bottom:24px;position:relative}.block-editor-inserter__media-list__list-item.is-placeholder{min-height:100px}.block-editor-inserter__media-list__list-item[draggable=true] .block-editor-inserter__media-list__list-item{cursor:grab}.block-editor-inserter__media-list__list-item.is-hovered .block-editor-inserter__media-list__item-preview>*{outline-color:#0000004d}.block-editor-inserter__media-list__list-item.is-hovered .block-editor-inserter__media-list__item-preview-options>button{display:block}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options{position:absolute;right:8px;top:8px}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button{background:#fff;display:none}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button.is-opened,.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button:focus{display:block}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button:hover{box-shadow:inset 0 0 0 2px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-editor-inserter__media-list__item{height:100%}.block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview{align-items:center;border-radius:2px;display:flex;overflow:hidden}.block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview>*{margin:0 auto;max-width:100%;outline:1px solid #0000001a;outline-offset:-1px}.block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview .block-editor-inserter__media-list__item-preview-spinner{align-items:center;background:#ffffffb3;display:flex;height:100%;justify-content:center;pointer-events:none;position:absolute;width:100%}.block-editor-inserter__media-list__item:focus .block-editor-inserter__media-list__item-preview>*{outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-1);outline-width:var(--wp-admin-border-width-focus)}@media not (prefers-reduced-motion){.block-editor-inserter__media-list__item:focus .block-editor-inserter__media-list__item-preview>*{transition:outline .1s linear}}.block-editor-inserter__media-list__item-preview-options__popover .components-menu-item__button .components-menu-item__item{min-width:auto}.block-editor-inserter__mobile-tab-navigation{height:100%;padding:16px}.block-editor-inserter__mobile-tab-navigation>*{height:100%}@media (min-width:600px){.block-editor-inserter-media-tab-media-preview-inserter-external-image-modal{max-width:480px}}.block-editor-inserter-media-tab-media-preview-inserter-external-image-modal p{margin:0}.block-editor-inserter__hint{margin:16px 16px 0}.block-editor-patterns__sync-status-filter .components-input-control__container select.components-select-control__input{height:40px}.block-editor-inserter__pattern-panel-placeholder{display:none}.block-editor-inserter__menu.is-zoom-out{display:flex}@media (min-width:782px){.block-editor-inserter__menu.is-zoom-out.show-panel:after{content:"";display:block;height:100%;width:300px}}@media (max-width:959px){.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination,.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-next,.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-previous{flex-direction:column}}.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination,.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-next,.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-previous{flex-direction:column}.block-editor-tabbed-sidebar__tabpanel .block-editor-inserter__help-text{display:none;padding:0 24px 16px}@media (min-width:480px){.block-editor-tabbed-sidebar__tabpanel .block-editor-inserter__help-text{display:block}}.spacing-sizes-control{border:0;margin:0;padding:0}.spacing-sizes-control .spacing-sizes-control__custom-value-input,.spacing-sizes-control .spacing-sizes-control__label{margin-bottom:0}.spacing-sizes-control .spacing-sizes-control__custom-value-range,.spacing-sizes-control .spacing-sizes-control__range-control{flex:1;margin-bottom:0}.spacing-sizes-control__header{height:16px;margin-bottom:12px}.spacing-sizes-control__dropdown{height:24px}.spacing-sizes-control__custom-select-control,.spacing-sizes-control__custom-value-input{flex:1}.spacing-sizes-control__custom-toggle,.spacing-sizes-control__icon{flex:0 0 auto}.spacing-sizes-control__icon{margin-left:-4px}body.admin-color-light{--wp-admin-theme-color:#0085ba;--wp-admin-theme-color--rgb:0,133,186;--wp-admin-theme-color-darker-10:#0073a1;--wp-admin-theme-color-darker-10--rgb:0,114.7661290323,160.5;--wp-admin-theme-color-darker-20:#006187;--wp-admin-theme-color-darker-20--rgb:0,96.5322580645,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-light{--wp-admin-border-width-focus:1.5px}}body.admin-color-modern{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-modern{--wp-admin-border-width-focus:1.5px}}body.admin-color-blue{--wp-admin-theme-color:#096484;--wp-admin-theme-color--rgb:9,100,132;--wp-admin-theme-color-darker-10:#07526c;--wp-admin-theme-color-darker-10--rgb:7.3723404255,81.914893617,108.1276595745;--wp-admin-theme-color-darker-20:#064054;--wp-admin-theme-color-darker-20--rgb:5.7446808511,63.829787234,84.2553191489;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-blue{--wp-admin-border-width-focus:1.5px}}body.admin-color-coffee{--wp-admin-theme-color:#46403c;--wp-admin-theme-color--rgb:70,64,60;--wp-admin-theme-color-darker-10:#383330;--wp-admin-theme-color-darker-10--rgb:56.2692307692,51.4461538462,48.2307692308;--wp-admin-theme-color-darker-20:#2b2724;--wp-admin-theme-color-darker-20--rgb:42.5384615385,38.8923076923,36.4615384615;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-coffee{--wp-admin-border-width-focus:1.5px}}body.admin-color-ectoplasm{--wp-admin-theme-color:#523f6d;--wp-admin-theme-color--rgb:82,63,109;--wp-admin-theme-color-darker-10:#46365d;--wp-admin-theme-color-darker-10--rgb:69.8430232558,53.6598837209,92.8401162791;--wp-admin-theme-color-darker-20:#3a2c4d;--wp-admin-theme-color-darker-20--rgb:57.6860465116,44.3197674419,76.6802325581;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ectoplasm{--wp-admin-border-width-focus:1.5px}}body.admin-color-midnight{--wp-admin-theme-color:#e14d43;--wp-admin-theme-color--rgb:225,77,67;--wp-admin-theme-color-darker-10:#dd382d;--wp-admin-theme-color-darker-10--rgb:221.4908256881,56.1788990826,45.0091743119;--wp-admin-theme-color-darker-20:#d02c21;--wp-admin-theme-color-darker-20--rgb:207.8348623853,44.2201834862,33.1651376147;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-midnight{--wp-admin-border-width-focus:1.5px}}body.admin-color-ocean{--wp-admin-theme-color:#627c83;--wp-admin-theme-color--rgb:98,124,131;--wp-admin-theme-color-darker-10:#576e74;--wp-admin-theme-color-darker-10--rgb:87.0873362445,110.192139738,116.4126637555;--wp-admin-theme-color-darker-20:#4c6066;--wp-admin-theme-color-darker-20--rgb:76.1746724891,96.384279476,101.8253275109;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ocean{--wp-admin-border-width-focus:1.5px}}body.admin-color-sunrise{--wp-admin-theme-color:#dd823b;--wp-admin-theme-color--rgb:221,130,59;--wp-admin-theme-color-darker-10:#d97426;--wp-admin-theme-color-darker-10--rgb:216.8782608696,116.1847826087,37.6217391304;--wp-admin-theme-color-darker-20:#c36922;--wp-admin-theme-color-darker-20--rgb:195.147826087,104.5434782609,33.852173913;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-sunrise{--wp-admin-border-width-focus:1.5px}}