@charset "UTF-8";
*,
*::after,
*::before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html,
body,
.site-wrapper {
height: 100%;
}
body {
font-family: "Futura", Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: 300;
font-style: normal;
line-height: 1.75;
position: relative;
visibility: visible;
overflow-x: hidden;
color: dimgray;
background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Marcellus", Arial, Helvetica, sans-serif;
font-weight: 600;
line-height: 1.2;
margin-top: 0;
color: #333;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
line-height: inherit;
margin: 0;
}
p:last-child {
margin-bottom: 0;
}
a,
button {
line-height: inherit;
display: inline-block;
cursor: pointer;
text-decoration: none;
color: inherit;
}
a,
button,
img,
input {
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
*:focus {
outline: none !important;
}
a:focus {
text-decoration: none;
color: inherit;
outline: 0;
}
a:hover {
text-decoration: none;
color: #f8796c;
}
button,
input[type="submit"] {
cursor: pointer;
}
img {
max-width: 100%;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
opacity: 1;
}
ul:last-child {
margin-bottom: 0;
}
hr {
border-top-width: 2px;
}
.fix {
overflow: hidden;
}
.section,
.main-wrapper {
float: left;
width: 100%;
}
@media only screen and (min-width: 1500px) {
.section-fluid {
padding-right: 55px;
padding-left: 55px;
}
.section-fluid > .container,
.section-fluid > .container-fluid {
max-width: 100%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
.section-fluid {
padding-right: 35px;
padding-left: 35px;
}
.section-fluid > .container,
.section-fluid > .container-fluid {
max-width: 100%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.section-fluid {
padding-right: 25px;
padding-left: 25px;
}
.section-fluid > .container,
.section-fluid > .container-fluid {
max-width: 100%;
}
}
.row {
margin-top: 0;
margin-right: -15px;
margin-left: -15px;
}
.row > [class*="col"] {
padding-right: 15px;
padding-left: 15px;
}
.row > [class*="col"]:not([class*="learts-mt-"]) {
margin-top: 0;
}
.row.g-0 {
margin-right: 0;
margin-left: 0;
}
.row.g-0 > [class*="col"] {
padding-right: 0;
padding-left: 0;
}
.container {
padding-right: 15px;
padding-left: 15px;
}
@media only screen and (min-width: 1200px) {
.container {
max-width: 1200px;
}
}
@media only screen and (max-width: 575px) {
.container {
max-width: 450px;
}
}
@media only screen and (max-width: 479px) {
.container {
max-width: 350px;
}
}
.bg-primary {
background-color: #f8796c !important;
}
.text-primary {
color: #f8796c !important;
}
.bg-primary2 {
background-color: #72a499 !important;
}
.text-primary2 {
color: #72a499 !important;
}
.bg-primary3 {
background-color: #baa491 !important;
}
.text-primary3 {
color: #baa491 !important;
}
.bg-secondary {
background-color: #6c757d !important;
}
.text-secondary {
color: #6c757d !important;
}
.bg-success {
background-color: #4caf50 !important;
}
.text-success {
color: #4caf50 !important;
}
.bg-danger {
background-color: #f44336 !important;
}
.text-danger {
color: #f44336 !important;
}
.bg-warning {
background-color: #ffc107 !important;
}
.text-warning {
color: #ffc107 !important;
}
.bg-info {
background-color: #17a2b8 !important;
}
.text-info {
color: #17a2b8 !important;
}
.bg-light {
background-color: #f8f9fa !important;
}
.text-light {
color: #f8f9fa !important;
}
.bg-dark {
background-color: #333 !important;
}
.text-dark {
color: #333 !important;
}
.bg-black {
background-color: #000 !important;
}
.text-black {
color: #000 !important;
}
.bg-grey {
background-color: #f8f9fd !important;
}
.text-grey {
color: #f8f9fd !important;
}
.bg-body {
background-color: dimgray !important;
}
.text-body {
color: dimgray !important;
}
.bg-body-light {
background-color: #7e7e7e !important;
}
.text-body-light {
color: #7e7e7e !important;
}
.bg-heading {
background-color: #333 !important;
}
.text-heading {
color: #333 !important;
}
.fw-100 {
font-weight: 100;
}
.fw-200 {
font-weight: 200;
}
.fw-300 {
font-weight: 300;
}
.fw-400 {
font-weight: 400;
}
.fw-500 {
font-weight: 500;
}
.fw-600 {
font-weight: 600;
}
.fw-700 {
font-weight: 700;
}
.fw-800 {
font-weight: 800;
}
.fw-900 {
font-weight: 900;
}
[data-overlay] {
position: relative;
z-index: 1;
}
[data-overlay]::before {
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
background-color: #000;
}
[data-overlay="0"]::before {
opacity: 0;
}
[data-overlay="5"]::before {
opacity: 0.05;
}
[data-overlay="10"]::before {
opacity: 0.1;
}
[data-overlay="15"]::before {
opacity: 0.15;
}
[data-overlay="20"]::before {
opacity: 0.2;
}
[data-overlay="25"]::before {
opacity: 0.25;
}
[data-overlay="30"]::before {
opacity: 0.3;
}
[data-overlay="35"]::before {
opacity: 0.35;
}
[data-overlay="40"]::before {
opacity: 0.4;
}
[data-overlay="45"]::before {
opacity: 0.45;
}
[data-overlay="50"]::before {
opacity: 0.5;
}
[data-overlay="55"]::before {
opacity: 0.55;
}
[data-overlay="60"]::before {
opacity: 0.6;
}
[data-overlay="65"]::before {
opacity: 0.65;
}
[data-overlay="70"]::before {
opacity: 0.7;
}
[data-overlay="75"]::before {
opacity: 0.75;
}
[data-overlay="80"]::before {
opacity: 0.8;
}
[data-overlay="85"]::before {
opacity: 0.85;
}
[data-overlay="90"]::before {
opacity: 0.9;
}
[data-overlay="95"]::before {
opacity: 0.95;
}
[data-overlay="100"]::before {
opacity: 1;
}
[data-bg-image] {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
body.homepage-bg1 {
padding: 0 15px 15px !important;
background-color: #f4ede7;
}
body.homepage-bg1 .topbar-section {
background-color: #f4ede7 !important;
}
body.homepage-bg1.offcanvas-open {
padding-right: 32px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
body.homepage-bg1.offcanvas-open {
padding-right: 15px !important;
}
}
#scrollUp {
right: 25px;
bottom: 25px;
width: 40px;
height: 40px;
text-align: center;
color: #fff;
background-color: #f8796c;
}
#scrollUp i {
line-height: 40px;
}
.border-top-dashed {
border-top: 1px dashed #d2d2d2;
}
.border-bottom-dashed {
border-bottom: 1px dashed #d2d2d2;
}
.img-hover-color {
-webkit-filter: grayscale(100);
filter: grayscale(100);
}
.img-hover-color:hover {
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.section-padding {
padding-top: 100px;
padding-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.section-padding {
padding-top: 100px;
padding-bottom: 100px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-padding {
padding-top: 80px;
padding-bottom: 80px;
}
}
@media only screen and (max-width: 767px) {
.section-padding {
padding-top: 60px;
padding-bottom: 60px;
}
}
@media only screen and (min-width: 1500px) {
.col-xxl-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.333333%;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
}
@media only screen and (min-width: 1500px) {
.col-xxl-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.666666%;
-ms-flex: 0 0 16.666666%;
flex: 0 0 16.666666%;
max-width: 16.666666%;
}
}
@media only screen and (min-width: 1500px) {
.col-xxl-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 24.999999%;
-ms-flex: 0 0 24.999999%;
flex: 0 0 24.999999%;
max-width: 24.999999%;
}
}
@media only screen and (min-width: 1500px) {
.col-xxl-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333332%;
-ms-flex: 0 0 33.333332%;
flex: 0 0 33.333332%;
max-width: 33.333332%;
}
}
@media only screen and (min-width: 1500px) {
.col-xxl-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.666665%;
-ms-flex: 0 0 41.666665%;
flex: 0 0 41.666665%;
max-width: 41.666665%;
}
}
@media only screen and (min-width: 1500px) {
.col-xxl-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 49.999998%;
-ms-flex: 0 0 49.999998%;
flex: 0 0 49.999998%;
max-width: 49.999998%;
}
}
@media only screen and (min-width: 1500px) {
.col-xxl-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.333331%;
-ms-flex: 0 0 58.333331%;
flex: 0 0 58.333331%;
max-width: 58.333331%;
}
}
@media only screen and (min-width: 1500px) {
.col-xxl-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.666664%;
-ms-flex: 0 0 66.666664%;
flex: 0 0 66.666664%;
max-width: 66.666664%;
}
}
@media only screen and (min-width: 1500px) {
.col-xxl-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 74.999997%;
-ms-flex: 0 0 74.999997%;
flex: 0 0 74.999997%;
max-width: 74.999997%;
}
}
@media only screen and (min-width: 1500px) {
.col-xxl-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.33333%;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
}
@media only screen and (min-width: 1500px) {
.col-xxl-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.666663%;
-ms-flex: 0 0 91.666663%;
flex: 0 0 91.666663%;
max-width: 91.666663%;
}
}
@media only screen and (min-width: 1500px) {
.col-xxl-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 99.999996%;
-ms-flex: 0 0 99.999996%;
flex: 0 0 99.999996%;
max-width: 99.999996%;
}
}
@media only screen and (min-width: 1500px) {
.order-xxl-1 {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
}
@media only screen and (min-width: 1500px) {
.order-xxl-2 {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
}
@media only screen and (min-width: 1500px) {
.order-xxl-3 {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
}
}
@media only screen and (min-width: 1500px) {
.order-xxl-4 {
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
-ms-flex-order: 4;
order: 4;
}
}
@media only screen and (min-width: 1500px) {
.order-xxl-5 {
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
-ms-flex-order: 5;
order: 5;
}
}
@media only screen and (min-width: 1500px) {
.order-xxl-6 {
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
-ms-flex-order: 6;
order: 6;
}
}
@media only screen and (min-width: 1500px) {
.order-xxl-7 {
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
-ms-flex-order: 7;
order: 7;
}
}
@media only screen and (min-width: 1500px) {
.order-xxl-8 {
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
-ms-flex-order: 8;
order: 8;
}
}
@media only screen and (min-width: 1500px) {
.order-xxl-9 {
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
-ms-flex-order: 9;
order: 9;
}
}
@media only screen and (min-width: 1500px) {
.order-xxl-10 {
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
-ms-flex-order: 10;
order: 10;
}
}
@media only screen and (min-width: 1500px) {
.order-xxl-11 {
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
-ms-flex-order: 11;
order: 11;
}
}
@media only screen and (min-width: 1500px) {
.order-xxl-12 {
-webkit-box-ordinal-group: 13;
-webkit-order: 12;
-ms-flex-order: 12;
order: 12;
}
}
.learts-mb-10 {
margin-bottom: 10px;
}
.learts-mb-n10 {
margin-bottom: -10px;
}
.learts-mb-20 {
margin-bottom: 20px;
}
.learts-mb-n20 {
margin-bottom: -20px;
}
.learts-mb-30 {
margin-bottom: 30px;
}
.learts-mb-n30 {
margin-bottom: -30px;
}
.learts-mb-40 {
margin-bottom: 40px;
}
.learts-mb-n40 {
margin-bottom: -40px;
}
.learts-mb-50 {
margin-bottom: 50px;
}
.learts-mb-n50 {
margin-bottom: -50px;
}
.learts-mb-60 {
margin-bottom: 60px;
}
.learts-mb-n60 {
margin-bottom: -60px;
}
.learts-mb-70 {
margin-bottom: 70px;
}
.learts-mb-n70 {
margin-bottom: -70px;
}
.learts-mb-80 {
margin-bottom: 80px;
}
.learts-mb-n80 {
margin-bottom: -80px;
}
.learts-mb-90 {
margin-bottom: 90px;
}
.learts-mb-n90 {
margin-bottom: -90px;
}
.learts-mb-100 {
margin-bottom: 100px;
}
.learts-mb-n100 {
margin-bottom: -100px;
}
.learts-mt-10 {
margin-top: 10px;
}
.learts-mt-n10 {
margin-top: -10px;
}
.learts-mt-20 {
margin-top: 20px;
}
.learts-mt-n20 {
margin-top: -20px;
}
.learts-mt-30 {
margin-top: 30px;
}
.learts-mt-n30 {
margin-top: -30px;
}
.learts-mt-40 {
margin-top: 40px;
}
.learts-mt-n40 {
margin-top: -40px;
}
.learts-mt-50 {
margin-top: 50px;
}
.learts-mt-n50 {
margin-top: -50px;
}
.learts-mt-60 {
margin-top: 60px;
}
.learts-mt-n60 {
margin-top: -60px;
}
.learts-mt-70 {
margin-top: 70px;
}
.learts-mt-n70 {
margin-top: -70px;
}
.learts-mt-80 {
margin-top: 80px;
}
.learts-mt-n80 {
margin-top: -80px;
}
.learts-mt-90 {
margin-top: 90px;
}
.learts-mt-n90 {
margin-top: -90px;
}
.learts-mt-100 {
margin-top: 100px;
}
.learts-mt-n100 {
margin-top: -100px;
}
.learts-pb-10 {
padding-bottom: 10px;
}
.learts-pb-20 {
padding-bottom: 20px;
}
.learts-pb-30 {
padding-bottom: 30px;
}
.learts-pb-40 {
padding-bottom: 40px;
}
.learts-pb-50 {
padding-bottom: 50px;
}
.learts-pb-60 {
padding-bottom: 60px;
}
.learts-pb-70 {
padding-bottom: 70px;
}
.learts-pb-80 {
padding-bottom: 80px;
}
.learts-pb-90 {
padding-bottom: 90px;
}
.learts-pb-100 {
padding-bottom: 100px;
}
.learts-pt-10 {
padding-top: 10px;
}
.learts-pt-20 {
padding-top: 20px;
}
.learts-pt-30 {
padding-top: 30px;
}
.learts-pt-40 {
padding-top: 40px;
}
.learts-pt-50 {
padding-top: 50px;
}
.learts-pt-60 {
padding-top: 60px;
}
.learts-pt-70 {
padding-top: 70px;
}
.learts-pt-80 {
padding-top: 80px;
}
.learts-pt-90 {
padding-top: 90px;
}
.learts-pt-100 {
padding-top: 100px;
}
.zoomImg {
-webkit-transition: none;
transition: none;
}
.irs--learts {
font-family: "Futura";
margin: 7px 0 40px;
}
.irs--learts .irs {
font-family: "Futura";
position: relative;
width: 100%;
}
.irs--learts .irs .irs-line {
width: 100%;
height: 5px;
background-color: #eee;
}
.irs--learts .irs .irs-from,
.irs--learts .irs .irs-to {
display: none !important;
}
.irs--learts .irs .irs-single {
font-size: 14px;
font-weight: 400;
line-height: 1;
position: absolute;
top: calc(100% + 25px);
left: 0 !important;
visibility: visible !important;
}
.irs--learts .irs .irs-single::before {
content: "Price: ";
}
.irs--learts .irs-bar {
top: 0;
height: 5px;
background-color: #333;
}
.irs--learts .irs-handle {
top: 50%;
width: 18px;
height: 18px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
text-indent: -9999px;
border-radius: 50%;
background-color: #333;
}
.ps {
position: relative;
padding-right: 10px;
}
.ps:not(.ps--active-y) {
overflow: visible !important;
}
.ps .ps__scrollbar-y-rail {
width: 5px;
opacity: 0;
border-radius: 5px;
}
.ps .ps__scrollbar-y-rail .ps__scrollbar-y {
right: 1px;
width: 3px !important;
-webkit-transition: all 0.1s ease 0s;
transition: all 0.1s ease 0s;
border-radius: 5px;
}
.pswp__img {
-webkit-transition: none;
transition: none;
}
.cd-product-viewer-wrapper {
position: relative;
padding-bottom: 20px;
}
.cd-product-viewer-wrapper .close {
font-size: 30px;
font-weight: 300;
position: absolute;
top: -35px;
right: -35px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 40px;
height: 40px;
opacity: 1;
border: 0;
border-radius: 50%;
background-color: #fff;
-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.cd-product-viewer-wrapper .close:hover {
opacity: 1 !important;
}
.cd-product-viewer-wrapper .product-viewer {
position: relative;
overflow: hidden;
}
.cd-product-viewer-wrapper img {
position: relative;
z-index: 1;
display: block;
}
.cd-product-viewer-wrapper .product-sprite {
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 1600%;
height: 100%;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
opacity: 0;
background: url(//thelilsunflower.com/wp-content/themes/tls/assets/images/product/single/7/frame-total.webp) no-repeat center center;
background-size: 100%;
}
.cd-product-viewer-wrapper.loaded .product-sprite {
opacity: 1;
}
.cd-product-viewer-handle {
position: relative;
z-index: 2;
width: 60%;
max-width: 300px;
height: 4px;
margin: auto;
background: #4d4d4d;
}
.cd-product-viewer-handle .fill {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: -webkit-transform 0.5s;
transition: -webkit-transform 0.5s;
transition: transform 0.5s;
transition: transform 0.5s, -webkit-transform 0.5s;
transition: transform 0.5s, -webkit-transform 0.5s;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
border-radius: inherit;
background: #b54240;
}
.loaded .cd-product-viewer-handle .fill {
opacity: 0;
}
.cd-product-viewer-handle .handle {
position: absolute;
z-index: 2;
top: -20px;
left: 0;
display: inline-block;
width: 44px;
height: 44px;
-webkit-transform: translateX(-50%) scale(0);
-ms-transform: translateX(-50%) scale(0);
transform: translateX(-50%) scale(0);
text-indent: -9999px;
border-radius: 50%;
background: #b54240 url(//thelilsunflower.com/wp-content/themes/tls/assets/images/icons/cd-arrows.svg) no-repeat center center;
}
.loaded .cd-product-viewer-handle .handle {
-webkit-transform: translateX(-50%) scale(1);
-ms-transform: translateX(-50%) scale(1);
transform: translateX(-50%) scale(1);
-webkit-animation: cd-bounce 0.3s 0.3s;
animation: cd-bounce 0.3s 0.3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes cd-bounce {
0% {
-webkit-transform: translateX(-50%) scale(0);
transform: translateX(-50%) scale(0);
}
60% {
-webkit-transform: translateX(-50%) scale(1.1);
transform: translateX(-50%) scale(1.1);
}
100% {
-webkit-transform: translateX(-50%) scale(1);
transform: translateX(-50%) scale(1);
}
}
@keyframes cd-bounce {
0% {
-webkit-transform: translateX(-50%) scale(0);
transform: translateX(-50%) scale(0);
}
60% {
-webkit-transform: translateX(-50%) scale(1.1);
transform: translateX(-50%) scale(1.1);
}
100% {
-webkit-transform: translateX(-50%) scale(1);
transform: translateX(-50%) scale(1);
}
}
.select2 {
width: 100% !important;
}
.select2-selection {
font-size: 16px;
font-weight: 300;
line-height: 28px;
display: block;
width: 100%;
height: auto !important;
padding: 10px 0;
color: #333;
border: 2px solid rgba(0, 0, 0, 0) !important;
border-bottom-color: #ededed !important;
border-radius: 0 !important;
background-color: rgba(0, 0, 0, 0);
}
.select2-selection__rendered {
padding: 0 !important;
}
.select2-selection__arrow {
top: 50% !important;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.select2-selection__arrow b {
border-top-color: #333 !important;
}
.select2-container--open .select2-selection__arrow b {
border-bottom-color: #333 !important;
}
.select2-dropdown {
border: 1px solid #eee;
border-radius: 0;
-webkit-box-shadow: -2px 2px 80px -27px rgba(0, 0, 0, 0.3);
box-shadow: -2px 2px 80px -27px rgba(0, 0, 0, 0.3);
}
.select2-search {
padding: 15px;
}
.select2-search input[type="search"] {
font-size: 16px;
line-height: 1.5;
padding: 8px 15px !important;
border-color: #ededed !important;
}
.select2-results__options {
padding-right: 0;
}
.select2-results__options .select2-results__option {
line-height: 24px;
padding: 10px 15px;
}
.select2-results__options .select2-results__option[aria-selected="true"] {
background-color: #eee;
}
.select2-results__options .select2-results__option.select2-results__option--highlighted {
background-color: #f8796c;
}
.slick-slider {
overflow: hidden;
margin-right: -40px;
margin-left: -40px;
padding-right: 40px;
padding-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.slick-slider {
margin-right: -20px;
margin-left: -20px;
padding-right: 20px;
padding-left: 20px;
}
}
.slick-slider:hover .slick-arrow {
opacity: 1;
}
.slick-slider:hover .slick-arrow.slick-prev {
left: 0;
}
.slick-slider:hover .slick-arrow.slick-next {
right: 0;
}
.slick-slider .slick-list {
margin-right: -15px;
margin-left: -15px;
}
.slick-slider .slick-list .slick-slide > div {
padding-right: 15px;
padding-left: 15px;
}
.slick-arrow {
position: absolute;
z-index: 9;
top: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 40px;
height: 40px;
padding: 0;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0;
color: dimgray;
border: 0;
background-color: rgba(0, 0, 0, 0);
}
.slick-arrow i {
font-size: 25px;
line-height: 1;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.slick-arrow.slick-prev {
right: auto;
left: -40px;
}
.slick-arrow.slick-next {
right: -40px;
left: auto;
}
.slick-arrow:hover {
color: #333;
}
.slick-dots {
position: static;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
height: 18px;
margin-top: 35px;
margin-bottom: 0;
padding: 0;
list-style: none;
}
.slick-dots li {
line-height: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0 6px;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.slick-dots li button {
width: 10px;
height: 10px;
padding: 0;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
text-indent: -9999px;
opacity: 0.2;
border: 1px solid rgba(0, 0, 0, 0);
border-radius: 50%;
background-color: #1f1f1f;
}
.slick-dots li.slick-active button {
width: 18px;
height: 18px;
opacity: 1;
border-color: #333;
background-color: rgba(0, 0, 0, 0);
}
.swiper-slider-wrapper {
position: relative;
overflow: hidden;
margin-right: -40px;
margin-left: -40px;
padding-right: 40px;
padding-left: 40px;
}
.swiper-slider-wrapper .swiper-button-prev {
left: -40px;
}
.swiper-slider-wrapper .swiper-button-next {
right: -40px;
}
.swiper-slider-wrapper:hover [class*="swiper-button"] {
opacity: 1;
}
.swiper-slider-wrapper:hover .swiper-button-prev {
left: 0;
}
.swiper-slider-wrapper:hover .swiper-button-next {
right: 0;
}
[class*="swiper-button"] {
width: 40px;
height: 40px;
margin-top: 0 !important;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0;
color: dimgray;
}
[class*="swiper-button"] i {
font-size: 25px;
line-height: 1;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
[class*="swiper-button"]::after {
display: none !important;
}
[class*="swiper-button"]:hover {
color: #333;
}
.swiper-pagination {
position: static;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
max-height: 20px;
margin-top: 35px;
}
.swiper-pagination .swiper-pagination-bullet {
-webkit-box-flex: 1;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
width: 10px;
max-width: 10px;
height: 10px;
max-height: 10px;
margin: 6px !important;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
border: 1px solid rgba(0, 0, 0, 0);
background-color: #1f1f1f;
}
.swiper-pagination .swiper-pagination-bullet-active {
width: 18px;
max-width: 18px;
height: 18px;
max-height: 18px;
border-color: #333;
background-color: rgba(0, 0, 0, 0);
}
.btn {
font-weight: 400;
line-height: 24px;
padding: 15px 40px;
text-align: center;
white-space: nowrap;
letter-spacing: 1px;
text-transform: uppercase;
border-radius: 500px;
}
.btn:focus {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.btn-icon {
width: 56px;
padding: 15px;
}
.btn-sm {
font-size: 12px;
padding: 5px 20px;
}
.btn-md {
font-size: 14px;
padding: 10px 30px;
}
.btn-lg {
font-size: 18px;
padding: 20px 50px;
}
.btn-xl {
font-size: 20px;
padding: 25px 60px;
}
.btn-primary {
border-color: #f8796c;
background-color: #f8796c;
color: #fff;
}
.btn-primary:hover {
border-color: #f65847;
background-color: #f65847;
color: #fff;
}
.btn-outline-primary {
color: #f8796c;
border-color: #f8796c;
background-color: rgba(0, 0, 0, 0);
}
.btn-outline-primary:hover {
border-color: #f8796c;
background-color: #f8796c;
color: #fff;
}
.btn-primary2 {
border-color: #72a499;
background-color: #72a499;
color: #fff;
}
.btn-primary2:hover {
border-color: #5e9286;
background-color: #5e9286;
color: #fff;
}
.btn-outline-primary2 {
color: #72a499;
border-color: #72a499;
background-color: rgba(0, 0, 0, 0);
}
.btn-outline-primary2:hover {
border-color: #72a499;
background-color: #72a499;
color: #fff;
}
.btn-primary3 {
border-color: #baa491;
background-color: #baa491;
color: #fff;
}
.btn-primary3:hover {
border-color: #ab9179;
background-color: #ab9179;
color: #fff;
}
.btn-outline-primary3 {
color: #baa491;
border-color: #baa491;
background-color: rgba(0, 0, 0, 0);
}
.btn-outline-primary3:hover {
border-color: #baa491;
background-color: #baa491;
color: #fff;
}
.btn-secondary {
border-color: #6c757d;
background-color: #6c757d;
color: #fff;
}
.btn-secondary:hover {
border-color: #5a6268;
background-color: #5a6268;
color: #fff;
}
.btn-outline-secondary {
color: #6c757d;
border-color: #6c757d;
background-color: rgba(0, 0, 0, 0);
}
.btn-outline-secondary:hover {
border-color: #6c757d;
background-color: #6c757d;
color: #fff;
}
.btn-success {
border-color: #4caf50;
background-color: #4caf50;
color: #fff;
}
.btn-success:hover {
border-color: #409444;
background-color: #409444;
color: #fff;
}
.btn-outline-success {
color: #4caf50;
border-color: #4caf50;
background-color: rgba(0, 0, 0, 0);
}
.btn-outline-success:hover {
border-color: #4caf50;
background-color: #4caf50;
color: #fff;
}
.btn-danger {
border-color: #f44336;
background-color: #f44336;
color: #fff;
}
.btn-danger:hover {
border-color: #f22112;
background-color: #f22112;
color: #fff;
}
.btn-outline-danger {
color: #f44336;
border-color: #f44336;
background-color: rgba(0, 0, 0, 0);
}
.btn-outline-danger:hover {
border-color: #f44336;
background-color: #f44336;
color: #fff;
}
.btn-warning {
border-color: #ffc107;
background-color: #ffc107;
color: #333;
}
.btn-warning:hover {
border-color: #e0a800;
background-color: #e0a800;
color: #333;
}
.btn-outline-warning {
color: #ffc107;
border-color: #ffc107;
background-color: rgba(0, 0, 0, 0);
}
.btn-outline-warning:hover {
border-color: #ffc107;
background-color: #ffc107;
color: #333;
}
.btn-info {
border-color: #17a2b8;
background-color: #17a2b8;
color: #fff;
}
.btn-info:hover {
border-color: #138496;
background-color: #138496;
color: #fff;
}
.btn-outline-info {
color: #17a2b8;
border-color: #17a2b8;
background-color: rgba(0, 0, 0, 0);
}
.btn-outline-info:hover {
border-color: #17a2b8;
background-color: #17a2b8;
color: #fff;
}
.btn-light {
border-color: #f8f9fa;
background-color: #f8f9fa;
color: #333;
}
.btn-light:hover {
border-color: #e2e6ea;
background-color: #e2e6ea;
color: #333;
}
.btn-outline-light {
color: #f8f9fa;
border-color: #f8f9fa;
background-color: rgba(0, 0, 0, 0);
}
.btn-outline-light:hover {
border-color: #f8f9fa;
background-color: #f8f9fa;
color: #333;
}
.btn-dark {
border-color: #333;
background-color: #333;
color: #fff;
}
.btn-dark:hover {
border-color: #202020;
background-color: #202020;
color: #fff;
}
.btn-outline-dark {
color: #333;
border-color: #333;
background-color: rgba(0, 0, 0, 0);
}
.btn-outline-dark:hover {
border-color: #333;
background-color: #333;
color: #fff;
}
.btn-black {
border-color: #000;
background-color: #000;
color: #fff;
}
.btn-black:hover {
border-color: #000;
background-color: #000;
color: #fff;
}
.btn-outline-black {
color: #000;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
.btn-outline-black:hover {
border-color: #000;
background-color: #000;
color: #fff;
}
.btn-grey {
border-color: #f8f9fd;
background-color: #f8f9fd;
color: #fff;
}
.btn-grey:hover {
border-color: #dae0f5;
background-color: #dae0f5;
color: #fff;
}
.btn-outline-grey {
color: #f8f9fd;
border-color: #f8f9fd;
background-color: rgba(0, 0, 0, 0);
}
.btn-outline-grey:hover {
border-color: #f8f9fd;
background-color: #f8f9fd;
color: #fff;
}
.btn-body {
border-color: dimgray;
background-color: dimgray;
color: #fff;
}
.btn-body:hover {
border-color: #565656;
background-color: #565656;
color: #fff;
}
.btn-outline-body {
color: dimgray;
border-color: dimgray;
background-color: rgba(0, 0, 0, 0);
}
.btn-outline-body:hover {
border-color: dimgray;
background-color: dimgray;
color: #fff;
}
.btn-body-light {
border-color: #7e7e7e;
background-color: #7e7e7e;
color: #fff;
}
.btn-body-light:hover {
border-color: #6b6b6b;
background-color: #6b6b6b;
color: #fff;
}
.btn-outline-body-light {
color: #7e7e7e;
border-color: #7e7e7e;
background-color: rgba(0, 0, 0, 0);
}
.btn-outline-body-light:hover {
border-color: #7e7e7e;
background-color: #7e7e7e;
color: #fff;
}
.btn-heading {
border-color: #333;
background-color: #333;
color: #fff;
}
.btn-heading:hover {
border-color: #202020;
background-color: #202020;
color: #fff;
}
.btn-outline-heading {
color: #333;
border-color: #333;
background-color: rgba(0, 0, 0, 0);
}
.btn-outline-heading:hover {
border-color: #333;
background-color: #333;
color: #fff;
}
.btn-hover-primary:hover,
.btn-hover-primary:not(:disabled):not(.disabled).active {
border-color: #f8796c;
background-color: #f8796c;
color: #fff;
}
.btn-outline-hover-primary:hover,
.btn-outline-hover-primary:not(:disabled):not(.disabled).active {
color: #f8796c;
border-color: #f8796c;
background-color: rgba(0, 0, 0, 0);
}
.btn-hover-primary2:hover,
.btn-hover-primary2:not(:disabled):not(.disabled).active {
border-color: #72a499;
background-color: #72a499;
color: #fff;
}
.btn-outline-hover-primary2:hover,
.btn-outline-hover-primary2:not(:disabled):not(.disabled).active {
color: #72a499;
border-color: #72a499;
background-color: rgba(0, 0, 0, 0);
}
.btn-hover-primary3:hover,
.btn-hover-primary3:not(:disabled):not(.disabled).active {
border-color: #baa491;
background-color: #baa491;
color: #fff;
}
.btn-outline-hover-primary3:hover,
.btn-outline-hover-primary3:not(:disabled):not(.disabled).active {
color: #baa491;
border-color: #baa491;
background-color: rgba(0, 0, 0, 0);
}
.btn-hover-secondary:hover,
.btn-hover-secondary:not(:disabled):not(.disabled).active {
border-color: #6c757d;
background-color: #6c757d;
color: #fff;
}
.btn-outline-hover-secondary:hover,
.btn-outline-hover-secondary:not(:disabled):not(.disabled).active {
color: #6c757d;
border-color: #6c757d;
background-color: rgba(0, 0, 0, 0);
}
.btn-hover-success:hover,
.btn-hover-success:not(:disabled):not(.disabled).active {
border-color: #4caf50;
background-color: #4caf50;
color: #fff;
}
.btn-outline-hover-success:hover,
.btn-outline-hover-success:not(:disabled):not(.disabled).active {
color: #4caf50;
border-color: #4caf50;
background-color: rgba(0, 0, 0, 0);
}
.btn-hover-danger:hover,
.btn-hover-danger:not(:disabled):not(.disabled).active {
border-color: #f44336;
background-color: #f44336;
color: #fff;
}
.btn-outline-hover-danger:hover,
.btn-outline-hover-danger:not(:disabled):not(.disabled).active {
color: #f44336;
border-color: #f44336;
background-color: rgba(0, 0, 0, 0);
}
.btn-hover-warning:hover,
.btn-hover-warning:not(:disabled):not(.disabled).active {
border-color: #ffc107;
background-color: #ffc107;
color: #333;
}
.btn-outline-hover-warning:hover,
.btn-outline-hover-warning:not(:disabled):not(.disabled).active {
color: #ffc107;
border-color: #ffc107;
background-color: rgba(0, 0, 0, 0);
}
.btn-hover-info:hover,
.btn-hover-info:not(:disabled):not(.disabled).active {
border-color: #17a2b8;
background-color: #17a2b8;
color: #fff;
}
.btn-outline-hover-info:hover,
.btn-outline-hover-info:not(:disabled):not(.disabled).active {
color: #17a2b8;
border-color: #17a2b8;
background-color: rgba(0, 0, 0, 0);
}
.btn-hover-light:hover,
.btn-hover-light:not(:disabled):not(.disabled).active {
border-color: #f8f9fa;
background-color: #f8f9fa;
color: #333;
}
.btn-outline-hover-light:hover,
.btn-outline-hover-light:not(:disabled):not(.disabled).active {
color: #f8f9fa;
border-color: #f8f9fa;
background-color: rgba(0, 0, 0, 0);
}
.btn-hover-dark:hover,
.btn-hover-dark:not(:disabled):not(.disabled).active {
border-color: #333;
background-color: #333;
color: #fff;
}
.btn-outline-hover-dark:hover,
.btn-outline-hover-dark:not(:disabled):not(.disabled).active {
color: #333;
border-color: #333;
background-color: rgba(0, 0, 0, 0);
}
.btn-hover-black:hover,
.btn-hover-black:not(:disabled):not(.disabled).active {
border-color: #000;
background-color: #000;
color: #fff;
}
.btn-outline-hover-black:hover,
.btn-outline-hover-black:not(:disabled):not(.disabled).active {
color: #000;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
.btn-hover-grey:hover,
.btn-hover-grey:not(:disabled):not(.disabled).active {
border-color: #f8f9fd;
background-color: #f8f9fd;
color: #fff;
}
.btn-outline-hover-grey:hover,
.btn-outline-hover-grey:not(:disabled):not(.disabled).active {
color: #f8f9fd;
border-color: #f8f9fd;
background-color: rgba(0, 0, 0, 0);
}
.btn-hover-body:hover,
.btn-hover-body:not(:disabled):not(.disabled).active {
border-color: dimgray;
background-color: dimgray;
color: #fff;
}
.btn-outline-hover-body:hover,
.btn-outline-hover-body:not(:disabled):not(.disabled).active {
color: dimgray;
border-color: dimgray;
background-color: rgba(0, 0, 0, 0);
}
.btn-hover-body-light:hover,
.btn-hover-body-light:not(:disabled):not(.disabled).active {
border-color: #7e7e7e;
background-color: #7e7e7e;
color: #fff;
}
.btn-outline-hover-body-light:hover,
.btn-outline-hover-body-light:not(:disabled):not(.disabled).active {
color: #7e7e7e;
border-color: #7e7e7e;
background-color: rgba(0, 0, 0, 0);
}
.btn-hover-heading:hover,
.btn-hover-heading:not(:disabled):not(.disabled).active {
border-color: #333;
background-color: #333;
color: #fff;
}
.btn-outline-hover-heading:hover,
.btn-outline-hover-heading:not(:disabled):not(.disabled).active {
color: #333;
border-color: #333;
background-color: rgba(0, 0, 0, 0);
}
[class*="hintT"] {
position: relative;
z-index: 9;
}
[class*="hintT"]::before {
font-size: 12px;
font-weight: 400;
line-height: 12px;
position: absolute;
z-index: 9;
visibility: hidden;
padding: 8px 10px;
content: attr(data-hint);
-webkit-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
white-space: nowrap;
text-transform: initial;
pointer-events: none;
opacity: 0;
color: #fff;
background: #333;
-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
text-shadow: 0 -1px 0 #000;
}
[class*="hintT"]::after {
position: absolute;
z-index: 1000001;
z-index: 8;
visibility: hidden;
content: "";
-webkit-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
opacity: 0;
border: 6px solid rgba(0, 0, 0, 0);
background: 0;
}
[class*="hintT"]:hover::before,
[class*="hintT"]:hover::after {
visibility: visible;
opacity: 1;
}
.hintT-top::before {
bottom: calc(100% - 4px);
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.hintT-top::after {
bottom: calc(100% - 16px);
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
border-top-color: #333;
}
.hintT-top:hover::before {
bottom: calc(100% + 6px);
}
.hintT-top:hover::after {
bottom: calc(100% - 5px);
}
.hintT-right::before {
top: 50%;
left: calc(100% - 4px);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.hintT-right::after {
top: 50%;
left: calc(100% - 16px);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border-right-color: #333;
}
.hintT-right:hover::before {
left: calc(100% + 6px);
}
.hintT-right:hover::after {
left: calc(100% - 5px);
}
.hintT-bottom::before {
top: calc(100% - 4px);
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.hintT-bottom::after {
top: calc(100% - 16px);
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
border-bottom-color: #333;
}
.hintT-bottom:hover::before {
top: calc(100% + 6px);
}
.hintT-bottom:hover::after {
top: calc(100% - 5px);
}
.hintT-left::before {
top: 50%;
right: calc(100% - 4px);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.hintT-left::after {
top: 50%;
right: calc(100% - 16px);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border-left-color: #333;
}
.hintT-left:hover::before {
right: calc(100% + 6px);
}
.hintT-left:hover::after {
right: calc(100% - 5px);
}
.accordion .card {
border-width: 1px 0 0;
border-color: rgba(0, 0, 0, 0.075);
border-radius: 0 !important;
}
.accordion .card:last-child {
border-bottom-width: 1px;
}
.accordion .card .card-header {
padding: 0;
border: 0;
background-color: rgba(0, 0, 0, 0);
}
.accordion .card .card-header .btn {
font-family: "Marcellus";
font-size: 18px;
display: block;
width: 100%;
padding: 0;
padding: 15px 20px;
text-align: left;
text-decoration: none;
text-transform: inherit;
color: #333;
border: 0;
border-radius: 0;
background-color: rgba(0, 0, 0, 0);
}
.accordion .card .card-header .btn:not(.collapsed) {
background-color: rgba(0, 0, 0, 0.075);
}
.accordion .card .card-body {
padding: 30px 0;
}
.accordion .card .card-body p {
font-size: 16px;
font-weight: 400;
line-height: 2;
color: #7e7e7e;
}
.brand-carousel .slick-track {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.brand-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.brand-item a {
display: block;
opacity: 0.4;
}
.brand-item a img {
max-width: 100%;
}
.brand-item a:hover {
opacity: 1;
}
.icon-box1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
min-height: 100%;
}
.icon-box1 .inner {
text-align: center;
}
.icon-box1 .inner .icon {
margin-bottom: 30px;
color: #ccc;
}
.icon-box1 .inner .icon i {
font-size: 56px;
line-height: 1;
display: block;
}
.icon-box1 .inner .content .title {
font-family: "Futura";
font-size: 16px;
font-weight: 400;
line-height: 1;
margin-bottom: 15px;
color: #333;
}
.icon-box1 .inner .content p {
font-size: 16px;
font-weight: 400;
line-height: 1.5;
color: #7e7e7e;
}
.icon-box2 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.icon-box2 .inner {
text-align: left;
}
.icon-box2 .inner .icon {
float: left;
padding-right: 20px;
color: #ccc;
}
.icon-box2 .inner .icon i {
font-size: 30px;
line-height: 1;
display: block;
}
.icon-box2 .inner .content {
overflow: hidden;
}
.icon-box2 .inner .content .title {
font-family: "Futura";
font-size: 16px;
font-weight: 400;
line-height: 1;
margin-bottom: 10px;
color: #333;
}
.icon-box2 .inner .content p {
font-size: 16px;
font-weight: 400;
line-height: 1.5;
color: #7e7e7e;
}
.icon-box3 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
min-height: 100%;
}
.icon-box3:nth-child(1) {
background-color: #edf6eb;
}
.icon-box3:nth-child(1) .inner .icon {
color: #a3d39c;
}
.icon-box3:nth-child(2) {
background-color: #f8f5de;
}
.icon-box3:nth-child(2) .inner .icon {
color: #ddb758;
}
.icon-box3:nth-child(3) {
background-color: #ecf4fb;
}
.icon-box3:nth-child(3) .inner .icon {
color: #7eb7e6;
}
.icon-box3 .inner {
padding: 60px 20px;
text-align: center;
}
.icon-box3 .inner .icon {
margin-bottom: 30px;
color: #ccc;
}
.icon-box3 .inner .icon i {
font-size: 56px;
line-height: 1;
display: block;
}
.icon-box3 .inner .content .title {
font-family: "Futura";
font-size: 16px;
font-weight: 400;
line-height: 1;
margin-bottom: 15px;
color: #333;
}
.icon-box3 .inner .content p {
font-size: 16px;
font-weight: 400;
line-height: 1.5;
color: #7e7e7e;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.icon-box3 .inner {
padding: 40px 15px;
}
}
@media only screen and (max-width: 767px) {
.icon-box3 .inner {
padding: 50px 15px;
}
}
.icon-box4 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
min-height: 100%;
text-align: center;
}
.icon-box4 .inner .icon {
margin-bottom: 30px;
color: #ccc;
}
.icon-box4 .inner .icon i {
font-size: 56px;
line-height: 1;
display: block;
}
.icon-box4 .inner .content .title {
font-family: "Futura";
font-size: 16px;
font-weight: 400;
line-height: 1;
margin-bottom: 15px;
color: #333;
}
.icon-box4 .inner .content p {
line-height: 1.5;
color: #7e7e7e;
}
.icon-box5 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.icon-box5 .icon {
-webkit-box-flex: 1;
-webkit-flex: 1 0 90px;
-ms-flex: 1 0 90px;
flex: 1 0 90px;
max-width: 90px;
height: 90px;
text-align: center;
color: #f8796c;
border-radius: 50%;
background-color: #fff;
}
.icon-box5 .icon i {
font-size: 22px;
line-height: 90px;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.icon-box5 .content {
padding-left: 20px;
}
.icon-box5 .content .title {
font-family: "Futura";
font-size: 24px;
font-weight: 400;
margin-bottom: 10px;
}
.icon-box5:hover .icon i {
-webkit-transform: scale(1.25);
-ms-transform: scale(1.25);
transform: scale(1.25);
}
blockquote:not(.learts-blockquote):not(.learts-blockquote2) {
margin-bottom: 20px;
margin-left: 40px;
padding: 10px 20px;
border-left: 2px solid #333;
}
blockquote:not(.learts-blockquote):not(.learts-blockquote2) p {
font-size: 18px !important;
font-weight: 300;
font-style: italic;
line-height: 1.675;
}
blockquote:not(.learts-blockquote):not(.learts-blockquote2) p:last-child {
margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
blockquote:not(.learts-blockquote):not(.learts-blockquote2) {
margin-left: 0;
}
}
blockquote.learts-blockquote,
.learts-blockquote {
overflow: hidden;
height: 100%;
padding: 60px;
background-color: #f5ede6;
}
blockquote.learts-blockquote .inner .title,
.learts-blockquote .inner .title {
font-size: 40px;
font-weight: 400;
line-height: 1.5;
margin-bottom: 20px;
}
blockquote.learts-blockquote .inner .desc,
.learts-blockquote .inner .desc {
margin-bottom: 20px;
}
blockquote.learts-blockquote .inner .desc p,
.learts-blockquote .inner .desc p {
font-size: 16px;
font-weight: 400;
}
blockquote.learts-blockquote .inner .link,
.learts-blockquote .inner .link {
font-size: 16px;
font-weight: 400;
position: relative;
float: right;
margin-left: auto;
color: #333;
}
blockquote.learts-blockquote .inner .link::before,
.learts-blockquote .inner .link::before {
position: absolute;
top: 50%;
right: 100%;
width: 60px;
height: 2px;
margin-right: 20px;
content: "";
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
background-color: #333;
}
blockquote.learts-blockquote .inner .link:hover::before,
.learts-blockquote .inner .link:hover::before {
margin-right: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
blockquote.learts-blockquote,
.learts-blockquote {
padding: 50px;
}
blockquote.learts-blockquote .inner .title,
.learts-blockquote .inner .title {
font-size: 36px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
blockquote.learts-blockquote,
.learts-blockquote {
padding: 50px;
}
blockquote.learts-blockquote .inner .title,
.learts-blockquote .inner .title {
font-size: 32px;
}
}
@media only screen and (max-width: 767px) {
blockquote.learts-blockquote,
.learts-blockquote {
padding: 40px;
}
blockquote.learts-blockquote .inner .title,
.learts-blockquote .inner .title {
font-size: 30px;
}
}
@media only screen and (max-width: 479px) {
blockquote.learts-blockquote,
.learts-blockquote {
padding: 30px;
}
blockquote.learts-blockquote .inner .title,
.learts-blockquote .inner .title {
font-size: 24px;
}
}
blockquote.learts-blockquote2,
.learts-blockquote2 {
margin-bottom: 0;
margin-left: 0;
padding: 0;
text-align: center;
}
blockquote.learts-blockquote2:last-child,
.learts-blockquote2:last-child {
margin-bottom: 0;
}
blockquote.learts-blockquote2 .icon,
.learts-blockquote2 .icon {
margin-bottom: 36px;
}
blockquote.learts-blockquote2 .content p,
.learts-blockquote2 .content p {
font-family: "Marcellus";
font-size: 24px !important;
font-weight: 400;
line-height: 1.675;
}
label {
font-size: 16px;
font-weight: 500;
line-height: 1.125;
display: block;
margin-bottom: 10px;
letter-spacing: 1.6px;
color: #333;
}
label .required {
font-size: 16px;
color: red;
}
label:last-child {
margin-bottom: 0;
}
input:not([type="checkbox"]):not([type="radio"]),
textarea {
font-size: 16px;
font-weight: 400;
display: block;
width: 100%;
padding: 10px 0;
color: #333;
border: 2px solid rgba(0, 0, 0, 0);
border-bottom-color: #ededed;
background-color: rgba(0, 0, 0, 0);
}
input:not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #7e7e7e;
}
input:not([type="checkbox"]):not([type="radio"]):-moz-placeholder,
textarea:-moz-placeholder {
color: #7e7e7e;
}
input:not([type="checkbox"]):not([type="radio"])::-moz-placeholder,
textarea::-moz-placeholder {
color: #7e7e7e;
}
input:not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #7e7e7e;
}
input:not([type="checkbox"]):not([type="radio"]):focus,
textarea:focus {
border-bottom-color: #333;
}
textarea {
height: 200px;
resize: none;
}
.form-check {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.form-check input[type="checkbox"] {
margin-top: 2px;
color: #f8796c;
}
.form-check input[type="checkbox"]:checked {
border-color: currentColor;
background-color: currentColor;
}
.form-check input[type="checkbox"]:focus {
border-color: currentColor;
-webkit-box-shadow: none;
box-shadow: none;
}
.form-check .form-check-label {
margin-left: 10px;
}
fieldset {
padding: 30px 40px;
border: 1px solid #eee;
}
fieldset legend {
font-size: 18px;
font-weight: 400;
line-height: 1;
width: auto;
margin-top: -42px;
margin-bottom: 0;
padding: 0 15px;
text-transform: uppercase;
color: #333;
background-color: #fff;
}
.topbar-section {
font-size: 16px;
font-weight: 400;
position: relative;
z-index: 101;
}
@media only screen and (min-width: 1500px) {
.topbar-section.section-fluid {
padding-right: 55px;
padding-left: 55px;
}
.topbar-section.section-fluid .container,
.topbar-section.section-fluid .container-fluid {
max-width: 100%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
.topbar-section.section-fluid {
padding-right: 35px;
padding-left: 35px;
}
.topbar-section.section-fluid .container,
.topbar-section.section-fluid .container-fluid {
max-width: 100%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.topbar-section.section-fluid {
padding-right: 0;
padding-left: 0;
}
.topbar-section.section-fluid .container {
max-width: 960px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.topbar-section.section-fluid {
padding-right: 0;
padding-left: 0;
}
.topbar-section.section-fluid .container {
max-width: 720px;
}
}
.topbar-menu ul {
font-weight: 400;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0;
padding-left: 0;
list-style: none;
}
.topbar-menu ul li {
position: relative;
margin-right: 15px;
padding-top: 10px;
padding-right: 15px;
padding-bottom: 10px;
}
.topbar-menu ul li::after {
position: absolute;
top: 50%;
right: 0;
width: 1px;
height: 15px;
content: "";
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
background-color: #d8d8d8;
}
.topbar-menu ul li:last-child {
margin-right: 0;
padding-right: 0;
}
.topbar-menu ul li:last-child::after {
display: none;
}
.topbar-menu ul li a i {
font-size: 14px;
margin-right: 10px;
}
.header-lan-curr ~ ul li:last-child {
margin-right: 15px;
padding-right: 15px;
}
.header-lan-curr ~ ul li:last-child::after {
display: block !important;
}
.header-section {
position: relative;
z-index: 98;
}
.header-section .container,
.header-section .container-fluid {
position: relative;
}
.header-section .row > [class*="col"] {
position: static;
}
.header-section.header-menu-center .row > [class*="col"]:first-child,
.header-section.header-menu-center .row > [class*="col"]:last-child {
-webkit-box-flex: 1;
-webkit-flex: 1 0 210px;
-ms-flex: 1 0 210px;
flex: 1 0 210px;
max-width: 210px;
}
.header-section.header-transparent {
position: absolute;
top: 0;
left: 0;
width: 100%;
background-color: rgba(0, 0, 0, 0) !important;
}
.sticky-header {
position: fixed;
z-index: 99;
top: 0;
left: 0;
width: 100%;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
.sticky-header .container,
.sticky-header .container-fluid {
position: relative;
}
.sticky-header .row > [class*="col"] {
position: static;
}
@media only screen and (min-width: 1200px) {
.sticky-header.header-menu-center .row > [class*="col"]:first-child,
.sticky-header.header-menu-center .row > [class*="col"]:last-child {
-webkit-box-flex: 1;
-webkit-flex: 1 0 210px;
-ms-flex: 1 0 210px;
flex: 1 0 210px;
max-width: 210px;
}
}
.sticky-header.is-sticky {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
body.offside-header-left {
margin-left: 400px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
body.offside-header-left {
margin-left: 300px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
body.offside-header-left {
margin-left: 0;
}
}
.header-call {
position: absolute;
top: 0;
right: 15px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 200px;
height: 100%;
border-right: 1px solid #dee2e6;
border-left: 1px solid #dee2e6;
}
.header-call p {
font-size: 16px;
font-weight: 600;
}
.header-call p i {
margin-right: 10px;
}
.header-logo {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
padding-top: 20px;
padding-bottom: 20px;
}
.header-logo a {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.header-lan-curr {
font-size: 16px;
font-weight: 400;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0;
padding-left: 0;
list-style: none;
}
.header-lan-curr > li {
position: relative;
margin-right: 16px;
padding-right: 15px;
}
.header-lan-curr > li::after {
position: absolute;
top: 50%;
right: 0;
width: 1px;
height: 15px;
content: "";
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
background-color: #d8d8d8;
}
.header-lan-curr > li:last-child {
margin-right: 0;
padding-right: 0;
}
.header-lan-curr > li:last-child::after {
display: none;
}
.header-lan-curr > li > a {
line-height: 1;
padding: 5px 0;
color: #7e7e7e;
}
.header-lan-curr > li > a::after {
font-family: "Font Awesome 5 Free";
font-size: 12px;
font-weight: 900;
margin-left: 5px;
content: "";
opacity: 0.4;
}
.header-lan-curr > li > .curr-lan-sub-menu {
position: absolute;
z-index: 1;
top: 150%;
left: -15px;
display: block;
visibility: hidden;
min-width: 120px;
margin: 0;
padding: 10px 15px;
list-style: none;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
letter-spacing: 0;
opacity: 0;
background-color: #fff;
-webkit-box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
}
.header-lan-curr > li > .curr-lan-sub-menu li {
line-height: 1.75;
margin: 0;
padding: 0;
}
.header-lan-curr > li > .curr-lan-sub-menu li::after {
display: none;
}
.header-lan-curr > li > .curr-lan-sub-menu li + li {
margin-top: 5px;
}
.header-lan-curr > li > .curr-lan-sub-menu li a {
display: block;
padding: 0;
color: #7e7e7e;
}
.header-lan-curr > li > .curr-lan-sub-menu li a:hover {
padding-left: 5px;
}
.header-lan-curr > li:hover > a {
color: #333;
}
.header-lan-curr > li:hover > .curr-lan-sub-menu {
top: 100%;
visibility: visible;
opacity: 1;
}
.header-tools {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.header-tools > div {
margin-left: 25px;
}
.header-tools > div a {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
color: #333;
}
.header-tools > div a span {
font-size: 13px;
font-weight: 700;
line-height: 1rem;
position: absolute;
z-index: 1;
top: 0;
right: 0;
min-width: 16px;
height: 16px;
padding: 0 3px;
text-align: center;
color: #fff;
border-radius: 14px;
background-color: #f8796c;
}
.header-tools > div a i {
font-size: 20px;
line-height: 32px;
display: block;
}
.header-tools > div.header-wishlist > a i,
.header-tools > div.header-cart > a i {
margin-right: 10px;
}
.header-tools > div.mobile-menu-toggle > a {
width: 24px;
height: 32px;
}
.header-tools > div:first-child {
margin-left: 0;
}
@media only screen and (max-width: 575px) {
.header-tools > div {
margin-left: 15px;
}
}
.mobile-menu-toggle svg {
position: absolute;
top: 50%;
left: 50%;
width: 50px;
height: 60px;
margin-top: -2px;
margin-left: -2px;
cursor: pointer;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
}
.mobile-menu-toggle svg path {
-webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
fill: none;
stroke: #333;
stroke-dashoffset: 0;
stroke-linecap: round;
stroke-width: 30px;
}
.mobile-menu-toggle svg path.top,
.mobile-menu-toggle svg path.bottom {
stroke-dasharray: 240px 950px;
}
.mobile-menu-toggle svg path.middle {
stroke-dasharray: 240px 240px;
}
.mobile-menu-toggle .close {
opacity: 1;
}
.mobile-menu-toggle .close svg path.top,
.mobile-menu-toggle .close svg path.bottom {
stroke-dasharray: -650px;
stroke-dashoffset: -650px;
}
.mobile-menu-toggle .close svg path.middle {
stroke-dasharray: 1px 220px;
stroke-dashoffset: -115px;
}
.site-menu-section {
border-top: 1px dashed #dedede;
}
.site-main-menu {
font-weight: 400;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.site-main-menu > ul {
font-size: 16px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.site-main-menu > ul > li {
letter-spacing: 1.5px;
}
.site-main-menu > ul > li > a {
line-height: 1.5;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 25px;
text-transform: uppercase;
color: #7e7e7e;
}
.site-main-menu > ul > li > a > .menu-text {
position: relative;
}
.site-main-menu > ul > li > a > .menu-text::after {
position: absolute;
bottom: -3px;
left: 0;
width: 100%;
height: 1px;
content: "";
-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
transition: -webkit-transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
-webkit-transform: scale3d(0, 1, 1);
transform: scale3d(0, 1, 1);
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
background-color: #333;
}
.site-main-menu > ul > li.has-children > a::before {
font-family: "Font Awesome 5 Free";
font-size: 10px;
position: absolute;
top: 50%;
right: 10px;
content: "";
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-weight: 900;
opacity: 0.6;
}
.site-main-menu > ul > li.align-left > .sub-menu {
right: 0;
left: auto;
}
.site-main-menu > ul > li:hover > a {
color: #333;
}
.site-main-menu > ul > li:hover > a > .menu-text::after {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
transform-origin: 0 50%;
}
.site-main-menu > ul > li:hover > .sub-menu {
z-index: 99;
top: 100%;
visibility: visible;
opacity: 1;
}
.site-main-menu.menu-height-100 > ul > li > a {
padding-top: 38px;
padding-bottom: 38px;
}
.site-main-menu.menu-height-60 > ul > li > a {
padding-top: 18px;
padding-bottom: 18px;
}
.sub-menu {
position: absolute;
z-index: 9;
z-index: 9;
top: 150%;
visibility: hidden;
min-width: 280px;
margin: 0;
padding: 20px 0;
list-style: none;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
letter-spacing: 0;
opacity: 0;
background-color: #fff;
-webkit-box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
}
.sub-menu li {
line-height: 3.125;
position: relative;
}
.sub-menu li a {
position: relative;
display: block;
padding: 0 30px;
color: #7e7e7e;
}
.sub-menu li a:not(.mega-menu-title) .menu-text {
position: relative;
}
.sub-menu li a:not(.mega-menu-title) .menu-text::after {
position: absolute;
top: calc(50% + 10px);
left: 0;
width: 100%;
height: 1px;
content: "";
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
opacity: 0;
background-color: #333;
}
.sub-menu li a:hover .menu-text::after {
opacity: 0.2;
}
.sub-menu li.has-children > a::before {
font-family: "Font Awesome 5 Free";
font-size: 12px;
position: absolute;
top: 50%;
right: 30px;
font-weight: 900;
content: "";
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0.6;
}
.sub-menu li.has-children.align-left > a::before {
content: "";
}
.sub-menu li.has-children.align-left > .sub-menu {
right: 100%;
left: auto;
}
.sub-menu li > .sub-menu {
top: 100%;
left: 100%;
}
.sub-menu li:hover > a {
color: #333;
}
.sub-menu li:hover > .sub-menu {
top: 0;
visibility: visible;
opacity: 1;
}
.sub-menu.mega-menu {
right: auto;
left: 15px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 1170px;
margin: 0;
padding: 30px 30px 30px 10px;
list-style: none;
}
.sub-menu.mega-menu > li {
-webkit-box-flex: 1;
-webkit-flex: 1 0 25%;
-ms-flex: 1 0 25%;
flex: 1 0 25%;
padding: 0 10px 0 30px;
border-right: 1px solid #e7e7e7;
}
.sub-menu.mega-menu > li:last-child {
border: 0;
}
.sub-menu.mega-menu > li > a {
padding: 0;
}
.sub-menu.mega-menu > li > a.mega-menu-title {
font-size: 18px;
font-weight: 500;
line-height: 1.2;
margin-bottom: 16px;
letter-spacing: 0.01em;
color: #333;
}
.sub-menu.mega-menu > li:hover > a {
color: #333;
}
.sub-menu.mega-menu > li ul {
margin: 0;
padding: 0;
list-style: none;
}
.sub-menu.mega-menu > li ul li {
line-height: 3.125;
position: relative;
}
.sub-menu.mega-menu > li ul li a {
padding: 0;
color: #7e7e7e;
}
.sub-menu.mega-menu > li ul li > img {
position: absolute;
z-index: 99;
top: 50%;
left: 40%;
visibility: hidden;
width: 250px;
height: auto;
-webkit-transform: translateY(-40%);
-ms-transform: translateY(-40%);
transform: translateY(-40%);
opacity: 0;
border-radius: 5px;
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.sub-menu.mega-menu > li ul li:hover > a {
color: #333;
}
.sub-menu.mega-menu > li ul li:hover > img {
visibility: visible;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 1;
}
body.offcanvas-open {
overflow: hidden;
padding-right: 17px;
}
body.offcanvas-open .sticky-header {
right: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
body.offcanvas-open {
padding-right: 0;
}
body.offcanvas-open .sticky-header {
right: 0;
}
}
.offcanvas-overlay {
position: fixed;
z-index: 999;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: none;
background-color: rgba(0, 0, 0, 0.5);
}
.offcanvas {
font-size: 16px;
font-weight: 400;
position: fixed;
z-index: 1000;
top: 0;
right: 0;
left: auto;
display: block;
overflow: hidden;
width: 400px;
height: 100vh;
padding: 20px;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
background-color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.offcanvas.offcanvas-open {
visibility: visible;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.offcanvas .inner {
position: relative;
z-index: 9;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
}
.offcanvas .inner.ps {
margin-right: -10px;
}
.offcanvas .inner .head {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
margin-bottom: 25px;
padding-bottom: 15px;
border-bottom: 1px solid #eee;
}
.offcanvas .inner .head .title {
font-size: 18px;
line-height: 1;
color: #333;
}
.offcanvas .inner .head .offcanvas-close {
position: relative;
width: 20px;
height: 20px;
text-indent: -9999px;
border: 0;
background-color: rgba(0, 0, 0, 0);
}
.offcanvas .inner .head .offcanvas-close::before,
.offcanvas .inner .head .offcanvas-close::after {
position: absolute;
top: calc(50% - 1px);
left: 0;
width: 20px;
height: 2px;
content: "";
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
background-color: #333;
}
.offcanvas .inner .head .offcanvas-close::after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.offcanvas .inner .head .offcanvas-close:hover::before {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.offcanvas .inner .head .offcanvas-close:hover::after {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
.offcanvas .inner .body {
overflow: hidden;
height: auto;
}
.offcanvas .inner .foot {
width: 100%;
margin-top: 25px;
}
.offcanvas .inner .foot .sub-total {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px solid #eee;
}
.offcanvas .inner .foot .sub-total strong {
font-weight: 600;
color: #333;
}
.offcanvas .inner .foot .sub-total .amount {
font-weight: 600;
color: #f8796c;
}
.offcanvas .inner .foot .buttons {
padding-top: 20px;
border-top: 1px solid #eee;
}
.offcanvas .inner .foot .buttons .btn {
display: block;
padding: 10px 20px;
}
.offcanvas .inner .foot .buttons .btn + .btn {
margin-top: 15px;
}
.offcanvas .inner .foot .minicart-message {
margin-top: 15px;
}
.offcanvas.offcanvas-cart .inner .body {
max-height: calc(100% - 305px);
}
.offcanvas.offcanvas-wishlist .inner .body {
max-height: calc(100% - 152px);
}
.offcanvas.offcanvas-mobile-menu {
right: auto;
left: 0;
padding: 50px 40px;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
.offcanvas.offcanvas-mobile-menu.offcanvas-open {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.offcanvas.offcanvas-search {
width: 100%;
padding: 40px;
-webkit-transition: all 0.5s ease 0.5s;
transition: all 0.5s ease 0.5s;
}
.offcanvas.offcanvas-search::before {
position: absolute;
z-index: 9;
top: 0;
right: 0;
width: 100%;
height: 100%;
content: "";
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
background-color: #fff;
}
.offcanvas.offcanvas-search .inner {
z-index: 5;
padding-right: 10%;
}
.offcanvas.offcanvas-search .inner .offcanvas-close {
position: absolute;
top: 5px;
right: 0;
width: 50px;
height: 50px;
text-indent: -9999px;
border: 0;
background-color: rgba(0, 0, 0, 0);
}
.offcanvas.offcanvas-search .inner .offcanvas-close::before,
.offcanvas.offcanvas-search .inner .offcanvas-close::after {
position: absolute;
top: calc(50% - 1px);
left: 0;
width: 50px;
height: 2px;
content: "";
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
background-color: #333;
}
.offcanvas.offcanvas-search .inner .offcanvas-close::after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.offcanvas.offcanvas-search .inner .offcanvas-close:hover::before {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.offcanvas.offcanvas-search .inner .offcanvas-close:hover::after {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
.offcanvas.offcanvas-search.offcanvas-open {
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.offcanvas.offcanvas-search.offcanvas-open::before {
width: 0;
-webkit-transition: all 0.5s ease 0.5s;
transition: all 0.5s ease 0.5s;
}
.offcanvas.offcanvas-header {
position: fixed;
right: auto;
left: 0;
visibility: visible;
padding: 50px 40px;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.offcanvas.offcanvas-header {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
.offcanvas.offcanvas-header.offcanvas-open {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.offcanvas.offcanvas-overlay-menu {
left: 0;
visibility: hidden;
width: 100%;
padding: 40px;
-webkit-transition: all 0.5s ease 0.5s;
transition: all 0.5s ease 0.5s;
-webkit-transform: scale(0.3);
-ms-transform: scale(0.3);
transform: scale(0.3);
opacity: 0;
background-color: #f4ede7;
}
.offcanvas.offcanvas-overlay-menu .inner {
z-index: 5;
padding-right: 0;
}
.offcanvas.offcanvas-overlay-menu .inner .offcanvas-close {
position: absolute;
z-index: 9;
top: 5px;
right: 0;
width: 50px;
height: 50px;
text-indent: -9999px;
border: 0;
background-color: rgba(0, 0, 0, 0);
}
.offcanvas.offcanvas-overlay-menu .inner .offcanvas-close::before,
.offcanvas.offcanvas-overlay-menu .inner .offcanvas-close::after {
position: absolute;
top: calc(50% - 1px);
left: 0;
width: 50px;
height: 2px;
content: "";
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
background-color: #333;
}
.offcanvas.offcanvas-overlay-menu .inner .offcanvas-close::after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.offcanvas.offcanvas-overlay-menu .inner .offcanvas-close:hover::before {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.offcanvas.offcanvas-overlay-menu .inner .offcanvas-close:hover::after {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
.offcanvas.offcanvas-overlay-menu.offcanvas-open {
visibility: visible;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
.offcanvas.offcanvas-header {
width: 300px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.offcanvas.offcanvas-search .inner .offcanvas-close {
width: 40px;
height: 40px;
}
.offcanvas.offcanvas-search .inner .offcanvas-close::before,
.offcanvas.offcanvas-search .inner .offcanvas-close::after {
width: 40px;
}
}
@media only screen and (max-width: 767px) {
.offcanvas.offcanvas-search .inner {
padding-right: 40px;
}
.offcanvas.offcanvas-search .inner .offcanvas-close {
width: 30px;
height: 30px;
}
.offcanvas.offcanvas-search .inner .offcanvas-close::before,
.offcanvas.offcanvas-search .inner .offcanvas-close::after {
width: 30px;
}
}
@media only screen and (max-width: 575px) {
.offcanvas.offcanvas-search {
padding: 30px;
}
.offcanvas.offcanvas-overlay-menu {
padding: 30px;
}
}
@media only screen and (max-width: 479px) {
.offcanvas {
width: 300px;
}
.offcanvas.offcanvas-search {
padding: 20px;
}
.offcanvas.offcanvas-overlay-menu {
padding: 20px;
}
}
.minicart-product-list {
margin: 0;
padding-left: 0;
list-style: none;
}
.minicart-product-list li {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}
.minicart-product-list li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}
.minicart-product-list li .image {
-webkit-box-flex: 1;
-webkit-flex: 1 0 75px;
-ms-flex: 1 0 75px;
flex: 1 0 75px;
}
.minicart-product-list li .content {
position: relative;
-webkit-box-flex: 1;
-webkit-flex: 1 0 calc(100% - 75px);
-ms-flex: 1 0 calc(100% - 75px);
flex: 1 0 calc(100% - 75px);
padding-left: 15px;
}
.minicart-product-list li .content .title {
color: #7e7e7e;
}
.minicart-product-list li .content .title:hover {
color: #333;
}
.minicart-product-list li .content .quantity-price {
font-size: 12px;
display: block;
margin-top: 10px;
}
.minicart-product-list li .content .quantity-price .amount {
font-size: 14px;
font-weight: 600;
color: #333;
}
.minicart-product-list li .content .remove {
font-size: 24px;
line-height: 1;
position: absolute;
top: 0;
right: 0;
padding: 0 5px;
color: #7e7e7e;
}
.minicart-product-list li .content .remove:hover {
color: red;
}
.offcanvas-search-form input[type="text"] {
font-size: 48px;
line-height: 1;
width: 95%;
padding: 5px 0;
vertical-align: middle;
border: 0;
border-bottom: 2px solid #333;
background-color: #fff;
background-size: 30px;
}
.offcanvas-search-form input[type="text"]::-webkit-input-placeholder {
opacity: 0.5;
}
.offcanvas-search-form input[type="text"]:-moz-placeholder {
opacity: 0.5;
}
.offcanvas-search-form input[type="text"]::-moz-placeholder {
opacity: 0.5;
}
.offcanvas-search-form input[type="text"]:-ms-input-placeholder {
opacity: 0.5;
}
.offcanvas-search-form .select2 {
font-size: 48px;
line-height: 1;
width: 100% !important;
border: 0;
border-bottom: 2px solid #333;
}
.offcanvas-search-form .select2 .selection .select2-selection {
font-size: inherit;
height: 75px !important;
padding: 5px 0;
border: none !important;
border-radius: 0;
background-color: #fff;
}
.offcanvas-search-form .select2 .selection .select2-selection .select2-selection__rendered {
font-size: inherit;
font-weight: 400;
line-height: inherit;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: visible;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
padding-left: 0;
opacity: 0.8;
}
.offcanvas-search-form .select2 .selection .select2-selection .select2-selection__rendered::before {
font-family: "Font Awesome 5 Free";
font-weight: 300;
position: absolute;
top: 50%;
right: 0;
content: "";
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.offcanvas-search-form .select2 .selection .select2-selection .select2-selection__arrow {
display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.offcanvas-search-form input[type="text"],
.offcanvas-search-form .select2 {
font-size: 36px;
}
.offcanvas-search-form .select2 .selection .select2-selection {
height: 59px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.offcanvas-search-form input[type="text"],
.offcanvas-search-form .select2 {
font-size: 36px;
width: 100%;
}
.offcanvas-search-form .select2 .selection .select2-selection {
height: 59px !important;
}
}
@media only screen and (max-width: 767px) {
.offcanvas-search-form input[type="text"],
.offcanvas-search-form .select2 {
font-size: 30px;
width: 100%;
}
.offcanvas-search-form .select2 .selection .select2-selection {
height: 51px !important;
}
}
@media only screen and (max-width: 575px) {
.offcanvas-search-form input[type="text"],
.offcanvas-search-form .select2 {
font-size: 24px;
}
.offcanvas-search-form .select2 .selection .select2-selection {
height: 42px !important;
}
}
@media only screen and (max-width: 479px) {
.offcanvas-search-form input[type="text"],
.offcanvas-search-form .select2 {
font-size: 20px;
}
.offcanvas-search-form .select2 .selection .select2-selection {
height: 37px !important;
}
}
.offcanvas-logo {
margin-bottom: 50px;
}
.offcanvas-menu-search-form {
margin-bottom: 30px;
}
.offcanvas-menu-search-form form {
position: relative;
}
.offcanvas-menu-search-form form input[type="text"] {
width: 100%;
padding: 8px 20px;
padding-right: 50px;
color: #7e7e7e;
border: 1px solid #eee;
}
.offcanvas-menu-search-form form button {
position: absolute;
top: 0;
right: 0;
bottom: 0;
padding: 5px 15px;
border: 0;
background-color: rgba(0, 0, 0, 0);
}
.offcanvas-menu > ul {
margin: 0;
padding: 0;
list-style: none;
}
.offcanvas-menu > ul > li {
position: relative;
}
.offcanvas-menu > ul > li > a {
display: block;
padding: 8px 24px 8px 0;
text-transform: uppercase;
color: #7e7e7e;
}
.offcanvas-menu > ul > li > a:hover {
color: #333;
}
.offcanvas-menu > ul > li .menu-expand {
position: absolute;
z-index: 2;
top: 0;
right: 0;
width: 24px;
height: 44px;
cursor: pointer;
background-color: rgba(0, 0, 0, 0);
}
.offcanvas-menu > ul > li .menu-expand::before,
.offcanvas-menu > ul > li .menu-expand::after {
position: absolute;
top: calc(50% - 1px);
left: calc(50% - 7px);
width: 14px;
height: 2px;
content: "";
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
-webkit-transform: scale(0.75);
-ms-transform: scale(0.75);
transform: scale(0.75);
background-color: #7e7e7e;
}
.offcanvas-menu > ul > li .menu-expand::after {
-webkit-transform: rotate(90deg) scale(0.75);
-ms-transform: rotate(90deg) scale(0.75);
transform: rotate(90deg) scale(0.75);
}
.offcanvas-menu > ul > li.active > .menu-expand::after {
-webkit-transform: rotate(0) scale(0.75);
-ms-transform: rotate(0) scale(0.75);
transform: rotate(0) scale(0.75);
}
.offcanvas-menu > ul > li .sub-menu {
position: static;
top: auto;
display: none;
visibility: visible;
width: 100%;
min-width: auto;
padding: 0;
padding-left: 15px;
-webkit-transition: none;
transition: none;
opacity: 1;
-webkit-box-shadow: none;
box-shadow: none;
}
.offcanvas-menu > ul > li .sub-menu li {
line-height: inherit;
position: relative;
}
.offcanvas-menu > ul > li .sub-menu li > a {
display: block;
padding: 8px 24px 8px 0;
color: #7e7e7e;
}
.offcanvas-menu > ul > li .sub-menu li > a:hover {
color: #333;
}
.offcanvas-menu > ul > li .sub-menu li.active > .menu-expand::after {
-webkit-transform: rotate(0) scale(0.75);
-ms-transform: rotate(0) scale(0.75);
transform: rotate(0) scale(0.75);
}
.offcanvas-buttons {
margin-top: 30px;
}
.offcanvas-buttons:not(:last-child) {
margin-bottom: 30px;
}
.offcanvas-social {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
}
.offcanvas-social a {
line-height: 1;
width: 48px;
height: 48px;
margin: 0 5px;
padding: 0;
text-align: center;
color: #333;
border-radius: 50%;
background-color: #f4ede7;
}
.offcanvas-social a:hover {
color: #fff;
background-color: #333;
}
.offcanvas-social a:last-child {
margin-right: 0;
}
.offcanvas-social a i {
line-height: 48px;
}
.overlay-menu {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
margin: 0 -40px;
}
.overlay-menu > ul {
font-size: 32px;
overflow-x: auto;
width: 100%;
max-height: 100%;
margin-bottom: 0;
padding: 0 40px;
list-style: none;
text-align: center;
}
.overlay-menu > ul > li {
position: relative;
}
.overlay-menu > ul > li + li {
margin-top: 15px;
}
.overlay-menu > ul > li > a {
font-family: "Futura";
font-weight: 400;
line-height: 1.75;
text-transform: uppercase;
color: #333;
}
.overlay-menu > ul .sub-menu {
font-size: 75%;
position: static;
display: none;
visibility: visible;
padding-bottom: 0;
-webkit-transition: none;
transition: none;
opacity: 1;
background-color: rgba(0, 0, 0, 0);
-webkit-box-shadow: none;
box-shadow: none;
}
.overlay-menu > ul .sub-menu > li + li {
margin-top: 15px;
}
.overlay-menu > ul .sub-menu > li > a {
font-family: "Futura";
font-weight: 400;
line-height: 1.75;
text-transform: uppercase;
}
.overlay-menu > ul .sub-menu .sub-menu {
font-size: 70%;
}
@media only screen and (max-width: 575px) {
.overlay-menu {
margin: 0 -30px;
}
.overlay-menu > ul {
padding: 0 30px;
}
}
@media only screen and (max-width: 479px) {
.overlay-menu {
margin: 0 -20px;
}
.overlay-menu > ul {
padding: 0 20px;
}
}
.header2-search form {
position: relative;
}
.header2-search form input[type="text"] {
font-size: 16px;
line-height: 19px;
width: 100%;
height: 40px;
margin: 0;
padding-right: 10px;
padding-left: 30px;
color: #333;
border: 0;
background-color: rgba(0, 0, 0, 0);
}
.header2-search form input[type="text"]::-webkit-input-placeholder {
letter-spacing: 0.5px;
color: #ababab;
}
.header2-search form input[type="text"]:-moz-placeholder {
letter-spacing: 0.5px;
color: #ababab;
}
.header2-search form input[type="text"]::-moz-placeholder {
letter-spacing: 0.5px;
color: #ababab;
}
.header2-search form input[type="text"]:-ms-input-placeholder {
letter-spacing: 0.5px;
color: #ababab;
}
.header2-search form .btn {
position: absolute;
top: 0;
left: 0;
display: block;
width: 30px;
height: 40px;
padding: 0;
text-align: center;
color: #ababab;
}
.header2-search form .btn i {
line-height: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
.header2-search form input[type="text"] {
width: 135px;
}
}
.header6-search {
width: 100%;
max-width: 650px;
margin: auto;
}
.header6-search form {
position: relative;
}
.header6-search form .select2 {
font-size: 14px;
font-weight: 600;
line-height: 1;
width: 170px !important;
padding: 7px 0;
letter-spacing: 1px;
text-transform: uppercase;
color: #333;
border: 0;
}
.header6-search form .select2 .selection .select2-selection {
height: auto;
padding: 5px 0;
border: none !important;
border-radius: 0;
background-color: #fff;
}
.header6-search form .select2 .selection .select2-selection .select2-selection__rendered {
font-weight: 500;
line-height: inherit;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: visible;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
padding-left: 0;
opacity: 0.8;
}
.header6-search form .select2 .selection .select2-selection .select2-selection__rendered::before {
font-family: "Font Awesome 5 Free";
font-weight: 700;
position: absolute;
top: 50%;
right: 5px;
content: "";
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.header6-search form .select2 .selection .select2-selection .select2-selection__arrow {
display: none;
}
.header6-search form input[type="text"] {
font-size: 16px;
line-height: 26px;
width: 100%;
padding: 10px 20px;
color: dimgray;
border-width: 2px;
border-style: solid;
border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ededed;
}
.header6-search form button {
width: 30px;
margin-left: -30px;
padding: 0;
text-align: center;
color: #333;
border: 0;
background-color: rgba(0, 0, 0, 0);
}
.header-categories {
position: absolute;
top: 0;
left: 15px;
}
.header-categories .category-toggle {
font-family: "Futura";
line-height: 30px;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding: 15px 35px;
padding-right: 70px;
letter-spacing: 0.1px;
color: #fff;
border: 0;
background-color: #333;
}
.header-categories .category-toggle i {
line-height: 1;
margin-right: 10px;
}
.header-categories .category-toggle::after {
font-family: "Font Awesome 5 Free";
font-weight: 700;
line-height: 12px;
position: absolute;
top: 50%;
right: 30px;
width: 12px;
margin-top: -6px;
content: "";
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.header-categories .category-toggle.active::after {
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.header-categories + .site-main-menu {
padding: 0 200px 0 270px;
}
.header-category-list {
display: none;
width: 100%;
margin: 0;
padding-left: 0;
list-style: none;
background-color: #72a499;
}
.header-category-list li {
padding: 0 35px;
border-bottom: 1px solid #72a499;
}
.header-category-list li a {
font-size: 16px;
font-weight: 400;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: -1px;
padding: 15px 0;
color: #fff;
border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.header-category-list li a img {
margin-right: 20px;
}
.header-category-list li:last-child {
border-bottom: 0;
}
.header-category-list li:last-child a {
border: 0;
}
.header-category-list li:hover {
background-color: #63998d;
}
.home1-slider {
width: 100%;
height: 750px;
}
.home1-slider:hover [class*="swiper-button"] {
opacity: 1;
}
.home1-slider:hover [class*="swiper-button"]:hover i {
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
@media only screen and (max-width: 767px) {
.home1-slider {
height: 550px;
}
}
@media only screen and (max-width: 575px) {
.home1-slider {
height: 500px;
}
}
@media only screen and (max-width: 479px) {
.home1-slider {
height: 450px;
}
}
.home1-slide-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.home1-slide1-content {
position: relative;
z-index: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 466px;
height: 466px;
padding: 25px;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0);
}
.home1-slide1-content > * {
-webkit-transition: all 1s ease 0s;
transition: all 1s ease 0s;
opacity: 0;
}
.home1-slide1-content .bg {
position: absolute;
z-index: -2;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
transform: scale(0.85);
border-radius: 50%;
background-color: #fff;
}
.home1-slide1-content .slide-border {
position: absolute;
z-index: -1;
top: 20px;
right: 20px;
bottom: 20px;
left: 20px;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
border: 1px dashed #72a499;
border-radius: 50%;
}
.home1-slide1-content .icon {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 15px;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
.home1-slide1-content .title {
font-family: "Modesty";
font-size: 80px;
font-weight: 300;
line-height: 1;
margin-bottom: 11px;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
color: #333;
}
.home1-slide1-content .sub-title {
font-size: 34px;
font-weight: 400;
line-height: 1.25;
margin-bottom: 28px;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
color: #72a499;
}
.home1-slide1-content .link {
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
.home1-slide1-content .link a {
font-size: 16px;
font-weight: 400;
line-height: 1.5;
padding-bottom: 2px;
text-transform: uppercase;
color: #333;
border-bottom: 1px solid #333;
}
.home1-slide1-content .link a:hover {
color: #72a499;
border-color: #72a499;
}
@media only screen and (max-width: 767px) {
.home1-slide1-content {
width: 400px;
height: 400px;
}
.home1-slide1-content .icon img {
height: 100px;
}
.home1-slide1-content .title {
font-size: 54px;
}
.home1-slide1-content .sub-title {
font-size: 24px;
margin-bottom: 20px;
}
.home1-slide1-content .link a {
font-size: 14px;
}
}
@media only screen and (max-width: 575px) {
.home1-slide1-content {
width: 350px;
height: 350px;
}
.home1-slide1-content .icon img {
height: 80px;
}
.home1-slide1-content .title {
font-size: 48px;
}
.home1-slide1-content .sub-title {
font-size: 20px;
}
}
@media only screen and (max-width: 479px) {
.home1-slide1-content {
width: 300px;
height: 300px;
}
.home1-slide1-content .icon img {
height: 60px;
}
.home1-slide1-content .title {
font-size: 40px;
}
.home1-slide1-content .sub-title {
font-size: 18px;
margin-bottom: 15px;
}
.home1-slide1-content .link a {
font-size: 12px;
}
}
.home1-slide2-content {
position: relative;
z-index: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 466px;
height: 466px;
padding: 25px;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0);
}
.home1-slide2-content > * {
-webkit-transition: all 1s ease 0s;
transition: all 1s ease 0s;
opacity: 0;
}
.home1-slide2-content .bg {
position: absolute;
z-index: -2;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
transform: scale(0.85);
border-radius: 50%;
background-color: rgba(0, 0, 0, 0);
}
.home1-slide2-content .slide-border {
position: absolute;
z-index: -1;
top: 20px;
right: 20px;
bottom: 20px;
left: 20px;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
border: 3px solid #e1d8d0;
border-radius: 50%;
}
.home1-slide2-content .icon {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 25px;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
.home1-slide2-content .icon img:last-child:not(:first-child) {
margin-left: 15px;
}
.home1-slide2-content .title {
font-family: "Modesty";
font-size: 80px;
font-weight: 300;
line-height: 1;
margin-bottom: 11px;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
color: #baa491;
}
.home1-slide2-content .sub-title {
font-size: 56px;
font-weight: 400;
line-height: 1.1;
margin-bottom: 25px;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
text-align: center;
color: #333;
}
.home1-slide2-content .link {
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
.home1-slide2-content .link a {
font-size: 16px;
font-weight: 400;
line-height: 1.5;
padding-bottom: 2px;
text-transform: uppercase;
color: #333;
border-bottom: 1px solid #333;
}
.home1-slide2-content .link a:hover {
color: #72a499;
border-color: #72a499;
}
@media only screen and (max-width: 767px) {
.home1-slide2-content {
width: 400px;
height: 400px;
}
.home1-slide2-content .title {
font-size: 54px;
margin-bottom: 20px;
}
.home1-slide2-content .sub-title {
font-size: 28px;
margin-bottom: 20px;
}
.home1-slide2-content .link a {
font-size: 14px;
}
}
@media only screen and (max-width: 575px) {
.home1-slide2-content {
width: 350px;
height: 350px;
}
.home1-slide2-content .title {
font-size: 48px;
}
.home1-slide2-content .sub-title {
font-size: 24px;
}
}
@media only screen and (max-width: 479px) {
.home1-slide2-content {
width: 300px;
height: 300px;
}
.home1-slide2-content .icon {
margin-bottom: 15px;
}
.home1-slide2-content .title {
font-size: 40px;
}
.home1-slide2-content .sub-title {
font-size: 20px;
margin-bottom: 15px;
}
.home1-slide2-content .link a {
font-size: 12px;
}
}
.home1-slide3-content {
max-width: calc(100% - 20px);
margin-top: 80px;
text-align: center;
}
.home1-slide3-content > * {
-webkit-transition: all 1s ease 0s;
transition: all 1s ease 0s;
opacity: 0;
}
.home1-slide3-content .title {
font-family: "Modesty";
font-size: 76px;
font-weight: 300;
line-height: 1;
margin-bottom: 20px;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
color: #baa491;
}
.home1-slide3-content .sub-title {
font-size: 56px;
font-weight: 400;
line-height: 1.1;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 35px;
padding: 0 80px;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
text-align: center;
color: #000;
}
.home1-slide3-content .sub-title img {
position: absolute;
top: 50%;
margin-top: -12px;
opacity: 0;
}
.home1-slide3-content .sub-title img.left-icon {
left: 0;
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
}
.home1-slide3-content .sub-title img.right-icon {
right: 0;
-webkit-transform: translateX(-30px);
-ms-transform: translateX(-30px);
transform: translateX(-30px);
}
.home1-slide3-content .link {
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
.home1-slide3-content .link a {
font-family: "Marcellus";
font-size: 20px;
font-weight: 400;
line-height: 1.4;
z-index: 9;
padding: 0 45px;
letter-spacing: 2px;
text-transform: uppercase;
color: #fff;
background-image: url(//thelilsunflower.com/wp-content/themes/tls/assets/images/slider/home1/slide-3-3.webp);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
@media only screen and (max-width: 767px) {
.home1-slide3-content {
margin-top: 60px;
}
.home1-slide3-content .title {
font-size: 70px;
margin-bottom: 20px;
}
.home1-slide3-content .sub-title {
font-size: 36px;
margin-bottom: 25px;
}
.home1-slide3-content .link a {
font-size: 14px;
}
}
@media only screen and (max-width: 575px) {
.home1-slide3-content {
margin-top: 60px;
}
.home1-slide3-content .title {
font-size: 54px;
}
.home1-slide3-content .sub-title {
font-size: 30px;
margin-bottom: 20px;
padding: 0 50px;
}
.home1-slide3-content .sub-title img {
height: 16px;
margin-top: -8px;
}
}
@media only screen and (max-width: 479px) {
.home1-slide3-content .title {
font-size: 40px;
}
.home1-slide3-content .sub-title {
font-size: 20px;
margin-bottom: 15px;
}
.home1-slide3-content .link a {
font-size: 12px;
}
}
.swiper-slide-active .home1-slide1-content > * {
opacity: 1;
}
.swiper-slide-active .home1-slide1-content .bg {
-webkit-transition-delay: 0.75s;
transition-delay: 0.75s;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.swiper-slide-active .home1-slide1-content .slide-border {
-webkit-transition-delay: 1s;
transition-delay: 1s;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.swiper-slide-active .home1-slide1-content .icon {
-webkit-transition-delay: 1.3s;
transition-delay: 1.3s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.swiper-slide-active .home1-slide1-content .title {
-webkit-transition-delay: 1.3s;
transition-delay: 1.3s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.swiper-slide-active .home1-slide1-content .sub-title {
-webkit-transition-delay: 1.5s;
transition-delay: 1.5s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.swiper-slide-active .home1-slide1-content .link {
-webkit-transition-delay: 1.7s;
transition-delay: 1.7s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.swiper-slide-active .home1-slide2-content > * {
opacity: 1;
}
.swiper-slide-active .home1-slide2-content .bg {
-webkit-transition-delay: 0.75s;
transition-delay: 0.75s;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.swiper-slide-active .home1-slide2-content .slide-border {
-webkit-transition-delay: 1s;
transition-delay: 1s;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.swiper-slide-active .home1-slide2-content .icon {
-webkit-transition-delay: 1.3s;
transition-delay: 1.3s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.swiper-slide-active .home1-slide2-content .title {
-webkit-transition-delay: 1.3s;
transition-delay: 1.3s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.swiper-slide-active .home1-slide2-content .sub-title {
-webkit-transition-delay: 1.5s;
transition-delay: 1.5s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.swiper-slide-active .home1-slide2-content .link {
-webkit-transition-delay: 1.7s;
transition-delay: 1.7s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.swiper-slide-active .home1-slide3-content > * {
opacity: 1;
}
.swiper-slide-active .home1-slide3-content .title {
-webkit-transition-delay: 0.75s;
transition-delay: 0.75s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.swiper-slide-active .home1-slide3-content .sub-title {
-webkit-transition-delay: 0.95s;
transition-delay: 0.95s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.swiper-slide-active .home1-slide3-content .sub-title img {
-webkit-transition-delay: 1.5s;
transition-delay: 1.5s;
opacity: 1;
}
.swiper-slide-active .home1-slide3-content .sub-title img.left-icon {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.swiper-slide-active .home1-slide3-content .sub-title img.right-icon {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.swiper-slide-active .home1-slide3-content .link {
-webkit-transition-delay: 1.15s;
transition-delay: 1.15s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.home2-slider {
width: 100%;
height: 770px;
}
.home2-slider [class*="swiper-button"]:hover i {
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
.home2-slider:hover [class*="swiper-button"] {
opacity: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
.home2-slider {
height: 550px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.home2-slider {
height: 450px;
}
}
@media only screen and (max-width: 575px) {
.home2-slider {
height: 650px;
}
}
.home2-slide-item .slide-pointer {
overflow: hidden;
width: 40px;
height: 40px;
padding: 0;
-webkit-transition: all 1s ease 0s;
transition: all 1s ease 0s;
text-align: center;
opacity: 0;
color: #fff;
border: 0;
border-radius: 50%;
background-color: #da0e2b;
}
.home2-slide-item .slide-pointer span {
font-size: 40px;
line-height: 1;
display: block;
margin-top: -5px;
}
.home2-slide-item .slide-product {
position: absolute;
display: none;
width: 300px;
padding: 40px;
background-color: #fff;
}
.home2-slide-item .slide-product .image {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
height: 240px;
margin-bottom: 20px;
-webkit-transition: all 1s ease 0s;
transition: all 1s ease 0s;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
.home2-slide-item .slide-product .image img {
max-width: 100%;
max-height: 100%;
}
.home2-slide-item .slide-product .title {
font-family: "Futura";
font-size: 20px;
font-weight: 400;
line-height: 1.2;
color: #333;
}
.home2-slide-item .slide-product .price {
font-size: 18px;
font-weight: 700;
line-height: 1;
color: #333;
}
.home2-slide-item .slide-product.active {
display: block;
}
.home2-slide-item .slide-product.active .image {
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
.home2-slide-item .slide-pointer {
width: 30px;
height: 30px;
}
.home2-slide-item .slide-pointer span {
font-size: 36px;
margin-top: -5px;
}
.home2-slide-item .slide-product {
width: 180px;
padding: 30px;
}
.home2-slide-item .slide-product .image {
height: 140px;
margin-bottom: 20px;
}
.home2-slide-item .slide-product .title {
font-size: 16px;
}
.home2-slide-item .slide-product .price {
font-size: 14px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.home2-slide-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.home2-slide-item .slide-product {
width: 180px;
padding: 30px;
}
.home2-slide-item .slide-product .image {
height: 140px;
margin-bottom: 20px;
}
.home2-slide-item .slide-product .title {
font-size: 16px;
}
.home2-slide-item .slide-product .price {
font-size: 14px;
}
}
@media only screen and (max-width: 575px) {
.home2-slide-item .slide-pointer {
display: none;
}
}
.home2-slide1-image {
position: absolute;
z-index: 9;
top: 10%;
right: 15%;
-webkit-transition: all 1s ease 0s;
transition: all 1s ease 0s;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
opacity: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
.home2-slide1-image {
max-width: 500px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.home2-slide1-image {
max-width: 400px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.home2-slide1-image {
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
display: inline-block;
max-width: 600px;
margin: 0 auto;
}
}
.home2-slide1-product1 {
position: absolute;
top: 10%;
right: 22%;
}
.home2-slide1-product1 .slide-product {
top: 0;
left: 100%;
margin-left: 20px;
-webkit-transform: translateY(-20%);
-ms-transform: translateY(-20%);
transform: translateY(-20%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.home2-slide1-product1 .slide-product {
right: 100%;
left: auto;
margin-right: 20px;
margin-left: 0;
}
}
@media only screen and (max-width: 767px) {
.home2-slide1-product1 .slide-product {
right: 100%;
left: auto;
margin-right: 20px;
margin-left: 0;
}
}
.home2-slide2-image {
position: absolute;
z-index: 9;
top: 14%;
right: 9%;
-webkit-transition: all 1s ease 0s;
transition: all 1s ease 0s;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
opacity: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
.home2-slide2-image {
max-width: 700px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.home2-slide2-image {
max-width: 550px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.home2-slide2-image {
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
display: inline-block;
max-width: 600px;
margin: 0 auto 20px;
}
}
.home2-slide2-product1 {
position: absolute;
bottom: 27%;
left: 7%;
}
.home2-slide2-product1 .slide-product {
right: 100%;
bottom: 100%;
margin-right: 30px;
-webkit-transform: translateY(15%);
-ms-transform: translateY(15%);
transform: translateY(15%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.home2-slide2-product1 .slide-product {
right: auto;
left: 100%;
margin-right: 0;
margin-left: 20px;
-webkit-transform: translateY(50%);
-ms-transform: translateY(50%);
transform: translateY(50%);
}
}
.home2-slide2-product2 {
position: absolute;
top: 30%;
left: 51%;
}
.home2-slide2-product2 .slide-product {
top: 50%;
left: 100%;
margin-left: 30px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.home2-slide2-product2 .slide-product {
margin-left: 20px;
}
}
.home2-slide3-image {
position: absolute;
z-index: 9;
right: 30%;
bottom: 0;
-webkit-transition: all 1s ease 0s;
transition: all 1s ease 0s;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
opacity: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
.home2-slide3-image {
right: 25%;
max-width: 450px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.home2-slide3-image {
right: 20%;
max-width: 350px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.home2-slide3-image {
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
display: inline-block;
max-width: 300px;
margin: 0 auto 20px;
}
}
.home2-slide3-product1 {
position: absolute;
bottom: 55%;
left: 5%;
}
.home2-slide3-product1 .slide-product {
top: 50%;
right: 100%;
margin-right: 20px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
.home2-slide3-product1 .slide-product {
right: auto;
left: 100%;
margin-right: auto;
margin-left: 20px;
}
}
.home2-slide3-product2 {
position: absolute;
right: 3%;
bottom: 28%;
}
.home2-slide3-product2 .slide-product {
bottom: 100%;
left: 100%;
margin-left: 20px;
-webkit-transform: translateY(15%);
-ms-transform: translateY(15%);
transform: translateY(15%);
}
@media only screen and (max-width: 767px) {
.home2-slide3-product2 .slide-product {
right: 100%;
left: auto;
margin-right: 20px;
margin-left: auto;
}
}
.home2-slide-content {
position: absolute;
z-index: 99;
bottom: 18%;
left: 8%;
}
.home2-slide-content > * {
-webkit-transition: all 1s ease 0s;
transition: all 1s ease 0s;
opacity: 0;
}
.home2-slide-content .sub-title {
font-family: "Futura";
font-size: 18px;
font-weight: 600;
line-height: 1.25;
margin-bottom: 30px;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
letter-spacing: 5px;
color: #333;
}
.home2-slide-content .title {
font-size: 56px;
font-weight: 400;
line-height: 1;
margin-bottom: 20px;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
color: #333;
}
.home2-slide-content .link {
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
.home2-slide-content .link a {
font-size: 16px;
font-weight: 400;
line-height: 1.5;
padding-bottom: 2px;
letter-spacing: 1px;
text-transform: uppercase;
color: #333;
border-bottom: 1px solid #333;
}
.home2-slide-content .link a:hover {
color: #72a499;
border-color: #72a499;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.home2-slide-content .sub-title {
font-size: 16px;
margin-bottom: 20px;
}
.home2-slide-content .title {
font-size: 36px;
}
.home2-slide-content .link a {
font-size: 14px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.home2-slide-content {
position: static;
width: 100%;
text-align: center;
}
}
@media only screen and (max-width: 767px) {
.home2-slide-content .sub-title {
font-size: 16px;
margin-bottom: 20px;
}
.home2-slide-content .title {
font-size: 44px;
}
.home2-slide-content .link a {
font-size: 14px;
}
}
@media only screen and (max-width: 575px) {
.home2-slide-content .title {
font-size: 36px;
}
}
@media only screen and (max-width: 479px) {
.home2-slide-content .sub-title {
font-size: 14px;
}
.home2-slide-content .title {
font-size: 30px;
}
.home2-slide-content .link a {
font-size: 12px;
}
}
.home2-slide-pages {
font-size: 56px;
font-weight: 400;
line-height: 1;
position: absolute;
right: 4%;
bottom: 15%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.home2-slide-pages > * {
-webkit-transition: all 1s ease 0s;
transition: all 1s ease 0s;
opacity: 0;
}
.home2-slide-pages .current {
-webkit-transform: translateX(40px);
-ms-transform: translateX(40px);
transform: translateX(40px);
color: #333;
}
.home2-slide-pages .border {
display: block;
width: 80px;
height: 2px;
margin: 5px 15px 0;
-webkit-transform: translateX(40px);
-ms-transform: translateX(40px);
transform: translateX(40px);
border: none !important;
background-color: #333;
}
.home2-slide-pages .total {
-webkit-transform: translateX(40px);
-ms-transform: translateX(40px);
transform: translateX(40px);
color: rgba(126, 126, 126, 0.5);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.home2-slide-pages {
font-size: 44px;
}
.home2-slide-pages .border {
width: 50px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.home2-slide-pages {
display: none;
}
}
.swiper-slide-active .home2-slide1-image,
.swiper-slide-active .home2-slide2-image,
.swiper-slide-active .home2-slide3-image {
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.swiper-slide-active .slide-pointer {
-webkit-transition-delay: 1s;
transition-delay: 1s;
opacity: 1;
}
.swiper-slide-active .home2-slide-content > * {
opacity: 1;
}
.swiper-slide-active .home2-slide-content .sub-title {
-webkit-transition-delay: 1s;
transition-delay: 1s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.swiper-slide-active .home2-slide-content .title {
-webkit-transition-delay: 1.3s;
transition-delay: 1.3s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.swiper-slide-active .home2-slide-content .link {
-webkit-transition-delay: 1.6s;
transition-delay: 1.6s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.swiper-slide-active .home2-slide-pages > * {
opacity: 1;
}
.swiper-slide-active .home2-slide-pages .current {
-webkit-transition-delay: 1s;
transition-delay: 1s;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.swiper-slide-active .home2-slide-pages .border {
-webkit-transition-delay: 1.2s;
transition-delay: 1.2s;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.swiper-slide-active .home2-slide-pages .total {
-webkit-transition-delay: 1.4s;
transition-delay: 1.4s;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.home3-slider {
height: 600px;
}
.home3-slider [class*="swiper-button"] {
top: auto;
top: auto;
bottom: 0;
left: auto;
width: 80px;
height: 80px;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
color: #7e7e7e;
background-color: #fff;
}
.home3-slider [class*="swiper-button"] i {
font-size: 18px;
}
.home3-slider [class*="swiper-button"]:hover {
color: #333;
background-color: #f5ede6;
}
.home3-slider .swiper-button-prev {
right: 80px;
}
.home3-slider .swiper-button-next {
right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.home3-slider {
height: 450px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.home3-slider {
height: 350px;
}
.home3-slider [class*="swiper-button"] {
width: 60px;
height: 60px;
}
.home3-slider .swiper-button-prev {
right: 60px;
}
}
@media only screen and (max-width: 767px) {
.home3-slider {
height: 300px;
}
.home3-slider [class*="swiper-button"] {
width: 50px;
height: 50px;
}
.home3-slider [class*="swiper-button"]::after {
font-size: 14px;
}
.home3-slider .swiper-button-prev {
right: 50px;
}
}
@media only screen and (max-width: 575px) {
.home3-slider {
height: 250px;
}
.home3-slider [class*="swiper-button"] {
width: 40px;
height: 40px;
}
.home3-slider .swiper-button-prev {
right: 40px;
}
}
@media only screen and (max-width: 479px) {
.home3-slider {
height: 200px;
}
.home3-slider [class*="swiper-button"] {
width: 30px;
height: 30px;
}
.home3-slider .swiper-button-prev {
right: 30px;
}
}
.home3-slide-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.home3-slide-content {
display: inline-block;
text-align: center;
}
.home3-slide-content > * {
-webkit-transition: all 1s ease 0s;
transition: all 1s ease 0s;
opacity: 0;
}
.home3-slide-content > *:last-child {
margin-bottom: 0;
}
.home3-slide-content .sub-title {
font-family: "Modesty";
font-size: 52px;
font-weight: 400;
line-height: 1;
margin-bottom: 24px;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
color: #72a499;
}
.home3-slide-content .title {
font-size: 52px;
font-weight: 400;
line-height: 1.55;
margin-bottom: 18px;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
.home3-slide-content .link {
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.home3-slide-content .sub-title {
font-size: 44px;
margin-bottom: 20px;
}
.home3-slide-content .title {
font-size: 40px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.home3-slide-content .sub-title {
font-size: 36px;
margin-bottom: 15px;
}
.home3-slide-content .title {
font-size: 30px;
}
.home3-slide-content .link .btn {
padding: 10px 30px;
}
}
@media only screen and (max-width: 767px) {
.home3-slide-content .sub-title {
font-size: 30px;
margin-bottom: 10px;
}
.home3-slide-content .title {
font-size: 24px;
}
.home3-slide-content .link .btn {
font-size: 14px;
padding: 8px 25px;
}
}
@media only screen and (max-width: 479px) {
.home3-slide-content .sub-title {
font-size: 24px;
margin-bottom: 5px;
}
.home3-slide-content .title {
font-size: 20px;
margin-bottom: 10px;
}
.home3-slide-content .link .btn {
font-size: 12px;
padding: 3px 20px;
}
}
.swiper-slide-active .home3-slide-content > * {
opacity: 1;
}
.swiper-slide-active .home3-slide-content .sub-title {
-webkit-transition-delay: 0.75s;
transition-delay: 0.75s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.swiper-slide-active .home3-slide-content .title {
-webkit-transition-delay: 0.95s;
transition-delay: 0.95s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.swiper-slide-active .home3-slide-content .link {
-webkit-transition-delay: 1.15s;
transition-delay: 1.15s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.home4-slider {
overflow: visible;
}
.home4-slider [class*="swiper-button"] {
color: #e7e7e7;
}
.home4-slider [class*="swiper-button"] i {
font-size: 40px;
}
.home4-slider [class*="swiper-button"]:hover {
color: #333;
}
.home4-slider .swiper-button-prev {
left: -120px;
}
.home4-slider .swiper-button-next {
right: -120px;
}
.home4-slider:hover [class*="swiper-button"] {
opacity: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.home4-slider {
overflow: hidden;
}
.home4-slider [class*="swiper-button"] {
color: #7e7e7e;
}
.home4-slider [class*="swiper-button"] i {
font-size: 30px;
}
.home4-slider .swiper-button-prev {
left: -40px;
}
.home4-slider .swiper-button-next {
right: -40px;
}
.home4-slider:hover .swiper-button-prev {
left: 0;
}
.home4-slider:hover .swiper-button-next {
right: 0;
}
.home4-slider .swiper-pagination {
margin-top: 30px;
}
}
@media only screen and (max-width: 575px) {
.home4-slider .swiper-pagination {
margin-top: 20px;
}
}
.home4-slide-content {
position: absolute;
top: 50%;
left: 70px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.home4-slide-content .category {
font-family: "Futura";
font-size: 16px;
font-weight: 600;
line-height: 1;
display: block;
margin-bottom: 35px;
letter-spacing: 3px;
}
.home4-slide-content .title {
font-size: 48px;
font-weight: 400;
line-height: 1.35;
margin-bottom: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.home4-slide-content {
left: 50px;
}
.home4-slide-content .category {
margin-bottom: 25px;
}
.home4-slide-content .title {
font-size: 40px;
margin-bottom: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.home4-slide-content {
left: 40px;
}
.home4-slide-content .category {
font-size: 14px;
margin-bottom: 20px;
}
.home4-slide-content .title {
font-size: 32px;
margin-bottom: 25px;
}
.home4-slide-content .link .btn {
padding: 10px 30px;
}
}
@media only screen and (max-width: 767px) {
.home4-slide-content {
left: 30px;
}
.home4-slide-content .category {
font-size: 12px;
margin-bottom: 15px;
}
.home4-slide-content .title {
font-size: 24px;
margin-bottom: 20px;
}
.home4-slide-content .link .btn {
font-size: 14px;
padding: 8px 20px;
}
}
@media only screen and (max-width: 479px) {
.home4-slide-content {
left: 20px;
}
.home4-slide-content .category {
font-size: 10px;
margin-bottom: 10px;
}
.home4-slide-content .title {
font-size: 18px;
margin-bottom: 10px;
}
.home4-slide-content .link .btn {
font-size: 12px;
padding: 3px 15px;
}
}
.home5-slider {
position: relative;
height: 720px;
}
.home5-slider .swiper-container {
height: 100%;
}
.home5-slider .swiper-pagination {
position: absolute;
bottom: 40px;
left: 40px;
}
@media only screen and (max-width: 767px) {
.home5-slider {
height: 700px;
}
.home5-slider .swiper-pagination {
bottom: 25px;
left: 30px;
}
}
.home5-slide-item {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0 150px;
background-image: -webkit-gradient(linear, left top, right top, from(#f4f3ec), color-stop(60%, #f4f3ec), color-stop(60%, #fff), to(#fff));
background-image: -webkit-linear-gradient(left, #f4f3ec 0, #f4f3ec 60%, #fff 60%, #fff 100%);
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f4f3ec), color-stop(60%, #f4f3ec), color-stop(60%, #fff), to(#fff));
background-image: linear-gradient(to right, #f4f3ec 0, #f4f3ec 60%, #fff 60%, #fff 100%);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
.home5-slide-item {
padding: 0 100px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.home5-slide-item {
padding: 0 50px;
background-color: #f4f3ec;
background-image: none;
}
}
.home5-slide1-image {
-webkit-animation: homr5image 5s linear infinite alternate both;
animation: homr5image 5s linear infinite alternate both;
text-align: center;
}
@media only screen and (max-width: 767px) {
.home5-slide1-image {
max-width: 300px;
margin: 0 auto;
}
}
.home5-slide1-content {
text-align: center;
}
.home5-slide1-content .sub-title {
font-family: "Modesty";
font-size: 80px;
font-weight: 400;
line-height: 1;
display: block;
margin-bottom: 20px;
color: #454545;
}
.home5-slide1-content .sub-title::before {
padding-right: 20px;
content: url(//thelilsunflower.com/wp-content/themes/tls/assets/images/title/title-decor-left.webp);
-webkit-filter: grayscale(100);
filter: grayscale(100);
}
.home5-slide1-content .sub-title::after {
padding-left: 20px;
content: url(//thelilsunflower.com/wp-content/themes/tls/assets/images/title/title-decor-right.webp);
-webkit-filter: grayscale(100);
filter: grayscale(100);
}
.home5-slide1-content .title {
font-size: 24px;
font-weight: 400;
line-height: 1.25;
margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
.home5-slide1-content .sub-title {
font-size: 50px;
margin-bottom: 10px;
}
}
@media only screen and (max-width: 575px) {
.home5-slide1-content .sub-title::before,
.home5-slide1-content .sub-title::after {
display: none;
}
}
@media only screen and (max-width: 479px) {
.home5-slide1-content .sub-title {
font-size: 40px;
}
}
.home5-slide2-image {
-webkit-animation: homr5image 5s linear infinite alternate both;
animation: homr5image 5s linear infinite alternate both;
text-align: center;
}
@media only screen and (max-width: 767px) {
.home5-slide2-image {
max-width: 300px;
margin: 0 auto;
}
}
.home5-slide2-content {
text-align: center;
}
.home5-slide2-content .sub-title {
font-family: "Modesty";
font-size: 120px;
font-weight: 400;
line-height: 1;
display: block;
margin: 0;
color: #454545;
}
.home5-slide2-content .sub-title::before {
padding-right: 10px;
content: url(//thelilsunflower.com/wp-content/themes/tls/assets/images/title/title-decor-left.webp);
-webkit-filter: grayscale(100);
filter: grayscale(100);
}
.home5-slide2-content .sub-title::after {
padding-left: 10px;
content: url(//thelilsunflower.com/wp-content/themes/tls/assets/images/title/title-decor-right.webp);
-webkit-filter: grayscale(100);
filter: grayscale(100);
}
.home5-slide2-content .title {
font-size: 64px;
font-weight: 400;
line-height: 1.25;
margin-bottom: 30px;
}
.home5-slide2-content .btn {
color: #333;
background-color: #fff;
}
.home5-slide2-content .btn:hover {
color: #fff;
background-color: #333;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
.home5-slide2-content .sub-title {
font-size: 90px;
}
.home5-slide2-content .title {
font-size: 50px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.home5-slide2-content .sub-title {
font-size: 50px;
margin-bottom: 10px;
}
.home5-slide2-content .title {
font-size: 34px;
}
.home5-slide2-content .btn {
padding: 10px 30px;
}
}
@media only screen and (max-width: 767px) {
.home5-slide2-content .sub-title {
font-size: 80px;
margin-bottom: 10px;
}
.home5-slide2-content .title {
font-size: 40px;
}
.home5-slide2-content .btn {
padding: 10px 30px;
}
}
@media only screen and (max-width: 575px) {
.home5-slide2-content .sub-title::before,
.home5-slide2-content .sub-title::after {
display: none;
}
}
@media only screen and (max-width: 479px) {
.home5-slide2-content .sub-title {
font-size: 40px;
}
.home5-slide2-content .title {
font-size: 30px;
margin-bottom: 20px;
}
.home5-slide2-content .btn {
font-size: 14px;
padding: 8px 20px;
}
}
.home5-slide3-image {
-webkit-animation: homr5image 5s linear infinite alternate both;
animation: homr5image 5s linear infinite alternate both;
text-align: center;
}
@media only screen and (max-width: 767px) {
.home5-slide3-image {
max-width: 90%;
margin: 0 auto;
}
}
.home5-slide3-content {
text-align: center;
}
.home5-slide3-content .sub-title {
font-family: "Modesty";
font-size: 70px;
font-weight: 400;
line-height: 1;
display: block;
margin-bottom: 20px;
color: #454545;
}
.home5-slide3-content .title {
font-family: "Futura";
font-size: 60px;
font-weight: 600;
line-height: 1.25;
margin-bottom: 0;
letter-spacing: 14px;
text-transform: uppercase;
color: #baa491;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.home5-slide3-content .title {
font-size: 50px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.home5-slide3-content .sub-title {
font-size: 55px;
}
.home5-slide3-content .title {
font-size: 40px;
}
}
@media only screen and (max-width: 575px) {
.home5-slide3-content .sub-title {
font-size: 45px;
}
.home5-slide3-content .title {
font-size: 30px;
}
}
@media only screen and (max-width: 479px) {
.home5-slide3-content .sub-title {
font-size: 40px;
}
.home5-slide3-content .title {
font-size: 24px;
letter-spacing: 5px;
}
}
.home5-slide-collection,
.home5-slide-sale {
font-size: 18px;
font-weight: 600;
position: absolute;
top: 50%;
left: 60px;
width: auto;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
letter-spacing: 5px;
color: #333;
-webkit-writing-mode: vertical-lr;
-ms-writing-mode: tb-lr;
writing-mode: vertical-lr;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
.home5-slide-collection,
.home5-slide-sale {
left: 40px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.home5-slide-collection,
.home5-slide-sale {
font-size: 14px;
left: 20px;
}
}
@media only screen and (max-width: 479px) {
.home5-slide-collection,
.home5-slide-sale {
font-size: 12px;
left: 10px;
}
}
.home5-slide-sale {
right: 60px;
left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
.home5-slide-sale {
right: 40px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.home5-slide-sale {
right: 20px;
}
}
@media only screen and (max-width: 479px) {
.home5-slide-sale {
right: 10px;
}
}
.home5-slide-shop-link {
position: absolute;
right: 50px;
bottom: 40px;
width: auto;
}
.home5-slide-shop-link::before {
position: absolute;
top: 50%;
right: calc(100% + 15px);
width: 60px;
height: 2px;
content: "";
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
background-color: #333;
}
.home5-slide-shop-link a {
font-weight: 400;
color: #333;
}
.home5-slide-shop-link a:hover {
color: #72a499;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
.home5-slide-shop-link {
right: 40px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.home5-slide-shop-link {
right: 30px;
bottom: 30px;
}
}
@media only screen and (max-width: 479px) {
.home5-slide-shop-link {
right: 20px;
bottom: 20px;
}
.home5-slide-shop-link::before {
display: none;
}
.home5-slide-shop-link a {
font-size: 14px;
}
}
@-webkit-keyframes homr5image {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
}
@keyframes homr5image {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
}
.home6-slide-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
min-height: 90vh;
padding: 60px 0;
}
.home6-slide1-content {
text-align: center;
}
.home6-slide1-content .sub-title {
font-family: "Modesty";
font-size: 80px;
font-weight: 400;
line-height: 1.375;
color: #fff;
}
.home6-slide1-content .title {
font-size: 64px;
font-weight: 400;
line-height: 1.25;
color: #fff;
}
.home6-slide1-content .title:not(:last-child) {
margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.home6-slide1-content .sub-title {
font-size: 70px;
}
.home6-slide1-content .title {
font-size: 56px;
}
}
@media only screen and (max-width: 767px) {
.home6-slide1-content .sub-title {
font-size: 50px;
}
.home6-slide1-content .title {
font-size: 40px;
}
.home6-slide1-content .title:not(:last-child) {
margin-bottom: 30px;
}
.home6-slide1-content .link .btn {
padding: 10px 30px;
}
}
@media only screen and (max-width: 575px) {
.home6-slide1-content .sub-title {
font-size: 40px;
}
.home6-slide1-content .title {
font-size: 36px;
}
.home6-slide1-content .title:not(:last-child) {
margin-bottom: 25px;
}
}
@media only screen and (max-width: 479px) {
.home6-slide1-content .sub-title {
font-size: 30px;
}
.home6-slide1-content .title {
font-size: 30px;
}
.home6-slide1-content .title:not(:last-child) {
margin-bottom: 20px;
}
.home6-slide1-content .link .btn {
font-size: 14px;
padding: 8px 25px;
}
}
.home7-slider {
height: 850px;
}
.home7-slider [class*="swiper-button"]:hover i {
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
.home7-slider:hover [class*="swiper-button"] {
opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.home7-slider {
height: 650px;
}
}
@media only screen and (max-width: 767px) {
.home7-slider {
height: 550px;
}
}
@media only screen and (max-width: 575px) {
.home7-slider {
height: 500px;
}
}
@media only screen and (max-width: 479px) {
.home7-slider {
height: 450px;
}
}
.home7-slide-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.home7-slide1-content {
z-index: 1;
overflow: hidden;
text-align: center;
}
.home7-slide1-content > * {
-webkit-transition: all 1s ease 0s;
transition: all 1s ease 0s;
opacity: 0;
}
.home7-slide1-content .name {
font-family: "Modesty";
font-size: 120px;
line-height: 1.2;
display: block;
margin-bottom: -30px;
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
transform: scale(0.85);
color: #454545;
}
.home7-slide1-content .title {
font-family: "Futura";
font-size: 55px;
font-weight: 500;
line-height: 1.25;
margin-bottom: 11px;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
letter-spacing: 20px;
text-transform: uppercase;
color: #baa491;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.home7-slide1-content .name {
font-size: 90px;
}
.home7-slide1-content .title {
font-size: 44px;
letter-spacing: 15px;
}
}
@media only screen and (max-width: 767px) {
.home7-slide1-content .name {
font-size: 70px;
margin-bottom: -15px;
}
.home7-slide1-content .title {
font-size: 36px;
letter-spacing: 10px;
}
}
@media only screen and (max-width: 575px) {
.home7-slide1-content .name {
font-size: 50px;
margin-bottom: 0;
}
.home7-slide1-content .title {
font-size: 30px;
letter-spacing: 5px;
}
}
.home7-slide1-image {
position: relative;
display: inline-block;
-webkit-transition: all 1s ease 0s;
transition: all 1s ease 0s;
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
transform: scale(0.85);
opacity: 0;
}
.home7-slide1-image:not(:first-child) {
margin-top: 50px;
}
.home7-slide1-image .price {
font-size: 13px;
font-weight: 400;
line-height: 1.35;
position: absolute;
top: 0;
left: 30px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 100px;
height: 100px;
text-align: center;
letter-spacing: 2px;
text-transform: uppercase;
color: #333;
border-radius: 50%;
background-color: #fff;
}
.home7-slide1-image .price .amount {
font-size: 24px;
font-weight: 700;
display: block;
letter-spacing: 0;
}
.home7-slide1-image img {
-webkit-animation: hero7SlideUpDown 2s linear infinite alternate both;
animation: hero7SlideUpDown 2s linear infinite alternate both;
}
@media only screen and (max-width: 767px) {
.home7-slide1-image .price {
font-size: 10px;
left: 20px;
width: 60px;
height: 60px;
}
.home7-slide1-image .price .amount {
font-size: 18px;
}
}
@media only screen and (max-width: 479px) {
.home7-slide1-image .price {
top: -10px;
}
}
@-webkit-keyframes hero7SlideUpDown {
0% {
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
100% {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
}
@keyframes hero7SlideUpDown {
0% {
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
100% {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
}
.home7-slide2-content {
z-index: 1;
display: inline-block;
overflow: hidden;
text-align: center;
}
.home7-slide2-content > * {
-webkit-transition: all 1s ease 0s;
transition: all 1s ease 0s;
opacity: 0;
}
.home7-slide2-content .sub-title {
font-family: "Modesty";
font-size: 70px;
line-height: 1;
display: block;
margin-bottom: 20px;
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
transform: scale(0.85);
color: #454545;
}
.home7-slide2-content .title {
font-size: 65px;
font-weight: 400;
line-height: 1.25;
position: relative;
margin-bottom: 40px;
padding: 0 60px;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
letter-spacing: 5px;
text-transform: uppercase;
}
.home7-slide2-content .title::before,
.home7-slide2-content .title::after {
line-height: 0.9;
position: absolute;
top: 0;
}
.home7-slide2-content .title::before {
left: 0;
content: url(//thelilsunflower.com/wp-content/themes/tls/assets/images/slider/home7/slide2-title-1.webp);
}
.home7-slide2-content .title::after {
right: 0;
content: url(//thelilsunflower.com/wp-content/themes/tls/assets/images/slider/home7/slide2-title-2.webp);
}
.home7-slide2-content .link {
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.home7-slide2-content .sub-title {
font-size: 60px;
}
.home7-slide2-content .title {
font-size: 50px;
}
}
@media only screen and (max-width: 767px) {
.home7-slide2-content .sub-title {
font-size: 50px;
}
.home7-slide2-content .title {
font-size: 40px;
margin-bottom: 30px;
}
}
@media only screen and (max-width: 575px) {
.home7-slide2-content .sub-title {
font-size: 40px;
}
.home7-slide2-content .title {
font-size: 30px;
margin-bottom: 30px;
padding: 0;
}
.home7-slide2-content .title::before,
.home7-slide2-content .title::after {
display: none;
}
}
@media only screen and (max-width: 479px) {
.home7-slide2-content .sub-title {
font-size: 26px;
}
.home7-slide2-content .title {
font-size: 24px;
}
}
.swiper-slide-active .home7-slide1-content > * {
opacity: 1;
}
.swiper-slide-active .home7-slide1-content .name {
-webkit-transition-delay: 0.8s;
transition-delay: 0.8s;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.swiper-slide-active .home7-slide1-content .title {
-webkit-transition-delay: 1.3s;
transition-delay: 1.3s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.swiper-slide-active .home7-slide1-image {
-webkit-transition-delay: 1s;
transition-delay: 1s;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.swiper-slide-active .home7-slide2-content > * {
opacity: 1;
}
.swiper-slide-active .home7-slide2-content .sub-title {
-webkit-transition-delay: 0.8s;
transition-delay: 0.8s;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.swiper-slide-active .home7-slide2-content .title {
-webkit-transition-delay: 1.3s;
transition-delay: 1.3s;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.swiper-slide-active .home7-slide2-content .link {
-webkit-transition-delay: 1.7s;
transition-delay: 1.7s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.home8-slider .swiper-pagination {
position: absolute;
top: 50%;
right: 0;
bottom: auto;
left: auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
width: auto;
height: auto;
margin: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.home8-slide-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.home8-slide-image {
z-index: 1;
overflow: hidden;
max-width: 64%;
}
.home8-slide-image img {
width: 100%;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.home8-slide-image {
max-width: 70%;
}
}
@media only screen and (max-width: 767px) {
.home8-slide-image {
max-width: 100%;
}
}
.home8-slide-content {
position: absolute;
z-index: 1;
z-index: 8;
top: 50%;
left: 64%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
white-space: nowrap;
}
.home8-slide-content > * {
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
opacity: 0;
}
.home8-slide-content .sub-title {
font-family: "Modesty";
font-size: 75px;
font-weight: 400;
line-height: 1.5;
display: block;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
color: #333;
}
.home8-slide-content .title {
font-size: 60px;
font-weight: 400;
line-height: 1.25;
margin-bottom: 30px;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
.home8-slide-content .link {
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
.home8-slide-content .link a {
font-size: 16px;
font-weight: 400;
line-height: 1.5;
padding-bottom: 2px;
text-transform: uppercase;
color: #333;
border-bottom: 1px solid #333;
}
.home8-slide-content .link a:hover {
color: #72a499;
border-color: #72a499;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
.home8-slide-content .sub-title {
font-size: 50px;
}
.home8-slide-content .title {
font-size: 50px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.home8-slide-content .sub-title {
font-size: 50px;
}
.home8-slide-content .title {
font-size: 40px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.home8-slide-content {
left: 70%;
}
.home8-slide-content .sub-title {
font-size: 40px;
}
.home8-slide-content .title {
font-size: 30px;
margin-bottom: 10px;
}
.home8-slide-content .link a {
font-size: 14px;
}
}
@media only screen and (max-width: 767px) {
.home8-slide-content {
position: relative;
right: 0;
left: 0;
-webkit-box-flex: 1;
-webkit-flex: 1 0 100%;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
margin-top: -80px;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.home8-slide-content .sub-title {
font-size: 40px;
}
.home8-slide-content .title {
font-size: 30px;
margin-bottom: 10px;
}
.home8-slide-content .link a {
font-size: 14px;
}
}
@media only screen and (max-width: 479px) {
.home8-slide-content {
margin-top: -40px;
}
.home8-slide-content .sub-title {
font-size: 36px;
}
.home8-slide-content .title {
font-size: 24px;
}
}
.home8-slide-pages {
font-size: 56px;
font-weight: 400;
line-height: 1;
position: absolute;
z-index: 9;
right: 3%;
bottom: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.home8-slide-pages > * {
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
opacity: 0;
}
.home8-slide-pages .current {
-webkit-transform: translateX(40px);
-ms-transform: translateX(40px);
transform: translateX(40px);
color: #333;
}
.home8-slide-pages .border {
display: block;
width: 80px;
height: 2px;
margin: 5px 15px 0;
-webkit-transform: translateX(40px);
-ms-transform: translateX(40px);
transform: translateX(40px);
border: none !important;
background-color: #333;
}
.home8-slide-pages .total {
-webkit-transform: translateX(40px);
-ms-transform: translateX(40px);
transform: translateX(40px);
color: rgba(126, 126, 126, 0.5);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.home8-slide-pages {
font-size: 44px;
}
.home8-slide-pages .border {
width: 50px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.home8-slide-pages {
font-size: 40px;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.home8-slide-pages .border {
width: 40px;
margin-right: 10px;
margin-left: 10px;
}
}
@media only screen and (max-width: 767px) {
.home8-slide-pages {
font-size: 30px;
right: 5px;
bottom: 5px;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.home8-slide-pages .border {
width: 30px;
}
}
.swiper-slide-active .home8-slide-image img {
-webkit-transition-delay: 0.75s;
transition-delay: 0.75s;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.swiper-slide-active .home8-slide-content > * {
opacity: 1;
}
.swiper-slide-active .home8-slide-content .sub-title {
-webkit-transition-delay: 1.3s;
transition-delay: 1.3s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.swiper-slide-active .home8-slide-content .title {
-webkit-transition-delay: 1.6s;
transition-delay: 1.6s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.swiper-slide-active .home8-slide-content .link {
-webkit-transition-delay: 2s;
transition-delay: 2s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.swiper-slide-active .home8-slide-pages > * {
opacity: 1;
}
.swiper-slide-active .home8-slide-pages .current {
-webkit-transition-delay: 1s;
transition-delay: 1s;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.swiper-slide-active .home8-slide-pages .border {
-webkit-transition-delay: 1.2s;
transition-delay: 1.2s;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.swiper-slide-active .home8-slide-pages .total {
-webkit-transition-delay: 1.4s;
transition-delay: 1.4s;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.home12-slider {
width: 100%;
}
.home12-slider:hover [class*="swiper-button"] {
opacity: 1;
}
.home12-slider:hover [class*="swiper-button"]:hover i {
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
.home12-slide-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
height: 645px;
}
@media only screen and (max-width: 767px) {
.home12-slide-item {
height: 550px;
}
}
@media only screen and (max-width: 575px) {
.home12-slide-item {
height: 500px;
}
}
@media only screen and (max-width: 479px) {
.home12-slide-item {
height: 450px;
}
}
.home12-slide1-content {
position: relative;
z-index: 1;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
width: 100%;
max-width: 600px;
padding: 40px 40px 55px;
text-align: center;
}
.home12-slide1-content > * {
-webkit-transition: all 1s ease 0s;
transition: all 1s ease 0s;
opacity: 0;
}
.home12-slide1-content .bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
transform: scale(0.85);
background-color: #fff;
}
.home12-slide1-content .bg::before {
position: absolute;
top: 15px;
left: 15px;
width: calc(100% - 30px);
height: calc(100% - 30px);
content: "";
border: 1px dashed #72a499;
}
.home12-slide1-content .sub-title {
font-family: "Modesty";
font-size: 55px;
font-weight: 400;
line-height: 1.25;
display: block;
margin-bottom: 28px;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
color: #72a499;
}
.home12-slide1-content .title {
font-size: 40px;
font-weight: 400;
line-height: 1;
margin-bottom: 25px;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
letter-spacing: 3px;
color: #333;
}
.home12-slide1-content .price {
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
@media only screen and (max-width: 767px) {
.home12-slide1-content {
max-width: 450px;
}
.home12-slide1-content .sub-title {
font-size: 50px;
}
.home12-slide1-content .title {
font-size: 36px;
}
}
@media only screen and (max-width: 479px) {
.home12-slide1-content .sub-title {
font-size: 40px;
}
.home12-slide1-content .title {
font-size: 30px;
}
}
.home12-slide2-content {
position: relative;
z-index: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 466px;
height: 466px;
padding: 25px;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0);
}
.home12-slide2-content > * {
-webkit-transition: all 1s ease 0s;
transition: all 1s ease 0s;
opacity: 0;
}
.home12-slide2-content .bg {
position: absolute;
z-index: -2;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
transform: scale(0.85);
border-radius: 50%;
background-color: #fff;
}
.home12-slide2-content .icon {
margin-bottom: 25px;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
.home12-slide2-content .title {
font-family: "Modesty";
font-size: 80px;
font-weight: 300;
line-height: 1;
margin-bottom: 11px;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
.home12-slide2-content .price {
margin-bottom: 20px;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
.home12-slide2-content .link {
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
.home12-slide2-content .link a {
font-size: 16px;
font-weight: 400;
line-height: 1.5;
padding-bottom: 2px;
text-transform: uppercase;
color: #333;
border-bottom: 1px solid #333;
}
.home12-slide2-content .link a:hover {
color: #72a499;
border-color: #72a499;
}
@media only screen and (max-width: 767px) {
.home12-slide2-content {
width: 400px;
height: 400px;
}
.home12-slide2-content .title {
font-size: 60px;
}
.home12-slide2-content .link a {
font-size: 14px;
}
}
@media only screen and (max-width: 575px) {
.home12-slide2-content {
width: 350px;
height: 350px;
}
.home12-slide2-content .icon {
height: 60px;
margin-bottom: 20px;
}
.home12-slide2-content .title {
font-size: 48px;
}
.home12-slide2-content .price {
height: 60px;
}
}
@media only screen and (max-width: 479px) {
.home12-slide2-content {
width: 300px;
height: 300px;
}
.home12-slide2-content .title {
font-size: 40px;
}
.home12-slide2-content .price {
height: 50px;
}
.home12-slide2-content .link a {
font-size: 12px;
}
}
.home12-slide3-content {
max-width: calc(100% - 20px);
margin-top: 80px;
text-align: center;
}
.home12-slide3-content > * {
-webkit-transition: all 1s ease 0s;
transition: all 1s ease 0s;
opacity: 0;
}
.home12-slide3-content .title {
font-family: "Modesty";
font-size: 76px;
font-weight: 300;
line-height: 1;
margin-bottom: 20px;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
color: #72a499;
}
.home12-slide3-content .sub-title {
font-size: 56px;
font-weight: 400;
line-height: 1.1;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 35px;
padding: 0 80px;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
text-align: center;
color: #000;
}
.home12-slide3-content .sub-title img {
position: absolute;
top: 50%;
margin-top: -12px;
opacity: 0;
}
.home12-slide3-content .sub-title img.left-icon {
left: 0;
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
}
.home12-slide3-content .sub-title img.right-icon {
right: 0;
-webkit-transform: translateX(-30px);
-ms-transform: translateX(-30px);
transform: translateX(-30px);
}
.home12-slide3-content .price {
font-family: "Marcellus";
font-size: 20px;
font-weight: 400;
line-height: 1.4;
z-index: 9;
display: inline-block;
padding: 0 45px;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
letter-spacing: 2px;
text-transform: uppercase;
color: #fff;
background-image: url(//thelilsunflower.com/wp-content/themes/tls/assets/images/slider/home1/slide-3-3.webp);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
@media only screen and (max-width: 767px) {
.home12-slide3-content {
margin-top: 60px;
}
.home12-slide3-content .title {
font-size: 70px;
margin-bottom: 20px;
}
.home12-slide3-content .sub-title {
font-size: 36px;
margin-bottom: 25px;
}
.home12-slide3-content .price {
font-size: 14px;
}
}
@media only screen and (max-width: 575px) {
.home12-slide3-content {
margin-top: 60px;
}
.home12-slide3-content .title {
font-size: 54px;
}
.home12-slide3-content .sub-title {
font-size: 30px;
margin-bottom: 20px;
padding: 0 50px;
}
.home12-slide3-content .sub-title img {
height: 16px;
margin-top: -8px;
}
}
@media only screen and (max-width: 479px) {
.home12-slide3-content .title {
font-size: 40px;
}
.home12-slide3-content .sub-title {
font-size: 20px;
margin-bottom: 15px;
}
.home12-slide3-content .price {
font-size: 12px;
}
}
.swiper-slide-active .home12-slide1-content > * {
opacity: 1;
}
.swiper-slide-active .home12-slide1-content .bg {
-webkit-transition-delay: 0.75s;
transition-delay: 0.75s;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.swiper-slide-active .home12-slide1-content .sub-title {
-webkit-transition-delay: 1.3s;
transition-delay: 1.3s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.swiper-slide-active .home12-slide1-content .title {
-webkit-transition-delay: 1.5s;
transition-delay: 1.5s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.swiper-slide-active .home12-slide1-content .price {
-webkit-transition-delay: 1.7s;
transition-delay: 1.7s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.swiper-slide-active .home12-slide2-content > * {
opacity: 1;
}
.swiper-slide-active .home12-slide2-content .bg {
-webkit-transition-delay: 0.75s;
transition-delay: 0.75s;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.swiper-slide-active .home12-slide2-content .icon {
-webkit-transition-delay: 1s;
transition-delay: 1s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.swiper-slide-active .home12-slide2-content .title {
-webkit-transition-delay: 1.3s;
transition-delay: 1.3s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.swiper-slide-active .home12-slide2-content .price {
-webkit-transition-delay: 1.5s;
transition-delay: 1.5s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.swiper-slide-active .home12-slide2-content .link {
-webkit-transition-delay: 1.7s;
transition-delay: 1.7s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.swiper-slide-active .home12-slide3-content > * {
opacity: 1;
}
.swiper-slide-active .home12-slide3-content .title {
-webkit-transition-delay: 0.75s;
transition-delay: 0.75s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.swiper-slide-active .home12-slide3-content .sub-title {
-webkit-transition-delay: 0.95s;
transition-delay: 0.95s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.swiper-slide-active .home12-slide3-content .sub-title img {
-webkit-transition-delay: 1.5s;
transition-delay: 1.5s;
opacity: 1;
}
.swiper-slide-active .home12-slide3-content .sub-title img.left-icon {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.swiper-slide-active .home12-slide3-content .sub-title img.right-icon {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.swiper-slide-active .home12-slide3-content .price {
-webkit-transition-delay: 1.15s;
transition-delay: 1.15s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.section-title {
margin-bottom: 80px;
}
.section-title .sub-title {
font-family: "Modesty";
font-size: 76px;
font-weight: 300;
line-height: 1;
margin-bottom: 5px;
color: #72a499;
}
.section-title .sub-title:last-child {
margin-bottom: 0;
}
.section-title .title {
font-size: 56px;
font-weight: 400;
line-height: 1;
margin-bottom: 0;
color: #333;
}
.section-title .title.title-icon-both::before {
padding-right: 10px;
content: url(//thelilsunflower.com/wp-content/themes/tls/assets/images/title/title-decor-left.webp);
}
.section-title .title.title-icon-both::after {
padding-left: 10px;
content: url(//thelilsunflower.com/wp-content/themes/tls/assets/images/title/title-decor-right.webp);
}
.section-title .title.title-icon-left::before {
padding-right: 10px;
content: url(//thelilsunflower.com/wp-content/themes/tls/assets/images/title/title-decor-left.webp);
}
.section-title .title.title-icon-right::after {
padding-left: 10px;
content: url(//thelilsunflower.com/wp-content/themes/tls/assets/images/title/title-decor-right.webp);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-title .sub-title {
font-size: 60px;
}
.section-title .title {
font-size: 44px;
}
}
@media only screen and (max-width: 767px) {
.section-title {
margin-bottom: 60px;
}
.section-title .sub-title {
font-size: 50px;
}
.section-title .title {
font-size: 30px;
}
}
@media only screen and (max-width: 575px) {
.section-title {
margin-bottom: 50px;
}
.section-title .sub-title {
font-size: 40px;
}
.section-title .title {
font-size: 24px;
}
.section-title .title::before,
.section-title .title::after {
display: none !important;
}
}
.section-title2 {
margin-bottom: 80px;
}
.section-title2 .sub-title {
font-family: "Modesty";
font-size: 56px;
font-weight: 300;
line-height: 1;
margin-bottom: 8px;
color: #72a499;
}
.section-title2 .title {
font-size: 40px;
font-weight: 400;
line-height: 1;
margin-bottom: 0;
color: #333;
}
.section-title2 .title.title-icon-both::before {
padding-right: 10px;
content: url(//thelilsunflower.com/wp-content/themes/tls/assets/images/title/title-decor-left.webp);
}
.section-title2 .title.title-icon-both::after {
padding-left: 10px;
content: url(//thelilsunflower.com/wp-content/themes/tls/assets/images/title/title-decor-right.webp);
}
.section-title2 .title.title-icon-left::before {
padding-right: 10px;
content: url(//thelilsunflower.com/wp-content/themes/tls/assets/images/title/title-decor-left.webp);
}
.section-title2 .title.title-icon-right::after {
padding-left: 10px;
content: url(//thelilsunflower.com/wp-content/themes/tls/assets/images/title/title-decor-right.webp);
}
.section-title2 p {
line-height: 1.75;
max-width: 570px;
margin-top: 25px;
}
.section-title2.text-center p {
margin-right: auto;
margin-left: auto;
}
@media only screen and (max-width: 767px) {
.section-title2 {
margin-bottom: 60px;
}
.section-title2 .sub-title {
font-size: 50px;
}
.section-title2 .title {
font-size: 32px;
}
.section-title2 p {
margin-top: 15px;
}
}
@media only screen and (max-width: 575px) {
.section-title2 {
margin-bottom: 50px;
}
.section-title2 .sub-title {
font-size: 40px;
}
.section-title2 .title {
font-size: 24px;
}
.section-title2 .title::before,
.section-title2 .title::after {
display: none !important;
}
.section-title2 p {
margin-top: 10px;
}
}
.section-title3 {
margin-bottom: 80px;
padding: 20px 0;
background-size: auto 100%;
}
.section-title3 .title {
font-size: 40px;
font-weight: 400;
line-height: 1;
margin-bottom: 0;
color: #333;
}
.section-title3 .desc {
font-weight: 400;
line-height: 1.5;
margin-top: 15px;
}
@media only screen and (max-width: 767px) {
.section-title3 {
margin-bottom: 60px;
}
.section-title3 .sub-title {
font-size: 50px;
}
.section-title3 .title {
font-size: 32px;
}
.section-title3 p {
margin-top: 15px;
}
}
@media only screen and (max-width: 575px) {
.section-title3 {
margin-bottom: 50px;
}
.section-title3 .sub-title {
font-size: 40px;
}
.section-title3 .title {
font-size: 24px;
}
.section-title3 p {
margin-top: 10px;
}
}
.section-title4 {
margin-bottom: 80px;
}
.section-title4 .title {
font-family: "Modesty";
font-size: 72px;
font-weight: 400;
line-height: 1;
margin-bottom: 0;
}
.section-title4 .title.title-icon-both::before {
padding-right: 10px;
content: url(//thelilsunflower.com/wp-content/themes/tls/assets/images/title/title-decor-left.webp);
}
.section-title4 .title.title-icon-both::after {
padding-left: 10px;
content: url(//thelilsunflower.com/wp-content/themes/tls/assets/images/title/title-decor-right.webp);
}
.section-title4 .title.title-icon-left::before {
padding-right: 10px;
content: url(//thelilsunflower.com/wp-content/themes/tls/assets/images/title/title-decor-left.webp);
}
.section-title4 .title.title-icon-right::after {
padding-left: 10px;
content: url(//thelilsunflower.com/wp-content/themes/tls/assets/images/title/title-decor-right.webp);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-title4 .title {
font-size: 60px;
}
}
@media only screen and (max-width: 767px) {
.section-title4 {
margin-bottom: 60px;
}
.section-title4 .title {
font-size: 50px;
}
}
@media only screen and (max-width: 575px) {
.section-title4 {
margin-bottom: 50px;
}
.section-title4 .title {
font-size: 40px;
}
.section-title4 .title::before,
.section-title4 .title::after {
display: none !important;
}
}
.block-title {
margin-bottom: 35px;
padding-bottom: 10px;
border-bottom: 2px solid #ededed;
}
.block-title .title {
font-size: 30px;
font-weight: 400;
line-height: 1;
margin: 0;
}
.page-title-section {
padding: 130px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.page-title-section {
padding: 80px 0;
}
}
@media only screen and (max-width: 767px) {
.page-title-section {
padding: 60px 0;
}
}
@media only screen and (max-width: 479px) {
.page-title-section {
padding: 50px 0;
}
}
.page-title .title {
font-size: 56px;
font-weight: 400;
margin-bottom: 30px;
}
.page-title .breadcrumb {
padding: 0;
background-color: rgba(0, 0, 0, 0);
}
.page-title .breadcrumb .breadcrumb-item {
font-size: 16px;
font-weight: 400;
color: #999;
}
.page-title .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
content: ">";
color: #333;
}
.page-title .breadcrumb .breadcrumb-item a:hover {
color: #333;
}
.page-title .breadcrumb .breadcrumb-item.active {
color: #333;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.page-title .title {
font-size: 44px;
margin-bottom: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.page-title .title {
font-size: 40px;
margin-bottom: 20px;
}
}
@media only screen and (max-width: 767px) {
.page-title .title {
font-size: 30px;
margin-bottom: 15px;
}
}
@media only screen and (max-width: 575px) {
.page-title .title {
font-size: 24px;
}
}
@media only screen and (max-width: 479px) {
.page-title .title {
font-size: 20px;
margin-bottom: 10px;
}
}
.sale-banner1 {
position: relative;
width: 100%;
max-width: 510px;
margin: auto;
padding-bottom: 100%;
}
.sale-banner1 .inner {
position: absolute;
top: 0;
left: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
height: 100%;
}
.sale-banner1 .inner .title {
font-family: "Modesty";
font-size: 80px;
font-weight: 300;
line-height: 1;
margin-bottom: 3px;
color: #333;
}
.sale-banner1 .inner .sale-percent {
font-size: 34px;
font-weight: 300;
line-height: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
max-width: 200px;
margin-bottom: 30px;
text-align: center;
text-transform: uppercase;
}
.sale-banner1 .inner .sale-percent .number {
font-size: 100px;
}
.sale-banner1 .inner .link {
font-size: 16px;
font-weight: 400;
line-height: 1;
padding: 2px 0;
text-transform: uppercase;
color: #333;
border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.sale-banner1 .inner .link:hover {
border-color: rgba(51, 51, 51, 0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.sale-banner1 .inner {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
.sale-banner1 .inner {
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
}
.sale-banner1 .inner .link {
font-size: 20px;
}
}
.sale-banner2 .inner .image {
position: relative;
display: block;
overflow: hidden;
margin-bottom: 35px;
}
.sale-banner2 .inner .image::before {
position: absolute;
z-index: 2;
top: 15px;
left: 15px;
width: calc(100% - 30px);
height: calc(100% - 30px);
content: "";
border: 1px solid #fff;
}
.sale-banner2 .inner .image img {
width: 100%;
}
.sale-banner2 .inner .image:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.sale-banner2 .inner .content .sale-percent {
font-size: 40px;
font-weight: 400;
line-height: 1.2;
margin-bottom: 3px;
}
.sale-banner2 .inner .content .text {
font-family: "ABeeZee";
font-size: 16px;
font-weight: 400;
letter-spacing: 3px;
text-transform: uppercase;
color: #333;
}
.sale-banner2 .inner .content .btn {
background-color: #f9f0ee;
}
@media only screen and (max-width: 575px) {
.sale-banner2 .inner .image {
margin-bottom: 20px;
}
}
.sale-banner3 {
position: relative;
width: 100%;
padding: 80px 30px;
text-align: center;
border: 3px solid rgba(114, 164, 153, 0.4);
}
.sale-banner3 .special-title {
font-family: "Modesty";
font-size: 56px;
line-height: 1.25;
display: block;
margin-bottom: 25px;
color: #72a499;
}
.sale-banner3 .title {
font-size: 40px;
font-weight: 400;
position: relative;
z-index: 1;
margin-bottom: 48px;
}
.sale-banner3 .title::before {
font-family: "Futura";
font-size: 100px;
font-weight: 700;
line-height: 1;
position: absolute;
z-index: -1;
top: 50%;
left: 0;
width: 100%;
content: attr(data-text);
-webkit-transform: translateY(-60%);
-ms-transform: translateY(-60%);
transform: translateY(-60%);
text-align: center;
color: #f2f2f2;
}
.sale-banner3 .link {
font-size: 16px;
font-weight: 400;
line-height: 1.25;
padding-bottom: 4px;
letter-spacing: 1px;
text-transform: uppercase;
color: #333;
border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.sale-banner3 .link:hover {
border-color: #333;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.sale-banner3 .title {
font-size: 32px;
}
.sale-banner3 .title::before {
font-size: 80px;
}
}
.sale-banner3-1 {
position: relative;
width: 100%;
text-align: center;
}
.sale-banner3-1 .image img {
width: 100%;
}
.sale-banner3-1 .content {
position: absolute;
z-index: 9;
top: 50%;
left: 0;
width: 100%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.sale-banner3-1 .content .special-title {
font-family: "Modesty";
font-size: 56px;
line-height: 1.25;
display: block;
margin-bottom: 25px;
color: #72a499;
}
.sale-banner3-1 .content .title {
font-size: 34px;
font-weight: 400;
position: relative;
z-index: 1;
margin-bottom: 48px;
}
.sale-banner3-1 .content .link {
font-size: 16px;
font-weight: 400;
line-height: 1.25;
padding-bottom: 4px;
letter-spacing: 1px;
text-transform: uppercase;
color: #333;
border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.sale-banner3-1 .content .link:hover {
border-color: #333;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.sale-banner3-1 .content .title {
font-size: 32px;
}
}
@media only screen and (max-width: 479px) {
.sale-banner3-1 .content .special-title {
font-size: 44px;
}
.sale-banner3-1 .content .title {
font-size: 28px;
}
}
.sale-banner4 {
height: 100%;
}
.sale-banner4 .inner {
position: relative;
height: 100%;
}
.sale-banner4 .inner > img {
z-index: 1;
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.sale-banner4 .inner .content {
position: absolute;
z-index: 9;
top: 15%;
left: 0;
width: 100%;
text-align: center;
}
.sale-banner4 .inner .content .sub-title {
font-size: 24px;
font-weight: 400;
line-height: 1;
margin-bottom: 25px;
}
.sale-banner4 .inner .content .title {
font-family: "Modesty";
font-size: 80px;
font-weight: 400;
line-height: 0.9;
margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
.sale-banner4 .inner .content .sub-title {
font-size: 20px;
margin-bottom: 20px;
}
.sale-banner4 .inner .content .title {
font-size: 60px;
margin-bottom: 30px;
}
}
@media only screen and (max-width: 479px) {
.sale-banner4 .inner .content {
top: 12%;
}
.sale-banner4 .inner .content .sub-title {
font-size: 18px;
margin-bottom: 15px;
}
.sale-banner4 .inner .content .title {
font-size: 40px;
margin-bottom: 20px;
}
.sale-banner4 .inner .content .button-banner img {
height: 16px;
}
}
.sale-banner5 .inner {
position: relative;
display: block;
}
.sale-banner5 .inner > img {
z-index: 1;
display: block;
width: 100%;
}
.sale-banner5 .inner .content {
position: absolute;
z-index: 9;
bottom: 50px;
left: 50px;
}
.sale-banner5 .inner .content .title {
font-size: 40px;
font-weight: 400;
line-height: 1.2;
margin-bottom: 25px;
}
.sale-banner5 .inner .content .price {
font-size: 18px;
font-weight: 600;
line-height: 1;
color: #333;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
.sale-banner5 .inner .content {
bottom: 40px;
left: 40px;
}
.sale-banner5 .inner .content .title {
font-size: 32px;
margin-bottom: 15px;
}
}
@media only screen and (max-width: 479px) {
.sale-banner5 .inner .content {
left: 20px;
}
.sale-banner5 .inner .content .title {
font-size: 22px;
margin-bottom: 5px;
}
.sale-banner5 .inner .content .price {
font-size: 14px;
}
}
.sale-banner6 .inner {
position: relative;
display: block;
}
.sale-banner6 .inner > img {
z-index: 1;
display: block;
width: 100%;
}
.sale-banner6 .inner .content {
position: absolute;
z-index: 9;
top: 50%;
left: 0;
width: 100%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
text-align: center;
}
.sale-banner6 .inner .content img {
display: block;
margin: auto;
}
.sale-banner6 .inner .content img.price {
margin-bottom: 25px;
}
.sale-banner6 .inner .content .title {
font-family: "Modesty";
font-size: 80px;
font-weight: 400;
line-height: 0.9;
margin-bottom: 20px;
}
.sale-banner6 .inner .content .link {
font-size: 16px;
font-weight: 400;
line-height: 1.3;
display: inline-block;
padding-bottom: 5px;
letter-spacing: 1.5px;
text-transform: uppercase;
color: #333;
border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.sale-banner6 .inner .content .link:hover {
border-color: #333;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
.sale-banner6 .inner .content .title {
font-size: 60px;
}
.sale-banner6 .inner .content img.icon {
height: 50px;
}
.sale-banner6 .inner .content img.price {
height: 50px;
margin-bottom: 20px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
.sale-banner6 .inner .content .title {
font-size: 60px;
}
.sale-banner6 .inner .content img.icon {
height: 40px;
}
.sale-banner6 .inner .content img.price {
height: 30px;
margin-bottom: 15px;
}
}
@media only screen and (max-width: 479px) {
.sale-banner6 .inner .content .title {
font-size: 40px;
margin-bottom: 10px;
}
.sale-banner6 .inner .content img.icon {
height: 30px;
}
.sale-banner6 .inner .content img.price {
height: 20px;
margin-bottom: 10px;
}
}
.sale-banner7 {
height: 100%;
}
.sale-banner7 .inner {
position: relative;
height: 100%;
}
.sale-banner7 .inner .image {
overflow: hidden;
width: 100%;
height: 100%;
}
.sale-banner7 .inner .image img {
z-index: 1;
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.sale-banner7 .inner .image::before {
position: absolute;
z-index: 2;
top: 15px;
left: 15px;
width: calc(100% - 30px);
height: calc(100% - 30px);
content: "";
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
opacity: 0;
border: 1px solid #fff;
}
.sale-banner7 .inner .content {
position: absolute;
z-index: 9;
top: 15%;
left: 0;
width: 100%;
text-align: center;
}
.sale-banner7 .inner .content .title {
font-family: "Modesty";
font-size: 80px;
font-weight: 400;
line-height: 1;
margin-bottom: 10px;
color: dimgray;
}
.sale-banner7 .inner .content .sub-title {
font-family: "Futura";
font-size: 34px;
font-weight: 700;
line-height: 1;
margin-bottom: 0;
letter-spacing: 10px;
text-transform: uppercase;
color: #baa491;
}
.sale-banner7:hover .inner .image img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.sale-banner7:hover .inner .image::before {
opacity: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
.sale-banner7 .inner .content .title {
font-size: 60px;
}
.sale-banner7 .inner .content .sub-title {
font-size: 24px;
}
}
@media only screen and (max-width: 479px) {
.sale-banner7 .inner .content .title {
font-size: 40px;
}
.sale-banner7 .inner .content .sub-title {
font-size: 20px;
}
}
.sale-banner8 {
position: relative;
display: block;
overflow: hidden;
}
.sale-banner8 img {
display: block;
width: 100%;
}
.sale-banner8 .content {
position: absolute;
z-index: 9;
top: 50%;
left: 40px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.sale-banner8 .content .title {
font-size: 34px;
font-weight: 400;
line-height: 1.35;
margin-bottom: 10px;
}
.sale-banner8 .content .link {
font-size: 16px;
font-weight: 400;
line-height: 1.3;
display: inline-block;
padding-bottom: 5px;
letter-spacing: 1.5px;
text-transform: uppercase;
color: #333;
border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.sale-banner8 .content .link:hover {
border-color: #333;
}
.sale-banner8:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.sale-banner8 .content .title {
font-size: 30px;
}
.sale-banner8 .content .link {
font-size: 14px;
}
}
@media only screen and (max-width: 575px) {
.sale-banner8 .content .title {
font-size: 24px;
}
.sale-banner8 .content .link {
font-size: 14px;
}
}
@media only screen and (max-width: 479px) {
.sale-banner8 .content {
left: 20px;
}
.sale-banner8 .content .title {
font-size: 18px;
margin-bottom: 6px;
}
.sale-banner8 .content .link {
font-size: 12px;
}
}
.sale-banner9 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
padding: 60px 30px;
}
.sale-banner9 .inner .content {
text-align: center;
}
.sale-banner9 .inner .content .title {
font-family: "Modesty";
font-size: 100px;
font-weight: 400;
line-height: 1;
margin-bottom: 30px;
color: #72a499;
}
.sale-banner9 .inner .content .cuppon {
font-size: 16px;
font-weight: 400;
line-height: 1.5;
display: block;
margin-bottom: 34px;
letter-spacing: 2px;
color: #333;
}
.sale-banner9 .inner .content .cuppon .code {
font-weight: 600;
padding: 1px 16px;
color: #fff;
background-image: url(//thelilsunflower.com/wp-content/themes/tls/assets/images/banner/sale/sale-banner9-1.1.webp);
background-size: cover;
}
.sale-banner9 .inner .content .offer {
font-size: 90px;
font-weight: 600;
line-height: 1;
display: block;
margin-bottom: 35px;
color: #333;
}
@media only screen and (max-width: 767px) {
.sale-banner9 .inner .content .title {
font-size: 80px;
}
.sale-banner9 .inner .content .cuppon {
font-size: 14px;
margin-bottom: 25px;
}
.sale-banner9 .inner .content .offer {
font-size: 80px;
margin-bottom: 25px;
}
}
@media only screen and (max-width: 479px) {
.sale-banner9 .inner .content .title {
font-size: 60px;
}
.sale-banner9 .inner .content .cuppon {
font-size: 12px;
}
.sale-banner9 .inner .content .offer {
font-size: 60px;
}
}
.sale-banner9-image {
height: 100%;
}
.sale-banner9-image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.sale-banner10 .inner {
position: relative;
overflow: hidden;
}
.sale-banner10 .inner > img {
width: 100%;
}
.sale-banner10 .inner .content {
position: absolute;
top: 50px;
left: 0;
width: 100%;
padding: 0 20px;
text-align: center;
}
.sale-banner10 .inner .content .sub-title {
font-family: "Modesty";
font-size: 56px;
line-height: 1;
display: block;
margin-bottom: 20px;
color: #72a499;
}
.sale-banner10 .inner .content .title {
font-size: 34px;
font-weight: 400;
line-height: 1;
letter-spacing: 4px;
}
.sale-banner10:hover .inner > img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.sale-banner11 .inner {
position: relative;
overflow: hidden;
}
.sale-banner11 .inner::before {
position: absolute;
z-index: 2;
top: 20px;
left: 20px;
width: calc(100% - 40px);
height: calc(100% - 40px);
content: "";
border: 1px solid #fff;
}
.sale-banner11 .inner > img {
width: 100%;
}
.sale-banner11 .inner .content {
position: absolute;
z-index: 9;
bottom: 75px;
left: 0;
width: 100%;
padding: 0 30px;
text-align: center;
}
.sale-banner11 .inner .content .title {
font-size: 34px;
font-weight: 400;
line-height: 1.1;
margin-bottom: 20px;
}
.sale-banner11:hover .inner > img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.category-banner1 {
position: relative;
display: block;
float: left;
width: 100%;
}
.category-banner1 .inner .image {
position: relative;
display: block;
overflow: hidden;
}
.category-banner1 .inner .image:not(:last-child) {
margin-bottom: 20px;
}
.category-banner1 .inner .image::before {
position: absolute;
z-index: 2;
top: 15px;
left: 15px;
width: calc(100% - 30px);
height: calc(100% - 30px);
content: "";
border: 1px solid #fff;
}
.category-banner1 .inner .image img {
width: 100%;
}
.category-banner1 .inner .content .title {
font-size: 24px;
font-weight: 400;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 0;
}
.category-banner1 .inner .content .title a:hover {
color: #333;
}
.category-banner1 .inner .content .title .number {
font-family: "Futura";
font-size: 16px;
line-height: 1;
position: relative;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
color: #333;
}
.category-banner1 .inner .content .title .number::before {
position: absolute;
top: calc(50% + 2px);
right: calc(100% + 10px);
width: 50px;
height: 1px;
content: "";
background-color: #ccc;
}
.category-banner1:hover .inner .image img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.category-banner2 {
position: relative;
display: block;
float: left;
width: 100%;
}
.category-banner2 .inner {
display: block;
}
.category-banner2 .inner .image {
position: relative;
display: block;
overflow: hidden;
}
.category-banner2 .inner .image:not(:last-child) {
margin-bottom: 30px;
}
.category-banner2 .inner .image::before {
position: absolute;
z-index: 2;
top: 15px;
left: 15px;
width: calc(100% - 30px);
height: calc(100% - 30px);
content: "";
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
opacity: 0;
border: 1px solid #fff;
}
.category-banner2 .inner .image img {
width: 100%;
}
.category-banner2 .inner .content .title {
font-size: 34px;
font-weight: 400;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0;
}
.category-banner2 .inner .content .title .number {
font-family: "Futura";
font-size: 16px;
line-height: 1;
position: relative;
padding-left: 5px;
color: #333;
}
.category-banner2 .banner-desc {
font-family: "Futura";
font-size: 16px;
font-weight: 600;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
white-space: nowrap;
letter-spacing: 3px;
color: dimgray;
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
}
.category-banner2 .banner-desc.right {
right: -40px;
}
.category-banner2 .banner-desc.left {
left: -40px;
}
.category-banner2:hover .inner .image img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.category-banner2:hover .inner .image::before {
opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.category-banner2 .inner .content .title {
font-size: 24px;
}
.category-banner2 .banner-desc {
display: none;
}
}
.category-banner3 {
position: relative;
display: block;
float: left;
width: 100%;
}
.category-banner3 .inner {
position: relative;
display: block;
}
.category-banner3 .inner .image {
position: relative;
display: block;
overflow: hidden;
margin-bottom: 0;
}
.category-banner3 .inner .image::before {
position: absolute;
z-index: 2;
top: 15px;
left: 15px;
width: calc(100% - 30px);
height: calc(100% - 30px);
content: "";
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
opacity: 0;
border: 1px solid #fff;
}
.category-banner3 .inner .image img {
width: 100%;
}
.category-banner3 .inner .content {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 0 40px 50px;
}
.category-banner3 .inner .content .title {
font-size: 34px;
font-weight: 400;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0;
}
.category-banner3 .inner .content .title .number {
font-family: "Futura";
font-size: 16px;
line-height: 1;
position: relative;
padding-left: 5px;
color: #333;
}
.category-banner3:hover .inner .image img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.category-banner3:hover .inner .image::before {
opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.category-banner3 .inner .content .title {
font-size: 24px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px) {
.category-banner3 .inner .content {
padding-bottom: 35px;
}
}
@media only screen and (max-width: 479px) {
.category-banner3 .inner .content {
padding: 0 25px 20px;
}
}
.category-banner4 {
position: relative;
display: block;
float: left;
width: 100%;
}
.category-banner4 .inner {
position: relative;
display: block;
}
.category-banner4 .inner .image {
position: relative;
display: block;
overflow: hidden;
margin-bottom: 0;
}
.category-banner4 .inner .image::before {
position: absolute;
z-index: 2;
top: 15px;
left: 15px;
width: calc(100% - 30px);
height: calc(100% - 30px);
content: "";
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
opacity: 0;
border: 1px solid #fff;
}
.category-banner4 .inner .image img {
width: 100%;
}
.category-banner4 .inner .content {
position: relative;
z-index: 9;
max-width: 80%;
margin: -25px auto 0;
padding: 15px 10px;
}
.category-banner4 .inner .content .title {
font-size: 18px;
font-weight: 400;
line-height: 1.125;
margin: 0;
text-align: center;
}
.category-banner4:hover .inner .image img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.category-banner4:hover .inner .image::before {
opacity: 1;
}
.category-banner5 {
position: relative;
display: block;
float: left;
width: 100%;
}
.category-banner5 .inner {
position: relative;
display: block;
}
.category-banner5 .inner .image {
position: relative;
display: block;
margin-bottom: 40px;
}
.category-banner5 .inner .image img {
display: block;
width: 100%;
max-width: 264px;
margin: auto;
border-radius: 50%;
}
.category-banner5 .inner .content {
margin: 0;
padding: 0;
text-align: center;
}
.category-banner5 .inner .content .title {
font-size: 24px;
font-weight: 400;
line-height: 1.125;
margin: 0 0 15px;
}
.category-banner5 .inner .content .number {
font-size: 16px;
font-weight: 400;
display: block;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
color: #999;
}
.category-banner5:hover .inner .image img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.category-banner5:hover .inner .content .number {
color: #333;
}
.category-banner6 {
position: relative;
display: block;
float: left;
width: 100%;
}
.category-banner6 .inner {
position: relative;
}
.category-banner6 .inner .image {
position: relative;
z-index: 1;
display: block;
overflow: hidden;
margin-bottom: 0;
}
.category-banner6 .inner .image::before {
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
opacity: 0;
background-color: rgba(0, 0, 0, 0.6);
}
.category-banner6 .inner .image img {
width: 100%;
}
.category-banner6 .inner .content {
position: absolute;
z-index: 9;
top: 50%;
left: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0;
}
.category-banner6 .inner .content .title {
font-size: 20px;
font-weight: 400;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 0;
padding-bottom: 5px;
}
.category-banner6 .inner .content .title::before {
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 2px;
content: "";
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #fff;
}
.category-banner6 .inner .content .title a {
color: #fff;
}
.category-banner6 .inner .content .title a:hover {
color: #fff;
}
.category-banner6 .inner .content .title .number {
font-family: "Futura";
font-size: 16px;
line-height: 1;
position: relative;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
margin-left: 50px;
color: #fff;
}
.category-banner6 .inner .content .title .number::before {
position: absolute;
top: calc(50% + 2px);
right: calc(100% + 10px);
width: 30px;
height: 1px;
content: "";
background-color: #fff;
}
.category-banner6:hover .inner .image::before {
opacity: 1;
}
.category-banner6:hover .inner .image img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.category-banner6:hover .inner .content {
opacity: 1;
}
.category-banner6:hover .inner .content .title::before {
width: 100%;
}
.parallax-banner {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: hidden;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
min-height: 100vh;
}
.parallax-banner .parallax-image {
position: absolute;
z-index: -1;
display: block;
width: 100%;
height: 100%;
}
.parallax-banner .parallax-image img {
position: absolute;
top: 50%;
left: 50%;
display: block;
min-width: 100%;
min-height: 100%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-o-object-fit: cover;
object-fit: cover;
}
.parallax-banner .content {
-webkit-box-flex: 1;
-webkit-flex: 1 0 50%;
-ms-flex: 1 0 50%;
flex: 1 0 50%;
max-width: 50%;
}
.parallax-banner-1 {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.parallax-banner-1 .content {
-webkit-box-flex: 1;
-webkit-flex: 1 0 100%;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
max-width: 100%;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.parallax-banner-1 .content .sub-title {
font-family: "Modesty";
font-size: 120px;
line-height: 0.75;
display: block;
color: #333;
}
.parallax-banner-1 .content .title {
font-family: "Futura";
font-size: 56px;
font-weight: 600;
line-height: 1.25;
margin: 0;
letter-spacing: 20px;
color: #baa491;
}
.parallax-banner-2 {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.parallax-banner-2 .content .price {
margin-bottom: 35px;
}
.parallax-banner-2 .content .title {
font-size: 64px;
font-weight: 400;
line-height: 1.25;
margin-bottom: 20px;
}
.parallax-banner-2 .content .sub-title {
font-family: "Modesty";
font-size: 72px;
line-height: 1;
display: block;
color: #72a499;
}
.parallax-banner-3 .content .title {
font-size: 64px;
font-weight: 400;
line-height: 1.25;
margin-bottom: 30px;
}
.parallax-banner-4 .content {
max-width: 500px;
margin-left: 15%;
}
.parallax-banner-4 .content .sub-title {
font-family: "Modesty";
font-size: 80px;
line-height: 1;
display: block;
margin-bottom: 10px;
color: #333;
}
.parallax-banner-4 .content .title {
font-size: 48px;
font-weight: 400;
line-height: 1.35;
margin-bottom: 30px;
}
.parallax-banner-4 .content a {
font-family: "Futura";
font-size: 16px;
font-weight: 400;
line-height: 1;
letter-spacing: 1px;
text-transform: uppercase;
color: #333;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
.parallax-banner-4 .content {
margin-left: 5%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.parallax-banner-1 .content .sub-title {
font-size: 100px;
}
.parallax-banner-1 .content .title {
font-size: 44px;
}
.parallax-banner-2 .content .title {
font-size: 44px;
}
.parallax-banner-2 .content .sub-title {
font-size: 56px;
}
.parallax-banner-3 .content .title {
font-size: 44px;
}
.parallax-banner-4 .content {
max-width: 420px;
margin-left: 5%;
}
.parallax-banner-4 .content .sub-title {
font-size: 60px;
}
.parallax-banner-4 .content .title {
font-size: 40px;
}
}
@media only screen and (max-width: 767px) {
.parallax-banner .content {
-webkit-box-flex: 1;
-webkit-flex: 1 0 100%;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
max-width: 100%;
}
.parallax-banner-1 .content .sub-title {
font-size: 80px;
}
.parallax-banner-1 .content .title {
font-size: 40px;
letter-spacing: 10px;
}
.parallax-banner-4 .content {
max-width: 350px;
}
}
@media only screen and (max-width: 479px) {
.parallax-banner-2 .content .title {
font-size: 36px;
}
.parallax-banner-2 .content .sub-title {
font-size: 44px;
}
.parallax-banner-3 .content .title {
font-size: 36px;
}
.parallax-banner-4 .content .sub-title {
font-size: 50px;
}
.parallax-banner-4 .content .title {
font-size: 36px;
}
}
.instagram-banner1 .image img {
width: 100%;
}
.instagram-banner1 .content {
position: absolute;
z-index: 9;
top: 50%;
left: 0;
width: 100%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
text-align: center;
}
.instagram-banner1 .content .icon {
margin-bottom: 20px;
color: #e2efec;
}
.instagram-banner1 .content .icon i {
font-size: 40px;
line-height: 1;
display: block;
}
.instagram-banner1 .content .sub-title {
font-size: 18px;
font-weight: 400;
display: block;
margin-bottom: 8px;
color: #333;
}
.instagram-banner1 .content .title {
font-size: 34px;
font-weight: 400;
margin-bottom: 0;
}
.instagram-banner1 .content .title a:hover {
color: #72a499;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
.instagram-banner1 .content .sub-title {
font-size: 14px;
}
.instagram-banner1 .content .title {
font-size: 24px;
}
}
.video-banner {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
height: 750px;
}
.video-banner .content {
margin-top: 170px;
text-align: center;
}
.video-banner .content .title {
font-family: "Futura";
font-size: 34px;
font-weight: 400;
margin-bottom: 70px;
letter-spacing: 12px;
color: #ababab;
}
.video-banner .content .title:last-child {
margin-bottom: 0;
}
.video-banner .content .title span {
font-weight: 600;
}
.video-banner .content .video-popup {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
border-radius: 50%;
}
.video-banner .content .video-popup:hover {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
.video-banner {
height: 600px;
}
.video-banner .content {
margin-top: 100px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.video-banner {
height: 500px;
}
.video-banner .content {
margin-top: 80px;
}
.video-banner .content .title {
margin-bottom: 50px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.video-banner .content .title {
font-size: 30px;
margin-bottom: 40px;
}
}
@media only screen and (max-width: 767px) {
.video-banner {
height: 400px;
}
.video-banner .content {
margin-top: 50px;
}
.video-banner .content .title {
font-size: 30px;
margin-bottom: 40px;
}
}
@media only screen and (max-width: 479px) {
.video-banner .content {
margin-top: 40px;
}
.video-banner .content .title {
font-size: 24px;
margin-bottom: 30px;
}
}
.video-banner2 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
height: 560px;
}
.video-banner2 .content {
text-align: center;
}
.video-banner2 .content .video-popup {
display: block;
border-radius: 50%;
}
.video-banner2 .content .video-popup:hover {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.video-banner2 {
height: 500px;
}
}
@media only screen and (max-width: 767px) {
.video-banner2 {
height: 400px;
}
}
.widget-banner {
position: relative;
display: block;
overflow: hidden;
}
.widget-banner::before {
position: absolute;
z-index: 2;
top: 0;
left: -100%;
display: block;
width: 50%;
height: 100%;
content: "";
-webkit-transform: skewX(-25deg);
-ms-transform: skewX(-25deg);
transform: skewX(-25deg);
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
}
.widget-banner img {
width: 100%;
}
.widget-banner:hover::before {
-webkit-animation: shine 0.75s;
animation: shine 0.75s;
}
@-webkit-keyframes shine {
0% {
left: -100%;
}
100% {
left: 125%;
}
}
@keyframes shine {
0% {
left: -100%;
}
100% {
left: 125%;
}
}
.products {
margin-bottom: -50px;
}
.products .product {
margin-bottom: 50px;
}
.products-no-space {
margin-bottom: 0;
}
.products-no-space .product {
margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.products {
margin-bottom: -50px;
}
.products .product {
margin-bottom: 50px;
}
}
.product-tab-list {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 66px;
}
.product-tab-list li {
line-height: 1;
margin: 0 20px;
}
.product-tab-list li a {
font-family: "Marcellus";
font-size: 34px;
font-weight: 400;
line-height: 1;
position: relative;
display: block;
color: #ababab;
}
.product-tab-list li a:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
content: url(//thelilsunflower.com/wp-content/themes/tls/assets/images/others/tab-hover.webp);
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
text-align: center;
opacity: 0;
}
.product-tab-list li a.active,
.product-tab-list li a:hover {
color: #333;
}
.product-tab-list li a.active:after,
.product-tab-list li a:hover:after {
top: 100%;
opacity: 1;
}
.product-tab-list.tab-hover2 li a:after {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 10px;
content: url(//thelilsunflower.com/wp-content/themes/tls/assets/images/others/tab-hover-2.webp);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.product-tab-list li a {
font-size: 24px;
}
}
@media only screen and (max-width: 767px) {
.product-tab-list {
margin-bottom: 20px;
}
.product-tab-list li {
margin: 0 10px 10px;
}
.product-tab-list li a {
font-size: 20px;
}
.product-tab-list li a::after {
display: none;
}
}
@media only screen and (max-width: 575px) {
.product-tab-list li a {
font-size: 18px;
}
}
.product-list-slider {
position: relative;
overflow: visible;
margin: 0;
padding: 0;
}
.product-list-slider .slick-arrow {
line-height: 1;
position: absolute;
top: -60px;
visibility: visible;
width: auto;
height: 30px;
padding: 0;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
opacity: 1;
color: #7e7e7e;
border: 0;
background-color: rgba(0, 0, 0, 0);
}
.product-list-slider .slick-arrow i {
font-size: 16px;
line-height: 1;
}
.product-list-slider .slick-arrow:hover {
color: #333;
}
.product-list-slider .slick-arrow.slick-prev {
right: 30px !important;
left: auto !important;
}
.product-list-slider .slick-arrow.slick-next {
right: 0 !important;
}
.product-list-slider .slick-list {
margin-right: 0;
margin-left: 0;
}
.product-list-slider .slick-list .slick-slide > div {
padding-right: 0;
padding-left: 0;
}
.product-list-slider .slick-slide > div {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}
.product-list-slider .slick-slide > div:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}
.product {
position: relative;
}
.product:hover .product-thumb .image img.image-hover {
z-index: 1;
visibility: visible;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.product:hover .product-thumb .add-to-wishlist {
z-index: 2;
visibility: visible;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
.product:hover .product-thumb .product-options {
visibility: visible;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
.product:hover .product-info .title,
.product:hover .product-info .price {
visibility: hidden;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
opacity: 0;
}
.product:hover .product-info .product-buttons {
visibility: visible;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
.product:hover .product2-info .title,
.product:hover .product2-info .price {
visibility: hidden;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
opacity: 0;
}
.product:hover .product2-buttons {
visibility: visible;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 1;
}
.product-thumb {
position: relative;
z-index: 2;
margin: 0;
}
.product-thumb .image {
position: relative;
display: block;
overflow: hidden;
}
.product-thumb .image img {
z-index: 3;
width: 100%;
}
.product-thumb .image img.image-hover {
position: absolute;
z-index: 4;
top: 0;
left: 0;
visibility: hidden;
-webkit-transition-duration: 0.7s;
transition-duration: 0.7s;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
opacity: 0;
}
.product-thumb .add-to-wishlist {
position: absolute;
z-index: 7;
top: 15px;
right: 15px;
visibility: hidden;
width: 48px;
height: 48px;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
text-align: center;
opacity: 0;
color: #f8796c;
}
.product-thumb .add-to-wishlist i {
font-size: 24px;
line-height: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.product-thumb .add-to-wishlist {
visibility: visible;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
.product-badges {
position: absolute;
top: 20px;
left: 20px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: -12px;
}
.product-badges span {
font-weight: 400;
line-height: 48px;
z-index: 5;
width: 48px;
height: 48px;
margin-bottom: 12px;
text-align: center;
text-transform: lowercase;
color: #fff;
border-radius: 50%;
}
.product-badges span.onsale {
background-color: #98d8ca;
}
.product-badges span.hot {
background-color: #c61932;
}
.product-badges span.outofstock {
background-color: #333;
}
.product-options {
position: absolute;
z-index: 7;
bottom: 20px;
left: 20px;
visibility: hidden;
width: calc(100% - 40px);
padding: 15px 10px;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
-webkit-transform: translateY(50%);
-ms-transform: translateY(50%);
transform: translateY(50%);
opacity: 0;
background-color: #fff;
}
.product-options ul {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0;
padding: 0;
list-style: none;
color: #333;
}
.product-options ul:not(:last-child) {
margin-bottom: 10px;
}
.product-options ul li {
font-weight: 400;
line-height: 1;
margin: 0 4px;
padding: 0;
cursor: pointer;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.product-options ul.colors li {
width: 18px;
height: 18px;
text-indent: -9999px;
border: 1px solid #ddd;
border-radius: 50%;
}
.product-options ul.colors li img {
display: block;
width: 100%;
border-radius: 50%;
}
.product-options ul.colors li.active {
border: 2px solid #f8796c;
}
.product-options ul.sizes li {
padding-bottom: 3px;
opacity: 0.5;
}
.product-options ul.sizes li:hover,
.product-options ul.sizes li.active {
opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.product-options {
display: none;
}
}
.product-info {
position: relative;
z-index: 3;
text-align: center;
}
.product-info:not(:first-child) {
margin-top: 28px;
}
.product-info .title {
font-family: "Futura";
font-size: 18px;
font-weight: 400;
margin-bottom: 12px;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.product-info .title a {
color: #7e7e7e;
}
.product-info .title a:hover {
color: #333;
}
.product-info .price {
font-size: 16px;
font-weight: 600;
line-height: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
color: #333;
}
.product-info .price span.old {
text-decoration: line-through;
color: #aaa;
}
.product-info .price span.new {
margin-left: 10px;
color: #f8796c;
}
.product-info .product-buttons {
position: absolute;
z-index: 5;
top: 0;
right: 0;
left: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
visibility: hidden;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
-webkit-transform: translateY(50%);
-ms-transform: translateY(50%);
transform: translateY(50%);
opacity: 0;
}
.product-info .product-buttons .product-button {
width: 48px;
height: 48px;
margin: 0 5px;
text-align: center;
color: #fff;
border-radius: 50%;
background-color: #333;
}
.product-info .product-buttons .product-button i {
font-size: 16px;
line-height: 48px;
}
.product-info .product-buttons .product-button:hover {
background-color: #f8796c;
}
.product-info .product-rating {
line-height: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 20px;
}
.product-info .product-rating .rating {
font-size: 12px;
position: relative;
display: block;
}
.product-info .product-rating .rating::before {
font-family: "Font Awesome 5 Free";
font-size: 12px;
font-weight: 300;
line-height: 1;
content: "    ";
color: #ababab;
}
.product-info .product-rating .rating .rating-active {
font-size: 0;
position: absolute;
top: 0;
left: 0;
display: block;
overflow: hidden;
height: 100%;
}
.product-info .product-rating .rating .rating-active::before {
font-family: "Font Awesome 5 Free";
font-size: 12px;
font-weight: 900;
line-height: 1;
content: "    ";
white-space: nowrap;
color: #f5cc26;
}
.product-info .product-stock-status {
margin-top: 15px;
}
.product-info .product-stock-status .bar {
display: block;
float: left;
width: 100%;
height: 7px;
border-radius: 50px;
background-color: #ededed;
}
.product-info .product-stock-status .bar .progress {
display: block;
height: 100%;
border-radius: 50px;
background-color: #f8796c;
}
.product-info .product-stock-status > span {
font-size: 16px;
font-weight: 400;
line-height: 1;
display: block;
margin-top: 12px;
color: #7e7e7e;
}
.product-info .product-stock-status > span span {
font-weight: 600;
color: #333;
}
.product-info .product-stock-status > span.sold {
float: left;
}
.product-info .product-stock-status > span.available {
float: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.product-info .title,
.product-info .price,
.product-info .product-buttons {
visibility: visible !important;
-webkit-transform: translateY(0) !important;
-ms-transform: translateY(0) !important;
transform: translateY(0) !important;
opacity: 1 !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.product-info .product-buttons {
position: static;
margin-top: 15px;
}
}
.product2-info {
position: absolute;
z-index: 3;
bottom: 0;
left: 0;
padding: 0 25px 25px;
text-align: left;
}
.product2-info .title {
font-family: "Futura";
font-size: 18px;
font-weight: 400;
margin-bottom: 12px;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.product2-info .title a {
color: #7e7e7e;
}
.product2-info .title a:hover {
color: #333;
}
.product2-info .price {
font-size: 16px;
font-weight: 600;
line-height: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
color: #333;
}
.product2-info .price span.old {
text-decoration: line-through;
color: #aaa;
}
.product2-info .price span.new {
margin-left: 10px;
color: #f8796c;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.product2-info {
position: static;
margin-top: 28px;
padding: 0;
text-align: center;
}
.product2-info .title,
.product2-info .price {
visibility: visible !important;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transform: translateY(0) !important;
-ms-transform: translateY(0) !important;
transform: translateY(0) !important;
opacity: 1 !important;
}
}
.product2-buttons {
position: absolute;
z-index: 5;
top: 50%;
left: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
visibility: hidden;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
opacity: 0;
}
.product2-buttons .product-button {
width: 48px;
height: 48px;
margin: 0 5px;
text-align: center;
color: #fff;
border-radius: 50%;
background-color: #333;
}
.product2-buttons .product-button i {
font-size: 16px;
line-height: 48px;
}
.product2-buttons .product-button:hover {
background-color: #f8796c;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.product2-buttons {
position: static;
visibility: visible !important;
margin-top: 15px;
-webkit-transform: translateY(0) !important;
-ms-transform: translateY(0) !important;
transform: translateY(0) !important;
opacity: 1 !important;
}
}
.list-product {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.list-product .thumbnail {
-webkit-box-flex: 0;
-webkit-flex: 0 0 140px;
-ms-flex: 0 0 140px;
flex: 0 0 140px;
padding-right: 20px;
}
.list-product .thumbnail a {
display: block;
}
.list-product .thumbnail a img {
width: 100%;
}
.list-product .content {
-webkit-box-flex: 1;
-webkit-flex: 1 0 calc(100% - 140px);
-ms-flex: 1 0 calc(100% - 140px);
flex: 1 0 calc(100% - 140px);
}
.list-product .content .title {
font-family: "Futura";
font-size: 18px;
font-weight: 400;
margin-bottom: 12px;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.list-product .content .title a {
color: #7e7e7e;
}
.list-product .content .title a:hover {
color: #333;
}
.list-product .content .price {
font-size: 14px;
font-weight: 600;
line-height: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 8px;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
color: #333;
}
.list-product .content .price:last-child {
margin-bottom: 0;
}
.list-product .content .price span.old {
text-decoration: line-through;
color: #aaa;
}
.list-product .content .price span.new {
margin-left: 10px;
color: #f8796c;
}
.list-product .content .ratting {
line-height: 1;
position: relative;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.list-product .content .ratting::before {
font-family: "Font Awesome 5 Free";
font-size: 11px;
font-weight: 300;
line-height: 1;
content: "    ";
color: #aaa;
}
.list-product .content .ratting .rate {
position: absolute;
top: 0;
left: 0;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
overflow: hidden;
white-space: nowrap;
color: #f5cc26;
}
.list-product .content .ratting .rate::before {
font-family: "Font Awesome 5 Free";
font-size: 11px;
font-weight: 700;
line-height: 1;
content: "    ";
}
[data-name="mojs-shape"] {
z-index: 99;
}
.product-deal-image img {
-webkit-animation: dealImage 2s linear infinite alternate both;
animation: dealImage 2s linear infinite alternate both;
}
@-webkit-keyframes dealImage {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
-webkit-transform: translateY(-40px);
transform: translateY(-40px);
}
}
@keyframes dealImage {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
-webkit-transform: translateY(-40px);
transform: translateY(-40px);
}
}
.product-deal-content {
max-width: 525px;
}
.product-deal-content .title {
font-size: 40px;
font-weight: 400;
margin-bottom: 20px;
}
.product-deal-content .title::after {
padding-left: 10px;
content: url(//thelilsunflower.com/wp-content/themes/tls/assets/images/title/title-decor-right.webp);
}
.product-deal-content .desc {
max-width: 460px;
margin-bottom: 30px;
}
.product-deal-content .countdown1 {
margin-bottom: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.product-deal-content .title {
font-size: 34px;
}
.product-deal-content .countdown1 {
margin-bottom: 45px;
}
}
@media only screen and (max-width: 767px) {
.product-deal-content .title::after {
display: none;
}
}
@media only screen and (max-width: 575px) {
.product-deal-content .title {
font-size: 34px;
}
.product-deal-content .countdown1 {
margin-bottom: 40px;
}
}
@media only screen and (max-width: 479px) {
.product-deal-content .title {
font-size: 28px;
}
}
.product-images {
position: relative;
}
.product-images.vertical {
padding-left: 210px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
.product-images.vertical {
padding-left: 140px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.product-images.vertical {
padding-left: 110px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.product-images.vertical {
padding-left: 155px;
}
}
@media only screen and (max-width: 767px) {
.product-images.vertical {
padding-left: 110px;
}
}
@media only screen and (max-width: 575px) {
.product-images.vertical {
padding-left: 95px;
}
}
@media only screen and (max-width: 479px) {
.product-images.vertical {
padding-left: 75px;
}
}
.product-gallery-popup {
position: absolute;
z-index: 9;
top: 20px;
right: 20px;
width: 30px;
padding: 0;
text-align: center;
color: #333;
border: 0;
background-color: rgba(0, 0, 0, 0);
}
.product-gallery-popup i {
font-size: 24px;
line-height: 1;
display: block;
}
.product-video-popup {
position: absolute;
z-index: 9;
top: 70px;
right: 20px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 30px;
height: 30px;
color: #333;
border: 1px solid #333;
border-radius: 50%;
}
.product-video-popup i {
font-size: 10px;
line-height: 1;
margin-left: 3px;
}
.product-video-popup:hover {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
color: #333;
}
.toggle-360 {
position: absolute;
z-index: 9;
top: 70px;
right: 20px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 30px;
height: 30px;
border-radius: 50%;
}
.toggle-360:hover {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.product-gallery-slider {
margin: 0;
padding: 0;
}
.product-gallery-slider .slick-slide > div {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.product-gallery-slider .slick-dots {
position: absolute;
bottom: 40px;
left: 0;
width: 100%;
}
.product-zoom {
display: block !important;
}
.product-zoom img:not(.zoomImg) {
width: 100%;
}
.product-thumb-slider {
margin: 30px 0 0;
padding: 0;
}
.product-thumb-slider .slick-list {
margin: 0 -15px;
}
.product-thumb-slider .slick-list .slick-slide {
padding: 0 15px;
}
.product-thumb-slider .slick-list .slick-slide > div {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.product-thumb-slider .slick-list .slick-slide.slick-current .item {
border-color: #333;
}
.product-thumb-slider .item {
margin-bottom: 1px;
border: 1px solid rgba(0, 0, 0, 0);
}
.product-thumb-slider .item img {
width: 100%;
}
.product-thumb-slider-vertical {
position: absolute;
top: 0;
left: 0;
width: 195px;
margin: 0;
padding: 0 0 75px;
}
.product-thumb-slider-vertical .slick-arrow {
top: auto;
bottom: 0;
width: calc(50% - 3px);
height: 30px;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 0.7;
color: #fff;
border-radius: 500px;
background-color: #7e7e7e;
}
.product-thumb-slider-vertical .slick-arrow.slick-prev {
left: 0;
}
.product-thumb-slider-vertical .slick-arrow.slick-next {
right: 1px;
}
.product-thumb-slider-vertical .slick-arrow i {
font-size: 14px;
}
.product-thumb-slider-vertical:hover .slick-arrow.slick-next {
right: 1px;
}
.product-thumb-slider-vertical .slick-list {
margin: 0 0 -10px;
}
.product-thumb-slider-vertical .slick-list .slick-slide {
padding: 0 0 10px;
}
.product-thumb-slider-vertical .slick-list .slick-slide > div {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.product-thumb-slider-vertical .slick-list .slick-slide.slick-current .item {
border-color: #333;
}
.product-thumb-slider-vertical .item {
margin-bottom: 1px;
border: 1px solid rgba(0, 0, 0, 0);
}
.product-thumb-slider-vertical .item img {
width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
.product-thumb-slider-vertical {
width: 125px;
padding-bottom: 60px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.product-thumb-slider-vertical {
width: 95px;
padding-bottom: 60px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.product-thumb-slider-vertical {
width: 140px;
padding-bottom: 60px;
}
}
@media only screen and (max-width: 767px) {
.product-thumb-slider-vertical {
width: 95px;
padding-bottom: 60px;
}
}
@media only screen and (max-width: 575px) {
.product-thumb-slider-vertical {
width: 80px;
padding-bottom: 75px;
}
.product-thumb-slider-vertical .slick-arrow {
right: 0;
left: 0;
width: 100% !important;
}
.product-thumb-slider-vertical .slick-arrow.slick-prev {
bottom: 35px;
}
}
@media only screen and (max-width: 575px) {
.product-thumb-slider-vertical {
width: 65px;
padding-bottom: 50px;
}
.product-thumb-slider-vertical .slick-arrow {
height: 20px;
}
.product-thumb-slider-vertical .slick-arrow.slick-prev {
bottom: 25px;
}
}
.product-summery {
position: relative;
}
.product-summery-center {
text-align: center;
}
.product-summery-center .product-ratings {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.product-summery-center .product-variations {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.product-summery-center .product-variations table tbody tr td.label {
text-align: right;
}
.product-summery-center .product-variations table tbody tr td.value {
text-align: left;
}
.product-summery-center .product-buttons {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.product-summery-center .product-brands .brands {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.product-summery-center .product-meta {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.product-summery-center .product-meta table tbody tr td.label {
text-align: right;
}
.product-summery-center .product-meta table tbody tr td.value {
text-align: left;
}
.product-nav {
position: absolute;
top: 0;
right: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.product-nav a {
padding: 8px 0 10px;
color: #7e7e7e;
}
.product-nav a + a {
margin-left: 10px;
}
.product-nav a i {
font-size: 24px;
line-height: 1;
display: block;
}
.product-nav a:hover {
color: #333;
}
@media only screen and (max-width: 767px) {
.product-nav {
display: none;
}
}
.product-ratings {
line-height: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 15px;
padding: 13px 0;
}
.product-ratings .star-rating {
font-size: 12px;
position: relative;
display: block;
margin-right: 10px;
}
.product-ratings .star-rating::before {
font-family: "Font Awesome 5 Free";
font-size: 12px;
font-weight: 300;
line-height: 1;
content: "    ";
color: #ababab;
}
.product-ratings .star-rating .rating-active {
font-size: 0;
position: absolute;
top: 0;
left: 0;
display: block;
overflow: hidden;
height: 100%;
}
.product-ratings .star-rating .rating-active::before {
font-family: "Font Awesome 5 Free";
font-size: 12px;
font-weight: 900;
line-height: 1;
content: "    ";
white-space: nowrap;
color: #f5cc26;
}
.product-ratings .review-link {
font-size: 16px;
font-weight: 500;
line-height: 1;
color: #7e7e7e;
}
.product-ratings .review-link:hover {
color: #333;
}
.product-title {
font-size: 48px;
font-weight: 400;
line-height: 1.1675;
margin-bottom: 25px;
}
@media only screen and (max-width: 575px) {
.product-title {
font-size: 36px;
}
}
@media only screen and (max-width: 479px) {
.product-title {
font-size: 30px;
}
}
.product-price {
font-size: 24px;
font-weight: 700;
line-height: 1.175;
display: block;
margin-bottom: 25px;
color: #333;
}
.product-description {
margin-bottom: 45px;
}
.product-description p {
line-height: 1.565;
}
.group-product-list {
margin-bottom: 10px;
}
.group-product-list .info-text {
font-size: 16px;
font-weight: 500;
display: block;
margin-bottom: 15px;
}
.group-product-list .info-text:last-child {
margin-bottom: 0;
}
.group-product-list .info-text span {
font-weight: 700;
}
.group-product-list table {
width: 100%;
margin-bottom: 15px;
border-top: 1px dotted #e5e5e5;
}
.group-product-list table:last-child {
margin-bottom: 0;
}
.group-product-list table tbody tr td {
font-weight: 500;
padding: 10px 10px 10px 0;
border-width: 0 0 1px 0;
border-style: dotted;
border-color: #e5e5e5;
background-color: rgba(0, 0, 0, 0);
}
.group-product-list table tbody tr td.quantity {
font-size: 13px;
color: #333;
}
.group-product-list table tbody tr td.thumb {
width: 50px;
}
.group-product-list table tbody tr td.title {
font-size: 16px;
font-weight: 500;
}
.group-product-list table tbody tr td.price {
padding-right: 0;
}
.group-product-list table tbody tr td.price .pro-price {
display: block;
text-align: right;
}
.group-product-list table tbody tr td.price .pro-price span {
font-size: 16px;
font-weight: 700;
color: #333;
}
.group-product-list table tbody tr td.price .pro-price span.old {
font-size: 13px;
margin-right: 5px;
text-decoration: line-through;
opacity: 0.5;
}
@media only screen and (max-width: 479px) {
.group-product-list table tbody tr td.price .pro-price span {
display: block;
}
}
.product-variations {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-bottom: 30px;
}
.product-variations .label span {
font-size: 14px;
font-weight: 400;
letter-spacing: 1px;
text-transform: uppercase;
color: #333;
}
.product-variations table tbody tr td {
padding-top: 10px;
padding-bottom: 10px;
}
.product-variations table tbody tr td.label {
width: 160px;
padding-right: 40px;
}
@media only screen and (max-width: 575px) {
.product-variations table tbody tr td.label {
width: 120px;
}
}
.product-sizes {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.product-sizes a {
font-size: 24px;
font-weight: 400;
line-height: 1;
margin-right: 15px;
color: #ababab;
}
.product-sizes a:last-child {
margin-right: 0;
}
.product-sizes a:hover {
color: #333;
}
@media only screen and (max-width: 575px) {
.product-sizes a {
font-size: 18px;
}
}
.product-colors {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.product-colors a {
width: 18px;
height: 18px;
margin-right: 15px;
border: 1px solid #ddd;
border-radius: 50%;
}
.product-colors a:last-child {
margin-right: 0;
}
.product-quantity {
font-weight: 600;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
max-width: 117px;
padding: 10px 0;
border-bottom: 2px solid #ccc;
}
.product-quantity .qty-btn {
font-size: 14px;
line-height: 1;
cursor: pointer;
color: #333;
}
.product-quantity .input-qty {
font-size: 14px !important;
line-height: 1;
max-width: 88px;
padding: 0 15px !important;
text-align: center;
border: none !important;
}
.product-buttons {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-bottom: 40px;
margin-left: -15px;
}
.product-buttons .btn {
margin-right: 15px;
margin-bottom: 10px;
margin-left: 15px;
}
@media only screen and (max-width: 479px) {
.product-buttons {
margin-right: -5px;
margin-left: -5px;
}
.product-buttons .btn {
margin-right: 5px;
margin-left: 5px;
}
.product-buttons .btn-icon {
width: 50px;
padding: 12px;
}
.product-buttons .btn:not(.btn-icon) {
padding: 12px 30px;
}
}
.product-brands {
margin-bottom: 30px;
}
.product-brands .title {
font-size: 16px;
font-weight: 500;
line-height: 1;
display: block;
margin-bottom: 30px;
text-transform: uppercase;
color: #333;
}
.product-brands .brands {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0 -20px;
}
.product-brands .brands a {
margin: 0 20px;
}
.product-brands .brands a img {
opacity: 0.3;
}
.product-brands .brands a:hover img {
opacity: 1;
}
.product-meta {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-bottom: 20px;
padding-top: 20px;
border-top: 1px solid #e0e0e0;
}
.product-meta .label span {
font-size: 14px;
font-weight: 400;
letter-spacing: 1px;
text-transform: uppercase;
color: #333;
}
.product-meta table tbody tr td {
padding-top: 10px;
padding-bottom: 10px;
}
.product-meta table tbody tr td.label {
width: 160px;
padding-right: 40px;
}
@media only screen and (max-width: 575px) {
.product-meta table tbody tr td.label {
width: 120px;
}
}
.product-category {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.product-category li {
font-size: 16px;
}
.product-category li:not(:last-child)::after {
margin-right: 6px;
content: ",";
}
.product-category li a:hover {
color: #333;
}
.product-tags {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.product-tags li {
font-size: 16px;
}
.product-tags li:not(:last-child)::after {
margin-right: 6px;
content: ",";
}
.product-tags li a:hover {
color: #333;
}
.product-share {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.product-share a {
line-height: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-right: 20px;
}
.product-share a:last-child {
margin-right: 0;
}
.product-share a i {
font-size: 16px;
line-height: 1;
}
.product-share a:hover {
color: #333;
}
.product-info-tab-list {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0 -20px 60px;
}
.product-info-tab-list li {
padding: 0 20px 20px;
}
.product-info-tab-list li a {
font-size: 40px;
font-weight: 400;
line-height: 1;
display: block;
opacity: 0.2;
color: #333;
}
.product-info-tab-list li a.active,
.product-info-tab-list li a:hover {
opacity: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.product-info-tab-list {
margin-right: -15px;
margin-left: -15px;
}
.product-info-tab-list li {
padding-right: 15px;
padding-left: 15px;
}
.product-info-tab-list li a {
font-size: 30px;
}
}
@media only screen and (max-width: 767px) {
.product-info-tab-list {
margin-right: -10px;
margin-bottom: 30px;
margin-left: -10px;
}
.product-info-tab-list li {
padding-right: 10px;
padding-left: 10px;
}
.product-info-tab-list li a {
font-size: 24px;
}
}
.product-review-wrapper {
max-width: 820px;
margin: auto;
}
.product-review-wrapper > .title {
font-size: 24px;
font-weight: 500;
line-height: 1.2;
display: block;
margin-bottom: 40px;
text-align: center;
color: #333;
}
.product-review-wrapper > .title:last-child {
margin-bottom: 0;
}
.product-review-list {
margin: 0 0 70px;
padding-left: 0;
list-style: none;
}
.product-review-list li {
margin-bottom: 40px;
padding-bottom: 40px;
border-bottom: 1px solid #e8e8e8;
}
@media only screen and (max-width: 767px) {
.product-review-list {
margin-bottom: 50px;
}
}
.product-review {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.product-review .thumb {
overflow: hidden;
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
width: 70px;
border-radius: 50%;
}
.product-review .thumb img {
width: 100%;
}
.product-review .content {
-webkit-box-flex: 1;
-webkit-flex: 1 0 calc(100% - 70px);
-ms-flex: 1 0 calc(100% - 70px);
flex: 1 0 calc(100% - 70px);
padding-left: 30px;
}
.product-review .content .ratings {
line-height: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 15px;
}
.product-review .content .ratings .star-rating {
font-size: 12px;
position: relative;
display: block;
margin-right: 10px;
}
.product-review .content .ratings .star-rating::before {
font-family: "Font Awesome 5 Free";
font-size: 12px;
font-weight: 300;
line-height: 1;
content: "    ";
color: #ababab;
}
.product-review .content .ratings .star-rating .rating-active {
font-size: 0;
position: absolute;
top: 0;
left: 0;
display: block;
overflow: hidden;
height: 100%;
}
.product-review .content .ratings .star-rating .rating-active::before {
font-family: "Font Awesome 5 Free";
font-size: 12px;
font-weight: 900;
line-height: 1;
content: "    ";
white-space: nowrap;
color: #f5cc26;
}
.product-review .content .meta {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 20px;
}
.product-review .content .meta .title {
font-family: "Futura";
font-size: 18px;
font-weight: 700;
line-height: 1;
margin: 0;
}
.product-review .content .meta .date {
font-size: 16px;
font-weight: 500;
line-height: 1;
margin-left: 12px;
color: #333;
}
.product-review .content .meta .date::before {
margin-right: 10px;
content: "/";
}
@media only screen and (max-width: 479px) {
.product-review {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.product-review .content {
padding-top: 20px;
padding-left: 0;
}
}
.review-form .note {
font-size: 16px;
margin-bottom: 25px;
}
.form-rating {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.form-rating .title {
font-size: 14px;
font-weight: 500;
line-height: 1;
display: block;
margin-right: 40px;
margin-bottom: 0;
letter-spacing: 1px;
text-transform: uppercase;
color: #333;
}
.form-rating .rating {
font-family: "Font Awesome 5 Free";
font-size: 12px;
line-height: 1;
position: relative;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
color: #f5cc26;
}
.form-rating .rating::before {
content: "    ";
}
.form-rating .rating .star {
position: absolute;
top: 0;
left: 0;
opacity: 0;
}
.form-rating .rating .star::before {
font-weight: 700;
content: "    ";
}
.form-rating .rating:hover .star {
opacity: 1;
}
.quickViewModal .modal-dialog {
width: calc(100% - 30px);
max-width: 1200px;
}
.quickViewModal .modal-dialog .modal-content {
padding: 30px;
}
.quickViewModal .modal-dialog .modal-content .close {
font-size: 30px;
font-weight: 300;
position: absolute;
top: 0;
right: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 40px;
height: 40px;
border: 0;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 992px) {
.quickViewModal .modal-dialog .modal-content .product-summery {
position: absolute;
right: 15px;
left: 15px;
overflow-x: hidden;
overflow-y: auto;
height: 100%;
}
}
@media only screen and (max-width: 479px) {
.quickViewModal .modal-dialog .modal-content {
padding: 20px;
}
}
.product-gallery-slider-quickview {
margin: 0;
padding: 0;
}
.product-gallery-slider-quickview .slick-list {
margin: 0;
}
.product-gallery-slider-quickview .slick-list .slick-slide > div {
padding: 0;
}
.product-gallery-slider-quickview .slick-dots {
position: absolute;
bottom: 40px;
left: 0;
width: 100%;
}
.blog .image {
margin-bottom: 30px;
}
.blog .image a {
display: block;
}
.blog .image a img {
width: 100%;
}
.blog .content .meta {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 20px;
padding-left: 0;
list-style: none;
}
.blog .content .meta li {
font-size: 16px;
font-weight: 400;
line-height: 1.25;
margin-right: 25px;
}
.blog .content .meta li:last-child {
margin-right: 0;
}
.blog .content .meta li i {
margin-right: 8px;
color: #999;
}
.blog .content .meta li a {
border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.blog .content .meta li a:hover {
color: #333;
border-color: rgba(51, 51, 51, 0.2);
}
.blog .content .title {
font-size: 20px;
font-weight: 400;
margin-bottom: 20px;
}
.blog .content .title a:hover {
color: #333;
}
.blog .content .desc {
margin-bottom: 20px;
}
.blog .content .desc p {
font-size: 16px;
}
.blog .content .desc p:last-child {
margin-bottom: 0;
}
.blog .content .link {
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
color: #333;
border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.blog .content .link:hover {
border-color: #333;
}
.single-blog .image {
margin-bottom: 30px;
}
.single-blog .image a {
display: block;
}
.single-blog .image a img {
width: 100%;
}
.single-blog .content:not(:last-child) {
margin-bottom: 60px;
}
.single-blog .category {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 20px;
padding-left: 0;
list-style: none;
}
.single-blog .category li {
font-size: 16px;
font-weight: 400;
line-height: 1.25;
}
.single-blog .category li::after {
margin: 0 7px;
content: "/";
}
.single-blog .category li:last-child::after {
display: none;
}
.single-blog .category li a {
padding-bottom: 1px;
text-transform: uppercase;
color: #ababab;
border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.single-blog .category li a:hover {
color: #333;
border-color: rgba(51, 51, 51, 0.2);
}
.single-blog .title {
font-weight: 400;
margin-bottom: 25px;
}
.single-blog .meta {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 10px;
padding-left: 0;
list-style: none;
}
.single-blog .meta li {
font-size: 16px;
font-weight: 400;
line-height: 1.25;
margin-bottom: 10px;
}
.single-blog .meta li:not(:last-child) {
margin-right: 25px;
}
.single-blog .meta li i {
margin-right: 8px;
color: #999;
}
.single-blog .meta li a {
border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.single-blog .meta li a:hover {
color: #333;
border-color: rgba(51, 51, 51, 0.2);
}
.single-blog .tags {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 30px;
list-style: none;
}
.single-blog .tags li {
font-size: 16px;
font-weight: 400;
line-height: 1.25;
}
.single-blog .tags li.icon {
font-size: 14px;
line-height: 1;
position: absolute;
top: 5px;
left: 0;
}
.single-blog .tags li:not(:last-child):not(.icon):after {
margin-right: 3px;
content: ",";
}
.single-blog .tags li i {
margin-right: 8px;
color: #999;
}
.single-blog .tags li a {
border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.single-blog .tags li a:hover {
color: #333;
border-color: rgba(51, 51, 51, 0.2);
}
.single-blog .desc {
margin-bottom: 20px;
}
.single-blog .desc p {
font-size: 16px;
margin-bottom: 25px;
}
.single-blog .desc p:last-child {
margin-bottom: 0;
}
.single-blog .desc blockquote {
margin: 40px 0 40px 60px;
}
.single-blog .blog-footer {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 40px;
padding-bottom: 25px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.single-blog .post-share {
font-size: 16px;
font-weight: 400;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.single-blog .post-share .toggle {
line-height: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 48px;
height: 48px;
margin-left: 20px;
padding: 3px 0;
cursor: pointer;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
border: 2px solid #ededed;
border-radius: 100%;
}
.single-blog .post-share .toggle i {
font-size: 18px;
}
.single-blog .post-share .toggle:hover {
color: #fff;
border-color: #333;
background-color: #333;
}
.single-blog .post-share .social-list {
line-height: 1;
position: absolute;
right: 0;
bottom: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
visibility: hidden;
margin: 0;
padding: 5px;
list-style: none;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
opacity: 0;
background-color: #fff;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.single-blog .post-share .social-list::before {
position: absolute;
right: 19px;
bottom: -3px;
width: 10px;
height: 10px;
content: "";
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
background-color: #fff;
}
.single-blog .post-share .social-list li {
line-height: inherit;
}
.single-blog .post-share .social-list li a {
line-height: 1;
padding: 5px 8px;
}
.single-blog .post-share .social-list li a i {
font-size: 14px;
line-height: 1;
}
.single-blog .post-share .social-list li a:hover {
color: #333;
}
.single-blog .post-share.active .toggle {
color: #fff;
border-color: #333;
background-color: #333;
}
.single-blog .post-share.active .social-list {
visibility: visible;
margin-bottom: 10px;
opacity: 1;
}
@media only screen and (max-width: 575px) {
.single-blog .title {
font-size: 24px;
}
.single-blog .desc blockquote {
margin: 30px 0 30px 30px;
}
}
.blog-author {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 60px;
}
.blog-author .thumbnail {
width: 90px;
}
.blog-author .thumbnail img {
width: 90px;
height: 90px;
border-radius: 100%;
}
.blog-author .thumbnail .social {
line-height: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
padding-top: 15px;
}
.blog-author .thumbnail .social a {
line-height: inherit;
padding: 5px;
}
.blog-author .thumbnail .social a i {
font-size: 14px;
line-height: 1;
}
.blog-author .thumbnail .social a:hover {
color: #333;
}
.blog-author .content {
width: calc(100% - 90px);
padding-right: 50px;
padding-left: 20px;
}
.blog-author .content .name {
font-size: 18px;
font-weight: 700;
line-height: 1;
display: block;
margin-bottom: 15px;
color: #333;
}
.blog-author .content p {
font-size: 16px;
font-weight: 400;
}
@media only screen and (max-width: 575px) {
.blog-author .content {
width: 100%;
padding-top: 20px;
padding-right: 0;
padding-left: 0;
}
}
.related-blog {
margin-bottom: 60px;
}
.comment-list,
.child-comment {
margin-bottom: 60px !important;
padding-left: 0;
list-style: none;
}
.child-comment {
margin-bottom: 0 !important;
}
.child-comment .comment {
padding-left: 110px;
}
@media only screen and (max-width: 575px) {
.child-comment .comment {
padding-left: 0;
}
}
.comment {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 40px;
padding-bottom: 40px;
border-bottom: 1px solid #e8e8e8;
}
.comment .thumbnail {
width: 90px;
}
.comment .thumbnail img {
width: 90px;
height: 90px;
border-radius: 100%;
}
.comment .content {
width: calc(100% - 90px);
padding-right: 50px;
padding-left: 20px;
}
.comment .content .name {
font-family: "Futura";
font-size: 18px;
font-weight: 700;
line-height: 1;
display: block;
margin-bottom: 15px;
}
.comment .content p {
font-size: 16px;
font-weight: 400;
}
.comment .content .actions {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.comment .content .actions .date {
font-size: 14px;
font-weight: 500;
}
.comment .content .actions .date::after {
margin: 0 15px;
content: "|";
}
.comment .content .actions .reply-link {
font-size: 16px;
font-weight: 700;
}
.comment .content .actions .reply-link:hover {
color: #333;
}
@media only screen and (max-width: 575px) {
.comment .content {
width: 100%;
padding-top: 20px;
padding-right: 0;
padding-left: 0;
}
}
.team .image {
position: relative;
overflow: hidden;
margin-bottom: 20px;
}
.team .image img {
width: 100%;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.team .image::before {
position: absolute;
z-index: 2;
top: 0;
left: 0;
visibility: hidden;
width: 100%;
height: 100%;
content: "";
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
opacity: 0;
background-color: rgba(51, 51, 51, 0.8);
}
.team .image::after {
position: absolute;
z-index: 3;
top: 20px;
left: 20px;
visibility: hidden;
width: calc(100% - 40px);
height: calc(100% - 40px);
content: "";
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
opacity: 0;
border: 1px solid rgba(255, 255, 255, 0.8);
background-color: rgba(0, 0, 0, 0);
}
.team .image .social {
position: absolute;
z-index: 9;
top: 50%;
left: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
visibility: hidden;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0;
}
.team .image .social a {
line-height: 1.25;
display: block;
margin: 0 10px;
padding: 0 5px;
color: #fff;
}
.team .image .social a i {
font-size: 18px;
}
.team .image .social a:hover {
color: #f8796c;
}
.team .content .name {
font-family: "Futura";
font-size: 18px;
font-weight: 600;
color: #333;
}
.team .content .title {
font-size: 14px;
font-weight: 400;
letter-spacing: 1px;
text-transform: uppercase;
color: #7e7e7e;
}
.team:hover .image img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.team:hover .image::before {
visibility: visible;
opacity: 1;
}
.team:hover .image::after {
visibility: visible;
opacity: 1;
}
.team:hover .image .social {
visibility: visible;
opacity: 1;
}
@media only screen and (max-width: 767px) {
.testimonial-carousel.slick-slider {
margin-right: -10px;
margin-left: -10px;
padding-right: 10px;
padding-left: 10px;
}
}
.testimonial {
padding-right: 20px;
}
.testimonial p {
font-size: 18px;
font-weight: 400;
line-height: 2;
margin-bottom: 48px;
opacity: 0.8;
color: #454545;
}
.testimonial .author {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.testimonial .author img {
width: 80px;
height: 80px;
margin-right: 20px;
border-radius: 50%;
-o-object-fit: cover;
object-fit: cover;
}
.testimonial .author .content {
text-align: left;
}
.testimonial .author .content .name {
font-family: "Futura";
font-size: 18px;
font-weight: 600;
line-height: 1;
margin-bottom: 18px;
color: #333;
}
.testimonial .author .content .title {
font-size: 14px;
font-weight: 400;
line-height: 1;
display: block;
letter-spacing: 1px;
text-transform: uppercase;
color: #7e7e7e;
}
@media only screen and (max-width: 767px) {
.testimonial {
text-align: center;
}
.testimonial p {
line-height: 1.5;
}
.testimonial .author {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
}
.testimonial2 {
text-align: center;
}
.testimonial2 p {
font-family: "Marcellus";
font-size: 24px;
font-weight: 400;
line-height: 1.75;
max-width: 800px;
margin-right: auto;
margin-bottom: 40px;
margin-left: auto;
opacity: 0.8;
color: #454545;
}
.testimonial2 .author {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.testimonial2 .author img {
width: 100px;
height: 100px;
margin-right: 30px;
border-radius: 50%;
-o-object-fit: cover;
object-fit: cover;
}
.testimonial2 .author .content {
text-align: left;
}
.testimonial2 .author .content .name {
font-family: "Futura";
font-size: 18px;
font-weight: 600;
line-height: 1;
margin-bottom: 18px;
color: #333;
}
.testimonial2 .author .content .title {
font-size: 14px;
font-weight: 400;
line-height: 1;
display: block;
letter-spacing: 1px;
text-transform: uppercase;
color: #7e7e7e;
}
@media only screen and (max-width: 767px) {
.testimonial2 p {
font-size: 20px;
}
.testimonial2 .author img {
width: 80px;
height: 80px;
}
}
@media only screen and (max-width: 575px) {
.testimonial2 p {
font-size: 18px;
}
}
.instafeed-carousel .slick-list {
margin-right: -7.5px !important;
margin-left: -7.5px !important;
}
.instafeed-carousel .slick-list .slick-slide {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding-right: 7.5px;
padding-left: 7.5px;
}
.instafeed-carousel .slick-list .slick-slide > * {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 0 !important;
}
@media only screen and (max-width: 767px) {
.instafeed-carousel {
overflow: hidden;
}
.instafeed-carousel .slick-slider {
margin-right: -10px;
margin-left: -10px;
padding-right: 10px;
padding-left: 10px;
}
}
.instafeed-grid {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
}
.instafeed-grid .instafeed-item {
display: block;
-webkit-box-flex: 1;
-webkit-flex: 1 0 25%;
-ms-flex: 1 0 25%;
flex: 1 0 25%;
max-width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.instafeed-grid .instafeed-item {
-webkit-box-flex: 1;
-webkit-flex: 1 0 33.3333%;
-ms-flex: 1 0 33.3333%;
flex: 1 0 33.3333%;
max-width: 33.3333%;
}
}
@media only screen and (max-width: 767px) {
.instafeed-grid .instafeed-item {
-webkit-box-flex: 1;
-webkit-flex: 1 0 50%;
-ms-flex: 1 0 50%;
flex: 1 0 50%;
max-width: 50%;
}
}
@media only screen and (max-width: 479px) {
.instafeed-grid .instafeed-item {
-webkit-box-flex: 1;
-webkit-flex: 1 0 100%;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
max-width: 100%;
}
}
.instafeed-item {
position: relative;
display: block;
}
.instafeed-item::before {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
opacity: 0;
background-color: #000;
}
.instafeed-item img {
width: 100%;
}
.instafeed-item i {
font-size: 20px;
position: absolute;
z-index: 2;
top: 50%;
left: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 30px;
height: 30px;
margin-top: -15px;
margin-left: -15px;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
opacity: 0;
color: #fff;
}
.instafeed-item:hover::before {
opacity: 0.5;
}
.instafeed-item:hover i {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.countdown1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
}
.countdown1 .count {
-webkit-box-flex: 1;
-webkit-flex: 1 0 25%;
-ms-flex: 1 0 25%;
flex: 1 0 25%;
max-width: 25%;
padding: 0 5px;
}
.countdown1 .count span {
display: block;
}
.countdown1 .count span.amount {
font-size: 36px;
font-weight: 700;
line-height: 1;
margin-bottom: 27px;
color: #333;
}
.countdown1 .count span.amount::after {
font-weight: 300;
float: right;
margin-top: -4px;
content: ":";
color: #7e7e7e;
}
.countdown1 .count span.period {
font-size: 14px;
font-weight: 400;
line-height: 1;
text-transform: uppercase;
color: #7e7e7e;
}
.countdown1 .count:last-child .amount::after {
display: none;
}
@media only screen and (max-width: 479px) {
.countdown1 .count span.amount {
font-size: 30px;
margin-bottom: 15px;
}
.countdown1 .count span.period {
font-size: 12px;
}
}
.countdown2 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.countdown2 .count {
margin-right: 30px;
padding-right: 15px;
}
.countdown2 .count:last-child {
margin-right: 0;
padding-right: 0;
}
.countdown2 .count span {
display: block;
text-align: center;
}
.countdown2 .count span.amount {
font-family: "Marcellus";
font-size: 36px;
font-weight: 400;
line-height: 1;
margin-bottom: 27px;
color: #f8796c;
}
.countdown2 .count span.amount::after {
font-weight: 100;
float: right;
margin-top: -4px;
margin-right: -20px;
content: ":";
color: #7e7e7e;
}
.countdown2 .count span.period {
font-size: 14px;
font-weight: 400;
line-height: 1;
text-transform: uppercase;
color: #7e7e7e;
}
.countdown2 .count:last-child .amount::after {
display: none;
}
.countdown2.primary2 .count span.amount {
color: #72a499;
}
@media only screen and (max-width: 479px) {
.countdown2 .count {
margin-right: 20px;
padding-right: 10px;
}
.countdown2 .count span.amount {
font-size: 30px;
margin-bottom: 15px;
}
.countdown2 .count span.amount::after {
margin-right: -15px;
}
.countdown2 .count span.period {
font-size: 12px;
}
}
.portfolio {
position: relative;
overflow: hidden;
}
.portfolio .thumbnail {
position: relative;
}
.portfolio .thumbnail::before {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
opacity: 0;
background-color: #f4ede7;
}
.portfolio .thumbnail img {
width: 100%;
}
.portfolio .content {
position: absolute;
z-index: 9;
top: 50%;
left: 0;
padding: 20px;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
text-align: center;
opacity: 0;
opacity: 0;
}
.portfolio .content .title {
font-size: 20px;
font-weight: 400;
margin-bottom: 20px;
}
.portfolio .content .title a:hover {
color: #333;
}
.portfolio .content .desc {
margin-bottom: 20px;
}
.portfolio .content .desc p {
font-size: 16px;
font-weight: 400;
}
.portfolio .content .link a {
font-size: 16px;
font-weight: 400;
line-height: 1.5;
padding-bottom: 2px;
text-transform: uppercase;
color: #333;
border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.portfolio .content .link a:hover {
border-color: #333;
}
.portfolio:hover .thumbnail::before {
opacity: 1;
}
.portfolio:hover .content {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 1;
}
@media only screen and (max-width: 767px) {
.portfolio .content {
position: absolute;
z-index: 9;
top: 50%;
left: 0;
padding: 20px;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
text-align: center;
opacity: 0;
opacity: 0;
}
.portfolio .content .title {
margin-bottom: 10px;
}
.portfolio .content .desc {
margin-bottom: 10px;
}
}
.portfolio-image {
overflow: hidden;
}
.portfolio-image img {
width: 100%;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.portfolio-image:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.portfolio-content .title {
font-weight: 400;
margin-bottom: 25px;
}
.portfolio-content .desc p {
font-size: 16px;
margin-bottom: 20px;
}
.portfolio-content .meta {
margin: 0;
padding-left: 0;
list-style: none;
}
.portfolio-content .meta li {
padding: 10px 0;
border-top: 1px solid #eee;
}
.portfolio-content .meta li span.name {
font-weight: 500;
color: #333;
}
.portfolio-content .meta li span.value.category a:not(:last-child)::after,
.portfolio-content .meta li span.value.tags a:not(:last-child)::after {
margin-right: 1px;
content: ",";
}
.portfolio-content .meta li span.value.social a {
padding: 0 10px;
}
.portfolio-content .meta li span.value a:hover {
color: #333;
}
@media only screen and (max-width: 575px) {
.portfolio-content .title {
font-size: 24px;
}
}
.portfolio-overview p {
font-size: 16px;
}
.single-widget {
float: left;
width: 100%;
}
.widget-title {
font-family: "Futura";
font-size: 24px;
font-weight: 400;
line-height: 1;
margin-bottom: 20px;
color: #333;
}
.widget-search form {
position: relative;
}
.widget-search form input {
font-size: 16px;
line-height: 1.25;
width: 100%;
padding: 8px 36px 8px 0 !important;
color: dimgray;
border: 2px solid rgba(0, 0, 0, 0);
border-bottom-color: #ccc;
}
.widget-search form button {
position: absolute;
top: 0;
right: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
border: 0;
background-color: rgba(0, 0, 0, 0);
}
.widget-menu {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -20px;
padding-left: 0;
list-style: none;
}
.widget-menu li {
font-size: 16px;
font-weight: 400;
margin: 0 20px;
letter-spacing: 1px;
text-transform: uppercase;
}
.widget-menu li a {
color: #7e7e7e;
}
.widget-menu li a:hover {
color: #333;
}
@media only screen and (max-width: 767px) {
.widget-menu li {
font-size: 14px;
}
}
.widget-about img {
margin-bottom: 20px;
}
.widget-about img:last-child {
margin-bottom: 0;
}
.widget-about p {
line-height: 1.5;
max-width: 400px;
}
.widget-list {
margin: 0;
padding-left: 0;
list-style: none;
}
.widget-list li {
font-size: 16px;
font-weight: 400;
line-height: 1.25;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.widget-list li + li {
margin-top: 25px;
}
.widget-list li i {
width: 35px;
}
.widget-list li a {
color: #999;
border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.widget-list li a:hover {
color: #333;
border-color: rgba(51, 51, 51, 0.2);
}
.widget-list li .count {
margin-left: auto;
color: #999;
}
.widget-colors {
line-height: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -10px -20px;
padding-left: 0;
list-style: none;
}
.widget-colors li {
margin: 0 10px 20px;
}
.widget-colors li a span {
display: block;
width: 20px;
height: 20px;
text-indent: -9999px;
border: 1px solid #e6e6e6;
border-radius: 50%;
}
.widget-products {
margin: 0;
padding-left: 0;
list-style: none;
}
.widget-products .product {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.widget-products .product + .product {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #eee;
}
.widget-products .product .thumbnail {
-webkit-box-flex: 0;
-webkit-flex: 0 0 120px;
-ms-flex: 0 0 120px;
flex: 0 0 120px;
padding-right: 20px;
}
.widget-products .product .thumbnail a {
display: block;
}
.widget-products .product .thumbnail a img {
width: 100%;
}
.widget-products .product .content {
-webkit-box-flex: 1;
-webkit-flex: 1 0 calc(100% - 120px);
-ms-flex: 1 0 calc(100% - 120px);
flex: 1 0 calc(100% - 120px);
}
.widget-products .product .content .title {
font-family: "Futura";
font-size: 18px;
font-weight: 400;
margin-bottom: 12px;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.widget-products .product .content .title a {
color: #7e7e7e;
}
.widget-products .product .content .title a:hover {
color: #333;
}
.widget-products .product .content .price {
font-size: 14px;
font-weight: 600;
line-height: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 8px;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
color: #333;
}
.widget-products .product .content .price:last-child {
margin-bottom: 0;
}
.widget-products .product .content .price span.old {
text-decoration: line-through;
color: #aaa;
}
.widget-products .product .content .price span.new {
margin-left: 10px;
color: #f8796c;
}
.widget-products .product .content .ratting {
line-height: 1;
position: relative;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.widget-products .product .content .ratting::before {
font-family: "Font Awesome 5 Free";
font-size: 11px;
font-weight: 300;
line-height: 1;
content: "    ";
color: #aaa;
}
.widget-products .product .content .ratting .rate {
position: absolute;
top: 0;
left: 0;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
overflow: hidden;
white-space: nowrap;
color: #f5cc26;
}
.widget-products .product .content .ratting .rate::before {
font-family: "Font Awesome 5 Free";
font-size: 11px;
font-weight: 700;
line-height: 1;
content: "    ";
}
.widget-blogs {
margin: 0;
padding-left: 0;
list-style: none;
}
.widget-blogs .widget-blog {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.widget-blogs .widget-blog + .widget-blog {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #eee;
}
.widget-blogs .widget-blog .thumbnail {
-webkit-box-flex: 0;
-webkit-flex: 0 0 120px;
-ms-flex: 0 0 120px;
flex: 0 0 120px;
padding-right: 20px;
}
.widget-blogs .widget-blog .thumbnail a {
display: block;
}
.widget-blogs .widget-blog .thumbnail a img {
width: 100%;
}
.widget-blogs .widget-blog .content {
-webkit-box-flex: 1;
-webkit-flex: 1 0 calc(100% - 120px);
-ms-flex: 1 0 calc(100% - 120px);
flex: 1 0 calc(100% - 120px);
}
.widget-blogs .widget-blog .content .title {
font-family: "Futura";
font-size: 18px;
font-weight: 400;
margin-bottom: 16px;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.widget-blogs .widget-blog .content .title a {
color: #333;
}
.widget-blogs .widget-blog .content .title a:hover {
color: #333;
}
.widget-blogs .widget-blog .content .date {
font-size: 14px;
font-weight: 400;
line-height: 1;
display: block;
}
.widget-tags a {
font-size: 16px;
font-weight: 400;
position: relative;
color: #7e7e7e;
}
.widget-tags a::before {
position: absolute;
bottom: 0;
left: 0;
display: block;
width: calc(100% - 18px);
height: 1px;
content: "";
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
opacity: 0;
background-color: #333;
}
.widget-tags a::after {
font-size: 16px;
margin: 0 8px;
content: "/";
color: #7e7e7e;
}
.widget-tags a:hover {
color: #333;
}
.widget-tags a:hover::before {
opacity: 0.2;
}
.widget-social {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -10px;
padding-left: 0;
list-style: none;
}
.widget-social li {
margin: 0 10px;
}
.widget-social li a {
line-height: 1.25;
display: block;
padding: 0 5px;
color: #333;
}
.widget-social li a i {
font-size: 18px;
}
.widget-subscibe {
position: relative;
width: 100%;
max-width: 570px;
margin: auto;
}
.widget-subscibe input[type="email"] {
font-size: 16px;
width: 100%;
height: 50px;
padding-top: 10px;
padding-right: 170px;
padding-bottom: 10px;
padding-left: 20px;
letter-spacing: 0.03em;
border: 1px solid rgba(0, 0, 0, 0);
border-radius: 50px;
background-color: #fff;
}
.widget-subscibe input[type="email"]::-webkit-input-placeholder {
color: #ababab;
}
.widget-subscibe input[type="email"]:-moz-placeholder {
color: #ababab;
}
.widget-subscibe input[type="email"]::-moz-placeholder {
color: #ababab;
}
.widget-subscibe input[type="email"]:-ms-input-placeholder {
color: #ababab;
}
.widget-subscibe input[type="email"]:focus {
border-color: rgba(0, 0, 0, 0) !important;
}
.widget-subscibe .btn {
position: absolute;
top: 0;
right: 0;
height: 50px;
padding-top: 10px;
padding-bottom: 10px;
letter-spacing: 1.5px;
}
.widget-subscibe .btn:hover {
border-color: rgba(0, 0, 0, 0) !important;
background-color: #72a499 !important;
}
@media only screen and (max-width: 767px) {
.widget-subscibe input[type="email"] {
width: 510px;
}
}
@media only screen and (max-width: 575px) {
.widget-subscibe input[type="email"] {
width: 420px;
}
}
@media only screen and (max-width: 479px) {
.widget-subscibe input[type="email"] {
width: 100%;
padding-right: 20px;
text-align: center;
}
.widget-subscibe .btn {
position: static;
width: 100%;
margin-top: 10px;
}
}
.widget-subscibe2 {
position: relative;
max-width: 570px;
margin: 0;
}
.widget-subscibe2 input[type="email"] {
font-size: 16px;
width: 100%;
height: 50px;
padding-top: 10px;
padding-right: 150px;
padding-bottom: 10px;
padding-left: 0;
letter-spacing: 0.03em;
border-width: 1px;
border-style: solid;
border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ccc;
border-radius: 0;
background-color: rgba(0, 0, 0, 0);
}
.widget-subscibe2 input[type="email"]::-webkit-input-placeholder {
color: #ababab;
}
.widget-subscibe2 input[type="email"]:-moz-placeholder {
color: #ababab;
}
.widget-subscibe2 input[type="email"]::-moz-placeholder {
color: #ababab;
}
.widget-subscibe2 input[type="email"]:-ms-input-placeholder {
color: #ababab;
}
.widget-subscibe2 input[type="email"]:focus {
border-color: rgba(0, 0, 0, 0) !important;
}
.widget-subscibe2 .btn {
position: absolute;
top: 0;
right: 0;
height: 50px;
padding: 10px;
letter-spacing: 1.5px;
border: 0;
border-bottom: 2px solid #333;
border-radius: 0;
}
.widget-subscibe2 .btn:hover {
color: #72a499 !important;
border-color: #72a499 !important;
}
.widget-contact .email {
font-size: 15px;
font-weight: 400;
line-height: 1;
margin-bottom: 12px;
}
.widget-contact .phone {
font-size: 24px;
font-weight: 600;
line-height: 1;
color: #333;
}
.widget-contact .app-buttons {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0 -10px;
}
.widget-contact .app-buttons:not(:first-child) {
margin-top: 35px;
}
.widget-contact .app-buttons a {
margin: 0 10px;
}
.widget-contact .app-buttons a img:hover {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.widget-contact2 p {
font-size: 16px;
font-weight: 400;
}
.footer1-section {
background-color: #f4ede7;
}
.footer1-logo {
margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
.footer1-logo {
margin-bottom: 40px;
}
}
.footer1-menu {
margin-bottom: 40px;
}
.footer1-subscribe {
margin-bottom: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.footer1-subscribe {
margin-bottom: 40px;
}
}
.footer1-social {
margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.footer1-social {
margin-bottom: 30px;
}
}
.footer2-section {
background-color: #f8f8f8;
}
.footer2-copyright {
padding: 20px 0;
color: #999;
border-top: 1px solid #ebebeb;
background-color: #f8f8f8;
}
.copyright {
font-size: 16px;
font-weight: 400;
}
.copyright strong {
color: #333;
}
.copyright a:hover {
color: #333;
}
.shop-toolbar {
padding-top: 25px;
padding-bottom: 25px;
}
.shop-product-filter {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -20px -10px;
}
.shop-product-filter button {
font-size: 18px;
line-height: 1;
margin: 0 20px 10px;
padding: 0;
text-transform: uppercase;
color: #ababab;
border: 0;
background-color: rgba(0, 0, 0, 0);
}
.shop-product-filter button:hover,
.shop-product-filter button.active {
color: #333;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.shop-product-filter {
margin: 0 -15px -10px;
}
.shop-product-filter button {
font-size: 16px;
margin: 0 15px 10px;
}
}
@media only screen and (max-width: 575px) {
.shop-product-filter {
margin: 0 -10px -10px;
}
.shop-product-filter button {
font-size: 14px;
margin: 0 10px 10px;
}
}
.shop-toolbar-controls {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -15px;
padding-left: 0;
list-style: none;
}
.shop-toolbar-controls > li {
margin: 0 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.shop-toolbar-controls {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
.product-sorting {
position: relative;
z-index: 9;
}
.product-sorting .nice-select {
height: auto;
padding-left: 0;
border: 0;
border-bottom: 2px solid #ccc;
border-radius: 0;
}
.product-sorting .nice-select::after {
font-family: "Font Awesome 5 Free";
font-weight: 700;
line-height: 1;
top: 50%;
right: 8px;
bottom: auto;
width: auto;
height: auto;
margin: 0;
content: "";
-webkit-transform: rotate(0) translateY(-50%);
-ms-transform: rotate(0) translateY(-50%);
transform: rotate(0) translateY(-50%);
color: #ababab;
border: 0;
}
.product-sorting .nice-select .current {
font-size: 16px;
line-height: 28px;
display: block;
padding-bottom: 4px;
}
.product-sorting .nice-select .list {
margin-top: 10px;
padding: 15px;
-webkit-transform: scale(1) translate(0, 0);
-ms-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
border-radius: 0;
-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
.product-sorting .nice-select .list li {
font-size: 16px;
font-weight: 400 !important;
line-height: 1.25;
min-height: auto;
padding: 8px;
}
.product-sorting .nice-select .list li.selected {
color: #333;
background-color: rgba(0, 0, 0, 0);
}
.product-sorting .nice-select .list li:hover {
-webkit-transform: translateX(5px);
-ms-transform: translateX(5px);
transform: translateX(5px);
background-color: rgba(0, 0, 0, 0);
}
.product-sorting .nice-select.open .list {
margin-top: 0;
}
.product-column-toggle {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0 -10px;
}
.product-column-toggle .toggle {
margin: 0 10px;
padding: 0;
color: #ababab;
border: 0;
background-color: rgba(0, 0, 0, 0);
}
.product-column-toggle .toggle i {
font-size: 14px;
}
.product-column-toggle .toggle:hover,
.product-column-toggle .toggle.active {
color: #333;
}
.product-filter-toggle {
font-size: 16px;
font-weight: 400;
line-height: 2;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
color: dimgray;
}
.product-filter-toggle::before {
font-family: "Font Awesome 5 Free";
font-size: 13px;
line-height: 1;
margin-right: 6px;
margin-bottom: -3px;
font-weight: 900;
content: "";
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.product-filter-toggle::after {
position: absolute;
right: 0;
bottom: 0;
width: 0;
height: 1px;
content: "";
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
background-color: #333;
}
.product-filter-toggle:hover {
color: #333;
}
.product-filter-toggle:hover::after {
right: auto;
left: 0;
width: 100%;
}
.product-filter-toggle.active {
color: #333;
}
.product-filter-toggle.active::before {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.product-filter-toggle.active::after {
right: auto;
left: 0;
width: 100%;
}
.product-filter {
display: none;
padding-top: 50px;
padding-bottom: 50px;
}
.product-filter-widget-title {
font-family: "Marcellus";
margin-bottom: 30px;
}
.product-filter-widget {
max-height: 210px;
}
.cart-wishlist-table {
margin-bottom: 25px;
border: 1px solid #ededed;
}
.cart-wishlist-table thead tr th {
padding: 12px 16px;
white-space: nowrap;
border-top: 0;
border-bottom: 1px solid #ededed !important;
}
.cart-wishlist-table thead tr th:first-child {
padding-left: 25px;
}
.cart-wishlist-table tbody tr {
position: relative;
}
.cart-wishlist-table tbody tr td {
padding: 25px 10px 25px 25px;
vertical-align: middle;
border-color: #ededed;
}
.cart-wishlist-table tbody tr td.thumbnail {
width: 110px;
min-width: 110px;
}
.cart-wishlist-table tbody tr td.thumbnail a {
display: block;
}
.cart-wishlist-table tbody tr td.name a {
font-size: 16px;
font-weight: 400;
color: dimgray;
}
.cart-wishlist-table tbody tr td.name a:hover {
color: #333;
}
.cart-wishlist-table tbody tr td.price,
.cart-wishlist-table tbody tr td.subtotal {
font-size: 14px;
font-weight: 600;
}
.cart-wishlist-table tbody tr td.remove .btn {
font-size: 24px;
padding: 5px 10px;
color: dimgray;
}
.cart-wishlist-table tbody tr td.remove .btn:hover {
color: #f44336;
}
@media only screen and (max-width: 767px) {
.cart-wishlist-table thead {
display: none;
}
.cart-wishlist-table tbody tr td {
display: block;
width: 100% !important;
margin-bottom: 15px;
padding: 0;
text-align: center;
}
.cart-wishlist-table tbody tr td:not(:first-child) {
border-top: 0;
}
.cart-wishlist-table tbody tr td.thumbnail {
padding-top: 20px;
}
.cart-wishlist-table tbody tr td .product-quantity {
margin: auto;
}
.cart-wishlist-table tbody tr td.remove {
position: absolute;
z-index: 9;
top: 0;
right: 0;
width: auto !important;
}
.cart-wishlist-table tbody tr:first-child td:first-child {
border-top: 0;
}
}
.cart-coupon {
position: relative;
}
.cart-coupon input[type="text"] {
width: 300px;
padding-right: 30px;
}
.cart-coupon .btn {
position: absolute;
top: 0;
right: 0;
padding: 12px 0;
}
.cart-coupon .btn i {
font-size: 20px;
}
.cart-totals {
float: right;
width: 400px;
padding: 40px 30px;
text-align: center;
background-color: #f7f7f7;
}
.cart-totals .title {
margin-bottom: 25px;
}
.cart-totals table {
width: 100%;
margin-bottom: 30px;
}
.cart-totals table tbody tr {
font-family: "Futura";
font-weight: 700;
color: #333;
}
.cart-totals table tbody tr.subtotal td {
font-size: 14px;
}
.cart-totals table tbody tr.total td {
font-size: 24px;
}
.cart-totals table tbody tr th {
font-size: 18px;
padding: 15px 10px;
text-align: left;
}
.cart-totals table tbody tr td {
padding: 15px 10px;
text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.cart-totals {
width: 100%;
}
}
.checkout-coupon {
font-weight: 400;
margin-bottom: 50px;
}
.checkout-coupon .coupon-toggle {
margin-bottom: 20px;
}
.checkout-coupon .coupon-toggle a {
color: #333;
border-bottom: 1px solid #333;
}
.coupon-form {
max-width: 500px;
margin-bottom: 0;
padding: 30px;
background-color: #f8f9fa;
}
.coupon-form p {
font-size: 16px;
margin-bottom: 25px;
}
.coupon-form form {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.coupon-form form input {
font-weight: 400;
}
.coupon-form form .btn {
white-space: nowrap;
}
@media only screen and (max-width: 575px) {
.coupon-form form {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.coupon-form form .btn {
width: 100%;
}
}
.checkout-form input,
.checkout-form textarea {
font-weight: 400 !important;
}
.checkout-form .select2-selection__rendered {
font-weight: 400;
}
.order-review .table {
margin: 0;
text-align: left;
border-bottom: 1px solid #ededed;
}
.order-review .table thead tr th {
font-size: 16px;
font-weight: 700;
line-height: 24px;
padding: 16px 10px;
text-transform: none;
color: #333;
border: 0;
background-color: rgba(0, 0, 0, 0);
}
.order-review .table thead tr th.total {
font-size: 18px;
text-align: right;
}
.order-review .table tbody tr td {
font-size: 16px;
font-weight: 400;
padding: 10px;
border-color: #ededed;
}
.order-review .table tbody tr td.name {
color: #7e7e7e;
}
.order-review .table tbody tr td.total {
font-size: 14px;
font-weight: 700;
text-align: right;
}
.order-review .table tfoot tr th {
font-size: 18px;
font-weight: 700;
border: 0;
}
.order-review .table tfoot tr td {
font-weight: 700;
text-align: right;
border: 0;
}
.order-review .table tfoot tr.subtotal td {
font-size: 14px;
}
.order-review .table tfoot tr.total td {
font-size: 24px;
color: #f8796c;
}
.payment-method {
margin-bottom: 30px;
border-width: 0 1px;
border-style: solid;
border-color: rgba(0, 0, 0, 0.075);
}
.payment-method .accordion .card {
padding: 20px;
}
.payment-method .accordion .card .card-header button {
font-size: 24px;
font-weight: 500;
line-height: 1.675;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0;
padding-left: 22px;
border: 0;
background-color: rgba(0, 0, 0, 0);
}
.payment-method .accordion .card .card-header button::before {
position: absolute;
top: 50%;
left: 0;
width: 17px;
height: 17px;
margin-top: 2px;
content: "";
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border: 1px solid #333;
border-radius: 50%;
}
.payment-method .accordion .card .card-header button::after {
position: absolute;
top: 50%;
left: 3px;
width: 11px;
height: 11px;
margin-top: 2px;
content: "";
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0;
border-radius: 50%;
background-color: #333;
}
.payment-method .accordion .card .card-header button img {
height: 40px;
margin: 0 10px;
}
.payment-method .accordion .card .card-body {
position: relative;
margin-top: 12px;
padding: 10px 15px;
background-color: #fff;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.payment-method .accordion .card .card-body::before {
position: absolute;
top: -3px;
left: 25px;
width: 10px;
height: 10px;
content: "";
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
background-color: #fff;
}
.payment-method .accordion .card .card-body p {
font-size: 16px;
font-weight: 500;
}
.payment-method .accordion .card.active .card-header button::after {
opacity: 1;
}
.payment-note {
font-size: 16px;
font-weight: 400;
margin-bottom: 30px;
}
.order-tracking {
max-width: 630px;
margin: auto;
padding: 60px;
background-color: #f8f9fa;
}
.order-tracking p {
font-size: 16px;
font-weight: 400;
margin-bottom: 30px;
}
.order-tracking input {
font-weight: 400;
}
.order-tracking input::-webkit-input-placeholder {
font-weight: 400;
}
.order-tracking input:-moz-placeholder {
font-weight: 400;
}
.order-tracking input::-moz-placeholder {
font-weight: 400;
}
.order-tracking input:-ms-input-placeholder {
font-weight: 400;
}
@media only screen and (max-width: 575px) {
.order-tracking {
padding: 40px;
}
}
@media only screen and (max-width: 479px) {
.order-tracking {
padding: 30px;
}
}
.user-login-register {
font-weight: 400;
padding: 60px;
}
@media only screen and (max-width: 575px) {
.user-login-register {
padding: 40px;
}
}
@media only screen and (max-width: 479px) {
.user-login-register {
padding: 30px;
}
}
.login-register-title {
margin-bottom: 40px;
text-align: center;
}
.login-register-form form input {
font-weight: 400;
}
.login-register-form form input::-webkit-input-placeholder {
font-weight: 400;
}
.login-register-form form input:-moz-placeholder {
font-weight: 400;
}
.login-register-form form input::-moz-placeholder {
font-weight: 400;
}
.login-register-form form input:-ms-input-placeholder {
font-weight: 400;
}
.login-register-form form p,
.login-register-form form a {
font-size: 16px;
}
.login-register-form form a {
color: #333;
}
.lost-password {
max-width: 500px;
margin: auto;
padding: 40px;
background-color: #f8f9fa;
}
.lost-password p {
font-size: 16px;
font-weight: 400;
margin-bottom: 30px;
}
.lost-password input {
font-weight: 400;
}
.lost-password input::-webkit-input-placeholder {
font-weight: 400;
}
.lost-password input:-moz-placeholder {
font-weight: 400;
}
.lost-password input::-moz-placeholder {
font-weight: 400;
}
.lost-password input:-ms-input-placeholder {
font-weight: 400;
}
@media only screen and (max-width: 575px) {
.lost-password {
padding: 40px;
}
}
@media only screen and (max-width: 479px) {
.lost-password {
padding: 30px;
}
}
.myaccount-tab-list {
display: block;
margin-right: 30px;
border: 1px solid #eee;
}
.myaccount-tab-list a {
font-weight: 500;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 14px 20px;
}
.myaccount-tab-list a + a {
border-top: 1px solid #eee;
}
.myaccount-tab-list a:hover {
color: #333;
}
.myaccount-tab-list a.active {
cursor: default;
background-color: #fafafa;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.myaccount-tab-list {
margin-right: 0;
}
}
.myaccount-content {
font-size: 16px;
font-weight: 400;
}
.myaccount-content.dashboad p {
padding: 20px;
background-color: #fafafa;
}
.myaccount-content.dashboad p:not(:last-child) {
margin-bottom: 24px;
}
.myaccount-content.dashboad p span {
text-decoration: underline;
}
.myaccount-content.order table,
.myaccount-content.download table {
white-space: nowrap;
}
.myaccount-content.address > p {
padding: 20px;
background-color: #fafafa;
}
.myaccount-content.address > p:not(:last-child) {
margin-bottom: 24px;
}
.myaccount-content.address > p span {
text-decoration: underline;
}
.myaccount-content.address .title {
margin-bottom: 20px;
}
.myaccount-content.address .title .edit-link {
font-size: 12px;
margin-left: 5px;
text-transform: capitalize;
color: #7e7e7e;
}
.myaccount-content.address .title .edit-link:hover {
color: #f8796c;
}
.myaccount-content.address address {
margin-bottom: 0;
}
.about-us {
text-align: center;
}
.about-us .inner .logo {
margin-bottom: 40px;
}
.about-us .inner .title {
font-size: 40px;
font-weight: 400;
}
.about-us .inner .title::before {
padding-right: 10px;
content: url(//thelilsunflower.com/wp-content/themes/tls/assets/images/title/title-decor-left.webp);
}
.about-us .inner .title::after {
padding-left: 10px;
content: url(//thelilsunflower.com/wp-content/themes/tls/assets/images/title/title-decor-right.webp);
}
.about-us .inner .title.no-shape::before,
.about-us .inner .title.no-shape::after {
display: none;
}
.about-us .inner .special-title {
font-family: "Modesty";
font-size: 56px;
line-height: 1.25;
display: block;
margin-bottom: 5px;
color: #72a499;
}
.about-us .inner p {
margin-bottom: 35px;
}
.about-us .inner .link {
font-size: 16px;
font-weight: 400;
line-height: 1.25;
text-transform: uppercase;
color: #333;
border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.about-us .inner .link:hover {
border-color: #333;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.about-us .inner .title {
font-size: 28px;
}
}
@media only screen and (max-width: 575px) {
.about-us .inner .title {
font-size: 28px;
}
.about-us .inner .title::before,
.about-us .inner .title::after {
display: none;
}
}
.about-us2 {
text-align: center;
}
.about-us2 .inner .title {
font-family: "Modesty";
font-size: 80px;
font-weight: 400;
margin-bottom: 15px;
}
.about-us2 .inner .title::before {
padding-right: 10px;
content: url(//thelilsunflower.com/wp-content/themes/tls/assets/images/title/title-decor-left.webp);
}
.about-us2 .inner .title::after {
padding-left: 10px;
content: url(//thelilsunflower.com/wp-content/themes/tls/assets/images/title/title-decor-right.webp);
}
.about-us2 .inner .sub-title {
font-size: 18px;
font-weight: 400;
line-height: 1.25;
display: block;
margin-bottom: 25px;
letter-spacing: 5px;
color: #72a499;
}
.about-us2 .inner .desc p {
font-size: 16px;
line-height: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-us2 .inner .title {
font-size: 60px;
}
}
@media only screen and (max-width: 767px) {
.about-us2 .inner .title {
font-size: 50px;
}
}
@media only screen and (max-width: 575px) {
.about-us2 .inner .title::before,
.about-us2 .inner .title::after {
display: none;
}
}
.about-us3 .sub-title {
font-size: 18px;
font-weight: 500;
display: block;
margin-bottom: 20px;
color: #333;
}
.about-us3 .title {
font-size: 40px;
font-weight: 400;
line-height: 1.4;
margin-bottom: 20px;
}
.about-us3 .desc {
margin-bottom: 35px;
}
.about-us3 .link {
font-weight: 500;
line-height: 1.25;
position: relative;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
color: #333;
}
.about-us3 .link::before {
width: 60px;
height: 2px;
margin-right: 10px;
content: "";
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
background-color: #333;
}
.about-us3 .link:hover {
color: #f8796c;
}
.about-us3 .link:hover::before {
width: 70px;
}
@media only screen and (max-width: 575px) {
.about-us3 .title {
font-size: 30px;
}
.about-us3 .desc {
margin-bottom: 20px;
}
}
.about-us4 .sub-title {
font-size: 16px;
font-weight: 500;
display: block;
margin-bottom: 20px;
letter-spacing: 2px;
color: #333;
}
.about-us4 .title {
font-size: 56px;
font-weight: 400;
line-height: 1.25;
margin-bottom: 20px;
}
.about-us4 .title:last-child {
margin-bottom: 0;
}
.about-us4 .desc {
margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
.about-us4 .title {
font-size: 40px;
}
}
@media only screen and (max-width: 575px) {
.about-us4 .title {
font-size: 30px;
}
}
.contact-info .title {
font-family: "Futura";
font-size: 18px;
font-weight: 500;
line-height: 1.5;
margin-bottom: 15px;
padding-left: 44px;
}
.contact-info .info {
position: relative;
display: block;
padding-left: 44px;
}
.contact-info .info:not(:last-child) {
margin-bottom: 5px;
}
.contact-info .info .icon {
font-size: 22px;
line-height: 32px;
position: absolute;
top: 0;
left: 0;
color: #d8d8d8;
}
.contact-map {
width: 100%;
height: 500px;
}
@media only screen and (max-width: 767px) {
.contact-map {
height: 350px;
}
}
.section-404 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
min-height: 100vh;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.section-404 {
min-height: calc(100vh - 70px);
}
}
.content-404 {
padding: 100px 0;
}
.content-404 .title {
font-size: 100px;
font-weight: 400;
line-height: 1;
margin: 0;
}
.content-404 .sub-title {
font-size: 64px;
font-weight: 400;
line-height: 1.2;
margin-bottom: 30px;
}
.content-404 p {
margin-bottom: 40px;
}
.content-404 .buttons {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -20px;
margin-bottom: -20px;
}
.content-404 .buttons .btn {
margin-right: 20px;
margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
.content-404 {
padding: 100px 0 60px;
}
.content-404 .title {
font-size: 80px;
}
.content-404 .sub-title {
font-size: 50px;
}
}
@media only screen and (max-width: 575px) {
.content-404 .title {
font-size: 60px;
}
.content-404 .sub-title {
font-size: 40px;
}
}
.coming-soon-section {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
min-height: 100vh;
}
.coming-soon-content {
text-align: center;
}
.coming-soon-content .logo {
margin-bottom: 80px;
}
.coming-soon-content .title {
font-size: 56px;
font-weight: 400;
margin-bottom: 40px;
}
.coming-soon-content .countdown3 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 80px;
}
.coming-soon-content .countdown3 .count {
min-width: 130px;
margin: 0 10px;
}
.coming-soon-content .countdown3 .count span {
display: block;
color: #333;
}
.coming-soon-content .countdown3 .count span.amount {
font-size: 100px;
line-height: 1;
}
.coming-soon-content .countdown3 .count span.period {
font-size: 16px;
font-weight: 400;
line-height: 1;
letter-spacing: 2px;
text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.coming-soon-content .countdown3 .count {
min-width: 100px;
}
.coming-soon-content .countdown3 .count span.amount {
font-size: 80px;
}
}
@media only screen and (max-width: 767px) {
.coming-soon-content .logo {
margin-bottom: 60px;
}
.coming-soon-content .title {
font-size: 44px;
margin-bottom: 30px;
}
.coming-soon-content .countdown3 {
margin-bottom: 60px;
}
.coming-soon-content .countdown3 .count {
min-width: 80px;
}
.coming-soon-content .countdown3 .count span.amount {
font-size: 60px;
}
.coming-soon-content .countdown3 .count span.period {
font-size: 14px;
}
}
@media only screen and (max-width: 479px) {
.coming-soon-content .logo {
margin-bottom: 40px;
}
.coming-soon-content .title {
font-size: 30px;
margin-bottom: 30px;
}
.coming-soon-content .countdown3 {
margin-bottom: 40px;
}
.coming-soon-content .countdown3 .count {
min-width: 60px;
margin: 0 5px;
}
.coming-soon-content .countdown3 .count span.amount {
font-size: 40px;
}
.coming-soon-content .countdown3 .count span.period {
font-size: 12px;
letter-spacing: 0;
}
}
.header-logo.d-flex.justify-content-center img {
width: 150px;
}#sb_instagram {width: 100%;margin: 0 auto;padding: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}#sb_instagram:after{content: "";display: table;clear: both;}#sb_instagram.sbi_fixed_height{overflow: hidden;overflow-y: auto;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}#sb_instagram #sbi_images{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}#sb_instagram .sbi_header_link {-webkit-box-shadow: none;box-shadow: none;}#sb_instagram .sbi_header_link:hover {border: none;}#sb_instagram #sbi_images .sbi_item{display: inline-block;width: 100%;vertical-align: top;zoom: 1;margin: 0 !important;text-decoration: none;opacity: 1;overflow: hidden;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}#sb_instagram #sbi_images .sbi_item.sbi_transition{opacity: 0;}#sb_instagram #sbi_images {display: grid;width: 100%;padding: 12px 0;}#sb_instagram.sbi_col_1 #sbi_images {grid-template-columns: repeat(1, 1fr);}#sb_instagram.sbi_col_2 #sbi_images {grid-template-columns: repeat(2, 1fr);}#sb_instagram.sbi_col_3 #sbi_images {grid-template-columns: repeat(3, 1fr);}#sb_instagram.sbi_col_4 #sbi_images {grid-template-columns: repeat(4, 1fr);}#sb_instagram.sbi_col_5 #sbi_images {grid-template-columns: repeat(5, 1fr);}#sb_instagram.sbi_col_6 #sbi_images {grid-template-columns: repeat(6, 1fr);}#sb_instagram.sbi_col_7 #sbi_images {grid-template-columns: repeat(7, 1fr);}#sb_instagram.sbi_col_8 #sbi_images {grid-template-columns: repeat(8, 1fr);}#sb_instagram.sbi_col_9 #sbi_images {grid-template-columns: repeat(9, 1fr);}#sb_instagram.sbi_col_10 #sbi_images {grid-template-columns: repeat(10, 1fr);}#sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(1, 1fr);}#sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(2, 1fr);}#sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(3, 1fr);}#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(4, 1fr);}#sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(5, 1fr);}#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(6, 1fr);}#sb_instagram.sbi_col_7.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(7, 1fr);}#sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(8, 1fr);}#sb_instagram.sbi_col_9.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(9, 1fr);}#sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(10, 1fr);}#sb_instagram .sbi_photo_wrap{position: relative;}#sb_instagram .sbi_photo{display: block;text-decoration: none;}#sb_instagram .sbi_photo img{width: 100%;height: inherit;object-fit: cover;scale: 1;transition: -webkit-transform .5s ease-in-out;transition: transform .5s ease-in-out;transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;vertical-align: middle;}#sb_instagram .sbi_no_js img{display: none;}#sb_instagram a, #sb_instagram a:hover, #sb_instagram a:focus, #sb_instagram a:active{outline: none;}#sb_instagram img{display: block;padding: 0 !important;margin: 0 !important;max-width: 100% !important;opacity: 1 !important;}#sb_instagram .sbi_link{display: none;position: absolute;bottom: 0;right: 0;width: 100%;padding: 10px 0;background: rgba(0,0,0,0.5);text-align: center;color: #fff;font-size: 12px;line-height: 1.1;}#sb_instagram .sbi_link a{padding: 0 6px;text-decoration: none;color: #fff;font-size: 12px;line-height: 1.1;display: inline-block;vertical-align: top;zoom: 1;}#sb_instagram .sbi_link .sbi_lightbox_link{padding-bottom: 5px;}#sb_instagram .sbi_link a:hover, #sb_instagram .sbi_link a:focus{text-decoration: underline;}#sb_instagram .sbi_photo_wrap:hover .sbi_link, #sb_instagram .sbi_photo_wrap:focus .sbi_link{display: block;}#sb_instagram svg:not(:root).svg-inline--fa {height: 1em;display: inline-block;}#sb_instagram .sbi_type_video .sbi_playbtn, #sb_instagram .sbi_type_carousel .sbi_playbtn, .sbi_type_carousel .fa-clone, #sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play, #sb_instagram .sbi_type_video .svg-inline--fa.fa-play{display: block !important;position: absolute;z-index: 1;color: #fff;color: rgba(255,255,255,0.9);font-style: normal !important;text-shadow: 0 0 8px rgba(0,0,0,0.8);}#sb_instagram .sbi_type_video .sbi_playbtn, #sb_instagram .sbi_type_carousel .sbi_playbtn {z-index: 2;top: 50%;left: 50%;margin-top: -24px;margin-left: -19px;padding: 0;font-size: 48px;}#sb_instagram .sbi_type_carousel .fa-clone{right: 12px;top: 12px;font-size: 24px;text-shadow: 0 0 8px rgba(0,0,0,0.3);}.sbi_type_carousel svg.fa-clone, #sb_instagram .sbi_type_video .svg-inline--fa.fa-play, #sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play{-webkit-filter: drop-shadow( 0px 0px 2px rgba(0,0,0,.4) );filter: drop-shadow( 0px 0px 2px rgba(0,0,0,.4) );}#sb_instagram .sbi_loader{width: 20px;height: 20px;position: relative;top: 50%;left: 50%;margin: -10px 0 0 -10px;background-color: #000;background-color: rgba(0,0,0,0.5);border-radius: 100%;-webkit-animation: sbi-sk-scaleout 1.0s infinite ease-in-out;animation: sbi-sk-scaleout 1.0s infinite ease-in-out;}#sb_instagram br {display: none;}#sbi_load p {display: inline;padding: 0;margin: 0;}#sb_instagram #sbi_load .sbi_loader{position: absolute;margin-top: -11px;background-color: #fff;opacity: 1;}@-webkit-keyframes sbi-sk-scaleout {0% {-webkit-transform: scale(0) }100% {-webkit-transform: scale(1.0);opacity: 0;}}@keyframes sbi-sk-scaleout {0% {-webkit-transform: scale(0);-ms-transform: scale(0);transform: scale(0);}100% {-webkit-transform: scale(1.0);-ms-transform: scale(1.0);transform: scale(1.0);opacity: 0;}}#sb_instagram .fa-spin, #sbi_lightbox .fa-spin{-webkit-animation: fa-spin 2s infinite linear;animation: fa-spin 2s infinite linear }#sb_instagram .fa-pulse, #sbi_lightbox .fa-pulse{-webkit-animation: fa-spin 1s infinite steps(8);animation: fa-spin 1s infinite steps(8) }@-webkit-keyframes fa-spin {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg) }100% {-webkit-transform: rotate(359deg);transform: rotate(359deg) }}@keyframes fa-spin {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg) }100% {-webkit-transform: rotate(359deg);transform: rotate(359deg) }}.sbi-screenreader{text-indent: -9999px !important;display: block !important;width: 0 !important;height: 0 !important;line-height: 0 !important;text-align: left !important;overflow: hidden !important;}#sb_instagram .sb_instagram_header, .sb_instagram_header{overflow: hidden;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 12px 0;}#sb_instagram .sb_instagram_header a, .sb_instagram_header a {text-decoration: none;transition: color 0.5s ease;}.sb_instagram_header.sbi_header_outside{float: none;margin-left: auto !important;margin-right: auto !important;display: flex;}.sbi_no_avatar .sbi_header_img{background: #333;color: #fff;width: 50px;height: 50px;position: relative;}.sb_instagram_header .sbi_header_hashtag_icon {opacity: 0;position: absolute;width: 100%;top: 0;bottom: 0;left: 0;text-align: center;color: #fff;background: rgba(0, 0, 0, 0.75);}.sbi_no_avatar .sbi_header_hashtag_icon {display: block;color: #fff;opacity: .9;-webkit-transition: background .6s linear,color .6s linear;-moz-transition: background .6s linear,color .6s linear;-o-transition: background .6s linear,color .6s linear;transition: background .6s linear,color .6s linear }.sbi_no_avatar:hover .sbi_header_hashtag_icon {display: block;opacity: 1;-webkit-transition: background .2s linear,color .2s linear;-moz-transition: background .2s linear,color .2s linear;-o-transition: background .2s linear,color .2s linear;transition: background .2s linear,color .2s linear }@media all and (min-width: 480px){#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img, .sb_instagram_header.sbi_medium .sbi_header_img{width: 80px;height: 80px;border-radius: 50%;}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img img, .sb_instagram_header.sbi_medium .sbi_header_img img{width: 80px;height: 80px;border-radius: 50%;}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3, .sb_instagram_header.sbi_medium .sbi_header_text h3{font-size: 20px;}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info, #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio, .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info, .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio{font-size: 14px;}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3, #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info, #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio, .sb_instagram_header.sbi_medium .sbi_header_text h3, .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info, .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio{line-height: 1.4 }#sb_instagram .sb_instagram_header.sbi_large .sbi_header_img, .sb_instagram_header.sbi_large .sbi_header_img{width: 120px;height: 120px;border-radius: 50%;}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_img img, .sb_instagram_header.sbi_large .sbi_header_img img {width: 120px;height: 120px;border-radius: 50%;}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3, .sb_instagram_header.sbi_large .sbi_header_text h3{font-size: 28px;}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info, #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio, .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info, .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio{font-size: 16px;}}#sb_instagram .sb_instagram_header .sbi_header_img, .sb_instagram_header .sbi_header_img{position: relative;width: 50px;height: 50px;overflow: hidden;-moz-border-radius: 40px;-webkit-border-radius: 40px;border-radius: 50%;}#sb_instagram .sb_instagram_header .sbi_header_img_hover, .sb_instagram_header .sbi_header_img_hover{opacity: 0;position: absolute;width: 100%;top: 0;bottom: 0;left: 0;text-align: center;color: #fff;background: rgba(0,0,0,0.75);}#sb_instagram .sb_instagram_header .sbi_header_img_hover .sbi_new_logo, #sb_instagram .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo, .sb_instagram_header .sbi_header_img_hover .sbi_new_logo, .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo{position: absolute;top: 50%;left: 50%;margin-top: -12px;margin-left: -12px;width: 24px;height: 24px;font-size: 24px;}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo, .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo{margin-top: -18px;margin-left: -18px;width: 36px;height: 36px;font-size: 36px }#sb_instagram .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo, .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo {margin-top: -24px;margin-left: -24px;width: 48px;height: 48px;font-size: 48px }#sb_instagram .sb_instagram_header .sbi_header_img_hover i {overflow: hidden;}#sb_instagram .sb_instagram_header .sbi_header_img_hover, .sb_instagram_header .sbi_header_img_hover{z-index: 2;transition: opacity 0.4s ease-in-out;}#sb_instagram .sb_instagram_header .sbi_fade_in, .sb_instagram_header .sbi_fade_in{opacity: 1;transition: opacity 0.2s ease-in-out;}#sb_instagram .sb_instagram_header a:hover .sbi_header_img_hover, #sb_instagram .sb_instagram_header a:focus .sbi_header_img_hover, .sb_instagram_header a:hover .sbi_header_img_hover, .sb_instagram_header a:focus .sbi_header_img_hover{opacity: 1;}#sb_instagram .sb_instagram_header .sbi_header_text, .sb_instagram_header .sbi_header_text{display: flex;gap: 20px;justify-content: flex-start;align-items: center;}#sb_instagram .sb_instagram_header.sbi_large .sbi_feedtheme_header_text, .sb_instagram_header.sbi_large .sbi_feedtheme_header_text {gap: 8px;}.sb_instagram_header.sbi_medium .sbi_feedtheme_header_text {gap: 4px;}.sbi_feedtheme_header_text {display: flex;justify-content: flex-start;align-items: flex-start;flex: 1;flex-direction: column;gap: 4px;}#sb_instagram .sb_instagram_header a, .sb_instagram_header a{text-decoration: none;}#sb_instagram .sb_instagram_header h3, .sb_instagram_header h3{font-size: 16px;line-height: 1.3;margin: 0;padding: 0;}#sb_instagram .sb_instagram_header p, .sb_instagram_header p{font-size: 13px;line-height: 1.3;margin: 0;padding: 0;}#sb_instagram p:empty {display: none;}#sb_instagram .sb_instagram_header .sbi_header_text img.emoji, .sb_instagram_header .sbi_header_text img.emoji{margin-right: 3px !important;}#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info, .sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info{clear: both;}#sb_instagram #sbi_load{float: left;clear: both;width: 100%;text-align: center;}#sb_instagram #sbi_load .fa-spinner{display: none;position: absolute;top: 50%;left: 50%;margin: -8px 0 0 -7px;font-size: 15px;}#sb_instagram #sbi_load{opacity: 1;transition: all 0.5s ease-in;}#sb_instagram .sbi_load_btn .sbi_btn_text, #sb_instagram .sbi_load_btn .sbi_loader{opacity: 1;transition: all 0.1s ease-in;}#sb_instagram .sbi_hidden{opacity: 0 !important;}#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a{display: inline-block;vertical-align: top;zoom: 1;padding: 7px 14px;margin: 5px auto 0 auto;background: #333;border: none;color: #fff;text-decoration: none;font-size: 13px;line-height: 1.5;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}#sb_instagram #sbi_load .sbi_load_btn {position: relative;}#sb_instagram .sbi_follow_btn{display: inline-block;vertical-align: top;zoom: 1;text-align: center;}#sb_instagram .sbi_follow_btn.sbi_top{display: block;margin-bottom: 5px;}#sb_instagram .sbi_follow_btn a{background: #408bd1;color: #fff;}#sb_instagram .sbi_follow_btn a, #sb_instagram .sbi_follow_btn a, #sb_instagram #sbi_load .sbi_load_btn{transition: all 0.1s ease-in;}#sb_instagram #sbi_load .sbi_load_btn:hover{outline: none;box-shadow: inset 0 0 20px 20px rgba(255,255,255,0.25);}#sb_instagram .sbi_follow_btn a:hover, #sb_instagram .sbi_follow_btn a:focus{outline: none;box-shadow: inset 0 0 10px 20px #359dff;}#sb_instagram .sbi_follow_btn a:active, #sb_instagram #sbi_load .sbi_load_btn:active{box-shadow: inset 0 0 10px 20px rgba(0,0,0,0.3);}#sb_instagram .sbi_follow_btn .fa, #sb_instagram .sbi_follow_btn svg{margin-bottom: -1px;margin-right: 7px;font-size: 15px;}#sb_instagram .sbi_follow_btn svg{vertical-align: -.125em;}#sb_instagram #sbi_load .sbi_follow_btn{margin-left: 5px;}#sb_instagram .sb_instagram_error{width: 100%;text-align: center;line-height: 1.4;}#sbi_mod_error{display: none;border: 1px solid #ddd;background: #eee;color: #333;margin: 10px 0 0;padding: 10px 15px;font-size: 13px;text-align: center;clear: both;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;}#sbi_mod_error br {display: initial !important;}#sbi_mod_error p{padding: 5px 0 !important;margin: 0 !important;line-height: 1.3 !important;}#sbi_mod_error ol, #sbi_mod_error ul{padding: 5px 0 5px 20px !important;margin: 0 !important;}#sbi_mod_error li{padding: 1px 0 !important;margin: 0 !important;}#sbi_mod_error span{font-size: 12px;}#sb_instagram.sbi_medium .sbi_playbtn, #sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play{margin-top: -12px;margin-left: -9px;font-size: 23px;}#sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone{right: 8px;top: 8px;font-size: 18px;}#sb_instagram.sbi_small .sbi_playbtn, #sb_instagram.sbi_small .sbi_photo_wrap .svg-inline--fa.fa-play{margin-top: -9px;margin-left: -7px;font-size: 18px;}#sb_instagram.sbi_small .sbi_type_carousel .sbi_photo_wrap .fa-clone{right: 5px;top: 5px;font-size: 12px;}@media all and (max-width: 640px){#sb_instagram.sbi_col_3 #sbi_images, #sb_instagram.sbi_col_4 #sbi_images, #sb_instagram.sbi_col_5 #sbi_images, #sb_instagram.sbi_col_6 #sbi_images {grid-template-columns: repeat(2, 1fr);}#sb_instagram.sbi_col_7 #sbi_images, #sb_instagram.sbi_col_8 #sbi_images, #sb_instagram.sbi_col_9 #sbi_images, #sb_instagram.sbi_col_10 #sbi_images {grid-template-columns: repeat(4, 1fr);}#sb_instagram.sbi_width_resp{width: 100% !important;}}@media all and (max-width: 480px){#sb_instagram.sbi_col_3 #sbi_images, #sb_instagram.sbi_col_4 #sbi_images, #sb_instagram.sbi_col_5 #sbi_images, #sb_instagram.sbi_col_6 #sbi_images, #sb_instagram.sbi_col_7 #sbi_images, #sb_instagram.sbi_col_8 #sbi_images, #sb_instagram.sbi_col_9 #sbi_images, #sb_instagram.sbi_col_10 #sbi_images {grid-template-columns: 1fr;}#sb_instagram.sbi_mob_col_10 #sbi_images {grid-template-columns: repeat(10, 1fr);}#sb_instagram.sbi_mob_col_9 #sbi_images {grid-template-columns: repeat(9, 1fr);}#sb_instagram.sbi_mob_col_8 #sbi_images {grid-template-columns: repeat(8, 1fr);}#sb_instagram.sbi_mob_col_7 #sbi_images {grid-template-columns: repeat(7, 1fr);}#sb_instagram.sbi_mob_col_6 #sbi_images {grid-template-columns: repeat(6, 1fr);}#sb_instagram.sbi_mob_col_5 #sbi_images {grid-template-columns: repeat(5, 1fr);}#sb_instagram.sbi_mob_col_4 #sbi_images {grid-template-columns: repeat(4, 1fr);}#sb_instagram.sbi_mob_col_3 #sbi_images {grid-template-columns: repeat(3, 1fr);}#sb_instagram.sbi_mob_col_2 #sbi_images {grid-template-columns: repeat(2, 1fr);}#sb_instagram.sbi_mob_col_1 #sbi_images {grid-template-columns: 1fr;}}#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap{box-sizing: border-box;position: relative;overflow: hidden;}#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap:before {content: "";display: block;padding-top: 100%;z-index: -300;}#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo {position: absolute;top: 0;left: 0;bottom: 0;right: 0;}#sb_instagram.sbi_no_js #sbi_images .sbi_item.sbi_transition {opacity: 1;}#sb_instagram.sbi_no_js .sbi_photo img, #sb_instagram.sbi_no_js .sbi_load_btn{display: none;}#sb_instagram #sbi_images .sbi_js_load_disabled .sbi_imgLiquid_ready.sbi_photo, #sb_instagram #sbi_images .sbi_no_js_customizer .sbi_imgLiquid_ready.sbi_photo{padding-bottom: 0 !important;}#sb_instagram #sbi_mod_error .sb_frontend_btn {display: inline-block;padding: 6px 10px;background: #ddd;background: rgba(0,0,0,.1);text-decoration: none;border-radius: 5px;margin-top: 10px;color: #444 }#sb_instagram #sbi_mod_error .sb_frontend_btn:hover {background: #ccc;background: rgba(0,0,0,.15) }#sb_instagram #sbi_mod_error .sb_frontend_btn .fa {margin-right: 2px }.sbi_header_outside.sbi_header_palette_dark, #sb_instagram.sbi_palette_dark, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lightbox_tooltip, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_share_close{background-color: rgba(0,0,0,.85);color: rgba(255,255,255,.75);}#sb_instagram.sbi_palette_dark .sbi_caption, .sbi_header_palette_dark, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number, #sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox p{color: rgba(255,255,255,.75);}.sbi_header_palette_dark .sbi_bio, #sb_instagram.sbi_palette_dark .sbi_meta {color: rgba(255,255,255,.75);}.sbi_header_palette_dark a, #sb_instagram.sbi_palette_dark .sbi_expand a, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p, #sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox .sbi_lb-commenter {color: #fff;}.sbi_header_outside.sbi_header_palette_light, #sb_instagram.sbi_palette_light, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lightbox_tooltip, #sbi_lightbox.sbi_palette_light_lightbox .sbi_share_close{color: rgba(0,0,0,.85);background-color: rgba(255,255,255,.75);}#sb_instagram.sbi_palette_light .sbi_caption, .sbi_header_palette_light, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number, #sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox p{color: rgba(0,0,0,.85);}.sbi_header_palette_light .sbi_bio, #sb_instagram.sbi_palette_light .sbi_meta {color: rgba(0,0,0,.85);}.sbi_header_palette_light a, #sb_instagram.sbi_palette_light .sbi_expand a, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p, #sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox .sbi_lb-commenter {color: #000;}@media all and (max-width: 480px){#sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_mob_col_1 #sbi_images {grid-template-columns: 1fr;}#sb_instagram.sbi_mob_col_2 #sbi_images {grid-template-columns: repeat(2, 1fr) }#sb_instagram.sbi_mob_col_3 #sbi_images {grid-template-columns: repeat(3, 1fr) }#sb_instagram.sbi_mob_col_4 #sbi_images {grid-template-columns: repeat(4, 1fr) }#sb_instagram.sbi_mob_col_5 #sbi_images {grid-template-columns: repeat(5, 1fr) }#sb_instagram.sbi_mob_col_6 #sbi_images {grid-template-columns: repeat(6, 1fr) }#sb_instagram.sbi_mob_col_7 #sbi_images {grid-template-columns: repeat(7, 1fr) }}@media all and (max-width: 800px){#sb_instagram.sbi_tab_col_10 #sbi_images {grid-template-columns: repeat(10, 1fr);}#sb_instagram.sbi_tab_col_9 #sbi_images {grid-template-columns: repeat(9, 1fr);}#sb_instagram.sbi_tab_col_8 #sbi_images {grid-template-columns: repeat(8, 1fr);}#sb_instagram.sbi_tab_col_7 #sbi_images {grid-template-columns: repeat(7, 1fr);}#sb_instagram.sbi_tab_col_6 #sbi_images {grid-template-columns: repeat(6, 1fr);}#sb_instagram.sbi_tab_col_5 #sbi_images {grid-template-columns: repeat(5, 1fr);}#sb_instagram.sbi_tab_col_4 #sbi_images {grid-template-columns: repeat(4, 1fr);}#sb_instagram.sbi_tab_col_3 #sbi_images {grid-template-columns: repeat(3, 1fr);}#sb_instagram.sbi_tab_col_2 #sbi_images {grid-template-columns: repeat(2, 1fr);}#sb_instagram.sbi_tab_col_1 #sbi_images {grid-template-columns: 1fr;}}@media all and (max-width: 480px){#sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_mob_col_1 #sbi_images {grid-template-columns: 1fr;}#sb_instagram.sbi_mob_col_2 #sbi_images {grid-template-columns: repeat(2, 1fr) }#sb_instagram.sbi_mob_col_3 #sbi_images {grid-template-columns: repeat(3, 1fr) }#sb_instagram.sbi_mob_col_4 #sbi_images {grid-template-columns: repeat(4, 1fr) }#sb_instagram.sbi_mob_col_5 #sbi_images {grid-template-columns: repeat(5, 1fr);}#sb_instagram.sbi_mob_col_6 #sbi_images {grid-template-columns: repeat(6, 1fr);}#sb_instagram.sbi_mob_col_7 #sbi_images {grid-template-columns: repeat(7, 1fr);}#sb_instagram.sbi_mob_col_8 #sbi_images {grid-template-columns: repeat(8, 1fr);}#sb_instagram.sbi_mob_col_9 #sbi_images {grid-template-columns: repeat(9, 1fr);}#sb_instagram.sbi_mob_col_10 #sbi_images {grid-template-columns: repeat(10, 1fr);}}#sb_instagram #sbi_images .sbi_item.sbi_num_diff_hide{display: none !important;}body:after {content: url(//thelilsunflower.com/wp-content/plugins/instagram-feed/img/sbi-sprite.png);display: none;}.sbi_lightboxOverlay {position: absolute;top: 0;left: 0;z-index: 99999;background-color: black;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity: 0.9;display: none;}.sbi_lightbox {position: absolute;left: 0;width: 100%;z-index: 100000;text-align: center;line-height: 0;font-weight: normal;}.sbi_lightbox .sbi_lb-image {display: block;height: auto;max-width: inherit;-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;border-radius: 3px;object-fit: contain;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-image{-webkit-border-radius: 3px 0 0 3px;-moz-border-radius: 3px 0 0 3px;-ms-border-radius: 3px 0 0 3px;-o-border-radius: 3px 0 0 3px;border-radius: 3px 0 0 3px;}.sbi_lightbox a:hover, .sbi_lightbox a:focus, .sbi_lightbox a:active{outline: none;}.sbi_lightbox a img {border: none;}.sbi_lb-outerContainer {position: relative;background-color: #000;*zoom: 1;width: 250px;height: 250px;margin: 0 auto 5px auto;-webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;border-radius: 4px;}.sbi_lb-outerContainer:after {content: "";display: table;clear: both;}.sbi_lb-container-wrapper{height: 100%;}.sbi_lb-container {position: relative;padding: 4px;top: 0;left: 0;width: 100%;height: 100%;bottom: 0;right: 0;}.sbi_lb-loader {position: absolute;width: 100%;top: 50%;left: 0;height: 20px;margin-top: -10px;text-align: center;line-height: 0;}.sbi_lb-loader span {display: block;width: 14px;height: 14px;margin: 0 auto;background: url(//thelilsunflower.com/wp-content/plugins/instagram-feed/img/sbi-sprite.png) no-repeat;}.sbi_lb-nav {top: 0;left: 0;width: 100%;z-index: 10;}.sbi_lb-container > .nav {left: 0;}.sbi_lb-nav a {position: absolute;z-index: 100;top: 0;height: 90%;outline: none;background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);}.sbi_lb-prev, .sbi_lb-next {height: 100%;cursor: pointer;display: block;}.sbi_lb-nav a.sbi_lb-prev {width: 50px;left: -70px;padding-left: 10px;padding-right: 10px;float: left;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);opacity: 0.5;-webkit-transition: opacity 0.2s;-moz-transition: opacity 0.2s;-o-transition: opacity 0.2s;transition: opacity 0.2s;}.sbi_lb-nav a.sbi_lb-prev:hover {filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity: 1;}.sbi_lb-nav a.sbi_lb-next {width: 50px;right: -70px;padding-left: 10px;padding-right: 10px;float: right;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);opacity: 0.5;-webkit-transition: opacity 0.2s;-moz-transition: opacity 0.2s;-o-transition: opacity 0.2s;transition: opacity 0.2s;}.sbi_lb-nav a.sbi_lb-next:hover {filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity: 1;}.sbi_lb-nav span{display: block;top: 55%;position: absolute;left: 20px;width: 34px;height: 45px;margin: -25px 0 0 0;background: url(//thelilsunflower.com/wp-content/plugins/instagram-feed/img/sbi-sprite.png) no-repeat;}.sbi_lb-nav a.sbi_lb-prev span{background-position: -53px 0;}.sbi_lb-nav a.sbi_lb-next span{left: auto;right: 20px;background-position: -18px 0;}.sbi_lb-dataContainer {margin: 0 auto;padding-top: 10px;*zoom: 1;width: 100%;font-family: "Open Sans", Helvetica, Arial, sans-serif;-moz-border-radius-bottomleft: 4px;-webkit-border-bottom-left-radius: 4px;border-bottom-left-radius: 4px;-moz-border-radius-bottomright: 4px;-webkit-border-bottom-right-radius: 4px;border-bottom-right-radius: 4px;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-outerContainer{position: relative;padding-right: 300px;background: #fff;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-container-wrapper {position: relative;background: #000;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer {width: 300px !important;position: absolute;top: 0;right: -300px;height: 100%;bottom: 0;background: #fff;line-height: 1.4;overflow: hidden;overflow-y: auto;text-align: left;}.sbi_lb-dataContainer:after, .sbi_lb-data:after, .sbi_lb-commentBox:after {content: "";display: table;clear: both;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox{display: block !important;width: 100%;margin-top: 20px;padding: 4px;}#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number {padding-bottom: 0;}#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption {width: 100%;max-width: 100%;margin-bottom: 20px;}#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption .sbi_caption_text {display: inline-block;padding-top: 10px;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-comment{display: block !important;width: 100%;min-width: 100%;float: left;clear: both;font-size: 12px;padding: 3px 20px 3px 0;margin: 0 0 1px 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {font-weight: 700;margin-right: 5px;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox p{text-align: left;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer{box-sizing: border-box;padding: 15px 20px;}.sbi_lb-data {padding: 0 4px;color: #ccc;}.sbi_lb-data .sbi_lb-details {width: 85%;float: left;text-align: left;line-height: 1.1;}.sbi_lb-data .sbi_lb-caption {float: left;font-size: 13px;font-weight: normal;line-height: 1.3;padding-bottom: 3px;color: #ccc;word-wrap: break-word;word-break: break-word;overflow-wrap: break-word;-webkit-hyphens: auto;-moz-hyphens: auto;hyphens: auto;}.sbi_lb-data .sbi_lb-caption a{color: #ccc;font-weight: bold;text-decoration: none;}.sbi_lb-data .sbi_lb-caption a:hover, .sbi_lb-commenter:hover{color: #fff;text-decoration: underline;}.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username{float: left;width: 100%;color: #ccc;padding-bottom: 0;display: block;margin: 0 0 5px 0;}.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p{color: #fff;text-decoration: underline;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {color: #333;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a:hover, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter:hover, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_username, #sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number, #sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a, #sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a:hover, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username p{color: #333;}.sbi_lightbox .sbi_lightbox_username img {float: left;border: none;width: 32px;height: 32px;margin-right: 10px;background: #666;-moz-border-radius: 40px;-webkit-border-radius: 40px;border-radius: 40px;}.sbi_lightbox_username p{float: left;margin: 0;padding: 0;color: #ccc;line-height: 32px;font-weight: bold;font-size: 13px;}.sbi_lb-data .sbi_lb-number {display: block;float: left;clear: both;padding: 5px 0 15px 0;font-size: 12px;color: #999999;}.sbi_lb-data .sbi_lb-close {display: block;float: right;width: 30px;height: 30px;font-size: 18px;color: #aaa;text-align: right;outline: none;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity: 0.7;-webkit-transition: opacity 0.2s;-moz-transition: opacity 0.2s;-o-transition: opacity 0.2s;transition: opacity 0.2s;}.sbi_lb-data .sbi_lb-close:hover {cursor: pointer;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity: 1;color: #fff;}.sbi_lb-nav {height: auto;}.sbi_lightbox .sbi_owl-item:nth-child(n+2) .sbi_video {position: relative !important;}.sbi_lb-container{padding: 0;}.sb-elementor-cta {width: 100% !important;border: 1px solid #E8E8EB !important;border-radius: 2px !important;position: relative !important;text-align: center !important;}.sb-elementor-cta-img-ctn {width: 100% !important;position: relative !important;float: left !important;display: flex !important;justify-content: center !important;align-items: center !important;margin-top: 50px !important;margin-bottom: 35px !important;}.sb-elementor-cta-img {width: 65px !important;height: 65px !important;position: relative !important;border: 2px solid #DCDDE1 !important;border-radius: 16px !important;-webkit-transform: rotate(-3deg) !important;transform: rotate(-3deg) !important;display: flex !important;justify-content: center !important;align-items: center !important;}.sb-elementor-cta-img span svg {float: left !important;}.sb-elementor-cta-img>* {-webkit-transform: rotate(3deg) !important;transform: rotate(3deg) !important;}.sb-elementor-cta-logo {position: absolute !important;right: -15px !important;bottom: -19px !important;z-index: 1 !important;}.sb-elementor-cta-heading {font-size: 19px !important;padding: 0px !important;margin: 0px !important;display: inline-block !important;width: 100% !important;font-weight: 700 !important;line-height: 1.4em !important;margin-bottom: 30px !important;}.sb-elementor-cta-btn {background: #0068A0 !important;border-radius: 2px !important;padding: 8px 20px 8px 38px !important;cursor: pointer !important;color: #fff !important;position: relative !important;margin-bottom: 30px !important;}.sb-elementor-cta-btn:before, .sb-elementor-cta-btn:after {content: '' !important;position: absolute !important;width: 2px !important;height: 12px !important;background: #fff !important;left: 20px !important;top: 14px !important;}.sb-elementor-cta-btn:after {-webkit-transform: rotate(90deg) !important;transform: rotate(90deg) !important;}.sb-elementor-cta-desc {display: flex !important;justify-content: center !important;align-items: center !important;padding: 20px !important;background: #F9F9FA !important;border-top: 1px solid #E8E8EB !important;margin-top: 35px !important;flex-direction: column !important;}.sb-elementor-cta-desc strong {color: #141B38 !important;font-size: 16px !important;font-weight: 600 !important;margin-bottom: 8px !important;}.sb-elementor-cta-desc span {color: #434960 !important;font-size: 14px !important;line-height: 1.5em !important;padding: 0 20% !important;}.sb-elementor-cta-selector {width: 100% !important;padding: 0 20% !important;display: flex !important;justify-content: center !important;align-items: center !important;flex-direction: column !important;margin-bottom: 45px !important;}.sb-elementor-cta-feedselector {border: 1px solid #D0D1D7 !important;padding: 8px 16px 8px 16px !important;margin-bottom: 15px !important;max-width: 100% !important;min-width: 400px !important;}.sb-elementor-cta-selector span {color: #2C324C !important;}.sb-elementor-cta-selector span a {text-transform: capitalize !important;text-decoration: underline !important;font-weight: 600 !important;}.sb-elementor-cta-selector span a:after {color: #2C324C !important;margin-left: 2px !important;font-weight: 400 !important;text-decoration-color: #fff !important;}.sb-elementor-cta-selector span a:first-of-type:after {content: ',' !important;}.sb-elementor-cta-selector span a:nth-of-type(2):after {content: 'or' !important;}.sb-elementor-cta-selector span a:nth-of-type(2):after {margin-left: 5px !important;margin-right: 2px !important;}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before, .et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before, .et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before, .et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before {content: '' !important;height: 16px !important;font-variant: normal !important;background-position: center center !important;background-repeat: no-repeat !important;}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before {background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9056 18.109H13.4056V17.609H12.9056V18.109ZM9.79722 18.109H9.29722V18.609H9.79722V18.109ZM9.79722 14.5601V14.0601H9.29722V14.5601H9.79722ZM12.9056 14.5601V15.0601H13.4056V14.5601H12.9056ZM20.2604 7.32764H20.7604V6.90407L20.3426 6.83444L20.2604 7.32764ZM20.2604 10.3503V10.8503H20.7604V10.3503H20.2604ZM16.7237 14.5601H16.2237V15.0601H16.7237V14.5601ZM20.1258 14.5601L20.6199 14.6367L20.7094 14.0601H20.1258V14.5601ZM19.5751 18.109V18.609H20.0035L20.0692 18.1857L19.5751 18.109ZM16.7237 18.109V17.609H16.2237V18.109H16.7237ZM27.0523 14.5601H26.5523L26.5523 14.5612L27.0523 14.5601ZM17.0803 26.6136L16.9877 26.1222L17.0803 26.6136ZM12.5489 26.6139L12.6411 26.1225L12.5489 26.6139ZM14.8147 1.79797C7.80749 1.79797 2.07703 7.51685 2.07703 14.5601H3.07703C3.07703 8.06849 8.36042 2.79797 14.8147 2.79797V1.79797ZM2.07703 14.5601C2.07703 20.7981 6.54984 25.9974 12.4567 27.1053L12.6411 26.1225C7.19999 25.1019 3.07703 20.3097 3.07703 14.5601H2.07703ZM13.4056 26.3139V18.109H12.4056V26.3139H13.4056ZM12.9056 17.609H9.79722V18.609H12.9056V17.609ZM10.2972 18.109V14.5601H9.29722V18.109H10.2972ZM9.79722 15.0601H12.9056V14.0601H9.79722V15.0601ZM13.4056 14.5601V11.8556H12.4056V14.5601H13.4056ZM13.4056 11.8556C13.4056 10.4191 13.8299 9.36825 14.5211 8.67703C15.2129 7.98525 16.2305 7.59512 17.5314 7.59512V6.59512C16.0299 6.59512 14.7346 7.04939 13.814 7.96992C12.893 8.891 12.4056 10.2204 12.4056 11.8556H13.4056ZM17.5314 7.59512C18.1724 7.59512 18.8342 7.65119 19.3401 7.70823C19.592 7.73664 19.8029 7.76502 19.9504 7.78622C20.0241 7.79681 20.0818 7.8056 20.1208 7.81167C20.1402 7.81471 20.155 7.81706 20.1647 7.81863C20.1695 7.81941 20.1731 7.82 20.1754 7.82037C20.1765 7.82056 20.1773 7.82069 20.1778 7.82077C20.178 7.82081 20.1782 7.82083 20.1782 7.82084C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1782 7.82084 20.1782 7.82084 20.2604 7.32764C20.3426 6.83444 20.3426 6.83443 20.3425 6.83443C20.3425 6.83442 20.3424 6.83441 20.3424 6.83441C20.3423 6.83439 20.3422 6.83437 20.342 6.83435C20.3418 6.8343 20.3414 6.83425 20.341 6.83417C20.3401 6.83403 20.3389 6.83383 20.3373 6.83357C20.3342 6.83307 20.3298 6.83234 20.3241 6.83142C20.3127 6.82958 20.2962 6.82695 20.2749 6.82362C20.2323 6.81698 20.1707 6.8076 20.0927 6.7964C19.9369 6.774 19.7157 6.74425 19.4521 6.71453C18.927 6.65532 18.2243 6.59512 17.5314 6.59512V7.59512ZM19.7604 7.32764V10.3503H20.7604V7.32764H19.7604ZM20.2604 9.85033H18.7185V10.8503H20.2604V9.85033ZM18.7185 9.85033C17.851 9.85033 17.1997 10.1241 16.7742 10.6148C16.3604 11.0922 16.2237 11.7025 16.2237 12.2594H17.2237C17.2237 11.8495 17.3257 11.5053 17.5298 11.2699C17.7224 11.0477 18.0684 10.8503 18.7185 10.8503V9.85033ZM16.2237 12.2594V14.5601H17.2237V12.2594H16.2237ZM16.7237 15.0601H20.1258V14.0601H16.7237V15.0601ZM19.6317 14.4834L19.081 18.0323L20.0692 18.1857L20.6199 14.6367L19.6317 14.4834ZM19.5751 17.609H16.7237V18.609H19.5751V17.609ZM16.2237 18.109V26.3135H17.2237V18.109H16.2237ZM17.1728 27.105C20.0281 26.5671 22.618 25.068 24.5079 22.8512L23.7469 22.2025C22.0054 24.2452 19.6188 25.6266 16.9877 26.1222L17.1728 27.105ZM24.5079 22.8512C26.4793 20.5388 27.5591 17.5977 27.5523 14.559L26.5523 14.5612C26.5586 17.3614 25.5636 20.0715 23.7469 22.2025L24.5079 22.8512ZM27.5523 14.5601C27.5523 7.51685 21.8218 1.79797 14.8147 1.79797V2.79797C21.2689 2.79797 26.5523 8.06849 26.5523 14.5601H27.5523ZM16.2237 26.3135C16.2237 26.8064 16.6682 27.2 17.1728 27.105L16.9877 26.1222C17.119 26.0975 17.2237 26.2006 17.2237 26.3135H16.2237ZM12.4567 27.1053C12.9603 27.1998 13.4056 26.8073 13.4056 26.3139H12.4056C12.4056 26.2001 12.5107 26.098 12.6411 26.1225L12.4567 27.1053Z' fill='%232b87da' /%3E%3Cpath d='M12.9056 18.1088H13.4056V17.6088H12.9056V18.1088ZM9.79724 18.1088H9.29724V18.6088H9.79724V18.1088ZM9.79724 14.5599V14.0599H9.29724V14.5599H9.79724ZM12.9056 14.5599V15.0599H13.4056V14.5599H12.9056ZM20.2604 7.32749H20.7604V6.90392L20.3426 6.83429L20.2604 7.32749ZM20.2604 10.3502V10.8502H20.7604V10.3502H20.2604ZM16.7237 14.5599H16.2237V15.0599H16.7237V14.5599ZM20.1258 14.5599L20.6199 14.6366L20.7094 14.0599H20.1258V14.5599ZM19.5751 18.1088V18.6088H20.0035L20.0692 18.1855L19.5751 18.1088ZM16.7237 18.1088V17.6088H16.2237V18.1088H16.7237ZM13.4056 26.366V18.1088H12.4056V26.366H13.4056ZM12.9056 17.6088H9.79724V18.6088H12.9056V17.6088ZM10.2972 18.1088V14.5599H9.29724V18.1088H10.2972ZM9.79724 15.0599H12.9056V14.0599H9.79724V15.0599ZM13.4056 14.5599V11.8554H12.4056V14.5599H13.4056ZM13.4056 11.8554C13.4056 10.4189 13.8299 9.3681 14.5212 8.67688C15.2129 7.9851 16.2305 7.59497 17.5314 7.59497V6.59497C16.0299 6.59497 14.7346 7.04924 13.814 7.96977C12.893 8.89085 12.4056 10.2202 12.4056 11.8554H13.4056ZM17.5314 7.59497C18.1724 7.59497 18.8342 7.65103 19.3401 7.70808C19.592 7.73648 19.803 7.76487 19.9504 7.78607C20.0241 7.79666 20.0819 7.80545 20.1208 7.81152C20.1402 7.81455 20.155 7.81691 20.1647 7.81848C20.1695 7.81926 20.1731 7.81984 20.1754 7.82022C20.1765 7.8204 20.1773 7.82054 20.1778 7.82061C20.178 7.82065 20.1782 7.82068 20.1783 7.82069C20.1783 7.8207 20.1783 7.8207 20.1783 7.8207C20.1783 7.8207 20.1783 7.82069 20.1783 7.82069C20.1782 7.82069 20.1782 7.82068 20.2604 7.32749C20.3426 6.83429 20.3426 6.83428 20.3425 6.83427C20.3425 6.83427 20.3424 6.83426 20.3424 6.83425C20.3423 6.83424 20.3422 6.83422 20.3421 6.8342C20.3418 6.83415 20.3414 6.83409 20.341 6.83402C20.3401 6.83387 20.3389 6.83367 20.3374 6.83342C20.3343 6.83291 20.3298 6.83219 20.3241 6.83127C20.3127 6.82943 20.2962 6.82679 20.2749 6.82347C20.2324 6.81683 20.1707 6.80745 20.0927 6.79624C19.9369 6.77385 19.7158 6.7441 19.4522 6.71438C18.927 6.65516 18.2244 6.59497 17.5314 6.59497V7.59497ZM19.7604 7.32749V10.3502H20.7604V7.32749H19.7604ZM20.2604 9.85018H18.7185V10.8502H20.2604V9.85018ZM18.7185 9.85018C17.8511 9.85018 17.1997 10.1239 16.7743 10.6146C16.3604 11.092 16.2237 11.7024 16.2237 12.2592H17.2237C17.2237 11.8493 17.3257 11.5052 17.5298 11.2697C17.7224 11.0476 18.0684 10.8502 18.7185 10.8502V9.85018ZM16.2237 12.2592V14.5599H17.2237V12.2592H16.2237ZM16.7237 15.0599H20.1258V14.0599H16.7237V15.0599ZM19.6317 14.4833L19.081 18.0322L20.0692 18.1855L20.6199 14.6366L19.6317 14.4833ZM19.5751 17.6088H16.7237V18.6088H19.5751V17.6088ZM16.2237 18.1088V26.366H17.2237V18.1088H16.2237ZM16.4146 26.1752H13.2148V27.1752H16.4146V26.1752ZM16.2237 26.366C16.2237 26.2606 16.3092 26.1752 16.4146 26.1752V27.1752C16.8615 27.1752 17.2237 26.8129 17.2237 26.366H16.2237ZM12.4056 26.366C12.4056 26.8129 12.7679 27.1752 13.2148 27.1752V26.1752C13.3202 26.1752 13.4056 26.2606 13.4056 26.366H12.4056Z' fill='%232b87da'/%3E%3C/svg%3E%0A");}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before {background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='22' height='22' rx='6' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='12' cy='12' r='5' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='18.5' cy='5.75' r='1.25' fill='%232b87da'/%3E%3C/svg%3E%0A");}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before {background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.8762 6.78846C27.9345 6.7065 27.8465 6.60094 27.7536 6.63936C27.0263 6.93989 26.26 7.15757 25.4698 7.29241C25.3632 7.31061 25.3082 7.16347 25.3956 7.09969C26.2337 6.48801 26.8918 5.63649 27.2636 4.63802C27.2958 4.55162 27.2014 4.47574 27.1212 4.52123C26.1605 5.06618 25.1092 5.45524 24.0054 5.68842C23.971 5.69568 23.9354 5.68407 23.9113 5.65844C22.9264 4.60891 21.5545 4 19.9999 4C17.0624 4 14.6624 6.4 14.6624 9.3625C14.6624 9.74071 14.702 10.109 14.7724 10.4586C14.7855 10.5235 14.7342 10.5842 14.6681 10.5803C10.3227 10.3231 6.45216 8.2421 3.84135 5.09864C3.79681 5.04501 3.71241 5.0515 3.67879 5.11257C3.26061 5.8722 3.02493 6.75115 3.02493 7.675C3.02493 9.41548 3.84362 10.9704 5.13417 11.9317C5.2141 11.9913 5.17327 12.12 5.07385 12.1129C4.32811 12.0597 3.63173 11.835 3.00827 11.5171C2.99303 11.5094 2.97493 11.5204 2.97493 11.5375V11.5375C2.97493 13.9896 4.6205 16.0638 6.86301 16.7007C6.96452 16.7295 6.96588 16.8757 6.86218 16.8953C6.25772 17.0096 5.63724 17.0173 5.0289 16.9176C4.95384 16.9052 4.89095 16.9762 4.91633 17.0479C5.26967 18.0466 5.91213 18.9192 6.7637 19.5537C7.58576 20.1661 8.56481 20.5283 9.58351 20.6001C9.67715 20.6067 9.71634 20.7266 9.64124 20.7829C7.78574 22.1744 5.52424 22.9237 3.19993 22.9125C2.91864 22.9125 2.63736 22.9015 2.35608 22.8796C2.25034 22.8714 2.20189 23.0116 2.29272 23.0664C4.58933 24.4509 7.27959 25.25 10.1499 25.25C19.9999 25.25 25.4124 17.075 25.4124 9.9875C25.4124 9.76833 25.4124 9.5598 25.4026 9.34228C25.4011 9.30815 25.4168 9.27551 25.4445 9.2555C26.3819 8.57814 27.1984 7.74079 27.8762 6.78846Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before {background-image: url("data:image/svg+xml,%3Csvg width='27' height='20' viewBox='0 0 27 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 13.3267C11 13.4037 11.0834 13.4518 11.15 13.4133L17.3377 9.83658C17.4043 9.79808 17.4043 9.70192 17.3377 9.66342L11.15 6.08673C11.0834 6.0482 11 6.0963 11 6.17331V13.3267ZM25.45 3.7125C25.6125 4.3 25.725 5.0875 25.8 6.0875C25.8875 7.0875 25.925 7.95 25.925 8.7L26 9.75C26 12.4875 25.8 14.5 25.45 15.7875C25.1375 16.9125 24.4125 17.6375 23.2875 17.95C22.7 18.1125 21.625 18.225 19.975 18.3C18.35 18.3875 16.8625 18.425 15.4875 18.425L13.5 18.5C8.2625 18.5 5 18.3 3.7125 17.95C2.5875 17.6375 1.8625 16.9125 1.55 15.7875C1.3875 15.2 1.275 14.4125 1.2 13.4125C1.1125 12.4125 1.075 11.55 1.075 10.8L1 9.75C1 7.0125 1.2 5 1.55 3.7125C1.8625 2.5875 2.5875 1.8625 3.7125 1.55C4.3 1.3875 5.375 1.275 7.025 1.2C8.65 1.1125 10.1375 1.075 11.5125 1.075L13.5 1C18.7375 1 22 1.2 23.2875 1.55C24.4125 1.8625 25.1375 2.5875 25.45 3.7125Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-button__link{box-sizing:border-box;cursor:pointer;display:inline-block;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table:where(:not(.has-text-color)){color:#40464d}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{border-color:#ddd}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-code{box-sizing:border-box}.wp-block-code code{display:block;font-family:inherit;overflow-wrap:break-word;white-space:pre-wrap}.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:-moz-fit-content;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;width:100%;z-index:1}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover__image-background,.wp-block-cover__video-background{z-index:0}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}:root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){color:inherit}.wp-block-details{box-sizing:border-box}.wp-block-details summary{cursor:pointer}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-form-input__label{display:flex;flex-direction:column;gap:.25em;margin-bottom:.5em;width:100%}.wp-block-form-input__label.is-label-inline{align-items:center;flex-direction:row;gap:.5em}.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{margin-bottom:.5em}.wp-block-form-input__label:has(input[type=checkbox]){flex-direction:row-reverse;width:-moz-fit-content;width:fit-content}.wp-block-form-input__label-content{width:-moz-fit-content;width:fit-content}.wp-block-form-input__input{font-size:1em;margin-bottom:.5em;padding:0 .5em}.wp-block-form-input__input[type=date],.wp-block-form-input__input[type=datetime-local],.wp-block-form-input__input[type=datetime],.wp-block-form-input__input[type=email],.wp-block-form-input__input[type=month],.wp-block-form-input__input[type=number],.wp-block-form-input__input[type=password],.wp-block-form-input__input[type=search],.wp-block-form-input__input[type=tel],.wp-block-form-input__input[type=text],.wp-block-form-input__input[type=time],.wp-block-form-input__input[type=url],.wp-block-form-input__input[type=week]{border:1px solid;line-height:2;min-height:2em}textarea.wp-block-form-input__input{min-height:10em}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:13px;left:0;margin-bottom:0;max-height:60%;overflow:auto;padding:0 8px 8px;position:absolute;scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin;text-align:center;width:100%;will-change:transform}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;transition:opacity .2s ease;width:20px;z-index:100}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both;visibility:visible}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}@media (prefers-reduced-motion:no-preference){.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both;overflow-wrap:break-word}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}:root :where(.wp-block-latest-posts.is-grid){padding:0}:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){padding-left:0}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}:root :where(ul.has-background,ol.has-background){padding:1.25em 2.375em}.wp-block-media-text{box-sizing:border-box; direction:ltr; display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media{align-self:end}.wp-block-media-text>.wp-block-media-text__media{ grid-column:1;grid-row:1; margin:0}.wp-block-media-text>.wp-block-media-text__content{direction:ltr; grid-column:2;grid-row:1; padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media{ grid-column:2;grid-row:1 }.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{ grid-column:1;grid-row:1 }.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media img{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative;--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation :where(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(a:focus){text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{display:inline-block;stroke:currentColor;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;left:-1px;opacity:0;overflow:hidden;position:absolute;top:100%;transition:opacity .1s linear;visibility:hidden;width:0;z-index:2}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:#0000;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:0;padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid #00000026}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards;background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20em);z-index:100000}@media (prefers-reduced-motion:reduce){.wp-block-navigation__responsive-container.is-menu-open{animation-delay:0s;animation-duration:1ms}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:#0000!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:#0000;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{border-top:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}:where(.wp-block-post-comments-form) input:not([type=submit]),:where(.wp-block-post-comments-form) textarea{border:1px solid #949494;font-family:inherit;font-size:1em}:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),:where(.wp-block-post-comments-form) textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form input[type=submit]{box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image :where(img){box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title a{display:inline-block}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;margin:0 0 1em;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote cite{color:inherit}.wp-block-post-template{list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{margin-right:0}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}.wp-block-read-more{display:block;width:-moz-fit-content;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}ul.wp-block-rss{list-style:none;padding:0}ul.wp-block-rss.wp-block-rss{box-sizing:border-box}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;list-style:none;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{flex-shrink:0;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true]{max-width:calc(100% - 100px)}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px}:root :where(.wp-block-site-title a){color:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto;transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.wp-block-social-link{transition-delay:0s;transition-duration:0s}}.wp-block-social-link a{align-items:center;display:flex;line-height:0;transition:transform .1s ease}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{color:currentColor;fill:currentColor}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{background-color:#f0f0f0;color:#444}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{background-color:#f90;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{background-color:#0757fe;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{background-color:#0a7aff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{background-color:#f45800;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{background-color:#1778f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{background-color:#0461dd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{background-color:#e65678;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{background-color:#24292d;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{background-color:#ea4434;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{background-color:#f00075;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{background-color:#f6405f;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{background-color:#e60122;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{background-color:#ef4155;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{background-color:#ff4500;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{background-color:#0478d7;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{background-color:#1bd760;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{background-color:#2aabee;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{background-color:#011835;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{background-color:#6440a4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{background-color:#4680c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{background-color:#d32422;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{background-color:red;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{background:none}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{height:1.25em;width:1.25em}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{color:#f90}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{color:#1ea0c3}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{color:#0757fe}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{color:#0a7aff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{color:#1e1f26}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{color:#02e49b}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{color:#e94c89}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{color:#4280ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{color:#f45800}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{color:#1778f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{color:#0461dd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{color:#e65678}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{color:#24292d}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{color:#382110}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{color:#ea4434}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{color:#1d4fc4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{color:#f00075}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{color:#e21b24}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{color:#0d66c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{color:#3288d4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{color:#f6405f}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{color:#e60122}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{color:#ef4155}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{color:#ff4500}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{color:#0478d7}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{color:#fff;stroke:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{color:#ff5600}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{color:#1bd760}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{color:#2aabee}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{color:#011835}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{color:#6440a4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{color:#1da1f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{color:#1eb7ea}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{color:#4680c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{color:#25d366}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{color:#3499cd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{color:#d32422}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}:root :where(.wp-block-social-links .wp-social-link a){padding:.25em}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){padding:0}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){padding-left:.66667em;padding-right:.66667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}:root :where(.wp-block-tag-cloud.is-style-outline){display:flex;flex-wrap:wrap;gap:1ch}:root :where(.wp-block-tag-cloud.is-style-outline a){border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:where(.wp-block-term-description){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video :where(figcaption){margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip:auto!important;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}