.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;
word-break: 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;
}.wp-social-login-provider-list{padding:10px}.wp-social-login-provider-list a{text-decoration:none}.wp-social-login-provider-list img{border:0}.tm_timeline {
position: relative;
padding: 40px;
display: flex;
justify-content: center;
align-items: center;
}
.tm_timeline__container {
margin-left: auto;
margin-right: auto;
}
.tm_timeline.tm_timeline-layout-horizontal,
.tm_timeline.tm_timeline-layout-horizontal .tm_timeline__container {
display: block;
justify-content: inherit;
align-items: inherit;
position: relative;
}
.tm_timeline.tm_timeline-layout-vertical .tm_timeline__container {
margin-left: 50%;
}
.tm_timeline.tm_timeline-layout-vertical-chessOrder .tm_timeline__container {
margin-left: auto;
width: 100%;
}
.tm_timeline__control,
.tm_timeline__control:hover,
.tm_timeline__control:active,
.tm_timeline__control:focus,
.entry-content .tm_timeline__control,
.entry-content .tm_timeline__control:hover,
.entry-content .tm_timeline__control:active,
.entry-content .tm_timeline__control:focus {
position: absolute;
top: 50%;
z-index: 1000;
text-align: center;
font-size: 18px;
line-height: 24px;
color: #888;
text-decoration: none;
border-radius: 100%;
opacity: 0;
transition: all .2s linear;
border: 1px solid;
border-color: #fff;
background: #ddd;
outline: none;
padding: 4px 10px;
}
.tm_timeline__control:focus,
.entry-content .tm_timeline__control:focus {
box-shadow: 0 0 2px #09f;
outline: none;
}
.tm_timeline__control.tm_timeline__control-slide-left {
transform: translateX(-200%);
left: 0;
}
.tm_timeline__control.tm_timeline__control-slide-right {
margin-left: -24px;
right: 0;
transform: translateX(200%);
}
.tm_timeline:hover .tm_timeline__control {
opacity: 1;
transform: translateX(0);
border-color: #ddd;
background-color: #fff;
color: #444;
}
.tm_timeline:hover .tm_timeline__control:hover,
.entry-content .tm_timeline:hover .tm_timeline__control:hover {
border-color: #288ce4;
box-shadow: 0 0 2px #09f;
color: #288ce4;
}
.tm_timeline-layout-vertical-chessOrder .tm_timeline__body,
.tm_timeline__body-tense {
width: 100%;
}
.tm_timeline-layout-horizontal .tm_timeline__body {
overflow: hidden;
}
.tm_timeline__tense {
position: absolute;
z-index: 1;
left: 0;
right: 0;
top: 50%;
width: 100%;
height: 4px;
background: #eee;
margin-top: -5px;
}
.tm_timeline__body-tense {
border-left: 4px solid #eee;
}
.tm_timeline-layout-horizontal .tm_timeline__tense {
transform: translateY(32px);
}
.tm_timeline-layout-vertical-chessOrder .tm_timeline__tense {
position: absolute;
z-index: 1;
top: 0;
margin-left: auto;
margin-right: auto;
width: 4px;
height: 100%;
background: #eee;
}
.tm_timeline__event {
position: relative;
margin-bottom: 20px;
z-index: 10;
text-align: left;
}
.tm_timeline-layout-vertical .tm_timeline__event {
display: block;
}
.tm_timeline-layout-horizontal .tm_timeline__event {
display: inline-block;
}
.tm_timeline-layout-vertical-chessOrder .tm_timeline__event {
margin-left: auto;
margin-right: auto;
max-width: 50%;
}
.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-odd {
transform: translateX(50%);
text-align: left;
}
.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-even {
transform: translateX(-50%);
text-align: right;
}
.tm_timeline:not(.tm_timeline-layout-vertical-chessOrder) .tm_timeline__event__date,
.tm_timeline:not(.tm_timeline-layout-vertical-chessOrder) .tm_timeline__event__title,
.tm_timeline:not(.tm_timeline-layout-vertical-chessOrder) .tm_timeline__event__description {
transform: translateX(10px);
}
.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-odd .tm_timeline__event__date,
.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-odd .tm_timeline__event__title,
.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-odd .tm_timeline__event__description {
transform: translateX(20px);
}
.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-even .tm_timeline__event__date,
.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-even .tm_timeline__event__title,
.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-even .tm_timeline__event__description {
transform: translateX(-20px);
}
.tm_timeline__event__date {
display: block;
font-size: 16px;
line-height: 20px;
font-weight: bold;
color: #09d;
}
.tm_timeline__event__title {
font-size: 16px;
font-weight: bold;
color: #444;
}
.tm_timeline-layout-horizontal .tm_timeline__event__title {
position: relative;
}
.tm_timeline__event__description {
display: block;
font-size: 14px;
}
.tm_timeline__event__dot {
width: 8px;
height: 8px;
background: #444;
box-shadow: 0 0 0 4px #fff;
border-radius: 100%;
}
.tm_timeline-layout-vertical .tm_timeline__event__dot {
transform: translate(-6px, 14px);
}
.tm_timeline-layout-horizontal .tm_timeline__event__dot {
position: absolute;
top: 50%;
z-index: 1;
transform: translateY(40px);
}
.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-odd .tm_timeline__event__dot {
position: absolute;
left: 0;
transform: translate(-4px, 6px);
}
.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-even .tm_timeline__event__dot {
position: absolute;
right: 0;
transform: translate(4px, 6px);
}
.tm_timeline__pages {
display: block;
width: 100%;
position: relative;
z-index: 200;
padding-bottom: 10px;
}
.tm_timeline__pages .tm_timeline__page {
text-align: center;
display: none;
transition: transform .2s linear,
opacity .2s linear;
opacity: 0;
}
.tm_timeline__pages .tm_timeline__page-current-animate-left,
.tm_timeline__pages .tm_timeline__page-current-animate-right {
transition: all 0s linear;
}
.tm_timeline__pages .tm_timeline__page-current-animate-left {
transform: translateX( -10% );
}
.tm_timeline__pages .tm_timeline__page-current-animate-right {
transform: translateX( 10% );
}
.tm_timeline__pages .tm_timeline__page-current {
transition: transform .2s linear,
opacity .2s linear;
transform: translateX(0);
opacity: 1;
}
.tm_timeline__pages .tm_timeline__page-current,
.tm_timeline__pages .tm_timeline__page-current-animate-left,
.tm_timeline__pages .tm_timeline__page-current-animate-right {
display: block;
}
.tm_timeline__page__content {
display: flex;
justify-content: space-around;
width: 100%;
}