.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;
}#nav {
width: 100%; #position: absolute;
top:-20px;
#margin-left: -30em; z-index:99999;
}
#nav > a {
display: none;
}
#nav li {
position: relative;
list-style-type:none;
}
#nav li a {
color: #fff;
display: block;
padding:12px 22px;
text-decoration:none;
transition:.2s;
border-radius:0px;
font-weight:500;
}
#nav span:after {
width: 0;
height: 0;
border: 0 solid transparent; border-bottom: none;
border-top-color: #555555;
content: '';
vertical-align: middle;
display: inline-block;
position: relative;
} #nav > ul {
#height: 3.75em; background-color:;
}
#nav > ul > li {
width:;
height: 100%;
float: left;
}
#nav > ul > li > a {
height: 100%;
#line-height: 2.5em; text-align: center;
}
#nav > ul > li:not( :last-child ) > a {
border-right: 0 solid #555555;
}
#nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
background-color:none;
color:#FF7003;
} #nav li ul {
background-color:;
display: none;
position: absolute;
top: 100%;
z-index:999999;
box-shadow:5px 7px 8px 0 rgb(11, 11, 11, .1);
border-radius:0 0 5px 5px;
overflow:hidden;
width:250px;
}
#nav li:hover ul {
display: block;
left: 0;
right: 0;
}
#nav li:not( :first-child ):hover ul {
#left: -1px;
}
#nav li ul a {
font-size: 14px; border-bottom: 1px solid #f1f1f1;
padding:13px 12px; width:100%;
background:#fff;
transition:.2s;
color:#1a1a1a;
font-weight:400;
text-transform:none;
border-radius:0;
}
#nav li ul li #nav li ul:not( :hover ) {
background-color:none;
color:#FF7003;
}
#nav li ul li.active a {
background-color:#fff;
color:#ffc107;
}
#nav li ul li a:hover {
background-color:#fff;
color:#FF7003;
padding-left:20px;
}
@media only screen and (max-width :967px) {
#nav {
position: relative;
top: auto;
left: 0%;
} #nav > a {
width:38px; height: 38px; text-align: left;
text-indent: -9999px;
background-color:none ;
position: absolute;
right:1%;
top:-48px;
border-radius:50%!important;
border-color: #fff;
} .smaller #nav > a {
width:37px; height: 37px; text-align: left;
text-indent: -9999px;
background-color:none ;
position: absolute;
right:1%;
top:-48px;
border-radius:50%!important;
border-color: #fff;
}
#nav > a:before, #nav > a:after {
display: block;
content: '';
position: absolute;
height:10px;
width:22px;
border-top: 2px solid #fff;
border-bottom: 2px solid #fff;
right:8px;
top: 9px;
border-color: #fff;
}
#nav > a:before, #nav > a::after,
#nav > a:before, #nav > a:after::before {
border-color: #000;
}
#nav > a:after {
top:46%; 
}
#nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
display: block;
} #nav > ul {
height: auto;
display: none;
position: absolute;
right: 0;
width:100%;
background:#101010;
color:#fff;
}
#nav:target > ul {
display: block;
width:100%;
}
#nav > ul > li {
width: 100%;
float: left!;
}
#nav > ul > li > a {
height: auto;
text-align: left;
width:100%!important;
padding:12px 3%;
color:#fff;
border-radius:0;
}
#nav > ul > li:not( :last-child ) > a {
border-right: none;
border-bottom: 1px solid #2a2a2a;
}
#nav li ul a {
font-size: 14px; border-bottom: 1px solid #2a2a2a!important;
padding:10px 3%; background:#fff;
width:100%!important;
transition:.3s;
border-radius:0;
border:0;
text-transform:none
} #nav li ul {
position: static;
padding-top: 0;
display:inherit;
width:100%;
}
}