.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;
}
.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;
}#ac-popup {
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 99999;
overflow: hidden;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}
#ac-popup ._form-wrapper {
position: relative; box-shadow: 0 2px 16px rgba(0,0,0,.2);
}
#ac-popup form {
margin-top: 0px !important;
}
#ac-popup ._form-wrapper ._form-content:has(div._form-content-right) {
display: flex;
}
#ac-popup ._form-wrapper ._form-content:not(:has(div._form-content-right)) {
padding: 40px 30px 30px 30px;
display: flex;
flex-direction: column;
justify-content: center;
}
body ._form-wrapper form {
border-radius: 0 !important;
padding: 0 !important;
}
#ac-popup ._form-wrapper ._form-content ._form-image-left, 
#ac-popup ._form-wrapper ._form-content .form-right-wrapper {
margin: 0;
flex: 1;
width: 50%;
}
#ac-popup ._form-wrapper ._form-content ._form-image-left img {
width: 100%;
height: 100%;
object-fit: cover;
}
._form-thank-you {
padding: 40px;
} body ._form-wrapper form[id^="_form_"] input[type="text"] {
border-top: none !important;
border-left: none !important;
border-right: none !important;
border-bottom: 1px solid !important;
border-radius: 0px !important;
margin-bottom: 0 !important;
}
body ._form-wrapper form[id^="_form_"] input[type="text"]:focus {
border-color: var(--form-control-color) !important;
}
body ._form-wrapper form[id^="_form_"] input[type="text"]._has_error {
border-bottom: 1px solid #d2232a !important;
}
input#_field_name._has_error::placeholder {
color: #d2232a !important;
}
input#_field_name._has_error::-moz-placeholder {
color: #d2232a !important;
}
input#_field_name._has_error::-webkit-input-placeholder {
color: #d2232a !important;
}
input#_field_email._has_error::placeholder {
color: #d2232a !important;
}
input#_field_email._has_error::-moz-placeholder {
color: #d2232a !important;
}
input#_field_email._has_error::-webkit-input-placeholder {
color: #d2232a !important;
}
input#_field_name::placeholder {
font-size: 11px !important;
}
input#_field_name::-moz-placeholder {
font-size: 11px !important;
}
input#_field_name::-webkit-input-placeholder {
font-size: 11px !important;
}
input#_field_email::placeholder {
font-size: 11px !important;
}
input#_field_email::-moz-placeholder {
font-size: 11px !important;
}
input#_field_email::-webkit-input-placeholder {
font-size: 11px !important;
}
body ._form-wrapper form[id^="_form_"] button._submit {
border-radius: 0px !important;
margin-top: 24px !important;
}
body ._form-wrapper .ac-popup-close {
background-color: transparent;
position: absolute;
box-shadow: none ;
background-image: url(//wickwoodinn.com/wp-content/plugins/sh-newsletter-popup/assets/close-arrow.svg) ;
width: 20px ;
height: 20px ;
top: 15px ;
right: 15px ;
z-index: 9999;
border: none;
}
body ._form-wrapper .ac-popup-close:hover {
cursor: pointer;
background-color: transparent !important;
}    #ac-popup ._form-wrapper ._form-content ._form-content-right {
padding: 30px;
margin:0 !important;
text-align: center;
display: flex;
flex-direction: column;
justify-content: space-between;
}
#ac-popup ._form_element:has(div._row) {
margin-top: 20px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
gap: 10px 20px;
}
#ac-popup ._form_element:has(div._row) label {
width: 100%;
text-align: center;
}
#ac-popup ._form_element:has(div._row) ._row {
width: auto;
display: flex;
align-items: center;}
._button-wrapper {
display: flex;
justify-content: center;
flex-direction: column;
}
#ac-popup ._form_element:has(div._error-inner) ._row {
padding-top:40px;
}
#ac-popup .arc-checkbox ._error-inner {
position: absolute;
width: 100%;
left: 0;
transform: translateY(-100%);
} :root {
--form-control-color: rebeccapurple;
--form-control-disabled: #959495;
}
*,
*:before,
*:after {
box-sizing: border-box;
}
._row:has(input[type="checkbox"]) {
font-family: system-ui, sans-serif;
font-size: 2rem;
font-weight: bold;
line-height: 1.1;
display: grid;
grid-template-columns: 1em auto;
gap: 0.5em;
}
._row--disabled {
color: var(--form-control-disabled);
cursor: not-allowed;
}
input[type="checkbox"] { -webkit-appearance: none; appearance: none; background-color: var(--form-background); margin: 0;
font: inherit;
color: var(--form-control-color);
width: 1.15em;
height: 1.15em;
border: 0.10em solid var(--form-control-color);
transform: translateY(-0.075em);
display: grid;
place-content: center;
}
input[type="checkbox"]::before {
content: "";
width: 0.65em;
height: 0.65em;
clip-path: polygon(5% 0, 0 5%, 45% 50%, 0 95%, 5% 100%, 50% 55%, 95% 100%, 100% 95%, 55% 50%, 100% 5%, 95% 0, 50% 45%);
transform: scale(0);
transform-origin: center;
transition: 120ms transform ease-in-out;
box-shadow: inset 1em 1em var(--form-control-color); background-color: CanvasText;
}
input[type="checkbox"]:checked::before {
transform: scale(1.6);
}
input[type="checkbox"]:focus {
outline: max(2px, 0.15em) solid currentColor;
outline-offset: max(2px, 0.15em);
}
input[type="checkbox"]:disabled {
--form-control-color: var(--form-control-disabled);
color: var(--form-control-disabled);
cursor: not-allowed;
}