@charset "UTF-8";
#airwallex-card{
max-width:100%;
border: 1px solid rgb(217, 217, 217);
width: 100%;
margin-left: 0;
box-shadow: none;
background: white;
padding: 9px 16px;
border-radius: 5px;    
box-sizing: border-box;
}
#airwallex-card iframe{
width: 100% !important;
}
label[for="payment_method_airwallex_card"] > img, .airwallex-card-icon{
max-height: 1.5em;
}
.airwallex-card-icon{
margin:0 2px;
}
.airwallex-checkout-loading-mask {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: #fff;
opacity: 0.25;
z-index: 1000;
} #awx-express-checkout-wrapper {
display: none;
}
.awx-express-checkout-error {
display: none;
}
.awx-express-checkout-button-set {
display: flex;
border: 1px solid #ddd;
box-sizing: border-box;
border-radius: 3px;
padding: 1em 1em 1em 0;
}
.awx-express-checkout-button-set legend {
margin: 0 auto;
padding: 0 10px;
text-align: center;
width: fit-content;
}
.awx-express-checkout-button-set .awx-ec-button {
margin-left: 1em;
}
apple-pay-button {
--apple-pay-button-width: 100%;
--apple-pay-button-height: 40px;
--apple-pay-button-border-radius: 5px;
}
#awx-ec-apple-pay-btn {
margin-bottom: 8px;
}
.awx-ec-button {
width: 100%;
line-height: normal;
display: none;
}
.awx-ec-button button {
width: 100% !important;
}
@media(max-width: 800px) {
#awx-express-checkout-button {
flex-flow: column;
padding: 1em;
}
.awx-express-checkout-button-set .awx-ec-button {
margin: 0 auto;
}
.awx-apple-pay-btn {
margin-bottom: 1em;
}
} .wc-airwallex-alert-box {
display: flex;
min-height: 48px;
padding: 12px 16px;
align-items: center;
gap: 16px;
align-self: stretch;
border-radius: 6px;
}
.wc-airwallex-alert-box.wc-airwallex-error {
border: 1px solid var(--Component-Alert-Border-error, #FF776D);
background: var(--Component-Alert-Background-error, #FFEFEF);
}
.wc-airwallex-alert-box.wc-airwallex-warning {
border: 1px solid var(--Component-Alert-Border-warning, #FFD014);
background: var(--Component-Alert-Background-warning, #FFFBEF);
}
.wc-airwallex-alert-box.wc-airwallex-info {
border: 1px solid var(--Component-Alert-Border-info, #38BDF8);
background: var(--Component-Alert-Background-info, #F0F9FF);
}
.wc-airwallex-alert-box img {
max-width: 20px;
width: 20px;
height: 20px;
}
.wc-airwallex-currency-switching-container {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 2px;
}
.wc-airwallex-currency-switching-conversion-rate {
display: flex;
justify-content: flex-end;
align-items: center;
gap: var(--Primitives-space-xs, 8px);
}
.wc-airwallex-currency-switching-convert-icon {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-end;
}
.wc-airwallex-currency-switching-convert-icon-line {
display: flex;
width: var(--Component-radius-switch, 12px);
justify-content: center;
align-items: center;
gap: var(--Primitives-space-xs, 8px);
}
.wc-airwallex-currency-switching-convert-icon-line div {
width: 1px;
height: 6px;
background: var(--Semantic-Border-normal, #E8EAED);
}
.wc-airwallex-currency-switching-convert-text {
display: flex;
justify-content: flex-end;
align-items: center;
gap: 4px;
font-size: 75%;
}
.wc-airwallex-currency-switching-converted-amount {
font-size: 150%;
}
.wc-airwallex-loader {
display: none;
margin-left: 5px;
width: 20px;
aspect-ratio: 1;
border-radius: 50%;
background:
radial-gradient(farthest-side, #a9a9a9 94%, #0000) top/3px 3px no-repeat,
conic-gradient(#0000 30%, #a9a9a9);
-webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 3px), #000 0);
animation: awx-loader 1s infinite linear;
}
@keyframes awx-loader {
100% {
transform: rotate(1turn)
}
}
.wc-airwallex-currency-switching-quote-expire-mask {
display: none;
z-index: 9999;
border: none;
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background: rgb(255, 255, 255);
opacity: 0.6;
cursor: default;
position: fixed;
}
.wc-airwallex-currency-switching-quote-expire {
display: none;
width: 560px;
height: 375px;
border-radius: 6px;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 99999;
}
.wc-airwallex-currency-switching-quote-expire-close {
position: absolute;
right: 16px;
top: 16px;
flex: none;
order: 2;
flex-grow: 0;
cursor: pointer;
}
.wc-airwallex-currency-switching-quote-expire-inner {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 32px 40px;
width: 560px;
height: 375px;
background: #FFFFFF;
border: 1px solid #E8EAED;
box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
border-radius: 6px;
flex: none;
order: 1;
align-self: stretch;
flex-grow: 0;
}
.wc-airwallex-currency-switching-quote-expire-header {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px 0px 16px;
gap: 10px;
width: 480px;
height: 46px;
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 125%;
color: #1A1D21;
}
.wc-airwallex-currency-switching-quote-expire-convert-text,
.wc-airwallex-currency-switching-quote-expire-text {
width: 480px;
font-size: 14px;
line-height: 21px;
color: #1A1D21;
}
.wc-airwallex-currency-switching-quote-expire-text-medium {
font-weight: 700;
font-size: 16px;
line-height: 20px;
color: #1A1D21;
}
.wc-airwallex-currency-switching-quote-expire-text-large {
font-weight: 700;
font-size: 24px;
line-height: 30px;
color: #1A1D21;
}
.wc-airwallex-currency-switching-quote-expire-footer {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 40px 0px 0px;
gap: 10px;
width: 480px;
height: 80px;
flex: none;
order: 2;
align-self: stretch;
flex-grow: 0;
}
.wc-airwallex-currency-switching-quote-expire-button-group {
display: flex;
flex-direction: row;
align-items: center;
padding: 0px;
gap: 24px;
width: 480px;
height: 40px;
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;
justify-content: flex-end;
}
.wc-airwallex-currency-switching-quote-expire-place-back {
display: flex;
flex-direction: row;
align-items: center;
padding: 11px 16px;
gap: 8px;
width: 153px;
height: 40px;
background: #FFFFFF;
border-radius: 6px;
flex: none;
order: 2;
flex-grow: 0;
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 125%;
text-align: center;
color: #612FFF;
cursor: pointer;
}
.wc-airwallex-currency-switching-quote-expire-place-order {
display: flex;
flex-direction: row;
align-items: center;
padding: 11px 16px;
gap: 8px;
width: 115px;
height: 40px;
background: #612FFF;
border-radius: 6px;
flex: none;
order: 3;
flex-grow: 0;
font-size: 14px;
font-weight: 700;
line-height: 17.5px;
text-align: center;
color: #FFFFFF;
cursor: pointer;
}
.wc-airwallex-currency-switching-quote-expire-place-order-mask {
height: 40px;
width: 115px;
position: absolute;
display: none;
background: #fff;
opacity: 0.6;
}
.wc-awx-checkbox-spinner {
display: none;
width: 20px;
height: 20px;
margin-left: 6px;
border: 3px solid #B0B6BF;
border-top-color: transparent;
border-left-color: transparent;
border-right-color: transparent;
border-radius: 50%;
box-sizing: border-box;
animation: awx-checkbox-loading 1s linear infinite;
}
@keyframes awx-checkbox-loading {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.payment_method_airwallex_card .wc-awx-checkbox-spinner {
margin-bottom: 12px;
margin-left: 20px;
}
.airwallex-container .save-cards img {
width: 30px;
height: 20px;
}
.airwallex-container .save-cards div {
font-size: 14px;
font-weight: 400;
line-height: 21px;
}
.airwallex-container .line {
display: flex;
align-items: center;
margin-bottom: 10px;
}
.airwallex-container label {
margin-bottom: 0;
display: flex;
width: 100%;
justify-content: space-between;
}
.airwallex-container .save {
margin-top: 10px;
}
.airwallex-container .new-card-title {
margin-bottom: 5px;
font-size: 14px;
}
#add_payment_method .airwallex-container .new-card-title {
font-size: 16px;
}
label[for="airwallex-save"] {
font-size: 14px;
}
.airwallex-container .cvc-container {
border: 1px solid var(--Border-decorative, rgba(232, 234, 237, 1));
background: rgb(250, 250, 251);
padding: 0 16px;
margin-top: 8px;
margin-bottom: 18px;
min-height: 40px;
border-radius: 4px;
display: flex;
align-items: center;
width: 254px;
}
#airwallex-save {
margin-right: 6px;
}
#airwallex-card {
margin-bottom: 14px;
}
.airwallex-container .charge-tip {
color: rgba(104, 112, 122, 1);
}
.awx-alert {
border: 1px solid rgba(255, 119, 109, 1);
border-radius: 5px;
background: rgba(255, 239, 239, 1);
display: flex;
padding: 12px 16px;
}
.awx-alert .icon {
padding: 10px 10px 10px 0;
display: flex;
align-items: center;
}
.awx-alert .body {
text-align: justify;
color: rgba(66, 71, 77, 1);
font-weight: 400;
font-size: 14px;
line-height: 21px;
display: flex;
align-items: center;
}
.awx-logo-container {
display: inline-block;
width: 38px;
text-align: right;
}
li.payment_method_airwallex_card img {
height: 24px;
width: 35px;
}
label[for="airwallex-new-card"] {
font-size: 14px;
}
.manage-payment-method .new-card-title {
color: #30313d;
}
#add_payment_method .airwallex-save-tip {
color: #6d6e78;
}
.airwallex-logo-list {
margin-bottom: 10px;
display: block;
display: flex;
flex-wrap: wrap;
}
.airwallex-content-drop-in .product-info .wc-item-meta p {
display: inline;
}#woo-ml-subscribe label { display: inline-block !important; }.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}.dgwt-wcas-block-scroll{overflow:hidden}.dgwt-wcas-search-wrapp{position:relative;line-height:100%;display:block;color:#444;min-width:230px;width:100%;text-align:left;margin:0 auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dgwt-wcas-tpd-image img{margin:0 15px 0 0!important}.rtl .dgwt-wcas-tpd-image img{margin:0 0 0 15px!important}.dgwt-wcas-preloader-wrapp img{margin:10px auto 0;display:block;max-width:200px}.dgwt-wcas-preloader-wrapp img.dgwt-wcas-placeholder-preloader{display:block;width:100%;height:auto;max-width:300px;margin:0}.dgwt-wcas-suggestions-wrapp{background:#fff;border:1px solid #ddd;border-top:none;padding:0;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow-y:auto}.dgwt-wcas-details-wrapp *,.dgwt-wcas-search-wrapp *,.dgwt-wcas-suggestions-wrapp *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dgwt-wcas-details-wrapp a:focus,.dgwt-wcas-suggestions-wrapp a:focus{outline:0}.dgwt-wcas-suggestions-wrapp.dgwt-wcas-suggestions-wrapp--top{border:1px solid #ddd;border-bottom:none}.dgwt-wcas-is-detail-box .dgwt-wcas-suggestions-wrapp{max-width:550px}.dgwt-wcas-full-width.dgwt-wcas-is-detail-box .dgwt-wcas-suggestion{padding:8px 15px}.dgwt-wcas-details-left .dgwt-wcas-suggestions-wrapp{border-radius:0 0 5px;border-left-color:#eee}.dgwt-wcas-details-right .dgwt-wcas-suggestions-wrapp{border-radius:0 0 0 5px;border-right-color:#eee}.dgwt-wcas-suggestion{cursor:pointer;font-size:12px;line-height:110%;text-align:left;padding:7px 10px;position:relative;border-bottom:1px solid #dfdfdf;display:flex;flex-direction:row;justify-content:space-between;align-items:center;resize:vertical;width:100%;transition:none!important}.dgwt-wcas-suggestion-nores{font-size:15px;line-height:157%;padding:15px;width:100%}.dgwt-wcas-suggestion-nores p{padding:0;margin:0 0 10px;font-size:18px}.dgwt-wcas-suggestion-nores ol,.dgwt-wcas-suggestion-nores ul{padding:0 0 0 30px;margin:0}.dgwt-wcas-suggestion-nores ul li{list-style:disc}.dgwt-wcas-open-pirx .dgwt-wcas-suggestion-nores{padding:10px 10px 10px 34px}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more{justify-content:center;color:#6d6d6d}a.dgwt-wcas-details-more-products{padding:15px 0 10px;display:block;border-top:1px solid #eee;text-align:center;font-size:12px;text-transform:uppercase;color:#6d6d6d;transition:.2s ease-in-out}a.dgwt-wcas-details-more-products:hover,a.dgwt-wcas-details-post-title:hover,a.dgwt-wcas-details-product-title:hover,a.dgwt-wcas-product-details-readmore:hover{text-decoration:underline}a.dgwt-wcas-product-details-readmore{display:block;text-align:right;margin-top:15px;color:#6d6d6d;text-transform:uppercase;letter-spacing:1px;font-weight:400;font-size:12px}.dgwt-wcas-has-headings .dgwt-wcas-suggestion,.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline,.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax,.dgwt-wcas-suggestion.dgwt-wcas-suggestion-no-border-bottom,body:not(.dgwt-wcas-is-details) .dgwt-wcas-suggestion:last-child{border-bottom:none}.dgwt-wcas-suggestion:after{clear:both;display:block;content:''}.dgwt-wcas-suggestion.dgwt-wcas-nores{cursor:default;opacity:.5}.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product{padding-top:8px;padding-bottom:8px;min-height:60px}.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product.dgwt-wcas-suggestion-history-product,.dgwt-wcas-is-details .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product,.dgwt-wcas-suggestion-history-search{min-height:40px}.dgwt-wcas-is-details .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more,.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more{min-height:30px;text-transform:uppercase}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more .dgwt-wcas-st-more{padding:0 10px;text-align:center}.dgwt-wcas-st{display:block;color:#444;font-size:15px;width:100%;line-height:110%}.dgwt-wcas-st .dgwt-wcas-score{color:#8e44ad;font-weight:700;font-size:80%}.dgwt-wcas-st>span{display:inline-block;vertical-align:middle}.dgwt-wcas-has-sku .dgwt-wcas-st-title{margin-right:6px}.dgwt-wcas-st>span.dgwt-wcas-st--direct-headline{display:block;font-style:italic;font-size:10px;text-transform:uppercase;opacity:.4;line-height:10px;margin-bottom:1px;letter-spacing:2px}.dgwt-wcas-st-breadcrumbs{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:80%;text-align:left;opacity:.6;width:100%;padding-right:10px}.rtl .dgwt-wcas-st-breadcrumbs{padding-right:0;padding-left:10px;text-align:right}.dgwt-wcas-sku{font-size:80%}.dgwt-wcas-si{width:50px;display:block;height:100%}.dgwt-wcas-si img{background:#fff;border:1px solid #e8e8e8;border-radius:3px;display:block;margin:auto;padding:2px;height:auto;width:auto;max-height:90%;max-width:100%}.dgwt-wcas-has-img-forced .dgwt-wcas-suggestion-history-product .dgwt-wcas-si,.dgwt-wcas-suggestion-history-search .dgwt-wcas-si{display:flex;align-items:center;justify-content:center}.dgwt-wcas-has-img-forced .dgwt-wcas-suggestion-history-product .dgwt-wcas-si svg,.dgwt-wcas-suggestion-history-search .dgwt-wcas-si svg,.dgwt-wcas-suggestion-searches .dgwt-wcas-si svg{max-width:18px}.dgwt-wcas-has-img:not(.dgwt-wcas-has-img-forced) .dgwt-wcas-suggestion-history-product .dgwt-wcas-si>svg{margin-left:10px}.dgwt-wcas-content-wrapp{display:flex;height:100%;width:100%;justify-content:space-between;align-items:center;resize:vertical;padding-left:10px}.rtl .dgwt-wcas-content-wrapp{padding-left:0;padding-right:10px}.dgwt-wcas-sp{color:#555;font-size:14px;line-height:120%;text-align:right;padding-left:10px}.dgwt-wcas-sp *{line-height:130%}.dgwt-wcas-search-form{margin:0;padding:0;width:100%}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-is-details:not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestion-nores,.dgwt-wcas-sd{margin-top:5px}.dgwt-wcas-sp del{opacity:.5;font-size:12px}.dgwt-wcas-sd{color:#777;display:block;line-height:14px;width:100%;font-size:.8em}.dgwt-wcas-vendor-city{margin-left:5px;font-size:.8em}.dgwt-wcas-st>.dgwt-wcas-product-vendor{font-size:12px;margin-top:5px;display:block}.dgwt-wcas-suggestion-selected{background-color:#eee}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp.dgwt-wcas-search-focused input[type=search].dgwt-wcas-search-input:hover,.dgwt-wcas-tpd-image{background-color:#fff}.dgwt-wcas-suggestion-selected:first-child{border-top:none}.rtl .dgwt-wcas-suggestion{padding-left:0;padding-right:15px;text-align:right}.dgwt-wcas-details-wrapp{background:#fff;border:1px solid #ddd;border-top:none;border-left:none;padding:0;width:300px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:100;min-height:340px}.dgwt-wcas-datails-title,.dgwt-wcas-pd-title{border-bottom:1px dashed #eee;padding-bottom:5px}.rtl .dgwt-wcas-details-wrapp{border-left:1px solid #ddd;border-right:none}.dgwt-wcas-details-outside .dgwt-wcas-details-wrapp,.dgwt-wcas-details-outside.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp{margin-top:-1px;border-top:1px solid #ddd}.dgwt-wcas-details-right .dgwt-wcas-details-wrapp{border-left:none;border-right:1px solid #ddd;border-radius:0 5px 5px 0}.dgwt-wcas-details-left .dgwt-wcas-details-wrapp{border-right:none;border-left:1px solid #ddd;border-radius:5px 0 0 5px}.dgwt-wcas-details-inner,.dgwt-wcas-details-notfit .dgwt-wcas-details-wrapp{display:none}.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp,.rtl.dgwt-wcas-full-width .dgwt-wcas-details-wrapp{border-radius:0 0 0 5px}.dgwt-wcas-full-width .dgwt-wcas-details-wrapp,.rtl.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp{border-radius:0 0 5px}.dgwt-wcas-details-inner.dgwt-wcas-details-inner-active,.dgwt-wcas-details-wrapp .added_to_cart,.dgwt-wcas-has-desc .dgwt-wcas-sp>*,.dgwt-wcas-has-img .dgwt-wcas-sp>*{display:block}.dgwt-wcas-details-inner-taxonomy{margin-top:11px}.woocommerce .dgwt-wcas-pd-rating .star-rating{float:left;margin-right:5px;font-size:12px;color:#ccae72}.rtl .dgwt-wcas-pd-rating .star-rating{float:right;margin-left:5px;margin-right:0}.dgwt-wcas-datails-title{font-size:14px}.dgwt-wcas-pd-title{color:#202020}.dgwt-wcas-pd-title .product-title{color:#202020;text-transform:uppercase;margin:0}.dgwt-wcas-tax-product-details{text-decoration:none;display:flex;align-items:center;justify-content:left;transition:.2s ease-in-out;padding:5px;margin:0 -5px 15px}.dgwt-wcas-pd-rating:after,.dgwt-wcas-tax-product-details:after{content:'';clear:both;display:block}.dgwt-wcas-tax-product-details:hover{box-shadow:0 0 11px 2px rgba(0,0,0,.05)}.rtl .dgwt-wcas-tax-product-details{justify-content:right}.dgwt-wcas-details-wrapp .dgwt-wcas-pd-title{margin-bottom:8px}.dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-preloader,.dgwt-wcas-tpd-image{margin-right:15px}.dgwt-wcas-pd-rest .product-title{display:block;line-height:100%;font-weight:500;margin-bottom:5px}.dgwt-wcas-tpd-rest{max-width:200px}.dgwt-wcas-tpd-rest-title{display:block;line-height:125%;font-size:14px;font-weight:500;letter-spacing:0;margin:0 0 8px;overflow:hidden;color:#000}.dgwt-wcas-pd-price,.dgwt-wcas-tpd-price{line-height:120%;overflow:hidden;color:#000;margin-top:15px;font-weight:700;font-size:18px}.dgwt-wcas-tpd-price{font-size:12px;color:#777}.dgwt-wcas-pd-price .woocommerce-price-suffix,.dgwt-wcas-tpd-price .woocommerce-price-suffix{font-size:12px;font-weight:lighter;color:#999;margin-left:4px;display:inline-block}.dgwt-wcas-details-title-tax,.dgwt-wcas-pd-title .product-title{font-weight:900;letter-spacing:-1px;text-transform:uppercase}.dgwt-wcas-pd-price del .amount,.dgwt-wcas-tpd-price del .amount{font-weight:lighter;background:0 0;font-size:90%;opacity:.6}.dgwt-wcas-pd-price ins,.dgwt-wcas-tpd-price ins{background:0 0;text-decoration:none}.dgwt-wcas-pd-rating{font-size:13px;line-height:13px}.dgwt-wcas-pd-review{color:#777;font-size:11px;line-height:11px}.dgwt-wcas-datails-title{display:block;margin:5px 0 15px}.dgwt-wcas-pd-title{margin-bottom:15px;display:block;text-decoration:none}.dgwt-wcas-details-title-tax{margin-right:3px}.rtl .dgwt-wcas-details-title-tax{margin:0 0 0 3px;float:right}.dgwt-wcas-tpd-image{width:70px;padding:4px;border:1px solid #e8e8e8;border-radius:4px;display:flex;flex-direction:column;justify-content:center}.dgwt-wcas-details-space{padding:0 15px 15px}.dgwt-wcas-details-main-image{border-bottom:1px solid #eee;min-height:200px;display:flex}.dgwt-wcas-details-main-image img{width:auto;height:auto;display:block;max-height:250px;max-width:100%;margin:0 auto;padding:0;border:none;align-self:center}.dgwt-wcas-details-right .dgwt-wcas-details-main-image img{border-radius:0 3px 0 0}.dgwt-wcas-details-left .dgwt-wcas-details-main-image img{border-radius:3px 0 0}a.dgwt-wcas-details-post-title,a.dgwt-wcas-details-product-title{color:#333;display:block;line-height:120%;margin:10px 0 0;font-size:21px;font-weight:400;text-decoration:none;text-transform:none}a.dgwt-wcas-details-post-title{margin-bottom:15px}.dgwt-wcas-details-product-sku{display:block;font-size:12px;line-height:110%;color:#999}.dgwt-wcas-tpd-image img{display:block;max-width:100%;width:100%;height:auto}.dgwt-wcas-details-hr{height:1px;width:100%;border-bottom:1px solid #eee;margin:15px 0}.rtl .dgwt-wcas-tpd-image{float:right;margin-right:0;margin-left:15px}.rtl .dgwt-wcas-tpd-rest{float:right;max-width:190px}.rtl input[type=search].dgwt-wcas-search-input{text-align:right}input[type=search].dgwt-wcas-search-input,input[type=text].dgwt-cas-search-input{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;-webkit-box-shadow:none;box-shadow:none;margin:0;-webkit-appearance:textfield;text-align:left}[type=search].dgwt-wcas-search-input::-ms-clear{display:none}[type=search].dgwt-wcas-search-input::-webkit-search-decoration{-webkit-appearance:none}[type=search].dgwt-wcas-search-input::-webkit-search-cancel-button{display:none}.dgwt-wcas-details-desc{font-size:13px;line-height:157%}.dgwt-wcas-details-desc b,.dgwt-wcas-details-desc strong{font-weight:400;color:#000;margin:0;padding:0}.dgwt-wcas-pd-addtc-form{margin:10px 0;display:flex;align-items:center;justify-content:flex-end}.dgwt-wcas-pd-addtc-form>.quantity{margin-right:10px}.dgwt-wcas-pd-addtc-form .add_to_cart_inline,.dgwt-wcas-pd-addtc-form .quantity input.qty{margin-bottom:0;margin-top:0}.dgwt-wcas-stock{display:block;text-align:right;font-size:14px;line-height:14px;margin-bottom:14px}.dgwt-wcas-stock.in-stock{color:#0f834d}.dgwt-wcas-stock.out-of-stock{color:#e2401c}.dgwt-wcas-pd-addtc .add_to_cart_button,.dgwt-wcas-pd-addtc .add_to_cart_inline{margin:0}.dgwt-wcas-has-headings .dgwt-wcas-st>span.dgwt-wcas-st--direct-headline,.dgwt-wcas-layout-icon .dgwt-wcas-icon-preloader,.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon,.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon-arrow,.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon,.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon-arrow,.dgwt-wcas-om-bar .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit,.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit,.dgwt-wcas-overlay-mobile .dgwt-wcas-search-icon,.dgwt-wcas-overlay-mobile .dgwt-wcas-search-icon-arrow,.dgwt-wcas-overlay-mobile-on .dgwt-wcas-enable-mobile-form,.dgwt-wcas-overlay-mobile-on .dgwt-wcas-icon-handler,.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios body:not(.dgwt-wcas-theme-flatsome)>:not(.dgwt-wcas-overlay-mobile),.dgwt-wcas-pd-addtc .add_to_cart_button.added,.dgwt-wcas-search-icon-arrow,.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open:not(.dgwt-wcas-has-submit) .dgwt-wcas-sf-wrapp .dgwt-wcas-ico-magnifier,.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:before,.dgwt-wcas-voice-search-supported.dgwt-wcas-search-filled .dgwt-wcas-voice-search,body .dgwt-wcas-content-wrapp .rood,body .dgwt-wcas-content-wrapp .zwave{display:none}button.dgwt-wcas-search-submit,input[type=submit].dgwt-wcas-search-submit{position:relative}.dgwt-wcas-ico-magnifier{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;height:65%;display:block}.dgwt-wcas-preloader{height:100%;position:absolute;right:0;top:0;width:40px;z-index:-1;background-repeat:no-repeat;background-position:right 15px center;background-size:auto 44%}.dgwt-wcas-voice-search{position:absolute;right:0;top:0;height:100%;width:40px;z-index:1;opacity:.5;cursor:pointer;align-items:center;justify-content:center;display:none;-webkit-transition:160ms ease-in-out;-moz-transition:160ms ease-in-out;-ms-transition:160ms ease-in-out;-o-transition:160ms ease-in-out;transition:160ms ease-in-out}.dgwt-wcas-close:hover,.dgwt-wcas-style-pirx .dgwt-wcas-voice-search:hover,.dgwt-wcas-voice-search:hover{opacity:.3}.dgwt-wcas-voice-search path{fill:#444}.dgwt-wcas-voice-search-supported .dgwt-wcas-voice-search{display:flex}.dgwt-wcas-voice-search-supported .dgwt-wcas-preloader{right:40px}.rtl .dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-voice-search,.rtl .dgwt-wcas-preloader,.rtl .dgwt-wcas-voice-search{right:auto;left:5px}.dgwt-wcas-mobile-overlay-trigger-active .dgwt-wcas-voice-search{z-index:105}.rtl .dgwt-wcas-voice-search-supported .dgwt-wcas-preloader{right:auto;left:45px}.dgwt-wcas-inner-preloader{background-repeat:no-repeat;background-position:right 8px center;background-size:auto 22px;display:flex;align-items:center;justify-content:center;z-index:1}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.dgwt-wcas-inner-preloader{background-image:url(//purecosmetics-shop.com/wp-content/plugins/ajax-search-for-woocommerce/assets/img/preloader.gif)}}.dgwt-wcas-loader-circular{height:24px;width:24px;-webkit-animation:2s linear infinite rotate;-moz-animation:2s linear infinite rotate;animation:2s linear infinite rotate}.dgwt-wcas-loader-circular-path{fill:transparent;stroke-linecap:round;stroke-width:4px;stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-animation:1s ease-in-out infinite dash;-moz-animation:1s ease-in-out infinite dash;animation:1s ease-in-out infinite dash;stroke:#ddd}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes rotate{100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@-moz-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader){cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-transition:160ms ease-in-out;-moz-transition:160ms ease-in-out;-ms-transition:160ms ease-in-out;-o-transition:160ms ease-in-out;transition:160ms ease-in-out;z-index:1}.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader):before{content:'';display:block;position:absolute;background:0 0;height:100%;width:100%;left:0;bottom:0;top:0;right:0;margin:auto}.dgwt-wcas-close path{fill:#ccc}@media screen and (max-width:992px){.dgwt-wcas-is-detail-box .dgwt-wcas-suggestions-wrapp{max-width:none}}.dgwt-wcas-suggestion strong{font-weight:700}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.dgwt-wcas-sf-wrapp:after,.dgwt-wcas-sf-wrapp:before{content:"";display:table}.dgwt-wcas-sf-wrapp:after{clear:both}.dgwt-wcas-sf-wrapp{zoom:1;width:100%;max-width:100vw;margin:0;position:relative;background:0 0}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{width:100%;height:40px;font-size:14px;line-height:100%;padding:10px 15px;margin:0;background:#fff;border:1px solid #ddd;border-radius:3px;-webkit-border-radius:3px;-webkit-appearance:none;box-sizing:border-box}.dgwt-wcas-is-ios .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,.dgwt-wcas-is-ios .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus{font-size:16px}.dgwt-wcas-open .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-radius:3px 3px 0 0}.dgwt-wcas-layout-icon-open.dgwt-wcas-style-pirx .dgwt-wcas-search-icon-arrow,.dgwt-wcas-open.dgwt-wcas-nores .dgwt-wcas-details-wrapp .dgwt-wcas-preloader-wrapp,.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-details-outside .dgwt-wcas-details-wrapp{display:none!important}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-details-outside .dgwt-wcas-suggestions-wrapp{min-height:0!important;border-radius:0 0 5px 5px;border-right-color:#ddd}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-details-wrapp,.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp{min-height:41px!important}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width:not(.rtl):not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestions-wrapp{border-right-color:transparent}.rtl.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width:not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestions-wrapp{border-left-color:transparent}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus{outline:0;background:#fff;box-shadow:0 0 9px 1px rgba(0,0,0,.06);-webkit-transition:150ms ease-in;-moz-transition:150ms ease-in;-ms-transition:150ms ease-in;-o-transition:150ms ease-in;transition:150ms ease-in}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-moz-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-moz-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{overflow:visible;position:absolute;border:0;padding:0 15px;margin:0;cursor:pointer;height:40px;min-width:50px;width:auto;line-height:100%;min-height:100%;right:0;left:auto;top:0;bottom:auto;color:#fff;-webkit-transition:250ms ease-in-out;-moz-transition:250ms ease-in-out;-ms-transition:250ms ease-in-out;-o-transition:250ms ease-in-out;transition:250ms ease-in-out;text-transform:uppercase;background-color:#333;border-radius:0 2px 2px 0;-webkit-border-radius:0 2px 2px 0;text-shadow:0 -1px 0 rgba(0,0,0,.3);-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none}.rtl .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{left:0;right:auto}.dgwt-wcas-open .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit{border-radius:0 2px 0 0}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover,.dgwt-wcas-sugg-hist-clear:hover{opacity:.7}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active,.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus{opacity:.7;outline:0}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before{content:'';position:absolute;border-width:8px 8px 8px 0;border-style:solid solid solid none;border-color:transparent #333;top:12px;left:-6px;-webkit-transition:250ms ease-in-out;-moz-transition:250ms ease-in-out;-ms-transition:250ms ease-in-out;-o-transition:250ms ease-in-out;transition:250ms ease-in-out}.rtl .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before{left:auto;right:-6px;border-width:8px 0 8px 8px;border-style:solid none solid solid}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active:before,.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus:before,.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover:before{border-right-color:#333}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::-moz-focus-inner{border:0;padding:0}.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp{min-height:340px;overflow:visible}.dgwt-wcas-is-details .dgwt-wcas-si{width:30px;max-width:100%;box-sizing:border-box}.dgwt-wcas-is-details .dgwt-wcas-sp{display:flex;top:0;flex-direction:column;height:100%;justify-content:center;resize:vertical}.dgwt-wcas-is-details .dgwt-wcas-sd{font-size:11px;line-height:100%}.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_cat],.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_tag]{padding-left:15px;min-height:0}.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_cat] .dgwt-wcas-st,.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_tag] .dgwt-wcas-st{padding-left:0}.dgwt-wcas-ico-magnifier,.dgwt-wcas-ico-magnifier-handler,html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon{max-width:20px}.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier{height:50%;margin:auto;max-height:20px;width:100%;max-width:20px;left:12px;right:auto;opacity:.5;fill:#444}.rtl .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier{left:auto;right:12px}.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding:10px 15px 10px 40px}.rtl .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding:10px 40px 10px 15px}.dgwt-wcas-overlay-mobile-on,.dgwt-wcas-overlay-mobile-on body{overflow:hidden;min-width:100vw;min-height:100vh}html.dgwt-wcas-overlay-mobile-on{scroll-behavior:unset}.dgwt-wcas-om-bar{display:flex;height:45px;width:100%}.dgwt-wcas-om-bar button.dgwt-wcas-om-return,.dgwt-wcas-om-bar button.dgwt-wcas-om-return:active,.dgwt-wcas-om-bar button.dgwt-wcas-om-return:focus,.dgwt-wcas-om-bar button.dgwt-wcas-om-return:hover{width:45px;height:100%;display:block;background:#ccc;cursor:pointer;position:relative;margin:0;padding:0;box-shadow:none;outline:0;border:none;border-spacing:0;border-radius:0}.dgwt-wcas-om-bar .dgwt-wcas-om-return svg{width:23px;height:23px;position:absolute;left:12px;top:12px;fill:#fff}.rtl .dgwt-wcas-om-bar .dgwt-wcas-om-return svg{left:11px;top:9px;-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path{fill:#fff}.dgwt-wcas-om-bar .dgwt-wcas-has-submit-off .dgwt-wcas-preloader{right:0!important}.rtl .dgwt-wcas-om-bar .dgwt-wcas-has-submit-off .dgwt-wcas-preloader{left:4px!important;right:auto!important}.rtl .dgwt-wcas-om-bar .dgwt-wcas-style-pirx.dgwt-wcas-has-submit-off .dgwt-wcas-preloader{left:10px!important;right:auto!important}@keyframes dgwt-wcas-preloader-price-anim{0%,100%{background:rgba(128,128,128,.03)}50%{background:rgba(128,128,128,.1)}}.dgwt-wcas-preloader-price-inner div:first-child{left:0;animation-delay:-.1s}.dgwt-wcas-preloader-price-inner div:nth-child(2){left:13px;animation-delay:-.2s}.dgwt-wcas-preloader-price-inner div:nth-child(3){left:26px;animation-delay:-.3s}.dgwt-wcas-preloader-price{width:34px;height:10px;display:inline-block;overflow:hidden;background:0 0}.dgwt-wcas-preloader-price-inner{width:100%;height:100%;position:relative;transform:translateZ(0) scale(1);backface-visibility:hidden;transform-origin:0 0}.dgwt-wcas-preloader-price-inner div{position:absolute;width:8px;height:8px;background:rgba(128,128,128,.05);animation:.8s cubic-bezier(0,.5,.5,1) infinite dgwt-wcas-preloader-price-anim;-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;-ms-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out}.dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile{width:calc(100% - 45px);max-width:none;margin:0}.dgwt-wcas-overlay-mobile .dgwt-wcas-search-form,.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestion{width:100%}.dgwt-wcas-overlay-mobile{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;background:#fff}.dgwt-wcas-overlay-mobile *{box-sizing:border-box}.dgwt-wcas-search-wrapp-mobile input[type=search].dgwt-wcas-search-input{height:45px!important;border-top:none;border-right:none;border-left:none;border-radius:0;font-size:16px!important}.dgwt-wcas-search-wrapp-mobile input[type=search].dgwt-wcas-search-input:focus{font-size:16px!important}.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp{left:0!important;top:45px!important;width:100%!important;height:calc(100% - 45px)!important;position:absolute;overflow-y:auto;border:none;margin:0;display:block}.dgwt-wcas-enable-mobile-form{position:absolute;z-index:100;left:0;top:0;width:100%;height:100%;cursor:pointer;display:block}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-mobile .dgwt-wcas-search-form{display:none;position:relative}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-icon-mobile{min-width:0;display:inline-block;width:28px;height:28px}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-handler{height:100%;width:100%}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-handler .dgwt-wcas-ico-magnifier{opacity:1;position:static;max-width:none;max-height:none}.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios body{overflow:auto}.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios{overflow:visible}.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios .dgwt-wcas-suggestions-wrapp{max-height:none!important;height:auto!important}.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon{min-width:unset}.menu .dgwt-wcas-search-icon,html:not(.dgwt-wcas-overlay-mobile-on) .menu .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon{width:auto}.dgwt-wcas-layout-icon-flexible .dgwt-wcas-search-form,.dgwt-wcas-layout-icon-flexible-inv .dgwt-wcas-search-form{opacity:0}.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon-flexible-loaded),.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon-flexible-loaded) .dgwt-wcas-search-form,.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon-flexible-loaded),.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon-flexible-loaded) .dgwt-wcas-search-form{max-width:20px;min-width:unset}.dgwt-wcas-icon-preloader{margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}.dgwt-wcas-layout-icon-flexible-loaded .dgwt-wcas-search-form{opacity:1}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form{opacity:0;display:none;position:absolute;left:0;top:calc(100% + 8px);min-width:500px;z-index:1000}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open .dgwt-wcas-search-form{display:block;opacity:1}.dgwt-wcas-search-icon{width:20px;height:auto;cursor:pointer;display:block}li.menu-item a.dgwt-wcas-search-icon{padding-right:0;padding-left:0}.dgwt-wcas-ico-magnifier-handler{margin-bottom:-.2em;width:100%}.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon{opacity:.6}.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding-left:15px}.dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon-arrow{display:block;position:absolute;top:calc(100% + 2px);left:0;z-index:5;width:15px;height:15px;background:#fff;border:1px solid #ddd;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline{pointer-events:none;display:block;font-weight:500;white-space:nowrap}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline-v2{display:block;font-weight:500;white-space:nowrap;cursor:default;font-size:14px;margin-top:5px;margin-bottom:15px}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline-v2 .dgwt-wcas-st{padding-bottom:3px;margin-top:16px}.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline .dgwt-wcas-st{border-bottom:1px solid #ddd;padding-bottom:3px;text-transform:uppercase;margin-top:16px;font-size:12px}.dgwt-wcas-has-headings .dgwt-wcas-suggestion-tax .dgwt-wcas-st{padding:0}.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax.dgwt-wcas-suggestion-selected,.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax:hover{background:0 0;text-decoration:underline}.dgwt-wcas-is-details .dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax{min-height:30px}.dgwt-wcas-sugg-hist-clear{cursor:pointer;text-decoration:underline;display:inline-block;margin-left:2px}.dgwt-wcas-darkened-overlay{display:block;position:absolute;opacity:.15;z-index:100000;left:0;top:0}.dgwt-wcas-darkened-overlay>div{background:#111;position:absolute}.dgwt-wcas-search-wrapp.dgwt-wcas-search-darkoverl-on .dgwt-wcas-search-form{background-color:rgba(17,17,17,.15);border:none;border-radius:0}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{background:#fff;padding:10px;border-radius:10px}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp{padding-top:0;padding-bottom:0}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding:13px 24px 13px 48px;line-height:24px;font-size:17px;border:2px solid transparent;border-radius:30px;height:auto;font-family:Roboto,sans-serif;background-color:#eee}.dgwt-wcas-open-pirx .dgwt-wcas-open .dgwt-wcas-suggestions-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores .dgwt-wcas-suggestions-wrapp{border-radius:0 0 5px 5px}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus{box-shadow:none;transition:30ms ease-in}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover{background-color:#dfdfdf}.dgwt-wcas-style-pirx.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-color:#333}.dgwt-wcas-open .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-radius:30px}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{background:0 0;border-radius:100%;border:0;display:flex;align-items:center;justify-content:center;padding:0;margin:0;position:absolute;min-height:33px;min-width:33px;height:33px;width:33px;left:23px;top:21px;pointer-events:none;transition:none}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg{width:18px;height:18px}.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{left:auto;right:28px;pointer-events:auto;animation:.3s fadeIn}.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding-left:24px;padding-right:48px;transition:none!important}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover{opacity:1;background:#e4e4e4;box-shadow:0 0 0 2px #e4e4e4;border-radius:100%}.dgwt-wcas-style-pirx .dgwt-wcas-preloader{margin-right:35px}.rtl .dgwt-wcas-style-solaris .dgwt-wcas-preloader,.rtl .dgwt-wcas-style-solaris .dgwt-wcas-voice-search{margin-left:4px}.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader){transition:none;width:18px}.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return path,.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) path,.dgwt-wcas-style-pirx .dgwt-wcas-voice-search svg path,.dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path{fill:#111}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder{opacity:1;font-style:normal;font-weight:300;color:#777}.dgwt-wcas-open-pirx .dgwt-wcas-details-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp{border-color:#fff;padding-top:10px;padding-bottom:10px}.dgwt-wcas-open-pirx .dgwt-wcas-details-inner,.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp>.dgwt-wcas-suggestion{padding-left:20px;padding-right:20px}.dgwt-wcas-open-pirx .dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp>.dgwt-wcas-suggestion,.dgwt-wcas-open-pirx body.dgwt-wcas-details-left .dgwt-wcas-details-wrapp{border-right:1px solid #ddd}.dgwt-wcas-open-pirx .dgwt-wcas-details-outside .dgwt-wcas-details-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-details-outside.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp{margin-top:0;border-top:none}.dgwt-wcas-open-pirx body.dgwt-wcas-details-right .dgwt-wcas-suggestions-wrapp{border-right:none}.dgwt-wcas-open-pirx body.dgwt-wcas-details-right .dgwt-wcas-details-wrapp{border-left:1px solid #ddd}.dgwt-wcas-open-pirx body.dgwt-wcas-details-left .dgwt-wcas-suggestions-wrapp{border-left:none}.dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-details-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp{min-height:70px!important}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-radius:0;background:0 0;padding:0 10px}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-color:transparent}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding-left:10px}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover{background-color:transparent}.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp{border-top:1px solid #e0e2e5}.dgwt-wcas-open-pirx .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp,.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return{background:#fff}.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return svg{left:17px;top:16px;width:17px;height:17px}.dgwt-wcas-style-pirx .dgwt-wcas-voice-search{right:20px;top:1px;opacity:1}.rtl .dgwt-wcas-style-pirx .dgwt-wcas-voice-search{right:auto;left:50px}.dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-voice-search{right:5px}.dgwt-wcas-overlay-mobile .dgwt-wcas-style-solaris .dgwt-wcas-voice-search{right:5px!important}.rtl .dgwt-wcas-overlay-mobile .dgwt-wcas-style-solaris .dgwt-wcas-voice-search{left:5px!important;right:auto!important}.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp{background:0 0;padding:4px;border-radius:10px 10px 0 0}.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding-top:10px;padding-bottom:10px;line-height:normal;font-size:14px}.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{left:15px;top:7px}.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{left:auto;right:23px}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{background:#fff;box-shadow:0 0 0 1px #eee}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-color:#333;box-shadow:none}.dgwt-wcas-open-pirx-compact .dgwt-wcas-details-wrapp,.dgwt-wcas-open-pirx-compact .dgwt-wcas-suggestions-wrapp{margin-top:1px}.dgwt-wcas-suggestions-wrapp-fixed{position:fixed!important}.elementor-widget-fibosearch-posts::after{content:""!important}.dgwt-wcas-posts-results-grid{display:flex;flex-wrap:wrap;grid-gap:20px;justify-content:flex-start}.dgwt-wcas-posts-results-grid-item{width:calc(25% - 15px);margin-bottom:30px}.wcpay-express-checkout-wrapper{width:100%;clear:both;display:flex;flex-direction:column}.wcpay-express-checkout-wrapper #wcpay-express-checkout-element{opacity:0;transition:all .3s ease-in-out;min-height:0;margin:0}.wcpay-express-checkout-wrapper #wcpay-express-checkout-element.is-ready{opacity:1}.wcpay-express-checkout-wrapper #wcpay-express-checkout-element.is-ready:not(:first-child){margin-top:12px}.woocommerce-cart .wcpay-express-checkout-wrapper{margin-bottom:0}.woocommerce-checkout .wcpay-express-checkout-wrapper #wcpay-express-checkout-element.is-ready:first-child{margin-top:4px}.woocommerce-checkout .wcpay-express-checkout-wrapper #wcpay-woopay-button{margin-top:4px}.woocommerce .type-product .wcpay-express-checkout-wrapper,.wp-block-add-to-cart-form .wcpay-express-checkout-wrapper,.wc-proceed-to-checkout .wcpay-express-checkout-wrapper{margin-top:1em;margin-bottom:1em}.wcpay-express-checkout-wrapper,.wc-block-components-express-payment__event-buttons{list-style:none}.wcpay-express-checkout-wrapper .StripeElement iframe,.wc-block-components-express-payment__event-buttons .StripeElement iframe{max-width:unset}:root {
--primary-color: #9cbe9c;
--primary-color-rgb: 156, 190, 156;
--primary-font: 'Nunito Sans', sans-serif;
--secondary-font: 'Marcellus', sans-serif;
}    html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} body,
button,
input,
select,
optgroup,
textarea {
color: #585656;
font-family: var(--primary-font);
font-size: 18px;
line-height: 1.8;
font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-weight: 700; margin: 1em 0 0.6666em 0;
line-height: 1.3;
}
h1 {
font-size: 2.7223em;
}
h2 {
font-size: 2.1665em;
}
h3 {
font-size: 1.7223em;
}
h4 {
font-size: 1.3888em;
}
h5 {
font-size: 1.112em;
}
h6 {
font-size: 0.8888em;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
q {
border-left: 3px solid var(--primary-color);
display: inline-block;
padding-left: 25px;
font-style: italic;
color: #262525;
margin-bottom: 0;
margin-right: 20px;
font-size: 1.2223em;
font-weight: 700;
float: left;
width: 40%;
line-height: 1.5;
}
blockquote {
margin: 30px 4%;
text-align: center;
font-size: 1.2223em;
font-weight: 700;
font-style: italic;
color: #262525;
position: relative;
line-height: 1.6;
padding-top: 90px;
}
blockquote::before {
content: "";
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 24"><path fill="%239cbe9c" d="M33.54,28.5a8,8,0,1,1-8.04,8,16,16,0,0,1,16-16A15.724,15.724,0,0,0,33.54,28.5Zm-12.04,8a8,8,0,0,1-16,0h0a16,16,0,0,1,16-16,15.724,15.724,0,0,0-7.96,8A7.989,7.989,0,0,1,21.5,36.5Z" transform="translate(-5.5 -20.5)"/></svg>');
background-repeat: no-repeat;
background-position: center;
background-size: 24px;
width: 65px;
height: 65px;
border: 3px solid rgba(var(--primary-color-rgb), 0.5);
position: absolute;
border-radius: 100%;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
top: 0;
left: 0;
right: 0;
margin: 0 auto;
}
blockquote p+span {
font-size: 0.8182em;
color: #999596;
font-weight: 400;
font-style: normal;
}
blockquote p,
q p {
margin-top: 0;
margin-bottom: 20px;
}
blockquote p:last-child,
q p:last-child {
margin-bottom: 0;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
hr {
background-color: #E6E6E6;
border: 0;
height: 1px;
margin-bottom: 2em;
width: 100%;
clear: both;
margin-top: 2em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li>ul,
li>ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; vertical-align: top;
}
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
border-radius: 0;
font-size: 1em;
text-align: left;
border-collapse: collapse;
}
table tr th {
font-weight: 700;
color: #212127;
padding: 10px 15px;
border-bottom: 2px solid #EBEBEB;
}
table tr td {
color: #262525;
padding: 10px 15px;
}
.site-footer table tr td {
color: #fff;
}
table tbody tr:nth-child(odd) {
background: rgba(0, 0, 0, 0.035);
}
.site-footer table tbody tr:nth-child(odd) {
background: rgba(255, 255, 255, 0.05);
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
display: inline-block;
background: var(--primary-color);
border: 1px solid var(--primary-color);
color: #fff;
font-weight: 700;
font-size: 0.6666em;
border-radius: 40px;
padding: 12px 25px;
cursor: pointer;
text-transform: uppercase;
letter-spacing: 1px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background: none;
color: var(--primary-color);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #000;
border: 1px solid #E6E6E6;
border-radius: 5px;
padding: 5px 15px;
width: 100%;
height: 45px;
font-size: 0.888em;
font-weight: 400;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #000;
}
select {
border: 1px solid #E6E6E6;
height: 45px;
padding: 5px 10px;
width: 100%;
}
textarea {
width: 100%;
height: 100px;
}  a {
color: var(--primary-color);
text-decoration: none;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
a:visited,
a:focus,
a:active {
color: inherit;
}
a:hover,
a:active {
outline: 0;
}
a:hover {
color: var(--primary-color);
text-decoration: underline;
}
@-moz-document url-prefix() {
a:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
outline: thin dotted;
}
} .site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
padding-left: 20px;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
padding-right: 20px;
}  .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 !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
margin-top: 0;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
margin-top: 0;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.container:before,
.container:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.container:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 60px 0; }
#secondary .widget:last-child {
margin-bottom: 0;
}
.widget select {
max-width: 100%;
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
}  .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
position: relative;
border-radius: 5px;
overflow: hidden;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
line-height: initial;
font-size: 0.7778em;
color: #999999;
}
.alignright .wp-caption-text,
.alignleft .wp-caption-text {
text-align: left;
margin-bottom: 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} .skip-link,
.skip-link:hover,
.skip-link:visited {
position: absolute;
top: -999px;
left: 20px;
background: #f7f7f7;
border: 1px solid rgba(0, 0, 0, 0.1);
font-size: 0.8888em;
font-weight: 600;
padding: 10px 20px;
color: #000;
text-decoration: none;
border-radius: 5px;
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
z-index: 999;
text-decoration: none;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.skip-link:focus,
.skip-link:active {
top: 50px;
color: #000;
text-decoration: none;
}
.archive .site-main .woocommerce-products-header {
display: none;
}
.portfolio-item-inner:focus-within .portfolio-text-holder {
padding-top: 30px;
padding-bottom: 30px;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.blossomthemes-email-newsletter-wrapper form .subscribe-inner-wrap {
position: relative;
overflow: hidden;
}
.blossomthemes-email-newsletter-wrapper form .subscribe-inner-wrap input[type="checkbox"] {
display: block;
position: absolute;
top: -20px;
left: 0;
}
body.custom-background #page {
max-width: 1300px;
background: #fff;
margin-left: auto;
margin-right: auto;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.container {
max-width: 1170px;
margin: 0 auto;
}
.single-product .site-content {
margin-top: 100px;
}
.mfp-wrap,
.mfp-bg {
z-index: 999999;
}
.responsive-nav {
display: none;
}
.page-template-default .site-main .entry-content {
margin-top: 0;
}
a.btn-readmore,
a.btn-cta {
font-size: 0.6666em;
font-weight: 700;
background: var(--primary-color);
color: #fff;
border-radius: 50px;
padding: 12px 50px 12px 30px;
display: inline-block;
letter-spacing: 1px;
text-decoration: none;
position: relative;
border: 2px solid var(--primary-color);
text-align: center;
}
a.btn-readmore:before,
.btn-cta:before,
a.btn-readmore:after,
.btn-cta:after {
content: "";
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23fff" d="M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z" class=""></path></svg>');
background-repeat: no-repeat;
width: 13px;
height: 20px;
position: absolute;
right: 30px;
top: 13px;
vertical-align: middle;
background-position: center;
}
a.btn-readmore:hover:before,
.btn-cta:hover:before,
a.btn-readmore:hover:after,
.btn-cta:hover:after {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%239cbe9c" d="M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z" class=""></path></svg>');
}
a.btn-readmore:hover,
.btn-cta:hover {
background-color: transparent;
color: var(--primary-color);
}
a.btn {
display: inline-block;
vertical-align: middle;
font-size: 0.6666em;
font-weight: 700;
color: #fff;
background: var(--primary-color);
padding: 15px 30px;
border: 2px solid var(--primary-color);
border-radius: 50px;
letter-spacing: 1px;
text-decoration: none;
text-align: center;
}
a.btn:hover {
background: transparent;
color: var(--primary-color);
}
a.btn.btn-transparent {
background: transparent;
color: var(--primary-color);
}
a.btn.btn-transparent:hover {
background: var(--primary-color);
color: #fff;
}
a.btn svg {
margin-left: 10px;
font-size: 1.112em;
}
a.btn+a.btn {
margin-left: 20px;
}
.sub-title {
display: block;
font-size: 0.778em;
font-weight: 600;
color: var(--primary-color);
}
.page-header .sub-title {
color: #fff;
letter-spacing: 1px;
margin-bottom: 15px;
}
.sub-title:empty,
.widget_text .textwidget:empty {
display: none;
}
.section-title,
section[class*="-section"] .widget_text .widget-title {
margin-top: 0;
margin-bottom: 0;
padding-bottom: 0;
font-size: 2em;
font-family: var(--secondary-font);
font-weight: 400;
}
section[class*="-section"] .widget_text .widget-title:after {
display: none;
}
section[class*="-section"] .section-desc,
section[class*="-section"] .widget_text .textwidget {
font-size: 1.112em;
max-width: 700px;
margin: 20px auto 0 auto;
color: #262525;
}
.entry-meta {
font-size: 0.6666em;
text-transform: uppercase;
font-weight: 600;
margin-top: 10px;
}
.entry-meta>span {
display: inline-block;
vertical-align: middle;
position: relative;
margin-right: 35px;
}
.entry-meta>span:last-child {
margin-right: 0;
}
.entry-meta>span::after {
content: "";
background: #F0F0F0;
position: absolute;
top: 6px;
right: -22px;
width: 6px;
height: 6px;
border-radius: 100%;
}
.entry-meta>span:last-child::after {
display: none;
}
.entry-meta>span svg {
width: 18px;
height: 18px;
vertical-align: middle;
margin-right: 5px;
}
.entry-meta>span a {
color: #999596;
display: inline-block;
vertical-align: middle;
}
.entry-meta>span a:hover {
color: var(--primary-color);
}
.entry-content p {
margin-top: 0;
margin-bottom: 20px; }
.entry-content p:last-child {
margin-bottom: 0;
}
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
margin-top: 0;
}
header.page-header {
background-repeat: no-repeat;
background-size: cover;
position: relative;
padding-top: 90px;
padding-bottom: 60px;
margin-bottom: 80px;
z-index: 1;
text-align: center;
}
header.page-header::after {
content: "";
background: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.page-header .page-title {
color: #fff;
font-size: 2.6665em;
font-family: var(--secondary-font);
font-weight: 400;
margin-top: 0;
margin-bottom: 20px;
}
.archive .page-header .archive-description {
color: rgba(255, 255, 255, 0.8);
max-width: 768px;
margin: 0 auto;
}
.archive .page-header .archive-description p {
margin-bottom: 0;
margin-top: 20px;
}
#crumbs {
font-size: 0.7778em;
color: #fff;
}
#crumbs a {
color: #fff;
margin-right: 5px;
-webkit-transition: ease 0.2s;
transition: ease 0.2s;
}
#crumbs a:hover {
text-decoration: none;
color: var(--primary-color);
}
#crumbs .separator {
margin-right: 5px;
line-height: 1;
display: inline-block;
vertical-align: middle;
}
#crumbs .current a {
color: var(--primary-color);
pointer-events: none;
}
.showing-result {
font-size: 0.7778em;
font-weight: 600;
color: #999596;
margin-bottom: 20px;
}
.cat-tags h5 {
margin: 0 0 5px 0;
font-size: 0.6666em;
color: var(--primary-color);
letter-spacing: 1px;
font-weight: 600;
text-transform: uppercase;
display: inline-block;
vertical-align: middle;
}
.cat-tags a {
display: inline-block;
vertical-align: middle;
font-weight: 700;
margin: 0 0 5px 3px;
letter-spacing: 1px;
font-size: 0.5556em;
text-transform: uppercase;
color: #fff;
background: #262525;
border-radius: 3px;
padding: 2px 7px;
text-decoration: none;
}
.cat-tags a:hover {
background: var(--primary-color);
color: #fff;
}
.entry-footer>span {
display: inline-block;
vertical-align: middle;
}
.entry-footer>span.edit-link {
display: block;
}
.edit-link a {
text-transform: uppercase;
font-size: 0.6666em;
font-weight: 700;
letter-spacing: 1px;
background: var(--primary-color);
color: #fff;
padding: 0px 10px;
display: inline-block;
vertical-align: middle;
border-radius: 4px;
border: 1px solid var(--primary-color);
text-decoration: none;
}
.entry-footer span.cat-tags+.edit-link a {
margin-bottom: 5px;
}
.edit-link a:hover {
background: none;
color: var(--primary-color);
}
.edit-link a:focus {
outline-color: #000;
}
.widget .widget-title {
margin-top: 0;
font-size: 1em;
font-family: var(--secondary-font);
font-weight: 400;
position: relative;
margin-bottom: 20px;
padding-bottom: 10px;
}
#secondary .widget .widget-title {
text-align: left;
}
.widget .widget-title::after {
content: "";
background: -webkit-linear-gradient(to right, rgba(var(--primary-color-rgb), 0.5), transparent 50%);
background: -moz-linear-gradient(to right, rgba(var(--primary-color-rgb), 0.5), transparent 50%);
background: -ms-linear-gradient(to right, rgba(var(--primary-color-rgb), 0.5), transparent 50%);
background: -o-linear-gradient(to right, rgba(var(--primary-color-rgb), 0.5), transparent 50%);
background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.5), transparent 50%);
height: 2px;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
}
.widget ul {
margin: 0;
padding: 0;
list-style: none;
}
.widget ul ul {
margin-top: 12px;
margin-left: 15px;
}
.widget ul li a {
color: #585656;
text-decoration: none;
}
.widget ul li a:hover {
color: var(--primary-color);
}
.widget_rss .widget-title a.rsswidget {
display: inline-block;
vertical-align: middle;
line-height: 1;
}
.woocommerce .site-content .page-header .container {
display: flex;
flex: 1;
flex-direction: column;
}
.woocommerce .site-content .page-header .archive-description {
order: 2;
color: rgba(255, 255, 255, 0.75);
}
.woocommerce .site-content .page-header .archive-description p {
margin-top: 0;
margin-bottom: 20px;
}
.woocommerce .site-content .page-header .archive-description p:last-child {
margin-bottom: 0;
}
.fallback-svg {
vertical-align: top;
} .comments-area {
margin-top: 60px;
padding-top: 60px;
border-top: 1px solid #F0F0F0;
}
.comments-area .comments-title,
.comment-respond .comment-reply-title {
margin-top: 0;
margin-bottom: 30px;
font-size: 1.112em;
font-family: var(--secondary-font);
font-weight: 400;
text-transform: uppercase;
}
.comments-area .comments-title span,
.comment-respond .comment-reply-title span {
display: inline-block;
position: relative;
padding-bottom: 10px;
}
.comments-area .comments-title span:after,
.comment-respond .comment-reply-title span::after {
content: "";
background: -webkit-linear-gradient(to right, rgba(var(--primary-color-rgb), 0.5), transparent);
background: -moz-linear-gradient(to right, rgba(var(--primary-color-rgb), 0.5), transparent);
background: -ms-linear-gradient(to right, rgba(var(--primary-color-rgb), 0.5), transparent);
background: -o-linear-gradient(to right, rgba(var(--primary-color-rgb), 0.5), transparent);
background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.5), transparent);
width: 100%;
height: 2px;
position: absolute;
top: 100%;
left: 0;
}
.comments-area ol {
margin: 0;
padding: 0;
list-style: none;
}
.comments-area ol li ol {
margin-left: 30px;
}
.comment-list .comment {
border-top: 1px solid #F0F0F0;
margin-top: 20px;
padding-top: 20px;
}
.comment-list>.comment:first-child {
border-top: none;
padding-top: 0;
margin-top: 0;
}
.comments-area .comment-body {
position: relative;
padding-left: 70px;
}
.comments-area .comment-body .comment-author::before {
content: "";
border: 3px solid rgba(240, 240, 240, 0.75);
top: 5px;
left: 0;
position: absolute;
width: 50px;
height: 50px;
border-radius: 100%;
z-index: 1;
}
.comments-area .bypostauthor>.comment-body .comment-author::after {
content: "";
background: url(//purecosmetics-shop.com/wp-content/themes/blossom-spa/images/check-mark.svg) no-repeat;
position: absolute;
top: 37px;
left: 32px;
width: 20px;
height: 21px;
z-index: 1;
}
.comment-body img.avatar {
position: absolute;
top: 5px;
left: 0;
width: 50px;
height: 50px;
border-radius: 100%;
}
.comment-body b.fn {
font-weight: 700;
font-size: 0.8888em;
text-transform: capitalize;
margin-bottom: 0;
display: block;
}
.comment-author a {
text-decoration: none;
color: #262525;
}
.comment-author a:hover {
color: var(--primary-color);
}
.comment-body b.fn span.says {
display: none;
}
.comment-body .comment-metadata {
font-size: 0.6666em;
color: #999;
}
.comment-metadata a {
color: #999596;
}
.comment-metadata a:hover {
color: var(--primary-color);
}
.comment-body .comment-awaiting-moderation {
font-size: 0.7778em;
margin-top: 10px;
margin-bottom: 0;
color: red;
letter-spacing: 0;
}
.comment-body .reply .comment-reply-link {
display: inline-block;
text-align: center;
position: relative;
vertical-align: top;
color: #212127;
font-size: 0.7778em;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 0.8px;
padding-left: 25px;
}
.comment-body .reply .comment-reply-link:hover {
color: var(--primary-color);
}
.comment-body .reply .comment-reply-link:before {
content: "";
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M8.309 189.836L184.313 37.851C199.719 24.546 224 35.347 224 56.015v80.053c160.629 1.839 288 34.032 288 186.258 0 61.441-39.581 122.309-83.333 154.132-13.653 9.931-33.111-2.533-28.077-18.631 45.344-145.012-21.507-183.51-176.59-185.742V360c0 20.7-24.3 31.453-39.687 18.164l-176.004-152c-11.071-9.562-11.086-26.753 0-36.328z"></path></svg>');
background-repeat: no-repeat;
width: 15px;
height: 20px;
position: absolute;
top: 5px;
left: 0;
}
.comment-body .comment-content {
font-size: 0.8888em;
font-weight: 400;
}
.comment-body .comment-content p {
margin-top: 5px;
margin-bottom: 20px;
}
.comments-area .comment-list+.comment-respond,
.comments-area .comment-body+.comment-respond {
margin-top: 60px;
padding-top: 60px;
border-top: 1px solid #F0F0F0;
}
.comment-respond .comment-reply-title a {
display: inline-block;
font-size: 0.7778em;
margin-left: 10px;
color: #212127;
vertical-align: middle;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
}
.comment-respond .comment-reply-title a:hover {
color: var(--primary-color);
}
.comment-respond .comment-form p {
margin-top: 0;
margin-bottom: 20px;
}
.comment-form p.comment-notes {
display: none;
}
.comment-respond .comment-form p:not(.comment-form-cookies-consent) label {
display: none;
}
.comment-respond .comment-form p.comment-form-cookies-consent {
position: relative;
}
.comment-respond .comment-form p.comment-form-cookies-consent label {
font-size: 0.888em;
color: #262525;
padding-left: 25px;
position: relative;
cursor: pointer;
display: block;
}
.comment-respond .comment-form p.comment-form-cookies-consent label:hover {
text-decoration: underline;
}
.comment-respond .comment-form p.comment-form-cookies-consent label::before {
content: "";
width: 16px;
height: 16px;
border: 1px solid #F0F0F0;
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>');
background-repeat: no-repeat;
background-size: 0;
background-position: center;
position: absolute;
top: 7px;
left: 0;
border-radius: 3px;
font-weight: normal;
text-align: center;
line-height: 14px;
font-size: 0;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.comment-respond .comment-form p.comment-form-cookies-consent input[type="checkbox"]:checked+label::before {
content: "";
border-color: var(--primary-color);
background-color: var(--primary-color);
background-size: 10px;
}
.comment-respond .comment-form p.comment-form-cookies-consent input[type="checkbox"] {
position: absolute;
top: 11px;
left: 1px;
opacity: 0;
visibility: hidden;
}
.comment-form p.form-submit {
margin-bottom: 0;
margin-top: 30px;
} .navigation.pagination .nav-links {
text-align: center;
}
.navigation.pagination .page-numbers {
display: inline-block;
width: 48px;
height: 48px;
line-height: 44px;
text-align: center;
border: 2px solid #F0F0F0;
border-radius: 100%;
text-decoration: none;
text-transform: uppercase;
color: #000;
font-size: 0.888em;
font-weight: 600;
margin: 5px 3px;
vertical-align: middle;
letter-spacing: 1px;
}
.navigation.pagination .page-numbers.dots {
border: none;
}
.navigation.pagination .page-numbers.prev,
.navigation.pagination .page-numbers.next {
width: auto;
border-radius: 40px;
padding-left: 30px;
padding-right: 30px;
font-size: 0.6666em;
letter-spacing: 1px;
float: left;
position: relative;
}
.navigation.pagination .page-numbers.prev {
padding-left: 55px;
}
.navigation.pagination .page-numbers.next {
float: right;
padding-right: 55px;
}
.navigation.pagination .page-numbers.prev::before,
.navigation.pagination .page-numbers.next::before {
content: "";
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z"></path></svg>');
background-repeat: no-repeat;
width: 15px;
height: 15px;
position: absolute;
top: 14px;
left: 30px;
}
.navigation.pagination .page-numbers.next::before {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"></path></svg>');
left: auto;
right: 30px;
}
.navigation.pagination .page-numbers.prev:hover::before {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23fff" d="M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z"></path></svg>');
}
.navigation.pagination .page-numbers.next:hover::before {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23fff" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"></path></svg>');
}
.navigation.pagination .page-numbers:not(.dots):hover,
.navigation.pagination .page-numbers.current:not(.dots) {
background: var(--primary-color);
color: #fff;
border-color: var(--primary-color);
}
.posts-navigation .nav-links a {
display: inline-block;
vertical-align: middle;
border: 2px solid #f0f0f0;
border-radius: 40px;
padding: 12px 25px 12px 40px;
font-size: 0.6666em;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
color: #000;
position: relative;
text-decoration: none;
}
.posts-navigation .nav-links .nav-next a {
padding-left: 25px;
padding-right: 40px;
}
.posts-navigation .nav-links a:hover {
background: var(--primary-color);
color: #fff;
border-color: var(--primary-color);
}
.posts-navigation .nav-links a svg {
position: absolute;
top: 14px;
left: 20px;
font-size: 1.333em;
}
.posts-navigation .nav-links .nav-next a svg {
left: auto;
right: 20px;
}
#load-posts {
text-align: center;
}
#load-posts a {
display: inline-block;
font-size: 0.666em;
text-transform: uppercase;
color: #262525;
text-decoration: none;
font-weight: 700;
letter-spacing: 1px;
border: 2px solid #f0f0f0;
border-radius: 40px;
padding: 15px 30px;
text-align: center;
}
#load-posts a.loading,
#load-posts a:hover {
background: var(--primary-color);
border-color: var(--primary-color);
color: #fff;
text-decoration: none;
}
#load-posts a svg {
vertical-align: middle;
margin-right: 10px;
}
#load-posts a.disabled {
background: var(--primary-color);
color: #fff;
border-color: var(--primary-color);
opacity: 0.6;
cursor: not-allowed;
}
.post-navigation {
border-top: 1px solid #F0F0F0;
padding-top: 60px;
margin-top: 60px;
margin-bottom: 0;
}
.post-navigation .nav-links:before,
.post-navigation .nav-links:after {
content: "";
display: table;
}
.post-navigation .nav-links:after {
clear: both;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
position: relative;
}
.post-navigation .nav-previous a {
display: block;
position: relative;
padding-left: 30px;
text-decoration: none;
color: #262525;
font-family: var(--secondary-font);
font-size: 1em;
font-weight: 400;
}
.post-navigation .nav-next a {
position: relative;
display: inline-block;
padding-right: 30px;
text-decoration: none;
color: #262525;
font-family: var(--secondary-font);
font-size: 1em;
font-weight: 400;
}
.post-navigation .nav-links .post-img {
position: absolute;
bottom: calc(100% - 20px);
left: 30px;
background: #fff;
border-radius: 5px;
padding: 15px;
box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
width: 260px;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.post-navigation .nav-links .nav-next .post-img {
left: auto;
right: 30px;
}
.post-navigation .nav-links a:hover+.post-img {
bottom: 100%;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.post-navigation a .meta-nav {
display: block;
font-size: 0.6666em;
font-weight: 700;
letter-spacing: 1px;
color: #CCC6C8;
font-family: var(--primary-font);
}
.post-navigation a .meta-nav svg {
font-size: 1.333em;
font-weight: 400;
vertical-align: middle;
margin-right: 10px;
position: absolute;
top: 7px;
left: 0;
width: 14px;
}
.post-navigation .nav-next a .meta-nav svg {
margin-right: 0;
margin-left: 10px;
left: auto;
right: 0;
}
.post-navigation a .post-title {
font-size: 1em;
font-weight: 400;
margin-bottom: 0; display: block;
line-height: 1.3;
margin-top: 5px;
}
.post-navigation .nav-next a .post-title {
float: right;
}
.post-navigation a:hover>.post-title {
color: var(--primary-color);
} #primary {
margin-bottom: 80px;
}
.centered #primary {
max-width: 768px;
margin-left: auto;
margin-right: auto;
}
.rightsidebar #primary {
float: left;
width: 71%;
padding-right: 64px;
}
.leftsidebar #primary {
float: right;
width: 71%;
padding-left: 64px;
}
#secondary {
float: left;
width: 29%;
margin-bottom: 80px;
} .back-to-top {
padding: 0;
font-size: 1em;
position: fixed;
bottom: 20px;
right: 0;
width: 50px;
height: 50px;
line-height: 44px;
background: #fff;
text-align: center;
border-radius: 100%;
cursor: pointer;
opacity: 0;
visibility: hidden;
z-index: 999;
border: 3px solid rgba(var(--primary-color-rgb), 0.5);
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
color: #000000;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.back-to-top.show {
right: 20px;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.back-to-top:hover {
background: var(--primary-color);
color: #fff;
border-color: rgba(255, 255, 255, 0.5);
} .header-main {
display: flex;
flex: 1;
flex-flow: row wrap;
align-items: center;
justify-content: flex-end;
padding: 33px 0;
}
.header-main .site-branding {
display: flex;
flex: auto;
flex-direction: column;
align-items: flex-start;
}
.site-header .site-branding.has-logo-text {
display: flex;
flex-flow: row wrap;
align-items: center;
}
.site-header.header-six .site-branding.has-logo-text,
.site-header.header-six .site-branding.has-logo-text {
flex-direction: column;
align-items: flex-start;
text-align: center;
}
.site-header.header-six .site-branding.has-logo-text .custom-logo-link,
.site-header.header-six .site-branding.has-logo-text .custom-logo-link {
margin: 0 auto;
}
.site-header .site-branding.has-logo-text .site-title-wrap {
padding-left: 15px;
}
.site-header.header-six .site-branding.has-logo-text .site-title-wrap,
.site-header.header-seven .site-branding.has-logo-text .site-title-wrap {
padding-left: 0;
}
.site-branding .site-title {
font-family: var(--secondary-font);
font-weight: 400;
font-size: 1.6667em;
margin: 0;
}
.site-branding .site-title a {
text-decoration: none;
}
.site-branding .site-description {
margin: 0;
font-size: 0.8888em;
}
.header-contact {
display: flex;
flex: auto;
flex-direction: row;
white-space: nowrap;
align-items: center;
justify-content: flex-end;
}
.header-contact .contact-block {
position: relative;
border-left: 1px solid rgba(0, 0, 0, 0.1);
padding-left: 75px;
margin-left: 30px;
}
.header-contact .contact-block:first-child {
border-left: none;
margin-left: 0;
padding-left: 45px;
}
.header-contact .contact-block a {
color: #585656;
}
.header-contact .contact-block>svg {
width: 36px;
position: absolute;
top: 60%;
left: 30px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.header-contact .contact-block:first-child>svg {
left: 0;
}
.header-contact .contact-block .title {
font-size: 0.6666em;
font-weight: 600;
color: #999596;
}
.header-contact .contact-block .content {
margin: 0;
font-size: 0.8888em;
font-weight: 700;
line-height: 1.3;
} header.site-header>.container {
position: relative;
padding-bottom: 34px;
}
.nav-wrap {
background: var(--primary-color);
border-radius: 5px;
padding: 10px;
display: flex;
flex: 1;
flex-flow: row wrap;
justify-content: flex-end;
position: absolute;
top: calc(100% - 34px);
left: 0;
right: 0;
z-index: 999;
}
.nav-wrap .main-navigation {
display: flex;
flex: auto;
align-items: center;
}
.main-navigation button.toggle-btn {
display: none;
}
.nav-wrap ul {
margin: 0;
padding: 0;
list-style: none;
}
.main-navigation ul li {
display: inline-block;
vertical-align: middle;
font-size: 0.778em;
text-transform: uppercase;
font-weight: 600;
position: relative;
margin-right: 20px;
margin-left: 20px;
}
.main-navigation ul li a {
color: #fff;
display: inline-block;
border-bottom: 3px solid transparent;
text-decoration: none;
}
.main-navigation ul li a:after {
content: "";
background: rgba(255, 255, 255, 0.5);
width: 0%;
height: 3px;
position: absolute;
top: 100%;
left: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.main-navigation ul li:hover>a:after,
.main-navigation ul li.current-menu-item>a:after,
.main-navigation ul li.current_page_items a:after {
width: 100%;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.main-navigation ul li ul {
position: absolute;
top: calc(100% + 10px);
left: 0;
background: #fff;
width: 230px;
opacity: 0;
clip: rect(1px, 1px, 1px, 1px);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
z-index: 9999;
}
.main-navigation ul li ul ul {
left: 100%;
top: 10px;
}
.main-navigation ul li:hover>ul,
.main-navigation ul li.focused>ul {
top: calc(100% + 3px);
opacity: 1;
filter: alpha(opacity=100);
clip: unset;
}
.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focused>ul {
top: 0;
}
.main-navigation ul ul li {
font-size: 1em;
font-weight: 700;
display: block;
margin-right: 0;
margin-left: 0;
}
.main-navigation ul ul li a {
padding: 15px 20px;
margin: 0;
border-bottom: 1px solid #E0E0E0;
width: 100%;
color: #262525;
}
.main-navigation ul ul li:last-child>a {
border-bottom: none;
}
.main-navigation ul ul li:hover>a,
.main-navigation ul ul li.current-menu-item>a,
.main-navigation ul ul li.current_page_items a {
background: var(--primary-color);
color: #fff;
}
.main-navigation ul ul li a:after {
display: none;
}
.main-navigation ul li.menu-item-has-children {
padding-right: 15px;
}
.main-navigation ul ul li.menu-item-has-children {
padding-right: 0;
}
.main-navigation ul ul li.menu-item-has-children>a {
padding-right: 30px;
}
.main-navigation ul li .submenu-toggle {
position: absolute;
top: 5px;
right: 0;
color: #fff;
font-size: 0.6666em;
}
.main-navigation ul ul li .submenu-toggle {
color: #262525;
font-size: 0.888em;
top: 19px;
width: 20px;
display: block;
text-align: center;
height: 20px;
line-height: 20px;
right: 5px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.main-navigation ul ul li:hover>.submenu-toggle,
.main-navigation ul ul li.current-menu-item>.submenu-toggle,
.main-navigation ul ul li.current_page_items .submenu-toggle {
color: #fff;
}
.social-list li {
display: inline-block;
vertical-align: middle;
font-size: 0.8888em;
}
.header-social .social-list li a {
color: #585656;
border-left: 1px solid rgba(255, 255, 255, 0.1);
display: inline-block;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
}
.nav-wrap .header-social .social-list li a {
color: #fff;
}
.nav-wrap .header-social .social-list li a:hover,
.nav-wrap .header-search:hover {
background: rgba(255, 255, 255, 0.1);
}
.header-search {
display: inline-block;
vertical-align: middle;
line-height: 0;
padding: 0;
box-shadow: none;
border-radius: 0;
background: none;
border: none;
}
.nav-wrap .nav-right {
display: flex;
flex: 1;
white-space: nowrap;
justify-content: flex-end;
align-items: center;
}
.header-search>svg {
width: 45px;
height: 45px;
text-align: center;
line-height: 35px;
border-left: 1px solid rgba(255, 255, 255, 0.2);
padding: 0px 15px;
cursor: pointer;
}
.admin-bar .site-header {
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.showing-search-modal .site-header {
margin-top: 55px;
}
.search-form-wrap {
background: var(--primary-color);
padding: 5px 0;
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
}
.admin-bar.showing-search-modal .search-form-wrap {
top: 32px;
}
.search-form-wrap .search-form-inner {
max-width: 1170px;
margin-left: auto;
margin-right: auto;
position: relative;
padding-right: 40px;
}
.header-search-wrap .search-form {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.header-search-wrap .search-form label {
flex: 1;
}
.search-form-wrap .search-form input[type="search"] {
background: none;
border-radius: 0;
border: none;
color: #fff;
text-transform: uppercase;
font-size: 0.778em;
font-weight: 700;
letter-spacing: 1px;
}
.search-form-wrap .search-form input[type="search"]::-webkit-input-placeholder { color: #fff;
}
.search-form-wrap .search-form input[type="search"]::-moz-placeholder { color: #fff;
}
.search-form-wrap .search-form input[type="search"]:-ms-input-placeholder { color: #fff;
}
.search-form-wrap .search-form input[type="search"]:-moz-placeholder { color: #fff;
}
.search-form-wrap .search-form input[type="submit"] {
opacity: 0;
background-color: transparent;
border: none;
box-shadow: none;
padding: 0;
color: inherit;
width: 20px;
height: 20px;
overflow: hidden;
font-size: 0;
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="%23fff" d="M16,14.591,12.679,11.27a6.89,6.89,0,0,0,1.409-4.226A7,7,0,0,0,7.044,0,7,7,0,0,0,0,7.044a7,7,0,0,0,7.044,7.044,6.89,6.89,0,0,0,4.226-1.409L14.591,16ZM2.013,7.044A4.983,4.983,0,0,1,7.044,2.013a4.983,4.983,0,0,1,5.031,5.031,4.983,4.983,0,0,1-5.031,5.031A4.983,4.983,0,0,1,2.013,7.044Z"></path></svg>');
background-position: center;
background-repeat: no-repeat;
background-size: 14px;
}
.search-form-wrap .search-form input[type="submit"]:focus {
opacity: 1;
filter: alpha(opacity=100);
}
.search-form-wrap .close {
position: absolute;
top: 15px;
right: 0;
}
.close {
display: inline-block;
width: 15px;
height: 15px;
position: relative;
cursor: pointer;
background: none;
border: none;
border-radius: 0;
box-shadow: none;
padding: 0;
overflow: hidden;
}
.close:before,
.close:after {
content: "";
background: #fff;
width: 100%;
height: 2px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.close:after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.close:hover:before,
.close:hover:after {
background: #f00;
} .customize-partial-edit-shortcut button svg {
margin: auto !important;
}
.sticky-header {
background: var(--primary-color);
position: fixed;
top: 0;
left: 0;
right: 0;
display: flex;
justify-content: center;
align-items: center;
flex: 1;
flex-flow: row wrap;
padding: 10px 5%;
z-index: 9999;
border-bottom: 1px solid #fff;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
transform: translateY(-100%);
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.showing-search-modal .sticky-header {
padding-top: 65px;
}
.custom-background .sticky-header {
width: 1300px;
margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
}
.header-sticky .search-form-wrap.active+.site-header .sticky-header {
top: 61px;
}
.admin-bar .sticky-header {
top: 32px;
}
.header-sticky .sticky-header {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
visibility: visible;
}
.header-sticky .search-form-wrap {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 99999;
border-bottom: 1px solid #fff;
}
.admin-bar.header-sticky .search-form-wrap {
top: 32px;
}
.sticky-header .site-branding {
width: 20%;
}
.header-sticky .site-branding .site-title a {
color: #fff;
}
.header-sticky .site-branding .site-description {
color: rgba(255, 255, 255, 0.75);
}
.sticky-header .main-navigation {
width: 60%;
text-align: center;
}
.sticky-header .main-navigation ul {
margin: 0;
padding: 0;
list-style: none;
}
.sticky-header .main-navigation ul li {
line-height: 1.2;
}
.sticky-header .main-navigation ul li a {
padding-top: 15px;
padding-bottom: 15px;
}
.sticky-header .main-navigation ul li span {
line-height: 5;
top: 0;
}
.sticky-header .main-navigation ul ul {
text-align: left;
}
.sticky-header .main-navigation ul ul li {
line-height: 1.8;
}
.sticky-header .main-navigation ul ul li span {
line-height: 1.8;
top: 19px;
}
.sticky-header .nav-right {
width: 20%;
text-align: right;
}
.sticky-header .header-social,
.sticky-header .header-search {
display: inline-block;
vertical-align: middle;
}
.sticky-header .header-social .social-list li a {
color: #fff;
}
.sticky-header .header-social .social-list li a:hover,
.sticky-header .header-search:hover {
background: rgba(0, 0, 0, 0.05);
} .site-banner .item {
position: relative;
}
.custom-background .site-banner .item img {
height: 650px;
object-fit: cover;
}
.site-banner .banner-caption {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
display: flex;
flex: 1;
align-items: center;
flex-direction: column;
justify-content: center;
}
.site-banner .banner-caption .container {
max-width: 100%;
width: 1170px;
}
.site-banner .banner-caption .banner-caption-inner {
max-width: 570px;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.site-banner .banner-caption .title {
font-size: 3.554em;
font-family: var(--secondary-font);
color: #fff;
font-weight: 400;
margin-top: 0;
margin-bottom: 0;
}
.site-banner .banner-caption .title a {
color: #fff;
text-decoration: none;
}
.site-banner .banner-caption .title a:hover {
color: var(--primary-color);
}
.site-banner .banner-caption .description {
font-size: 1.112em;
color: #fff;
margin-top: 20px;
line-height: 1.8;
}
.site-banner .banner-caption .btn-wrap {
margin-top: 30px;
}
.site-banner .banner-caption .btn-wrap a.btn.btn-transparent {
border-color: #fff;
color: #fff;
}
.site-banner .banner-caption .btn-wrap a.btn.btn-transparent:hover {
background: #fff;
color: var(--primary-color);
} .site-banner .owl-carousel .owl-nav .owl-prev {
left: 80px;
}
.site-banner .owl-carousel .owl-nav .owl-next {
right: 80px;
}
.site-banner .owl-carousel .owl-dots {
margin-top: 0;
position: absolute;
bottom: 60px;
left: 0;
right: 0;
text-align: center;
line-height: 1;
}
.site-banner .owl-carousel .owl-dots .owl-dot span {
border-color: #fff;
}
.site-banner .owl-carousel .owl-dots .owl-dot.active span,
.site-banner .owl-carousel .owl-dots .owl-dot:hover span {
border-color: var(--primary-color);
} .site-banner .banner-caption.left .banner-caption-inner {
margin-left: 0;
text-align: left;
} .site-banner .banner-caption.right .banner-caption-inner {
margin-right: 0;
text-align: left;
} .video-banner #wp-custom-header {
position: relative;
height: 0;
padding-top: 56.25%;
}
.video-banner #wp-custom-header iframe,
.video-banner #wp-custom-header video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.video-banner #wp-custom-header .wp-custom-header-video-button {
position: absolute;
bottom: 30px;
right: 0;
padding: 0;
width: 90px;
height: 90px;
left: 0;
margin: auto;
background: none;
border: none;
border-radius: 100%;
box-shadow: none;
text-indent: 100px;
overflow: hidden;
z-index: 99;
}
.video-banner #wp-custom-header .wp-custom-header-video-button::before {
content: "";
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-16 328c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160zm112 0c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160z"></path></svg>');
background-repeat: no-repeat;
position: absolute;
width: 90px;
height: 90px;
top: 0;
left: 0;
opacity: 0.8;
filter: alpha(opacity=80);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.video-banner #wp-custom-header .wp-custom-header-video-pause::before {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" ><path fill="%23fff" d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z"></path></svg>');
}
.video-banner #wp-custom-header .wp-custom-header-video-button:hover::before {
opacity: 1;
filter: alpha(opacity=100);
}
.site-banner.video-banner .banner-caption {
background: url(//purecosmetics-shop.com/wp-content/themes/blossom-spa/images/overlay.png);
}
.site-banner.video-banner .banner-caption .banner-caption-inner {
max-width: 770px;
} .banner-caption .blossomthemes-email-newsletter-wrapper {
max-width: 480px;
float: right;
border-radius: 5px;
overflow: hidden;
padding: 40px;
background: rgba(0, 0, 0, 0.65) !important;
}
.banner-caption .blossomthemes-email-newsletter-wrapper:after {
display: none;
}
.banner-caption .blossomthemes-email-newsletter-wrapper h3 {
color: #fff;
margin-top: 0;
margin-bottom: 10px;
font-size: 1.6667em;
}
.banner-caption .blossomthemes-email-newsletter-wrapper span {
color: rgba(255, 255, 255, 0.8);
display: inline-block;
margin-bottom: 30px;
}
.banner-caption .blossomthemes-email-newsletter-wrapper form input[type="text"],
.banner-caption .blossomthemes-email-newsletter-wrapper form input[type="email"] {
background: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.5);
height: 50px;
margin-bottom: 15px;
}
.banner-caption .blossomthemes-email-newsletter-wrapper label {
margin-bottom: 20px;
display: block;
}
.banner-caption .blossomthemes-email-newsletter-wrapper label input[type="checkbox"] {
vertical-align: middle;
}
.banner-caption .blossomthemes-email-newsletter-wrapper label span.check-mark {
display: none;
}
.banner-caption .blossomthemes-email-newsletter-wrapper label span {
margin-bottom: 0;
font-size: 0.8888em;
vertical-align: middle;
padding-left: 5px;
}
.banner-caption .blossomthemes-email-newsletter-wrapper label:hover span {
color: #fff;
}
.banner-caption .blossomthemes-email-newsletter-wrapper input[type="submit"] {
border-radius: 5px;
} section.service-section.style-1 {
background: rgba(var(--primary-color-rgb), 0.1);
padding: 80px 0;
text-align: center;
}
section[class*="-section"] .grid {
margin-top: 0;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 30px;
}
section[class*="-section"] .grid .widget {
margin-bottom: 0;
}
section[class*="-section"] .grid .widget_text {
grid-column: 1 / span 3;
}
section.service-section.style-1 .widget_bttk_icon_text_widget,
.recent-post-section .grid article {
background: #fff;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
border-radius: 5px;
border-bottom: 3px solid transparent;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
margin-bottom: 25px;
position: relative;
}
.service-section.style-1 .widget_bttk_icon_text_widget:hover,
.recent-post-section .grid article:hover {
border-bottom-color: rgba(var(--primary-color-rgb), 0.5);
}
.service-section.style-1 .widget_bttk_icon_text_widget .widget-title {
font-size: 1.333em;
margin: 30px;
}
.service-section.style-1 .widget_bttk_icon_text_widget .content,
.recent-post-section .grid article .content-wrap {
margin: 30px;
}
.service-section.style-1 .widget_bttk_icon_text_widget .rtc-itw-inner-holder {
padding-bottom: 25px;
}
.service-section.style-1 .widget_bttk_icon_text_widget .rtc-itw-inner-holder a.btn-readmore,
.recent-post-section .grid article a.btn-readmore,
.page-template-service .site-main .widget_bttk_icon_text_widget a.btn-readmore,
.shop-popular .product-image a.btn-readmore {
position: absolute;
bottom: -25px;
left: 50%;
margin: 0 auto;
overflow: hidden;
padding-left: 25px;
padding-right: 25px;
white-space: nowrap;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
text-indent: -100%;
background: none;
border-color: transparent;
color: transparent;
}
.service-section.style-1 .widget_bttk_icon_text_widget .rtc-itw-inner-holder a.btn-readmore:hover,
.recent-post-section .grid article a.btn-readmore:hover,
.page-template-service .site-main .widget_bttk_icon_text_widget a.btn-readmore:hover,
.shop-popular .product-image a.btn-readmore:hover {
padding-left: 30px;
padding-right: 50px;
background: var(--primary-color);
color: #fff;
text-indent: 0;
border-color: var(--primary-color);
color: #fff;
}
.service-section.style-1 .widget_bttk_icon_text_widget .rtc-itw-inner-holder a.btn-readmore:focus-within,
.recent-post-section .grid article a.btn-readmore:focus-within,
.page-template-service .site-main .widget_bttk_icon_text_widget a.btn-readmore:focus-within,
.shop-popular .product-image a.btn-readmore:focus-within {
padding-left: 30px;
padding-right: 50px;
background: var(--primary-color);
color: #fff;
text-indent: 0;
border-color: var(--primary-color);
color: #fff;
}
.service-section.style-1 .widget_bttk_icon_text_widget .rtc-itw-inner-holder a.btn-readmore::before,
.recent-post-section .grid article a.btn-readmore::before,
.page-template-service .site-main .widget_bttk_icon_text_widget a.btn-readmore:before,
.shop-popular .product-image a.btn-readmore:before {
width: 44px;
height: 44px;
line-height: 44px;
background-color: var(--primary-color);
background-size: 8px;
background-position: center;
border-radius: 100%;
margin: 0 auto;
left: 0;
right: 0;
top: 0;
z-index: 1;
text-indent: 0;
color: #fff;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.service-section.style-1 .widget_bttk_icon_text_widget .rtc-itw-inner-holder a.btn-readmore:hover::before,
.recent-post-section .grid article a.btn-readmore:hover::before,
.page-template-service .site-main .widget_bttk_icon_text_widget a.btn-readmore:hover:before,
.shop-popular .product-image a.btn-readmore:hover:before {
right: -50%;
opacity: 0;
visibility: hidden;
}
.service-section.style-1 .widget_bttk_icon_text_widget .rtc-itw-inner-holder a.btn-readmore:focus-within::before,
.recent-post-section .grid article a.btn-readmore:focus-within::before,
.page-template-service .site-main .widget_bttk_icon_text_widget a.btn-readmore:focus-within:before,
.shop-popular .product-image a.btn-readmore:focus-within:before {
right: -50%;
opacity: 0;
visibility: hidden;
}
.service-section.style-1 .widget_bttk_icon_text_widget .rtc-itw-inner-holder a.btn-readmore::after,
.recent-post-section .grid article a.btn-readmore::after,
.page-template-service .site-main .widget_bttk_icon_text_widget a.btn-readmore:after,
.shop-popular .product-image a.btn-readmore:after {
right: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.service-section.style-1 .widget_bttk_icon_text_widget .rtc-itw-inner-holder a.btn-readmore:hover::after,
.recent-post-section .grid article a.btn-readmore:hover::after,
.page-template-service .site-main .widget_bttk_icon_text_widget a.btn-readmore:hover:after,
.shop-popular .product-image a.btn-readmore:hover:after {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23fff" d="M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z" class=""></path></svg>');
right: 30px;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.service-section.style-1 .widget_bttk_icon_text_widget .rtc-itw-inner-holder a.btn-readmore:focus-within::after,
.recent-post-section .grid article a.btn-readmore:focus-within::after,
.page-template-service .site-main .widget_bttk_icon_text_widget a.btn-readmore:focus-within:after,
.shop-popular .product-image a.btn-readmore:focus-within:after {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23fff" d="M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z" class=""></path></svg>');
right: 30px;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
} section.service-section.style-2 {
background: rgba(var(--primary-color-rgb), 0.1);
position: relative;
overflow: hidden;
}
section.service-section.style-2 .grid {
grid-template-columns: repeat(2, 1fr);
padding-right: 44%;
grid-gap: 0;
margin-top: 0;
}
section.service-section.style-2 .widget_media_image {
position: absolute;
top: 0;
right: 0;
width: 44%;
height: 100%;
}
.service-section.style-2 .widget_media_image figure.wp-caption {
margin: 0;
}
section.service-section.style-2 .widget_media_image img {
width: 100%;
height: 100% !important;
object-fit: cover;
}
.service-section.style-2 .widget_media_image .widget-title,
.service-section.style-2 .widget_media_image figcaption {
display: none;
}
.service-section.style-2 .widget_bttk_icon_text_widget {
border-bottom: 1px dashed rgba(var(--primary-color-rgb), 0.2);
border-right: 1px dashed rgba(var(--primary-color-rgb), 0.2);
padding: 50px 40px;
text-align: center;
}
.service-section.style-2 .widget_bttk_icon_text_widget .icon-holder {
font-size: 1.5em;
width: 80px;
height: 80px;
border-radius: 100%;
border: 3px solid rgba(var(--primary-color-rgb), 0.5);
margin: 0 auto 20px auto;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.service-section.style-2 .widget_bttk_icon_text_widget .icon-holder img {
display: inline-block;
vertical-align: middle;
} .about-section .widget_blossomtheme_featured_page_widget {
margin-bottom: 0;
}
.about-section .widget_blossomtheme_featured_page_widget .widget-featured-holder {
position: relative;
padding-left: calc(50% - 40px);
z-index: 1;
min-height: 635px;
display: flex;
flex: 1;
flex-flow: column wrap;
justify-content: center;
padding-top: 80px;
padding-bottom: 80px;
}
.about-section .widget_blossomtheme_featured_page_widget .widget-featured-holder.right {
padding-left: 0;
padding-right: calc(50% - 40px);
}
.about-section .widget_blossomtheme_featured_page_widget .img-holder {
position: absolute;
top: 0;
left: 0;
width: 50%;
z-index: -1;
height: 100%;
}
.about-section .widget_blossomtheme_featured_page_widget .right .img-holder {
left: auto;
right: 0;
}
.about-section .widget_blossomtheme_featured_page_widget .img-holder img {
width: 100%;
height: 100%;
object-fit: cover;
}
.about-section .widget_blossomtheme_featured_page_widget .featured-holder-wrap {
background: #fff;
padding: 50px;
border-radius: 5px;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.about-section .widget_blossomtheme_featured_page_widget .widget-title {
margin-top: 5px;
margin-bottom: 20px;
padding-bottom: 0;
font-family: var(--secondary-font);
font-weight: 400;
font-size: 2em;
}
.about-section .widget_blossomtheme_featured_page_widget .widget-title:after {
display: none;
}
.about-section .widget_blossomtheme_featured_page_widget a.btn-readmore:focus {
outline-color: #000;
} section.team-section {
background: rgba(var(--primary-color-rgb), 0.1);
padding: 80px 0;
text-align: center;
}
section.team-section .grid {
margin-top: 30px;
display: block;
}
.team-section .owl-carousel .owl-stage-outer {
padding: 30px 0;
}
.owl-carousel .owl-nav [class*="owl-"] {
position: absolute;
top: 50%;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
background: rgba(var(--primary-color-rgb), 0.3);
border-radius: 100%;
color: #fff;
overflow: hidden;
font-size: 1.112em;
text-indent: 60px;
left: -100px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
white-space: nowrap;
}
.team-section .owl-carousel .owl-nav .owl-prev,
.wc-product-section .owl-carousel .owl-nav .owl-prev {
left: -60px;
}
.owl-carousel .owl-nav .owl-next {
left: auto;
right: -100px;
}
.team-section .owl-carousel .owl-nav .owl-next,
.wc-product-section .owl-carousel .owl-nav .owl-next {
right: -60px;
}
.owl-carousel .owl-nav [class*="owl-"]:hover {
background: rgba(var(--primary-color-rgb), 0.5);
}
.owl-carousel .owl-nav [class*="owl-"].disabled {
cursor: not-allowed;
background: rgba(var(--primary-color-rgb), 0.3);
}
.owl-carousel .owl-nav [class*="owl-"]::before {
content: "";
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23fff" d="M4.2 247.5L151 99.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17L69.3 256l118.5 119.7c4.7 4.7 4.7 12.3 0 17L168 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 264.5c-4.7-4.7-4.7-12.3 0-17z"></path></svg>');
background-repeat: no-repeat;
background-position: center;
width: 20px;
height: 25px;
position: absolute;
top: 0;
left: 0;
right: 0;
text-indent: 0px;
bottom: 0;
margin: auto;
}
.owl-carousel .owl-nav .owl-next::before {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23fff" d="M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z" class=""></path></svg>');
}
.owl-carousel .owl-dots {
margin-top: 20px;
}
.owl-carousel .owl-dots .owl-dot {
display: inline-block;
margin: 5px;
}
.owl-carousel .owl-dots .owl-dot span {
display: inline-block;
vertical-align: middle;
width: 7px;
height: 7px;
border: 1px solid var(--primary-color);
border-radius: 100%;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.owl-carousel .owl-dots .owl-dot:hover span {
background: var(--primary-color);
}
.owl-carousel .owl-dots .owl-dot.active span {
background: var(--primary-color);
width: 11px;
height: 11px;
} .recent-post-section {
margin: 80px 0;
text-align: center;
}
section.recent-post-section .grid {
margin-top: 60px;
}
.post-thumbnail {
position: relative;
margin: 0;
display: block;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
overflow: hidden
}
.post-thumbnail .category {
position: absolute;
top: 10px;
left: 10px;
font-size: 0.6666em;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
}
span.category a {
display: inline-block;
padding: 3px 10px;
background: #262525;
border-radius: 3px;
color: #fff;
margin-right: 2px;
margin-bottom: 5px;
text-decoration: none;
}
span.category a:hover {
background: var(--primary-color);
}
.recent-post-section .grid article .content-wrap {
margin: 40px;
text-align: left;
}
.recent-post-section .grid article .content-wrap .entry-title {
margin: 0;
font-family: var(--secondary-font);
font-weight: 400;
font-size: 1.333em;
}
.recent-post-section .grid article .content-wrap .entry-title a {
color: #262525;
text-decoration: none;
}
.recent-post-section .grid article .content-wrap .entry-title a:hover {
color: var(--primary-color);
}
.recent-post-section .btn-wrap {
margin-top: 60px;
}
.recent-post-section .grid article a.btn-readmore {
text-align: center;
} .testimonial-section {
text-align: center;
margin: 80px 0;
}
section.testimonial-section .grid {
display: block;
max-width: 770px;
margin-top: 60px;
margin-left: auto;
margin-right: auto;
} .contact-section {
display: flex;
flex: 1;
flex-flow: row wrap;
}
.contact-section .map-block {
position: relative;
width: 49.66%;
line-height: 0;
}
.contact-section .form-block {
padding-top: 70px;
padding-bottom: 70px;
padding-left: 110px;
width: 50.33%;
}
iframe {
border: 0;
width: 100%;
}
.contact-section iframe {
height: 100%;
}
.contact-details-wrap {
background: #fff;
border: 10px solid var(--primary-color);
line-height: initial;
box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
padding: 50px;
}
.contact-section .contact-details-wrap {
max-width: 485px;
position: absolute;
top: 50%;
right: -50px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.contact-section .contact-details-wrap::after {
content: "";
background: #fff;
position: absolute;
top: 50px;
bottom: 50px;
width: 10px;
right: -10px;
height: calc(100% - 100px);
}
.contact-details-wrap .widget {
margin-bottom: 30px;
}
.contact-details-wrap .widget:last-child,
.contact-details-wrap .widget table {
margin-bottom: 0;
}
.contact-details-wrap .widget .widget-title,
section.contact-section .contact-details-wrap .widget .widget-title {
font-weight: 400;
font-size: 1.112em;
color: var(--primary-color);
font-family: var(--secondary-font);
position: relative;
margin-top: 0;
margin-bottom: 20px;
display: inline-block;
padding-bottom: 5px;
}
.contact-details-wrap .widget .widget-title:after,
section.contact-section .contact-details-wrap .widget .widget-title:after {
content: "";
background: -webkit-linear-gradient(to right, var(--primary-color), transparent);
background: -moz-linear-gradient(to right, var(--primary-color), transparent);
background: -ms-linear-gradient(to right, var(--primary-color), transparent);
background: -o-linear-gradient(to right, var(--primary-color), transparent);
background: linear-gradient(to right, var(--primary-color), transparent);
width: 100%;
height: 2px;
position: absolute;
top: 100%;
left: 0;
display: block;
}
.widget_bttk_contact_social_links p {
font-size: 0.8888em;
margin-top: 0;
margin-bottom: 20px;
line-height: 1.8;
}
.site-footer .widget_bttk_contact_social_links p {
color: #fff;
}
.contact-info ul {
margin: 0;
padding: 0;
list-style: none;
}
.contact-list+ul.social-networks {
margin-top: 20px;
}
.contact-info ul.contact-list li {
position: relative;
margin-bottom: 15px;
padding-left: 35px;
font-size: 0.8888em;
}
.contact-info ul.contact-list li svg {
width: 15px;
position: absolute;
top: 5px;
left: 0;
height: 15px;
color: #999596;
}
.contact-info ul.contact-list li a {
color: #585656;
}
.contact-info ul.contact-list li a:hover {
color: var(--primary-color);
}
ul.social-networks li {
float: none;
margin: 5px 3px;
display: inline-block;
font-size: 0.8888em;
}
ul.social-networks li a {
display: inline-block;
width: 40px;
text-align: center;
height: 40px;
line-height: 36px;
border: 2px solid #F0F0F0;
border-radius: 100%;
color: #252626;
background: none;
}
ul.social-networks li a:hover {
background: var(--primary-color);
border-color: var(--primary-color);
color: #fff !important;
}
section.contact-section .contact-details-wrap .widget .textwidget {
margin-top: 0;
}
.contact-details-wrap table {
border: none;
border-collapse: collapse;
border-radius: 0;
margin-bottom: 0;
font-size: 0.9em;
}
.contact-details-wrap table tbody tr:nth-child(2n+1) {
background: none;
}
.contact-details-wrap table tr td {
border-bottom: none;
padding-left: 0;
padding-top: 10px;
padding-bottom: 10px;
}
.contact-details-wrap table tr td:nth-child(2n) {
text-align: right;
color: var(--primary-color);
font-weight: 700;
padding-right: 0;
} .instagram-section {
margin-top: 80px;
display: flex;
flex: 1;
flex-direction: column;
justify-content: center;
position: relative;
}
body:not(.home) .instagram-section {
margin-top: 0;
}
body.page-template-blossom-portfolio .instagram-section,
.single-blossom-portfolio .instagram-section {
margin-top: 80px;
}
.instagram-section .popup-gallery {
margin: 0;
padding: 0;
list-style: none;
order: 2;
display: flex;
flex: 1;
flex-direction: row;
justify-content: center;
align-items: flex-start;
}
.instagram-section .popup-gallery li {
position: relative;
display: inline-block;
}
.instagram-section .popup-gallery .instagram-meta {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
background: -ms-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
font-size: 0.8888em;
text-align: center;
padding: 60px 10px 10px 10px;
}
.instagram-section .popup-gallery .instagram-meta>span {
display: inline-block;
margin-right: 20px;
color: rgba(255, 255, 255, 0.75);
}
.instagram-section .popup-gallery .instagram-meta>span:last-child {
margin-right: 0;
}
.instagram-section .popup-gallery .instagram-meta>span svg {
margin-right: 5px;
}
.instagram-section .profile-link {
display: flex;
align-self: center;
margin-bottom: 20px;
font-family: var(--secondary-font);
font-size: 1.112em;
position: absolute;
top: 0;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 333;
padding: 8px 28px;
border: 1px solid;
background: #ffffffc7;
border-radius: 50px;
}
@media(max-width:768px) {
.instagram-section .profile-link {
left: 50%;
top: unset;
bottom: 0;
transform: translate(-50%, 0);
min-width: fit-content;
}
}
.instagram-section .profile-link .insta-icon {
margin-right: 10px;
display: inline-block;
} .site-footer {
background: #262525;
}
.site-footer .footer-block-wrap .container {
background: #1e1e1e;
display: flex;
flex: 1;
flex-flow: row wrap;
align-items: center;
padding: 25px 0;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.site-footer .footer-block-wrap .footer-contact-block {
width: 32.33%;
border-right: 2px solid rgba(255, 255, 255, 0.2);
padding: 0 25px;
position: relative;
text-align: center;
}
.site-footer .footer-block-wrap .footer-contact-block:last-child {
border-right: none;
}
.site-footer .widget_blossomtheme_featured_page_widget .featured_page_content {
color: #fff;
}
.footer-contact-block-inner {
display: inline-block;
position: relative;
text-align: left;
padding-left: 65px;
}
.site-footer .footer-block-wrap .footer-contact-block-inner svg {
width: 48px;
height: 48px;
position: absolute;
top: 3px;
left: 0;
}
.site-footer .footer-block-wrap .footer-contact-block .title {
font-size: 0.7778em;
color: #fff;
font-weight: 600;
}
.site-footer .footer-block-wrap .footer-contact-block .description {
margin: 0;
color: #999596;
font-size: 0.8888em;
font-weight: 600;
}
.site-footer .footer-block-wrap .footer-contact-block .description a {
color: #999596;
}
.site-footer .footer-t {
padding-top: 80px;
padding-bottom: 20px;
}
.site-footer .footer-block-wrap+.footer-t {
padding-top: 60px;
padding-bottom: 0;
}
.footer-t .grid:not(.column-1) {
display: flex;
flex: 1;
flex-flow: row wrap;
}
.footer-t .grid.column-4 .col {
width: 22.66%;
margin-right: 3%;
}
.footer-t .grid.column-3 .col {
width: 31.33%;
margin-right: 3%;
}
.footer-t .grid.column-2 .col {
width: 48.33%;
margin-right: 3%;
}
.footer-t .grid .col:last-child {
margin-right: 0 !important;
}
.site-footer .widget .widget-title {
color: #fff;
}
.site-footer .widget .widget-title::after {
background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0.5), transparent);
background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0.5), transparent);
background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0.5), transparent);
background: -o-linear-gradient(to right, rgba(255, 255, 255, 0.5), transparent);
background: linear-gradient(to right, rgba(255, 255, 255, 0.5), transparent);
}
.site-footer .widget_text .textwidget {
color: #fff;
}
.site-footer .footer-b {
background: #1E1E1E;
padding: 25px 0;
border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.footer-b .container {
display: flex;
flex: 1;
flex-flow: row wrap;
align-items: center;
}
.footer-b .copyright {
width: 50%;
font-size: 0.8888em;
color: rgba(255, 255, 255, 0.7);
}
.footer-b .copyright a {
color: rgba(255, 255, 255, 0.7);
}
.footer-b .copyright a:hover {
color: var(--primary-color);
}
.footer-b .footer-social {
width: 50%;
text-align: right;
}
.footer-social ul.social-list {
margin: 0;
padding: 0;
list-style: none;
}
.footer-social ul.social-list li a {
display: inline-block;
vertical-align: middle;
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
background: rgba(0, 0, 0, 0.1);
border-radius: 5px;
color: #fff;
}
.footer-social ul.social-list li a:hover {
background: var(--primary-color);
}
.site-footer .widget ul li,
.site-footer .widget ul li a {
color: #fff;
}
.widget ul li {
margin-bottom: 15px;
}
.widget ul li:last-child {
margin-bottom: 0;
}
.site-footer .widget ul li a:hover {
color: var(--primary-color);
} .widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_recent_comments ul li {
display: block;
margin-bottom: 12px;
padding-bottom: 12px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
font-size: 0.7778em;
text-transform: uppercase;
font-weight: 700;
}
.widget_recent_comments ul li {
text-transform: none;
font-weight: normal;
font-size: 1em;
}
.site-footer .widget_archive ul li,
.site-footer .widget_categories ul li,
.site-footer .widget_pages ul li,
.site-footer .widget_meta ul li,
.site-footer .widget_recent_comments ul li {
border-bottom-color: rgba(255, 255, 255, 0.1);
}
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_pages ul li:last-child,
.widget_meta ul li:last-child,
.widget_recent_comments ul li:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.widget_pages ul li.current_page_item>a,
.widget_pages ul li.current-menu-item>a {
color: var(--primary-color);
} .widget_recent_entries ul {
counter-reset: my-counter;
}
.widget_recent_entries ul li {
counter-increment: my-counter;
position: relative;
padding-left: 40px;
font-size: 1em;
font-family: var(--secondary-font);
}
.widget_recent_entries ul li::before {
content: counter(my-counter)".";
position: absolute;
top: 0;
left: 0;
font-family: var(--secondary-font);
color: var(--primary-color);
font-size: 2em;
line-height: 1;
}
.widget_recent_entries ul li a {
color: #000;
}
.widget_recent_entries ul li a:hover {
color: var(--primary-color);
} .widget_search .search-form:before,
.widget_search .search-form:after {
content: "";
display: table;
}
.widget_search .search-form:after {
clear: both;
}
.widget_search .search-form label {
float: left;
width: calc(100% - 50px);
}
.widget_search .search-form .search-field {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
height: 50px;
}
.widget_search .search-form .search-submit {
width: 50px;
border-radius: 0 5px 5px 0px;
padding: 0;
height: 50px;
background-color: #000;
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg>');
background-repeat: no-repeat;
background-position: center;
background-size: 20px;
border: none;
box-shadow: none;
text-indent: 55px;
}
.widget_search .search-form .search-submit:hover {
background-color: var(--primary-color);
} .widget_archive ul li {
display: flex;
flex: 1;
flex-flow: row wrap;
justify-content: flex-end;
}
.widget_archive ul li a {
display: flex;
flex: 1;
} .widget_calendar table {
margin-bottom: 0;
}
.widget_calendar table caption {
background: var(--primary-color);
color: #fff;
padding: 10px;
}
.widget_calendar table th {
color: var(--primary-color);
padding-left: 0;
padding-right: 0;
text-align: center;
}
.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
float: right;
}
.widget_calendar table tr td {
padding-left: 0;
padding-right: 0;
text-align: center;
}
.site-footer .widget_calendar table tr td {
color: #fff;
}
.widget_calendar table tr td a {
color: var(--primary-color)
}
.widget_calendar table tr td#today {
background: rgba(0, 0, 0, 0.15);
}
.widget_calendar .wp-calendar-nav-next {
float: right;
} .widget .tagcloud a {
display: inline-block;
font-size: 0.8888em !important;
color: #fff;
text-decoration: none;
background: var(--primary-color);
margin: 3px 1px;
padding: 5px 15px;
border-radius: 5px;
font-weight: 600;
border: 1px solid var(--primary-color);
text-decoration: none;
}
.widget .tagcloud a:hover {
background: none;
color: var(--primary-color);
}
.widget-area .widget .tagcloud a:focus {
outline-color: #000;
} .widget_bttk_testimonial_widget .bttk-testimonial-inner-holder {
display: flex;
flex: 1;
flex-direction: column;
position: relative;
padding-top: 100px;
padding-bottom: 0;
}
.widget_bttk_testimonial_widget .bttk-testimonial-inner-holder::before {
content: "";
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 24"><path fill="%239cbe9c" d="M33.54,28.5a8,8,0,1,1-8.04,8,16,16,0,0,1,16-16A15.724,15.724,0,0,0,33.54,28.5Zm-12.04,8a8,8,0,0,1-16,0h0a16,16,0,0,1,16-16,15.724,15.724,0,0,0-7.96,8A7.989,7.989,0,0,1,21.5,36.5Z" transform="translate(-5.5 -20.5)"/></svg>');
background-repeat: no-repeat;
background-size: 36px;
background-position: center;
position: absolute;
top: 0;
left: 0;
right: 0;
width: 80px;
height: 80px;
border: 3px solid var(--primary-color);
border-radius: 100%;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
margin: 0 auto;
}
.widget_bttk_testimonial_widget .bttk-testimonial-inner-holder img {
width: auto;
}
.widget_bttk_testimonial_widget .bttk-testimonial-inner-holder .img-holder {
order: 2;
padding-right: 10px;
}
.widget_bttk_testimonial_widget .bttk-testimonial-inner-holder .img-holder img {
width: 60px;
height: 60px;
border-radius: 100%;
object-fit: cover;
}
.widget_bttk_testimonial_widget .text-holder {
display: flex;
flex: auto;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}
#secondary .widget_bttk_testimonial_widget .text-holder,
.site-footer .widget_bttk_testimonial_widget .text-holder {
text-align: center;
}
.widget_bttk_testimonial_widget .testimonial-meta {
order: 2;
text-align: left;
font-size: 0.8888em;
padding-left: 10px;
}
.widget_bttk_testimonial_widget .testimonial-meta .name {
display: block;
font-weight: 700;
color: #262525;
text-transform: capitalize;
}
.widget_bttk_testimonial_widget .testimonial-meta .designation {
color: #999596;
}
.widget_bttk_testimonial_widget .testimonial-content {
color: #262525;
font-size: 1.333em;
line-height: 1.8;
margin-bottom: 25px;
width: 100%;
}
#secondary .widget_bttk_testimonial_widget .testimonial-content,
.site-footer .widget_bttk_testimonial_widget .testimonial-content {
font-size: 1.112em;
}
.widget_bttk_testimonial_widget .testimonial-content p {
margin-top: 0;
margin-bottom: 20px;
}
.site-footer .widget_bttk_testimonial_widget .testimonial-meta .name,
.site-footer .widget_bttk_testimonial_widget .testimonial-content {
color: #fff;
} .widget_bttk_description_widget {
background: #fff;
border-radius: 5px;
overflow: hidden;
box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
position: relative;
}
.widget_bttk_description_widget .image-holder img {
width: 100%;
}
.widget_bttk_description_widget .bttk-team-holder .description,
.widget_bttk_description_widget .bttk-team-holder .social-profile,
.widget_bttk_description_widget .bttk-team-holder-modal .image-holder {
display: none;
}
.widget_bttk_description_widget .bttk-team-holder .text-holder {
padding: 20px;
}
.widget_bttk_description_widget .name {
font-size: 1.112em;
line-height: 1.4;
font-family: var(--secondary-font);
font-weight: 400;
color: #262525;
display: block;
}
.widget_bttk_description_widget .designation {
display: block;
font-size: 0.888em;
}
.widget_bttk_description_widget .bttk-team-holder-modal .designation {
font-weight: 700;
}
.widget_bttk_description_widget .bttk-team-holder-modal {
position: absolute;
background: var(--primary-color);
top: 0;
left: 0;
right: 0;
display: flex;
flex: 1;
flex-flow: column wrap;
align-items: center;
justify-content: center;
padding: 60px 30px 30px 30px;
text-align: left;
height: 100%;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.widget_bttk_description_widget:hover .bttk-team-holder-modal {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
padding-top: 30px;
}
.widget_bttk_description_widget:focus-within .bttk-team-holder-modal {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
padding-top: 30px;
}
.widget_bttk_description_widget .bttk-team-holder-modal .name,
.widget_bttk_description_widget .bttk-team-holder-modal .designation,
.widget_bttk_description_widget .bttk-team-holder-modal .description {
color: #fff;
}
.widget_bttk_description_widget .bttk-team-holder-modal .description {
font-size: 0.8888em;
font-weight: 300;
line-height: 1.5;
margin-top: 30px;
margin-bottom: 0;
height: 150px;
overflow: hidden;
position: relative;
}
.widget_bttk_description_widget .bttk-team-holder-modal .description.ps.ps--active-y {
padding-right: 20px;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
background-color: transparent;
}
.ps__thumb-y,
.ps__thumb-x {
background-color: rgba(255, 255, 255, 0.5);
}
.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
background-color: rgba(255, 255, 255, 0.7);
}
.ps--scrolling-x .ps__thumb-x,
.ps--scrolling-y .ps__thumb-y {
width: 11px;
}
.widget_bttk_description_widget .bttk-team-holder-modal .description p {
margin: 0;
}
.widget_bttk_description_widget .bttk-team-holder-modal .social-profile {
margin: 30px 0 0 0;
padding: 0;
list-style: none;
}
.widget_bttk_description_widget .bttk-team-holder-modal .social-profile li {
display: inline-block;
vertical-align: middle;
font-size: 0.778em;
margin: 4px 2px;
}
.widget_bttk_description_widget .social-profile li a {
width: 30px;
height: 30px;
background: #fff;
color: var(--primary-color);
display: inline-block;
text-align: center;
line-height: 30px;
border-radius: 100%;
box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.1);
}
.widget_bttk_description_widget .social-profile li a:hover {
background: #61C5EC;
color: #fff;
}
.widget_bttk_description_widget .social-profile li a[href*="facebook.com"]:hover {
background: #3b5998;
}
.widget_bttk_description_widget .social-profile li a[href*="twitter.com"]:hover {
background: #00aced;
}
.widget_bttk_description_widget .social-profile li a[href*="instagram.com"]:hover {
background: #3f729b;
}
.widget_bttk_description_widget .social-profile li a[href*="plus.google.com"]:hover {
background: #dd4b39;
}
.widget_bttk_description_widget .social-profile li a[href*="pinterest.com"]:hover {
background: #cb2128;
}
.widget_bttk_description_widget .social-profile li a[href*="linkedin.com"]:hover {
background: #007fb1;
}
.widget_bttk_description_widget .social-profile li a[href*="youtube.com"]:hover {
background: #ff3333;
}
.widget_bttk_description_widget .social-profile li a[href*="vimeo.com"]:hover {
background: #1ab7ea;
}
.widget_bttk_description_widget .social-profile li a[href*="dribbble.com"]:hover {
background: #ea4c89;
}
.widget_bttk_description_widget .social-profile li a[href*="foursquare.com"]:hover {
background: #0072b1;
}
.widget_bttk_description_widget .social-profile li a[href*="flickr.com"]:hover {
background: #0063db;
}
.widget_bttk_description_widget .social-profile li a[href*="reddit.com"]:hover {
background: #000000;
}
.widget_bttk_description_widget .social-profile li a[href*="skype.com"]:hover {
background: #26ade3;
}
.widget_bttk_description_widget .social-profile li a[href*="stumbleupon.com"]:hover {
background: #ea4b24;
}
.widget_bttk_description_widget .social-profile li a[href*="tumblr.com"]:hover {
background: #2c4762;
}
.widget_bttk_description_widget .social-profile li a[href*="ok.ru"]:hover {
background: #f38231;
}
.widget_bttk_description_widget .social-profile li a[href*="vk.com"]:hover {
background: #4e76a1;
}
.widget_bttk_description_widget .social-profile li a[href*="xing.com"]:hover {
background: #006565;
}
.widget_bttk_description_widget .bttk-team-holder-modal a.close_popup {
display: none;
} .widget_btif_instagram_widget ul li {
margin: 0;
padding: 3px;
}
.widget_btif_instagram_widget .profile-link {
margin-top: 10px;
display: block;
text-align: center;
background: #222;
color: #fff;
font-size: 0.8888em;
padding: 5px 10px;
border: 1px solid #222;
text-decoration: none;
}
.widget_btif_instagram_widget .profile-link:hover {
background: none;
color: #222;
}
.widget_btif_instagram_widget .profile-link .insta-icon {
margin-right: 7px;
} .widget_bttk_icon_text_widget .rtc-itw-inner-holder {
display: flex;
flex: 1;
flex-direction: column;
}
#secondary .widget_bttk_icon_text_widget .rtc-itw-inner-holder,
#secondary .widget_bttk_icon_text_widget .widget-title,
.site-footer .widget_bttk_icon_text_widget .rtc-itw-inner-holder,
.site-footer .widget_bttk_icon_text_widget .widget-title {
text-align: center;
}
.widget_bttk_icon_text_widget .rtc-itw-inner-holder .text-holder {
order: 2;
}
.widget_bttk_icon_text_widget .widget-title {
margin-top: 0;
margin-bottom: 10px;
padding-bottom: 0;
font-size: 1.112em;
font-family: var(--secondary-font);
font-weight: 400;
}
.widget_bttk_icon_text_widget .widget-title:after {
display: none;
}
.widget_bttk_icon_text_widget .content {
font-size: 0.888em;
line-height: 1.8;
}
.site-footer .widget_bttk_icon_text_widget .content {
color: #fff;
}
.widget_bttk_icon_text_widget .content p {
margin: 0;
}
.widget_bttk_icon_text_widget .icon-holder {
font-size: 3em;
line-height: 1;
color: var(--primary-color);
}
#secondary .widget_bttk_icon_text_widget .icon-holder,
.site-footer .widget_bttk_icon_text_widget .icon-holder {
width: 80px;
height: 80px;
border: 3px solid var(--primary-color);
border-radius: 100%;
overflow: hidden;
text-align: center;
line-height: 80px;
font-size: 2.5em;
margin: 0 auto 30px auto;
}
#secondary .widget_bttk_icon_text_widget .icon-holder img,
.site-footer .widget_bttk_icon_text_widget .icon-holder img {
width: 100%;
height: 100%;
object-fit: cover;
}
.widget_bttk_icon_text_widget a.btn-readmore {
margin-top: 20px;
} .widget_blossomtheme_companion_cta_widget .bttk-cta-bg,
.widget_blossomtheme_companion_cta_widget .text {
padding: 80px 0;
position: relative;
z-index: 1;
}
#secondary .widget_blossomtheme_companion_cta_widget .bttk-cta-bg,
#secondary .widget_blossomtheme_companion_cta_widget .text,
.site-footer .widget_blossomtheme_companion_cta_widget .bttk-cta-bg,
.site-footer .widget_blossomtheme_companion_cta_widget .text {
padding: 40px;
}
.widget_blossomtheme_companion_cta_widget .bttk-cta-bg:after {
content: "";
background: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.cta-section .widget_blossomtheme_companion_cta_widget {
margin-bottom: 0;
}
.widget_blossomtheme_companion_cta_widget .centered {
text-align: center;
}
.widget_blossomtheme_companion_cta_widget .left .widget-title,
.widget_blossomtheme_companion_cta_widget .left .text-holder {
max-width: 750px;
}
.widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container {
max-width: 1170px;
margin-left: auto;
margin-right: auto;
}
.widget_blossomtheme_companion_cta_widget .centered .blossomtheme-cta-container {
max-width: 770px;
}
.widget_blossomtheme_companion_cta_widget .right .blossomtheme-cta-container {
text-align: right;
}
.widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .widget-title {
font-size: 2.223em;
color: #fff;
margin-top: 0;
padding-bottom: 0;
font-family: var(--secondary-font);
font-weight: 400;
margin-bottom: 20px;
line-height: 1.3;
}
.widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .widget-title {
font-size: 2em;
}
#secondary .widget_blossomtheme_companion_cta_widget .right .widget-title,
.site-footer .widget_blossomtheme_companion_cta_widget .right .widget-title {
text-align: right;
}
.widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .widget-title:after {
display: none;
}
.widget_blossomtheme_companion_cta_widget .left .blossomtheme-cta-container .widget-title,
.widget_blossomtheme_companion_cta_widget .left .text-holder {
max-width: 768px;
}
.widget_blossomtheme_companion_cta_widget .right .blossomtheme-cta-container .widget-title,
.widget_blossomtheme_companion_cta_widget .right .text-holder {
max-width: 768px;
margin-left: auto;
}
.widget_blossomtheme_companion_cta_widget .text-holder p {
font-size: 1.112em;
font-weight: 400;
color: #fff;
margin-top: 0;
margin-bottom: 0;
}
.widget_blossomtheme_companion_cta_widget .button-wrap {
margin-top: 40px;
}
.widget_blossomtheme_companion_cta_widget .text a.btn-cta {
background: #fff;
color: var(--primary-color);
border-color: #fff;
}
.widget_blossomtheme_companion_cta_widget .text a.btn-cta:hover {
color: #fff;
background: none;
}
.widget_blossomtheme_companion_cta_widget .text a.btn-cta:after {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%239cbe9c" d="M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z" class=""></path></svg>');
}
.widget_blossomtheme_companion_cta_widget .text a.btn-cta:hover:after {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23fff" d="M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z" class=""></path></svg>');
}
.widget_blossomtheme_companion_cta_widget a.btn-cta+a.btn-cta {
margin-left: 20px;
}
#secondary .widget_blossomtheme_companion_cta_widget .button-wrap .btn-cta,
.site-footer .widget_blossomtheme_companion_cta_widget .button-wrap .btn-cta {
display: block;
text-align: center;
margin-bottom: 10px;
padding-right: 30px;
}
#secondary .widget_blossomtheme_companion_cta_widget .button-wrap .btn-cta::before,
.site-footer .widget_blossomtheme_companion_cta_widget .button-wrap .btn-cta::before {
display: none;
}
#secondary .widget_blossomtheme_companion_cta_widget .button-wrap .btn-cta::after,
.site-footer .widget_blossomtheme_companion_cta_widget .button-wrap .btn-cta::after {
position: static;
display: inline-block;
vertical-align: middle;
margin-left: 5px;
}
#secondary .widget_blossomtheme_companion_cta_widget .button-wrap .btn-cta+.btn-cta,
.site-footer .widget_blossomtheme_companion_cta_widget .button-wrap .btn-cta+.btn-cta {
margin-left: 0;
margin-bottom: 0;
} .widget_media_gallery .gallery-item {
margin: 0;
padding: 3px;
}
.widget_media_gallery .gallery-caption {
display: none;
}
.widget_media_gallery .gallery-item a {
display: inline-block;
position: relative;
z-index: 1;
}
.widget_media_gallery .gallery-item a::before {
content: "";
background: rgba(0, 0, 0, 0.2);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
border-radius: 5px;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.widget_media_gallery .gallery-item a:hover::before {
background: transparent;
}
.widget_media_gallery .gallery-item img {
border-radius: 5px;
width: 100%;
height: 80px;
object-fit: cover;
} .site-main article {
box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
margin-bottom: 80px;
border-radius: 5px;
}
.page-template .site-main article,
body:not(.search) .site-main article.page {
box-shadow: none;
margin-bottom: 0;
border-radius: 0;
}
.site-main article .category {
top: 15px;
left: 15px;
}
.author-like-wrap {
display: flex;
flex: 1;
flex-flow: row wrap;
justify-content: flex-end;
align-items: center;
}
.post-thumbnail .author-like-wrap {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.6));
background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.6));
background: -ms-linear-gradient(transparent, rgba(0, 0, 0, 0.6));
background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.6));
background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
padding: 0 20px;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
article:hover .post-thumbnail .author-like-wrap {
padding-top: 10px;
padding-bottom: 10px;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
article:focus-within .post-thumbnail .author-like-wrap {
padding-top: 10px;
padding-bottom: 10px;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.byline svg {
width: 18px;
vertical-align: middle;
}
.byline svg .autb {
fill: #fff;
}
.author-like-wrap>span,
.author-like-wrap .bsp_ajax_like {
display: flex;
flex: 1;
align-items: center;
font-size: 0.666em;
letter-spacing: 1px;
color: #fff;
}
.author-like-wrap>span a,
.author-like-wrap .bsp_ajax_like a {
color: #fff;
}
.author-like-wrap>span a:hover,
.author-like-wrap .bsp_ajax_like a:hover {
color: var(--primary-color);
}
span.byline a {
text-transform: capitalize;
}
.author-like-wrap .bsp_ajax_like {
justify-content: flex-end;
}
.author-like-wrap>span svg,
.author-like-wrap .bsp_ajax_like svg {
margin-right: 7px;
}
.author-like-wrap>span svg,
.author-like-wrap .bsp_ajax_like svg {
font-size: 1.1667em;
}
.site-main article .content-wrap {
padding: 40px 50px 60px 50px;
position: relative;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom: 3px solid transparent;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.site-main article:hover .content-wrap {
border-bottom-color: rgba(var(--primary-color-rgb), 0.5);
}
.site-main article .content-wrap .entry-title {
margin-top: 0;
margin-bottom: 0;
font-size: 1.6667em;
line-height: 1.4;
font-weight: 400;
font-family: var(--secondary-font);
}
.entry-title a {
color: #262525;
text-decoration: none;
}
.entry-title a:hover {
color: var(--primary-color);
}
.site-main article .content-wrap .entry-meta {
margin-top: 20px;
}
.site-main article .content-wrap a.btn-readmore {
position: absolute;
bottom: -25px;
left: 50%;
margin: 0 auto;
overflow: hidden;
padding-left: 25px;
padding-right: 25px;
white-space: nowrap;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
text-indent: -100%;
background: none;
border-color: transparent;
color: transparent;
}
.site-main article .content-wrap a.btn-readmore:hover,
.site-main article .content-wrap a.btn-readmore:focus {
padding-left: 30px;
padding-right: 50px;
background: var(--primary-color);
color: #fff;
text-indent: 0;
border-color: var(--primary-color);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.site-main article .content-wrap a.btn-readmore:focus {
outline-color: #000;
}
.site-main article .content-wrap a.btn-readmore::before {
width: 43px;
height: 43px;
line-height: 43px;
background-color: var(--primary-color);
background-size: 7px;
border-radius: 100%;
margin: 0 auto;
left: 0;
right: 0;
top: 1px;
z-index: 1;
text-indent: 0;
color: #fff;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.site-main article .content-wrap a.btn-readmore:hover::before,
.site-main article .content-wrap a.btn-readmore:focus::before {
right: -50%;
opacity: 0;
visibility: hidden;
}
.site-main article .content-wrap a.btn-readmore::after {
background-size: 0;
right: 0;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.site-main article .content-wrap a.btn-readmore:hover::after,
.site-main article .content-wrap a.btn-readmore:focus::after {
background-size: 7px;
right: 30px;
}
.blog .site-main article a.btn-readmore:hover::after,
.search .site-main article a.btn-readmore:hover::after,
.archive .site-main article a.btn-readmore:hover::after,
.blog .site-main article a.btn-readmore:focus::after,
.search .site-main article a.btn-readmore:focus::after,
.archive .site-main article a.btn-readmore:focus::after {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23fff" d="M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z" class=""></path></svg>');
} .grid-layout .site-main {
display: flex;
flex: 1;
flex-flow: row wrap;
}
.grid-layout .site-main article {
display: flex; flex-direction: column;
}
.grid-layout.rightsidebar .site-main article,
.grid-layout.leftsidebar .site-main article {
width: 48%;
margin-right: 4%;
}
.grid-layout.rightsidebar .site-main article:nth-child(2n),
.grid-layout.leftsidebar .site-main article:nth-child(2n) {
margin-right: 0;
}
.grid-layout.full-width .site-main article {
width: 31.33%;
margin-right: 3%;
}
.grid-layout.full-width .site-main article:nth-child(3n) {
margin-right: 0;
}
.grid-layout .site-main article .content-wrap {
padding: 25px 40px 60px 40px;
display: flex;
flex: 1;
flex-direction: column;
}
.grid-layout .site-main article .content-wrap .entry-title {
font-size: 1.3333em;
} .masonry-layout.full-width .site-main article {
width: 31%;
margin-right: 1%;
margin-left: 1%;
}
.masonry-layout.rightsidebar .site-main article,
.masonry-layout.leftsidebar .site-main article {
width: 47%;
margin-right: 1.5%;
margin-left: 1.5%;
}
.masonry-layout .site-main article .content-wrap {
padding: 25px 40px 60px 40px;
}
.masonry-layout .site-main article .content-wrap .entry-title {
font-size: 1.3333em;
} .list-layout .site-main article,
.list-with-feat-post-layout .site-main article:not(.featured-post) {
display: flex;
flex: 1;
flex-flow: row wrap;
}
.list-layout .site-main article .post-thumbnail,
.list-with-feat-post-layout .site-main article:not(.featured-post) .post-thumbnail {
width: 45%;
border-top-right-radius: 0;
border-bottom-left-radius: 5px;
}
.list-layout .site-main article .post-thumbnail img,
.list-with-feat-post-layout .site-main article:not(.featured-post) .post-thumbnail img,
.list-layout .site-main article .post-thumbnail .svg-holder,
.list-with-feat-post-layout .site-main article:not(.featured-post) .post-thumbnail .svg-holder,
.list-layout .site-main article .post-thumbnail .fallback-svg,
.list-with-feat-post-layout .site-main article:not(.featured-post) .post-thumbnail .fallback-svg {
width: 100%;
height: 100%;
object-fit: cover;
}
.list-layout .site-main article .content-wrap,
.list-with-feat-post-layout .site-main article:not(.featured-post) .content-wrap {
width: 55%;
padding: 30px 40px 50px 40px;
border-bottom-left-radius: 0;
}
.archive.list-layout .site-main article .post-thumbnail,
.archive.list-layout .site-main article .content-wrap {
width: 50%;
}
.list-layout .site-main article .entry-title,
.list-with-feat-post-layout .site-main article:not(.featured-post) .entry-title {
font-size: 1.3333em;
}
.list-layout .site-main article .entry-meta,
.list-with-feat-post-layout .site-main article:not(.featured-post) .entry-meta {
margin-top: 10px;
}
.list-layout .site-main article .entry-content,
.list-with-feat-post-layout .site-main article:not(.featured-post) .entry-content {
margin-top: 15px;
} .portfolio-holder .portfolio-sorting {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
display: table;
border-radius: 40px;
padding: 0 30px;
margin: 0 auto 40px;
}
.portfolio-sorting .button {
margin: 2px;
box-shadow: none;
padding: 15px 30px;
font-size: 0.8888em;
text-transform: none;
font-weight: 700;
letter-spacing: 0;
border-radius: 0;
color: #262525;
}
.portfolio-sorting .button.is-checked,
.portfolio-sorting .button:hover {
background: var(--primary-color);
color: #fff;
}
.portfolio-item .portfolio-text-holder {
font-size: 1em;
background: rgba(0, 0, 0, 0.75);
}
.portfolio-item a:hover,
.entry-header .portfolio-cat a:hover {
color: var(--primary-color);
}
.portfolio-item .portfolio-cat a {
font-size: 0.7778em;
line-height: 1.2;
}
.portfolio-item .portfolio-cat a:after,
.entry-header .portfolio-cat a {
content: ",";
}
.portfolio-item .portfolio-cat a:last-child:after,
.entry-header .portfolio-cat a:last-child:after {
display: none;
}
.portfolio-text-holder .portfolio-img-title {
font-family: var(--secondary-font);
font-weight: 400;
line-height: 1.3;
font-size: 1.1112em;
}
.portfolio-holder .post-thumbnail {
border-radius: 5px;
}
.portfolio-holder .entry-header .entry-title {
font-size: 2.2223em;
font-family: var(--secondary-font);
font-weight: 400;
}
.related-portfolio-title {
margin-top: 0;
font-size: 1em;
font-weight: 400;
font-family: var(--secondary-font);
text-transform: uppercase;
} .search .page-header .container {
max-width: 770px;
}
.search .page-header .page-title {
font-size: 0.778em;
text-transform: uppercase;
font-weight: 700;
text-align: left;
font-family: var(--primary-font);
letter-spacing: 1px;
margin-bottom: 0;
}
.search .site-content .page-header .search-form {
border-bottom: 2px solid rgba(255, 255, 255, 0.5);
display: flex;
flex: 1;
align-items: center;
margin-top: 15px;
}
.search .site-content .page-header .search-form label {
width: calc(100% - 70px);
}
.search .site-content .page-header .search-form .search-field {
height: 70px;
border-radius: 0;
background: none;
border: none;
color: #fff;
padding-left: 0;
font-size: 2.6665em;
font-family: var(--secondary-font);
font-weight: 400;
}
.search .site-content .page-header .search-form .search-submit {
width: 70px;
padding: 0;
height: 70px;
border-radius: 0;
border: none;
background: url(//purecosmetics-shop.com/wp-content/themes/blossom-spa/images/search-icon.svg) no-repeat;
background-size: 20px;
background-position: center right;
text-indent: 80px;
overflow: hidden;
box-shadow: none;
}
.search-no-results .site-main .entry-title {
font-size: 2.1665em;
margin-top: 0;
margin-bottom: 10px;
}
.search-no-results .site-main .page-content {
margin-top: 0;
font-size: 1.112em;
}
.search-no-results .site-main .page-content p {
margin: 0;
} .error404 .site-main {
max-width: 776px;
margin: 0 auto;
}
.error404 .error-404 {
text-align: center;
}
.error404 .error-404 .page-content {
margin: 0;
}
.error404 .error-404 .error-text {
margin: 0 auto 30px auto;
font-size: 1.3888em;
max-width: 586px;
}
.error404 .error-404 .error-num {
font-size: 22.2222em;
font-weight: 700;
line-height: 1.3;
color: var(--primary-color);
text-shadow: 0 -10px 0 rgba(0, 0, 0, 0.1);
}
.error404 .error-404 .bttn {
display: inline-block;
background: var(--primary-color);
color: #fff;
text-transform: uppercase;
font-size: 0.6666em;
font-weight: 700;
letter-spacing: 1px;
padding: 18px 60px;
border-radius: 40px;
text-decoration: none;
margin-bottom: 80px;
border: 1px solid var(--primary-color);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.error404 .error-404 .bttn:hover {
background: none;
color: var(--primary-color);
}
.error404 .error-404 .search-form {
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 5px;
display: flex;
flex: 1;
align-items: center;
max-width: 630px;
margin: 0 auto;
}
.error404 .error-404 .search-form label {
width: calc(100% - 50px);
}
.error404 .error-404 .search-form .search-field {
height: 50px;
border: none;
}
.error404 .error-404 .search-form .search-submit {
width: 50px;
padding: 0;
height: 50px;
border-radius: 0 5px 5px 0px;
background: #333 url(//purecosmetics-shop.com/wp-content/themes/blossom-spa/images/search-icon.svg) no-repeat;
background-position: center;
background-size: 20px;
border: none;
text-indent: 60px;
font-size: 0;
}
.error404 .error-404 .search-form .search-submit:hover {
background-color: var(--primary-color);
} .additional-post {
margin-top: 80px;
padding-top: 80px;
border-top: 1px solid #EBEBEB;
}
.single .additional-post {
margin-top: 60px;
padding-top: 60px;
}
.additional-post .post-title {
margin-top: 0;
margin-bottom: 30px;
font-family: var(--secondary-font);
font-weight: 400;
text-transform: uppercase;
font-size: 1.112em;
}
.additional-post .post-title span {
display: inline-block;
position: relative;
padding-bottom: 10px;
}
.additional-post .post-title span::after {
content: "";
background: -webkit-linear-gradient(to right, rgba(var(--primary-color-rgb), 0.5), transparent);
background: -moz-linear-gradient(to right, rgba(var(--primary-color-rgb), 0.5), transparent);
background: -ms-linear-gradient(to right, rgba(var(--primary-color-rgb), 0.5), transparent);
background: -o-linear-gradient(to right, rgba(var(--primary-color-rgb), 0.5), transparent);
background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.5), transparent);
width: 100%;
height: 2px;
position: absolute;
bottom: 0;
left: 0;
}
.additional-post article {
box-shadow: none;
border-bottom: 1px solid #ebebeb;
border-radius: 0;
padding-bottom: 25px;
margin-bottom: 25px;
display: flex;
flex: 1;
justify-content: flex-end;
}
.additional-post article:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.additional-post article .post-thumbnail {
order: 2;
width: 110px;
height: 83px;
border-radius: 5px;
}
.additional-post article .entry-header {
display: flex;
flex: 1;
padding-right: 20px;
width: calc(100% - 110px);
}
.additional-post article .entry-meta {
width: 200px;
margin-top: 0;
}
.additional-post article .entry-title {
margin-top: 0;
font-size: 1em;
font-weight: 400;
font-family: var(--secondary-font);
width: calc(100% - 200px);
} .author .page-header .author-section {
max-width: 770px;
margin: 0 auto;
}
.single .content-area .author-section {
border-top: 1px solid #f0f0f0;
padding-top: 60px;
margin-top: 60px;
}
.author-section .author-img {
width: 120px;
height: 120px;
overflow: hidden;
border-radius: 100%;
position: relative;
display: inline-block;
vertical-align: top;
margin: 0;
}
.author-section .author-img::after {
content: "";
border: 5px solid rgba(255, 255, 255, 0.5);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
border-radius: 100%;
}
.author-section .author-content-wrap {
display: inline-block;
vertical-align: top;
width: calc(100% - 130px);
text-align: left;
padding-left: 20px;
}
.author-section .author-content-wrap .author-name {
margin-top: 0;
color: #262525;
font-size: 1.112em;
font-weight: 400;
font-family: var(--secondary-font);
margin-bottom: 20px;
text-transform: capitalize;
}
.page-header .author-section .author-content-wrap .author-name {
color: #fff;
text-transform: none;
}
.author-section .author-content-wrap .author-name span {
position: relative;
display: inline-block;
padding-bottom: 10px;
}
.author-section .author-content-wrap .author-name span::after {
content: "";
background: -webkit-linear-gradient(to right, rgba(156, 192, 156, 0.5), transparent);
background: -moz-linear-gradient(to right, rgba(156, 192, 156, 0.5), transparent);
background: -ms-linear-gradient(to right, rgba(156, 192, 156, 0.5), transparent);
background: -o-linear-gradient(to right, rgba(156, 192, 156, 0.5), transparent);
background: linear-gradient(to right, rgba(156, 192, 156, 0.5), transparent);
width: 100%;
height: 2px;
position: absolute;
bottom: 0;
left: 0;
}
.page-header .author-section .author-content-wrap .author-name span::after {
background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0.5), transparent);
background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0.5), transparent);
background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0.5), transparent);
background: -o-linear-gradient(to right, rgba(255, 255, 255, 0.5), transparent);
background: linear-gradient(to right, rgba(255, 255, 255, 0.5), transparent);
}
.author-section .author-content {
font-size: 0.888em;
}
.page-header .author-section .author-content {
color: #fff;
}
.author-section .author-social {
margin-top: 15px;
}
.author-section .author-social ul li {
margin-right: 18px;
font-size: 0.8888em;
margin-bottom: 10px;
}
.author-section .author-social ul li:last-child {
margin-right: 0;
}
.author-section .author-social ul li a {
display: inline-block;
vertical-align: middle;
position: relative;
color: #999596;
text-transform: capitalize;
text-decoration: none;
}
.page-header .author-section .author-social ul li a {
color: #fff;
}
.author-section .author-social ul li a::after {
content: "" attr(title)"";
margin-left: 5px;
display: inline-block;
vertical-align: middle;
}
.author-section .author-social ul li a span {
display: inline-block;
vertical-align: middle;
width: 32px;
height: 32px;
text-align: center;
line-height: 28px;
background: #fff;
border: 2px solid #F0F0F0;
color: #262525;
border-radius: 100%;
font-size: 0.8888em;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.page-header .author-section .author-social ul li a span {
border: none;
line-height: 32px;
}
.author-section .author-social ul li a:hover span {
background: var(--primary-color);
border-color: var(--primary-color);
color: #fff;
} .single header.page-header {
min-height: 600px;
display: flex;
flex: 1;
justify-content: center;
align-items: flex-end;
}
.single header.page-header .container {
max-width: 770px;
}
.single .site-main article {
box-shadow: none;
border-radius: 0;
margin-bottom: 0;
}
.single header.page-header .category {
font-size: 0.6666em;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
}
.single .page-header .page-title {
margin-bottom: 0;
}
.single .page-header .entry-meta,
.single .site-content .page-header .breadcrumb-wrapper {
margin-top: 20px;
}
.single .page-header .byline svg .autb {
fill: #ccc6c8;
}
.single .page-header .entry-meta>span a {
color: #ccc6c8;
}
.single .page-header .entry-meta>span a:hover {
color: var(--primary-color);
}
.single .page-header .entry-meta>span::after {
opacity: 0.25;
filter: alpha(opacity=25);
top: 8px;
}
.sticky-social .article-meta {
position: sticky;
width: 100px;
display: inline-block;
vertical-align: top;
top: 40px;
text-align: center;
}
.single.style2 .content-area .article-meta>span {
font-size: 0.6666em;
line-height: 1;
font-weight: 700;
display: block;
}
.single.style2 .content-area .article-meta>span span.author-img {
position: relative;
display: block;
width: 80px;
height: 80px;
overflow: hidden;
border-radius: 100%;
margin: 0 auto;
}
.single.style2 .content-area .article-meta>span span.author-img::before {
content: "";
border: 5px solid rgba(255, 255, 255, 0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 100%;
}
.single.style2 .content-area .article-meta .byline img {
width: 100%;
height: 100%;
object-fit: cover;
}
.single.style2 .content-area .article-meta .byline .author {
display: block;
margin-top: 20px;
color: #999596;
}
.single.style2 .content-area .article-meta .byline .author a {
display: block;
margin-top: 5px;
margin-left: 5px;
color: #262525;
}
.single.style2 .content-area .article-meta .byline .author a:hover {
color: var(--primary-color);
}
.single.style2 .content-area .article-meta>span.posted-on {
display: block;
margin-top: 30px;
}
.single.style2 .content-area .article-meta>span.posted-on a {
display: block;
margin-top: 5px;
color: #262525;
}
.single.style2 .content-area .article-meta>span.posted-on a:hover {
color: var(--primary-color);
}
.single.style2 .content-area .article-meta span.comment-box {
display: block;
margin-top: 30px;
margin-bottom: 50px;
text-transform: uppercase;
line-height: 1.3;
}
.single.style2 .content-area .article-meta span.comment-box a {
color: #353535;
}
.single.style2 .content-area .article-meta span.comment-box a:hover {
color: var(--primary-color);
}
.single .content-area .favourite .fav-count {
display: block;
font-size: 0.6666em;
font-weight: 700;
letter-spacing: 1px;
}
.single .content-area .favourite a,
.single .content-area .favourite .liked-icon {
display: inline-block;
margin-top: 5px;
width: 60px;
height: 60px;
text-align: center;
line-height: 60px;
border: 3px solid rgba(var(--primary-color-rgb), 0.5);
border-radius: 100%;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
font-size: 1.112em;
color: #DA222E;
}
.single .content-area .favourite a:hover {
background: var(--primary-color);
border-color: var(--primary-color);
color: #fff;
}
.single .content-area .article-share ul li {
margin-top: 8px;
font-size: 0.8888em;
display: block;
}
.single .content-area .article-share ul li a {
display: block;
width: 50px;
height: 50px;
line-height: 46px;
border: 2px solid #f0f0f0;
border-radius: 100%;
margin: 0 auto;
color: #262525;
}
.single .content-area .article-share ul li a:hover {
background: var(--primary-color);
border-color: var(--primary-color);
color: #fff;
}
.single .site-main .entry-content {
margin-top: 0;
}
.sticky-social .entry-content {
display: inline-block;
vertical-align: top;
width: calc(100% - 110px);
padding-left: 40px;
}
.entry-content a,
.page-content a,
.comment-content a {
text-decoration: underline;
}
.entry-content a:hover,
.page-content a:hover,
.comment-content a:hover {
text-decoration: none;
}
.dropcap {
display: inline-block;
float: left;
font-size: 3.5554em;
line-height: 1;
font-weight: 700;
margin-right: 7px;
color: #262525;
}
.single-post .site-main .entry-content figure img {
border-radius: 5px;
}
.sticky-social .entry-footer {
padding-left: 120px;
} .widget_bttk_author_bio .widget-title {
text-align: left;
}
.widget_bttk_author_bio .image-holder {
width: 270px;
height: 270px;
margin-left: auto;
margin-right: auto;
border-radius: 100%;
overflow: hidden;
position: relative;
}
.widget_bttk_author_bio .image-holder::before {
content: "";
border: 10px solid rgba(255, 255, 255, 0.5);
top: 0;
right: 0;
bottom: 0;
left: 0;
position: absolute;
border-radius: 100%;
}
.widget_bttk_author_bio .image-holder img {
width: 100%;
height: 100%;
object-fit: cover;
}
.widget_bttk_author_bio .title-holder {
font-family: var(--secondary-font);
font-weight: 400;
font-size: 1.3333em;
color: #262525;
}
.site-footer .widget_bttk_author_bio .title-holder,
.site-footer .widget_bttk_author_bio .author-bio-content {
color: #fff;
}
.widget_bttk_author_bio .author-bio-content {
font-size: 0.8888em;
}
.widget_bttk_author_bio .text-signature {
margin-bottom: 30px;
color: #777;
}
.widget_bttk_author_bio .readmore {
font-size: 0.6666em;
font-weight: 700;
background: var(--primary-color);
color: #fff;
border-radius: 50px;
padding: 12px 50px 12px 30px;
display: inline-block;
letter-spacing: 1px;
text-decoration: none;
position: relative;
text-transform: uppercase;
border: 2px solid var(--primary-color);
text-align: center;
}
.widget_bttk_author_bio .readmore:hover {
background-color: transparent;
color: var(--primary-color);
}
.widget_bttk_author_bio .readmore::after {
content: "";
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23fff" d="M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z" class=""></path></svg>');
background-repeat: no-repeat;
width: 13px;
height: 20px;
position: absolute;
right: 30px;
top: 13px;
vertical-align: middle;
background-position: center;
}
.widget_bttk_author_bio .readmore:hover::after {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%239cbe9c" d="M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z" class=""></path></svg>');
}
.widget_bttk_author_bio ul li a {
width: 40px;
height: 40px;
line-height: 36px;
text-align: center;
display: inline-block;
border: 2px solid;
border-radius: 100%;
}
.widget_bttk_author_bio ul li a:hover {
background: var(--primary-color);
border-color: var(--primary-color);
color: #fff !important;
} .widget_blossom_client_logo_widget .blossom-inner-wrap {
display: flex;
flex: 1;
flex-flow: row wrap;
align-items: center;
margin-left: -20px;
margin-right: -20px;
}
.widget_blossom_client_logo_widget .blossom-inner-wrap .image-holder {
padding: 10px;
width: 50%;
}
.widget_blossom_client_logo_widget .blossom-inner-wrap .image-holder:not(.black-white) a:hover {
opacity: 0.75;
filter: alpha(opacity=75);
}
.widget_blossom_client_logo_widget .blossom-inner-wrap .image-holder.black-white a {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.widget_blossom_client_logo_widget .blossom-inner-wrap .image-holder.black-white:hover a {
-webkit-filter: grayscale(0);
filter: grayscale(0);
} .widget_bttk_custom_categories ul li {
border-radius: 5px;
overflow: hidden;
background-size: cover !important;
}
.widget_bttk_custom_categories ul li:last-child {
margin-bottom: 0;
}
.widget_bttk_custom_categories ul li a {
padding-left: 20px;
display: flex;
flex: 1;
flex-direction: row;
}
.widget_bttk_custom_categories ul li .cat-title {
color: #fff;
font-weight: 700;
letter-spacing: 1px;
display: flex;
flex: 1;
flex-direction: column;
justify-content: center;
}
.widget_bttk_custom_categories ul li .post-count {
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
color: #fff;
letter-spacing: 0.5px;
background: rgba(0, 0, 0, 0.5);
}
.widget_bttk_custom_categories ul li a:hover .post-count {
background: var(--primary-color);
}
.widget_bttk_custom_categories ul li a:hover .post-count,
.widget_bttk_custom_categories ul li a:hover:focus .post-count {
width: 115px;
} .widget_bttk_image_text_widget ul li img {
width: 100%;
}
.widget_bttk_image_text_widget ul li .btn-readmore {
width: 75%;
border: none;
background: rgba(0, 0, 0, 0.75);
padding: 15px 20px;
}
.widget_bttk_image_text_widget ul li .btn-readmore:hover {
background: var(--primary-color);
color: #fff !important;
}
.widget_bttk_image_text_widget ul li .btn-readmore:before,
.widget_bttk_image_text_widget ul li .btn-readmore:after {
display: none;
} .widget_bttk_popular_post ul li,
.widget_bttk_pro_recent_post ul li {
margin-bottom: 30px;
}
.widget_bttk_popular_post ul li:last-child,
.widget_bttk_pro_recent_post ul li:last-child {
margin-bottom: 0;
}
.widget_bttk_popular_post ul li .post-thumbnail,
.widget_bttk_pro_recent_post ul li .post-thumbnail {
border-radius: 5px;
}
.widget_bttk_popular_post ul li .entry-header .entry-title,
.widget_bttk_pro_recent_post ul li .entry-header .entry-title {
font-family: var(--secondary-font);
font-weight: 400;
}
.widget_bttk_popular_post ul li .entry-header .entry-title a,
.widget_bttk_pro_recent_post ul li .entry-header .entry-title a {
color: #000;
}
.site-footer .widget_bttk_popular_post ul li .entry-header .entry-title a,
.site-footer .widget_bttk_pro_recent_post ul li .entry-header .entry-title a {
color: #fff;
}
.widget_bttk_popular_post ul li .entry-header .entry-title a:hover,
.widget_bttk_pro_recent_post ul li .entry-header .entry-title a:hover {
color: var(--primary-color);
}
.widget_bttk_popular_post ul li .entry-header .entry-meta,
.widget_bttk_pro_recent_post ul li .entry-header .entry-meta {
font-size: 12px;
margin-top: 0;
}
.widget_bttk_popular_post ul li .entry-header .entry-meta a,
.widget_bttk_pro_recent_post ul li .entry-header .entry-meta a {
color: #999596;
}
.widget_bttk_popular_post ul li .entry-header .entry-meta a:hover,
.widget_bttk_pro_recent_post ul li .entry-header .entry-meta a:hover {
color: var(--primary-color);
} .widget_bttk_posts_category_slider_widget .item {
position: relative;
}
.widget_bttk_posts_category_slider_widget .post-thumbnail {
border-radius: 5px;
}
.widget_bttk_posts_category_slider_widget .carousel-title .cat-links {
position: absolute;
top: 10px;
left: 10px;
font-size: 12px;
font-weight: 700;
}
.widget_bttk_posts_category_slider_widget .carousel-title .cat-links a {
text-transform: uppercase;
color: #fff;
background: #262525;
padding: 5px 10px;
border-radius: 3px;
letter-spacing: 0.5px;
text-decoration: none;
}
.widget_bttk_posts_category_slider_widget .carousel-title .cat-links a:hover {
background: var(--primary-color);
color: #fff;
}
.widget_bttk_posts_category_slider_widget .carousel-title .title {
font-size: 1em;
font-family: var(--secondary-font);
margin-bottom: 0;
margin-top: 0;
}
.widget_bttk_posts_category_slider_widget .carousel-title .title a {
color: #000;
}
.site-footer .widget_bttk_posts_category_slider_widget .carousel-title .title a {
color: #fff;
}
.widget_bttk_posts_category_slider_widget .carousel-title .title a:hover {
color: var(--primary-color);
}
.widget_bttk_posts_category_slider_widget .owl-theme .owl-dots .owl-dot {
display: inline-block;
vertical-align: middle;
margin: 0 5px;
}
.widget_bttk_posts_category_slider_widget .owl-theme .owl-dots .owl-dot span {
background: none;
width: 7px;
height: 7px;
}
.widget_bttk_posts_category_slider_widget .owl-theme .owl-dots .owl-dot span:hover,
.widget_bttk_posts_category_slider_widget .owl-theme .owl-dots .owl-dot.active span {
background: var(--primary-color);
width: 10px;
height: 10px;
}
.widget_bttk_posts_category_slider_widget .owl-theme .owl-nav [class*="owl-"] {
width: 30px;
height: 30px;
line-height: 30px;
background: var(--primary-color);
border-radius: 100%;
top: 35%;
opacity: 0.5;
filter: alpha(opacity=50);
}
.widget_bttk_posts_category_slider_widget .owl-theme .owl-nav .owl-prev {
left: 15px;
}
.widget_bttk_posts_category_slider_widget .owl-theme .owl-nav .owl-next {
right: 15px;
}
.widget_bttk_posts_category_slider_widget .owl-theme .owl-nav [class*="owl-"]:hover {
background: var(--primary-color);
opacity: 1;
filter: alpha(opacity=100);
}
.widget_bttk_posts_category_slider_widget .owl-theme .owl-nav [class*="owl-"]::before {
width: 15px;
height: 15px;
}
.widget_bttk_posts_category_slider_widget .owl-theme .owl-nav [class*="owl-"]:after {
display: none;
} .footer-t .grid .widget .col {
width: 100%;
margin-right: 0;
}
.widget_blossomthemes_stat_counter_widget .blossomthemes-sc-holder {
display: flex;
flex: 1;
flex-direction: column;
text-align: center;
border: 1px solid #f0f0f0;
padding: 30px;
}
.site-footer .widget_blossomthemes_stat_counter_widget .blossomthemes-sc-holder {
border-color: rgba(255, 255, 255, 0.2);
}
.widget_blossomthemes_stat_counter_widget .blossomthemes-sc-holder .widget-title,
#secondary .widget_blossomthemes_stat_counter_widget .blossomthemes-sc-holder .widget-title {
order: 2;
text-align: center;
padding-bottom: 0;
}
.widget_blossomthemes_stat_counter_widget .blossomthemes-sc-holder .widget-title:after {
display: none;
}
.widget_blossomthemes_stat_counter_widget .blossomthemes-sc-holder .icon-holder {
font-size: 3em;
width: 80px;
height: 80px;
line-height: 80px;
margin: 0 auto 10px auto;
}
.widget_blossomthemes_stat_counter_widget .blossomthemes-sc-holder .hs-counter {
order: 3;
font-size: 2.5em;
line-height: 1;
font-weight: 700;
}
.site-footer .widget_blossomthemes_stat_counter_widget .blossomthemes-sc-holder .hs-counter {
color: #fff;
} .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper {
padding: 40px 20px;
}
.widget_blossomthemes_email_newsletter_widget .img-holder {
width: 80px;
margin: 0 auto 20px auto;
}
.widget_blossomthemes_email_newsletter_widget .text-holder h3 {
margin-top: 0;
margin-bottom: 20px;
font-size: 1.3333em;
font-family: var(--secondary-font);
font-weight: 400;
text-align: center;
}
.widget_blossomthemes_email_newsletter_widget .text-holder span {
text-align: center;
display: block;
margin-bottom: 20px;
}
.widget_blossomthemes_email_newsletter_widget form input[type="text"],
.widget_blossomthemes_email_newsletter_widget form input[type="email"] {
background: rgba(255, 255, 255, 0.5);
}
.widget_blossomthemes_email_newsletter_widget form label {
margin-top: 10px;
display: block;
font-size: 0.8888em;
position: relative;
padding-left: 25px;
margin-bottom: 20px;
cursor: pointer;
}
.widget_blossomthemes_email_newsletter_widget form label input[type="checkbox"] {
position: absolute;
top: 9px;
left: 0;
}
.blossomthemes-email-newsletter-wrapper form label .check-mark {
margin-top: 6px;
}
.blossomthemes-email-newsletter-wrapper form label input[type="checkbox"]:checked+.check-mark {
background-color: #fff;
}
.widget_blossomthemes_email_newsletter_widget form input[type="submit"]:hover {
border-color: #fff;
background: #fff;
} @media screen and (max-width: 1640px) { .sticky-header {
padding-left: 3%;
padding-right: 3%;
}
.sticky-header .header-social .social-list li a {
width: 39px;
height: 40px;
line-height: 40px;
}
.sticky-header .header-search>svg {
width: 35px;
height: 40px;
padding-left: 10px;
padding-right: 10px;
}
}
@media screen and (max-width: 1370px) {
.owl-carousel .owl-nav [class*="owl-"] {
left: 0;
}
.owl-carousel .owl-nav .owl-next {
right: 0;
left: auto;
}
.back-to-top {
bottom: 80px;
}
body.custom-background #page,
.custom-background .sticky-header {
max-width: 1200px;
} .sticky-header {
padding-left: 3%;
padding-right: 3%;
}
.sticky-header .main-navigation ul li {
margin-left: 15px;
margin-right: 15px;
}
.sticky-header .main-navigation ul.nav-menu>li:last-child ul,
.sticky-header .main-navigation ul.nav-menu>li:nth-last-of-type(2) ul,
.sticky-header .main-navigation ul.nav-menu>li:nth-last-of-type(3) ul {
left: auto;
right: 0;
}
.sticky-header .main-navigation ul.nav-menu>li:last-child ul ul,
.sticky-header .main-navigation ul.nav-menu>li:nth-last-of-type(2) ul ul,
.sticky-header .main-navigation ul.nav-menu>li:nth-last-of-type(3) ul ul {
left: auto;
right: 100%;
}
.sticky-header .main-navigation ul ul li {
margin-left: 0;
margin-right: 0;
}
.sticky-header .header-social .social-list li a {
width: 30px;
height: 35px;
line-height: 35px;
}
.sticky-header .header-search>svg {
width: 30px;
height: 35px;
padding: 0 7px;
}
.site-banner .item img {
height: 550px;
object-fit: cover;
width: 100%;
}
.team-section .owl-carousel .owl-nav .owl-prev {
left: 0;
}
.team-section .owl-carousel .owl-nav .owl-next {
right: 0;
}
.testimonial-section .widget_bttk_testimonial_widget {
max-width: 80%;
margin: 0 auto;
}
}
@media screen and (max-width: 1199px) {
body.custom-background #page,
.custom-background .sticky-header {
max-width: 95%;
}
.container,
.widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container {
max-width: 1000px;
padding-left: 15px;
padding-right: 15px;
}
.site-banner .banner-caption .container {
width: auto;
max-width: 1000px;
}
.search-form-wrap .close {
right: 15px;
}
.main-navigation ul li {
margin-left: 15px;
margin-right: 15px;
}
.service-section.style-2 .widget_bttk_icon_text_widget {
padding: 30px 20px;
}
.header-contact .contact-block {
margin-left: 20px;
padding-left: 65px;
}
.header-contact .contact-block>svg {
left: 20px;
} .sticky-header {
padding-left: 2%;
padding-right: 2%;
}
.site-branding .site-title {
font-size: 1.2223em;
}
.sticky-header .main-navigation ul li {
margin-left: 10px;
margin-right: 10px;
}
.sticky-header .header-social .social-list li a {
width: 28px;
height: 35px;
line-height: 35px;
border-left: none;
}
.sticky-header .header-search>svg {
width: 28px;
height: 35px;
line-height: 35px;
padding: 0 7px;
border-left: none;
} .site-banner .banner-caption .title {
font-size: 2.5em;
} .recent-post-section .grid article .content-wrap {
margin: 20px;
} .footer-b .copyright {
display: inline-block;
flex: inherit;
}
.footer-b .footer-social {
display: inline-block;
} .list-layout .site-main .entry-meta>span {
margin-right: 16px;
}
.list-layout .site-main .entry-meta>span:last-child {
margin-right: 0;
}
.list-layout .site-main .entry-meta>span::after {
display: none;
} #secondary .widget_blossomtheme_companion_cta_widget .bttk-cta-bg,
#secondary .widget_blossomtheme_companion_cta_widget .text,
.site-footer .widget_blossomtheme_companion_cta_widget .bttk-cta-bg,
.site-footer .widget_blossomtheme_companion_cta_widget .text {
padding: 30px;
}
}
@media screen and (min-width: 1025px) {
.main-navigation .close {
display: none;
}
}
@media screen and (max-width: 1024px) {
.container,
.widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container {
max-width: 768px;
}
.site-banner .banner-caption .container {
max-width: 768px;
}
section[class*="-section"] .grid {
grid-template-columns: repeat(2, 1fr);
justify-items: center;
}
section[class*="-section"] .grid .widget_text {
grid-column: 1 / span 2;
}
.single header.page-header {
min-height: 350px;
}
.custom-background .site-banner .item img {
height: 450px;
} .rightsidebar #primary,
.leftsidebar #primary {
float: none;
width: 100%;
padding-right: 0;
padding-left: 0;
}
#secondary {
float: none;
width: 100%;
} .header-main .site-branding {
justify-content: center;
text-align: center;
}
.site-branding .site-title {
font-size: 1.6667em;
}
.site-header .header-contact,
.site-header .nav-wrap ul,
.site-header .header-social {
display: none;
}
.nav-wrap {
padding: 5px 10px;
left: 15px;
right: 15px;
}
.main-navigation button.toggle-btn {
display: inline-block;
vertical-align: middle;
position: relative;
padding: 0 20px 0 50px;
box-shadow: none;
background: transparent;
font-size: 0.7778em;
height: 45px;
border-radius: 0;
}
.main-navigation button.toggle-btn:hover {
background: rgba(255, 255, 255, 0.1);
color: #fff;
}
.nav-wrap .main-navigation button.toggle-btn::after {
text-transform: uppercase;
}
.main-navigation button.toggle-btn .toggle-bar {
background: #fff;
width: 20px;
height: 2px;
position: absolute;
top: 0;
left: 20px;
bottom: 0;
margin: auto;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.nav-wrap .main-navigation button.toggle-btn .toggle-bar:first-child {
top: -10px;
}
.nav-wrap .main-navigation button.toggle-btn .toggle-bar:last-child {
bottom: -10px;
}
.header-search>svg {
border-left: none;
} .sticky-header {
display: none;
}
.header-sticky .nav-wrap {
position: fixed;
top: 0;
left: 0;
right: 0;
border-radius: 0;
border-bottom: 1px solid #fff;
} .responsive-nav .close {
color: inherit;
margin-top: 25px;
margin-bottom: 40px;
margin-right: 20px;
width: 25px;
height: 25px;
}
.responsive-nav {
position: fixed;
display: block;
width: 320px;
height: 100%;
top: 0;
left: 0;
background: var(--primary-color);
z-index: 999999;
overflow: auto;
display: none;
}
.responsive-nav .main-navigation {
text-align: right;
width: 320px;
}
.responsive-nav .main-navigation button.toggle-btn {
padding: 0;
width: 40px;
height: 40px;
margin: 10px 10px 30px 0;
}
.responsive-nav .main-navigation button.toggle-btn .toggle-bar {
right: 0;
left: 0;
width: 15px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.responsive-nav .main-navigation button.toggle-btn .toggle-bar:nth-child(2) {
display: none;
}
.responsive-nav .main-navigation button.toggle-btn .toggle-bar:last-child {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.responsive-nav .main-navigation ul {
margin: 0;
padding: 0;
list-style: none;
text-align: left;
}
.responsive-nav .main-navigation ul li {
display: block;
margin: 0;
padding-right: 0;
font-weight: 600;
letter-spacing: 1px;
}
.responsive-nav .main-navigation ul li .submenu-toggle {
box-shadow: none;
padding: 0;
border-radius: 0;
background: none;
border: none;
width: 20px;
text-align: center;
height: 56px;
line-height: 20px;
right: 10px;
font-size: 0.7778em;
top: 0;
color: #fff;
opacity: 0.7;
filter: alpha(opacity=70);
display: flex;
flex: 1;
justify-content: center;
align-items: center;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.responsive-nav .main-navigation ul .sub-menu li .submenu-toggle {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
transform: rotate(0deg);
}
.responsive-nav .main-navigation ul li .submenu-toggle.active {
-webkit-transform: rotate(18deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}
.responsive-nav .main-navigation ul li a {
padding: 15px 20px;
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
width: 100%;
}
.responsive-nav .main-navigation ul li.menu-item-has-children>a {
padding-right: 35px;
}
.responsive-nav .main-navigation ul .sub-menu li:last-child>a {
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.responsive-nav .main-navigation ul li:hover>a,
.responsive-nav .main-navigation ul li.current-menu-item>a,
.responsive-nav .main-navigation ul li.current_page_item>a {
background: rgba(255, 255, 255, 0.1);
}
.responsive-nav .main-navigation ul li a::after {
display: none;
}
.responsive-nav .main-navigation ul .sub-menu {
position: static;
width: 100%;
opacity: 1;
visibility: visible;
background: none;
box-shadow: none;
-webkit-transition: none;
-moz-transition: none;
transition: none;
display: none;
}
.responsive-nav .main-navigation ul .sub-menu li a {
color: #fff;
}
.responsive-nav .header-social {
margin-top: 40px;
padding-left: 20px;
}
.responsive-nav .header-social ul {
margin: 0;
padding: 0;
list-style: none;
}
.responsive-nav .header-social ul li {
font-size: 0.8888em;
margin-bottom: 7px;
display: inline-block;
letter-spacing: 0;
}
.responsive-nav .header-social ul li a {
color: #fff;
border-left: none;
background: rgba(0, 0, 0, 0.05);
width: 40px;
height: 40px;
line-height: 40px;
padding: 0;
border-bottom: none;
}
.responsive-nav .header-social ul li a:hover {
background: rgba(0, 0, 0, 0.15);
}
.responsive-nav .header-contact {
flex-direction: column;
white-space: normal;
align-items: normal;
margin-top: 40px;
padding: 0 20px;
margin-bottom: 20px;
}
.responsive-nav .header-contact .contact-block {
border-left: 0;
margin-left: 0;
padding-left: 45px;
margin-bottom: 20px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
padding-bottom: 20px;
}
.responsive-nav .header-contact .contact-block:last-child {
border-bottom: none;
}
.header-contact .contact-block a {
color: #fff;
}
.responsive-nav .header-contact .contact-block svg {
width: 30px;
top: 45%;
left: 0;
}
.responsive-nav .header-contact .contact-block svg .phb,
.responsive-nav .header-contact .contact-block svg .emb,
.responsive-nav .header-contact .contact-block svg .clkb {
fill: #fff;
}
.responsive-nav .header-contact .contact-block .title {
color: rgba(255, 255, 255, 0.7);
font-weight: 700;
letter-spacing: 1px;
}
.responsive-nav .header-contact .contact-block .content {
color: #fff;
} .about-section .widget_blossomtheme_featured_page_widget .widget-featured-holder {
padding-left: 15px;
padding-right: 15px !important;
min-height: auto;
}
.about-section .widget_blossomtheme_featured_page_widget .widget-featured-holder.right {
padding-left: 15px !important;
padding-right: 15px;
}
.about-section .widget_blossomtheme_featured_page_widget .featured-holder-wrap {
padding: 30px;
max-width: 768px;
margin-left: auto;
margin-right: auto;
}
.about-section .widget_blossomtheme_featured_page_widget .img-holder {
width: 100%;
height: 50%;
} section.service-section.style-2 .grid {
padding-right: 0;
padding-left: 0 !important;
margin-bottom: 30px;
}
section.service-section.style-2 .widget_media_image {
position: static;
width: 100%;
grid-column: 1/ span 2;
}
.service-section.style-2 .widget_bttk_icon_text_widget {
padding: 50px 40px;
} section.service-section.style-3 .grid {
grid-template-columns: repeat(2, 1fr);
} .recent-post-section .grid article .content-wrap {
margin: 40px;
} .footer-contact-block-inner {
padding-left: 0;
text-align: center;
}
.site-footer .footer-block-wrap .footer-contact-block-inner svg {
position: static;
display: block;
margin: 0 auto 10px auto;
}
.instagram-section .popup-gallery {
flex-wrap: wrap;
}
.footer-t .grid.column-4 .col {
width: 48%;
}
.footer-t .grid.column-4 .col:nth-child(2n) {
margin-right: 0;
} .footer-b .container {
flex-direction: column;
justify-content: center;
}
.footer-b .copyright {
display: block;
order: 2;
text-align: center;
width: 100%;
}
.footer-b .footer-social {
text-align: center;
margin-bottom: 20px;
width: 100%;
} .list-layout .site-main .entry-meta>span {
margin-right: 36px;
}
.list-layout .site-main .entry-meta>span:last-child {
margin-right: 0;
}
.list-layout .site-main .entry-meta>span::after {
display: block;
top: 9px;
}
.list-layout .site-main .entry-meta>span:last-child::after {
display: none;
} .grid-layout.full-width .site-main article {
width: 48%;
}
.grid-layout.full-width .site-main article:nth-child(2n) {
margin-right: 0;
}
.grid-layout.full-width .site-main article:nth-child(3n) {
margin-right: 3%;
} .masonry-layout.full-width .site-main article {
width: 47%;
margin-left: 1.5%;
margin-right: 1.5%;
} .portfolio-img-holder .portfolio-item {
width: 50%;
} .widget_blossom_client_logo_widget .blossom-inner-wrap {
margin-left: -15px;
margin-right: -15px;
}
}
@media screen and (max-width: 899px) {
.video-banner #wp-custom-header {
height: auto;
padding-top: 0;
}
}
@media screen and (max-width: 767px) {
.container,
.widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container,
.widget_blossomtheme_companion_cta_widget .centered .blossomtheme-cta-container {
max-width: 420px;
}
.site-banner .banner-caption .container,
.header-six .header-main .nav-wrap,
.about-section .widget_blossomtheme_featured_page_widget .featured-holder-wrap {
max-width: 420px;
}
section[class*="-section"] .grid {
grid-template-columns: repeat(1, 1fr);
}
section[class*="-section"] .grid .widget_text {
grid-column: 1;
}
.single header.page-header {
min-height: auto;
}
.page-header .page-title {
font-size: 2em;
}
q {
float: none;
width: 100%;
margin-right: 0;
margin-bottom: 30px;
font-size: 1em;
}
blockquote {
font-size: 1em;
padding-top: 65px;
}
blockquote::before {
width: 50px;
height: 50px;
background-size: 20px;
}
.comments-area ol li ol {
margin-left: 15px;
}
.widget_blossomtheme_companion_cta_widget .btn-cta {
display: block;
margin: 10px;
}
.widget_blossomtheme_companion_cta_widget a.btn-cta+a.btn-cta {
margin-left: 10px;
} .site-banner .item img {
height: auto;
}
.custom-background .site-banner .item img {
height: auto;
}
.site-banner .banner-caption {
position: static;
padding-top: 30px;
padding-bottom: 30px;
background: rgba(var(--primary-color-rgb), 0.3);
}
.site-banner.video-banner .banner-caption {
background: rgba(var(--primary-color-rgb), 0.3);
}
.site-banner .banner-caption .title {
font-size: 1.5em;
color: #333
}
.site-banner .banner-caption .description {
font-size: 1em;
color: #666
}
.site-banner .banner-caption .btn-wrap a.btn.btn-transparent {
border-color: var(--primary-color);
color: var(--primary-color);
}
.site-banner .banner-caption .btn-wrap a.btn.btn-transparent:hover {
background: var(--primary-color);
color: #fff !important;
}
.site-banner .owl-carousel .owl-nav .owl-prev {
left: 10px;
}
.site-banner .owl-carousel .owl-nav .owl-next {
right: 10px;
}
.site-banner .owl-carousel .owl-dots {
bottom: 0;
} section.service-section.style-2 .grid {
grid-template-columns: repeat(1, 1fr);
}
section.service-section.style-2 .widget_media_image {
grid-column: 1;
}
.service-section.style-2 .widget_bttk_icon_text_widget {
border-right: none;
max-width: 420px;
padding-left: 15px;
padding-right: 15px;
}
.service-section.style-2 .widget_bttk_icon_text_widget:last-child {
border-bottom: none;
} section.service-section.style-3 .grid {
grid-template-columns: repeat(1, 1fr);
} .recent-post-section .grid article .content-wrap {
margin: 20px 20px 40px 20px;
} .testimonial-section .widget_bttk_testimonial_widget {
max-width: 100%;
}
.widget_bttk_testimonial_widget .bttk-testimonial-inner-holder {
padding-top: 80px;
}
.widget_bttk_testimonial_widget .bttk-testimonial-inner-holder::before {
background-size: 25px;
width: 60px;
height: 60px;
}
.widget_bttk_testimonial_widget .testimonial-content {
font-size: 1.112em;
} .contact-section .contact-details-wrap {
max-width: 420px;
margin: 30px auto 0 auto;
}
.contact-details-wrap {
padding-left: 20px;
padding-right: 20px;
}
section.contact-section .contact-details-wrap .widget .textwidget {
font-size: 1em;
}
.form-block .wpcf7-form {
margin-left: 0;
margin-right: 0;
}
.form-block .wpcf7-form p {
width: 100%;
margin-left: 0;
margin-right: 0;
}
.instagram-section .popup-gallery {
flex-wrap: wrap;
}
.contact-section .form-block {
max-width: 420px;
padding-right: 15px !important;
margin: 0 auto;
} .footer-block-wrap {
padding: 0 15px;
}
.site-footer .footer-block-wrap .container {
flex-direction: column;
}
.site-footer .footer-block-wrap .footer-contact-block {
width: 100%;
padding-left: 0;
padding-right: 0;
border-right: none;
border-bottom: 2px solid rgba(255, 255, 255, 0.1);
margin-bottom: 25px;
padding-bottom: 25px;
}
.site-footer .footer-block-wrap .footer-contact-block:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.footer-contact-block-inner {
text-align: left;
padding-left: 65px;
}
.site-footer .footer-block-wrap .footer-contact-block-inner svg {
position: absolute;
margin: 0;
}
.footer-t .grid:not(.column-1) {
flex-direction: column;
}
.footer-t .grid.column-4 .col,
.footer-t .grid.column-3 .col,
.footer-t .grid.column-2 .col {
width: 100%;
margin-right: 0;
} .author-section .author-img {
display: block;
margin: 0 auto 30px auto;
}
.author-section .author-content-wrap {
width: 100%;
text-align: center;
padding-left: 0;
} .list-layout .site-main article,
.list-with-feat-post-layout .site-main article:not(.featured-post) {
flex-direction: column;
}
.list-layout .site-main article .post-thumbnail,
.list-with-feat-post-layout .site-main article:not(.featured-post) .post-thumbnail,
.archive.list-layout .site-main article .post-thumbnail,
.archive.list-layout .site-main article .content-wrap,
.list-layout .site-main article .content-wrap,
.list-with-feat-post-layout .site-main article:not(.featured-post) .content-wrap {
width: 100%;
}
.list-layout .site-main article .content-wrap {
padding-left: 20px;
padding-right: 20px;
}
.list-layout .site-main article .post-thumbnail,
.list-with-feat-post-layout .site-main article:not(.featured-post) .post-thumbnail {
border-bottom-left-radius: 0;
border-top-right-radius: 5px;
}
.list-layout .site-main article .content-wrap,
.list-with-feat-post-layout .site-main article:not(.featured-post) .content-wrap {
border-bottom-left-radius: 5px;
} .site-main article .content-wrap {
padding: 20px 20px 40px 20px;
} .navigation.pagination .page-numbers {
width: 40px;
height: 40px;
line-height: 36px;
}
.navigation.pagination .page-numbers.prev,
.navigation.pagination .page-numbers.next {
width: auto;
}
.navigation.pagination .page-numbers.prev {
padding-left: 35px;
padding-right: 20px;
}
.navigation.pagination .page-numbers.next {
padding-right: 35px;
padding-left: 20px;
}
.navigation.pagination .page-numbers.prev::before,
.navigation.pagination .page-numbers.next::before {
top: 10px;
}
.navigation.pagination .page-numbers.next::before {
right: 15px;
}
.navigation.pagination .page-numbers.prev::before {
left: 20px;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
width: 100%;
float: none;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: none;
width: 100%;
margin-top: 40px;
}
.post-navigation .nav-next {
display: table;
clear: both;
}
.post-navigation .nav-links .post-img {
display: none;
} .grid-layout.rightsidebar .site-main article,
.grid-layout.leftsidebar .site-main article,
.grid-layout.full-width .site-main article {
width: 100%;
margin-right: 0;
}
.grid-layout .site-main article .content-wrap,
.list-layout .site-main article .content-wrap,
.list-with-feat-post-layout .site-main article:not(.featured-post) .content-wrap {
padding: 20px 20px 40px 20px;
}
.grid-layout.full-width .site-main article:nth-child(3n) {
margin-right: 0;
} .masonry-layout.rightsidebar .site-main article,
.masonry-layout.leftsidebar .site-main article,
.masonry-layout.full-width .site-main article {
width: 100%;
margin-left: 0;
margin-right: 0;
}
.masonry-layout .site-main article .content-wrap {
padding: 20px 20px 40px 20px;
} .error404 .error-404 .error-num {
font-size: 9em;
}
.error404 .error-404 .bttn {
padding-left: 40px;
padding-right: 40px;
} .additional-post article .entry-header {
flex-direction: column;
}
.additional-post article .entry-meta {
width: 100%;
margin-bottom: 10px;
}
.additional-post article .entry-title {
width: 100%;
margin-bottom: 0;
line-height: 1.5;
} .portfolio-item-inner:hover .portfolio-text-holder {
padding-top: 20px;
padding-bottom: 20px;
}
.portfolio-img-holder .portfolio-item {
float: none;
width: 100%;
padding-left: 0;
padding-right: 0;
} .search .page-header .container {
max-width: 420px;
}
.search .site-content .search-form label {
width: calc(100% - 50px);
}
.search .site-content .search-form .search-field {
height: 50px;
font-size: 1.5em;
}
.search .site-content .search-form .search-submit {
height: 50px;
width: 50px;
} .single header.page-header .container {
max-width: 420px;
}
.single .content-area .article-meta {
position: static;
display: flex;
flex: 1;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
width: 100%;
margin-bottom: 30px;
}
.single.style2 .content-area .article-meta>span {
margin-right: 20px;
margin-bottom: 20px;
}
.single.style2 .content-area .article-meta>span.posted-on {
margin-bottom: 20px;
margin-top: 0;
}
.single.style2 .content-area .article-meta>span span.author-img {
display: none;
}
.single.style2 .content-area .article-meta .byline .author {
display: inline-block;
margin-top: 0;
margin-left: 0;
}
.single.style2 .content-area .article-meta .byline .author a,
.single.style2 .content-area .article-meta>span.posted-on a {
display: inline-block;
margin-top: 0;
}
.single .site-main .article-meta .favourite {
display: flex;
flex-direction: row;
align-items: center;
margin-right: 10px;
}
.single .content-area .favourite .fav-count {
display: inline-block;
order: 2;
margin-left: 10px;
}
.single .content-area .article-share ul li {
display: inline-block;
margin-top: 0;
margin-left: 5px;
}
.single .content-area .favourite a {
width: 40px;
height: 40px;
line-height: 36px;
font-size: 0.778em;
margin-top: 0;
}
.single .content-area .article-share ul li a {
width: 40px;
height: 40px;
line-height: 36px;
font-size: 0.8888em;
}
.sticky-social .entry-content {
width: 100%;
padding-left: 0;
}
.sticky-social .entry-footer {
padding-left: 0;
}
}
@media screen and (max-width: 640px) { .site-banner .banner-caption .btn-wrap a.btn {
display: block;
}
.site-banner .banner-caption .btn-wrap a.btn+a.btn {
margin-left: 0;
margin-top: 10px;
}
} .underline .entry-content a {
color: #585656;
text-decoration: underline;
}
.underline .entry-content a:hover {
color: var(--primary-color);
}
.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.widget .textwidget a {
color: #585656;
text-decoration: underline;
}
.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.widget .textwidget a:hover {
color: var(--primary-color);
}
.site-banner .wp-custom-header img {
width: 100%;
}
.site-main article .content-wrap .entry-content+.entry-footer {
margin-top: 10px;
}.woocommerce table.shop_table tbody tr:nth-child(odd){background:0 0}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{margin-bottom:40px;margin-top:12px;font-size:.8888em;line-height:1.785em;color:#999;font-weight:300}.woocommerce .woocommerce-ordering select,.woocommerce-page .woocommerce-ordering select{font-size:.8888em;line-height:1.785em;text-align:left;padding:10px 30px 10px 10px;border-radius:5px;border:1px solid #ddd;height:50px;background-image:url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"></path></svg>');background-repeat:no-repeat;background-position:calc(100% - 10px) 50%;background-size:10px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{position:relative}.woocommerce .products ul:after,.woocommerce .products ul:before,.woocommerce ul.products:after,.woocommerce ul.products:before{display:none}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{text-align:center;position:relative}.woocommerce ul.products li.product a:focus{outline:0}.single-product .product .onsale,.woocommerce ul.products li.product .onsale{width:45px;height:45px;line-height:40px;font-weight:400;background:#e54b4b;font-size:.6666em;text-transform:uppercase;color:#fff;letter-spacing:1px;left:15px;top:15px}.woocommerce .star-rating:before{color:#ffc733}.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{padding:0;color:#111;font-weight:400;font-size:.8888em;line-height:1.285em;margin:0 0 8px}.woocommerce div.product p.price,.woocommerce div.product span.price,.woocommerce ul.products li.product .price{color:#b5b5b5;font-size:.8888em;line-height:1.5em;font-weight:500}.woocommerce div.product p.price del,.woocommerce div.product p.price ins,.woocommerce div.product span.price del,.woocommerce div.product span.price ins,.woocommerce ul.products li.product .price del,.woocommerce ul.products li.product .price ins{display:inline-block;vertical-align:middle;font-weight:500;opacity:1;margin:0 10px}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins,.woocommerce ul.products li.product .price ins{color:var(--primary-color)}.woocommerce ul.products li.product .button{margin-top:0}.woocommerce ul.products li.product .add_to_cart_button,.woocommerce ul.products li.product .ajax_add_to_cart,.woocommerce ul.products li.product .product_type_external,.woocommerce ul.products li.product .product_type_grouped{background:#111;color:#fff;text-transform:uppercase;padding:15px 10px;border-radius:0;font-size:.7778em;font-weight:500;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-150%);-moz-transform:translate(-50%,-150%);transform:translate(-50%,-150%);-webkit-transition:ease .2s;-moz-transition:ease .2s;transition:ease .2s;opacity:0;width:calc(100% - 20px)}.woocommerce ul.products li.product .added_to_cart{background:#111;color:#fff;text-transform:uppercase;padding:8px 10px;width:calc(100% - 20px);border-radius:0;font-size:.7778em;font-weight:400;-webkit-transition:ease .2s;-moz-transition:ease .2s;transition:ease .2s;position:relative}.woocommerce ul.products li.product .added_to_cart:focus,.woocommerce ul.products li.product .added_to_cart:hover{background:var(--primary-color);color:#fff;box-shadow:none}.woocommerce ul.products li.product .add_to_cart_button:focus,.woocommerce ul.products li.product .add_to_cart_button:hover,.woocommerce ul.products li.product .ajax_add_to_cart:focus,.woocommerce ul.products li.product .ajax_add_to_cart:hover,.woocommerce ul.products li.product .product_type_external:focus,.woocommerce ul.products li.product .product_type_external:hover,.woocommerce ul.products li.product .product_type_grouped:focus,.woocommerce ul.products li.product .product_type_grouped:hover{background:var(--primary-color);color:#fff;box-shadow:none}.woocommerce ul.products li.product .add_to_cart_button:focus:after,.woocommerce ul.products li.product .add_to_cart_button:hover:after,.woocommerce ul.products li.product .product_type_external:focus:after,.woocommerce ul.products li.product .product_type_external:hover:after{opacity:1}.woocommerce ul.products li.product .button.loading,.woocommerce ul.products li.product:focus-within .button,.woocommerce ul.products li.product:hover .button,.woocommerce-page ul.products li.product .button.loading,.woocommerce-page ul.products li.product:focus-within .button,.woocommerce-page ul.products li.product:hover .button{opacity:1}.woocommerce ul.products li.product .button.loading,.woocommerce-page ul.products li.product .button.loading{background:var(--primary-color)}.woocommerce ul.products li.product .star-rating{font-size:.7778em;margin:0 auto 15px;color:#f5b223}.woocommerce ul.products li.product .star-rating span{color:#f5b223}.select2-container .select2-selection--single{height:50px!important}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:50px!important}.select2-container--default .select2-selection--single .select2-selection__arrow{height:50px!important;width:25px!important}.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating{position:absolute;top:1em;right:0}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:1em}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{text-indent:40px;overflow:hidden}.woocommerce nav.woocommerce-pagination{text-align:center;margin-top:100px}.woocommerce nav.woocommerce-pagination ul{border:0;display:block;overflow:hidden;text-align:center;white-space:normal;position:relative}.woocommerce nav.woocommerce-pagination ul li a{display:block;padding:0;width:50px;text-align:center;height:50px;line-height:46px;border:2px solid rgba(0,0,0,.1);border-radius:100%;color:#000}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover{text-decoration:none;color:var(--primary-color);background:0 0;border-color:var(--primary-color)}.woocommerce nav.woocommerce-pagination ul li{display:inline-block;vertical-align:middle;border:0;float:none;margin:0 3px}.woocommerce nav.woocommerce-pagination ul li span.current{display:block;padding:0;border-radius:100%;border:2px solid var(--primary-color);background:var(--primary-color);width:50px;height:50px;line-height:46px;color:#fff}.woocommerce nav.woocommerce-pagination ul li .next,.woocommerce nav.woocommerce-pagination ul li .prev{font-size:1.3888em}.woocommerce nav.woocommerce-pagination ul li .next{position:absolute;top:0;right:0}.woocommerce nav.woocommerce-pagination ul li .prev{left:0;top:0;position:absolute}.woocommerce div.product div.images,.woocommerce div.product div.summary{margin-bottom:4em}.woocommerce .product .woocommerce-product-gallery .flex-viewport{margin:0 0 10px}.woocommerce div.product div.images .flex-control-thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(45px,1fr));grid-gap:10px}.woocommerce div.product div.images .flex-control-thumbs li{width:100%}.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){clear:none}.woocommerce .entry-summary{margin-top:0}.woocommerce div.product .product_title{font-size:2.3335em;line-height:1.25em;color:#111;margin:0 0 20px;font-weight:700;position:relative;font-family:'Nunito Sans',serif}.woocommerce div.product .entry-summary .woocommerce-product-rating{margin:0 0 20px}.woocommerce div.product .entry-summary .woocommerce-product-rating .star-rating{font-size:1em;margin-top:5px}.woocommerce div.product .entry-summary .woocommerce-product-rating .star-rating:before{color:#b5b5b5}.woocommerce div.product .entry-summary .woocommerce-product-rating .star-rating span{color:#f5b223}.woocommerce div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link{color:#b5b5b5}.woocommerce div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link:focus,.woocommerce div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link:hover{text-decoration:none;color:var(--primary-color)}.woocommerce div.product .entry-summary .price{font-size:1.6667em;margin:0 0 20px}.woocommerce div.product .entry-summary .price del{margin-right:5px;color:#b5b5b5;font-size:1.1112em;vertical-align:bottom;margin:0;font-weight:400}.woocommerce div.product .entry-summary .price ins{font-size:1.1112em;font-weight:700;color:#e54b4b}.woocommerce div.product .entry-summary .woocommerce-product-details__short-description{font-weight:300}.woocommerce div.product .entry-summary .cart,.woocommerce div.product .entry-summary .variations_form{padding-bottom:30px;border-bottom:1px solid #e5e5e5}.woocommerce div.product .entry-summary .variations_form table.variations tr,.woocommerce div.product .entry-summary .variations_form table.variations tr td{display:block;width:auto;padding-bottom:0}.woocommerce div.product .entry-summary .variations_form table.variations tr{margin:0 0 20px;background:0 0}.woocommerce div.product .entry-summary .variations_form table.variations tr td label{font-size:.8888em;display:block;margin:0;font-weight:400}.woocommerce div.product .entry-summary .variations_form table.variations tr td select{height:45px;color:#b5b5b5;font-size:.8888em;padding:0 10px}.woocommerce div.product .entry-summary .variations_form table.variations tr td .reset_variations{color:#b5b5b5}.woocommerce div.product .entry-summary .variations_form table.variations tr td .reset_variations:before{content:'';font-size:.7888em;color:#666;padding-right:25px;background-image:url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23666" d="M440.935 12.574l3.966 82.766C399.416 41.904 331.674 8 256 8 134.813 8 33.933 94.924 12.296 209.824 10.908 217.193 16.604 224 24.103 224h49.084c5.57 0 10.377-3.842 11.676-9.259C103.407 137.408 172.931 80 256 80c60.893 0 114.512 30.856 146.104 77.801l-101.53-4.865c-6.845-.328-12.574 5.133-12.574 11.986v47.411c0 6.627 5.373 12 12 12h200.333c6.627 0 12-5.373 12-12V12c0-6.627-5.373-12-12-12h-47.411c-6.853 0-12.315 5.729-11.987 12.574zM256 432c-60.895 0-114.517-30.858-146.109-77.805l101.868 4.871c6.845.327 12.573-5.134 12.573-11.986v-47.412c0-6.627-5.373-12-12-12H12c-6.627 0-12 5.373-12 12V500c0 6.627 5.373 12 12 12h47.385c6.863 0 12.328-5.745 11.985-12.599l-4.129-82.575C112.725 470.166 180.405 504 256 504c121.187 0 222.067-86.924 243.704-201.824 1.388-7.369-4.308-14.176-11.807-14.176h-49.084c-5.57 0-10.377 3.842-11.676 9.259C408.593 374.592 339.069 432 256 432z"></path></svg>');background-repeat:no-repeat;background-position:center;width:15px;height:15px}.woocommerce div.product .entry-summary .variations_form table.variations tr td .reset_variations:focus,.woocommerce div.product .entry-summary .variations_form table.variations tr td .reset_variations:hover{text-decoration:none}.woocommerce div.product .entry-summary .variations_form .single_variation_wrap .quantity{display:inline-block;width:74px;position:relative;margin-right:20px}.woocommerce div.product .entry-summary .variations_form .single_variation_wrap .quantity input[type=number]{height:55px;border:1px solid #e5e5e5;width:100%;font-size:1.3333em;line-height:1em;color:#111;border-radius:0}.woocommerce div.product .entry-summary .variations_form .single_variation_wrap .button{display:inline-block;vertical-align:top;float:none;font-size:.7778em;font-weight:600;letter-spacing:1px;background:#111;color:#fff;border-radius:0;text-transform:uppercase;padding:15px 30px;-webkit-transition:linear .2s;-moz-transition:linear .2s;transition:linear .2s}.woocommerce div.product .entry-summary .variations_form .single_variation_wrap .button:focus,.woocommerce div.product .entry-summary .variations_form .single_variation_wrap .button:hover{opacity:1;background:var(--primary-color);color:#fff}.woocommerce div.product .entry-summary .product_meta{font-size:.8888em;color:#b5b5b5}.woocommerce div.product .entry-summary .product_meta .posted_in,.woocommerce div.product .entry-summary .product_meta .sku_wrapper{display:block}.woocommerce div.product .entry-summary .product_meta .posted_in a,.woocommerce div.product .entry-summary .product_meta .tagged_as a{color:#666}.woocommerce div.product .entry-summary .product_meta .posted_in a:focus,.woocommerce div.product .entry-summary .product_meta .posted_in a:hover,.woocommerce div.product .entry-summary .product_meta .tagged_as a:focus,.woocommerce div.product .entry-summary .product_meta .tagged_as a:hover{text-decoration:none;color:var(--primary-color)}.woocommerce div.product form.cart div.quantity{float:none;margin-bottom:10px}.woocommerce .quantity .qty{width:4.631em}.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background:#639bbc;color:#fff;font-size:.8888em;font-weight:700;line-height:20px;padding:12px 22px;text-transform:uppercase;border-radius:0}.woocommerce #respond input#submit.alt:focus,.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:focus,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:focus,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:focus,.woocommerce input.button.alt:hover{background:#639bbc;color:#fff;opacity:.8}.woocommerce div.product .cart .single_add_to_cart_button.alt,.woocommerce div.product form.cart .single_add_to_cart_button{display:inline-block;vertical-align:top;float:none;font-size:.8888em;font-weight:400;letter-spacing:1px;background:#111;border-radius:0;text-transform:uppercase;padding:15px 30px;color:#fff;-webkit-transition:linear .2s;-moz-transition:linear .2s;transition:linear .2s}.woocommerce div.product .cart .single_add_to_cart_button.alt:focus,.woocommerce div.product .cart .single_add_to_cart_button.alt:hover,.woocommerce div.product form.cart .single_add_to_cart_button:focus,.woocommerce div.product form.cart .single_add_to_cart_button:hover{background:var(--primary-color);opacity:1;color:#fff}.woocommerce div.product .woocommerce-tabs{margin-top:40px}.woocommerce div.product .woocommerce-tabs ul.tabs{font-size:.8888em;margin:0;text-align:center}.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-weight:400;text-transform:none;padding:10px 30px;color:#666}.woocommerce div.product .woocommerce-tabs ul.tabs li{margin:0;background:0 0;padding:0;border:1px solid #e5e5e5}.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before{display:none}.woocommerce div.product .woocommerce-tabs ul.tabs li{border-radius:0}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:#111}.woocommerce div.product .woocommerce-tabs .panel{border:1px solid #e5e5e5;border-left:0;border-right:0;border-bottom:0;border-radius:0;border-top:0;box-shadow:none;padding:30px 0;font-size:.8888em}.woocommerce div.product .woocommerce-tabs .panel h2{font-size:1.6667em;line-height:1.285em;color:#111;margin:0 0 30px;font-weight:700;position:relative;font-family:'Nunito Sans',serif}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff;border-bottom-color:#fff}.woocommerce #reviews #comments ol.commentlist{padding:0;margin:0 0 40px}.woocommerce #reviews #comments ol.commentlist li img.avatar{width:50px;height:50px;object-fit:cover;border-radius:50%;background:0 0;border:0;top:10px;left:10px}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 0 0 50px;border:0;position:relative}.woocommerce #reviews #comments ol.commentlist li .comment-text .description{font-size:.8888em}.woocommerce #reviews #comments ol.commentlist li .comment-text .meta{margin:0 0 5px}.woocommerce #reviews #comments ol.commentlist li .comment-text .meta .woocommerce-review__author{display:block;font-weight:400;color:#111;font-size:.8888em;line-height:1em}.woocommerce #reviews #comments ol.commentlist li .comment-text .meta .woocommerce-review__dash{display:none}.woocommerce #reviews #comments ol.commentlist li .comment-text .meta time{color:#b5b5b5;font-size:.7778em;line-height:1em}.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating{font-size:1em}.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating:before{color:#b5b5b5}.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating span{color:#fecb00}.woocommerce #reviews{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px}.woocommerce #reviews .comment-respond .comment-reply-title{font-size:1.2223em;line-height:1.285em;color:#111;margin:0 0 30px;font-weight:400;position:relative}.woocommerce #reviews .comment-respond .comment-form{font-size:.8888em;color:#b5b5b5}.woocommerce #reviews .comment-respond .comment-form p{margin:0 0 15px}.woocommerce #reviews .comment-respond .comment-form .stars{font-size:1em}.woocommerce #reviews .comment-respond .comment-form textarea{height:140px!important;resize:vertical;border-radius:0;color:#111}.woocommerce #reviews .comment-respond .comment-form input[type=email],.woocommerce #reviews .comment-respond .comment-form input[type=text]{border-radius:0}.woocommerce #review_form #respond .form-submit input{display:inline-block;vertical-align:top;float:none;font-size:.8888em;font-weight:400;letter-spacing:1px;background:#111;border:1px solid #111;border-radius:0;text-transform:uppercase;padding:15px 30px;color:#fff;-webkit-transition:linear .2s;-moz-transition:linear .2s;transition:linear .2s}.woocommerce #review_form #respond .form-submit input:focus,.woocommerce #review_form #respond .form-submit input:hover{background:0 0;color:#111}.woocommerce #reviews #comments ol.commentlist li{background:#f9f9f9;padding:10px}.woocommerce div.product .up-sells{margin:0 0 50px}.woocommerce div.product .related>h2,.woocommerce div.product .up-sells>h2{font-size:1.2223em;line-height:1.285em;color:#111;margin:0 0 30px;padding-bottom:10px;font-weight:400;position:relative;text-align:center}.woocommerce .related.products h2{color:#343434;font-size:1.5556em;line-height:32px;letter-spacing:1px;margin:0 0 30px;position:relative}.woocommerce .star-rating{font-size:.8125em;margin:0 auto 15px}.woocommerce p.stars a{color:#f5b223}.woocommerce .woocommerce-message .button{font-size:.7778em;font-weight:400;letter-spacing:1px;background:#111;border-radius:0;text-transform:uppercase;padding:15px 30px;-webkit-transition:linear .2s;-moz-transition:linear .2s;transition:linear .2s;color:#fff;position:relative}.woocommerce .woocommerce-message .button:after{content:'';position:absolute;top:1px;right:1px;bottom:1px;left:1px;border:4px solid #fff;opacity:0;-webkit-transition:ease .2s;-moz-transition:ease .2s;transition:ease .2s}.woocommerce .woocommerce-message .button:focus,.woocommerce .woocommerce-message .button:hover{background:var(--primary-color);color:#fff}.woocommerce .woocommerce-message .button:focus:after,.woocommerce .woocommerce-message .button:hover:after{opacity:1}.woocommerce-cart #primary .page .entry-content table.shop_table{border-radius:0;border:0}.woocommerce-cart #primary .page .entry-content table.shop_table td,.woocommerce-cart #primary .page .entry-content table.shop_table th{padding:8px 0}.woocommerce-cart #primary .page .entry-content table.shop_table th{font-size:.8888em;font-weight:400}.woocommerce-cart #primary .page .entry-content table.shop_table td.product-remove{text-align:center;width:35px}.woocommerce-cart #primary .page .entry-content table.shop_table td.product-remove .remove{width:auto;height:auto}.woocommerce-cart #primary .page .entry-content table.shop_table td.product-remove .remove:hover{background:0 0;color:red!important}.woocommerce-cart #primary .page .entry-content table.shop_table td.product-thumbnail{width:90px}.woocommerce-cart #primary .page .entry-content table.shop_table td.product-thumbnail img{width:75px;height:auto;object-fit:cover}.woocommerce-cart #primary .page .entry-content table.shop_table td.product-name a{color:#111}.woocommerce-cart #primary .page .entry-content table.shop_table td.product-name a:focus,.woocommerce-cart #primary .page .entry-content table.shop_table td.product-name a:hover{text-decoration:none;color:var(--primary-color)}.woocommerce-cart #primary .page .entry-content table.shop_table td.product-name .variation{font-size:.6666em;text-transform:uppercase;color:#999;letter-spacing:1px;line-height:1em;margin:0}.woocommerce-cart #primary .page .entry-content table.shop_table td.product-name .variation dt{font-weight:400}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{padding:9px 10px;width:150px!important}.woocommerce-cart #primary .page .entry-content table.shop_table td.actions{padding:20px 0}.woocommerce-cart #primary .page .entry-content table.shop_table td.actions .coupon{width:40%}.woocommerce-cart #primary .page .entry-content table.shop_table td.actions .coupon input[type=text]{width:100%!important;border-radius:0;padding:13px 10px;margin:0 0 5px}.woocommerce-cart #primary .page .entry-content table.shop_table td.actions .coupon input[type=submit]{font-size:.7778em;font-weight:600;letter-spacing:1px;display:block;border:0;background:#111;color:#fff;width:100%;border-radius:0;text-transform:uppercase;padding:13px 29px;-webkit-transition:linear .2s;-moz-transition:linear .2s;transition:linear .2s}.woocommerce-cart #primary .page .entry-content table.shop_table td.actions .coupon input[type=submit]:focus,.woocommerce-cart #primary .page .entry-content table.shop_table td.actions .coupon input[type=submit]:hover{background:var(--primary-color);color:#fff}.woocommerce-cart #primary .page .entry-content table.shop_table td.actions .button{font-size:.7778em;font-weight:400;letter-spacing:1px;display:inline-block;border:2px solid #111;background:0 0;color:#111;border-radius:0;text-transform:uppercase;padding:13px 30px;-webkit-transition:linear .2s;-moz-transition:linear .2s;transition:linear .2s}.woocommerce-cart #primary .page .entry-content table.shop_table td.actions .button:focus,.woocommerce-cart #primary .page .entry-content table.shop_table td.actions .button:hover{background:#111;color:#fff}.woocommerce div.product form.cart .variations td.label{width:50px}.woocommerce div.product form.cart .variations select{height:35px}.woocommerce-cart #primary .page .entry-content .cart_totals{background:#f6f6f6;padding:30px 30px 0}.woocommerce-cart #primary .page .entry-content .cart_totals strong{font-weight:600;color:#111}.woocommerce-cart #primary .page .entry-content .cart_totals h2{font-size:1.2223em;line-height:1.2em;color:#111;font-weight:400;margin:0 0 20px;position:relative}.woocommerce-cart #primary .page .entry-content .cart_totals .checkout-button{font-size:.7778em;font-weight:600;letter-spacing:1px;display:block;background:#111;color:#fff;width:100%;border-radius:0;text-transform:uppercase;padding:13px 29px;-webkit-transition:linear .2s;-moz-transition:linear .2s;transition:linear .2s;position:relative}.woocommerce-cart #primary .page .entry-content .cart_totals .checkout-button:focus,.woocommerce-cart #primary .page .entry-content .cart_totals .checkout-button:hover{opacity:1;background:var(--primary-color);color:#fff}.woocommerce #respond input#submit.alt.disabled,.woocommerce #respond input#submit.alt.disabled:hover,.woocommerce #respond input#submit.alt:disabled,.woocommerce #respond input#submit.alt:disabled:hover,.woocommerce #respond input#submit.alt[disabled]:disabled,.woocommerce #respond input#submit.alt[disabled]:disabled:hover,.woocommerce a.button.alt.disabled,.woocommerce a.button.alt.disabled:hover,.woocommerce a.button.alt:disabled,.woocommerce a.button.alt:disabled:hover,.woocommerce a.button.alt[disabled]:disabled,.woocommerce a.button.alt[disabled]:disabled:hover,.woocommerce button.button.alt.disabled,.woocommerce button.button.alt.disabled:hover,.woocommerce button.button.alt:disabled,.woocommerce button.button.alt:disabled:hover,.woocommerce button.button.alt[disabled]:disabled,.woocommerce button.button.alt[disabled]:disabled:hover,.woocommerce input.button.alt.disabled,.woocommerce input.button.alt.disabled:hover,.woocommerce input.button.alt:disabled,.woocommerce input.button.alt:disabled:hover,.woocommerce input.button.alt[disabled]:disabled,.woocommerce input.button.alt[disabled]:disabled:hover{background:#aec365;pointer-events:none}.woocommerce .comment-form input[type=email],.woocommerce .comment-form input[type=phone],.woocommerce .comment-form input[type=text]{float:none;display:block;width:100%!important;margin:0;height:auto;padding:10px}.woocommerce .comment-form .comment-form-author{float:left;width:49%}.woocommerce .comment-form .comment-form-email{float:right;width:49%}.woocommerce .comment-form textarea{color:#b4b4b4;padding:10px}.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-1,.woocommerce-page .col2-set .col-2{width:49%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:100%}.woocommerce form .form-row textarea{height:200px}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{padding:1em!important}.woocommerce .widget.widget_products ul.product_list_widget li a,.woocommerce .widget.widget_recent_reviews ul.product_list_widget li .star-rating,.woocommerce .widget.widget_recent_reviews ul.product_list_widget li a,.woocommerce .widget.widget_top_rated_products ul.product_list_widget li .star-rating,.woocommerce .widget.widget_top_rated_products ul.product_list_widget li a{margin-bottom:5px}.woocommerce .star-rating span{color:#ffc733}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{background:#000}.woocommerce .woocommerce-product-search{background:#f4f3f2;border-radius:5px;margin:0;overflow:hidden;padding:14px 15px 15px 16px;width:100%}.woocommerce .woocommerce-product-search input[type=search]{width:85%;background:0 0;border:0 none;border-radius:0;color:#6f6f6f;float:left;font-size:.8888em;font-weight:700;margin:0;padding:0}.woocommerce .woocommerce-product-search input[type=submit]{background:url(//purecosmetics-shop.com/wp-content/themes/blossom-spa/images/bg-search.png);border:0;border-radius:0;box-shadow:none;float:right;font-size:.8888em;height:18px;margin:5px 0 0;padding:0;text-indent:-9999px;width:17px}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{padding:10px;border-radius:3px;border:1px solid #ccc;width:100%!important}.woocommerce .wc_payment_methods li{padding-left:0!important;background:0 0!important}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{line-height:20px}.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit[disabled]:disabled,.woocommerce a.button.disabled,.woocommerce a.button:disabled,.woocommerce a.button[disabled]:disabled,.woocommerce button.button.disabled,.woocommerce button.button:disabled,.woocommerce button.button[disabled]:disabled,.woocommerce input.button.disabled,.woocommerce input.button:disabled,.woocommerce input.button[disabled]:disabled{padding:12px 20px}.woocommerce-checkout .woocommerce .woocommerce-info{background:var(--primary-color);border-top:0;padding:1em;font-size:.8888em;color:#333}.woocommerce-checkout .woocommerce .woocommerce-info:before{display:none}.woocommerce-checkout .woocommerce .woocommerce-info a{color:#111;text-decoration:underline;font-weight:500}.woocommerce-checkout .woocommerce .woocommerce-info a:focus,.woocommerce-checkout .woocommerce .woocommerce-info a:hover{text-decoration:none}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border-radius:0}.woocommerce #payment #place_order,.woocommerce #respond input#submit,.woocommerce .return-to-shop .button,.woocommerce a.button,.woocommerce button.button,.woocommerce form.lost_reset_password input.button,.woocommerce input.button,.woocommerce-checkout .woocommerce form.checkout_coupon input.button,.woocommerce-checkout .woocommerce form.woocommerce-form-login input.button,.woocommerce-page #payment #place_order{float:none;font-size:.7778em;font-weight:600;letter-spacing:1px;border:0;background:#111;border-radius:0;text-transform:uppercase;padding:15px 30px;color:#fff;-webkit-transition:linear .2s;-moz-transition:linear .2s;transition:linear .2s}.woocommerce #payment #place_order:hover,.woocommerce #respond input#submit:focus,.woocommerce #respond input#submit:hover,.woocommerce .return-to-shop .button:focus,.woocommerce .return-to-shop .button:hover,.woocommerce a.button:focus,.woocommerce a.button:hover,.woocommerce button.button:focus,.woocommerce button.button:hover,.woocommerce form.lost_reset_password input.button:focus,.woocommerce form.lost_reset_password input.button:hover,.woocommerce input.button:focus,.woocommerce input.button:hover,.woocommerce-checkout .woocommerce form.checkout_coupon input.button:focus,.woocommerce-checkout .woocommerce form.checkout_coupon input.button:hover,.woocommerce-checkout .woocommerce form.woocommerce-form-login input.button:focus,.woocommerce-checkout .woocommerce form.woocommerce-form-login input.button:hover,.woocommerce-page #payment #place_order:focus{background:var(--primary-color);color:#fff}.woocommerce-checkout #primary .page .entry-content .woocommerce .woocommerce-account-fields,.woocommerce-checkout #primary .page .entry-content .woocommerce .woocommerce-additional-fields,.woocommerce-checkout #primary .page .entry-content .woocommerce .woocommerce-billing-fields{font-size:.8888em}.woocommerce-checkout #primary .page .entry-content .woocommerce .woocommerce-additional-fields h3,.woocommerce-checkout #primary .page .entry-content .woocommerce .woocommerce-billing-fields h3{font-size:1.5556em;line-height:1.285em;font-weight:500;color:#111;padding-bottom:10px}.woocommerce-checkout #primary .page .entry-content .woocommerce input.input-text{border-radius:0;font-size:.8888em}.woocommerce-checkout #primary .page .entry-content .woocommerce .woocommerce-billing-fields select{height:38px!important;font-size:.8888em}.woocommerce-checkout #primary .page .entry-content .woocommerce .select2-container .select2-selection{border-radius:0;height:38px}.woocommerce-checkout #primary .page .entry-content .woocommerce .select2-container .select2-selection .select2-selection__rendered{line-height:38px}.woocommerce-checkout #primary .page .entry-content .woocommerce .select2-container .select2-selection .select2-selection__arrow{height:38px}.woocommerce-checkout #primary .page .entry-content .woocommerce .woocommerce-additional-fields textarea{height:85px;resize:vertical;border-radius:0;font-size:.8888em;width:100%}#primary .page .entry-content #order_review_heading{font-size:1.5556em;line-height:1.285em;font-weight:500;color:#111;padding:25px;border:2px solid #e5e5e5;border-bottom:0;margin:30px 0 0}.woocommerce-checkout-review-order{border:2px solid #e5e5e5;border-top:0;padding:0 25px}.woocommerce-checkout #primary .page .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table{border:0;border-collapse:collapse}.woocommerce-checkout #primary .page .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead{background:0 0}.woocommerce-checkout #primary .page .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table th{padding:15px;font-size:.8888em}.woocommerce-checkout #primary .page .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot th{border-bottom:none}.woocommerce-checkout #primary .page .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table td{padding:15px;font-size:.8888em}.woocommerce-checkout #primary .page .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody tr td .variation{margin:0;font-size:.7778em;color:#b5b5b5;text-transform:uppercase}.woocommerce-checkout #primary .page .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody tr td .variation .variation-Size{font-weight:500}.woocommerce-checkout #primary .page .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .order-total,.woocommerce-checkout #primary .page .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .product-total,.woocommerce-checkout #primary .page .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot td{text-align:right}.woocommerce-checkout #primary .page .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .order-total th:first-child,.woocommerce-checkout #primary .page .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .product-total th:first-child{text-align:left}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:0 0;font-size:.8888em}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{background:0 0;padding:0}#add_payment_method #payment div.payment_box:before,.woocommerce-cart #payment div.payment_box:before,.woocommerce-checkout #payment div.payment_box:before{display:none}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{padding:0!important}.woocommerce-account .woocommerce-MyAccount-navigation ul{margin:0;padding:0;list-style:none}.woocommerce-account .woocommerce-MyAccount-navigation ul li{font-size:.7778em;text-transform:uppercase;font-weight:600;display:block}.woocommerce-account .woocommerce-MyAccount-navigation ul li a{display:block;border:1px solid #e5e5e5;margin-top:-1px;padding:15px 20px;background:#f5f5f5;color:#000;text-decoration:none}.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{background:var(--primary-color);color:#fff}.woocommerce-account .woocommerce-MyAccount-content{padding-left:30px}.woocommerce-account .addresses .title h3{font-size:1.3333em;margin-top:0}.woocommerce-account .woocommerce-MyAccount-content fieldset{margin-bottom:20px}.widget.woocommerce .widget-title{margin-bottom:40px}.widget.woocommerce ul li{text-transform:uppercase;font-size:.7778em;font-weight:700;color:#262525;letter-spacing:1px}.widget.woocommerce ul ul li{font-size:1em}.widget.woocommerce ul ul li:last-child{margin-bottom:0}.widget.woocommerce ul li a{color:#262525}.widget.woocommerce ul li a:hover{color:var(--primary-color)}.woocommerce #secondary .widget_shopping_cart ul li{padding:0 0 10px 30px;border-bottom:1px solid #e5e5e5;margin:0 0 10px;position:relative;font-size:1em;text-transform:none}.woocommerce.widget_shopping_cart ul li a{font-size:.8888em;font-family:Marcellus;color:#262525}.woocommerce #secondary .widget_shopping_cart ul li .remove{position:absolute;top:5px;left:0;font-size:0;width:20px;height:20px}.woocommerce #secondary .widget_shopping_cart ul li .remove:focus,.woocommerce #secondary .widget_shopping_cart ul li .remove:hover{background:0 0}.woocommerce #secondary .widget_shopping_cart ul li .remove:after{position:absolute;top:0;left:0;content:'';background-image:url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23e2401c" d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z"></path></svg>');background-repeat:no-repeat;width:20px;height:20px;color:#e2401c;font-size:.8888em}.woocommerce #secondary .widget_shopping_cart ul.product_list_widget li img{width:75px;float:right;margin-right:0;margin-left:4px;border-radius:5px}.woocommerce #secondary .widget_shopping_cart ul li a:not(.button){font-weight:400}.woocommerce #secondary .widget_shopping_cart ul li .variation{padding-left:0;border-left:0}.woocommerce #secondary .widget_shopping_cart ul li .variation dt{font-weight:400}.woocommerce #secondary .widget_shopping_cart ul li .variation dd{margin:0}.woocommerce #secondary .widget_shopping_cart .total{border-top:0;padding-top:0;padding-bottom:10px;font-size:.8888em;border-bottom:1px solid #e5e5e5;text-align:center}.woocommerce #secondary .widget_shopping_cart .total strong{font-weight:600;color:#111}.woocommerce #secondary .widget_shopping_cart .buttons .button{display:block;background:#111;color:#fff;text-align:center;font-size:.7778em;font-weight:600;letter-spacing:1px;border-radius:0;text-transform:uppercase;padding:12px 30px;-webkit-transition:linear .2s;-moz-transition:linear .2s;transition:linear .2s;position:relative}.woocommerce #secondary .widget_shopping_cart .buttons .button:focus,.woocommerce #secondary .widget_shopping_cart .buttons .button:hover{background:var(--primary-color);color:#fff}.woocommerce .select2-container--default .select2-selection--multiple .select2-selection__rendered{padding:5px}.woocommerce #secondary .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown ul li{margin:0;padding:0 10px;border-bottom:1px solid #aaa}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{position:relative}.woocommerce #secondary .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown ul li.select2-search--inline{border-bottom:none}.woocommerce #secondary .woocommerce-widget-layered-nav ul li input[type=text]{width:100%!important}.widget.widget_layered_nav_filters ul li a,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a{position:relative;padding-left:30px}.widget.widget_layered_nav_filters ul li a:before,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a::before{content:"";width:16px;height:16px;border:1px solid #ddd;border-radius:2px;position:absolute;top:2px;left:0;background-image:url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>');background-repeat:no-repeat;background-size:0;background-position:center;-webkit-transition:all ease .35s;-moz-transition:all ease .35s;transition:all ease .35s}.widget.widget_layered_nav_filters ul li a:hover:before,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover:before{border-color:var(--primary-color)}.widget.widget_layered_nav_filters ul li.chosen a:before,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a::before{background-size:10px;background-color:var(--primary-color);border-color:var(--primary-color)}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count{display:inline-block;float:right;border:1px solid #ddd;line-height:1.3;padding:0 5px;border-radius:50px;color:#999596}.woocommerce #secondary .widget_price_filter .ui-slider-horizontal{height:5px;background:#eee;margin-left:0;margin-right:0;border-radius:0;margin-bottom:25px}.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle{background:#fff;width:15px;height:15px;top:-5px;border-radius:100%;box-shadow:5px 0 15px rgba(136,206,208,.3);border:3px solid var(--primary-color)}.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active,.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle.ui-state-focus,.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle.ui-state-hover{width:22px;height:22px;top:-8px}.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-range{background:var(--primary-color)}.woocommerce .widget_price_filter .price_slider_amount{font-size:1em}.woocommerce #secondary .widget_price_filter .price_slider_amount .button{font-size:.6666em;font-weight:700;letter-spacing:1px;color:#fff;background:var(--primary-color);border-radius:50px;border:2px solid var(--primary-color);text-transform:uppercase;padding:16px 30px;-webkit-transition:linear .2s;-moz-transition:linear .2s;transition:linear .2s;position:relative}.woocommerce #secondary .widget_price_filter .price_slider_amount .button:focus,.woocommerce #secondary .widget_price_filter .price_slider_amount .button:hover{color:var(--primary-color);background:0 0}.woocommerce #secondary .widget_price_filter .price_slider_amount .price_label{font-size:.7778em;color:#999;float:right;margin-top:7px}.widget.woocommerce ul li.cat-parent{position:relative}.widget.woocommerce ul li.cat-parent .cat-toggle{position:absolute;top:0;right:0;width:25px;text-align:center;height:25px;line-height:25px;cursor:pointer;-webkit-transition:all ease .35s;-moz-transition:all ease .35s;transition:all ease .35s}.widget.woocommerce ul li.cat-parent .cat-toggle:hover{color:var(--primary-color)}.widget.woocommerce ul li.cat-parent .cat-toggle.active{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);transform:rotate(90deg)}.widget.woocommerce ul li.cat-parent ul{display:none}.woocommerce #secondary .widget_product_tag_cloud .tagcloud{overflow:hidden}.woocommerce #secondary .widget_product_tag_cloud .tagcloud a{float:left;margin:0 6px 6px 0;font-size:.7778em!important;line-height:15px;padding:10px 15px;-webkit-transition:linear .2s;-moz-transition:linear .2s;transition:linear .2s}.woocommerce .widget_rating_filter ul li .star-rating{vertical-align:top;margin-top:7px}.woocommerce.widget .product_list_widget li img{float:left;width:75px;margin-left:0;margin-right:15px}.woocommerce.widget .product_list_widget li{margin:0 0 20px;text-transform:none;font-weight:400;font-size:.8888em}.woocommerce.widget .product_list_widget li a{font-weight:400}.woocommerce.widget .product_list_widget li .product-title{color:#111;font-family:marcellus}.woocommerce.widget .product_list_widget li .product-title:focus,.woocommerce.widget .product_list_widget li .product-title:hover{color:var(--primary-color)}.woocommerce.widget .product_list_widget li .amount{color:#b5b5b5;font-weight:500}.woocommerce.widget .product_list_widget li ins,.woocommerce.widget .product_list_widget li ins .amount{background:0 0;color:var(--primary-color)}.woocommerce.widget .product_list_widget li ins{margin-left:10px}.woocommerce.widget .product_list_widget li .star-rating{margin:0 0 5px}.woocommerce #secondary .widget .woocommerce-product-search{background:0 0;border-radius:5px;margin:0 3px 0 0;width:100%;padding:0;border:1px solid #e5e5e5}.woocommerce #secondary .widget .woocommerce-product-search:after{content:'';display:block;clear:both}.woocommerce #secondary .widget .woocommerce-product-search input[type=search]{background:0 0;border:0;border-radius:0;float:left;margin:0;padding:10px 15px;font-size:.8888em;width:calc(100% - 50px);height:50px;font-weight:400}.woocommerce-product-search button[type=submit]{width:50px;border-radius:0 5px 5px 0;padding:0;height:50px;background-color:#000;background-image:url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg>');background-repeat:no-repeat;background-position:center;background-size:20px;border:none;box-shadow:none;text-indent:55px}.woocommerce-product-search button[type=submit]:hover{background-color:var(--primary-color)}.woocommerce-cart .cart-collaterals .cross-sells .products{grid-template-columns:repeat(1,1fr)}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:100%}.woocommerce-page .site-main article{box-shadow:none;margin-bottom:0;border-radius:0}#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{font-size:.8888em;font-weight:600}#ship-to-different-address-checkbox{margin-right:5px}.woocommerce-checkout-payment button.button{margin-top:30px}.woocommerce-order-received .woocommerce ul.order_details{padding:0;border:3px double #ddd}.woocommerce-order-received .woocommerce ul.order_details li{display:block;float:none;border-right:none;padding:20px;border-bottom:3px double #ddd;margin-right:0;position:relative;min-height:57px}.woocommerce-order-received .woocommerce ul.order_details li:last-child{border-bottom:none}.woocommerce-order-received .woocommerce ul.order_details li strong{display:inline-block;margin-left:20px;font-size:1.2223em;position:absolute;top:15px;left:140px}.woocommerce table.shop_table{border-collapse:collapse}.woocommerce table.shop_table th{border-bottom:none}.woocommerce-customer-details .woocommerce-column__title,.woocommerce-order-details .woocommerce-order-details__title,.woocommerce-order-received .woocommerce-column__title{font-size:1.5em;font-family:Marcellus,sans-serif;font-weight:400}@media screen and (max-width:768px){.woocommerce-cart #primary .page .entry-content table.shop_table td.actions .button{width:auto}.woocommerce table.shop_table_responsive tr:nth-child(2n) td,.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{background:0 0}.woocommerce-cart #primary .page .entry-content table.shop_table td.product-thumbnail{display:block;width:100%;text-align:center!important}.woocommerce table.shop_table_responsive tr td.product-thumbnail::before,.woocommerce-page table.shop_table_responsive tr td.product-thumbnail::before{display:none}.woocommerce-cart #primary .page .entry-content table.shop_table td.product-remove{border-top:none}.woocommerce-cart #primary .page .entry-content table.shop_table tbody tr:not(:first-child) td.product-remove{margin-top:40px}}@media only screen and (max-width:767px){#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{width:48%!important}.woocommerce #respond input#submit,.woocommerce a.added_to_cart,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{padding:12px 10px;font-size:.8888em}.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-1,.woocommerce-page .col2-set .col-2{width:100%}.woocommerce #secondary{width:100%;max-width:100%}.woocommerce .woocommerce-ordering,.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-ordering,.woocommerce-page .woocommerce-result-count{margin-bottom:15px}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:left}.woocommerce .woocommerce-ordering select,.woocommerce-page .woocommerce-ordering select{text-align:left}.woocommerce ul.products li.product .add_to_cart_button,.woocommerce ul.products li.product .product_type_external{padding:12px 15px;font-size:.7778em}.woocommerce .comment-form .comment-form-author,.woocommerce .comment-form .comment-form-email{width:100%}.woocommerce #reviews{grid-template-columns:repeat(1,1fr)}.woocommerce-cart #primary .page .entry-content table.shop_table td.actions .coupon{width:100%}.woocommerce-order-received .woocommerce ul.order_details li strong{position:static;margin-left:0;margin-top:10px;display:block}.woocommerce-account .woocommerce-MyAccount-content{padding-left:0}}
 .animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//purecosmetics-shop.com/wp-content/themes/blossom-spa/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.ps__rail-x,.ps__rail-y{display:none;opacity:0;position:absolute}.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0}.ps__rail-y{transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:15px;right:0}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.6}.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-x:hover,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus,.ps .ps__rail-y:hover{background-color:#eee;opacity:.9}.ps__thumb-x,.ps__thumb-y{background-color:#aaa;border-radius:6px;position:absolute}.ps__thumb-x{transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px}.ps__thumb-y{transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px}.ps__rail-x.ps--clicking .ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x{background-color:#999;height:11px}.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.ps{overflow:auto!important}}