.jet-listing .slick-slider,
.jet-listing-dynamic-field__content .slick-slider {
position: relative;
display: block !important;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.jet-listing .slick-list,
.jet-listing-dynamic-field__content .slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.jet-listing .slick-list:focus,
.jet-listing-dynamic-field__content .slick-list:focus {
outline: none;
}
.jet-listing .slick-list.dragging,
.jet-listing-dynamic-field__content .slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.jet-listing .slick-slider .slick-track,
.jet-listing .slick-slider .slick-list,
.jet-listing-dynamic-field__content .slick-slider .slick-track,
.jet-listing-dynamic-field__content .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.jet-listing .slick-track,
.jet-listing-dynamic-field__content .slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.jet-listing .slick-track:before,
.jet-listing .slick-track:after,
.jet-listing-dynamic-field__content .slick-track:before,
.jet-listing-dynamic-field__content .slick-track:after {
display: table;
content: "";
}
.jet-listing .slick-track:after,
.jet-listing-dynamic-field__content .slick-track:after {
clear: both;
}
.jet-listing .slick-loading .slick-track,
.jet-listing-dynamic-field__content .slick-loading .slick-track {
visibility: hidden;
}
.jet-listing .slick-slide,
.jet-listing-dynamic-field__content .slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
.jet-listing [dir=rtl] .slick-slide,
.jet-listing-dynamic-field__content [dir=rtl] .slick-slide {
float: right;
}
.jet-listing .slick-slide img,
.jet-listing-dynamic-field__content .slick-slide img {
display: block;
}
.jet-listing .slick-slide.slick-loading img,
.jet-listing-dynamic-field__content .slick-slide.slick-loading img {
display: none;
}
.jet-listing .slick-slide.dragging img,
.jet-listing-dynamic-field__content .slick-slide.dragging img {
pointer-events: none;
}
.jet-listing .slick-initialized .slick-slide,
.jet-listing-dynamic-field__content .slick-initialized .slick-slide {
display: block;
}
.jet-listing .slick-loading .slick-slide,
.jet-listing-dynamic-field__content .slick-loading .slick-slide {
visibility: hidden;
}
.jet-listing .slick-vertical .slick-slide,
.jet-listing-dynamic-field__content .slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.jet-listing .slick-arrow.slick-hidden,
.jet-listing-dynamic-field__content .slick-arrow.slick-hidden {
display: none;
}
.jet-listing-dynamic-field {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.jet-listing-dynamic-field__icon {
margin-right: 10px;
}
.rtl .jet-listing-dynamic-field__icon {
margin-right: 0;
margin-left: 10px;
}
.jet-listing-dynamic-field__icon.is-svg-icon {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.jet-listing-dynamic-field__icon.is-svg-icon svg {
width: 1em;
height: 1em;
}
.jet-listing-dynamic-field__content {
display: block;
max-width: 100%;
}
.jet-listing-dynamic-field__inline-wrap {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
max-width: 100%;
}
.jet-engine-optimized-dom .elementor-widget-jet-listing-dynamic-field > .elementor-widget-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
}
.jet-engine-optimized-dom .elementor-widget-jet-listing-dynamic-field > .elementor-widget-container > .jet-listing-dynamic-field__content {
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}
.jet-engine-gallery-grid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: -10px;
}
.jet-engine-gallery-grid.grid-col-desk-1 {
--columns: 1;
}
body[data-elementor-device-mode=tablet] .jet-engine-gallery-grid.grid-col-tablet-1 {
--columns: 1;
}
body[data-elementor-device-mode=mobile] .jet-engine-gallery-grid.grid-col-mobile-1 {
--columns: 1;
}
.jet-engine-gallery-grid.grid-col-desk-2 {
--columns: 2;
}
body[data-elementor-device-mode=tablet] .jet-engine-gallery-grid.grid-col-tablet-2 {
--columns: 2;
}
body[data-elementor-device-mode=mobile] .jet-engine-gallery-grid.grid-col-mobile-2 {
--columns: 2;
}
.jet-engine-gallery-grid.grid-col-desk-3 {
--columns: 3;
}
body[data-elementor-device-mode=tablet] .jet-engine-gallery-grid.grid-col-tablet-3 {
--columns: 3;
}
body[data-elementor-device-mode=mobile] .jet-engine-gallery-grid.grid-col-mobile-3 {
--columns: 3;
}
.jet-engine-gallery-grid.grid-col-desk-4 {
--columns: 4;
}
body[data-elementor-device-mode=tablet] .jet-engine-gallery-grid.grid-col-tablet-4 {
--columns: 4;
}
body[data-elementor-device-mode=mobile] .jet-engine-gallery-grid.grid-col-mobile-4 {
--columns: 4;
}
.jet-engine-gallery-grid.grid-col-desk-5 {
--columns: 5;
}
body[data-elementor-device-mode=tablet] .jet-engine-gallery-grid.grid-col-tablet-5 {
--columns: 5;
}
body[data-elementor-device-mode=mobile] .jet-engine-gallery-grid.grid-col-mobile-5 {
--columns: 5;
}
.jet-engine-gallery-grid.grid-col-desk-6 {
--columns: 6;
}
body[data-elementor-device-mode=tablet] .jet-engine-gallery-grid.grid-col-tablet-6 {
--columns: 6;
}
body[data-elementor-device-mode=mobile] .jet-engine-gallery-grid.grid-col-mobile-6 {
--columns: 6;
}
.jet-engine-gallery-grid__item {
padding: 10px;
max-width: calc(100% / var(--columns));
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% / var(--columns));
flex: 0 0 calc(100% / var(--columns));
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.jet-engine-gallery-grid__item-wrap {
display: block;
height: 100%;
position: relative;
}
.jet-engine-gallery-grid__item-wrap:after {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
-webkit-transition: all 150ms linear;
transition: all 150ms linear;
}
.jet-engine-gallery-grid__item-wrap.is-lightbox:before {
-webkit-transition: all 150ms linear;
transition: all 150ms linear;
content: "+";
font-family: "Arial";
font-weight: 900;
border: 4px solid currentColor;
width: 40px;
height: 40px;
border-radius: 20px;
line-height: 32px;
font-size: 30px;
text-align: center;
opacity: 0;
left: 50%;
top: 50%;
margin: -20px 0 0 -20px;
position: absolute;
z-index: 99;
color: #fff;
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
.jet-engine-gallery-grid__item-wrap.is-lightbox:hover:before {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.jet-engine-gallery-grid__item img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%;
display: block;
}
.jet-engine-gallery-slider {
max-width: 100%;
position: relative;
}
.jet-engine-gallery-slider__item {
max-width: 100%;
}
.jet-engine-gallery-slider__item-wrap {
display: block;
height: 100%;
position: relative;
overflow: hidden;
}
.jet-engine-gallery-slider__item-wrap:after {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
-webkit-transition: all 150ms linear;
transition: all 150ms linear;
}
.jet-engine-gallery-slider__item-wrap.is-lightbox:before {
-webkit-transition: all 150ms linear;
transition: all 150ms linear;
content: "\f055";
font-family: FontAwesome;
font-size: 20px;
width: 60px;
height: 60px;
line-height: 60px;
font-size: 30px;
text-align: center;
opacity: 0;
left: 50%;
top: 50%;
margin: -30px 0 0 -30px;
position: absolute;
z-index: 99;
color: #fff;
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
.jet-engine-gallery-slider__item-wrap.is-lightbox:hover:before {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.jet-engine-gallery-slider__item-wrap img {
display: block;
width: 100%;
height: auto;
}
.jet-engine-gallery-slider .jet-engine-arrow {
position: absolute;
top: 50%;
width: 50px;
height: 50px;
line-height: 50px;
font-size: 30px;
color: #fff;
background-color: #111;
left: 0;
margin-top: -25px;
cursor: pointer;
text-align: center;
z-index: 999;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.jet-engine-gallery-slider .jet-engine-arrow.next-arrow {
left: auto;
right: 0;
}
.jet-engine-gallery-slider .jet-engine-arrow svg {
max-height: 100%;
width: auto;
}
.jet-engine-gallery-slider .jet-engine-arrow svg path {
fill: currentColor;
}
.jet-engine-gallery-slider:not(.slick-initialized) .jet-engine-gallery-slider__item {
display: none;
}
.jet-engine-gallery-slider:not(.slick-initialized) .jet-engine-gallery-slider__item:first-child {
display: block;
}
.jet-engine-gallery-slider .jet-engine-arrow {
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
}
.jet-check-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
overflow: hidden;
}
.jet-check-list__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding: 5px 0;
overflow: hidden;
}
.jet-check-list--columns-1 .jet-check-list__item {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.jet-check-list--columns-2 .jet-check-list__item {
-webkit-box-flex: 0;
-ms-flex: 0 0 45%;
flex: 0 0 45%;
margin-right: 5%;
}
.jet-check-list--columns-3 .jet-check-list__item {
-webkit-box-flex: 0;
-ms-flex: 0 0 30.33333%;
flex: 0 0 30.33333%;
margin-right: 3%;
}
.jet-check-list--columns-4 .jet-check-list__item {
-webkit-box-flex: 0;
-ms-flex: 0 0 22%;
flex: 0 0 22%;
margin-right: 3%;
}
.jet-check-list--columns-5 .jet-check-list__item {
-webkit-box-flex: 0;
-ms-flex: 0 0 18%;
flex: 0 0 18%;
margin-right: 2%;
}
.jet-check-list--columns-6 .jet-check-list__item {
-webkit-box-flex: 0;
-ms-flex: 0 0 14.666667%;
flex: 0 0 14.666667%;
margin-right: 2%;
}
.jet-check-list--has-divider .jet-check-list__item {
margin-top: -1px;
border-top: 1px solid currentColor;
}
.jet-check-list__item .jet-listing-dynamic-field__icon {
margin-top: 1px;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.brxe-jet-engine-listing-dynamic-field {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.brxe-jet-engine-listing-dynamic-field .jet-listing-dynamic-field__icon {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin-right: 0;
}
.brxe-jet-engine-listing-dynamic-field .jet-listing-dynamic-field__icon :is(svg, path) {
fill: currentColor;
}
.brxe-jet-engine-listing-dynamic-field .jet-engine-gallery-slider {
--column-gap: 0;
}
.brxe-jet-engine-listing-dynamic-field .jet-engine-gallery-slider .slick-list {
margin-right: calc(var(--column-gap) / -2);
margin-left: calc(var(--column-gap) / -2);
}
.brxe-jet-engine-listing-dynamic-field .jet-engine-gallery-slider .slick-slide {
padding-right: calc(var(--column-gap) / 2);
padding-left: calc(var(--column-gap) / 2);
}
.brxe-jet-engine-listing-dynamic-field .jet-engine-gallery-slider .jet-engine-arrow svg {
max-height: none;
width: 1em;
height: 1em;
}
.brxe-jet-engine-listing-dynamic-field .jet-engine-gallery-grid {
--gap: 20px;
gap: var(--gap);
margin: 0;
}
.brxe-jet-engine-listing-dynamic-field .jet-engine-gallery-grid__item {
padding: 0;
max-width: calc((100% - (var(--columns) - 1) * var(--gap)) / var(--columns));
-webkit-box-flex: 0;
-ms-flex: 0 0 calc((100% - (var(--columns) - 1) * var(--gap)) / var(--columns));
flex: 0 0 calc((100% - (var(--columns) - 1) * var(--gap)) / var(--columns));
}
.brxe-jet-engine-listing-dynamic-field .jet-engine-gallery-slider__item-wrap {
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.brx .pswp__img--placeholder {
display: none;
}
.jet-listing-dynamic-image {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.jet-listing-dynamic-image > * {
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.jet-listing-dynamic-image img {
display: block;
}
.jet-listing-dynamic-image img.wp-post-image {
width: auto;
max-height: none;
}
.brxe-jet-engine-listing-dynamic-image {
display: inline-block;
}
.brxe-jet-engine-listing-dynamic-image .jet-listing-dynamic-image {
display: inline;
-webkit-box-align: initial;
-ms-flex-align: initial;
align-items: initial;
}
.brxe-jet-engine-listing-dynamic-image .jet-listing-dynamic-image > * {
-webkit-box-flex: initial;
-ms-flex: initial;
flex: initial;
}
.brxe-jet-engine-listing-dynamic-image .jet-listing-dynamic-image .jet-listing-dynamic-image__img {
width: 100%;
}
.brxe-jet-engine-listing-dynamic-image .jet-listing-dynamic-image__link {
display: inline-block;
width: 100%;
}
.brxe-jet-engine-listing-dynamic-image .jet-listing-dynamic-image__img {
display: initial;
height: 100%;
}
.jet-listing-dynamic-repeater__items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.jet-listing-dynamic-repeater__item > *:not(td):not(.jet-engine-gallery-grid) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.has-counter .jet-listing-dynamic-repeater__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.has-counter.counter--above .jet-listing-dynamic-repeater__item {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.jet-listing-dynamic-repeater__body {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
position: relative;
z-index: 1;
}
.jet-listing-dynamic-repeater__body > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.jet-listing-dynamic-repeater__counter {
position: relative;
-webkit-box-sizing: border-box !important;
box-sizing: border-box !important;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.has-counter.counter--at-right .jet-listing-dynamic-repeater__counter {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.jet-listing-dynamic-repeater__delimiter {
white-space: pre;
}
.jet-listing-dynamic-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.jet-listing-dynamic-link__icon.is-svg-icon {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.jet-listing-dynamic-link__icon.is-svg-icon svg {
width: 1em;
height: 1em;
}
.jet-listing-dynamic-link__link {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-item-align: start;
align-self: flex-start;
}
.jet-listing-dynamic-link__icon {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.jet-listing-dynamic-link__label {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.jet-listing-dynamic-link form.cart {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.jet-listing-dynamic-link form.cart .quantity {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.jet-listing-dynamic-link form.cart .quantity .qty {
width: 100%;
}
.jet-listing-dynamic-link .button.jet-woo-add-to-cart {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.jet-listing-dynamic-link .button.jet-woo-add-to-cart.added::after {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.jet-listing-dynamic-link .button.jet-woo-add-to-cart + .added_to_cart.wc-forward {
display: none !important;
}
.jet-engine-optimized-dom .elementor-widget-jet-listing-dynamic-link > .elementor-widget-container,
.jet-engine-optimized-dom .jet-listing-dynamic-link-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.jet-remove-from-store.is-hidden {
display: none !important;
}
.jet-add-to-cart + .added_to_cart.wc-forward {
display: none !important;
}
.brxe-jet-engine-listing-dynamic-link {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.brxe-jet-engine-listing-dynamic-link .jet-listing-dynamic-link {
display: block;
-webkit-box-orient: initial;
-webkit-box-direction: initial;
-ms-flex-direction: initial;
flex-direction: initial;
}
.brxe-jet-engine-listing-dynamic-link .jet-listing-dynamic-link__link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.brxe-jet-engine-listing-dynamic-link .jet-listing-dynamic-link__icon {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-ordinal-group: initial;
-ms-flex-order: initial;
order: initial;
}
.brxe-jet-engine-listing-dynamic-link .jet-listing-dynamic-link__icon :is(svg, path) {
fill: currentColor;
}
.jet-listing-dynamic-terms__icon {
display: inline-block;
}
.jet-listing-dynamic-terms__icon.is-svg-icon {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.jet-listing-dynamic-terms__icon.is-svg-icon svg {
width: 1em;
height: 1em;
}
.jet-listing-dynamic-terms__link {
display: inline-block;
}
.brxe-jet-engine-listing-dynamic-terms .jet-listing-dynamic-terms {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: var(--je-terms-gap);
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: var(--je-terms-flex-direction, row);
flex-direction: var(--je-terms-flex-direction, row);
-webkit-box-align: var(--je-terms-align-items, center);
-ms-flex-align: var(--je-terms-align-items, center);
align-items: var(--je-terms-align-items, center);
-webkit-box-pack: var(--je-terms-justify-content);
-ms-flex-pack: var(--je-terms-justify-content);
justify-content: var(--je-terms-justify-content)
}
.brxe-jet-engine-listing-dynamic-terms .jet-listing-dynamic-terms__icon {
line-height: 1;
font-size: var(--je-terms-icon-fz);
color: var(--je-terms-icon-color)
}
.brxe-jet-engine-listing-dynamic-terms .jet-listing-dynamic-terms__icon :is(path), .brxe-jet-engine-listing-dynamic-terms .jet-listing-dynamic-terms__icon :is(svg) {
fill: var(--je-terms-icon-color)
}
.meta-layout-inline .jet-listing-dynamic-meta__item {
display: inline-block;
margin-left: 5px;
margin-right: 5px;
}
.meta-layout-inline .jet-listing-dynamic-meta__item:first-child {
margin-left: 0;
}
.meta-layout-inline .jet-listing-dynamic-meta__item:last-child {
margin-right: 0;
}
.meta-layout-list .jet-listing-dynamic-meta__item {
display: block;
}
.jet-listing-dynamic-meta__item a {
text-decoration: inherit;
}
.jet-listing-dynamic-meta__icon, .jet-listing-dynamic-meta__item-val, .jet-listing-dynamic-meta__prefix, .jet-listing-dynamic-meta__suffix {
display: inline-block;
}
.jet-listing-dynamic-meta__icon {
margin-right: 4px;
}
.rtl .jet-listing-dynamic-meta__icon {
margin-right: 0;
margin-left: 4px;
}
.jet-listing-dynamic-meta__icon.is-svg-icon {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.jet-listing-dynamic-meta__icon.is-svg-icon svg {
width: 1em;
height: 1em;
}
.jet-listing-dynamic-meta__prefix {
margin-right: 4px;
}
.rtl .jet-listing-dynamic-meta__prefix {
margin-right: 0;
margin-left: 4px;
}
.jet-listing-dynamic-meta__suffix {
margin-left: 4px;
}
.rtl .jet-listing-dynamic-meta__suffix {
margin-left: 0;
margin-right: 4px;
}
.jet-listing-grid[data-lazy-load] {
min-height: 1px;
}
.jet-listing-grid__items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -10px;
width: calc(100% + 20px);
}
.jet-listing-grid__items.inline-desk-css:not(.jet-listing-grid__scroll-slider-wrap-desktop) {
display: -ms-grid;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(var(--jet-column-min-width), 1fr));
}
.jet-listing-grid__items.inline-desk-css:not(.jet-listing-grid__scroll-slider-wrap-desktop).slick-slider .slick-slide {
width: var(--jet-column-min-width);
}
@media (max-width: 1024px) {
.jet-listing-grid__items.inline-tablet-css:not(.jet-listing-grid__scroll-slider-wrap-tablet) {
display: -ms-grid;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(var(--jet-column-tablet-min-width), 1fr));
}
.jet-listing-grid__items.slick-slider .slick-slide {
width: var(--jet-column-tablet-min-width);
}
}
@media (max-width: 767px) {
.jet-listing-grid__items.inline-mobile-css:not(.jet-listing-grid__scroll-slider-wrap-mobile) {
display: -ms-grid;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(var(--jet-column-mobile-min-width), 1fr));
}
.jet-listing-grid__items.inline-mobile-css:not(.jet-listing-grid__scroll-slider-wrap-mobile).slick-slider .slick-slide {
width: var(--jet-column-mobile-min-width);
}
}
body.wp-admin.block-editor-page .jet-listing-grid__slider .jet-listing-grid__items {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.jet-listing-grid__items.grid-col-desk-1 {
--columns: 1;
}
.jet-listing-grid__items.grid-col-desk-2 {
--columns: 2;
}
.jet-listing-grid__items.grid-col-desk-3 {
--columns: 3;
}
.jet-listing-grid__items.grid-col-desk-4 {
--columns: 4;
}
.jet-listing-grid__items.grid-col-desk-5 {
--columns: 5;
}
.jet-listing-grid__items.grid-col-desk-6 {
--columns: 6;
}
.jet-listing-grid__items.grid-col-desk-7 {
--columns: 7;
}
.jet-listing-grid__items.grid-col-desk-8 {
--columns: 8;
}
.jet-listing-grid__items.grid-col-desk-9 {
--columns: 9;
}
.jet-listing-grid__items.grid-col-desk-10 {
--columns: 10;
}
@media (max-width: 1024px) {
.jet-listing-grid__items.grid-col-tablet-1 {
--columns: 1;
}
.jet-listing-grid__items.grid-col-tablet-2 {
--columns: 2;
}
.jet-listing-grid__items.grid-col-tablet-3 {
--columns: 3;
}
.jet-listing-grid__items.grid-col-tablet-4 {
--columns: 4;
}
.jet-listing-grid__items.grid-col-tablet-5 {
--columns: 5;
}
.jet-listing-grid__items.grid-col-tablet-6 {
--columns: 6;
}
.jet-listing-grid__items.grid-col-tablet-7 {
--columns: 7;
}
.jet-listing-grid__items.grid-col-tablet-8 {
--columns: 8;
}
.jet-listing-grid__items.grid-col-tablet-9 {
--columns: 9;
}
.jet-listing-grid__items.grid-col-tablet-10 {
--columns: 10;
}
}
@media (max-width: 767px) {
.jet-listing-grid__items.grid-col-mobile-1 {
--columns: 1;
}
.jet-listing-grid__items.grid-col-mobile-2 {
--columns: 2;
}
.jet-listing-grid__items.grid-col-mobile-3 {
--columns: 3;
}
.jet-listing-grid__items.grid-col-mobile-4 {
--columns: 4;
}
.jet-listing-grid__items.grid-col-mobile-5 {
--columns: 5;
}
.jet-listing-grid__items.grid-col-mobile-6 {
--columns: 6;
}
.jet-listing-grid__items.grid-col-mobile-7 {
--columns: 7;
}
.jet-listing-grid__items.grid-col-mobile-8 {
--columns: 8;
}
.jet-listing-grid__items.grid-col-mobile-9 {
--columns: 9;
}
.jet-listing-grid__items.grid-col-mobile-10 {
--columns: 10;
}
}
.jet-listing-grid__masonry {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.jet-listing-grid__item {
padding: 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.jet-listing-grid__items > .jet-listing-grid__item {
max-width: calc(100% / var(--columns));
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% / var(--columns));
flex: 0 0 calc(100% / var(--columns));
}
.jet-listing-grid__item.colspan-1 {
max-width: 100% !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 100% !important;
flex: 0 0 100% !important;
}
.jet-listing-grid__item[class*=colspan-2-] {
max-width: min(200% / var(--columns), 100%) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 min(200% / var(--columns), 100%) !important;
flex: 0 0 min(200% / var(--columns), 100%) !important;
}
.jet-listing-grid__item[class*=colspan-3-] {
max-width: min(300% / var(--columns), 100%) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 min(300% / var(--columns), 100%) !important;
flex: 0 0 min(300% / var(--columns), 100%) !important;
}
.jet-listing-grid__item[class*=colspan-4-] {
max-width: min(400% / var(--columns), 100%) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 min(400% / var(--columns), 100%) !important;
flex: 0 0 min(400% / var(--columns), 100%) !important;
}
.jet-listing-grid__item[class*=colspan-5-] {
max-width: min(500% / var(--columns), 100%) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 min(500% / var(--columns), 100%) !important;
flex: 0 0 min(500% / var(--columns), 100%) !important;
}
.jet-listing-grid__item[class*=colspan-6-] {
max-width: min(600% / var(--columns), 100%) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 min(600% / var(--columns), 100%) !important;
flex: 0 0 min(600% / var(--columns), 100%) !important;
}
.jet-listing-grid__slider {
position: relative;
}
body.wp-admin.block-editor-page .jet-listing-grid__slider {
overflow: hidden;
}
.jet-listing-grid__slider[dir=rtl] .slick-slide {
float: right;
}
.jet-listing-grid__slider-icon.slick-arrow {
position: absolute;
top: 50%;
width: 50px;
height: 50px;
line-height: 50px;
font-size: 30px;
color: #fff;
background-color: #111;
left: 0;
margin-top: -25px;
cursor: pointer;
text-align: center;
z-index: 90;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.jet-listing-grid__slider-icon.slick-arrow.next-arrow {
left: auto;
right: 0;
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
.jet-listing-grid__slider-icon.slick-arrow svg {
height: 30px;
width: auto;
}
.jet-listing-grid__slider-icon.slick-arrow svg path {
fill: currentColor;
}
.jet-listing-grid__slider > .jet-listing-grid__items:not(.slick-initialized) > .jet-listing-grid__item {
display: none;
}
.jet-listing-grid__slider > .jet-listing-grid__items:not(.slick-initialized) > .jet-listing-grid__item:first-of-type {
display: block;
}
body.wp-admin.block-editor-page .jet-listing-grid__slider > .jet-listing-grid__items:not(.slick-initialized) > .jet-listing-grid__item {
display: block;
}
.jet-listing-grid__slider .jet-slick-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
margin: 10px 0;
padding: 0;
}
.jet-listing-grid__slider .jet-slick-dots li {
width: 12px;
height: 12px;
border-radius: 100%;
text-indent: -50px;
overflow: hidden;
cursor: pointer;
background: #eee;
margin: 3px;
}
.jet-listing-grid__slider .jet-slick-dots li:hover, .jet-listing-grid__slider .jet-slick-dots li.slick-active {
background: #111;
}
.jet-listing-grid__slider[dir=rtl] .jet-slick-dots li {
text-indent: 50px;
}
.jet-listing-grid__loader {
--spinner-color: rgba(100, 100, 100, 0.8);
--spinner-size: 36px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 15px;
visibility: hidden;
}
.jet-listing-grid-loading .jet-listing-grid__loader {
visibility: visible;
}
.jet-listing-grid__loader-spinner {
width: var(--spinner-size);
height: var(--spinner-size);
border: 4px solid var(--spinner-color);
border-top-color: transparent;
border-radius: 50%;
-webkit-animation: jet-engine-spin 1s infinite linear;
animation: jet-engine-spin 1s infinite linear;
}
.jet-engine-listing-overlay-wrap {
position: relative;
cursor: pointer;
}
.jet-engine-listing-overlay-link {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
font-size: 0 !important;
}
.elementor-widget.elementor-widget-jet-listing-grid {
max-width: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
body[data-elementor-device-mode=desktop] .jet-listing-grid__scroll-slider-desktop {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
body[data-elementor-device-mode=desktop] .jet-listing-grid__scroll-slider-desktop > .jet-listing-grid__items {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
body[data-elementor-device-mode=laptop] .jet-listing-grid__scroll-slider-laptop {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
body[data-elementor-device-mode=laptop] .jet-listing-grid__scroll-slider-laptop > .jet-listing-grid__items {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
body[data-elementor-device-mode=tablet_extra] .jet-listing-grid__scroll-slider-tablet_extra {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
body[data-elementor-device-mode=tablet_extra] .jet-listing-grid__scroll-slider-tablet_extra > .jet-listing-grid__items {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
body[data-elementor-device-mode=tablet] .jet-listing-grid__scroll-slider-tablet {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
body[data-elementor-device-mode=tablet] .jet-listing-grid__scroll-slider-tablet > .jet-listing-grid__items {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
body[data-elementor-device-mode=mobile_extra] .jet-listing-grid__scroll-slider-mobile_extra {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
body[data-elementor-device-mode=mobile_extra] .jet-listing-grid__scroll-slider-mobile_extra > .jet-listing-grid__items {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
body[data-elementor-device-mode=mobile] .jet-listing-grid__scroll-slider-mobile {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
body[data-elementor-device-mode=mobile] .jet-listing-grid__scroll-slider-mobile > .jet-listing-grid__items {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
@media (min-width: 1025px) {
.jet-listing-grid--blocks .jet-listing-grid__scroll-slider-desktop {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.jet-listing-grid--blocks .jet-listing-grid__scroll-slider-desktop > .jet-listing-grid__items {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.jet-listing-grid--blocks .jet-listing-grid__scroll-slider-tablet {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.jet-listing-grid--blocks .jet-listing-grid__scroll-slider-tablet > .jet-listing-grid__items {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
}
@media (max-width: 767px) {
.jet-listing-grid--blocks .jet-listing-grid__scroll-slider-mobile {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.jet-listing-grid--blocks .jet-listing-grid__scroll-slider-mobile > .jet-listing-grid__items {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
}
@media (max-width: 767px) {
.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider-mobile {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider-mobile > .jet-listing-grid__items {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
}
@media (max-width: 991px) {
.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider-tablet {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider-tablet > .jet-listing-grid__items {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
}
.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider-desktop {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider-desktop > .jet-listing-grid__items {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.jet-listing-grid__item.jet-equal-columns > * {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns > .elementor {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns > .elementor > .elementor-inner {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns > .elementor > .elementor-inner > .elementor-section-wrap {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns > .elementor > .elementor-inner > .elementor-section-wrap > .elementor-section {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns > .elementor > .elementor-section-wrap {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns > .elementor > .elementor-section-wrap > .elementor-section {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns > .elementor > :is(.elementor-section, .e-container, .e-con) {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap > .elementor {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap > .elementor > .elementor-inner {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap > .elementor > .elementor-inner > .elementor-section-wrap {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap > .elementor > .elementor-inner > .elementor-section-wrap > .elementor-section {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap > .elementor > .elementor-section-wrap {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap > .elementor > .elementor-section-wrap > .elementor-section {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap > .elementor > :is(.elementor-section, .e-container, .e-con) {
height: 100%;
}
.jet-listing-grid__items.jet-equal-columns__wrapper .slick-track {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.jet-listing-grid__items.jet-equal-columns__wrapper .slick-slide {
float: none;
height: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.jet-listing-grid__items.jet-equal-columns__wrapper .slick-slide img {
-o-object-fit: cover;
object-fit: cover;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.jet-listing-grid__items.jet-equal-columns__wrapper .slick-slide > *,
.jet-listing-grid__items.jet-equal-columns__wrapper .slick-slide .jet-equal-columns {
height: 100%;
}
.jet-listing-not-found {
text-align: center;
display: block;
margin: 0;
width: 100%;
}
@-webkit-keyframes jet-engine-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes jet-engine-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items {
width: auto;
margin: 0;
--column-gap: 20px;
--row-gap: 20px;
gap: var(--row-gap) var(--column-gap);
--item-width: calc( ( 100% - ( var(--columns) - 1 ) * var(--column-gap) ) / var(--columns) );
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items.slick-slider .slick-list {
margin-right: calc(var(--column-gap) / -2);
margin-left: calc(var(--column-gap) / -2);
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item {
max-width: var(--item-width);
-webkit-box-flex: 0;
-ms-flex: 0 0 var(--item-width);
flex: 0 0 var(--item-width);
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item[class*=colspan-2-] {
max-width: min( 2 * var(--item-width) + (2 - 1) * var(--column-gap), 100% ) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 min( 2 * var(--item-width) + (2 - 1) * var(--column-gap), 100% ) !important;
flex: 0 0 min( 2 * var(--item-width) + (2 - 1) * var(--column-gap), 100% ) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item[class*=colspan-3-] {
max-width: min( 3 * var(--item-width) + (3 - 1) * var(--column-gap), 100% ) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 min( 3 * var(--item-width) + (3 - 1) * var(--column-gap), 100% ) !important;
flex: 0 0 min( 3 * var(--item-width) + (3 - 1) * var(--column-gap), 100% ) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item[class*=colspan-4-] {
max-width: min( 4 * var(--item-width) + (4 - 1) * var(--column-gap), 100% ) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 min( 4 * var(--item-width) + (4 - 1) * var(--column-gap), 100% ) !important;
flex: 0 0 min( 4 * var(--item-width) + (4 - 1) * var(--column-gap), 100% ) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item[class*=colspan-5-] {
max-width: min( 5 * var(--item-width) + (5 - 1) * var(--column-gap), 100% ) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 min( 5 * var(--item-width) + (5 - 1) * var(--column-gap), 100% ) !important;
flex: 0 0 min( 5 * var(--item-width) + (5 - 1) * var(--column-gap), 100% ) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item[class*=colspan-6-] {
max-width: min( 6 * var(--item-width) + (6 - 1) * var(--column-gap), 100% ) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 min( 6 * var(--item-width) + (6 - 1) * var(--column-gap), 100% ) !important;
flex: 0 0 min( 6 * var(--item-width) + (6 - 1) * var(--column-gap), 100% ) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__item {
padding: 0;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__item.slick-slide {
padding: calc(var(--row-gap) / 2) calc(var(--column-gap) / 2);
}
.brxe-jet-engine-listing-grid .jet-slick-dots {
gap: 8px;
}
.brxe-jet-engine-listing-grid .jet-slick-dots li {
margin: 0;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider::-webkit-scrollbar-button {
width: 0;
height: 0;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider::-webkit-scrollbar-track {
border: none;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider::-webkit-scrollbar-corner {
background-color: transparent;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider::-webkit-scrollbar-thumb {
border: none;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__slider-icon svg {
width: 1em;
height: 1em;
}
div.brxe-jet-engine-listing-grid {
width: 100%;
}
div.brxe-jet-engine-listing-grid > div.jet-listing-grid {
width: 100%;
}
.jet-calendar-loading {
opacity: 0.5 !important;
pointer-event: none !important;
}
.jet-calendar-grid {
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.jet-calendar-caption {
max-width: 100%;
}
.jet-calendar-caption__wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.jet-calendar-caption__wrap.wrap-layout-3 {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.jet-calendar-caption__wrap.wrap-layout-4 {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.jet-calendar-caption__name {
font-weight: bold;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: left;
}
.wrap-layout-2 .jet-calendar-caption__name {
text-align: right;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.wrap-layout-3 .jet-calendar-caption__name, .wrap-layout-4 .jet-calendar-caption__name {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
text-align: center;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.jet-calendar-nav__link {
cursor: pointer;
width: 40px;
height: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.jet-calendar-nav__link svg {
height: 1em;
fill: currentColor;
}
.wrap-layout-3 .jet-calendar-nav__link.nav-link-prev, .wrap-layout-4 .jet-calendar-nav__link.nav-link-prev {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.rtl .jet-calendar-nav__link.nav-link-prev svg {
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
.wrap-layout-3 .jet-calendar-nav__link.nav-link-next, .wrap-layout-4 .jet-calendar-nav__link.nav-link-next {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
body:not(.rtl) .jet-calendar-nav__link.nav-link-next svg {
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
.jet-calendar-header__week-day {
width: 14.2857%;
text-align: center;
padding: 10px;
background: #fafafa;
}
.jet-calendar-header__week-day.day-pad {
opacity: 0.5;
}
.jet-calendar-week__day {
width: 14.2857%;
vertical-align: top;
}
.jet-calendar-week__day-wrap {
position: relative;
}
.jet-calendar-week__day-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
z-index: 3;
}
.jet-calendar-week__day-date {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.jet-calendar-week__day-mobile-wrap {
display: none;
}
@media (max-width: 1025px) {
.jet-calendar-week__day-mobile-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
.jet-calendar-week__day-mobile-overlay {
cursor: pointer;
position: absolute;
z-index: 20;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.jet-calendar-week__day-mobile-trigger {
width: 24px;
height: 24px;
cursor: pointer;
}
.jet-calendar-week__day-content {
padding: 10px;
min-height: 100px;
}
@media (max-width: 1025px) {
.jet-calendar-week__day-content {
display: none;
}
}
.brxe-jet-listing-calendar .jet-calendar-week__day {
padding: 0;
}
.brxe-jet-listing-calendar .jet-calendar-week__day-date {
display: block;
text-align: center;
}
.brxe-jet-listing-calendar .jet-calendar-nav__link svg {
width: 1em;
height: 1em;
}
.jet-form.is-loading {
opacity: 0.5;
pointer-events: none;
}
.jet-form-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -5px;
padding: 5px 0;
}
.jet-form-row:last-child {
padding-bottom: 0 !important;
}
.jet-form-row--first-visible {
padding-top: 0 !important;
}
.jet-form-row.jet-form-row--hidden {
margin: 0 !important;
padding: 0 !important;
}
.jet-form__group-break {
width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.jet-form-col {
min-height: 1px;
padding: 0 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.jet-form-col.field-type-heading {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.layout-row .jet-form-col {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.jet-form-col__start {
-webkit-box-flex: 0;
-ms-flex: 0 0 30%;
flex: 0 0 30%;
max-width: 30%;
}
.jet-form-col__end {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
@media (min-width: 600px) {
.jet-form-col-1 {
max-width: 8.33333%;
width: 8.33333%;
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
}
.jet-form-col-2 {
max-width: 16.66666%;
width: 16.66666%;
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66666%;
flex: 0 0 16.66666%;
}
.jet-form-col-3 {
max-width: 25%;
width: 25%;
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
}
.jet-form-col-4 {
max-width: 33.33333%;
width: 33.33333%;
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
}
.jet-form-col-5 {
max-width: 41.66666%;
width: 41.66666%;
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66666%;
flex: 0 0 41.66666%;
}
.jet-form-col-6 {
max-width: 50%;
width: 50%;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.jet-form-col-7 {
max-width: 58.33333%;
width: 58.33333%;
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
}
.jet-form-col-8 {
max-width: 66.66666%;
width: 66.66666%;
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66666%;
flex: 0 0 66.66666%;
}
.jet-form-col-9 {
max-width: 75%;
width: 75%;
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
}
.jet-form-col-10 {
max-width: 83.33333%;
width: 83.33333%;
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
}
.jet-form-col-11 {
max-width: 91.66666%;
width: 91.66666%;
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66666%;
flex: 0 0 91.66666%;
}
.jet-form-col-12 {
max-width: 100%;
width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
body:not(.rtl) .jet-form-push-1 {
margin-left: 8.3333333333%;
}
body.rtl .jet-form-push-1 {
margin-right: 8.3333333333%;
}
body:not(.rtl) .jet-form-push-2 {
margin-left: 16.6666666667%;
}
body.rtl .jet-form-push-2 {
margin-right: 16.6666666667%;
}
body:not(.rtl) .jet-form-push-3 {
margin-left: 25%;
}
body.rtl .jet-form-push-3 {
margin-right: 25%;
}
body:not(.rtl) .jet-form-push-4 {
margin-left: 33.3333333333%;
}
body.rtl .jet-form-push-4 {
margin-right: 33.3333333333%;
}
body:not(.rtl) .jet-form-push-5 {
margin-left: 41.6666666667%;
}
body.rtl .jet-form-push-5 {
margin-right: 41.6666666667%;
}
body:not(.rtl) .jet-form-push-6 {
margin-left: 50%;
}
body.rtl .jet-form-push-6 {
margin-right: 50%;
}
body:not(.rtl) .jet-form-push-7 {
margin-left: 58.3333333333%;
}
body.rtl .jet-form-push-7 {
margin-right: 58.3333333333%;
}
body:not(.rtl) .jet-form-push-8 {
margin-left: 66.6666666667%;
}
body.rtl .jet-form-push-8 {
margin-right: 66.6666666667%;
}
body:not(.rtl) .jet-form-push-9 {
margin-left: 75%;
}
body.rtl .jet-form-push-9 {
margin-right: 75%;
}
body:not(.rtl) .jet-form-push-10 {
margin-left: 83.3333333333%;
}
body.rtl .jet-form-push-10 {
margin-right: 83.3333333333%;
}
body:not(.rtl) .jet-form-push-11 {
margin-left: 91.6666666667%;
}
body.rtl .jet-form-push-11 {
margin-right: 91.6666666667%;
}
}
.jet-form-page--hidden {
display: none;
}
.jet-form__next-page-msg {
display: none;
}
.jet-form__next-page-msg--visible {
display: block;
}
.jet-form__calculated-field {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.jet-form__calculated-field--hidden {
display: none;
}
.layout-column .jet-form__label {
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
}
.jet-form__heading, .jet-form__label {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
.jet-form__field-error {
width: 100%;
}
.jet-form__desc {
display: block;
}
.layout-column .jet-form__desc {
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
}
.jet-form__prev-page {
outline: none;
}
.jet-form__field {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.layout-column .jet-form__field:not(.checkboxes-field):not(.radio-field):not(.range-field) {
max-width: 100%;
width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
}
.layout-row .jet-form__field:not(.checkboxes-field):not(.radio-field):not(.range-field) {
width: 100%;
}
.jet-form__field-wrap {
position: relative;
}
.jet-form__field-label {
cursor: pointer;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.jet-form__field-template + .jet-form__field-label {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
opacity: 0;
}
.jet-form__field-label input {
-ms-flex-negative: 0;
flex-shrink: 0;
margin: 0 5px 0 0;
}
.rtl .jet-form__field-label input {
margin: 0 0 0 5px;
}
.jet-form__field-template {
cursor: pointer;
}
.jet-form__field-value {
white-space: nowrap;
}
.jet-form__field-value-number {
display: inline-block;
text-align: center;
}
.jet-form__submit-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
}
.jet-form__submit-wrap.has-prev {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.jet-form__check-mark {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.jet-form__check-mark__icon.is-svg-icon svg {
display: block;
width: 1em;
height: 1em;
}
.jet-form__check-mark--default {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.jet-form__field-template--checked .jet-form__check-mark--default {
display: none;
}
.jet-form__check-mark--checked {
display: none;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.jet-form__field-template--checked .jet-form__check-mark--checked {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.jet-form-repeater {
width: 100%;
}
.jet-form-repeater__initial {
display: none;
}
.jet-form-repeater__row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
padding: 15px 0;
}
.jet-form-repeater__row-fields {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.jet-form-repeater__row .jet-form-col {
padding: 0 5px;
}
.jet-form-repeater__actions {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.jet-form-repeater__new {
margin: 10px 0 0 0;
}
.jet-form-repeater__remove {
margin: 0 0 0 10px;
text-decoration: none !important;
}
.layout-column .jet-form__fields-group.checkradio-wrap {
width: 100%;
}
.jet-form__field-wrap.range-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
.jet-form input[type=range].jet-form__field.range-field {
margin-right: 10px;
-webkit-appearance: none;
min-height: 18px;
}
.rtl .jet-form input[type=range].jet-form__field.range-field {
margin-left: 10px;
margin-right: 0;
}
.jet-form input[type=range].jet-form__field.range-field, .jet-form input[type=range].jet-form__field.range-field:focus {
padding: 0;
background: transparent;
border: none;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
}
.jet-form input[type=range].jet-form__field.range-field::-webkit-slider-runnable-track {
width: 100%;
height: 4px;
cursor: pointer;
background: #e3ddd8;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
}
.jet-form input[type=range].jet-form__field.range-field::-moz-range-track {
width: 100%;
height: 4px;
cursor: pointer;
background: #e3ddd8;
box-shadow: none;
border: none;
}
.jet-form input[type=range].jet-form__field.range-field::-ms-track {
width: 100%;
height: 4px;
cursor: pointer;
background: #e3ddd8;
box-shadow: none;
border: none;
color: transparent;
}
.jet-form input[type=range].jet-form__field.range-field::-ms-fill-lower {
background: transparent;
}
.jet-form input[type=range].jet-form__field.range-field::-ms-fill-upper {
background: transparent;
}
.jet-form input[type=range].jet-form__field.range-field::-webkit-slider-thumb {
width: 18px;
height: 18px;
background: #ccc;
border-radius: 50%;
cursor: pointer;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
margin-top: -7px;
-webkit-appearance: none;
}
.jet-form input[type=range].jet-form__field.range-field::-moz-range-thumb {
width: 18px;
height: 18px;
background: #ccc;
border-radius: 50%;
cursor: pointer;
box-shadow: none;
border: none;
}
.jet-form input[type=range].jet-form__field.range-field::-ms-thumb {
width: 18px;
height: 18px;
background: #ccc;
border-radius: 50%;
cursor: pointer;
box-shadow: none;
border: none;
}
.jet-form-message {
margin: 20px 0 0 0;
text-align: center;
padding: 20px;
}
.jet-form-message--success {
border: 1px solid green;
color: green;
}
.jet-form-message--error {
border: 1px solid red;
color: red;
}
.jet-engine-file-upload__files {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.jet-engine-file-upload .sortable-placeholder {
-webkit-box-flex: 0;
-ms-flex: 0 0 100px;
flex: 0 0 100px;
width: 100px;
margin: 0 10px 10px 0;
position: relative;
background: rgba(123, 123, 123, 0.2);
height: 100px;
}
.jet-engine-file-upload__content {
min-height: 100px;
min-width: 100px;
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.jet-engine-file-upload__loader {
top: 0;
left: 0;
right: 10px;
bottom: 10px;
position: absolute;
background: rgba(0, 0, 0, 0.5);
display: none;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.is-loading .jet-engine-file-upload__loader {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.jet-engine-file-upload__file {
width: 100px;
height: 100px;
margin: 0 10px 10px 0;
position: relative;
background-color: rgba(123, 123, 123, 0.2);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%237a7a7a' width='48px' height='48px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M16.5 6v11.5c0 2.21-1.79 4-4 4s-4-1.79-4-4V5c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5v10.5c0 .55-.45 1-1 1s-1-.45-1-1V6H10v9.5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5V5c0-2.21-1.79-4-4-4S7 2.79 7 5v12.5c0 3.04 2.46 5.5 5.5 5.5s5.5-2.46 5.5-5.5V6h-1.5z'/%3E%3C/svg%3E");
background-position: center;
background-repeat: no-repeat;
}
.is-loading .jet-engine-file-upload__file {
opacity: 0.5;
}
.jet-engine-file-upload__file-remove {
position: absolute;
left: 0;
right: 0;
top: 50%;
bottom: 0;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: opacity 200ms linear;
transition: opacity 200ms linear;
opacity: 0;
background: rgba(0, 0, 0, 0.4);
}
.jet-engine-file-upload__file-remove svg path {
fill: #fff;
}
.jet-engine-file-upload__file:hover .jet-engine-file-upload__file-remove {
opacity: 1;
}
.jet-engine-file-upload__file img {
display: block;
width: 100%;
height: 100% !important;
padding: 0;
margin: 0;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center center;
object-position: center center;
}
.jet-engine-file-upload__errors.is-hidden {
display: none;
}
input.jet-form__field.file-field.jet-engine-file-upload__input {
border: none !important;
padding: 0 !important;
border-radius: 0 !important;
margin: 0 !important;
width: auto !important;
}
.jet-engine-file-upload__value:not([value*=""]) + input.jet-form__field.file-field.jet-engine-file-upload__input {
color: transparent;
}
.field-type-wysiwyg .jet-form__field {
padding: 0 !important;
border: none !important;
border-radius: 0 !important;
}
.jet-profile-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.jet-profile-menu.layout--horizontal {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.jet-profile-menu.layout--vertical {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media (max-width: 1024px) {
.jet-profile-menu.layout-tablet--horizontal {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
}
body[data-elementor-device-mode=tablet] .jet-profile-menu.layout-tablet--horizontal {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
@media (max-width: 1024px) {
.jet-profile-menu.layout-tablet--vertical {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
body[data-elementor-device-mode=tablet] .jet-profile-menu.layout-tablet--vertical {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media (max-width: 767px) {
.jet-profile-menu.layout-mobile--horizontal {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
}
body[data-elementor-device-mode=mobile] .jet-profile-menu.layout-mobile--horizontal {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
@media (max-width: 767px) {
.jet-profile-menu.layout-mobile--vertical {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
body[data-elementor-device-mode=mobile] .jet-profile-menu.layout-mobile--vertical {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.jet-profile-menu__item-link {
display: block;
padding: 5px 10px;
}
.jet-map-marker {
font-size: 40px;
cursor: pointer;
max-width: 100%;
max-height: 100%;
}
.jet-map-marker.is-svg-icon {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.jet-map-marker.is-svg-icon .e-font-icon-svg {
fill: currentColor;
}
.jet-map-marker.is-svg-icon svg {
width: 1em;
height: 1em;
}
.leaflet-marker-icon .jet-map-marker.is-svg-icon svg {
width: 100%;
height: auto;
}
.jet-map-marker.is-svg-icon img {
width: 1em;
height: auto;
}
.leaflet-marker-icon .jet-map-marker.is-svg-icon img {
width: 100%;
height: auto;
}
.brxe-jet-engine-maps-listing {
width: 100%;
}
.jet-map-listing .leaflet-marker-icon {
background: none;
border: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.jet-map-listing .leaflet-popup-content-wrapper {
padding: 0;
}
.jet-map-listing .leaflet-popup-content {
margin: 0;
min-height: 40px;
}
.jet-map-box.mapboxgl-popup {
padding: 25px 0 0 0;
}
.jet-map-box.mapboxgl-popup .mapboxgl-popup-content {
padding: 0;
}
.popup-has-pin .jet-map-box:after {
content: "";
position: absolute;
top: 100%;
width: 0;
height: 0;
border-style: solid;
left: 50%;
margin: 0 0 0 -10px;
border-width: 10px 10px 0 10px;
border-color: transparent;
border-top-color: #fff;
}
.jet-map-listing .jet-map-box img {
max-width: 100%;
}
.jet-map-box .jet-map-close {
position: absolute;
right: 0;
top: 0;
cursor: pointer;
z-index: 9999;
}
.jet-map-box .jet-map-preloader {
width: 100%;
padding: 20px 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.jet-map-box .jet-map-preloader .jet-map-loader {
display: block;
width: 24px;
height: 24px;
margin: 0 auto;
border: 3px solid currentColor;
border-top-color: transparent;
border-radius: 50%;
-webkit-animation: jet-engine-map-spin 1s infinite linear;
animation: jet-engine-map-spin 1s infinite linear;
}
.jet-map-marker-wrap {
padding: 5px;
position: relative;
margin: 0 0 10px;
background: #fff;
z-index: 999;
cursor: pointer;
text-align: center;
}
.jet-map-marker-wrap:after {
content: "";
position: absolute;
top: 100%;
width: 0;
height: 0;
border-style: solid;
left: 50%;
margin: 0 0 0 -10px;
border-width: 10px 10px 0 10px;
border-color: transparent;
border-top-color: #fff;
}
.jet-map-listing .gm-svpc {
max-width: none;
}
.jet-map-listing .gm-svpc img {
max-width: none;
}
.jet-map-listing .gm-style-mtc button {
border-radius: 0;
}
.jet-map-box button.mapboxgl-popup-close-button {
padding: 5px;
font-size: 16px;
line-height: 12px;
font-weight: normal;
color: #333;
}
@-webkit-keyframes jet-engine-map-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes jet-engine-map-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.brxe-jet-engine-maps-listing .jet-map-listing {
height: 500px;
}
.jet-data-store-link-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
z-index: 999;
}
.jet-data-store-link {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 4px;
}
.jet-data-store-link__icon.is-svg-icon {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.jet-data-store-link__icon.is-svg-icon svg {
width: 1em;
height: 1em;
}
.jet-data-store-link__icon {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.jet-data-store-link__label {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.jet-data-store-link.is-hidden {
display: none !important;
}
.jet-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 1em;
overflow: hidden;
}
.jet-container > * {
position: relative;
z-index: 1;
}
.jet-container[data-url] {
cursor: pointer;
}
#wpwrap .jet-container > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
max-width: 100% !important;
}
.jet-container--content-direction-vertical {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.jet-container--content-direction-vertical > * {
width: 100%;
}
.jet-container--content-direction-vertical > .block-editor-inner-blocks {
width: 100%;
}
.jet-container--content-direction-vertical > .block-editor-inner-blocks > .block-editor-block-list__layout {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.jet-container--content-direction-vertical > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
width: 100%;
}
.jet-container--content-direction-horizontal {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.jet-container--content-direction-horizontal > .block-editor-inner-blocks > .block-editor-block-list__layout {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
padding-right: 30px;
}
.jet-container--content-direction-horizontal > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
margin-left: 10px;
margin-right: 10px;
}
.jet-container--content-direction-horizontal > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender {
margin-left: 35px;
}
.jet-container--content-direction-horizontal > p {
margin: 0;
}
.jet-container--content-align-flex-start {
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.jet-container--content-align-flex-start > .block-editor-inner-blocks > .block-editor-block-list__layout {
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.jet-container--content-align-flex-end {
-ms-flex-line-pack: end;
align-content: flex-end;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.jet-container--content-align-flex-end > .block-editor-inner-blocks > .block-editor-block-list__layout {
-ms-flex-line-pack: end;
align-content: flex-end;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.jet-container--content-align-center {
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.jet-container--content-align-center > .block-editor-inner-blocks > .block-editor-block-list__layout {
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.jet-container--content-align-stretch {
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.jet-container--content-align-stretch > .block-editor-inner-blocks > .block-editor-block-list__layout {
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.jet-container--content-align-space-between {
-ms-flex-line-pack: justify;
align-content: space-between;
}
.jet-container--content-align-space-between > .block-editor-inner-blocks > .block-editor-block-list__layout {
-ms-flex-line-pack: justify;
align-content: space-between;
}
.jet-container--content-justify-flex-start {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.jet-container--content-justify-flex-start > .block-editor-inner-blocks > .block-editor-block-list__layout {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.jet-container--content-justify-flex-end {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.jet-container--content-justify-flex-end > .block-editor-inner-blocks > .block-editor-block-list__layout {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.jet-container--content-justify-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.jet-container--content-justify-center > .block-editor-inner-blocks > .block-editor-block-list__layout {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.jet-container--content-justify-stretch {
-webkit-box-pack: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
}
.jet-container--content-justify-stretch > .block-editor-inner-blocks > .block-editor-block-list__layout {
-webkit-box-pack: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
}
.jet-container--content-justify-space-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.jet-container--content-justify-space-between > .block-editor-inner-blocks > .block-editor-block-list__layout {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.jet-container > .block-editor-inner-blocks {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.jet-container > .block-editor-inner-blocks > .block-editor-block-list__layout {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.jet-container__overlay {
position: absolute !important;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.jet-section {
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
}
.jet-section--layout-boxed .jet-section__content {
margin: 0 auto;
max-width: 100%;
}
.jedv-resize-columns.elementor-section > .elementor-container > .elementor-column,
.jedv-resize-columns.elementor-section > .elementor-container > .elementor-row > .elementor-column {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}.hashbar-pro-block-wraper.inline-alignment{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.hashbar-free-wraper{
display: flex;
flex-direction: row;
align-items: center;
}
.has-text-align-center{
justify-content: center;
}
.has-text-align-left{
justify-content: flex-start;
}
.has-text-align-right{
justify-content: flex-end;
}
.has-text-align-space-between{
justify-content: space-between;
}
.has-text-align-center.wp-block-hashbar-pro-hashbar-blokcs .hashbar-pro-block-wraper.inline-alignment{
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.has-text-align-left.wp-block-hashbar-pro-hashbar-blokcs .hashbar-pro-block-wraper.inline-alignment{
-webkit-box-pack: flex-start;
-ms-flex-pack: flex-start;
justify-content: flex-start;
}
.has-text-align-right.wp-block-hashbar-pro-hashbar-blokcs .hashbar-pro-block-wraper.inline-alignment{
-webkit-box-pack: flex-end;
-ms-flex-pack: flex-end;
justify-content: flex-end;
}
.ht-promo-banner{
padding: 50px 35px !important;
background: #0a0d35;
width: 250px;
border-radius: 5px;
position:relative;
}
.ht-promo-button a{
text-decoration: none;
padding: 10px 16px;
background-color: #ffdf43;
color: #000;
border-radius: 5px;
display: inline-block;
}
.ht-content .promo-title{
margin: 0px;
font-weight: 600;
}
.ht-content .promo-summery{
font-size: 17px;
margin-top:15px !important;
}
.ht-content .promo-title,.ht-content .promo-summery{
color: #fff;
}
.ht-promo-button{
margin-top: 40px!important;
display: flex;
font-weight: 500;
}
.ht-content{
z-index: 9;
position: relative;
}
.ht-promo-button{
z-index: 9;
position: relative;
}
.ht-promo-overlay{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0;
z-index: 8;
}
.wp-block-columns{
margin-bottom: 0px;
}.hthb-notification *, .hthb-notification *:before,
.hthb-notification *:after {
box-sizing: border-box;
}
body {
-webkit-transition: all 0.3s ease 0s !important;
transition: all 0.3s ease 0s !important;
}
.hthb-notification a {
text-decoration: none;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.hthb-notification button {
cursor: pointer;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}  .hthb-notification {
background-position: center center;
background-repeat: no-repeat;
position: fixed;
left: 0;
top: 0;
width: 100%;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
z-index: 999999999999 !important;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
text-shadow: none;
}
.hthb-notification:before{
background-color: #2d3e50;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.hthb-notification.hthb-absolute {
position: absolute;
}
.hthb-notification.hthb-pos--bottom {
top: auto !important;
bottom: 0;
}
.hthb-notification.hthb-pos--left-wall,
.hthb-notification.hthb-pos--right-wall {
left: 0;
right: auto;
bottom: auto;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: auto;
}
.hthb-notification.hthb-pos--right-wall{
left: auto;
right: 0;
}
.hthb-loaded{
visibility: visible !important;
}
.admin-bar .hthb-notification.hthb-pos--top{
top: 32px;
z-index: 999 !important;
}
.hthb-state--minimized .hthb-close-toggle-wrapper{
display: none;
} @media screen and (max-width: 782px){
.admin-bar .hthb-notification.hthb-pos--top{
top: 46px;
}
}
.hthb-pos--top-promo:before,
.hthb-pos--bottom-promo:before{
display: none;
}
.hthb-pos--top-promo,
.hthb-pos--bottom-promo{
width: auto;
max-width: 100%;
}
.hthb-pos--top-promo{
top: 0;
bottom: auto;
}
.hthb-pos--bottom-promo{
bottom: 0;
top: auto;
}
.hthb-pos--top-promo.hthb-promo-alignment--left,
.hthb-pos--bottom-promo.hthb-promo-alignment--left{
right: auto;
left: 0;
}
.hthb-pos--top-promo.hthb-promo-alignment--right,
.hthb-pos--bottom-promo.hthb-promo-alignment--right{
right: 0;
left: auto;
}
.hthb-pos--top-promo,
.hthb-pos--bottom-promo{
margin: 50px;
}
.admin-bar .hthb-pos--top-promo{
margin-top: 32px;
} .hthb-open-toggle {
display: block;
background-color: #ff5733;
border: medium none;
border-radius: 0 0 4px 4px;
color: #fff;
position: absolute;
right: 20px;
text-align: center;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
padding: 0;
z-index: 999999;
cursor: pointer;
min-width: 30px;
min-height: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.hthb-has-open-button-text .hthb-open-toggle{
padding-left: 7px;
padding-right: 7px;
}
.hthb-pos--top-promo .hthb-open-toggle,
.hthb-pos--bottom-promo .hthb-open-toggle{
display: none;
}
.hthb-notification.hthb-pos--bottom .hthb-open-toggle{
bottom: 0;
border-radius: 5px 5px 0px 0px;
}
.hthb-pos--top svg{
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.hthb-pos--bottom svg{
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.hthb-pos--right-wall .hthb-open-toggle svg{
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.hthb-notification.hthb-pos--left-wall .hthb-open-toggle,
.hthb-notification.hthb-pos--right-wall .hthb-open-toggle{
left: 100%;
right: auto;
top: 30px;
width: 0;
}
.hthb-notification.hthb-pos--right-wall .hthb-open-toggle{
right: 100%;
left: auto;
border-radius: 5px 0px 0px 5px; }
.hthb-notification.hthb-pos--left-wall .hthb-open-toggle{
border-radius: 0px 5px 5px 0px;
}
.hthb-state--open .hthb-open-toggle{
display: none;
} .hthb-row {
width: 100%;    
position: relative;
overflow: hidden;
padding: 10px 50px 10px 10px;
}
.hthb-pos--left-wall .hthb-row,
.hthb-pos--right-wall .hthb-row{
padding: 30px;
}
.hthb-pos--top-promo .hthb-row,
.hthb-pos--bottom-promo .hthb-row{
padding: 0;
} .hthb-container {
max-width: 1200px;
width: 100%;
margin: 0 auto;
overflow: hidden;
position: static;
}
.hthb-container:before {
content: "";
display: table;
clear: both;
}
.hthb-pos--left-wall .hthb-container,
.hthb-pos--right-wall .hthb-container{
width: 100%;
min-width:300px;
} .hthb-close-toggle-wrapper {
float: right;
position: absolute;
right: 0;
width: 25px;
text-align: center;
z-index: 99999;
cursor: pointer;
visibility: hidden;
}
.hthb-loaded.hthb-has-close-button .hthb-close-toggle-wrapper{
visibility: visible;
}
.hthb-state--minimized .hthb-close-toggle-wrapper{
visibility: hidden;
}
.hthb-has-close-button-text .hthb-close-toggle-wrapper{
top: 0;
}
.hthb-pos--left-wall .hthb-close-toggle-wrapper{
background-color: #ff5733;
right: 0;
top: 0;
margin: 0;
}
.hthb-pos--right-wall .hthb-close-toggle-wrapper{
background-color: #ff5733;
left: 0;
top: 0;
margin: 0;
}
.hthb-pos--right-wall.hthb-has-close-button-text .hthb-close-toggle-wrapper{
width: auto;
right: auto;
}
.hthb-pos--left-wall.hthb-has-close-button-text .hthb-close-toggle-wrapper{
width: auto;
}
.hthb-pos--bottom.hthb-has-close-button-text .hthb-close-toggle-wrapper{
width: auto;
}
.hthb-pos--bottom-promo.hthb-has-close-button-text .hthb-close-toggle-wrapper{
margin-top: 0;
width: inherit;
} .hthb-close-toggle{
position: inherit;
margin: 0;
z-index: 99999;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
right: 20px;
}
.hthb-close-toggle {
background-color: transparent;
border: medium none;
color: #ffffff;
display: block;
text-align: center;
float: left;
border-radius: 0;
font-weight: normal;
cursor: pointer;
}
.hthb-pos--left-wall .hthb-close-toggle,
.hthb-pos--right-wall .hthb-close-toggle{
position: initial;
}
.hthb-pos--left-wall.hthb-has-close-button-text .hthb-close-toggle,
.hthb-pos--right-wall.hthb-has-close-button-text .hthb-close-toggle{
padding: 15px 15px 15px 8px;
}
.hthb-pos--right-wall.hthb-has-open-button-text .hthb-open-toggle,
.hthb-pos--left-wall.hthb-has-open-button-text .hthb-open-toggle{
width: auto;
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
text-orientation: mixed;
padding: 7px 5px;
line-height: 1.4;
}
.hthb-pos--bottom-promo.hthb-has-close-button-text .hthb-close-toggle{
padding: 15px 15px 15px 8px;
}
.hthb-close-pos--center .hthb-close-toggle-wrapper{
margin-top: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.hthb-close-pos--center .hthb-close-toggle{
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.hthb-pos--top-promo .hthb-close-toggle,
.hthb-pos--bottom-promo .hthb-close-toggle{
right: 4px;
}
.hthb-has-close-button-text .hthb-close-toggle{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: auto;
right: 0;
padding: 15px 15px 15px 0;
}
.hthb-has-close-button-text.hthb-pos--top .hthb-close-toggle,
.hthb-has-close-button-text.hthb-pos--bottom .hthb-close-toggle{
padding-left: 8px;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
}
.hthb-pos--bottom.hthb-has-close-button-text .hthb-close-toggle{
position: unset;
}
.hthb-has-close-button-text .hthb-close-text{
margin-left: 7px;
} .hthb-notification-content p {
color: #eceff1;
font-family: inherit;
font-size: 14px;
font-weight: 400;
line-height: 28px;
margin: 0;
padding-bottom: initial;
}
.has-text-align-center {
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
} .hthb-notification-content .ht_btn.style_1 {
background: #fdd835;
color: #000;
padding: 4px 10px;
border-radius: 3px;
text-decoration: none;
} .hthb-notification-content .ht_btn.style_2 {
background: #ff5733 none repeat scroll 0 0;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 14px;
font-weight: 400;
margin-left: 5px;
padding: 5px 15px;
} .ht-notification-social{}
.ht-notification-social a{
margin-right: 5px;
}
.ht-notification-social a i{
display: inline-block;
background: #fff;
color: #ff5733;
border-radius: 50%;
width: 25px;
height: 25px;
line-height: 25px;
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in 0s;
text-align: center;
}
.ht-notification-social a:hover i{
background: #ff5733;
color: #fff;
}
.hthb-notification-content p + p {
margin-top: 7px;
} .hthb-notification .ht_notification_newsletter > h2,
.hthb-notification .ht-notification-text > h2 {
color: #fff;
font-size: 22px;
margin: 0;
margin-bottom: 10px;
}
.hthb-notification .ht_notification_newsletter > p{
display: block!important;
margin-bottom: 14px!important;
}
.hthb-notification .ht-notification-text > p{
display: block!important;
margin-bottom: 0px;
}
.hthb-notification .ht_notification_newsletter input[type="email"],
.hthb-notification .ht-notification-text input[type="email"] {
background: #fff none repeat scroll 0 0;
border: 0 none;
border-radius: 3px;
box-shadow: none;
color: #000;
height: 40px;
margin-bottom: 10px;
padding: 0 10px;
width: 100%;
}
.hthb-notification .ht_notification_newsletter input[type="submit"],
.hthb-notification .ht-notification-text input[type="submit"] {
background: #ff5733 none repeat scroll 0 0;
border: 0 none;
color: #fff;
cursor: pointer;
height: inherit;
max-width: inherit;
min-width: inherit;
padding: 12px 25px;
width: inherit;
line-height: 1;
}
.hthb-notification .ht_notification_newsletter input[type="submit"]:hover,
.hthb-notification .ht-notification-text input[type="submit"]:hover{
background:rgba(255,87,51,.8)
}
.hthb-notification .ht_btn.style_1 {
background: #fdd835;
color: #000;
padding: 4px 10px;
border-radius: 3px;
text-decoration: none;
}
.hthb-notification .mc4wp-alert.mc4wp-success p {
line-height: 150%;
} .hthb-countdown-section{
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.hthb-countdown-wrap {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.hthb-countdown-before,.hthb-countdown-after{
color: #fff;
}
.hthb-countdown-before{
margin-right: 15px;
}
.hthb-countdown-after{
margin-left: 15px;
}
.hthb-countdown-wrap.style-1,.hthb-countdown-wrap.style-4,.hthb-countdown-wrap.style-1,.hthb-countdown-wrap.style-5{
background-color: #2d3e50;
}
.hthb-countdown-wrap.style-2{
background-color: #EBF3F9;
border-radius: 5px;
box-shadow: 0px 2px 1px 0px #888888;
}
.hthb-countdown-wrap.style-7{
margin-left: 3px;
}
.hthb-countdown-wrap.style-2 .hthb-single-countdown{
padding: 5px 14px;
}
.hthb-countdown-wrap.style-3 .hthb-single-countdown{
background-color: #EA625D;
border-radius: 5px;
padding: 5px 12px;
margin: 5px;
}
.hthb-countdown-wrap.style-4 .hthb-single-countdown{
background-color: transparent;
border: 1px solid #fff;
padding: 5px 20px;
}
.hthb-countdown-wrap.style-5 .hthb-single-countdown{
border-radius: 5px;
padding: 2px;
margin: 5px;
}
.hthb-countdown-wrap.style-6 .hthb-single-countdown{
border-radius: 5px;
padding: 7px 10px;
margin: 5px;
background-color: #EBF3F9;
}
.hthb-countdown-wrap.style-7 .hthb-single-countdown{
background-color: #EBF3F9;
border-radius: 5px;
margin-right: 5px;
}
.hthb-single-countdown {
padding: 4px 10px;
margin-left: -1px;
text-align: center;
min-width: 68px;
}
.hthb-single-countdown__time {
color: #fff;
font-size: 22px;
font-weight: 700;
display: block;
margin-bottom: 5px;
line-height: normal;
}
.hthb-countdown-wrap.style-2 .hthb-single-countdown__time{
color: #222;
}
.hthb-countdown-wrap.style-5 .hthb-single-countdown__time{
background-color: #B5B5B5;
border: 1px solid #222;
padding: 1px 9px;
border-radius: 5px;
color: #333;
font-size: 28px;
font-weight: 600;
}
.hthb-countdown-wrap.style-6 .hthb-single-countdown__time{
background-color: #EA625D;
padding: 0px 10px;
border-radius: 5px;
color: #333;
font-size: 28px;
font-weight: 600;
}
.hthb-countdown-wrap.style-7 .hthb-single-countdown__time{
color: #222;
font-size: 16px;
margin-bottom: 0px;
}
.hthb-single-countdown__text{
color: #fff;
font-size: 12px;
display: block;
}
.hthb-countdown-wrap.style-2 .hthb-single-countdown__text{
color: #222;
}
.hthb-countdown-wrap.style-5 .hthb-single-countdown__text{
color: #ffff;
font-size: 15px;
}
.hthb-countdown-wrap.style-6 .hthb-single-countdown__text{
color: #333;
font-size: 15px;
}
.hthb-countdown-wrap.style-7 .hthb-single-countdown__text{
color: #222;
font-size: 12px;
}
.hthb-countdown .hthb-notification-content.ht-notification-text{
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
width: 100%;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.hthb-countdown-wrap .hthb-single-countdown:first-child{
margin-left: 0px;
}
.hthb-countdown-wrap .hthb-single-countdown:last-child{
margin-right: 0px;
}
.hthb-countdown-center .hthb-countdown-wrap{
margin-left: 15px;
}
.hthb-countdown-center .hthb-countdown-section .hthb-countdown-before{
margin-right: 0px;
}
.hthb-countdown-center .hthb-notification-content.ht-notification-text{
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
} .theme-salient .hthb-top-unset{
top: unset !important;
} body.theme-flone{
height: unset;
} @media screen and (max-width: 768px){
.hthb-notification.hthb-pos--left-wall, .hthb-notification.hthb-pos--right-wall{
width: 300px;
}
} .hthb.hthb-pt--1{padding-top:1px}.hthb.hthb-pt--2{padding-top:2px}.hthb.hthb-pt--3{padding-top:3px}.hthb.hthb-pt--4{padding-top:4px}.hthb.hthb-pt--5{padding-top:5px}.hthb.hthb-pt--6{padding-top:6px}.hthb.hthb-pt--7{padding-top:7px}.hthb.hthb-pt--8{padding-top:8px}.hthb.hthb-pt--9{padding-top:9px}.hthb.hthb-pt--10{padding-top:10px}.hthb.hthb-pt--11{padding-top:11px}.hthb.hthb-pt--12{padding-top:12px}.hthb.hthb-pt--13{padding-top:13px}.hthb.hthb-pt--14{padding-top:14px}.hthb.hthb-pt--15{padding-top:15px}.hthb.hthb-pt--16{padding-top:16px}.hthb.hthb-pt--17{padding-top:17px}.hthb.hthb-pt--18{padding-top:18px}.hthb.hthb-pt--19{padding-top:19px}.hthb.hthb-pt--20{padding-top:20px}.hthb.hthb-pt--21{padding-top:21px}.hthb.hthb-pt--22{padding-top:22px}.hthb.hthb-pt--23{padding-top:23px}.hthb.hthb-pt--24{padding-top:24px}.hthb.hthb-pt--25{padding-top:25px}.hthb.hthb-pt--26{padding-top:26px}.hthb.hthb-pt--27{padding-top:27px}.hthb.hthb-pt--28{padding-top:28px}.hthb.hthb-pt--29{padding-top:29px}.hthb.hthb-pt--30{padding-top:30px}.hthb.hthb-pt--31{padding-top:31px}.hthb.hthb-pt--32{padding-top:32px}.hthb.hthb-pt--33{padding-top:33px}.hthb.hthb-pt--34{padding-top:34px}.hthb.hthb-pt--35{padding-top:35px}.hthb.hthb-pt--36{padding-top:36px}.hthb.hthb-pt--37{padding-top:37px}.hthb.hthb-pt--38{padding-top:38px}.hthb.hthb-pt--39{padding-top:39px}.hthb.hthb-pt--40{padding-top:40px}.hthb.hthb-pt--41{padding-top:41px}.hthb.hthb-pt--42{padding-top:42px}.hthb.hthb-pt--43{padding-top:43px}.hthb.hthb-pt--44{padding-top:44px}.hthb.hthb-pt--45{padding-top:45px}.hthb.hthb-pt--46{padding-top:46px}.hthb.hthb-pt--47{padding-top:47px}.hthb.hthb-pt--48{padding-top:48px}.hthb.hthb-pt--49{padding-top:49px}.hthb.hthb-pt--50{padding-top:50px}.hthb.hthb-pt--51{padding-top:51px}.hthb.hthb-pt--52{padding-top:52px}.hthb.hthb-pt--53{padding-top:53px}.hthb.hthb-pt--54{padding-top:54px}.hthb.hthb-pt--55{padding-top:55px}.hthb.hthb-pt--56{padding-top:56px}.hthb.hthb-pt--57{padding-top:57px}.hthb.hthb-pt--58{padding-top:58px}.hthb.hthb-pt--59{padding-top:59px}.hthb.hthb-pt--60{padding-top:60px}.hthb.hthb-pt--61{padding-top:61px}.hthb.hthb-pt--62{padding-top:62px}.hthb.hthb-pt--63{padding-top:63px}.hthb.hthb-pt--64{padding-top:64px}.hthb.hthb-pt--65{padding-top:65px}.hthb.hthb-pt--66{padding-top:66px}.hthb.hthb-pt--67{padding-top:67px}.hthb.hthb-pt--68{padding-top:68px}.hthb.hthb-pt--69{padding-top:69px}.hthb.hthb-pt--70{padding-top:70px}.hthb.hthb-pt--71{padding-top:71px}.hthb.hthb-pt--72{padding-top:72px}.hthb.hthb-pt--73{padding-top:73px}.hthb.hthb-pt--74{padding-top:74px}.hthb.hthb-pt--75{padding-top:75px}.hthb.hthb-pt--76{padding-top:76px}.hthb.hthb-pt--77{padding-top:77px}.hthb.hthb-pt--78{padding-top:78px}.hthb.hthb-pt--79{padding-top:79px}.hthb.hthb-pt--80{padding-top:80px}.hthb.hthb-pt--81{padding-top:81px}.hthb.hthb-pt--82{padding-top:82px}.hthb.hthb-pt--83{padding-top:83px}.hthb.hthb-pt--84{padding-top:84px}.hthb.hthb-pt--85{padding-top:85px}.hthb.hthb-pt--86{padding-top:86px}.hthb.hthb-pt--87{padding-top:87px}.hthb.hthb-pt--88{padding-top:88px}.hthb.hthb-pt--89{padding-top:89px}.hthb.hthb-pt--90{padding-top:90px}.hthb.hthb-pt--91{padding-top:91px}.hthb.hthb-pt--92{padding-top:92px}.hthb.hthb-pt--93{padding-top:93px}.hthb.hthb-pt--94{padding-top:94px}.hthb.hthb-pt--95{padding-top:95px}.hthb.hthb-pt--96{padding-top:96px}.hthb.hthb-pt--97{padding-top:97px}.hthb.hthb-pt--98{padding-top:98px}.hthb.hthb-pt--99{padding-top:99px}.hthb.hthb-pt--100{padding-top:100px}.hthb.hthb-pt--101{padding-top:101px}.hthb.hthb-pt--102{padding-top:102px}.hthb.hthb-pt--103{padding-top:103px}.hthb.hthb-pt--104{padding-top:104px}.hthb.hthb-pt--105{padding-top:105px}.hthb.hthb-pt--106{padding-top:106px}.hthb.hthb-pt--107{padding-top:107px}.hthb.hthb-pt--108{padding-top:108px}.hthb.hthb-pt--109{padding-top:109px}.hthb.hthb-pt--110{padding-top:110px}.hthb.hthb-pt--111{padding-top:111px}.hthb.hthb-pt--112{padding-top:112px}.hthb.hthb-pt--113{padding-top:113px}.hthb.hthb-pt--114{padding-top:114px}.hthb.hthb-pt--115{padding-top:115px}.hthb.hthb-pt--116{padding-top:116px}.hthb.hthb-pt--117{padding-top:117px}.hthb.hthb-pt--118{padding-top:118px}.hthb.hthb-pt--119{padding-top:119px}.hthb.hthb-pt--120{padding-top:120px}.hthb.hthb-pt--121{padding-top:121px}.hthb.hthb-pt--122{padding-top:122px}.hthb.hthb-pt--123{padding-top:123px}.hthb.hthb-pt--124{padding-top:124px}.hthb.hthb-pt--125{padding-top:125px}.hthb.hthb-pt--126{padding-top:126px}.hthb.hthb-pt--127{padding-top:127px}.hthb.hthb-pt--128{padding-top:128px}.hthb.hthb-pt--129{padding-top:129px}.hthb.hthb-pt--130{padding-top:130px}.hthb.hthb-pt--131{padding-top:131px}.hthb.hthb-pt--132{padding-top:132px}.hthb.hthb-pt--133{padding-top:133px}.hthb.hthb-pt--134{padding-top:134px}.hthb.hthb-pt--135{padding-top:135px}.hthb.hthb-pt--136{padding-top:136px}.hthb.hthb-pt--137{padding-top:137px}.hthb.hthb-pt--138{padding-top:138px}.hthb.hthb-pt--139{padding-top:139px}.hthb.hthb-pt--140{padding-top:140px}.hthb.hthb-pt--141{padding-top:141px}.hthb.hthb-pt--142{padding-top:142px}.hthb.hthb-pt--143{padding-top:143px}.hthb.hthb-pt--144{padding-top:144px}.hthb.hthb-pt--145{padding-top:145px}.hthb.hthb-pt--146{padding-top:146px}.hthb.hthb-pt--147{padding-top:147px}.hthb.hthb-pt--148{padding-top:148px}.hthb.hthb-pt--149{padding-top:149px}.hthb.hthb-pt--150{padding-top:150px}.hthb.hthb-pt--151{padding-top:151px}.hthb.hthb-pt--152{padding-top:152px}.hthb.hthb-pt--153{padding-top:153px}.hthb.hthb-pt--154{padding-top:154px}.hthb.hthb-pt--155{padding-top:155px}.hthb.hthb-pt--156{padding-top:156px}.hthb.hthb-pt--157{padding-top:157px}.hthb.hthb-pt--158{padding-top:158px}.hthb.hthb-pt--159{padding-top:159px}.hthb.hthb-pt--160{padding-top:160px}.hthb.hthb-pt--161{padding-top:161px}.hthb.hthb-pt--162{padding-top:162px}.hthb.hthb-pt--163{padding-top:163px}.hthb.hthb-pt--164{padding-top:164px}.hthb.hthb-pt--165{padding-top:165px}.hthb.hthb-pt--166{padding-top:166px}.hthb.hthb-pt--167{padding-top:167px}.hthb.hthb-pt--168{padding-top:168px}.hthb.hthb-pt--169{padding-top:169px}.hthb.hthb-pt--170{padding-top:170px}.hthb.hthb-pt--171{padding-top:171px}.hthb.hthb-pt--172{padding-top:172px}.hthb.hthb-pt--173{padding-top:173px}.hthb.hthb-pt--174{padding-top:174px}.hthb.hthb-pt--175{padding-top:175px}.hthb.hthb-pt--176{padding-top:176px}.hthb.hthb-pt--177{padding-top:177px}.hthb.hthb-pt--178{padding-top:178px}.hthb.hthb-pt--179{padding-top:179px}.hthb.hthb-pt--180{padding-top:180px}.hthb.hthb-pt--181{padding-top:181px}.hthb.hthb-pt--182{padding-top:182px}.hthb.hthb-pt--183{padding-top:183px}.hthb.hthb-pt--184{padding-top:184px}.hthb.hthb-pt--185{padding-top:185px}.hthb.hthb-pt--186{padding-top:186px}.hthb.hthb-pt--187{padding-top:187px}.hthb.hthb-pt--188{padding-top:188px}.hthb.hthb-pt--189{padding-top:189px}.hthb.hthb-pt--190{padding-top:190px}.hthb.hthb-pt--191{padding-top:191px}.hthb.hthb-pt--192{padding-top:192px}.hthb.hthb-pt--193{padding-top:193px}.hthb.hthb-pt--194{padding-top:194px}.hthb.hthb-pt--195{padding-top:195px}.hthb.hthb-pt--196{padding-top:196px}.hthb.hthb-pt--197{padding-top:197px}.hthb.hthb-pt--198{padding-top:198px}.hthb.hthb-pt--199{padding-top:199px}.hthb.hthb-pt--200{padding-top:200px}.hthb.hthb-pt--201{padding-top:201px}.hthb.hthb-pt--202{padding-top:202px}.hthb.hthb-pt--203{padding-top:203px}.hthb.hthb-pt--204{padding-top:204px}.hthb.hthb-pt--205{padding-top:205px}.hthb.hthb-pt--206{padding-top:206px}.hthb.hthb-pt--207{padding-top:207px}.hthb.hthb-pt--208{padding-top:208px}.hthb.hthb-pt--209{padding-top:209px}.hthb.hthb-pt--210{padding-top:210px}.hthb.hthb-pt--211{padding-top:211px}.hthb.hthb-pt--212{padding-top:212px}.hthb.hthb-pt--213{padding-top:213px}.hthb.hthb-pt--214{padding-top:214px}.hthb.hthb-pt--215{padding-top:215px}.hthb.hthb-pt--216{padding-top:216px}.hthb.hthb-pt--217{padding-top:217px}.hthb.hthb-pt--218{padding-top:218px}.hthb.hthb-pt--219{padding-top:219px}.hthb.hthb-pt--220{padding-top:220px}.hthb.hthb-pt--221{padding-top:221px}.hthb.hthb-pt--222{padding-top:222px}.hthb.hthb-pt--223{padding-top:223px}.hthb.hthb-pt--224{padding-top:224px}.hthb.hthb-pt--225{padding-top:225px}.hthb.hthb-pt--226{padding-top:226px}.hthb.hthb-pt--227{padding-top:227px}.hthb.hthb-pt--228{padding-top:228px}.hthb.hthb-pt--229{padding-top:229px}.hthb.hthb-pt--230{padding-top:230px}.hthb.hthb-pt--231{padding-top:231px}.hthb.hthb-pt--232{padding-top:232px}.hthb.hthb-pt--233{padding-top:233px}.hthb.hthb-pt--234{padding-top:234px}.hthb.hthb-pt--235{padding-top:235px}.hthb.hthb-pt--236{padding-top:236px}.hthb.hthb-pt--237{padding-top:237px}.hthb.hthb-pt--238{padding-top:238px}.hthb.hthb-pt--239{padding-top:239px}.hthb.hthb-pt--240{padding-top:240px}.hthb.hthb-pt--241{padding-top:241px}.hthb.hthb-pt--242{padding-top:242px}.hthb.hthb-pt--243{padding-top:243px}.hthb.hthb-pt--244{padding-top:244px}.hthb.hthb-pt--245{padding-top:245px}.hthb.hthb-pt--246{padding-top:246px}.hthb.hthb-pt--247{padding-top:247px}.hthb.hthb-pt--248{padding-top:248px}.hthb.hthb-pt--249{padding-top:249px}.hthb.hthb-pt--250{padding-top:250px}.hthb.hthb-pt--251{padding-top:251px}.hthb.hthb-pt--252{padding-top:252px}.hthb.hthb-pt--253{padding-top:253px}.hthb.hthb-pt--254{padding-top:254px}.hthb.hthb-pt--255{padding-top:255px}.hthb.hthb-pt--256{padding-top:256px}.hthb.hthb-pt--257{padding-top:257px}.hthb.hthb-pt--258{padding-top:258px}.hthb.hthb-pt--259{padding-top:259px}.hthb.hthb-pt--260{padding-top:260px}.hthb.hthb-pt--261{padding-top:261px}.hthb.hthb-pt--262{padding-top:262px}.hthb.hthb-pt--263{padding-top:263px}.hthb.hthb-pt--264{padding-top:264px}.hthb.hthb-pt--265{padding-top:265px}.hthb.hthb-pt--266{padding-top:266px}.hthb.hthb-pt--267{padding-top:267px}.hthb.hthb-pt--268{padding-top:268px}.hthb.hthb-pt--269{padding-top:269px}.hthb.hthb-pt--270{padding-top:270px}.hthb.hthb-pt--271{padding-top:271px}.hthb.hthb-pt--272{padding-top:272px}.hthb.hthb-pt--273{padding-top:273px}.hthb.hthb-pt--274{padding-top:274px}.hthb.hthb-pt--275{padding-top:275px}.hthb.hthb-pt--276{padding-top:276px}.hthb.hthb-pt--277{padding-top:277px}.hthb.hthb-pt--278{padding-top:278px}.hthb.hthb-pt--279{padding-top:279px}.hthb.hthb-pt--280{padding-top:280px}.hthb.hthb-pt--281{padding-top:281px}.hthb.hthb-pt--282{padding-top:282px}.hthb.hthb-pt--283{padding-top:283px}.hthb.hthb-pt--284{padding-top:284px}.hthb.hthb-pt--285{padding-top:285px}.hthb.hthb-pt--286{padding-top:286px}.hthb.hthb-pt--287{padding-top:287px}.hthb.hthb-pt--288{padding-top:288px}.hthb.hthb-pt--289{padding-top:289px}.hthb.hthb-pt--290{padding-top:290px}.hthb.hthb-pt--291{padding-top:291px}.hthb.hthb-pt--292{padding-top:292px}.hthb.hthb-pt--293{padding-top:293px}.hthb.hthb-pt--294{padding-top:294px}.hthb.hthb-pt--295{padding-top:295px}.hthb.hthb-pt--296{padding-top:296px}.hthb.hthb-pt--297{padding-top:297px}.hthb.hthb-pt--298{padding-top:298px}.hthb.hthb-pt--299{padding-top:299px}.hthb.hthb-pt--300{padding-top:300px}.hthb.hthb-pt--301{padding-top:301px}.hthb.hthb-pt--302{padding-top:302px}.hthb.hthb-pt--303{padding-top:303px}.hthb.hthb-pt--304{padding-top:304px}.hthb.hthb-pt--305{padding-top:305px}.hthb.hthb-pt--306{padding-top:306px}.hthb.hthb-pt--307{padding-top:307px}.hthb.hthb-pt--308{padding-top:308px}.hthb.hthb-pt--309{padding-top:309px}.hthb.hthb-pt--310{padding-top:310px}.hthb.hthb-pt--311{padding-top:311px}.hthb.hthb-pt--312{padding-top:312px}.hthb.hthb-pt--313{padding-top:313px}.hthb.hthb-pt--314{padding-top:314px}.hthb.hthb-pt--315{padding-top:315px}.hthb.hthb-pt--316{padding-top:316px}.hthb.hthb-pt--317{padding-top:317px}.hthb.hthb-pt--318{padding-top:318px}.hthb.hthb-pt--319{padding-top:319px}.hthb.hthb-pt--320{padding-top:320px}.hthb.hthb-pt--321{padding-top:321px}.hthb.hthb-pt--322{padding-top:322px}.hthb.hthb-pt--323{padding-top:323px}.hthb.hthb-pt--324{padding-top:324px}.hthb.hthb-pt--325{padding-top:325px}.hthb.hthb-pt--326{padding-top:326px}.hthb.hthb-pt--327{padding-top:327px}.hthb.hthb-pt--328{padding-top:328px}.hthb.hthb-pt--329{padding-top:329px}.hthb.hthb-pt--330{padding-top:330px}.hthb.hthb-pt--331{padding-top:331px}.hthb.hthb-pt--332{padding-top:332px}.hthb.hthb-pt--333{padding-top:333px}.hthb.hthb-pt--334{padding-top:334px}.hthb.hthb-pt--335{padding-top:335px}.hthb.hthb-pt--336{padding-top:336px}.hthb.hthb-pt--337{padding-top:337px}.hthb.hthb-pt--338{padding-top:338px}.hthb.hthb-pt--339{padding-top:339px}.hthb.hthb-pt--340{padding-top:340px}.hthb.hthb-pt--341{padding-top:341px}.hthb.hthb-pt--342{padding-top:342px}.hthb.hthb-pt--343{padding-top:343px}.hthb.hthb-pt--344{padding-top:344px}.hthb.hthb-pt--345{padding-top:345px}.hthb.hthb-pt--346{padding-top:346px}.hthb.hthb-pt--347{padding-top:347px}.hthb.hthb-pt--348{padding-top:348px}.hthb.hthb-pt--349{padding-top:349px}.hthb.hthb-pt--350{padding-top:350px}.hthb.hthb-pt--351{padding-top:351px}.hthb.hthb-pt--352{padding-top:352px}.hthb.hthb-pt--353{padding-top:353px}.hthb.hthb-pt--354{padding-top:354px}.hthb.hthb-pt--355{padding-top:355px}.hthb.hthb-pt--356{padding-top:356px}.hthb.hthb-pt--357{padding-top:357px}.hthb.hthb-pt--358{padding-top:358px}.hthb.hthb-pt--359{padding-top:359px}.hthb.hthb-pt--360{padding-top:360px}.hthb.hthb-pt--361{padding-top:361px}.hthb.hthb-pt--362{padding-top:362px}.hthb.hthb-pt--363{padding-top:363px}.hthb.hthb-pt--364{padding-top:364px}.hthb.hthb-pt--365{padding-top:365px}.hthb.hthb-pt--366{padding-top:366px}.hthb.hthb-pt--367{padding-top:367px}.hthb.hthb-pt--368{padding-top:368px}.hthb.hthb-pt--369{padding-top:369px}.hthb.hthb-pt--370{padding-top:370px}.hthb.hthb-pt--371{padding-top:371px}.hthb.hthb-pt--372{padding-top:372px}.hthb.hthb-pt--373{padding-top:373px}.hthb.hthb-pt--374{padding-top:374px}.hthb.hthb-pt--375{padding-top:375px}.hthb.hthb-pt--376{padding-top:376px}.hthb.hthb-pt--377{padding-top:377px}.hthb.hthb-pt--378{padding-top:378px}.hthb.hthb-pt--379{padding-top:379px}.hthb.hthb-pt--380{padding-top:380px}.hthb.hthb-pt--381{padding-top:381px}.hthb.hthb-pt--382{padding-top:382px}.hthb.hthb-pt--383{padding-top:383px}.hthb.hthb-pt--384{padding-top:384px}.hthb.hthb-pt--385{padding-top:385px}.hthb.hthb-pt--386{padding-top:386px}.hthb.hthb-pt--387{padding-top:387px}.hthb.hthb-pt--388{padding-top:388px}.hthb.hthb-pt--389{padding-top:389px}.hthb.hthb-pt--390{padding-top:390px}.hthb.hthb-pt--391{padding-top:391px}.hthb.hthb-pt--392{padding-top:392px}.hthb.hthb-pt--393{padding-top:393px}.hthb.hthb-pt--394{padding-top:394px}.hthb.hthb-pt--395{padding-top:395px}.hthb.hthb-pt--396{padding-top:396px}.hthb.hthb-pt--397{padding-top:397px}.hthb.hthb-pt--398{padding-top:398px}.hthb.hthb-pt--399{padding-top:399px}.hthb.hthb-pt--400{padding-top:400px}.hthb.hthb-pt--401{padding-top:401px}.hthb.hthb-pt--402{padding-top:402px}.hthb.hthb-pt--403{padding-top:403px}.hthb.hthb-pt--404{padding-top:404px}.hthb.hthb-pt--405{padding-top:405px}.hthb.hthb-pt--406{padding-top:406px}.hthb.hthb-pt--407{padding-top:407px}.hthb.hthb-pt--408{padding-top:408px}.hthb.hthb-pt--409{padding-top:409px}.hthb.hthb-pt--410{padding-top:410px}.hthb.hthb-pt--411{padding-top:411px}.hthb.hthb-pt--412{padding-top:412px}.hthb.hthb-pt--413{padding-top:413px}.hthb.hthb-pt--414{padding-top:414px}.hthb.hthb-pt--415{padding-top:415px}.hthb.hthb-pt--416{padding-top:416px}.hthb.hthb-pt--417{padding-top:417px}.hthb.hthb-pt--418{padding-top:418px}.hthb.hthb-pt--419{padding-top:419px}.hthb.hthb-pt--420{padding-top:420px}.hthb.hthb-pt--421{padding-top:421px}.hthb.hthb-pt--422{padding-top:422px}.hthb.hthb-pt--423{padding-top:423px}.hthb.hthb-pt--424{padding-top:424px}.hthb.hthb-pt--425{padding-top:425px}.hthb.hthb-pt--426{padding-top:426px}.hthb.hthb-pt--427{padding-top:427px}.hthb.hthb-pt--428{padding-top:428px}.hthb.hthb-pt--429{padding-top:429px}.hthb.hthb-pt--430{padding-top:430px}.hthb.hthb-pt--431{padding-top:431px}.hthb.hthb-pt--432{padding-top:432px}.hthb.hthb-pt--433{padding-top:433px}.hthb.hthb-pt--434{padding-top:434px}.hthb.hthb-pt--435{padding-top:435px}.hthb.hthb-pt--436{padding-top:436px}.hthb.hthb-pt--437{padding-top:437px}.hthb.hthb-pt--438{padding-top:438px}.hthb.hthb-pt--439{padding-top:439px}.hthb.hthb-pt--440{padding-top:440px}.hthb.hthb-pt--441{padding-top:441px}.hthb.hthb-pt--442{padding-top:442px}.hthb.hthb-pt--443{padding-top:443px}.hthb.hthb-pt--444{padding-top:444px}.hthb.hthb-pt--445{padding-top:445px}.hthb.hthb-pt--446{padding-top:446px}.hthb.hthb-pt--447{padding-top:447px}.hthb.hthb-pt--448{padding-top:448px}.hthb.hthb-pt--449{padding-top:449px}.hthb.hthb-pt--450{padding-top:450px}.hthb.hthb-pt--451{padding-top:451px}.hthb.hthb-pt--452{padding-top:452px}.hthb.hthb-pt--453{padding-top:453px}.hthb.hthb-pt--454{padding-top:454px}.hthb.hthb-pt--455{padding-top:455px}.hthb.hthb-pt--456{padding-top:456px}.hthb.hthb-pt--457{padding-top:457px}.hthb.hthb-pt--458{padding-top:458px}.hthb.hthb-pt--459{padding-top:459px}.hthb.hthb-pt--460{padding-top:460px}.hthb.hthb-pt--461{padding-top:461px}.hthb.hthb-pt--462{padding-top:462px}.hthb.hthb-pt--463{padding-top:463px}.hthb.hthb-pt--464{padding-top:464px}.hthb.hthb-pt--465{padding-top:465px}.hthb.hthb-pt--466{padding-top:466px}.hthb.hthb-pt--467{padding-top:467px}.hthb.hthb-pt--468{padding-top:468px}.hthb.hthb-pt--469{padding-top:469px}.hthb.hthb-pt--470{padding-top:470px}.hthb.hthb-pt--471{padding-top:471px}.hthb.hthb-pt--472{padding-top:472px}.hthb.hthb-pt--473{padding-top:473px}.hthb.hthb-pt--474{padding-top:474px}.hthb.hthb-pt--475{padding-top:475px}.hthb.hthb-pt--476{padding-top:476px}.hthb.hthb-pt--477{padding-top:477px}.hthb.hthb-pt--478{padding-top:478px}.hthb.hthb-pt--479{padding-top:479px}.hthb.hthb-pt--480{padding-top:480px}.hthb.hthb-pt--481{padding-top:481px}.hthb.hthb-pt--482{padding-top:482px}.hthb.hthb-pt--483{padding-top:483px}.hthb.hthb-pt--484{padding-top:484px}.hthb.hthb-pt--485{padding-top:485px}.hthb.hthb-pt--486{padding-top:486px}.hthb.hthb-pt--487{padding-top:487px}.hthb.hthb-pt--488{padding-top:488px}.hthb.hthb-pt--489{padding-top:489px}.hthb.hthb-pt--490{padding-top:490px}.hthb.hthb-pt--491{padding-top:491px}.hthb.hthb-pt--492{padding-top:492px}.hthb.hthb-pt--493{padding-top:493px}.hthb.hthb-pt--494{padding-top:494px}.hthb.hthb-pt--495{padding-top:495px}.hthb.hthb-pt--496{padding-top:496px}.hthb.hthb-pt--497{padding-top:497px}.hthb.hthb-pt--498{padding-top:498px}.hthb.hthb-pt--499{padding-top:499px}.hthb.hthb-pt--500{padding-top:500px}