.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 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;
}#ldms-return-to-message p {
margin: 0 0 40px 0;
padding: 0 0 20px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
} #ldms-message-widget p {
margin: 0 !important;
padding: 0 !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
} #ldms-message-widget p:last-child {
border-bottom: 0;
} .ldms-text-link .ldms-btn-msgs {
min-width: 1.5em;
height: 1.5em;
text-align: center;
line-height: 1.5em;
display: inline-block;
background: rgba(0, 0, 0, 0.1);
border-radius: 100%;
text-decoration: none;
} #ldms-comment-form input[type='submit'],
.ldms-next-posts a,
input[type='submit'].ldms-btn,
.ldms-btn {
display: block;
padding: 15px 25px 15px 50px;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
background: #DB4902;
color: #fff !important;
border-radius: 2px;
letter-spacing: 1px;
transition: all ease-in-out 250ms;
position: relative;
text-decoration: none;
} #ldms-comment-form input[type='submit'] .ldms-btn-icon,
.ldms-next-posts a .ldms-btn-icon,
input[type='submit'].ldms-btn .ldms-btn-icon,
.ldms-btn .ldms-btn-icon {
width: 50px;
text-align: center;
position: absolute;
left: 0;
opacity: 0.8;
} #ldms-comment-form input[type='submit'] .ldms-btn-icon img,
.ldms-next-posts a .ldms-btn-icon img,
input[type='submit'].ldms-btn .ldms-btn-icon img,
.ldms-btn .ldms-btn-icon img {
vertical-align: middle;
width: 25px;
height: 25px;
} #ldms-comment-form input[type='submit'] .ldms-btn-msgs,
.ldms-next-posts a .ldms-btn-msgs,
input[type='submit'].ldms-btn .ldms-btn-msgs,
.ldms-btn .ldms-btn-msgs {
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
margin-top: -5px;
display: inline-block;
border-radius: 100%;
background: rgba(255, 255, 255, 0.3);
text-decoration: none;
} #ldms-comment-form input[type='submit']:hover,
.ldms-next-posts a:hover,
input[type='submit'].ldms-btn:hover,
.ldms-btn:hover {
opacity: 0.8;
} #ldms-comment-form input[type='submit'],
input[type='submit'].ldms-btn {
padding-left: 25px;
border: 0 !important;
} #ldms-response-box {
background: #db4902;
color: #fff;
margin-top: 20px;
} .ldms-message-tab {
position: fixed;
bottom: 0px;
right: 250px;
height: 55px;
z-index: 100;
-webkit-font-smoothing: antialiased;
z-index: 1;
background: #db4902;
border-radius: 2px 2px 0 0;
opacity: 0.8;
transition: all ease-in-out 250ms;
} .ldms-message-tab:hover {
opacity: .95;
} .ldms-message-tab.ldms-located-top {
top: 0;
bottom: auto;
} .ldms-message-tab.ldms-located-right {
right: 0 !important;
top: 50%;
bottom: auto;
transform: rotate(270deg) translateX(50%);
transform-origin: right bottom;
} .ldms-message-tab.ldms-located-right .tooltip {
transform: rotate(90deg) translateX(-20%) translateY(100%);
transform-origin: right bottom;
} .ldms-message-tab a {
color: #fff !important;
text-decoration: none;
padding: 15px 30px;
display: inline-block;
color: #fff;
font-weight: bold;
opacity: 0.8;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 1px;
margin: 0;
float: left;
border-right: 1px solid rgba(255, 255, 255, 0.3);
transition: ease-in-out all 250ms;
height: 55px;
} .ldms-message-tab a:last-child {
border-right: 0;
} .ldms-message-tab a .ldms-message-count {
min-width: 25px;
height: 25px;
line-height: 25px;
background: rgba(255, 255, 255, 0.3);
border-radius: 100%;
text-align: center;
font-size: 12px;
font-weight: bold;
display: inline-block;
margin: 0 5px;
vertical-align: middle;
} .ldms-message-tab a:hover {
background: rgba(0, 0, 0, 0.2);
color: #fff;
} .ldms-message-tab img {
width: 25px;
height: 25px;
} .admin-bar .ldms-message-tab.ldms-located-top {
top: 30px !important;
} #ldms-new-session {
margin: 50px 0;
background: #f9f9f9;
padding: 0 30px 30px 30px;
border-radius: 2px;
position: relative;
} #ldms-new-session #ldmsform {
transition: all ease-in-out 500ms;
} #ldms-new-session .ldms-loading-image {
display: none;
opacity: 0;
transition: all ease-in-out 500ms;
} #ldms-new-session.processing .ldms-loading-image {
display: block;
position: absolute;
left: 50%;
top: 50%;
opacity: 1;
transform: translate(-50%, -50%);
padding: 15px;
border-radius: 100%;
background: #fff;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
} #ldms-new-session.processing #ldmsform {
opacity: 0.5;
} #ldms-new-session p {
margin: 0 0 20px 0;
} #ldms-new-session label {
font-weight: bold;
display: block;
margin: 0 0 10px 0;
text-transform: uppercase;
} #ldms-new-session h2 {
margin: 0 -30px 30px -30px;
margin-bottom: 30px;
padding: 15px;
background: #DB4902;
color: #fff;
text-transform: uppercase;
text-align: center;
font-size: 18px;
text-transform: uppercase;
} #ldms-new-session input[type='text'],
#ldms-new-session select {
width: 100%;
} #ldms-new-session #ldms-response {
padding: 20px 0;
display: none;
} #ldms-new-session #ldms-response #ldms-response-content {
padding: 20px;
text-align: center;
color: #fff;
background: #DB4902;
} #ldms-new-session #ldms-response #ldms-response-content h3, #ldms-new-session #ldms-response #ldms-response-content p, #ldms-new-session #ldms-response #ldms-response-content a {
color: #fff;
} #ldms-message-list tr.unread-messages td,
#ldms-message-list tr.unread-messages:nth-child(2n) td {
font-weight: bold;
background: rgba(255, 247, 153, 0.25);
} .ldms-comment {
margin: 0;
padding: 0;
} .ldms-comment .ldms-comment-wrapper {
margin: 50px 0;
padding: 0 0 0 65px;
position: relative;
} .ldms-comment .ldms-comment-wrapper.ldms-focus {
padding: 20px 15px;
margin-left: -15px;
margin-right: -15px;
padding-left: 80px;
margin-top: 50px;
background: rgba(255, 247, 153, 0.25);
box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
} .ldms-comment .ldms-comment-wrapper.ldms-focus .ldms-comment-author {
left: 15px;
top: 20px;
} .ldms-comment .ldms-comment-wrapper .ldms-comment-author {
position: absolute;
left: 0;
top: 0;
} .ldms-comment .ldms-comment-wrapper .ldms-comment-author img.avatar {
width: 50px;
height: auto;
border-radius: 100%;
} .ldms-comment .ldms-comment-wrapper .ldms-comment-username {
font-weight: normal;
font-size: 14px;
color: #777;
margin: 0 0 10px 0;
} .ldms-comment .ldms-comment-wrapper .ldms-comment-username strong {
font-size: 16px;
font-weight: bold;
color: #000;
} #ldms-comments .ldms-comment-list {
list-style: none;
margin: 0 0 20px 0;
padding: 0;
} #ldms-comments .ldms-comment-list li {
margin: 0 0 50px 0;
} #ldms-comment-form {
padding: 0 30px 30px 30px;
background: #f9f9f9;
margin: 30px 0;
position: relative;
} #ldms-comment-form #respond {
margin: 0;
padding: 0;
background: transparent;
} #ldms-comment-form h3 {
margin: 0 -30px 30px -30px;
position: relative;
margin-bottom: 30px;
padding: 15px;
background: #DB4902;
color: #fff;
text-transform: uppercase;
text-align: center;
font-size: 18px;
text-transform: uppercase;
} #ldms-comment-form p {
margin: 0 0 10px 0;
} #ldms-comment-form p.form-submit {
margin-top: 30px;
} #ldms-comment-form p.comment-form-attachment {
background: #fff;
padding: 15px;
margin-bottom: 1px;
} #ldms-comment-form p.comment-form-attachment + p.comment-form-attachment {
margin-bottom: 30px;
} #ldms-comment-form p.comment-form-attachment + p.comment-form-attachment input {
border: 0;
padding: 0;
} #ldms-message-list .ld-username {
display: block;
font-size: 14px;
} #ldms-message-list table {
border: 0;
width: 100%;
} #ldms-message-list table th {
background: #DB4902;
color: #fff;
padding: 15px;
text-transform: uppercase;
font-size: 14px;
border: 0;
} #ldms-message-list table tr {
transition: all ease-in-out 250ms;
} #ldms-message-list table td {
border: 0;
padding: 15px;
background: #f3f3f3;
transition: all ease-in-out 250ms;
} #ldms-message-list table td .ldms-comment-icon {
width: 15px;
margin: -3px 0 0 2px;
height: auto;
opacity: 0.75;
} #ldms-message-list table tr:nth-child(even) td {
background: #fafafa;
} #ldms-message-list table tr:hover {
box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
cursor: pointer;
} #ldms-message-list table tr:hover td {
background: #fff;
} #ldms-message-list table .ldms-text-center {
text-align: center;
} #ldms-message-list .ldms-next-posts {
margin: 30px 0;
} #ldms-message-list .ldms-next-posts .ldms-prev-posts-link {
float: left;
} #ldms-message-list .ldms-next-posts .ldms-next-posts-link {
float: right;
} #ldms-message-list .ldms-next-posts a {
display: inline-block;
padding: 5px 20px;
font-size: 12px;
text-decoration: none;
} #ldms-message-list .ldms-next-posts::after {
content: '';
display: block;
clear: both;
}  .tooltip {
position: absolute;
z-index: 1070;
display: block;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 14px;
opacity: 0;
filter: alpha(opacity=0);
} .tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90);
} .tooltip.top {
margin-top: -3px;
padding: 5px 0;
} .tooltip.right {
margin-left: 3px;
padding: 0 5px;
} .tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
} .tooltip.left {
margin-left: -3px;
padding: 0 5px;
} .tooltip-inner {
max-width: 200px;
padding: 10px 15px;
color: #ffffff;
text-align: center;
background-color: #000000;
border-radius: 4px;
} .tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
} .tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000000;
} .tooltip.top-left .tooltip-arrow {
bottom: 0;
right: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000000;
} .tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000000;
} .tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000000;
} .tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000000;
} .tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
} .tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
} .tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
} .ldms-delete-icon {
width: 25px;
} .ldms-success {
padding: 20px;
text-align: center;
color: rgba(0, 0, 0, 0.9);
font-weight: bold;
margin-bottom: 20px;
background: #CDD7B6;
} .ldms-success p {
font-weight: bold !important;
margin: 0 !important;
} #ldms-message-list table tr td a {
display: inline-block;
margin-right: 10px;
text-decoration: none;
box-shadow: none;
} #ldms-message-list table tr td a.link.ldms-delete-message {
float: right;
}
@media (max-width: 768px) { #ldms-message-list table thead {
display: none;
} #ldms-message-list table tbody tr {
margin-bottom: 20px;
display: block;
clear: both;
} #ldms-message-list table td {
display: block;
width: 100%;
text-align: left !important;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
} #ldms-message-list table td:before {
content: attr(data-label) ":";
display: inline-block;
font-weight: 800;
float: left;
margin-right: 0.4em;
} #ldms-message-list table td:after {
content: '';
display: table;
clear: both;
} #ldms-message-list table td:last-child {
border-bottom: 0px;
} #ldms-message-list table td:last-child:before {
display: none;
}
}