.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;
}.popup-template .modal{opacity:0;transition:all .25s ease}.popup-template .modal.is-open{opacity:1;transition:all .25s ease}.alignleft {
float: left;
margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
float: right;
margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto 1.75em;
}
blockquote.alignleft {
margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}
blockquote.alignright {
margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}
blockquote.aligncenter {
margin-bottom: 1.473684211em;
} .thanks-section {
background: rgb(21,185,210);
background: -moz-linear-gradient(top, rgba(21,185,210,1) 0%, rgba(25,178,202,0.89) 10%, rgba(25,178,202,0.89) 51%, rgba(21,185,210,0.89) 100%);
background: -webkit-linear-gradient(top, rgba(21,185,210,1) 0%, rgba(25,178,202,0.89) 10%, rgba(25,178,202,0.89) 51%, rgba(21,185,210,0.89) 100%);
background: linear-gradient(to bottom, rgba(21,185,210,1) 0%, rgba(25,178,202,0.89) 10%, rgba(25,178,202,0.89) 51%, rgba(21,185,210,0.89) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15b9d2', endColorstr='#15b9d2', GradientType=0 );
display: block;
height: 100vh;
min-height: 600px;
}
.thanks-inner-section {
background-color: rgba(0, 0, 0, 0);
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
height: 100%;
position: relative;
}
.thanks-inner-section::after {
background: rgb(21,185,210);
background: -moz-linear-gradient(top, rgba(21,185,210,1) 0%, rgba(25,178,202,0.89) 10%, rgba(25,178,202,0.89) 51%, rgba(21,185,210,0.89) 100%);
background: -webkit-linear-gradient(top, rgba(21,185,210,1) 0%, rgba(25,178,202,0.89) 10%, rgba(25,178,202,0.89) 51%, rgba(21,185,210,0.89) 100%);
background: linear-gradient(to bottom, rgba(21,185,210,1) 0%, rgba(25,178,202,0.89) 10%, rgba(25,178,202,0.89) 51%, rgba(21,185,210,0.89) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15b9d2', endColorstr='#15b9d2', GradientType=0 );
content: "";
height: 100%;
position: absolute;
top: 0;
width: 100%;
opacity: 0.90;
}
.thanks-content {
display: block;
max-width: 530px;
padding: 300px 0 50px;
text-align: center;
margin: 0 auto;
position: relative;
z-index: 2;
}
.thanks-content h2 {
color: #fffff2;
display: block;
font-size: 34px;
font-weight: normal;
font-style: italic;
font-family: 'Montserrat', sans-serif;
margin: 0 0 25px;
position: relative;
text-transform: uppercase;
line-height: 1.2;
padding-bottom: 20px;
letter-spacing: -0.75px;
}
.thanks-content p {
font-size: 22px;
color: rgba(255, 255, 255, 0.9);
line-height: normal;
margin-bottom: 50px;
text-align: center;
padding: 0 15px;
font-family: 'Montserrat', sans-serif;
}
.play-icon{
position: absolute;
top: 50%;
left: 0;
right: 0;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
}
.margin-40 {
margin: 40px 0;
clear: both;
display: block;
}
.grecaptcha-badge {
display: none !important;
}
.copyright p {
font-size: 12px;
color: #fff;
line-height: 22px;
margin-bottom: 0px;
display: inline-block;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
display: none !important;
}
.we-can-section .heading-h2.we-can-section-content h3 {
font-weight: 700;
font-size: 22px;
margin: 0 0 15px;
}
@media (max-width:767px){
.we-can-section .heading-h2.we-can-section-content h3 {
margin-top:20px;
}
}