.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 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;
}.chat_l,
.chat_r{
position: relative;
margin: 0 0 2em;
overflow: hidden;
}
.bubble{
display: inline-block;
position: relative;
min-height: 60px;
min-width: 60px;
padding: .75em;
border: 1px solid #ccc;
box-sizing: border-box;
background: #fff;
font-size: 1.4rem;
}
.rc8 {
border-radius: 8px;
}
.chat_l .bubble{
float: left;
}
.chat_r .bubble{
float: right;
}
.bubble .bubble_in{
border-color: #fff;
line-height: 1.8;
}
.talker{
display: block;
width: 100px;
height: auto;
text-align: center;
}
.talker b{
display: inline-block;
height: auto;
line-height: 1.6;
font-weight: normal;
font-size: 1rem;
text-align: left;
vertical-align: top;
}
.talker img{
display: block;
width: auto;
max-width: 100%;
margin: auto;
}
.chat_l .talker{
float: left;
}
.chat_r .talker{
float: right;
}
.chat_l .bubble_wrap{
float: right;
width: 100%;
padding-left: 30px;
}
.chat_r .bubble_wrap{
float: left;
width: 100%;
padding-right: 30px;
}
.bubble .bubble_in::after,
.bubble .bubble_in::before {
position: absolute;
top: 55px;
width: 0;
height: 0;
border: solid transparent;
content: "";
}
@media screen and (max-width: 767px) {
.bubble .bubble_in::after,
.bubble .bubble_in::before {
position: absolute;
top: 30px;
width: 0;
height: 0;
border: solid transparent;
content: "";
}
}
.wp-admin .bubble .bubble_in::after,
.wp-admin .bubble .bubble_in::before{
position: absolute;
top: 50%;
width: 0;
height: 0;
border: solid transparent;
content: "";
}
.chat_l .bubble .bubble_in::after,
.chat_l .bubble .bubble_in::before{
right: 100%;
}
.chat_r .bubble div::after,
.chat_r .bubble div::before{
left: 100%;
}
.chat_l .bubble .bubble_in::after{
margin-top: -4px;
border-width: 4px 6px;
border-color: transparent;
border-right-color: inherit;
border-top-color: inherit;
}
.chat_l .bubble .bubble_in::before{
margin-top: -5px;
border-width: 5px 8px;
border-color: transparent;
border-right-color: #ccc;
border-top-color: #ccc;
}
.chat_r .bubble .bubble_in::after{
margin-top: -4px;
border-width: 4px 6px;
border-color: transparent;
border-left-color: inherit;
border-top-color: inherit;
}
.chat_r .bubble .bubble_in::before{
margin-top: -5px;
border-width: 5px 8px;
border-color: transparent;
border-left-color: #ccc;
border-top-color: #ccc;
}
.bubble p:last-child{
margin-bottom: 0;
}
.chat_style02 .bubble{
border-top: 0;
border-left: 0;
background-color: #05a5ab;
color: #fff;
}
.chat_style02 .bubble .bubble_in{
border-color: #05a5ab;
}
.chat_l.chat_style02 .bubble .bubble_in::before{
border-right-color: inherit;
border-top-color: inherit;
}
.chat_r.chat_style02 .bubble .bubble_in::before{
border-left-color: inherit;
border-top-color: inherit;
}
.chat_style03 .bubble{
background-color: #eee;
border-color: #d6d6d6;
border-top: 0;
border-left: 0;
}
.chat_style03 .bubble .bubble_in{
border-color: #eee;
}
.chat_r.chat_style03 .bubble .bubble_in::before{
border-left-color: #d6d6d6;
border-top-color: #d6d6d6;
}
.chat_l.chat_style03 .bubble .bubble_in::before{
border-right-color: #d6d6d6;
border-top-color: #d6d6d6;
}
.chat_style03 .bubble .bubble_in::after{
margin-top: -5px
} .together .talker{
width: 100%;
}
.together .bubble_wrap{
width: 100%;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
.together .talker b{
display: inline-block;
max-width: 100px;
margin-right: 10px;
text-align: left;
vertical-align: top;
}
.together.chat_l .talker,
.together.chat_r .talker{
float: none;
margin: 0 0 10px;
}
.together.chat_l .talker{
text-align: left;
}
.together.chat_r .talker{
text-align: right;
}
.together .bubble .bubble_in::after,
.together .bubble .bubble_in::before{
top: auto;
bottom: 100%;
}
.together.chat_l .bubble .bubble_in::after,
.together.chat_l .bubble .bubble_in::before{
right: auto;
left: 50px;
}
.together.chat_r .bubble .bubble_in::after,
.together.chat_r .bubble .bubble_in::before{
right: 50px;
left: auto;
}
.together.chat_l .bubble .bubble_in::after{
margin-top: -20px;
margin-left: -6px;
border-width: 6px 4px;
border-color: transparent;
border-bottom-color: inherit;
border-left-color: inherit;
}
.together.chat_l .bubble .bubble_in::before{
margin-top: -21px;
margin-left: -7px;
border-width: 8px 5px;
border-color: transparent;
border-bottom-color: #ccc;
border-left-color: #ccc;
}
.together.chat_r .bubble .bubble_in::after{
margin-top: -20px;
margin-right: -8px;
border-width: 6px 4px;
border-color: transparent;
border-right-color: inherit;
border-bottom-color: inherit;
}
.together.chat_r .bubble .bubble_in::before{
margin-top: -21px;
margin-right: -9px;
border-width: 8px 5px;
border-color: transparent;
border-right-color: #ccc;
border-bottom-color: #ccc;
}
.bubble_in p:last-child{
margin-bottom: 0;
}
.chat_l {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.chat_r {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-flow: row-reverse;
flex-flow: row-reverse;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}.lazy-hidden,.entry img.lazy-hidden, img.thumbnail.lazy-hidden {
background-color: #ffffff;
background-image: url(//fortunetalk.net/fortunetalk/wp-content/plugins/a3-lazy-load/assets/css/loading.gif);
background-repeat: no-repeat;
background-position: 50% 50%;
}
figure.wp-block-image img.lazy-hidden {
min-width: 150px;
}
picture source[type="image/webp"] {
display: block;
}.clear{clear:both}.nobr{white-space:nowrap}.lazy-hidden,.entry img.lazy-hidden,img.thumbnail.lazy-hidden{background-color:#fff}