@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";

    .hotelier-notice {
font-size: 16px;
letter-spacing: 0.1em;
list-style: none;
background-color: #F99999;
color: #fff;
margin: 0 0 48px;
padding: 24px;
}
.hotelier-notice--error {
list-style: none;
margin-left: 0;
} .js .datepicker-input--checkin,
.js .datepicker-input--checkout {
display: none;
}
.datepicker-form {
margin-bottom: $space__l;
}
.datepicker-form input[type="text"] {
font-family: Playfair display; 
text-align: center; 
font-size: 18px; 
vertical-align: middle;
line-height: 1.5;
}
.datepicker-input-select {
width: 260px; 
height: 45px; 
border-color: #E5E4E2;
border-width: 1px;
align: center;
}
.datepicker { 
background-color: #fff; 
box-shadow: 8px 8px 40px 5px rgba(0,0,0,.08); 
box-sizing: border-box; 
overflow: visible; 
position: relative; 
width: 260px; 
z-index: 99; 
border: 0px; 
align: center; 
text-align: center;
font-size: 14px;
}
.datepicker__inner {
overflow: hidden;
padding: 24px;
}
.datepicker__months {
@media (min-width: 480px) {
overflow: hidden;
position: relative;
&:before {
background: $color__default__line;
bottom: 0;
content: '';
display: block;
left: 50%;
position: absolute;
top: 0;
width: 1px;
}
}
}
.datepicker__month {
border-collapse: collapse;
text-align: center;
width: 100%;
position: relative;
z-index: 100;
overflow-y: visible;
font-size: 11px;
line-height: 2.18182;
@media (min-width: 480px) {
width: 200px;
}
@media (min-width: 768px) {
font-size: 14px;
width: 240px;
}
}
.datepicker__month--month1 {
@media (min-width: 480px) { 
float: left;
}
}
.datepicker__month--month2 {
display: none;
@media (min-width: 480px) {
display: table;
float: right;
}
}
.datepicker__month-day {
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-property: color, background-color, border-color;
transition-property: color, background-color, border-color;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.datepicker__month-day--invalid {
color: #eee;
}
.datepicker__month-day--disabled {
color: #eee;
position: relative;
position: relative;
}
.datepicker__month-day--disabled:after {
color: red;
content: '\00d7';
left: 50%;
position: absolute;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.datepicker__month-day--selected {
background-color: rgba(34, 34, 34, 0.3);
color: #fff;
}
.datepicker__month-day--hovering {
background-color: rgba(34, 34, 34, 0.3);
color: #fff;
}
.datepicker__month-day--today {
background-color: #222;
color: #fff;
}
.datepicker__month-day--first-day-selected,
.datepicker__month-day--last-day-selected {
background-color: rgba(34, 34, 34, 0.5);
color: #fff;
}
.datepicker__month-day--last-day-selected.datepicker__month-day--checkout-enabled:after {
content: none;
}
.datepicker__month-day--checkout-enabled {}
.datepicker__month-day--selected {
background-color: rgba($background__color__day,.3);
color: #fff;
}
.datepicker__month-day--valid {
cursor: pointer;
}
.datepicker__month-day--lastMonth,
.datepicker__month-day--nextMonth {
visibility: visible;
}
.datepicker__month-button {
cursor: pointer;
}
.datepicker__month-button--disabled {
@media (min-width: 480px) {
visibility: visible;
}
}
.datepicker__info--feedback {
display: none;
}
.datepicker__info--error,
.datepicker__info--help {
display: block;
}
.datepicker__info--error {
color: red;
}
.datepicker__close-button {
cursor: pointer;
@media (min-width: 768px) {
margin-top: 0;
position: absolute;
right: 0;
top: 0;
}
}
.datepicker__tooltip {
font-size: 11px;
line-height: 2.18182;
background-color: $background__color__day;
border-radius: 2px;
color: #fff;
margin-top: -5px;
padding: $space__xs $space__s;
position: absolute;
}
.datepicker__tooltip:after {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid #222;
bottom: -4px;
content: '';
left: 50%;
margin-left: -4px;
position: absolute;
}
.datepicker__topbar {
margin-bottom: 48px;
position: relative;
}
.button--datepicker {
background-color: #000000;
border-weight: 0;
width: 334px;
max-width: 334px;
min-width: 334px;
border-radius: 50px; 
height: 50px;
max-height: 50px;
min-height: 50px;
font-family: 'Google Sans' sans-serif;
font-size: 14px;
letter-spacing: 0.1em;
text-transform: none;
line-height: 1;
color: #ffffff;
text-align: center;
align: center;
margin-top: $space;
}
@media (min-width: 320px) {
.datepicker { width: 300px;}
}
@media (min-width: 480px) {
.datepicker { width : 460px;}
}
@media (min-width: 768px) {
.datepicker {width: 560px;}
}
.button button--datepicker {
width: 260px; 
background-color: #000000; 
border-width: 0; 
width: 260px; 
border-radius: 3px;  
height: 45px; 
font-family: Montserrat; 
font-size: 12px; 
letter-spacing: 0.2rem; 
color: #ffffff; 
text-align: center; 
align: center;
}
.datepicker__close-button {
cursor: pointer; 
border-width: 1px; 
height: 40px; 
border-color: #e5e4e2; 
background-color: #ffffff;
@media (min-width: 768px) {
margin-top: 0; 
position: absolute; 
right: 0; 
top: 0;
}
}
@media only screen and (max-width: 600px) {
.button button--datepicker {
margin: 0; 
padding: 0;
}
.datepicker-input-select {
margin: 0; 
padding: 0;
}
} .reservation-table__room-rate {
display: block;
}
.view-price-breakdown {
font-size: 11px;
font-size: 0.6875rem;
line-height: 2.18182;
display: block;
}
.price-breakdown-wrapper,
.reservation-table__row--price-breakdown {
border: 0;
padding: 0;
}
.table--price-breakdown {
border-collapse: separate;
margin-bottom: 0;
padding: 24px;
}
.credit-cards__list {
list-style: none;
margin-left: 0;
margin-bottom: 0;
}
.credit-cards__icon {
display: inline-block;
height: 48px;
margin-bottom: 4px;
position: relative;
text-indent: -99999px;
width: 76px;
}
.credit-cards__icon:before {
background-color: #fff;
background-position: 0 0;
background-repeat: no-repeat;
border: 1px solid #eee;
content: '';
display: inline-block;
height: 48px;
left: 0;
position: absolute;
top: 0;
width: 76px;
}
.credit-cards__icon--mastercard:before {
background-image: url(//once11properties.com/wp-content/plugins/wp-hotelier/assets/images/cards/mastercard.svg);
}
.credit-cards__icon--amex:before {
background-image: url(//once11properties.com/wp-content/plugins/wp-hotelier/assets/images/cards/amex.svg);
}
.credit-cards__icon--cirrus:before {
background-image: url(//once11properties.com/wp-content/plugins/wp-hotelier/assets/images/cards/cirrus.svg);
}
.credit-cards__icon--discover:before {
background-image: url(//once11properties.com/wp-content/plugins/wp-hotelier/assets/images/cards/discover.svg);
}
.credit-cards__icon--maestro:before {
background-image: url(//once11properties.com/wp-content/plugins/wp-hotelier/assets/images/cards/maestro.svg);
}
.credit-cards__icon--visa:before {
background-image: url(//once11properties.com/wp-content/plugins/wp-hotelier/assets/images/cards/visa.svg);
}
.credit-cards__icon--visa_e:before {
background-image: url(//once11properties.com/wp-content/plugins/wp-hotelier/assets/images/cards/visa_e.svg);
}
.reservation-table__room-non-cancellable {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.71429;
color: red;
display: block;
font-style: italic;
font-weight: bold;
} .room-loop__list {
list-style: none;
margin-left: 0;
content: "";
display: table;
table-layout: fixed;
clear: both;
margin-bottom: 24px;
padding: 0;
}
.room-loop__item {
margin: 0;
padding: 0;
}
.room__name--loop {
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
padding: 12px 0;
}
.room__description--loop {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.71429;
}
.room__thumbnail--loop {
display: block;
}
.room__thumbnail--loop img {
display: block;
height: auto;
margin: 0 0 24px;
width: 100%;
}
.room__price--loop {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.71429;
display: block;
font-weight: normal;
margin-bottom: 12px;
}
.room__price--loop .amount {
font-size: 14px;
font-size: 1rem;
line-height: 1.5;
font-weight: bold;
}
.room__price del .amount {
font-size: 12px;
font-size: 0.75rem;
line-height: 2;
opacity: .5;
}
.room__price ins {
background-color: transparent;
}
.button--view-room-details {
display: inline-block;
margin-bottom: 24px;
} .pagination__list {
list-style: none;
margin-left: 0;
}
.pagination__item {
display: inline-block;
} .room__deposit,
.rate__deposit {
padding: 6px 24px;
margin-top: 24px;
display: inline-block;
background-color: #eee;
}
.rate__deposit--single {
margin-top: 0;
} .room__min-max-stay {
font-size: 12px;
font-size: 0.75rem;
line-height: 2;
display: block;
font-style: normal;
margin-top: 24px;
}
.room__min-max-stay--single {
margin-bottom: 24px;
margin-top: 0;
}
.room__min-max-stay--rate-single {
margin-bottom: 24px;
}
.room__min-max-stay--rate-listing {
margin-bottom: 24px;
} .reservation-table__room-guests {
display: block;
margin-top: 6px;
}
.reservation-table__room-guests-label {
font-weight: bold;
}
.reservation-table__room-guests--booking label,
.reservation-table__room-guests--booking .form-row {
display: inline;
margin-right: 6px;
}
.reservation-table__room-guests--booking .reservation-table__room-guests-label {
display: block;
} .room__thumbnail--single {
margin-bottom: 48px;
}
.room__thumbnail--single img {
width: 100%;
}
.room__gallery--single {
text-align: center;
}
.room__gallery-link--single {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.71429;
text-align: center;
}
.room__price--single .amount {
font-size: 14px;
font-size: 1.125rem;
line-height: 1.33333;
font-weight: bold;
}
.room__deposit--single {
margin-bottom: 24px;
}
.room__meta-list {
list-style: none;
margin-left: 0;
font-size: 14px;
font-size: 0.875rem;
line-height: 1.71429;
}
.room__facilities-content--single {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.71429;
}
.room__conditions-list {
list-style: none;
margin-left: 0;
font-size: 14px;
font-size: 0.875rem;
line-height: 1.71429;
}
.room__description--single {
margin-bottom: 48px;
margin-top: 48px;
}
.room-available-rates__link {
display: inline-block;
margin-top: 24px;
}
.room__rates-list {
list-style: none;
margin-left: 0;
font-size: 14px;
font-size: 0.875rem;
line-height: 1.71429;
}
.room__rate--single {
border: 1px solid #222;
margin-bottom: 24px;
padding: 24px 24px 12px;
}
.rate__name {
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
.rate__price {
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
.rate__price .amount {
font-weight: bold;
}
.button--check-availability {
display: inline-block;
margin-top: 12px;
}
.rate__conditions-title {
font-weight: bold;
}
.rate__conditions-list {
list-style: none;
margin-left: 0;
font-size: 12px;
font-size: 0.75rem;
line-height: 2;
}
.related-rooms {
margin-top: 48px;
}
.room__non-cancellable-info,
.rate__non-cancellable-info {
color: red;
font-style: normal;
font-weight: bold;
}
.room__non-cancellable-info--single p {
margin-bottom: 0;
} .selected-nights {
font-style: normal;
text-align: center;
font-weight: 500;
font-family: 'Roboto', sans-serif;
font-size: 18px;
}
.listing__list {
list-style: none;
margin: 0px 5px;
font-size: 14px;
font-size: 0.875rem;
line-height: 1.71429;
border: 2px solid #c6c6c6;
border-radius: 10px;
padding: 35px 25px;
background-color: #ffffff;
}
.listing__room {
border: 1px solid #222;
margin-bottom: 24px;
overflow: hidden;
padding: 24px;
}
.listing__room--queried {
border: 5px solid #9DC94A;
margin-bottom: 96px;
}
.room__gallery-link {
font-size: 12px;
font-size: 0.75rem;
line-height: 2;
}
.room__max-guests-recommendation {
font-size: 12px;
font-size: 0.75rem;
line-height: 2;
display: inline-block;
font-style: normal;
margin-top: 24px;
}
.room__only-x-left {
font-size: 12px;
font-size: 0.75rem;
line-height: 2;
background-color: #222;
color: #fff;
display: inline-block;
padding: 6px 12px;
}
.room__price--listing,
.rate__price--listing {
display: block;
}
.room__price--listing .amount,
.rate__price--listing .amount {
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
font-weight: bold;
}
.room__price--listing del .amount,
.rate__price--listing del .amount {
font-size: 12px;
font-size: 0.75rem;
line-height: 2;
opacity: .5;
}
.room__price--listing ins,
.rate__price--listing ins {
background-color: transparent;
}
.room__price-description,
.rate__price-description {
font-size: 10px;
font-size: 0.625rem;
line-height: 2.4;
font-style: normal;
}
.room__deposit--listing,
.rate__deposit--listing {
margin-bottom: 24px;
margin-top: 0;
}
.room__actions {
border-top: 1px solid #eee;
margin-top: 24px;
padding-top: 24px;
}
.button--add-to-cart,
.button--toggle-rates {
display: inline-block;
margin-top: 12px;
}
.add-to-cart-selected {
font-size: 12px;
font-size: 0.75rem;
line-height: 2;
display: block;
}
.room__rate--listing {
border-top: 1px solid #eee;
margin-top: 24px;
overflow: hidden;
padding-top: 24px;
}
.rate__room--listing {
margin-bottom: 0;
}
.rate__name--listing {
font-size: 12px;
font-size: 0.75rem;
line-height: 2;
display: inline-block;
font-weight: bold;
margin-bottom: 24px;
}
.room__fees {
margin-bottom: 24px;
}
.room__rate .room__fees {
margin-bottom: 0;
}
.room-fee + .room-fee {
margin-top: 6px;
}
.room-fee__title {
display: block;
}
.room-fee__label {
display: block;
}
.room-fee__label input {
margin-right: 6px;
}
.room__extras {
margin-top: 24px;
}
.room-extra {
margin-top: 6px;
}
.room-extra__price {
display: block;
}
.room-extra__price .amount {
font-weight: bold;
}
.room-extra__info {
font-size: 12px;
font-size: 0.75rem;
line-height: 2;
font-style: normal;
} .booking__section,
.reservation-received__section {
margin-bottom: 48px;
}
.form-row__description {
font-family: Montserrat, sans-serif;
color: #808080;
text-align: left;
padding-top: 0px;
line-height: 1.71429;
font-style: normal;
display: block;
margin-top: 12px;
}
.payment-methods {
list-style: none;
margin-left: 0;
}
.payment-method {
overflow: hidden;
margin-bottom: 24px;
padding-bottom: 24px;
border-bottom: 1px solid #eee;
}
.payment-method img {
float: right;
}
.payment-method__label {
font-size: 14px;
font-weight: 500;
cursor: pointer;
display: inline;
}
.payment-method__description {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.71429;
font-style: italic;
display: block;
}
.payment-method--single input[type="radio"] {
display: none;
}
.form-row--booking-terms {
margin-top: 24px;
}
.label--booking-terms {
display: inline;
}
.reservation-response {
font-size: 20px;
font-size: 1.25rem;
line-height: 1.2;
}
.reservation-details__list {
list-style: none;
margin-left: 0;
}
.reservation-non-cancellable-disclaimer__text {
font-style: normal;
}
.reservation-table__extra-guests-fee {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.71429;
display: block;
}
.reservation-table__coupon-code {
display: block;
}
.reservation-table__room-extra .extra__description {
display: block;
}.mc4wp-form input[name^=_mc4wp_honey]{display:none!important}.mc4wp-form-theme{margin:1em 0}.mc4wp-form-theme label,.mc4wp-form-theme input{box-sizing:border-box;cursor:auto;vertical-align:baseline;width:auto;height:auto;line-height:normal;display:block}.mc4wp-form-theme label:after,.mc4wp-form-theme input:after{content:"";clear:both;display:table}.mc4wp-form-theme label{margin-bottom:6px;font-weight:700;display:block}.mc4wp-form-theme input[type=text],.mc4wp-form-theme input[type=email],.mc4wp-form-theme input[type=tel],.mc4wp-form-theme input[type=url],.mc4wp-form-theme input[type=date],.mc4wp-form-theme textarea,.mc4wp-form-theme select{vertical-align:middle;text-shadow:none;background:#fff;border:1px solid #ccc;border-radius:2px;outline:0;width:100%;max-width:480px;height:auto;min-height:32px;padding:8px 16px;line-height:1.42857;color:#555!important}.mc4wp-form-theme textarea{height:auto}.mc4wp-form-theme input[readonly],.mc4wp-form-theme input[disabled]{background-color:#eee}.mc4wp-form-theme input[type=number]{min-width:40px}.mc4wp-form-theme input[type=checkbox],.mc4wp-form-theme input[type=radio]{border:0;width:13px;height:13px;margin:0 6px 0 0;padding:0;display:inline-block;position:relative}.mc4wp-form-theme input[type=checkbox]{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox}.mc4wp-form-theme input[type=radio]{-webkit-appearance:radio;-moz-appearance:radio;appearance:radio}.mc4wp-form-theme button,.mc4wp-form-theme input[type=submit],.mc4wp-form-theme input[type=button]{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;text-shadow:none;filter:none;background:0 0;border:1px solid #0000;border-radius:2px;width:auto;height:auto;padding:8px 16px;font-weight:400;line-height:1.42857;display:inline-block}.mc4wp-form-theme button:hover,.mc4wp-form-theme input[type=submit]:hover,.mc4wp-form-theme input[type=button]:hover,.mc4wp-form-theme button:focus,.mc4wp-form-theme input[type=submit]:focus,.mc4wp-form-theme input[type=button]:focus{color:#333;background:0 0;outline:0;text-decoration:none}.mc4wp-form-theme label>span,.mc4wp-form-theme li>label{font-weight:400}.mc4wp-alert{color:#c09853;clear:both}.mc4wp-success{color:#468847}.mc4wp-notice{color:#3a87ad}.mc4wp-error{color:#cd5c5c}.rtl .mc4wp-form-theme input[type=checkbox],.rtl .mc4wp-form-theme input[type=radio]{margin:0 0 0 6px}.mc4wp-form-theme-dark button,.mc4wp-form-theme-dark input[type=submit],.mc4wp-form-theme-dark input[type=button]{border-color:#1e1e1e;color:#fff!important;background-color:#444!important}.mc4wp-form-theme-dark button:hover,.mc4wp-form-theme-dark input[type=submit]:hover,.mc4wp-form-theme-dark input[type=button]:hover,.mc4wp-form-theme-dark button:focus,.mc4wp-form-theme-dark input[type=submit]:focus,.mc4wp-form-theme-dark input[type=button]:focus{border-color:#000;color:#fff!important;background-color:#1e1e1e!important}.mc4wp-form-theme-dark input[type=text]:focus,.mc4wp-form-theme-dark input[type=email]:focus,.mc4wp-form-theme-dark input[type=tel]:focus,.mc4wp-form-theme-dark input[type=url]:focus,.mc4wp-form-theme-dark input[type=date]:focus,.mc4wp-form-theme-dark textarea:focus,.mc4wp-form-theme-dark select:focus{border-color:#6a6a6a}.mc4wp-form-theme-light button,.mc4wp-form-theme-light input[type=submit],.mc4wp-form-theme-light input[type=button]{border-color:#d9d9d9;color:#000!important;background-color:#fff!important}.mc4wp-form-theme-light button:hover,.mc4wp-form-theme-light input[type=submit]:hover,.mc4wp-form-theme-light input[type=button]:hover,.mc4wp-form-theme-light button:focus,.mc4wp-form-theme-light input[type=submit]:focus,.mc4wp-form-theme-light input[type=button]:focus{border-color:#b3b3b3;color:#000!important;background-color:#d9d9d9!important}.mc4wp-form-theme-light input[type=text]:focus,.mc4wp-form-theme-light input[type=email]:focus,.mc4wp-form-theme-light input[type=tel]:focus,.mc4wp-form-theme-light input[type=url]:focus,.mc4wp-form-theme-light input[type=date]:focus,.mc4wp-form-theme-light textarea:focus,.mc4wp-form-theme-light select:focus{border-color:#d9d9d9}.mc4wp-form-theme-red button,.mc4wp-form-theme-red input[type=submit],.mc4wp-form-theme-red input[type=button]{border-color:#b52b27;color:#fff!important;background-color:#d9534f!important}.mc4wp-form-theme-red button:hover,.mc4wp-form-theme-red input[type=submit]:hover,.mc4wp-form-theme-red input[type=button]:hover,.mc4wp-form-theme-red button:focus,.mc4wp-form-theme-red input[type=submit]:focus,.mc4wp-form-theme-red input[type=button]:focus{border-color:#761c19;color:#fff!important;background-color:#b52b27!important}.mc4wp-form-theme-red input[type=text]:focus,.mc4wp-form-theme-red input[type=email]:focus,.mc4wp-form-theme-red input[type=tel]:focus,.mc4wp-form-theme-red input[type=url]:focus,.mc4wp-form-theme-red input[type=date]:focus,.mc4wp-form-theme-red textarea:focus,.mc4wp-form-theme-red select:focus{border-color:#e7908e}.mc4wp-form-theme-blue button,.mc4wp-form-theme-blue input[type=submit],.mc4wp-form-theme-blue input[type=button]{border-color:#2a6496;color:#fff!important;background-color:#428bca!important}.mc4wp-form-theme-blue button:hover,.mc4wp-form-theme-blue input[type=submit]:hover,.mc4wp-form-theme-blue input[type=button]:hover,.mc4wp-form-theme-blue button:focus,.mc4wp-form-theme-blue input[type=submit]:focus,.mc4wp-form-theme-blue input[type=button]:focus{border-color:#193c5a;color:#fff!important;background-color:#2a6496!important}.mc4wp-form-theme-blue input[type=text]:focus,.mc4wp-form-theme-blue input[type=email]:focus,.mc4wp-form-theme-blue input[type=tel]:focus,.mc4wp-form-theme-blue input[type=url]:focus,.mc4wp-form-theme-blue input[type=date]:focus,.mc4wp-form-theme-blue textarea:focus,.mc4wp-form-theme-blue select:focus{border-color:#7eb0db}.mc4wp-form-theme-green button,.mc4wp-form-theme-green input[type=submit],.mc4wp-form-theme-green input[type=button]{border-color:#3d8b3d;color:#fff!important;background-color:#5cb85c!important}.mc4wp-form-theme-green button:hover,.mc4wp-form-theme-green input[type=submit]:hover,.mc4wp-form-theme-green input[type=button]:hover,.mc4wp-form-theme-green button:focus,.mc4wp-form-theme-green input[type=submit]:focus,.mc4wp-form-theme-green input[type=button]:focus{border-color:#255625;color:#fff!important;background-color:#3d8b3d!important}.mc4wp-form-theme-green input[type=text]:focus,.mc4wp-form-theme-green input[type=email]:focus,.mc4wp-form-theme-green input[type=tel]:focus,.mc4wp-form-theme-green input[type=url]:focus,.mc4wp-form-theme-green input[type=date]:focus,.mc4wp-form-theme-green textarea:focus,.mc4wp-form-theme-green select:focus{border-color:#91cf91}

@media not (prefers-reduced-motion){
.components-animate__appear{
animation:components-animate__appear-animation .1s cubic-bezier(0, 0, .2, 1) 0s;
animation-fill-mode:forwards;
}
}
.components-animate__appear.is-from-top,.components-animate__appear.is-from-top.is-from-left{
transform-origin:top left;
}
.components-animate__appear.is-from-top.is-from-right{
transform-origin:top right;
}
.components-animate__appear.is-from-bottom,.components-animate__appear.is-from-bottom.is-from-left{
transform-origin:bottom left;
}
.components-animate__appear.is-from-bottom.is-from-right{
transform-origin:bottom right;
}
@keyframes components-animate__appear-animation{
0%{
transform:translateY(-2em) scaleY(0) scaleX(0);
}
to{
transform:translateY(0) scaleY(1) scaleX(1);
}
}
@media not (prefers-reduced-motion){
.components-animate__slide-in{
animation:components-animate__slide-in-animation .1s cubic-bezier(0, 0, .2, 1);
animation-fill-mode:forwards;
}
.components-animate__slide-in.is-from-left{
transform:translateX(100%);
}
.components-animate__slide-in.is-from-right{
transform:translateX(-100%);
}
}
@keyframes components-animate__slide-in-animation{
to{
transform:translateX(0);
}
}
@media not (prefers-reduced-motion){
.components-animate__loading{
animation:components-animate__loading 1.6s ease-in-out infinite;
}
}
@keyframes components-animate__loading{
0%{
opacity:.5;
}
50%{
opacity:1;
}
to{
opacity:.5;
}
}
.components-autocomplete__popover .components-popover__content{
min-width:200px;
padding:8px;
}
.components-autocomplete__result.components-button{
display:flex;
height:auto;
min-height:36px;
text-align:left;
width:100%;
}
.components-autocomplete__result.components-button:focus:not(:disabled){
box-shadow:inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
outline:2px solid #0000;
}
.components-badge{
box-sizing:border-box;
}
.components-badge *,.components-badge :after,.components-badge :before{
box-sizing:inherit;
}
.components-badge{
background-color:color-mix(in srgb, #fff 90%, var(--base-color));
border-radius:2px;
color:color-mix(in srgb, #000 50%, var(--base-color));
display:inline-block;
line-height:0;
max-width:100%;
min-height:24px;
padding:2px 8px;
}
.components-badge:where(.is-default){
background-color:#f0f0f0;
color:#2f2f2f;
}
.components-badge.has-icon{
padding-inline-start:4px;
}
.components-badge.is-info{
--base-color:#3858e9;
}
.components-badge.is-warning{
--base-color:#f0b849;
}
.components-badge.is-error{
--base-color:#cc1818;
}
.components-badge.is-success{
--base-color:#4ab866;
}
.components-badge__flex-wrapper{
align-items:center;
display:inline-flex;
font-size:12px;
font-weight:400;
gap:2px;
line-height:20px;
max-width:100%;
}
.components-badge__icon{
flex-shrink:0;
}
.components-badge__content{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
.components-button-group{
display:inline-block;
}
.components-button-group .components-button{
border-radius:0;
box-shadow:inset 0 0 0 1px #1e1e1e;
color:#1e1e1e;
display:inline-flex;
}
.components-button-group .components-button+.components-button{
margin-left:-1px;
}
.components-button-group .components-button:first-child{
border-radius:2px 0 0 2px;
}
.components-button-group .components-button:last-child{
border-radius:0 2px 2px 0;
}
.components-button-group .components-button.is-primary,.components-button-group .components-button:focus{
position:relative;
z-index:1;
}
.components-button-group .components-button.is-primary{
box-shadow:inset 0 0 0 1px #1e1e1e;
}
.components-button{
-webkit-appearance:none;
background:none;
border:0;
cursor:pointer;
display:inline-flex;
font-family:inherit;
font-size:13px;
margin:0;
text-decoration:none;
}
@media not (prefers-reduced-motion){
.components-button{
transition:box-shadow .1s linear;
}
}
.components-button{
align-items:center;
border-radius:2px;
box-sizing:border-box;
color:var(--wp-components-color-foreground, #1e1e1e);
height:36px;
padding:6px 12px;
}
.components-button.is-next-40px-default-size{
height:40px;
}
.components-button:hover:not(:disabled,[aria-disabled=true]),.components-button[aria-expanded=true]{
color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
.components-button:focus:not(:disabled){
box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
outline:3px solid #0000;
}
.components-button.is-primary{
background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
color:var(--wp-components-color-accent-inverted, #fff);
outline:1px solid #0000;
text-decoration:none;
text-shadow:none;
white-space:nowrap;
}
.components-button.is-primary:hover:not(:disabled){
background:var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #2145e6));
color:var(--wp-components-color-accent-inverted, #fff);
}
.components-button.is-primary:active:not(:disabled){
background:var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
border-color:var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
color:var(--wp-components-color-accent-inverted, #fff);
}
.components-button.is-primary:focus:not(:disabled){
box-shadow:inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
.components-button.is-primary:disabled,.components-button.is-primary:disabled:active:enabled,.components-button.is-primary[aria-disabled=true],.components-button.is-primary[aria-disabled=true]:active:enabled,.components-button.is-primary[aria-disabled=true]:enabled{
background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
color:#fff6;
outline:none;
}
.components-button.is-primary:disabled:active:enabled:focus:enabled,.components-button.is-primary:disabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:focus:enabled{
box-shadow:inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
.components-button.is-primary.is-busy,.components-button.is-primary.is-busy:disabled,.components-button.is-primary.is-busy[aria-disabled=true]{
background-image:linear-gradient(-45deg, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 33%, var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6)) 33%, var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6)) 70%, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 70%);
background-size:100px 100%;
border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
color:var(--wp-components-color-accent-inverted, #fff);
}
.components-button.is-secondary,.components-button.is-tertiary{
outline:1px solid #0000;
}
.components-button.is-secondary:active:not(:disabled),.components-button.is-tertiary:active:not(:disabled){
box-shadow:none;
}
.components-button.is-secondary:disabled,.components-button.is-secondary[aria-disabled=true],.components-button.is-secondary[aria-disabled=true]:hover,.components-button.is-tertiary:disabled,.components-button.is-tertiary[aria-disabled=true],.components-button.is-tertiary[aria-disabled=true]:hover{
background:#0000;
color:#949494;
transform:none;
}
.components-button.is-secondary{
background:#0000;
box-shadow:inset 0 0 0 1px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)), 0 0 0 currentColor;
color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
outline:1px solid #0000;
white-space:nowrap;
}
.components-button.is-secondary:hover:not(:disabled,[aria-disabled=true],.is-pressed){
background:color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 4%, #0000);
box-shadow:inset 0 0 0 1px var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
color:var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
}
.components-button.is-secondary:disabled:not(:focus),.components-button.is-secondary[aria-disabled=true]:hover:not(:focus),.components-button.is-secondary[aria-disabled=true]:not(:focus){
box-shadow:inset 0 0 0 1px #ddd;
}
.components-button.is-secondary:focus:not(:disabled){
box-shadow:0 0 0 currentColor inset, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
.components-button.is-tertiary{
background:#0000;
color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
white-space:nowrap;
}
.components-button.is-tertiary:hover:not(:disabled,[aria-disabled=true],.is-pressed){
background:color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 4%, #0000);
color:var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
}
.components-button.is-tertiary:active:not(:disabled,[aria-disabled=true]){
background:color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 8%, #0000);
}
p+.components-button.is-tertiary{
margin-left:-6px;
}
.components-button.is-tertiary:disabled:not(:focus),.components-button.is-tertiary[aria-disabled=true]:hover:not(:focus),.components-button.is-tertiary[aria-disabled=true]:not(:focus){
box-shadow:none;
outline:none;
}
.components-button.is-destructive{
--wp-components-color-accent:#cc1818;
--wp-components-color-accent-darker-10:#9e1313;
--wp-components-color-accent-darker-20:#710d0d;
}
.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link){
color:#cc1818;
}
.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled,[aria-disabled=true]){
color:#710d0d;
}
.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus{
box-shadow:0 0 0 var(--wp-admin-border-width-focus) #cc1818;
}
.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled,[aria-disabled=true]){
background:#ccc;
}
.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):disabled,.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link)[aria-disabled=true]{
color:#949494;
}
.components-button.is-destructive.is-secondary:hover:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:hover:not(:disabled,[aria-disabled=true]){
background:#cc18180a;
}
.components-button.is-destructive.is-secondary:active:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:active:not(:disabled,[aria-disabled=true]){
background:#cc181814;
}
.components-button.is-link{
background:none;
border:0;
border-radius:0;
box-shadow:none;
color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
margin:0;
outline:none;
padding:0;
text-align:left;
text-decoration:underline;
}
@media not (prefers-reduced-motion){
.components-button.is-link{
transition-duration:.05s;
transition-property:border, background, color;
transition-timing-function:ease-in-out;
}
}
.components-button.is-link{
height:auto;
}
.components-button.is-link:focus{
border-radius:2px;
}
.components-button.is-link:disabled,.components-button.is-link[aria-disabled=true]{
color:#949494;
}
.components-button:not(:disabled,[aria-disabled=true]):active{
color:var(--wp-components-color-foreground, #1e1e1e);
}
.components-button:disabled,.components-button[aria-disabled=true]{
color:#949494;
cursor:default;
}
@media not (prefers-reduced-motion){
.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{
animation:components-button__busy-animation 2.5s linear infinite;
}
}
.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{
background-image:linear-gradient(-45deg, #fafafa 33%, #e0e0e0 0, #e0e0e0 70%, #fafafa 0);
background-size:100px 100%;
}
.components-button.is-compact{
height:32px;
}
.components-button.is-compact.has-icon:not(.has-text){
min-width:32px;
padding:0;
}
.components-button.is-small{
font-size:11px;
height:24px;
line-height:22px;
padding:0 8px;
}
.components-button.is-small.has-icon:not(.has-text){
min-width:24px;
padding:0;
}
.components-button.has-icon{
justify-content:center;
min-width:36px;
padding:6px;
}
.components-button.has-icon.is-next-40px-default-size{
min-width:40px;
}
.components-button.has-icon .dashicon{
align-items:center;
box-sizing:initial;
display:inline-flex;
justify-content:center;
padding:2px;
}
.components-button.has-icon.has-text{
gap:4px;
justify-content:start;
padding-left:8px;
padding-right:12px;
}
.components-button.has-icon.has-text.has-icon-right{
padding-left:12px;
padding-right:8px;
}
.components-button.is-pressed,.components-button.is-pressed:hover{
color:var(--wp-components-color-foreground-inverted, #fff);
}
.components-button.is-pressed:hover:not(:disabled,[aria-disabled=true]),.components-button.is-pressed:not(:disabled,[aria-disabled=true]){
background:var(--wp-components-color-foreground, #1e1e1e);
}
.components-button.is-pressed:disabled,.components-button.is-pressed[aria-disabled=true]{
color:#949494;
}
.components-button.is-pressed:disabled:not(.is-primary):not(.is-secondary):not(.is-tertiary),.components-button.is-pressed[aria-disabled=true]:not(.is-primary):not(.is-secondary):not(.is-tertiary){
background:#949494;
color:var(--wp-components-color-foreground-inverted, #fff);
}
.components-button.is-pressed:focus:not(:disabled){
box-shadow:inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
outline:2px solid #0000;
}
.components-button svg{
fill:currentColor;
outline:none;
}
@media (forced-colors:active){
.components-button svg{
fill:CanvasText;
}
}
.components-button .components-visually-hidden{
height:auto;
}
@keyframes components-button__busy-animation{
0%{
background-position:200px 0;
}
}
.components-calendar{
background-color:var(--wp-components-color-background, #fff);
color:var(--wp-components-color-foreground, #1e1e1e);
display:inline-block;
font-size:13px;
font-weight:400;
position:relative;
z-index:0;
}
.components-calendar,.components-calendar *,.components-calendar :after,.components-calendar :before{
box-sizing:border-box;
}
.components-calendar__day{
padding:0;
position:relative;
}
.components-calendar__day:has(.components-calendar__day-button:disabled){
color:var(--wp-components-color-gray-600, #949494);
}
.components-calendar__day:has(.components-calendar__day-button:focus-visible),.components-calendar__day:has(.components-calendar__day-button:hover:not(:disabled)){
color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
.components-calendar__day-button{
align-items:center;
background:none;
border:none;
border-radius:2px;
color:inherit;
cursor:pointer;
display:flex;
font:inherit;
font-variant-numeric:tabular-nums;
height:32px;
justify-content:center;
margin:0;
padding:0;
position:relative;
width:32px;
}
.components-calendar__day-button:before{
border:none;
border-radius:2px;
content:"";
inset:0;
position:absolute;
z-index:-1;
}
.components-calendar__day-button:after{
content:"";
inset:0;
pointer-events:none;
position:absolute;
z-index:1;
}
.components-calendar__day-button:disabled{
cursor:revert;
}
@media (forced-colors:active){
.components-calendar__day-button:disabled{
text-decoration:line-through;
}
}
.components-calendar__day-button:focus-visible{
outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
outline-offset:1px;
}
.components-calendar__caption-label{
align-items:center;
border:0;
display:inline-flex;
position:relative;
text-transform:capitalize;
white-space:nowrap;
z-index:1;
}
.components-calendar__button-next,.components-calendar__button-previous{
align-items:center;
-moz-appearance:none;
-webkit-appearance:none;
appearance:none;
background:none;
border:none;
border-radius:2px;
color:inherit;
cursor:pointer;
display:inline-flex;
height:32px;
justify-content:center;
margin:0;
padding:0;
position:relative;
width:32px;
}
.components-calendar__button-next:disabled,.components-calendar__button-next[aria-disabled=true],.components-calendar__button-previous:disabled,.components-calendar__button-previous[aria-disabled=true]{
color:var(--wp-components-color-gray-600, #949494);
cursor:revert;
}
.components-calendar__button-next:focus-visible,.components-calendar__button-previous:focus-visible{
outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
.components-calendar__chevron{
display:inline-block;
fill:currentColor;
height:16px;
width:16px;
}
.components-calendar[dir=rtl] .components-calendar__nav .components-calendar__chevron{
transform:rotate(180deg);
transform-origin:50%;
}
.components-calendar__month-caption{
align-content:center;
display:flex;
height:32px;
justify-content:center;
margin-bottom:12px;
}
.components-calendar__months{
display:flex;
flex-wrap:wrap;
gap:16px;
justify-content:center;
max-width:fit-content;
position:relative;
}
.components-calendar__month-grid{
border-collapse:initial;
border-spacing:0 4px;
}
.components-calendar__nav{
align-items:center;
display:flex;
height:32px;
inset-block-start:0;
inset-inline-end:0;
inset-inline-start:0;
justify-content:space-between;
position:absolute;
}
.components-calendar__weekday{
color:var(--wp-components-color-gray-700, #757575);
height:32px;
padding:0;
text-align:center;
text-transform:uppercase;
width:32px;
}
.components-calendar__day--today:after{
border:2px solid;
border-radius:50%;
content:"";
height:0;
inset-block-start:2px;
inset-inline-end:2px;
position:absolute;
width:0;
z-index:1;
}
.components-calendar__day--selected:not(.components-calendar__range-middle):has(.components-calendar__day-button,.components-calendar__day-button:hover:not(:disabled)){
color:var(--wp-components-color-foreground-inverted, #fff);
}
.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:before{
background-color:var(--wp-components-color-foreground, #1e1e1e);
border:1px solid #0000;
}
.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:disabled:before{
background-color:var(--wp-components-color-gray-600, #949494);
}
.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:hover:not(:disabled):before{
background-color:var(--wp-components-color-gray-800, #2f2f2f);
}
.components-calendar__day--hidden{
visibility:hidden;
}
.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button,.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button:before{
border-end-end-radius:0;
border-start-end-radius:0;
}
.components-calendar__range-middle .components-calendar__day-button:before{
background-color:color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 4%, #0000);
border-color:#0000;
border-radius:0;
border-style:solid;
border-width:1px 0;
}
.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button,.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button:before{
border-end-start-radius:0;
border-start-start-radius:0;
}
.components-calendar__day--preview svg{
color:color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 16%, #0000);
inset:0;
pointer-events:none;
position:absolute;
}
@media (forced-colors:active){
.components-calendar__day--preview svg{
color:inherit;
}
}
.components-calendar[dir=rtl] .components-calendar__day--preview svg{
transform:scaleX(-1);
}
.components-calendar__day--preview.components-calendar__range-middle .components-calendar__day-button:before{
border:none;
}
@keyframes slide-in-left{
0%{
transform:translateX(-100%);
}
to{
transform:translateX(0);
}
}
@keyframes slide-in-right{
0%{
transform:translateX(100%);
}
to{
transform:translateX(0);
}
}
@keyframes slide-out-left{
0%{
transform:translateX(0);
}
to{
transform:translateX(-100%);
}
}
@keyframes slide-out-right{
0%{
transform:translateX(0);
}
to{
transform:translateX(100%);
}
}
@keyframes fade-in{
0%{
opacity:0;
}
to{
opacity:1;
}
}
@keyframes fade-out{
0%{
opacity:1;
}
to{
opacity:0;
}
}
.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{
animation-duration:0s;
animation-fill-mode:forwards;
animation-timing-function:cubic-bezier(.4, 0, .2, 1);
}
@media not (prefers-reduced-motion){
.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{
animation-duration:.3s;
}
}
.components-calendar[dir=rtl] .components-calendar__weeks-after-enter,.components-calendar__weeks-before-enter{
animation-name:slide-in-left;
}
.components-calendar[dir=rtl] .components-calendar__weeks-after-exit,.components-calendar__weeks-before-exit{
animation-name:slide-out-left;
}
.components-calendar[dir=rtl] .components-calendar__weeks-before-enter,.components-calendar__weeks-after-enter{
animation-name:slide-in-right;
}
.components-calendar[dir=rtl] .components-calendar__weeks-before-exit,.components-calendar__weeks-after-exit{
animation-name:slide-out-right;
}
.components-calendar__caption-after-enter{
animation-name:fade-in;
}
.components-calendar__caption-after-exit{
animation-name:fade-out;
}
.components-calendar__caption-before-enter{
animation-name:fade-in;
}
.components-calendar__caption-before-exit{
animation-name:fade-out;
}
.components-checkbox-control{
--checkbox-input-size:24px;
}
@media (min-width:600px){
.components-checkbox-control{
--checkbox-input-size:16px;
}
}
.components-checkbox-control{
--checkbox-input-margin:8px;
}
.components-checkbox-control__label{
cursor:pointer;
line-height:var(--checkbox-input-size);
}
.components-checkbox-control__input[type=checkbox]{
border:1px solid #949494;
border-radius:2px;
box-shadow:0 0 0 #0000;
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
font-size:16px;
line-height:normal;
margin-right:12px;
padding:6px 8px;
transition:none;
}
@media not (prefers-reduced-motion){
.components-checkbox-control__input[type=checkbox]{
transition:box-shadow .1s linear;
}
}
@media (min-width:600px){
.components-checkbox-control__input[type=checkbox]{
font-size:13px;
line-height:normal;
}
}
.components-checkbox-control__input[type=checkbox]:focus{
border-color:var(--wp-admin-theme-color);
box-shadow:0 0 0 .5px var(--wp-admin-theme-color);
}
.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder{
color:#1e1e1e9e;
}
.components-checkbox-control__input[type=checkbox]::-moz-placeholder{
color:#1e1e1e9e;
}
.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder{
color:#1e1e1e9e;
}
.components-checkbox-control__input[type=checkbox]:focus{
box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);
}
.components-checkbox-control__input[type=checkbox]:checked{
background:var(--wp-admin-theme-color);
border-color:var(--wp-admin-theme-color);
}
.components-checkbox-control__input[type=checkbox]:checked::-ms-check{
opacity:0;
}
.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{
color:#fff;
margin:-3px -5px;
}
@media (min-width:782px){
.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{
margin:-4px 0 0 -5px;
}
}
.components-checkbox-control__input[type=checkbox][aria-checked=mixed]{
background:var(--wp-admin-theme-color);
border-color:var(--wp-admin-theme-color);
}
.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{
content:"\f460";
display:inline-block;
float:left;
font:normal 30px/1 dashicons;
vertical-align:middle;
width:16px;
speak:none;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
@media (min-width:782px){
.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{
float:none;
font-size:21px;
}
}
.components-checkbox-control__input[type=checkbox]:disabled,.components-checkbox-control__input[type=checkbox][aria-disabled=true]{
background:#f0f0f0;
border-color:#ddd;
cursor:default;
opacity:1;
}
.components-checkbox-control__input[type=checkbox]{
appearance:none;
background:#fff;
clear:none;
color:#1e1e1e;
cursor:pointer;
display:inline-block;
height:var(--checkbox-input-size);
line-height:0;
margin:0 4px 0 0;
outline:0;
padding:0 !important;
text-align:center;
vertical-align:top;
width:var(--checkbox-input-size);
}
@media not (prefers-reduced-motion){
.components-checkbox-control__input[type=checkbox]{
transition:border-color .1s ease-in-out;
}
}
.components-checkbox-control__input[type=checkbox]:focus{
box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);
outline:2px solid #0000;
outline-offset:2px;
}
.components-checkbox-control__input[type=checkbox]:checked,.components-checkbox-control__input[type=checkbox]:indeterminate{
background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
.components-checkbox-control__input[type=checkbox]:checked::-ms-check,.components-checkbox-control__input[type=checkbox]:indeterminate::-ms-check{
opacity:0;
}
.components-checkbox-control__input[type=checkbox]:checked:before{
content:none;
}
.components-checkbox-control__input-container{
aspect-ratio:1;
display:inline-block;
flex-shrink:0;
line-height:1;
margin-right:var(--checkbox-input-margin);
position:relative;
vertical-align:middle;
width:var(--checkbox-input-size);
}
svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{
--checkmark-size:var(--checkbox-input-size);
fill:#fff;
cursor:pointer;
height:var(--checkmark-size);
left:50%;
pointer-events:none;
position:absolute;
top:50%;
transform:translate(-50%, -50%);
-webkit-user-select:none;
user-select:none;
width:var(--checkmark-size);
}
@media (min-width:600px){
svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{
--checkmark-size:calc(var(--checkbox-input-size) + 4px);
}
}
.components-checkbox-control__help{
display:inline-block;
margin-inline-start:calc(var(--checkbox-input-size) + var(--checkbox-input-margin));
}
.components-circular-option-picker{
display:inline-block;
min-width:188px;
width:100%;
}
.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper{
display:flex;
justify-content:flex-end;
margin-top:12px;
}
.components-circular-option-picker .components-circular-option-picker__swatches{
display:flex;
flex-wrap:wrap;
gap:12px;
position:relative;
z-index:1;
}
.components-circular-option-picker>:not(.components-circular-option-picker__swatches){
position:relative;
z-index:0;
}
.components-circular-option-picker__option-wrapper{
display:inline-block;
height:28px;
transform:scale(1);
vertical-align:top;
width:28px;
}
@media not (prefers-reduced-motion){
.components-circular-option-picker__option-wrapper{
transition:transform .1s ease;
will-change:transform;
}
}
.components-circular-option-picker__option-wrapper:hover{
transform:scale(1.2);
}
.components-circular-option-picker__option-wrapper>div{
height:100%;
width:100%;
}
.components-circular-option-picker__option-wrapper:before{
background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23555d65' d='M6 8V6H4v2zm2 0V6h2v2zm2 8H8v-2h2zm2 0v-2h2v2zm0 2v-2h-2v2H8v2h2v-2zm2 0v2h-2v-2zm2 0h-2v-2h2z'/%3E%3Cpath fill='%23555d65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2zm-2-4v-2h2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555d65' d='M18 18v2h-2v-2z'/%3E%3Cpath fill='%23555d65' fill-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2zm0 2v-2H6v2zm2 0v-2h2v2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555d65' fill-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4zm0 4V2H2v2zm2 0V2h2v2zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2z' clip-rule='evenodd'/%3E%3C/svg%3E");
border-radius:50%;
bottom:1px;
content:"";
left:1px;
position:absolute;
right:1px;
top:1px;
z-index:-1;
}
.components-circular-option-picker__option{
aspect-ratio:1;
background:#0000;
border:none;
border-radius:50%;
box-shadow:inset 0 0 0 14px;
display:inline-block;
height:100% !important;
vertical-align:top;
}
@media not (prefers-reduced-motion){
.components-circular-option-picker__option{
transition:box-shadow .1s ease;
}
}
.components-circular-option-picker__option{
cursor:pointer;
}
.components-circular-option-picker__option:hover{
box-shadow:inset 0 0 0 14px !important;
}
.components-circular-option-picker__option[aria-pressed=true],.components-circular-option-picker__option[aria-selected=true]{
box-shadow:inset 0 0 0 4px;
overflow:visible;
position:relative;
z-index:1;
}
.components-circular-option-picker__option[aria-pressed=true]+svg,.components-circular-option-picker__option[aria-selected=true]+svg{
border-radius:50%;
left:2px;
pointer-events:none;
position:absolute;
top:2px;
z-index:2;
}
.components-circular-option-picker__option:after{
border:1px solid #0000;
border-radius:50%;
bottom:-1px;
box-shadow:inset 0 0 0 1px #0003;
box-sizing:inherit;
content:"";
left:-1px;
position:absolute;
right:-1px;
top:-1px;
}
.components-circular-option-picker__option:focus:after{
border:2px solid #757575;
border-radius:50%;
box-shadow:inset 0 0 0 2px #fff;
content:"";
height:calc(100% + 4px);
left:50%;
position:absolute;
top:50%;
transform:translate(-50%, -50%);
width:calc(100% + 4px);
}
.components-circular-option-picker__option.components-button:focus{
background-color:initial;
box-shadow:inset 0 0 0 14px;
outline:none;
}
.components-circular-option-picker__button-action .components-circular-option-picker__option{
background:#fff;
color:#fff;
}
.components-circular-option-picker__dropdown-link-action{
margin-right:16px;
}
.components-circular-option-picker__dropdown-link-action .components-button{
line-height:22px;
}
.components-palette-edit__popover-gradient-picker{
padding:8px;
width:260px;
}
.components-dropdown-menu__menu .components-palette-edit__menu-button{
width:100%;
}
.component-color-indicator{
background:#fff linear-gradient(-45deg, #0000 48%, #ddd 0, #ddd 52%, #0000 0);
border-radius:50%;
box-shadow:inset 0 0 0 1px #0003;
display:inline-block;
height:20px;
padding:0;
width:20px;
}
.components-combobox-control{
width:100%;
}
input.components-combobox-control__input[type=text]{
background:var(--wp-components-color-background, #fff);
border:none;
box-shadow:none;
color:var(--wp-components-color-foreground, #1e1e1e);
font-family:inherit;
font-size:16px;
line-height:inherit;
margin:0;
min-height:auto;
padding:2px;
width:100%;
}
@media (min-width:600px){
input.components-combobox-control__input[type=text]{
font-size:13px;
}
}
input.components-combobox-control__input[type=text]:focus{
box-shadow:none;
outline:none;
}
.components-combobox-control__suggestions-container{
border:1px solid #949494;
border-radius:2px;
box-shadow:0 0 0 #0000;
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
font-size:16px;
line-height:normal;
padding:6px 8px;
}
@media not (prefers-reduced-motion){
.components-combobox-control__suggestions-container{
transition:box-shadow .1s linear;
}
}
@media (min-width:600px){
.components-combobox-control__suggestions-container{
font-size:13px;
line-height:normal;
}
}
.components-combobox-control__suggestions-container:focus{
border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
box-shadow:0 0 0 .5px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
outline:2px solid #0000;
}
.components-combobox-control__suggestions-container::-webkit-input-placeholder{
color:#1e1e1e9e;
}
.components-combobox-control__suggestions-container::-moz-placeholder{
color:#1e1e1e9e;
}
.components-combobox-control__suggestions-container:-ms-input-placeholder{
color:#1e1e1e9e;
}
.components-combobox-control__suggestions-container{
align-items:flex-start;
display:flex;
flex-wrap:wrap;
padding:0;
width:100%;
}
.components-combobox-control__suggestions-container:focus-within{
border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
box-shadow:0 0 0 .5px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
outline:2px solid #0000;
}
.components-combobox-control__suggestions-container .components-spinner{
margin:0;
}
.components-color-palette__custom-color-wrapper{
position:relative;
z-index:0;
}
.components-color-palette__custom-color-button{
background:none;
border:none;
border-radius:4px 4px 0 0;
box-shadow:inset 0 0 0 1px #0003;
box-sizing:border-box;
cursor:pointer;
height:64px;
outline:1px solid #0000;
position:relative;
width:100%;
}
.components-color-palette__custom-color-button:focus{
box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
outline-width:2px;
}
.components-color-palette__custom-color-button:after{
background-image:repeating-linear-gradient(45deg, #e0e0e0 25%, #0000 0, #0000 75%, #e0e0e0 0, #e0e0e0), repeating-linear-gradient(45deg, #e0e0e0 25%, #0000 0, #0000 75%, #e0e0e0 0, #e0e0e0);
background-position:0 0, 24px 24px;
background-size:48px 48px;
border-radius:3px 3px 0 0;
content:"";
inset:1px;
position:absolute;
z-index:-1;
}
.components-color-palette__custom-color-text-wrapper{
border-radius:0 0 4px 4px;
box-shadow:inset 0 -1px 0 0 #0003,inset 1px 0 0 0 #0003,inset -1px 0 0 0 #0003;
font-size:13px;
padding:12px 16px;
position:relative;
}
.components-color-palette__custom-color-name{
color:var(--wp-components-color-foreground, #1e1e1e);
margin:0 1px;
}
.components-color-palette__custom-color-value{
color:#757575;
}
.components-color-palette__custom-color-value--is-hex{
text-transform:uppercase;
}
.components-color-palette__custom-color-value:empty:after{
content:"​";
visibility:hidden;
}
.components-custom-gradient-picker__gradient-bar{
border-radius:2px;
height:48px;
position:relative;
width:100%;
z-index:1;
}
.components-custom-gradient-picker__gradient-bar.has-gradient{
background-image:repeating-linear-gradient(45deg, #e0e0e0 25%, #0000 0, #0000 75%, #e0e0e0 0, #e0e0e0), repeating-linear-gradient(45deg, #e0e0e0 25%, #0000 0, #0000 75%, #e0e0e0 0, #e0e0e0);
background-position:0 0, 12px 12px;
background-size:24px 24px;
}
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background{
inset:0;
position:absolute;
}
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container{
margin-left:auto;
margin-right:auto;
position:relative;
width:calc(100% - 48px);
}
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown{
display:flex;
height:16px;
position:absolute;
top:16px;
width:16px;
}
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown{
background:#fff;
border-radius:50%;
color:#1e1e1e;
height:inherit;
min-width:16px !important;
padding:2px;
position:relative;
width:inherit;
}
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg{
height:100%;
width:100%;
}
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button{
border-radius:50%;
box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 2px 0 #00000040;
height:inherit;
outline:2px solid #0000;
padding:0;
width:inherit;
}
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus{
box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff, 0 0 2px 0 #00000040;
outline:1.5px solid #0000;
}
.components-custom-gradient-picker__remove-control-point-wrapper{
padding-bottom:8px;
}
.components-custom-gradient-picker__inserter{
direction:ltr;
}
.components-custom-gradient-picker__liner-gradient-indicator{
display:inline-block;
flex:0 auto;
height:20px;
width:20px;
}
.components-custom-gradient-picker__ui-line{
position:relative;
z-index:0;
}
body.is-dragging-components-draggable{
cursor:move;
cursor:grabbing !important;
}
.components-draggable__invisible-drag-image{
height:50px;
left:-1000px;
position:fixed;
width:50px;
}
.components-draggable__clone{
background:#0000;
padding:0;
pointer-events:none;
position:fixed;
z-index:1000000000;
}
.components-drop-zone{
border-radius:2px;
bottom:0;
left:0;
opacity:0;
position:absolute;
right:0;
top:0;
visibility:hidden;
z-index:40;
}
.components-drop-zone.is-active{
opacity:1;
visibility:visible;
}
.components-drop-zone .components-drop-zone__content{
align-items:center;
background-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
bottom:0;
color:#fff;
display:flex;
height:100%;
justify-content:center;
left:0;
opacity:0;
pointer-events:none;
position:absolute;
right:0;
text-align:center;
top:0;
width:100%;
z-index:50;
}
.components-drop-zone .components-drop-zone__content-inner{
opacity:0;
transform:scale(.9);
}
.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{
opacity:1;
}
@media not (prefers-reduced-motion){
.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{
transition:opacity .2s ease-in-out;
}
}
.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{
opacity:1;
transform:scale(1);
}
@media not (prefers-reduced-motion){
.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{
transition:opacity .1s ease-in-out .1s,transform .1s ease-in-out .1s;
}
}
.components-drop-zone__content-icon,.components-drop-zone__content-text{
display:block;
}
.components-drop-zone__content-icon{
line-height:0;
margin:0 auto 8px;
fill:currentColor;
pointer-events:none;
}
.components-drop-zone__content-text{
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
font-size:13px;
}
.components-dropdown{
display:inline-block;
}
.components-dropdown__content .components-popover__content{
padding:8px;
}
.components-dropdown__content .components-popover__content:has(.components-menu-group){
padding:0;
}
.components-dropdown__content .components-popover__content:has(.components-menu-group) .components-dropdown-menu__menu>.components-menu-item__button,.components-dropdown__content .components-popover__content:has(.components-menu-group)>.components-menu-item__button{
margin:8px;
width:auto;
}
.components-dropdown__content [role=menuitem]{
white-space:nowrap;
}
.components-dropdown__content .components-menu-group{
padding:8px;
}
.components-dropdown__content .components-menu-group+.components-menu-group{
border-top:1px solid #ccc;
padding:8px;
}
.components-dropdown__content.is-alternate .components-menu-group+.components-menu-group{
border-color:#1e1e1e;
}
.components-dropdown-menu__toggle{
vertical-align:top;
}
.components-dropdown-menu__menu{
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
font-size:13px;
line-height:1.4;
width:100%;
}
.components-dropdown-menu__menu .components-dropdown-menu__menu-item,.components-dropdown-menu__menu .components-menu-item{
cursor:pointer;
outline:none;
padding:6px;
white-space:nowrap;
width:100%;
}
.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,.components-dropdown-menu__menu .components-menu-item.has-separator{
margin-top:6px;
overflow:visible;
position:relative;
}
.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,.components-dropdown-menu__menu .components-menu-item.has-separator:before{
background-color:#ddd;
box-sizing:initial;
content:"";
display:block;
height:1px;
left:0;
position:absolute;
right:0;
top:-3px;
}
.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,.components-dropdown-menu__menu .components-menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-menu-item.is-active svg{
background:#1e1e1e;
border-radius:1px;
box-shadow:0 0 0 1px #1e1e1e;
color:#fff;
}
.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,.components-dropdown-menu__menu .components-menu-item.is-icon-only{
width:auto;
}
.components-dropdown-menu__menu .components-menu-item__button,.components-dropdown-menu__menu .components-menu-item__button.components-button{
height:auto;
min-height:40px;
padding-left:8px;
padding-right:8px;
text-align:left;
}
.components-duotone-picker__color-indicator:before{
background:#0000;
}
.components-duotone-picker__color-indicator>.components-button,.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled){
background:linear-gradient(-45deg, #0000 48%, #ddd 0, #ddd 52%, #0000 0);
color:#0000;
}
.components-duotone-picker__color-indicator>.components-button:hover:not(:disabled):not([aria-disabled=true]),.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active{
color:#0000;
}
.components-color-list-picker,.components-color-list-picker__swatch-button{
width:100%;
}
.components-color-list-picker__color-picker{
margin:8px 0;
}
.components-color-list-picker__swatch-color{
margin:2px;
}
.components-external-link{
text-decoration:none;
}
.components-external-link__contents{
text-decoration:underline;
}
.components-external-link__icon{
font-weight:400;
margin-left:.5ch;
}
.components-form-toggle,.components-form-toggle .components-form-toggle__track{
display:inline-block;
height:16px;
position:relative;
}
.components-form-toggle .components-form-toggle__track{
background-color:#fff;
border:1px solid #949494;
border-radius:8px;
box-sizing:border-box;
content:"";
vertical-align:top;
width:32px;
}
@media not (prefers-reduced-motion){
.components-form-toggle .components-form-toggle__track{
transition:background-color .2s ease,border-color .2s ease;
}
}
.components-form-toggle .components-form-toggle__track{
overflow:hidden;
}
.components-form-toggle .components-form-toggle__track:after{
border-top:16px solid #0000;
box-sizing:border-box;
content:"";
inset:0;
position:absolute;
}
@media not (prefers-reduced-motion){
.components-form-toggle .components-form-toggle__track:after{
transition:opacity .2s ease;
}
}
.components-form-toggle .components-form-toggle__track:after{
opacity:0;
}
.components-form-toggle .components-form-toggle__thumb{
border-radius:50%;
box-sizing:border-box;
display:block;
height:12px;
left:2px;
position:absolute;
top:2px;
width:12px;
}
@media not (prefers-reduced-motion){
.components-form-toggle .components-form-toggle__thumb{
transition:transform .2s ease,background-color .2s ease-out;
}
}
.components-form-toggle .components-form-toggle__thumb{
background-color:#1e1e1e;
border:6px solid #0000;
box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;
}
.components-form-toggle.is-checked .components-form-toggle__track{
background-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
.components-form-toggle.is-checked .components-form-toggle__track:after{
opacity:1;
}
.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track{
box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
outline:2px solid #0000;
outline-offset:2px;
}
.components-form-toggle.is-checked .components-form-toggle__thumb{
background-color:#fff;
border-width:0;
transform:translateX(16px);
}
.components-disabled .components-form-toggle,.components-form-toggle.is-disabled{
opacity:.3;
}
.components-form-toggle input.components-form-toggle__input[type=checkbox]{
border:none;
height:100%;
left:0;
margin:0;
opacity:0;
padding:0;
position:absolute;
top:0;
width:100%;
z-index:1;
}
.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked{
background:none;
}
.components-form-toggle input.components-form-toggle__input[type=checkbox]:before{
content:"";
}
.components-form-toggle input.components-form-toggle__input[type=checkbox]:not(:disabled,[aria-disabled=true]){
cursor:pointer;
}
.components-form-token-field__input-container{
border:1px solid #949494;
border-radius:2px;
box-shadow:0 0 0 #0000;
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
font-size:16px;
line-height:normal;
padding:6px 8px;
}
@media not (prefers-reduced-motion){
.components-form-token-field__input-container{
transition:box-shadow .1s linear;
}
}
@media (min-width:600px){
.components-form-token-field__input-container{
font-size:13px;
line-height:normal;
}
}
.components-form-token-field__input-container:focus{
border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
box-shadow:0 0 0 .5px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
outline:2px solid #0000;
}
.components-form-token-field__input-container::-webkit-input-placeholder{
color:#1e1e1e9e;
}
.components-form-token-field__input-container::-moz-placeholder{
color:#1e1e1e9e;
}
.components-form-token-field__input-container:-ms-input-placeholder{
color:#1e1e1e9e;
}
.components-form-token-field__input-container{
cursor:text;
padding:0;
width:100%;
}
.components-form-token-field__input-container.is-disabled{
background:#ddd;
border-color:#ddd;
}
.components-form-token-field__input-container.is-active{
border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
box-shadow:0 0 0 .5px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
outline:2px solid #0000;
}
.components-form-token-field__input-container input[type=text].components-form-token-field__input{
background:inherit;
border:0;
box-shadow:none;
color:var(--wp-components-color-foreground, #1e1e1e);
display:inline-block;
flex:1;
font-family:inherit;
font-size:16px;
margin-left:4px;
max-width:100%;
min-height:24px;
min-width:50px;
padding:0;
width:100%;
}
@media (min-width:600px){
.components-form-token-field__input-container input[type=text].components-form-token-field__input{
font-size:13px;
}
}
.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{
box-shadow:none;
outline:none;
}
.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{
width:auto;
}
.components-form-token-field__token{
color:#1e1e1e;
display:flex;
font-size:13px;
max-width:100%;
}
.components-form-token-field__token.is-success .components-form-token-field__remove-token,.components-form-token-field__token.is-success .components-form-token-field__token-text{
background:#4ab866;
}
.components-form-token-field__token.is-error .components-form-token-field__remove-token,.components-form-token-field__token.is-error .components-form-token-field__token-text{
background:#cc1818;
}
.components-form-token-field__token.is-validating .components-form-token-field__remove-token,.components-form-token-field__token.is-validating .components-form-token-field__token-text{
color:#757575;
}
.components-form-token-field__token.is-borderless{
padding:0 24px 0 0;
position:relative;
}
.components-form-token-field__token.is-borderless .components-form-token-field__token-text{
background:#0000;
}
.components-form-token-field__token.is-borderless:not(.is-disabled) .components-form-token-field__token-text{
color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
.components-form-token-field__token.is-borderless .components-form-token-field__remove-token{
background:#0000;
color:#757575;
position:absolute;
right:0;
top:1px;
}
.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{
color:#4ab866;
}
.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{
color:#cc1818;
padding:0 4px 0 6px;
}
.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{
color:#1e1e1e;
}
.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{
background:#ddd;
display:inline-block;
height:auto;
min-width:unset;
}
@media not (prefers-reduced-motion){
.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{
transition:all .2s cubic-bezier(.4, 1, .4, 1);
}
}
.components-form-token-field__token-text{
border-radius:1px 0 0 1px;
line-height:24px;
overflow:hidden;
padding:0 0 0 8px;
text-overflow:ellipsis;
white-space:nowrap;
}
.components-form-token-field__remove-token.components-button{
border-radius:0 1px 1px 0;
color:#1e1e1e;
line-height:10px;
overflow:initial;
}
.components-form-token-field__remove-token.components-button:hover:not(:disabled){
color:#1e1e1e;
}
.components-form-token-field__suggestions-list{
flex:1 0 100%;
max-height:128px;
min-width:100%;
overflow-y:auto;
}
@media not (prefers-reduced-motion){
.components-form-token-field__suggestions-list{
transition:all .15s ease-in-out;
}
}
.components-form-token-field__suggestions-list{
box-shadow:inset 0 1px 0 0 #949494;
list-style:none;
margin:0;
padding:0;
}
.components-form-token-field__suggestion{
box-sizing:border-box;
color:var(--wp-components-color-foreground, #1e1e1e);
display:block;
font-size:13px;
margin:0;
min-height:32px;
padding:8px 12px;
}
.components-form-token-field__suggestion.is-selected{
background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
color:var(--wp-components-color-foreground-inverted, #fff);
}
.components-form-token-field__suggestion[aria-disabled=true]{
color:#949494;
pointer-events:none;
}
.components-form-token-field__suggestion[aria-disabled=true].is-selected{
background:color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 4%, #0000);
}
.components-form-token-field__suggestion:not(.is-empty){
cursor:pointer;
}
@media (min-width:600px){
.components-guide{
width:600px;
}
}
.components-guide .components-modal__content{
margin-top:0;
padding:0;
}
.components-guide .components-modal__content:before{
content:none;
}
.components-guide .components-modal__header{
border-bottom:none;
height:64px;
padding:0;
position:sticky;
}
.components-guide .components-modal__header .components-button{
align-self:flex-start;
margin:8px 8px 0 0;
position:static;
}
.components-guide .components-modal__header .components-button:hover svg{
fill:#fff;
}
.components-guide .components-guide__container{
display:flex;
flex-direction:column;
justify-content:space-between;
margin-top:-64px;
min-height:100%;
}
.components-guide .components-guide__page{
display:flex;
flex-direction:column;
justify-content:center;
position:relative;
}
@media (min-width:600px){
.components-guide .components-guide__page{
min-height:300px;
}
}
.components-guide .components-guide__footer{
align-content:center;
display:flex;
height:36px;
justify-content:center;
margin:0 0 24px;
padding:0 32px;
position:relative;
width:100%;
}
.components-guide .components-guide__page-control{
margin:0;
text-align:center;
}
.components-guide .components-guide__page-control li{
display:inline-block;
margin:0;
}
.components-guide .components-guide__page-control .components-button{
color:#e0e0e0;
margin:-6px 0;
}
.components-guide .components-guide__page-control li[aria-current=step] .components-button{
color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
.components-modal__frame.components-guide{
border:none;
max-height:575px;
min-width:312px;
}
@media (max-width:600px){
.components-modal__frame.components-guide{
margin:auto;
max-width:calc(100vw - 32px);
}
}
.components-button.components-guide__back-button,.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{
position:absolute;
}
.components-button.components-guide__back-button{
left:32px;
}
.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{
right:32px;
}
[role=region]{
position:relative;
}
.is-focusing-regions [role=region]:focus:after,[role=region].interface-interface-skeleton__content:focus-visible:after{
bottom:0;
content:"";
left:0;
pointer-events:none;
position:absolute;
right:0;
top:0;
z-index:1000000;
}
.is-focusing-regions .editor-post-publish-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-entities-saved-states-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-publish-panel,.is-focusing-regions .interface-interface-skeleton__sidebar .editor-layout__toggle-sidebar-panel,.is-focusing-regions [role=region]:focus:after,.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header,[role=region].interface-interface-skeleton__content:focus-visible:after{
outline-color:var(--wp-admin-theme-color);
outline-offset:calc(var(--wp-admin-border-width-focus)*-2/var(--wp-block-editor-iframe-zoom-out-scale, 1));
outline-style:solid;
outline-width:calc(var(--wp-admin-border-width-focus)*2/var(--wp-block-editor-iframe-zoom-out-scale, 1));
}
.components-menu-group+.components-menu-group{
border-top:1px solid #1e1e1e;
padding-top:8px;
}
.components-menu-group+.components-menu-group.has-hidden-separator{
border-top:none;
margin-top:0;
padding-top:0;
}
.components-menu-group:has(>div:empty){
display:none;
}
.components-menu-group__label{
color:#757575;
font-size:11px;
font-weight:500;
margin-bottom:12px;
margin-top:4px;
padding:0 8px;
text-transform:uppercase;
white-space:nowrap;
}
.components-menu-item__button,.components-menu-item__button.components-button{
width:100%;
}
.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child{
box-sizing:initial;
padding-right:48px;
}
.components-menu-item__button .components-menu-items__item-icon,.components-menu-item__button.components-button .components-menu-items__item-icon{
display:inline-block;
flex:0 0 auto;
}
.components-menu-item__button .components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right{
margin-left:24px;
margin-right:-2px;
}
.components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right{
margin-left:8px;
}
.components-menu-item__button .block-editor-block-icon,.components-menu-item__button.components-button .block-editor-block-icon{
margin-left:-2px;
margin-right:8px;
}
.components-menu-item__button.components-button.is-primary,.components-menu-item__button.is-primary{
justify-content:center;
}
.components-menu-item__button.components-button.is-primary .components-menu-item__item,.components-menu-item__button.is-primary .components-menu-item__item{
margin-right:0;
}
.components-menu-item__button.components-button:disabled.is-tertiary,.components-menu-item__button.components-button[aria-disabled=true].is-tertiary,.components-menu-item__button:disabled.is-tertiary,.components-menu-item__button[aria-disabled=true].is-tertiary{
background:none;
color:var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #2145e6));
opacity:.3;
}
.components-menu-item__info-wrapper{
display:flex;
flex-direction:column;
margin-right:auto;
}
.components-menu-item__info{
color:#757575;
font-size:12px;
margin-top:4px;
white-space:normal;
}
.components-menu-item__item{
align-items:center;
display:inline-flex;
margin-right:auto;
min-width:160px;
white-space:nowrap;
}
.components-menu-item__shortcut{
align-self:center;
color:currentColor;
display:none;
margin-left:auto;
margin-right:0;
padding-left:24px;
}
@media (min-width:480px){
.components-menu-item__shortcut{
display:inline;
}
}
.components-menu-items-choice,.components-menu-items-choice.components-button{
height:auto;
min-height:40px;
}
.components-menu-items-choice svg,.components-menu-items-choice.components-button svg{
margin-right:12px;
}
.components-menu-items-choice.components-button.has-icon,.components-menu-items-choice.has-icon{
padding-left:12px;
}
.components-modal__screen-overlay{
background-color:#00000059;
bottom:0;
display:flex;
left:0;
position:fixed;
right:0;
top:0;
z-index:100000;
}
@keyframes __wp-base-styles-fade-in{
0%{
opacity:0;
}
to{
opacity:1;
}
}
@media not (prefers-reduced-motion){
.components-modal__screen-overlay{
animation:__wp-base-styles-fade-in .08s linear 0s;
animation-fill-mode:forwards;
}
}
@keyframes __wp-base-styles-fade-out{
0%{
opacity:1;
}
to{
opacity:0;
}
}
@media not (prefers-reduced-motion){
.components-modal__screen-overlay.is-animating-out{
animation:__wp-base-styles-fade-out .08s linear 80ms;
animation-fill-mode:forwards;
}
}
.components-modal__frame{
box-sizing:border-box;
}
.components-modal__frame *,.components-modal__frame :after,.components-modal__frame :before{
box-sizing:inherit;
}
.components-modal__frame{
animation-fill-mode:forwards;
animation-name:components-modal__appear-animation;
animation-timing-function:cubic-bezier(.29, 0, 0, 1);
background:#fff;
border-radius:8px 8px 0 0;
box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005;
color:#1e1e1e;
display:flex;
margin:40px 0 0;
overflow:hidden;
width:100%;
}
.components-modal__frame h1,.components-modal__frame h2,.components-modal__frame h3{
color:#1e1e1e;
}
@media not (prefers-reduced-motion){
.components-modal__frame{
animation-duration:var(--modal-frame-animation-duration);
}
}
.components-modal__screen-overlay.is-animating-out .components-modal__frame{
animation-name:components-modal__disappear-animation;
animation-timing-function:cubic-bezier(1, 0, .2, 1);
}
@media (min-width:600px){
.components-modal__frame{
border-radius:8px;
margin:auto;
max-height:calc(100% - 128px);
max-width:calc(100% - 32px);
min-width:350px;
width:auto;
}
}
@media (min-width:600px) and (min-width:600px){
.components-modal__frame.is-full-screen{
height:calc(100% - 32px);
max-height:none;
width:calc(100% - 32px);
}
}
@media (min-width:600px) and (min-width:782px){
.components-modal__frame.is-full-screen{
height:calc(100% - 80px);
max-width:none;
width:calc(100% - 80px);
}
}
@media (min-width:600px){
.components-modal__frame.has-size-large,.components-modal__frame.has-size-medium,.components-modal__frame.has-size-small{
width:100%;
}
.components-modal__frame.has-size-small{
max-width:384px;
}
.components-modal__frame.has-size-medium{
max-width:512px;
}
.components-modal__frame.has-size-large{
max-width:840px;
}
}
@media (min-width:960px){
.components-modal__frame{
max-height:70%;
}
}
@keyframes components-modal__appear-animation{
0%{
opacity:0;
transform:scale(.9);
}
to{
opacity:1;
transform:scale(1);
}
}
@keyframes components-modal__disappear-animation{
0%{
opacity:1;
transform:scale(1);
}
to{
opacity:0;
transform:scale(.9);
}
}
.components-modal__header{
align-items:center;
border-bottom:1px solid #0000;
box-sizing:border-box;
display:flex;
flex-direction:row;
height:72px;
justify-content:space-between;
left:0;
padding:24px 32px 8px;
position:absolute;
top:0;
width:100%;
z-index:10;
}
.components-modal__header .components-modal__header-heading{
font-size:1.2rem;
font-weight:600;
}
.components-modal__header h1{
line-height:1;
margin:0;
}
.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header{
border-bottom-color:#ddd;
}
.components-modal__header+p{
margin-top:0;
}
.components-modal__header-heading-container{
align-items:center;
display:flex;
flex-direction:row;
flex-grow:1;
justify-content:flex-start;
}
.components-modal__header-icon-container{
display:inline-block;
}
.components-modal__header-icon-container svg{
max-height:36px;
max-width:36px;
padding:8px;
}
.components-modal__content{
flex:1;
margin-top:72px;
overflow:auto;
padding:4px 32px 32px;
}
.components-modal__content.hide-header{
margin-top:0;
padding-top:32px;
}
.components-modal__content.is-scrollable:focus-visible{
box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
outline:2px solid #0000;
outline-offset:-2px;
}
.components-notice{
align-items:center;
background-color:#fff;
border-left:4px solid var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
color:#1e1e1e;
display:flex;
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
font-size:13px;
padding:8px 12px;
}
.components-notice.is-dismissible{
position:relative;
}
.components-notice.is-success{
background-color:#eff9f1;
border-left-color:#4ab866;
}
.components-notice.is-warning{
background-color:#fef8ee;
border-left-color:#f0b849;
}
.components-notice.is-error{
background-color:#f4a2a2;
border-left-color:#cc1818;
}
.components-notice__content{
flex-grow:1;
margin:4px 25px 4px 0;
}
.components-notice__actions{
display:flex;
flex-wrap:wrap;
}
.components-notice__action.components-button,.components-notice__action.components-button.is-link{
margin-left:12px;
}
.components-notice__action.components-button.is-secondary{
vertical-align:initial;
}
.components-notice__action.components-button{
margin-right:8px;
}
.components-notice__dismiss{
align-self:flex-start;
color:#757575;
flex-shrink:0;
}
.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{
background-color:initial;
color:#1e1e1e;
}
.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{
box-shadow:none;
}
.components-notice-list{
box-sizing:border-box;
max-width:100vw;
}
.components-notice-list .components-notice__content{
line-height:2;
margin-bottom:12px;
margin-top:12px;
}
.components-notice-list .components-notice__action.components-button{
display:block;
margin-left:0;
margin-top:8px;
}
.components-panel{
background:#fff;
border:1px solid #e0e0e0;
}
.components-panel>.components-panel__body:first-child,.components-panel>.components-panel__header:first-child{
margin-top:-1px;
}
.components-panel>.components-panel__body:last-child,.components-panel>.components-panel__header:last-child{
border-bottom-width:0;
}
.components-panel+.components-panel{
margin-top:-1px;
}
.components-panel__body{
border-bottom:1px solid #e0e0e0;
border-top:1px solid #e0e0e0;
}
.components-panel__body h3{
margin:0 0 .5em;
}
.components-panel__body.is-opened{
padding:16px;
}
.components-panel__header{
align-items:center;
border-bottom:1px solid #ddd;
box-sizing:initial;
display:flex;
flex-shrink:0;
height:47px;
justify-content:space-between;
padding:0 16px;
}
.components-panel__header h2{
color:inherit;
font-size:inherit;
margin:0;
}
.components-panel__body+.components-panel__body,.components-panel__body+.components-panel__header,.components-panel__header+.components-panel__body,.components-panel__header+.components-panel__header{
margin-top:-1px;
}
.components-panel__body>.components-panel__body-title{
display:block;
font-size:inherit;
margin-bottom:0;
margin-top:0;
padding:0;
}
@media not (prefers-reduced-motion){
.components-panel__body>.components-panel__body-title{
transition:background .1s ease-in-out;
}
}
.components-panel__body.is-opened>.components-panel__body-title{
margin:-16px -16px 5px;
}
.components-panel__body>.components-panel__body-title:hover{
background:#f0f0f0;
border:none;
}
.components-panel__body-toggle.components-button{
border:none;
box-shadow:none;
color:#1e1e1e;
font-weight:500;
outline:none;
padding:16px 48px 16px 16px;
position:relative;
text-align:left;
width:100%;
}
@media not (prefers-reduced-motion){
.components-panel__body-toggle.components-button{
transition:background .1s ease-in-out;
}
}
.components-panel__body-toggle.components-button{
height:auto;
}
.components-panel__body-toggle.components-button:focus{
border-radius:0;
box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
.components-panel__body-toggle.components-button .components-panel__arrow{
color:#1e1e1e;
position:absolute;
right:16px;
top:50%;
transform:translateY(-50%);
fill:currentColor;
}
@media not (prefers-reduced-motion){
.components-panel__body-toggle.components-button .components-panel__arrow{
transition:color .1s ease-in-out;
}
}
body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right{
-ms-filter:fliph;
filter:FlipH;
margin-top:-10px;
transform:scaleX(-1);
}
.components-panel__icon{
color:#757575;
margin:-2px 0 -2px 6px;
}
.components-panel__body-toggle-icon{
margin-right:-5px;
}
.components-panel__color-title{
float:left;
height:19px;
}
.components-panel__row{
align-items:center;
display:flex;
justify-content:space-between;
margin-top:8px;
min-height:36px;
}
.components-panel__row select{
min-width:0;
}
.components-panel__row label{
flex-shrink:0;
margin-right:12px;
max-width:75%;
}
.components-panel__row:empty,.components-panel__row:first-of-type{
margin-top:0;
}
.components-panel .circle-picker{
padding-bottom:20px;
}
.components-placeholder.components-placeholder{
align-items:flex-start;
box-sizing:border-box;
color:#1e1e1e;
display:flex;
flex-direction:column;
font-size:13px;
gap:16px;
margin:0;
padding:24px;
position:relative;
text-align:left;
width:100%;
-moz-font-smoothing:subpixel-antialiased;
-webkit-font-smoothing:subpixel-antialiased;
background-color:#fff;
border-radius:2px;
box-shadow:inset 0 0 0 1px #1e1e1e;
outline:1px solid #0000;
}
.components-placeholder__error,.components-placeholder__fieldset,.components-placeholder__instructions,.components-placeholder__label{
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
font-size:13px;
font-weight:400;
letter-spacing:normal;
line-height:normal;
text-transform:none;
}
.components-placeholder__label{
align-items:center;
display:flex;
font-weight:600;
}
.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{
margin-right:4px;
fill:currentColor;
}
@media (forced-colors:active){
.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{
fill:CanvasText;
}
}
.components-placeholder__label:empty{
display:none;
}
.components-placeholder__fieldset,.components-placeholder__fieldset form{
display:flex;
flex-direction:row;
flex-wrap:wrap;
gap:16px;
justify-content:flex-start;
width:100%;
}
.components-placeholder__fieldset form p,.components-placeholder__fieldset p{
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
font-size:13px;
}
.components-placeholder__fieldset.is-column-layout,.components-placeholder__fieldset.is-column-layout form{
flex-direction:column;
}
.components-placeholder__input[type=url]{
border:1px solid #949494;
border-radius:2px;
box-shadow:0 0 0 #0000;
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
font-size:16px;
line-height:normal;
padding:6px 8px;
}
@media not (prefers-reduced-motion){
.components-placeholder__input[type=url]{
transition:box-shadow .1s linear;
}
}
@media (min-width:600px){
.components-placeholder__input[type=url]{
font-size:13px;
line-height:normal;
}
}
.components-placeholder__input[type=url]:focus{
border-color:var(--wp-admin-theme-color);
box-shadow:0 0 0 .5px var(--wp-admin-theme-color);
outline:2px solid #0000;
}
.components-placeholder__input[type=url]::-webkit-input-placeholder{
color:#1e1e1e9e;
}
.components-placeholder__input[type=url]::-moz-placeholder{
color:#1e1e1e9e;
}
.components-placeholder__input[type=url]:-ms-input-placeholder{
color:#1e1e1e9e;
}
.components-placeholder__input[type=url]{
flex:1 1 auto;
}
.components-placeholder__error{
gap:8px;
width:100%;
}
.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link{
margin-left:10px;
margin-right:10px;
}
.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child{
margin-right:0;
}
.components-placeholder.is-medium .components-placeholder__instructions,.components-placeholder.is-small .components-placeholder__instructions{
display:none;
}
.components-placeholder.is-medium .components-placeholder__fieldset,.components-placeholder.is-medium .components-placeholder__fieldset form,.components-placeholder.is-small .components-placeholder__fieldset,.components-placeholder.is-small .components-placeholder__fieldset form{
flex-direction:column;
}
.components-placeholder.is-medium .components-button,.components-placeholder.is-medium .components-placeholder__fieldset>*,.components-placeholder.is-small .components-button,.components-placeholder.is-small .components-placeholder__fieldset>*{
justify-content:center;
width:100%;
}
.components-placeholder.is-small{
padding:16px;
}
.components-placeholder.has-illustration{
backdrop-filter:blur(100px);
backface-visibility:hidden;
background-color:initial;
border-radius:0;
box-shadow:none;
color:inherit;
display:flex;
}
.is-dark-theme .components-placeholder.has-illustration{
background-color:#0000001a;
}
.components-placeholder.has-illustration .components-placeholder__fieldset{
margin-left:0;
margin-right:0;
}
.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{
opacity:0;
pointer-events:none;
}
@media not (prefers-reduced-motion){
.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{
transition:opacity .1s linear;
}
}
.is-selected>.components-placeholder.has-illustration .components-button,.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,.is-selected>.components-placeholder.has-illustration .components-placeholder__label{
opacity:1;
pointer-events:auto;
}
.components-placeholder.has-illustration:before{
background:currentColor;
bottom:0;
content:"";
left:0;
opacity:.1;
pointer-events:none;
position:absolute;
right:0;
top:0;
}
.components-placeholder.has-illustration{
overflow:hidden;
}
.is-selected .components-placeholder.has-illustration{
overflow:auto;
}
.components-placeholder__preview{
display:flex;
justify-content:center;
}
.components-placeholder__illustration{
box-sizing:initial;
height:100%;
left:50%;
position:absolute;
top:50%;
transform:translate(-50%, -50%);
width:100%;
stroke:currentColor;
opacity:.25;
}
.components-popover{
box-sizing:border-box;
}
.components-popover *,.components-popover :after,.components-popover :before{
box-sizing:inherit;
}
.components-popover{
will-change:transform;
z-index:1000000;
}
.components-popover.is-expanded{
bottom:0;
left:0;
position:fixed;
right:0;
top:0;
z-index:1000000 !important;
}
.components-popover__content{
background:#fff;
border-radius:4px;
box-shadow:0 0 0 1px #ccc,0 2px 3px #0000000d,0 4px 5px #0000000a,0 12px 12px #00000008,0 16px 16px #00000005;
box-sizing:border-box;
width:min-content;
}
.is-alternate .components-popover__content{
border-radius:2px;
box-shadow:0 0 0 1px #1e1e1e;
}
.is-unstyled .components-popover__content{
background:none;
border-radius:0;
box-shadow:none;
}
.components-popover.is-expanded .components-popover__content{
box-shadow:0 -1px 0 0 #ccc;
height:calc(100% - 48px);
overflow-y:visible;
position:static;
width:auto;
}
.components-popover.is-expanded.is-alternate .components-popover__content{
box-shadow:0 -1px 0 #1e1e1e;
}
.components-popover__header{
align-items:center;
background:#fff;
display:flex;
height:48px;
justify-content:space-between;
padding:0 8px 0 16px;
}
.components-popover__header-title{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
width:100%;
}
.components-popover__close.components-button{
z-index:5;
}
.components-popover__arrow{
display:flex;
height:14px;
pointer-events:none;
position:absolute;
width:14px;
}
.components-popover__arrow:before{
background-color:#fff;
content:"";
height:2px;
left:1px;
position:absolute;
right:1px;
top:-1px;
}
.components-popover__arrow.is-top{
bottom:-14px !important;
transform:rotate(0);
}
.components-popover__arrow.is-right{
left:-14px !important;
transform:rotate(90deg);
}
.components-popover__arrow.is-bottom{
top:-14px !important;
transform:rotate(180deg);
}
.components-popover__arrow.is-left{
right:-14px !important;
transform:rotate(-90deg);
}
.components-popover__triangle{
display:block;
flex:1;
}
.components-popover__triangle-bg{
fill:#fff;
}
.components-popover__triangle-border{
fill:#0000;
stroke-width:1px;
stroke:#ccc;
}
.is-alternate .components-popover__triangle-border{
stroke:#1e1e1e;
}
.components-radio-control{
border:0;
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
font-size:13px;
margin:0;
padding:0;
}
.components-radio-control__group-wrapper.has-help{
margin-block-end:12px;
}
.components-radio-control__option{
align-items:center;
column-gap:8px;
display:grid;
grid-template-columns:auto 1fr;
grid-template-rows:auto minmax(0, max-content);
}
.components-radio-control__input[type=radio]{
border:1px solid #1e1e1e;
border-radius:50%;
grid-column:1;
grid-row:1;
height:24px;
margin-right:12px;
max-width:24px;
min-width:24px;
position:relative;
transition:none;
width:24px;
}
@media not (prefers-reduced-motion){
.components-radio-control__input[type=radio]{
transition:box-shadow .1s linear;
}
}
@media (min-width:600px){
.components-radio-control__input[type=radio]{
height:16px;
max-width:16px;
min-width:16px;
width:16px;
}
}
.components-radio-control__input[type=radio]:checked:before{
background-color:#fff;
border:4px solid #fff;
box-sizing:inherit;
height:12px;
left:50%;
margin:0;
position:absolute;
top:50%;
transform:translate(-50%, -50%);
width:12px;
}
@media (min-width:600px){
.components-radio-control__input[type=radio]:checked:before{
height:8px;
width:8px;
}
}
.components-radio-control__input[type=radio]:focus{
box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);
}
.components-radio-control__input[type=radio]:checked{
background:var(--wp-admin-theme-color);
border:none;
}
.components-radio-control__input[type=radio]{
appearance:none;
cursor:pointer;
display:inline-flex;
margin:0;
padding:0;
}
.components-radio-control__input[type=radio]:focus{
box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);
outline:2px solid #0000;
outline-offset:2px;
}
.components-radio-control__input[type=radio]:checked{
background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
.components-radio-control__input[type=radio]:checked:before{
border-radius:50%;
content:"";
}
.components-radio-control__label{
cursor:pointer;
grid-column:2;
grid-row:1;
line-height:24px;
}
@media (min-width:600px){
.components-radio-control__label{
line-height:16px;
}
}
.components-radio-control__option-description{
grid-column:2;
grid-row:2;
padding-block-start:4px;
}
.components-radio-control__option-description.components-radio-control__option-description{
margin-top:0;
}
.components-resizable-box__handle{
display:none;
height:23px;
width:23px;
z-index:2;
}
.components-resizable-box__container.has-show-handle .components-resizable-box__handle{
display:block;
}
.components-resizable-box__handle>div{
height:100%;
outline:none;
position:relative;
width:100%;
z-index:2;
}
.components-resizable-box__container>img{
width:inherit;
}
.components-resizable-box__handle:after{
background:#fff;
border-radius:50%;
box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)), 0 1px 1px #00000008, 0 1px 2px #00000005, 0 3px 3px #00000005, 0 4px 4px #00000003;
content:"";
cursor:inherit;
display:block;
height:15px;
outline:2px solid #0000;
position:absolute;
right:calc(50% - 8px);
top:calc(50% - 8px);
width:15px;
}
.components-resizable-box__side-handle:before{
background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
border-radius:9999px;
content:"";
cursor:inherit;
display:block;
height:3px;
position:absolute;
right:calc(50% - 1px);
top:calc(50% - 1px);
width:3px;
}
@media not (prefers-reduced-motion){
.components-resizable-box__side-handle:before{
transition:transform .1s ease-in;
will-change:transform;
}
}
.components-resizable-box__side-handle:before{
opacity:0;
}
.components-resizable-box__corner-handle,.components-resizable-box__side-handle{
z-index:2;
}
.components-resizable-box__side-handle.components-resizable-box__handle-bottom,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,.components-resizable-box__side-handle.components-resizable-box__handle-top,.components-resizable-box__side-handle.components-resizable-box__handle-top:before{
border-left:0;
border-right:0;
left:0;
width:100%;
}
.components-resizable-box__side-handle.components-resizable-box__handle-left,.components-resizable-box__side-handle.components-resizable-box__handle-left:before,.components-resizable-box__side-handle.components-resizable-box__handle-right,.components-resizable-box__side-handle.components-resizable-box__handle-right:before{
border-bottom:0;
border-top:0;
height:100%;
top:0;
}
@media not (prefers-reduced-motion){
.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{
animation:components-resizable-box__top-bottom-animation .1s ease-out 0s;
animation-fill-mode:forwards;
}
.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{
animation:components-resizable-box__left-right-animation .1s ease-out 0s;
animation-fill-mode:forwards;
}
}
@media not all and (min-resolution:0.001dpcm){
@supports (-webkit-appearance:none){
.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{
animation:none;
}
}
}
@keyframes components-resizable-box__top-bottom-animation{
0%{
opacity:0;
transform:scaleX(0);
}
to{
opacity:1;
transform:scaleX(1);
}
}
@keyframes components-resizable-box__left-right-animation{
0%{
opacity:0;
transform:scaleY(0);
}
to{
opacity:1;
transform:scaleY(1);
}
}
.components-resizable-box__handle-right{
right:-11.5px;
}
.components-resizable-box__handle-left{
left:-11.5px;
}
.components-resizable-box__handle-top{
top:-11.5px;
}
.components-resizable-box__handle-bottom{
bottom:-11.5px;
}
.components-responsive-wrapper{
align-items:center;
display:flex;
justify-content:center;
max-width:100%;
position:relative;
}
.components-responsive-wrapper__content{
display:block;
max-width:100%;
width:100%;
}
.components-sandbox{
overflow:hidden;
}
iframe.components-sandbox{
width:100%;
}
body.lockscroll,html.lockscroll{
overflow:hidden;
}
.components-select-control__input{
outline:0;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0) !important;
}
.components-snackbar{
backdrop-filter:blur(16px) saturate(180%);
background:#000000d9;
border-radius:4px;
box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;
box-sizing:border-box;
color:#fff;
cursor:pointer;
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
font-size:13px;
max-width:600px;
padding:12px 20px;
pointer-events:auto;
width:100%;
}
@media (min-width:600px){
.components-snackbar{
width:fit-content;
}
}
.components-snackbar:focus{
box-shadow:inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
.components-snackbar.components-snackbar-explicit-dismiss{
cursor:default;
}
.components-snackbar .components-snackbar__content-with-icon{
padding-left:24px;
position:relative;
}
.components-snackbar .components-snackbar__icon{
left:-8px;
position:absolute;
top:-2.9px;
}
.components-snackbar .components-snackbar__dismiss-button{
cursor:pointer;
margin-left:24px;
}
.components-snackbar__action.components-button,.components-snackbar__action.components-external-link{
color:#fff;
flex-shrink:0;
margin-left:32px;
}
.components-snackbar__action.components-button:focus,.components-snackbar__action.components-external-link:focus{
box-shadow:none;
outline:1px dotted #fff;
}
.components-snackbar__action.components-button:hover,.components-snackbar__action.components-external-link:hover{
color:currentColor;
text-decoration:none;
}
.components-snackbar__content{
align-items:baseline;
display:flex;
justify-content:space-between;
line-height:1.4;
}
.components-snackbar-list{
box-sizing:border-box;
pointer-events:none;
position:absolute;
width:100%;
z-index:100000;
}
.components-snackbar-list__notice-container{
padding-top:8px;
position:relative;
}
.components-tab-panel__tabs{
align-items:stretch;
display:flex;
flex-direction:row;
}
.components-tab-panel__tabs[aria-orientation=vertical]{
flex-direction:column;
}
.components-tab-panel__tabs-item{
background:#0000;
border:none;
border-radius:0;
box-shadow:none;
cursor:pointer;
font-weight:500;
height:48px !important;
margin-left:0;
padding:3px 16px;
position:relative;
}
.components-tab-panel__tabs-item:focus:not(:disabled){
box-shadow:none;
outline:none;
position:relative;
}
.components-tab-panel__tabs-item:after{
background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
border-radius:0;
bottom:0;
content:"";
height:calc(var(--wp-admin-border-width-focus)*0);
left:0;
pointer-events:none;
position:absolute;
right:0;
}
@media not (prefers-reduced-motion){
.components-tab-panel__tabs-item:after{
transition:all .1s linear;
}
}
.components-tab-panel__tabs-item.is-active:after{
height:calc(var(--wp-admin-border-width-focus)*1);
outline:2px solid #0000;
outline-offset:-1px;
}
.components-tab-panel__tabs-item:before{
border-radius:2px;
bottom:12px;
box-shadow:0 0 0 0 #0000;
content:"";
left:12px;
pointer-events:none;
position:absolute;
right:12px;
top:12px;
}
@media not (prefers-reduced-motion){
.components-tab-panel__tabs-item:before{
transition:all .1s linear;
}
}
.components-tab-panel__tabs-item:focus-visible:before{
box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
outline:2px solid #0000;
}
.components-tab-panel__tab-content:focus{
box-shadow:none;
outline:none;
}
.components-tab-panel__tab-content:focus-visible{
box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
outline:2px solid #0000;
outline-offset:0;
}
.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{
background:var(--wp-components-color-background, #fff);
border:1px solid #949494;
border-radius:2px;
box-shadow:0 0 0 #0000;
color:var(--wp-components-color-foreground, #1e1e1e);
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
font-size:16px;
height:32px;
line-height:normal;
margin:0;
padding:6px 8px;
width:100%;
}
@media not (prefers-reduced-motion){
.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{
transition:box-shadow .1s linear;
}
}
@media (min-width:600px){
.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{
font-size:13px;
line-height:normal;
}
}
.components-text-control__input:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus{
border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
box-shadow:0 0 0 .5px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
outline:2px solid #0000;
}
.components-text-control__input::-webkit-input-placeholder,.components-text-control__input[type=color]::-webkit-input-placeholder,.components-text-control__input[type=date]::-webkit-input-placeholder,.components-text-control__input[type=datetime-local]::-webkit-input-placeholder,.components-text-control__input[type=datetime]::-webkit-input-placeholder,.components-text-control__input[type=email]::-webkit-input-placeholder,.components-text-control__input[type=month]::-webkit-input-placeholder,.components-text-control__input[type=number]::-webkit-input-placeholder,.components-text-control__input[type=password]::-webkit-input-placeholder,.components-text-control__input[type=tel]::-webkit-input-placeholder,.components-text-control__input[type=text]::-webkit-input-placeholder,.components-text-control__input[type=time]::-webkit-input-placeholder,.components-text-control__input[type=url]::-webkit-input-placeholder,.components-text-control__input[type=week]::-webkit-input-placeholder{
color:#1e1e1e9e;
}
.components-text-control__input::-moz-placeholder,.components-text-control__input[type=color]::-moz-placeholder,.components-text-control__input[type=date]::-moz-placeholder,.components-text-control__input[type=datetime-local]::-moz-placeholder,.components-text-control__input[type=datetime]::-moz-placeholder,.components-text-control__input[type=email]::-moz-placeholder,.components-text-control__input[type=month]::-moz-placeholder,.components-text-control__input[type=number]::-moz-placeholder,.components-text-control__input[type=password]::-moz-placeholder,.components-text-control__input[type=tel]::-moz-placeholder,.components-text-control__input[type=text]::-moz-placeholder,.components-text-control__input[type=time]::-moz-placeholder,.components-text-control__input[type=url]::-moz-placeholder,.components-text-control__input[type=week]::-moz-placeholder{
color:#1e1e1e9e;
}
.components-text-control__input:-ms-input-placeholder,.components-text-control__input[type=color]:-ms-input-placeholder,.components-text-control__input[type=date]:-ms-input-placeholder,.components-text-control__input[type=datetime-local]:-ms-input-placeholder,.components-text-control__input[type=datetime]:-ms-input-placeholder,.components-text-control__input[type=email]:-ms-input-placeholder,.components-text-control__input[type=month]:-ms-input-placeholder,.components-text-control__input[type=number]:-ms-input-placeholder,.components-text-control__input[type=password]:-ms-input-placeholder,.components-text-control__input[type=tel]:-ms-input-placeholder,.components-text-control__input[type=text]:-ms-input-placeholder,.components-text-control__input[type=time]:-ms-input-placeholder,.components-text-control__input[type=url]:-ms-input-placeholder,.components-text-control__input[type=week]:-ms-input-placeholder{
color:#1e1e1e9e;
}
.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{
border-color:var(--wp-components-color-gray-600, #949494);
}
.components-text-control__input::placeholder,.components-text-control__input[type=color]::placeholder,.components-text-control__input[type=date]::placeholder,.components-text-control__input[type=datetime-local]::placeholder,.components-text-control__input[type=datetime]::placeholder,.components-text-control__input[type=email]::placeholder,.components-text-control__input[type=month]::placeholder,.components-text-control__input[type=number]::placeholder,.components-text-control__input[type=password]::placeholder,.components-text-control__input[type=tel]::placeholder,.components-text-control__input[type=text]::placeholder,.components-text-control__input[type=time]::placeholder,.components-text-control__input[type=url]::placeholder,.components-text-control__input[type=week]::placeholder{
color:color-mix(in srgb, var(--wp-components-color-foreground, #1e1e1e), #0000 38%);
}
.components-text-control__input.is-next-40px-default-size,.components-text-control__input[type=color].is-next-40px-default-size,.components-text-control__input[type=date].is-next-40px-default-size,.components-text-control__input[type=datetime-local].is-next-40px-default-size,.components-text-control__input[type=datetime].is-next-40px-default-size,.components-text-control__input[type=email].is-next-40px-default-size,.components-text-control__input[type=month].is-next-40px-default-size,.components-text-control__input[type=number].is-next-40px-default-size,.components-text-control__input[type=password].is-next-40px-default-size,.components-text-control__input[type=tel].is-next-40px-default-size,.components-text-control__input[type=text].is-next-40px-default-size,.components-text-control__input[type=time].is-next-40px-default-size,.components-text-control__input[type=url].is-next-40px-default-size,.components-text-control__input[type=week].is-next-40px-default-size{
height:40px;
padding-left:12px;
padding-right:12px;
}
.components-text-control__input[type=email],.components-text-control__input[type=url]{
direction:ltr;
}
.components-tip{
color:#757575;
display:flex;
}
.components-tip svg{
align-self:center;
fill:#f0b849;
flex-shrink:0;
margin-right:16px;
}
.components-tip p{
margin:0;
}
.components-toggle-control__label{
line-height:16px;
}
.components-toggle-control__label:not(.is-disabled){
cursor:pointer;
}
.components-toggle-control__help{
display:inline-block;
margin-inline-start:40px;
}
.components-accessible-toolbar{
border:1px solid var(--wp-components-color-foreground, #1e1e1e);
border-radius:2px;
display:inline-flex;
flex-shrink:0;
}
.components-accessible-toolbar>.components-toolbar-group:last-child{
border-right:none;
}
.components-accessible-toolbar.is-unstyled{
border:none;
}
.components-accessible-toolbar.is-unstyled>.components-toolbar-group{
border-right:none;
}
.components-accessible-toolbar[aria-orientation=vertical],.components-toolbar[aria-orientation=vertical]{
align-items:center;
display:flex;
flex-direction:column;
}
.components-accessible-toolbar .components-button,.components-toolbar .components-button{
height:48px;
padding-left:16px;
padding-right:16px;
position:relative;
z-index:1;
}
.components-accessible-toolbar .components-button:focus:not(:disabled),.components-toolbar .components-button:focus:not(:disabled){
box-shadow:none;
outline:none;
}
.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{
border-radius:2px;
content:"";
display:block;
height:32px;
left:8px;
position:absolute;
right:8px;
z-index:-1;
}
@media not (prefers-reduced-motion){
.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{
animation:components-button__appear-animation .1s ease;
animation-fill-mode:forwards;
}
}
.components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{
margin-left:auto;
margin-right:auto;
position:relative;
}
.components-accessible-toolbar .components-button.is-pressed,.components-accessible-toolbar .components-button.is-pressed:hover,.components-toolbar .components-button.is-pressed,.components-toolbar .components-button.is-pressed:hover{
background:#0000;
}
.components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{
background:var(--wp-components-color-foreground, #1e1e1e);
}
.components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{
box-shadow:inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
outline:2px solid #0000;
}
.components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{
min-width:48px;
padding-left:8px;
padding-right:8px;
}
@keyframes components-button__appear-animation{
0%{
transform:scaleY(0);
}
to{
transform:scaleY(1);
}
}
.components-toolbar__control.components-button{
position:relative;
}
.components-toolbar__control.components-button[data-subscript] svg{
padding:5px 10px 5px 0;
}
.components-toolbar__control.components-button[data-subscript]:after{
bottom:10px;
content:attr(data-subscript);
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
font-size:13px;
font-weight:600;
line-height:12px;
position:absolute;
right:8px;
}
.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{
color:#fff;
}
.components-toolbar-group{
background-color:var(--wp-components-color-background, #fff);
border-right:1px solid var(--wp-components-color-foreground, #1e1e1e);
display:inline-flex;
flex-shrink:0;
flex-wrap:wrap;
min-height:48px;
padding-left:6px;
padding-right:6px;
}
.components-toolbar-group .components-toolbar-group.components-toolbar-group{
border-width:0;
margin:0;
}
.components-toolbar-group{
line-height:0;
}
.components-toolbar-group .components-button.components-button,.components-toolbar-group .components-button.has-icon.has-icon{
justify-content:center;
min-width:36px;
padding-left:6px;
padding-right:6px;
}
.components-toolbar-group .components-button.components-button svg,.components-toolbar-group .components-button.has-icon.has-icon svg{
min-width:24px;
}
.components-toolbar-group .components-button.components-button:before,.components-toolbar-group .components-button.has-icon.has-icon:before{
left:2px;
right:2px;
}
.components-toolbar{
background-color:var(--wp-components-color-background, #fff);
border:1px solid var(--wp-components-color-foreground, #1e1e1e);
display:inline-flex;
flex-shrink:0;
flex-wrap:wrap;
margin:0;
min-height:48px;
}
.components-toolbar .components-toolbar.components-toolbar{
border-width:0;
margin:0;
}
div.components-toolbar>div{
display:flex;
margin:0;
}
div.components-toolbar>div+div.has-left-divider{
margin-left:6px;
overflow:visible;
position:relative;
}
div.components-toolbar>div+div.has-left-divider:before{
background-color:#ddd;
box-sizing:initial;
content:"";
display:inline-block;
height:20px;
left:-3px;
position:absolute;
top:8px;
width:1px;
}
.components-tooltip{
background:#000;
border-radius:2px;
box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;
color:#f0f0f0;
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
font-size:12px;
line-height:1.4;
padding:4px 8px;
text-align:center;
z-index:1000002;
}
.components-tooltip__shortcut{
margin-left:8px;
}
.components-validated-control:has(:is(input,select):user-invalid) .components-input-control__backdrop{
--wp-components-color-accent:#cc1818;
border-color:#cc1818;
}
.components-validated-control :is(textarea,input[type=text]):user-invalid{
--wp-admin-theme-color:#cc1818;
--wp-components-color-accent:#cc1818;
border-color:#cc1818;
}
.components-validated-control .components-combobox-control__suggestions-container:has(input:user-invalid):not(:has([aria-expanded=true])){
border-color:#cc1818;
}
.components-validated-control__wrapper-with-error-delegate{
position:relative;
}
.components-validated-control__wrapper-with-error-delegate:has(select:user-invalid) .components-input-control__backdrop{
--wp-components-color-accent:#cc1818;
border-color:#cc1818;
}
.components-validated-control__wrapper-with-error-delegate:has(input[type=radio]:invalid){
--wp-components-color-accent:#cc1818;
}
.components-validated-control__wrapper-with-error-delegate:has(input:user-invalid) .components-form-token-field__input-container:not(:has([aria-expanded=true])){
--wp-components-color-accent:#cc1818;
border-color:#cc1818;
}
.components-validated-control__error-delegate{
height:100%;
opacity:0;
pointer-events:none;
position:absolute;
top:0;
width:100%;
}
.components-validated-control__indicator{
align-items:flex-start;
animation:components-validated-control__indicator-jump .2s cubic-bezier(.68, -.55, .27, 1.55);
color:var(--wp-components-color-gray-700, #757575);
display:flex;
font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
font-size:.75rem;
gap:4px;
line-height:16px;
margin:8px 0 0;
}
.components-validated-control__indicator.is-invalid{
color:#cc1818;
}
.components-validated-control__indicator.is-valid{
color:color-mix(in srgb, #000 30%, #4ab866);
}
.components-validated-control__indicator-icon{
flex-shrink:0;
}
.components-validated-control__indicator-spinner{
height:12px;
margin:2px;
width:12px;
}
@keyframes components-validated-control__indicator-jump{
0%{
opacity:0;
transform:translateY(-4px);
}
to{
opacity:1;
transform:translateY(0);
}
}
:root{
--wp-admin-theme-color:#3858e9;
--wp-admin-theme-color--rgb:56, 88, 233;
--wp-admin-theme-color-darker-10:#2145e6;
--wp-admin-theme-color-darker-10--rgb:33.0384615385, 68.7307692308, 230.4615384615;
--wp-admin-theme-color-darker-20:#183ad6;
--wp-admin-theme-color-darker-20--rgb:23.6923076923, 58.1538461538, 214.3076923077;
--wp-admin-border-width-focus:2px;
}
@media (min-resolution:192dpi){
:root{
--wp-admin-border-width-focus:1.5px;
}
}#wpadminbar>.godaddy-styles *,.godaddy-styles *{font-family:GD Sherpa,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1.4}#wpadminbar>.godaddy-styles .is-bigger,.godaddy-styles .is-bigger{font-size:1.1em!important;font-weight:500!important}#wpadminbar>.godaddy-styles .components-button,#wpadminbar>.godaddy-styles.components-button,.godaddy-styles .components-button,.godaddy-styles.components-button{border:0;border-radius:6px;box-shadow:none;font-size:1em;height:auto;line-height:1;padding:1.25em;transition:background-color,color,.2s ease-in-out}#wpadminbar>.godaddy-styles .components-button:disabled,#wpadminbar>.godaddy-styles.components-button:disabled,.godaddy-styles .components-button:disabled,.godaddy-styles.components-button:disabled{opacity:.5}#wpadminbar>.godaddy-styles .components-button>svg,#wpadminbar>.godaddy-styles.components-button>svg,.godaddy-styles .components-button>svg,.godaddy-styles.components-button>svg{height:24px;margin-left:.2em;position:relative;right:-5px;top:-1px;transform:scale(.75);width:24px}#wpadminbar>.godaddy-styles .components-button.no-padding,#wpadminbar>.godaddy-styles.components-button.no-padding,.godaddy-styles .components-button.no-padding,.godaddy-styles.components-button.no-padding{padding:0}#wpadminbar>.godaddy-styles .components-button.is-big,#wpadminbar>.godaddy-styles.components-button.is-big,.godaddy-styles .components-button.is-big,.godaddy-styles.components-button.is-big{font-size:1.1em;font-weight:600;padding:1.5em}#wpadminbar>.godaddy-styles .components-button.is-primary,#wpadminbar>.godaddy-styles.components-button.is-primary,.godaddy-styles .components-button.is-primary,.godaddy-styles.components-button.is-primary{background-color:#000;box-shadow:none;color:#fff}#wpadminbar>.godaddy-styles .components-button.is-primary:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-primary:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-primary:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-primary:hover:not([disabled]),.godaddy-styles .components-button.is-primary:active:not([disabled]),.godaddy-styles .components-button.is-primary:hover:not([disabled]),.godaddy-styles.components-button.is-primary:active:not([disabled]),.godaddy-styles.components-button.is-primary:hover:not([disabled]){background-color:#00a4a6}#wpadminbar>.godaddy-styles .components-button.is-secondary,#wpadminbar>.godaddy-styles.components-button.is-secondary,.godaddy-styles .components-button.is-secondary,.godaddy-styles.components-button.is-secondary{box-shadow:none;color:#111}#wpadminbar>.godaddy-styles .components-button.is-secondary:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-secondary:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-secondary:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-secondary:hover:not([disabled]),.godaddy-styles .components-button.is-secondary:active:not([disabled]),.godaddy-styles .components-button.is-secondary:hover:not([disabled]),.godaddy-styles.components-button.is-secondary:active:not([disabled]),.godaddy-styles.components-button.is-secondary:hover:not([disabled]){border:0;box-shadow:none;color:#000}#wpadminbar>.godaddy-styles .components-button.is-tertiary,#wpadminbar>.godaddy-styles.components-button.is-tertiary,.godaddy-styles .components-button.is-tertiary,.godaddy-styles.components-button.is-tertiary{border:1px solid #111;color:#111}#wpadminbar>.godaddy-styles .components-button.is-tertiary:hover,#wpadminbar>.godaddy-styles.components-button.is-tertiary:hover,.godaddy-styles .components-button.is-tertiary:hover,.godaddy-styles.components-button.is-tertiary:hover{background-color:#111;box-shadow:none;color:#fff}#wpadminbar>.godaddy-styles .components-button.is-link,#wpadminbar>.godaddy-styles.components-button.is-link,.godaddy-styles .components-button.is-link,.godaddy-styles.components-button.is-link{box-shadow:none;color:#00a4a6;padding:0;text-decoration:none}#wpadminbar>.godaddy-styles .components-button.is-link:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-link:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-link:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-link:hover:not([disabled]),.godaddy-styles .components-button.is-link:active:not([disabled]),.godaddy-styles .components-button.is-link:hover:not([disabled]),.godaddy-styles.components-button.is-link:active:not([disabled]),.godaddy-styles.components-button.is-link:hover:not([disabled]){color:#111;outline:none}#wpadminbar>.godaddy-styles .components-button.has-icon:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.has-icon:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.has-icon:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.has-icon:hover:not([disabled]),.godaddy-styles .components-button.has-icon:active:not([disabled]),.godaddy-styles .components-button.has-icon:hover:not([disabled]),.godaddy-styles.components-button.has-icon:active:not([disabled]),.godaddy-styles.components-button.has-icon:hover:not([disabled]){background-color:transparent;color:#00a4a6}#wpadminbar>.godaddy-styles .components-modal__frame,#wpadminbar>.godaddy-styles.components-modal__frame,.godaddy-styles .components-modal__frame,.godaddy-styles.components-modal__frame{border-radius:1rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content,.godaddy-styles .components-modal__frame .components-modal__content,.godaddy-styles.components-modal__frame .components-modal__content{margin-top:0;padding:4.5rem 4.5rem 4.25rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content:before,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content:before,.godaddy-styles .components-modal__frame .components-modal__content:before,.godaddy-styles.components-modal__frame .components-modal__content:before{margin:0}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content p:last-child,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content p:last-child,.godaddy-styles .components-modal__frame .components-modal__content p:last-child,.godaddy-styles.components-modal__frame .components-modal__content p:last-child{margin-bottom:0}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header{border-bottom:0;font-size:2rem;height:unset;margin-bottom:.75em;padding:0;position:relative}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container{margin-right:8px}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading{font-size:2rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon{font-size:1rem;left:auto;padding:.25em;position:absolute;right:-3.5rem;top:-3.25rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg{margin-left:0;right:0;top:0;transform:scale(1)}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-text-control__input,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-text-control__input,.godaddy-styles .components-modal__frame .components-modal__content .components-text-control__input,.godaddy-styles.components-modal__frame .components-modal__content .components-text-control__input{margin-bottom:.5em}#wpadminbar>.godaddy-styles .ux-tag,.godaddy-styles .ux-tag{border-radius:4px;color:#000;font-size:.9em;font-weight:700;letter-spacing:.05625rem;line-height:1.5;padding-block:8px;padding-inline:8px;text-transform:uppercase;white-space:nowrap}#wpadminbar>.godaddy-styles .ux-tag-critical,.godaddy-styles .ux-tag-critical{background-color:#fbb}#wpadminbar>.godaddy-styles .ux-tag-highlight,.godaddy-styles .ux-tag-highlight{background-color:#a6fff8}#wpadminbar>.godaddy-styles .ux-tag-info,.godaddy-styles .ux-tag-info{background-color:#d3c1f7}#wpadminbar>.godaddy-styles .ux-tag-internal,.godaddy-styles .ux-tag-internal{background-color:#fbd9ed}#wpadminbar>.godaddy-styles .ux-tag-neutral,.godaddy-styles .ux-tag-neutral{background-color:#ddeaf8}#wpadminbar>.godaddy-styles .ux-tag-passive,.godaddy-styles .ux-tag-passive{background-color:#f4f8fc}#wpadminbar>.godaddy-styles .ux-tag-success,.godaddy-styles .ux-tag-success{background-color:#9fffb8}#wpadminbar>.godaddy-styles .ux-tag-warning,.godaddy-styles .ux-tag-warning{background-color:#ffeea9}#wpadminbar>.godaddy-styles .components-toggle-control,#wpadminbar>.godaddy-styles.components-toggle-control,.godaddy-styles .components-toggle-control,.godaddy-styles.components-toggle-control{align-items:flex-end;display:flex}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field,#wpadminbar>.godaddy-styles .components-toggle-control__field,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field,#wpadminbar>.godaddy-styles.components-toggle-control__field,.godaddy-styles .components-toggle-control .components-base-control__field,.godaddy-styles .components-toggle-control__field,.godaddy-styles.components-toggle-control .components-base-control__field,.godaddy-styles.components-toggle-control__field{margin:0}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field .components-form-toggle__track,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field .components-form-toggle__track,.godaddy-styles .components-toggle-control .components-base-control__field .components-form-toggle__track,.godaddy-styles.components-toggle-control .components-base-control__field .components-form-toggle__track{background-color:#f3f6f8}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,.godaddy-styles .components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,.godaddy-styles.components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track{background-color:#00a4a6}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__help,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__help,.godaddy-styles .components-toggle-control .components-base-control__help,.godaddy-styles.components-toggle-control .components-base-control__help{margin:0}
     html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
height: 100%;
} main {
display: block;
} 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; -webkit-text-decoration: underline dotted;
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;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
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;
color: #444444;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: 700;
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;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
display: block;
margin-top: 0;
font-size: 14px;
}
.entry-content .wp-block-image img,
.entry-content img.alignnone,
.entry-content img.aligncenter,
.entry-content img.alignleft,
.entry-content img.alignright,
.entry-content img.attachment-fullsize {
margin-bottom: 20px;
max-width: 100%;
height: auto;
}
figure {
margin: 0;
}
.wp-block-image.alignfull, .wp-block-image.alignwide {
max-width: none;
}
.wp-block-image.alignfull img, .wp-block-image.alignwide img {
width: 100%;
} .clear:before,
.clear:after,
.entry-wrapper:before,
.entry-wrapper:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-wrapper:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
clear: both;
} .nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar:after,
.navbar:before {
content: "";
display: inline !important;
} body,
button,
input,
select,
textarea {
margin: 0;
padding: 0;
font-family: "Inter", sans-serif;
font-size: 16px;
font-size: 1rem;
font-weight: 400;
background-repeat: no-repeat;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 1.8;
color: #444;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #000;
clear: both;
line-height: 1.4;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
padding-top: 0;
}
h1,
h2,
h3 {
padding-top: 0.625em;
}
h1 {
font-size: 36px;
font-size: 2.25rem;
font-weight: 700;
}
h2 {
font-size: 30px;
font-size: 1.875rem;
font-weight: 700;
}
h3 {
font-size: 24px;
font-size: 1.5rem;
font-weight: 700;
}
h4 {
font-size: 16px;
font-size: 1rem;
font-weight: 700;
}
h5 {
font-size: 14px;
font-size: 0.875rem;
font-weight: 700;
}
h6 {
font-size: 13px;
font-size: 0.8125rem;
font-weight: 700;
}
p {
margin: 0 0 1.5em;
padding: 0;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
color: #666;
font-size: 18px;
font-size: 1.125rem;
font-style: italic;
line-height: 1.7;
margin: 0;
overflow: hidden;
padding: 0;
}
blockquote cite {
display: block;
font-style: normal;
font-weight: 600;
margin-top: 0.5em;
}
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%;
}
blockquote {
quotes: "" "";
}
q {
quotes: "“" "”" "‘" "’";
}
blockquote:before,
blockquote:after {
content: "";
} html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] select,
html[lang="fa-IR"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
font-family: Tahoma, Arial, sans-serif;
}
html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ary"] h1,
html[lang="ary"] h2,
html[lang="ary"] h3,
html[lang="ary"] h4,
html[lang="ary"] h5,
html[lang="ary"] h6,
html[lang="azb"] h1,
html[lang="azb"] h2,
html[lang="azb"] h3,
html[lang="azb"] h4,
html[lang="azb"] h5,
html[lang="azb"] h6,
html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6,
html[lang="haz"] h1,
html[lang="haz"] h2,
html[lang="haz"] h3,
html[lang="haz"] h4,
html[lang="haz"] h5,
html[lang="haz"] h6,
html[lang="ps"] h1,
html[lang="ps"] h2,
html[lang="ps"] h3,
html[lang="ps"] h4,
html[lang="ps"] h5,
html[lang="ps"] h6,
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6 {
font-weight: 700;
} html[lang^="zh-"] body,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea {
font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
}
html[lang="zh-CN"] body,
html[lang="zh-CN"] button,
html[lang="zh-CN"] input,
html[lang="zh-CN"] select,
html[lang="zh-CN"] textarea {
font-family: "PingFang SC", "Helvetica Neue", Helvetica, STHeitiSC-Light, Arial, sans-serif;
}
html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6 {
font-weight: 700;
} html[lang="bg-BG"] body,
html[lang="bg-BG"] button,
html[lang="bg-BG"] input,
html[lang="bg-BG"] select,
html[lang="bg-BG"] textarea,
html[lang="ru-RU"] body,
html[lang="ru-RU"] button,
html[lang="ru-RU"] input,
html[lang="ru-RU"] select,
html[lang="ru-RU"] textarea,
html[lang="uk"] body,
html[lang="uk"] button,
html[lang="uk"] input,
html[lang="uk"] select,
html[lang="uk"] textarea {
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}
html[lang="bg-BG"] h1,
html[lang="bg-BG"] h2,
html[lang="bg-BG"] h3,
html[lang="bg-BG"] h4,
html[lang="bg-BG"] h5,
html[lang="bg-BG"] h6,
html[lang="ru-RU"] h1,
html[lang="ru-RU"] h2,
html[lang="ru-RU"] h3,
html[lang="ru-RU"] h4,
html[lang="ru-RU"] h5,
html[lang="ru-RU"] h6,
html[lang="uk"] h1,
html[lang="uk"] h2,
html[lang="uk"] h3,
html[lang="uk"] h4,
html[lang="uk"] h5,
html[lang="uk"] h6 {
font-weight: 700;
line-height: 1.2;
} html[lang="bn-BD"] body,
html[lang="bn-BD"] button,
html[lang="bn-BD"] input,
html[lang="bn-BD"] select,
html[lang="bn-BD"] textarea,
html[lang="hi-IN"] body,
html[lang="hi-IN"] button,
html[lang="hi-IN"] input,
html[lang="hi-IN"] select,
html[lang="hi-IN"] textarea,
html[lang="mr-IN"] body,
html[lang="mr-IN"] button,
html[lang="mr-IN"] input,
html[lang="mr-IN"] select,
html[lang="mr-IN"] textarea {
font-family: Arial, sans-serif;
}
html[lang="bn-BD"] h1,
html[lang="bn-BD"] h2,
html[lang="bn-BD"] h3,
html[lang="bn-BD"] h4,
html[lang="bn-BD"] h5,
html[lang="bn-BD"] h6,
html[lang="hi-IN"] h1,
html[lang="hi-IN"] h2,
html[lang="hi-IN"] h3,
html[lang="hi-IN"] h4,
html[lang="hi-IN"] h5,
html[lang="hi-IN"] h6,
html[lang="mr-IN"] h1,
html[lang="mr-IN"] h2,
html[lang="mr-IN"] h3,
html[lang="mr-IN"] h4,
html[lang="mr-IN"] h5,
html[lang="mr-IN"] h6 {
font-weight: 700;
} html[lang="el"] body,
html[lang="el"] button,
html[lang="el"] input,
html[lang="el"] select,
html[lang="el"] textarea {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] h4,
html[lang="el"] h5,
html[lang="el"] h6 {
font-weight: 700;
line-height: 1.3;
} html[lang="gu-IN"] body,
html[lang="gu-IN"] button,
html[lang="gu-IN"] input,
html[lang="gu-IN"] select,
html[lang="gu-IN"] textarea {
font-family: Arial, sans-serif;
}
html[lang="gu-IN"] h1,
html[lang="gu-IN"] h2,
html[lang="gu-IN"] h3,
html[lang="gu-IN"] h4,
html[lang="gu-IN"] h5,
html[lang="gu-IN"] h6 {
font-weight: 700;
} html[lang="he-IL"] body,
html[lang="he-IL"] button,
html[lang="he-IL"] input,
html[lang="he-IL"] select,
html[lang="he-IL"] textarea {
font-family: "Arial Hebrew", Arial, sans-serif;
}
html[lang="he-IL"] h1,
html[lang="he-IL"] h2,
html[lang="he-IL"] h3,
html[lang="he-IL"] h4,
html[lang="he-IL"] h5,
html[lang="he-IL"] h6 {
font-weight: 700;
} html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
font-weight: 700;
} html[lang="ko-KR"] body,
html[lang="ko-KR"] button,
html[lang="ko-KR"] input,
html[lang="ko-KR"] select,
html[lang="ko-KR"] textarea {
font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
}
html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6 {
font-weight: 600;
} html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3,
html[lang="th"] h4,
html[lang="th"] h5,
html[lang="th"] h6 {
line-height: 1.65;
font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html[lang="th"] body,
html[lang="th"] button,
html[lang="th"] input,
html[lang="th"] select,
html[lang="th"] textarea {
line-height: 1.8;
font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
} html[lang="ar"] *,
html[lang="ary"] *,
html[lang="azb"] *,
html[lang="haz"] *,
html[lang="ps"] *,
html[lang^="zh-"] *,
html[lang="bg-BG"] *,
html[lang="ru-RU"] *,
html[lang="uk"] *,
html[lang="bn-BD"] *,
html[lang="hi-IN"] *,
html[lang="mr-IN"] *,
html[lang="el"] *,
html[lang="gu-IN"] *,
html[lang="he-IL"] *,
html[lang="ja"] *,
html[lang="ko-KR"] *,
html[lang="th"] * {
letter-spacing: 0 !important;
} input,
textarea {
font-family: "Inter", sans-serif;
color: #444;
}
label {
margin-bottom: 5px;
}
input, textarea {
padding: 11px 10px;
font-size: 16px;
font-size: 1rem;
background: white;
border: 2px solid rgba(68, 68, 68, 0.19);
width: auto;
border-radius: 0;
}
input[type=text], textarea {
-webkit-appearance: none;
}
input:focus, textarea:focus {
border-color: #0bb4aa;
}
.wpzabb-post-grid-more,
.button,
.btn,
.more-link,
.more_link,
.side-nav .search-form .search-submit {
font-family: "Montserrat", sans-serif;
font-weight: bold;
display: inline-block;
padding: 10px 25px;
text-align: center;
white-space: nowrap;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 12px;
color: #444;
border: 2px solid rgba(68, 68, 68, 0.19);
background-image: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.button:hover,
.btn:hover,
.side-nav .search-form .search-submit:hover,
.site-footer .search-form .search-submit:hover,
.infinite-scroll #infinite-handle span:hover {
text-decoration: none;
color: #0bb4aa;
border-color: #0bb4aa;
}
.btn-primary,
.side-nav .search-form .search-submit,
.site-footer .search-form .search-submit {
color: #0bb4aa;
border-color: #0bb4aa;
}
div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button,
button, input[type=button], input[type=reset], input[type=submit] {
font-family: "Montserrat", sans-serif;
display: inline;
width: auto;
padding: 12px 25px;
text-align: center;
white-space: nowrap;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
font-size: 12px;
color: #444;
border: 2px solid rgba(68, 68, 68, 0.19);
background-image: none;
transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
background: none;
}
div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
background: none;
}
div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
.search-form button.search-submit:hover,
button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
cursor: pointer;
text-decoration: none;
color: #0bb4aa;
border-color: #0bb4aa;
} hr {
background-color: #eee;
border: 0;
height: 1px;
margin-bottom: 1.5em;
} ul,
ol {
margin: 0 0 1.5em 1em;
padding: 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
list-style-type: none;
} table {
border-collapse: collapse;
margin: 0 0 1.5em;
width: 100%;
}
thead th {
border-bottom: 2px solid #bbb;
padding-bottom: 0.5em;
}
th {
padding: 0.4em;
text-align: left;
}
tr {
border-bottom: 1px solid #eee;
}
td {
padding: 0.4em;
}
th,
td,
th:first-child,
td:first-child {
padding-left: 0;
}
th:last-child,
td:last-child {
padding-right: 0;
} a {
transition: all 0.1s ease-in;
text-decoration: none;
color: #0bb4aa;
}
a:hover {
text-decoration: none;
color: #076c65;
}
.entry-content a {
text-decoration: underline;
}
body.elementor-page .entry-content a,
body.fl-builder .entry-content a,
body.woocommerce-page .entry-content a {
text-decoration: none;
} .entry-content a,
.entry-summary a,
.comment-content a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
transition: color .1s ease-in;
}
.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.pagination a,
.comments-pagination a,
.site-info a,
.widget .widget-title a,
.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a {
text-decoration: none;
transition: color .1s ease-in;
}
.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.comment-content a:focus,
.comment-content a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
color: #076c65;
}
.entry-meta a:focus,
.entry-meta a:hover {
color: #0bb4aa;
}
.entry-content .more-link,
.entry-content .more_link,
.entry-summary .more-link,
.entry-summary .more_link {
transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.entry-content .more-link:hover,
.entry-content .more_link:hover,
.entry-summary .more-link:hover,
.entry-summary .more_link:hover {
text-decoration: none;
color: #0bb4aa;
border-color: #0bb4aa;
}
.page-links {
font-size: 14px;
font-size: 0.875rem;
font-weight: 800;
padding: 1.25em 0 1.875em;
clear: left;
}
.page-links .page-number,
.page-links .post-page-numbers {
color: #767676;
display: inline-block;
padding: 0.5em 1em;
}
.page-links .page-number.current,
.page-links .post-page-numbers.current {
color: #222;
}
.page-links a {
display: inline-block;
}
.page-links a .page-number {
color: #222;
} .entry-content a img,
.comment-content a img,
.widget a img {
box-shadow: none;
}
.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
color: #076c65;
} .post-thumbnail {
margin-bottom: 1.875em;
}
.post-thumbnail a {
display: inline-block;
font-size: 0;
}
.post-thumbnail a img {
-webkit-backface-visibility: hidden;
transition: opacity 0.2s;
}
.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
opacity: 0.7;
} .sf-menu,
.sf-menu * {
margin: 0;
padding: 0;
list-style: none;
}
.sf-menu ul {
position: absolute;
display: none;
top: 100%;
left: 0;
z-index: 99;
}
.sf-menu li {
position: relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
display: block;
}
.sf-menu a {
display: block;
position: relative;
}
.sf-menu ul ul {
top: 0;
left: 100%;
}
.navbar {
position: relative;
z-index: 200;
color: #fff;
background: #101010;
padding: 18px 0;
transition: all 0.5s ease-in-out;
}
.navbar:before, .navbar:after {
content: "";
display: table;
}
.navbar:after {
clear: both;
}
.navbar a {
color: inherit;
}
.navbar .header-inner {
width: 100%;
align-items: center;
-js-display: flex;
display: flex;
justify-content: space-between;
}
.navbar .header-inner:before, .navbar .header-inner:after {
display: none;
}
.navbar .header-inner .navbar-secondary {
display: none;
}
.navbar .header-inner.wpz_layout_full {
width: 100%;
max-width: 100%;
padding-left: 1.25em;
padding-right: 1.25em;
}
.navbar .header-logo-wrapper {
margin-right: 0.625em;
max-width: 50%;
}
.navbar .header-logo-wrapper {
align-items: center;
-js-display: flex;
display: flex;
justify-content: center;
padding: 0;
text-align: left;
}
.navbar .header-navigation-wrapper {
flex: 1;
justify-content: flex-end;
}
.navbar .header-navigation-wrapper,
.navbar .header-widgets-wrapper {
align-items: center;
-js-display: flex;
display: flex;
}
.navbar .wpz_menu_left .header-navigation-wrapper {
justify-content: flex-start;
}
.navbar .wpz_menu_center .header-navigation-wrapper {
justify-content: center;
}
.navbar .wpz_menu_hamburger .header-navigation-wrapper {
display: none;
}
.has-header-image .navbar,
.has-header-video .navbar {
position: absolute;
width: 100%;
background: none;
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 1%, rgba(0, 0, 0, 0) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00000000', GradientType=0);
}
.navbar-toggle {
display: none;
position: relative;
margin: 0;
margin-left: 0.625em;
padding-left: 0;
padding-right: 0;
width: 40px;
border-color: transparent;
background: transparent;
}
.inspiro--with-page-nav .navbar-toggle {
display: block;
}
.navbar-toggle:hover {
border-color: transparent;
background-color: transparent;
}
.navbar-toggle .icon-bar {
position: relative;
display: block;
width: 22px;
height: 2px;
background: #fff;
transition: all 0.2s ease-in-out;
}
.navbar-toggle .icon-bar:nth-child(3) {
width: 17px;
}
.navbar-toggle:hover .icon-bar {
width: 17px;
}
.navbar-toggle:hover .icon-bar:nth-child(3) {
width: 22px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 5px;
} .navbar-toggle .icon-bar {
transition: width .13s ease-out, transform .13s ease-out, opacity .13s ease-out;
} .side-nav-open .navbar-toggle .icon-bar:nth-child(2) {
transform: rotateZ(-45deg) translate3d(-5px, 5px, 0);
width: 28px;
}
.side-nav-open .navbar-toggle .icon-bar:nth-child(3) {
transform: translateX(0);
opacity: 0;
}
.side-nav-open .navbar-toggle .icon-bar:nth-child(4) {
transform: rotateZ(45deg) translate3d(-5px, -5px, 0);
width: 28px;
}
.navbar-nav {
-js-display: flex;
display: flex;
font-weight: 400;
flex-wrap: wrap;
justify-content: flex-end;
}
.navbar-nav > li {
margin: 0 0.9375em;
}
.navbar-nav > li > ul:before {
content: '';
position: absolute;
bottom: 100%;
left: 50%;
margin-left: -8px;
width: 0;
height: 0;
border-bottom: 8px solid #0bb4aa;
border-right: 8px solid transparent;
border-left: 8px solid transparent;
}
.navbar-nav > li.current-menu-item > a,
.navbar-nav > li.current_page_item > a,
.navbar-nav > li.current-menu-parent > a {
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.navbar-nav a {
padding: 0.3125em 0 0.1875em;
font-family: "Montserrat", sans-serif;
font-weight: 500;
border-bottom: 1px solid transparent;
transition: 0.2s ease border-color, 0.2s ease color;
}
.navbar-nav > li > a:hover {
text-decoration: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.8);
color: inherit;
opacity: .8;
}
.navbar-nav .menu-item-has-children .svg-icon {
margin-left: 0.25em;
width: 18px;
height: 18px;
display: inline-block;
vertical-align: text-top;
fill: #fff;
}
.navbar-nav ul .menu-item-has-children .svg-icon {
position: absolute;
width: 18px;
height: 18px;
right: 0.625em;
top: 50%;
fill: #fff;
transform: rotate(-90deg) translateX(50%);
}
.inspiro--with-page-nav .navbar-nav > li:last-child {
margin-right: 0;
} .site {
position: relative;
transition: transform .18s ease;
}
.side-nav {
position: fixed;
top: 0;
right: 0;
bottom: -70px;
overflow: hidden;
width: 380px;
z-index: -1;
visibility: hidden;
transform-style: preserve-3d;
-webkit-overflow-scrolling: touch;
}
.side-nav .navbar-nav {
display: none;
margin-bottom: 40px;
padding: 0;
}
.side-nav .widget_block,
.side-nav .widget {
margin-bottom: 40px;
max-width: 100%;
}
.side-nav .widget_block:last-child,
.side-nav .widget:last-child {
margin-bottom: 0;
}
.side-nav .widget_block .wp-block-group__inner-container > h2,
.side-nav .widget_block .wp-block-search__label,
.side-nav .widget_block .title,
.side-nav .widget .wp-block-group__inner-container > h2,
.side-nav .widget .wp-block-search__label,
.side-nav .widget .title {
font-size: 18px;
font-size: 1.125rem;
color: #fff;
text-transform: uppercase;
margin-bottom: 20px;
font-family: "Montserrat", sans-serif;
}
.side-nav .wp-block-group > .wp-block-group__inner-container {
padding: 0;
}
.side-nav-transitioning .side-nav {
visibility: visible;
}
.side-nav-overlay {
display: none;
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 600;
}
.side-nav-transitioning,
.side-nav-open .side-nav-overlay {
display: block;
right: 380px;
z-index: 900;
cursor: e-resize;
}
.side-nav__scrollable-container {
position: relative;
padding-bottom: 70px; height: 100%;
overflow: auto;
background-color: #101010;
color: #78787f;
-webkit-overflow-scrolling: touch;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateX(380px);
transition: transform .18s ease;
}
.side-nav__scrollable-container h2, .side-nav__scrollable-container h3, .side-nav__scrollable-container h1, .side-nav__scrollable-container h4, .side-nav__scrollable-container h5, .side-nav__scrollable-container h6 {
color: #fff;
}
.side-nav__scrollable-container::-webkit-scrollbar {
display: none;
}
.side-nav__wrap {
position: relative;
padding: 60px 30px;
}
.side-nav__wrap .navbar-toggle {
margin: 5px 0 0;
padding-right: 0;
}
.side-nav__close-button {
display: none;
}
.side-nav__close-button:before, .side-nav__close-button:after {
content: "";
display: table;
}
.side-nav__close-button:after {
clear: both;
}
.admin-bar .side-nav__wrap {
padding-top: calc( 32px + 18px + 12px);
}
body.side-nav-open {
height: 100%;
}
body.side-nav-open .site {
z-index: 300;
transform: translateX(-380px);
}
body.side-nav-open .side-nav {
visibility: visible;
z-index: 600;
}
body.side-nav-open .side-nav__scrollable-container {
transform: translateX(0);
}
body.side-nav-open.has-header-image .custom-header-media img {
position: absolute;
}
body.side-nav-open.has-header-video .custom-header-media video,
body.side-nav-open.has-header-video .custom-header-media iframe {
position: absolute;
}
.sb-search {
position: relative;
margin: 0;
margin-left: 0.625em;
z-index: 200;
}
.sb-search #searchform > label {
align-items: stretch;
-js-display: flex;
display: flex;
font-size: inherit;
margin: 0;
width: 100%;
}
.sb-search .sb-search-input {
position: relative;
width: 20px;
padding: 2% 2%;
margin: 0;
z-index: 10;
font-family: inherit;
font-size: 42px;
font-weight: 200;
color: #fff;
display: none;
border: none;
border-radius: 0;
background: #000;
opacity: .9;
width: 96%;
transition: all 0.6s ease;
animation: fade-in-almost 0.3s ease-out;
}
.sb-search::-webkit-input-placeholder {
color: #828282;
}
.sb-search:-moz-placeholder {
color: #828282;
}
.sb-search::-moz-placeholder {
color: #828282;
}
.sb-search:-ms-input-placeholder {
color: #828282;
}
.sb-search input[type="search"].sb-search-input {
-webkit-appearance: none;
}
.sb-search .sb-search-button-open,
.sb-search .sb-search-button-close {
background-color: transparent;
border: none;
padding: 0.625em;
}
.sb-search .sb-search-button-open .sb-icon-search,
.sb-search .sb-search-button-close .sb-icon-search {
-js-display: flex;
display: flex;
justify-content: center;
z-index: 90;
transition: opacity 0.3s ease;
}
.sb-search .sb-search-button-open .sb-icon-search:hover,
.sb-search .sb-search-button-close .sb-icon-search:hover {
opacity: .7;
}
.sb-search .sb-search-button-open .sb-icon-search .svg-icon,
.sb-search .sb-search-button-close .sb-icon-search .svg-icon {
width: 18px;
height: 30px;
margin: 0;
padding: 0;
cursor: pointer;
fill: #fff;
}
.sb-search .sb-search-button-close {
display: none;
}
.sb-search.sb-search-open .sb-search-input {
display: block;
padding: 15px 2%;
transition: all 0.6s ease;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
height: 100vh;
text-align: center;
outline: none;
}
.sb-search.sb-search-open .sb-search-button-open {
display: none;
}
.sb-search.sb-search-open .sb-search-button-close {
display: block;
right: 2%;
top: 25px;
position: fixed;
z-index: 999;
}
.sb-search.sb-search-open .sb-search-button-close .sb-icon-search {
background: none;
opacity: .8;
animation: fade-in-almost 0.3s ease-out;
}
.sb-search.sb-search-open .sb-search-button-close .sb-icon-search:hover {
opacity: 1;
}
.sb-search.sb-search-open .sb-search-submit {
z-index: 90;
}
.no-js .sb-search .sb-icon-search {
background: none;
z-index: 11;
right: 2%;
top: 25px;
position: fixed;
z-index: 999;
opacity: .8;
animation: fade-in-almost 0.3s ease-out;
}
.no-js .sb-search .sb-search-submit {
z-index: 90;
} .header_social {
float: right;
text-align: right;
margin: 0 0 0 10px;
}
.header_social .widget {
margin: 0;
}
.header_social .widget .title {
display: none;
}
.header_social .widget .zoom-social-icons-list--no-labels.zoom-social-icons-list--without-canvas {
margin: 0;
}
.header_social .widget .zoom-social-icons-list--no-labels .zoom-social_icons-list__item {
margin-top: 0;
margin-bottom: 0;
padding: 0.375em 0;
}
.header_social .zoom-social-icons-list--without-canvas .socicon {
transition: 0.3s ease all;
}
.header_social .zoom-social-icons-list .socicon:hover {
opacity: 0.8;
} html {
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
margin: 0;
padding: 0;
overflow-x: hidden;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
#page {
position: relative;
word-wrap: break-word;
}
.wrap,
.inner-wrap {
margin-left: auto;
margin-right: auto;
max-width: 1200px;
padding-left: 1.25em;
padding-right: 1.25em;
}
.wrap:before, .wrap:after,
.inner-wrap:before,
.inner-wrap:after {
content: "";
display: table;
}
.wrap:after,
.inner-wrap:after {
clear: both;
} .site-header {
width: 100%;
} .admin-bar:not(.side-nav-open) .headroom {
top: 32px;
}
.headroom--not-top {
box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}
.headroom--not-top .navbar {
background: rgba(0, 0, 0, 0.9);
padding: 12px 0;
}
body.wp-custom-logo .headroom--not-top .custom-logo-link img {
transition: all .2s ease-in-out;
max-height: 70px;
width: auto;
}
.site-header.headroom {
width: 100%;
z-index: 1000;
position: fixed;
top: 0;
}
.site-header.headroom--not-top {
position: fixed;
top: 0;
border: none;
}
.has-header-image.inspiro-front-page .headroom--not-top .navbar, .has-header-image.home.blog .headroom--not-top .navbar,
.has-header-video.inspiro-front-page .headroom--not-top .navbar,
.has-header-video.home.blog .headroom--not-top .navbar {
background: rgba(0, 0, 0, 0.9);
padding: 12px 0;
} .site-branding {
padding: 1em 0;
position: relative;
z-index: 3;
text-align: center;
}
.site-branding a {
text-decoration: none;
transition: opacity 0.2s;
}
.site-branding a:hover, .site-branding a:focus {
opacity: 0.7;
}
.site-title {
clear: none;
font-size: 80px;
font-size: 5rem;
font-weight: 700;
line-height: 1.25;
margin: 0;
padding: 0;
padding-bottom: 30px;
margin-bottom: 40px;
position: relative;
}
.site-title:after {
content: '';
position: absolute;
width: 310px;
border-bottom: 2px solid rgba(201, 201, 201, 0.4);
bottom: 0px;
left: 50%;
margin-left: -155px;
}
.site-title,
.site-title a {
color: #222;
opacity: 1; }
.site-branding-text .edit-link a {
color: #fff;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
}
.site-branding-text .edit-link a:hover {
opacity: .7;
}
body.has-header-image .site-title,
body.has-header-image .site-title a, body.has-header-video .site-title,
body.has-header-video .site-title a {
color: #fff;
}
.site-description {
color: #666;
font-size: 20px;
font-size: 1.25rem;
margin: 0 auto;
max-width: 950px;
}
body.has-header-image .site-description, body.has-header-video .site-description {
color: #fff;
opacity: 0.8;
}
.custom-header-button {
margin-top: 3.125em;
font-size: 16px;
font-size: 1rem;
color: #fff;
border-color: inherit;
transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
font-weight: normal;
}
.custom-header-button:hover {
opacity: 1;
color: #fff;
background-color: #0bb4aa;
border-color: #0bb4aa;
}
body.has-header-image .custom-header-button, body.has-header-video .custom-header-button {
transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
}
body.has-header-image .custom-header-button:hover, body.has-header-video .custom-header-button:hover {
opacity: 1;
}
.custom-logo-link {
display: inline-block;
padding: 0;
max-width: 350px;
transition: max-width .2s ease-in-out;
}
.custom-logo-link h1 {
margin: 0;
font-weight: bold;
letter-spacing: 1px;
font-family: "Montserrat", sans-serif;
}
.custom-logo-link img {
display: inline-block;
max-height: 80px;
width: auto;
}
.custom-logo-link a:hover,
.custom-logo-link a:focus {
text-decoration: none;
opacity: 0.9;
color: #fff;
}
.custom-logo-text {
display: inline-block;
padding: 0;
vertical-align: middle;
max-width: 350px;
}
body.wp-custom-logo .custom-logo-link a {
font-size: 0;
}
body:not(.wp-custom-logo) a.custom-logo-text {
margin: 0;
font-weight: bold;
letter-spacing: 1px;
font-family: "Montserrat", sans-serif;
font-size: 26px;
font-size: 1.625rem;
text-transform: uppercase;
}
body.home.title-tagline-hidden.has-header-image .custom-logo-link img, body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
max-height: 200px;
max-width: 100%;
}
body:not(.title-tagline-hidden) .site-branding-text {
display: inline-block;
max-width: 100%;
vertical-align: middle;
}
.custom-header {
position: relative;
background-color: #000;
}
.has-header-image.inspiro-front-page .site-branding, .has-header-image.home.blog .site-branding,
.has-header-video.inspiro-front-page .site-branding,
.has-header-video.home.blog .site-branding {
position: absolute;
left: 50%;
top: 45%;
width: 100%;
opacity: 0;
transform: translate(-50%, -50%);
transition: top .3s linear, opacity .3s ease-in;
}
.has-header-image.inspiro-front-page.inspiro-page-ready .site-branding, .has-header-image.home.blog.inspiro-page-ready .site-branding,
.has-header-video.inspiro-front-page.inspiro-page-ready .site-branding,
.has-header-video.home.blog.inspiro-page-ready .site-branding {
opacity: 1;
top: 50%;
}
.has-header-image.inspiro-front-page .custom-header, .has-header-image.home.blog .custom-header,
.has-header-video.inspiro-front-page .custom-header,
.has-header-video.home.blog .custom-header {
display: table;
height: 100vh;
max-height: 100vh;
max-height: -webkit-fill-available;
width: 100%;
overflow: hidden;
}
.custom-header-media {
bottom: 0;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
width: 100%;
min-height: 100vh; min-height: -webkit-fill-available;
min-height: fill-available;
}
.custom-header-media:after {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); bottom: 0;
content: "";
display: block;
height: 100%;
left: 0;
position: absolute;
right: 0;
z-index: 2;
}
.custom-header-media.hide_overlay:after {
display: none;
}
.has-header-image .custom-header-media:before,
.has-header-video .custom-header-media:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
opacity: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
}
.has-header-image .custom-header-media.hide_overlay:before,
.has-header-video .custom-header-media.hide_overlay:before {
display: none;
}
.has-header-image .custom-header-media img {
height: auto;
left: 50%;
height: 100%;
max-width: 1000%;
min-height: 100%;
min-width: 100%;
min-width: 100vw; width: auto;
top: 50%;
padding-bottom: 1px; transform: translateX(-50%) translateY(-50%);
}
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
left: 50%;
max-width: none;
height: 100%;
min-height: 100%;
min-width: 100%;
min-width: 100vw; top: 50%;
padding-bottom: 1px; transform: translateX(-50%) translateY(-50%);
margin-bottom: 0;
}
.has-header-video .custom-header-media video {
height: 100%;
}
.has-header-video .custom-header-media iframe {
position: fixed;
}
.wp-custom-header {
height: 100%;
}
.wp-custom-header .wp-custom-header-video-button { background-color: rgba(34, 34, 34, 0.5);
color: rgba(255, 255, 255, 0.6);
width: 45px;
height: 45px;
overflow: hidden;
padding: 0;
border: none;
position: absolute;
right: 1.875em;
bottom: 3.75em;
transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
z-index: 3;
}
.wp-custom-header .wp-custom-header-video-button:hover, .wp-custom-header .wp-custom-header-video-button:focus {
border: none;
background-color: rgba(34, 34, 34, 0.8);
color: #fff;
}
.wp-custom-header .wp-custom-header-video-button .svg-icon {
margin-top: 6px;
max-height: 1.375em;
fill: #fff;
}
.has-header-image:not(.inspiro-front-page):not(.home) .custom-header-media img {
bottom: 0;
position: absolute;
top: auto;
transform: translateX(-50%) translateY(0);
} @supports (object-fit: cover) {
.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-image:not(.inspiro-front-page):not(.home) .custom-header-media img {
height: 100%;
left: 0;
object-fit: cover;
top: 0;
transform: none;
width: 100%;
}
}  @keyframes pulsate {
0% {
opacity: 0.5;
}
50% {
opacity: 1;
}
100% {
opacity: 0.3;
}
}
#scroll-to-content {
display: block;
position: absolute;
left: 50%;
bottom: 20px;
z-index: 5;
cursor: pointer;
height: 1.5em;
width: 3.5em;
font-size: 16px;
font-size: 1rem;
overflow: hidden;
opacity: 0.5;
transform: translateX(-50%);
animation: pulsate 1.5s ease-out infinite;
}
#scroll-to-content:before {
content: '';
display: block;
position: absolute;
left: 15px;
bottom: 10px;
height: 30px;
width: 30px;
border: 2px solid #fff;
transform: rotate(45deg);
}
#scroll-to-content:hover {
opacity: 1;
} body:not(.has-header-image):not(.has-header-video) .custom-header-media,
body:not(.has-header-image):not(.has-header-video) #scroll-to-content {
display: none;
}   .site-content-contain {
background-color: #fff;
position: relative;
}
.page-template-homepage-builder-bb .site-content,
.page-template-full-width-no-title .site-content,
.page-template-full-width-transparent .site-content {
padding-top: 0 !important;
}  .sticky {
position: relative;
padding: 2em 1.25em;
border: 2px #e6e6e6 dashed;
margin-bottom: 3.75em;
}
.post:not(.sticky) .svg-icon-thumb-tack {
display: none;
}
.sticky .svg-icon-thumb-tack {
position: absolute;
display: block;
width: 32px;
height: 32px;
left: 50%;
top: -16px;
padding: 5px;
transform: translateX(-50%);
fill: #0bb4aa;
background-color: #fff;
}
.home.blog .page-title:after {
content: '';
display: block;
width: 130px;
height: 1px;
background: #e6e6e6;
margin: 40px auto 48px;
}
.home.blog .entry-title {
margin-top: 0;
color: #222;
font-size: 26px;
font-size: 1.625rem;
font-weight: bold;
text-align: center;
font-family: "Montserrat", sans-serif;
text-align: left;
}
.home.blog .entry-meta {
font-size: 16px;
font-size: 1rem;
margin-bottom: 20px;
padding: 0;
}
.home.blog .entry-meta a {
border-bottom: 1px solid #ccc;
padding-bottom: 2px;
}
.entry-header .entry-title {
margin-bottom: 20px;
margin-top: 0;
}
.entry-title {
color: #222;
font-size: 42px;
font-size: 2.625rem;
font-weight: 700;
}
.entry-title:not(:first-child) {
padding-top: 0;
}
.entry-title a {
color: #000;
text-decoration: none;
margin-left: -2px;
}
.entry-title a:hover {
color: #0bb4aa;
text-decoration: none;
}
.entry-meta {
color: #999;
font-size: 16px;
font-size: 1rem;
margin: 0 0 20px;
}
.entry-meta span {
display: inline;
}
.entry-meta span + span:before {
content: " /  ";
color: #b6babb;
margin: 0 5px;
font-style: normal;
opacity: .5;
}
.entry-meta a {
color: #222;
}
.post-display-content-none .entry-meta {
margin-bottom: 0;
}
.entry-content {
line-height: 1.9;
}
.entry-content p {
margin-bottom: 20px;
word-wrap: break-word;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
margin-bottom: 20px;
line-height: 1.3;
font-weight: 700;
}
.entry-content .wp-block-image img,
.entry-content img.alignnone,
.entry-content img.aligncenter,
.entry-content img.alignleft,
.entry-content img.alignright,
.entry-content img.attachment-fullsize {
max-width: 100%;
height: auto;
}
.entry-content ul,
.entry-content ol {
margin-bottom: 25px;
}
.entry-content li ul:not(.wp-block-gallery),
.entry-content li ol {
margin-bottom: 0;
margin-left: 30px;
}
.entry-content .wp-block-gallery {
margin-left: 0;
}
.entry-content li {
list-style-position: inside;
}
.entry-content ul li {
list-style-type: square;
}
.entry-content ol li {
list-style-type: decimal;
}
.entry-content .shortcode-unorderedlist ul li,
.entry-content .shortcode-unorderedlist ul li ul {
list-style-type: none;
}
.entry-content blockquote {
font-size: 20px;
margin-top: 15px;
margin-bottom: 40px;
text-align: center;
position: relative;
max-width: 100%;
font-style: italic;
}
.entry-content blockquote:before, .entry-content blockquote:after {
content: "";
display: block;
width: 60px;
height: 2px;
margin: 50px auto;
background: rgba(0, 0, 0, 0.1);
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.pagination,
.comments-pagination {
padding: 3.125em 0;
text-align: center;
}
.pagination:empty,
.comments-pagination:empty {
display: none;
}
.pagination .page-numbers,
.comments-pagination .page-numbers {
font-size: 20px;
font-size: 1.25rem;
font-family: "Montserrat", sans-serif;
line-height: 40px;
padding: 0.625em 0.9375em;
color: #444;
transition: 0.2s ease all;
}
.pagination .page-numbers:not(.dots):hover, .pagination .page-numbers.current,
.comments-pagination .page-numbers:not(.dots):hover,
.comments-pagination .page-numbers.current {
text-decoration: none;
color: #0bb4aa;
} .entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
color: #666;
font-size: 14px;
font-size: 0.875rem;
width: 48%;
} body:not(.has-archive-description):not(.has-header-image) .page-title:after,
body:not(.has-archive-description):not(.has-header-image).page .entry-title:after {
content: '';
display: block;
width: 130px;
height: 1px;
background: #e6e6e6;
margin: 40px auto 48px;
}
.blog .page-title,
.search .page-title,
.archive .page-title {
margin-top: 2em;
}
.blog .page-title span,
.search .page-title span,
.archive .page-title span {
text-transform: none;
}
.blog .site-main > article:not(.sticky),
.archive .site-main > article:not(.sticky),
.search .site-main > article:not(.sticky) {
padding-bottom: 3.75em;
}
.blog .site-main > article:not(.sticky):after,
.archive .site-main > article:not(.sticky):after,
.search .site-main > article:not(.sticky):after {
content: "";
display: block;
width: 130px;
height: 1px;
background: #e6e6e6;
margin: 50px auto 0;
}
body:not(.inspiro-front-page) .entry-header,
body:not(.inspiro-front-page) .entry-content,
body:not(.inspiro-front-page) #comments {
margin-left: auto;
margin-right: auto;
}
body:not(.inspiro-front-page) .entry-header {
padding-top: 0;
}
body:not(.page-layout-sidebar-right) #primary {
max-width: calc( 950px + 20px);
margin: 0 auto;
padding-left: 10px;
padding-right: 10px;
}
body:not(.page-layout-sidebar-right) #primary .entry-header .inner-wrap,
body:not(.page-layout-sidebar-right) #primary .entry-content {
padding-left: 0;
padding-right: 0;
}
body:not(.page-layout-sidebar-right).blog .site-main article,
body:not(.page-layout-sidebar-right).archive .site-main article,
body:not(.page-layout-sidebar-right).search .site-main article {
text-align: center;
}
body:not(.page-layout-sidebar-right).blog .site-main article .entry-title,
body:not(.page-layout-sidebar-right).archive .site-main article .entry-title,
body:not(.page-layout-sidebar-right).search .site-main article .entry-title {
text-align: center;
}
.blog .entry-meta a,
.archive .entry-meta a,
.search .entry-meta a {
border-bottom: 1px solid #ccc;
padding-bottom: 2px;
}
.blog .entry-meta a:hover,
.archive .entry-meta a:hover,
.search .entry-meta a:hover {
color: #0bb4aa;
}
.taxonomy-description {
color: #666;
font-size: 14px;
font-size: 0.875rem;
text-align: center;
}
.taxonomy-description p {
margin: 0;
}
body.has-archive-description:not(.has-header-image) .taxonomy-description:after {
content: '';
display: block;
width: 130px;
height: 1px;
background: #e6e6e6;
margin: 40px auto 48px;
} .entry-content .more-link,
.entry-content .more_link {
font-weight: bold;
display: table;
text-align: center;
margin: 10px auto 0;
}
.entry-summary .link-more {
margin-bottom: 0;
} .single.has-sidebar.page-layout-sidebar-right .entry-header .inner-wrap,
.single .entry-wrapper {
max-width: 1200px;
margin: 3.75em auto;
padding-left: 1.25em;
padding-right: 1.25em;
}
.single.has-sidebar.page-layout-sidebar-right .entry-header .inner-wrap {
margin-top: 2.8125em;
margin-bottom: 0;
}
.page .entry-header .inner-wrap,
.page .entry-content,
.page:not(.inspiro-front-page) .entry-footer,
.single .entry-header .inner-wrap,
.single .entry-content,
.single .entry-footer {
margin: 2.8125em auto;
max-width: calc( 950px + 20px);
padding-left: 10px;
padding-right: 10px;
}
.page .entry-content,
.single .entry-content {
margin-bottom: 0;
}
.page .full-width .entry-content,
.single .full-width .entry-content {
max-width: 100%;
margin: 0;
padding: 0;
}
.page .entry-cover-image,
.single .entry-cover-image {
position: relative;
height: 450px;
overflow: hidden;
}
.page .entry-cover-image.cover_fullscreen,
.single .entry-cover-image.cover_fullscreen {
height: 100vh;
max-height: 100vh;
max-height: -webkit-fill-available;
}
.page .entry-cover-image:after,
.single .entry-cover-image:after {
content: " ";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
}
.page .entry-cover-image .entry-header,
.single .entry-cover-image .entry-header {
position: absolute;
bottom: 5%;
width: 100%;
z-index: 5;
}
.page .entry-cover-image .entry-header .inner-wrap,
.single .entry-cover-image .entry-header .inner-wrap {
margin-bottom: 0;
}
.page .entry-cover-image .entry-header .entry-title,
.single .entry-cover-image .entry-header .entry-title {
color: #fff;
font-size: 45px;
font-size: 2.8125rem;
text-transform: none;
font-weight: 600;
text-align: left;
margin-top: 10px;
margin-bottom: 10px;
padding: 0;
font-family: inherit;
}
.page .entry-cover-image .entry-header .entry-meta,
.single .entry-cover-image .entry-header .entry-meta {
color: #fff;
opacity: 0.8;
font-size: 16px;
font-size: 1rem;
}
.page .entry-cover-image .entry-header .entry-meta a,
.single .entry-cover-image .entry-header .entry-meta a {
color: inherit;
font-weight: 600;
}
.page .entry-cover-image .entry-header .entry-meta a:hover,
.single .entry-cover-image .entry-header .entry-meta a:hover {
color: #0bb4aa;
}
.page .entry-cover-image .single-featured-image-header,
.single .entry-cover-image .single-featured-image-header {
position: relative;
height: 100%;
}
.page .entry-cover-image .single-featured-image-header img,
.single .entry-cover-image .single-featured-image-header img {
width: 100%;
height: 100%;
object-fit: cover;
}
.page.page-layout-full-width article:not(.has-post-thumbnail) .inner-wrap,
.single.page-layout-full-width article:not(.has-post-thumbnail) .inner-wrap {
max-width: calc( 950px + 20px);
}
.page .entry-meta,
.single .entry-meta {
margin-bottom: 0;
} .entry-content .alignfull {
margin-left: calc( -100vw / 2 + 100% / 2);
margin-right: calc( -100vw / 2 + 100% / 2);
}
.entry-content .alignfull .wp-block-cover__inner-container,
.entry-content .alignfull .wp-block-group__inner-container {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding-left: 2em;
padding-right: 2em;
}
.entry-content .alignfull,
.entry-content .alignfull:not(.wp-block-group):not(.wp-block-post-featured-image):not(.wp-block-query):not(.wpzoom-blocks_portfolio-block):not(.wp-block-cover) img {
width: 100vw;
max-width: 100vw;
}
.single-featured-image-header img {
display: block;
margin: auto;
}
.wp-block-button a {
text-transform: uppercase;
font-weight: 400;
letter-spacing: 1px;
font-family: "Montserrat", sans-serif;
text-decoration: none !important;
transition: background-color .3s ease;
}
.wp-block-button a:hover {
background-color: #0bb4aa;
color: #fff;
border-color: #0bb4aa;
}
.wp-block-button.is-style-outline a:hover {
background-color: #0bb4aa;
color: #fff;
border-color: #0bb4aa;
}
.builder-wrap > .wp-block-gallery,
.builder-wrap > p,
.builder-wrap > p.has-text-align-center {
margin: 2.8125em auto;
max-width: calc(950px + 20px);
padding-left: 2em;
padding-right: 2em;
}
.wp-block-group > .wp-block-group__inner-container {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding-left: 2em;
padding-right: 2em;
}
.wp-block-group:where(.has-background) {
padding-left: 0 !important;
padding-right: 0 !important;
}
.wp-block-post {
list-style-type: none !important;
}
.wp-block-post .wp-block-post-title {
font-size: 1.3em;
}
.wp-block-post .wp-block-post-title a {
text-decoration: none !important;
color: #000;
}
.wp-block-post .wp-block-post-title a:hover {
color: #0bb4aa;
}
.wp-block-post .more-link {
font-weight: 700;
display: table;
text-align: left;
margin: 10px 0;
text-decoration: none;
}
@media screen and (max-width: 500px) {
.page .entry-cover-image,
.single .entry-cover-image,
.single-featured-image-header {
height: 400px;
}
} .entry-footer {
text-align: center;
font-family: "Montserrat", sans-serif;
color: #666;
}
.entry-footer .tags-links {
font-size: 14px;
font-size: 0.875rem;
}
.entry-footer .tags-links .separator {
margin: 0 5px 0 0;
color: #aaa;
}
.entry-footer .post-author .section-title {
clip: rect(1px, 1px, 1px, 1px);
overflow: hidden;
height: 1px;
margin-bottom: 3em;
}
.entry-footer .post-author img {
margin: 0 0 20px;
border-radius: 50%;
}
.entry-footer .post-author img + span {
margin: 0 0 5px;
display: block;
text-transform: uppercase;
}
.entry-footer .post-author a {
font-size: 18px;
font-size: 1.125rem;
color: #222;
line-height: 1.8;
}
.entry-footer .post-author a:hover {
text-decoration: none;
color: #0bb4aa;
}
.entry-footer .tags-links,
.entry-footer .post-author {
margin: 0 0 1.875em 0;
}
.entry-footer .section-title {
margin-top: 3.125em;
margin-bottom: 1.25em;
color: #666;
font-size: 16px;
font-size: 1rem;
font-weight: 600;
text-align: center;
text-transform: uppercase;
}
.entry-footer .section-title:before {
content: '';
display: block;
width: 200px;
height: 1px;
background: #e6e6e6;
margin: 0 auto 3em;
}
.entry-footer > *:first-child .section-title {
margin-top: 0;
} .blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
}
.format-quote blockquote {
color: #333;
font-size: 20px;
font-size: 1.25rem;
font-weight: 300;
overflow: visible;
position: relative;
}
.format-quote blockquote .icon {
display: block;
height: 20px;
left: -1.25em;
position: absolute;
top: 0.4em;
transform: scale(-1, 1);
width: 20px;
} .previous-post-cover {
margin: 60px auto 0;
background: #0f1010;
color: #fff;
text-align: center;
}
.previous-post-cover a {
display: block;
}
.previous-post-cover a:hover {
text-decoration: none;
}
.previous-post-cover .previous-info {
margin: 0;
z-index: 1;
padding: 10% 5%;
min-height: 250px;
position: relative;
}
.previous-post-cover .previous-cover {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 1;
opacity: .6;
background-size: cover;
background-position: center center;
background-color: #000;
transition: .2s ease all;
}
.previous-post-cover:hover .previous-cover {
opacity: .4;
}
.previous-post-cover .previous-content {
position: relative;
z-index: 50;
max-width: 1200px;
margin: 0 auto;
}
.previous-post-cover .previous-content .nav-subtitle {
font-weight: 700;
margin: 0 0 15px;
color: #fff;
opacity: .7;
display: block;
font-size: 16px;
font-size: 1rem;
}
.previous-post-cover .previous-content .nav-title {
color: #fff;
font-size: 48px;
font-size: 3rem;
font-weight: 700;
line-height: 1.4;
border-bottom: 1px solid transparent;
transition: border-bottom .2s ease;
}
.previous-post-cover .previous-content .nav-title:hover {
border-bottom: 1px solid #fff;
} h4.jp-relatedposts-post-title {
margin: 10px 0 5px !important;
font-weight: bold;
position: relative;
}
.single #jp-relatedposts {
margin-bottom: 0;
}
.single #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
font-size: 18px;
font-weight: bold;
line-height: 1.3;
}
.single #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title a {
color: #171615;
font-weight: bold;
}
.single #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title a:hover {
text-decoration: none;
color: #0bb4aa;
}
.single #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
text-decoration: none;
}
.single #jp-relatedposts h3.jp-relatedposts-headline {
display: block;
text-align: center;
margin-top: 50px;
margin-bottom: 20px;
float: none;
color: #666;
font-size: 16px;
font-weight: normal;
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
}
.single #jp-relatedposts h3.jp-relatedposts-headline em {
font-weight: normal;
}
.single #jp-relatedposts h3.jp-relatedposts-headline em:before {
display: none;
}
.single #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
opacity: 1;
margin-bottom: 0;
}  .page-title,
.page .entry-title {
margin-top: 0;
color: #222;
font-size: 26px;
font-size: 1.625rem;
font-weight: bold;
text-align: center;
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
}
.page #comments {
padding-left: 0;
padding-right: 0;
} .error404 .page-content .search-form,
.search .page-content .search-form {
margin-bottom: 3em;
}
.wpzoom-blocks_portfolio-block .wpz-portfolio-button__link {
border-radius: 0;
font-family: "Montserrat", sans-serif;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 14px;
transition: .2s ease all;
}
.portfolio-dark.wpzoom-blocks_portfolio-block .wpz-portfolio-button__link {
background: none;
border: 2px solid #fff;
}
.portfolio-dark.wpzoom-blocks_portfolio-block .wpz-portfolio-button__link:focus, .portfolio-dark.wpzoom-blocks_portfolio-block .wpz-portfolio-button__link:hover {
background: #fff;
color: #000 !important;
border-color: #fff;
} .site-footer {
background: #101010;
color: #78787f;
}
.site-footer.has-footer-widgets .inner-wrap {
padding-bottom: 0;
}
.site-footer .footer-widgets {
padding-top: 30px;
}
.home .site-footer {
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer-separator {
background: rgba(255, 255, 255, 0.1);
height: 1px;
width: 100%;
border: none;
margin-bottom: 0;
} .site-info {
font-size: 14px;
font-size: 0.875rem;
padding: 1.875em 0;
margin: 0;
}
.site-info a {
color: #fff;
}
.site-info a:hover, .site-info a:focus {
color: #0bb4aa;
}
.site-info .copyright {
-js-display: flex;
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
.site-info .copyright span:nth-child(1) {
flex: 0 0 50%;
text-align: left;
}
.site-info .copyright span:nth-child(2) {
flex: 0 0 50%;
text-align: right;
} .social-navigation {
font-size: 16px;
font-size: 1rem;
margin-bottom: 1em;
}
.social-navigation ul {
list-style: none;
margin-bottom: 0;
margin-left: 0;
}
.social-navigation li {
display: inline;
}
.social-navigation a {
background-color: #767676;
border-radius: 40px;
color: #fff;
display: inline-block;
height: 40px;
margin: 0 1em 0.5em 0;
text-align: center;
width: 40px;
}
.social-navigation a:hover, .social-navigation a:focus {
background-color: #333;
}
.social-navigation .icon {
height: 16px;
top: 12px;
width: 16px;
vertical-align: top;
} .site-footer .footer-widgets .title {
color: #fff;
}
.site-footer .footer-widgets .widget_block > h2 {
margin: 0;
font-size: 20px;
text-transform: uppercase;
font-family: "Montserrat", sans-serif;
font-weight: 700;
color: #fff;
}
.site-footer .footer-widgets .widget_block > .title {
margin-bottom: 20px;
} #comments {
clear: both;
max-width: calc( 950px + 20px);
margin: 0 auto;
padding: 0 10px;
}
#comments > h3,
#respond > h3 {
font-weight: bold;
text-transform: uppercase;
position: relative;
margin-top: 40px;
margin-bottom: 80px;
font-family: "Montserrat", sans-serif;
}
#comments > h3:after,
#respond > h3:after {
width: 130px;
content: " ";
border-bottom: 1px solid #e6e6e6;
bottom: -40px;
left: 0;
position: absolute;
}
#respond {
margin-bottom: 5.3125em;
}
#respond h3 {
margin-top: 100px;
}
#respond .form_fields p {
margin-bottom: 15px;
}
#respond textarea {
width: 100%;
}
#respond label {
display: block;
}
#respond #submit {
width: auto;
}
#respond #submit:hover {
color: #0bb4aa;
border-color: #0bb4aa;
}
#respond code {
white-space: pre-wrap;
}
.comment-notes {
margin-bottom: 20px;
font-style: italic;
}
.commentlist {
list-style-type: none;
padding: 0;
margin: 0;
}
.commentlist li {
list-style-type: none;
}
.commentlist .children {
margin-left: 50px;
}
.commentlist .comment {
margin-bottom: 80px;
position: relative;
}
.commentlist .comment:after {
width: 130px;
content: " ";
border-bottom: 1px solid #e6e6e6;
bottom: -40px;
left: 0;
position: absolute;
}
.comment-author:before, .comment-author:after {
content: "";
display: table;
}
.comment-author:after {
clear: both;
}
.comment-author .avatar {
float: left;
border-radius: 50%;
margin-right: 22px;
margin-bottom: 27px;
}
.comment-author .fn,
.comment-author .fn a {
color: #222;
font-size: 20px;
font-size: 1.25rem;
font-style: normal;
font-weight: 700;
}
.comment-author .fn a:hover {
text-decoration: none;
color: #0bb4aa;
}
.comment-author .comment-meta,
.comment-author .comment-meta a {
color: #bbbbbb;
font-size: 16px;
font-size: 1rem;
}
.comment-body {
margin-bottom: 40px;
}
.form-allowed-tags {
display: none;
}
#respond .comment-form-cookies-consent label {
display: inline;
margin-left: 10px;
text-transform: none;
font-family: inherit;
font-size: 14px;
font-size: 0.875rem;
}
.bypostauthor {
padding: 2em;
margin-bottom: 1em;
}
.bypostauthor .bypostauthor {
background: transparent;
margin-bottom: 0;
padding-right: 0;
padding-bottom: 0;
padding-top: 0;
}
.bypostauthor li {
background: transparent;
margin-bottom: 0;
padding: 0 0 0 2em;
} #secondary {
padding: 1em 0 2em;
}
.widget_block,
.widget {
margin-bottom: 40px;
}
.widget_block .wp-block-group__inner-container > h2,
.widget_block .wp-block-search__label,
.widget_block .title,
.widget .wp-block-group__inner-container > h2,
.widget .wp-block-search__label,
.widget .title {
margin: 0 0 20px;
font-size: 20px;
text-transform: uppercase;
font-family: "Montserrat", sans-serif;
font-weight: bold;
}
.widget_block ul,
.widget ul {
clear: both;
margin: 0;
padding: 0;
}
.widget_block ul li,
.widget ul li {
list-style-type: none;
}
.widget_block ul ul,
.widget ul ul {
margin: 0;
padding: 0;
border-top: none;
}
.widget_block ul ul li,
.widget ul ul li {
border: none;
}
.widget_block .wp-block-group > .wp-block-group__inner-container,
.widget .wp-block-group > .wp-block-group__inner-container {
padding: 0;
}
.textwidget img {
max-width: 100%;
height: auto;
} .widget select {
width: 100%;
} .widget ul {
list-style: none;
margin: 0;
}
.widget ul li,
.widget ol li {
padding: 0.0625em 0;
}
.widget:not(.widget_tag_cloud) ul li + li {
margin-top: -1px;
}
.widget ul li ul {
margin: 0 0 -1px;
padding: 0;
position: relative;
}
.widget ul li li {
border: 0;
padding-left: 24px;
padding-left: 1.5rem;
} .widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
bottom: 0;
}
.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
padding-bottom: 0.25em;
padding-top: 0.25em;
}
.widget_rss ul li {
padding-bottom: 1em;
padding-top: 1em;
} .widget-grofile h4 {
font-size: 16px;
font-size: 1rem;
margin-bottom: 0;
} .gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
} .wp-block-search,
.search-form {
position: relative;
}
.wp-block-search input,
.wp-block-search button,
.search-form input,
.search-form button {
height: 40px;
background: transparent;
border: 2px solid #565555;
box-sizing: border-box;
border-radius: 0;
transition: 0.2s ease all;
}
.wp-block-search input:focus,
.wp-block-search button:focus,
.search-form input:focus,
.search-form button:focus {
border-color: #0bb4aa;
}
.wp-block-search .wp-block-search__input,
.wp-block-search .search-field,
.search-form .wp-block-search__input,
.search-form .search-field {
width: 100%;
padding: 0px 100px 0 10px;
}
.wp-block-search .wp-block-search__button,
.wp-block-search .search-submit,
.search-form .wp-block-search__button,
.search-form .search-submit {
padding: 0 12px;
position: absolute;
bottom: 0;
right: 0;
}
.wp-block-search .wp-block-search__button .svg-icon,
.wp-block-search .search-submit .svg-icon,
.search-form .wp-block-search__button .svg-icon,
.search-form .search-submit .svg-icon {
display: none;
}
.wp-block-search .wp-block-search__label,
.search-form .wp-block-search__label {
display: block;
}
.site-footer .wp-block-search__input,
.site-footer .search-form .search-field,
.side-nav .wp-block-search__input,
.side-nav .search-form .search-field {
color: #eee;
}
.site-footer .wp-block-search__button,
.site-footer .search-form .search-submit,
.side-nav .wp-block-search__button,
.side-nav .search-form .search-submit {
font-family: "Montserrat", sans-serif;
font-weight: bold;
display: inline-block;
padding: 0.625em 1.5625em;
text-align: center;
white-space: nowrap;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 12px;
font-size: 0.75rem;
color: #0bb4aa;
border: 2px solid #0bb4aa;
background-image: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.site-footer .wp-block-search__button:hover,
.site-footer .search-form .search-submit:hover,
.side-nav .wp-block-search__button:hover,
.side-nav .search-form .search-submit:hover {
text-decoration: none;
color: #0bb4aa;
border-color: #0bb4aa;
}
.site-footer .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,
.side-nav .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
border: 2px solid #565555;
}
.site-footer .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button,
.side-nav .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
bottom: 6px;
right: 5px;
} .tagcloud ul li {
float: left;
border-top: 0;
border-bottom: 0;
padding: 0;
margin: 4px 4px 0 0;
}
.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
line-height: 1.5;
}
.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
box-shadow: none;
display: block;
padding: 4px 10px 5px;
position: relative;
transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
width: auto;
word-wrap: break-word;
z-index: 0;
}
.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
border-color: #bbb;
box-shadow: none;
text-decoration: none;
} .widget_text {
word-wrap: break-word;
}
.widget_text ul {
list-style: disc;
margin: 0 0 1.5em 1.5em;
}
.widget_text ol {
list-style: decimal;
}
.widget_text ul li,
.widget_text ol li {
border: none;
}
.widget_text ul li:last-child,
.widget_text ol li:last-child {
padding-bottom: 0;
}
.widget_text ul li ul {
margin: 0 0 0 1.5em;
}
.widget_text ul li li {
padding-left: 0;
padding-right: 0;
}
.widget_text ol li {
list-style-position: inside;
}
.widget_text ol li + li {
margin-top: -1px;
} .widget_rss .widget-title .rsswidget:first-child {
float: right;
}
.widget_rss .widget-title .rsswidget:first-child:hover {
background-color: transparent;
}
.widget_rss .widget-title .rsswidget:first-child img {
display: block;
}
.widget_rss ul li {
padding: 2.125em 0;
}
.widget_rss ul li:first-child {
border-top: none;
padding-top: 0;
}
.widget_rss li .rsswidget {
font-size: 22px;
font-size: 1.375rem;
font-weight: 300;
line-height: 1.4;
}
.widget_rss .rss-date,
.widget_rss li cite {
color: #767676;
display: block;
font-size: 10px;
font-size: 0.625rem;
font-style: normal;
font-weight: 700;
letter-spacing: 0.18em;
line-height: 1.5;
text-transform: uppercase;
}
.widget_rss .rss-date {
margin: 0.5em 0 1.5em;
padding: 0;
}
.widget_rss .rssSummary {
margin-bottom: 0.5em;
} .widget_contact_info .contact-map {
margin-bottom: 0.5em;
} .widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
border: 0;
} .widget_recent_entries .post-date {
display: block;
} .widget_calendar .wp-calendar-table {
margin-bottom: 0;
}
.widget_calendar .wp-calendar-nav {
display: table;
width: 100%;
margin: 0 0 1.5em;
padding: 0.4em 0;
}
.widget_calendar .wp-calendar-nav span {
display: table-cell;
}
.widget_calendar .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav-next {
width: 40%;
}
.widget_calendar th,
.widget_calendar td,
.widget_calendar .wp-calendar-nav span {
text-align: center;
}
.widget_calendar tfoot td {
border: 0;
} .zoom-instagram-widget li img {
transition: opacity .2s ease;
}
.zoom-instagram-widget li img:hover {
opacity: 0.6;
}
.site-widgetized-section .widgets .widget {
font-size: 16px;
font-size: 1rem;
width: 100%;
margin-right: 0;
}
.section-footer .zoom-instagram-widget {
overflow: hidden;
margin: 0;
position: relative;
}
.section-footer .zoom-instagram-widget .title {
display: none;
}
.section-footer .zoom-instagram-widget .zoom-instagram-widget__items {
width: 5000px;
overflow: hidden;
}
.section-footer .zoom-instagram-widget .zoom-instagram-widget__items .zoom-instagram-widget__item {
margin: 0 !important;
padding: 0 !important;
}
.section-footer .zoom-instagram-widget li img:hover {
opacity: 0.9;
}
.section-footer .zoom-instagram-widget .zoom-instagram-widget__follow-me {
margin-top: 1px;
text-align: center;
position: absolute;
z-index: 10;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.section-footer .zoom-instagram-widget a.ig-b-v-24 {
color: #fff !important;
border: none;
font-weight: 600 !important;
border-radius: 0;
font-family: "Montserrat", sans-serif;
line-height: 1.5em;
padding: 10px 18px;
font-size: 12px;
text-transform: uppercase;
background: #101010;
display: inline-block;
margin: 0;
letter-spacing: 2px !important;
}
.section-footer .zoom-instagram-widget a.ig-b-v-24:hover {
color: #0bb4aa !important;
} img,
video {
height: auto; max-width: 100%; }
img.alignleft,
img.alignright {
float: none;
margin: 0;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
audio:focus,
video:focus {
outline: thin dotted;
} embed,
iframe,
object {
margin-bottom: 1.5em;
max-width: 100%;
} p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
margin-bottom: 0;
}
.entry-content .aligncenter:not(.wp-block-gallery),
div.aligncenter:not(.wp-block-gallery) {
display: block;
clear: both;
margin-left: auto;
margin-right: auto;
}
.alignleft,
.entry-content .alignleft {
float: left;
margin-right: 15px;
}
.alignright,
.entry-content .alignright {
float: right;
margin-left: 15px;
}
.fullimg,
.fullimg figure {
position: relative;
overflow: hidden;
margin-bottom: 10px;
max-width: none;
}
.fullimg img,
.fullimg figure img {
width: 100% !important;
height: auto;
margin-bottom: 20px;
} .wp-caption,
.gallery-caption {
color: #666;
font-size: 13px;
font-size: 0.8125rem;
font-style: italic;
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
color: #8c888c;
font-size: 16px;
font-size: 1rem;
margin: 0.9375em 0;
font-style: italic;
}
.wp-caption.aligncenter {
margin: 0 auto 15px;
}
.entry-content .wp-caption {
width: auto;
text-align: center;
}
.entry-content .wp-caption img {
background: none;
border: 0 none;
}
.entry-content .fullimg .wp-caption.aligncenter {
margin-bottom: 0;
}
.entry-content .fullimg .aligncenter {
margin-bottom: 0;
}
.entry-content .fullimg p {
margin-bottom: 0;
} .mejs-container {
margin-bottom: 1.5em;
} .mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
background: transparent;
border: 0;
} .site-content .wp-playlist-light {
border-color: #eee;
color: #222;
}
.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
color: #333;
}
.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
color: #767676;
}
.site-content .wp-playlist-light .wp-playlist-item {
border-bottom: 1px dotted #eee;
transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.site-content .wp-playlist-light .wp-playlist-item:hover, .site-content .wp-playlist-light .wp-playlist-item:focus {
border-bottom-color: rgba(0, 0, 0, 0);
background-color: #767676;
color: #fff;
}
.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
color: #fff;
} .site-content .wp-playlist-dark {
background: #222;
border-color: #333;
}
.site-content .wp-playlist-dark .mejs-container .mejs-controls {
background-color: #333;
}
.site-content .wp-playlist-dark .wp-playlist-caption {
color: #fff;
}
.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
color: #eee;
}
.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
color: #aaa;
}
.site-content .wp-playlist-dark .wp-playlist-playing {
background-color: #333;
}
.site-content .wp-playlist-dark .wp-playlist-item {
border-bottom: 1px dotted #555;
transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.site-content .wp-playlist-dark .wp-playlist-item:hover, .site-content .wp-playlist-dark .wp-playlist-item:focus {
border-bottom-color: rgba(0, 0, 0, 0);
background-color: #aaa;
color: #222;
}
.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
color: #222;
} .site-content .wp-playlist {
padding: 0.625em 0.625em 0.3125em;
}
.site-content .wp-playlist-current-item .wp-playlist-item-title {
font-weight: 700;
}
.site-content .wp-playlist-current-item .wp-playlist-item-album {
font-style: normal;
}
.site-content .wp-playlist-current-item .wp-playlist-item-artist {
font-size: 10px;
font-size: 0.625rem;
font-weight: 700;
letter-spacing: 0.1818em;
text-transform: uppercase;
}
.site-content .wp-playlist-item {
padding: 0 0.3125em;
cursor: pointer;
}
.site-content .wp-playlist-item:last-of-type {
border-bottom: none;
}
.site-content .wp-playlist-item a {
padding: 0.3125em 0;
border-bottom: none;
}
.site-content .wp-playlist-item a, .site-content .wp-playlist-item a:focus, .site-content .wp-playlist-item a:hover {
box-shadow: none;
background: transparent;
}
.site-content .wp-playlist-item-length {
top: 5px;
} .icon {
display: inline-block;
fill: currentColor;
height: 1em;
position: relative; top: -0.0625em;
vertical-align: middle;
width: 1em;
}  .entry-content .tiled-gallery {
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
.entry-content .tiled-gallery .gallery {
clear: both;
text-align: center;
max-width: 100%;
}
.entry-content .tiled-gallery .gallery a:hover {
opacity: 0.6;
transition: opacity 0.25s ease-in-out;
}
.gallery-item {
display: inline-block;
text-align: left;
vertical-align: top;
margin: 0 0 1.5em;
padding: 0 1em 0 0;
width: 50%;
}
.gallery-columns-1 .gallery-item {
width: calc(100% / 1);
max-width: calc(100% / 1);
}
.gallery-columns-2 .gallery-item {
width: calc(100% / 2);
max-width: calc(100% / 2);
}
.gallery-columns-3 .gallery-item {
width: calc(100% / 3);
max-width: calc(100% / 3);
}
.gallery-columns-4 .gallery-item {
width: calc(100% / 4);
max-width: calc(100% / 4);
}
.gallery-columns-5 .gallery-item {
width: calc(100% / 5);
max-width: calc(100% / 5);
}
.gallery-columns-6 .gallery-item {
width: calc(100% / 6);
max-width: calc(100% / 6);
}
.gallery-columns-7 .gallery-item {
width: calc(100% / 7);
max-width: calc(100% / 7);
}
.gallery-columns-8 .gallery-item {
width: calc(100% / 8);
max-width: calc(100% / 8);
}
.gallery-columns-9 .gallery-item {
width: calc(100% / 9);
max-width: calc(100% / 9);
}
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
box-shadow: none;
background: none;
display: inline-block;
max-width: 100%;
}
.gallery-item a img {
display: block;
transition: filter 0.2s ease-in;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.gallery-item a:hover img,
.gallery-item a:focus img {
filter: opacity(60%);
}
.gallery-icon img {
margin: 0 auto;
}
.gallery-caption {
color: #8c888c;
margin: 15px 0;
display: block;
font-size: 12px;
font-style: italic;
line-height: 1.4;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}
.entry-content ul.blocks-gallery-grid {
margin-bottom: 0;
} .inspiro-customizer.has-header-image .custom-header, .inspiro-customizer.has-header-video .custom-header {
padding-top: 0 !important;
} .woocommerce-tabs h2,
.product .related h2 {
font-weight: bold;
text-transform: uppercase;
position: relative;
font-size: 20px;
font-family: "Montserrat", sans-serif;
}
.product .related h2 {
text-align: center;
margin-bottom: 30px;
}
.product .related > h2:before {
display: block;
content: " ";
width: 130px;
height: 1px;
background: #E6E6E6;
margin: 40px auto 48px;
}
.woocommerce #comments {
max-width: 100%;
padding: 0;
}
.woocommerce #comments > h2 {
font-size: 24px;
margin: 40px 0 80px;
}
.woocommerce .commentlist li {
list-style-type: none;
}
.woocommerce #reviews #comments ol.commentlist li::after {
display: none;
}
#main .woocommerce #respond h3 {
text-transform: none;
margin: 40px 0 80px;
text-transform: uppercase;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
#main .woocommerce-page #content input.button {
font-family: "Montserrat", sans-serif;
font-weight: bold;
font-size: 12px;
padding: 11px 25px;
color: #444;
border: 2px solid #444;
background-image: none;
background: #fff;
border-radius: 0;
text-shadow: none;
box-shadow: none;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover {
color: #0bb4aa;
border-color: #0bb4aa;
background: rgba(11, 180, 170, 0.05);
}
#main .payment_methods li {
list-style-type: none;
}
.payment_methods label {
display: inline-block;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
font-family: "Montserrat", sans-serif;
color: #0bb4aa;
}
.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
font-family: "Montserrat", sans-serif;
color: #0bb4aa;
}
.woocommerce #content div.product form.cart,
.woocommerce div.product form.cart,
.woocommerce-page #content div.product form.cart,
.woocommerce-page div.product form.cart {
margin-top: 15px;
}
.woocommerce div.product form.cart .button,
.woocommerce-page div.product form.cart .button,
.woocommerce #content div.product form.cart .button,
.woocommerce-page #content div.product form.cart .button,
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce #content input.button.alt,
#main .woocommerce-page #content input.button.alt {
color: #000;
border-color: #000;
background: none;
padding: 11px 25px;
}
.woocommerce button.button.alt.disabled:hover {
background: #000;
color: #fff;
}
.woocommerce div.product form.cart .button:hover,
.woocommerce-page div.product form.cart .button:hover,
.woocommerce-page #main a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #main input.button:hover,
.woocommerce button.button.alt:hover {
border-color: #0bb4aa;
background-color: transparent;
color: #0bb4aa;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
.woocommerce div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page div.product div.images img,
#main .woocommerce-page #content div.product div.images img {
box-shadow: none;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
text-align: center !important;
}
.woocommerce .related li.first,
.woocommerce-page .related li.first {
clear: none !important;
}
.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
display: inline-block !important;
}
.woocommerce .related ul.products li.product:last-child,
.woocommerce .related ul li.product:last-child,
.woocommerce .upsells.products ul.products li.product:last-child,
.woocommerce .upsells.products ul li.product:last-child,
.woocommerce-page .related ul.products li.product:last-child,
.woocommerce-page .related ul li.product:last-child,
.woocommerce-page .upsells.products ul.products li.product:last-child,
.woocommerce-page .upsells.products ul li.product:last-child {
margin-right: 0 !important;
}
.woocommerce .quantity .plus,
#main .woocommerce .quantity .minus {
text-shadow: none;
background: #C4C4C9;
box-shadow: none;
color: #222;
border: none;
outline: none;
height: 18px !important;
}
.woocommerce .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
padding: 0 !important;
border: 2px solid #E2E2E2 !important;
box-shadow: none !important;
border-radius: 0 !important;
height: 36px !important;
}
.woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover {
background: #0bb4aa !important;
color: #fff !important;
}
.woocommerce .quantity .plus {
border-radius: 0 !important;
}
.woocommerce .quantity .minus {
border-radius: 0 !important;
}
.woocommerce .woocommerce-breadcrumb a:hover,
.woocommerce-page .woocommerce-breadcrumb a:hover {
color: #222;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
background: #F2F3F3 !important;
box-shadow: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
background: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before {
display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
display: none !important;
}
.woocommerce a.button.added:before,
.woocommerce button.button.added:before,
.woocommerce input.button.added:before,
.woocommerce-page a.button.added:before,
.woocommerce-page button.button.added:before,
.woocommerce-pagination {
margin-bottom: 25px;
}
.woocommerce-pagination .page-numbers,
.woocommerce-pagination .page-numbers li {
border: none !important;
background: none !important;
}
.woocommerce-pagination .current,
.woocommerce-pagination .page-numbers:hover {
color: #0bb4aa !important;
}
.single-product .summary table.variations .label {
padding: 0 0 10px;
}
.woocommerce-page h1.entry-title {
border-bottom: none !important;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.cart_list li a,
.woocommerce-page ul.product_list_widget li a {
font-weight: normal !important;
}
.woocommerce .woocommerce-error::before,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before,
.woocommerce-page .woocommerce-error::before,
.woocommerce-page .woocommerce-info::before,
.woocommerce-page .woocommerce-message::before {
height: auto !important;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: #a3a3a3;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
background-color: #0bb4aa;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
padding-top: 4px;
padding-bottom: 4px;
width: auto;
font-size: 14px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text:focus {
border-color: #0bb4aa;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
width: 100%;
}
.woocommerce form .shipping-calculator-form p {
padding: 3px;
}
.woocommerce a.remove {
line-height: 1.2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-weight: normal;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border-radius: 0;
margin: 0 5px;
border-color: #DEE3E7;
background: #F7F8FA;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
font-family: "Montserrat", sans-serif;
font-size: 14px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
border-color: #DEE3E7;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
display: none;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
border-top-color: #eee;
}
.woocommerce-message::before {
color: #0bb4aa;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
background: #f7f6f7;
border-radius: 0;
border: 2px solid #eee;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
background-color: #e8e8e8;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
border: 1em solid #e8e8e8;
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
} @media (min-width: 75em) {
.wp-block-query.alignwide,
.single .entry-content .alignwide {
margin-left: -125px;
margin-right: -125px;
max-width: 1200px;
width: 1200px;
}
}
@media (min-width: 64.0625em) {
.navbar-nav ul {
left: 50%;
width: 220px;
margin-top: 15px;
border-top: 2px solid #0bb4aa;
background: #101010;
transform: translate(-50%, 0);
}
.navbar-nav ul li {
border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.navbar-nav ul li.current-menu-item a,
.navbar-nav ul li.current_page_item a,
.navbar-nav ul li.current-menu-parent a {
border-bottom: none;
color: #fff;
}
.navbar-nav ul a {
color: #b0b0b0;
padding: 8px 15px;
border-bottom: none;
}
.navbar-nav ul a:hover {
border-bottom: none;
color: #fff;
}
.navbar-nav ul ul {
right: 100%;
margin-top: -3px;
transform: translate(0, 0);
}
.navbar-nav > li > a.sf-with-ul:hover {
border-bottom: 1px solid rgba(255, 255, 255, 0);
}
}
@media screen and (min-width: 48em) {
.single h1.entry-title {
font-size: 42px;
font-size: 2.625rem;
} .inner-wrap {
max-width: 1200px;
}
.page-layout-sidebar-right.has-sidebar:not(.error404) #primary,
.page-layout-sidebar-right.has-sidebar:not(.search) #primary,
.page-layout-sidebar-right.has-sidebar:not(.archive) #primary {
float: left;
width: 75%;
padding-right: 4%;
}
.page-layout-sidebar-right.has-sidebar #secondary {
float: right;
padding: 0 0 1.25em 4%;
width: 25%;
margin-bottom: 2em;
border-left: 1px solid #e6e6e6;
}
.page-layout-sidebar-right.has-sidebar.page .entry-wrapper .entry-content, .page-layout-sidebar-right.has-sidebar.single .entry-wrapper .entry-content {
float: left;
width: 75%;
max-width: 100%;
padding-right: 4%;
padding-left: 0;
margin: 0;
}
.error404 #primary,
.search #primary,
.archive #primary {
float: none;
} .site-branding {
margin-bottom: 0;
}
.has-header-image.inspiro-front-page .custom-header,
.has-header-video.inspiro-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
display: block;
height: auto;
}
.custom-header-media {
height: 165px;
position: relative;
}
.inspiro-front-page.has-header-image .custom-header-media,
.inspiro-front-page.has-header-video .custom-header-media {
height: 0;
position: relative;
}
.home.blog.has-header-image .custom-header-media,
.home.blog.has-header-video .custom-header-media {
height: 0;
position: relative;
}
.has-header-image:not(.inspiro-front-page):not(.home) .custom-header,
.has-header-video:not(.inspiro-front-page):not(.home) .custom-header {
height: 450px;
}
.has-header-image:not(.inspiro-front-page):not(.home) .site-branding,
.has-header-video:not(.inspiro-front-page):not(.home) .site-branding {
position: absolute;
text-align: left;
bottom: 30px;
left: 0;
width: 100%;
}
.has-header-image:not(.inspiro-front-page):not(.home) .custom-header-media,
.has-header-video:not(.inspiro-front-page):not(.home) .custom-header-media {
bottom: 0;
height: auto;
left: 0;
position: absolute;
right: 0;
top: 0;
} .inspiro-front-page.has-header-image .site-branding,
.inspiro-front-page.has-header-video .site-branding {
margin-bottom: 70px;
}
.home.blog.has-header-image .site-branding,
.home.blog.has-header-video .site-branding {
margin-bottom: 70px;
}
.inspiro-front-page.has-header-image .custom-header-media,
.inspiro-front-page.has-header-video .custom-header-media {
height: 1200px;
height: 100vh;
max-height: 100%;
overflow: hidden;
}
.home.blog.has-header-image .custom-header-media,
.home.blog.has-header-video .custom-header-media {
height: 1200px;
height: 100vh;
max-height: 100%;
overflow: hidden;
}
.inspiro-front-page.has-header-image .custom-header-media:after,
.inspiro-front-page.has-header-video .custom-header-media:after {
height: 33%;
}
.home.blog.has-header-image .custom-header-media:after,
.home.blog.has-header-video .custom-header-media:after {
height: 33%;
}
.admin-bar.inspiro-front-page.has-header-image .custom-header-media,
.admin-bar.inspiro-front-page.has-header-video .custom-header-media {
height: calc(100vh - 32px);
}
.admin-bar.home.blog.has-header-image .custom-header-media,
.admin-bar.home.blog.has-header-video .custom-header-media {
height: calc(100vh - 32px);
} #secondary {
font-size: 16px;
font-size: 1rem;
line-height: 1.6;
} .site-footer {
font-size: 16px;
font-size: 1rem;
line-height: 1.6;
}
.site-footer .footer-widgets {
-js-display: flex;
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
.site-footer .widget-columns-1 .widget-column {
flex: 0 0 calc(100% / 1);
}
.site-footer .widget-columns-2 .widget-column {
flex: 0 0 calc(100% / 2);
}
.site-footer .widget-columns-3 .widget-column {
flex: 0 0 calc(100% / 3);
}
.site-footer .widget-columns-4 .widget-column {
flex: 0 0 calc(100% / 4);
}
.site-footer .widget-column {
padding-right: 2.5em;
}
.site-footer .widget-column:last-child {
padding-right: 0;
}
#respond input[type="text"] {
width: 40%;
}
}
@media screen and (max-width: 30em) { .admin-bar:not(.side-nav-open) .headroom {
top: 32px;
} .site-footer {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.6;
}
.site-footer .widget-columns-1 .widget-column {
flex: 0 0 50%;
}
.site-footer .widget-columns-2 .widget-column {
flex: 0 0 50%;
}
.site-footer .widget-columns-3 .widget-column {
flex: 0 0 50%;
}
.site-footer .widget-columns-4 .widget-column {
flex: 0 0 50%;
}
}
@media screen and (max-width: 64em) {
.side-nav .navbar-nav {
display: block;
margin-left: 0;
position: relative;
}
.side-nav .navbar-nav ul {
display: none;
margin-left: 20px;
}
.side-nav .navbar-nav li a:hover,
.side-nav .navbar-nav li a:active {
color: #fff;
}
.side-nav .navbar-nav li.menu-item-has-children > a .svg-icon {
float: right;
fill: #999;
height: 26px;
width: 26px;
margin: 4px 0 0 10px;
transition: 0.1s ease color, 0.5s ease transform;
}
.side-nav .navbar-nav li.menu-item-has-children > a .svg-icon:hover, .side-nav .navbar-nav li.menu-item-has-children > a .svg-icon:active {
fill: #fff;
}
.side-nav .navbar-nav li.menu-item-has-children.open > a .svg-icon {
transform: rotate(180deg);
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
display: none;
}
.navbar-nav {
float: none;
}
.navbar-nav a:hover,
.navbar-nav > li > a:hover {
border: none;
}
.navbar-nav > li > a.sf-with-ul:hover {
border-bottom: none;
}
.navbar-nav > li.current-menu-item > a,
.navbar-nav > li.current_page_item > a,
.navbar-nav > li.current-menu-parent > a {
color: #0bb4aa;
}
.navbar-nav li {
display: block;
position: relative;
float: none;
margin: 10px 0;
padding: 0 0 5px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar-nav li a {
border: none !important;
padding: 4px 0;
margin: 7px 0;
color: #fff;
font-weight: 600;
text-transform: uppercase;
}
.navbar-nav li li a {
color: #ccc;
}
.navbar-nav ul:before {
display: none;
}
.navbar-nav ul li {
border: none;
padding: 0;
margin: 7px 0;
}
.navbar-nav ul li a {
text-transform: none;
font-weight: normal;
font-size: 14px;
}
.navbar-nav ul ul {
left: 0;
}
.current-menu-item a,
.current_page_item a,
.current-menu-parent a {
border-bottom: none;
}
.site-title {
font-size: 56px;
font-size: 3.5rem;
}
.site-description {
font-size: 18px;
font-size: 1.125rem;
}
.previous-post-cover .previous-content .nav-title {
font-size: 30px;
font-size: 1.875rem;
}
#comments,
.page #comments,
.page .entry-header .inner-wrap,
.page .entry-content,
.page:not(.inspiro-front-page) .entry-footer,
.single .entry-header .inner-wrap,
.single .entry-content,
.single .entry-footer {
padding: 0 4%;
}
.navbar .header-inner.wpz_layout_full,
.wrap,
.inner-wrap {
padding-right: 4%;
padding-left: 4%;
}
body:not(.page-layout-sidebar-right) #primary {
padding-left: 0;
padding-right: 0;
}
}
@media screen and (max-width: 48.875em) { .admin-bar:not(.side-nav-open) .headroom {
top: 46px;
}
.admin-bar #header {
margin-top: 46px;
}
.admin-bar .side-nav__wrap {
padding-top: calc( 46px + 18px + 12px);
}
.side-nav__wrap .navbar-toggle {
margin: 0;
margin-bottom: 15px;
}
.site-title {
font-size: 42px;
font-size: 2.625rem;
}
.custom-header-button {
font-size: 14px;
font-size: 0.875rem;
}
.side-nav .widget .title {
font-size: 20px;
font-size: 1.25rem;
}
.page .entry-cover-image .entry-header .entry-title,
.single .entry-cover-image .entry-header .entry-title {
font-size: 32px;
font-size: 2rem;
}
.previous-post-cover .previous-content .nav-title {
font-size: 24px;
font-size: 1.5rem;
} .wp-custom-header .wp-custom-header-video-button {
z-index: 10;
}
}
@media screen and (max-width: 40em) {
body:not(.wp-custom-logo) a.custom-logo-text {
font-size: 20px;
font-size: 1.25rem;
letter-spacing: 0;
line-height: 2em;
}
.clean_skin_wrap_post h3 {
font-size: 16px;
}
.site-title {
font-size: 24px;
font-size: 1.5rem;
padding-bottom: 0;
margin-bottom: 10px;
}
.site-title:after {
display: none;
}
.site-description {
font-size: 16px;
font-size: 1rem;
text-shadow: none;
}
.custom-header-button {
font-size: 12px;
font-size: 0.75rem;
}
.page .entry-content,
.single .entry-content {
margin-top: 20px;
margin-bottom: 20px;
}
.page .entry-cover-image .entry-header .entry-title,
.single .entry-cover-image .entry-header .entry-title {
font-size: 24px;
font-size: 1.5rem;
}
.entry-title {
font-size: 24px;
line-height: 1.5;
}
.widget_wpzoom-instagram li:nth-child(3n+3) {
margin-right: 15px;
}
.side-nav__close-button {
display: block;
}
.side-nav-open .site .navbar-toggle .icon-bar:nth-child(2) {
transform: rotateZ(-40deg) translate3d(4px, 17px, 0);
width: 12px;
}
.side-nav-open .site .navbar-toggle .icon-bar:nth-child(3) {
transform: translateX(3px);
opacity: 1;
}
.side-nav-open .site .navbar-toggle .icon-bar:nth-child(4) {
transform: rotateZ(40deg) translate3d(4px, -17px, 0);
width: 12px;
}
.side-nav__wrap {
padding-top: 20px;
}
.site-info {
font-size: 14px;
font-size: 0.875rem;
}
.site-info .copyright span:nth-child(1) {
margin-bottom: 10px;
}
.site-info .copyright span:nth-child(1),
.site-info .copyright span:nth-child(2) {
flex: 100%;
text-align: center;
}
.previous-post-cover .previous-info {
min-height: 200px;
}
.header_social {
display: none;
}
.sb-search .sb-icon-search .svg-icon {
height: 14px;
margin: 14px 0;
}
}
@media screen and (max-width: 37.5em) {
.admin-bar #header.headroom--not-top {
margin-top: 0;
}
}
@media screen and (max-width: 600px) { .admin-bar:not(.side-nav-open) .headroom {
top: 46px;
}
.admin-bar:not(.side-nav-open) .site-header.headroom--not-top {
top: 0;
}
}
@media screen and (max-width: 30em) {
.site-header.headroom--not-top {
top: 0;
}
.side-nav {
width: 320px;
}
.side-nav-transitioning,
.side-nav-open .side-nav-overlay {
right: 320px;
}
.side-nav__scrollable-container {
transform: translateX(320px);
}
body.side-nav-open .site {
transform: translateX(-320px);
}
}