.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;
}.rmn-gallery {
display: grid;
grid-template-columns: repeat(var(--rmn-cols, 3), 1fr);
gap: var(--rmn-gap, 12px);
margin: 1.5em 0;
}
.rmn-gallery-item {
margin: 0;
overflow: hidden;
border-radius: 6px;
position: relative;
background: #f3f4f6;
}
.rmn-gallery-item img {
width: 100%;
height: 220px;
object-fit: cover;
display: block;
transition: transform .35s ease;
}
.rmn-gallery-item:hover img { transform: scale(1.05); }
.rmn-gallery-item a { display: block; overflow: hidden; } .rmn-gallery-caption {
position: absolute;
bottom: 0; left: 0; right: 0;
background: linear-gradient(0deg, rgba(0,0,0,.65) 0%, transparent 100%);
color: #fff;
padding: 24px 12px 10px;
font-size: 13px;
line-height: 1.4;
transform: translateY(100%);
transition: transform .25s ease;
}
.rmn-gallery-item:hover .rmn-gallery-caption { transform: translateY(0); } .rmn-gallery.is-square .rmn-gallery-item img { height: auto; aspect-ratio: 1/1; }
.rmn-gallery.is-landscape .rmn-gallery-item img { height: auto; aspect-ratio: 16/9; }
.rmn-gallery.is-portrait .rmn-gallery-item img { height: auto; aspect-ratio: 3/4; } @media (max-width: 768px) {
.rmn-gallery { grid-template-columns: repeat(min(var(--rmn-cols,3), 2), 1fr); }
}
@media (max-width: 480px) {
.rmn-gallery { grid-template-columns: 1fr 1fr; }
} .rmn-lb {
position: fixed;
inset: 0;
z-index: 999999;
display: flex;
align-items: center;
justify-content: center;
background: rgba(0,0,0,0);
transition: background .25s;
cursor: zoom-out;
}
.rmn-lb.is-open { background: rgba(0,0,0,.92); }
.rmn-lb-inner {
position: relative;
max-width: 90vw;
max-height: 90vh;
cursor: default;
opacity: 0;
transform: scale(.96);
transition: opacity .22s, transform .22s;
}
.rmn-lb.is-open .rmn-lb-inner { opacity: 1; transform: scale(1); }
.rmn-lb-img {
max-width: 90vw;
max-height: 85vh;
display: block;
border-radius: 4px;
box-shadow: 0 20px 60px rgba(0,0,0,.6);
object-fit: contain;
}
.rmn-lb-caption {
text-align: center;
color: rgba(255,255,255,.75);
font-size: 13px;
margin-top: 10px;
padding: 0 20px;
}
.rmn-lb-close {
position: fixed;
top: 18px; right: 22px;
background: none;
border: none;
color: rgba(255,255,255,.8);
font-size: 32px;
line-height: 1;
cursor: pointer;
padding: 4px;
z-index: 1;
transition: color .15s;
}
.rmn-lb-close:hover { color: #fff; }
.rmn-lb-nav {
position: fixed;
top: 50%; transform: translateY(-50%);
background: rgba(255,255,255,.12);
border: none;
color: #fff;
font-size: 24px;
width: 50px;
height: 50px;
border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: background .15s;
z-index: 1;
}
.rmn-lb-nav:hover { background: rgba(255,255,255,.25); }
.rmn-lb-prev { left: 16px; }
.rmn-lb-next { right: 16px; }
.rmn-lb-counter {
position: fixed;
bottom: 16px; left: 50%; transform: translateX(-50%);
color: rgba(255,255,255,.5);
font-size: 12px;
letter-spacing: .05em;
}
.rmn-lb-dots {
display: flex; gap: 6px; align-items: center;
position: fixed;
bottom: 14px; left: 50%; transform: translateX(-50%);
}
.rmn-lb-dot {
width: 6px; height: 6px;
border-radius: 50%;
background: rgba(255,255,255,.3);
transition: background .15s, transform .15s;
}
.rmn-lb-dot.is-active { background: #fff; transform: scale(1.3); }