@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600&display=swap");
:root { --wpcu-headerFontSize: 24px;
--wpcu-headerFontColor: #000; --wpcu-productTitleSize: 16px;
--wpcu-productTitleColor: #363940;
--wpcu-productTitleColorHover: #000; --wpcu-productPriceSize: 16px;
--wpcu-productPriceColor: #ff5500; --wpcu-productRatingSize: 16px;
--wpcu-productRatingColor: #feb507; --wpcu-buttonColor: #fff;
--wpcu-buttonColorHover: #fff;
--wpcu-buttonBgColor: #ff5500;
--wpcu-buttonBgColorHover: #d54500; --wpcu-ribbonBgColor: #ff5500; --wpcu-qvIconColor: #fff;
--wpcu-qvBgColor: #ff5500; --wpcu-navArrowColor: #333;
--wpcu-navArrowColorHover: #fff;
--wpcu-navBgColor: #fff;
--wpcu-navBgColorHover: #ff5500;
--wpcu-navBorderColor: #e4e4ed;
--wpcu-navBorderColorHover: #ff5500; --wpcu-pagColor: #333;
--wpcu-pagColorHover: #fff;
--wpcu-pagBorderColor: #e4e4e4;
--wpcu-pagBorderColorHover: #ff5500;
--wpcu-pagBgColor: #fff;
--wpcu-pagBgColorHover: #ff5500;
--wpcu-pagActiveColor: #fff;
--wpcu-pagActiveBorderColor: #ff5500;
--wpcu-pagActiveBgColor: #ff5500; --wpcu-dotsColor: #b0b0b0;
--wpcu-dotsActiveColor: #ff5500;
} .wpcu-products {
max-width: 100% !important;
width: 100%;
padding: 0;
font-family: "Rubik", sans-serif;
position: relative;
} .wpcu-product {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wpcu-product .wpcu-product__img { }
.wpcu-product .wpcu-product__img img {
width: 100%;
-webkit-transition: 0.4s ease;
-o-transition: 0.4s ease;
transition: 0.4s ease;
}
.wpcu-product .wpcu-product__img--hover-effect > a {
display: block;
overflow: hidden;
}
.wpcu-product .wpcu-product__img--hover-effect:hover img {
-webkit-transform: scale(1.15);
-ms-transform: scale(1.15);
transform: scale(1.15);
} .wpcu-lazy-load {
position: relative;
}
.wpcu-lazy-load:before {
content: "";
z-index: 9998;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #f5f5f5;
}
.wpcu-lazy-load:after {
content: "";
width: 50px;
height: 50px;
border-radius: 50%;
border: 2px solid #ff5500;
border-right-color: transparent;
-webkit-animation: wpcu-rotate 2s linear infinite;
animation: wpcu-rotate 2s linear infinite;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 9999;
} .wpcu-carousel-nav {
margin: 0 -5px;
padding: 0 15px;
}
.wpcu-carousel-nav__btn {
width: 40px;
height: 40px;
border: 1px solid var(--wpcu-navBorderColor) !important;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0 5px;
cursor: pointer;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
background: var(--wpcu-navBgColor) !important;
}
.wpcu-carousel-nav__btn svg {
width: 6px;
fill: var(--wpcu-navArrowColor) !important;
}
.wpcu-carousel-nav__btn:hover {
border-color: var(--wpcu-navBorderColorHover) !important;
background: var(--wpcu-navBgColorHover) !important;
}
.wpcu-carousel-nav__btn:hover svg {
fill: var(--wpcu-navArrowColorHover) !important;
}
.wpcu-carousel-nav--circle .wpcu-carousel-nav__btn {
border-radius: 50%;
}
.wpcu-carousel-nav--bottom-left {
margin-top: 35px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
padding: 0;
}
.wpcu-carousel-nav--bottom-middle {
margin-top: 35px;
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;
}
.wpcu-carousel-nav--bottom-right {
margin-top: 35px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 0;
}
.wpcu-carousel-nav--middle {
position: absolute;
width: 100%;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
z-index: 99;
margin: 0;
padding: 0;
pointer-events: none;
}
.wpcu-carousel-nav--middle .wpcu-carousel-nav__btn {
margin: 0;
pointer-events: all;
}
.wpcu-carousel-nav--middle .wpcu-carousel-nav__btn--prev {
margin-left: 0;
}
.wpcu-carousel-nav--middle .wpcu-carousel-nav__btn--next {
margin-right: 0;
}
.wpcu-carousel-nav--top-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
margin-bottom: 30px;
padding: 0;
}
.wpcu-carousel-nav--top-left {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-bottom: 30px;
padding: 0;
}
.wpcu-carousel-nav--top-middle {
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;
margin-bottom: 30px;
padding: 0;
} .wpcu-products__header {
margin: 0 0 30px !important;
max-width: 100% !important;
padding: 0 15px;
text-align: left;
}
.wpcu-products__header.wpcu-products__header--middle {
text-align: center;
}
.wpcu-products__header.wpcu-products__header--right {
text-align: right;
}
.wpcu-products__header h2 {
font-size: var(--wpcu-headerFontSize);
color: var(--wpcu-headerFontColor) !important;
font-weight: 500;
margin: 0 !important;
padding: 0 !important;
} .wpcu-carousel {
overflow: hidden;
} .wpcu-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
margin-top: -25px;
min-width: 100%;
}
.wpcu-row > * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-top: 25px;
} .wpcu-column-1 .wpcu-product {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.wpcu-column-2 .wpcu-product {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.wpcu-column-3 .wpcu-product {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
}
.wpcu-column-4 .wpcu-product {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
}
.wpcu-column-5 .wpcu-product {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
} @media only screen and (max-width: 991px) {
.wpcu-column-md-1 .wpcu-product {
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 100% !important;
flex: 0 0 100% !important;
}
.wpcu-column-md-2 .wpcu-product {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.wpcu-column-md-3 .wpcu-product {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
}
.wpcu-column-md-4 .wpcu-product {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
}
}
@media only screen and (max-width: 767px) {
.wpcu-column-sm-1 .wpcu-product {
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 100% !important;
flex: 0 0 100% !important;
}
.wpcu-column-sm-2 .wpcu-product {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.wpcu-column-sm-3 .wpcu-product {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
}
.wpcu-column-sm-4 .wpcu-product {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
}
} @-webkit-keyframes wpcu-rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes wpcu-rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .wpcu-button {
display: inline-block;
}
.wpcu-button p {
margin: 0;
display: inline-block;
}
.wpcu-button .button,
.wpcu-button .added_to_cart,
.wpcu-button .button.added {
min-height: 40px;
background: var(--wpcu-buttonBgColor) !important;
color: var(--wpcu-buttonColor) !important;
border-radius: 0;
text-transform: uppercase;
font-size: 12px;
padding: 0 15px !important;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-decoration: none;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
border: 1px solid transparent !important;
line-height: unset;
text-align: center;
}
.wpcu-button .button:hover,
.wpcu-button .added_to_cart:hover,
.wpcu-button .button.added:hover {
text-decoration: none;
background: var(--wpcu-buttonBgColorHover) !important;
color: var(--wpcu-buttonColorHover) !important;
border-color: var(--wpcu-buttonBgColorHover) !important;
}
.wpcu-button--outlined .button,
.wpcu-button--outlined .added_to_cart {
border: 1px solid #e4e4ed;
background: var(--wpcu-buttonBgColor) !important;
color: var(--wpcu-buttonColor) !important;
}
.wpcu-button--outlined .button:hover,
.wpcu-button--outlined .added_to_cart:hover {
color: var(--wpcu-buttonColorHover) !important;
background: var(--wpcu-buttonBgColorHover) !important;
border-color: var(--wpcu-buttonBgColorHover) !important;
}
.wpcu-button--sm .button,
.wpcu-button--sm .added_to_cart {
min-height: 35px;
padding: 0 12px;
}
.wpcu-button--rounded .button,
.wpcu-button--rounded .added_to_cart {
border-radius: 3px;
}
.wpcu-button--rounded-circle .button,
.wpcu-button--rounded-circle .added_to_cart {
border-radius: 20px !important;
}
.wpcu-button--icon-circle a {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50%;
background: var(--wpcu-qvBgColor);
}
.wpcu-button--icon-circle a svg {
width: 14px;
height: 14px;
fill: var(--wpcu-qvIconColor);
}
.wpcu-button--light .button {
background: var(--wpcu-buttonBgColor) !important;
border-color: #fff;
color: var(--wpcu-buttonColor) !important;
}
.wpcu-button--light .button:hover {
color: var(--wpcu-buttonColorHover) !important;
border-color: var(--wpcu-buttonBgColorHover) !important;
background: var(--wpcu-buttonBgColorHover) !important;
} .wpcu-button .button.added {
display: none !important;
} .wpcu-product .wpcu-button .button,
.wpcu-product .wpcu-button .added_to_cart,
.wpcu-product .wpcu-button .button.added {
text-decoration: none !important;
} .wpcu-badge {
height: 26px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 12px;
padding: 0 12px;
}
.wpcu-badge--primary {
color: #fff;
background: var(--wpcu-ribbonBgColor) !important;
}
.wpcu-badge--sm {
height: 20px;
padding: 0 7px;
}
.wpcu-badge--outlined {
border: 1px solid #ff5500;
color: #ff5500;
}
.wpcu-badge--rounded {
border-radius: 2px;
}
.wpcu-badge--rounded-circle {
border-radius: 25px;
}
.wpcu-badge--text-lg {
text-transform: uppercase;
font-weight: 500;
} .wpcu-product__title {
margin: 0 !important;
line-height: normal;
font-size: unset;
font-family: inherit;
}
.wpcu-product__title::before {
content: none;
}
.wpcu-product__title a {
text-decoration: none;
font-size: var(--wpcu-productTitleSize);
font-weight: normal;
color: var(--wpcu-productTitleColor) !important;
letter-spacing: normal;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.wpcu-product__title a:hover {
color: var(--wpcu-productTitleColorHover) !important;
}
.wpcu-product .wpcu-product__title a {
text-decoration: none;
} .wpcu-product__price {
line-height: normal;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 -4px;
}
.wpcu-product__price__sale {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #9192a3;
font-size: 15px;
}
.wpcu-product__price ins, .wpcu-product__price del {
background: none;
}
.wpcu-product__price ins bdi,
.wpcu-product__price .amount {
display: inline-block;
font-size: var(--wpcu-productPriceSize);
line-height: normal;
color: var(--wpcu-productPriceColor) !important;
margin: 0 4px;
}
.wpcu-product__price del bdi {
font-weight: 300;
display: inline-block;
font-size: var(--wpcu-productPriceSize);
color: #9192a3;
margin: 0;
text-decoration: line-through;
}
.wpcu-product__price__discount-badge {
margin: 0 4px;
} .wpcu-product__rating {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.wpcu-product__rating__stars {
position: relative;
}
.wpcu-product__rating__stars__wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.wpcu-product__rating__stars__wrap svg {
width: var(--wpcu-productRatingSize) !important;
fill: var(--wpcu-productRatingColor) !important;
}
.wpcu-product__rating__stars__solid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
left: 0;
top: 0;
overflow: hidden;
}
.wpcu-product__rating__stars__solid svg {
min-width: var(--wpcu-productRatingSize) !important;
fill: var(--wpcu-productRatingColor) !important;
}
.wpcu-product__rating .wpcu-product__rating__total {
font-size: 14px;
color: #9192a3;
display: inline-block;
padding-left: 4px;
position: relative;
top: 2px;
} .wpcu-product__cover-content {
font-size: initial;
line-height: unset;
position: absolute;
}
.wpcu-product__cover-content--top-left {
top: 20px;
left: 20px;
}
.wpcu-product__cover-content--top-right {
top: 20px;
right: 20px;
}
.wpcu-product__cover-content--bottom-right {
bottom: 20px;
right: 20px;
}
.wpcu-product__cover-content--bottom-left {
left: 20px;
bottom: 20px;
}
.wpcu-product__cover-content--middle {
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
} .wpcu-text-center {
text-align: center;
}
.wpcu-pos-relative {
position: relative;
}
.wpcu-tr-0 {
top: 0;
right: 0;
}
.wpcu-tl-0 {
top: 0;
left: 0;
}
.wpcu-br-0 {
bottom: 0;
right: 0;
}
.wpcu-bl-0 {
bottom: 0;
left: 0;
}  .wpcu-modal.wpcu-modal--loading .wpcu-modal__content {
position: relative;
overflow: hidden;
}
.wpcu-modal.wpcu-modal--loading .wpcu-modal__content::after {
z-index: 1;
width: 100%;
height: 100%;
background: #fff;
content: "";
position: absolute;
left: 0;
top: 0;
}
.wpcu-modal.wpcu-modal--loading .wpcu-modal__content::before {
content: "";
position: absolute;
width: 40px;
height: 40px;
border: 2px solid #ff5500;
border-right-color: transparent;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-radius: 50%;
z-index: 2;
-webkit-animation: wpcu-rotate 2s linear infinite;
animation: wpcu-rotate 2s linear infinite;
}
.wpcu-modal .wpcu-modal__content .wpcu-modal__body .add_to_cart_inline {
border: 0 none !important;
padding: 0 !important;
}
.wpcu-modal .wpcu-modal-close {
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;
border-radius: 50%;
background: #f3f3f3;
text-decoration: none !important;
}
.wpcu-modal .wpcu-modal-close span {
position: relative;
top: -2px;
}
.wpcu-modal .wpcu-modal__product-title {
font-size: 25px;
font-weight: 500;
margin-bottom: 20px;
margin-top: 0;
}
.wpcu-modal .wpcu-modal__product-title::before {
content: none;
}
.wpcu-modal .wpcu-modal__product-image {
margin-bottom: 20px;
}
.wpcu-modal .wpcu-modal__product-image img {
max-width: 300px;
}
.wpcu-modal .wpcu-modal__product-price {
margin-bottom: 10px;
}
.wpcu-modal .wpcu-modal__product-price .amount {
font-size: 22px;
font-weight: 600;
color: var(--wpcu-productPriceColor);
}
.wpcu-modal .wpcu-modal__product-price ins {
text-decoration: none;
}
.wpcu-modal .wpcu-modal__product-price del bdi {
font-weight: 300;
color: #9192a3;
}
.wpcu-modal .wpcu-modal__product-description {
margin-bottom: 20px;
}
.wpcu-modal .wpcu-modal__product-description p {
color: #505050;
font-size: 16px;
}
.wpcu-modal .wpcu-modal__product-action p {
border: 0 none !important;
padding: 0 !important;
}
.wpcu-modal .wpcu-modal__product-action p a,
.wpcu-modal .wpcu-modal__product-action p a.added_to_cart {
border-radius: 5px;
line-height: 46px;
padding: 0 30px;
font-size: 16px;
font-weight: 500;
color: var(--wpcu-buttonColor);
background: var(--wpcu-buttonBgColor) !important;
border: 0 none;
text-decoration: none !important;
display: inline-block;
}
.wpcu-modal .wpcu-modal__product-action p a:hover,
.wpcu-modal .wpcu-modal__product-action p a:focus,
.wpcu-modal .wpcu-modal__product-action p a:active {
text-decoration: none !important;
background: var(--wpcu-buttonBgColorHover) !important;
color: var(--wpcu-buttonColorHover);
border-radius: 5px;
}
.wpcu-modal .wpcu-modal__product-action p a.added {
display: none !important;
} .wpcu-pagination .pagination {
margin: 0;
padding: 0;
border: 0 none;
width: 100%;
max-width: 100%;
}
.wpcu-pagination .pagination .nav-links {
margin: 25px -5px -5px;
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;
}
.wpcu-pagination.wpcu-pagination--left .pagination .nav-links {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.wpcu-pagination.wpcu-pagination--right .pagination .nav-links {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.wpcu-pagination .pagination .nav-links .page-numbers {
color: var(--wpcu-pagColor) !important;
margin: 5px;
font-size: 14px;
text-decoration: none !important;
border: 1px solid var(--wpcu-pagBorderColor) !important;
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;
padding: 0;
background: var(--wpcu-pagBgColor) !important;
width: 34px;
min-width: 34px;
height: 34px;
min-height: 34px;
border-radius: 3px;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.wpcu-pagination .pagination .nav-links .page-numbers:before, .wpcu-pagination .pagination .nav-links .page-numbers:after {
content: none;
}
.wpcu-pagination .pagination .nav-links .page-numbers.prev, .wpcu-pagination .pagination .nav-links .page-numbers.next {
position: static;
}
.wpcu-pagination .pagination .nav-links .page-numbers svg {
fill: var(--wpcu-pagColor) !important;
}
.wpcu-pagination .pagination .nav-links .page-numbers:hover svg {
fill: var(--wpcu-pagColorHover) !important;
}
.wpcu-pagination .pagination .nav-links .page-numbers:hover {
background: var(--wpcu-pagBgColorHover) !important;
border-color: var(--wpcu-pagBorderColorHover) !important;
color: var(--wpcu-pagColorHover) !important;
}
.wpcu-pagination .pagination .nav-links .page-numbers.current {
background: var(--wpcu-pagActiveBgColor) !important;
border-color: var(--wpcu-pagActiveBorderColor) !important;
color: var(--wpcu-pagActiveColor) !important;
} .wpcu-carousel-pagination {
margin-top: 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;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.wpcu-carousel-pagination .swiper-pagination-bullet {
background: var(--wpcu-dotsColor) !important;
opacity: 1;
}
.wpcu-carousel-pagination .swiper-pagination-bullet-active {
background: var(--wpcu-dotsActiveColor) !important;
} .wpcu-theme_1 .wpcu-product__img {
position: relative;
margin-bottom: 20px;
}
.wpcu-theme_1 .wpcu-product__img .wpcu-overlay-content-bottom {
padding: 0 15px;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
text-align: center;
visibility: hidden;
opacity: 0;
pointer-events: none;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wpcu-theme_1 .wpcu-product__content:hover .wpcu-overlay-content-bottom {
visibility: visible;
opacity: 1;
pointer-events: all;
bottom: 20px;
}
.wpcu-theme_1 .wpcu-product__details {
text-align: center;
margin: -6px 0;
}
.wpcu-theme_1 .wpcu-product__details .wpcu-product__title,
.wpcu-theme_1 .wpcu-product__details .wpcu-product__price {
padding: 6px 0;
}
.wpcu-theme_1 .wpcu-product__price {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.wpcu-theme_1 .wpcu-product__rating {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
} .wpcu-theme_2 .wpcu-product__img {
position: relative;
margin-bottom: 20px;
}
.wpcu-theme_2 .wpcu-product__img .wpcu-product__cover-content--middle {
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
opacity: 0;
visibility: hidden;
pointer-events: none;
z-index: 1;
}
.wpcu-theme_2 .wpcu-product__details {
text-align: center;
margin: -6px 0;
}
.wpcu-theme_2 .wpcu-product__details .wpcu-product__title,
.wpcu-theme_2 .wpcu-product__details .wpcu-product__price,
.wpcu-theme_2 .wpcu-product__details .wpcu-product__rating,
.wpcu-theme_2 .wpcu-product__details .wpcu-button {
padding: 6px 0;
}
.wpcu-theme_2 .wpcu-product__price {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.wpcu-theme_2 .wpcu-product__rating {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.wpcu-theme_2 .wpcu-product__content:hover .wpcu-product__cover-content--middle {
opacity: 1;
visibility: visible;
pointer-events: all;
} .wpcu-theme_3 .wpcu-product__content {
border: 1px solid #e4e4ed;
border-radius: 6px;
padding: 10px;
background: #fff;
}
.wpcu-theme_3 .wpcu-product__img {
margin-bottom: 20px;
}
.wpcu-theme_3 .wpcu-product__img img {
border-radius: 6px;
}
.wpcu-theme_3 .wpcu-product__img .wpcu-product__cover-content--middle {
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
opacity: 0;
visibility: hidden;
pointer-events: none;
}
.wpcu-theme_3 .wpcu-product__details {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
margin: -6px 0 6px;
}
.wpcu-theme_3 .wpcu-product__details .wpcu-product__title,
.wpcu-theme_3 .wpcu-product__details .wpcu-product__price,
.wpcu-theme_3 .wpcu-product__details .wpcu-product__rating {
padding: 6px 0;
}
.wpcu-theme_3 .wpcu-product__content:hover .wpcu-product__cover-content--middle {
opacity: 1;
visibility: visible;
pointer-events: all;
}
.elementor-widget-container .wpcu-product__price .wpcu-badge--rounded {
display: none;
}.home.page-template-template-fullwidth .hentry {
margin-bottom: 0;
}
.home.page-template-template-fullwidth .hentry .entry-content > .wp-block-cover,
.home.page-template-template-fullwidth .hentry .entry-content > .wp-block-image {
margin-bottom: 4.2360680659em;
}
.home.page-template-template-fullwidth .hentry .entry-content h2 + .woocommerce,
.home.page-template-template-fullwidth .hentry .entry-content h2 + [class*=wp-block-woocommerce-] {
margin-top: 2.290779772em;
} .hentry .entry-content .has-small-font-size,
.editor-styles-wrapper .has-small-font-size {
font-size: 0.875em;
}
.hentry .entry-content .has-medium-font-size,
.editor-styles-wrapper .has-medium-font-size {
font-size: 1.41577975em;
}
.hentry .entry-content .has-large-font-size,
.editor-styles-wrapper .has-large-font-size {
font-size: 1.618034em;
}
.hentry .entry-content .has-huge-font-size,
.editor-styles-wrapper .has-huge-font-size {
font-size: 2.290779772em;
}
.hentry .entry-content .wp-block-audio,
.editor-styles-wrapper .wp-block-audio {
margin-bottom: 1.41577975em;
width: 100%;
}
.hentry .entry-content .wp-block-audio audio,
.editor-styles-wrapper .wp-block-audio audio {
width: 100%;
}
.hentry .entry-content .wp-block-audio.alignleft audio, .hentry .entry-content .wp-block-audio.alignright audio,
.editor-styles-wrapper .wp-block-audio.alignleft audio,
.editor-styles-wrapper .wp-block-audio.alignright audio {
max-width: 284px;
}
.hentry .entry-content .wp-block-audio.aligncenter,
.editor-styles-wrapper .wp-block-audio.aligncenter {
margin: 0 auto 1.41577975em;
max-width: 48.3870967742%;
}
.hentry .entry-content .wp-block-video,
.editor-styles-wrapper .wp-block-video {
margin-bottom: 1.41577975em;
}
.hentry .entry-content .wp-block-video video,
.editor-styles-wrapper .wp-block-video video {
width: 100%;
}
.hentry .entry-content .wp-block-button,
.editor-styles-wrapper .wp-block-button {
margin-bottom: 1.41577975em;
}
.hentry .entry-content .wp-block-button .wp-block-button__link,
.editor-styles-wrapper .wp-block-button .wp-block-button__link {
font-size: 14px;
font-size: 0.875rem;
border: 0;
cursor: pointer;
padding: 0.875em 2.290779772em;
text-decoration: none;
text-shadow: none;
display: inline-block;
-webkit-appearance: none;
font-weight: var(--e-global-typography-text-font-weight);
}
.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active, .hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:focus,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:active,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:hover {
background: transparent;
border: 2px solid currentColor;
}
.hentry .entry-content .wp-block-archives,
.hentry .entry-content .wp-block-categories,
.hentry .entry-content .wp-block-latest-posts,
.editor-styles-wrapper .wp-block-archives,
.editor-styles-wrapper .wp-block-categories,
.editor-styles-wrapper .wp-block-latest-posts {
margin: 0 0 1.41577975em;
list-style: none;
font-size: 16px;
font-size: 1rem;
}
.hentry .entry-content .wp-block-archives li,
.hentry .entry-content .wp-block-categories li,
.hentry .entry-content .wp-block-latest-posts li,
.editor-styles-wrapper .wp-block-archives li,
.editor-styles-wrapper .wp-block-categories li,
.editor-styles-wrapper .wp-block-latest-posts li {
margin-bottom: 1em;
}
.hentry .entry-content .wp-block-archives a,
.hentry .entry-content .wp-block-categories a,
.hentry .entry-content .wp-block-latest-posts a,
.editor-styles-wrapper .wp-block-archives a,
.editor-styles-wrapper .wp-block-categories a,
.editor-styles-wrapper .wp-block-latest-posts a {
color: #211C1B;
}
.hentry .entry-content .wp-block-archives a:hover,
.hentry .entry-content .wp-block-categories a:hover,
.hentry .entry-content .wp-block-latest-posts a:hover,
.editor-styles-wrapper .wp-block-archives a:hover,
.editor-styles-wrapper .wp-block-categories a:hover,
.editor-styles-wrapper .wp-block-latest-posts a:hover {
color: #B36F48;
}
.hentry .entry-content .wp-block-latest-posts__post-date,
.editor-styles-wrapper .wp-block-latest-posts__post-date {
font-size: 0.875em;
color: #8B8B8B;
}
.hentry .entry-content .wp-block-latest-posts li,
.editor-styles-wrapper .wp-block-latest-posts li {
margin: 0;
}
.hentry .entry-content .wp-block-latest-posts.has-dates li,
.editor-styles-wrapper .wp-block-latest-posts.has-dates li {
margin: 0 0 1em;
}
.hentry .entry-content .wp-block-latest-posts.is-grid li,
.editor-styles-wrapper .wp-block-latest-posts.is-grid li {
margin: 0 1em 0 0;
}
.hentry .entry-content .wp-block-latest-posts.is-grid.has-dates li,
.editor-styles-wrapper .wp-block-latest-posts.is-grid.has-dates li {
margin-bottom: 1em;
}
@media (min-width: 600px) {
.hentry .entry-content .wp-block-latest-posts.columns-2 li,
.editor-styles-wrapper .wp-block-latest-posts.columns-2 li {
margin-right: 3.2258064516%;
width: 48.3870967742%;
}
.hentry .entry-content .wp-block-latest-posts.columns-2 li:nth-of-type(2n),
.editor-styles-wrapper .wp-block-latest-posts.columns-2 li:nth-of-type(2n) {
margin-right: 0;
}
.hentry .entry-content .wp-block-latest-posts.columns-3 li,
.editor-styles-wrapper .wp-block-latest-posts.columns-3 li {
margin-right: 3.2258064516%;
width: 31.1827956989%;
}
.hentry .entry-content .wp-block-latest-posts.columns-3 li:nth-of-type(3n),
.editor-styles-wrapper .wp-block-latest-posts.columns-3 li:nth-of-type(3n) {
margin-right: 0;
}
.hentry .entry-content .wp-block-latest-posts.columns-4 li,
.editor-styles-wrapper .wp-block-latest-posts.columns-4 li {
margin-right: 3.2258064516%;
width: 22.5806451613%;
}
.hentry .entry-content .wp-block-latest-posts.columns-4 li:nth-of-type(4n),
.editor-styles-wrapper .wp-block-latest-posts.columns-4 li:nth-of-type(4n) {
margin-right: 0;
}
.hentry .entry-content .wp-block-latest-posts.columns-5 li,
.editor-styles-wrapper .wp-block-latest-posts.columns-5 li {
margin-right: 3.2258064516%;
width: 17.4193548387%;
}
.hentry .entry-content .wp-block-latest-posts.columns-5 li:nth-of-type(5n),
.editor-styles-wrapper .wp-block-latest-posts.columns-5 li:nth-of-type(5n) {
margin-right: 0;
}
.hentry .entry-content .wp-block-latest-posts.columns-6 li,
.editor-styles-wrapper .wp-block-latest-posts.columns-6 li {
margin-right: 3.2258064516%;
width: 13.9784946237%;
}
.hentry .entry-content .wp-block-latest-posts.columns-6 li:nth-of-type(6n),
.editor-styles-wrapper .wp-block-latest-posts.columns-6 li:nth-of-type(6n) {
margin-right: 0;
}
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-2 li,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-latest-posts.columns-2 li {
margin-right: 4.347826087%;
width: 35.4838709677%;
}
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-2 li:nth-of-type(2n),
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-latest-posts.columns-2 li:nth-of-type(2n) {
margin-right: 0;
}
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-3 li,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-latest-posts.columns-3 li {
margin-right: 4.347826087%;
width: 22.5806451613%;
}
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-3 li:nth-of-type(3n),
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-latest-posts.columns-3 li:nth-of-type(3n) {
margin-right: 0;
}
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-4 li,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-latest-posts.columns-4 li {
margin-right: 4.347826087%;
width: 16.1290322581%;
}
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-4 li:nth-of-type(4n),
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-latest-posts.columns-4 li:nth-of-type(4n) {
margin-right: 0;
}
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-5 li,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-latest-posts.columns-5 li {
margin-right: 4.347826087%;
width: 12.2580645161%;
}
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-5 li:nth-of-type(5n),
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-latest-posts.columns-5 li:nth-of-type(5n) {
margin-right: 0;
}
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-6 li,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-latest-posts.columns-6 li {
margin-right: 4.347826087%;
width: 9.6774193548%;
}
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-6 li:nth-of-type(6n),
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-latest-posts.columns-6 li:nth-of-type(6n) {
margin-right: 0;
}
}
.hentry .entry-content p.has-drop-cap:not(:focus)::first-letter,
.editor-styles-wrapper p.has-drop-cap:not(:focus)::first-letter {
margin: 0.15em 0.15em 0 0;
font-size: 3.7065595576em;
}
.hentry .entry-content .wp-block-pullquote,
.editor-styles-wrapper .wp-block-pullquote {
margin: 0 0 25px;
border: 1px solid;
border-color: var(--e-global-color-primary);
overflow: hidden;
position: relative;
padding: 40px;
border-radius: 0;
}
.hentry .entry-content .wp-block-pullquote.alignleft, .hentry .entry-content .wp-block-pullquote.alignright,
.editor-styles-wrapper .wp-block-pullquote.alignleft,
.editor-styles-wrapper .wp-block-pullquote.alignright {
padding: 45px 25px;
margin: 8px 30px 20px 0;
max-width: 290px;
}
.hentry .entry-content .wp-block-pullquote.alignleft p, .hentry .entry-content .wp-block-pullquote.alignright p,
.editor-styles-wrapper .wp-block-pullquote.alignleft p,
.editor-styles-wrapper .wp-block-pullquote.alignright p {
font-size: 20px;
font-size: 1.25rem;
line-height: 31px;
margin-bottom: 20px !important;
}
.hentry .entry-content .wp-block-pullquote blockquote,
.editor-styles-wrapper .wp-block-pullquote blockquote {
float: none;
max-width: 100%;
margin: 0;
padding: 0;
text-align: center;
background-color: transparent;
}
.hentry .entry-content .wp-block-pullquote blockquote p,
.editor-styles-wrapper .wp-block-pullquote blockquote p {
margin-bottom: 20px;
font-size: 24px;
font-size: 1.5rem;
line-height: 28px;
position: relative;
z-index: 2;
}
.hentry .entry-content .wp-block-pullquote blockquote cite,
.editor-styles-wrapper .wp-block-pullquote blockquote cite {
display: block;
font-size: 12px;
font-size: 0.75rem;
letter-spacing: 1.5px;
font-weight: var(--e-global-typography-primary-font-weight);
text-transform: uppercase;
z-index: 2;
}
.hentry .entry-content .wp-block-pullquote.is-style-solid-color,
.editor-styles-wrapper .wp-block-pullquote.is-style-solid-color {
margin: 0 0 25px;
border: 1px solid;
border-color: #abb8c3;
overflow: hidden;
position: relative;
padding: 40px;
border-radius: 0;
}
.hentry .entry-content .wp-block-quote,
.hentry .entry-content blockquote,
.editor-styles-wrapper .wp-block-quote,
.editor-styles-wrapper blockquote {
border: none;
padding: 0;
}
.hentry .entry-content .wp-block-quote p,
.hentry .entry-content blockquote p,
.editor-styles-wrapper .wp-block-quote p,
.editor-styles-wrapper blockquote p {
font-size: 24px;
font-size: 1.5rem;
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
line-height: 28px;
text-transform: inherit;
color: var(--e-global-color-secondary);
padding: 0 0 0 60px;
border: none;
border-left: 0;
margin: 0;
max-width: 949px;
}
@media (max-width: 767px) {
.hentry .entry-content .wp-block-quote p,
.hentry .entry-content blockquote p,
.editor-styles-wrapper .wp-block-quote p,
.editor-styles-wrapper blockquote p {
max-width: 100%;
font-size: 16px;
font-size: 1rem;
line-height: 24px;
padding-right: 15px;
}
}
.hentry .entry-content .wp-block-quote p:last-child,
.hentry .entry-content blockquote p:last-child,
.editor-styles-wrapper .wp-block-quote p:last-child,
.editor-styles-wrapper blockquote p:last-child {
margin-bottom: 0;
}
.hentry .entry-content .wp-block-quote cite,
.hentry .entry-content blockquote cite,
.editor-styles-wrapper .wp-block-quote cite,
.editor-styles-wrapper blockquote cite {
display: block;
z-index: 2;
font-style: normal;
color: var(--e-global-color-primary);
font-family: var(--e-global-typography-secondary-font-family);
font-weight: var(--e-global-typography-secondary-font-weight);
text-transform: var(--e-global-typography-secondary-text-transform);
font-style: var(--e-global-typography-secondary-font-style);
text-decoration: var(--e-global-typography-secondary-text-decoration);
line-height: var(--e-global-typography-secondary-line-height);
letter-spacing: var(--e-global-typography-secondary-letter-spacing);
font-size: 20px;
font-size: 1.25rem;
line-height: 1.1;
position: relative;
padding-top: 18px;
}
.hentry .entry-content .wp-block-quote cite a,
.hentry .entry-content blockquote cite a,
.editor-styles-wrapper .wp-block-quote cite a,
.editor-styles-wrapper blockquote cite a {
color: var(--e-global-color-primary);
}
.hentry .entry-content .wp-block-quote footer, .hentry .entry-content .wp-block-quote__citation,
.hentry .entry-content blockquote footer,
.hentry .entry-content blockquote__citation,
.editor-styles-wrapper .wp-block-quote footer,
.editor-styles-wrapper .wp-block-quote__citation,
.editor-styles-wrapper blockquote footer,
.editor-styles-wrapper blockquote__citation {
font-size: 1em;
font-weight: var(--e-global-typography-primary-font-weight);
}
.hentry .entry-content .wp-block-quote.is-large cite, .hentry .entry-content .wp-block-quote.is-style-large cite,
.hentry .entry-content blockquote.is-large cite,
.hentry .entry-content blockquote.is-style-large cite,
.editor-styles-wrapper .wp-block-quote.is-large cite,
.editor-styles-wrapper .wp-block-quote.is-style-large cite,
.editor-styles-wrapper blockquote.is-large cite,
.editor-styles-wrapper blockquote.is-style-large cite {
font-size: 18px;
font-size: 1.125rem;
}
.hentry .entry-content .wp-block-quote.has-text-align-right,
.hentry .entry-content blockquote.has-text-align-right,
.editor-styles-wrapper .wp-block-quote.has-text-align-right,
.editor-styles-wrapper blockquote.has-text-align-right {
border-width: 0;
}
.hentry .entry-content .wp-block-column .wp-block-quote,
.editor-styles-wrapper .wp-block-column .wp-block-quote {
padding: 40px 15px 35px 55px;
}
.hentry .entry-content .wp-block-image figure,
.editor-styles-wrapper .wp-block-image figure {
margin-bottom: 1.41577975em;
}
.hentry .entry-content .wp-block-image .alignleft,
.editor-styles-wrapper .wp-block-image .alignleft {
margin-right: 1.41577975em;
}
.hentry .entry-content .wp-block-image .alignright,
.editor-styles-wrapper .wp-block-image .alignright {
margin-left: 1.41577975em;
}
.hentry .entry-content .wp-block-image figcaption,
.editor-styles-wrapper .wp-block-image figcaption {
margin: 0;
padding: 0.875em 0;
font-size: 0.875em;
font-style: italic;
}
.hentry .entry-content figure.wp-block-image,
.editor-styles-wrapper figure.wp-block-image {
margin: 0 0 1.41577975em;
}
.hentry .entry-content div.wp-block-image,
.editor-styles-wrapper div.wp-block-image {
display: inline;
}
.hentry .entry-content .wp-block-cover, .hentry .entry-content .wp-block-cover-image,
.editor-styles-wrapper .wp-block-cover,
.editor-styles-wrapper .wp-block-cover-image {
min-height: 300px;
}
.hentry .entry-content .wp-block-cover .wp-block-cover-text, .hentry .entry-content .wp-block-cover-image .wp-block-cover-text,
.editor-styles-wrapper .wp-block-cover .wp-block-cover-text,
.editor-styles-wrapper .wp-block-cover-image .wp-block-cover-text {
font-size: 22px !important;
}
.hentry .entry-content .wp-block-cover p.wp-block-cover-text,
.editor-styles-wrapper .wp-block-cover p.wp-block-cover-text {
font-size: 1.618034em;
font-weight: 300;
line-height: 1.618;
padding: 1em;
width: calc(100vw - 1em);
max-width: calc(100vw - 1em);
color: #fff;
z-index: 1;
}
@media (min-width: 568px) {
.hentry .entry-content .wp-block-cover p.wp-block-cover-text,
.editor-styles-wrapper .wp-block-cover p.wp-block-cover-text {
padding: 1em;
font-size: 2.290779772em;
width: calc(8 * (100vw / 12));
max-width: calc(8 * (100vw / 12));
}
}
@media (min-width: 768px) {
.hentry .entry-content .wp-block-cover p.wp-block-cover-text,
.editor-styles-wrapper .wp-block-cover p.wp-block-cover-text {
font-size: 2.290779772em;
width: calc(6 * (100vw / 12));
max-width: calc(6 * (100vw / 12));
}
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container {
padding: 2.6180340252em 1em;
width: calc(100vw - 1em);
max-width: calc(100vw - 1em);
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container *:nth-last-child(-n+1),
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container *:nth-last-child(-n+1) {
margin-bottom: 0;
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h1,
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h2,
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h3,
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h4,
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h5,
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h6,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h1,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h2,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h3,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h4,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h5,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h6 {
padding: 0;
margin-left: auto;
margin-right: auto;
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h1,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h1 {
font-size: 64px;
font-size: 4rem;
line-height: 1.0625;
letter-spacing: -0.01em;
margin-bottom: 0.2360679726em;
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h2,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h2 {
font-size: 50px;
font-size: 3.125rem;
line-height: 1.08;
letter-spacing: -0.01em;
margin-bottom: 0.3342202552em;
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h3,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h3 {
font-size: 40px;
font-size: 2.5rem;
line-height: 1.1;
letter-spacing: -0.01em;
margin-bottom: 0.3819660059em;
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h4,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h4 {
font-size: 30px;
font-size: 1.875rem;
line-height: 1.133333;
letter-spacing: -0.01em;
margin-bottom: 0.5407797364em;
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h5,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h5 {
font-size: 24px;
font-size: 1.5rem;
line-height: 1.166666;
letter-spacing: -0.01em;
margin-bottom: 0.6180339845em;
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h6,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h6 {
font-size: 18px;
font-size: 1.125rem;
line-height: 1.222222;
letter-spacing: -0.01em;
margin-bottom: 0.6180339845em;
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container p:not(.has-small-font-size):not(.has-medium-font-size):not(.has-large-font-size):not(.has-huge-font-size),
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container p:not(.has-small-font-size):not(.has-medium-font-size):not(.has-large-font-size):not(.has-huge-font-size) {
font-size: 1.1em;
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container p:not(.has-text-color),
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container p:not(.has-text-color) {
color: #fff;
}
@media (min-width: 568px) {
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container {
width: calc(8 * (100vw / 12));
max-width: calc(8 * (100vw / 12));
}
}
@media (min-width: 768px) {
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container {
width: calc(6 * (100vw / 12));
max-width: calc(6 * (100vw / 12));
padding-top: 6.8541021569em;
padding-bottom: 6.8541021569em;
}
}
.hentry .entry-content .wp-block-gallery,
.editor-styles-wrapper .wp-block-gallery {
margin: 0 0 2.290779772em;
}
.hentry .entry-content .wp-block-gallery.alignleft,
.editor-styles-wrapper .wp-block-gallery.alignleft {
margin-right: 2rem;
}
.hentry .entry-content .wp-block-gallery.alignright,
.editor-styles-wrapper .wp-block-gallery.alignright {
margin-left: 2rem;
}
.hentry .entry-content .wp-block-gallery .blocks-gallery-image,
.hentry .entry-content .wp-block-gallery .blocks-gallery-item,
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-image,
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-item {
width: 48.3870967742%;
margin: 0 3.2258064516% 3.2258064516% 0;
flex-grow: 1;
}
.hentry .entry-content .wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.hentry .entry-content .wp-block-gallery .blocks-gallery-item:nth-of-type(even),
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-item:nth-of-type(even) {
margin-right: 0;
}
.hentry .entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.hentry .entry-content .wp-block-gallery .blocks-gallery-item figcaption,
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-image figcaption,
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-item figcaption {
font-size: 1em;
padding: 2.290779772em 1.41577975em 0.6180339845em;
}
@media (min-width: 600px) {
.hentry .entry-content .wp-block-gallery .blocks-gallery-image,
.hentry .entry-content .wp-block-gallery .blocks-gallery-item,
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-image,
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-item {
margin: 0 3.2258064516% 1.5873015873% 0;
}
.hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-image, .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-item,
.editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-image,
.editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-item {
margin-right: 3.2258064516%;
width: 48.3870967742%;
}
.hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-image:last-child, .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n), .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-item:last-child,
.editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
.editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-image:last-child,
.editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
.editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-item:last-child {
margin-right: 0;
}
.hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-image, .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-item,
.editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image,
.editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-item {
margin-right: 3.2258064516%;
width: 31.1827956989%;
}
.hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-image:last-child, .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n), .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-item:last-child,
.editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
.editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image:last-child,
.editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
.editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-item:last-child {
margin-right: 0;
}
.hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-image, .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-item,
.editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-image,
.editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-item {
margin-right: 3.2258064516%;
width: 22.5806451613%;
}
.hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-image:last-child, .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n), .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-item:last-child,
.editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
.editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-image:last-child,
.editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
.editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-item:last-child {
margin-right: 0;
}
.hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-image, .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-item,
.editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-image,
.editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-item {
margin-right: 3.2258064516%;
width: 17.4193548387%;
}
.hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-image:last-child, .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n), .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-item:last-child,
.editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
.editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-image:last-child,
.editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
.editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-item:last-child {
margin-right: 0;
}
.hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-image, .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-item,
.editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-image,
.editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-item {
margin-right: 3.2258064516%;
width: 13.9784946237%;
}
.hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-image:last-child, .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n), .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-item:last-child,
.editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
.editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-image:last-child,
.editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
.editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-item:last-child {
margin-right: 0;
}
.hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-image, .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-item,
.editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-image,
.editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-item {
margin-right: 3.2258064516%;
width: 11.5207373272%;
}
.hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-image:last-child, .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n), .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-item:last-child,
.editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
.editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-image:last-child,
.editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
.editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-item:last-child {
margin-right: 0;
}
.hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-image, .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-item,
.editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-image,
.editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-item {
margin-right: 3.2258064516%;
width: 9.6774193548%;
}
.hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-image:last-child, .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n), .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-item:last-child,
.editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
.editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-image:last-child,
.editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
.editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-item:last-child {
margin-right: 0;
}
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery .blocks-gallery-image,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery .blocks-gallery-item,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery .blocks-gallery-image,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery .blocks-gallery-item {
margin-bottom: 1.5873015873%;
margin-right: 1.5873015873%;
}
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-image, body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-item,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-image,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-item {
margin-right: 1.5873015873%;
width: 49.2063492063%;
}
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-image:last-child, body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n), body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-item:last-child,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-image:last-child,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-item:last-child {
margin-right: 0;
}
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-image, body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-item,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-item {
margin-right: 1.5873015873%;
width: 32.2751322751%;
}
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-image:last-child, body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n), body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-item:last-child,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image:last-child,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-item:last-child {
margin-right: 0;
}
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-image, body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-item,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-image,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-item {
margin-right: 1.5873015873%;
width: 23.8095238095%;
}
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-image:last-child, body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n), body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-item:last-child,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-image:last-child,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-item:last-child {
margin-right: 0;
}
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-image, body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-item,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-image,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-item {
margin-right: 1.5873015873%;
width: 18.7301587302%;
}
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-image:last-child, body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n), body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-item:last-child,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-image:last-child,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-item:last-child {
margin-right: 0;
}
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-image, body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-item,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-image,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-item {
margin-right: 1.5873015873%;
width: 15.3439153439%;
}
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-image:last-child, body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n), body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-item:last-child,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-image:last-child,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-item:last-child {
margin-right: 0;
}
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-image, body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-item,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-image,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-item {
margin-right: 1.5873015873%;
width: 12.925170068%;
}
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-image:last-child, body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n), body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-item:last-child,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-image:last-child,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-item:last-child {
margin-right: 0;
}
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-image, body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-item,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-image,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-item {
margin-right: 1.5873015873%;
width: 11.1111111111%;
}
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-image:last-child, body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n), body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-item:last-child,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-image:last-child,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-item:last-child {
margin-right: 0;
}
}
.hentry .entry-content .wp-block-separator,
.editor-styles-wrapper .wp-block-separator {
border: 0;
margin: 0 auto 1.41577975em;
overflow: hidden;
}
.hentry .entry-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.editor-styles-wrapper .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 10%;
}
.hentry .entry-content .wp-block-embed-twitter,
.editor-styles-wrapper .wp-block-embed-twitter {
overflow: hidden;
}
.hentry .entry-content .wp-block-table,
.editor-styles-wrapper .wp-block-table {
border-collapse: separate;
}
.hentry .entry-content .wp-block-table td,
.hentry .entry-content .wp-block-table th,
.editor-styles-wrapper .wp-block-table td,
.editor-styles-wrapper .wp-block-table th {
border: 1px solid;
border-color: var(--e-global-color-border);
}
.hentry .entry-content .wp-block-table thead th,
.editor-styles-wrapper .wp-block-table thead th {
padding: 1.41577975em;
}
.hentry .entry-content .wp-block-file,
.editor-styles-wrapper .wp-block-file {
margin-bottom: 1.41577975em;
}
.hentry .entry-content .wp-block-file .wp-block-file__button,
.editor-styles-wrapper .wp-block-file .wp-block-file__button {
font-size: 0.875em;
line-height: 1.618;
border: 0;
cursor: pointer;
padding: 0.6180339845em 1.41577975em;
text-decoration: none;
font-weight: var(--e-global-typography-primary-font-weight);
text-shadow: none;
display: inline-block;
-webkit-appearance: none;
border-radius: 0;
opacity: 1;
}
.hentry .entry-content .wp-block-code,
.hentry .entry-content .wp-block-preformatted pre,
.editor-styles-wrapper .wp-block-code,
.editor-styles-wrapper .wp-block-preformatted pre {
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 1em;
}
.hentry .entry-content .wp-block-code,
.editor-styles-wrapper .wp-block-code {
border: none;
border-radius: 0;
padding: 1.618034em;
}
.hentry .entry-content .wp-block-columns,
.editor-styles-wrapper .wp-block-columns {
margin-bottom: 0;
}
.hentry .entry-content .wp-block-columns .wp-block-column,
.editor-styles-wrapper .wp-block-columns .wp-block-column {
margin-bottom: 1em;
}
@media (min-width: 600px) {
.hentry .entry-content .wp-block-columns .wp-block-column,
.editor-styles-wrapper .wp-block-columns .wp-block-column {
padding-left: 0;
padding-right: 3.2258064516%;
margin-left: 0;
}
.hentry .entry-content .wp-block-columns .wp-block-column:not(:last-child),
.editor-styles-wrapper .wp-block-columns .wp-block-column:not(:last-child) {
margin-right: 0;
}
.hentry .entry-content .wp-block-columns .wp-block-column:nth-of-type(even),
.editor-styles-wrapper .wp-block-columns .wp-block-column:nth-of-type(even) {
padding-right: 0;
}
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-columns .wp-block-column,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-columns .wp-block-column {
padding-right: 4.347826087%;
}
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-columns .wp-block-column:nth-of-type(even),
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-columns .wp-block-column:nth-of-type(even) {
padding-right: 0;
}
}
@media (min-width: 782px) {
.hentry .entry-content .wp-block-columns.has-2-columns .wp-block-column:nth-of-type(2n),
.editor-styles-wrapper .wp-block-columns.has-2-columns .wp-block-column:nth-of-type(2n) {
margin-right: 0;
}
.hentry .entry-content .wp-block-columns.has-3-columns .wp-block-column:nth-of-type(3n),
.editor-styles-wrapper .wp-block-columns.has-3-columns .wp-block-column:nth-of-type(3n) {
margin-right: 0;
}
.hentry .entry-content .wp-block-columns.has-4-columns .wp-block-column:nth-of-type(4n),
.editor-styles-wrapper .wp-block-columns.has-4-columns .wp-block-column:nth-of-type(4n) {
margin-right: 0;
}
.hentry .entry-content .wp-block-columns.has-5-columns .wp-block-column:nth-of-type(5n),
.editor-styles-wrapper .wp-block-columns.has-5-columns .wp-block-column:nth-of-type(5n) {
margin-right: 0;
}
.hentry .entry-content .wp-block-columns.has-6-columns .wp-block-column:nth-of-type(6n),
.editor-styles-wrapper .wp-block-columns.has-6-columns .wp-block-column:nth-of-type(6n) {
margin-right: 0;
}
.hentry .entry-content .wp-block-columns .wp-block-column,
.editor-styles-wrapper .wp-block-columns .wp-block-column {
padding-right: 0;
}
.hentry .entry-content .wp-block-columns .wp-block-column:not(:first-child),
.editor-styles-wrapper .wp-block-columns .wp-block-column:not(:first-child) {
padding-left: 0;
}
.hentry .entry-content .wp-block-columns .wp-block-column:not(:last-child),
.editor-styles-wrapper .wp-block-columns .wp-block-column:not(:last-child) {
padding-right: 0;
margin-right: 3.2258064516%;
}
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-columns .wp-block-column,
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-columns .wp-block-column {
padding-right: 0;
}
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .hentry .entry-content .wp-block-columns .wp-block-column:not(:last-child),
body:not(.page-template-template-fullwidth-php):not(.oliva-full-width-content) .editor-styles-wrapper .wp-block-columns .wp-block-column:not(:last-child) {
margin-right: 4.347826087%;
}
}
.hentry .entry-content .wp-block-rss a,
.hentry .entry-content .wp-block-latest-comments a,
.hentry .entry-content .wp-block-tag-cloud a,
.editor-styles-wrapper .wp-block-rss a,
.editor-styles-wrapper .wp-block-latest-comments a,
.editor-styles-wrapper .wp-block-tag-cloud a {
color: #524E4D;
}
.hentry .entry-content .wp-block-rss a:hover,
.hentry .entry-content .wp-block-latest-comments a:hover,
.hentry .entry-content .wp-block-tag-cloud a:hover,
.editor-styles-wrapper .wp-block-rss a:hover,
.editor-styles-wrapper .wp-block-latest-comments a:hover,
.editor-styles-wrapper .wp-block-tag-cloud a:hover {
color: #B36F48;
}
.hentry .entry-content .wp-block-latest-comments,
.editor-styles-wrapper .wp-block-latest-comments {
margin: 0 0 1.41577975em;
}
.hentry .entry-content .wp-block-latest-comments__comment-avatar,
.editor-styles-wrapper .wp-block-latest-comments__comment-avatar {
margin-top: 0.3819660059em;
}
.hentry .entry-content .wp-block-latest-comments__comment,
.editor-styles-wrapper .wp-block-latest-comments__comment {
font-size: 1em;
margin: 0 0 1em;
}
.hentry .entry-content .wp-block-latest-comments__comment-date,
.editor-styles-wrapper .wp-block-latest-comments__comment-date {
font-size: 0.875em;
}
.hentry .entry-content .wp-block-latest-comments__comment-excerpt p,
.editor-styles-wrapper .wp-block-latest-comments__comment-excerpt p {
margin: 0.5407797364em 0 1em;
font-size: 1em;
line-height: 1.618;
}
.hentry .entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.hentry .entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.editor-styles-wrapper .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.editor-styles-wrapper .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
margin-left: 3.7065595576em;
}
.hentry .entry-content .wp-block-latest-comments:not(.has-avatars):not(.has-dates):not(.has-excerpts) .wp-block-latest-comments__comment,
.editor-styles-wrapper .wp-block-latest-comments:not(.has-avatars):not(.has-dates):not(.has-excerpts) .wp-block-latest-comments__comment {
margin: 0;
line-height: 1.618;
}
.hentry .entry-content .wp-block-latest-comments br,
.editor-styles-wrapper .wp-block-latest-comments br {
display: inline;
content: "";
}
.wp-block-cover-image {
margin-bottom: 1em;
}
.wp-block-button.is-style-squared .wp-block-button__link {
border-radius: 0;
}
body.oliva-full-width-content:not(.elementor-page).single .hentry .entry-content .alignwide {
margin-left: calc(25% - 25vw);
width: calc(50vw + 50%);
max-width: calc(50vw + 50%);
margin-bottom: 1em;
}
body.oliva-full-width-content:not(.elementor-page).single .hentry .entry-content .alignfull {
margin-left: calc(50% - 50vw + 7.5px);
width: calc(100vw - 15px);
max-width: 100vw;
margin-bottom: 1em;
}
body.oliva-full-width-content:not(.elementor-page) .editor-styles-wrapper .alignwide {
margin-left: calc(25% - 25vw);
width: calc(50vw + 50%);
max-width: calc(50vw + 50%);
}
body.oliva-full-width-content:not(.elementor-page) .editor-styles-wrapper .alignfull {
margin-left: calc(50% - 50vw);
width: 100vw;
max-width: 100vw;
}