.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;
}.page-takeover {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
z-index: 2147482999;
display: none;
font-size: 15px;
}
.page-takeover-container {
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
.page-takeover-overlay {
text-align: center;
}
.page-takeover-close-button {
position: absolute;
top: 2%;
right: 5%;
background: url(//spinmodern.com/wp-content/plugins/page-takeover/images/ui-close.png) no-repeat;
width: 13px;
height: 13px;
z-index: 10;
cursor: pointer;
margin: 2% 0 0;
background-size: 13px;
}
.page-takeover-custom-content-before {
color: #fff;
}
.page-takeover-title {
display: block;
text-align: center;
color: #ffffff;
margin: 0 0 40px;
font-size: 3em;
line-height: 1.5em;
font-weight: 700;
letter-spacing: 0;
}
.page-takeover-subtitle {
font-size: 1.4em;
line-height: 1.6em;
color: #ffffff;
margin: 0 0 30px;
letter-spacing: 0;
}
.page-takeover-subtitle p {
font-size: inherit;
}
.page-takeover-newsletter {
margin-bottom: 30px;
}
.page-takeover-newsletter .form-group {
margin: 0 !important;
padding: 0 !important;
}
#page-takeover-newsletter-input-email { display: inline-block;
padding: 0;
margin: 0;
line-height: 1;
vertical-align: middle;
border-radius: 0;
border: 0;
height: auto;
letter-spacing: 0; padding: 0 15px;
line-height: 40px;
height: 40px;
background: #fff;
color: #000;
width: 220px;
font-size: 1em;
font-weight: 400;
border-radius: 5px;
}
#page-takeover-newsletter-submit { display: inline-block;
padding: 0;
margin: 0;
line-height: 1;
vertical-align: middle;
border-radius: 0;
border: 0;
text-transform: none;
-webkit-box-shadow: none;
box-shadow: none;
height: auto;
letter-spacing: 0; padding: 0 15px;
line-height: 40px;
background: #fec230;
color: #000;
font-size: 1em;
font-weight: 700;
margin-left: 5px;
border-radius: 5px;
}
.page-takeover-button {
margin-bottom: 30px;
}
#page-takeover-button a {
border: inherit;
color: inherit!important;
font-size: inherit;
font-weight: inherit;
outline: inherit;
box-shadow: none!important;
text-shadow: none!important;
text-transform: none!important;
width: auto;
background: #fec230;
color: #fff;
border-radius: 4px;
cursor: pointer;
font-size: 1.5em;
line-height: 1.9em;    
font-weight: 700;
padding: 6px 30px !important;
border: 0 !important;
letter-spacing: 0;
display: inline-block;
}
.page-takeover-decline {
font-size: 1em;
line-height: 1.4em;
color: #3b6a57;
margin: 0 auto;
margin-bottom: 30px;
display: table;
width: auto;
cursor: pointer;
letter-spacing: 0;
}
.page-takeover-custom-content-after {
color: #fff;
} .page-takeover-clear {
clear: both;
}  @media only screen and ( min-width: 768px ) and ( max-width: 1023px ) {
} @media only screen and ( max-width: 767px ) {
.page-takeover-container {
left: 10px;
right: 10px;
transform: translateY(-50%);
}
.page-takeover-title {
font-size: 2em !important;
margin-bottom: 15px;
}
.page-takeover-subtitle {
font-size: 1.2em !important;
margin-bottom: 15px;
}
.page-takeover-button {
margin-bottom: 15px;
}
.page-takeover-decline {
margin-bottom: 0;
}
}
@media only screen and ( max-width: 500px ) {
#page-takeover-newsletter-input-email,
#page-takeover-newsletter-submit {
width: 100%;
margin: 0;
}
#page-takeover-newsletter-submit {
margin-top: 10px;
}
}