.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.balus-reservation {
--balus-blue: #1D9FB4;
--balus-pink: #E84A8E;
--balus-charcoal: #1F1F1F;
--balus-bg: #f4f7f8;
--balus-border: #d7e1e3;
max-width: 760px;
margin: 0 auto;
padding: 32px 24px;
color: var(--balus-charcoal);
font-family: inherit;
box-sizing: border-box;
}
.balus-reservation *,
.balus-reservation *::before,
.balus-reservation *::after {
box-sizing: border-box;
}
.balus-res-head {
text-align: center;
margin-bottom: 28px;
}
.balus-res-title {
color: var(--balus-blue);
font-size: clamp(1.6rem, 4vw, 2.2rem);
margin: 0 0 10px;
line-height: 1.15;
}
.balus-res-intro {
color: #4a575a;
font-size: 1.02rem;
margin: 0;
} .balus-res-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 18px;
}
.balus-field {
display: flex;
flex-direction: column;
}
.balus-field--full {
grid-column: 1 / -1;
}
.balus-field label {
font-size: 0.82rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.04em;
color: #5a686b;
margin-bottom: 6px;
}
.balus-field input,
.balus-field select,
.balus-field textarea {
width: 100%;
padding: 12px 14px;
border: 1.5px solid var(--balus-border);
border-radius: 10px;
font-size: 1rem;
font-family: inherit;
color: var(--balus-charcoal);
background: #fff;
transition: border-color 0.15s ease, box-shadow 0.15s ease;
-webkit-appearance: none;
appearance: none;
}
.balus-field input:focus,
.balus-field select:focus,
.balus-field textarea:focus {
outline: none;
border-color: var(--balus-blue);
box-shadow: 0 0 0 3px rgba(29, 159, 180, 0.15);
}
.balus-field select:disabled {
background: #eef2f3;
color: #9aa6a8;
cursor: not-allowed;
}
.balus-field textarea {
resize: vertical;
min-height: 84px;
}
.balus-slots-status {
margin-top: 6px;
font-size: 0.82rem;
color: var(--balus-pink);
min-height: 1em;
} .balus-res-error {
margin-top: 18px;
padding: 12px 16px;
background: #fdecef;
border: 1.5px solid var(--balus-pink);
border-radius: 10px;
color: #a31f4a;
font-size: 0.95rem;
}
.balus-res-submit {
display: inline-block;
margin-top: 22px;
width: 100%;
padding: 15px 28px;
border: none;
border-radius: 999px;
background: var(--balus-pink);
color: #fff;
font-size: 1.05rem;
font-weight: 700;
cursor: pointer;
transition: transform 0.12s ease, opacity 0.12s ease, box-shadow 0.12s ease;
box-shadow: 0 6px 18px rgba(232, 74, 142, 0.25);
}
.balus-res-submit:hover:not(:disabled) {
transform: translateY(-1px);
box-shadow: 0 8px 22px rgba(232, 74, 142, 0.32);
}
.balus-res-submit:disabled {
opacity: 0.6;
cursor: progress;
} .balus-res-success {
text-align: center;
padding: 36px 24px;
background: #fff;
border: 1.5px solid var(--balus-border);
border-radius: 16px;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
}
.balus-success-icon {
width: 64px;
height: 64px;
margin: 0 auto 18px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: var(--balus-blue);
color: #fff;
font-size: 2rem;
line-height: 1;
}
.balus-success-title {
color: var(--balus-blue);
font-size: 1.5rem;
margin: 0 0 12px;
}
.balus-success-body {
color: #4a575a;
font-size: 1.02rem;
line-height: 1.6;
margin: 0 0 24px;
max-width: 480px;
margin-left: auto;
margin-right: auto;
}
.balus-success-link {
display: inline-block;
padding: 12px 26px;
border-radius: 999px;
background: var(--balus-pink);
color: #fff !important;
text-decoration: none;
font-weight: 700;
font-size: 0.95rem;
}
.balus-success-link:hover {
opacity: 0.9;
} @media (max-width: 560px) {
.balus-res-grid {
grid-template-columns: 1fr;
}
.balus-reservation {
padding: 24px 16px;
}
}@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src:     url(https://www.balus-mallorca.com/wp-content/uploads/omgf/et-divi-open-sans/open-sans-italic-latin-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src:     url(https://www.balus-mallorca.com/wp-content/uploads/omgf/et-divi-open-sans/open-sans-italic-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src:     url(https://www.balus-mallorca.com/wp-content/uploads/omgf/et-divi-open-sans/open-sans-italic-latin-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src:     url(https://www.balus-mallorca.com/wp-content/uploads/omgf/et-divi-open-sans/open-sans-italic-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-display: swap;
src:     url(https://www.balus-mallorca.com/wp-content/uploads/omgf/et-divi-open-sans/open-sans-italic-latin-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-display: swap;
src:     url(https://www.balus-mallorca.com/wp-content/uploads/omgf/et-divi-open-sans/open-sans-italic-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-display: swap;
src:     url(https://www.balus-mallorca.com/wp-content/uploads/omgf/et-divi-open-sans/open-sans-italic-latin-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-display: swap;
src:     url(https://www.balus-mallorca.com/wp-content/uploads/omgf/et-divi-open-sans/open-sans-italic-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
font-display: swap;
src:     url(https://www.balus-mallorca.com/wp-content/uploads/omgf/et-divi-open-sans/open-sans-italic-latin-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
font-display: swap;
src:     url(https://www.balus-mallorca.com/wp-content/uploads/omgf/et-divi-open-sans/open-sans-italic-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-display: swap;
src:     url(https://www.balus-mallorca.com/wp-content/uploads/omgf/et-divi-open-sans/open-sans-normal-latin-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-display: swap;
src:     url(https://www.balus-mallorca.com/wp-content/uploads/omgf/et-divi-open-sans/open-sans-normal-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src:     url(https://www.balus-mallorca.com/wp-content/uploads/omgf/et-divi-open-sans/open-sans-normal-latin-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src:     url(https://www.balus-mallorca.com/wp-content/uploads/omgf/et-divi-open-sans/open-sans-normal-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src:     url(https://www.balus-mallorca.com/wp-content/uploads/omgf/et-divi-open-sans/open-sans-normal-latin-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src:     url(https://www.balus-mallorca.com/wp-content/uploads/omgf/et-divi-open-sans/open-sans-normal-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src:     url(https://www.balus-mallorca.com/wp-content/uploads/omgf/et-divi-open-sans/open-sans-normal-latin-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src:     url(https://www.balus-mallorca.com/wp-content/uploads/omgf/et-divi-open-sans/open-sans-normal-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
font-display: swap;
src:     url(https://www.balus-mallorca.com/wp-content/uploads/omgf/et-divi-open-sans/open-sans-normal-latin-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
font-display: swap;
src:     url(https://www.balus-mallorca.com/wp-content/uploads/omgf/et-divi-open-sans/open-sans-normal-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}