body.csp-popup-open {
overflow: hidden;
} .csp-popup-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.7);
z-index: 999999;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
box-sizing: border-box;
animation: cspFadeIn 0.3s ease;
}
@keyframes cspFadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
} .csp-popup-container {
position: relative;
background: #ffffff;
border-radius: 8px;
max-width: 600px;
max-height: 90vh;
width: 100%;
overflow: auto;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
animation: cspSlideIn 0.3s ease;
}
@keyframes cspSlideIn {
from {
transform: translateY(-30px);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
} .csp-popup-container .csp-popup-close {
position: absolute !IMPORTANT;
top: 10px;
right: 10px;
width: 36px !important;
height: 36px !important;
background: rgba(0, 0, 0, 0.1) !important;
border: none !important;
border-radius: 50%;
cursor: pointer;
font-size: 24px;
line-height: 1;
color: #333;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s ease;
z-index: 10;
border: none !important;
outline: none !important;
padding: 0 !important;
background-image: unset !important;
min-width: auto !important;
}
.csp-popup-close:hover {
background: none !important;
transform: scale(1) !important;
}
.csp-popup-close:focus {
outline: 2px solid #0073aa;
outline-offset: 2px;
} .csp-popup-close--custom {
background: transparent;
padding: 0;
width: auto;
height: auto;
}
.csp-popup-close--custom img {
display: block;
max-width: 36px;
max-height: 36px;
width: auto;
height: auto;
}
.csp-popup-close--custom:hover {
background: transparent;
transform: scale(1.1);
} .csp-popup-content>*:first-child {
margin-top: 0;
}
.csp-popup-content>*:last-child {
margin-bottom: 0;
} @media (max-width: 768px) {
.csp-popup-overlay {
padding: 15px;
}
.csp-popup-container {
max-width: 100%;
max-height: 95vh;
}
.csp-popup-content {
padding: 20px;
}
.csp-popup-close {
top: 5px;
right: 5px;
width: 32px;
height: 32px;
font-size: 20px;
}
} .csp-popup-content .wp-block-button__link {
cursor: pointer;
}
.csp-popup-content .wp-block-image {
margin: 0;
}
.csp-popup-content img {
max-width: 100%;
height: auto;
} .csp-popup-container--wpb {
background: transparent;
box-shadow: none;
overflow: visible;
}
.csp-popup-container--wpb .csp-popup-content {
padding: 0;
}
.csp-popup-container--wpb .csp-popup-content>.vc_row:first-child,
.csp-popup-container--wpb .csp-popup-content>.wpb_row:first-child {
margin-top: 0;
}
.csp-popup-container--wpb .csp-popup-content>.vc_row:last-child,
.csp-popup-container--wpb .csp-popup-content>.wpb_row:last-child {
margin-bottom: 0;
} .csp-popup-container--wpb .vc_row,
.csp-popup-container--wpb .wpb_row {
border-radius: 8px;
overflow: hidden;
} .csp-popup-container--wpb .vc_row[data-vc-full-width],
.csp-popup-container--wpb .vc_section {
background-size: cover;
background-position: center;
} .csp-popup-container--wpb .wpb_single_image img,
.csp-popup-container--wpb .vc_single_image-img {
max-width: 100%;
height: auto;
}.wpcf7-form{
position: relative;
}
.wpcf7-form .fieldset-cf7mls{ padding: 0px 30px;
}
.cf7mls_next.action-button,
.cf7mls_back.action-button,
.fieldset-cf7mls .wpcf7-form-control.wpcf7-cf7mls_preview_step {
background-color: #27ae60;
border: 0 none;
border-radius: 3px;
color: white;
cursor: pointer;
font-weight: bold;
margin: 10px 5px;
padding: 13px 5px;
min-width: 100px;
position: relative;
}
.cf7mls_next.action-button:hover,
.cf7mls_back.action-button:hover,
.fieldset-cf7mls .wpcf7-form-control.wpcf7-cf7mls_preview_step:hover {
opacity: 0.8;
}
input.wpcf7-form-control.wpcf7-submit {
border-radius: 3px;
padding: 13px 29px;
font-weight: bold;
}
input.wpcf7-form-control.wpcf7-submit:hover {
opacity: 0.8;
}
.cf7mls_reviewing_overlay {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.8);
z-index: 100;
display: none;
}
form.wpcf7-form.cf7mls_reviewing {
position: relative;
z-index: 999999;
background-color: #fff;
}
form.wpcf7-form.cf7mls_reviewing:before{
content: '';
position: absolute;
background: rgba(0,0,0,0.8);
width: 100000px;
height: 100000px;
left: -30000px;
top: -30000px;
z-index: 1;
}
form.wpcf7-form.cf7mls_reviewing > *{
position: relative;
z-index: 3;
}
form.wpcf7-form.cf7mls_reviewing:after{
content: '';
position: absolute;
top: -5px;
left: -20px;
right: -20px;
bottom: -10px;
background: #ffffff;
z-index: 2;
}  .cf7mls_next.action-button img {
display: none;
width: 20px;
position: absolute;
right: 5px;
top: 10px;
}
.cf7mls_next.action-button.sending img {
display: inline-block;
}
.cf7mls_next.action-button:focus,
.cf7mls_back.action-button:focus {
outline: none;
}
.cf7mls_progress_bar {
margin-bottom: 10px;
margin-top: 20px;
overflow: hidden;
counter-reset: step;
position: relative;
z-index: 1;
}
.cf7mls_progress_bar li {
color: #000;
text-align: center;
list-style-type: none;
text-transform: uppercase;
font-size: 11px;
float: left;
position: relative;
margin: 0 !important;
padding: 0 !important;
}
.cf7mls_progress_bar li:before {
content: counter(step);
counter-increment: step;
width: 25px;
line-height: 25px;
display: block;
font-size: 14px;
color: #fff;
background: #27ae60;
border-radius: 3px;
margin: 0 auto 5px auto;
text-align: center;
}
.cf7mls_progress_bar li:after {
content: '';
width: 100%;
height: 2px;
background: #eee;
position: absolute;
left: -50%;
top: 12px;
z-index: -1;
transition: 0.8s ease all;
-moz-transition: 0.8s ease all;
-webkit-transition: 0.8s ease all;
}
.cf7mls_progress_bar  li:first-child:after { content: none; 
}
.cf7mls_progress_bar li.active:before,
.cf7mls_progress_bar li.active:after {
background: #27AE60;
color: white;
}
.fieldset-cf7mls-wrapper{
position: relative;
padding: 0px 30px;
overflow: hidden;
margin: 0 -30px;
}
.fieldset-cf7mls-wrapper .fieldset-cf7mls{
width: 100%;
opacity: 0;
visibility: hidden;
-webkit-transition: all 800ms cubic-bezier(0.680, 0, 0.265, 1); -webkit-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
-moz-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
-o-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550); -webkit-transition-timing-function: cubic-bezier(0.680, 0, 0.265, 1); -webkit-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); 
-moz-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); 
-o-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); 
transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); }
.fieldset-cf7mls-wrapper .cf7mls_back_fs{
position: absolute;
left: 0;
top: 15px;
transform: translate(-110%,0);
-webkit-transform: translate(-110%,0);
-moz-transform: translate(-110%,0);
}
.fieldset-cf7mls-wrapper .cf7mls_current_fs ~ .fieldset-cf7mls{
position: absolute;
left: 0;
top: 15px;
transform: translate(110%,0);
-webkit-transform: translate(110%,0);
-moz-transform: translate(110%,0);
}
.fieldset-cf7mls-wrapper .cf7mls_current_fs{
opacity: 1;
visibility: visible
}
.fieldset-cf7mls.cf7mls_preview_fs {
height: auto;
overflow: visible;
opacity: 1;
visibility: visible;
transform: translate(0,0);
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
position: relative;
}.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;
}