@charset "UTF-8";
@charset "UTF-8";
@charset 'UTF-8';
body{
position: relative !important;
width: 100%;
height: 100%;
z-index: 1;
} .status {
width:200px;
height:200px;
position:absolute;
left:50%; top:50%; background-repeat:no-repeat;
background-position:center;
margin:-100px 0 0 -100px; } .preloader {
background:#fff;
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 99999;	
}
.spinner {
width: 50px;
height: 50px;
position: absolute;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px;
font-size: 10px;
text-indent: -12345px;
z-index: 10000;
}
.double-bounce1, 
.double-bounce2 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color:#0ecad4;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
0%, 100% { -webkit-transform: scale(0.0) }
50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
0%, 100% { 
transform: scale(0.0);
-webkit-transform: scale(0.0);
} 50% { 
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
} .lds-dual-ring {
display: inline-block;
width: 64px;
height: 64px;
position: absolute;
top: 50%;
left: 50%;
margin: -30px 0 0 -30px;
}
.lds-dual-ring:after {
content: " ";
display: block;
width: 46px;
height: 46px;
margin: 1px;
border-radius: 50%;
border: 5px solid #0ecad4;
border-color: #0ecad4 transparent #0ecad4 transparent;
animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .lds-facebook {
display: inline-block;
top: 50%;
left: 50%;
width: 64px;
height: 64px;
position: absolute;
margin: -30px 0 0 -30px;
}
.lds-facebook div {
display: inline-block;
position: absolute;
left: 6px;
width: 13px;
background: #0ecad4;
animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
left: 6px;
animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
left: 26px;
animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
left: 45px;
animation-delay: 0;
}
@keyframes lds-facebook {
0% {
top: 6px;
height: 51px;
}
50%, 100% {
top: 19px;
height: 26px;
}
} .lds-ring {
display: inline-block;
position: absolute;
margin: -30px 0 0 -30px;
width: 64px;
height: 64px;
top: 50%;
left: 50%;
}
.lds-ring div {
box-sizing: border-box;
display: block;
position: absolute;
width: 51px;
height: 51px;
margin: 6px;
border: 6px solid #0ecad4;
border-radius: 50%;
animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: #0ecad4 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
animation-delay: -0.15s;
}
@keyframes lds-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .lds-roller {
display: inline-block;
position: absolute;
margin: -30px 0 0 -30px;
width: 64px;
height: 64px;
top: 50%;
left: 50%;
}
.lds-roller div {
animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
transform-origin: 32px 32px;
}
.lds-roller div:after {
content: " ";
display: block;
position: absolute;
width: 6px;
height: 6px;
border-radius: 50%;
background: #0ecad4;
margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
top: 50px;
left: 50px;
}
.lds-roller div:nth-child(2) {
animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
top: 54px;
left: 45px;
}
.lds-roller div:nth-child(3) {
animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
top: 57px;
left: 39px;
}
.lds-roller div:nth-child(4) {
animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
top: 58px;
left: 32px;
}
.lds-roller div:nth-child(5) {
animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
top: 57px;
left: 25px;
}
.lds-roller div:nth-child(6) {
animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
top: 54px;
left: 19px;
}
.lds-roller div:nth-child(7) {
animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
top: 50px;
left: 14px;
}
.lds-roller div:nth-child(8) {
animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
top: 45px;
left: 10px;
}
@keyframes lds-roller {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .lds-default {
display: inline-block;
position: absolute;
margin: -30px 0 0 -30px;
width: 64px;
height: 64px;
top: 50%;
left: 50%;
}
.lds-default div {
position: absolute;
width: 5px;
height: 5px;
background: #0ecad4;
border-radius: 50%;
animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
animation-delay: 0s;
top: 29px;
left: 53px;
}
.lds-default div:nth-child(2) {
animation-delay: -0.1s;
top: 18px;
left: 50px;
}
.lds-default div:nth-child(3) {
animation-delay: -0.2s;
top: 9px;
left: 41px;
}
.lds-default div:nth-child(4) {
animation-delay: -0.3s;
top: 6px;
left: 29px;
}
.lds-default div:nth-child(5) {
animation-delay: -0.4s;
top: 9px;
left: 18px;
}
.lds-default div:nth-child(6) {
animation-delay: -0.5s;
top: 18px;
left: 9px;
}
.lds-default div:nth-child(7) {
animation-delay: -0.6s;
top: 29px;
left: 6px;
}
.lds-default div:nth-child(8) {
animation-delay: -0.7s;
top: 41px;
left: 9px;
}
.lds-default div:nth-child(9) {
animation-delay: -0.8s;
top: 50px;
left: 18px;
}
.lds-default div:nth-child(10) {
animation-delay: -0.9s;
top: 53px;
left: 29px;
}
.lds-default div:nth-child(11) {
animation-delay: -1s;
top: 50px;
left: 41px;
}
.lds-default div:nth-child(12) {
animation-delay: -1.1s;
top: 41px;
left: 50px;
}
@keyframes lds-default {
0%, 20%, 80%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.5);
}
} .lds-ripple {
display: inline-block;
position: absolute;
margin: -30px 0 0 -30px;
width: 64px;
height: 64px;
top: 50%;
left: 50%;
}
.lds-ripple div {
position: absolute;
border: 4px solid #0ecad4;
opacity: 1;
border-radius: 50%;
animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
animation-delay: -0.5s;
}
@keyframes lds-ripple {
0% {
top: 28px;
left: 28px;
width: 0;
height: 0;
opacity: 1;
}
100% {
top: -1px;
left: -1px;
width: 58px;
height: 58px;
opacity: 0;
}
} .lds-spinner {
display: inline-block;
position: absolute;
margin: -30px 0 0 -30px;
width: 64px;
height: 64px;
top: 50%;
left: 50%;
color: official;
;
}
.lds-spinner div {
transform-origin: 32px 32px;
animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
content: " ";
display: block;
position: absolute;
top: 3px;
left: 29px;
width: 5px;
height: 14px;
border-radius: 20%;
background: #0ecad4;
}
.lds-spinner div:nth-child(1) {
transform: rotate(0deg);
animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
transform: rotate(30deg);
animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
transform: rotate(60deg);
animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
transform: rotate(90deg);
animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
transform: rotate(120deg);
animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
transform: rotate(150deg);
animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
transform: rotate(180deg);
animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
transform: rotate(210deg);
animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
transform: rotate(240deg);
animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
transform: rotate(270deg);
animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
transform: rotate(300deg);
animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
transform: rotate(330deg);
animation-delay: 0s;
}
@keyframes lds-spinner {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}.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;
}.featured-video-plus.fvp-responsive .wp-video {
width: auto !important;
height: auto !important;
}
.featured-video-plus.fvp-responsive .wp-video video {
width: 100% !important;
height: auto !important;
}
.featured-video-plus.fvp-responsive .mejs-container {
width: 100% !important;
height: auto !important;
padding-top: 57%;
}
.featured-video-plus.fvp-responsive .mejs-overlay,
.featured-video-plus.fvp-responsive .mejs-poster {
width: 100% !important;
height: 100% !important;
}
.featured-video-plus.fvp-responsive .mejs-mediaelement video {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100% !important;
height: 100% !important;
}
.featured-video-plus.fvp-responsive audio {
width: 100%;
}
.featured-video-plus.fvp-center {
text-align: center;
}
.featured-video-plus.fvp-center .wp-video {
margin: 0 auto;
}
.featured-video-plus.fvp-right {
text-align: right;
}
.featured-video-plus.fvp-right .wp-video {
margin: 0 0 auto auto;
}
.featured-video-plus.fvp-left {
text-align: left;
}
.featured-video-plus.fvp-left .wp-video {
margin: 0 auto auto 0;
}
.fvp-overlay,
.fvp-dynamic {
position: relative;
display: block;
height: auto;
width: auto;
}
.fvp-overlay .fvp-actionicon,
.fvp-dynamic .fvp-actionicon {
background: transparent no-repeat scroll center center;
position: absolute;
top: 0;
left: 0;
z-index: 999;
pointer-events: none;
display: none;
}
.fvp-overlay .fvp-actionicon.play,
.fvp-dynamic .fvp-actionicon.play {
display: block;
background-image: url(//www.nissy247.com/wp-content/plugins/featured-video-plus/img/playicon.png);
}
.fvp-overlay .fvp-actionicon.load,
.fvp-dynamic .fvp-actionicon.load {
display: block;
}
.fvp-overlay .fvp-actionicon.load.w,
.fvp-dynamic .fvp-actionicon.load.w {
background-image: url(//www.nissy247.com/wp-content/plugins/featured-video-plus/img/loadicon_w.gif);
}
.fvp-overlay .fvp-actionicon.load.b,
.fvp-dynamic .fvp-actionicon.load.b {
background-image: url(//www.nissy247.com/wp-content/plugins/featured-video-plus/img/loadicon_b.gif);
}
#DOMWindow {
background: transparent center center no-repeat;
width: auto;
height: auto;
margin: auto auto;
overflow: hidden;
background-image: url(//www.nissy247.com/wp-content/plugins/featured-video-plus/img/loadicon_w.gif);
}
.fvp-onload {
display: none !important;
height: 0;
width: 0;
visibility: hidden;
}
.featured-video-plus .wp-video a:not(.post-thumbnail) {
display: none;
}
.no-js .featured-video-plus .wp-video a:not(.post-thumbnail) {
display: inline;
}
.featured-video-plus.fvp-responsive.fvp-spotify .fluid-width-video-wrapper {
padding-top: 100% !important;
}.thumbs-rating-container {
padding:1em 0;
display: inline;
}
.thumbs-rating-container .thumbs-rating-up {
background: #a4c346;
}
.thumbs-rating-container .thumbs-rating-down {
background: #c84848;
}
.thumbs-rating-container .thumbs-rating-already-voted {
padding-top: 1em;
font-size: 0.9em;
display: none;
-webkit-transition: (all 0.3s);
transition: (all 0.3s);
}
.thumbs-rating-container .thumbs-rating-already-voted:before {
content: attr(data-text);
}
.likebtn-wrapper * {
background-attachment: scroll;
font-family: "Helvetica Neue",Arial,sans-serif;
font-size: 12px;
font-weight: 700;
margin: 0;
padding: 0;
border-width: 0;
text-decoration: none;
text-transform: none;
direction: ltr;
text-indent: 0;
text-shadow: none;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.likebtn-button {
line-height: inherit;
}
.likebtn-wrapper {
cursor: default;
line-height: 16px;
display: inline-block;
white-space: nowrap;
direction: ltr;
text-indent: 0;
position: relative;
}
.lb-like, .lb-dislike {
background-color: #787869;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
color: #F2F2F2;
display: inline-block;
height: 19px;
margin-right: 3px;
overflow: visible;
padding: 1px 0 1px 3px;
}
.lb-style-white .lb-like, .lb-style-white .lb-dislike, .lb-style-padded .lb-like, .lb-style-padded .lb-dislike, .lb-style-drop .lb-like, .lb-style-drop .lb-dislike {
background-color: #fafafa;
border: 1px solid #C6C6C6;
color: #555555;
}
.lb-like .lb-a, .lb-dislike .lb-a {
display: inline-block;
color: #787869;
overflow: visible;
position: relative;
text-decoration: none;
outline: none;
top: 1px;
}
.lb-like-label, .lb-dislike-label {
color: #DDDDDD;
cursor: pointer;
padding: 0 6px 0 1px;
position: relative;
vertical-align: middle;
}
.lb-like-icon, .lb-dislike-icon {
display: inline-block;
cursor: pointer;
height: 16px;
margin-right: 2px;
width: 16px;
vertical-align: middle;
}
.lb-style-white .lb-like-label, .lb-style-white .lb-dislike-label, .lb-style-padded .lb-like-label, .lb-style-padded .lb-dislike-label, .lb-style-drop .lb-like-label, .lb-style-drop .lb-dislike-label {
color: #555555;
}
.lb-style-white .lb-a:hover .lb-like-label, .lb-style-white .lb-a:hover .lb-dislike-label, .lb-style-padded .lb-a:hover .lb-like-label, .lb-style-padded .lb-a:hover .lb-dislike-label, .lb-style-drop .lb-a:hover .lb-like-label, .lb-style-drop .lb-a:hover .lb-dislike-label {
color: black;
}
.lb-voted .lb-like-icon, .lb-voted .lb-a:hover .lb-like-icon, .lb-style-gray .lb-voted .lb-like-icon, .lb-style-gray .lb-voted .lb-a:hover .lb-like-icon, .lb-style-white .lb-voted .lb-like-icon, .lb-style-white .lb-voted .lb-a:hover .lb-like-icon, .lb-style-black .lb-voted .lb-like-icon, .lb-style-black .lb-voted .lb-a:hover .lb-like-icon, .lb-style-padded .lb-voted .lb-like-icon, .lb-style-padded .lb-voted .lb-a:hover .lb-like-icon, .lb-style-drop .lb-voted .lb-like-icon, .lb-style-drop .lb-voted .lb-a:hover .lb-like-icon, .lb-style-lightgray .lb-voted .lb-like-icon, .lb-style-lightgray .lb-voted .lb-a:hover .lb-like-icon, .lb-style-transparent .lb-voted .lb-like-icon, .lb-style-transparent .lb-voted .lb-a:hover .lb-like-icon {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAa9JREFUeNpi/P//PwMlgAVMHmHEq2jrKcE+d5OvhWuOCGRG2L2aARa0gVjMBCb/o+F/CHruLglrF/2PeQx//zMoiHwNg8tBAcQAkOBfKEbSPHWrtKCH/ttNzIzMzCgW/MVmALLtQLx0v1hMuOWLx+L8DEIwsYevONfCLUE2YNZOSZa5uyUsQZJTtkrzH7/GvSfM6v0iAW4mboZ/jGCDX739//73b6bXU7ZJ8yMbwAiKhZvzOO4oS/1XZmH8xfj5O/NPTg4mNrBrGBkhzkLy8/df/34dv8Wz1K30QxLcgN+b2P4zMjMygAz4w8D6H6IZ6iVYBCHHNlCMxesXIzwaGUEif5E04bAdZtjf33//sqAEIjCKwPgfUkyAxUBmMCLFEsSi60/ZL2PGAlwzI4IPYsMMBhsEYd94zjsTJSX++/P3PxMoEEBO/IfkZmakKGaEiH/9+e/np+/Mc1BccOoe545fP//+QdgMxb//I3mJAep8juNpVs//oBhgo/DVi4vlHyvIJhaG34zzjonq77rKM/HqE+ZLX7//+wFJYJAQvPWapw85JTJSmhuZGCgEAAEGALUy2V/YiVadAAAAAElFTkSuQmCC);
background-position: center center;
background-repeat: no-repeat;
}
.lb-style-white .lb-like-icon, .lb-style-padded .lb-like-icon, .lb-style-drop .lb-like-icon {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANhJREFUeNpi/P//PwMlgBFkQHCgB15F6uqKMUBqMRA73Lx5/yBIbO36HWA5JkI2ADUrAampUC6GTUwENHMCqWVAzIdLDRMezeZA6hwQmyMJ78JqAFAxExArQtkcQNwKZB4BYg0ktWeA+BNIHpsLVgHxPSj7DhBXATELmmUmUENuAw3JRDcgAEmhNIFwlQHiaegGMJMY/R+IigU8YA2lBixBN+AHCZofA/FhdAM6gPgNkQYsAybnfygGAAUagVgUymaExkQcEM8D4vtoBizFyEwU50ZKAECAAQAmQzq+KkovGQAAAABJRU5ErkJggg==);
background-position: center center;
background-repeat: no-repeat;
}
.lb-style-white .lb-a:hover .lb-like-icon, .lb-style-padded .lb-a:hover .lb-like-icon, .lb-style-drop .lb-a:hover .lb-like-icon {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANJJREFUeNpi/P//PwNFgBgDjI2NY4D4PxDbI+sDYSYiNCsBqalQrge6PBMBzZxAahkQ8+FSw4RHszmQOgfE5kjCu7AaAFTMBMSKUDYHELcCmUeAWANJ7Rkg/gSSx+aCVUB8D8q+A8RVQMyCZpkJ1JDbQEMy0Q0IQFIoTSBcZYB4GroBzCTG/geiYgEPWEOpAUvQDfhBgubHQHwY3YAOIH5DpAHLzp49+w/GYQSlZ0ZGRvREJAWknIHYAYgdgVgRSVoPaMBlWB5ipDQ3MjFQCAACDABT2TqHSqUZngAAAABJRU5ErkJggg==);
}
.lb-style-white .lb-dislike-icon, .lb-style-padded .lb-dislike-icon, .lb-style-drop .lb-dislike-icon {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOBJREFUeNpi/P//PwMlgAVEBAd6MKirK+oCmZeQ5O4D8X4gPgDEe2/evP8MWePa9TvANBOSWDSa4YpAnATEi4D4KdACsFOB9GsgrocpYoIKgugoIl0tAsQVKAYAgS0Qy5LgdQ50A2LIDUSYASGUGiBAor6/6AZkAfETApqeIrE3oBgAjOPpQEoViE2A+Ayaxj9A3AbEKlC+EhCHoSQkqCE/gNHJBzUEBm4AcQJQ7iSSuvsYKREJuCGxQZocgRq+ExOI6OATKGER0ozNgB1QOhuo+R4x0cFIaW5kYqAQAAQYANsvPnjUzDQHAAAAAElFTkSuQmCC);
background-position: center center;
background-repeat: no-repeat;
}
.lb-style-white .lb-a:hover .lb-dislike-icon, .lb-style-padded .lb-a:hover .lb-dislike-icon, .lb-style-drop .lb-a:hover .lb-dislike-icon {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOFJREFUeNpi/P//PwMlgAVEMDIyMhgbG+sCmZeQ5O4D8X4gPgDEe8+ePfsMWSPMYiYksWg0wxWBOAmIFwHxU6AFYB1A+jUQ18MUMUEFQXQUka4WAeIKFAOAwBaIZUnwOge6ATHkBiLMgBBKDRAgUd9fdAOygPgJAU1PkdgbUAwAxvF0IKUKxCZAfAZN4x8gbgNiFShfCYjDYJKMoAQBSkjQ6HQEUvuQNN8A4gSgBSfRnQNLSCxo4m5IbJAmR6Dm78QEIjr4BEpYhDRjM2AHlM4Gar5HTHQwUpobmRgoBAABBgDY5D42oSSyzgAAAABJRU5ErkJggg==);
}
.lb-voted .lb-dislike-icon, .lb-voted .lb-a:hover .lb-dislike-icon, .lb-style-gray .lb-voted .lb-dislike-icon, .lb-style-gray .lb-voted .lb-a:hover .lb-dislike-icon, .lb-style-white .lb-voted .lb-dislike-icon, .lb-style-white .lb-voted .lb-a:hover .lb-dislike-icon, .lb-style-black .lb-voted .lb-dislike-icon, .lb-style-black .lb-voted .lb-a:hover .lb-dislike-icon, .lb-style-padded .lb-voted .lb-dislike-icon, .lb-style-padded .lb-voted .lb-a:hover .lb-dislike-icon, .lb-style-drop .lb-voted .lb-dislike-icon, .lb-style-drop .lb-voted .lb-a:hover .lb-dislike-icon, .lb-style-lightgray .lb-voted .lb-dislike-icon, .lb-style-lightgray .lb-voted .lb-a:hover .lb-dislike-icon, .lb-style-transparent .lb-voted .lb-dislike-icon, .lb-style-transparent .lb-voted .lb-a:hover .lb-dislike-icon {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAbZJREFUeNpi/P//PwMlgAVMLmdkWHRG3DfK5N0mhn+MDAyM/xm+/vj348Fb1ltPP3Luf/KRc16a1bNLDEApBph9kRAGI9gFqxgZTtzj3m8i/8sBr21Mvxm//WL6fe4J526byi9eIDEmEDHrmCSLpvQPSwZmIIcZKgqiWRkhbCTMxs7MYqb03QPFC3ycf1O4uZjYIULI7oR7EiIOlWJiYGZEkdaQ/JwOcQtQHOQlkDQjlA0H/yGu+IclEDWlf+oyMDNDFP1H04BiKNRgdAOYOYG6kS1jRJgBihEIjRD7/xehGGzHvqtc87//+fcLHliMsICE+hvouO+/gPLQQL73hukuigFuhh+TFh6WEFtxXDD81af/78HuYgLqZP7P8B/ottN32fYuPCIhBtK88JCQ1cFbQhpwx4LTwT6I+1YeFckOtvw4BSb54cu/rzsvCGdE279agpEoHP8jRRLU2fJi34MhbmJgePme4d2GUxIq2V5P3yNHBEoYwQ1gZkAEFBD//ff3746LYn7Z3kDNjAyogYgGmOAmAlkP3nCvAgXcnov8k5LdXhxFCVBGNIwSBhQAJgYKAUCAAQC7oZf4VP0WbQAAAABJRU5ErkJggg==);
background-position: center center;
background-repeat: no-repeat;
}
.lb-count {
border-left: 1px solid darkgray;
display: inline-block;
font-weight: normal;
height: 16px;
padding: 0 7px 0 6px;
position: relative;
top: 1px;
vertical-align: middle;
}
.lb-style-white .lb-count, .lb-style-padded .lb-count, .lb-style-drop .lb-count {
border-left: 1px solid #C6C6C6;
color: black;
}#ays_tooltip{width:auto;padding:3px;box-sizing:border-box;word-break:keep-all;-webkit-hyphens:none;white-space:nowrap}#ays_tooltip.center_center{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}#ays_tooltip.left_top{position:fixed;left:1rem;top:1rem;bottom:auto;right:auto}#ays_tooltip.left_bottom{position:fixed;left:1rem;top:auto;bottom:1rem;right:auto}#ays_tooltip.right_top{position:fixed;left:auto;top:1rem;bottom:auto;right:1rem}#ays_tooltip.right_bottom{position:fixed;left:auto;top:auto;bottom:1rem;right:1rem}#ays_tooltip p{margin:0;padding:0}#ays_noscript{position:fixed;width:100%;height:100%;background:#fff;top:0;left:0;z-index:99998;overflow:auto;padding:90px;justify-content:center}.wrong_shortcode_text::first-letter{color:red!important;background-color:transparent!important;font-size:inherit!important;font-weight:inherit!important;float:none!important;line-height:inherit!important;margin:0!important;padding:0!important}.event-manager-pagination ul.page-numbers li .page-numbers,.event-manager-pagination-2 ul.page-numbers li .page-numbers{font-size:14px;line-height:20px;font-weight:400;padding:5px 10px;display:inline-block;color:var(--wpem-gray-color);background:var(--wpem-white-color)}.wpem-alert,.wpem-event-filter-version-2,.wpem-loading,.wpem-main-vmenu-dashboard-nav,.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content,.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-event-single-image-wrapper,.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper{position:relative}.wpem-modal.wpem-modal-open,.wpem-tooltip:hover .wpem-tooltiptext{visibility:visible;opacity:1}:root{--wpem-primary-color:#0096ff;--wpem-dark-color:#111111;--wpem-gray-color:#555555;--wpem-white-color:#ffffff;--wpem-gray-border-color:#e4e4e4;--wpem-gray-bg-color:#f5f5f5}[class^=wpem]{box-sizing:border-box;-webkit-box-sizing:border-box}.wpem-main{font-size:16px;line-height:1.42;color:var(--wpem-dark-color)}.wpem-main b,.wpem-main strong{font-weight:600}.wpem-main a{text-decoration:none;outline:0;transition:color .2s}.wpem-main a:active,.wpem-main a:focus,.wpem-main a:hover{color:var(--wpem-primary-color);text-decoration:none;outline:0}.wpem-loading::before{content:"";height:100%;width:100%;position:absolute;left:0;top:0;z-index:99;background:var(--wpem-white-color);opacity:.7}.wpem-loading::after{content:"";position:absolute;height:40px;width:40px;background-repeat:no-repeat;background-size:contain;background-position:center;left:50%;top:50%;transform:translate(-50%,-50%);z-index:100;border:5px solid var(--wpem-gray-bg-color);border-top:5px solid var(--wpem-primary-color);border-radius:50%;animation:1s linear infinite wpem-spin}@-webkit-keyframes wpem-spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes wpem-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.wpem-alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.wpem-alert a{background:rgba(0,0,0,.6);font-size:14px;line-height:15px;color:var(--wpem-white-color)!important;padding:5px 10px;border-radius:4px;display:inline-block;transition:.2s}.wpem-alert a:hover,.wpem-main-vmenu-dashboard-wrapper .wpem-alert a,.wpem-theme-button span,.wpem-theme-button:focus span,.wpem-theme-button:hover span,a.wpem-theme-button span,a.wpem-theme-button:focus span,a.wpem-theme-button:hover span,button.wpem-theme-button span,button.wpem-theme-button:focus span,button.wpem-theme-button:hover span,input.wpem-theme-button span,input.wpem-theme-button:focus span,input.wpem-theme-button:hover span,p.post-submitted-success-green-message a{color:var(--wpem-white-color)}.wpem-alert a:hover{background:var(--wpem-primary-color)}.wpem-alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.wpem-alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.wpem-alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.wpem-alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.wpem-alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.wpem-alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.wpem-alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.wpem-alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.event-manager-pagination,.event-manager-pagination-2{text-align:center;display:inline-block;width:100%}.event-manager-pagination ul.page-numbers,.event-manager-pagination-2 ul.page-numbers{margin:0 auto;padding:0;display:inline-flex}.event-manager-pagination ul.page-numbers li,.event-manager-pagination-2 ul.page-numbers li{list-style:none;display:inline-block;margin:0 2px}.event-manager-pagination ul.page-numbers li .page-numbers{border-radius:2px;border:1px solid var(--wpem-gray-border-color);transition:.2s}.event-manager-pagination ul.page-numbers li .page-numbers:hover,.event-manager-pagination-2 ul.page-numbers li .page-numbers:hover{border-color:var(--wpem-gray-color)}.event-manager-pagination ul.page-numbers li .page-numbers.current,.event-manager-pagination-2 ul.page-numbers li .page-numbers.current{border-color:var(--wpem-primary-color);background:var(--wpem-primary-color);color:var(--wpem-white-color)}.event-manager-pagination-2 ul.page-numbers li .page-numbers{border-radius:2px;border:1px solid var(--wpem-gray-border-color);transition:.2s}.wpem-form-wrapper{margin-bottom:20px;line-height:25px}.wpem-form-wrapper .wpem-form-title{font-size:24px;line-height:1.42;font-weight:700;color:var(--wpem-dark-color);padding:0;margin:0 0 20px}.wpem-form-wrapper fieldset{border:none;padding:0;margin:0 0 20px}.wpem-form-wrapper fieldset label{margin-bottom:5px;display:block}.wpem-event-listings-header,.wpem-form-wrapper .wpem-form-group{margin-bottom:20px}.wpem-form-wrapper .wpem-form-group .require-field{color:red}.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-cancel-label,.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date,.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-register-label,.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date,.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-cancel-label,.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-register-label,.wpem-form-wrapper .wpem-form-group .wpem-form-label,.wpem-single-event-page .wpem-single-event-footer div.wpem-listing-accordion .wpem-icon-minus,.wpem-single-event-page .wpem-single-event-footer div.wpem-listing-accordion.active .wpem-icon-plus,.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper .wpem-single-event-slider ul.slick-dots li button::before,.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper .wpem-single-event-slider ul.slick-dots li::before,.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper .wpem-single-event-slider ul.slick-dots::before{display:none}.wpem-form-wrapper .wpem-form-group .wpem-form-label-text{font-weight:600;color:var(--wpem-dark-color);margin:0 0 7px;display:inline-block}.wpem-form-wrapper .wpem-form-group input[type=color],.wpem-form-wrapper .wpem-form-group input[type=date],.wpem-form-wrapper .wpem-form-group input[type=datetime-local],.wpem-form-wrapper .wpem-form-group input[type=datetime],.wpem-form-wrapper .wpem-form-group input[type=email],.wpem-form-wrapper .wpem-form-group input[type=file],.wpem-form-wrapper .wpem-form-group input[type=month],.wpem-form-wrapper .wpem-form-group input[type=number],.wpem-form-wrapper .wpem-form-group input[type=password],.wpem-form-wrapper .wpem-form-group input[type=search],.wpem-form-wrapper .wpem-form-group input[type=tel],.wpem-form-wrapper .wpem-form-group input[type=text],.wpem-form-wrapper .wpem-form-group input[type=time],.wpem-form-wrapper .wpem-form-group input[type=url],.wpem-form-wrapper .wpem-form-group input[type=week],.wpem-form-wrapper .wpem-form-group select,.wpem-form-wrapper .wpem-form-group select optgroup,.wpem-form-wrapper .wpem-form-group textarea{height:42px;line-height:42px;width:100%;margin:0;border:1px solid var(--wpem-gray-border-color);outline:0;font-weight:400;font-family:inherit;border-radius:4px;padding:0 15px;background-color:var(--wpem-white-color);color:var(--wpem-dark-color);transition:.2s;box-shadow:none}.wpem-form-wrapper .chosen-container:hover,.wpem-form-wrapper .wpem-form-group input[type=color]:hover,.wpem-form-wrapper .wpem-form-group input[type=date]:hover,.wpem-form-wrapper .wpem-form-group input[type=datetime-local]:hover,.wpem-form-wrapper .wpem-form-group input[type=datetime]:hover,.wpem-form-wrapper .wpem-form-group input[type=email]:hover,.wpem-form-wrapper .wpem-form-group input[type=file]:hover,.wpem-form-wrapper .wpem-form-group input[type=month]:hover,.wpem-form-wrapper .wpem-form-group input[type=number]:hover,.wpem-form-wrapper .wpem-form-group input[type=password]:hover,.wpem-form-wrapper .wpem-form-group input[type=search]:hover,.wpem-form-wrapper .wpem-form-group input[type=tel]:hover,.wpem-form-wrapper .wpem-form-group input[type=text]:hover,.wpem-form-wrapper .wpem-form-group input[type=time]:hover,.wpem-form-wrapper .wpem-form-group input[type=url]:hover,.wpem-form-wrapper .wpem-form-group input[type=week]:hover,.wpem-form-wrapper .wpem-form-group select:hover,.wpem-form-wrapper .wpem-form-group textarea:hover{border-color:var(--wpem-gray-border-color);background-color:var(--wpem-white-color);transition:.2s}.wpem-form-wrapper .chosen-container:focus,.wpem-form-wrapper .wpem-form-group input[type=color]:focus,.wpem-form-wrapper .wpem-form-group input[type=date]:focus,.wpem-form-wrapper .wpem-form-group input[type=datetime-local]:focus,.wpem-form-wrapper .wpem-form-group input[type=datetime]:focus,.wpem-form-wrapper .wpem-form-group input[type=email]:focus,.wpem-form-wrapper .wpem-form-group input[type=file]:focus,.wpem-form-wrapper .wpem-form-group input[type=month]:focus,.wpem-form-wrapper .wpem-form-group input[type=number]:focus,.wpem-form-wrapper .wpem-form-group input[type=password]:focus,.wpem-form-wrapper .wpem-form-group input[type=search]:focus,.wpem-form-wrapper .wpem-form-group input[type=tel]:focus,.wpem-form-wrapper .wpem-form-group input[type=text]:focus,.wpem-form-wrapper .wpem-form-group input[type=time]:focus,.wpem-form-wrapper .wpem-form-group input[type=url]:focus,.wpem-form-wrapper .wpem-form-group input[type=week]:focus,.wpem-form-wrapper .wpem-form-group select:focus{border-color:var(--wpem-primary-color);background-color:var(--wpem-white-color)}.wpem-form-wrapper .wpem-form-group input:-webkit-autofill,.wpem-form-wrapper .wpem-form-group input:-webkit-autofill:active,.wpem-form-wrapper .wpem-form-group input:-webkit-autofill:focus,.wpem-form-wrapper .wpem-form-group input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 30px #fff inset!important}.wpem-form-wrapper .wpem-form-group select optgroup{background:initial}.wpem-form-group .wp-editor-wrap:active,.wpem-form-group .wp-editor-wrap:focus,.wpem-form-wrapper .wp-editor-container:focus{border-color:var(--wpem-primary-color)}.wpem-form-wrapper .wpem-form-group input[type=file]{line-height:20px;padding:8px 10px}.wpem-form-wrapper .wpem-form-group input[type=number]{padding-right:0;width:100%;max-width:unset}.wpem-form-wrapper .wpem-form-group textarea{height:auto;padding:15px;line-height:22px}.event-manager-uploaded-files .event-manager-uploaded-file,.wpem-form-wrapper .wpem-form-group .event-manager-uploaded-files .event-manager-uploaded-file{margin-bottom:20px;display:inline-block;padding-right:20px}.wpem-form-wrapper .wpem-form-group .event-manager-uploaded-files .event-manager-uploaded-file .event-manager-uploaded-file-preview{display:inline-block;position:relative}.wpem-form-group .wp-editor-wrap{border:1px solid var(--wpem-gray-border-color);overflow:hidden;border-radius:4px;transition:.2s ease-in-out}.organizer-related-data-counter .wpem-related-data-well .wpem-list-group .wpem-list-group-item-box:first-child,.venue-related-data-counter .wpem-related-data-well .wpem-list-group .wpem-list-group-item-box:first-child,.wpem-event-organizer-tabs .wpem-tabs-wrapper,.wpem-event-venue-tabs .wpem-tabs-wrapper,.wpem-form-group .wp-editor-wrap .wp-editor-container,div#event-manager-event-dashboard .wpem-responsive-table-block span.organizer-events-list.wpem-tooltiptext span:last-child,div#event-manager-event-dashboard .wpem-responsive-table-block span.venue-events-list.wpem-tooltiptext span:last-child{border:none}.wpem-form-group .wp-editor-wrap:hover,.wpem-form-wrapper .chosen-container .chosen-drop:hover{border-color:var(--wpem-gray-border-color)}.wpem-form-wrapper .wpem-form-group .event-manager-uploaded-files .event-manager-uploaded-file .event-manager-uploaded-file-preview img{max-height:100px;max-width:100px;border:2px solid var(--wpem-gray-border-color);border-radius:6px}.wpem-form-wrapper .wpem-form-group .event-manager-uploaded-files .event-manager-uploaded-file .event-manager-uploaded-file-preview .event-manager-remove-uploaded-file{font-size:0;height:20px;width:20px;background:var(--wpem-white-color);position:absolute;top:2px;right:2px;border-radius:0 4px;border:none;box-shadow:2px 2px 10px rgba(0,0,0,.2)}.event-manager-remove-uploaded-file::before,.wpem-form-wrapper .wpem-form-group .event-manager-uploaded-files .event-manager-uploaded-file .event-manager-uploaded-file-preview .event-manager-remove-uploaded-file::before{content:"\ea0f";font-family:wp-event-manager;font-size:10px;color:red;top:50%;position:absolute;left:50%;transform:translate(-50%,-50%);transition:.2s}.wpem-dashboard-main-title.wpem-dashboard-main-filter a.wpem-dashboard-header-btn:hover i[class^=wpem-icon-],.wpem-form-wrapper .wpem-form-group .event-manager-uploaded-files .event-manager-uploaded-file .event-manager-uploaded-file-preview .event-manager-remove-uploaded-file:hover::before,.wpem-main .wpem-theme-url,.wpem-main .wpem-theme-url a,.wpem-main .wpem-theme-url a:hover,.wpem-main .wpem-theme-url:hover,.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dboard-event-action .wpem-dboard-event-act-btn a:hover,.wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-venue-profile .wpem-venue-name.wpem-heading-text a,.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-short-info .wpem-viewed-event:hover .wpem-icon-eye,.wpem-single-event-widget a.wpem-event-action-url,.wpem-single-event-widget a.wpem-event-action-url:active,.wpem-single-event-widget a.wpem-event-action-url:focus,.wpem-single-event-widget a.wpem-event-action-url:hover,.wpem-tabs-wrapper .wpem-tabs-wrap .wpem-tab-link a,.wpem-tabs-wrapper .wpem-tabs-wrap .wpem-tab-link a:hover,.wpem-theme-text-button:hover,.wpem-theme-url,.wpem-theme-url a,.wpem-theme-url a:hover,.wpem-theme-url:hover,table.wpem-responsive-table-wrapper tbody tr td a:hover{color:var(--wpem-dark-color)}.wpem-form-wrapper .chosen-container{width:100%!important;outline:0;margin:0;border-radius:4px;border:1px solid var(--wpem-gray-border-color);background-color:var(--wpem-white-color);transition:.2s}.wpem-form-wrapper .chosen-container.chosen-container-multi .chosen-choices{border:0;box-shadow:none;background:0 0}.wpem-form-wrapper .chosen-container.chosen-container-multi .chosen-choices li.search-choice{margin:11px 0 11px 10px;border-color:var(--wpem-gray-border-color);background:var(--wpem-gray-border-color);padding:5px 20px 5px 5px;font-size:14px;box-shadow:none}.wpem-form-wrapper .chosen-container.chosen-container-multi .chosen-choices li.search-choice:first-of-type{margin-left:0}.wpem-form-wrapper .chosen-container.chosen-container-multi .chosen-choices li.search-field input[type=text]{font-size:16px;font-family:inherit;height:41px;font-weight:400;padding:0;margin:0}.wpem-form-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{top:6px}.wpem-form-wrapper .chosen-container .chosen-choices,.wpem-form-wrapper .chosen-container .chosen-single{padding:0 15px;font-size:16px;line-height:42px;font-weight:400;color:var(--wpem-dark-color);background:0 0;height:auto;border:none;box-shadow:unset;border-radius:4px}.wpem-form-wrapper .chosen-container-single .chosen-default,.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li.wpem-main-vmenu-dashboard-sub-menu .wpem-main-vmenu-dashboard-link:hover i.wpem-main-vmenu-caret,.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-inner-list-wrap strong,.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-additional-info-block-details .wpem-additional-info-block-textarea p{color:var(--wpem-gray-color)}.wpem-form-wrapper .chosen-container .chosen-single div b{background-position:0 12px}.wpem-form-wrapper .chosen-container .chosen-drop{top:calc(100% - 2px);border-color:var(--wpem-gray-border-color);border-top:0;border-radius:0 0 4px 4px;margin:0 0 0 -1px;box-shadow:7px 5px 15px rgb(0 0 0 / 10%);width:calc(100% + 2px);transition:border-color .2s}.wpem-form-wrapper .chosen-container .chosen-search input[type=text]{height:auto;line-height:20px;font-size:16px;padding:1px 4px;min-height:unset}.wpem-form-wrapper .chosen-container .chosen-drop .chosen-results li{font-size:16px;line-height:20px;transition:0}.wpem-form-wrapper .chosen-container .chosen-drop .chosen-results li.highlighted,.wpem-form-wrapper .wpem-form-group .account-sign-in a:hover,.wpem-form-wrapper .wpem-form-group a.wpem_add_organizer_popup.wpem-modal-button:hover,.wpem-form-wrapper .wpem-form-group a.wpem_add_venue_popup.wpem-modal-button:hover{background:var(--wpem-primary-color)}.wpem-form-wrapper .showing_applied_filters{background:var(--wpem-gray-bg-color);font-size:14px;border-radius:4px;padding:10px;margin:10px 0;display:inline-block;width:100%}.wpem-form-wrapper .showing_applied_filters span{margin:2px;display:inline-block}.wpem-form-wrapper .showing_applied_filters a{float:right;margin:2px;display:inline-block}.wpem-event-listings-header .wpem-event-listing-header-title .wpem-heading-text{font-size:24px;line-height:1.42;font-weight:500;margin:0}.wpem-event-listings-header .wpem-event-layout-action-wrapper{display:flex;width:100%}.wpem-event-listings-header .wpem-event-layout-action-wrapper .wpem-event-layout-action{display:inline-flex;margin-left:auto}.wpem-event-listings-header .wpem-event-layout-action-wrapper .wpem-event-layout-action .wpem-event-layout-icon{height:34px;width:34px;background-color:var(--wpem-gray-bg-color);color:var(--wpem-dark-color);margin-left:5px;border-radius:4px;cursor:pointer;font-size:15px;transition:.2s;display:flex;align-items:center;justify-content:center;text-align:center}.wpem-event-listings-header .wpem-event-layout-action-wrapper .wpem-event-layout-action .wpem-event-layout-icon.wpem-active-layout{background-color:var(--wpem-primary-color);color:var(--wpem-white-color)}.wpem-theme-button,a.wpem-theme-button,button.wpem-theme-button,input.wpem-theme-button{background:var(--wpem-primary-color);color:var(--wpem-white-color);border:none;padding:10px 20px;width:auto;text-transform:uppercase;font-weight:600;border-radius:4px;font-size:16px;line-height:1.42;margin:5px 0;letter-spacing:0;text-decoration:none;display:inline-block;cursor:pointer;overflow-wrap:break-word;transition:.2s;vertical-align:middle}.wpem-theme-button:hover,a.wpem-theme-button:hover,button.wpem-theme-button:hover,input.wpem-theme-button:hover{background-color:var(--wpem-dark-color);border:none;outline:0}.wpem-theme-button:focus,a.wpem-theme-button:focus,button.wpem-theme-button:focus,input.wpem-theme-button:focus{border:none;outline:0}.wpem-theme-button i{line-height:normal}.wpem-theme-button.wpem-theme-button-icon-left{position:relative;padding-left:40px}.wpem-theme-button.wpem-theme-button-icon-left i{position:absolute;left:15px;top:50%;transform:translate(0,-50%)}.wpem-theme-button.wpem-theme-button-icon-right{position:relative;padding-right:40px}.wpem-theme-button.wpem-theme-button-icon-right i{position:absolute;right:15px;top:50%;transform:translate(0,-50%)}.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-weblink a,.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-weblink a,.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-weblink a,.wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-weblink a,.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-weblink a,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-weblink a,.wpem-theme-button.wpem-active-button,.wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-weblink a,div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-social-icon.wpem-weblink a{background:var(--wpem-gray-color)}.wpem-theme-button.wpem-active-button:hover{background:var(--wpem-dark-color)}.organizer-related-data-wrapper .show-organizer-info .wpem-list-group .organizer-name-list .organizer-list-items a:hover,.venue-related-data-wrapper .show-venue-info .wpem-list-group .venue-name-list .venue-list-items a:hover,.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li .wpem-main-vmenu-dashboard-link:hover,.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li .wpem-main-vmenu-dashboard-link:hover i,.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li a.wpem-main-vmenu-dashboard-link.wpem-main-vmenu-dashboard-link-active i,.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-name a:hover,.wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-venue-profile .wpem-venue-name.wpem-heading-text a:hover,.wpem-theme-text-button{color:var(--wpem-primary-color)}.wpem-theme-sm-button,a.wpem-theme-sm-button,button.wpem-theme-sm-button,input.wpem-theme-sm-button{padding:6px 10px;color:var(--wpem-white-color);font-size:14px}.wpem-theme-border-button,a.wpem-theme-border-button,button.wpem-theme-border-button,input.wpem-theme-border-button{border:1px solid var(--wpem-primary-color);background-color:transparent;color:var(--wpem-primary-color)}.wpem-theme-border-button:focus,.wpem-theme-border-button:hover,a.wpem-theme-border-button:focus,a.wpem-theme-border-button:hover,button.wpem-theme-border-button:focus,button.wpem-theme-border-button:hover,input.wpem-theme-border-button:focus,input.wpem-theme-border-button:hover{background-color:var(--wpem-primary-color);color:#fff;border:1px solid var(--wpem-primary-color)}.wpem-tabs-wrapper{width:100%;margin-bottom:20px;border:2px solid var(--wpem-gray-border-color);border-radius:4px}.wpem-tabs-wrapper .wpem-tabs-wrap{display:flex;background:var(--wpem-gray-border-color);margin:0;padding:0}.wpem-tabs-wrapper .wpem-tabs-wrap .wpem-tab-link{padding:10px 20px;list-style:none;cursor:pointer;font-weight:600;background:var(--wpem-gray-bg-color);transition:.2s;color:var(--wpem-dark-color)}.wpem-tabs-wrapper .wpem-tabs-wrap .wpem-tab-link.active{background:var(--wpem-white-color);color:var(--wpem-dark-color);cursor:default}.wpem-tabs-wrapper .wpem-tabs-wrap .wpem-tab-link.active a{cursor:default}.wpem-tabs-wrapper .wpem-tab-content{padding:25px;display:none;margin:0}.wpem-event-health-guideline-list-item-title b,.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date,.wpem-single-event-page .wpem-single-event-footer div.wpem-listing-accordion.active .wpem-icon-minus,.wpem-tabs-wrapper .wpem-tab-content .wpem-tab-pane.active,.wpem-tabs-wrapper .wpem-tab-content.current,div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-organizer-social-links,div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-venue-social-links{display:block}.wpem-tabs-wrapper .wpem-tab-content .wpem-tab-pane{display:none;list-style:none}.wpem-event-listing-list-view{border:none;border-radius:0;overflow:hidden;margin-bottom:30px}.wpem-event-listing-list-view .wpem-listing-google-map-wrapper,.wpem-event-listing-type-page .wpem-event-listing-type-page-wrapper .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper{padding:0}.wpem-event-listing-list-view .wpem-event-box-col{flex:unset;max-width:unset;width:100%;margin:0;padding:0;-webkit-box-flex:unset}.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .event_listing{margin:0;display:inline-flex;width:100%;padding:23px 17px;border-left:3px solid var(--wpem-gray-border-color);transition:border .2s}.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper:hover .event_listing,.wpem-event-listings .wpem-event-layout-wrapper:hover .wpem-event-action-url{border-width:7px}.wpem-event-listing-list-view .wpem-event-box-col:last-of-type .wpem-event-layout-wrapper{border-bottom:1px solid var(--wpem-gray-border-color)}.wpem-event-listings .wpem-event-layout-wrapper{border-top:1px solid var(--wpem-gray-border-color);border-right:1px solid var(--wpem-gray-border-color);margin:0;transition:background .2s}.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-layout-wrap{width:100%;display:inline-block;margin:0}.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner{float:left;padding-right:20px}.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img{height:90px;width:90px;background-size:cover!important;background-position:center!important;border-radius:4px;background-color:var(--wpem-gray-border-color)}.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation{float:left;font-size:15px;line-height:20px;width:100%;position:relative}.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date{width:80px;position:absolute;left:0;top:0}.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-from-date{width:40px;display:inline-block;float:left;text-align:center;padding-right:3px}.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-date{font-size:29px;line-height:30px;font-weight:600;color:var(--wpem-gray-color)}.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-month{font-size:13px;text-transform:uppercase;font-weight:400;line-height:15px;color:var(--wpem-gray-color)}.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-to-date{float:left;padding-left:13px;position:relative;padding-top:3px}.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-to-date .wpem-date-separator{position:absolute;left:0;top:50%;transform:translate(0,-50%);font-size:20px;color:var(--wpem-gray-color)}.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-to-date .wpem-date{font-size:15px;line-height:15px;font-weight:500;color:var(--wpem-gray-color)}.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-to-date .wpem-month{font-size:9px;text-transform:uppercase;font-weight:400;line-height:12px;color:var(--wpem-gray-color)}.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details{width:100%;padding-left:90px;float:left;font-size:15px;line-height:23px;color:var(--wpem-gray-color)}.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title{margin:0 5px 10px}.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text{font-size:22px;line-height:30px;font-weight:700;color:var(--wpem-dark-color);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0}.wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time,.wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location,.wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-ticket-type,.wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type{margin:5px;min-height:22px;color:var(--wpem-gray-color)}.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time{position:relative;padding-left:20px}.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time::before{content:"\e94e";font-family:wp-event-manager;position:absolute;left:0;top:0;font-size:15px}.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location{position:relative;padding-left:20px;width:100%}.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location::before{content:"\e947";font-family:wp-event-manager;position:absolute;left:0;top:0;font-size:15px}.wpem-event-listing-box-view.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-action-url:last-child,.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-cancel-label,.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-register-label,.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type,.wpem-event-ticket-price,.wpem-event-ticket-type,.wpem-main-vmenu-dashboard-wrapper .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list-body .wpem-dashboard-event-placeholder strong,.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-contact-actions .wpem-organizer-contact-button,.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-contact-actions .wpem-organizer-page-url-button,.wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-register-label,.wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-ticket-type,.wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-type{display:inline-block}.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type .wpem-event-type-text{background:var(--wpem-gray-bg-color);color:var(--wpem-dark-color);padding:5px 7px;display:inline-block;line-height:15px;font-weight:400;font-size:14px;border-radius:4px}.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-cancel-label .wpem-event-cancel-label-text{background:red;color:var(--wpem-white-color);padding:5px 7px;display:inline-block;line-height:15px;font-weight:400;font-size:14px;border-radius:4px}.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-register-label .wpem-event-register-label-text,.wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-register-label .wpem-event-register-label-text{background:#64b60c;color:var(--wpem-white-color);padding:5px 7px;display:inline-block;line-height:15px;font-weight:400;font-size:14px;border-radius:4px}.wpem-event-ticket-type .wpem-event-ticket-type-text{background:var(--wpem-gray-bg-color);color:var(--wpem-dark-color);padding:5px 7px;display:inline-block;line-height:15px;font-weight:500;font-size:14px;border-radius:4px}.wpem-event-filter-version-2-dropdown .wpem-form-group,.wpem-event-listings.wpem-event-listing-box-view{display:flex;flex-wrap:wrap}.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper:hover,.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list:hover{box-shadow:0 0 10px rgba(0,0,0,.1)}.wpem-event-listings.wpem-event-listing-box-view .wpem-event-box-col{padding-bottom:30px}.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper{border:1px solid var(--wpem-gray-border-color);width:100%;height:100%;border-radius:4px;overflow:hidden}.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-action-url{width:100%;padding:0;border-left:none;transition:unset}.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner{float:none;padding-right:0;width:100%;background-color:var(--wpem-gray-border-color)}.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img{height:230px;width:100%;border-radius:0;position:relative}.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-cancel-label,.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-register-label{display:block;position:absolute;top:15px;right:15px}.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-register-label .wpem-event-register-label-text{background:#64b60c;color:var(--wpem-white-color);padding:5px 7px;display:inline-block;line-height:15px;font-weight:600;font-size:14px;border-radius:4px}.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-cancel-label .wpem-event-cancel-label-text{background:red;color:var(--wpem-white-color);padding:5px 7px;display:inline-block;line-height:15px;font-weight:600;font-size:14px;border-radius:4px}.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date{display:inline-block;float:left;text-align:center;background:var(--wpem-white-color);padding:10px 15px;width:auto;height:auto;position:absolute;top:15px;left:15px;border-radius:4px;box-shadow:5px 3px 15px rgba(0,0,0,.2)}.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-date{font-size:23px;line-height:23px;font-weight:600;color:var(--wpem-dark-color)}.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-month{font-size:13px;text-transform:uppercase;font-weight:600;line-height:15px;color:var(--wpem-gray-color)}.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details{padding:10px;line-height:18px}.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text{font-size:22px;line-height:1.42;font-weight:700;color:var(--wpem-dark-color);margin:0 0 10px}.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time,.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location,.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-ticket-type,.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title,.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type{margin:5px;min-height:23px;color:var(--wpem-gray-color);line-height:1.42}.wpem-event-listings .wpem-event-layout-wrapper .event_listing{width:100%;height:100%}.event_summary_shortcode .wpem-single-event-widget .event_featured,.widget_featured_events .wpem-single-event-widget,.wpem-event-listings .wpem-event-layout-wrapper .event_featured,.wpem-event-listings .wpem-event-layout-wrapper .event_featured:hover{background:#ffffe4}.wpem-event-listings .wpem-event-layout-wrapper .event_cancelled,.wpem-event-listings .wpem-event-layout-wrapper .event_cancelled:hover{background:#ffe5e5}.calendar-template-container .no_event_listings_found,.wpem-event-listing-box-view .no_event_listings_found,.wpem-event-listing-calendar-view .no_event_listings_found,.wpem-event-listing-list-view .no_event_listings_found{padding:15px;text-align:center;color:#721c24;display:inline-block;width:100%}.wpem-event-listing-box-view .no_event_listings_found{margin-left:15px;margin-right:15px}.wpem-event-listing-calendar-view .no_event_listings_found{padding:30px 0 20px}.event_listings a.load_more_events,.event_listings_upcoming a.load_more_upcoming_events,.past_event_listings a.load_more_past_events{text-align:center;background:var(--wpem-gray-bg-color);color:var(--wpem-gray-color);text-transform:uppercase;padding:10px 15px;font-size:15px;letter-spacing:.5px;transition:.2s;border-radius:4px;margin:0 auto;display:table}.event_listings a.load_more_events:hover,.event_listings_upcoming a.load_more_upcoming_events:hover,.past_event_listings a.load_more_past_events:hover{background:var(--wpem-gray-color);color:var(--wpem-white-color)}.wpem-single-event-widget{margin-bottom:20px;background:var(--wpem-white-color);border:1px solid var(--wpem-gray-border-color);border-radius:4px}.wpem-event-filter2-wrapper,.wpem-single-event-page .wpem-single-event-footer .wpem-listing-accordion.active{background-color:var(--wpem-gray-bg-color)}.event_listing_preview_title h2,.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap form.wpem-form-wrapper,.wpem-single-event-widget:last-of-type,.wpem-single-organizer-profile-wrapper .wpem-organizer-contact-form-wrapper .wpem-organizer-contact-form .wpem-form-wrapper,.wpem-single-venue-profile-wrapper .wpem-venue-contact-form-wrapper .wpem-venue-contact-form .wpem-form-wrapper{margin-bottom:0}.wpem-single-event-widget .wpem-event-infomation{padding:15px}.wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text{font-size:20px;line-height:22px;font-weight:500;color:var(--wpem-dark-color);margin:0 0 10px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-date-time,.wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-location,.wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-ticket-type,.wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-type{margin:5px}.wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-date-time,.wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-location{position:relative;padding-left:20px;font-size:15px;line-height:20px}.wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-date-time::before{content:"\e94e";font-family:wp-event-manager;position:absolute;left:0;font-size:15px;line-height:23px}.wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-location::before{content:"\e947";font-family:wp-event-manager;position:absolute;left:0;font-size:15px;line-height:23px}.wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-type .wpem-event-type-text{background:var(--wpem-gray-border-color);color:var(--wpem-dark-color);padding:5px 7px;display:inline-block;line-height:15px;font-weight:400;font-size:14px;border-radius:4px}.wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-ticket-type .wpem-event-ticket-type-text{background:var(--wpem-gray-border-color);color:var(--wpem-dark-color);padding:5px 7px;display:inline-block;line-height:15px;font-weight:500;font-size:14px;border-radius:4px}.wpem-single-event-page .event-manager-info,.wpem-single-event-page .wpem-single-event-wrapper{border:1px solid var(--wpem-gray-border-color)}.organizer-related-data-counter .wpem-related-data-well,.venue-related-data-counter .wpem-related-data-well,.wpem_related_events .wpem-col-lg-4{margin-bottom:30px}.wpem_related_events .wpem-single-event-widget{margin:0 15px;height:inherit!important}.wpem_related_events .wpem-event-banner-img img{height:230px;width:100%;object-fit:cover}.wpem-organizer-name,.wpem-venue-name,.wpem_related_events .slick-track,table.wpem-responsive-table-wrapper tbody tr td .wpem-dboard-event-action{display:flex}.wpem_related_events-slider{margin:0 -15px}.wpem_related_events .slick-next:before,.wpem_related_events .slick-prev:before{color:var(--wpem-dark-color);font-size:24px}.wpem_related_events .slick-next,.wpem_related_events .slick-prev{top:-30px}.wpem_related_events .slick-prev{right:50px;left:inherit}.wpem_related_events .slick-next{right:17px}.wpem-no-data-found,.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-logo-wrapper,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-logo-wrapper{text-align:center}.wpem-single-event-page .event-manager-info{color:var(--wpem-dark-color);padding:10px 15px 10px 40px;position:relative;display:inline-block;width:100%;margin-bottom:20px;border-radius:4px;background:var(--wpem-gray-bg-color)}.wpem-single-event-page .event-manager-info i{font-size:19px;position:absolute;left:13px;margin-top:3px;line-height:20px}.wpem-single-event-page .event-manager-info.event-manager-canceled-info{border-color:#b12828;color:#b12828;background:var(--wpem-gray-bg-color)}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top,table.wpem-responsive-table-wrapper tbody tr:hover,table.wpem-responsive-table-wrapper thead{background:var(--wpem-gray-bg-color)}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper .wpem-single-event-slider{position:relative;margin-bottom:0}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper .wpem-single-event-slider ul.slick-dots{position:absolute;left:10px;bottom:10px;margin:0;padding:0}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper .wpem-single-event-slider ul.slick-dots li{height:10px;width:10px;position:relative;margin:4px;font-size:0;line-height:normal;float:left;display:inline-block}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper .wpem-single-event-slider ul.slick-dots li button{height:10px;width:10px;display:inline-block;border-radius:100%;background:rgba(255,255,255,.5);position:absolute;left:0;top:0;border:none;padding:0;font-size:0}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper .wpem-single-event-slider ul.slick-dots li.slick-active button{background:var(--wpem-white-color)}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper .slick-arrow{position:absolute;right:0;bottom:0;height:40px;width:40px;font-size:0;line-height:normal;overflow:hidden;background:rgba(0,0,0,.5);padding:0;text-align:center}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper .slick-arrow.slick-prev{left:0;top:50%;transform:translate(0,-50%);border:none;z-index:1;cursor:pointer}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper .slick-arrow.slick-prev::before{content:"\ea40";font-family:wp-event-manager;font-size:20px;color:var(--wpem-white-color)}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper .slick-arrow.slick-next{right:0;top:50%;transform:translate(0,-50%);border:none;z-index:1;cursor:pointer}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper .slick-arrow.slick-next::before{content:"\ea3c";font-family:wp-event-manager;font-size:20px;color:var(--wpem-white-color)}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content::after{content:"";position:absolute;right:15px;top:0;height:100%;width:1px;background:var(--wpem-gray-border-color)}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content .wpem-heading-text{font-size:20px;font-weight:500;color:var(--wpem-dark-color);padding:0;margin:0 0 15px}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar{padding:30px 30px 30px 0}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-heading-text{font-size:18px;padding:0;margin:0 0 5px}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-single-event-sidebar-info a{color:var(--wpem-dark-color);text-decoration:unset;cursor:pointer;display:inline-block}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-single-event-sidebar-info a:hover{color:var(--wpem-dark-color);text-decoration:none}.wpem-single-event-page .wpem-single-event-sidebar-info{margin-bottom:35px}.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar .wpem-theme-button,.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar a.wpem-theme-button,.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar button.wpem-theme-button,.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar input.wpem-theme-button{width:100%;text-align:center;color:var(--wpem-white-color)}.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar .wpem-theme-button:hover,.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar a.wpem-theme-button:hover,.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar button.wpem-theme-button:hover,.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar input.wpem-theme-button:hover{color:var(--wpem-white-color);text-decoration:none}.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar .wpem-icon-text-button{color:var(--wpem-primary-color);text-decoration:unset;width:100%;font-weight:500;padding:10px 20px;display:block;border:1px solid var(--wpem-primary-color);border-radius:4px;margin:5px 0;display:flex;align-items:center}.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar .wpem-icon-text-button i,.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-short-info .wpem-viewed-event,span.event-manager-uploaded-file{margin-right:10px}.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar .wpem-icon-text-button:hover{text-decoration:none;color:var(--wpem-dark-color);border-color:var(--wpem-dark-color)}.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar .wpem-icon-text-button.remove-bookmark i{float:right;margin:0;font-size:12px}.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar .wpem-register-event-form form{background:var(--wpem-gray-bg-color);padding:15px;margin:10px 0;border-radius:4px}.wpem-single-event-page .wpem-share-this-event{margin:0;padding:0;display:inline-block;width:100%}.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists,.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists,.wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-venue-social-links .wpem-venue-social-lists,.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists,div#event-manager-event-dashboard .wpem-responsive-table-block td .wpem-organizer-social-lists,div#event-manager-event-dashboard .wpem-responsive-table-block td .wpem-venue-social-lists{display:inline-block;margin:0}.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon,.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon,.wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon,.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon,div#event-manager-event-dashboard .wpem-responsive-table-block td .wpem-social-icon{height:35px;width:35px;display:inline-block;position:relative;margin:4px;float:left;font-size:0}.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon a,.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon a,.wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon a,.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon a,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon a,div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-social-icon a{height:35px;width:35px;display:inline-block;background:var(--wpem-gray-border-color);border-radius:100%;opacity:1;transition:.2s}.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon a:hover,.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon a:hover,.wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon a:hover,.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon a:hover,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon a:hover,div#event-manager-event-dashboard .wpem-responsive-table-block td .wpem-social-icon a:hover{opacity:.8}.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-weblink a::before{background-color:var(--wpem-white-color);mask-image:url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/images/wpem-web-link-icon.svg);-webkit-mask-image:url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/images/wpem-web-link-icon.svg);-webkit-mask-size:17px;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;content:"";position:absolute;height:35px;width:35px;background-size:17px;background-position:center;left:0;top:0}.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-whatsapp a,.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-whatsapp a,.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-whatsapp a,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-whatsapp a,.wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-whatsapp a{background:#3fa21a}.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-whatsapp a::before{background-color:var(--wpem-white-color);mask-image:url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/images/wpem-whatsapp-icon.svg);-webkit-mask-image:url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/images/wpem-whatsapp-icon.svg);-webkit-mask-size:17px;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;content:"";position:absolute;height:35px;width:35px;background-size:17px;background-position:center;left:0;top:0}.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-youtube a,.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-youtube a,.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-youtube a,.wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-youtube a,.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-youtube a,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-youtube a,.wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-youtube a,div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-social-icon.wpem-youtube a{background:#ea1717}.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-youtube a::before,.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-youtube a::before,.wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-youtube a::before{background-color:var(--wpem-white-color);mask-image:url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/images/wpem-youtube-icon.svg);-webkit-mask-image:url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/images/wpem-youtube-icon.svg);-webkit-mask-size:17px;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;content:"";position:absolute;height:35px;width:35px;background-size:17px;background-position:center;left:0;top:0}.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-facebook a,.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-facebook a,.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-facebook a,.wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-facebook a,.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-facebook a,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-facebook a,.wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-facebook a,div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-social-icon.wpem-facebook a{background:#38529a}.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-facebook a::before{background-color:var(--wpem-white-color);mask-image:url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/images/wpem-facebook-icon.svg);-webkit-mask-image:url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/images/wpem-facebook-icon.svg);-webkit-mask-size:17px;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;content:"";position:absolute;height:35px;width:35px;background-size:17px;background-position:center;left:0;top:0}.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-twitter a,.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-twitter a,.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-twitter a,.wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-twitter a,.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-twitter a,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-twitter a,.wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-twitter a,div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-social-icon.wpem-twitter a{background:#000}.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-twitter a::before{background-color:var(--wpem-white-color);mask-image:url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/images/wpem-twitter-icon.svg);-webkit-mask-image:url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/images/wpem-twitter-icon.svg);-webkit-mask-size:17px;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;content:"";position:absolute;height:35px;width:35px;background-size:17px;background-position:center;left:0;top:0}.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-linkedin a,.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-linkedin a,.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-linkedin a,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-linkedin a,.wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-linkedin a{background:#3671ae}.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-linkedin a::before{background-color:var(--wpem-white-color);mask-image:url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/images/wpem-linkedin-icon.svg);-webkit-mask-image:url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/images/wpem-linkedin-icon.svg);-webkit-mask-size:17px;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;content:"";position:absolute;height:35px;width:35px;background-size:17px;background-position:center;left:0;top:0}.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-xing a,.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-xing a,.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-xing a,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-xing a,.wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-xing a{background:#265c60}.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-instagram a::before,.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-xing a::before{background-color:var(--wpem-white-color);background-size:17px;background-position:center;-webkit-mask-size:17px;height:35px;width:35px;position:absolute;left:0;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;top:0;content:""}.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-xing a::before{mask-image:url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/images/wpem-xing-icon.svg);-webkit-mask-image:url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/images/wpem-xing-icon.svg)}.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-instagram a{background-image:linear-gradient(to right top,#e52705,#ea0037,#e5005a,#d5007b,#bb1497)}.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-instagram a::before{mask-image:url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/images/wpem-instagram-icon.svg);-webkit-mask-image:url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/images/wpem-instagram-icon.svg)}.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-pinterest a,.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-pinterest a,.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-pinterest a,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-pinterest a,.wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-pinterest a{background:#b81d1a}.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-pinterest a::before{background-color:var(--wpem-white-color);mask-image:url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/images/wpem-pinterest-icon.svg);-webkit-mask-image:url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/images/wpem-pinterest-icon.svg);-webkit-mask-size:17px;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;content:"";position:absolute;height:35px;width:35px;background-size:17px;background-position:center;left:0;top:0}.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile{margin:0 auto;padding:20px 30px}.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-logo-wrapper,.wpem-single-event-page .wpem-single-event-footer .wpem-venue-profile-wrapper .wpem-venue-profile .wpem-venue-logo-wrapper{margin:10px 0;text-align:center}.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-logo-wrapper .wpem-organizer-logo,.wpem-single-event-page .wpem-single-event-footer .wpem-venue-profile-wrapper .wpem-venue-profile .wpem-venue-logo-wrapper .wpem-venue-logo{display:inline-block;margin:0 auto}.organizer-related-data-wrapper .show-organizer-info .wpem-list-group .organizer-name-list .organizer-list-items .wpem-organizer-logo img,.venue-related-data-wrapper .show-venue-info .wpem-list-group .venue-name-list .venue-list-items .wpem-venue-logo img,.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-logo-wrapper .wpem-organizer-logo img,.wpem-single-event-page .wpem-single-event-footer .wpem-venue-profile-wrapper .wpem-venue-profile .wpem-venue-logo-wrapper .wpem-venue-logo img{width:100%;height:auto}.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-name,.wpem-single-event-page .wpem-single-event-footer .wpem-venue-profile-wrapper .wpem-venue-profile .wpem-venue-name{font-size:18px;line-height:1.42;margin:10px 0;font-weight:700}.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-short-info,.wpem-single-event-page .wpem-single-event-footer .wpem-venue-profile-wrapper .wpem-venue-profile .wpem-venue-short-info{margin-bottom:15px;word-break:break-word;color:var(--wpem-gray-color)}.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links,.wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-venue-social-links{padding:0;display:inline-block;width:100%}.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-weblink a::before,.wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-weblink a::before{background-color:var(--wpem-white-color);mask-image:url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/images/wpem-web-link-icon.svg);-webkit-mask-image:url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/images/wpem-web-link-icon.svg);-webkit-mask-size:17px;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;content:"";position:absolute;height:35px;width:35px;background-size:14px;background-position:center;left:0;top:0}.wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-venue-profile .wpem-venue-short-info{margin:5px 0 15px}.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-whatsapp a::before,.wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-whatsapp a::before{background-color:var(--wpem-white-color);mask-image:url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/images/wpem-whatsapp-icon.svg);-webkit-mask-image:url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/images/wpem-whatsapp-icon.svg);-webkit-mask-size:15px;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;content:"";position:absolute;height:30px;width:30px;background-size:15px;background-position:center;left:0;top:0}.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-facebook a::before,.wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-facebook a::before{background-color:var(--wpem-white-color);mask-image:url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/images/wpem-facebook-icon.svg);-webkit-mask-image:url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/images/wpem-facebook-icon.svg);-webkit-mask-size:17px;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;content:"";position:absolute;height:35px;width:35px;background-size:13px;background-position:center;left:0;top:0}.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-twitter a::before,.wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-twitter a::before{background-color:var(--wpem-white-color);mask-image:url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/images/wpem-twitter-icon.svg);-webkit-mask-image:url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/images/wpem-twitter-icon.svg);-webkit-mask-size:17px;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;content:"";position:absolute;height:35px;width:35px;background-size:15px;background-position:center;left:0;top:0}.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-linkedin a::before,.wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-linkedin a::before{background-color:var(--wpem-white-color);mask-image:url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/images/wpem-linkedin-icon.svg);-webkit-mask-image:url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/images/wpem-linkedin-icon.svg);-webkit-mask-size:14px;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;content:"";position:absolute;height:30px;width:30px;background-size:14px;background-position:center;left:0;top:0}.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-xing a::before,.wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-xing a::before{background-color:var(--wpem-white-color);mask-image:url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/images/wpem-xing-icon.svg);-webkit-mask-image:url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/images/wpem-xing-icon.svg);-webkit-mask-size:15px;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;content:"";position:absolute;height:30px;width:30px;background-size:15px;background-position:center;left:0;top:0}.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-instagram a,.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-instagram a,.wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-instagram a,.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-instagram a,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-instagram a,.wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-instagram a,div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-social-icon.wpem-instagram a{background:#d6249f;background:radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-instagram a::before,.wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-instagram a::before{background-color:var(--wpem-white-color);mask-image:url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/images/wpem-instagram-icon.svg);-webkit-mask-image:url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/images/wpem-instagram-icon.svg);-webkit-mask-size:17px;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;content:"";position:absolute;height:35px;width:35px;background-size:15px;background-position:center;left:0;top:0}.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-pinterest a::before,.wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-pinterest a::before{background-color:var(--wpem-white-color);mask-image:url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/images/wpem-pinterest-icon.svg);-webkit-mask-image:url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/images/wpem-pinterest-icon.svg);-webkit-mask-size:16px;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;content:"";position:absolute;height:30px;width:30px;background-size:16px;background-position:center;left:0;top:0}.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-contact-actions{display:block;margin-top:15px}.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-contact-actions div+div{margin-left:5px}.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-contact-actions .wpem-form-group{text-align:left}.wpem-single-event-page .wpem-single-event-footer .wpem-event-location-map-wrapper .wpem-event-location-map iframe{margin:0;line-height:0}.event_listing_preview_action_button .event-manager-button-submit-listing,.wpem-fr{float:right}.event_listing_preview_title{background:var(--wpem-gray-bg-color);border-radius:4px 4px 0 0;margin-top:30px;padding:10px 20px;text-align:center}.event_listing_preview_title h3{padding:0;margin:0;color:var(--wpem-white-color)}.event_listing_preview{border:2px solid var(--wpem-gray-bg-color);padding:20px;border-radius:0 0 5px 5px}.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-category,.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-type,.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-event-category,.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-event-type{margin:-3px;padding-top:5px}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-event-type .event-type{padding:5px 10px;border-radius:4px;font-size:15px;line-height:20px;display:inline-block;cursor:pointer;margin:3px;background:var(--wpem-gray-bg-color)}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-event-category .event-category{padding:5px 10px;border-radius:4px;font-size:15px;line-height:20px;background:var(--wpem-gray-bg-color);display:inline-block;cursor:pointer;margin:3px}.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-category .event-category{margin:3px}.wpem-modal-open{overflow:hidden}.wpem-modal{left:0;margin:0;opacity:0;position:fixed;top:0;visibility:hidden;width:100%;overflow:auto;height:100%;box-sizing:border-box;z-index:998;transition:.5s}.wpem-modal.wpem-modal-open{top:0}.wpem-modal .wpem-modal-content-wrapper{box-shadow:0 3px 10px rgba(0,0,0,.25);background:var(--wpem-white-color)!important;display:inline-block;position:relative;z-index:1000;width:80%;max-width:700px;left:50%;transform:translate(-50%,0);border-radius:4px;margin-top:0;margin-bottom:50px;transition:.5s}.wpem-modal.wpem-modal-open .wpem-modal-content-wrapper{margin-top:100px}.wpem-modal .wpem-modal-overlay{background-color:var(--wpem-dark-color);background:rgba(0,0,0,.5);height:100%;left:0;position:fixed;top:0;width:100%;z-index:999}.wpem-modal .wpem-modal-content-wrapper .wpem-modal-header{border-bottom:1px solid var(--wpem-gray-border-color);height:50px;line-height:50px;position:relative;padding:5px 20px}.wpem-modal .wpem-modal-content-wrapper .wpem-modal-header .wpem-modal-header-title{width:calc(100% - 60px)}.wpem-modal .wpem-modal-content-wrapper .wpem-modal-header .wpem-modal-header-title .wpem-modal-header-title-text{font-size:20px;line-height:42px;font-weight:700;color:var(--wpem-dark-color);margin:0;padding:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.wpem-modal .wpem-modal-content-wrapper .wpem-modal-header .wpem-modal-header-close{position:absolute;height:25px;width:25px;top:50%;transform:translate(0,-50%);right:20px;text-align:center;line-height:normal;font-size:0}.wpem-modal .wpem-modal-content-wrapper .wpem-modal-header .wpem-modal-header-close a{height:25px;width:25px;display:inline-block;position:relative;opacity:.3;transition:.2s}.wpem-modal .wpem-modal-content-wrapper .wpem-modal-header .wpem-modal-header-close a::before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(45deg);height:20px;width:2px;background:var(--wpem-dark-color)}.wpem-modal .wpem-modal-content-wrapper .wpem-modal-header .wpem-modal-header-close a::after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-45deg);height:20px;width:2px;background:var(--wpem-dark-color)}.wpem-event-filter2 .wpem-my-location:hover,.wpem-modal .wpem-modal-content-wrapper .wpem-modal-header .wpem-modal-header-close a:hover{opacity:1}.wpem-modal .wpem-modal-content-wrapper .wpem-modal-content{padding:20px}.wpem-modal .wpem-modal-content-wrapper .wpem-modal-content iframe{max-width:100%;max-height:400px}.wpem-modal .wpem-modal-content-wrapper.wpem-modal-xl{max-width:1140px}.wpem-tooltip{position:relative;display:inline-block}.wpem-tooltip .wpem-tooltiptext{visibility:hidden;width:auto;box-shadow:0 0 10px rgba(0,0,0,.1);background:var(--wpem-white-color);color:var(--wpem-dark-color);text-align:center;padding:10px;border-radius:4px;position:absolute;z-index:1;opacity:0;transition:opacity 1s;cursor:default}.wpem-tooltip.wpem-tooltip-left .wpem-tooltiptext{top:-5px;right:105%}.wpem-tooltip.wpem-tooltip-right .wpem-tooltiptext{top:-5px;left:105%}.wpem-tooltip.wpem-tooltip-top .wpem-tooltiptext{bottom:100%;left:50%;transform:translate(-50%,0)}.wpem-tooltip.wpem-tooltip-bottom .wpem-tooltiptext{top:100%;left:50%;transform:translate(-50%,0)}table.wpem-responsive-table-wrapper{font-weight:500;font-size:14px;color:var(--wpem-gray-color);border:1px solid var(--wpem-gray-border-color)}table.wpem-responsive-table-wrapper thead th{border-top:none}table.wpem-responsive-table-wrapper thead th.wpem-heading-text{border-bottom:1px solid var(--wpem-gray-border-color);padding:15px;font-size:16px;font-weight:500;color:var(--wpem-dark-color);text-align:left;text-transform:none;border:none;word-break:inherit}table.wpem-responsive-table-wrapper thead th:first-child{padding-left:15px}table.wpem-responsive-table-wrapper tbody tr td a,table.wpem-responsive-table-wrapper thead tr th.wpem-heading-text a{color:var(--wpem-primary-color);cursor:pointer}table.wpem-responsive-table-wrapper thead tr th.wpem-heading-text a.orderby-asc:hover::after{content:"\ea3e";font-family:wp-event-manager;font-size:15px}table.wpem-responsive-table-wrapper thead tr th.wpem-heading-text a.orderby-desc:hover::after{content:"\ea3a";font-family:wp-event-manager;font-size:15px}table.wpem-responsive-table-wrapper tbody tr{background:var(--wpem-white-color);border-bottom:1px solid var(--wpem-gray-bg-color);transition:.2s}table.wpem-responsive-table-wrapper tbody tr td{padding:10px;vertical-align:middle;border:none}table.wpem-responsive-table-wrapper tbody tr td .wpem-dboard-event-action .wpem-dboard-event-act-btn{display:inline-block;margin:2px;height:30px;width:30px;position:relative}table.wpem-responsive-table-wrapper tbody tr td .wpem-dboard-event-action .wpem-dboard-event-act-btn a{height:30px;width:30px;display:inline-block;text-align:center;line-height:normal;font-size:0;position:absolute;left:0;top:0}table.wpem-responsive-table-wrapper tbody tr td .wpem-dboard-event-action .wpem-dboard-event-act-btn a::before{content:"";position:absolute;left:0;top:0;height:30px;width:30px;font-family:wp-event-manager;text-align:center;line-height:30px;font-size:18px}.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dboard-event-action .wpem-dboard-event-act-btn a.event-dashboard-action-edit::before,table.wpem-responsive-table-wrapper tbody tr td .wpem-dboard-event-action .wpem-dboard-event-act-btn a.event-dashboard-action-edit::before{content:"\e906"}table.wpem-responsive-table-wrapper tbody tr td .wpem-dboard-event-action .wpem-dboard-event-act-btn a.event-dashboard-action-relist::before{content:"\ea2e"}.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dboard-event-action .wpem-dboard-event-act-btn a.event-dashboard-action-mark_not_cancelled::before,table.wpem-responsive-table-wrapper tbody tr td .wpem-dboard-event-action .wpem-dboard-event-act-btn a.event-dashboard-action-mark_not_cancelled::before{content:"\ea10"}.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dboard-event-action .wpem-dboard-event-act-btn a.event-dashboard-action-mark_cancelled::before,table.wpem-responsive-table-wrapper tbody tr td .wpem-dboard-event-action .wpem-dboard-event-act-btn a.event-dashboard-action-mark_cancelled::before{content:"\ea0e"}.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dboard-event-action .wpem-dboard-event-act-btn a.event-dashboard-action-duplicate::before,table.wpem-responsive-table-wrapper tbody tr td .wpem-dboard-event-action .wpem-dboard-event-act-btn a.event-dashboard-action-duplicate::before{content:"\e92c"}.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dboard-event-action .wpem-dboard-event-act-btn a.event-dashboard-action-delete::before,table.wpem-responsive-table-wrapper tbody tr td .wpem-dboard-event-action .wpem-dboard-event-act-btn a.event-dashboard-action-delete::before{content:"\e9ad"}.wpem-responsive-table-block{overflow:auto;border:1px solid var(--wpem-gray-bg-color);margin-bottom:25px;border-radius:4px}.wpem-responsive-table-block table.wpem-responsive-table-wrapper{border:none;margin:0}.organizer-letters,.venue-letters{display:flex;flex-wrap:wrap;width:100%;margin-bottom:35px;margin-left:-5px}.organizer-letters .organizer-letters-list,.venue-letters .venue-letters-list{display:inline-block;margin:0;position:relative}.organizer-letters .organizer-letters-list a,.venue-letters .venue-letters-list a{background:var(--wpem-gray-bg-color);border:2px solid transparent;color:var(--wpem-dark-color);text-align:center;font-weight:600;width:40px;height:40px;line-height:37px;padding:0;margin:5px;display:block;border-radius:4px;transition:.2s}.organizer-letters .organizer-letters-list a:hover,.venue-letters .venue-letters-list a:hover{border-color:var(--wpem-primary-color);background:var(--wpem-white-color);color:var(--wpem-primary-color)}.organizer-related-data-counter .wpem-related-data-well .wpem-list-group,.venue-related-data-counter .wpem-related-data-well .wpem-list-group{background:#f0faff;border:2px solid #0b7cac;color:var(--wpem-dark-color);text-align:center;font-weight:600;font-size:17px;line-height:37px;padding:0;margin:0;display:block;border-radius:4px}.organizer-related-data-counter .wpem-related-data-well .wpem-list-group .wpem-list-group-item-box,.venue-related-data-counter .wpem-related-data-well .wpem-list-group .wpem-list-group-item-box{border-top:2px solid #0b7cac;padding:15px}.organizer-related-data-counter .wpem-related-data-well .wpem-list-group .wpem-list-group-item-box .list-group-title,.organizer-related-data-counter .wpem-related-data-well .wpem-list-group .wpem-list-group-item-box a .list-group-title,.venue-related-data-counter .wpem-related-data-well .wpem-list-group .wpem-list-group-item-box .list-group-title,.venue-related-data-counter .wpem-related-data-well .wpem-list-group .wpem-list-group-item-box a .list-group-title{font-size:17px;line-height:25px;font-weight:600;color:var(--wpem-dark-color);text-transform:uppercase}.organizer-related-data-counter .wpem-related-data-well .wpem-list-group .wpem-list-group-item-box .list-group-content .h-height,.organizer-related-data-counter .wpem-related-data-well .wpem-list-group .wpem-list-group-item-box a .list-group-content .h-height,.venue-related-data-counter .wpem-related-data-well .wpem-list-group .wpem-list-group-item-box .list-group-content .h-height,.venue-related-data-counter .wpem-related-data-well .wpem-list-group .wpem-list-group-item-box a .list-group-content .h-height{margin:0;padding:0;font-size:25px;line-height:30px;font-weight:600;color:var(--wpem-dark-color)}.organizer-related-data-wrapper .show-organizer-info,.venue-related-data-wrapper .show-venue-info{display:flex;margin-bottom:30px}.organizer-related-data-wrapper .show-organizer-info .wpem-list-group,.venue-related-data-wrapper .show-venue-info .wpem-list-group{overflow:hidden;background:var(--wpem-gray-bg-color);padding:0;text-align:center;border-radius:4px;width:100%;transition:.2s}.organizer-related-data-wrapper .show-organizer-info .wpem-list-group:hover,.venue-related-data-wrapper .show-venue-info .wpem-list-group:hover{border-color:var(--wpem-gray-border-color);background:var(--wpem-gray-bg-color)}.organizer-related-data-wrapper .show-organizer-info .wpem-list-group .organizer-group-header,.venue-related-data-wrapper .show-venue-info .wpem-list-group .venue-group-header{padding:10px;font-size:20px;font-weight:700}.organizer-related-data-wrapper .show-organizer-info .wpem-list-group .organizer-group-header div,.venue-related-data-wrapper .show-venue-info .wpem-list-group .venue-group-header div{width:40px;height:40px;background-color:var(--wpem-white-color);border-radius:100px;color:var(--wpem-primary-color);display:flex;align-items:center;justify-content:center}.organizer-related-data-wrapper .show-organizer-info .wpem-list-group .organizer-name-list,.venue-related-data-wrapper .show-venue-info .wpem-list-group .venue-name-list{flex:1;padding:0 10px 10px}.organizer-related-data-wrapper .show-organizer-info .wpem-list-group .organizer-name-list .organizer-list-items,.venue-related-data-wrapper .show-venue-info .wpem-list-group .venue-name-list .venue-list-items{text-align:left;line-height:20px;vertical-align:middle;color:var(--wpem-dark-color);background:var(--wpem-white-color);margin-top:4px;border-radius:4px}.organizer-related-data-wrapper .show-organizer-info .wpem-list-group .organizer-name-list .organizer-list-items a,.venue-related-data-wrapper .show-venue-info .wpem-list-group .venue-name-list .venue-list-items a{color:var(--wpem-dark-color);display:flex;padding:10px 15px;align-items:center}.organizer-related-data-wrapper .show-organizer-info .wpem-list-group .organizer-name-list .organizer-list-items:nth-child(odd),.venue-related-data-wrapper .show-venue-info .wpem-list-group .venue-name-list .venue-list-items:nth-child(odd){background:var(--wpem-white-color);transition:.2s}.wpem-single-organizer-profile-wrapper,.wpem-single-venue-profile-wrapper{border:1px solid var(--wpem-gray-border-color);border-radius:4px;padding:30px;margin-bottom:30px}.wpem-single-organizer-profile-wrapper .wpem-organizer-profile,.wpem-single-venue-profile-wrapper .wpem-venue-profile{max-width:unset;margin:0 auto}.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-logo-wrapper .wpem-organizer-logo,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-logo-wrapper .wpem-venue-logo{display:inline-block;margin:0 auto;width:100%}.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-logo-wrapper .wpem-organizer-logo img,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-logo-wrapper .wpem-venue-logo img{height:auto;width:100%;border-radius:4px}.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-name,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-name{font-size:24px;margin-bottom:10px;font-weight:700}.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-description,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-description{margin-bottom:20px;word-break:break-word;color:var(--wpem-gray-color)}.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-facebook a::before,.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-instagram a::before,.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-linkedin a::before,.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-pinterest a::before,.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-twitter a::before,.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-weblink a::before,.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-whatsapp a::before,.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-xing a::before,.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-youtube a::before,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-facebook a::before,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-instagram a::before,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-linkedin a::before,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-pinterest a::before,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-twitter a::before,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-weblink a::before,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-whatsapp a::before,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-xing a::before,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-youtube a::before{background-color:var(--wpem-white-color);-webkit-mask-size:17px;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;content:"";position:absolute;height:35px;width:35px;background-size:17px;background-position:center;left:0;top:0}.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-contact-actions,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-contact-actions{margin:0 auto;width:100%}.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-contact-actions .wpem-organizer-page-url-button,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-contact-actions .wpem-venue-page-url-button{display:inline-block;margin:4px}.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-contact-actions .wpem-organizer-contact-button,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-contact-actions .wpem-venue-contact-button{display:inline-block;margin:4px 0}.wpem-single-organizer-profile-wrapper .wpem-organizer-contact-form-wrapper .wpem-organizer-contact-form,.wpem-single-venue-profile-wrapper .wpem-venue-contact-form-wrapper .wpem-venue-contact-form{padding:25px;background:var(--wpem-white-color);border-radius:7px;width:100%;margin:0;border:1px solid var(--wpem-gray-border-color)}.wpem-single-organizer-profile-wrapper .wpem-organizer-contact-form-wrapper .wpem-organizer-contact-form .wpem-form-wrapper .contact-organizer-buttons,.wpem-single-venue-profile-wrapper .wpem-venue-contact-form-wrapper .wpem-venue-contact-form .wpem-form-wrapper .contact-venue-buttons{float:none;margin:-4px}.wpem-event-filter-version-2-search-row .wpem-event-filter-version-2-search-btn,.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-submenu-ul,.wpem-main-vmenu-dashboard-nav ul li,.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-contact-actions p#status-message,.wpem-single-organizer-profile-wrapper .wpem-organizer-contact-form-wrapper .wpem-organizer-contact-form .wpem-form-wrapper .contact-organizer-buttons p,.wpem-single-venue-profile-wrapper .wpem-venue-contact-form-wrapper .wpem-venue-contact-form .wpem-form-wrapper .contact-venue-buttons p{margin:0}.wpem-single-organizer-profile-wrapper .wpem-organizer-contact-form-wrapper .wpem-organizer-contact-form .wpem-form-wrapper .contact-organizer-buttons .wpem-theme-button,.wpem-single-venue-profile-wrapper .wpem-venue-contact-form-wrapper .wpem-venue-contact-form .wpem-form-wrapper .contact-venue-buttons .wpem-theme-button{margin:4px;padding:10px;line-height:1.42}.wpem-single-event-page .wpem-event-organizer-info-title,.wpem-single-event-page .wpem-event-venue-info-title{background:var(--wpem-gray-border-color);border-top:1px solid var(--wpem-gray-border-color);border-bottom:1px solid var(--wpem-gray-border-color);padding:15px 20px;margin:0}.wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-venue-profile{padding:20px 30px}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-additional-info-block-details,.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content{padding:30px}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content p{word-break:break-word}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-short-info{padding:30px 30px 0}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-event-single-image-wrapper .wpem-event-single-image img,.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-slider-wrapper .wpem-single-event-slider .wpem-slider-items img{width:100%;height:auto;display:block}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-short-info .wpem-event-organizer{color:var(--wpem-gray-color);display:inline-block;margin-right:10px}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-short-info .wpem-viewed-event .wpem-icon-eye{color:var(--wpem-primary-color);transition:color .2s ease-in-out}.wpem-form-group .comiseo-daterangepicker-triggerbutton.ui-button{font-family:inherit;min-width:auto;width:calc(100% - 32px)!important;height:41px;margin:0;outline:0;border:1px solid var(--wpem-gray-border-color);border-radius:4px;font-size:17px;font-weight:400;line-height:41px;padding:0 15px;background-color:var(--wpem-white-color);color:var(--wpem-gray-color);transition:.2s;overflow:hidden;position:relative}.wpem-register-event-form .event-manager-registration-form.event-manager-form fieldset input[type=text],.wpem-register-event-form .event-manager-registration-form.event-manager-form fieldset select{width:100%}.wpem-event-organizer-tabs .wpem-tabs-wrapper .wpem-tabs-wrap .wpem-tab-link.active,.wpem-event-venue-tabs .wpem-tabs-wrapper .wpem-tabs-wrap .wpem-tab-link.active{color:var(--wpem-primary-color);border:1px solid var(--wpem-gray-border-color);border-bottom:none;margin-bottom:-1px}.wpem-event-organizer-tabs .wpem-tabs-wrapper .wpem-tabs-wrap,.wpem-event-venue-tabs .wpem-tabs-wrapper .wpem-tabs-wrap{background:0 0;padding-left:3%}.wpem-event-organizer-tabs .wpem-tabs-wrapper .wpem-tabs-wrap .wpem-tab-link,.wpem-event-venue-tabs .wpem-tabs-wrapper .wpem-tabs-wrap .wpem-tab-link{margin:0 3px;border:1px solid transparent;border-radius:4px 4px 0 0}.wpem-event-organizer-tabs .event-organizer-tab-contents.wpem-tab-content.current,.wpem-event-venue-tabs .event-venue-tab-contents.wpem-tab-content.current{border:1px solid var(--wpem-gray-border-color);border-radius:4px}.wpem-single-event-page .wpem-heading-text{font-size:24px;font-weight:700;color:var(--wpem-dark-color);padding:0;margin:0;line-height:1.42}.single_event_listing .wpem-organizer-inner-wrapper{padding:20px 0;border-bottom:1px solid var(--wpem-gray-border-color)}.single_event_listing .wpem-organizer-inner-wrapper:first-child,.wpem-main.wpem-single-event-widget-list-view .wpem-event-infomation{padding-top:0}.single_event_listing .wpem-organizer-inner-wrapper:last-child{border-bottom:none;padding-bottom:0}.single_event_listing .wpem-single-event-page .wpem-organizer-contact-form-wrapper .wpem-heading-text{margin-bottom:15px;font-size:24px}.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-contact-actions .wpem-organizer-contact-form-wrapper{margin-top:30px}.organizer-related-data-wrapper .show-organizer-info .wpem-list-group .organizer-name-list .organizer-list-items .wpem-organizer-logo,.venue-related-data-wrapper .show-venue-info .wpem-list-group .venue-name-list .venue-list-items .wpem-venue-logo{width:30px;height:auto;max-height:30px;display:flex;border:1px solid var(--wpem-gray-border-color);margin-right:10px}.organizer-related-data-wrapper .show-organizer-info .wpem-list-group .organizer-name-list .organizer-list-items .wpem-event-organizer-conunt-number,.venue-related-data-wrapper .show-venue-info .wpem-list-group .venue-name-list .venue-list-items .wpem-event-venue-conunt-number{display:flex;margin-left:auto;background:var(--wpem-gray-bg-color);color:var(--wpem-gray-color);justify-content:center;padding:2px;border-radius:4px;transition:.2s;min-width:35px}.organizer-related-data-wrapper .show-organizer-info .wpem-list-group .organizer-name-list .organizer-list-items a:hover .wpem-event-organizer-conunt-number,.venue-related-data-wrapper .show-venue-info .wpem-list-group .venue-name-list .venue-list-items a:hover .wpem-event-venue-conunt-number{color:var(--wpem-white-color);background:var(--wpem-primary-color)}.organizer-related-data-counter,.venue-related-data-counter{display:flex;margin:20px -5px 25px}.organizer-counter-number-icon,.venue-counter-number-icon,.wpem-available-events-number-icon{display:flex;flex-direction:column;background:var(--wpem-gray-bg-color);border-radius:4px;margin:10px 5px}.wpem-available-events-number-icon a.wpem-list-group-item{text-decoration:none}.organizer-counter-upper-wrap,.venue-counter-upper-wrap{display:flex;align-items:center;font-size:36px;justify-content:space-evenly;color:var(--wpem-dark-color);padding:15px}.organizer-counter-bottom-wrap,.venue-counter-bottom-wrap{color:var(--wpem-dark-color);display:flex;padding:5px 20px;font-weight:700;justify-content:center;margin-top:auto;text-transform:uppercase;text-align:center;border-radius:0 0 4px 4px;border-top:1px solid var(--wpem-gray-border-color)}.organizer-counter-icon-wrap,.venue-counter-icon-wrap{justify-content:center;padding:10px;color:var(--wpem-primary-color)}.organizer-counter-number-wrap,.venue-counter-number-wrap{font-weight:700;padding:10px}div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-organizer-logo,div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-venue-logo{display:table-cell;max-width:50px}.wpem-main.wpem-single-event-widget .wpem-event-banner .wpem-event-banner-img img,div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-organizer-logo img,div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-venue-logo img{width:100%;height:auto;max-width:100%}div#event-manager-event-dashboard .wpem-responsive-table-block .organizer_name a,div#event-manager-event-dashboard .wpem-responsive-table-block .venue_name a{vertical-align:middle;display:table-cell;padding-left:10px}div#event-manager-event-dashboard .wpem-responsive-table-block span.organizer-events-list.wpem-tooltiptext,div#event-manager-event-dashboard .wpem-responsive-table-block span.venue-events-list.wpem-tooltiptext{max-height:85px;overflow:auto;min-width:200px}div#event-manager-event-dashboard .wpem-responsive-table-block tbody tr:last-child .event-organizer-count.wpem-tooltip.wpem-tooltip-bottom span.organizer-events-list.wpem-tooltiptext,div#event-manager-event-dashboard .wpem-responsive-table-block tbody tr:last-child .event-venue-count.wpem-tooltip.wpem-tooltip-bottom span.venue-events-list.wpem-tooltiptext{top:0;left:50%;transform:translate(-50%,-100%)}div#event-manager-event-dashboard .wpem-responsive-table-block span.organizer-events-list.wpem-tooltiptext span,div#event-manager-event-dashboard .wpem-responsive-table-block span.venue-events-list.wpem-tooltiptext span{display:block;text-align:center;padding:5px 0;font-size:14px;border-bottom:1px solid var(--wpem-gray-border-color)}.wpem-form-group .comiseo-daterangepicker-triggerbutton.ui-button span.ui-button-icon-secondary.ui-icon.ui-icon-triangle-1-s{position:absolute;top:17px;right:5px}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-short-info .wpem-event-title{margin:5px 0 10px}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-right-content p{word-break:break-word;margin:0}.single_event_listing .wpem-event-details .wpem-tooltip .wpem-tooltiptext{min-width:180px;font-size:14px}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-additional-info-block{background:var(--wpem-gray-border-color);border-top:1px solid var(--wpem-gray-border-color);border-bottom:1px solid var(--wpem-gray-border-color);padding:15px 30px;margin:0}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-additional-info-block-details p{font-size:14px;margin-bottom:0;padding-left:5px}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-additional-info-block-details .wpem-additional-info-block-details-content-items{padding:10px 0;border-bottom:1px solid var(--wpem-gray-border-color)}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-additional-info-block-details .wpem-additional-info-block-textarea p.wpem-additional-info-block-title{color:var(--wpem-dark-color);font-size:16px;padding-bottom:10px}.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-action-url:last-child{display:inline-flex;width:100%}.wpem-d-inline-block.wpem-dashboard-i-block-btn{margin:10px 0}.wpem-event-listing-type-page .wpem-event-listing-type-page-wrapper{margin:20px 0}.wpem-event-listing-type-page .wpem-event-listing-type-page-wrapper .wpem-event-listing-type-page-title .wpem-heading-text{font-size:32px;line-height:normal;font-weight:700;text-align:center;margin:0}.event_listing_preview_title{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.wpem-single-event-page .wpem-single-event-footer .wpem-listing-accordion{color:var(--wpem-dark-color);cursor:pointer;position:relative;padding:15px 20px;display:flex;margin-top:-1px;width:100%;border-top:1px solid var(--wpem-gray-border-color);border-bottom:1px solid var(--wpem-gray-border-color);text-align:left;outline:0;font-size:15px;transition:.4s}.wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-listing-accordion-panel{border:1px solid var(--wpem-gray-border-color);display:none;background-color:var(--wpem-gray-bg-color);overflow:hidden}.wpem-single-event-page .wpem-single-event-footer div.wpem-listing-accordion i{margin-left:auto;display:block;line-height:25px}.wpem-form-wrapper .wpem-form-group .account-sign-in a,.wpem-form-wrapper .wpem-form-group a.wpem_add_organizer_popup.wpem-modal-button,.wpem-form-wrapper .wpem-form-group a.wpem_add_venue_popup.wpem-modal-button{background:var(--wpem-gray-color);color:var(--wpem-white-color);transition:.2s ease-in-out}.wpem-icon>a::before{font-family:wp-event-manager}.wpem-listing-accordion .wpem-heading-text,.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-additional-info-block .wpem-heading-text{font-size:20px;line-height:1.42}.wpem-main-vmenu-dashboard-wrapper{margin-top:30px;margin-bottom:30px;color:var(--wpem-dark-color)}.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li,.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-nav-menu .wpem-main-vmenu-dashboard-nav ul{list-style:none;margin:0;padding:0}.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-nav ul.wpem-main-vmenu-dashboard-ul{border-left:1px solid var(--wpem-gray-border-color);border-right:1px solid var(--wpem-gray-border-color);list-style:none}.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li .wpem-main-vmenu-dashboard-link{display:flex;align-items:center;padding:10px 15px;color:var(--wpem-dark-color);font-size:16px;word-break:break-word;text-decoration:none;border-bottom:1px solid var(--wpem-gray-border-color);transition:.2s linear}.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li .wpem-main-vmenu-dashboard-link .wpem-main-vmenu-dashboard-nav-caret{width:10px;text-align:center;margin-right:5px;display:block;margin-left:auto}.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-submenu-ul li{margin:0;list-style:none}.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li .wpem-main-vmenu-dashboard-submenu-ul .wpem-main-vmenu-dashboard-submenu-li .wpem-main-vmenu-dashboard-link{background:var(--wpem-white-color);padding:10px 18px 10px 36px;border-left:4px solid transparent}.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li .wpem-main-vmenu-dashboard-link i{margin-right:10px;font-size:14px}.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li.wpem-main-vmenu-dashboard-sub-menu .wpem-main-vmenu-dashboard-link i.wpem-main-vmenu-caret{margin-right:0;font-size:10px}.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li .wpem-main-vmenu-dashboard-submenu-ul .wpem-main-vmenu-dashboard-submenu-li .wpem-main-vmenu-dashboard-link:hover{border-left:4px solid}.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li:first-child .wpem-main-vmenu-dashboard-link{border-top:1px solid var(--wpem-gray-border-color)}.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li a.wpem-main-vmenu-dashboard-link.wpem-main-vmenu-dashboard-link-active{font-weight:600;color:var(--wpem-primary-color)}.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li .wpem-main-vmenu-dashboard-submenu-ul .wpem-main-vmenu-dashboard-submenu-li .wpem-main-vmenu-dashboard-link.wpem-main-vmenu-dashboard-link-active{color:var(--wpem-primary-color);font-weight:600;border-left:4px solid var(--wpem-primary-color);padding-left:36px}.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li .wpem-main-vmenu-caret{margin-left:auto;font-size:11px;color:var(--wpem-gray-color)}.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li .wpem-main-vmenu-caret-up{transform:rotate(90deg)}.wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li .wpem-main-vmenu-caret-down{transform:rotate(270deg)}.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list{display:flex;justify-content:space-between;align-items:center;flex-direction:column;border:1px solid var(--wpem-gray-border-color);border-radius:4px;margin:5px 0 20px;overflow:hidden;transition:.2s;font-size:14px;line-height:1.42;color:var(--wpem-dark-color)}.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-name a{color:var(--wpem-dark-color);transition:.2s}.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dboard-event-action{display:flex;margin-left:auto}.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dboard-event-action .wpem-dboard-event-act-btn{display:inline-block;margin:2px;height:25px;width:25px;position:relative}.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dboard-event-action .wpem-dboard-event-act-btn a{height:25px;width:25px;display:inline-block;text-align:center;line-height:normal;font-size:0;position:absolute;left:0;top:0;color:var(--wpem-primary-color);cursor:pointer}.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dboard-event-action .wpem-dboard-event-act-btn a::before{content:"";position:absolute;left:0;top:0;height:25px;width:25px;font-family:wp-event-manager;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:25px;font-size:16px}.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dboard-event-action .wpem-dboard-event-act-btn a.event-dashboard-action-details::before{content:"\e9bd"}.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-event-dashboard-information{padding:10px 38px 20px 15px;position:relative;width:100%;display:block}.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-event-dashboard-information a.hide_section{position:absolute;top:10px;right:10px;display:inline-block;height:25px;background:var(--wpem-gray-color);color:var(--wpem-white-color);min-width:25px;line-height:22px;text-align:center;border:2px solid var(--wpem-gray-color);font-size:0;font-weight:500;z-index:1;border-radius:3px;transition:.2s}.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-event-dashboard-information .wpem-event-dashboard-information-wrapper .wpem-event-dashboard-information-table h4.wpem-event-dashboard-information-title-box{color:var(--wpem-primary-color);border-bottom:3px solid var(--wpem-primary-color);padding-bottom:12px;margin-bottom:10px;font-size:18px;font-weight:600;line-height:1.42}.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-inner-list-wrap{display:flex;justify-content:space-between;padding:10px 15px;align-items:center;border-radius:3px;width:100%}.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-event-dashboard-information a.hide_section:before{content:"\ea0f";font-family:wp-event-manager;font-size:10px;color:var(--wpem-white-color)}.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-event-dashboard-information a.hide_section:hover{background:red;border-color:red}.wpem-dashboard-main-title.wpem-dashboard-main-filter{display:flex;flex-wrap:nowrap;justify-content:space-between;margin-bottom:15px;align-items:center}.wpem-dashboard-main-title.wpem-dashboard-main-filter h3.wpem-theme-text{margin:0;padding:0;font-weight:700}.wpem-dashboard-main-title.wpem-dashboard-main-filter a.wpem-dashboard-header-btn i[class^=wpem-icon-]{color:var(--wpem-primary-color);transition:.2s}.wpem-dashboard-main-title.wpem-dashboard-main-filter a.wpem-dashboard-header-btn{display:inline-flex;border:1px solid var(--wpem-gray-border-color);padding:10px;border-radius:3px;align-items:center;font-size:16px;line-height:25px}.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-event-dashboard-information .wpem-event-dashboard-information-wrapper .wpem-event-dashboard-information-table .wpem-event-dashboard-information-table-row .wpem-event-dashboard-information-table-lines{border-bottom:1px solid var(--wpem-gray-border-color);padding:5px;height:100%;font-size:14px;line-height:26px}.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-datetime-location{display:flex;border-top:1px solid var(--wpem-gray-border-color);padding:10px 15px;width:100%}.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-datetime-location .wpem-dashboard-event-date-time,.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-datetime-location .wpem-dashboard-event-location{margin:5px 0 0;min-height:18px;position:relative;width:50%;padding-left:20px;color:var(--wpem-gray-color)}.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-inner-list-wrap .wpem-dashboard-event-name{margin-right:20px;font-size:18px;line-height:1.42;font-weight:600;word-break:break-all}.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-inner-list-wrap .wpem-dashboard-event-name small{font-weight:400;display:inline-block;margin:3px 0 3px 5px;padding:3px 8px;font-size:13px;border-radius:3px}.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-datetime-location .wpem-dashboard-event-date-time:before{content:"\e94e";font-family:wp-event-manager;position:absolute;left:0;top:0;font-size:12px;line-height:20px}.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-datetime-location .wpem-dashboard-event-location:before{content:"\e947";font-family:wp-event-manager;position:absolute;left:0;top:0;font-size:12px;line-height:18px}.wpem-main-vmenu-dashboard-wrapper .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list-body .wpem-dashboard-event-placeholder{margin-bottom:5px;color:var(--wpem-dark-color)}.wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-main-content .wpem-dashboard-main-header .wpem-events-filter{background:var(--wpem-gray-bg-color);padding:10px 15px;margin:0;border-radius:3px;display:flex}.wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-main-content .wpem-dashboard-main-header .wpem-events-filter .wpem-form-group{margin:5px 0;display:flex;align-items:center}.wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-main-content .wpem-dashboard-main-header .wpem-events-filter .wpem-form-group button{width:100%;height:45px;margin:0;white-space:nowrap}.wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-main-content .wpem-dashboard-main-header .wpem-events-filter .wpem-form-group input.wpem-theme-button{margin:0 0 0 5px}.wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-main-content .wpem-dashboard-main-header .wpem-events-filter .wpem-events-filter-block.wpem-events-filter-submit{width:auto}.wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-main-content .wpem-dashboard-main-header .wpem-events-filter .wpem-events-filter-block{width:100%;margin-right:5px}.wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-main-content .wpem-dashboard-main-header .wpem-events-filter .wpem-events-filter-block:last-child{margin-right:0}.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-main-content .wpem-dashboard-main-title .wpem-theme-button i{font-size:14px;line-height:1.42}.wpem-dashboard-main-title.wpem-dashboard-main-filter .wpem-d-inline-block.wpem-dashboard-i-block-btn{margin:0 0 0 auto}.wpem-dashboard-event-name small.wpem-event-status-pending-approval{background:#fff4d7;color:#6b4e00}.wpem-dashboard-event-name small.wpem-event-status-cancelled{background:#ffd7d7;color:#940000}.wpem-dashboard-event-name small.wpem-event-status-expired{background:#dadada;color:var(--wpem-dark-color)}.wpem-dashboard-event-name small.wpem-event-status-featured{background:#d1ecf1;color:#0c5460}.wpem-alert ol,.wpem-alert ul{margin:0;padding:0;list-style-position:inside}.wpem-event-filter2-wrapper{padding:15px;margin-bottom:15px;border-radius:4px}.wpem-event-filter2{background-color:var(--wpem-white-color);display:flex;align-items:center;border-radius:4px}.wpem-event-filter2 input{border:0!important;padding:18px 10px!important;width:100%!important;height:60px!important;line-height:inherit!important}.wpem-event-filter2 .wpem-form-group{border-right:1px solid var(--wpem-gray-border-color);padding-left:18px;flex:1;position:relative;display:flex;align-items:center;margin:0}.wpem-event-filter2 .wpem-event-filter2-show-hide-link{margin:0 15px;display:flex;align-items:center;color:var(--wpem-gray-color)}.wpem-event-filter2 .wpem-event-filter2-show-hide-link i{margin-right:6px}.wpem-event-filter2 .wpem-my-location{position:absolute;background:0 0;padding:0;border:0;top:50%;right:10px;transform:translate(0,-50%);display:flex;opacity:.5;cursor:pointer}.wpem-event-filter2 .wpem-my-location .wpem-my-location-img{width:16px}.wpem-event-filter2-advance{display:flex;align-items:center;margin:15px -5px 0}.wpem-event-filter2-advance .wpem-form-group{margin:0 5px}.wpem-event-filter2-advance .wpem-form-group:first-child{flex:1}.wpem-event-filter2-advance .wpem-form-group .event-manager-category-dropdown{border:0!important;font-size:14px}.wpem-event-show-filter2-data{display:flex;align-items:center;margin-top:15px}.wpem-event-show-filter2-data-title{font-size:16px;font-weight:500;margin-right:15px}.wpem-event-show-filter2-data-box{border-radius:4px;padding:5px 10px;margin-right:10px;font-weight:700;display:flex;align-items:center;color:var(--wpem-primary-color);position:relative;overflow:hidden}.wpem-event-show-filter2-data-box:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--wpem-primary-color);opacity:.1}.wpem-event-show-filter2-data-box i{margin-left:5px;cursor:pointer}.wpem-event-show-filter2-data-box span{position:relative;z-index:1;display:flex;align-items:center}.wpem-event-show-filter2-data-right{flex:1;text-align:right;display:flex;align-items:center;justify-content:flex-end}.wpem-event-show-filter2-data-right a{border-left:1px solid var(--wpem-gray-border-color);margin-left:10px;padding-left:10px}.ui-datepicker table,.wpem-event-filter2-wrapper .chosen-container,.wpem-event-filter2-wrapper .comiseo-daterangepicker-triggerbutton.ui-button{border:0}.wpem-event-filter2-wrapper .chosen-container .chosen-choices,.wpem-event-filter2-wrapper .chosen-container .chosen-drop .chosen-results li,.wpem-event-filter2-wrapper .chosen-container .chosen-single{font-size:14px}.wpem-event-filter2-wrapper .chosen-container-single .chosen-single span{max-width:150px}.wpem-main.wpem-single-event-widget-list-view{display:flex;padding:10px}.wpem-main.wpem-single-event-widget-list-view>.event-widget{width:80px;flex:0 0 80px}.wpem-main.wpem-single-event-widget-list-view .event-widget .wpem-event-banner img{width:80px;height:70px;object-fit:cover;border-radius:4px;overflow:hidden}.wpem-event-health-guideline-list{padding:15px 30px}.wpem-event-health-guideline-list-item-icon{font-size:20px;flex:0 0 40px;max-width:40px;width:40px;height:40px;background-color:var(--wpem-gray-bg-color);color:var(--wpem-gray-color);padding:5px;border-radius:4px;margin-right:10px}.ui-datepicker .ui-datepicker-header{border:0;background-color:var(--wpem-gray-bg-color);padding:8px!important}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:30%;padding-right:15px!important;background-position:right 5px center;border:1px solid var(--wpem-gray-border-color);border-radius:2px;padding:1px 7px;margin:0}.ui-datepicker .ui-datepicker-title{gap:3px;display:flex;justify-content:center}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{top:7px!important}.ui-datepicker .ui-datepicker-prev{left:5px!important}.ui-datepicker .ui-datepicker-next{right:5px!important}.ui-state-default{background:var(--wpem-gray-bg-color)!important;border:0!important;text-align:center;border-radius:2px}.ui-state-default:hover,td.ui-state-highlight a{background-color:var(--wpem-gray-border-color)!important;color:var(--wpem-dark-color)}a.ui-state-highlight,a.ui-state-highlight:hover{background:var(--wpem-primary-color)!important;color:#fff!important}.ui-state-active,.ui-state-active:hover{background-color:var(--wpem-gray-border-color)!important;color:var(--wpem-dark-color)!important}.ui-widget.ui-widget-content{border-radius:4px;border:1px solid var(--wpem-gray-border-color)}@media screen and (max-width:1024px){.wpem-single-event-page .wpem-single-event-body .wpem-single-event-left-content{max-width:60%;flex:0 0 60%}.wpem-single-event-page .wpem-single-event-body .wpem-single-event-right-content{max-width:40%;flex:0 0 40%}}@media screen and (max-width:992px){.wpem-single-event-page .wpem-single-event-body .wpem-single-event-left-content,.wpem-single-event-page .wpem-single-event-body .wpem-single-event-right-content,.wpem-single-event-page .wpem-single-event-header-top .wpem-single-event-images{max-width:100%;flex:0 0 100%}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-event-single-image-wrapper .wpem-event-single-image img{height:auto;width:100%}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-short-info{padding:25px 35px}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-short-info .wpem-event-date{width:100%;margin-bottom:5px}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-event-details{width:100%;margin-bottom:0}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-event-details .wpem-event-title{margin-bottom:0}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-event-details .wpem-event-ticket{position:static;margin-top:15px}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar,.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content{padding:20px}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content::after{display:none}.event_listing_preview_title{margin:0}.event_listing_preview_title .event-manager-button-edit-listing,.event_listing_preview_title .event-manager-button-submit-listing{width:100%;margin:5px}.event_listing_preview_title h2{color:var(--wpem-white-color);margin:10px 20px}}@media only screen and (max-width:800px){table.wpem-responsive-table-wrapper{border:none}table.wpem-responsive-table-wrapper,table.wpem-responsive-table-wrapper tbody,table.wpem-responsive-table-wrapper td,table.wpem-responsive-table-wrapper th,table.wpem-responsive-table-wrapper thead,table.wpem-responsive-table-wrapper tr{display:block}table.wpem-responsive-table-wrapper thead tr{position:absolute;top:-9999px;left:-9999px}table.wpem-responsive-table-wrapper tr{border:1px solid var(--wpem-gray-border-color)}table.wpem-responsive-table-wrapper td{border:none;border-bottom:1px solid var(--wpem-gray-border-color);position:relative;padding-left:50%!important;white-space:normal;text-align:left}table.wpem-responsive-table-wrapper td:before{position:absolute;top:15px;left:16px;width:45%;padding-right:10px;white-space:normal;text-align:left;font-weight:600;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;max-height:52px;line-height:20px;-webkit-line-clamp:2;-webkit-box-orient:vertical;content:attr(data-title)}table.wpem-responsive-table-wrapper .wpem-tbody-th-label{display:none}table.wpem-responsive-table-wrapper td.wpem_data_td_empty{padding:10px!important}}@media screen and (max-width:767px) and (max-width:937px){.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon{margin:2px;height:30px;width:30px}.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon a,.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-facebook a::before,.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-instagram a::before,.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-twitter a::before,.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-weblink a::before,.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-youtube a::before,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon a,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-facebook a::before,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-instagram a::before,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-twitter a::before,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-weblink a::before,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-youtube a::before{height:30px;width:30px}}@media only screen and (max-width:767px){.wpem-modal{width:100%;margin:0;top:0;left:0}.single-event-attendee-container .wpem-event-registrations-list-wrapper .wpem-event-regi-list-body .wpem-event-regi-list{width:100%}.wpem-single-event-page .wpem-single-event-sidebar-info{margin-bottom:0}.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar .wpem-theme-button,.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar a.wpem-theme-button,.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar button.wpem-theme-button,.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar input.wpem-theme-button{padding:15px}.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-contact-actions .wpem-col-md-6,.wpem-single-organizer-profile-wrapper .wpem-organizer-contact-form-wrapper .wpem-organizer-contact-form .wpem-col-md-6{max-width:100%;flex:0 0 100%}.wpem-tabs-wrapper .wpem-tabs-wrap{display:inline-block;width:100%}.wpem-event-organizer-tabs .wpem-tabs-wrapper .wpem-tabs-wrap,.wpem-event-venue-tabs .wpem-tabs-wrapper .wpem-tabs-wrap{background:0 0;padding:0 3%}.wpem-tabs-wrapper .wpem-tabs-wrap .wpem-tab-link{border-top:1px solid var(--wpem-gray-border-color)}.wpem-tabs-wrapper .wpem-tabs-wrap .wpem-tab-link:first-child{border-top:0}.wpem-add-tickets-tab-wrapper .wpem-tabs-action-buttons{position:relative;right:5px;top:5px;float:right}.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-event-dashboard-information .wpem-event-dashboard-information-wrapper .wpem-event-dashboard-information-table .wpem-event-dashboard-information-table-row .wpem-event-dashboard-information-table-lines{border:none;padding-bottom:0}.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-event-dashboard-information .wpem-event-dashboard-information-wrapper .wpem-event-dashboard-information-table .wpem-event-dashboard-information-table-row div+div .wpem-event-dashboard-information-table-lines{border-bottom:1px solid var(--wpem-gray-border-color);padding-bottom:5px}.wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-main-content .wpem-dashboard-main-header .wpem-events-filter .wpem-events-filter-block{margin-right:0}.wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-main-content .wpem-dashboard-main-header .wpem-events-filter{flex-direction:column}.wpem-dashboard-main-title.wpem-dashboard-main-filter{flex-wrap:wrap;margin-top:30px;margin-left:0}.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-contact-actions div+div{margin-left:0}}@media screen and (min-width:600px) and (max-width:767px){.wpem-event-organizer-tabs .wpem-tabs-wrapper .wpem-tabs-wrap .wpem-tab-link,.wpem-event-venue-tabs .wpem-tabs-wrapper .wpem-tabs-wrap .wpem-tab-link{display:inline-flex}}@media only screen and (max-width:600px){.event-manager-pagination ul.page-numbers,.event-manager-pagination-2 ul.page-numbers{display:inline-block;text-align:center}.event-manager-pagination ul.page-numbers li,.event-manager-pagination-2 ul.page-numbers li{padding:3px}.event-manager-pagination ul.page-numbers li .page-numbers,.event-manager-pagination-2 ul.page-numbers li .page-numbers{margin:0}.wpem-modal .wpem-modal-content-wrapper .wpem-modal-content .wpem-theme-button{margin:5px 0;width:100%}.organizer-related-data-counter,.venue-related-data-counter{display:inline-block}.organizer-counter-number-icon,.venue-counter-number-icon,.wpem-available-events-number-icon{display:block}.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-inner-list-wrap{flex-direction:column;align-items:start}.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-inner-list-wrap .wpem-dboard-event-action{margin-top:10px;margin-left:0}.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-datetime-location{flex-wrap:wrap}.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-datetime-location .wpem-dashboard-event-date-time,.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-datetime-location .wpem-dashboard-event-location{width:100%;margin:5px 0}.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-datetime-location br{display:none}}@media only screen and (max-width:575px){.wpem-form-wrapper .wpem-form-group.wpem-location-container button.wpem-my-location{right:0;padding:13px}.wpem-form-wrapper .wpem-col{width:100%;flex:unset}.wpem-form-wrapper .filter_wide.filter_by_tag{text-align:center}.wpem-form-wrapper .filter_wide.filter_by_tag .filter_by_tag_cloud{margin-top:5px}.wpem-form-wrapper .filter_wide.filter_by_tag .filter_by_tag_cloud .tag-cloud-link{margin:2px 0}.wpem-form-wrapper .showing_applied_filters{text-align:center;line-height:18px;padding:5px 10px}.wpem-form-wrapper .showing_applied_filters a{float:none;margin:7px}.wpem-event-listings-header .wpem-event-listing-header-title .wpem-heading-text{text-align:center;margin-bottom:10px}.wpem-event-listings-header .wpem-event-layout-action-wrapper .wpem-event-layout-action{margin:auto;width:100%;border-radius:4px;overflow:hidden;display:flex;justify-content:center}.wpem-event-listings-header .wpem-event-layout-action-wrapper .wpem-event-layout-action .wpem-event-layout-icon{height:35px;line-height:35px;width:33.3%;margin:0;border-radius:0}.wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date{display:none}.wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details{padding-left:0}.wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title{margin-bottom:10px}.wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text{font-size:21px;line-height:25px}}@media only screen and (max-width:500px){.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon,.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon,div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-facebook a::before,div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-instagram a::before,div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-twitter a::before,div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-weblink a::before,div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-youtube a::before,div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-social-icon a,div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-facebook a::before,div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-twitter a::before,div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-weblink a::before,div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-youtube a::before,div#event-manager-event-dashboard .wpem-responsive-table-block td .wpem-social-icon{height:30px;width:30px}}@media only screen and (max-width:370px){div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-facebook a::before,div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-instagram a::before,div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-twitter a::before,div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-weblink a::before,div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon.wpem-youtube a::before,div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-social-icon a,div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-facebook a::before,div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-twitter a::before,div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-weblink a::before,div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon.wpem-youtube a::before,div#event-manager-event-dashboard .wpem-responsive-table-block td .wpem-social-icon{margin:2px;height:20px;width:20px;-webkit-mask-size:10px}}table.wp-list-table th#aioseo-details{max-width:20%;width:100%}.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-single-event-sidebar-info a.wpem-modal-button{color:#fff}div.wpem-empty-date{text-align:center;width:40%}.wpem_loader{pointer-events:none;user-select:none}.wpem-event-filter-version-2-search-row{display:flex;align-items:center;border:1px solid var(--wpem-gray-border-color);border-radius:6px;padding:.8rem}.wpem-event-filter-version-2-search-col{flex:1;margin:0 10px 0 0;border-right:1px solid var(--wpem-gray-border-color);display:flex;align-items:center}.wpem-event-filter-version-2-search-col .wpem-event-filter-version-2-icon{width:35px;flex:0 0 35px;text-align:center}.wpem-event-filter-version-2-search-col .wpem-form-group{margin:0;width:100%}.wpem-event-filter-version-2 .wpem-event-filter-version-2-search-col .wpem-form-group input{border:0;outline:0;box-shadow:none;padding-left:0;background-color:transparent}.wpem-event-filter-version-2-dropdown{position:absolute;top:100%;left:0;width:100%;padding:20px 20px 0;z-index:1;background-color:#fff;border:1px solid var(--wpem-gray-border-color);border-radius:6px;box-shadow:0 10px 20px rgb(0 0 0 / 10%);display:none}.wpem-event-filter-version-2-dropdown-title{margin-bottom:10px;font-weight:500}.wpem-event-filter-version-2-filter-action{border:0;outline:0;background-color:transparent!important;padding:5px 10px;margin-right:15px;color:var(--wpem-dark-color)!important;cursor:pointer;line-height:0}.wpem-event-filter-version-2-filter-action:hover{color:var(--wpem-primary-color)!important}@media (max-width:767px){.wpem-event-filter-version-2-search-row{flex-wrap:wrap}.wpem-event-filter-version-2-search-col{width:100%;flex:0 0 100%;border-right:0;border-bottom:1px solid var(--wpem-gray-border-color);margin:0 0 15px}.wpem-event-filter-version-2-filter-button{order:1;margin-left:10px}}#search_fromdate,#search_todate{position:relative;width:100%;padding-right:35px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23777777" viewBox="0 0 24 24"><path d="M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-2 .89-2 2v14c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 16H5V10h14v10zm-2-8h-5v5h5v-5z"/></svg>') right 10px center/20px no-repeat;cursor:pointer}.wpem-input-switch{position:relative;display:inline-block;width:40px;height:22px}.wpem-input-switch input{opacity:0;width:0;height:0}.wpem-input-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--wpem-gray-border-color);transition:.4s;border-radius:22px}.wpem-input-slider:before{position:absolute;content:"";height:16px;width:16px;left:4px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}.wpem-input-switch input:checked+.wpem-input-slider{background-color:var(--wpem-primary-color)}.wpem-input-switch input:checked+.wpem-input-slider:before{transform:translateX(18px)}.health-guidelines-switches .form-field{display:flex;align-items:center;gap:10px}.search-field input{width:164px!important}.event-manager-uploaded-file-preview{display:inline-block;position:relative;vertical-align:top}.event-manager-uploaded-file-preview img{width:100px;height:80px;border:2px solid #ccc;border-radius:6px;object-fit:cover}.event-manager-remove-uploaded-file{font-size:0;height:20px;width:20px;background:#fff;position:absolute;top:2px;right:2px;border-radius:0 4px;border:none;box-shadow:2px 2px 10px rgba(0,0,0,.2)}.remove-button{display:none;background-color:#ff4d4d;color:#fff;padding:8px 12px;text-decoration:none;border-radius:5px;font-weight:700;border:none;cursor:pointer;transition:background-color .3s;margin:0 0 10px}.ui-helper-hidden {
display: none;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
content: "";
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after {
clear: both;
}
.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter:Alpha(Opacity=0); }
.ui-front {
z-index: 100;
} .ui-state-disabled {
cursor: default !important;
pointer-events: none;
} .ui-icon {
display: inline-block;
vertical-align: middle;
margin-top: -.25em;
position: relative;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}
.ui-widget-icon-block {
left: 50%;
margin-left: -8px;
display: block;
}  .ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ui-datepicker {
width: 17em;
padding: .2em .2em 0;
display: none;
}
.ui-datepicker .ui-datepicker-header {
position: relative;
padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
position: absolute;
top: 2px;
width: 1.8em;
height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
left: 2px;
}
.ui-datepicker .ui-datepicker-next {
right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
display: block;
position: absolute;
left: 50%;
margin-left: -8px;
top: 50%;
margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
margin: 0 2.3em;
line-height: 1.8em;
text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
font-size: 1em;
margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
width: 45%;
}
.ui-datepicker table {
width: 100%;
font-size: .9em;
border-collapse: collapse;
margin: 0 0 .4em;
}
.ui-datepicker th {
padding: .7em .3em;
text-align: center;
font-weight: bold;
border: 0;
}
.ui-datepicker td {
border: 0;
padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
display: block;
padding: .2em;
text-align: right;
text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
background-image: none;
margin: .7em 0 0 0;
padding: 0 .2em;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
float: right;
margin: .5em .2em .4em;
cursor: pointer;
padding: .2em .6em .3em .6em;
width: auto;
overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
float: left;
} .ui-datepicker.ui-datepicker-multi {
width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
width: 95%;
margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
clear: left;
}
.ui-datepicker-row-break {
clear: both;
width: 100%;
font-size: 0;
} .ui-datepicker-rtl {
direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
right: 2px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
left: 2px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
right: 1px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
left: 1px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
border-right-width: 0;
border-left-width: 1px;
} .ui-datepicker .ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
left: .5em;
top: .3em;
} .ui-widget {
font-family: Arial,Helvetica,sans-serif;
font-size: 1em;
}
.ui-widget .ui-widget {
font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
font-family: Arial,Helvetica,sans-serif;
font-size: 1em;
}
.ui-widget.ui-widget-content {
border: 1px solid #c5c5c5;
}
.ui-widget-content {
border: 1px solid #dddddd;
background: #ffffff;
color: #333333;
}
.ui-widget-content a {
color: #333333;
}
.ui-widget-header {
border: 1px solid #dddddd;
background: #e9e9e9;
color: #333333;
font-weight: bold;
}
.ui-widget-header a {
color: #333333;
} .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
border: 1px solid #c5c5c5;
background: #f6f6f6;
font-weight: normal;
color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
color: #454545;
text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
border: 1px solid #cccccc;
background: #ededed;
font-weight: normal;
color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
color: #2b2b2b;
text-decoration: none;
}
.ui-visual-focus {
box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
border: 1px solid #003eff;
background: #007fff;
font-weight: normal;
color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
border: #003eff;
background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
color: #ffffff;
text-decoration: none;
} .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
border: 1px solid #dad55e;
background: #fffa90;
color: #777620;
}
.ui-state-checked {
border: 1px solid #dad55e;
background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
border: 1px solid #f1a899;
background: #fddfdf;
color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
opacity: .7;
filter:Alpha(Opacity=70); font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
opacity: .35;
filter:Alpha(Opacity=35); background-image: none;
}
.ui-state-disabled .ui-icon {
filter:Alpha(Opacity=35); }  .ui-icon {
width: 16px;
height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
background-image: url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/js/jquery-ui/images/ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-icon {
background-image: url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/js/jquery-ui/images/ui-icons_444444_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
background-image: url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/js/jquery-ui/images/ui-icons_555555_256x240.png);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
background-image: url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/js/jquery-ui/images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
background-image: url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/js/jquery-ui/images/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
background-image: url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/js/jquery-ui/images/ui-icons_cc0000_256x240.png);
}
.ui-button .ui-icon {
background-image: url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/js/jquery-ui/images/ui-icons_777777_256x240.png);
} .ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; } .ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }  .ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
border-bottom-right-radius: 3px;
} .ui-widget-overlay {
background: #aaaaaa;
opacity: .3;
filter: Alpha(Opacity=30); }
.ui-widget-shadow {
-webkit-box-shadow: 0px 0px 5px #666666;
box-shadow: 0px 0px 5px #666666;
}.ui-timepicker-wrapper{overflow-y:auto;max-height:150px;width:6.5em;background:#fff;border:1px solid #ddd;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);outline:0;z-index:10052;margin:0}.ui-timepicker-wrapper.ui-timepicker-with-duration{width:13em}.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60{width:11em}.ui-timepicker-list{margin:0;padding:0;list-style:none}.ui-timepicker-duration{margin-left:5px;color:#888}.ui-timepicker-list:hover .ui-timepicker-duration{color:#888}.ui-timepicker-list li{padding:3px 0 3px 5px;cursor:pointer;white-space:nowrap;color:#000;list-style:none;margin:0}.ui-timepicker-list:hover .ui-timepicker-selected{background:#fff;color:#000}li.ui-timepicker-selected,.ui-timepicker-list li:hover,.ui-timepicker-list .ui-timepicker-selected:hover{background:#1980EC;color:#fff}li.ui-timepicker-selected .ui-timepicker-duration,.ui-timepicker-list li:hover .ui-timepicker-duration{color:#ccc}.ui-timepicker-list li.ui-timepicker-disabled,.ui-timepicker-list li.ui-timepicker-disabled:hover,.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled{color:#888;cursor:default}.ui-timepicker-list li.ui-timepicker-disabled:hover,.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled{background:#f2f2f2}html{-ms-overflow-style:scrollbar}.wpem-container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.wpem-container{max-width:540px}}@media (min-width:768px){.wpem-container{max-width:720px}}@media (min-width:992px){.wpem-container{max-width:960px}}@media (min-width:1200px){.wpem-container{max-width:1140px}}.wpem-container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.wpem-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;}.wpem-no-gutters{margin-right:0;margin-left:0}.wpem-no-gutters>.wpem-col,.wpem-no-gutters>[class*=col-]{padding-right:0;padding-left:0}.wpem-col,.wpem-col-1,.wpem-col-10,.wpem-col-11,.wpem-col-12,.wpem-col-2,.wpem-col-3,.wpem-col-4,.wpem-col-5,.wpem-col-6,.wpem-col-7,.wpem-col-8,.wpem-col-9,.wpem-col-auto,.wpem-col-lg,.wpem-col-lg-1,.wpem-col-lg-10,.wpem-col-lg-11,.wpem-col-lg-12,.wpem-col-lg-2,.wpem-col-lg-3,.wpem-col-lg-4,.wpem-col-lg-5,.wpem-col-lg-6,.wpem-col-lg-7,.wpem-col-lg-8,.wpem-col-lg-9,.wpem-col-lg-auto,.wpem-col-md,.wpem-col-md-1,.wpem-col-md-10,.wpem-col-md-11,.wpem-col-md-12,.wpem-col-md-2,.wpem-col-md-3,.wpem-col-md-4,.wpem-col-md-5,.wpem-col-md-6,.wpem-col-md-7,.wpem-col-md-8,.wpem-col-md-9,.wpem-col-md-auto,.wpem-col-sm,.wpem-col-sm-1,.wpem-col-sm-10,.wpem-col-sm-11,.wpem-col-sm-12,.wpem-col-sm-2,.wpem-col-sm-3,.wpem-col-sm-4,.wpem-col-sm-5,.wpem-col-sm-6,.wpem-col-sm-7,.wpem-col-sm-8,.wpem-col-sm-9,.wpem-col-sm-auto,.wpem-col-xl,.wpem-col-xl-1,.wpem-col-xl-10,.wpem-col-xl-11,.wpem-col-xl-12,.wpem-col-xl-2,.wpem-col-xl-3,.wpem-col-xl-4,.wpem-col-xl-5,.wpem-col-xl-6,.wpem-col-xl-7,.wpem-col-xl-8,.wpem-col-xl-9,.wpem-col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.wpem-col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.wpem-col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.wpem-col-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.wpem-col-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.wpem-col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.wpem-col-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.wpem-col-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.wpem-col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.wpem-col-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.wpem-col-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.wpem-col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.wpem-col-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.wpem-col-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.wpem-col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.wpem-order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.wpem-order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.wpem-order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.wpem-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.wpem-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.wpem-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.wpem-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.wpem-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.wpem-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.wpem-order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.wpem-order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.wpem-order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.wpem-order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.wpem-order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.wpem-order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.wpem-offset-1{margin-left:8.3333333333%}.wpem-offset-2{margin-left:16.6666666667%}.wpem-offset-3{margin-left:25%}.wpem-offset-4{margin-left:33.3333333333%}.wpem-offset-5{margin-left:41.6666666667%}.wpem-offset-6{margin-left:50%}.wpem-offset-7{margin-left:58.3333333333%}.wpem-offset-8{margin-left:66.6666666667%}.wpem-offset-9{margin-left:75%}.wpem-offset-10{margin-left:83.3333333333%}.wpem-offset-11{margin-left:91.6666666667%}@media (min-width:576px){.wpem-col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.wpem-col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.wpem-col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.wpem-col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.wpem-col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.wpem-col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.wpem-col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.wpem-col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.wpem-col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.wpem-col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.wpem-col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.wpem-col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.wpem-col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.wpem-col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.wpem-order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.wpem-order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.wpem-order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.wpem-order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.wpem-order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.wpem-order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.wpem-order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.wpem-order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.wpem-order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.wpem-order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.wpem-order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.wpem-order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.wpem-order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.wpem-order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.wpem-order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.wpem-offset-sm-0{margin-left:0}.wpem-offset-sm-1{margin-left:8.3333333333%}.wpem-offset-sm-2{margin-left:16.6666666667%}.wpem-offset-sm-3{margin-left:25%}.wpem-offset-sm-4{margin-left:33.3333333333%}.wpem-offset-sm-5{margin-left:41.6666666667%}.wpem-offset-sm-6{margin-left:50%}.wpem-offset-sm-7{margin-left:58.3333333333%}.wpem-offset-sm-8{margin-left:66.6666666667%}.wpem-offset-sm-9{margin-left:75%}.wpem-offset-sm-10{margin-left:83.3333333333%}.wpem-offset-sm-11{margin-left:91.6666666667%}}@media (min-width:768px){.wpem-col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.wpem-col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.wpem-col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.wpem-col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.wpem-col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.wpem-col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.wpem-col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.wpem-col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.wpem-col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.wpem-col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.wpem-col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.wpem-col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.wpem-col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.wpem-col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.wpem-order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.wpem-order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.wpem-order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.wpem-order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.wpem-order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.wpem-order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.wpem-order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.wpem-order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.wpem-order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.wpem-order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.wpem-order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.wpem-order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.wpem-order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.wpem-order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.wpem-order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.wpem-offset-md-0{margin-left:0}.wpem-offset-md-1{margin-left:8.3333333333%}.wpem-offset-md-2{margin-left:16.6666666667%}.wpem-offset-md-3{margin-left:25%}.wpem-offset-md-4{margin-left:33.3333333333%}.wpem-offset-md-5{margin-left:41.6666666667%}.wpem-offset-md-6{margin-left:50%}.wpem-offset-md-7{margin-left:58.3333333333%}.wpem-offset-md-8{margin-left:66.6666666667%}.wpem-offset-md-9{margin-left:75%}.wpem-offset-md-10{margin-left:83.3333333333%}.wpem-offset-md-11{margin-left:91.6666666667%}}@media (min-width:992px){.wpem-col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.wpem-col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.wpem-col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.wpem-col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.wpem-col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.wpem-col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.wpem-col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.wpem-col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.wpem-col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.wpem-col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.wpem-col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.wpem-col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.wpem-col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.wpem-col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.wpem-order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.wpem-order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.wpem-order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.wpem-order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.wpem-order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.wpem-order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.wpem-order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.wpem-order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.wpem-order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.wpem-order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.wpem-order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.wpem-order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.wpem-order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.wpem-order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.wpem-order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.wpem-offset-lg-0{margin-left:0}.wpem-offset-lg-1{margin-left:8.3333333333%}.wpem-offset-lg-2{margin-left:16.6666666667%}.wpem-offset-lg-3{margin-left:25%}.wpem-offset-lg-4{margin-left:33.3333333333%}.wpem-offset-lg-5{margin-left:41.6666666667%}.wpem-offset-lg-6{margin-left:50%}.wpem-offset-lg-7{margin-left:58.3333333333%}.wpem-offset-lg-8{margin-left:66.6666666667%}.wpem-offset-lg-9{margin-left:75%}.wpem-offset-lg-10{margin-left:83.3333333333%}.wpem-offset-lg-11{margin-left:91.6666666667%}}@media (min-width:1200px){.wpem-col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.wpem-col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.wpem-col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.wpem-col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.wpem-col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.wpem-col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.wpem-col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.wpem-col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.wpem-col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.wpem-col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.wpem-col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.wpem-col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.wpem-col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.wpem-col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.wpem-order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.wpem-order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.wpem-order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.wpem-order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.wpem-order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.wpem-order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.wpem-order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.wpem-order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.wpem-order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.wpem-order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.wpem-order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.wpem-order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.wpem-order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.wpem-order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.wpem-order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.wpem-offset-xl-0{margin-left:0}.wpem-offset-xl-1{margin-left:8.3333333333%}.wpem-offset-xl-2{margin-left:16.6666666667%}.wpem-offset-xl-3{margin-left:25%}.wpem-offset-xl-4{margin-left:33.3333333333%}.wpem-offset-xl-5{margin-left:41.6666666667%}.wpem-offset-xl-6{margin-left:50%}.wpem-offset-xl-7{margin-left:58.3333333333%}.wpem-offset-xl-8{margin-left:66.6666666667%}.wpem-offset-xl-9{margin-left:75%}.wpem-offset-xl-10{margin-left:83.3333333333%}.wpem-offset-xl-11{margin-left:91.6666666667%}}.wpem-d-none{display:none!important}.wpem-d-inline{display:inline!important}.wpem-d-inline-block{display:inline-block!important}.wpem-d-block{display:block!important}.wpem-d-table{display:table!important}.wpem-d-table-row{display:table-row!important}.wpem-d-table-cell{display:table-cell!important}.wpem-d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.wpem-d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.wpem-d-sm-none{display:none!important}.wpem-d-sm-inline{display:inline!important}.wpem-d-sm-inline-block{display:inline-block!important}.wpem-d-sm-block{display:block!important}.wpem-d-sm-table{display:table!important}.wpem-d-sm-table-row{display:table-row!important}.wpem-d-sm-table-cell{display:table-cell!important}.wpem-d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.wpem-d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.wpem-d-md-none{display:none!important}.wpem-d-md-inline{display:inline!important}.wpem-d-md-inline-block{display:inline-block!important}.wpem-d-md-block{display:block!important}.wpem-d-md-table{display:table!important}.wpem-d-md-table-row{display:table-row!important}.wpem-d-md-table-cell{display:table-cell!important}.wpem-d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.wpem-d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.wpem-d-lg-none{display:none!important}.wpem-d-lg-inline{display:inline!important}.wpem-d-lg-inline-block{display:inline-block!important}.wpem-d-lg-block{display:block!important}.wpem-d-lg-table{display:table!important}.wpem-d-lg-table-row{display:table-row!important}.wpem-d-lg-table-cell{display:table-cell!important}.wpem-d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.wpem-d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.wpem-d-xl-none{display:none!important}.wpem-d-xl-inline{display:inline!important}.wpem-d-xl-inline-block{display:inline-block!important}.wpem-d-xl-block{display:block!important}.wpem-d-xl-table{display:table!important}.wpem-d-xl-table-row{display:table-row!important}.wpem-d-xl-table-cell{display:table-cell!important}.wpem-d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.wpem-d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.wpem-d-print-none{display:none!important}.wpem-d-print-inline{display:inline!important}.wpem-d-print-inline-block{display:inline-block!important}.wpem-d-print-block{display:block!important}.wpem-d-print-table{display:table!important}.wpem-d-print-table-row{display:table-row!important}.wpem-d-print-table-cell{display:table-cell!important}.wpem-d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.wpem-d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.wpem-flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.wpem-flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.wpem-flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.wpem-flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.wpem-flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.wpem-flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.wpem-flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.wpem-flex-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.wpem-flex-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.wpem-flex-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.wpem-flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.wpem-flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.wpem-justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.wpem-justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.wpem-justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.wpem-justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.wpem-justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.wpem-align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.wpem-align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.wpem-align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.wpem-align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.wpem-align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.wpem-align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.wpem-align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.wpem-align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.wpem-align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.wpem-align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.wpem-align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.wpem-align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.wpem-align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.wpem-align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.wpem-align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.wpem-align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.wpem-align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.wpem-flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.wpem-flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.wpem-flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.wpem-flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.wpem-flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.wpem-flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.wpem-flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.wpem-flex-sm-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.wpem-flex-sm-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.wpem-flex-sm-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.wpem-flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.wpem-flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.wpem-justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.wpem-justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.wpem-justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.wpem-justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.wpem-justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.wpem-align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.wpem-align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.wpem-align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.wpem-align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.wpem-align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.wpem-align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.wpem-align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.wpem-align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.wpem-align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.wpem-align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.wpem-align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.wpem-align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.wpem-align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.wpem-align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.wpem-align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.wpem-align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.wpem-align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.wpem-flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.wpem-flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.wpem-flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.wpem-flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.wpem-flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.wpem-flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.wpem-flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.wpem-flex-md-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.wpem-flex-md-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.wpem-flex-md-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.wpem-flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.wpem-flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.wpem-justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.wpem-justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.wpem-justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.wpem-justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.wpem-justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.wpem-align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.wpem-align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.wpem-align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.wpem-align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.wpem-align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.wpem-align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.wpem-align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.wpem-align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.wpem-align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.wpem-align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.wpem-align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.wpem-align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.wpem-align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.wpem-align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.wpem-align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.wpem-align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.wpem-align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.wpem-flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.wpem-flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.wpem-flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.wpem-flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.wpem-flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.wpem-flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.wpem-flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.wpem-flex-lg-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.wpem-flex-lg-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.wpem-flex-lg-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.wpem-flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.wpem-flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.wpem-justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.wpem-justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.wpem-justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.wpem-justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.wpem-justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.wpem-align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.wpem-align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.wpem-align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.wpem-align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.wpem-align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.wpem-align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.wpem-align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.wpem-align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.wpem-align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.wpem-align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.wpem-align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.wpem-align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.wpem-align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.wpem-align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.wpem-align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.wpem-align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.wpem-align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.wpem-flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.wpem-flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.wpem-flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.wpem-flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.wpem-flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.wpem-flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.wpem-flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.wpem-flex-xl-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.wpem-flex-xl-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.wpem-flex-xl-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.wpem-flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.wpem-flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.wpem-justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.wpem-justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.wpem-justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.wpem-justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.wpem-justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.wpem-align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.wpem-align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.wpem-align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.wpem-align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.wpem-align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.wpem-align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.wpem-align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.wpem-align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.wpem-align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.wpem-align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.wpem-align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.wpem-align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.wpem-align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.wpem-align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.wpem-align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.wpem-align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.wpem-align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.wpem-w-25{width:25%!important}.wpem-w-50{width:50%!important}.wpem-w-75{width:75%!important}.wpem-w-100{width:100%!important}.wpem-w-auto{width:auto!important}.wpem-h--25{height:25%!important}.wpem-h--50{height:50%!important}.wpem-h--75{height:75%!important}.wpem-h--100{height:100%!important}.wpem-h--auto{height:auto!important}.wpem-mw-100{max-width:100%!important}.wpem-mh-100{max-height:100%!important}.wpem-m-0{margin:0!important}.wpem-mt-0,.wpem-my-0{margin-top:0!important}.wpem-mr-0,.wpem-mx-0{margin-right:0!important}.wpem-mb-0,.wpem-my-0{margin-bottom:0!important}.wpem-ml-0,.wpem-mx-0{margin-left:0!important}.wpem-m-1{margin:.25rem!important}.wpem-mt-1,.wpem-my-1{margin-top:.25rem!important}.wpem-mr-1,.wpem-mx-1{margin-right:.25rem!important}.wpem-mb-1,.wpem-my-1{margin-bottom:.25rem!important}.wpem-ml-1,.wpem-mx-1{margin-left:.25rem!important}.wpem-m-2{margin:.5rem!important}.wpem-mt-2,.wpem-my-2{margin-top:.5rem!important}.wpem-mr-2,.wpem-mx-2{margin-right:.5rem!important}.wpem-mb-2,.wpem-my-2{margin-bottom:.5rem!important}.wpem-ml-2,.wpem-mx-2{margin-left:.5rem!important}.wpem-m-3{margin:1rem!important}.wpem-mt-3,.wpem-my-3{margin-top:1rem!important}.wpem-mr-3,.wpem-mx-3{margin-right:1rem!important}.wpem-mb-3,.wpem-my-3{margin-bottom:1rem!important}.wpem-ml-3,.wpem-mx-3{margin-left:1rem!important}.wpem-m-4{margin:1.5rem!important}.wpem-mt-4,.wpem-my-4{margin-top:1.5rem!important}.wpem-mr-4,.wpem-mx-4{margin-right:1.5rem!important}.wpem-mb-4,.wpem-my-4{margin-bottom:1.5rem!important}.wpem-ml-4,.wpem-mx-4{margin-left:1.5rem!important}.wpem-m-5{margin:3rem!important}.wpem-mt-5,.wpem-my-5{margin-top:3rem!important}.wpem-mr-5,.wpem-mx-5{margin-right:3rem!important}.wpem-mb-5,.wpem-my-5{margin-bottom:3rem!important}.wpem-ml-5,.wpem-mx-5{margin-left:3rem!important}.wpem-p-0{padding:0!important}.wpem-pt-0,.wpem-py-0{padding-top:0!important}.wpem-pr-0,.wpem-px-0{padding-right:0!important}.wpem-pb-0,.wpem-py-0{padding-bottom:0!important}.wpem-pl-0,.wpem-px-0{padding-left:0!important}.wpem-p-1{padding:.25rem!important}.wpem-pt-1,.wpem-py-1{padding-top:.25rem!important}.wpem-pr-1,.wpem-px-1{padding-right:.25rem!important}.wpem-pb-1,.wpem-py-1{padding-bottom:.25rem!important}.wpem-pl-1,.wpem-px-1{padding-left:.25rem!important}.wpem-p-2{padding:.5rem!important}.wpem-pt-2,.wpem-py-2{padding-top:.5rem!important}.wpem-pr-2,.wpem-px-2{padding-right:.5rem!important}.wpem-pb-2,.wpem-py-2{padding-bottom:.5rem!important}.wpem-pl-2,.wpem-px-2{padding-left:.5rem!important}.wpem-p-3{padding:1rem!important}.wpem-pt-3,.wpem-py-3{padding-top:1rem!important}.wpem-pr-3,.wpem-px-3{padding-right:1rem!important}.wpem-pb-3,.wpem-py-3{padding-bottom:1rem!important}.wpem-pl-3,.wpem-px-3{padding-left:1rem!important}.wpem-p-4{padding:1.5rem!important}.wpem-pt-4,.wpem-py-4{padding-top:1.5rem!important}.wpem-pr-4,.wpem-px-4{padding-right:1.5rem!important}.wpem-pb-4,.wpem-py-4{padding-bottom:1.5rem!important}.wpem-pl-4,.wpem-px-4{padding-left:1.5rem!important}.wpem-p-5{padding:3rem!important}.wpem-pt-5,.wpem-py-5{padding-top:3rem!important}.wpem-pr-5,.wpem-px-5{padding-right:3rem!important}.wpem-pb-5,.wpem-py-5{padding-bottom:3rem!important}.wpem-pl-5,.wpem-px-5{padding-left:3rem!important}.wpem-m-auto{margin:auto!important}.wpem-mt-auto,.wpem-my-auto{margin-top:auto!important}.wpem-mr-auto,.wpem-mx-auto{margin-right:auto!important}.wpem-mb-auto,.wpem-my-auto{margin-bottom:auto!important}.wpem-ml-auto,.wpem-mx-auto{margin-left:auto!important}@media (min-width:576px){.wpem-m-sm-0{margin:0!important}.wpem-mt-sm-0,.wpem-my-sm-0{margin-top:0!important}.wpem-mr-sm-0,.wpem-mx-sm-0{margin-right:0!important}.wpem-mb-sm-0,.wpem-my-sm-0{margin-bottom:0!important}.wpem-ml-sm-0,.wpem-mx-sm-0{margin-left:0!important}.wpem-m-sm-1{margin:.25rem!important}.wpem-mt-sm-1,.wpem-my-sm-1{margin-top:.25rem!important}.wpem-mr-sm-1,.wpem-mx-sm-1{margin-right:.25rem!important}.wpem-mb-sm-1,.wpem-my-sm-1{margin-bottom:.25rem!important}.wpem-ml-sm-1,.wpem-mx-sm-1{margin-left:.25rem!important}.wpem-m-sm-2{margin:.5rem!important}.wpem-mt-sm-2,.wpem-my-sm-2{margin-top:.5rem!important}.wpem-mr-sm-2,.wpem-mx-sm-2{margin-right:.5rem!important}.wpem-mb-sm-2,.wpem-my-sm-2{margin-bottom:.5rem!important}.wpem-ml-sm-2,.wpem-mx-sm-2{margin-left:.5rem!important}.wpem-m-sm-3{margin:1rem!important}.wpem-mt-sm-3,.wpem-my-sm-3{margin-top:1rem!important}.wpem-mr-sm-3,.wpem-mx-sm-3{margin-right:1rem!important}.wpem-mb-sm-3,.wpem-my-sm-3{margin-bottom:1rem!important}.wpem-ml-sm-3,.wpem-mx-sm-3{margin-left:1rem!important}.wpem-m-sm-4{margin:1.5rem!important}.wpem-mt-sm-4,.wpem-my-sm-4{margin-top:1.5rem!important}.wpem-mr-sm-4,.wpem-mx-sm-4{margin-right:1.5rem!important}.wpem-mb-sm-4,.wpem-my-sm-4{margin-bottom:1.5rem!important}.wpem-ml-sm-4,.wpem-mx-sm-4{margin-left:1.5rem!important}.wpem-m-sm-5{margin:3rem!important}.wpem-mt-sm-5,.wpem-my-sm-5{margin-top:3rem!important}.wpem-mr-sm-5,.wpem-mx-sm-5{margin-right:3rem!important}.wpem-mb-sm-5,.wpem-my-sm-5{margin-bottom:3rem!important}.wpem-ml-sm-5,.wpem-mx-sm-5{margin-left:3rem!important}.wpem-p-sm-0{padding:0!important}.wpem-pt-sm-0,.wpem-py-sm-0{padding-top:0!important}.wpem-pr-sm-0,.wpem-px-sm-0{padding-right:0!important}.wpem-pb-sm-0,.wpem-py-sm-0{padding-bottom:0!important}.wpem-pl-sm-0,.wpem-px-sm-0{padding-left:0!important}.wpem-p-sm-1{padding:.25rem!important}.wpem-pt-sm-1,.wpem-py-sm-1{padding-top:.25rem!important}.wpem-pr-sm-1,.wpem-px-sm-1{padding-right:.25rem!important}.wpem-pb-sm-1,.wpem-py-sm-1{padding-bottom:.25rem!important}.wpem-pl-sm-1,.wpem-px-sm-1{padding-left:.25rem!important}.wpem-p-sm-2{padding:.5rem!important}.wpem-pt-sm-2,.wpem-py-sm-2{padding-top:.5rem!important}.wpem-pr-sm-2,.wpem-px-sm-2{padding-right:.5rem!important}.wpem-pb-sm-2,.wpem-py-sm-2{padding-bottom:.5rem!important}.wpem-pl-sm-2,.wpem-px-sm-2{padding-left:.5rem!important}.wpem-p-sm-3{padding:1rem!important}.wpem-pt-sm-3,.wpem-py-sm-3{padding-top:1rem!important}.wpem-pr-sm-3,.wpem-px-sm-3{padding-right:1rem!important}.wpem-pb-sm-3,.wpem-py-sm-3{padding-bottom:1rem!important}.wpem-pl-sm-3,.wpem-px-sm-3{padding-left:1rem!important}.wpem-p-sm-4{padding:1.5rem!important}.wpem-pt-sm-4,.wpem-py-sm-4{padding-top:1.5rem!important}.wpem-pr-sm-4,.wpem-px-sm-4{padding-right:1.5rem!important}.wpem-pb-sm-4,.wpem-py-sm-4{padding-bottom:1.5rem!important}.wpem-pl-sm-4,.wpem-px-sm-4{padding-left:1.5rem!important}.wpem-p-sm-5{padding:3rem!important}.wpem-pt-sm-5,.wpem-py-sm-5{padding-top:3rem!important}.wpem-pr-sm-5,.wpem-px-sm-5{padding-right:3rem!important}.wpem-pb-sm-5,.wpem-py-sm-5{padding-bottom:3rem!important}.wpem-pl-sm-5,.wpem-px-sm-5{padding-left:3rem!important}.wpem-m-sm-auto{margin:auto!important}.wpem-mt-sm-auto,.wpem-my-sm-auto{margin-top:auto!important}.wpem-mr-sm-auto,.wpem-mx-sm-auto{margin-right:auto!important}.wpem-mb-sm-auto,.wpem-my-sm-auto{margin-bottom:auto!important}.wpem-ml-sm-auto,.wpem-mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.wpem-m-md-0{margin:0!important}.wpem-mt-md-0,.wpem-my-md-0{margin-top:0!important}.wpem-mr-md-0,.wpem-mx-md-0{margin-right:0!important}.wpem-mb-md-0,.wpem-my-md-0{margin-bottom:0!important}.wpem-ml-md-0,.wpem-mx-md-0{margin-left:0!important}.wpem-m-md-1{margin:.25rem!important}.wpem-mt-md-1,.wpem-my-md-1{margin-top:.25rem!important}.wpem-mr-md-1,.wpem-mx-md-1{margin-right:.25rem!important}.wpem-mb-md-1,.wpem-my-md-1{margin-bottom:.25rem!important}.wpem-ml-md-1,.wpem-mx-md-1{margin-left:.25rem!important}.wpem-m-md-2{margin:.5rem!important}.wpem-mt-md-2,.wpem-my-md-2{margin-top:.5rem!important}.wpem-mr-md-2,.wpem-mx-md-2{margin-right:.5rem!important}.wpem-mb-md-2,.wpem-my-md-2{margin-bottom:.5rem!important}.wpem-ml-md-2,.wpem-mx-md-2{margin-left:.5rem!important}.wpem-m-md-3{margin:1rem!important}.wpem-mt-md-3,.wpem-my-md-3{margin-top:1rem!important}.wpem-mr-md-3,.wpem-mx-md-3{margin-right:1rem!important}.wpem-mb-md-3,.wpem-my-md-3{margin-bottom:1rem!important}.wpem-ml-md-3,.wpem-mx-md-3{margin-left:1rem!important}.wpem-m-md-4{margin:1.5rem!important}.wpem-mt-md-4,.wpem-my-md-4{margin-top:1.5rem!important}.wpem-mr-md-4,.wpem-mx-md-4{margin-right:1.5rem!important}.wpem-mb-md-4,.wpem-my-md-4{margin-bottom:1.5rem!important}.wpem-ml-md-4,.wpem-mx-md-4{margin-left:1.5rem!important}.wpem-m-md-5{margin:3rem!important}.wpem-mt-md-5,.wpem-my-md-5{margin-top:3rem!important}.wpem-mr-md-5,.wpem-mx-md-5{margin-right:3rem!important}.wpem-mb-md-5,.wpem-my-md-5{margin-bottom:3rem!important}.wpem-ml-md-5,.wpem-mx-md-5{margin-left:3rem!important}.wpem-p-md-0{padding:0!important}.wpem-pt-md-0,.wpem-py-md-0{padding-top:0!important}.wpem-pr-md-0,.wpem-px-md-0{padding-right:0!important}.wpem-pb-md-0,.wpem-py-md-0{padding-bottom:0!important}.wpem-pl-md-0,.wpem-px-md-0{padding-left:0!important}.wpem-p-md-1{padding:.25rem!important}.wpem-pt-md-1,.wpem-py-md-1{padding-top:.25rem!important}.wpem-pr-md-1,.wpem-px-md-1{padding-right:.25rem!important}.wpem-pb-md-1,.wpem-py-md-1{padding-bottom:.25rem!important}.wpem-pl-md-1,.wpem-px-md-1{padding-left:.25rem!important}.wpem-p-md-2{padding:.5rem!important}.wpem-pt-md-2,.wpem-py-md-2{padding-top:.5rem!important}.wpem-pr-md-2,.wpem-px-md-2{padding-right:.5rem!important}.wpem-pb-md-2,.wpem-py-md-2{padding-bottom:.5rem!important}.wpem-pl-md-2,.wpem-px-md-2{padding-left:.5rem!important}.wpem-p-md-3{padding:1rem!important}.wpem-pt-md-3,.wpem-py-md-3{padding-top:1rem!important}.wpem-pr-md-3,.wpem-px-md-3{padding-right:1rem!important}.wpem-pb-md-3,.wpem-py-md-3{padding-bottom:1rem!important}.wpem-pl-md-3,.wpem-px-md-3{padding-left:1rem!important}.wpem-p-md-4{padding:1.5rem!important}.wpem-pt-md-4,.wpem-py-md-4{padding-top:1.5rem!important}.wpem-pr-md-4,.wpem-px-md-4{padding-right:1.5rem!important}.wpem-pb-md-4,.wpem-py-md-4{padding-bottom:1.5rem!important}.wpem-pl-md-4,.wpem-px-md-4{padding-left:1.5rem!important}.wpem-p-md-5{padding:3rem!important}.wpem-pt-md-5,.wpem-py-md-5{padding-top:3rem!important}.wpem-pr-md-5,.wpem-px-md-5{padding-right:3rem!important}.wpem-pb-md-5,.wpem-py-md-5{padding-bottom:3rem!important}.wpem-pl-md-5,.wpem-px-md-5{padding-left:3rem!important}.wpem-m-md-auto{margin:auto!important}.wpem-mt-md-auto,.wpem-my-md-auto{margin-top:auto!important}.wpem-mr-md-auto,.wpem-mx-md-auto{margin-right:auto!important}.wpem-mb-md-auto,.wpem-my-md-auto{margin-bottom:auto!important}.wpem-ml-md-auto,.wpem-mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.wpem-m-lg-0{margin:0!important}.wpem-mt-lg-0,.wpem-my-lg-0{margin-top:0!important}.wpem-mr-lg-0,.wpem-mx-lg-0{margin-right:0!important}.wpem-mb-lg-0,.wpem-my-lg-0{margin-bottom:0!important}.wpem-ml-lg-0,.wpem-mx-lg-0{margin-left:0!important}.wpem-m-lg-1{margin:.25rem!important}.wpem-mt-lg-1,.wpem-my-lg-1{margin-top:.25rem!important}.wpem-mr-lg-1,.wpem-mx-lg-1{margin-right:.25rem!important}.wpem-mb-lg-1,.wpem-my-lg-1{margin-bottom:.25rem!important}.wpem-ml-lg-1,.wpem-mx-lg-1{margin-left:.25rem!important}.wpem-m-lg-2{margin:.5rem!important}.wpem-mt-lg-2,.wpem-my-lg-2{margin-top:.5rem!important}.wpem-mr-lg-2,.wpem-mx-lg-2{margin-right:.5rem!important}.wpem-mb-lg-2,.wpem-my-lg-2{margin-bottom:.5rem!important}.wpem-ml-lg-2,.wpem-mx-lg-2{margin-left:.5rem!important}.wpem-m-lg-3{margin:1rem!important}.wpem-mt-lg-3,.wpem-my-lg-3{margin-top:1rem!important}.wpem-mr-lg-3,.wpem-mx-lg-3{margin-right:1rem!important}.wpem-mb-lg-3,.wpem-my-lg-3{margin-bottom:1rem!important}.wpem-ml-lg-3,.wpem-mx-lg-3{margin-left:1rem!important}.wpem-m-lg-4{margin:1.5rem!important}.wpem-mt-lg-4,.wpem-my-lg-4{margin-top:1.5rem!important}.wpem-mr-lg-4,.wpem-mx-lg-4{margin-right:1.5rem!important}.wpem-mb-lg-4,.wpem-my-lg-4{margin-bottom:1.5rem!important}.wpem-ml-lg-4,.wpem-mx-lg-4{margin-left:1.5rem!important}.wpem-m-lg-5{margin:3rem!important}.wpem-mt-lg-5,.wpem-my-lg-5{margin-top:3rem!important}.wpem-mr-lg-5,.wpem-mx-lg-5{margin-right:3rem!important}.wpem-mb-lg-5,.wpem-my-lg-5{margin-bottom:3rem!important}.wpem-ml-lg-5,.wpem-mx-lg-5{margin-left:3rem!important}.wpem-p-lg-0{padding:0!important}.wpem-pt-lg-0,.wpem-py-lg-0{padding-top:0!important}.wpem-pr-lg-0,.wpem-px-lg-0{padding-right:0!important}.wpem-pb-lg-0,.wpem-py-lg-0{padding-bottom:0!important}.wpem-pl-lg-0,.wpem-px-lg-0{padding-left:0!important}.wpem-p-lg-1{padding:.25rem!important}.wpem-pt-lg-1,.wpem-py-lg-1{padding-top:.25rem!important}.wpem-pr-lg-1,.wpem-px-lg-1{padding-right:.25rem!important}.wpem-pb-lg-1,.wpem-py-lg-1{padding-bottom:.25rem!important}.wpem-pl-lg-1,.wpem-px-lg-1{padding-left:.25rem!important}.wpem-p-lg-2{padding:.5rem!important}.wpem-pt-lg-2,.wpem-py-lg-2{padding-top:.5rem!important}.wpem-pr-lg-2,.wpem-px-lg-2{padding-right:.5rem!important}.wpem-pb-lg-2,.wpem-py-lg-2{padding-bottom:.5rem!important}.wpem-pl-lg-2,.wpem-px-lg-2{padding-left:.5rem!important}.wpem-p-lg-3{padding:1rem!important}.wpem-pt-lg-3,.wpem-py-lg-3{padding-top:1rem!important}.wpem-pr-lg-3,.wpem-px-lg-3{padding-right:1rem!important}.wpem-pb-lg-3,.wpem-py-lg-3{padding-bottom:1rem!important}.wpem-pl-lg-3,.wpem-px-lg-3{padding-left:1rem!important}.wpem-p-lg-4{padding:1.5rem!important}.wpem-pt-lg-4,.wpem-py-lg-4{padding-top:1.5rem!important}.wpem-pr-lg-4,.wpem-px-lg-4{padding-right:1.5rem!important}.wpem-pb-lg-4,.wpem-py-lg-4{padding-bottom:1.5rem!important}.wpem-pl-lg-4,.wpem-px-lg-4{padding-left:1.5rem!important}.wpem-p-lg-5{padding:3rem!important}.wpem-pt-lg-5,.wpem-py-lg-5{padding-top:3rem!important}.wpem-pr-lg-5,.wpem-px-lg-5{padding-right:3rem!important}.wpem-pb-lg-5,.wpem-py-lg-5{padding-bottom:3rem!important}.wpem-pl-lg-5,.wpem-px-lg-5{padding-left:3rem!important}.wpem-m-lg-auto{margin:auto!important}.wpem-mt-lg-auto,.wpem-my-lg-auto{margin-top:auto!important}.wpem-mr-lg-auto,.wpem-mx-lg-auto{margin-right:auto!important}.wpem-mb-lg-auto,.wpem-my-lg-auto{margin-bottom:auto!important}.wpem-ml-lg-auto,.wpem-mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.wpem-m-xl-0{margin:0!important}.wpem-mt-xl-0,.wpem-my-xl-0{margin-top:0!important}.wpem-mr-xl-0,.wpem-mx-xl-0{margin-right:0!important}.wpem-mb-xl-0,.wpem-my-xl-0{margin-bottom:0!important}.wpem-ml-xl-0,.wpem-mx-xl-0{margin-left:0!important}.wpem-m-xl-1{margin:.25rem!important}.wpem-mt-xl-1,.wpem-my-xl-1{margin-top:.25rem!important}.wpem-mr-xl-1,.wpem-mx-xl-1{margin-right:.25rem!important}.wpem-mb-xl-1,.wpem-my-xl-1{margin-bottom:.25rem!important}.wpem-ml-xl-1,.wpem-mx-xl-1{margin-left:.25rem!important}.wpem-m-xl-2{margin:.5rem!important}.wpem-mt-xl-2,.wpem-my-xl-2{margin-top:.5rem!important}.wpem-mr-xl-2,.wpem-mx-xl-2{margin-right:.5rem!important}.wpem-mb-xl-2,.wpem-my-xl-2{margin-bottom:.5rem!important}.wpem-ml-xl-2,.wpem-mx-xl-2{margin-left:.5rem!important}.wpem-m-xl-3{margin:1rem!important}.wpem-mt-xl-3,.wpem-my-xl-3{margin-top:1rem!important}.wpem-mr-xl-3,.wpem-mx-xl-3{margin-right:1rem!important}.wpem-mb-xl-3,.wpem-my-xl-3{margin-bottom:1rem!important}.wpem-ml-xl-3,.wpem-mx-xl-3{margin-left:1rem!important}.wpem-m-xl-4{margin:1.5rem!important}.wpem-mt-xl-4,.wpem-my-xl-4{margin-top:1.5rem!important}.wpem-mr-xl-4,.wpem-mx-xl-4{margin-right:1.5rem!important}.wpem-mb-xl-4,.wpem-my-xl-4{margin-bottom:1.5rem!important}.wpem-ml-xl-4,.wpem-mx-xl-4{margin-left:1.5rem!important}.wpem-m-xl-5{margin:3rem!important}.wpem-mt-xl-5,.wpem-my-xl-5{margin-top:3rem!important}.wpem-mr-xl-5,.wpem-mx-xl-5{margin-right:3rem!important}.wpem-mb-xl-5,.wpem-my-xl-5{margin-bottom:3rem!important}.wpem-ml-xl-5,.wpem-mx-xl-5{margin-left:3rem!important}.wpem-p-xl-0{padding:0!important}.wpem-pt-xl-0,.wpem-py-xl-0{padding-top:0!important}.wpem-pr-xl-0,.wpem-px-xl-0{padding-right:0!important}.wpem-pb-xl-0,.wpem-py-xl-0{padding-bottom:0!important}.wpem-pl-xl-0,.wpem-px-xl-0{padding-left:0!important}.wpem-p-xl-1{padding:.25rem!important}.wpem-pt-xl-1,.wpem-py-xl-1{padding-top:.25rem!important}.wpem-pr-xl-1,.wpem-px-xl-1{padding-right:.25rem!important}.wpem-pb-xl-1,.wpem-py-xl-1{padding-bottom:.25rem!important}.wpem-pl-xl-1,.wpem-px-xl-1{padding-left:.25rem!important}.wpem-p-xl-2{padding:.5rem!important}.wpem-pt-xl-2,.wpem-py-xl-2{padding-top:.5rem!important}.wpem-pr-xl-2,.wpem-px-xl-2{padding-right:.5rem!important}.wpem-pb-xl-2,.wpem-py-xl-2{padding-bottom:.5rem!important}.wpem-pl-xl-2,.wpem-px-xl-2{padding-left:.5rem!important}.wpem-p-xl-3{padding:1rem!important}.wpem-pt-xl-3,.wpem-py-xl-3{padding-top:1rem!important}.wpem-pr-xl-3,.wpem-px-xl-3{padding-right:1rem!important}.wpem-pb-xl-3,.wpem-py-xl-3{padding-bottom:1rem!important}.wpem-pl-xl-3,.wpem-px-xl-3{padding-left:1rem!important}.wpem-p-xl-4{padding:1.5rem!important}.wpem-pt-xl-4,.wpem-py-xl-4{padding-top:1.5rem!important}.wpem-pr-xl-4,.wpem-px-xl-4{padding-right:1.5rem!important}.wpem-pb-xl-4,.wpem-py-xl-4{padding-bottom:1.5rem!important}.wpem-pl-xl-4,.wpem-px-xl-4{padding-left:1.5rem!important}.wpem-p-xl-5{padding:3rem!important}.wpem-pt-xl-5,.wpem-py-xl-5{padding-top:3rem!important}.wpem-pr-xl-5,.wpem-px-xl-5{padding-right:3rem!important}.wpem-pb-xl-5,.wpem-py-xl-5{padding-bottom:3rem!important}.wpem-pl-xl-5,.wpem-px-xl-5{padding-left:3rem!important}.wpem-m-xl-auto{margin:auto!important}.wpem-mt-xl-auto,.wpem-my-xl-auto{margin-top:auto!important}.wpem-mr-xl-auto,.wpem-mx-xl-auto{margin-right:auto!important}.wpem-mb-xl-auto,.wpem-my-xl-auto{margin-bottom:auto!important}.wpem-ml-xl-auto,.wpem-mx-xl-auto{margin-left:auto!important}}.wpem-visible{visibility:visible!important}.wpem-invisible{visibility:hidden!important}@font-face {
font-family: 'wp-event-manager';
src:  url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/fonts/wp-event-manager.eot?oiy7qg);
src:  url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/fonts/wp-event-manager.eot?oiy7qg#iefix) format('embedded-opentype'),
url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/fonts/wp-event-manager.ttf?oiy7qg) format('truetype'),
url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/fonts/wp-event-manager.woff?oiy7qg) format('woff'),
url(//www.nissy247.com/wp-content/plugins/wp-event-manager/assets/fonts/wp-event-manager.svg?oiy7qg#wp-event-manager) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
i[class*="wpem-"] { font-family: "wp-event-manager" !important;
speak: none;
font-style: normal !important;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wpem-icon-temperature:before {
content: "\eb36";
}
.wpem-icon-head-side-mask:before {
content: "\eb37";
}
.wpem-icon-house-medical:before {
content: "\eb38";
}
.wpem-icon-notes-medical:before {
content: "\eb39";
}
.wpem-icon-people-distance:before {
content: "\eb3a";
}
.wpem-icon-spruce-tree:before {
content: "\eb3b";
}
.wpem-icon-syringe:before {
content: "\eb3c";
}
.wpem-icon-help:before {
content: "\eaf9";
}
.wpem-icon-cheveron-down:before {
content: "\eb35";
}
.wpem-icon-cheveron-left:before {
content: "\eb34";
}
.wpem-icon-cheveron-right:before {
content: "\eb33";
}
.wpem-icon-activity-grid:before {
content: "\eb32";
}
.wpem-icon-user-outline:before {
content: "\eb30";
}
.wpem-icon-add-friend:before {
content: "\eb31";
}
.wpem-icon-user-rectangle:before {
content: "\eb2f";
}
.wpem-icon-two-people:before {
content: "\eb2e";
}
.wpem-icon-salesforce:before {
content: "\eb29";
}
.wpem-icon-zapier:before {
content: "\eb2a";
}
.wpem-icon-zoho:before {
content: "\eb2b";
}
.wpem-icon-hubspot:before {
content: "\eb2c";
}
.wpem-icon-active-campaign:before {
content: "\eb2d";
}
.wpem-icon-file-share:before {
content: "\eb27";
}
.wpem-icon-file-share-off:before {
content: "\eb28";
}
.wpem-icon-message-square:before {
content: "\eb24";
}
.wpem-icon-message-circle:before {
content: "\eb25";
}
.wpem-icon-bar:before {
content: "\eb26";
}
.wpem-icon-booth1:before {
content: "\eb12";
}
.wpem-icon-close:before {
content: "\eb13";
}
.wpem-icon-eye1:before {
content: "\eb14";
}
.wpem-icon-eye-off:before {
content: "\eb15";
}
.wpem-icon-maximize:before {
content: "\eb16";
}
.wpem-icon-mic1:before {
content: "\eb17";
}
.wpem-icon-mic-off:before {
content: "\eb18";
}
.wpem-icon-minimize:before {
content: "\eb19";
}
.wpem-icon-phone1:before {
content: "\eb1a";
}
.wpem-icon-phone-off:before {
content: "\eb1b";
}
.wpem-icon-pin:before {
content: "\eb1c";
}
.wpem-icon-pin-off:before {
content: "\eb1d";
}
.wpem-icon-screenshare:before {
content: "\eb1e";
}
.wpem-icon-screenshare-off:before {
content: "\eb1f";
}
.wpem-icon-settings:before {
content: "\eb20";
}
.wpem-icon-trash:before {
content: "\eb21";
}
.wpem-icon-videoicon:before {
content: "\eb22";
}
.wpem-icon-videooff:before {
content: "\eb23";
}
.wpem-icon-bronze-medal:before {
content: "\eb11";
}
.wpem-icon-vidoe-call:before {
content: "\eb10";
}
.wpem-icon-constant-contact:before {
content: "\eb0f";
}
.wpem-icon-send1:before {
content: "\eaff";
}
.wpem-icon-sponsors:before {
content: "\eb00";
}
.wpem-icon-announcement:before {
content: "\eb05";
}
.wpem-icon-bell2:before {
content: "\eb06";
}
.wpem-icon-close-round:before {
content: "\eb07";
}
.wpem-icon-emoji-smile:before {
content: "\eb08";
}
.wpem-icon-feed1:before {
content: "\eb09";
}
.wpem-icon-filter1:before {
content: "\eb0a";
}
.wpem-icon-grid:before {
content: "\eb0b";
}
.wpem-icon-messages:before {
content: "\eb0c";
}
.wpem-icon-0mic-mute:before {
content: "\eb0d";
}
.wpem-icon-raise-hands:before {
content: "\eb0e";
}
.wpem-icon-people:before {
content: "\eafe";
}
.wpem-icon-events:before {
content: "\eafd";
}
.wpem-icon-reception:before {
content: "\eb01";
}
.wpem-icon-expo:before {
content: "\eb02";
}
.wpem-icon-lounge:before {
content: "\eb03";
}
.wpem-icon-sessions:before {
content: "\eb04";
}
.wpem-icon-booth:before {
content: "\eafa";
}
.wpem-icon-counter:before {
content: "\eafb";
}
.wpem-icon-meeting:before {
content: "\eafc";
}
.wpem-icon-menu5:before {
content: "\eaf7";
}
.wpem-icon-send:before {
content: "\eaf8";
}
.wpem-icon-chatting:before {
content: "\eaf3";
}
.wpem-icon-event:before {
content: "\eaf4";
}
.wpem-icon-bell1:before {
content: "\eaf5";
}
.wpem-icon-cinema:before {
content: "\eaf6";
}
.wpem-icon-home:before {
content: "\e900";
}
.wpem-icon-home2:before {
content: "\e901";
}
.wpem-icon-home3:before {
content: "\e902";
}
.wpem-icon-office:before {
content: "\e903";
}
.wpem-icon-newspaper:before {
content: "\e904";
}
.wpem-icon-pencil:before {
content: "\e905";
}
.wpem-icon-pencil2:before {
content: "\e906";
}
.wpem-icon-quill:before {
content: "\e907";
}
.wpem-icon-pen:before {
content: "\e908";
}
.wpem-icon-blog:before {
content: "\e909";
}
.wpem-icon-eyedropper:before {
content: "\e90a";
}
.wpem-icon-droplet:before {
content: "\e90b";
}
.wpem-icon-paint-format:before {
content: "\e90c";
}
.wpem-icon-image:before {
content: "\e90d";
}
.wpem-icon-images:before {
content: "\e90e";
}
.wpem-icon-camera:before {
content: "\e90f";
}
.wpem-icon-headphones:before {
content: "\e910";
}
.wpem-icon-music:before {
content: "\e911";
}
.wpem-icon-play:before {
content: "\e912";
}
.wpem-icon-film:before {
content: "\e913";
}
.wpem-icon-video-camera:before {
content: "\e914";
}
.wpem-icon-dice:before {
content: "\e915";
}
.wpem-icon-pacman:before {
content: "\e916";
}
.wpem-icon-spades:before {
content: "\e917";
}
.wpem-icon-clubs:before {
content: "\e918";
}
.wpem-icon-diamonds:before {
content: "\e919";
}
.wpem-icon-bullhorn:before {
content: "\e91a";
}
.wpem-icon-connection:before {
content: "\e91b";
}
.wpem-icon-podcast:before {
content: "\e91c";
}
.wpem-icon-feed:before {
content: "\e91d";
}
.wpem-icon-mic:before {
content: "\e91e";
}
.wpem-icon-book:before {
content: "\e91f";
}
.wpem-icon-books:before {
content: "\e920";
}
.wpem-icon-library:before {
content: "\e921";
}
.wpem-icon-file-text:before {
content: "\e922";
}
.wpem-icon-profile:before {
content: "\e923";
}
.wpem-icon-file-empty:before {
content: "\e924";
}
.wpem-icon-files-empty:before {
content: "\e925";
}
.wpem-icon-file-text2:before {
content: "\e926";
}
.wpem-icon-file-picture:before {
content: "\e927";
}
.wpem-icon-file-music:before {
content: "\e928";
}
.wpem-icon-file-play:before {
content: "\e929";
}
.wpem-icon-file-video:before {
content: "\e92a";
}
.wpem-icon-file-zip:before {
content: "\e92b";
}
.wpem-icon-copy:before {
content: "\e92c";
}
.wpem-icon-paste:before {
content: "\e92d";
}
.wpem-icon-stack:before {
content: "\e92e";
}
.wpem-icon-folder:before {
content: "\e92f";
}
.wpem-icon-folder-open:before {
content: "\e930";
}
.wpem-icon-folder-plus:before {
content: "\e931";
}
.wpem-icon-folder-minus:before {
content: "\e932";
}
.wpem-icon-folder-download:before {
content: "\e933";
}
.wpem-icon-folder-upload:before {
content: "\e934";
}
.wpem-icon-price-tag:before {
content: "\e935";
}
.wpem-icon-price-tags:before {
content: "\e936";
}
.wpem-icon-barcode:before {
content: "\e937";
}
.wpem-icon-qrcode:before {
content: "\e938";
}
.wpem-icon-ticket:before {
content: "\e939";
}
.wpem-icon-cart:before {
content: "\e93a";
}
.wpem-icon-coin-dollar:before {
content: "\e93b";
}
.wpem-icon-coin-euro:before {
content: "\e93c";
}
.wpem-icon-coin-pound:before {
content: "\e93d";
}
.wpem-icon-coin-yen:before {
content: "\e93e";
}
.wpem-icon-credit-card:before {
content: "\e93f";
}
.wpem-icon-calculator:before {
content: "\e940";
}
.wpem-icon-lifebuoy:before {
content: "\e941";
}
.wpem-icon-phone:before {
content: "\e942";
}
.wpem-icon-phone-hang-up:before {
content: "\e943";
}
.wpem-icon-address-book:before {
content: "\e944";
}
.wpem-icon-envelop:before {
content: "\e945";
}
.wpem-icon-pushpin:before {
content: "\e946";
}
.wpem-icon-location:before {
content: "\e947";
}
.wpem-icon-location2:before {
content: "\e948";
}
.wpem-icon-compass:before {
content: "\e949";
}
.wpem-icon-compass2:before {
content: "\e94a";
}
.wpem-icon-map:before {
content: "\e94b";
}
.wpem-icon-map2:before {
content: "\e94c";
}
.wpem-icon-history:before {
content: "\e94d";
}
.wpem-icon-clock:before {
content: "\e94e";
}
.wpem-icon-clock2:before {
content: "\e94f";
}
.wpem-icon-alarm:before {
content: "\e950";
}
.wpem-icon-bell:before {
content: "\e951";
}
.wpem-icon-stopwatch:before {
content: "\e952";
}
.wpem-icon-calendar:before {
content: "\e953";
}
.wpem-icon-printer:before {
content: "\e954";
}
.wpem-icon-keyboard:before {
content: "\e955";
}
.wpem-icon-display:before {
content: "\e956";
}
.wpem-icon-laptop:before {
content: "\e957";
}
.wpem-icon-mobile:before {
content: "\e958";
}
.wpem-icon-mobile2:before {
content: "\e959";
}
.wpem-icon-tablet:before {
content: "\e95a";
}
.wpem-icon-tv:before {
content: "\e95b";
}
.wpem-icon-drawer:before {
content: "\e95c";
}
.wpem-icon-drawer2:before {
content: "\e95d";
}
.wpem-icon-box-add:before {
content: "\e95e";
}
.wpem-icon-box-remove:before {
content: "\e95f";
}
.wpem-icon-download:before {
content: "\e960";
}
.wpem-icon-upload:before {
content: "\e961";
}
.wpem-icon-floppy-disk:before {
content: "\e962";
}
.wpem-icon-drive:before {
content: "\e963";
}
.wpem-icon-database:before {
content: "\e964";
}
.wpem-icon-undo:before {
content: "\e965";
}
.wpem-icon-redo:before {
content: "\e966";
}
.wpem-icon-undo2:before {
content: "\e967";
}
.wpem-icon-redo2:before {
content: "\e968";
}
.wpem-icon-forward:before {
content: "\e969";
}
.wpem-icon-reply:before {
content: "\e96a";
}
.wpem-icon-bubble:before {
content: "\e96b";
}
.wpem-icon-bubbles:before {
content: "\e96c";
}
.wpem-icon-bubbles2:before {
content: "\e96d";
}
.wpem-icon-bubble2:before {
content: "\e96e";
}
.wpem-icon-bubbles3:before {
content: "\e96f";
}
.wpem-icon-bubbles4:before {
content: "\e970";
}
.wpem-icon-user:before {
content: "\e971";
}
.wpem-icon-users:before {
content: "\e972";
}
.wpem-icon-user-plus:before {
content: "\e973";
}
.wpem-icon-user-minus:before {
content: "\e974";
}
.wpem-icon-user-check:before {
content: "\e975";
}
.wpem-icon-user-tie:before {
content: "\e976";
}
.wpem-icon-quotes-left:before {
content: "\e977";
}
.wpem-icon-quotes-right:before {
content: "\e978";
}
.wpem-icon-hour-glass:before {
content: "\e979";
}
.wpem-icon-spinner:before {
content: "\e97a";
}
.wpem-icon-spinner2:before {
content: "\e97b";
}
.wpem-icon-spinner3:before {
content: "\e97c";
}
.wpem-icon-spinner4:before {
content: "\e97d";
}
.wpem-icon-spinner5:before {
content: "\e97e";
}
.wpem-icon-spinner6:before {
content: "\e97f";
}
.wpem-icon-spinner7:before {
content: "\e980";
}
.wpem-icon-spinner8:before {
content: "\e981";
}
.wpem-icon-spinner9:before {
content: "\e982";
}
.wpem-icon-spinner10:before {
content: "\e983";
}
.wpem-icon-spinner11:before {
content: "\e984";
}
.wpem-icon-binoculars:before {
content: "\e985";
}
.wpem-icon-search:before {
content: "\e986";
}
.wpem-icon-zoom-in:before {
content: "\e987";
}
.wpem-icon-zoom-out:before {
content: "\e988";
}
.wpem-icon-enlarge:before {
content: "\e989";
}
.wpem-icon-shrink:before {
content: "\e98a";
}
.wpem-icon-enlarge2:before {
content: "\e98b";
}
.wpem-icon-shrink2:before {
content: "\e98c";
}
.wpem-icon-key:before {
content: "\e98d";
}
.wpem-icon-key2:before {
content: "\e98e";
}
.wpem-icon-lock:before {
content: "\e98f";
}
.wpem-icon-unlocked:before {
content: "\e990";
}
.wpem-icon-wrench:before {
content: "\e991";
}
.wpem-icon-equalizer:before {
content: "\e992";
}
.wpem-icon-equalizer2:before {
content: "\e993";
}
.wpem-icon-cog:before {
content: "\e994";
}
.wpem-icon-cogs:before {
content: "\e995";
}
.wpem-icon-hammer:before {
content: "\e996";
}
.wpem-icon-magic-wand:before {
content: "\e997";
}
.wpem-icon-aid-kit:before {
content: "\e998";
}
.wpem-icon-bug:before {
content: "\e999";
}
.wpem-icon-pie-chart:before {
content: "\e99a";
}
.wpem-icon-stats-dots:before {
content: "\e99b";
}
.wpem-icon-stats-bars:before {
content: "\e99c";
}
.wpem-icon-stats-bars2:before {
content: "\e99d";
}
.wpem-icon-trophy:before {
content: "\e99e";
}
.wpem-icon-gift:before {
content: "\e99f";
}
.wpem-icon-glass:before {
content: "\e9a0";
}
.wpem-icon-glass2:before {
content: "\e9a1";
}
.wpem-icon-mug:before {
content: "\e9a2";
}
.wpem-icon-spoon-knife:before {
content: "\e9a3";
}
.wpem-icon-leaf:before {
content: "\e9a4";
}
.wpem-icon-rocket:before {
content: "\e9a5";
}
.wpem-icon-meter:before {
content: "\e9a6";
}
.wpem-icon-meter2:before {
content: "\e9a7";
}
.wpem-icon-hammer2:before {
content: "\e9a8";
}
.wpem-icon-fire:before {
content: "\e9a9";
}
.wpem-icon-lab:before {
content: "\e9aa";
}
.wpem-icon-magnet:before {
content: "\e9ab";
}
.wpem-icon-bin:before {
content: "\e9ac";
}
.wpem-icon-bin2:before {
content: "\e9ad";
}
.wpem-icon-briefcase:before {
content: "\e9ae";
}
.wpem-icon-airplane:before {
content: "\e9af";
}
.wpem-icon-truck:before {
content: "\e9b0";
}
.wpem-icon-road:before {
content: "\e9b1";
}
.wpem-icon-accessibility:before {
content: "\e9b2";
}
.wpem-icon-target:before {
content: "\e9b3";
}
.wpem-icon-shield:before {
content: "\e9b4";
}
.wpem-icon-power:before {
content: "\e9b5";
}
.wpem-icon-switch:before {
content: "\e9b6";
}
.wpem-icon-power-cord:before {
content: "\e9b7";
}
.wpem-icon-clipboard:before {
content: "\e9b8";
}
.wpem-icon-list-numbered:before {
content: "\e9b9";
}
.wpem-icon-list:before {
content: "\e9ba";
}
.wpem-icon-list2:before {
content: "\e9bb";
}
.wpem-icon-tree:before {
content: "\e9bc";
}
.wpem-icon-menu:before {
content: "\e9bd";
}
.wpem-icon-menu2:before {
content: "\e9be";
}
.wpem-icon-menu3:before {
content: "\e9bf";
}
.wpem-icon-menu4:before {
content: "\e9c0";
}
.wpem-icon-cloud:before {
content: "\e9c1";
}
.wpem-icon-cloud-download:before {
content: "\e9c2";
}
.wpem-icon-cloud-upload:before {
content: "\e9c3";
}
.wpem-icon-cloud-check:before {
content: "\e9c4";
}
.wpem-icon-download2:before {
content: "\e9c5";
}
.wpem-icon-upload2:before {
content: "\e9c6";
}
.wpem-icon-download3:before {
content: "\e9c7";
}
.wpem-icon-upload3:before {
content: "\e9c8";
}
.wpem-icon-sphere:before {
content: "\e9c9";
}
.wpem-icon-earth:before {
content: "\e9ca";
}
.wpem-icon-link:before {
content: "\e9cb";
}
.wpem-icon-flag:before {
content: "\e9cc";
}
.wpem-icon-attachment:before {
content: "\e9cd";
}
.wpem-icon-eye:before {
content: "\e9ce";
}
.wpem-icon-eye-plus:before {
content: "\e9cf";
}
.wpem-icon-eye-minus:before {
content: "\e9d0";
}
.wpem-icon-eye-blocked:before {
content: "\e9d1";
}
.wpem-icon-bookmark:before {
content: "\e9d2";
}
.wpem-icon-bookmarks:before {
content: "\e9d3";
}
.wpem-icon-sun:before {
content: "\e9d4";
}
.wpem-icon-contrast:before {
content: "\e9d5";
}
.wpem-icon-brightness-contrast:before {
content: "\e9d6";
}
.wpem-icon-star-empty:before {
content: "\e9d7";
}
.wpem-icon-star-half:before {
content: "\e9d8";
}
.wpem-icon-star-full:before {
content: "\e9d9";
}
.wpem-icon-heart:before {
content: "\e9da";
}
.wpem-icon-heart-broken:before {
content: "\e9db";
}
.wpem-icon-man:before {
content: "\e9dc";
}
.wpem-icon-woman:before {
content: "\e9dd";
}
.wpem-icon-man-woman:before {
content: "\e9de";
}
.wpem-icon-happy:before {
content: "\e9df";
}
.wpem-icon-happy2:before {
content: "\e9e0";
}
.wpem-icon-smile:before {
content: "\e9e1";
}
.wpem-icon-smile2:before {
content: "\e9e2";
}
.wpem-icon-tongue:before {
content: "\e9e3";
}
.wpem-icon-tongue2:before {
content: "\e9e4";
}
.wpem-icon-sad:before {
content: "\e9e5";
}
.wpem-icon-sad2:before {
content: "\e9e6";
}
.wpem-icon-wink:before {
content: "\e9e7";
}
.wpem-icon-wink2:before {
content: "\e9e8";
}
.wpem-icon-grin:before {
content: "\e9e9";
}
.wpem-icon-grin2:before {
content: "\e9ea";
}
.wpem-icon-cool:before {
content: "\e9eb";
}
.wpem-icon-cool2:before {
content: "\e9ec";
}
.wpem-icon-angry:before {
content: "\e9ed";
}
.wpem-icon-angry2:before {
content: "\e9ee";
}
.wpem-icon-evil:before {
content: "\e9ef";
}
.wpem-icon-evil2:before {
content: "\e9f0";
}
.wpem-icon-shocked:before {
content: "\e9f1";
}
.wpem-icon-shocked2:before {
content: "\e9f2";
}
.wpem-icon-baffled:before {
content: "\e9f3";
}
.wpem-icon-baffled2:before {
content: "\e9f4";
}
.wpem-icon-confused:before {
content: "\e9f5";
}
.wpem-icon-confused2:before {
content: "\e9f6";
}
.wpem-icon-neutral:before {
content: "\e9f7";
}
.wpem-icon-neutral2:before {
content: "\e9f8";
}
.wpem-icon-hipster:before {
content: "\e9f9";
}
.wpem-icon-hipster2:before {
content: "\e9fa";
}
.wpem-icon-wondering:before {
content: "\e9fb";
}
.wpem-icon-wondering2:before {
content: "\e9fc";
}
.wpem-icon-sleepy:before {
content: "\e9fd";
}
.wpem-icon-sleepy2:before {
content: "\e9fe";
}
.wpem-icon-frustrated:before {
content: "\e9ff";
}
.wpem-icon-frustrated2:before {
content: "\ea00";
}
.wpem-icon-crying:before {
content: "\ea01";
}
.wpem-icon-crying2:before {
content: "\ea02";
}
.wpem-icon-point-up:before {
content: "\ea03";
}
.wpem-icon-point-right:before {
content: "\ea04";
}
.wpem-icon-point-down:before {
content: "\ea05";
}
.wpem-icon-point-left:before {
content: "\ea06";
}
.wpem-icon-warning:before {
content: "\ea07";
}
.wpem-icon-notification:before {
content: "\ea08";
}
.wpem-icon-question:before {
content: "\ea09";
}
.wpem-icon-plus:before {
content: "\ea0a";
}
.wpem-icon-minus:before {
content: "\ea0b";
}
.wpem-icon-info:before {
content: "\ea0c";
}
.wpem-icon-cancel-circle:before {
content: "\ea0d";
}
.wpem-icon-blocked:before {
content: "\ea0e";
}
.wpem-icon-cross:before {
content: "\ea0f";
}
.wpem-icon-checkmark:before {
content: "\ea10";
}
.wpem-icon-checkmark2:before {
content: "\ea11";
}
.wpem-icon-spell-check:before {
content: "\ea12";
}
.wpem-icon-enter:before {
content: "\ea13";
}
.wpem-icon-exit:before {
content: "\ea14";
}
.wpem-icon-play2:before {
content: "\ea15";
}
.wpem-icon-pause:before {
content: "\ea16";
}
.wpem-icon-stop:before {
content: "\ea17";
}
.wpem-icon-previous:before {
content: "\ea18";
}
.wpem-icon-next:before {
content: "\ea19";
}
.wpem-icon-backward:before {
content: "\ea1a";
}
.wpem-icon-forward2:before {
content: "\ea1b";
}
.wpem-icon-play3:before {
content: "\ea1c";
}
.wpem-icon-pause2:before {
content: "\ea1d";
}
.wpem-icon-stop2:before {
content: "\ea1e";
}
.wpem-icon-backward2:before {
content: "\ea1f";
}
.wpem-icon-forward3:before {
content: "\ea20";
}
.wpem-icon-first:before {
content: "\ea21";
}
.wpem-icon-last:before {
content: "\ea22";
}
.wpem-icon-previous2:before {
content: "\ea23";
}
.wpem-icon-next2:before {
content: "\ea24";
}
.wpem-icon-eject:before {
content: "\ea25";
}
.wpem-icon-volume-high:before {
content: "\ea26";
}
.wpem-icon-volume-medium:before {
content: "\ea27";
}
.wpem-icon-volume-low:before {
content: "\ea28";
}
.wpem-icon-volume-mute:before {
content: "\ea29";
}
.wpem-icon-volume-mute2:before {
content: "\ea2a";
}
.wpem-icon-volume-increase:before {
content: "\ea2b";
}
.wpem-icon-volume-decrease:before {
content: "\ea2c";
}
.wpem-icon-loop:before {
content: "\ea2d";
}
.wpem-icon-loop2:before {
content: "\ea2e";
}
.wpem-icon-infinite:before {
content: "\ea2f";
}
.wpem-icon-shuffle:before {
content: "\ea30";
}
.wpem-icon-arrow-up-left:before {
content: "\ea31";
}
.wpem-icon-arrow-up:before {
content: "\ea32";
}
.wpem-icon-arrow-up-right:before {
content: "\ea33";
}
.wpem-icon-arrow-right:before {
content: "\ea34";
}
.wpem-icon-arrow-down-right:before {
content: "\ea35";
}
.wpem-icon-arrow-down:before {
content: "\ea36";
}
.wpem-icon-arrow-down-left:before {
content: "\ea37";
}
.wpem-icon-arrow-left:before {
content: "\ea38";
}
.wpem-icon-arrow-up-left2:before {
content: "\ea39";
}
.wpem-icon-arrow-up2:before {
content: "\ea3a";
}
.wpem-icon-arrow-up-right2:before {
content: "\ea3b";
}
.wpem-icon-arrow-right2:before {
content: "\ea3c";
}
.wpem-icon-arrow-down-right2:before {
content: "\ea3d";
}
.wpem-icon-arrow-down2:before {
content: "\ea3e";
}
.wpem-icon-arrow-down-left2:before {
content: "\ea3f";
}
.wpem-icon-arrow-left2:before {
content: "\ea40";
}
.wpem-icon-circle-up:before {
content: "\ea41";
}
.wpem-icon-circle-right:before {
content: "\ea42";
}
.wpem-icon-circle-down:before {
content: "\ea43";
}
.wpem-icon-circle-left:before {
content: "\ea44";
}
.wpem-icon-tab:before {
content: "\ea45";
}
.wpem-icon-move-up:before {
content: "\ea46";
}
.wpem-icon-move-down:before {
content: "\ea47";
}
.wpem-icon-sort-alpha-asc:before {
content: "\ea48";
}
.wpem-icon-sort-alpha-desc:before {
content: "\ea49";
}
.wpem-icon-sort-numeric-asc:before {
content: "\ea4a";
}
.wpem-icon-sort-numberic-desc:before {
content: "\ea4b";
}
.wpem-icon-sort-amount-asc:before {
content: "\ea4c";
}
.wpem-icon-sort-amount-desc:before {
content: "\ea4d";
}
.wpem-icon-command:before {
content: "\ea4e";
}
.wpem-icon-shift:before {
content: "\ea4f";
}
.wpem-icon-ctrl:before {
content: "\ea50";
}
.wpem-icon-opt:before {
content: "\ea51";
}
.wpem-icon-checkbox-checked:before {
content: "\ea52";
}
.wpem-icon-checkbox-unchecked:before {
content: "\ea53";
}
.wpem-icon-radio-checked:before {
content: "\ea54";
}
.wpem-icon-radio-checked2:before {
content: "\ea55";
}
.wpem-icon-radio-unchecked:before {
content: "\ea56";
}
.wpem-icon-crop:before {
content: "\ea57";
}
.wpem-icon-make-group:before {
content: "\ea58";
}
.wpem-icon-ungroup:before {
content: "\ea59";
}
.wpem-icon-scissors:before {
content: "\ea5a";
}
.wpem-icon-filter:before {
content: "\ea5b";
}
.wpem-icon-font:before {
content: "\ea5c";
}
.wpem-icon-ligature:before {
content: "\ea5d";
}
.wpem-icon-ligature2:before {
content: "\ea5e";
}
.wpem-icon-text-height:before {
content: "\ea5f";
}
.wpem-icon-text-width:before {
content: "\ea60";
}
.wpem-icon-font-size:before {
content: "\ea61";
}
.wpem-icon-bold:before {
content: "\ea62";
}
.wpem-icon-underline:before {
content: "\ea63";
}
.wpem-icon-italic:before {
content: "\ea64";
}
.wpem-icon-strikethrough:before {
content: "\ea65";
}
.wpem-icon-omega:before {
content: "\ea66";
}
.wpem-icon-sigma:before {
content: "\ea67";
}
.wpem-icon-page-break:before {
content: "\ea68";
}
.wpem-icon-superscript:before {
content: "\ea69";
}
.wpem-icon-subscript:before {
content: "\ea6a";
}
.wpem-icon-superscript2:before {
content: "\ea6b";
}
.wpem-icon-subscript2:before {
content: "\ea6c";
}
.wpem-icon-text-color:before {
content: "\ea6d";
}
.wpem-icon-pagebreak:before {
content: "\ea6e";
}
.wpem-icon-clear-formatting:before {
content: "\ea6f";
}
.wpem-icon-table:before {
content: "\ea70";
}
.wpem-icon-table2:before {
content: "\ea71";
}
.wpem-icon-insert-template:before {
content: "\ea72";
}
.wpem-icon-pilcrow:before {
content: "\ea73";
}
.wpem-icon-ltr:before {
content: "\ea74";
}
.wpem-icon-rtl:before {
content: "\ea75";
}
.wpem-icon-section:before {
content: "\ea76";
}
.wpem-icon-paragraph-left:before {
content: "\ea77";
}
.wpem-icon-paragraph-center:before {
content: "\ea78";
}
.wpem-icon-paragraph-right:before {
content: "\ea79";
}
.wpem-icon-paragraph-justify:before {
content: "\ea7a";
}
.wpem-icon-indent-increase:before {
content: "\ea7b";
}
.wpem-icon-indent-decrease:before {
content: "\ea7c";
}
.wpem-icon-share:before {
content: "\ea7d";
}
.wpem-icon-new-tab:before {
content: "\ea7e";
}
.wpem-icon-embed:before {
content: "\ea7f";
}
.wpem-icon-embed2:before {
content: "\ea80";
}
.wpem-icon-terminal:before {
content: "\ea81";
}
.wpem-icon-share2:before {
content: "\ea82";
}
.wpem-icon-mail:before {
content: "\ea83";
}
.wpem-icon-mail2:before {
content: "\ea84";
}
.wpem-icon-mail3:before {
content: "\ea85";
}
.wpem-icon-mail4:before {
content: "\ea86";
}
.wpem-icon-amazon:before {
content: "\ea87";
}
.wpem-icon-google:before {
content: "\ea88";
}
.wpem-icon-google2:before {
content: "\ea89";
}
.wpem-icon-google3:before {
content: "\ea8a";
}
.wpem-icon-google-plus:before {
content: "\ea8b";
}
.wpem-icon-google-plus2:before {
content: "\ea8c";
}
.wpem-icon-google-plus3:before {
content: "\ea8d";
}
.wpem-icon-hangouts:before {
content: "\ea8e";
}
.wpem-icon-google-drive:before {
content: "\ea8f";
}
.wpem-icon-facebook:before {
content: "\ea90";
}
.wpem-icon-facebook2:before {
content: "\ea91";
}
.wpem-icon-instagram:before {
content: "\ea92";
}
.wpem-icon-whatsapp:before {
content: "\ea93";
}
.wpem-icon-spotify:before {
content: "\ea94";
}
.wpem-icon-telegram:before {
content: "\ea95";
}
.wpem-icon-twitter:before {
content: "\ea96";
}
.wpem-icon-vine:before {
content: "\ea97";
}
.wpem-icon-vk:before {
content: "\ea98";
}
.wpem-icon-renren:before {
content: "\ea99";
}
.wpem-icon-sina-weibo:before {
content: "\ea9a";
}
.wpem-icon-rss:before {
content: "\ea9b";
}
.wpem-icon-rss2:before {
content: "\ea9c";
}
.wpem-icon-youtube:before {
content: "\ea9d";
}
.wpem-icon-youtube2:before {
content: "\ea9e";
}
.wpem-icon-twitch:before {
content: "\ea9f";
}
.wpem-icon-vimeo:before {
content: "\eaa0";
}
.wpem-icon-vimeo2:before {
content: "\eaa1";
}
.wpem-icon-lanyrd:before {
content: "\eaa2";
}
.wpem-icon-flickr:before {
content: "\eaa3";
}
.wpem-icon-flickr2:before {
content: "\eaa4";
}
.wpem-icon-flickr3:before {
content: "\eaa5";
}
.wpem-icon-flickr4:before {
content: "\eaa6";
}
.wpem-icon-dribbble:before {
content: "\eaa7";
}
.wpem-icon-behance:before {
content: "\eaa8";
}
.wpem-icon-behance2:before {
content: "\eaa9";
}
.wpem-icon-deviantart:before {
content: "\eaaa";
}
.wpem-icon-500px:before {
content: "\eaab";
}
.wpem-icon-steam:before {
content: "\eaac";
}
.wpem-icon-steam2:before {
content: "\eaad";
}
.wpem-icon-dropbox:before {
content: "\eaae";
}
.wpem-icon-onedrive:before {
content: "\eaaf";
}
.wpem-icon-github:before {
content: "\eab0";
}
.wpem-icon-npm:before {
content: "\eab1";
}
.wpem-icon-basecamp:before {
content: "\eab2";
}
.wpem-icon-trello:before {
content: "\eab3";
}
.wpem-icon-wordpress:before {
content: "\eab4";
}
.wpem-icon-joomla:before {
content: "\eab5";
}
.wpem-icon-ello:before {
content: "\eab6";
}
.wpem-icon-blogger:before {
content: "\eab7";
}
.wpem-icon-blogger2:before {
content: "\eab8";
}
.wpem-icon-tumblr:before {
content: "\eab9";
}
.wpem-icon-tumblr2:before {
content: "\eaba";
}
.wpem-icon-yahoo:before {
content: "\eabb";
}
.wpem-icon-yahoo2:before {
content: "\eabc";
}
.wpem-icon-tux:before {
content: "\eabd";
}
.wpem-icon-appleinc:before {
content: "\eabe";
}
.wpem-icon-finder:before {
content: "\eabf";
}
.wpem-icon-android:before {
content: "\eac0";
}
.wpem-icon-windows:before {
content: "\eac1";
}
.wpem-icon-windows8:before {
content: "\eac2";
}
.wpem-icon-soundcloud:before {
content: "\eac3";
}
.wpem-icon-soundcloud2:before {
content: "\eac4";
}
.wpem-icon-skype:before {
content: "\eac5";
}
.wpem-icon-reddit:before {
content: "\eac6";
}
.wpem-icon-hackernews:before {
content: "\eac7";
}
.wpem-icon-wikipedia:before {
content: "\eac8";
}
.wpem-icon-linkedin:before {
content: "\eac9";
}
.wpem-icon-linkedin2:before {
content: "\eaca";
}
.wpem-icon-lastfm:before {
content: "\eacb";
}
.wpem-icon-lastfm2:before {
content: "\eacc";
}
.wpem-icon-delicious:before {
content: "\eacd";
}
.wpem-icon-stumbleupon:before {
content: "\eace";
}
.wpem-icon-stumbleupon2:before {
content: "\eacf";
}
.wpem-icon-stackoverflow:before {
content: "\ead0";
}
.wpem-icon-pinterest:before {
content: "\ead1";
}
.wpem-icon-pinterest2:before {
content: "\ead2";
}
.wpem-icon-xing:before {
content: "\ead3";
}
.wpem-icon-xing2:before {
content: "\ead4";
}
.wpem-icon-flattr:before {
content: "\ead5";
}
.wpem-icon-foursquare:before {
content: "\ead6";
}
.wpem-icon-yelp:before {
content: "\ead7";
}
.wpem-icon-paypal:before {
content: "\ead8";
}
.wpem-icon-chrome:before {
content: "\ead9";
}
.wpem-icon-firefox:before {
content: "\eada";
}
.wpem-icon-IE:before {
content: "\eadb";
}
.wpem-icon-edge:before {
content: "\eadc";
}
.wpem-icon-safari:before {
content: "\eadd";
}
.wpem-icon-opera:before {
content: "\eade";
}
.wpem-icon-file-pdf:before {
content: "\eadf";
}
.wpem-icon-file-openoffice:before {
content: "\eae0";
}
.wpem-icon-file-word:before {
content: "\eae1";
}
.wpem-icon-file-excel:before {
content: "\eae2";
}
.wpem-icon-libreoffice:before {
content: "\eae3";
}
.wpem-icon-html-five:before {
content: "\eae4";
}
.wpem-icon-html-five2:before {
content: "\eae5";
}
.wpem-icon-css3:before {
content: "\eae6";
}
.wpem-icon-git:before {
content: "\eae7";
}
.wpem-icon-codepen:before {
content: "\eae8";
}
.wpem-icon-svg:before {
content: "\eae9";
}
.wpem-icon-IcoMoon:before {
content: "\eaea";
}
.wpem-icon-guest-list:before {
content: "\eaeb";
}
.wpem-icon-stripe:before {
content: "\eaec";
}
.wpem-icon-ical:before {
content: "\eaed";
}
.wpem-icon-mailchimp:before {
content: "\eaee";
}
.wpem-icon-sync:before {
content: "\eaef";
}
.wpem-icon-no-sync:before {
content: "\eaf0";
}
.wpem-icon-brevo:before {
content: "\eaf1";
}
.wpem-icon-zoom:before {
content: "\eaf2";
}body .wp-show-posts a{box-shadow:0 0 0 transparent}.wp-show-posts-entry-title a{text-decoration:none}a.wp-show-posts-read-more,a.wp-show-posts-read-more:visited{display:inline-block;padding:8px 15px;border:2px solid #222;color:#222;font-size:.8em;text-decoration:none}.wpsp-read-more{margin:0 0 1em;display:inline-block}a.wp-show-posts-read-more:focus,a.wp-show-posts-read-more:hover{border:2px solid transparent;color:#fff;background:#222;text-decoration:none}.wp-show-posts-image{margin-bottom:1em}.wp-show-posts-image.wpsp-image-left{float:left;margin-right:1.5em}.wp-show-posts-image.wpsp-image-right{float:right;margin-left:1.5em}.wp-show-posts-image.wpsp-image-center{display:block;text-align:center}.wp-show-posts-image img{margin:0!important;vertical-align:bottom;height:auto}.wp-show-posts-entry-header{margin:0 0 1em;padding:0}.wp-show-posts .wp-show-posts-entry-title{margin:0}.wp-show-posts-updated{display:none}.wp-show-posts-entry-content,.wp-show-posts-entry-summary{margin-bottom:1em}.wp-show-posts-entry-meta{font-size:.8em}.wp-show-posts-separator{opacity:.5}.wp-show-posts-meta a,.wp-show-posts-meta a:visited{color:rgba(0,0,0,.5)}.stack-wp-show-posts-byline,.stack-wp-show-posts-posted-on{display:block}.wp-show-posts-entry-meta-below-post{margin-bottom:1em}.wp-show-posts-columns:not(.wp-show-posts-masonry){display:flex;flex-wrap:wrap}.wp-show-posts-columns .wp-show-posts-single:not(.wp-show-posts-masonry-block){display:flex;flex-direction:row}.wp-show-posts-columns .wp-show-posts-single:not(.wp-show-posts-masonry-block) .wp-show-posts-image img{flex:0 0 auto;object-fit:scale-down}.wpsp-clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.wp-show-posts:not(.wp-show-posts-columns) .wp-show-posts-single:not(:last-child){margin-bottom:2em}.wpsp-load-more{margin-top:2em}.wp-show-posts-columns .wp-show-posts-inner{flex:1}.wp-show-posts-inner:after{clear:both;display:table;content:'';width:0;height:0;overflow:hidden;visibility:hidden}.wp-show-posts-single.post{margin-bottom:0}@media (min-width:768px){.wpsp-col-1,.wpsp-col-10,.wpsp-col-11,.wpsp-col-12,.wpsp-col-2,.wpsp-col-20,.wpsp-col-3,.wpsp-col-4,.wpsp-col-5,.wpsp-col-6,.wpsp-col-7,.wpsp-col-8,.wpsp-col-9{float:left}.wpsp-col-1{width:8.333333%}.wpsp-col-2{width:16.666667%}.wpsp-col-3{width:25%}.wpsp-col-4{width:33.333%}.wpsp-col-5{width:41.666667%}.wpsp-col-6{width:50%}.wpsp-col-7{width:58.333333%}.wpsp-col-8{width:66.666667%}.wpsp-col-9{width:75%}.wpsp-col-10{width:83.333333%}.wpsp-col-11{width:91.666667%}.wpsp-col-12{width:100%}.wpsp-col-20{width:20%}}@media (max-width:767px){.wp-show-posts-columns,.wp-show-posts-inner{margin-left:0!important;margin-right:0!important}.wp-show-posts-columns .wp-show-posts-single{display:block;width:100%}.wp-show-posts-image.wpsp-image-left,.wp-show-posts-image.wpsp-image-right{float:none;margin-right:0;margin-left:0}}.wp-show-posts-inner :last-child{margin-bottom:0}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wpsp-clearfix:after{content:".";display:block;overflow:hidden;visibility:hidden;font-size:0;line-height:0;width:0;height:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@font-face{font-family:'FontAwesome';src:url(//www.nissy247.com/wp-content/themes/affinger/css/fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//www.nissy247.com/wp-content/themes/affinger/css/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.nissy247.com/wp-content/themes/affinger/css/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.nissy247.com/wp-content/themes/affinger/css/fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.nissy247.com/wp-content/themes/affinger/css/fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.nissy247.com/wp-content/themes/affinger/css/fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@-webkit-keyframes wrench{0%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}8%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}10%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}18%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}20%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}28%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}30%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}38%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}40%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}48%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}50%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}58%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}60%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}68%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}100%,75%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes wrench{0%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}8%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}10%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}18%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}20%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}28%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}30%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}38%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}40%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}48%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}50%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}58%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}60%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}68%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}100%,75%{-webkit-transform:rotate(0);transform:rotate(0)}}.faa-parent.animated-hover:hover>.faa-wrench,.faa-wrench.animated,.faa-wrench.animated-hover:hover{-webkit-animation:wrench 2.5s ease infinite;animation:wrench 2.5s ease infinite;transform-origin-x:90%;transform-origin-y:35%;transform-origin-z:initial}.faa-parent.animated-hover:hover>.faa-wrench.faa-fast,.faa-wrench.animated-hover.faa-fast:hover,.faa-wrench.animated.faa-fast{-webkit-animation:wrench 1.2s ease infinite;animation:wrench 1.2s ease infinite}.faa-parent.animated-hover:hover>.faa-wrench.faa-slow,.faa-wrench.animated-hover.faa-slow:hover,.faa-wrench.animated.faa-slow{-webkit-animation:wrench 3.7s ease infinite;animation:wrench 3.7s ease infinite}@-webkit-keyframes ring{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}100%,20%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes ring{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}100%,20%{-webkit-transform:rotate(0);transform:rotate(0)}}.faa-parent.animated-hover:hover>.faa-ring,.faa-ring.animated,.faa-ring.animated-hover:hover{-webkit-animation:ring 2s ease infinite;animation:ring 2s ease infinite;transform-origin-x:50%;transform-origin-y:0;transform-origin-z:initial}.faa-parent.animated-hover:hover>.faa-ring.faa-fast,.faa-ring.animated-hover.faa-fast:hover,.faa-ring.animated.faa-fast{-webkit-animation:ring 1s ease infinite;animation:ring 1s ease infinite}.faa-parent.animated-hover:hover>.faa-ring.faa-slow,.faa-ring.animated-hover.faa-slow:hover,.faa-ring.animated.faa-slow{-webkit-animation:ring 3s ease infinite;animation:ring 3s ease infinite}@-webkit-keyframes vertical{0%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}4%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}8%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}12%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}16%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}20%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}100%,22%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes vertical{0%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}4%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}8%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}12%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}16%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}20%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}100%,22%{-webkit-transform:translate(0,0);transform:translate(0,0)}}.faa-parent.animated-hover:hover>.faa-vertical,.faa-vertical.animated,.faa-vertical.animated-hover:hover{-webkit-animation:vertical 2s ease infinite;animation:vertical 2s ease infinite}.faa-parent.animated-hover:hover>.faa-vertical.faa-fast,.faa-vertical.animated-hover.faa-fast:hover,.faa-vertical.animated.faa-fast{-webkit-animation:vertical 1s ease infinite;animation:vertical 1s ease infinite}.faa-parent.animated-hover:hover>.faa-vertical.faa-slow,.faa-vertical.animated-hover.faa-slow:hover,.faa-vertical.animated.faa-slow{-webkit-animation:vertical 4s ease infinite;animation:vertical 4s ease infinite}@-webkit-keyframes horizontal{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}6%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}12%{-webkit-transform:translate(0,0);transform:translate(0,0)}18%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}24%{-webkit-transform:translate(0,0);transform:translate(0,0)}30%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}100%,36%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes horizontal{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}6%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}12%{-webkit-transform:translate(0,0);transform:translate(0,0)}18%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}24%{-webkit-transform:translate(0,0);transform:translate(0,0)}30%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}100%,36%{-webkit-transform:translate(0,0);transform:translate(0,0)}}.faa-horizontal.animated,.faa-horizontal.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-horizontal{-webkit-animation:horizontal 2s ease infinite;animation:horizontal 2s ease infinite}.faa-horizontal.animated-hover.faa-fast:hover,.faa-horizontal.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-horizontal.faa-fast{-webkit-animation:horizontal 1s ease infinite;animation:horizontal 1s ease infinite}.faa-horizontal.animated-hover.faa-slow:hover,.faa-horizontal.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-horizontal.faa-slow{-webkit-animation:horizontal 3s ease infinite;animation:horizontal 3s ease infinite}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.faa-flash.animated,.faa-flash.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-flash{-webkit-animation:flash 2s ease infinite;animation:flash 2s ease infinite}.faa-flash.animated-hover.faa-fast:hover,.faa-flash.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-flash.faa-fast{-webkit-animation:flash 1s ease infinite;animation:flash 1s ease infinite}.faa-flash.animated-hover.faa-slow:hover,.faa-flash.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-flash.faa-slow{-webkit-animation:flash 3s ease infinite;animation:flash 3s ease infinite}@-webkit-keyframes bounce{0%,10%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,10%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}.faa-bounce.animated,.faa-bounce.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-bounce{-webkit-animation:bounce 2s ease infinite;animation:bounce 2s ease infinite}.faa-bounce.animated-hover.faa-fast:hover,.faa-bounce.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-bounce.faa-fast{-webkit-animation:bounce 1s ease infinite;animation:bounce 1s ease infinite}.faa-bounce.animated-hover.faa-slow:hover,.faa-bounce.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-bounce.faa-slow{-webkit-animation:bounce 3s ease infinite;animation:bounce 3s ease infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.faa-parent.animated-hover:hover>.faa-spin,.faa-spin.animated,.faa-spin.animated-hover:hover{-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite}.faa-parent.animated-hover:hover>.faa-spin.faa-fast,.faa-spin.animated-hover.faa-fast:hover,.faa-spin.animated.faa-fast{-webkit-animation:spin .7s linear infinite;animation:spin .7s linear infinite}.faa-parent.animated-hover:hover>.faa-spin.faa-slow,.faa-spin.animated-hover.faa-slow:hover,.faa-spin.animated.faa-slow{-webkit-animation:spin 2.2s linear infinite;animation:spin 2.2s linear infinite}@-webkit-keyframes float{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes float{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.faa-float.animated,.faa-float.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-float{-webkit-animation:float 2s linear infinite;animation:float 2s linear infinite}.faa-float.animated-hover.faa-fast:hover,.faa-float.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-float.faa-fast{-webkit-animation:float 1s linear infinite;animation:float 1s linear infinite}.faa-float.animated-hover.faa-slow:hover,.faa-float.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-float.faa-slow{-webkit-animation:float 3s linear infinite;animation:float 3s linear infinite}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes pulse{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1.1);transform:scale(1.1)}}.faa-parent.animated-hover:hover>.faa-pulse,.faa-pulse.animated,.faa-pulse.animated-hover:hover{-webkit-animation:pulse 2s linear infinite;animation:pulse 2s linear infinite}.faa-parent.animated-hover:hover>.faa-pulse.faa-fast,.faa-pulse.animated-hover.faa-fast:hover,.faa-pulse.animated.faa-fast{-webkit-animation:pulse 1s linear infinite;animation:pulse 1s linear infinite}.faa-parent.animated-hover:hover>.faa-pulse.faa-slow,.faa-pulse.animated-hover.faa-slow:hover,.faa-pulse.animated.faa-slow{-webkit-animation:pulse 3s linear infinite;animation:pulse 3s linear infinite}.faa-parent.animated-hover:hover>.faa-shake,.faa-shake.animated,.faa-shake.animated-hover:hover{-webkit-animation:wrench 2.5s ease infinite;animation:wrench 2.5s ease infinite}.faa-parent.animated-hover:hover>.faa-shake.faa-fast,.faa-shake.animated-hover.faa-fast:hover,.faa-shake.animated.faa-fast{-webkit-animation:wrench 1.2s ease infinite;animation:wrench 1.2s ease infinite}.faa-parent.animated-hover:hover>.faa-shake.faa-slow,.faa-shake.animated-hover.faa-slow:hover,.faa-shake.animated.faa-slow{-webkit-animation:wrench 3.7s ease infinite;animation:wrench 3.7s ease infinite}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-8deg);transform:scale(.9) rotate(-8deg)}30%,50%,70%{-webkit-transform:scale(1.3) rotate(8deg);transform:scale(1.3) rotate(8deg)}40%,60%{-webkit-transform:scale(1.3) rotate(-8deg);transform:scale(1.3) rotate(-8deg)}100%,80%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-8deg);transform:scale(.9) rotate(-8deg)}30%,50%,70%{-webkit-transform:scale(1.3) rotate(8deg);transform:scale(1.3) rotate(8deg)}40%,60%{-webkit-transform:scale(1.3) rotate(-8deg);transform:scale(1.3) rotate(-8deg)}100%,80%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}.faa-parent.animated-hover:hover>.faa-tada,.faa-tada.animated,.faa-tada.animated-hover:hover{-webkit-animation:tada 2s linear infinite;animation:tada 2s linear infinite}.faa-parent.animated-hover:hover>.faa-tada.faa-fast,.faa-tada.animated-hover.faa-fast:hover,.faa-tada.animated.faa-fast{-webkit-animation:tada 1s linear infinite;animation:tada 1s linear infinite}.faa-parent.animated-hover:hover>.faa-tada.faa-slow,.faa-tada.animated-hover.faa-slow:hover,.faa-tada.animated.faa-slow{-webkit-animation:tada 3s linear infinite;animation:tada 3s linear infinite}@-webkit-keyframes passing{0%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}50%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:0}}@keyframes passing{0%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}50%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:0}}.faa-parent.animated-hover:hover>.faa-passing,.faa-passing.animated,.faa-passing.animated-hover:hover{-webkit-animation:passing 2s linear infinite;animation:passing 2s linear infinite}.faa-parent.animated-hover:hover>.faa-passing.faa-fast,.faa-passing.animated-hover.faa-fast:hover,.faa-passing.animated.faa-fast{-webkit-animation:passing 1s linear infinite;animation:passing 1s linear infinite}.faa-parent.animated-hover:hover>.faa-passing.faa-slow,.faa-passing.animated-hover.faa-slow:hover,.faa-passing.animated.faa-slow{-webkit-animation:passing 3s linear infinite;animation:passing 3s linear infinite}@-webkit-keyframes passing-reverse{0%{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:0}50%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}}@keyframes passing-reverse{0%{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:0}50%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}}.faa-parent.animated-hover:hover>.faa-passing-reverse,.faa-passing-reverse.animated,.faa-passing-reverse.animated-hover:hover{-webkit-animation:passing-reverse 2s linear infinite;animation:passing-reverse 2s linear infinite}.faa-parent.animated-hover:hover>.faa-passing-reverse.faa-fast,.faa-passing-reverse.animated-hover.faa-fast:hover,.faa-passing-reverse.animated.faa-fast{-webkit-animation:passing-reverse 1s linear infinite;animation:passing-reverse 1s linear infinite}.faa-parent.animated-hover:hover>.faa-passing-reverse.faa-slow,.faa-passing-reverse.animated-hover.faa-slow:hover,.faa-passing-reverse.animated.faa-slow{-webkit-animation:passing-reverse 3s linear infinite;animation:passing-reverse 3s linear infinite}@-webkit-keyframes burst{0%{opacity:.6}50%{-webkit-transform:scale(1.8);transform:scale(1.8);opacity:0}100%{opacity:0}}@keyframes burst{0%{opacity:.6}50%{-webkit-transform:scale(1.8);transform:scale(1.8);opacity:0}100%{opacity:0}}.faa-burst.animated,.faa-burst.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-burst{-webkit-animation:burst 2s infinite linear;animation:burst 2s infinite linear}.faa-burst.animated-hover.faa-fast:hover,.faa-burst.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-burst.faa-fast{-webkit-animation:burst 1s infinite linear;animation:burst 1s infinite linear}.faa-burst.animated-hover.faa-slow:hover,.faa-burst.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-burst.faa-slow{-webkit-animation:burst 3s infinite linear;animation:burst 3s infinite linear}@-webkit-keyframes falling{0%{-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:0}50%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}100%{-webkit-transform:translateY(50%);transform:translateY(50%);opacity:0}}@keyframes falling{0%{-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:0}50%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}100%{-webkit-transform:translateY(50%);transform:translateY(50%);opacity:0}}.faa-falling.animated,.faa-falling.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-falling{-webkit-animation:falling 2s linear infinite;animation:falling 2s linear infinite}.faa-falling.animated-hover.faa-fast:hover,.faa-falling.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-falling.faa-fast{-webkit-animation:falling 1s linear infinite;animation:falling 1s linear infinite}.faa-falling.animated-hover.faa-slow:hover,.faa-falling.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-falling.faa-slow{-webkit-animation:falling 3s linear infinite;animation:falling 3s linear infinite}@font-face {
font-family: stsvg;
src:  url(//www.nissy247.com/wp-content/themes/affinger/st_svg/fonts/stsvg.eot?e9lchi);
src:  url(//www.nissy247.com/wp-content/themes/affinger/st_svg/fonts/stsvg.eot?e9lchi#iefix) format('embedded-opentype'),
url(//www.nissy247.com/wp-content/themes/affinger/st_svg/fonts/stsvg.ttf?e9lchi) format('truetype'),
url(//www.nissy247.com/wp-content/themes/affinger/st_svg/fonts/stsvg.woff?e9lchi) format('woff'),
url(//www.nissy247.com/wp-content/themes/affinger/st_svg/fonts/stsvg.svg?e9lchi#stsvg) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="st-svg-"], [class*=" st-svg-"] {
font-family: stsvg;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wp-element-caption [class^="st-svg-"],
.wp-element-caption [class*=" st-svg-"] {
margin-right: 3px;
}
#search .st-fa {
font-family: stsvg;
}
.st-svg-note:before {
content: "\e92d";
font-size: .9em;
}
.st-svg-caret-down:before {
content: "\e901";
}
.st-svg-xcom:before {
content: "\e92c";
}
.st-svg-bar:before {
content: "\e916";
}
.st-svg-circle-w:before {
content: "\e920";
}
.st-svg-triangle:before {
content: "\e92b";
}
.st-svg-font-q:before {
content: "\e906";
}
.st-svg-h-top:before {
content: "\e905";
}
.st-svg-instagram:before {
content: "\e903";
}
.st-svg-get-pocket:before {
content: "\f265";
}
.st-svg-pinterest-p:before {
content: "\f231";
}
.st-svg-youtube-play:before {
content: "\f16a";
}
.st-svg-hand-right:before {
content: "\e974";
}
.st-svg-thumbs-o-down:before {
content: "\f088";
}
.st-svg-thumbs-o-up:before {
content: "\f087";
}
.st-svg-thumbs-up:before {
content: "\f164";
}
.st-svg-vidicon:before {
content: "\e934";
}
.st-svg-hand-o-down:before {
content: "\f0a7";
}
.st-svg-hand-o-right:before {
content: "\f0a4";
}
.st-svg-headphone:before {
content: "\e938";
}
.st-svg-pencil-square:before {
content: "\f14b";
}
.st-svg-pencil-square-o:before {
content: "\f044";
}
.st-svg-thumbs-down:before {
content: "\f165";
}
.st-svg-bullhorn:before {
content: "\f0a1";
}
.st-svg-columns:before {
content: "\f0db";
}
.st-svg-refresh:before {
content: "\f021";
}
.st-svg-plus-circle:before {
content: "\f055";
}
.st-svg-qr-code:before {
content: "\e933";
}
.st-svg-angle-double-down:before {
content: "\f103";
}
.st-svg-angle-double-right:before {
content: "\f101";
}
.st-svg-angle-down:before {
content: "\f107";
}
.st-svg-angle-right:before {
content: "\f105";
}
.st-svg-angle-up:before {
content: "\f106";
}
.st-svg-arrow-right:before {
content: "\f061";
}
.st-svg-arrow-left:before {
content: "\f061";
transform:rotate(180deg);
}
.st-svg-bell:before {
content: "\f0f3";
}
.st-svg-bold:before {
content: "\f032";
}
.st-svg-book:before {
content: "\f02d";
}
.st-svg-bookmark:before {
content: "\f02e";
}
.st-svg-calendar:before {
content: "\f073";
}
.st-svg-camera:before {
content: "\f030";
}
.st-svg-caret-right:before {
content: "\f0da";
}
.st-svg-caret-square-o-right:before {
content: "\f152";
}
.st-svg-check-circle:before {
content: "\f058";
}
.st-svg-chevron-circle-right:before {
content: "\f138";
}
.st-svg-chevron-circle-right_:before {
content: "\e937";
}
.st-svg-chevron-down:before {
content: "\f078";
}
.st-svg-chevron-left:before {
content: "\f053";
}
.st-svg-chevron-right:before {
content: "\f054";
}
.st-svg-clipboard:before {
content: "\f0ea";
}
.st-svg-clock-o:before {
content: "\f017";
}
.st-svg-cloud-download:before {
content: "\f0ed";
}
.st-svg-code:before {
content: "\f121";
}
.st-svg-cog:before {
content: "\f013";
}
.st-svg-cogs:before {
content: "\f085";
}
.st-svg-copy:before {
content: "\f0c5";
}
.st-svg-credit-card-alt:before {
content: "\f283";
}
.st-svg-desktop:before {
content: "\f108";
}
.st-svg-double-up:before {
content: "\f102";
}
.st-svg-download:before {
content: "\f019";
}
.st-svg-envelope:before {
content: "\f0e0";
}
.st-svg-envelope-o:before {
content: "\f003";
}
.st-svg-eraser:before {
content: "\f12d";
}
.st-svg-exchange:before {
content: "\f0ec";
}
.st-svg-exclamation-circle:before {
content: "\f06a";
}
.st-svg-exclamation-triangle:before {
content: "\f071";
}
.st-svg-external-link:before {
content: "\f08e";
}
.st-svg-eye:before {
content: "\f06e";
}
.st-svg-eye-slash:before {
content: "\f070";
}
.st-svg-file-image-o:before {
content: "\f1c5";
}
.st-svg-files-o:before {
content: "\e918";
}
.st-svg-file-text:before {
content: "\f15c";
}
.st-svg-file-text-o:before {
content: "\f0f6";
}
.st-svg-file-zip-o:before {
content: "\f1c6";
}
.st-svg-flag:before {
content: "\f024";
}
.st-svg-folder:before {
content: "\f07b";
}
.st-svg-folder-open-o:before {
content: "\f115";
}
.st-svg-font:before {
content: "\f031";
}
.st-svg-font-tag:before {
content: "\e914";
}
.st-svg-gift:before {
content: "\f06b";
}
.st-svg-home:before {
content: "\f015";
}
.st-svg-inbox:before {
content: "\f01c";
}
.st-svg-info-circle:before {
content: "\f05a";
}
.st-svg-lightbulb:before {
content: "\e915";
}
.st-svg-lightbulb-o:before {
content: "\f0eb";
}
.st-svg-line-chart:before {
content: "\f201";
}
.st-svg-list:before {
content: "\f03a";
}
.st-svg-list-alt:before {
content: "\f022";
}
.st-svg-list-ol:before {
content: "\f0cb";
}
.st-svg-list-ul:before {
content: "\f0ca";
}
.st-svg-lock:before {
content: "\f023";
}
.st-svg-money:before {
content: "\f0d6";
}
.st-svg-newspaper-o:before {
content: "\f1ea";
}
.st-svg-pages:before {
content: "\e96d";
}
.st-svg-paper-plane:before {
content: "\f1d8";
}
.st-svg-pdf-o:before {
content: "\f1c1";
}
.st-svg-pencil:before {
content: "\f040";
}
.st-svg-pencil-square-b:before {
content: "\e973";
}
.st-svg-percent:before {
content: "\f295";
}
.st-svg-picture-o:before {
content: "\f03e";
}
.st-svg-print:before {
content: "\f02f";
}
.st-svg-product-hunt:before {
content: "\f288";
}
.st-svg-reply:before {
content: "\f112";
}
.st-svg-rss:before {
content: "\f09e";
}
.st-svg-rss-square:before {
content: "\f143";
}
.st-svg-share-alt:before {
content: "\f1e0";
}
.st-svg-share-square:before {
content: "\f14d";
}
.st-svg-share-square-o:before {
content: "\f045";
}
.st-svg-shopping-cart:before {
content: "\f217";
}
.st-svg-shortcode:before {
content: "\e99a";
}
.st-svg-sign-in:before {
content: "\f090";
}
.st-svg-sign-out:before {
content: "\f08b";
}
.st-svg-star:before {
content: "\f005";
}
.st-svg-star-half-o:before {
content: "\f123";
}
.st-svg-star-o:before {
content: "\f006";
}
.st-svg-sticky-note-o:before {
content: "\f24a";
}
.st-svg-tachometer:before {
content: "\f0e4";
}
.st-svg-terminal:before {
content: "\f120";
}
.st-svg-thumb-tack:before {
content: "\f08d";
}
.st-svg-toggle-on:before {
content: "\f205";
}
.st-svg-txt:before {
content: "\e98c";
}
.st-svg-unlock-alt:before {
content: "\f13e";
}
.st-svg-url-copy:before {
content: "\e913";
}
.st-svg-user:before {
content: "\f007";
}
.st-svg-user-circle:before {
content: "\f2bd";
}
.st-svg-menu_cut:before {
content: "\e90a";
}
.st-svg-search_s:before {
content: "\e91f";
}
.st-svg-search_thin_s:before {
content: "\e921";
}
.st-svg-close:before {
content: "\e90e";
}
.st-svg-close_thin:before {
content: "\e90c";
}
.st-svg-menu_thin:before {
content: "\e90b";
}
.st-svg-menu:before {
content: "\e909";
}
.st-svg-border:before {
content: "\e91d";
}
.st-svg-circle-s:before {
content: "\e91e";
}
.st-svg-camera-retro:before {
content: "\f080";
}
.st-svg-check:before {
content: "\f00c";
}
.st-svg-facebook-square:before {
content: "\f082";
}
.st-svg-oukan:before {
content: "\e908";
}
.st-svg-relation:before {
content: "\e917";
}
.st-svg-diamond:before {
content: "\f219";
}
.st-svg-trophy:before {
content: "\f091";
}
.st-svg-slide-show:before {
content: "\e92a";
}
.st-svg-quote-left:before {
content: "\f10d";
}
.st-svg-magic:before {
content: "\f0d0";
}
.st-svg-plus:before {
content: "\f067";
}
.st-svg-quote-right:before {
content: "\f10e";
}
.st-svg-th:before {
content: "\f00a";
}
.st-svg-link:before {
content: "\f0c1";
}
.st-svg-map-marker:before {
content: "\f041";
}
.st-svg-tag:before {
content: "\f02b";
}
.st-svg-tags:before {
content: "\f02c";
}
.st-svg-palette:before {
content: "\e925";
}
.st-svg-footer:before {
content: "\e924";
}
.st-svg-header:before {
content: "\f1dc";
}
.st-svg-h-gazou:before {
content: "\e926";
}
.st-svg-h-under:before {
content: "\e927";
}
.st-svg-main-area:before {
content: "\e928";
}
.st-svg-sidebar:before {
content: "\e929";
}
.st-svg-minus-thin:before {
content: "\e922";
}
.st-svg-plus-thin:before {
content: "\e923";
}
.st-svg-quora:before,
.st-svg-question-circle:before {
content: "\f059";
}
.st-svg-close_cut:before {
content: "\e90d";
}
.st-svg-toc:before {
content: "\e91c";
}
.st-svg-bolt:before {
content: "\f0e7";
}
.st-svg-th-large:before {
content: "\f009";
}
.st-svg-paperclip:before {
content: "\f0c6";
}
.st-svg-tablet:before {
content: "\f10a";
}
.st-svg-times:before {
content: "\f00d";
}
.st-svg-comments-o:before {
content: "\f0e6";
}
.st-svg-circle-o:before {
content: "\f10c";
}
.st-svg-heart:before {
content: "\f004";
}
.st-svg-twitter:before {
content: "\e92c";
}
.st-svg-mobile:before {
content: "\f10b";
}
.st-svg-emotion-frown:before {
content: "\e919";
}
.st-svg-emotion-meh:before {
content: "\e91a";
}
.st-svg-emotion-smile:before {
content: "\e91b";
}
.st-svg-plug:before {
content: "\f1e6";
}
.st-svg-bars:before {
content: "\f0c9";
}
.st-svg-comment:before {
content: "\f075";
}
.st-svg-commenting:before {
content: "\f27a";
}
.st-svg-comments:before {
content: "\f086";
}
.st-svg-amazon:before {
content: "\f270";
}
.st-svg-arrow-circle-o-right:before {
content: "\f18e";
}
.st-svg-arrow-circle-right:before {
content: "\f0a9";
}
.st-svg-bigginer_l:before {
content: "\e910";
}
.st-svg-bigginer_r:before {
content: "\e90f";
}
.st-svg-check-thin:before {
content: "\e902";
}
.st-svg-check_bold:before {
content: "\e907";
}
.st-svg-check_bold_max:before {
content: "\e901";
}
.st-svg-check_square_radius:before {
content: "\e904";
}
.st-svg-circle:before {
content: "\f111";
}
.st-svg-facebook:before {
content: "\f09a";
}
.st-svg-google:before {
content: "\f1a0";
}
.st-svg-hateb:before {
content: "\e911";
}
.st-svg-line:before {
content: "\e912";
}
.st-svg-search:before {
content: "\f002";
}
.st-svg-search-minus:before {
content: "\f010";
}
.st-svg-search-plus:before {
content: "\f00e";
}
.st-svg-search_thin:before {
content: "\e948";
}
.st-svg-arrow:before {
content: "\e900";
}
.st-svg-wordpress:before {
content: "\f19a";
} .st-svg-checkbox {
position:relative;
}
.st-svg-checkbox:before {
content: "\e904";
color:#ccc;
z-index:2;
margin-right:10px;
}
.st-svg-checkbox:after {
content: "\e907";
color:#ff0000;
position:absolute;
z-index:1;
top:0;
left:0;
text-shadow: -1px -1px 0 rgba(255, 255, 255, 1),1px -1px 0 rgba(255, 255, 255, 1),-1px 1px 0 rgba(255, 255, 255, 1),1px 1px 0 rgba(255, 255, 255, 1);
}
.st-bigginer {
position:relative;
}
.st-svg-bigginer {
position:relative;
}
.st-svg-bigginer:before {
content: "\e910";
color:#FFEE58;
z-index:2;
}
.st-svg-bigginer:after {
content: "\e90f";
position:absolute;
color:#388E3C;
z-index:1;
top:0;
left:0;
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-loading .slick-list
{
background: #fff url(https://www.nissy247.com/wp-content/themes/affinger/vendor/slick/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://www.nissy247.com/wp-content/themes/affinger/vendor/slick/fonts/slick.eot);
src: url(https://www.nissy247.com/wp-content/themes/affinger/vendor/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://www.nissy247.com/wp-content/themes/affinger/vendor/slick/fonts/slick.woff) format('woff'), url(https://www.nissy247.com/wp-content/themes/affinger/vendor/slick/fonts/slick.ttf) format('truetype'), url(https://www.nissy247.com/wp-content/themes/affinger/vendor/slick/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}
 * {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue",
"Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
margin: 0px;
padding: 0px;
}
main {
color: #333;
}
.st-marquee p:empty,
p:empty {
display: none;
} .st-notosans,
.st-notosans * {
font-family: "Noto Sans JP", sans-serif !important;
} .st-m1c,
.st-m1c * {
font-family: "M PLUS Rounded 1c", sans-serif !important;
}
main,
article,
aside,
header,
canvas,
details,
figcaption,
figure,
footer,
nav,
section,
summary {
display: block;
}
html,
body {
height: 100%;
}
body {
min-width: 320px;
word-wrap: break-word;
background-color: #ffffff; counter-reset: stcnt imgcountcnt ranknumber-h2 ranknumber-h3 ranknumber-h4 stepcnt;
}
body.mceContentBody {
background-color: #fff;
}
cite {
font-style: normal;
}
.entry-content > div {
margin-bottom: 20px;
}
.entry-content {
margin-bottom: 20px;
}
.entry-content.st-empty {
margin-bottom: 0;
}
.colum1 .entry-content.st-empty {
margin-bottom: 10px;
}
.single .entry-content {
padding-top: 10px;
}
body.is-content-empty .entry-content {
margin-bottom: 0;
}
* > p:last-child {
margin-bottom: 0;
} @media screen and (-webkit-min-device-pixel-ratio: 0) {
h1,
h2,
h3,
h4,
h5,
h6,
h5 span,
h6 span {
font-weight: bold;
}
input[type="radio"] {
opacity: 1;
}
input[type="radio"] + label {
display: inline;
padding: inherit;
}
}
@media print, screen and (min-width: 960px) {
.colum1 #wrapper-in + #content-w {
padding-top: 0;
}
}
.post::after {
content: "";
clear: both;
display: block;
}
figure.wp-block-embed.is-type-wp-embed,
.entry-content > figure.wp-block-embed.is-type-wp-embed {
position: relative;
margin-bottom: 20px;
} .wp-block-video,
.wp-block-embed.is-type-video {
margin-bottom: 20px;
}
.sticky,
.gallery-caption,
.bypostauthor {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue",
"Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
} .dashicons,
.dashicons-before:before {
width: inherit;
height: inherit;
font-size: inherit;
vertical-align: inherit;
} [class^="material-icons-"],
[class*=" material-icons-"] {
font-family: "Material Icons";
font-weight: normal;
font-style: normal; display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; font-feature-settings: "liga";
}
.wp-video {
margin: 0 auto 20px;
}
.st-hide {
display: none;
}
hr {
height: 1px;
background-color: #e0e0e0;
border: none;
margin: 40px 0;
}
.post h4 .point-in i,
.n-entry i,
.p-entry i {
margin-right: 5px;
} .st-timeline > br, .st-tab-content > br, .st_table_sc > br, .post .st-box-btn > br, .st-box-btn > br {
display: none;
} .hatenamark2::before {
content: "\f059";
font-family: stsvg;
margin-right: 7px;
}
.attentionmark2::before {
content: "\f06a";
font-family: stsvg;
margin-right: 7px;
}
.usermark2::before {
content: "\f2bd";
font-family: stsvg;
margin-right: 7px;
}
.memomark2::before {
content: "\f044";
font-family: stsvg;
margin-right: 7px;
}
.checkmark2::before {
content: "\f058";
font-family: stsvg;
margin-right: 7px;
}
.bigginermark::before {
content: "\e910";
font-family: stsvg;
margin-right: 7px;
}
.oukanmark::before {
content: "\e908";
font-family: stsvg;
margin-right: 7px;
}
.st-svg-question-circle,
.st-svg-check-circle,
.st-svg-exclamation-triangle,
.st-svg-exclamation-circle,
.st-svg-pencil-square-o,
.st-svg-user,
.st-svg-biggner::before {
margin-right: 7px;
}
.clip-fonticon .st-svg-question-circle,
.clip-fonticon .st-svg-check-circle,
.clip-fonticon .st-svg-exclamation-triangle,
.clip-fonticon .st-svg-exclamation-circle,
.clip-fonticon .st-svg-pencil-square-o,
.clip-fonticon .st-svg-user,
.clip-fonticon .st-svg-biggner::before {
margin-right: 0;
}  .faa-parent.animated-hover:hover > .faa-spin,
.faa-spin.animated,
.faa-spin.animated-hover:hover {
display: inline-block;
} a,
nav li {
transition: all 0.5s;
}
a {
color: #4682b4;
}
a:hover {
color: #b22222;
}
.entry-content a img {
transition: all 0.5s;
}
.entry-content .down a img:hover {
margin-bottom: -5px;
padding-top: 5px;
}
.entry-content a img:hover {
opacity: 0.8;
}
.entry-content .dark a img:hover {
opacity: 1;
filter: brightness(70%);
}
img:not(.size-st_header_slider),
video,
object {
max-width: 100%;
height: auto;
border: none;
vertical-align: bottom;
box-sizing: border-box;
}
.is-style-st-photoline img {
box-sizing: unset;
}
.inline-img img {
display: inline;
}
img[width="1"] {
position: absolute;
overflow: hidden;
clip: rect(0 0 0 0);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
margin: -1px;
padding: 0;
width: 1px;
height: 1px;
border: 0;
white-space: nowrap;
}
.scroll-box img[width="1"] {
position: static;
} .is-style-st-photoline img,
.photoline img {
border: solid 1px #ccc;
} .is-style-st-photohu,
.st-photohu {
background: #fff;
border: 1px solid #ccc;
padding: 10px 10px 20px;
margin-bottom: 20px;
box-shadow: 0 10px 8px -6px #bebebe;
display: inline-flex !important;
max-width: 100%;
align-items: center;
flex-direction: column;
width: 100%;
box-sizing: border-box;
}
.st-photohu p.wp-caption-text {
margin-bottom: -20px;
}
.st-photohu.st-eyecatch-under p.wp-caption-text { margin-bottom: -10px;
}
.is-style-st-photohu.wp-block-image figcaption {
margin-bottom: -10px;
word-break: break-all;
}
.st-photohu div img,
.is-style-st-photohu {
margin-bottom: 5px;
border: 1px solid #ccc;
}
.st-photohu p {
margin-bottom: 0;
}
img.size-full,
img.size-large {
height: auto;
max-width: 100%;
}
iframe {
max-width: 100%;
}
.resetwidth img,
.resetwidth video,
.resetwidth object,
.resetwidth iframe {
max-width: initial; display: inline;
}
.wp-caption {
height: auto;
max-width: 100%;
margin-bottom: 20px;
} .st-edit-link-button {
position: relative;
margin: 0;
padding: 0;
border: 0;
background: none;
color: #4682b4;
text-decoration: underline;
font-size: 95%;
-webkit-appearance: none;
}
.st-edit-link-button:hover {
color: #b22222;
} .st-flexbox {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
} .st-header-flexwrap.st-black-bg::after {
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: " ";
z-index: 1;
transition: opacity 1s ease-out;
}
a.st-flexbox-link:hover .st-header-flexwrap.st-black-bg::after {
opacity: 0;
}
a.st-flexbox-link:hover img {
opacity: 1;
}
.st-black-bg .st-header-flexbox {
z-index: 2;
} .h-100 {
height: 100%;
}
.pa0,
.pa-0 {
padding: 0px !important;
}
.ma0,
.ma-0 {
margin: 0px !important;
}
.mt0,
.mt-0 {
margin-top: 0px !important;
}
.mt10 {
margin-top: 10px !important;
}
.mt20 {
margin-top: 20px !important;
}
.mt30 {
margin-top: 30px !important;
}
.mt-10 {
margin-top: -10px !important;
}
.mt-20 {
margin-top: -20px !important;
}
.mt-30 {
margin-top: -30px !important;
}
.mr0,
.mr-0 {
margin-right: 0px !important;
}
.mr10 {
margin-right: 10px !important;
}
.mr20 {
margin-right: 20px !important;
}
.mr30 {
margin-right: 30px !important;
}
.mr-10 {
margin-right: -10px !important;
}
.mr-20 {
margin-right: -20px !important;
}
.mr-30 {
margin-right: -30px !important;
}
.ml10 {
margin-left: 10px !important;
}
.ml0,
.ml-0 {
margin-left: 0px !important;
}
.ml20 {
margin-left: 20px !important;
}
.ml30 {
margin-left: 30px !important;
}
.ml-10 {
margin-left: -10px !important;
}
.ml-20 {
margin-left: -20px !important;
}
.ml-30 {
margin-left: -30px !important;
}
.mb-0,
.mb0 {
margin-bottom: 0 !important;
}
.mb10 {
margin-bottom: 10px !important;
}
.mb-10 {
margin-bottom: -10px !important;
}
.mb-20 {
margin-bottom: -20px !important;
}
:root .is-style-st-paragraph-button.noradius,
:root .is-style-st-paragraph-marumozi.noradius,
.noradius {
border-radius: 0 !important;
}
:root .is-style-st-paragraph-button.radius10,
:root .is-style-st-paragraph-marumozi.radius10,
.radius10 {
border-radius: 10px !important;
}
:root .is-style-st-paragraph-button.radius20,
:root .is-style-st-paragraph-marumozi.radius20,
.radius20 {
border-radius: 20px !important;
}
:root .is-style-st-paragraph-button.radius30,
:root .is-style-st-paragraph-marumozi.radius30,
.radius30 {
border-radius: 30px !important;
}
pre.all {
user-select: all !important;
} .st-cover {
position: relative;
overflow: hidden;
}
.st-cover:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
display: block;
z-index: 1;
} .st-coverlink {
position: absolute;
content: "";
width: 100%;
height: 100%;
display: block;
z-index: 2;
}  #wpadminbar #wp-admin-bar-st-manual > .ab-item:before {
content: "\f223";
top: 2px;
} #wpadminbar #wp-admin-bar-st_theme_menu > .ab-item:before {
content: "\f111";
top: 2px;
} #wpadminbar #wp-admin-bar-st_top_edit_menu > .ab-item:before {
content: "\f119";
top: 2px;
} #wpadminbar #wp-admin-bar-st_post_id > .ab-item {
display: none;
}
.page #wpadminbar #wp-admin-bar-st_post_id > .ab-item,
.single #wpadminbar #wp-admin-bar-st_post_id > .ab-item {
display: inline-block;
} #wpadminbar #wp-admin-bar-st_memo_post_new > .ab-item:before {
content: "\f121";
top: 2px;
} #wpadminbar #wp-admin-bar-st_template_manager_preview > .ab-item:before {
content: "\f14b";
top: 2px;
}  .st-bg-dot {
background-image: radial-gradient(rgba(250, 250, 250, 0.6) 20%, transparent 0),
radial-gradient(rgba(250, 250, 250, 0.6) 20%, transparent 0);
background-position: 0 0, 10px 10px;
background-size: 20px 20px;
padding: 15px 20px;
} .st-bg-stripe {
background: repeating-linear-gradient(
45deg,
transparent,
transparent,
5px,
rgba(250, 250, 250, 0.6) 0,
rgba(250, 250, 250, 0.6) 10px
);
padding: 15px 20px;
} .st-bg-check {
background-image: linear-gradient(
45deg,
rgba(250, 250, 250, 0.6) 25%,
transparent 25%,
transparent 75%,
rgba(250, 250, 250, 0.6) 75%,
rgba(250, 250, 250, 0.6)
),
linear-gradient(
45deg,
rgba(250, 250, 250, 0.6) 25%,
transparent 25%,
transparent 75%,
rgba(250, 250, 250, 0.6) 75%,
rgba(250, 250, 250, 0.6)
);
background-position: 0 0, 15px 15px;
background-size: 30px 30px;
padding: 15px 20px;
} .st-bg-stich {
position: relative;
background: #fafafa;
padding: 35px 40px;
}
.st-bg-stich::after,
.st-bg-stich::after {
position: absolute;
top: 10px;
left: 10px;
display: block;
width: calc(100% - 20px);
height: calc(100% - 20px);
border: 1px dashed #fff;
content: "";
} .st-bg-brackets {
position: relative;
width: 90%;
padding: 30px 30px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0 auto 20px;
}
.st-brackets::before,
.st-brackets::after {
position: absolute;
content: "";
width: 20%;
height: 50%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.st-brackets::before {
top: 0;
left: 0;
border-top: 1px solid #e0e0e0;
border-left: 1px solid #e0e0e0;
}
.st-brackets::after {
bottom: 0;
right: 0;
border-bottom: 1px solid #e0e0e0;
border-right: 1px solid #e0e0e0;
} .st-timeline a {
width: 100%;
box-sizing: border-box;
}
.st-timeline .st-cardbox {
border: none;
box-shadow: none;
padding: 0;
}
.post .st-timeline,
.st-timeline {
margin-left: 0.5em;
}
.post .st-timeline {
padding: 0 !important;
}
.st-timeline > li {
position: relative;
padding-left: 26px;
list-style: none;
border-left: 1px solid #ccc;
}
.st-timeline > li > div {
display: flex;
flex-direction: column;
width: 100%;
box-sizing: border-box;
}
.st-timeline > li .st-timeline-list-text {
position: relative;
}
.st-timeline > li.has-no-text::after,
.st-timeline > li.is-align-center::after,
.st-timeline > li.has-text.is-align-default .st-timeline-list-text::after {
content: "\f111";
font-family: stsvg;
font-size: 13px;
color: #ccc;
}
.st-timeline > li::after,
.st-timeline > li.has-text.is-align-default .st-timeline-list-text::after {
position: absolute;
top: 0;
left: -0.5em;
}
.st-timeline > li.has-text.is-align-default .st-timeline-list-text::after {
left: calc(
(26px + 0.5em) * -1
); }
.st-timeline > li.is-align-center::after,
.st-timeline > li.has-text.is-align-default .st-timeline-list-text::after {
top: 50%;
transform: translate(0, -50%);
}
.st-timeline > li.has-no-text.now::after,
.st-timeline > li.is-align-center.now::after,
.st-timeline > li.has-text.is-align-default.now .st-timeline-list-text::after {
transform: scale(1.53846, 1.53846);
}
.st-timeline > li.is-align-center.now::after,
.st-timeline > li.has-text.is-align-default.now .st-timeline-list-text::after {
transform: translate(0, -50%) scale(1.53846, 1.53846);
} .st-timeline.st-timeline-count > li {
padding-left: calc(1em + 20px);
list-style: none;
border-left: 1px solid #ccc;
display: flex;
counter-increment: st-section;
}
.st-timeline.st-timeline-count > li.has-no-text::after,
.st-timeline.st-timeline-count > li.is-align-center::after,
.st-timeline.st-timeline-count
> li.has-text.is-align-default
.st-timeline-list-text::after {
left: -1.5em;
border-radius: 50%;
width: 3em;
height: 3em;
line-height: 3em;
text-align: center;
font-size: 60%;
background: #f3f3f3;
color: #333;
content: counters(st-section, "");
}
@media print, screen and (max-width: 599px) {
.st-timeline.st-timeline-count > li.has-no-text::after,
.st-timeline.st-timeline-count > li.is-align-center::after,
.st-timeline.st-timeline-count
> li.has-text.is-align-default
.st-timeline-list-text::after {
left: -1.25em;
border-radius: 50%;
width: 2.5em;
height: 2.5em;
line-height: 2.5em;
}
}
.st-timeline.st-timeline-count > li.has-no-text.now::after,
.st-timeline.st-timeline-count > li.is-align-center.now::after,
.st-timeline.st-timeline-count
> li.has-text.is-align-default.now
.st-timeline-list-text::after {
transform: scale(1.16666, 1.16666);
}
.st-timeline.st-timeline-count > li.is-align-center.now::after,
.st-timeline.st-timeline-count
> li.has-text.is-align-default.now
.st-timeline-list-text::after {
transform: translate(0, -50%) scale(1.16666, 1.16666);
} .st-timeline.st-timeline-count
> li.has-text.is-align-default
.st-timeline-list-text::after {  left: calc((18px + 20px + 1.5em) * -1); font-size: 10.8px;
}
@media only screen and (min-width: 600px) {
.st-timeline.st-timeline-count
> li.has-text.is-align-default
.st-timeline-list-text::after {  left: calc((20px + 20px + 1.5em) * -1); font-size: 12px;
}
}
@media print, screen and (min-width: 960px) {
.st-timeline.st-timeline-count
> li.has-text.is-align-default
.st-timeline-list-text::after {  left: calc((15px + 20px + 1.5em) * -1); font-size: 9px;
}
}
.st-timeline-list-text a,
.st-timeline-list-text {
font-size: 105%;
margin-bottom: 10px;
line-height: 1.5;
}
.st-timeline-list-text a:hover {
opacity: 0.7;
}
.st-timeline li.now .st-timeline-list-text a,
.st-timeline li.now .st-timeline-list-text {
font-size: 120%;
}
.st-timeline > li .st-cardbox.kanren {
background-color: transparent;
margin-bottom: 10px;
margin-top: 0 !important;
}
.st-timeline .st-cardbox .st-cardbox-label-text {
display: none;
}
.st-timeline .st-cardbox:hover {
box-shadow: none;
opacity: 0.6;
}
.post .st-timeline p.cardbox-more {
display: inline-block;
} .st-step-box {
position: absolute;
left: -5px;
display: block;
}
.st-step {
position: relative;
display: inline-block;
margin: 0 15px 0 0;
padding: 5px 7px;
width: 50px;
height: 50px;
vertical-align: middle;
text-align: center;
color: #fff;
font-size: 13px;
background: #ccc;
box-sizing: border-box;
line-height: 18px;
}
.st-step::before {
content: "";
position: absolute;
bottom: -20px;
left: 50%;
margin-left: -10px;
border: 10px solid transparent;
border-top: 13px solid #ccc;
z-index: 0;
}
.st-step .step-arrow {
content: "";
position: absolute;
bottom: -20px;
left: 50%;
margin-left: -10px;
border: 10px solid transparent;
border-top: 13px solid #70a6ff;
z-index: 0;
}
.st-step-no {
font-size: 150%;
font-weight: bold;
}
.st-step-title {
position: relative;
font-size: 20px;
line-height: 30px;
font-weight: bold;
padding: 10px 10px 10px 65px;
background: #fff;
margin-top: 30px;
}
.st-step-title .st-step {
font-weight: normal;
} .st-point::before {
display: flex;
align-items: center;
justify-content: center;
content: "POINT";
position: absolute;
left: 0;
color: #fff;
font-size: 50%;
line-height: 1.5;
background: #ccc;
border-radius: 2em;
width: 4em;
height: 4em;
}
.st-in-mybox .st-point,
.st-point {
position: relative;
display: flex;
align-items: center;
line-height: 1.5;
padding-left: calc(2em + 20px);
margin-bottom: 20px;
} .st-designfont {
line-height: 1.5;
} .tuzukicenter {
text-align: center;
padding-top: 10px;
}
.tuzuki {
margin: 0 auto;
padding: 10px 0;
}
.tuzuki a {
margin: 5px auto;
border: 1px solid #ccc;
padding: 7px 15px;
text-decoration: none;
width: 100%;
box-sizing: border-box;
display: block;
}
.tuzuki a:hover {
background: #f3f3f3;
} .st-back-btn {
text-align: center;
}
.st-back-btn .st-fa,
.st-back-btn .fa {
margin-right: 5px;
} .st-copyurl-btn {
text-align: center;
margin: 30px 0 20px;
}
.st-copyurl-btn .st-fa,
.st-copyurl-btn .fa {
margin-right: 5px;
}
.st-copyurl-btn a {
border: 1px solid #bdbdbd;
padding: 10px 15px;
display: inline-block;
color: #424242;
text-decoration: none;
box-shadow: 3px 3px #cccccc;
background: #ffffff;
max-width: 100%;
box-sizing: border-box;
}
.st-copyurl-btn a:hover {
color: #ccc;
box-shadow: 1px 1px #cccccc;
} .sitename img {
max-width: 300px;
margin: 0 auto;
} .smanone {
display: none;
} .clearfix {
zoom: 1;
}
.clearfix::after {
content: "";
display: block;
clear: both;
} pre {
font-family: monospace !important;
font-weight: inherit !important;
line-height: 1.7em;
padding: 20px;
background: #fafafa;
color: #1a1a1a;
position: relative;
margin-bottom: 20px;
white-space: pre;
overflow: auto;
}
pre.st-pre .st-pre-text {
font-family: monospace !important;
position: absolute;
top: 0;
left: 0;
display: block;
padding: 3px 10px;
background: #b0bec5;
color: #fff;
line-height: 1.8;
}
pre.st-pre .st-pre-text i {
font-size: 0.9em;
} pre.st-pre.st-terminal {
background: #212121;
color: #f5f5f5;
}
pre.st-pre.st-terminal .st-pre-text {
content: "\f120";
font-family: stsvg;
background: #424242;
color: #fff;
} kbd,
.st-code,
code {
color: #333;
padding: 2px 4px;
background: #eee;
margin: 0 2px;
border-radius: 2px;
font-size: 0.95em;
}
kbd {
border: 1px solid #eee;
box-shadow: 0 2px 0 #ccc;
white-space: nowrap;
border-radius: 3px;
}
kbd,
code {
font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier,
monospace !important;
}
pre .st-code,
.st-pre .st-code,
pre code,
.st-pre code {
padding: 0;
background-color: transparent;
margin: 0;
border-radius: 0;
}
.clear {
clear: both;
}
.center {
text-align: center;
}
@media print, screen and (max-width: 599px) {
.sp-center {
text-align: center;
}
}
.st-opacity {
opacity: 0.8;
} .st-sticky {
position: -webkit-sticky;
position: sticky !important;
top: 10px;
z-index: 99998;
}
thead th,
thead td {
position: -webkit-sticky;
position: sticky;
top: -1px;
z-index: 99997;
}
table thead th,
table thead th p,
table thead tr td,
.post table thead tr td,
.post table thead tr td p,
.post table thead tr td {
font-size: 0.9em;
} .youtube-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
} .youtube-container-short {
text-align: center;
} .st-eyecatch .youtube-container,
.st-eyecatch-under .youtube-container {
padding-top: 0;
}
.youtube-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .st-youtube {
position: relative;
margin-bottom: 20px;
}
.st-youtube .st-svg-youtube-play {
font-size: 40px;
color: #f40000;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 40px;
height: 40px;
text-align: center;
z-index: 8;
}
.st-youtube:hover .st-svg-youtube-play {
color: #db0000;
}  #playnow {
position: fixed;
bottom: 20px;
left: -3px;
font-size: 70%;
background: #d62423;
color: #fff;
padding: 2px 10px;
z-index: 999;
border-radius: 3px;
}
#playnow a {
color: #fff;
text-decoration: none;
}
#playnow .st-svg-youtube-play {
margin-right: 5px;
} body > .video-player {
position: fixed;
z-index: -1;
top: 0;
right: 0;
left: 0;
bottom: 0;
overflow: hidden;
}
body > .video-player .video-player-video {
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-width: none;
}  #st-headerbox {
position: relative;
}
#st-header .video-player-video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
z-index: 0;
}
#st-headerbox .header-video-player .video-player {
position: absolute;
top: 50% !important;
transform: translate(0, -50%);
z-index: -1;
}
#st-headerbox .header-video-player {
overflow: hidden;
position: relative;
z-index: 1;
} #st-headerbox .header-video-player .youtube-bg {
min-width: 100%;
min-height: 100%;
width: 100%;
max-width: none;
position: absolute;
}
@media only screen and (min-width: 600px) {
#st-headerbox .header-video-player .video-player {
position: absolute;
top: 50% !important;
transform: translate(0, -50%);
z-index: -1;
}
#st-headerbox .header-video-player .youtube-bg {
min-width: 100%;
min-height: 100%;
width: 100%;
height: auto;
max-width: none;
}
}
.post.st-header-content {
z-index: 3;
position: relative;
top: 0;
left: 0;
box-sizing: border-box;
width: 100%;
} #side aside .slick-dots li,
.slick-dots li {
width: 10px;
height: 10px;
}
.slick-prev,
.slick-next {
z-index: 9999;
width: 37px;
height: 37px;
opacity: 0.6;
top: calc(50% - 18px);
}
.slick-prev {
left: 0;
}
.slick-next {
right: 0;
}
[dir="rtl"] .slick-prev {
right: 0;
left: auto;
}
[dir="rtl"] .slick-next {
right: auto;
left: 0;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
opacity: 1;
}
.slick-prev::before,
.slick-next::before {
font-size: 20px;
font-family: stsvg;
color: #fff;
opacity: 1;
}
.slick-prev::before {
padding: 10px 15px 10px 11px;
content: "\f053";
}
.slick-next::before {
padding: 10px 11px 10px 15px;
content: "\f054";
}
[dir="rtl"] .slick-prev::before {
padding: 10px 11px 10px 15px;
content: "\f054";
}
[dir="rtl"] .slick-next::before {
padding: 10px 15px 10px 11px;
content: "\f053";
}
.slick-slide:focus,
.slick-slide a:focus {
outline: 0;
}
.slider,
.slick-slider {
visibility: hidden;
margin-bottom: 30px;
}
.slick-initialized {
visibility: visible;
}
.slick-slider.slick-dotted {
padding-bottom: 25px;
margin-bottom: 20px;
} .slick-slider.slick-dotted.is-fullsize-card {
padding-bottom: 35px;
}
.slick-list {
width: 100%;
}
.slick-track {
margin-left: 0;
}
.slider.slick-slider .slick-dots {
display: none !important;
}
.slider.slick-slider.slick-dotted .slick-dots {
bottom: 0;
display: block !important;
margin: 0;
padding: 0;
left: 0;
} .header-post-slider .post-slide {
position: relative;
}
.header-post-slider .post-slide-image {
position: relative;
overflow: hidden;
-webkit-flex-grow: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.header-post-slider .post-slide-image::before {
display: block;
width: 100%;
content: "";
}
.header-post-slider .post-slide-image img {
position: absolute;
top: 50%;
left: 50%;
max-width: none;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
object-fit: cover;
}
.header-post-slider .post-slide-body {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
box-sizing: border-box;
color: #fff;
pointer-events: none;
}
@media only screen and (min-width: 600px) {
.header-post-slider .post-slide-body {
right: auto;
padding: 20px 20px 20px 45px;
width: 40%;
background: rgba(0, 0, 0, 0.5);
pointer-events: auto;
box-sizing: border-box;
}
}
@media only screen and (min-width: 960px) {
.header-post-slider .post-slide-body {
padding: 45px;
}
}
.header-post-slider .post-slide-body-content,
.header-post-slider .post-slide-text {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
max-height: 100%;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-justify-content: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
}
.header-post-slider .post-slide-body-content {
width: 100%;
}
.header-post-slider .post-slide-text {
overflow: hidden;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: left;
}
.header-post-slider.has-cat .post-slide-text {
-webkit-justify-content: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
}
@media only screen and (min-width: 600px) {
.header-post-slider .post-slide-text {
-webkit-justify-content: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
-webkit-mask-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 1) 0%,
rgba(0, 0, 0, 1) 80%,
rgba(0, 0, 0, 0)
);
mask-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 1) 0%,
rgba(0, 0, 0, 1) 80%,
rgba(0, 0, 0, 0)
); }
}
.header-post-slider .post-slide-text .st-catgroup.itiran-category {
overflow: hidden;
box-sizing: border-box;
margin: 0;
padding: 5px;
width: 100%;
text-align: left;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-mask-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 1) 0%,
rgba(0, 0, 0, 1) 80%,
rgba(0, 0, 0, 0)
);
mask-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 1) 0%,
rgba(0, 0, 0, 1) 80%,
rgba(0, 0, 0, 0)
); }
@media only screen and (min-width: 600px) {
.header-post-slider .post-slide-text .st-catgroup.itiran-category {
overflow: visible;
margin: 0 0 10px;
padding: 0;
-webkit-flex-grow: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-webkit-mask-image: none;
mask-image: none;
}
}
@media only screen and (max-width: 599px) { .header-post-slider .post-slide-text .st-catgroup.itiran-category {
padding: 10px;
}
.header-post-slider .post-slide-text .st-catgroup.itiran-category .catname {
font-size: 14px;
}
}
.header-post-slider .post-slide-text .st-catgroup.itiran-category .catname {
vertical-align: top;
}
.header-post-slider .post-slide-text .st-catgroup.itiran-category a {
pointer-events: auto;
}
.header-post-slider .post-slide-title {
margin: 0;
padding: 10px;
font-size: 1em;
line-height: 1.4;
}
.header-post-slider.has-date .post-slide-title {
padding-bottom: 5px;
}
@media only screen and (min-width: 600px) {
.header-post-slider .post-slide-title,
.header-post-slider.has-date .post-slide-title {
padding: 0;
background: transparent;
}
}
@media only screen and (min-width: 960px) {
.header-post-slider .post-slide-title {
font-size: 1.25em;
}
}
.header-post-slider .post-slide-title a {
color: #fff;
text-decoration: none;
font-weight: bold;
}
.header-post-slider .post-slide-title a:hover {
text-decoration: underline;
}
.header-post-slider .post-slide-date {
margin: 0;
padding: 0 10px 10px;
font-size: 0.9em;
line-height: 1.4;
opacity: 0.8;
}
@media only screen and (min-width: 600px) {
.header-post-slider .post-slide-date {
padding: 5px 2px 0;
background: transparent;
}
}
.header-post-slider .post-slide-excerpt {
display: none;
font-size: 1em;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
@media only screen and (min-width: 600px) {
.header-post-slider .post-slide-excerpt {
display: block;
padding: 10px 0 0;
}
}
.header-post-slider .post-slide-excerpt p {
margin: 0;
font-size: 0.9em;
line-height: 1.7;
opacity: 0.7;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.header-post-slider .post-slide-more {
display: none;
margin: 20px 0 0;
}
@media only screen and (min-width: 600px) {
.header-post-slider .post-slide-more {
display: block;
}
}
.header-post-slider .post-slide-more a {
display: inline-block;
box-sizing: border-box;
padding: 6px 10px;
border: 1px solid #fff;
color: #fff;
text-align: center;
text-decoration: none;
line-height: 1.4;
}
.header-post-slider .post-slide-more a:hover {
background: #fff;
color: #333;
} .header-post-slider {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: auto;
width: 100%;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media only screen and (min-width: 600px) {
.header-post-slider.is-wide,
.header-post-slider.is-wide .slick-list {
overflow: visible !important;
}
}
.header-post-slider .slider-item {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
} .post-slide-image,
.post-slide-more,
.post-card-image,
.post-card-title {
transition: all 0.5s;
}
.post-slide-image:hover,
.post-slide-more:hover,
.post-card-image:hover,
.post-card-title:hover {
opacity: 0.6;
}
.content-post-slider:not(.original) .post-slide,
.post-card-list .post-card {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
background: #fff; }
.content-post-slider.is-fullsize .post-slide {
background: transparent;
}
.content-post-slider:not(.original) .post-slide-image,
.post-card-list .post-card-image {
position: relative;
overflow: hidden;
margin: 0 0 8px;
-webkit-flex-grow: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.content-post-slider:not(.original) .post-slide-image:hover,
.post-card-list .post-card-image:hover {
background: #fff;
}
.content-post-slider.is-fullsize-card .post-slide-image {
margin: 0;
}
.content-post-slider:not(.original) .post-slide-image::before,
.post-card-list .post-card-image::before {
display: block;
width: 100%;
content: "";
}
.content-post-slider:not(.original) .post-slide-image img,
.post-card-list .post-card-image img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 0;
object-fit: cover;
}
.content-post-slider .post-slide-image .st-catgroup.itiran-category,
.post-card-list .post-card-image .st-catgroup.itiran-category {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
box-sizing: border-box;
padding: 5px;
width: 100%;
text-align: left;
pointer-events: none;
-webkit-mask-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 1) 0%,
rgba(0, 0, 0, 1) 70%,
rgba(0, 0, 0, 0)
);
mask-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 1) 0%,
rgba(0, 0, 0, 1) 70%,
rgba(0, 0, 0, 0)
); flex-grow: 1;
z-index: 1;
}
@media only screen and (max-width: 959px) { .post-card-list:not(.is-medium-columns-3)
.post-card-image
.st-catgroup.itiran-category {
top: 5px;
left: 5px;
}
.post-card-list:not(.is-medium-columns-3)
.post-card-list-item
.st-catgroup.itiran-category
.catname {
font-size: 14px;
}
}
@media only screen and (min-width: 600px) and (max-width: 959px) { .post-card-list.is-medium-columns-3
.post-card-image
.st-catgroup.itiran-category {
top: 0;
left: 0;
}
.post-card-list.is-medium-columns-3
.post-card-list-item
.st-catgroup.itiran-category
.catname {
font-size: 11px;
}
}
@media only screen and (max-width: 599px) { .post-card-list.is-small-columns-2
.post-card-image
.st-catgroup.itiran-category {
top: 0;
left: 0;
}
.post-card-list.is-small-columns-2
.post-card-list-item
.st-catgroup.itiran-category
.catname {
font-size: 11px;
}
.post-card-list.is-small-columns-2 .post-card-list-item .post-card-body {
padding: 0 10px 10px;
}
}
@media only screen and (min-width: 600px) {
.content-post-slider .post-slide-image .st-catgroup.itiran-category,
.post-card-list .post-card-image .st-catgroup.itiran-category {
flex-grow: 0;
}
}
.content-post-slider .post-slide-image .st-catgroup.itiran-category .catname,
.post-card-list .post-card-image .st-catgroup.itiran-category .catname {
vertical-align: top;
}
.content-post-slider .post-slide-image .st-catgroup.itiran-category a,
.post-card-list .post-card-image .st-catgroup.itiran-category a {
pointer-events: auto;
}
.post-card-list .st-wppviews-label { position: absolute;
top: 5px;
left: 5px;
}
.content-post-slider .post-slide-rank,
.post-card-list .post-card-rank {
position: absolute;
top: 0;
left: 0;
z-index: 2;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 2px 8px;
width: 1em;
height: 1.75em;
color: #fff;
font-weight: bold;
font-size: 1em;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
line-height: 1;
}
.content-post-slider.slick-slides-to-show-1 .post-slide-rank,
.post-card-list.is-small-columns-1 .post-card-rank { width: 1.5625em;
font-size: 2em;
}
.content-post-slider.slick-slides-to-show-2 .post-slide-rank,
.post-card-list.is-small-columns-2 .post-card-rank { width: 1.25em;
font-size: 1.25em;
}
@media only screen and (min-width: 600px) {
.post-card-list.is-medium-columns-1 .post-card-rank { width: 1.5625em;
font-size: 2em;
}
.post-card-list.is-medium-columns-2 .post-card-rank { width: 1.25em;
font-size: 1.25em;
}
.post-card-list.is-medium-columns-3 .post-card-rank { width: 1em;
font-size: 1em;
}
}
@media only screen and (min-width: 960px) {
.post-card-list.is-large-columns-1 .post-card-rank { width: 1.5625em;
font-size: 2em;
}
.post-card-list.is-large-columns-2 .post-card-rank { width: 1.25em;
font-size: 1.25em;
}
.post-card-list.is-large-columns-3 .post-card-rank { width: 1em;
font-size: 1em;
}
}
@media print, screen and (max-width: 599px) { .content-post-slider.is-center-mode .post-slide-rank,
.post-card-list.is-center-mode .post-card-rank,
.content-post-slider.slick-slides-to-show-2 .post-slide-rank,
.post-card-list.slick-slides-to-show-2 .post-card-rank,
.content-post-slider.slick-slides-to-show-3 .post-slide-rank,
.post-card-list.slick-slides-to-show-3 .post-card-rank {
width: 0.8em;
font-size: 0.8em;
}
}
.content-post-slider .post-slide-rank::before,
.post-card-list .post-card-rank::before {
position: absolute;
top: 0;
left: 0;
z-index: -1;
display: block;
width: 0;
height: 0;
border-width: 3.25em 3.5em 0 0;
border-style: solid;
border-color: #78909c transparent transparent transparent;
content: "";
}
.content-post-slider .post-slide-rank-1::before,
.post-card-list .post-card-rank-1::before {
border-color: #c4bf2c transparent transparent transparent;
}
.content-post-slider .post-slide-rank-2::before,
.post-card-list .post-card-rank-2::before {
border-color: #9e9e9e transparent transparent transparent;
}
.content-post-slider .post-slide-rank-3::before,
.post-card-list .post-card-rank-3::before {
border-color: #795548 transparent transparent transparent;
}
.content-post-slider .post-slide-body,
.post-card-list .post-card-body {
padding: 0 10px 20px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-justify-content: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
}
.content-post-slider.is-fullsize .post-slide-body {
padding: 5px 10px 10px 10px;
}
.content-post-slider .post-slide-text,
.post-card-list .post-card-text {
position: relative;
overflow: hidden;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.content-post-slider.slick-slides-to-show-1.has-excerpt .post-slide-text { height: calc(
(1em * 1.4 + 5px) + (1em * 1.4 * 3)
); }
.content-post-slider.slick-slides-to-show-2.has-excerpt .post-slide-text { height: calc(
(1em * 1.4 + 5px) + (1em * 1.4 * 3)
); }
.content-post-slider.slick-slides-to-show-3.has-excerpt .post-slide-text { height: calc(
(1em * 1.4 + 5px) + (1em * 1.4 * 4)
); }
.content-post-slider.slick-slides-to-show-4.has-excerpt .post-slide-text { height: calc(
(1em * 1.4 + 5px) + (1em * 1.4 * 4)
); }
.content-post-slider.slick-slides-to-show-5.has-excerpt .post-slide-text { height: calc(
(1em * 1.4 + 5px) + (1em * 1.4 * 4)
); }
.post-card-list.is-small-columns-1.has-excerpt .post-card-text { max-height: calc(
(1em * 1.4 + 5px) + (1em * 1.4 + 10px) + (1em * 1.4 * 4)
); }
.post-card-list.is-small-columns-2.has-excerpt .post-card-text { max-height: calc(
(1em * 1.4 + 5px) + (1em * 1.4 * 3)
); }
.post-card-list.is-small-columns-3.has-excerpt .post-card-text { max-height: calc(
(1em * 1.4 + 5px) + (1em * 1.4 * 4)
); }
.post-card-list.is-small-columns-4.has-excerpt .post-card-text { max-height: calc(
(1em * 1.4 + 5px) + (1em * 1.4 * 4)
); }
.post-card-list.is-small-columns-5.has-excerpt .post-card-text { max-height: calc(
(1em * 1.4 + 5px) + (1em * 1.4 * 4)
); }
@media only screen and (min-width: 960px) {
.content-post-slider.slick-slides-to-show-1.has-excerpt .post-slide-text { height: calc(
(1em * 1.4 + 5px) + (0.8em * 1.4 * 3)
); }
.content-post-slider.slick-slides-to-show-2.has-excerpt .post-slide-text { height: calc(
(1em * 1.4 + 5px) + (0.8em * 1.4 * 3)
); }
.content-post-slider.slick-slides-to-show-3.has-excerpt .post-slide-text { height: calc(
(1em * 1.4 + 5px) + (0.8em * 1.4 * 4)
); }
.content-post-slider.slick-slides-to-show-4.has-excerpt .post-slide-text { height: calc(
(1em * 1.4 + 5px) + (0.8em * 1.4 * 4)
); }
.content-post-slider.slick-slides-to-show-5.has-excerpt .post-slide-text { height: calc(
(1em * 1.4 + 5px) + (0.8em * 1.4 * 4)
); }
.post-card-list.is-large-columns-1.has-excerpt .post-card-text { min-height: calc(
(1em * 1.4 + 5px) + (0.8em * 1.4 * 3)
); }
.post-card-list.is-large-columns-2.has-excerpt .post-card-text { max-height: calc(
(1em * 1.4 + 5px) + (0.8em * 1.4 * 3)
); }
.post-card-list.is-large-columns-3.has-excerpt .post-card-text { max-height: calc(
(1em * 1.4 + 5px) + (0.8em * 1.4 * 4)
); }
.post-card-list.is-large-columns-4.has-excerpt .post-card-text { max-height: calc(
(1em * 1.4 + 5px) + (0.8em * 1.4 * 4)
); }
.post-card-list.is-large-columns-5.has-excerpt .post-card-text { max-height: calc(
(1em * 1.4 + 5px) + (0.8em * 1.4 * 4)
); }
}
.post-slide-title {
display: -webkit-box;
-webkit-line-clamp: 2; -webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.content-post-slider .post-slide-title,
.post-card-list .post-card-title {
margin: 0 0 5px;
padding: 0;
text-align: center;
font-size: 0.9em;
line-height: 1.4;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
color: inherit;
background: none;
}
.content-post-slider.is-fullsize-text .post-slide-title {
margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
#st-header-bottom-category
.content-post-slider.is-fullsize-text
.post-slide-title
a {
padding-top: 5px;
font-size: 0.85em;
line-height: 1 !important;
}
}
.content-post-slider.is-fullsize .post-slide-image,
.post-card-list.is-fullsize .post-card-image,
#st-header-under-widgets-box .content-post-slider.is-fullsize .post-slide-title,
.is-fullsize .post-slide-title {
margin-bottom: 0;
} .is-fullsize .st-catgroup {
display: none;
}
.post-card-list
.post-card-title:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no):not(.st-matome):not(.rankh5):not(.point):not(
.st-cardbox-t
):not(.popular-t):not(.kanren-t):not(.popular-t) { padding: 0 !important;
border-bottom: 0;
background: none;
color: inherit;
text-align: left;
}
.content-post-slider .post-slide-title a,
.post-card-list .post-card-title a {
color: #333;
text-decoration: none;
font-weight: bold;
} @media print, screen and (max-width: 599px) {
#st-footer-under-widgets-box #st-infomation-widget p,
#st-header-top-widgets-box p {
font-size: 0.9em;
}
} #st-header-under-widgets-box .slider,
#st-header-under-widgets-box .slick-slider {
margin-bottom: 10px;
}
#st-header-under-widgets-box .content-post-slider .post-slide-image {
margin-bottom: 7px;
}
#st-header-under-widgets-box .content-post-slider .post-slide-title {
margin-bottom: 10px;
font-size: 0.9em;
line-height: 1.4;
}
#st-header-under-widgets-box .slick-slider.slick-dotted {
padding-top: 10px;
}
#st-header-under-widgets-box .textwidget {
max-width: 100%;
overflow: hidden;
}
.content-post-slider .post-slide-date,
.post-card-list .post-card-date {
margin: 0 0 10px;
text-align: center;
font-size: 1em;
line-height: 1.4;
position: absolute;
bottom: 0;
right: 10px;
z-index: 999;
color: #fff;
} #st-header-under-widgets-box
.content-post-slider.is-fullsize-text
.post-slide-title,
.content-post-slider.is-fullsize-text .post-slide-title,
.post-card-list .post-card-title {
font-size: 0.9em;
line-height: 1.5 !important;
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
#st-header-under-widgets-box
.content-post-slider.is-fullsize-text
.post-slide-title,
.content-post-slider.is-fullsize-text .post-slide-title,
.post-card-list .post-card-title {
font-size: 1em;
}
}
.post-card-date .st-fa,
.post-slide-date .st-fa,
.post-card-date .fa,
.post-slide-date .fa {
margin-right: 4px;
}
@media only screen and (min-width: 960px) {
.content-post-slider .post-slide-date,
.post-card-list .post-card-date {
font-size: 0.8em;
}
}
.content-post-slider .post-slide-excerpt,
.post-card-list .post-card-excerpt {
overflow: hidden;
font-size: 1em;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
padding: 0px;
color: #777;
text-align: left;
}
.post-card-excerpt p,
main .post-slide-excerpt p,
main .post-card-excerpt p {
color: #777;
}
.content-post-slider.slick-slides-to-show-1 .post-slide-excerpt { height: calc(1em * 1.4 * 3); }
.content-post-slider.slick-slides-to-show-2 .post-slide-excerpt { height: calc(1em * 1.4 * 3); }
.content-post-slider.slick-slides-to-show-3 .post-slide-excerpt { height: calc(1em * 1.4 * 4); }
.content-post-slider.slick-slides-to-show-4 .post-slide-excerpt { height: calc(1em * 1.4 * 4); }
.content-post-slider.slick-slides-to-show-5 .post-slide-excerpt { height: calc(1em * 1.4 * 4); }
@media only screen and (min-width: 960px) {
.content-post-slider .post-slide-excerpt,
.post-card-list .post-card-excerpt {
font-size: 0.8em;
}
.content-post-slider.slick-slides-to-show-1 .post-slide-excerpt { height: calc(0.8em * 1.4 * 3); }
.content-post-slider.slick-slides-to-show-2 .post-slide-excerpt { height: calc(0.8em * 1.4 * 3); }
.content-post-slider.slick-slides-to-show-3 .post-slide-excerpt { height: calc(0.8em * 1.4 * 4); }
.content-post-slider.slick-slides-to-show-4 .post-slide-excerpt { height: calc(0.8em * 1.4 * 4); }
.content-post-slider.slick-slides-to-show-5 .post-slide-excerpt { height: calc(0.8em * 1.4 * 4); }
}
.content-post-slider .post-slide-excerpt p::after,
.post-card-list .post-card-excerpt p::after {
position: absolute;
right: 0;
bottom: 0;
left: 0;
display: block;
height: calc(
1em * 1.4 * 1 + 0.25em
); background: linear-gradient(
to bottom,
rgba(255, 255, 255, 0),
rgba(255, 255, 255, 1)
); content: "";
}
.content-post-slider .post-slide-excerpt p,
.post-card-list .post-card-excerpt p {
margin: 0;
font-size: 0.9em;
line-height: 1.8 !important;
}
@media only screen and (max-width: 959px) {
.content-post-slider .post-slide-excerpt p,
.post-card-list .post-card-excerpt p {
margin: 0;
font-size: 0.8em;
line-height: 1.5 !important;
} .content-post-slider.slick-slides-to-show-2 .post-slide-excerpt p,
.content-post-slider.slick-slides-to-show-3 .post-slide-excerpt p,
.is-small-columns-2 .post-card-excerpt p,
.is-small-columns-3 .post-card-excerpt p {
margin: 0;
font-size: 0.75em !important;
line-height: 1.7 !important;
}
}
.content-post-slider .post-slide-more {
margin: 15px 0 0;
text-align: center;
}
.content-post-slider .post-slide-more a {
display: block;
box-sizing: border-box;
padding: 6px 10px;
border: 1px solid #ccc;
background: #fff;
color: #757575;
text-align: center;
text-decoration: none;
line-height: 1.4;
font-size: 0.9em;
}
@media only screen and (min-width: 600px) {
.content-post-slider .post-slide-more a {
display: inline-block;
}
}
@media print, screen and (max-width: 599px) {
.content-post-slider .post-slide-more a {
font-size: 0.7em;
}
}
.content-post-slider .post-slide-more a:hover {
background: #f3f3f3;
} .content-post-slider,
.post-card-list {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-right: -8px;
margin-left: -8px;
width: calc(100% + 16px); }
@media only screen and (max-width: 599px) {
.content-post-slider.is-center-mode {
width: 100%;
margin-right: 0;
margin-left: 0;
}
}
.content-post-slider {
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.post-card-list {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-top: -8px;
margin-bottom: -8px;
}
.content-post-slider .slider-item {
margin: 0 8px;
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
.post-card-list .post-card-list-item.st-infeed-adunit { display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.st-infeed-adunit .custom-html-widget {
width: 100%;    align-self: flex-start;  }
.post-card-list .post-card-list-item,
.post-card-list.is-small-columns-1 .post-card-list-item {
margin: 8px;
width: calc(100% - 16px);
}
.post-card-list.is-small-columns-2 .post-card-list-item {
width: calc(50% - 16px); }
.post-card-list.is-small-columns-3 .post-card-list-item {
width: calc(33.33333% - 16px); }
@media only screen and (min-width: 600px) {
.post-card-list.is-medium-columns-1 .post-card-list-item {
width: 100%;
}
.post-card-list.is-medium-columns-2 .post-card-list-item {
width: calc(50% - 16px); }
.post-card-list.is-medium-columns-3 .post-card-list-item {
width: calc(33.33333% - 16px); }
}
@media only screen and (min-width: 960px) {
.post-card-list.is-large-columns-1 .post-card-list-item {
width: 100%;
}
.post-card-list.is-large-columns-2 .post-card-list-item {
width: calc(50% - 16px); }
.post-card-list.is-large-columns-3 .post-card-list-item {
width: calc(33.33333% - 16px); }
.post-card-list.is-large-columns-4 .post-card-list-item {
width: calc(25% - 16px); }
}
.content-post-slider.is-fullsize-text .slick-track {
display: flex;
justify-content: center;
align-items: flex-start;
}
.content-post-slider .slick-next {
right: 8px;
}
.content-post-slider .slick-prev {
left: 8px;
}
@media only screen and (max-width: 599px) {
.content-post-slider.is-center-mode .slick-next {
right: 0;
}
.content-post-slider.is-center-mode .slick-prev {
left: 0;
}
} .st-slider-img {
width: 100%;
}
.st-slider-img .post-slide-body,
.widget_text.top-content.widget_st_custom_html_widget
.post-card-list
.post-card-body {
display: none;
}
.st-slider-img .post-slide {
background-color: transparent;
} #st-header-under-widgets-box .content-post-slider .post-slide-body {
padding-right: 8px;
padding-left: 8px;
}
@media only screen and (min-width: 1076px) { #st-header-under-widgets-box .content-post-slider .post-slide-body {
padding-right: 8px;
padding-left: 8px;
}
} #st-header .slick-slider {
margin-bottom: 0;
} #st-header-under-widgets-box {
margin: 0 auto;
} a.st-flexbox-link,
a.st-flexbox-link:visited {
text-decoration: none;
color: inherit;
}
a.st-flexbox-link .st-header-flexwrap {
transition: opacity 1s ease-out;
}
a.st-flexbox-link .st-header-flexwrap:hover {
opacity: 0.8;
transition: opacity 0.5s ease-out;
}
a.st-flexbox-link .st-header-flexwrap.st-blur:hover,
a.st-flexbox-link .st-header-flexwrap.st-black-bg:hover {
opacity: 1;
}
.st-header-flexwrap {
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
background-position: 50% 50%;
background-size: cover;
position: relative;
z-index: 0;
max-width: 100%;
box-sizing: border-box;
}
.st-header-flexwrap.st-blur::before {
content: "";
position: absolute;
top: -5px;
bottom: -5px;
left: -5px;
right: -5px;
background: inherit;
filter: blur(5px);
transition: filter 0.3s ease;
z-index: -1;
}
.st-header-flexwrap.st-blur:hover::before {
filter: blur(0);
}
.st-header-flexbox {
text-align: center;
}
.wp-block-st-blocks-flexbox .st-header-flexbox {
width: 100%;
}
.st-header-flexbox > *:last-child {
margin-bottom: 0;
}
.post
.st-header-flexbox
ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(
.st-pvm-nav-list
),
.st-header-flexbox ul,
.post .st-header-flexbox ol,
.st-header-flexbox ol {
padding-left: 20px;
}
.st-header-flexbox .is-style-st-circle,
.st-header-flexbox .is-style-st-circle-border,
.st-header-flexbox .is-style-st-check,
.st-header-flexbox .is-style-st-check-border,
.st-header-flexbox .is-style-st-square-checkbox-no-border,
.st-header-flexbox .is-style-st-square-checkbox,
.st-header-flexbox .is-style-st-no,
.st-header-flexbox .is-style-st-no-border {
padding-left: 0 !important;
}
.st-header-flextitle {
font-weight: bold;
color: #9e9e9e;
line-height: 1.3;
margin-bottom: 10px;
display: flex;
align-items: center;
margin-right: auto;
margin-left: auto;
width: fit-content;
}
.st-header-flextitle .st-fa,
.st-header-flextitle .fa {
margin: 0 7px;
} .st-header-flexwrap.st-flexbox-center {
margin-right: auto;
margin-left: auto;
}
.st-header-flexwrap.st-flexbox-left {
display: flex;
justify-content: flex-start;
}
.st-header-flexwrap.st-flexbox-left .st-header-flextitle {
margin-left: 0;
}
.st-header-flexwrap.st-flexbox-left .st-header-flexbox {
text-align: left;
width: 100%;
box-sizing: border-box;
}  #st-header-post-under-box.st-header-post-data {
min-height: 200px;
}
#st-header-post-under-box.st-header-post-data .st-content-width .st-catgroup {
margin-bottom: 10px;
display: flex;
flex-wrap: wrap;
gap: 5px;
}
@media print, screen and (min-width: 960px) {
#st-header-post-under-box.st-header-post-data {
margin: -10px 0 10px;
}
.st-header-post-data + #content > #contentInner > main {
padding-top: 10px;
}
.lp #st-header-post-under-box.st-header-post-data,
.lp #st-header-post-under-box.st-header-post-no-data {
margin-bottom: 0;
}
.lp .st-header-post-data + #content > #contentInner > main {
padding-top: 0;
} #st-header-under-widgets-box-wrap
+ #st-header-post-under-box.st-header-post-data,
#st-header-under-widgets-box-wrap
+ #st-header-post-under-box.st-header-post-no-data {
margin-top: 0;
}
} #st-header-post-under-box.st-dark .st-dark-cover {
position: relative;
z-index: 2;
}
#st-header-post-under-box.st-dark {
position: relative;
}
#st-header-post-under-box.st-dark::before {
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: " ";
z-index: 1;
}
#st-header-post-under-box.st-dark .blogbox p,
#st-header-post-under-box.st-dark .entry-title {
color: #fafafa;
}  pre,
.wp-block-details summary,
p, .st-kaiwa-hukidashi, .st-kaiwa-hukidashi2, .yellowbox, .graybox, .redbox, #topnews .clearfix dd p, .post ul li, .post ol li, #comments #respond, .st-tab-content > label, .st-tabs__tab-list-item, #comments h4 {
font-size: 18px;
line-height: 32px;
}
.st-tabs__tab-list-item { line-height: 30px !important;
}
.st-tab-category .st-tab-content > label {
font-size: 15px;
line-height: 25px;
} .entry-title:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2),
.post
.entry-title:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2) {
font-size: 24px;
line-height: 38px;
}
.archive
.post
.entry-title:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2) {
margin-bottom: 20px;
} h1 {
margin: 0;
} h2.has-st-regular-font-size,
h2:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2),
.h2modoki {
font-size: 22px;
line-height: 35px;
color: #333;
} .post h3.has-st-regular-font-size,
.post
h3:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2):not(.rankh3):not(.post-card-title):not(#reply-title),
.h3modoki,
.st-step-title {
font-size: 19px;
line-height: 27px;
} .post h4.has-st-regular-font-size,
.post
h4:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2):not(.point):not(.rankh4),
.h4modoki {
font-size: 18px;
line-height: 28px;
} .post h5.has-st-regular-font-size,
h5,
h5 span,
.h5modoki,
.post h5 {
font-size: 17px;
line-height: 27px;
}
#footer h5,
#side h5 {
line-height: 1.5;
} .post h6.has-st-regular-font-size,
h6,
h6 span,
.h6modoki,
.post h6 {
font-size: 17px;
line-height: 27px;
} .st-h-copy-toc,
.st-h-copy {
display: block !important;
font-size: 65%;
line-height: 1.4;
}
#breadcrumb .st-h-copy-toc, #breadcrumb .st-h-copy {
display: inline-block !important;
font-size: inherit;
line-height: inherit;
} p,
.post h5 {
margin-bottom: 20px;
} .wp-block-details {
margin-bottom: 20px;
}
.wp-block-details summary {
margin-bottom: 10px;
} header h1 {
margin-top: 0;
}
header .descr.sitenametop,
header .sitename.sitenametop {
margin-bottom: 5px;
padding-top: 5px;
}
header #st-mobile-logo .descr.sitenametop,
header #st-mobile-logo .sitename.sitenametop {
padding-top: 0;
}
header .descr.sitename-only,
header .sitename.sitename-only {
padding-top: 5px;
}
#headbox img.sitename-only-img {
margin-bottom: 5px;
padding-top: 5px;
}
#headbox img.sitename-bottom {
margin-bottom: 5px;
}
header .sitename {
font-size: 20px;
line-height: 1.3;
padding: 0;
margin: 0;
word-break: break-all;
}
header .sitename a {
color: #333;
text-decoration: none;
font-weight: bold;
} header h1 {
font-size: 12px;
font-weight: normal;
}
header .descr {
font-size: 13px;
font-weight: normal;
line-height: 1.3;
padding: 0;
margin: 0;
word-break: break-all;
} .post .st-catgroup {
font-size: 12px;
line-height: 18px;
margin: 0;
padding: 5px 0;
display: flex;
flex-wrap: wrap;
gap: 5px;
}
.catname {
font-size: 13px;
line-height: 1.5em;
color: #1a1a1a;
display: inline-block;
word-break: break-word;
padding: 6px 8px;
margin-top: 5px;
border-radius: 2px;
text-decoration: none;
background: #f3f3f3;
}
.post .st-catgroup a {
text-decoration: none;
color: #333;
} :root .st-catid-ad {
background: #fafafa;
color: #999;
display: inline-flex;
}
:root .front-page .post .st-catgroup:has(.st-catid-ad),
:root .front-page .st-catid-ad {
margin-top: 0;
}
:root .front-page .post .st-catgroup:has(.st-catid-ad) {
margin-bottom: 20px;
}
#display_ad_mark_title {
padding: 0.8em 1em;
border-radius: 2px;
}
#display_ad_mark_title.is-style-st-paragraph-pen::before {
color: #ddd;
border-right-color: #ddd;
margin-right: 1em;
} .st-date-pr-top {
text-align: right;
}
.st-date-pr-top {
font-size: 13px;
line-height: 1.5em;
}
@media only screen and (max-width: 959px) {
.st-date-pr-top {
font-size: 14px;
}
}
.st-date-pr {
padding: 1px 3px;
display: inline-block;
margin-left: auto;
} p.itiran-category {
margin-bottom: 0;
}
.post .st-catgroup.itiran-category {
padding: 0 0 5px;
}
.st-catgroup.itiran-category .catname {
font-size: 10px;
margin: 0 0 5px;
padding: 5px;
}
@media only screen and (max-width: 959px) {
.st-catgroup.itiran-category .catname {
font-size: 12px;
margin: 0 0 5px;
padding: 6px;
}
}
.st-post .st-catgroup.itiran-category .catname,
.st-page .st-catgroup.itiran-category .catname {
margin-bottom: 5px;
} .post .st-catgroup-under .st-catgroup,
.st-catgroup-under .st-catgroup {
padding-top: 7px;
}
.st-catgroup-under .st-catgroup .catname {
border-radius: 0;
}
.st-catgroup-under .st-catgroup.itiran-category .catname {
margin-bottom: 4px;
} .st-wppviews-label {
position: relative;
}
.st-wppviews-label .wpp-views {
white-space: nowrap;
position: absolute;
top: -1px;
left: -1px;
color: #fff;
z-index: 200;
font-size: 70%;
background: #333;
padding: 3px 7px;
border-radius: 5px 0 5px 0;
}
.st-wppviews-label .wpp-views-limit { white-space: nowrap;
position: absolute;
top: -1px;
left: -1px;
color: #fff;
z-index: 200;
font-size: 70%;
background: #bcb72f !important;
padding: 3px 7px;
border-radius: 5px 0 5px 0;
}
.st-wppviews-label .wpp-text {
font-size: 60%;
margin-left: 3px;
}
.st-cardbox-label-text .wpp-text {
font-size: 80%;
margin-left: 3px;
}
.post-card .st-wppviews-label .wpp-views {
font-size: 90%;
}
.post .st-wpp-views-widgets ul { padding: 0;
margin: 0;
}
.blog_info .st-fa,
.blog_info .fa {
margin-right: 4px;
}
.post-card-date .st-svg-clock-o::before,
.post-slide-date .st-svg-clock-o::before,
.kdate .st-svg-clock-o::before,
.blog_info .st-svg-clock-o::before {
font-size: 0.9em;
}
.post-card-date .st-svg-refresh::before,
.post-slide-date .st-svg-refresh::before,
.kdate .st-svg-refresh::before,
.blog_info .st-svg-refresh::before {
font-size: 0.8em;
}
.wpp-list li {
margin-bottom: 10px !important;
}
.wpp-list li a {
text-decoration: none;
font-weight: bold;
} .post .st-sc-listnavi-box {
overflow-x: auto;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
padding: 5px !important;
}
.post .st-sc-listnavi-box.box80 .st-sc-listnavi {
max-width: 80%;
}
.post .st-sc-listnavi {
display: inline-block;
margin-right: 3px;
}
.post .st-sc-listnavi a {
display: block;
border: solid #bdbdbd 1px;
padding: 3px 10px;
border-radius: 3px;
text-decoration: none;
color: #757575;
font-size: 90%;
}
.post .st-sc-listnavi a:hover {
background: #fafafa;
}
.post .st-sc-listnavi-box::-webkit-scrollbar {
height: 5px;
}
.post .st-sc-listnavi-box::-webkit-scrollbar-track {
border-radius: 5px;
background: #f2f2f2;
}
.post .st-sc-listnavi-box::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #ccc;
} .entry-title:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2),
.post
.entry-title:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2) {
color: #333;
padding-top: 10px;
margin-bottom: 10px;
font-weight: bold;
}
#st-page
.entry-title:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2) {
margin-bottom: 20px;
}
.entry-title:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2)
a:hover {
text-decoration: underline;
}
.entry-title:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2)
a {
color: #333;
text-decoration: none;
}
h1:not(.entry-title):not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2) {
margin: 0px;
padding: 0px;
} h2:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2),
.h2modoki {
background: #f3f3f3;
color: #1a1a1a;
margin: 20px 0;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
} .post
h3:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2):not(.rankh3):not(.post-card-title):not(#reply-title),
.h3modoki {
background: #f3f3f3;
color: #1a1a1a;
margin: 20px 0;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
h3:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2)
a {
color: #333;
text-decoration: none;
}
dd
h3:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2) {
line-height: 20px;
}
.post
h4:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2):not(.point):not(.rankh4),
.h4modoki {
padding: 10px 15px;
margin: 20px 0;
background-color: #f3f3f3;
}
.h5modoki,
.post h5 {
padding-right: 20px;
} .post h5.is-style-st-heading-custom-line {
padding-right: 0;
}
.h2modoki,
.h3modoki,
.h4modoki,
.h5modoki,
.st-step-title {
font-weight: bold;
} .post .amazonjs_info h4 {
background-color: transparent !important;
background-image: none !important;
margin-bottom: 10px !important;
padding-top: 0 !important;
margin-top: 0 !important;
}
.post .amazonjs_info h4::before,
.post .amazonjs_info h4::after {
border: none !important;
}
.post
h6:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2) {
margin-bottom: 10px;
font-weight: bold;
}
.wp-block-embed.is-type-video figcaption a,
.wp-block-embed.is-type-video figcaption,
.wp-block-image figcaption a,
.wp-block-image figcaption,
.wp-caption-text a,
.wp-caption-text {
font-size: 12px;
color: #757575;
line-height: 1.4;
text-align: center;
margin: 0.5em 0 0;
} aside
h4:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2),
#side
aside
h4:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2),
#side
.st-widgets-title:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2) {
font-size: 16px;
line-height: 27px;
margin-bottom: 20px;
}
.screen-reader-text {
display: none;
} #side aside > div > div {
margin-bottom: 10px;
}
#side aside > div:last-child {
margin-bottom: 0;
} #side .widget_recent_entries ul li,
#side .widget_recent_comments ul li,
#side .widget_meta ul li,
#side .widget_archive ul li {
padding-bottom: 3px;
} #side li.page_item:not(.menu-item) {
vertical-align: middle;
width: 100%;
padding: 10px;
box-sizing: border-box;
border-bottom: 1px dotted #ccc;
}
#side li.page_item:not(.menu-item) li {
border: none;
}
#side li.page_item:not(.menu-item) a {
color: #1a1a1a;
text-decoration: none;
}
#side li.page_item:not(.menu-item) a:hover {
color: #ccc;
} #content {
position: relative;
}
.side-add-widgets {
position: absolute;
width: 300px;
}
.side-add-widgets.side-add-left {
left: -320px;
}
.side-add-widgets.side-add-right {
right: -320px;
}
#side.side-add-widgets.side-add-left aside {
text-align: right;
}
#side.side-add-widgets aside .st-widgets-title {
text-align: left;
}
.colum1 #side.side-add-widgets {
display: block;
} #side.side-add-widgets.side-add-left aside .tagcloud, #side.side-add-widgets.side-add-left aside .st-pvm-ranking-item-body, #side.side-add-widgets.side-add-left aside dd {
text-align: left;
}
.colum1 #side {
display: none;
} .cat-itiran p.point {
background-color: transparent;
border-bottom: 1px solid #f3f3f3;
margin-bottom: 40px;
padding: 20px 15px 10px;
position: relative;
}
.cat-itiran p.point .point-in {
background: #f3f3f3 none repeat scroll 0 0;
color: #333;
font-size: 15px;
font-weight: bold;
left: 0;
margin: 0;
padding: 3px 20px;
position: absolute;
top: 15px;
}
.cat-itiran h3 {
border: none;
} .blogbox p {
font-size: 14px;
margin: 0px;
color: #777;
line-height: 18px;
display: flex;
align-items: center;
}
.blogbox {
margin-bottom: 10px;
padding: 0px;
}
.post .blogbox .st-fa,
#st-header-post-under-box.st-header-post-data .blogbox .st-fa,
.post .blogbox .fa,
#st-header-post-under-box.st-header-post-data .blogbox .fa {
margin-right: 4px;
} .tagst {
font-size: 13px;
color: #ccc;
padding: 10px 0 0;
} .no-thumbitiran {
margin-bottom: 5px;
}
.kanren .no-thumbitiran h3 {
margin-bottom: 0px;
font-size: 18px;
line-height: 27px;
padding: 5px 0 0;
}
.no-thumbitiran h3 a {
color: #4682b4;
}
.no-thumbitiran h5 a {
color: #1a1a1a;
text-decoration: none;
}
.post .no-thumbitiran .kanren h5 {
margin-bottom: 0;
}
.no-thumbitiran h3 a:hover,
.no-thumbitiran h5 a:hover {
color: #b22222;
}
.no-thumbitiran p {
color: #616161;
margin-bottom: 0;
}
.no-thumbitiran .blog_info p {
font-size: 12px;
margin: 0px;
color: #777;
line-height: 18px;
}
.no-thumbitiran .blog_info {
margin-bottom: 0px;
padding: 2px 0 0;
} .wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.inyoumodoki,
.post blockquote {
position: relative;
background-color: #fafafa;
padding-top: 50px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
margin-top: 20px;
margin-right: 0px;
margin-bottom: 20px;
}
.inyoumodoki::before,
.post blockquote::before {
content: "\f10d";
font-family: stsvg;
position: absolute;
top: 20px;
left: 20px;
color: #e0e0e0;
font-size: 20px;
}
.post .inyoumodoki p:last-child,
.post .inyoumodoki ol:last-child,
.post .inyoumodoki ul:last-child {
margin-bottom: 0;
padding-bottom: 0;
} blockquote.tiktok-embed,
.post blockquote.tiktok-embed {
padding: 0;
background-color: transparent;
margin-right: auto;
margin-left: auto;
}
blockquote.tiktok-embed::before,
.post blockquote.tiktok-embed::before {
content: none;
} .post blockquote cite,
.post blockquote cite a {
font-style: normal;
color: #9e9e9e;
font-size: 0.9em;
text-decoration: none;
margin-top: -10px;
display: block;
} blockquote.is-style-st-quote-x::before {
content: "\f2bd";
color: #000;
font-size: 2em;
}
blockquote.is-style-st-quote-x {
background: #fff;
border: 3px solid #eee;
border-radius: 3px;
box-sizing: border-box;
padding-top: 60px;
}
blockquote.is-style-st-quote-x p {
line-height: 1.8em;
margin-bottom: 7px;
}
blockquote.is-style-st-quote-x cite {
display: flex;
align-items: center;
padding-top: 7px;
}
blockquote.is-style-st-quote-x cite::before {
font-family: stsvg;
content: "\e92c";
color: #333;
margin-right: 5px;
}
blockquote.is-style-st-quote-x cite,
.post blockquote.is-style-st-quote-x cite a {
margin: 0;
} blockquote[class*="is-style-st-quote-amazon"]::before {
content: "\f2bd";
color: #aab7b8;
font-size: 2em;
}
blockquote[class*="is-style-st-quote-amazon-star"]::before {
color: #ff6200;
font-size: 1em;
}
blockquote.is-style-st-quote-amazon-star5::before {
content: "\f005 \f005 \f005 \f005 \f005";
}
blockquote.is-style-st-quote-amazon-star45::before {
content: "\f005 \f005 \f005 \f005 \f123";
}
blockquote.is-style-st-quote-amazon-star4::before {
content: "\f005 \f005 \f005 \f005 \f006";
}
blockquote.is-style-st-quote-amazon-star35::before {
content: "\f005 \f005 \f005 \f123 \f006";
}
blockquote.is-style-st-quote-amazon-star3::before {
content: "\f005 \f005 \f005 \f006 \f006";
}
blockquote.is-style-st-quote-amazon-star25::before {
content: "\f005 \f005 \f123 \f006 \f006";
}
blockquote.is-style-st-quote-amazon-star2::before {
content: "\f005 \f005 \f006 \f006 \f006";
}
blockquote.is-style-st-quote-amazon-star15::before {
content: "\f005 \f123 \f006 \f006 \f006";
}
blockquote.is-style-st-quote-amazon-star1::before {
content: "\f005 \f006 \f006 \f006 \f006";
}
blockquote[class*="is-style-st-quote-amazon"] {
background: #fff;
border: 3px solid #eee;
border-radius: 3px;
box-sizing: border-box;
padding-top: 60px;
}
blockquote[class*="is-style-st-quote-amazon-star"] {
padding-top: 50px;
}
blockquote[class*="is-style-st-quote-amazon"] p {
line-height: 1.8em;
margin-bottom: 7px;
}
blockquote[class*="is-style-st-quote-amazon"] cite {
display: flex;
align-items: center;
padding-top: 7px;
}
blockquote[class*="is-style-st-quote-amazon"] cite::before {
font-family: stsvg;
content: "\f270";
color: #f59122;
margin-right: 5px;
}
blockquote[class*="is-style-st-quote-amazon"] cite,
blockquote[class*="is-style-st-quote-amazon"] cite a {
margin: 0;
} blockquote[class*="is-style-st-quote-google"]::before {
content: "\f2bd";
color: #a3c9ff;
font-size: 2em;
}
blockquote[class*="is-style-st-quote-google-star"]::before {
color: #fabb05;
font-size: 1em;
}
blockquote.is-style-st-quote-google-star5::before {
content: "\f005 \f005 \f005 \f005 \f005";
}
blockquote.is-style-st-quote-google-star45::before {
content: "\f005 \f005 \f005 \f005 \f123";
}
blockquote.is-style-st-quote-google-star4::before {
content: "\f005 \f005 \f005 \f005 \f006";
}
blockquote.is-style-st-quote-google-star35::before {
content: "\f005 \f005 \f005 \f123 \f006";
}
blockquote.is-style-st-quote-google-star3::before {
content: "\f005 \f005 \f005 \f006 \f006";
}
blockquote.is-style-st-quote-google-star25::before {
content: "\f005 \f005 \f123 \f006 \f006";
}
blockquote.is-style-st-quote-google-star2::before {
content: "\f005 \f005 \f006 \f006 \f006";
}
blockquote.is-style-st-quote-google-star15::before {
content: "\f005 \f123 \f006 \f006 \f006";
}
blockquote.is-style-st-quote-google-star1::before {
content: "\f005 \f006 \f006 \f006 \f006";
}
blockquote[class*="is-style-st-quote-google"] {
background: #fff;
border: 3px solid #eee;
border-radius: 3px;
box-sizing: border-box;
padding-top: 60px;
}
blockquote[class*="is-style-st-quote-google-star"] {
padding-top: 50px;
}
blockquote[class*="is-style-st-quote-google"] p {
line-height: 1.8em;
margin-bottom: 7px;
}
blockquote[class*="is-style-st-quote-google"] cite {
display: flex;
align-items: center;
padding-top: 7px;
}
blockquote[class*="is-style-st-quote-google"] cite::before {
font-family: stsvg;
content: "\f1a0";
color: #4285f4;
margin-right: 5px;
}
blockquote[class*="is-style-st-quote-google"] cite,
blockquote[class*="is-style-st-quote-google"] cite a {
margin: 0;
} .huto {
font-weight: bold;
}
.hutoaka {
font-weight: bold;
color: #ff3333;
}
.st-aka {
color: #ff3333;
}
.maru {
border-radius: 5px;
}
.noborder {
border: none;
}
.oomozi {
font-size: 150%;
line-height: 1.4;
font-weight: bold;
}
.komozi {
font-size: 80% !important;
line-height: 1.5 !important;
}
.komozi-m {
font-size: 90% !important;
line-height: 1.7 !important;
}
@media only screen and (max-width: 599px) {
.komozi-m {
font-size: 95% !important;
line-height: 1.7 !important;
}
}
.ymarker,
.ymarker-s,
.gmarker,
.gmarker-s,
.rmarker,
.rmarker-s,
.bmarker,
.bmarker-s {
font-weight: bold;
}
.ymarker {
background: #fff9c4;
}
.ymarker-s {
background: linear-gradient(transparent 70%, #fff9c4 0%);
}
.gmarker {
background: #eeeeee;
}
.gmarker-s {
background: linear-gradient(transparent 70%, #eeeeee 0%);
}
.rmarker {
background: #ffcdd2;
}
.rmarker-s {
background: linear-gradient(transparent 70%, #ffcdd2 0%);
}
.bmarker {
background: #e1f5fe;
}
.bmarker-s {
background: linear-gradient(transparent 70%, #e1f5fe 0%);
}
.yellowbox {
padding: 20px;
background-color: #ffffe0;
margin-bottom: 20px;
}
.yellowbox:not(.noborder) {
border: solid 1px #fffacd;
}
.redbox {
margin-bottom: 20px;
padding: 20px;
background-color: #ffebee;
}
.redbox:not(.noborder) {
border: solid 1px #ef5350;
}
.graybox {
margin-bottom: 20px;
padding: 20px;
background-color: #fafafa;
}
.graybox:not(.noborder) {
border: solid 1px #ccc;
}
.post .yellowbox .maruck,
.post .yellowbox .maruno,
.post .yellowbox p:last-child,
.post .yellowbox ol:last-child,
.post
.yellowbox
ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(
.st-pvm-nav-list
):last-child {
margin-bottom: 0;
padding-bottom: 0;
}
.post .graybox .maruck,
.post .graybox .maruno,
.post .graybox p:last-child,
.post .graybox ol:last-child,
.post
.graybox
ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(
.st-pvm-nav-list
):last-child {
margin-bottom: 0;
padding-bottom: 0;
}
.post .redbox .maruck,
.post .redbox .maruno,
.post .redbox p:last-child,
.post .redbox ol:last-child,
.post
.redbox
ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(
.st-pvm-nav-list
):last-child {
margin-bottom: 0;
padding-bottom: 0;
} .post .freebox .maruck,
.post .freebox .maruno,
.post .st-mybox .maruck,
.post .st-mybox .maruno {
margin-bottom: 0;
padding-bottom: 0;
padding-top: 10px;
}
.post
.freebox
ul:not(.toc_list):not(.st_toc_list):not(.slick-dots):not(
.st-pvm-nav-list
):last-child,
.post
.st-mybox
ul:not(.toc_list):not(.st_toc_list):not(.slick-dots):not(
.st-pvm-nav-list
):last-child,
.post .freebox ol:not(.slick-dots):last-child,
.post .st-mybox ol:not(.slick-dots):last-child {
margin-bottom: 0;
padding-bottom: 0;
padding-top: 0;
}
span.sankou,
p.sankou {
font-size: 70%;
background-color: #f57c00;
color: #fff;
padding: 3px 4px;
margin: 0 5px;
white-space: nowrap;
}
span.sankou.green,
p.sankou.green {
background-color: #4caf50;
}
span.sankou.blue,
p.sankou.blue {
background-color: #2196f3;
}
span.st-hisu,
p.st-hisu {
font-size: 70%;
background-color: #ff0000;
color: #fff;
padding: 3px 4px;
margin: 0 5px;
white-space: nowrap;
} .dotline {
border-bottom: 1px dotted #212121;
}
.dotliner {
border-bottom: 1px dotted #ff0000;
}
.dotline-s {
border-bottom: 1px solid #212121;
}
.dotline-sr {
border-bottom: 1px solid #ff0000;
} .st-down {
position: relative;
width: 0;
height: 0;
border: 16px solid transparent;
border-top-color: #999;
color: #999;
margin: 0 auto;
}
.st-down::after {
position: absolute;
content: "";
top: -32px;
left: -8px;
width: 16px;
height: 16px;
background: #999;
} .st-triangle-down {
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 30px solid #ccc;
margin: 0 auto 20px;
}  .st-wrench-icon i::before,
.st-wrench-icon::before,
.st-wrench.animated {
display: inline-block;
-webkit-animation: stWrench 2.5s ease infinite;
animation: stWrench 2.5s ease infinite;
}
@keyframes stWrench {
0% {
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg);
}
8% {
-webkit-transform: rotate(12deg);
transform: rotate(12deg);
}
10% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg);
}
18% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg);
}
20% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg);
}
28% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg);
}
30% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg);
}
38% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg);
}
40% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg);
}
48% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg);
}
50% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg);
}
58% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg);
}
60% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg);
}
68% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg);
}
100%,
75% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
} .st-ring-icon i::before,
.st-ring-icon::before,
.st-ring.animated {
display: inline-block;
-webkit-animation: stRing 2s ease infinite;
animation: stRing 2s ease infinite;
}
@keyframes stRing {
0% {
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg);
}
2% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
4% {
-webkit-transform: rotate(-18deg);
transform: rotate(-18deg);
}
6% {
-webkit-transform: rotate(18deg);
transform: rotate(18deg);
}
8% {
-webkit-transform: rotate(-22deg);
transform: rotate(-22deg);
}
10% {
-webkit-transform: rotate(22deg);
transform: rotate(22deg);
}
12% {
-webkit-transform: rotate(-18deg);
transform: rotate(-18deg);
}
14% {
-webkit-transform: rotate(18deg);
transform: rotate(18deg);
}
16% {
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg);
}
18% {
-webkit-transform: rotate(12deg);
transform: rotate(12deg);
}
100%,
20% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
} .st-horizontal-icon i::before,
.st-horizontal-icon::before,
.st-horizontal.animated {
display: inline-block;
-webkit-animation: stHorizontal 2s ease infinite;
animation: stHorizontal 2s ease infinite;
}
@keyframes stHorizontal {
0% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
6% {
-webkit-transform: translate(5px, 0);
transform: translate(5px, 0);
}
12% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
18% {
-webkit-transform: translate(5px, 0);
transform: translate(5px, 0);
}
24% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
30% {
-webkit-transform: translate(5px, 0);
transform: translate(5px, 0);
}
100%,
36% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
} .st-vertical-icon i::before,
.st-vertical-icon::before,
.st-vertical.animated {
display: inline-block;
-webkit-animation: stVrtical 2s ease infinite;
animation: stVrtical 2s ease infinite;
}
@keyframes stVrtical {
0% {
-webkit-transform: translate(0, -3px);
transform: translate(0, -3px);
}
4% {
-webkit-transform: translate(0, 3px);
transform: translate(0, 3px);
}
8% {
-webkit-transform: translate(0, -3px);
transform: translate(0, -3px);
}
12% {
-webkit-transform: translate(0, 3px);
transform: translate(0, 3px);
}
16% {
-webkit-transform: translate(0, -3px);
transform: translate(0, -3px);
}
20% {
-webkit-transform: translate(0, 3px);
transform: translate(0, 3px);
}
100%,
22% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
} .st-flash-icon i::before,
.st-flash-icon::before,
.st-flash {
display: inline-block;
-webkit-animation: stFlash 2s ease infinite;
animation: stFlash 2s ease infinite;
}
@keyframes stFlash {
0%,
100%,
50% {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
} .st-bounce-icon i::before,
.st-bounce-icon::before,
.st-bounce.animated {
display: inline-block;
-webkit-animation: stBounce 2s ease infinite;
animation: stBounce 2s ease infinite;
}
@keyframes stBounce {
0%,
10%,
100%,
20%,
50%,
80% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
} .st-rotation-icon i::before,
.st-rotation-icon::before,
.st-rotation {
display: inline-block;
-webkit-animation: stRotation 1.5s linear infinite;
animation: stRotation 1.5s linear infinite;
}
@keyframes stRotation {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
} .st-float-icon i::before,
.st-float-icon::before,
.st-float.animated {
display: inline-block;
-webkit-animation: stFloat 2s linear infinite;
animation: stFloat 2s linear infinite;
}
@keyframes stFloat {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
50% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
} .st-pulse-icon i::before,
.st-pulse-icon::before,
.st-pulse.animated {
display: inline-block;
-webkit-animation: stPulse 2s linear infinite;
animation: stPulse 2s linear infinite;
}
@keyframes stPulse {
0% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
50% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
} .st-shake-s-icon i::before,
.st-shake-s-icon::before,
.st-shake-s {
display: inline-block;
-webkit-animation: stShake-s 2.5s ease infinite;
animation: stShake-s 2.5s ease infinite;
}
@keyframes stShake-s {
0% {
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg);
}
8% {
-webkit-transform: rotate(12deg);
transform: rotate(12deg);
}
10% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg);
}
18% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg);
}
20% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg);
}
28% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg);
}
30% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg);
}
38% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg);
}
40% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg);
}
48% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg);
}
50% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg);
}
58% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg);
}
60% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg);
}
68% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg);
}
100%,
75% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
} .st-shake-icon i::before,
.st-shake-icon::before,
.st-shake {
display: inline-block;
-webkit-animation: stShake 0.2s infinite;
animation: stShake 0.2s infinite;
}
@keyframes stShake {
0% {
transform: translate(0px, 0px) rotateZ(0deg);
}
25% {
transform: translate(2px, 2px) rotateZ(1deg);
}
50% {
transform: translate(0px, 2px) rotateZ(0deg);
}
75% {
transform: translate(2px, 0px) rotateZ(-1deg);
}
100% {
transform: translate(0px, 0px) rotateZ(0deg);
}
} .st-tada-icon i::before,
.st-tada-icon::before,
.st-tada.animated {
display: inline-block;
-webkit-animation: stTada 2s linear infinite;
animation: stTada 2s linear infinite;
}
@keyframes stTada {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
10%,
20% {
-webkit-transform: scale(0.9) rotate(-8deg);
transform: scale(0.9) rotate(-8deg);
}
30%,
50%,
70% {
-webkit-transform: scale(1.3) rotate(8deg);
transform: scale(1.3) rotate(8deg);
}
40%,
60% {
-webkit-transform: scale(1.3) rotate(-8deg);
transform: scale(1.3) rotate(-8deg);
}
100%,
80% {
-webkit-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
} .st-passing-icon i::before,
.st-passing-icon::before,
.st-passing.animated {
display: inline-block;
-webkit-animation: stPassing 2s linear infinite;
animation: stPassing 2s linear infinite;
}
@keyframes stPassing {
0% {
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 0;
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
100% {
-webkit-transform: translateX(50%);
transform: translateX(50%);
opacity: 0;
}
} .st-passing-reverse-icon i::before,
.st-passing-reverse-icon::before,
.st-passing-reverse.animated {
display: inline-block;
-webkit-animation: stPassing-reverse 2s linear infinite;
animation: stPassing-reverse 2s linear infinite;
}
@keyframes stPassing-reverse {
0% {
-webkit-transform: translateX(50%);
transform: translateX(50%);
opacity: 0;
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
100% {
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 0;
}
} .st-burst-icon i::before,
.st-burst-icon::before,
.st-burst.animated {
display: inline-block;
-webkit-animation: stBurst 2s infinite linear;
animation: stBurst 2s infinite linear;
}
@keyframes stBurst {
0% {
opacity: 0.6;
}
50% {
-webkit-transform: scale(1.8);
transform: scale(1.8);
opacity: 0;
}
100% {
opacity: 0;
}
} .st-falling-icon i::before,
.st-falling-icon::before,
.st-falling.animated {
display: inline-block;
-webkit-animation: stFalling 2s linear infinite;
animation: stFalling 2s linear infinite;
}
@keyframes stFalling {
0% {
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0;
}
50% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
100% {
-webkit-transform: translateY(50%);
transform: translateY(50%);
opacity: 0;
}
} .st-marquee {
width: calc(100% - 20px);
padding: 10px 0;
margin: 0 auto;
text-align: left;
overflow: hidden;
}
.st-marquee p {
padding-left: 100%;
white-space: nowrap;
display: inline-block;
animation-name: marquee;
animation-duration: 20s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media print, screen and (max-width: 599px) {
.st-marquee p {
animation-duration: 15s;
}
}
@keyframes marquee {
from {
transform: translate(0%);
}
to {
transform: translate(-100%);
}
} .pagelist-box .kanrenh4 {
background-color: #fff;
}
.pagelist-box .st-childlink {
padding: 20px 0px;
}
.post .pagelist-box .st-childlink .kopage-t {
font-size: 16px;
font-weight: bold;
margin-bottom: 5px;
line-height: 26px;
} .st-star {
color: #ffb400;
font-size: 15px;
}
.y-star,
.w-star {
font-size: 90% !important;
margin: 0;
}
.y-star .st-svg-star,
.w-star .st-svg-star-half-o,
.w-star .st-svg-star-o {
color: #ffb400;
} .pop-box {
position: relative;
border-top: solid 1px #feb20a;
padding: 20px 20px 10px;
margin-bottom: 10px;
}
.pop-box.kanren {
margin-top: 40px;
}
#side .pop-box.kanren {
margin-top: 20px;
}
.pop-box.st-wpp-views-widgets {
margin-top: 20px;
}
.kanren.pop-box dl:last-child {
margin-bottom: 0px;
}
#content-w .p-entry {
padding: 5px 20px;
margin: 0;
font-size: 15px;
font-weight: bold;
background: #feb20a;
color: #fff;
position: absolute;
top: -11px;
left: 0;
max-width: 80%;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
vertical-align: middle;
}
#content-w .p-entry::after {
content: "";
position: absolute;
top: 0;
right: -10px;
border-style: solid;
border-top: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #5462ab;
border-left: 5px solid #5462ab;
z-index: 9999;
}
#content-w .p-entry::before {
content: "";
position: absolute;
top: 0;
right: -10px;
border-style: solid;
border-top: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #333;
border-left: 5px solid #333;
z-index: 10000;
opacity: 0.2;
}
.post .p-entry-t,
#side .p-entry-t,
.home-post .p-entry-t {
margin-bottom: 30px;
}
.not-front-page .home-post .entry-content > div > .st-youtube-eyecatch {
padding-top: 20px;
} #footer .pop-box:not(.st-wpp-views-widgets) {
padding: 0;
}
#footer .pop-box,
.nowhits .pop-box,
#footer .nowhits-eye .pop-box,
#footer .st-eyecatch + .nowhits .pop-box {
border-top: none;
background-color: transparent;
}
#footer .pop-box.kanren {
margin-top: 0;
}
#footer .p-entry {
top: 0;
left: 0;
font-weight: bold;
}
#footer .p-entry::after {
content: none;
} footer
.st-widgets-title:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2) {
margin-bottom: 10px;
} footer #sidebg {
background-color: transparent;
margin-bottom: 10px;
}
footer #sidebg ul {
padding-left: 0;
}
footer #sidebg li {
list-style: none;
}
footer #sidebg li a {
padding: 7px;
display: flex;
justify-content: flex-start;
align-items: center;
}
footer #sidebg li a::before {
content: "\f105";
font-family: stsvg;
margin-right: 5px;
} footer #st-footer-logo-wrapper {
display: flex;
align-items: center;
flex-direction: column;
}
@media only screen and (min-width: 600px) {
footer .footer-wbox .head-telno,
footer .footer-wbox .headbox,
footer .footer-wbox .headbox p {
text-align: left;
padding-right: 0;
}
}
@media only screen and (min-width: 600px) {
footer #st-footer-logo {
display: flex;
justify-content: flex-start;
align-items: center;
}
footer #st-footer-logo #st-text-logo {
text-align: left;
}
}
footer #st-footer-logo + .st-footer-tel {
padding-top: 10px;
}
#st-text-logo {
word-break: break-all;
} .nowhits .pop-box {
position: relative;
margin: -20px 0 20px;
border-top: solid 1px #feb20a;
padding: 20px 15px 10px;
} .st-eyecatch + .nowhits .pop-box,
.nowhits-eye .pop-box {
position: relative;
margin: -16px 0 20px;
border-top: solid 1px #feb20a;
padding: 20px 15px 10px;
}
.st-eyecatch .st-youtube-eyecatch iframe {
width: 100%;
}
#content-w .category .p-entry,
#content-w .nowhits .p-entry {
padding: 3px 20px;
margin: 0;
font-size: 15px;
font-weight: bold;
background: #feb20a;
color: #fff;
position: absolute;
top: 0;
left: 0;
border-radius: 0 0 5px 0;
}
#content-w .post .category .p-entry,
#content-w .post .nowhits .p-entry {
border-radius: 0 0 5px 0;
}
#content-w .category .p-entry::after,
#content-w .nowhits .p-entry::after,
#content-w .nowhits .p-entry::before {
content: none;
} .nowhits.noheader .p-entry {
top: 0px;
left: 0;
}
.category .p-entry-t,
.nowhits.noheader .p-entry-t {
margin-bottom: 40px;
} .poprank-no2 {
font-family: Roboto, Arial, sans-serif;
background: #feb20a;
min-width: 27px;
height: 27px;
line-height: 27px;
text-align: center;
font-size: 80%;
color: #fff;
font-weight: bold;
margin-right: 10px;
} .st-triangle-rank {
position: relative;
overflow: hidden;
}
.st-triangle-rank::before {
content: "";
top: 0;
left: 0;
border-bottom: 4em solid transparent;
border-left: 4em solid #ffc400;
position: absolute;
z-index: 1;
}
.st-triangle-rank::after {
content: "ｵｽｽﾒ";
display: block;
top: 6px;
left: 7px;
transform: rotate(-45deg);
color: #fff;
position: absolute;
z-index: 2;
font-size: 90%;
} .st-triangle-rank.rank-1::after {
content: "1位";
left: 8px;
}
.st-triangle-rank.rank-1::before {
border-left: 4em solid #c4bf2c;
} .st-triangle-rank.rank-2::after {
content: "2位";
left: 8px;
}
.triangle-rank.rank-2::before {
border-left: 4em solid #9e9e9e;
} .st-triangle-rank.rank-3::after {
content: "3位";
left: 8px;
}
.st-triangle-rank.rank-3::before {
border-left: 4em solid #795548;
} .poprank {
position: relative;
}
.poprank-no {
font-family: Roboto, Arial, sans-serif;
position: absolute;
top: 0;
left: 0;
min-width: 27px;
height: 27px;
line-height: 27px;
text-align: center;
font-size: 80%;
background: #feb20a;
color: #fff;
font-weight: bold;
z-index: 9999;
} .st-pvm-ranking-body .smanone.st-excerpt p {
font-size: 80%;
line-height: 1.7;
color: #616161;
}
.st-pvm-ranking-item-image img:hover {
opacity: 0.6;
}  #footer .footerlogo {
font-size: 22px;
line-height: 30px;
font-weight: bold;
}
#footer #st-text-logo p {
font-size: 12px;
}
.st-text-logo-top {
margin-bottom: 5px;
}
.st-text-logo-bottom:last-child,
.st-text-logo-bottom {
margin-bottom: 10px;
}
#footer .footer-description {
line-height: 1.5em;
}
#footer .footerlogo img {
max-width: 300px;
margin: 0 auto 10px;
text-align: center;
}
#footer a {
text-decoration: none;
color: #212121;
}
#footer a:hover {
color: #b22222;
}
#footer .copy,
#footer .rcopy {
font-size: 12px;
color: #999;
line-height: 18px;
padding: 20px 10px 0;
}
#footer .copy a,
#footer .rcopy a {
font-size: 12px;
color: #999;
line-height: 18px;
}
footer h4 a {
color: #666;
text-decoration: none;
} .head-telno a,
footer .head-telno a {
font-family: Roboto, Arial, sans-serif;
}
footer .head-telno {
margin: 5px 0 10px;
}
footer .head-telno a {
font-size: 25px;
padding: 5px 10px;
text-align: center;
} #headbox-bg {
width: 100%;
box-sizing: border-box;
} @media only screen and (min-width: 600px) {
#st-header-top-widgets-box.st-header-fixed,
#st-menuwide.st-header-fixed,
#headbox-bg.st-header-fixed {
position: fixed !important;
top: 0px;
z-index: 99998;
}
#st-header-top-widgets-box.st-header-fixed,
#st-header-top-widgets-box.st-header-fixed .st-content-width,
#st-menuwide.st-header-fixed {
width: 100%;
box-sizing: border-box;
}
} .headbox,
.headbox p {
font-size: 12px;
line-height: 18px;
text-align: center;
} #footer-ad-box {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 99999;
} .side-widgets {
margin: 0px;
}
.side-widgets > * {
margin-bottom: 10px;
}
.side-widgets > a.st-originallink,
.side-widgets > a.st-formbtnlink {
display: block;
} .widget_recent_entries ul li a,
.widget_archive ul li a {
display: block;
width: 100%;
box-sizing: border-box;
padding: 7px 0 4px;
}
.widget_recent_entries ul li,
.widget_archive ul li {
border-bottom: 1px dotted #ccc;
list-style: none;
}
footer .widget_recent_comments li:last-child,
footer .widget_recent_entries ul li:last-child,
footer .widget_archive ul li:last-child,
#side aside .widget_recent_comments li:last-child,
#side aside .widget_recent_entries ul li:last-child,
#side aside .widget_archive ul li:last-child {
margin-bottom: 20px;
}
.widget_recent_entries ul li .post-date {
font-size: 11px;
}
footer .widget_recent_entries ul,
footer .widget_archive ul {
padding-left: 0;
}
footer .widget_recent_entries ul li a,
footer .widget_archive ul li a {
text-decoration: none;
display: block;
width: 100%;
box-sizing: border-box;
color: #333;
}
footer .widget_recent_entries ul li,
footer .widget_archive ul li {
border-bottom: 1px dotted #ccc;
list-style: none;
padding: 7px 0;
}
footer .widget_recent_comments li {
padding: 5px 0;
}
.widget_recent_entries ul li .post-date {
font-size: 11px;
} .st-widgets-box > * {
margin-bottom: 20px;
} .st-widgets-box.post-widgets-middle,
.post-widgets-middle.st-widgets-box > *:last-child {
margin-bottom: 10px;
} .widget_st_categories_widget select {
background: #fff
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z'/%3E%3C/svg%3E")
no-repeat right 10px top 50%;
background-size: 1.2em 1.2em;
border: 1px solid #e1e1e1;
border-radius: 1px;
display: block;
width: 100%;
height: auto;
line-height: 2em;
padding: 5px 40px 5px 20px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
main .widget_st_categories_widget ul,
main .widget_st_categories_widget ol {
padding-left: 0;
margin-left: 0;
}
.widget_st_categories_widget .cat-item {
list-style-type: none;
margin: 0;
padding: 0;
}
.widget_st_categories_widget .children {
margin: 0;
padding: 0;
}
.widget_st_categories_widget .children .cat-item {
padding-left: 10px;
}
.widget_st_categories_widget .children .cat-item .cat-item {
list-style-type: none;
margin: 0;
}
.widget_st_categories_widget .cat-item a::after {
content: " \f105";
font-family: stsvg;
position: absolute;
right: 10px;
font-size: 0.8em;
}
.widget_st_categories_widget .cat-item a {
position: relative;
width: 100%;
padding: 10px;
box-sizing: border-box;
border-bottom: 1px solid #e1e1e1;
color: #1a1a1a;
text-decoration: none;
display: block;
}
.widget_st_categories_widget .cat-item a:hover {
opacity: 0.5;
}
.widget_st_categories_widget .cat-item.has-thumbnail a,
#side .widget_categories .cat-item.has-thumbnail a {
display: flex;
align-items: center;
padding-right: 25px;
}
.widget_st_categories_widget .cat-item.has-thumbnail img,
#side .widget_categories .cat-item.has-thumbnail img {
width: 2em;
margin-right: 10px;
}
.widget_st_categories_widget .cat-item.has-thumbnail a::after,
#side .widget_categories .cat-item.has-thumbnail a::after {
top: 50%;
transform: translate(0, -50%);
}
div .cat-item img {
margin-bottom: 0;
} .post
.widget_st_categories_widget
ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(
.st-pvm-nav-list
) {
list-style: none;
margin: 0;
padding: 0;
} #st-infomation-widget {
text-align: center;
}
#st-infomation-widget .huto *,
#st-infomation-widget .huto a {
font-weight: bold;
} @media only screen and (min-width: 600px) {
.st-widget-cat-2colum .widget_st_categories_widget > ul {
display: flex;
flex-wrap: wrap;
}
.st-widget-cat-2colum .widget_st_categories_widget > ul > li {
width: 50%;
box-sizing: border-box;
}
.st-widget-cat-2colum .widget_st_categories_widget .children {
display: none;
}
} .footer-r {
text-align: left;
margin-bottom: 20px;
}
footer .widget_st_categories_widget ul {
padding-left: 0;
}
footer .widget_tag_cloud,
footer .widget_categories,
footer .widget_st_categories_widget {
margin-bottom: 20px;
}
#footer .st-formbtn,
#footer .rssbox,
#footer .st-author-box,
#footer .st-originalbtn {
margin-bottom: 10px;
} .top-wbox-t > * {
margin-bottom: 20px;
}
.top-wbox-u {
padding: 10px 0 0;
}
.top-wbox-u > * {
margin-bottom: 20px;
}  #topnews dd h3 {
font-size: 20px;
line-height: 30px;
margin-bottom: 5px;
}
#topnews dt {
float: left;
width: 100px;
}
#topnews dt img {
width: 100%;
}
#topnews dd {
padding-left: 110px;
}
#topnews dl {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #999;
}
#topnews dl:first-child {
padding-top: 20px;
}
#topnews dl:last-child {
margin-bottom: 20px;
padding-bottom: 20px;
border-style: none;
}
#topnews .clearfix dd h5 {
font-size: 17px;
line-height: 25px;
font-weight: bold;
padding: 0px;
margin-bottom: 5px;
} #topnews .clearfix dd p {
color: #666;
}
#topnews .clearfix dd h5 a {
color: #333;
text-decoration: none;
} .kanren .blog_info p {
margin: 0 0 5px;
color: #777;
}
.kanren .no-thumbitiran .blog_info p {
margin: 0 0 2px;
}
.kanren .blog_info p i {
color: #777;
}
#side .kanren .blog_info p {
margin: 0 0 3px;
}
.kanren h3 {
margin: 0 0 3px;
}
.kanren h3 a,
.post .kanren h3 a {
color: #1a1a1a;
}
.post .kanren h5 {
margin-bottom: 10px;
}
@media print, screen and (max-width: 959px) {
.post .kanren h5 {
margin-bottom: 3px;
}
} .post .af-search-results-list .kanren h3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-matome):not(.rankh3):not(.post-card-title):not(#reply-title) {
background: none;
color: inherit;
padding: 0;
margin: 0 0 3px;
border: none;
}
.post .af-search-results-list .kanren h3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-matome):not(.rankh3):not(.post-card-title):not(#reply-title):before,
.post .af-search-results-list .kanren h3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-matome):not(.rankh3):not(.post-card-title):not(#reply-title):after{
content: none;
}
.blog_info p a {
color: #666;
text-decoration: none;
}
#topnews .clearfix dd .blog_info p {
font-size: 12px;
} .pc-kizi-top-box {
margin-bottom: 20px;
} .st-widgets-box {
margin-bottom: 20px;
} .kanren {
padding-top: 20px;
margin-top: 20px;
}
.kanren.shortcode-kanren {
margin-top: 0;
}
.category .kanren:not(.st-cardbox) {
padding-top: 0;
margin-top: 0;
}
aside .kanren {
padding-top: 20px;
margin-top: 0px;
}
.kadomaru img {
border-radius: 100px;
} .kanren.pop-box h5,
#side .kanren.pop-box h5 {
font-size: 18px;
font-weight: bold;
padding: 0px;
margin-bottom: 10px;
}
.kanren.pop-box
dd
h5:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2),
#side
.kanren.pop-box
dd
h5:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2) {
font-size: 17px;
font-weight: bold;
line-height: 25px;
padding: 0px;
margin-bottom: 5px;
} .kanren dt {
float: left;
width: 100px;
transition: all 0.5s;
}
.kanren dt:hover {
opacity: 0.6;
}
.kanren dt img {
width: 100px;
}
.kanren dd {
padding-left: 115px;
transition: all 0.5s;
}
.kanren dd a:hover {
opacity: 0.6;
}
.kanren dl {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #f3f3f3;
}
.kanren dl p {
margin-bottom: 0px;
}
.kanren dl:last-child {
margin-bottom: 20px;
padding-bottom: 20px;
border-style: none;
} .kanren:not(.st-cardbox) .clearfix dd .st-excerpt p,
.kanren:not(.st-cardbox) .clearfix dd p {
font-size: 13px;
line-height: 1.6;
} .af-excerpt-replace-mode .post-slide-excerpt,
.af-excerpt-replace-mode .st-excerpt {
font-size: .95rem;
line-height:1.5;
color: inherit;
}
.af-excerpt-replace-mode .post-card-excerpt * {
font-size: 1em;
line-height:1.5;
}
.af-excerpt-replace-mode .post-card-list.has-excerpt .post-card-text {
max-height: 100%;
}
.af-excerpt-replace-mode .post-card-excerpt table:last-child {
margin-bottom:0;
}
.af-excerpt-replace-mode .content-post-slider .post-slide-excerpt,
.af-excerpt-replace-mode .post-card-list .post-card-excerpt {
color: inherit;
} .st-limited-excerpt {
padding-top: 7px;
} .kanren.pop-box .clearfix dd .st-excerpt p,
.kanren.pop-box .clearfix dd > p {
color: #777;
}
.kanren:not(.pop-box):not(.st-cardbox) .clearfix dd .st-excerpt p,
.kanren:not(.pop-box):not(.st-cardbox) .clearfix dd > p {
color: #777;
} dd h3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2) a, .kanren .clearfix dd h5:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2) a { color: #333;
text-decoration: none;
padding: 0;
}
.kanren .clearfix dd h5 a:hover {
color: #b22222;
} .kanren-rank-label {
position: relative;
}
.kanren .kanren-no {
position: absolute;
top: 0;
left: 0;
min-width: 27px;
height: 27px;
line-height: 27px;
text-align: center;
background: #78909c;
font-size: 80%;
font-weight: bold;
color: #fff;
}
.kanren.kadomaru .kanren-no {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
box-sizing: border-box;
padding: 0;
min-width: 2.15em;
min-height: 2.15em;
border-radius: 100%;
text-align: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.kanren .kanren-rank1 {
background: #c4bf2c;
}
.kanren .kanren-rank2 {
background: #9e9e9e;
}
.kanren .kanren-rank3 {
background: #795548;
} .youtube_thum_link_150 img {
width: 100%;
height: 100% !important;
object-fit: cover;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.youtube_thum_link_150 {
display: block;
position: relative;
width: 100px;
height: 100px;
overflow: hidden;
} .load-more-action {
text-align: center;
}
.load-more-btn {
width: 50%;
box-sizing: border-box;
padding: 10px;
border: 1px solid #ccc;
background: #fff;
color: #757575;
text-align: center;
text-decoration: none;
line-height: 1.4;
margin-bottom: 20px;
margin-top: -10px;
}
.wp-block-columns .load-more-btn {
width: 100%;
}
@media print, screen and (max-width: 599px) {
.load-more-btn {
width: 100%;
}
}
.load-more-btn::before {
content: "\f107";
font-family: stsvg;
margin-right: 7px;
}
.load-more-btn:hover {
background: #f3f3f3;
}
@media only screen and (max-width: 599px) {
.load-more-btn {
padding: 15px 10px;
}
}
@media only screen and (min-width: 600px) {
.load-more-btn {
font-size: 20px;
line-height: 30px;
}
}
@media only screen and (min-width: 960px) {
.load-more-btn {
font-size: 15px;
line-height: 27px;
}
}
.load-more-state {
width: 0;
height: 0;
text-align: center;
}
.load-more-state.is-loading {
padding-top: 20px;
width: auto;
height: auto;
} .kanren-load-more-action {
padding-top: 20px;
margin-bottom: 40px;
} .st-author-box .st-fa,
.st-author-box .fa {
margin-right: 4px;
}
ul#st-tab-menu,
.post ul#st-tab-menu {
margin: 0;
padding: 0;
}
#st-tab-menu {
list-style: none;
}
#st-tab-menu li {
display: inline-block;
padding: 5px 10px !important;
background: #eee;
cursor: pointer;
font-size: 90%;
font-weight: bold;
}
#st-tab-menu li.active {
background: #333;
color: #fff;
} #st-tab-box {
padding: 15px;
border: 1px solid #333;
margin-bottom: 20px;
background: #fff;
}
#st-tab-box p {
font-size: 90%;
line-height: 1.5;
}
.st-author-master #st-tab-box {
margin-bottom: 0;
}
#st-tab-box div {
display: none;
}
#st-tab-box div.active {
display: block;
}
#st-tab-box div dt {
float: left;
width: 80px;
}
#st-tab-box div dd {
padding-left: 100px;
}
#st-tab-box p.st-author-post,
.post #st-tab-box p.st-author-post {
margin-bottom: 5px;
padding-bottom: 5px;
border-bottom: 1px dotted #ccc;
}
#st-tab-box p.st-author-post a,
.post #st-tab-box p.st-author-post a {
text-decoration: none;
font-weight: bold;
color: #1a1a1a;
}
.st-author-date {
margin: 0;
color: #ccc;
font-size: 80%;
line-height: 1.5;
}
.st-author-nickname {
font-weight: bold;
padding-bottom: 5px;
}
.st-author-description {
margin-bottom: 10px;
color: #333;
}
.st-author-sns,
.st-author-homepage {
margin-bottom: 0px;
}
.st-author-sns .st-fa,
.st-author-sns .fa {
font-size: 1rem;
}
@media print, screen and (max-width: 599px) {
.st-author-sns .st-fa,
.st-author-sns .fa {
font-size: 1.2rem;
}
}
.st-author-sns a,
.st-author-homepage a {
text-decoration: none;
}
a.st-author-twitter {
color: #55acee;
white-space: nowrap;
}
a.st-author-facebook {
color: #3b5998;
white-space: nowrap;
}
a.st-author-instagram {
white-space: nowrap;
color: #231f20;
}
a.st-author-youtube {
color: #f40000;
white-space: nowrap;
}
a.st-author-homepage {
font-size: 90%;
}
.st-author-archive {
text-align: right;
padding-top: 10px;
margin: 0;
} .st-shortcode-author #st-tab-box {
border: none;
border: solid 1px #eee !important;
background: #fff !important;
margin-bottom: 20px;
}
.st-shortcode-author #st-tab-box .st-author-description p,
.st-shortcode-author #st-tab-box .st-author-description {
font-size: 80%;
line-height: 1.7;
}
.st-shortcode-author ul#st-tab-menu,
.post .st-shortcode-author ul#st-tab-menu {
display: none;
}
.st-shortcode-author .st-author-nickname::before {
content: "writer ";
font-weight: normal;
color: #bdbdbd;
}
.st-shortcode-author .st-fa,
.st-shortcode-author .fa {
color: #e0e0e0;
}
@media only screen and (max-width: 599px) {
.st-author-nickname {
margin-bottom: 0;
}
.st-shortcode-author #st-tab-box .st-author-description p,
.st-shortcode-author #st-tab-box .st-author-description {
font-size: 90%;
line-height: 1.7;
}
} .st-author-box .rankstlink-r2,
.st-author-box .rankstlink-r2 p {
display: inline-block;
}
.st-author-box .rankstlink-r2 p a {
padding: 5px 25px;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
display: inline-block;
}
.st-author-box .st-author-profile-content {
padding: 10px 20px 20px;
text-align: center;
} #side aside ul li {
list-style-type: none;
margin: 0px;
padding: 0px;
}
#side aside .children li {
padding-left: 10px;
}
#side aside .widget_st_categories_widget .children li {
padding-left: 0;
}
#side aside ul li ul li {
list-style-type: none;
margin: 0px;
}
#side aside .sub-menu {
padding-left: 10px;
}
#side aside #mybox ul li ul li {
font-size: 14px;
line-height: 24px;
}
#side aside .kanren {
padding-top: 10px;
} .st-svg-rss-square {
margin-right: 5px;
}
.rssbox a {
display: block;
width: 100%;
box-sizing: border-box;
background-color: #1a1a1a;
padding: 10px 15px;
font-size: 14px;
color: #fff;
text-decoration: none;
}
#scrollad {
padding: 20px 0;
} #sidebg {
background: #ffffff;
box-sizing: border-box;
} #side aside .st-pagelists ul {
padding: 0px;
}
#side aside .st-pagelists .sub-menu {
padding: 0px;
} #side aside .st-pagelists .st-fa,
#side aside .st-pagelists .fa {
margin-right: 5px;
}
#side aside .st-pagelists ul li {
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}
#side aside .st-pagelists ul .sub-menu li {
border: none;
}
#side aside .st-pagelists ul li:last-child {
border-bottom: 1px solid #ccc;
}
#side aside .st-pagelists ul .sub-menu li:first-child {
border-top: 1px solid #ccc;
}
#side aside .st-pagelists ul li li:last-child {
border: none;
}
#side aside .st-pagelists ul .sub-menu .sub-menu li {
border: none;
padding-left: 15px;
}
#side aside .st-pagelists ul li a {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
} #side aside .st-pagelists ul li a {
text-decoration: none;
padding: 10px 15px;
color: #333;
width: 100%;
box-sizing: border-box; background: #ccc; background: -webkit-linear-gradient(#fff 0%, #f3f3f3 100%); background: linear-gradient(#fff 0%, #f3f3f3 100%);
} #side aside .st-pagelists .sub-menu li:has(ul):last-child a,
#side aside .st-pagelists .sub-menu a {
text-decoration: none;
background: transparent;
color: #333;
margin-bottom: 0px;
border-bottom: 1px solid #ccc;
font-weight: normal;
}
#side aside .st-pagelists .sub-menu a:hover {
color: #ff0000;
} #side aside .st-pagelists .sub-menu .sub-menu a {
text-decoration: none;
padding: 10px 10px 10px 15px;
background: transparent;
background-repeat: no-repeat;
background-position: left center;
color: #333;
border: none;
margin-bottom: 0px;
}
#side aside .st-pagelists .sub-menu .sub-menu a:hover {
color: #ff0000;
} #side aside .st-pagelists .sub-menu li:last-child a {
border-bottom: none;
}
#side aside .st-pagelists .sub-menu > li:last-child:has(> ul) li a {
border-bottom: none;
}
#side aside .st-pagelists .sub-menu a {
border-bottom-color: #eeeeee;
}
#side aside .st-pagelists ul li:not(.sub-menu) {
border-color: #eeeeee;
} .tagcloud {
margin-bottom: 20px;
}
.tagcloud a {
font-size: 13px !important;
line-height: 1em;
color: #1a1a1a;
display: inline-block;
border: 1px #757575 solid;
white-space: nowrap;
padding: 10px;
margin: 3px 3px 5px;
border-radius: 4px;
text-decoration: none;
box-sizing: border-box;
} .st-formbtn {
vertical-align: middle;
background: #616161;
padding: 12px 15px;
margin-bottom: 0;
display: flex;
align-items: center;
}
.st-formbtnlink .st-fa,
.st-formbtnlink .fa {
margin: 0 !important;
padding: 0 !important;
}
.st-originalbtn-l {
vertical-align: middle;
padding-right: 15px;
border-right: 1px solid #ccc;
}
.st-originalbtn-r {
vertical-align: middle;
padding-left: 15px;
width: 100%;
box-sizing: border-box;
text-align: left;
}
.originalbtn-bold {
font-weight: bold; }
a.st-formbtnlink {
color: #fff;
text-decoration: none;
} .st-originalbtn {
vertical-align: middle;
background: #616161;
padding: 12px 15px;
margin-bottom: 0;
display: flex;
align-items: center;
}
.st-originalbtn .st-svg-question-circle,
.st-originalbtn .st-svg-check-circle,
.st-originalbtn .st-svg-exclamation-triangle,
.st-originalbtn .st-svg-pencil-square-o {
margin-right: 0px;
}
a.st-originallink {
color: #fff;
text-decoration: none;
}  table,
.post table {
box-sizing: border-box;
border-top: 1px #d4d4d4 solid;
border-right: 1px #d4d4d4 solid;
margin-bottom: 20px;
width: 100%;
max-width: 100%;
}
table thead,
.post table thead {
border-top: 1px #d4d4d4 solid;
border-right: 1px #d4d4d4 solid;
border-bottom: none;
}
.wp-block-table.is-style-stripes  table thead,
.wp-block-table.is-style-stripes .post table thead {
border: none;
}
table tfoot,
.post table tfoot,
.wp-block-table tfoot {
border-top: none;
}
table thead th,
table thead td
.post table thead th,
.post table thead td {
border-bottom: 1px #d4d4d4 solid;
border-left: 1px #d4d4d4 solid;
border-top: none;
border-right: none;
}
table > thead > tr > td,
table > thead > tr > th,
table > tr > td,
table > tr > th {
background-color: #fafafa;
} @media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.post table {
table-layout: fixed;
}
}
table tr td,
table#wp-calendar tr td,
.wp-block-table table tr td {
padding: 10px;
border-bottom-width: 1px;
border-left-width: 1px;
border-bottom-style: solid;
border-left-style: solid;
border-bottom-color: #d4d4d4;
border-left-color: #d4d4d4;
vertical-align: top;
box-sizing: border-box;
word-break: break-word;
border-right: none;
border-top: none;
}
table th {
padding: 10px;
border-bottom-width: 1px;
border-left-width: 1px;
border-bottom-style: solid;
border-left-style: solid;
border-bottom-color: #d4d4d4;
border-left-color: #d4d4d4;
box-sizing: border-box;
word-break: break-word;
}
table th,
table th p,
.post table tr td p,
.post table tr td {
font-size: 15px;
line-height: 24px;
font-weight: normal;
}
table tr td > *:last-child {
margin-bottom: 0;
}
#main .post table {
border-top-width: 1px;
border-right-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-top-color: #d4d4d4;
border-right-color: #d4d4d4;
color: #333;
} .notab table,
.post .notab table {
border: none;
width: initial; max-width: initial; }
.notab table tr td {
border: none;
text-align: left;
vertical-align: top;
}
.notab table th {
border: none;
}
.notab table tr:nth-child(even),
.post .notab table tr:nth-child(even) {
background-color: transparent;
} tr.st-centertable,
td.st-centertable,
.st-centertable table td {
text-align: center;
vertical-align: middle;
} .scroll-box table,
.post .scroll-box table {
max-width: initial;
}
.scroll-box {
overflow-x: auto;
margin-bottom: 10px;
}
.scroll-box::-webkit-scrollbar {
width: 5px;
height: 5px;
}
.scroll-box::-webkit-scrollbar-track {
border-radius: 5px;
background: #f3f3f3;
}
.scroll-box::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #ccc;
} .is-style-scroll-box.pc table {
margin-bottom: 10px;
}
.is-style-scroll-box.pc {
margin-bottom: 20px;
}
.is-style-scroll-box.pc table td,
.is-style-scroll-box.pc table td p,
.post .scroll-box.pc table td,
.post .scroll-box.pc table td p {
white-space: nowrap;
}
.is-style-scroll-box.pc,
.scroll-box.pc {
overflow-x: auto;
position: relative;
cursor: ew-resize;
} .scroll-box.pc.h-sc {
overflow: auto;
position: relative;
height: 75vh;
cursor: all-scroll;
} img.alignright {
float: right;
margin: 0 0 5px 10px;
}
img.alignleft {
float: left;
margin: 0 10px 5px 0;
}
img.aligncenter {
display: block;
margin: 0 auto 10px;
}
img.float-left {
float: left;
}
img.float-right {
float: right;
}
.wp-caption {
text-align: center;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto 10px;
}
.ie8 img {
width: auto;
} .widget_media_image,
.ad.widget_media_image {
margin-bottom: 20px;
} main ul,
main ol {
padding-left: 1em;
margin-bottom: 20px;
margin-left: 1em;
}
main .sns ul,
main .sns ol {
padding-left: 0;
margin-bottom: 0;
margin-left: 0;
}
main ul.st_toc_list,
main ol.st_toc_list {
padding-left: 0;
margin-bottom: 0;
}
main ul.st-box-btn,
main ul.st_toc_list,
main ol.st_toc_list,
main ul.has-st-border:not(.is-style-st-group-left-line):not(.is-style-st-group-both-line),
main ol.has-st-border:not(.is-style-st-group-left-line):not(.is-style-st-group-both-line),
main ul.has-background,
main ol.has-background {
margin-left: 0;
}
main ul ul,
main ul ol,
main ol ul,
main ol ol {
margin-bottom: 0;
padding-top: 5px;
}
.is-style-st-check,
.is-style-st-timeline-count,
.is-style-st-timeline-list,
.is-style-st-circle,
.is-style-st-circle-border,
.is-style-st-square-checkbox-no-border,
.is-style-st-square-checkbox,
.is-style-st-maruck,
.is-style-st-maruno,
.is-style-st-no,
.is-style-st-no-border, .st-list-circle ul,
.st-list-check ul,
.st-square-checkbox ul,
.st-square-checkbox-nobox ul,
.maruck ul,
.maruno ul,
.st-list-no ul,
.st-list-circle ol,
.st-list-check ol,
.st-square-checkbox ol,
.st-square-checkbox-nobox ol,
.maruck ol,
.maruno ol,
.st-list-no ol {
max-width: 100%;
box-sizing: border-box;
padding-left: 0;
margin-left: 0;
}
main ul li,
main ol li {
padding-top: 0.25em;
padding-bottom: 0.25em;
line-height: 1.7em !important;
} .is-style-st-komejirusi-list,
.kome {
display: flex;
flex-direction: column;
padding-left: 0;
margin-left: 0;
}
.is-style-st-komejirusi-list li,
.kome li {
list-style: none;
padding-left: 1.2rem;
}
.is-style-st-komejirusi-list li::before,
.kome li::before {
content: "※";
margin-right: 5px;
margin-left: -1.2rem;
width: 1rem;
} .is-style-st-komejirusi-list ol,
.is-style-st-komejirusi-list ul,
.kome ol,
.kome ul {
padding-left: 0;
margin-left: 0;
}
.is-style-st-komejirusi-list li li,
.kome li li {
list-style-type: disc;
padding-left: 0;
margin-left: 1.2rem;
}
.is-style-st-komejirusi-list li li::before,
.kome li li::before {
content: none;
margin-left: 0;
} ul.is-style-st-kaisou,
ul.is-style-st-kaisou ul {
list-style-type: none !important;
}
ul.is-style-st-kaisou {
margin-left: 0 !important;
}
ul.is-style-st-kaisou ul {
margin: 0;
padding: 0;
}
ul.is-style-st-kaisou ul {
position: relative;
margin-left: 10px;
}
ul.is-style-st-kaisou ul:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 0;
border-left: 1px solid #ccc;
}
ul.is-style-st-kaisou li {
position: relative;
margin: 0;
padding: 0.3em 0 0.3em 1em;
text-decoration: none;
}
ul.is-style-st-kaisou > li {
padding-left: 0;
}
ul.is-style-st-kaisou li a {
position: relative;
color: #ccc;
text-decoration: none;
font-weight: bold;
}
ul.is-style-st-kaisou ul li:before {
content: "";
display: block;
position: absolute;
top: 1em;
left: 0;
width: 0.7em;
height: 0;
border-top: 1px solid #ccc;
}
ul.is-style-st-kaisou ul li ul li:last-child:before {
top: 1em;
bottom: 0;
height: auto;
background: #fff;
} main .st-list-underline li,
main .st-list-border ul li,
main .st-list-border ol li,
main ul.is-style-st-border li,
main ol.is-style-st-border li,
main ul.is-style-st-circle-border li,
main ol.is-style-st-circle-border li,
main ul.is-style-st-square-checkbox li,
main ol.is-style-st-square-checkbox li,
main ul.is-style-st-no-border li,
main ol.is-style-st-no-border li {
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.st-list-underline.is-style-st-no > li::before,
.st-list-underline.st-list-no li::before {
top: calc(0.25em + 5px) !important;
}
.st-list-underline.is-style-st-circle > li::before,
.st-list-underline.st-list-circle li::before {
top: calc(0.75em + 5px);
}
ul li {
text-align: left;
}
.post
ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(
.st-pvm-nav-list
) {
list-style-type: disc;
}
.post ol {
list-style-type: decimal;
} .post .is-style-st-maruno,
.post .is-style-st-maruck,
.post .maruno,
.post .maruck {
margin-bottom: 20px;
}
.post .is-style-st-maruno > li,
.post .maruno li {
counter-increment: st-section;
}
.post .is-style-st-maruno > li::before,
.post .maruno li::before {
content: counters(st-section, "");
}
.post .is-style-st-maruck > li::before,
.post .maruck li::before {
content: " \f00c";
font-family: stsvg;
}
.post .is-style-st-maruno > li,
.post .is-style-st-maruck > li,
.post .maruno li,
.post .maruck li {
list-style-type: none;
padding-left: 2.25em;
position: relative;
}
.post .is-style-st-maruno > li::before,
.post .is-style-st-maruck > li::before,
.post .maruno li::before,
.post .maruck li::before {
border-radius: 50%;
width: 1.5em;
height: 1.5em;
line-height: 1.5em;
text-align: center;
background: #f3f3f3;
color: #333;
box-sizing: border-box;
left: 0.25em;
position: absolute;
transform: scale(0.8);
} .st-list-underline > li,
.is-style-st-border > li,
.is-style-st-circle-border > li,
.is-style-st-check-border > li,
.is-style-st-no-border > li,
.st-list-border li {
border-bottom: dotted 1px #ccc;
} ol.is-style-st-circle > li,
ul.is-style-st-circle > li,
ol.is-style-st-circle-border > li,
ul.is-style-st-circle-border > li,
.st-list-circle li {
position: relative;
padding-left: 2em;
list-style: none;
}
.is-style-st-circle > li::before,
.st-list-circle li::before {
content: "";
width: 0.5em;
height: 0.5em;
line-height: 0.5em;
background-color: #ccc;
border-radius: 50%;
position: absolute;
left: 0.75em;
top: 0.75em;
}
.is-style-st-circle-border > li::before {
content: "";
width: 0.5em;
height: 0.5em;
line-height: 0.5em;
background-color: #ccc;
border-radius: 50%;
position: absolute;
left: 0.75em;
top: 1em;
}
.st-list-border.st-list-circle li::before {
top: 1em !important;
} .is-style-st-correct-list {
max-width: 100%;
box-sizing: border-box;
padding-left: 0;
margin-left: 0;
}
.post .is-style-st-correct-list {
margin-bottom: 20px;
}
.is-style-st-correct-list > li::before {
content: " \f10c";
font-family: stsvg;
width: 1.5em;
height: 1.5em;
line-height: 1.5em;
text-align: center;
color: #4fc3f7;
box-sizing: border-box;
left: 0.25em;
position: absolute;
}
.is-style-st-correct-list > li {
list-style-type: none;
padding-left: 2em;
position: relative;
} .is-style-st-wrong-list {
max-width: 100%;
box-sizing: border-box;
padding-left: 0;
margin-left: 0;
}
.post .is-style-st-wrong-list {
margin-bottom: 20px;
}
.is-style-st-wrong-list > li::before {
content: " \f00d";
font-family: stsvg;
width: 1.5em;
height: 1.5em;
line-height: 1.5em;
text-align: center;
color: #f44336;
box-sizing: border-box;
left: 0.25em;
position: absolute;
}
.is-style-st-wrong-list > li {
list-style-type: none;
padding-left: 2em;
position: relative;
} .is-style-st-check > li,
.is-style-st-check-border > li,
.st-list-check li {
position: relative;
padding-left: 2.5em;
list-style: none;
}
.is-style-st-check > li::before,
.is-style-st-check-border > li::before,
.st-list-check li::before { content: "";
position: absolute;
top: 0.75em;
left: 0.9em;
-webkit-transform: rotate(50deg);
-ms-transform: rotate(50deg);
transform: rotate(50deg);
width: 0.2em;
height: 0.5em;
border-right: 2px solid #f44336;
border-bottom: 2px solid #f44336;
}
.is-style-st-check > li::after,
.is-style-st-check-border > li::after,
.st-list-check li::after {
content: "";
position: absolute;
top: 0.55em;
left: 0.5em;
width: 1em;
height: 1em;
border: solid 1px #ccc;
} .is-style-st-check > li::after:hover,
.is-style-st-check-border > li::after:hover,
.st-list-check li::after:hover {
color: #ff0000;
} .is-style-st-no > li,
.is-style-st-no-border > li,
.st-list-no li {
display: block;
flex-wrap: wrap;
counter-increment: st-list-count;
list-style: none;
position: relative;
padding-left: 2.5em;
}
.is-style-st-no > li::before,
.st-list-no li::before {
content: counter(st-list-count);
width: 1.5em;
height: 1.5em;
background-color: #ccc;
color: #fff;
line-height: 1.5em;
position: absolute;
left: 0.25em;
text-align: center;
top: 0.25em !important;
transform: scale(0.8);
}
.is-style-st-no-border > li::before {
content: counter(st-list-count);
width: 1.5em;
height: 1.5em;
background-color: #ccc;
color: #fff;
line-height: 1.5em;
position: absolute;
left: 0.25em;
text-align: center;
top: 0.5em !important;
transform: scale(0.8);
}
.st-list-no.st-list-border li::before {
top: 0.5em !important;
} .post
.kintou
ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(
.st-pvm-nav-list
) {
display: table;
table-layout: fixed;
width: 100%;
padding: 0;
margin: 0 auto 20px;
}
.post
.kintou
ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(
.st-pvm-nav-list
)
li {
display: table-cell;
vertical-align: middle;
text-align: center;
padding: 0 5px;
} .st-link-guide li a,
.st-count {
counter-increment: stcnt;
}
.st-count::before {
content: counter(stcnt) ". ";
margin-right: 5px;
font-family: Roboto, Arial, sans-serif;
}
.st-link-guide li a::before {
content: counter(stcnt) ". ";
font-size: 110%;
font-weight: bold;
}
.st-link-guide .sub-menu li a::before {
font-weight: normal;
}
.st-link-guide .st-link-guide-menu > li:last-child a::before {
content: none;
}
main,
.st-count-reset,
.wp-block-group.cnt-reset,
.st-link-guide,
.st-link-guide .sub-menu {
counter-reset: stcnt !important;
}
footer .st-link-guide ul,
footer .st-link-guide ul ol {
padding-left: 0;
} .post .st-box-btn,
.st-box-btn {
position: relative;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
flex-wrap: wrap;
padding: 0 !important;
margin-bottom: 20px;
}
.st-box-btn p {
word-break: break-all;
}
#side aside ul.st-box-btn li,
.st-box-btn li,
.post .st-box-btn li,
.post ul.st-box-btn li:last-child {
display: flex;
box-sizing: border-box;
justify-content: center;
align-items: center;
width: 50%;
box-shadow: 1px 1px 0 0 #bdbdbd inset, 1px 1px 0 0 #bdbdbd, 1px 0 0 0 #bdbdbd;
text-align: center;
vertical-align: middle;
background: #fff;
padding: 0;
}
#footer .st-box-btn p {
margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
.st-box-btn.st-pc-show-4 li,
.post .st-box-btn.st-pc-show-4 li,
.post ul.st-box-btn.st-pc-show-4 li:last-child {
width: 25%;
}
.st-box-btn.st-pc-show-3 li,
.post .st-box-btn.st-pc-show-3 li,
.post ul.st-box-btn.st-pc-show-3 li:last-child {
width: 33.333%;
} .acordion_tree .st-box-btn.st-pc-show-4 li,
.acordion_tree .post .st-box-btn.st-pc-show-4 li,
.acordion_tree .post ul.st-box-btn.st-pc-show-4 li:last-child,
.acordion_tree .st-box-btn.st-pc-show-3 li,
.acordion_tree .post .st-box-btn.st-pc-show-3 li,
.acordion_tree .post ul.st-box-btn.st-pc-show-3 li:last-child {
width: 50%;
}
}
.st-box-btn li a {
display: block;
width: 100%;
text-decoration: none;
color: #424242;
line-height: 1.2;
padding: 20px;
box-sizing: border-box;
}
.st-box-btn li a:hover {
opacity: 0.7;
transition: all 0.5s;
}
.st-box-btn .st-fa,
.st-box-btn .fa,
.st-box-btn img {
display: block;
margin: 0 auto 7px;
max-width: 100%;
font-weight: normal;
}
.post .st-box-btn-text,
.st-box-btn-text {
margin-bottom: 0;
line-height: 1.5;
}
.post .st-box-btn-memo,
.st-box-btn-memo {
font-weight: normal;
margin-bottom: 0;
line-height: 1.5;
font-size: 80%;
color: #757575;
padding-top: 5px;
} #side aside ul.st-box-btn.st-box-btn-list-vertical,
.post .st-box-btn.st-box-btn-list-vertical,
.st-box-btn.st-box-btn-list-vertical {
justify-content: flex-start;
flex-wrap: wrap;
flex-direction: column;
}
#side aside ul.st-box-btn.st-box-btn-list-vertical li,
.st-box-btn.st-box-btn-list-vertical li,
.post .st-box-btn.st-box-btn-list-vertical li,
.post ul.st-box-btn.st-box-btn-list-vertical li:last-child {
width: 100%;
}
#side aside ul.st-box-btn.st-box-btn-list-vertical li a,
.st-box-btn.st-box-btn-list-vertical li a,
.post .st-box-btn.st-box-btn-list-vertical li a,
.post ul.st-box-btn.st-box-btn-list-vertical li:last-child a {
display: flex;
box-sizing: border-box;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
flex-direction: row;
text-align: left;
}
#side aside ul.st-box-btn.st-box-btn-list-vertical .st-fa,
#side aside ul.st-box-btn.st-box-btn-list-vertical .fa,
#side aside ul.st-box-btn.st-box-btn-list-vertical img,
.st-box-btn.st-box-btn-list-vertical .st-fa,
.st-box-btn.st-box-btn-list-vertical .fa,
.st-box-btn.st-box-btn-list-vertical img {
display: flex;
font-size: 300%;
font-weight: normal;
padding-right: 20px;
margin: 0;
max-width: 30%;
justify-content: center;
align-items: center;
}
@media print, screen and (max-width: 599px) { .st-box-btn .st-fa,
.st-box-btn .fa,
.st-box-btn img {
min-width: 50%;
}
.st-box-btn.st-box-btn-list-vertical .fa,
.st-box-btn.st-box-btn-list-vertical .st-fa,
.st-box-btn.st-box-btn-list-vertical img {
min-width: 20%;
}
}
footer ul.st-box-btn .fa,
footer ul.st-box-btn .st-fa,
footer ul.st-box-btn img,
#side aside ul.st-box-btn .fa,
#side aside ul.st-box-btn .st-fa,
#side aside ul.st-box-btn img {
min-width: 50%;
}
footer ul.st-box-btn.st-box-btn-list-vertical .fa,
footer ul.st-box-btn.st-box-btn-list-vertical .st-fa,
footer ul.st-box-btn.st-box-btn-list-vertical img,
#side aside ul.st-box-btn.st-box-btn-list-vertical .fa,
#side aside ul.st-box-btn.st-box-btn-list-vertical .st-fa,
#side aside ul.st-box-btn.st-box-btn-list-vertical img {
min-width: 20%;
}
#side aside ul.st-box-btn.st-box-btn-list-vertical .st-box-btn-text,
.post .st-box-btn.st-box-btn-list-vertical .st-box-btn-text,
.st-box-btn.st-box-btn-list-vertical .st-box-btn-text {
display: block;
margin-bottom: 3px;
padding-top: 0;
}
#side aside ul.st-box-btn.st-box-btn-list-vertical .st-box-btn-memo,
.post .st-box-btn.st-box-btn-list-vertical .st-box-btn-memo,
.st-box-btn.st-box-btn-list-vertical .st-box-btn-memo {
display: block;
margin-bottom: 0;
padding-top: 0;
}
#side aside ul.st-box-btn.st-box-btn-list-vertical .st-box-btn-text-wrap,
.post .st-box-btn.st-box-btn-list-vertical .st-box-btn-text-wrap {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
flex-direction: column;
max-width: 70%;
box-sizing: border-box;
} .widget_guidemap_widget.is-no-underline a {
text-decoration: none;
}
.widget_guidemap_widget.is-rounded .st-link-guide-menu > .menu-item > a {
border-radius: 8px;
} .post .st-link-guide-menu:not(.toc_list):not(.st_toc_list) {
padding-left: 0;
padding-right: 0;
}
#side aside .st-link-guide li a::after,
.post .entry-content .st-link-guide ul li a::after,
.st-link-guide li a::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -10px;
border: 10px solid transparent;
border-top: 10px solid #ccc;
}
#side aside .st-link-guide > ul li:last-child a::after,
.post .entry-content .st-link-guide > ul li:last-child a::after,
.st-link-guide > ul li:last-child a::after {
content: none;
}
#side aside .st-link-guide li,
.post .entry-content .st-link-guide ul li,
.st-link-guide li {
list-style: none;
}
#side aside .st-link-guide li a,
.post .entry-content .st-link-guide ul li a,
.st-link-guide li a {
position: relative;
background: #ccc;
margin-bottom: 15px;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
text-align: center;
list-style: none;
width: 100%;
box-sizing: border-box;
display: block;
}
#side aside .st-link-guide li a,
.post .entry-content .st-link-guide ul li a,
.st-link-guide li a {
color: #333;
font-weight: bold;
}
.post .st-link-guide li a:last-child,
.post .entry-content .st-link-guide ul li a:last-child,
.post .st-link-guide li a:last-child {
padding-bottom: 10px;
}
#side aside .st-link-guide li a:hover,
.post .entry-content .st-link-guide ul li a:hover,
.st-link-guide li a:hover {
opacity: 0.7;
} .st-link-guide .sub-menu,
.post .st-link-guide .sub-menu:not(.toc_list):not(.st_toc_list),
#side aside .st-link-guide .sub-menu {
margin-bottom: 10px;
padding-top: 0;
}
.st-link-guide .sub-menu:last-child,
.post .st-link-guide .sub-menu:not(.toc_list):not(.st_toc_list):last-child {
margin-bottom: 0;
}
#side aside .st-link-guide .sub-menu li a::after,
.post .entry-content .st-link-guide .sub-menu li a::after,
.st-link-guide .sub-menu li a::after {
content: none;
}
#side aside .st-link-guide .sub-menu li a,
.post .entry-content .st-link-guide .sub-menu li a,
.st-link-guide .sub-menu li a {
position: relative;
background-color: transparent;
padding: 5px;
border-bottom: none;
text-align: left;
list-style: none;
margin-bottom: 0;
}
#side aside .st-link-guide .sub-menu li a,
.post .entry-content .st-link-guide .sub-menu li a,
.st-link-guide .sub-menu li a {
color: #333;
font-weight: normal;
}
.post .st-link-guide .sub-menu li a:last-child,
.post .entry-content .st-link-guide .sub-menu li a:last-child,
.post .st-link-guide .sub-menu li a:last-child {
padding-bottom: 0;
} .st-slidebox-c {
margin-bottom: 20px;
padding: 15px;
background: #fafafa;
border-radius: 5px;
}
.st-btn-open {
display: flex;
align-items: center;
}
.post .st-btn-open {
color: #333;
cursor: pointer;
margin-bottom: 0;
}
.st-slidebox {
padding-top: 10px;
display: none;
}
.post .st-slidebox > p:last-child {
margin-bottom: 0;
}
.st-btn-open .st-fa,
.st-btn-open .fa {
margin-right: 5px;
}
.st-slidebox-c.is-st-toggle-position-center .st-btn-open {
justify-content: center;
}
.st-slidebox-c.is-st-toggle-position-right .st-btn-open {
justify-content: flex-end;
text-align: right;
}
.st-slidebox-c.is-st-toggle-text-bold .st-slidebox-btn-text,
.st-slidebox-c.is-st-toggle-text-bold .st-slidebox-btn-text {
font-weight: bold;
}
.st-slidebox-c.is-st-toggle-position-left.is-st-toggle-icon-position-right
.st-slidebox-btn-text,
.st-slidebox-c.is-st-toggle-position-right.is-st-toggle-icon-position-left
.st-slidebox-btn-text {
flex-grow: 1;
}
.st-slidebox-c.is-st-toggle-icon-position-right .st-fa,
.st-slidebox-c.is-st-toggle-icon-position-right .fa {
margin-right: 0;
margin-left: 5px;
order: 2;
} .is-expanded .st-btn-open {
font-size: 0.85em;
opacity: 0.8;
}
.is-expanded .st-btn-open .st-fa,
.is-expanded .st-btn-open .fa {
font-size: 0.7em;
opacity: 0.8;
}  .st-noclick {
position: relative;
}
.st-noclick:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
z-index: 1;
cursor: text;
} .st-memobox2 {
position: relative;
margin: 25px 0 20px;
padding: 20px;
border: solid 1px #9e9e9e;
border-radius: 0;
}
.st-memobox2 .st-fa,
.st-memobox2 .fa {
margin-right: 5px;
}
.st-memobox2 .st-memobox-title {
position: absolute;
display: inline-block;
top: -8px;
left: 10px;
padding: 0 9px;
line-height: 1;
background: #fff;
color: #333;
font-weight: normal;
font-size: 90%;
}
.st-memobox2 .st-memobox-title::before {
content: "\f0f6\00a0";
font-family: stsvg;
}
.st-memobox2 > * {
font-size: 95%;
line-height: 1.5;
} .st-memobox {
position: relative;
margin: 20px 0;
padding: 20px;
border: solid 2px #9e9e9e;
border-radius: 8px;
}
.st-memobox .st-fa,
.st-memobox .fa {
margin-right: 5px;
}
.st-memobox .st-memobox-title {
position: absolute;
display: inline-block;
top: -8px;
left: 10px;
padding: 0 9px;
line-height: 1;
background: #fff;
color: #9e9e9e;
font-weight: bold;
} .st-mybox {
position: relative;
margin: 25px 0;
padding: 0 20px;
border: solid 2px #9e9e9e;
border-radius: 8px;
}
.wp-block-st-blocks-my-box.st-mybox { border-radius: 5px;
}
.st-in-mybox {
padding: 20px 0;
z-index: -2;
}
.st-in-mybox p {
margin-bottom: 10px;
}
.st-in-mybox > *:last-child {
margin-bottom: 0;
}
.st-in-mybox .is-style-st-circle,
.st-in-mybox .is-style-st-circle-border,
.st-in-mybox .is-style-st-check,
.st-in-mybox .is-style-st-check-border,
.st-in-mybox .is-style-st-square-checkbox-no-border,
.st-in-mybox .is-style-st-square-checkbox,
.st-in-mybox .is-style-st-no,
.st-in-mybox .is-style-st-no-border {
padding-left: 0 !important;
}
.st-mybox .st-fa,
.st-mybox .fa {
margin-right: 5px;
margin-left: 5px;
}
.st-mybox:not(.st-title-border) .st-mybox-title {
background: none !important;
}
.st-mybox .st-mybox-title {
position: absolute;
display: inline-block;
top: calc(-0.5em - 0.5 * var(--border-height, 0.5em));
left: 10px;
line-height: 1;
color: #9e9e9e;
font-weight: bold;
margin-bottom: 10px;
z-index: 1;
text-shadow: #fff 3px 0px 0px, #fff 2.83487px 0.981584px 0px,
#fff 2.35766px 1.85511px 0px, #fff 1.62091px 2.52441px 0px,
#fff 0.705713px 2.91581px 0px, #fff -0.287171px 2.98622px 0px,
#fff -1.24844px 2.72789px 0px, #fff -2.07227px 2.16926px 0px,
#fff -2.66798px 1.37182px 0px, #fff -2.96998px 0.42336px 0px,
#fff -2.94502px -0.571704px 0px, #fff -2.59586px -1.50383px 0px,
#fff -1.96093px -2.27041px 0px, #fff -1.11013px -2.78704px 0px,
#fff -0.137119px -2.99686px 0px, #fff 0.850987px -2.87677px 0px,
#fff 1.74541px -2.43999px 0px, #fff 2.44769px -1.73459px 0px,
#fff 2.88051px -0.838246px 0px;
padding: 0;
background-color: transparent !important;
}
.st-mybox:not(.st-title-under)::before {
content: "";
position: absolute;
top: 0;
left: 5px;
z-index: 1 !important;
background-color: #ffffff;
top: calc(-1 * var(--border-height, 0px));
height: var(--border-height, 0px);
width: var(--title-width, 0);
}
.wp-block-st-blocks-my-box .st-in-mybox {
padding: 30px 0 20px;
} .st-mybox.st-title-under .st-mybox-title {
position: relative;
display: inline-block;
margin: 20px 0 0;
margin-bottom: 10px;
top: 0;
left: 0;
text-shadow: none !important;
background-color: transparent !important;
}
.st-mybox.st-title-under .st-mybox-title::after {
content: none;
} .st-mybox.st-title-border .st-mybox-title {
padding-bottom: 10px;
border-bottom: 2px solid #ccc;
}
.st-mybox.st-title-under .st-in-mybox {
padding: 0 0 20px;
}
.st-mybox.st-title-border:not(.st-title-under)::before {
left: 20px;
width: calc(var(--title-width, 0) - 10px);
} .st-mybox.st-title-border.st-title-under .st-mybox-title {
padding-bottom: 10px;
margin-bottom: 20px;
padding-right: 5px;
} .st-mybox.st-title-border:not(.st-title-under) .st-in-mybox {
padding-top: 35px;
}
.st-mybox.st-title-border:not(.st-title-under) .st-mybox-title {
padding-left: 10px;
padding-right: 10px;
left: 20px;
} .freebox {
border-top: solid 1px #feb20a;
padding: 0 0 10px;
background: #f3f3f3;
font-size: 15px;
line-height: 25px;
margin-bottom: 20px;
position: relative;
}
.p-free {
padding: 0;
margin-bottom: 0;
}
.p-free::after {
content: "";
display: block;
margin-bottom: 5px;
}
.p-entry-f {
padding: 3px 20px;
margin: 0;
font-size: 15px;
font-weight: bold;
background: #feb20a;
color: #fff;
top: 0;
left: 0;
max-width: 80%;
display: inline-block;
}
.p-entry-f .st-fa,
.p-entry-f .fa {
margin-right: 5px;
}
.free-inbox {
padding: 10px 15px 10px;
text-align: left;
}
.free-inbox p {
margin-bottom: 10px;
}
.free-inbox > *:last-child {
margin-bottom: 0;
} .freebox-intitle {
border-top: none;
padding-top: 0;
}
.freebox-intitle .p-free {
margin-bottom: 0;
}
.freebox-intitle .p-free::after {
content: none;
}
.freebox-intitle .p-entry-f {
padding: 6px 20px;
margin: 0;
font-size: 15px;
font-weight: bold;
background: #feb20a;
color: #fff;
position: relative;
max-width: 100%;
display: block;
text-align: center;
border-bottom-right-radius: 0 !important;
}
.freebox-intitle .free-inbox {
padding-top: 15px;
} .post .st-minihukidashi,
.st-minihukidashi {
font-size: 100%;
display: inline-block;
position: relative;
background: #f3f3f3;
color: #1a1a1a;
line-height: 1.4;
margin-bottom: 20px;
padding: 10px 20px;
border-radius: 30px;
z-index: 2;
}
.post .st-minihukidashi span.st-minihukidashi-arrow,
.st-minihukidashi span.st-minihukidashi-arrow {
content: "";
position: absolute;
margin-left: -10px;
border: 10px solid transparent;
border-top: 10px solid #f3f3f3;
top: 100%;
left: 40px;
}
.st-minihukidashi .st-fa,
.st-minihukidashi .fa {
margin-right: 5px;
}
.st-minihukidashi .st-minihukidashi-flexbox {
display: flex;
justify-content: flex-start;
align-items: center;
}
.st-minihukidashi img {
border-radius: 50%;
width: 30px;
height: auto;
margin-right: 10px;
}
.st-minihukidashi .photoline img {
border-radius: 0;
border: none;
} .hukidashi-underline {
position: relative;
padding: 10px;
margin-bottom: 30px;
border: none;
border-bottom: 3px solid #ccc;
}
.hukidashi-underline::before,
.hukidashi-underline::after {
position: absolute;
width: 0;
height: 0;
border: solid transparent;
content: "";
border-top-width: 13px;
border-right-width: 13px;
border-bottom-width: 13px;
border-left-width: 13px;
}
.hukidashi-underline::before {
left: 50px;
bottom: -28px;
border-top-color: #ccc;
border-left-color: #ccc;
}
.hukidashi-underline::after {
left: 53px;
bottom: -21px;
border-top-color: #fff;
border-left-color: #fff;
} .st-marumozi {
font-size: 85%;
padding: 8px 20px;
margin: 0 10px 0 0;
display: inline-block;
}
.st-marumozi-big {
padding: 8px 20px;
margin: 0 10px 0 0;
display: inline-block;
font-weight: bold;
}
.post p.st-marumozi-big-p {
margin-bottom: 0;
}
.st-marumozi .st-fa,
.st-marumozi-big .st-fa,
.st-marumozi .fa,
.st-marumozi-big .fa {
margin-right: 7px;
}
.st-marumozi img {
border-radius: 50%;
width: 20px;
height: auto;
margin-right: 5px;
}
.st-marumozi-big img {
border-radius: 50%;
width: 30px;
height: auto;
margin-right: 10px;
}
.st-marumozi .photoline img,
.st-marumozi-big .photoline img {
border-radius: 0;
border: none;
} .clip-memobox {
display: flex;
background: #f3f3f3;
border-radius: 3px;
margin-bottom: 20px;
padding: 10px;
}
.clip-fonticon {
align-self: center;
padding: 0 0.7em 0 calc(0.7em - 5px);
text-align: center;
flex-shrink: 0;
border-right: 1px solid #e0e0e0;
}
.clip-memotext p {
margin-bottom: 10px;
}
.clip-memotext {
display: flex;
flex-direction: column;
justify-content: center;
flex-grow: 1;
padding-left: 1em;
box-sizing: border-box;
}
.clip-memotext > * {
font-size: 95%;
line-height: 1.7;
}
.clip-memotext .is-style-st-circle,
.clip-memotext .is-style-st-circle-border,
.clip-memotext .is-style-st-check,
.clip-memotext .is-style-st-check-border,
.clip-memotext .is-style-st-square-checkbox-no-border,
.clip-memotext .is-style-st-square-checkbox,
.clip-memotext .is-style-st-no,
.clip-memotext .is-style-st-no-border {
padding-left: 0 !important;
}
.clip-memotext > *:last-child {
margin-bottom: 0 !important;
}
main .clip-memotext ul,
main .clip-memotext ol {
padding: 0 1em 0 0;
}
main .clip-memotext .is-style-st-border,
main .clip-memotext .is-style-st-no-border,
main .clip-memotext .is-style-st-square-checkbox {
padding-bottom: 10px;
}
.clip-memobox.st-text-guide .clip-fonticon {
display: flex;
justify-content: center;
align-items: center;
}
.clip-memobox.st-text-guide .st-fa,
.clip-memobox.st-text-guide .fa,
.clip-memobox.wp-block-st-blocks-memo.has-icon-label .st-fa,
.clip-memobox.wp-block-st-blocks-memo.has-icon-label .fa {
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.clip-memobox.st-text-guide .st-fa::before,
.clip-memobox.st-text-guide .st-fa::after,
.clip-memobox.st-text-guide .fa::before,
.clip-memobox.st-text-guide .fa::after,
.clip-memobox.wp-block-st-blocks-memo.has-icon-label .st-fa::before,
.clip-memobox.wp-block-st-blocks-memo.has-icon-label .fa::before {
line-height: 1.5em;
}
.clip-memobox.st-text-guide .st-fa::before,
.clip-memobox.st-text-guide .fa::before {
display: block;
padding-top: 10px;
}
.clip-memobox.st-text-guide .st-fa::after,
.clip-memobox.st-text-guide .fa::after,
.clip-memobox.wp-block-st-blocks-memo.has-icon-label .st-fa::after,
.clip-memobox.wp-block-st-blocks-memo.has-icon-label .fa::after {
margin-top: 0;
display: block;
font-size: 11px;
max-width: 5.5em;
line-height: 1.5em;
}
.clip-memobox.st-text-guide.st-text-guide-sankou .st-fa::after,
.clip-memobox.st-text-guide.st-text-guide-sankou .fa::after {
content: "参考";
}
.clip-memobox.st-text-guide.st-text-guide-kanren .st-fa::after,
.clip-memobox.st-text-guide.st-text-guide-kanren .fa::after {
content: "関連";
}
.clip-memobox.st-text-guide.st-text-guide-memo .st-fa::after,
.clip-memobox.st-text-guide.st-text-guide-memo .fa::after {
content: "メモ";
}
.clip-memobox.st-text-guide.st-text-guide-attention .st-fa::after,
.clip-memobox.st-text-guide.st-text-guide-attention .fa::after {
content: "注意";
}
.clip-memobox.st-text-guide.st-text-guide-point .st-fa::after,
.clip-memobox.st-text-guide.st-text-guide-point .fa::after {
content: "Check";
}
.clip-memobox.st-text-guide.st-text-guide-next .st-fa::after,
.clip-memobox.st-text-guide.st-text-guide-next .fa::after {
content: "次へ進む";
}
.clip-memobox.st-text-guide.st-text-guide-prev .st-fa::after,
.clip-memobox.st-text-guide.st-text-guide-prev .fa::after {
content: "前に戻る";
}
.clip-memobox.st-text-guide.st-text-guide-question .st-fa::after,
.clip-memobox.st-text-guide.st-text-guide-question .fa::after {
content: "質問";
}
.clip-memobox.st-text-guide.st-text-guide-answer .st-fa::after,
.clip-memobox.st-text-guide.st-text-guide-answer .fa::after {
content: "回答";
} .clip-memobox.wp-block-st-blocks-memo.has-border {
border: 1px solid transparent;
}
.clip-memobox.wp-block-st-blocks-memo.has-icon-label .st-fa::after,
.clip-memobox.wp-block-st-blocks-memo.has-icon-label .fa::after {
content: attr(data-icon-label);
} .st-in-mybox.in-clip-memobox .clip-memobox {
padding: 0;
margin: -10px;
}
.st-in-mybox.in-clip-memobox .clip-memobox a {
font-weight: bold;
color: #ff0000;
} .st-share {
background: #fafafa;
padding: 5px;
border-radius: 3px;
font-size: 95%;
line-height: 1.7;
}
.st-share::before {
content: "\00a0\00a0\f0c1\00a0\00a0\00a0";
font-family: stsvg;
color: #9e9e9e;
} .st-blackboard {
padding: 30px 30px 15px;
box-sizing: border-box;
margin-bottom: 20px;
border: 3px solid #f3f3f3;
background: #fff;
border-radius: 0;
}
.st-blackboard-title-box {
text-align: center;
margin-bottom: 10px;
}
.st-blackboard-title {
color: #424242;
display: inline-block;
border-bottom: 2px solid #424242;
font-weight: bold;
text-align: center;
padding: 10px 10px 5px;
background: #fff;
}
.st-blackboard-title::before {
content: "\f0f6\00a0\00a0";
font-family: stsvg;
} #side aside .st-blackboard ul li,
.st-blackboard ul li {
position: relative;
display: block;
line-height: 1.7;
border-bottom: 1px dashed #ccc;
margin-bottom: 0.5em;
padding-top: 0.25em;
padding-bottom: 0.75em;
padding-left: calc(1em + 20px);
}
.st-blackboard
ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(
.st-pvm-nav-list
) {
display: block;
margin-bottom: 0;
padding: 10px 0 0;
}
.st-blackboard ul li:last-child {
margin-bottom: 15px;
padding-bottom: 0.75em;
} .st-blackboard:not(.square-checkbox)
ul.st-blackboard-list:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no)
li::before {
content: "\f058\00a0\00a0";
font-family: stsvg;
color: #ff0000;
position: absolute;
top: calc(50% - 1em);
left: 0.4em;
z-index: 2;
margin-right: 15px;
font-size: 90%;
line-height: 1.5;
} .st-blackboard.square-checkbox
ul.st-blackboard-list:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no)
li::before {
position: absolute;
top: calc(50% - 1.1em);
left: 0.4em;
content: "\f00c";
font-family: stsvg;
color: #ff0000;
z-index: 2;
margin-right: 15px;
font-size: 90%;
line-height: 1.5;
}
.st-blackboard.square-checkbox ul li::after {
content: "\e904";
font-family: stsvg;
color: #ccc;
position: absolute;
z-index: 1;
left: 0;
top: calc(50% - 0.9em);
font-size: 150% !important;
line-height: 1.5;
} .st-blackboard .st-no-ck li::before {
content: none !important;
}
.st-blackboard .st-no-ck li {
padding-left: 0 !important;
} .st-square-checkbox:not(.st-square-checkbox-nobox) {
border: 3px solid #f3f3f3;
padding: 30px 30px 15px;
box-sizing: border-box;
margin-bottom: 20px;
}
.post
.st-square-checkbox
ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(
.st-pvm-nav-list
),
.st-square-checkbox:not(.st-square-checkbox-nobox) ul {
margin-bottom: 0;
}
#side
aside
.st-mybox
.st-square-checkbox.st-square-checkbox-nobox
li:last-child,
.post .st-mybox .st-square-checkbox.st-square-checkbox-nobox li:last-child,
.st-mybox .st-square-checkbox.st-square-checkbox-nobox li:last-child,
#side aside .freebox .st-square-checkbox.st-square-checkbox-nobox li:last-child,
.post .freebox .st-square-checkbox.st-square-checkbox-nobox li:last-child,
.freebox .st-square-checkbox.st-square-checkbox-nobox li:last-child {
margin-bottom: 0;
}
.st-square-checkbox.st-bold > li {
font-weight: bold;
}
.post .is-style-st-square-checkbox-no-border > li,
.post .is-style-st-square-checkbox > li,
.is-style-st-square-checkbox-no-border > li,
.is-style-st-square-checkbox > li,
#side aside .st-square-checkbox > li,
.post .st-square-checkbox > li,
.st-square-checkbox ul li, .st-square-checkbox > li {
position: relative;
display: block;
line-height: 1.5;
}
.st-square-checkbox li,
.is-style-st-square-checkbox > li,
.post .is-style-st-square-checkbox-no-border > li,
.is-style-st-square-checkbox-no-border > li {
padding-left: 2.5em;
}
.post .is-style-st-square-checkbox > li,
.is-style-st-square-checkbox > li,
#side aside .st-square-checkbox > li,
.post .st-square-checkbox > li,
.st-square-checkbox ul li, .st-square-checkbox > li {
border-bottom: 1px dashed #ccc;
} .rankstlink-l2 p a,
.rankstlink-l p a,
.rankstlink-b p a,
.rankstlink-r p a,
.rankstlink-r2 p a,
.rankstlink-a p a,
.st-mybtn a {
transition: all 0.5s;
}
.rankstlink-l2 p a:hover,
.rankstlink-l p a:hover,
.rankstlink-b p a:hover,
.rankstlink-r p a:hover,
.rankstlink-r2 p a:hover,
.rankstlink-a p a:hover,
.st-mybtn a:hover {
opacity: 0.8;
} .st-mybtn {
box-sizing: border-box;
margin-left: auto;
margin-right: auto;
display: table;
}
.st-mybtn:not(.st-mybtn-noborder) {
border: 1px solid #ccc;
}
.st-mybtn a {
padding: 0.7em 1.5em;
text-align: center;
box-sizing: border-box;
display: flex;
width: 100%;
height: 100%;
text-decoration: none;
justify-content: center;
align-items: center;
}
.st-mybtn .fa:not(.fa-after),
.st-mybtn .st-fa:not(.st-svg-after) {
margin-right: 10px;
}
.st-mybtn .fa.fa-after,
.st-mybtn .st-fa.st-svg-after {
margin-left: 10px;
}
.st-mybtn.st-btn-default {
min-width: 40%;
}
@media print, screen and (max-width: 599px) {
.st-mybtn.st-btn-default {
min-width: 100%;
}
} .st-mybtn.wp-block-st-blocks-my-button {
color: #ffffff;
background-color: #e6514c;
border: 1px solid #e57373;
border-radius: 5px;
box-shadow: 0 3px 0 #c62828;
}
.st-mybtn.wp-block-st-blocks-my-button a {
color: #ffffff;
} .st-mybtn.wp-block-st-blocks-my-button.st-reflection {
overflow: hidden;
}
.st-mybtn i:not(.st-svg-after):not(.fa-after) {
margin-right: 7px;
}
.st-mybtn i.st-svg-after,
.st-mybtn i.fa-after {
margin-left: 7px;
} .st-mybtn.st-mybtn-mini {
border: none;
box-sizing: border-box;
margin: 0 3px 10px;
display: inline-block;
}
.st-mybtn.st-mybtn-mini a {
padding: 7px 15px;
text-align: left;
box-sizing: border-box;
display: inline-block;
width: inherit;
height: auto;
text-decoration: none;
font-size: 95%;
}
.st-mybtn.st-mybtn-mini .fa:not(.fa-after),
.st-mybtn.st-mybtn-mini .st-fa:not(.st-svg-after) {
margin-right: 10px;
}
.st-mybtn.st-mybtn-mini .fa.fa-after,
.st-mybtn.st-mybtn-mini .st-fa.st-svg-after {
margin-left: 10px;
}
.st-mybtn.st-mybtn-mini:hover {
opacity: 0.6;
}
.st-mybtn.st-mybtn-mini.st-btn-default {
width: inherit;
} .st-mcbtn-box {
border-radius: 5px;
}
.st-mcbtn-box .st-mybtn,
.post .st-mcbtn-box .st-mybtn {
margin-bottom: 10px;
}
.st-mcbox-text,
.post .st-mcbox-text {
margin-bottom: 0;
font-size: 80%;
text-align: center;
}
.st-mcbox-title,
.post .st-mcbox-title {
font-weight: bold;
margin-bottom: 10px;
} .st-reflection-on:not(.no-reflection),
.st-mybtn.st-reflection:not(.no-reflection) a {
position: relative;
overflow: hidden;
}
.st-reflection-on:not(.no-reflection)::after,
.st-mybtn.st-reflection:not(.no-reflection) a::after {
content: "";
height: 100%;
width: 30px;
position: absolute;
top: -180px;
left: 0;
background-color: #fff;
opacity: 0;
transform: rotate(45deg);
animation: reflection 5s ease-in-out infinite;
}
@keyframes reflection {
0% {
transform: scale(0) rotate(45deg);
opacity: 0;
}
80% {
transform: scale(0) rotate(45deg);
opacity: 0.5;
}
81% {
transform: scale(4) rotate(45deg);
opacity: 1;
}
100% {
transform: scale(50) rotate(45deg);
opacity: 0;
}
} .st-itmebox img {
border: none !important;
}
a.itembox-link {
text-decoration: none;
font-size: 90%;
display: block;
box-sizing: border-box;
}
a.itembox-link h5 {
text-decoration: underline;
}
.st-cardbox.st-itmebox {
padding-top: 10px;
}
a.itembox-link p,
.post a.itembox-link p {
margin-bottom: 5px;
}
.st-cardbox.st-itmebox .clearfix dd h5,
.post .st-cardbox.st-itmebox .clearfix dd h5,
#side .st-cardbox.st-itmebox .clearfix dd h5 {
margin-bottom: 0;
border: none;
}
a.itembox-link:hover {
opacity: 0.7;
}
a.itembox-link .itembox-price {
color: #616161;
} .st-user-comment-box {
display: flex;
align-items: center;
padding-bottom: 5px;
margin-bottom: 10px !important;
border-bottom: 1px dotted #ccc;
}
.st-user-comment-img {
width: 40px;
padding-right: 15px;
}
.st-user-comment-img:empty {
width: 0;
padding-right: 0;
}
.st-user-comment-img img {
border-radius: 50%;
}
.st-user-comment-text {
width: calc(100% - 50px);
}
.st-user-comment-text p:not(.st-user-comment-attribute) {
font-weight: bold;
margin-bottom: -2px;
line-height: 1.5 !important;
font-size: 0.9em !important;
}
.st-user-comment-box .st-star,
.st-user-comment-attribute {
font-size: 0.8em;
margin-bottom: 0;
font-weight: normal;
}
@media print, screen and (max-width: 959px) {
.st-user-comment-text p:not(.st-user-comment-attribute) {
line-height: 1.3 !important;
}
.st-user-comment-box .st-star,
.st-user-comment-attribute {
font-size: 0.8em;
}
}
.st-user-comment-attribute {
color: #9e9e9e;
}
.st-user-comment-box .st-star {
margin-left: 7px;
}
.st-mybox .st-user-comment-box .st-svg-star-half-o,
.st-mybox .st-user-comment-box .st-svg-star-o,
.st-mybox .st-user-comment-box .st-svg-star {
margin-right: 0;
} #st_toc_container,
.st_toc_container {
margin: 0 auto 20px;
text-align: center;
transition: all 0.2s;
}
#st_toc_container .st_toc_title,
.st_toc_container .st_toc_title {
text-align: center;
padding: 5px;
position: relative;
display: inline-block;
vertical-align: middle;
margin-bottom: 5px;
}
#st_toc_container .st_toc_title,
.st_toc_container .st_toc_title {
margin: 0 auto;
}
#st_toc_container:not(.st_toc_contracted) .st_toc_title,
.st_toc_container:not(.st_toc_contracted) .st_toc_title {
margin-bottom: 20px;
} #st_toc_container.st_toc_contracted,
.st_toc_container.st_toc_contracted {
transition: all 0.2s;
}
#st_toc_container .st_toc_title::before,
.st_toc_container .st_toc_title::before {
content: "\e91c\00a0";
font-family: stsvg;
font-size: 0.8em;
font-weight: normal;
}
#st_toc_container .st_toc_title .st_toc_toggle,
.st_toc_container .st_toc_title .st_toc_toggle {
font-weight: normal;
font-size: 95%;
margin-left: 5px;
}
.post #st_toc_container ul,
.post #st_toc_container ol,
.post .st_toc_container ul,
.post .st_toc_container ol {
list-style: none;
margin-bottom: 0;
}
.post #st_toc_container li ul,
.post #st_toc_container li ol,
.post .st_toc_container li ul,
.post .st_toc_container li ol {
margin-bottom: 10px;
} #st_toc_container li li:empty,
#st_toc_container ul ul:empty,
.st_toc_container li li:empty,
.st_toc_container ul ul:empty {
padding-bottom: 5px;
}
#st_toc_container li:empty,
.st_toc_container li:empty {
margin-bottom: 5px;
}
.st_toc_number {
font-weight: bold;
margin-right: 5px;
color: #777;
}
#st_toc_container ul a,
.st_toc_container ul a {
display: block;
text-decoration: none;
color: #333;
padding: 2px 0 7px;
}
#st_toc_container ul li li a,
.st_toc_container ul li li a {
padding-left: 5px;
}
#st_toc_container ul a:hover,
.st_toc_container ul a:hover {
opacity: 0.5;
}
#st_toc_container .st_toc_list > li > li > a,
.st_toc_container .st_toc_list > li > li > a {
margin-bottom: 10px;
}
#st_toc_container .st_toc_list > li > a,
.st_toc_container .st_toc_list > li > a {
border-bottom: none;
padding: 5px 0;
}
.post #st_toc_container ul ul,
.post .st_toc_container ul ul {
padding: 5px 0 0;
}
.post #st_toc_container ul ul ul,
.post .st_toc_container ul ul ul {
padding-left: 10px;
}
#st_toc_container li,
.st_toc_container li {
font-weight: bold;
margin-bottom: 0;
padding: 0;
list-style-type: none;
text-align: left;
text-indent: -0.8em;
padding-left: 1em;
}
#st_toc_container .st_toc_list > li > a,
.st_toc_container .st_toc_list > li > a {
font-weight: normal;
}
#st_toc_container > ul > li,
.st_toc_container > ul > li {
font-size: 18px;
margin-bottom: 10px;
}
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_default
> ul
> li,
.st_toc_container.st_toc_style_default > ul > li {
margin-bottom: 0;
}
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_default
li
li
a,
.st_toc_container.st_toc_style_default li li a {
padding-left: 3px;
}
main
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_default
ul
ul,
main .st_toc_container.st_toc_style_default ul ul {
margin-left: 0;
}
main
.post
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_default
> ul
> li
> ul,
main .post .st_toc_container.st_toc_style_default > ul > li > ul {
padding-bottom: 20px;
}
#st_toc_container > ul > li:first-child,
.st_toc_container > ul > li:first-child {
padding-top: 0;
}
#st_toc_container > ul > li:last-child,
.st_toc_container > ul > li:last-child {
margin-bottom: 0;
}
#st_toc_container li li a::before,
.st_toc_container li li a::before {
content: none;
}
#st_toc_container li li,
.st_toc_container li li {
text-align: left;
font-weight: normal;
list-style: decimal outside none;
text-indent: 0;
padding: 5px 0 0;
}
#st_toc_container li li li,
.st_toc_container li li li {
margin-bottom: 0;
padding: 5px 0;
}
#st_toc_container:not(.over_toc_content):not(.side_toc_content) li li li a,
.st_toc_container:not(.over_toc_content):not(.side_toc_content) li li li a {
border: none;
margin-bottom: 0;
padding: 0;
} #st_toc_container.only-toc:not(.st_toc_style_dot) .st_toc_list,
.st_toc_container.only-toc:not(.st_toc_style_dot) .st_toc_list {
padding: 10px 20px 20px 40px;
}
#st_toc_container.only-toc.st_toc_style_dot,
.st_toc_container.only-toc.st_toc_style_dot {
padding: 20px 30px 30px;
}
#st_toc_container.only-toc li,
.st_toc_container.only-toc li {
padding: 0;
font-weight: normal;
text-indent: 0;
list-style-type: decimal;
}
#st_toc_container.only-toc .st_toc_list li a,
.st_toc_container.only-toc .st_toc_list li a {
border-bottom: none;
}
#st_toc_container.only-toc:not(.st_toc_style_dot) ul a,
.st_toc_container.only-toc:not(.st_toc_style_dot) ul a {
padding: 10px 10px 10px 5px;
}
#st_toc_container.only-toc li a::before,
.st_toc_container.only-toc li a::before {
content: none;
} .post #st_toc_container ol.st-original-toc > li,
.post .st_toc_container ol.st-original-toc > li {
list-style: decimal;
text-align: left;
font-weight: normal;
padding: 0;
text-indent: 0;
}
#st_toc_container ol.st-original-toc > li a::before,
.st_toc_container ol.st-original-toc > li a::before {
content: none;
} main .st_toc_style_dot ul.st_toc_list {
margin-left: 1.5em;
}
#st_toc_container.st_toc_style_dot li,
.st_toc_container.st_toc_style_dot li {
margin-bottom: 0;
list-style-type: disc;
text-align: left;
}
#st_toc_container.st_toc_style_dot li li,
.st_toc_container.st_toc_style_dot li li {
text-align: left;
font-weight: normal;
list-style: circle;
text-indent: 0;
padding: 0;
}
#st_toc_container.st_toc_style_dot ul:not(.over_toc_content):not(.side_toc_content) a,
.st_toc_container.st_toc_style_dot ul:not(.over_toc_content):not(.side_toc_content) a {
display: block;
text-decoration: inherit;
color: #4682b4;
font-weight: normal;
padding-bottom: 5px; 
} .st_toc_back,
.st_toc_back:focus,
.st_toc_back:hover,
.st_toc_back:active {
color: #ccc;
text-decoration: none;
}
.st_toc_back {
position: fixed;
bottom: 109px;
right: 15px;
z-index: 9999;
display: flex;
flex-direction: column;
opacity: 0;
transition: all 0.5s;
pointer-events: none;
justify-content: center;
align-items: center;
}
.st_toc_back.is-shown {
opacity: 1;
pointer-events: auto;
}
.st_toc_back.is-top {
bottom: 139px;
}
.st_toc_back_icon {
display: block;
background: none;
width: auto;
height: auto;
font-size: 32px;
}
.st_toc_back_icon::before {
display: flex;
justify-content: center;
align-items: center;
content: "\e91c";
font-family: stsvg;
font-size: 12px;
margin-bottom: 5px;
margin-top: 5px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.st_toc_back_label {
margin-top: 0;
font-size: 10px;
}
.st_toc_back.is-rounded,
.st_toc_back.is-rounded:focus,
.st_toc_back.is-rounded:hover,
.st_toc_back.is-rounded:active {
color: #fff;
}
.st_toc_back.is-rounded {
bottom: 110px;
background: #ccc;
border-radius: 100%;
width: 60px;
height: 60px;
}
.st_toc_back.is-rounded.is-shown {
opacity: 0.8;
}
.st_toc_back.is-rounded.is-top {
bottom: 150px;
}
@media screen and (orientation: landscape) {  .st_toc_back.is-rounded.is-top {
bottom: calc(constant(safe-area-inset-bottom) + 150px );
bottom: calc(env(safe-area-inset-bottom) + 150px );
}
.st_toc_back.is-rounded.is-top {
bottom: calc(constant(safe-area-inset-bottom) + 150px );
bottom: calc(env(safe-area-inset-bottom) + 150px );
}
}
@media screen and (orientation: portrait) { .st_toc_back.is-rounded.is-top {
bottom: calc(constant(safe-area-inset-bottom) + 150px );
bottom: calc(env(safe-area-inset-bottom) + 150px );
}
.st_toc_back.is-rounded.is-top {
bottom: calc(constant(safe-area-inset-bottom) + 150px );
bottom: calc(env(safe-area-inset-bottom) + 150px );
}
}
.st_toc_back.is-rounded .st_toc_back_icon {
font-size: 24px;
} .st_toc_back:not(.is-rounded) {
border: 1px solid #ccc;
border-bottom: none;
width: 58px;
height: 59px;
bottom: 99px;
right: 15px;
background: rgba(255, 255, 255, 0.9);
}
.st_toc_back:not(.is-rounded).is-top {
bottom: 139px;
}
@media screen and (orientation: landscape) {  .st_toc_back:not(.is-rounded).is-top {
bottom: calc(constant(safe-area-inset-bottom) + 139px );
bottom: calc(env(safe-area-inset-bottom) + 139px );
}
.st_toc_back:not(.is-rounded).is-top {
bottom: calc(constant(safe-area-inset-bottom) + 139px );
bottom: calc(env(safe-area-inset-bottom) + 139px );
}
}
@media screen and (orientation: portrait) { .st_toc_back:not(.is-rounded).is-top {
bottom: calc(constant(safe-area-inset-bottom) + 139px );
bottom: calc(env(safe-area-inset-bottom) + 139px );
}
.st_toc_back:not(.is-rounded).is-top {
bottom: calc(constant(safe-area-inset-bottom) + 139px );
bottom: calc(env(safe-area-inset-bottom) + 139px );
}
} .mokuzi-paper {
margin-bottom: 20px;
margin-top: 30px;
}
.kasane-paper {
border: 1px solid #ccc;
background: #fff;
transform: rotate(-2deg);
}
.kasane-paper .page {
transform: rotate(3deg);
box-shadow: 0 0 6px #f3f3f3;
}
.kasane-paper.page1 {
transform: rotate(-2deg);
box-shadow: 0 0 6px #f3f3f3;
}
.kasane-paper .page2 {
transform: rotate(-1deg);
box-shadow: 0 0 6px #f3f3f3;
}
.kasane-paper.page3 {
transform: rotate(2deg);
box-shadow: 0 0 6px #f3f3f3;
}
.kasane-paper.nakami {
padding: 10px 0 0 0;
box-shadow: 0 0 6px #f3f3f3;
}
#st_toc_container.st_toc_style_paper,
.st_toc_container.st_toc_style_paper,
html.toc-style-paper #toc_container {
border: 0;
background: transparent;
} @media print, screen and (max-width: 599px) {
html.toc-style-paper #wrapper {
overflow: hidden;
}
}
@media only screen and (min-width: 600px) {
html.toc-style-paper main {
overflow: hidden;
}
} #st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline
.st_toc_list,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count
.st_toc_list,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline
.st_toc_list,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count
.st_toc_list {
position: relative;
}
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline
.st_toc_list::after,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count
.st_toc_list::after,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline
.st_toc_list::after,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count
.st_toc_list::after {
content: "";
border-left: 2px solid #ccc;
position: absolute;
height: calc(100% - 1.7em);
top: 0.2em;
left: 0;
margin-top: 0.5em;
opacity: 0.3;
}  #st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline:not(.st_toc_contracted),
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline.only-toc:not(.st_toc_contracted),
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count:not(.st_toc_contracted),
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count.only-toc:not(.st_toc_contracted),
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check:not(.st_toc_contracted),
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check.only-toc:not(.st_toc_contracted),
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question:not(.st_toc_contracted),
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question.only-toc:not(.st_toc_contracted),
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline:not(.st_toc_contracted),
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline.only-toc:not(.st_toc_contracted),
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count:not(.st_toc_contracted),
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count.only-toc:not(.st_toc_contracted),
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check:not(.st_toc_contracted),
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check.only-toc:not(.st_toc_contracted),
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question:not(.st_toc_contracted),
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question.only-toc:not(.st_toc_contracted) {
padding: 20px 30px;
}
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline
.st_toc_list,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline.only-toc
.st_toc_list,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count
.st_toc_list,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count.only-toc
.st_toc_list,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline
.st_toc_list,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline.only-toc
.st_toc_list,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count
.st_toc_list,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count.only-toc
.st_toc_list {
list-style: none;
}
.post
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline
.st_toc_list
ul
ul,
.post
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count
.st_toc_list
ul
ul,
.post
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check
.st_toc_list
ul
ul,
.post
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question
.st_toc_list
ul
ul,
.post
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline
.st_toc_list
ul
ul,
.post
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count
.st_toc_list
ul
ul,
.post
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check
.st_toc_list
ul
ul,
.post
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question
.st_toc_list
ul
ul {
display: none;
padding: 10px 0;
}
main
.post
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_default
ul
ul,
main .post #st_toc_container.st_toc_style_paper ul ul,
main .post .st_toc_container.st_toc_style_default ul ul,
main .post .st_toc_container.st_toc_style_paper ul ul {
padding: 10px 0 10px 1em;
margin-bottom: 0;
}
main
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline
.st_toc_list
ul,
main
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count
.st_toc_list
ul,
main
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check
.st_toc_list
ul,
main
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question
.st_toc_list
ul,
main
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline
.st_toc_list
ul,
main
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count
.st_toc_list
ul,
main
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check
.st_toc_list
ul,
main
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question
.st_toc_list
ul {
margin-left: -0.5em;
padding: 10px 0;
}
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline
.st_toc_list
a,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline.only-toc
.st_toc_list
a,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check
.st_toc_list
a,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check.only-toc
.st_toc_list
a,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question
.st_toc_list
a,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question.only-toc
.st_toc_list
a,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline
.st_toc_list
a,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline.only-toc
.st_toc_list
a,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check
.st_toc_list
a,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check.only-toc
.st_toc_list
a,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question
.st_toc_list
a,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question.only-toc
.st_toc_list
a {
padding: 0;
border: 0;
}
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count
.st_toc_list
a,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count.only-toc
.st_toc_list
a,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline
.st_toc_list
ul
a,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline.only-toc
.st_toc_list
ul
a,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count
.st_toc_list
ul
a,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count.only-toc
.st_toc_list
ul
a,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check
.st_toc_list
ul
a,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check.only-toc
.st_toc_list
ul
a,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question
.st_toc_list
ul
a,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question.only-toc
.st_toc_list
ul
a,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count
.st_toc_list
a,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count.only-toc
.st_toc_list
a,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline
.st_toc_list
ul
a,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline.only-toc
.st_toc_list
ul
a,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count
.st_toc_list
ul
a,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count.only-toc
.st_toc_list
ul
a,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check
.st_toc_list
ul
a,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check.only-toc
.st_toc_list
ul
a,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question
.st_toc_list
ul
a,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question.only-toc
.st_toc_list
ul
a {
padding: 0.15em 0;
border: 0;
} main
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check
.st_toc_list
> li
> a,
main
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check.only-toc
.st_toc_list
> li
> a,
main
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question
.st_toc_list
> li
> a,
main
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question.only-toc
.st_toc_list
> li
> a,
main
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check
.st_toc_list
> li
> a,
main
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check.only-toc
.st_toc_list
> li
> a,
main
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question
.st_toc_list
> li
> a,
main
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question.only-toc
.st_toc_list
> li
> a {
margin-bottom: 0;
}
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline
li,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline.only-toc
li,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count
li,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count.only-toc
li,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check
li,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check.only-toc
li,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question
li,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question.only-toc
li,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline
li,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline.only-toc
li,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count
li,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count.only-toc
li,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check
li,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check.only-toc
li,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question
li,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question.only-toc
li {
border: 0;
text-indent: 0;
padding-left: 0;
}
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline.only-toc
li,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count.only-toc
li,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check.only-toc
li,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question.only-toc
li,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline.only-toc
li,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count.only-toc
li,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check.only-toc
li,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question.only-toc
li {
list-style: none;
}
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline
li
a::before,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count
li
a::before,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check
li
a::before,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question
li
a::before,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline
li
a::before,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count
li
a::before,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check
li
a::before,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question
li
a::before {
content: normal;
}
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline.only-toc
.st_toc_list
> li
+ li,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count.only-toc
.st_toc_list
> li
+ li,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check.only-toc
.st_toc_list
> li
+ li,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question.only-toc
.st_toc_list
> li
+ li,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline.only-toc
.st_toc_list
> li
+ li,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count.only-toc
.st_toc_list
> li
+ li,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check.only-toc
.st_toc_list
> li
+ li,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question.only-toc
.st_toc_list
> li
+ li {
margin-top: 0;
}
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline
.st_toc_list
li
li,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count
.st_toc_list
li
li,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check
.st_toc_list
li
li,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question
.st_toc_list
li
li,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline
.st_toc_list
li
li,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count
.st_toc_list
li
li,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check
.st_toc_list
li
li {
padding: 2px 0;
}
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline
.st_toc_list
li
li
a,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count
.st_toc_list
li
li
a,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check
.st_toc_list
li
li
a,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question
.st_toc_list
li
li
a,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline
.st_toc_list
li
li
a,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count
.st_toc_list
li
li
a,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check
.st_toc_list
li
li
a,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question
.st_toc_list
li
li
a {
padding-left: 0;
} #st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline
.st_toc_list,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline.only-toc
.st_toc_list,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check
.st_toc_list,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question
.st_toc_list,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline
.st_toc_list,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline.only-toc
.st_toc_list,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check
.st_toc_list,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question
.st_toc_list {
padding: 0 0 0 24px;
}
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline
.st_toc_list
> li::before,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check
.st_toc_list
> li::before,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question
.st_toc_list
> li::before,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline
.st_toc_list
> li::before,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check
.st_toc_list
> li::before,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question
.st_toc_list
> li::before {
position: absolute;
font-family: stsvg;
}
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline
.st_toc_list
> li::before,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline
.st_toc_list
> li::before {
content: "";
position: absolute;
border-radius: 50%;
width: 1em;
height: 1em;
line-height: 1em;
margin-left: calc(-27px + -0.5em);
padding-right: 0;
background: #f3f3f3;
z-index: 1;
border: 4px solid #fff;
}
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check
.st_toc_list
> li::before,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check
.st_toc_list
> li::before {
content: "\f00c";
margin-left: calc(-20px - 0.5em);
color: #f44336;
font-size: 1.2em;
}
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question
.st_toc_list
> li::before,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question
.st_toc_list
> li::before {
content: "\f059";
margin-left: calc(-20px - 0.5em);
color: #03a9f4;
font-size: 1.2em;
}
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline
li
li,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check
li
li,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question
li
li,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline
li
li,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_check
li
li,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_question
li
li {
list-style: disc;
margin: 0 0 0 26px;
}
#st_toc_container.only-toc.st_toc_style_question li a::before,
#st_toc_container.only-toc.st_toc_style_check li a::before,
.st_toc_container.only-toc.st_toc_style_question li a::before,
.st_toc_container.only-toc.st_toc_style_check li a::before {
content: none;
} #st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count
.st_toc_list,
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count.only-toc
.st_toc_list,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count
.st_toc_list,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count.only-toc
.st_toc_list {
padding: 0 0 0 24px;
}
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count
.st_toc_list
> li,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count
.st_toc_list
> li {
counter-increment: st-toc-timeline-count;
}
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count
.st_toc_list
> li::before,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count
.st_toc_list
> li::before {
position: absolute;
border-radius: 50%;
width: 2.5em;
height: 2.5em;
line-height: 2.5em;
text-align: center;
font-size: 60%;
font-weight: normal;
margin-top: -2px;
margin-left: calc(-27px - 1.25em);
padding-right: 0;
background: #f3f3f3;
color: #333;
content: counters(st-toc-timeline-count, "");
z-index: 1;
border: 4px solid #fff;
}
#st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count
.st_toc_list
li
li,
.st_toc_container:not(.over_toc_content):not(
.side_toc_content
).st_toc_style_timeline-count
.st_toc_list
li
li {
margin: 0 0 0 1.5em;
}
.post .st_toc_style_timeline-count > ul > li > ul {
margin-left: -10px;
} .side_toc .st_toc_container {
padding: 15px 20px;
}
.side_toc #st_toc_container li,
.side_toc .st_toc_container li {
text-indent: 0;
}
.side_toc #st_toc_container ul ul,
.side_toc .st_toc_container ul ul {
padding: 5px 20px 0;
} .over_toc .st_toc_container:not(.st_toc_contracted) .st_toc_title {
margin-bottom: 10px;
}
.over_toc_wrapper button {
font-size:2.2rem!important;
top: 15px!important;
right:10px!important;
color:#767676!important;
} .over_toc #st_toc_container.st_toc_style_default li a::before,
.over_toc #st_toc_container.st_toc_style_default li li a::before,
.over_toc #st_toc_container > ul > li,
#st_toc_container > ul ul > li,
.over_toc .st_toc_container.st_toc_style_default li a::before,
.over_toc .st_toc_container.st_toc_style_default li li a::before,
.over_toc .st_toc_container > ul > li,
.st_toc_container > ul ul > li,
.side_toc #st_toc_container.st_toc_style_default li a::before,
.side_toc #st_toc_container.st_toc_style_default li li a::before,
.side_toc #st_toc_container > ul > li,
#st_toc_container > ul ul > li,
.side_toc .st_toc_container.st_toc_style_default li a::before,
.side_toc .st_toc_container.st_toc_style_default li li a::before,
.side_toc .st_toc_container > ul > li,
.st_toc_container > ul ul > li {
color: #cccccc;
opacity: 1;
}
.side_toc .st_toc_container:not(.st_toc_contracted) .st_toc_title,
.over_toc .st_toc_container:not(.st_toc_contracted) .st_toc_title {
color: #cccccc;
padding: 5px;
} .st-widgets-title-toc span {
font-size: 0.9em;
color: #999;
}  .st-tab-category {
margin-bottom: 0;
}
.st-tab-content > label {
-webkit-appearance: none;
border-top: 1px solid #e0e0e0;
border-right: 1px solid #e0e0e0;
border-left: 1px solid #e0e0e0;
border-bottom: none;
cursor: pointer;
display: inline-block;
padding: 7px;
text-align: center;
width: 30%;
box-sizing: border-box;
border-radius: 3px 3px 0 0;
height: auto;
word-break: break-word;
}
.st-tab-content input[type="radio"] + label {
padding: 7px;
display: inline-block;
} .st-tab-content > label::after {
content: "";
display: block;
position: absolute;
background: #fff;
width: calc(100% + 2px);
height: 100%;
opacity: 0.4;
border: 1px solid #fff;
top: -1px;
left: -1px;
}
.st-tab-content .st-tab-label:checked + label::after {
opacity: 0 !important;
}
.st-tab-content {
margin-bottom: 20px;
}
.st-tab-content > label {
margin-right: 5px;
position: relative;
}
.st-tab-content > label:last-child {
margin-right: 0;
}
.st-tab-label {
display: none;
}
.entry-content .st-tab-label[value="1"]:checked ~ .st-tab-main-1,
.entry-content .st-tab-label[value="2"]:checked ~ .st-tab-main-2,
.entry-content .st-tab-label[value="3"]:checked ~ .st-tab-main-3,
.entry-content .st-tab-label[value="4"]:checked ~ .st-tab-main-4 {
display: block;
}
.st-tab-main {
display: none;
}
.st-tab-content > label .st-fa,
.st-tab-content > label .fa {
margin-right: 5px;
}
.st-tab-content:not(.st-tab-content-type-button) label {
border-bottom: none !important;
} .st-tab-content-type-button {
position: relative;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.st-tab-content-type-button > label {
position: relative;
margin: 0;
border: 1px solid #e0e0e0;
box-sizing: border-box;
width: 50%;
border-radius: 0;
z-index: 0;
display: flex;
justify-content: center;
align-items: center;
}
.st-tab-content-type-button.st-tab-content-tab-1 label {
width: 100%;
}
.st-tab-content-type-button.st-tab-content-tab-3 label {
width: 33.33333%;
}
.st-tab-content-type-button.st-tab-content-tab-4 label {
width: 25%;
}
.st-tab-content-type-button > label ~ label {
border-left: 0;
}
.st-tab-content-type-button
> label
~ .st-tab-label:checked
+ label:not(.st-tab-noborder)::before {
content: "";
position: absolute;
top: -1px;
left: -1px;
bottom: -1px;
width: 0;
border-left: 1px solid #e0e0e0;
}
@media only screen and (max-width: 959px) {
.st-tab-content-type-button.st-tab-content-tab-4 label {
width: 50%;
}
.st-tab-content-type-button > label ~ label {
border-left: 1px solid #e0e0e0;
}
.st-tab-content-type-button.st-tab-content-tab-4
label:nth-of-type(2)
~ label {
top: -1px;
}
.st-tab-content-type-button.st-tab-content-tab-4 label:nth-of-type(2n) {
border-left: 0;
}
.st-tab-content-type-button.st-tab-content-tab-4
label
~ .st-tab-label:checked
+ label::before {
content: normal;
}
.st-tab-content-type-button.st-tab-content-tab-4
.st-tab-label:checked
+ label:nth-of-type(2n)::before {
content: "";
position: absolute;
top: -1px;
left: -1px;
bottom: -1px;
width: 0;
border-left: 1px solid #e0e0e0;
}
}
.st-tab-content .st-tab-label:checked + label {
z-index: 1;
}
.st-tab-content-type-button .st-tab-main {
width: 100%;
margin-top: 20px;
}
.st-tab-content-type-button .st-tab-main {  animation-name: StFedeIn;
animation-duration: 2s;
} .st-tab-category-more {
display: block;
width: 60%;
box-sizing: border-box;
padding: 10px 20px;
text-align: center;
text-decoration: none;
border: solid 1px #ccc;
color: #ccc;
margin: 20px auto;
}
.st-tab-category-more:hover {
opacity: 0.6;
}
.st-tab-category-more p {
margin-bottom: 0;
font-size: 0.8em;
}
.st-tab-category-more p::after {
content: "\f105";
font-family: stsvg;
margin-left: 7px;
color: #ccc;
}
@media only screen and (max-width: 599px) {
.st-tab-category-more {
width: 100%;
}
.st-tab-category-more p {
font-size: 0.9em;
}
} .st-tab-content-type-button > label:first-of-type {
border-radius: 5px 0 0 5px;
}
.st-tab-content-type-button > label:last-of-type {
border-radius: 0 5px 5px 0;
}
@media only screen and (max-width: 959px) {
.st-tab-content-type-button.st-tab-content-tab-4 label:nth-of-type(1) {
border-radius: 5px 0 0 0;
}
.st-tab-content-type-button.st-tab-content-tab-4 label:nth-of-type(2) {
border-radius: 0 5px 0 0;
}
.st-tab-content-type-button.st-tab-content-tab-4 label:nth-of-type(3) {
border-radius: 0 0 0 5px;
}
.st-tab-content-type-button.st-tab-content-tab-4 label:nth-of-type(4) {
border-radius: 0 0 5px 0;
}
} .st-tab-content-type-button.st-noradius label:first-of-type,
.st-tab-content-type-button.st-noradius label:last-of-type {
border-radius: 0;
}
@media only screen and (max-width: 959px) {
.st-tab-content-type-button.st-tab-content-tab-4.st-noradius
label:nth-of-type(1),
.st-tab-content-type-button.st-tab-content-tab-4.st-noradius
label:nth-of-type(2),
.st-tab-content-type-button.st-tab-content-tab-4.st-noradius
label:nth-of-type(3),
.st-tab-content-type-button.st-tab-content-tab-4.st-noradius
label:nth-of-type(4) {
border-radius: 0;
}
} .st-tabs {
--st--color: #000;
--st--background-color: transparent;
--st--border-width: 0;
--st--border-color: #000;
--st--padding-top: 0;
--st--padding-right: 0;
--st--padding-bottom: 0;
--st--padding-left: 0;
margin-bottom: 20px;
border-style: none;
}
.st-tabs :where([style*="border-width"]) {
border-style: none;
}
.st-tabs__tab-list,
main .st-tabs__tab-list.has-background {
position: relative;
margin: 0 -2px;
padding: 0;
display: flex;
justify-content: space-between;
overflow-x: auto;
overflow-y: hidden;
z-index: 1;
}
.st-tabs__tab-list-item {
display: block;
flex-grow: 1;
flex-shrink: 1;
cursor: pointer;
box-sizing: border-box;
width: 100%;
height: auto;
word-break: break-word;
margin: 0 2px;
position: relative;
overflow-wrap: break-word;
text-align: center;
opacity: 0.6;
}
main .st-tabs__tab-list .st-tabs__tab-list-item {
padding: 0;
}
.st-tabs__tab-list-item.is-selected {
opacity: 1;
}
.st-tabs__tab-list-item.has-text-align-left {
text-align: left;
}
.st-tabs__tab-list-item.has-text-align-center {
text-align: center;
}
.st-tabs__tab-list-item.has-text-align-right {
text-align: right;
}
.st-tabs__tab-list-item.has-color {
color: var(--st--color);
}
.st-tabs__tab-list-item.has-background {
background-color: var(--st--background-color);
}
.st-tabs__tab-list-item.has-border {
border-top-width: var(--st--border-width);
border-right-width: var(--st--border-width);
border-bottom-width: 0;
border-left-width: var(--st--border-width);
border-top-style: solid;
border-right-style: solid;
border-bottom-style: none;
border-left-style: solid;
border-color: var(--st--border-color);
}
.st-tabs__tab-list-item.has-no-border {
border: 0;
}
.st-tabs__tab {
display: flex;
justify-content: center;
align-items: center;
flex-basis: 100%;
width: 100%;
height: 100%;
padding: 7px;
border: 0;
background: transparent;
-webkit-appearance: none;
text-align: inherit;
}
.st-tabs__tab-list-item.has-text-align-left .st-tabs__tab {
justify-content: flex-start;
}
.st-tabs__tab-list-item.has-text-align-center .st-tabs__tab {
justify-content: center;
}
.st-tabs__tab-list-item.has-text-align-right .st-tabs__tab {
justify-content: flex-end;
}
.st-tabs__tab-text img {
margin: 0;
vertical-align: middle;
}
.st-tabs__tab-content-group {
position: relative;
z-index: 2;
}
.st-tabs__tab-content {
display: block;
padding: var(--wp--preset--spacing--20);
}
.st-tabs__tab-content[hidden] {
display: none;
}
.st-tabs__tab-content.has-border {
border-width: var(--st--border-width);
border-style: solid;
border-color: var(--st--border-color);
}
.st-tabs__tab-content.has-no-border {
border: 0;
}
.st-tabs__tab-content > :first-child {
margin-top: 0;
}
.st-tabs__tab-content > :last-child {
margin-bottom: 0;
}
.st-tabs__tab-icon {
margin-right: 5px;
}
.st-tabs.is-rounded .st-tabs__tab-list-item {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.st-tabs.is-rounded .st-tabs__tab-content {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
@media only screen and (max-width: 959px) {
.st-tabs__tab-list {
flex-wrap: wrap;
}
.st-tabs.is-single-tab .st-tabs__tab-list-item {
width: calc(100% - 4px);
}
.st-tabs.is-tabs-dividable-by-2 .st-tabs__tab-list-item,
.st-tabs.is-tabs-dividable-by-4 .st-tabs__tab-list-item {
width: calc(50% - 4px);
}
.st-tabs.is-tabs-dividable-by-3 .st-tabs__tab-list-item,
.st-tabs.is-tabs-mod-3-1 .st-tabs__tab-list-item,
.st-tabs.is-tabs-mod-3-2 .st-tabs__tab-list-item {
width: calc(33.33333% - 4px);
}
} .st-tabs.is-style-st-square .st-tabs__tab-list,
.st-tabs.is-style-st-square .st-tabs__tab-list-item {
margin-right: 0;
margin-left: 0;
}
.st-tabs.is-style-st-square .st-tabs__tab-content.has-border,
.st-tabs.is-style-st-square.is-rounded .st-tabs__tab-content.has-background {
margin-top: 5px;
}
.st-tabs.is-style-st-square .st-tabs__tab-list-item.has-border {
border-bottom-width: var(--st--border-width);
border-bottom-style: solid;
}
.st-tabs.is-style-st-square.is-rounded .st-tabs__tab-list-item {
border-radius: 0;
}
.st-tabs.is-style-st-square.is-rounded .st-tabs__tab-list-item:first-child {
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.st-tabs.is-style-st-square.is-rounded .st-tabs__tab-list-item:last-child {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.st-tabs.is-style-st-square.is-rounded .st-tabs__tab-content {
border-radius: 5px;
}
@media only screen and (max-width: 959px) { .st-tabs.is-style-st-square.is-rounded .st-tabs__tab-list-item:first-child {
border-top-left-radius: 5px;
border-bottom-left-radius: 0;
} .st-tabs.is-style-st-square.is-rounded .st-tabs__tab-list-item:last-child {
border-top-right-radius: 0;
border-bottom-right-radius: 5px;
} .st-tabs.is-style-st-square.is-rounded.is-single-tab
.st-tabs__tab-list-item:nth-child(1),
.st-tabs.is-style-st-square.is-rounded.is-tabs-dividable-by-2
.st-tabs__tab-list-item:nth-child(2),
.st-tabs.is-style-st-square.is-rounded.is-tabs-dividable-by-3
.st-tabs__tab-list-item:nth-child(3),
.st-tabs.is-style-st-square.is-rounded.is-tabs-mod-3-1
.st-tabs__tab-list-item:nth-child(3),
.st-tabs.is-style-st-square.is-rounded.is-tabs-mod-3-2
.st-tabs__tab-list-item:nth-child(3),
.st-tabs.is-style-st-square.is-rounded.is-tabs-dividable-by-4
.st-tabs__tab-list-item:nth-child(2) {
border-top-right-radius: 5px;
} .st-tabs.is-style-st-square.is-rounded.is-single-tab
.st-tabs__tab-list-item:nth-last-child(1),
.st-tabs.is-style-st-square.is-rounded.is-tabs-dividable-by-2
.st-tabs__tab-list-item:nth-last-child(2),
.st-tabs.is-style-st-square.is-rounded.is-tabs-dividable-by-3
.st-tabs__tab-list-item:nth-last-child(3),
.st-tabs.is-style-st-square.is-rounded.is-tabs-mod-3-1
.st-tabs__tab-list-item:nth-last-child(1),
.st-tabs.is-style-st-square.is-rounded.is-tabs-mod-3-2
.st-tabs__tab-list-item:nth-last-child(2),
.st-tabs.is-style-st-square.is-rounded.is-tabs-dividable-by-4
.st-tabs__tab-list-item:nth-last-child(2) {
border-bottom-left-radius: 5px;
}
} .st-tabs.is-style-st-bubble .st-tabs__tab-list,
.st-tabs.is-style-st-bubble .st-tabs__tab-list-item {
margin-right: 0;
margin-left: 0;
}
.st-tabs.is-style-st-bubble .st-tabs__tab-list {
margin-bottom: -10px;
padding-bottom: 10px;
}
.st-tabs.is-style-st-bubble .st-tabs__tab-content.has-border,
.st-tabs.is-style-st-bubble.is-rounded .st-tabs__tab-content.has-background {
margin-top: 10px;
}
.st-tabs.is-style-st-bubble .st-tabs__tab {
position: relative;
}
.st-tabs.is-style-st-bubble .st-tabs__tab-list-item.has-border {
border-bottom-width: var(--st--border-width);
border-bottom-style: solid;
}
.st-tabs.is-style-st-bubble
.has-border
.st-tabs__tab[aria-selected="true"]::before {
content: "";
position: absolute;
border-width: calc(10px + var(--st--border-width))
calc(8px + var(--st--border-width)) calc(8px + var(--st--border-width));
border-style: solid;
border-top-color: var(--st--border-color);
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
bottom: calc(-18px - var(--st--border-width) * 2);
left: calc(50% - calc(8px + var(--st--border-width)));
z-index: 1;
}
.st-tabs.is-style-st-bubble
.has-no-border
.st-tabs__tab[aria-selected="true"]::before {
content: normal;
}
.st-tabs.is-style-st-bubble .st-tabs__tab[aria-selected="true"]::after {
content: "";
position: absolute;
border-width: 10px 8px 8px;
border-style: solid;
border-color: transparent;
bottom: -18px;
left: calc(50% - 8px);
z-index: 2;
}
.st-tabs.is-style-st-bubble.is-rounded .st-tabs__tab-list-item {
border-radius: 0;
}
.st-tabs.is-style-st-bubble.is-rounded .st-tabs__tab-list-item:first-child {
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.st-tabs.is-style-st-bubble.is-rounded .st-tabs__tab-list-item:last-child {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.st-tabs.is-style-st-bubble.is-rounded .st-tabs__tab-content {
border-radius: 5px;
}
@media only screen and (max-width: 959px) { .st-tabs.is-style-st-bubble.is-rounded .st-tabs__tab-list-item:first-child {
border-top-left-radius: 5px;
border-bottom-left-radius: 0;
} .st-tabs.is-style-st-bubble.is-rounded .st-tabs__tab-list-item:last-child {
border-top-right-radius: 0;
border-bottom-right-radius: 5px;
} .st-tabs.is-style-st-bubble.is-rounded.is-single-tab
.st-tabs__tab-list-item:nth-child(1),
.st-tabs.is-style-st-bubble.is-rounded.is-tabs-dividable-by-2
.st-tabs__tab-list-item:nth-child(2),
.st-tabs.is-style-st-bubble.is-rounded.is-tabs-dividable-by-3
.st-tabs__tab-list-item:nth-child(3),
.st-tabs.is-style-st-bubble.is-rounded.is-tabs-mod-3-1
.st-tabs__tab-list-item:nth-child(3),
.st-tabs.is-style-st-bubble.is-rounded.is-tabs-mod-3-2
.st-tabs__tab-list-item:nth-child(3),
.st-tabs.is-style-st-bubble.is-rounded.is-tabs-dividable-by-4
.st-tabs__tab-list-item:nth-child(2) {
border-top-right-radius: 5px;
} .st-tabs.is-style-st-bubble.is-rounded.is-single-tab
.st-tabs__tab-list-item:nth-last-child(1),
.st-tabs.is-style-st-bubble.is-rounded.is-tabs-dividable-by-2
.st-tabs__tab-list-item:nth-last-child(2),
.st-tabs.is-style-st-bubble.is-rounded.is-tabs-dividable-by-3
.st-tabs__tab-list-item:nth-last-child(3),
.st-tabs.is-style-st-bubble.is-rounded.is-tabs-mod-3-1
.st-tabs__tab-list-item:nth-last-child(1),
.st-tabs.is-style-st-bubble.is-rounded.is-tabs-mod-3-2
.st-tabs__tab-list-item:nth-last-child(2),
.st-tabs.is-style-st-bubble.is-rounded.is-tabs-dividable-by-4
.st-tabs__tab-list-item:nth-last-child(2) {
border-bottom-left-radius: 5px;
}
} .st-tabs.is-style-st-tab .st-tabs__tab-list,
.st-tabs.is-style-st-tab .st-tabs__tab-list-item {
margin-right: 0;
margin-left: 0;
}
.st-tabs.is-style-st-tab .st-tabs__tab-list-item,
.st-tabs.is-style-st-tab.is-rounded .st-tabs__tab-list-item {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.st-tabs.is-style-st-tab.is-rounded .st-tabs__tab-content {
border-radius: 0 0 5px 5px;
} .st-tabs.is-style-st-border .st-tabs__tab-list,
.st-tabs.is-style-st-border .st-tabs__tab-list-item {
margin-right: 0;
margin-left: 0;
}
.st-tabs.is-style-st-border .st-tabs__tab-list {
--st--border-width: 1px;
}
.st-tabs.is-style-st-border .st-tabs__tab-list-item {
border-top-width: 0;
border-right-width: 0;
border-bottom-width: var(--st--border-width);
border-left-width: 0;
border-top-style: none;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
border-color: var(--st--border-color);
}
.st-tabs.is-style-st-border .st-tabs__tab-list-item:not(.is-selected) {
border-bottom-color: #ccc !important;
}
.st-tabs.is-style-st-border.is-rounded .st-tabs__tab-list-item {
border-radius: 0;
}
.st-tabs.is-style-st-border.is-rounded .st-tabs__tab-list-item:first-child {
border-top-left-radius: 5px;
}
.st-tabs.is-style-st-border.is-rounded .st-tabs__tab-list-item:last-child {
border-top-right-radius: 5px;
}
.st-tabs.is-style-st-border .st-tabs__tab-content {
border-top-width: 0;
}
.st-tabs.is-style-st-border.is-rounded .st-tabs__tab-content {
border-radius: 0 0 5px 5px;
}
@media only screen and (max-width: 959px) { .st-tabs.is-style-st-border.is-rounded .st-tabs__tab-list-item:last-child {
border-top-right-radius: 0;
} .st-tabs.is-style-st-border.is-rounded.is-single-tab
.st-tabs__tab-list-item:nth-child(1),
.st-tabs.is-style-st-border.is-rounded.is-tabs-dividable-by-2
.st-tabs__tab-list-item:nth-child(2),
.st-tabs.is-style-st-border.is-rounded.is-tabs-dividable-by-3
.st-tabs__tab-list-item:nth-child(3),
.st-tabs.is-style-st-border.is-rounded.is-tabs-mod-3-1
.st-tabs__tab-list-item:nth-child(3),
.st-tabs.is-style-st-border.is-rounded.is-tabs-mod-3-2
.st-tabs__tab-list-item:nth-child(3),
.st-tabs.is-style-st-border.is-rounded.is-tabs-dividable-by-4
.st-tabs__tab-list-item:nth-child(2) {
border-top-right-radius: 5px;
}
} .st-emoji {
font-family: EmojiMart, "Segoe UI Emoji", "Segoe UI Symbol", "Segoe UI",
"Apple Color Emoji", "Twemoji Mozilla", "Noto Color Emoji", "Android Emoji";
} input[type=submit] {
background: #fafafa;
}
input:not(.st-form-nowide):not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="image"]),
textarea,
select {
box-sizing: border-box;
width: 100%;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
textarea,
select {
padding: 5px;
}
select {
padding: 10px;
border: none;
border-radius: 2px;
}
.post input:not(.st-tab-label):not([type="image"]),
.post textarea {
border-radius: 3px;
border: 1px solid #ccc;
}
#searchform input:not(.st-tab-label):not([type="image"]) {
border-radius: 0;
}
.post input:not(.st-tab-label):not([type="image"]) {
padding: 7px 15px;
margin: 5px auto;
}
.post #search input {
border: none;
} .post_password input[type="submit"] {
box-sizing: border-box;
padding: 10px;
margin: 10px auto;
width: 50%;
}
.post_password {
text-align: center;
} .wpcf7-submit {
width: 100%;
border-radius: 20px;
background: #f3f3f3;
color: #333;
border: none;
margin: 0 auto;
padding: 10px;
display: block;
box-sizing: border-box;
} .responbox,
.responbox30,
.responbox33,
.responbox40,
.responbox50,
.responbox60,
.responbox70,
.responboxfree {
margin-bottom: 10px;
}
@media print, screen and (max-width: 599px) {
.responbox30:not(.smart30) .lbox,
.responbox33:not(.smart33) .lbox,
.responbox40:not(.smart40) .lbox,
.responbox50:not(.smart50) .lbox,
.responbox60:not(.smart60) .lbox,
.responbox70:not(.smart70) .lbox {
margin-bottom: 20px;
}
} .responboxfree {
display: flex;
}
.responboxfree .lbox {
padding-right: 7px;
box-sizing: border-box;
}
.responboxfree .rbox {
padding-left: 7px;
box-sizing: border-box;
} .responbox50.smart50 .lbox {
float: left;
width: 49%;
box-sizing: border-box;
margin-bottom: -32768px;
padding-bottom: 32768px;
}
.responbox50.smart50 .rbox {
float: right;
box-sizing: border-box;
width: 49%;
margin-bottom: -32768px;
padding-bottom: 32768px;
}
.responbox50.smart50 {
overflow: hidden;
} .responbox30.smart30 .lbox {
float: left;
width: 30%;
box-sizing: border-box;
margin-bottom: -32768px;
padding-bottom: 32768px;
}
.responbox30.smart30 .rbox {
float: right;
box-sizing: border-box;
width: 70%;
margin-bottom: -32768px;
padding-left: 10px;
padding-bottom: 32768px;
}
.responbox30.smart30 {
overflow: hidden;
}
@media print, screen and (max-width: 599px) { .responbox60,
.responbox70 {
display: flex;
flex-direction: column-reverse;
}
} .post .amazonjs_item h4,
.post .amazonjs_item h4 a {
color: #1a1a1a !important;
font-size: 15px;
background-color: transparent;
border: none !important;
padding: 0 !important;
}
.post .amazonjs_item ul li {
font-size: 12px !important;
} div.yyi-rinker-contents div.yyi-rinker-box {
padding: 20px 12px;
}
.post
ul.yyi-rinker-links:not(.toc_list):not(.st_toc_list):not(.children):not(
.slick-dots
):not(.st-pvm-nav-list) {
padding: 0;
margin-bottom: 0;
}
div.yyi-rinker-contents div.yyi-rinker-detail {
padding-left: 0;
}
div.yyi-rinker-contents ul.yyi-rinker-links li {
margin: 0 5px 5px 0;
box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.3);
} #side div.yyi-rinker-contents div.yyi-rinker-box {
flex-direction: column;
padding: 20px;
}
#side div.yyi-rinker-contents div.yyi-rinker-info {
width: 100%;
}
#side .yyi-rinker-img-m .yyi-rinker-image {
width: 100%;
margin-bottom: 20px;
}
body #side div.yyi-rinker-contents ul.yyi-rinker-links li {
width: 100%;
margin: 0 0 10px;
text-align: center;
padding: 5px;
box-sizing: border-box;
}
body #side div.yyi-rinker-contents ul.yyi-rinker-links li a {
padding: 0;
}
@media print, screen and (max-width: 599px) {
div.yyi-rinker-contents div.yyi-rinker-box {
flex-direction: column;
padding: 20px;
}
div.yyi-rinker-contents div.yyi-rinker-info {
width: 100%;
}
.yyi-rinker-img-m .yyi-rinker-image {
width: 100%;
margin-bottom: 20px;
}
body div.yyi-rinker-contents ul.yyi-rinker-links li {
width: 100%;
margin: 0 0 10px;
text-align: center;
padding: 5px;
box-sizing: border-box;
}
body div.yyi-rinker-contents ul.yyi-rinker-links li a {
padding: 0;
}
} .post .wpap-tpl {
max-width: 100%;
box-sizing: border-box;
}
.post .wpap-tpl .wpap-link,
.post .wpap-tpl .wpap-link:hover {
box-shadow: none;
} .appreach {
text-align: left;
padding: 20px;
border: 3px solid #fafafa;
overflow: hidden;
border-radius: 10px;
}
.appreach::after {
content: "";
display: block;
clear: both;
}
.appreach p {
margin: 0;
}
.appreach a::after {
display: none;
}
.appreach__icon {
float: left;
border-radius: 10%;
overflow: hidden;
margin: 0 3% 0 0 !important;
width: 25% !important;
height: auto !important;
max-width: 120px !important;
}
.appreach__detail {
display: inline-block;
font-size: 20px;
line-height: 1.5;
width: 72%;
max-width: 72%;
}
.appreach__detail::after {
content: "";
display: block;
clear: both;
}
.appreach__name {
font-size: 16px;
line-height: 1.5em !important;
max-height: 3em;
overflow: hidden;
}
.appreach__info {
font-size: 12px !important;
}
.appreach__developper,
.appreach__price {
margin-right: 0.5em;
}
.appreach__posted a {
margin-left: 0.5em;
}
.appreach__links {
float: left;
height: 40px;
margin-top: 8px;
white-space: nowrap;
}
.appreach__aslink img {
margin-right: 10px;
height: 40px;
width: 135px;
}
.appreach__gplink img {
height: 40px;
width: 134.5px;
}
.appreach__star {
position: relative;
font-size: 14px !important;
height: 1.5em;
width: 5em;
}
.appreach__star__base {
position: absolute;
color: #737373;
}
.appreach__star__evaluate {
position: absolute;
color: #ffc107;
overflow: hidden;
white-space: nowrap;
} .post
.w3eden
h3:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no):not(.st-matome):not(.rankh3):not(.post-card-title):not(
#reply-title
),
.post
.w3eden
h3.package-title:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no):not(.st-matome):not(.rankh3):not(.post-card-title):not(
#reply-title
)
a,
.post
.w3eden
h3.package-title:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no):not(.st-matome):not(.rankh3):not(.post-card-title):not(
#reply-title
) {
font-size: 1.2rem;
line-height: 1.5rem;
background-color: transparent !important;
padding: 0 !important;
margin: 0 0 10px 0 !important;
border: none !important;
}
#contentInner
.post
.w3eden
h3:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no):not(.st-matome):not(.rankh3):not(#reply-title)::before,
#contentInner
.post
.w3eden
h3:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no):not(.st-matome):not(.rankh3):not(#reply-title)::after {
content: none !important;
}
#side .media.stack-xs {
flex-direction: column;
}
#side .wpdmdl-btn {
margin: 10px 10px 0 0 !important;
}
@media print, screen and (max-width: 599px) {
.media.stack-xs {
flex-direction: column;
}
.wpdmdl-btn {
margin: 10px 10px 0 0 !important;
}
} .st-cardbox {
padding: 15px;
border: 1px solid #e0e0e0;
margin-bottom: 20px;
position: relative;
box-shadow: 0 1px 4px rgb(0, 0, 0, 0.1), 0 3px 3px -3px rgb(0, 0, 0, 0.1);
transition: all 0.5s;
width: 100%;
box-sizing: border-box;
}
a.st-cardlink,
a .st-cardbox h5,
a .st-cardbox p {
text-decoration: none;
color: #333;
}
.st-cardbox:hover {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
opacity: 0.6;
}
.st-cardbox.kanren {
margin-top: 0;
background-color: #fff;
}
.kanren.st-cardbox dl:last-child {
border-style: none;
margin-bottom: 0px;
padding-bottom: 0px;
}
.post .st-cardbox p,
.st-cardbox p {
margin-bottom: 10px;
}
.st-cardbox .clearfix dt.st-card-img,
.post .st-cardbox .clearfix dt.st-card-img,
#side .st-cardbox .clearfix dt.st-card-img {
height: 100px;
max-width: 100%;
box-sizing: border-box;
}
.st-cardbox .clearfix dt.st-card-img img,
.post .st-cardbox .clearfix dt.st-card-img img,
#side .st-cardbox .clearfix dt.st-card-img img {
height: 100%;
object-fit: cover;
}
.st-cardbox .clearfix dd h5,
.post .st-cardbox .clearfix dd h5,
#side .st-cardbox .clearfix dd h5 {
margin-bottom: 10px;
}
.st-cardbox .clearfix dd p {
font-size: 0.75em;
line-height: 1.7;
margin-bottom: 10px;
color: #999;
}
@media print, screen and (max-width: 599px) {
.st-cardbox .clearfix dd p {
font-size: 0.9em;
line-height: 1.5;
}
}
.st-cardbox .clearfix dd p.cardbox-more,
.st-cardbox .clearfix dd p.st-cardbox-site {
margin-top: 10px;
margin-bottom: 0;
}
.st-cardbox .clearfix dd p.st-cardbox-site {
color: #616161;
display: flex;
align-items: center;
}
.st-cardbox .clearfix dd .st-cardbox-favicon img {
margin: 0 4px 0 0;
vertical-align: middle;
} .wp-block-embed.kanren .st-cardbox:before {
content: "\f0c1 \0020 関連";
font-family: stsvg !important;
position: absolute;
font-size: 13px;
color: #fff;
top: 0;
left: 0;
background-color: #66bb6a;
padding: 5px 10px;
z-index: 1;
} .wp-block-embed.popular .st-cardbox:before {
content: "\f201 \0020 人気";
font-family: stsvg !important;
position: absolute;
font-size: 13px;
color: #fff;
top: 0;
left: 0;
background-color: #ffa726;
padding: 5px 10px;
z-index: 1;
} .wp-block-embed.check .st-cardbox:before {
content: "\f00c \0020 確認";
font-family: stsvg !important;
position: absolute;
font-size: 13px;
color: #fff;
top: 0;
left: 0;
background-color: #42a5f5;
padding: 5px 10px;
z-index: 1;
} .wp-block-embed.important .st-cardbox:before {
content: "\f06a \0020 重要";
font-family: stsvg !important;
position: absolute;
font-size: 13px;
color: #fff;
top: 0;
left: 0;
background-color: #ef5350;
padding: 5px 10px;
z-index: 1;
} #side aside .st-cardstyle .kanren,
#side aside .st-cardstyleb .kanren {
padding-top: 0;
}
.st-cardstyle .st-cardbox .clearfix dt.st-card-img,
.st-cardstyle .post .st-cardbox .clearfix dt.st-card-img,
#side .st-cardstyle .st-cardbox .clearfix dt.st-card-img,
.st-cardstyleb .st-cardbox .clearfix dt.st-card-img,
.st-cardstyleb .post .st-cardbox .clearfix dt.st-card-img,
#side .st-cardstyleb .st-cardbox .clearfix dt.st-card-img {
height: auto;
}
@media only screen and (min-width: 600px) {
main .st-cardstyle .kanren.st-cardbox dd,
main .st-cardstyleb .kanren.st-cardbox dd {
padding: 10px 20px 20px;
}
} .st-card-title-head {
padding: 5px 7px;
font-size: 80%;
border-radius: 5px;
margin-right: 8px;
background: #cccccc;
color: #ffffff;
}
.st-card-title-head .st-fa,
.st-card-title-head .fa {
margin-right: 5px;
} .st-cardbox.noborder {
padding: 0;
border: none;
box-shadow: none;
}
.st-cardbox.noborder .clearfix dd h5,
.post .st-cardbox.noborder .clearfix dd h5,
#side .st-cardbox.noborder .clearfix dd h5 {
border-bottom: none;
padding-bottom: 0;
} .wp-block-embed.none .st-cardbox {
padding: 0;
border: none;
box-shadow: none;
}
.wp-block-embed.none .st-embed-cardlink .st-cardbox::after {
content: none;
} a.st-card-thumb-only {
text-decoration: none;
}
a.st-card-thumb-only:hover {
opacity: 0.6;
}
.st-card-thumb-only div {
display: inline;
}
.st-card-thumb-only img {
max-height: 100%;
width: auto;
} #footer p.cardbox-more,
#side p.cardbox-more,
.post p.cardbox-more {
margin-bottom: 5px;
padding: 5px 10px;
box-sizing: border-box;
border: 1px solid #ccc;
text-align: center;
text-decoration: none;
color: #757575;
} #side .rankst-cont .st-cardbox {
padding: 15px 15px 10px;
border: 1px solid #ccc;
margin-bottom: 20px;
}
#side .rankst-cont .kanren.st-cardbox dl:last-child {
border-style: none;
margin-bottom: 0px;
padding-bottom: 0px;
}
#side .rankst-cont .post .st-cardbox p,
#side .rankst-cont .st-cardbox p {
margin-bottom: 10px;
}
#side .rankst-cont .st-cardbox .clearfix dd h5,
#side .rankst-cont .post .st-cardbox .clearfix dd h5,
#side .rankst-cont .st-cardbox .clearfix dd h5 {
margin-bottom: 10px;
padding-bottom: 5px;
}
#side .rankst-cont .st-cardbox .clearfix dd p {
font-size: 90%;
line-height: 1.8;
margin-bottom: 10px;
} .st-cardstyle .st-cardbox {
border: none;
padding: 0;
}
.st-cardstyle .kanren dl,
.st-cardstyle .kanren.st-cardbox dl:last-child {
box-sizing: border-box;
border: 1px solid #ccc;
background: #fff;
}
.st-cardstyle .kanren dl {
width: 100%;
}
.st-cardstyle .kanren dt {
float: none !important;
width: 100% !important;
height: auto;
overflow: hidden;
position: relative;
}
.st-cardstyle .kanren dt img {
width: 100% !important;
}
.st-cardstyle .kanren dd,
.st-cardstyle .kanren.st-cardbox dd {
padding: 10px 20px 20px;
}
.st-cardstyle .kanren .clearfix dd p {
line-height: 1.8;
}
.st-cardstyle .kanren .st-top-box {
padding: 5px;
box-sizing: border-box;
width: 100%;
}
.st-cardstyle .kanren .st-top-box dl {
margin-bottom: 0;
position: relative;
}
.st-cardstyle .kanren .st-top-box a.st-box-a {
display: block;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 999;
}
.st-cardstyle .kanren .st-top-box img.size-full,
.st-cardstyle .kanren .st-top-box img.size-large {
margin-bottom: 0;
}
.st-cardstyle .cardbox-more a {
display: block;
}
#side .st-cardstyle .kanren.st-cardbox.st-cardbox-wide dt,
main .st-cardstyle .kanren.st-cardbox.st-cardbox-wide dt,
#side .st-cardstyleb .kanren.st-cardbox.st-cardbox-wide dt,
main .st-cardstyleb .kanren.st-cardbox.st-cardbox-wide dt {
margin: 0;
} .st-cardbox.st-no-shadow {
box-shadow: none;
} .st-embed-cardlink .st-cardbox {
padding-right: 30px;
position: relative;
}
.st-embed-cardlink .st-cardbox::after {
content: "\f105";
font-family: stsvg;
color: #e0e0e0;
position: absolute;
top: calc(50% - 0.5em);
right: 7px;
} .st-embed-cardlink .st-cardbox .clearfix dd p.st-cardbox-t,
#side .st-cardbox .clearfix dd h5.st-cardbox-t,
.st-cardlink .st-cardbox .clearfix dd h5.st-cardbox-t {
font-weight: bold;
font-size: inherit;
padding-top: 0;
margin-bottom: 5px;
color: #333;
}
@media only screen and (min-width: 600px) {
.st-embed-cardlink .st-cardbox .clearfix dd p.st-cardbox-t,
#side .st-cardbox .clearfix dd h5.st-cardbox-t,
.st-cardlink .st-cardbox .clearfix dd h5.st-cardbox-t {
font-size: 0.95em;
}
}
.st-embed-cardlink.has-no-site .st-cardbox .clearfix dd .st-card-excerpt p {
margin-bottom: 0;
color: #999;
} .st-kaiwa-box {
width: 100%;
height: auto;
margin-bottom: 20px;
display: table;
}
.st-kaiwa-face {
text-align: center;
display: table-cell;
width: 60px;
vertical-align: top;
}
.st-kaiwa-box .st-kaiwa-face img,
.st-kaiwa-box .st-kaiwa-face2 img {
border-radius: 60px;
border-style: solid;
border-width: 1px;
}
.st-kaiwa .st-kaiwa-face img,
.st-kaiwa .st-kaiwa-face2 img {
border-color: transparent;
}
.st-kaiwa-face-name {
color: #616161;
font-size: 70%;
line-height: 1.5;
max-width: 60px;
}
.st-kaiwa-area {
display: table-cell;
vertical-align: top;
text-align: left;
padding-top: 5px;
}
.st-kaiwa-hukidashi {
display: inline-block;
padding: 15px 20px;
margin-left: 20px;
border-radius: 7px;
position: relative;
background-color: #f9f9f9;
word-break: break-all;
}
.st-kaiwa-hukidashi-content > *:last-child,
.post .st-kaiwa-hukidashi > *:last-child {
margin-bottom: 0px;
}
.st-kaiwa-hukidashi::after {
content: "";
position: absolute;
top: 30px;
left: -10px;
margin-top: -10px;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 10px 10px 10px 0;
border-color: transparent #f9f9f9 transparent transparent;
} .st-kaiwa-face2 {
text-align: center;
display: table-cell;
width: 60px;
vertical-align: top;
}
.st-kaiwa-face2 img {
border-radius: 60px;
border: 1px solid #ccc;
}
.st-kaiwa-face-name2 {
color: #616161;
font-size: 70%;
line-height: 1.5;
max-width: 60px;
}
.st-kaiwa-area2 {
display: table-cell;
vertical-align: top;
text-align: right;
}
.st-kaiwa-hukidashi2 {
display: inline-block;
padding: 15px 20px;
margin-right: 20px;
border-radius: 7px;
position: relative;
background-color: #f9f9f9;
text-align: left;
word-break: break-all;
}
.post .st-kaiwa-hukidashi2 p:last-child {
margin-bottom: 0px;
}
.st-kaiwa-hukidashi2::after {
content: "";
position: absolute;
top: 30px;
right: -10px;
margin-top: -10px;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent #f9f9f9;
} .st-kaiwa-face-move .st-kaiwa-face img {
animation: animScale 4s infinite ease-out;
transform-origin: 50% 50%;
animation-play-state: running;
backface-visibility: hidden;
}
.st-kaiwa-face-move .st-kaiwa-face2 img {
animation: animScale 4.5s infinite ease-out;
transform-origin: 50% 50%;
animation-play-state: running;
backface-visibility: hidden;
} .is-style-st-paragraph-kaiwa.bound::before,
.st-kaiwa-box.bound .st-kaiwa-face img {
animation: animScale 4s infinite ease-out;
transform-origin: 50% 50%;
animation-play-state: running;
backface-visibility: hidden;
}
.is-style-st-paragraph-kaiwa-b.bound::before,
.st-kaiwa-box.bound .st-kaiwa-face2 img {
animation: animScale 4.5s infinite ease-out;
transform-origin: 50% 50%;
animation-play-state: running;
backface-visibility: hidden;
}
@keyframes animScale {
0% {
transform: scale(0.8, 0.8);
}
5% {
transform: scale(1.1, 1.1);
}
10% {
transform: scale(1, 1);
}
15% {
transform: scale(1.1, 1.1);
}
20% {
transform: scale(1, 1);
}
100% {
transform: scale(1, 1);
}
} .st-kaiwa-hukidashi-content .loading-dots {
display: inline-block;
animation: blink 1s infinite;
position: absolute;
}
@keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
} .st-ac-box {
padding: 10px 10px 0;
box-sizing: border-box;
}
.st-ac-box-bottom {
padding-top: 20px;
padding-bottom: 20px;
}
.menu-navigation-container {
overflow: hidden;
}
nav li a:hover {
text-decoration: underline;
}
#s-navi {
margin: 0 -10px;
}
#s-navi ul.sub-menu {
display: none;
}
#s-navi dl.acordion p {
margin: 0;
}
#s-navi dl.acordion {
margin: 0px;
box-sizing: border-box;
width: 100%;
}
#s-navi dt.trigger {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
height: 48px;
overflow: hidden;
}
.s-navi-active #s-navi-overlay,
.s-navi-search-slide.s-navi-search-active #s-navi-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.75);
z-index: 100003;
transition: background 0.3s;
}
.trigger .fa:not(.st-svg-bars) {
font-size: 20px;
}
.trigger .op .fa:not(.st-svg-bars) {
font-size: 23px;
} #st-mobile-logo {
padding: 0 10px;
box-sizing: border-box;
text-align: left;
line-height: 20px;
font-size: 16px;
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: flex;
align-items: center;
flex-direction: column;
}
header h1#st-mobile-logo,
header p#st-mobile-logo {
font-weight: bold;
}
#st-mobile-logo h1,
#st-mobile-logo p {
width: 100%;
box-sizing: border-box;
}
#st-mobile-logo a {
text-decoration: none;
color: #333;
box-sizing: border-box;
}
#st-mobile-logo img {
width: auto;
box-sizing: border-box;
}
#st-mobile-logo img {
max-height: 48px;
} #st-mobile-logo.st-mobile-title {
display: flex;
}
#st-mobile-logo.st-mobile-title #st-text-logo {
padding-bottom: 0;
width: 100%;
box-sizing: border-box;
} #st-icon-logo img {
max-width: inherit;
} #s-navi.pcnone #st-icon-logo {
order: 0;
margin-bottom: 0;
}
#s-navi.pcnone #st-icon-logo img {
max-height: 38px;
}
@media only screen and (min-width: 600px) {
.mobile #st-icon-logo {
display: none;
}
.mobile #st-text-logo {
padding: 0;
}
}
@media only screen and (max-width: 959px) {
#st-icon-logo {
width: 100%;
box-sizing: border-box;
}
#st-footer-logo #st-icon-logo {
width: inherit;
box-sizing: border-box;
padding-left: 10px;
margin-bottom: 10px;
}
} #s-navi dt.trigger .acordion_button {
max-width: 20%;
order: 1;
flex-grow: 0;
} #s-navi dt.trigger .acordion_button_search {
order: 4;
}
#s-navi dt.trigger .op {
font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
"Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
color: #333;
font-size: 25px;
display: flex;
justify-content: center;
align-items: center;
height: 48px;
overflow: hidden;
width: 52px;
box-sizing: border-box;
}
#s-navi dt.trigger .op .st-fa,
#s-navi dt.trigger .op .fa {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#s-navi dt.trigger .op.has-text .st-fa::after {
margin-top: 2px;
font-family: Arial, sans-serif;
content: "MENU";
font-size: 8px;
letter-spacing: -0.25px;
}
.s-navi-active #s-navi dt.trigger .op.has-text .st-fa::after {
margin-top: 2px;
content: "CLOSE";
} .s-navi-active #s-navi dt.trigger .acordion_button .st-svg-bars::before {
content: "\f00d";
} .s-navi-active .st-svg-menu::before {
content: "\e90e";
}
.s-navi-active .st-svg-menu_thin::before {
content: "\e90c";
}
.s-navi-active .st-svg-menu_cut::before {
content: "\e90d";
} .s-navi-search-active
#s-navi
dt.trigger
.acordion_button_search
.op-search-close::before,
.s-navi-search-active
#s-navi
dt.trigger
.acordion_button_search
.op-search-close_thin::before,
.s-navi-search-active
#s-navi
dt.trigger
.acordion_button_search
.op-search-close_cut::before {
font-family: stsvg !important;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .s-navi-search-active
#s-navi
dt.trigger
.acordion_button_search
.op-search-close::before {
content: "\e90e";
} .s-navi-search-active
#s-navi
dt.trigger
.acordion_button_search
.op-search-close_thin::before {
content: "\e90c";
} .s-navi-search-active
#s-navi
dt.trigger
.acordion_button_search
.op-search-close_cut::before {
content: "\e90d";
}
.s-navi-search-overlay.s-navi-search-active
#s-navi
dt.trigger
.acordion_button_search {
z-index: 100002;
} #s-navi dt.trigger .op-st,
#s-navi dt.trigger .op-st2 {
display: flex;
align-items: center;
justify-content: center;
color: #ccc;
background: #333;
box-sizing: border-box;
height: 48px;
overflow: hidden;
padding: 10px;
}
#s-navi dt.trigger .op-st .st-fa + .op-text,
#s-navi dt.trigger .op-st .fa + .op-text,
#s-navi dt.trigger .op-st2 .st-fa + .op-text,
#s-navi dt.trigger .op-st2 .fa + .op-text {
padding-left: 7px;
}
.op-text,
.op-text a,
.op-text2,
.op-text2 a {
font-size: 0.7em;
line-height: 1.3em;
vertical-align: middle;
margin: 0;
padding: 0;
text-decoration: none;
} #s-navi dt.trigger .acordion_extra_1 {
max-width: 50%;
min-width: 3em;
order: 2;
flex-grow: 0;
text-align: left;
}
#s-navi dt.trigger .acordion_extra_1 a {
display: block;
text-decoration: none;
} #s-navi dt.trigger .acordion_extra_2 {
max-width: 50%;
min-width: 3em;
order: 3;
flex-grow: 0;
text-align: left;
}
#s-navi dt.trigger .acordion_extra_2 a {
display: block;
text-decoration: none;
}
#s-navi::after {
content: "";
display: block;
clear: both;
margin-bottom: 0;
}
#s-navi dd.acordion_tree,
#s-navi dd.acordion_search {
box-sizing: border-box;
text-align: left;
position: fixed;
top: 0;
transition: all 0.3s;
height: 100vh;
max-height: 100vh;
-webkit-overflow-scrolling: touch;
}
#s-navi dd.acordion_tree,
.s-navi-search-slide #s-navi dd.acordion_search {
width: 250px; z-index: 10000;
}
.s-navi-search-overlay #s-navi dd.acordion_search {
display: flex;
flex-direction: column;
padding: 48px 0;
width: 100%;
z-index: -1;
pointer-events: none; opacity: 0; transition: none; }
@media only screen and (max-width: 959px) and (min-width: 600px) {
.s-navi-search-overlay #s-navi dd.acordion_search {
padding: 58px 0;
}
}
#s-navi dd.acordion_tree {
left: -250px; }
.s-navi-search-slide #s-navi dd.acordion_search {
right: -250px; }
#s-navi dd.acordion_tree .acordion_tree_content,
#s-navi dd.acordion_search .acordion_search_content {
box-sizing: border-box;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
#s-navi dd.acordion_tree .acordion_tree_content {
padding-top: 10px;
}
#s-navi dd.acordion_search .acordion_search_content {
padding: 10px 10px 0;
font-size: 15px;
}
.s-navi-search-overlay #s-navi dd.acordion_search .acordion_search_content {
display: flex;
flex-direction: column;
padding: 10px 20px;
}
.s-navi-search-overlay
#s-navi
dd.acordion_search
.acordion_search_content::before,
.s-navi-search-overlay
#s-navi
dd.acordion_search
.acordion_search_content::after {
content: "";
}
.s-navi-search-overlay
#s-navi
dd.acordion_search
.acordion_search_content::before {
margin-top: auto;
}
.s-navi-search-overlay
#s-navi
dd.acordion_search
.acordion_search_content::after {
margin-bottom: auto;
}
.s-navi-search-overlay .st-widgets-box #search {
margin-bottom: 0;
}
.acordion_search_content #searchform {
border-color: #ccc;
}
.acordion_tree ul.menu li {
position: relative;
float: none;
font-size: 15px;
list-style: none;
}
.acordion_tree ul.menu li:hover {
cursor: pointer;
}
.acordion_tree ul.menu li a {
display: flex;
justify-content: space-between;
padding: 12px 15px;
text-decoration: none;
color: #333;
}
.acordion_tree ul.menu li .st-fa,
#s-navi .acordion_tree ul.menu li .menu-item-icon.st-fa,
.acordion_tree ul.menu li .fa,
#s-navi .acordion_tree ul.menu li .menu-item-icon.fa {
margin: -12px -15px -12px 0;
padding: 0 15px 0 8px;
min-width: 1.25em;
display: flex;
justify-content: center;
align-items: center;
flex-grow: 0;
}
.acordion_tree ul.menu li .st-fa::before,
#s-navi .acordion_tree ul.menu li .menu-item-icon.st-fa::before {
font-size: 0.8em;
}
#s-navi .acordion_tree ul.menu li .st-fa,
#s-navi .acordion_tree ul.menu li .fa {
margin: 0 0.25em;
padding: 0;
min-width: 0;
display: inline-block;
} .acordion_tree ul.menu li .sub-menu a {
padding-left: 30px;
}
.acordion_tree ul.menu li .sub-menu .sub-menu a {
padding-left: 45px;
}
.acordion_tree ul.menu li .sub-menu .sub-menu .sub-menu a {
padding-left: 60px;
}
.menu-close {
padding: 10px;
} .s-navi-active #s-navi dl.acordion {
left: 250px; }
.s-navi-active #s-navi dd.acordion_tree {
left: 0;
}
.s-navi-search-slide.s-navi-search-active #s-navi dl.acordion {
left: -250px; }
.s-navi-search-slide.s-navi-search-active #s-navi dd.acordion_search {
right: 0;
} .s-navi-right #s-navi dt.trigger {
justify-content: flex-end;
}
.s-navi-right #st-mobile-logo {
order: 1;
}
.s-navi-right #s-navi dt.trigger .acordion_button {
order: 4;
}
.s-navi-right #s-navi dt.trigger .acordion_extra_1 {
order: 2;
}
.s-navi-right #s-navi dt.trigger .acordion_extra_2 {
order: 3;
}
.s-navi-right #s-navi dt.trigger .acordion_button_search {
order: 0;
}
.s-navi-right #s-navi dd.acordion_tree {
left: auto;
right: -250px; }
.s-navi-active.s-navi-right #s-navi dl.acordion {
left: -250px; }
.s-navi-active.s-navi-right #s-navi dd.acordion_tree {
right: 0;
}
.s-navi-search-slide.s-navi-right #s-navi dd.acordion_search {
left: -250px; right: auto;
}
.s-navi-search-slide.s-navi-right.s-navi-search-active #s-navi dl.acordion {
left: 250px; }
.s-navi-search-slide.s-navi-right.s-navi-search-active
#s-navi
dd.acordion_search {
left: 0;
} .s-navi-search-overlay.s-navi-search-active #s-navi dd.acordion_search {
z-index: 100001;
transition: all 0.15s;
}
.s-navi-search-overlay.s-navi-search-activated #s-navi dd.acordion_search {
opacity: 1;
pointer-events: auto;
} .s-navi-has-search #s-navi dt.trigger {
justify-content: space-between;
} .acordion_search_content
.st-widgets-title:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2) {
font-size: 85%;
margin-bottom: 10px;
font-weight: bold;
} .acordion_search_content .widget_categories ul {
display: flex;
flex-wrap: wrap;
width: 100%;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
box-sizing: border-box;
}
.acordion_search_content .widget_categories ul > li.cat-item {
width: 50%;
box-sizing: border-box;
text-align: center;
list-style: none;
align-items: center;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.acordion_search_content .widget_categories ul li.cat-item a {
text-decoration: none;
padding: 10px;
font-size: 80%;
width: 100%;
height: 100%;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
}
.acordion_search_content .widget_categories ul li.cat-item:hover {
opacity: 0.7;
} #s-navi dl.acordion .acordion_tree .st-ac-box .st-widgets-title {
font-size: 85%;
margin-bottom: 10px;
font-weight: bold;
} .acordion_tree .st-ac-box .widget_categories ul.st-ac-cat {
display: flex;
flex-wrap: wrap;
width: 100%;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
box-sizing: border-box;
}
.acordion_tree .st-ac-box .widget_categories ul.st-ac-cat > li.cat-item {
width: 50%;
box-sizing: border-box;
text-align: center;
list-style: none;
align-items: center;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.acordion_tree .st-ac-box .widget_categories ul.st-ac-cat li.cat-item a {
text-decoration: none;
padding: 10px;
font-size: 80%;
width: 100%;
height: 100%;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
color: #333;
}
.acordion_tree .st-ac-box .widget_categories ul li.cat-item:hover {
opacity: 0.7;
}  @media print, screen and (min-width: 960px) {
.st-middle-menu {
display: none;
}
}
.st-middle-menu ul {
display: flex;
flex-wrap: wrap;
width: 100%;
box-sizing: border-box;
}
.st-middle-menu .menu > li {
box-sizing: border-box;
text-align: center;
list-style: none;
align-items: center;
}
.st-middle-menu .menu li a {
text-decoration: none;
padding: 10px;
width: 100%;
height: 100%;
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.st-middle-menu .st-fa,
.st-middle-menu .fa {
margin-right: 5px;
} #st-footermenubox {
position: fixed;
bottom: 0px;
left: 0;
transition: all 0.3s;
width: 100%;
height: auto;
box-sizing: border-box;
padding: 15px 10px;
background: #fff;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
z-index: 99999;
}
#st-footermenubox a {
text-decoration: none;
}
#st-footermenubox ul.menu {
display: table;
table-layout: fixed;
width: 100%;
}
#st-footermenubox ul.menu li {
display: table-cell;
vertical-align: middle;
text-align: center;
font-size: 13px;
}
#st-footermenubox ul.menu li .st-fa,
#st-footermenubox ul.menu li .fa {
font-size: 1.3em;
} .s-navi-active #st-footermenubox,
.s-navi-search-slide.s-navi-search-active #st-footermenubox {
left: 250px; } .s-navi-active.s-navi-right #st-footermenubox,
.s-navi-search-slide.s-navi-search-active.s-navi-right #st-footermenubox {
left: -250px; } nav.st5,
#st-menuwide div.menu,
#st-menuwide nav.menu {
display: none;
}
#st-menubox nav.menu ul {
list-style: none;
} .acordion_tree .menu-item-label,
nav:not(.st-footer-ul) .menu-item a {
display: inline-flex;
align-items: center;
}
.menu-item a svg {
margin-right: 7px;
min-width: 1.3em;
min-height: 1em;
} .st-cardlink-card img {
width: 100%;
margin: 0;
}
.st-cardlink-column-d {
margin: 0 auto 0;
padding: 10px 0 10px;
display: flex;
list-style: none;
flex-wrap: wrap;
}
.st-cardlink-card {
display: flex;
justify-content: center;
align-items: center;
position: relative;
margin: 5px;
width: 100%;
box-sizing: border-box;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
transition: 0.3s;
flex-shrink: 0;
flex-grow: 0;
overflow: hidden;
-webkit-font-smoothing: antialiased;
line-height: 1.3;
}
.st-cardlink-column-1 .st-cardlink-card {
width: calc(100% - 10px);
}
.st-cardlink-column-2 .st-cardlink-card {
width: calc(50% - 10px);
}
.st-cardlink-column-3 .st-cardlink-card {
width: calc(33.33% - 10px);
}
.st-cardlink-column-4 .st-cardlink-card {
width: calc(25% - 10px);
}
.st-cardlink-card:hover {
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
opacity: 0.8;
}
.st-cardlink-card a {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
.st-cardlink-card.has-bg {
display: flex;
justify-content: center;
align-items: center;
background-position: 50% 50%;
position: relative;
z-index: 0;
padding: 20px;
background-size: cover;
font-weight: bold;
color: #fff;
font-size: 120%;
text-shadow: 1px 1px 1px #424242;
text-align: center;
min-height: 50px;
}
.st-cardlink-card.has-bg .st-cardlink-card-link::after {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 999;
}
@media only screen and (min-width: 600px) {
.st-cardlink-card.has-bg {
min-height: 100px;
}
}
.st-cardlink-card.has-link {
padding: 0;
align-items: stretch;
}
.st-cardlink-card.has-bg.has-link .st-cardlink-card-link {
width: 100%;
padding: 20px;
box-sizing: border-box;
color: #fff;
text-decoration: none;
display: flex;
justify-content: center;
align-items: center;
}
#footer .st-cardlink-card.has-bg.has-link a.st-cardlink-card-link {
color: #fff;
}
@media print, screen and (max-width: 599px) {
.st-cardlink-card-link,
.st-cardlink-card-text {
font-size: 90%;
}
}
.st-cardlink-subtext {
display: block;
padding-top: 7px;
font-size: 0.7em;
text-shadow: none;
font-weight: normal;
} .st-cardlink-card.has-bg.is-blurable::before {
content: "";
position: absolute;
top: -5px;
bottom: -5px;
left: -5px;
right: -5px;
background: inherit;
-webkit-filter: blur(5px);
filter: blur(5px);
transition: -webkit-filter 0.3s ease;
transition: filter 0.3s ease;
transition: filter 0.3s ease, -webkit-filter 0.3s ease;
z-index: -1;
}
.st-cardlink-card.has-bg.is-blurable:hover::before {
-webkit-filter: blur(0);
filter: blur(0);
} .st-cardlink-card.has-bg.is-darkable::before {
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: " ";
z-index: 1;
}
.st-cardlink-card.has-bg.is-darkable {
text-shadow: none !important;
}
.st-cardlink-card.has-bg.is-darkable .st-cardlink-card-text {
z-index: 2;
}
@media only screen and (max-width: 959px) {
.st-cardlink-column-d {
padding-left: 10px;
padding-right: 10px;
}
.st-cardlink-column-3 .st-cardlink-card,
.st-cardlink-column-4 .st-cardlink-card {
width: calc(50% - 10px);
}
} .st-cardlink-card.has-bg.is-darkable:hover::before {
opacity: 0;
}
.st-cardlink-card.has-bg.is-blurable:hover,
.st-cardlink-card.has-bg.is-darkable:hover {
opacity: 1;
}
.st-cardlink-card.has-bg.is-blurable::before,
.st-cardlink-card.has-bg.is-darkable::before {
transition: 1s;
} .acordion_tree_content #st-header-cardlink,
#side #st-header-cardlink,
footer #st-header-cardlink {
flex-direction: column;
padding-left: 0;
padding-right: 0;
}
.acordion_tree_content .st-cardlink-card,
#side .st-cardlink-card,
footer .st-cardlink-card {
width: 100% !important;
margin-bottom: 10px;
}
.acordion_tree_content .side-widgets .st-cardlink-card:last-child,
#side .side-widgets .st-cardlink-card:last-child,
footer .side-widgets .st-cardlink-card:last-child {
margin-bottom: 0;
} #search,
.cs-text {
padding-bottom: 0;
position: relative;
width: 100%;
box-sizing: border-box;
}
.post #search {
margin-bottom: 20px;
}
#searchform input {
margin: 0;
}
.cs-text input.cs-text-input,
#searchform input {
-webkit-appearance: none;
}
.cs-text input.cs-text-input,
#searchform input:focus {
outline: none;
}
#s,
.s {
min-width: 0;
font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
"Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
color: #333;
font-size: 14px;
border-style: none;
padding: 10px 25px;
box-sizing: border-box;
border-radius: 0;
background-color: #fff;
}
#s::-webkit-input-placeholder {
opacity: 0.5;
}
#s:-moz-placeholder {
opacity: 0.5;
}
#s::-moz-placeholder {
opacity: 0.5;
}
#s:-ms-input-placeholder {
opacity: 0.5;
}
#s:focus::-webkit-input-placeholder {
color: transparent !important;
}
#s:focus::-moz-placeholder {
color: transparent !important;
}
#s:focus::-ms-input-placeholder {
color: transparent !important;
}
#s:focus::placeholder {
color: transparent !important;
}
#searchform {
border: #e0e0e0 1px solid;
border-radius: 0;
display: flex;
overflow: hidden;
}
input#searchsubmit {
margin: 0;
background: #fff;
color: #424242;
cursor: pointer;
padding: 0 15px;
border: none;
} .st-custom-search-box {
word-break: break-all;
word-break: break-word;
hyphens: auto;
}
.st-custom-search-box-tpl-default .cs-text,
.st-custom-search-box-tpl-result .cs-text {
border: #f3f3f3 1px solid;
background: #fff;
overflow: hidden;
}
main .cs-text-input {
border: 0 !important;
padding: 10px 65px 10px 10px !important;
width: 100% !important;
box-sizing: border-box !important;
margin: 0 !important;
}
.cs-term,
.cs-operators {
margin: 1em 0 0;
}
main .widget_st-custom-search .st-widgets-title,
.cs-term-title {
margin: 1em 0 0.25em;
font-weight: bold;
}
.cs-term-list,
.cs-operator-list {
display: flex;
flex-wrap: wrap;
margin: 0.5em 0;
}
.cs-operator-list {
justify-content: center;
}
.cs-term-item,
.cs-operator-item {
display: flex;
margin: 0.25em 0.5em;
align-items: center;
}
.cs-term-item {
width: calc(50% - 1em);
}
.st-custom-search-box-vertical .cs-cat-item {
width: 100%;
}
.cs-term-label,
.cs-operator-label {
display: flex;
align-items: center;
}
.cs-term-label:hover,
.cs-operator-label:hover {
cursor: pointer;
}
.cs-term-checkbox,
.cs-operator-radio {
margin: 0 0.5em 0 0 !important;
}
.cs-search-button {
display: block;
border: none;
width: 50%;
max-width: 100%;
box-sizing: border-box;
padding: 10px;
border-radius: 5px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
cursor: pointer;
margin: 20px auto;
}
.cs-search-button:hover {
box-shadow: none;
transform: translateY(1px);
}
.cs-order,
.cs-order-list {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.cs-order-item,
.cs-order-button {
margin: 1em 0.5em 0;
}
.cs-order-label {
display: flex;
align-items: center;
}
.cs-order-label:hover {
cursor: pointer;
}
.cs-order-radio {
margin: 0 0.5em 0 0 !important;
}
.cs-order-button {
padding: 0.25em 0.75em;
}
#side .cs-search-button {
margin: 1em auto;
width: 100%;
}
@media only screen and (min-width: 600px) {
.cs-term-item,
.st-custom-search-box-horizontal .cs-cat-item { width: calc(25% - 1em);
}
}
.acordion_search .cs-term-item,
.acordion_search .st-custom-search-box-horizontal .cs-cat-item {
width: calc(50% - 1em);
}
@media only screen and (min-width: 960px) {
#side .cs-term-item {
width: calc(50% - 1em);
}
#side .st-custom-search-box-vertical .cs-cat-item {
width: 100%;
}
} .st-custom-search-box label input[type="checkbox"] {
display: none;
}
.st-custom-search-box label input[type="checkbox"] + span {
position: relative;
display: inline-block;
cursor: pointer;
padding-left: 22px;
}
.st-custom-search-box label input[type="checkbox"] + span::before,
.st-custom-search-box label input[type="checkbox"] + span::after {
position: absolute;
content: "";
}
.st-custom-search-box label input[type="checkbox"] + span::before {
top: 50%;
left: 0;
width: 14px;
height: 14px;
margin-top: -8px;
background-color: transparent;
border: 1px solid #ccc;
border-radius: 1px;
box-sizing: border-box;
}
.st-custom-search-box label input[type="checkbox"] + span::after {
opacity: 0;
top: 50%;
left: 3px;
width: 8px;
height: 4px;
margin-top: -4px;
border-left: 2px solid #757575; border-bottom: 2px solid #757575; -webkit-transform: rotate(-45deg) scale(0.5);
transform: rotate(-45deg) scale(0.5);
box-sizing: border-box;
}
.st-custom-search-box label input[type="checkbox"] + span:hover::before {
background-color: transparent;
}
.st-custom-search-box label input[type="checkbox"]:checked + span::before {
background-color: transparent;
border: 1px solid #9e9e9e;
}
.st-custom-search-box label input[type="checkbox"]:checked + span::after {
opacity: 1;
-webkit-transform: rotate(-45deg) scale(1);
transform: rotate(-45deg) scale(1);
} #s-navi .cs-term-title {
font-size: 15px;
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
#s-navi .cs-term-title {
font-size: 20px;
}
} .search-results .post .st-widgets-box {
padding-top: 20px;
} .st-countdown-expired,
.st-countdown-timer {
display: none;
}
.st-countdown.is-active .st-countdown-timer {
display: inline;
}
.st-countdown.is-expired .st-countdown-expired {
display: inline;
}
.ms-delete .st-countdown-item-ms { display: none;
} .acordion_tree .search-box {
padding: 10px;
} .footermenust {
text-align: center;
padding: 0 0 20px;
}
.footermenust li {
display: inline;
font-size: 14px;
padding: 0 10px;
}
footer .footermenust li {
border-right: 1px solid #ccc;
font-size: 12px;
line-height: 18px;
}
footer .footermenust li:last-child {
border-right: none;
}
#footer .footermenust a {
padding: 0px;
margin: 0px;
font-size: 12px;
color: #757575;
}
footer ul,
footer ol {
padding-left: 30px;
}
#footer p.copyr {
margin-bottom: 0;
line-height: 1.2;
font-size: inherit;
}  .st-pagelink {
padding: 20px 0px;
margin-bottom: 20px;
width: 100%;
}
.st-pagelink-in {
display: flex;
justify-content: center;
align-items: center;
}
.st-pagelink a {
text-decoration: none;
font-size: 13px;
color: #9e9e9e;
}
.st-pagelink .page-numbers {
border: 1px solid #ccc;
padding: 8px 10px;
margin: 0 2px 5px;
font-size: 15px;
min-width: 20px;
display: inline-block;
text-align: center;
}
@media only screen and (min-width: 600px) {
.st-pagelink .page-numbers {
margin: 0 4px 5px;
}
}
.st-pagelink .page-numbers.current,
.st-pagelink .page-numbers.disabled {
opacity: 0.5;
} .page-numbers.current {
background-color: #f3f3f3;
}
.dots.page-numbers {
padding: 0;
border: none;
color: #ccc;
}
@media print, screen and (max-width: 959px) {
.st-pagelink .page-numbers:not(.dots.page-numbers) {
padding: 15px;
}
.prev.page-numbers {
display: none;
}
.st-pagelink-in {
position: relative;
padding-top: 75px;
}
.next.page-numbers {
position: absolute;
top: 0;
left: 0;
display: block;
padding: 15px;
width: 100%;
box-sizing: border-box;
}
} .st-pagelink-pages {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.st-pagelink-pages .page-numbers {
margin-right: 5px;
}
.pagination {
clear: both;
position: relative;
font-size: 14px;
line-height: 24px;
margin-bottom: 20px;
padding-top: 20px;
padding-right: 0;
padding-bottom: 20px;
padding-left: 0;
}
.pagination span,
.pagination a {
display: block;
float: left;
margin: 2px 2px 2px 0;
padding: 6px 9px 5px 9px;
text-decoration: none;
width: auto;
color: #fff;
background-color: #999;
}
.pagination a:hover {
color: #fff;
background-color: #666666;
}
.pagination .current {
padding: 6px 9px 5px 9px;
color: #fff;
background-color: #cccccc;
} #breadcrumb,
#breadcrumb ol,
#breadcrumb li,
#breadcrumb h1 {
margin: 0;
padding: 0;
font-weight: normal;
}
#breadcrumb.st-post-data-breadcrumb {
margin-bottom: 20px;
}
#breadcrumb ol li {
color: #777;
font-size: 13px;
list-style: none;
display: inline-block;
line-height: 1.5;
}
#breadcrumb ol li a,
#breadcrumb ol li h1 a {
text-decoration: none;
color: #777;
} #breadcrumb.st-post-data-breadcrumb ol {
display: inline;
}
#breadcrumb.st-post-data-breadcrumb ol li {
font-size: 12px;
}
#breadcrumb h1.entry-title {
display: inline;
background-color: transparent !important;
font-weight: normal;
font-size: 12px;
color: #ccc;
line-height: 1.5;
} .sns {
box-sizing: border-box;
width: 100%;
margin: 0 auto;
padding: 10px 0 20px;
}
.st-sns-top .st-sns-singular {
padding: 0;
}
.st-sns-top {
margin-bottom: 20px;
}
.snstext {
padding: 2px 15px;
border-left: 1px solid #eee;
}
.snstext,
.snscount {
font-size: 13px;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
line-height: 1.2em;
}
.post .sns ul {
list-style: none;
padding: 0px !important;
margin: 0px 0px 20px;
}
.sns li {
float: left;
list-style: none;
width: 50%;
}
.sns li a {
box-sizing: border-box;
font-size: 15px;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
padding: 6px 10px 4px 15px;
color: #fff;
border-radius: 3px;
text-decoration: none;
height: 38px;
margin: 5px;
cursor: pointer;
vertical-align: middle;
line-height: 25px;
}
.sns li a .st-fa,
.sns li a .fa {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
min-width: 1.25em;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
padding-right: 13px;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.sns li a:hover {
transform: translate(0px, 1px);
} .sns .note a {
background: #fff;
color: #000;
border: 1px solid #ccc;
} .sns .twitter a {
background: #1a1a1a;
box-shadow: 0 3px 0 #000000;
}
.sns .twitter a:hover {
box-shadow: 0 2px 0 #4892cb;
} .sns .facebook a {
background: #3b5998;
box-shadow: 0 3px 0 #2c4373;
}
.sns .facebook a:hover {
box-shadow: 0 2px 0 #2c4373;
} .sns .sns-pinterest a {
background: #e7001a;
box-shadow: 0 3px 0 #d30018;
}
.sns .sns-pinterest a:hover {
box-shadow: 0 2px 0 #d30018;
} .sns .share-copy a {
background: #f3f3f3;
box-shadow: 0 3px 0 #ccc;
color: #757575;
}
.sns .share-copy a:hover {
box-shadow: 0 2px 0 #757575;
}
.sns .share-copy .st-svg-clipboard {
color: #999;
} .sns .hatebu a {
background: #00a5de;
box-shadow: 0 3px 0 #0081b8;
}
.sns .hatebu a:hover {
box-shadow: 0 2px 0 #0081b8;
} .sns .line a {
background: #00b900;
box-shadow: 0 3px 0 #009200;
}
.sns .line a:hover {
box-shadow: 0 2px 0 #009200;
}
.sns .st-svg-line::before {
position: relative;
} .sns .sns-comment a {
background: #ffb300;
box-shadow: 0 3px 0 #eba500;
}
.sns .sns-comment a:hover {
box-shadow: 0 2px 0 #eba500;
} .st-sns-btn-shordcode .sns {
width: 100%;
text-align: center;
} #footer-ad-box .st-sns-btn-shordcode .sns.st-sns-singular {
padding: 10px 0 20px;
}
#side aside .st-sns-btn-shordcode .sns ul li,
.st-sns-btn-shordcode .sns li {
float: none;
margin-right: 5px;
}
.st-sns-btn-shordcode .sns li a {
margin: 0;
}
.post .st-sns-btn-shordcode .sns ul,
.st-sns-btn-shordcode .sns ul {
margin: 0 auto;
width: 290px;
display: flex;
justify-content: center;
}
.st-sns-btn-shordcode .snstext {
display: none;
}
.st-sns-btn-shordcode .snscount {
display: none;
}
.st-sns-btn-shordcode .sns li {
float: left;
list-style: none;
width: 40px;
position: relative;
}
.st-sns-btn-shordcode .sns li:last-child {
margin-right: 0px;
}
.st-sns-btn-shordcode .sns li i {
font-size: 19px !important;
}
.st-sns-btn-shordcode .sns li a {
border-radius: 50%;
box-sizing: border-box;
color: #fff;
font-size: 19px;
height: 40px;
width: 40px;
padding: 0;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.st-sns-btn-shordcode .sns li a .st-fa,
.st-sns-btn-shordcode .sns li a .fa {
padding: 0;
border: 0;
height: auto;
} .st-svg-twitter::before {
font-size: 0.9em;
}
.sns .twitter a {
background: #1a1a1a;
box-shadow: 0 3px 0 #000000;
}
.sns .twitter a:hover {
box-shadow: 0 2px 0 #000000;
} .st-sns-btn-shordcode .sns .facebook a {
box-shadow: none;
}
.st-sns-btn-shordcode .sns .facebook a:hover {
background: #2c4373;
box-shadow: none;
}
.st-sns-btn-shordcode .sns .st-svg-facebook::before {
position: relative;
top: 1px;
} .st-sns-btn-shordcode .sns .sns-pinterest a {
box-shadow: none;
}
.st-sns-btn-shordcode .sns .sns-pinterest a:hover {
background: #d30018;
box-shadow: none;
}
.st-sns-btn-shordcode .sns .st-svg-pinterest-p::before {
position: relative;
left: 1px;
} .st-sns-btn-shordcode .sns .sns-comment a {
box-shadow: none;
}
.st-sns-btn-shordcode .sns .sns-comment a:hover {
background: #eba500;
box-shadow: none;
}
.st-sns-btn-shordcode .sns .st-svg-commenting::before {
position: relative;
left: 1px;
} .st-sns-btn-shordcode .sns .share-copy a {
box-shadow: none;
}
.st-sns-btn-shordcode .sns .share-copy a:hover {
background: #ccc;
box-shadow: none;
}
.st-sns-btn-shordcode .sns .share-copy::before {
position: relative;
left: 1px;
}
.st-sns-btn-shordcode .sns .share-copy .st-svg-clipboard {
border-right: none;
} .st-sns-btn-shordcode .sns .hatebu a {
box-shadow: none;
}
.st-sns-btn-shordcode .sns .hatebu a:hover {
box-shadow: none;
background: #00a5de;
}
.st-sns-btn-shordcode .sns .st-svg-hateb::before {
border-right: none;
padding-right: 0;
font-size: 19px !important;
}
.st-sns-btn-shordcode .sns .st-svg-hateb::before {
position: relative;
left: 1px;
} .st-sns-btn-shordcode .sns .line a {
box-shadow: none;
}
.st-sns-btn-shordcode .sns .line a:hover {
background: #219900;
box-shadow: none;
}
.st-sns-btn-shordcode .sns .st-svg-comment::before {
position: relative;
left: 1px;
top: -1px;
} .wp-block-rss *,
.widget_rss * {
line-height: 1.5;
}
.widget_rss .rsswidget img {
display: none;
}
.widget_rss .st-widgets-title .rsswidget:first-child::before {
content: "\f09e";
font-family: stsvg;
margin-right: 7px;
color: #ffc107;
}
.widget_rss a {
text-decoration: none;
color: #333;
}
.wp-block-rss a,
.widget_rss ul a {
text-decoration: none;
color: #333;
display: block;
font-size: 0.9em;
}
.wp-block-rss a:hover,
.widget_rss ul a:hover {
text-decoration: underline;
}
.widget_rss a:first-child {
padding-bottom: 5px;
}
.wp-block-rss,
.post
.wp-block-rss:not(.toc_list):not(.st_toc_list):not(.children):not(
.slick-dots
):not(.st-pvm-nav-list),
.widget_rss ul,
.post
.widget_rss
ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(
.st-pvm-nav-list
) {
list-style: none;
padding-left: 0;
}
.wp-block-rss li,
#side aside .widget_rss li,
.widget_rss li {
border-bottom: dashed 1px #eee;
padding: 5px 0;
}
@media only screen and (min-width: 600px) {
.post .wp-block-rss li,
.post .widget_rss li,
.wp-block-rss li,
.post .wp-block-rss li:last-child,
.post .widget_rss li:last-child,
.widget_rss li {
padding: 10px 0;
}
}
.wp-block-rss.is-grid li {
margin: 5px 5px 0 5px;
}
.wp-block-rss .wp-block-rss__item-author,
.wp-block-rss time,
.widget_rss .rss-date {
display: block;
font-size: 0.8em;
color: #777;
padding-bottom: 5px;
}
.wp-block-rss .wp-block-rss__item-excerpt,
.widget_rss cite,
.widget_rss .rssSummary {
font-size: 0.8em;
color: #777;
} .krb-amzlt-box {
padding: 15px;
border: 1px solid #eee;
margin-bottom: 20px !important;
font-size: 0.95em;
}
.krb-amzlt-box a:hover {
opacity: 0.6;
}
.krb-amzlt-name > a {
font-weight: bold;
margin-bottom: 10px;
line-height: 1.5em;
color: #1a1a1a;
text-decoration: none;
}
.krb-amzlt-powered-date,
.krb-amzlt-powered-date > a {
color: #999;
}
.krb-amzlt-image img {
width: 100px !important;
margin-right: 12px;
} #wp-calendar {
border-collapse: collapse;
border-top-width: 1px;
border-right-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-top-color: #d4d4d4;
border-right-color: #d4d4d4;
width: 100%;
}
#wp-calendar thead tr th {
border-bottom-width: 1px;
border-left-width: 1px;
border-bottom-style: solid;
border-left-style: solid;
border-bottom-color: #d4d4d4;
border-left-color: #d4d4d4;
font-size: 14px;
padding: 10px 3px;
text-align: center;
}
#wp-calendar:not(.has-background) thead tr th {
background-color: #f3f3f3;
}
#wp-calendar td {
text-align: center;
padding: 10px 0;
}
#wp-calendar:not(.has-background) td {
background-color: #fff;
}
#wp-calendar caption {
font-weight: bold;
text-align: left;
padding-top: 10px;
padding-bottom: 5px;
font-size: 14px;
}
#wp-calendar tbody tr #today {
background-color: #b0e0e6;
} #page-top:not(.st-pagetop-text) {
position: fixed;
z-index: 99999;
bottom: 40px;
right: 15px;
transition: all 0.5s;
}
#page-top:not(.page-top-img):not(.st-pagetop-text) a {
text-decoration: none;
background: #ccc;
color: #fff;
text-align: center;
-moz-opacity: 0.8;
opacity: 0.8;
cursor: pointer;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
}
#page-top:hover {
opacity: 0.6;
}
#page-top.page-top-img { bottom: 0;
}
.page-top-img img {
max-height: 300px;
max-width: 100%;
}
#page-top .st-svg-angle-up::before {
font-size: 20px;
} .comment-form-comment label {
display: none !important;
}
#comments .comment-reply-title {
font-size: 1.2rem;
font-weight: bold;
margin-bottom: 10px;
}
#comments .comment-form-comment {
padding-top: 10px;
}
#comments .comment .comment-form-title,
#comments .comment .comment-form-rating {
display: none;
}
#comments .comments-ja {
text-align: center;
color: #777;
margin-top: -10px;
} #comments .comment-form-rating-label {
display: block;
}
#comments .comment-form-rating-control {
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 10px 0 5px;
}
#comments .comment-form-rating-rate {
margin: 5px 10px;
display: flex;
align-items: center;
}
#comments .comment-form-rating-input {
width: auto;
}
#comments .comment-form-rating-text {
margin: 0 0 0 5px;
}
.post .commets-list {
padding: 10px 0 0;
}
#comments li.comment {
padding: 5px 10px 5px 80px;
position: relative;
}
.comment-author {
padding: 0 10px;
position: absolute;
left: 0;
top: 10px;
}
.comment-author img {
margin-bottom: 5px;
}
#comments ol > li.comment:nth-child(even) {
background: #fafafa;
}
.comment-author {
float: left;
width: 75px;
box-sizing: border-box;
margin: 0 auto;
text-align: center;
display: block;
}
.vcard .fn,
.comment-author a,
.comment-author {
font-size: 12px;
line-height: 1.3;
font-style: normal;
color: #757575;
}
div.comment-meta a {
color: #757575;
text-decoration: none;
}
#comments p a {
color: #333;
}
.post #comments h3 {
background-color: transparent;
}
#comments p {
font-size: 14px;
font-weight: normal;
line-height: 24px;
margin: 0px;
color: #333;
padding: 5px 0;
}
#comments label {
display: block;
}
.metadata dd a {
color: #333;
}
.metadata {
font-size: 13px;
line-height: 20px;
}
#comments {
font-size: 14px;
line-height: 24px;
color: #333;
margin-bottom: 20px;
}
.comment-body {
padding: 10px 10px 10px 0;
margin-bottom: 20px;
clear: both;
}
.says { display: none;
}
.commentmetadata {
box-sizing: border-box;
font-size: 12px;
line-height: 1.3;
width: 100%;
}
.reply {
padding: 5px;
font-size: 13px;
text-align: right;
}
#comments #respond {
font-weight: bold;
margin-bottom: 10px;
padding-top: 0;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 10px;
color: #666;
}
#comments #commentform .tags {
padding: 10px;
background-color: #f3f3f3;
font-size: 13px;
}
#comments #commentlist img {
padding: 10px;
}
#comments .commets-list {
padding-left: 0;
margin-left: 0;
list-style-type: none;
padding-top: 20px;
}
ul.sub-menu {
padding: 0px;
}
.commets-list li {
list-style-type: none;
} .post .commets-list .children {
padding-left: 20px;
margin-bottom: 0;
margin-left: 0;
}
.post .commets-list .children .children {
padding-left: 0px;
}
#comments .children li.comment {
padding-left: 0;
padding-right: 0;
}
#comments .children .comment-author {
left: -80px;
} .form-allowed-tags {
display: none;
}
#comments h3 {
background-image: none;
border: none;
margin-bottom: 0px;
padding: 0;
}
#comments h4 {
background-color: transparent;
padding: 0;
border: none;
margin-bottom: 0px;
}
#comments textarea {
box-sizing: border-box;
margin-bottom: 0;
width: 100%;
border: 1px #f2f2f2 solid;
}
#comments input {
box-sizing: border-box;
padding: 10px;
width: 100%;
border-radius: 2px;
border: 1px #f2f2f2 solid;
} #comments input#wp-comment-cookies-consent {
width: initial;
margin-right: 5px;
float: left;
}
#comments p.comment-form-cookies-consent {
clear: both;
} #comments input[type="submit"] {
background-color: #f3f3f3;
padding: 10px;
-webkit-appearance: none;
border-radius: 3px;
border: 1px #f2f2f2 solid;
} li.pingback .comment-author a,
li.pingback .comment-author {
position: relative;
width: 100%;
text-align: left;
font-size: 14px;
padding: 0 0 10px;
box-sizing: border-box;
margin-bottom: 10px;
} #comments .comment-title {
padding-top: 0;
font-weight: bold;
}
.comment-rating {
margin: 0 5px 0 0;
} #comments .comment-author-url {
padding-top: 0;
word-break: break-all;
word-break: break-word;
hyphens: none;
line-height: 1.3;
} .p-navi {
display: flex;
justify-content: space-between;
border-top: 1px solid #eee;
margin-top: 30px;
}
.p-navi a {
text-decoration: none;
display: block;
width: 50%;
min-width: 50%;
box-sizing: border-box;
color: #888;
transition: background-color 1s;
}
.p-navi .st-prev-title {
word-break: break-all;
}
@media print, screen and (max-width: 599px) {
.p-navi p {
font-size: 0.95em;
line-height: 1.5;
}
}
.p-navi a.st-next-link {
width: 100%;
}
.p-navi a:hover {
background: #fafafa;
}
.p-navi .st-next i,
.p-navi .st-prev i {
padding-left: 15px;
color: #ccc;
}
.p-navi .st-prev {
display: flex;
align-items: center;
margin: 0;
padding: 30px 20px 30px 0;
box-sizing: border-box;
height: 100%;
}
.p-navi a:nth-of-type(2) p {
border-left: 1px solid #eee;
}
.p-navi .st-prev i {
transform: rotate(-180deg);
}
.p-navi .st-next {
display: flex;
align-items: center;
justify-content: flex-end;
margin: 0;
padding: 30px 0 30px 20px;
box-sizing: border-box;
height: 100%;
}
.p-navi .st-next img {
margin-left: 20px;
}
.p-navi .st-prev img {
margin-right: 20px;
}
@media print, screen and (max-width: 599px) {
.p-navi {
flex-direction: column;
}
.p-navi a {
width: 100%;
box-sizing: border-box;
}
.p-navi a:nth-of-type(2) p {
border-left: none;
}
.p-navi .st-next {
border-top: 1px solid #eee;
}
} .youtube_thum_link_60 img {
width: 100%;
height: 100% !important;
object-fit: cover;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.youtube_thum_link_60 {
display: inline-block;
position: relative;
width: 60px;
height: 60px;
min-width: 60px;
overflow: hidden;
}
.p-navi .st-next .youtube_thum_link_60 img {
margin-left: 0;
}
.p-navi .st-next .youtube_thum_link_60 {
margin-left: 20px;
}
.p-navi .st-prev .youtube_thum_link_60 img {
margin-right: 0;
}
.p-navi .st-prev .youtube_thum_link_60 {
margin-right: 20px;
} #topnews-box div {
padding: 0 10px 10px;
}
#topnews-box {
padding: 0 0 10px;
margin-bottom: 10px;
}
.st-topin #topnews-box {
padding: 10px 0 10px;
}
.news-ca {
font-size: 13px;
}
#topnews-box div.rss-bar {
font-size: 14px;
border: 1px solid #ccc;
margin-bottom: 20px;
padding: 5px 15px;
margin-top: -10px;
}
.rss-bar a {
color: #333;
text-decoration: none;
}
#topnews-box dt {
font-size: 14px;
color: #727272;
padding-bottom: 5px;
}
#topnews-box dd {
padding-bottom: 5px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #ccc;
font-size: 14px;
margin-bottom: 10px;
}
#topnews-box div dl dd a {
color: #333;
text-decoration: none;
}
#topnews-box div dl dd a:hover {
color: #b22222;
} #header-slides[dir="rtl"] {
direction: rtl;
}
.header-slides-slide {
display: none;
}
.header-slides-slide:first-child {
display: block;
}
.header-slides-slide img {
width: auto;
height: auto;
} main .st-gallery {
margin-bottom: 20px;
}
#side .st-gallery,
footer .st-gallery {
margin-bottom: 10px;
}
.st-gallery a,
.st-gallery img {
transition: unset !important;
} #st-magazine .kanren .st-catgroup {
z-index: 10000;
}
#magazine .st-catgroup {
position: relative;
z-index: 10000;
}
#magazine .kanren .st-top-box a.st-box-a {
z-index: 2 !important;
}
#st-magazine .kanren .st-top-box dl {
transition: all 0.5s;
} #wrapper {
margin: 0 auto;
position: relative;
}
body.fixed-footer #wrapper {
height: 100%;
min-height: 100%;
}
header {
text-align: center;
}
#headbox {
padding: 0 10px 0;
margin: 0;
box-sizing: border-box;
}
#side aside {
padding: 0 15px 20px;
}
footer {
clear: both;
padding: 0;
}
#footer-wrapper {
padding: 20px 15px;
text-align: center;
} #header-l {
padding-top: 0;
}
@media only screen and (max-width: 959px) {
#header-l {
padding-top: 20px;
}
}
main {
padding: 20px 15px;
margin: 0 0 20px;
background: #fff;
}
@media only screen and (max-width: 959px) {
main {
margin-bottom: -1px;
}
}
.post.post-search,
.post.st-header-content {
padding-bottom: 0;
}
section {
margin-bottom: 3em;
}
.st-eyecatch {
margin: -20px -15px 15px;
position: relative;
}
.is-style-st-eyecatch-width,
.st-eyecatch-width {
margin: 0 -15px 20px;
}
.st-eyecatch.st-eyecatch-under {
margin-top: 0;
}
.st-eyecatch-under {
margin-bottom: 20px;
position: relative;
}
.st-eyecatch img {
width: 100%;
}
.eyecatch-copyurl {
font-size: 12px;
line-height: 12px;
position: absolute;
bottom: 17px;
right: 10px;
background-color: rgba(255, 255, 255, 0.4);
padding: 5px 10px;
border-radius: 2px;
margin: 0;
vertical-align: middle;
}
.eyecatch-copyurl .st-svg-camera-retro {
margin-right: 5px;
}
.eyecatch-copyurl a,
p.eyecatch-copyurl {
color: #212121;
}
.eyecatch-copyurl a:hover {
color: #b22222;
}
.eyecatch-copyurl:hover {
background-color: rgba(255, 255, 255, 0.5);
} .st-youtube-copyurl {
background: #ff0000;
color: #fff;
}
.st-youtube-copyurl a {
color: #fff;
text-decoration: none;
}
.st-youtube-copyurl i {
margin-right: 5px;
color: #fff;
} .youtube_thum_link_full {
width: 100%;
box-sizing: border-box;
}
.st-photohu .st-youtube-copyurl {
background: #fff;
color: #ff0000;
}
.st-photohu .st-youtube-copyurl a {
color: #ff0000;
text-decoration: none;
}
.st-photohu .st-youtube-copyurl i {
margin-right: 5px;
color: #ff0000;
} .st-eyecatch-under.st-photohu p.wp-caption-text {
text-align: center;
}
.st-eyecatch-under.st-photohu img {
margin-bottom: 5px;
}
.st-eyecatch-under.st-photohu p.wp-caption-text .st-fa,
.st-eyecatch-under.st-photohu p.wp-caption-text .fa {
margin-right: 5px;
} .colum1.st-lp-wide .st-lp-wide-wrapper:first-child {
padding-top: 0;
}
.colum1.st-lp-wide .st-lp-wide-wrapper {
margin: 0 -15px 0;
padding: 30px 15px 10px;
} .adbox {
padding: 20px 0px;
margin: 0 -15px;
text-align: center;
}
.middle-ad {
margin: 0 -15px 10px;
text-align: center;
} .st-h-ad {
margin: 0 0 20px;
} .adbox div {
margin: 0px auto;
} .kanren .st-infeed-adunit {
border-bottom: 1px solid #f3f3f3;
margin-bottom: 20px;
padding-bottom: 10px;
} .front-page .colum1 .st-eyecatch {
margin-bottom: 0;
}
.colum1 .st-eyecatch {
margin: 0 -15px 15px;
}
.colum1 #content-w main:has(.st-eyecatch ){
padding-top:0;
} .st-lp-wide .st-eyecatch-under {
margin: 0 -15px 0;
}
.st-lp-wide .st-eyecatch-under img {
width: 100%;
}
.colum1 .is-style-st-eyecatch-width,
.colum1 .st-eyecatch-width {
margin: 0 -15px 20px;
}
.colum1 .st-eyecatch.st-eyecatch-under {
margin-top: 0;
}
.colum1 .st-eyecatch img {
border-radius: 0;
} .lp .post img,
.lp .post video,
.lp .post object {
max-width: 100%;
height: auto;
display: block;
}
.lp main {
border-radius: 0;
}
.lp .st-author-box,
.lp #gazou,
.lp #itiran,
body:not(.search)
.lp
.kanren:not(.shortcode-kanren):not(.st-cardbox):not(.st-cardbox-ex),
.lp #breadcrumb,
.lp .blogbox,
.lp .tagst,
.lp .point,
.lp .p-navi,
.lp .pagination,
.lp .n-entry-t,
.lp .st-pagelink {
display: none;
} #hakusinote {
background: #fff;
}
#hakusinote hr {
page-break-after: always;
color: #ff0000 !important;
height: 0;
margin: 0;
padding: 0;
border: 0;
}
#hakusinote .copyr {
display: none;
} .page-template-page-redirect {
background: #fff !important;
}
body#st-redirect main {
box-shadow: none;
padding: 0;
text-align: center;
}
body#st-redirect {
display: flex;
justify-content: center;
align-items: center;
}
body#st-redirect #wrapper,
body#st-redirect #content {
width: inherit;
max-width: inherit;
min-width: 260px;
}
body#st-redirect .loading {
width: 100px;
height: 100px;
border-radius: 150px;
border: 10px solid #fafafa;
border-top-color: rgba(0, 0, 0, 0.2);
box-sizing: border-box;
position: relative;
top: 50%;
left: 50%;
margin-top: -50px;
margin-left: -50px;
animation: st-redirect-loading 1.2s linear infinite;
-webkit-animation: st-redirect-loading 1.2s linear infinite;
margin-bottom: 30px;
}
@keyframes st-redirect-loading {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@-webkit-keyframes st-redirect-loading {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
} @media all and (-ms-high-contrast: none) {
.rss-bar {
padding-top: 5px;
}
#s {
color: #ccc;
padding-top: 7px;
}
} @media screen and (orientation: landscape) {  #headbox {
padding-right: constant(safe-area-inset-right);
padding-left: constant(safe-area-inset-left);
padding-right: env(safe-area-inset-right);
padding-left: env(safe-area-inset-left);
}
#side,
#s-navi dt {
padding-right: calc(constant(safe-area-inset-right) + 10px);
padding-left: calc(constant(safe-area-inset-left) + 10px);
padding-right: calc(env(safe-area-inset-right) + 10px);
padding-left: calc(env(safe-area-inset-left) + 10px);
}
.adsbygoogle {
margin-right: calc(constant(safe-area-inset-right));
margin-left: calc(constant(safe-area-inset-left));
margin-right: calc(env(safe-area-inset-right));
margin-left: calc(env(safe-area-inset-left));
}
#footer-wrapper {
padding-right: calc(constant(safe-area-inset-right) + 10px);
padding-left: calc(constant(safe-area-inset-left) + 10px);
padding-right: calc(env(safe-area-inset-right) + 10px);
padding-left: calc(env(safe-area-inset-left) + 10px);
}
#st-footermenubox {
padding-right: calc(constant(safe-area-inset-right));
padding-left: calc(constant(safe-area-inset-left));
padding-bottom: calc(constant(safe-area-inset-bottom) + 7px);
padding-right: calc(env(safe-area-inset-right));
padding-left: calc(env(safe-area-inset-left));
padding-bottom: calc(env(safe-area-inset-bottom) + 7px);
}
.st-ac-box,
.s-navi-active .acordion_tree ul.menu li a { padding-left: calc(constant(safe-area-inset-left) + 10px);
padding-left: calc(env(safe-area-inset-left) + 10px);
}
.st-ac-box,
.s-navi-right .acordion_tree ul.menu li a { padding-right: calc(constant(safe-area-inset-right) + 10px);
padding-right: calc(env(safe-area-inset-right) + 10px);
padding-left: 10px;
} .s-navi-active .acordion_tree ul.menu li .sub-menu a {
padding-left: calc(constant(safe-area-inset-left) + 30px);
padding-left: calc(env(safe-area-inset-left) + 30px);
}
.s-navi-active .acordion_tree ul.menu li .sub-menu .sub-menu a {
padding-left: calc(constant(safe-area-inset-left) + 45px);
padding-left: calc(env(safe-area-inset-left) + 45px);
}
.s-navi-active .acordion_tree ul.menu li .sub-menu .sub-menu .sub-menu a {
padding-left: calc(constant(safe-area-inset-left) + 60px);
padding-left: calc(env(safe-area-inset-left) + 60px);
}
}
@media screen and (orientation: portrait) {  #st-footermenubox {
padding-bottom: calc(constant(safe-area-inset-bottom) + 15px);
padding-bottom: calc(env(safe-area-inset-bottom) + 15px);
}
#s-navi dd.acordion_tree,
#s-navi dd.acordion_search {
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
}
}  .alignright {
float: right;
}
.alignleft {
float: left;
}
.alignwide,
.alignfull {
overflow: hidden;
} .alignwide .alignwide,
.alignfull .alignwide,
.alignwide .alignwide,
.alignfull .alignwide {
margin-left: inherit;
margin-right: inherit;
}
figure {
margin: 0;
} .post ol.wp-block-footnotes li, .has-small-font-size {
font-size: 0.8em !important;
line-height: 1.5 !important;
}
@media print, screen and (max-width: 599px) {
.post ol.wp-block-footnotes li, .has-small-font-size {
font-size: 0.9em !important;
line-height: 1.5 !important;
}
}
.has-large-font-size {
font-size: 1.3em !important;
line-height: 1.5 !important;
}
.has-huge-font-size {
font-size: 1.5em !important;
line-height: 1.5 !important;
}
ol.has-huge-font-size,
ul.has-huge-font-size {
font-size: 1.5em !important;
line-height: 1.5 !important;
}
.has-small-font-size li {
font-size: 1em !important;
line-height: 1.5 !important;
}
@media print, screen and (max-width: 599px) {
.post ol.wp-block-footnotes li, .has-small-font-size li {
font-size: 0.95em !important;
line-height: 1.5 !important;
}
}
.has-large-font-size li {
font-size: 1em !important;
line-height: 1.5 !important;
} .has-huge-font-size li {
font-size: 1em !important;
line-height: 1.5 !important;
} .wp-block-image {
margin-bottom: 20px;
}
#footer-ad .wp-block-image:last-child {
margin-bottom: 0;
}
.wp-block-image.is-style-st-photo-shadow img {
box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
max-width: 100%;
box-sizing: border-box;
}
.wp-block-image.is-style-st-photo-shadow a img:hover {
box-shadow: 0 0 2px rgb(0 0 0 / 80%);
}
.wp-block-image.is-style-st-eyecatch-width img:not(.size-st_header_slider) {
width: 100%;
} .wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img,
.is-style-circle-mask img,
.is-style-rounded img {
border-radius: 10px;
} .wp-block-image.st-img-count {
counter-increment: imgcountcnt;
position: relative;
}
.wp-block-image.st-img-count::before {
font-family: Roboto, Arial, sans-serif;
padding: 5px 7px;
content: counter(imgcountcnt, decimal-leading-zero);
background-color: #fff;
font-size: 1em;
font-weight: bold !important;
display: inline-block;
color: #000;
position: absolute;
top: 0;
left: 0;
z-index: 1;
} div[role="dialog"] .wp-block-image.st-img-count::before {
display: none;
} .wp-block-image.st-img-count.is-style-st-photoline::before {
top: 1px;
left: 1px;
} .wp-block-group:has(.is-style-st-heading-custom-step, .is-style-st-heading-custom-count, .st-img-count, .is-style-st-heading-custom-ranking ) {
counter-reset: ranknumber-h2 ranknumber-h3 ranknumber-h4 stepcnt countcnt imgcountcnt;
} .wp-block-cover {
position: relative;
overflow: hidden;
} :root .wp-block-cover img.wp-block-cover__image-background,
:root .wp-block-cover video.wp-block-cover__video-background {
position: absolute;
top: 50%;
left: 50%;
bottom: inherit;
right: inherit;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 0;
object-fit: cover;
width: 100%;
height: 100%;
}
.wp-block-cover,
.wp-block-cover-image {
max-width: 100%;
box-sizing: border-box;
margin-bottom: 20px;
}
.colum1.st-lp-wide > .wp-block-cover,
.colum1.st-lp-wide > .wp-block-cover-image {
width: initial;
max-width: initial;
}
.wp-block-cover .has-large-font-size,
.wp-block-cover-image .has-large-font-size {
line-height: 1.5em;
}
p.has-background {
padding: 0.7em 1em;
}
ul.has-background,
ol.has-background {
padding: 1.5em 2em 2em 3em;
}
.is-style-st-kaisou.has-background,
.is-style-st-komejirusi-list.has-background,
.is-style-st-correct-list.has-background,
.is-style-st-wrong-list.has-background,
.is-style-st-circle.has-background,
.is-style-st-circle-border.has-background,
.is-style-st-square-checkbox-no-border.has-background,
.is-style-st-square-checkbox.has-background,
.is-style-st-maruck.has-background,
.is-style-st-maruno.has-background,
.is-style-st-no.has-background,
.is-style-st-no-border.has-background {
padding: 1.5em 2em 2em 1.5em;
} .has-st-border:not(.is-style-st-group-left-line):not(.is-style-st-group-both-line) {
padding: 1.5em 2em;
}
.is-style-st-group-left-line {
border-left:1px #eee solid;
border-top: none;
border-right: none;
border-bottom: none;
padding: 0 0 0 2em;
}
.is-style-st-group-left-line.has-background,
.is-style-st-group-left-line.has-st-border {
border-top: none;
border-right: none;
border-bottom: none;
padding: .5em .5em .5em 2em;
}
.is-style-st-group-both-line {
border-left:1px #eee solid;
border-top: none;
border-right:1px #eee solid;
border-bottom: none;
padding: 0 2em;
}
.is-style-st-group-both-line.has-background,
.is-style-st-group-both-line.has-st-border {
border-top: none;
border-bottom: none;
padding: .5em 2em;
}
ol.has-st-border:not(.is-style-st-group-left-line):not(.is-style-st-group-both-line),
ul.has-st-border:not(.is-style-st-group-left-line):not(.is-style-st-group-both-line) {
padding: 1.5em 2em 1.5em 3em;
}
.is-style-st-kaisou.has-st-border:not(.is-style-st-group-left-line):not(.is-style-st-group-both-line),
.is-style-st-komejirusi-list.has-st-border:not(.is-style-st-group-left-line):not(.is-style-st-group-both-line),
.is-style-st-correct-list.has-st-border:not(.is-style-st-group-left-line):not(.is-style-st-group-both-line),
.is-style-st-wrong-list.has-st-border:not(.is-style-st-group-left-line):not(.is-style-st-group-both-line),
.is-style-st-circle.has-st-border:not(.is-style-st-group-left-line):not(.is-style-st-group-both-line),
.is-style-st-circle-border.has-st-border:not(.is-style-st-group-left-line):not(.is-style-st-group-both-line),
.is-style-st-square-checkbox-no-border.has-st-border:not(.is-style-st-group-left-line):not(.is-style-st-group-both-line),
.is-style-st-square-checkbox.has-st-border:not(.is-style-st-group-left-line):not(.is-style-st-group-both-line),
.is-style-st-maruck.has-st-border:not(.is-style-st-group-left-line):not(.is-style-st-group-both-line),
.is-style-st-maruno.has-st-border:not(.is-style-st-group-left-line):not(.is-style-st-group-both-line),
.is-style-st-no.has-st-border:not(.is-style-st-group-left-line):not(.is-style-st-group-both-line),
.is-style-st-no-border.has-st-border {
padding: 1.5em 2em 2em 1.5em;
}
.is-style-st-timeline-list.has-background,
.is-style-st-timeline-count.has-background,
.is-style-st-timeline-list.has-st-border:not(.is-style-st-group-left-line):not(.is-style-st-group-both-line),
.is-style-st-timeline-count.has-st-border {
padding: 1.5em 2em 2em 2.5em;
}
.is-style-st-paragraph-kaiwa.has-st-border .st-paragraph-kaiwa-text, .is-style-st-paragraph-kaiwa-b.has-st-border .st-paragraph-kaiwa-text {
border: 1px #eee solid;
}
.has-st-solid-border,
.is-style-st-paragraph-kaiwa.has-st-solid-border .st-paragraph-kaiwa-text,
.is-style-st-paragraph-kaiwa-b.has-st-solid-border .st-paragraph-kaiwa-text {
border-style: solid;
}
.has-st-dashed-border,
.is-style-st-paragraph-kaiwa.has-st-dashed-border .st-paragraph-kaiwa-text,
.is-style-st-paragraph-kaiwa-b.has-st-dashed-border .st-paragraph-kaiwa-text {
border-style: dashed;
}
.has-st-medium-border-width,
.is-style-st-paragraph-kaiwa.has-st-medium-border-width
.st-paragraph-kaiwa-text,
.is-style-st-paragraph-kaiwa-b.has-st-medium-border-width
.st-paragraph-kaiwa-text {
border-width: 1px;
}
.has-st-thick-border-width,
.is-style-st-paragraph-kaiwa.has-st-thick-border-width .st-paragraph-kaiwa-text,
.is-style-st-paragraph-kaiwa-b.has-st-thick-border-width
.st-paragraph-kaiwa-text {
border-width: 5px;
}  .wp-block-code.is-style-default {
background: #fafafa;
} .wp-block-code.is-style-st-wide-background:not(.has-background):not(
.is-style-st-group-bg-diagonal
):not(.is-style-st-group-bg-grid):not(.is-style-st-group-bg-dot):not(
.is-style-st-group-line
):not(.is-style-st-group-line-bold) {
background: #2e3a3e;
}
.wp-block-code.is-style-st-wide-background:not(.has-background):not(
.is-style-st-group-bg-diagonal
):not(.is-style-st-group-bg-grid):not(.is-style-st-group-bg-dot):not(
.is-style-st-group-line
):not(.is-style-st-group-line-bold)
code {
color: #ffffff;
} .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 100px;
border: none;
margin-left: auto;
margin-right: auto;
} .wp-block-st-blocks-flexbox,
.wp-block-group__inner-container {
max-width: 100%;
box-sizing: border-box;
}
.wp-block-group.has-background {
padding: 20px;
margin-bottom: 20px;
} [class*=" is-style-st-group-bg-"]
.wp-block-group__inner-container
> *:last-child,
[class^="is-style-st-group-bg-"]
.wp-block-group__inner-container
> *:last-child,
.wp-block-group.has-background .wp-block-group__inner-container > *:last-child {
margin-bottom: 0;
}
.wp-block-group.has-st-border .wp-block-group__inner-container > *:last-child {
margin-bottom: 0;
} .is-style-st-wide-background .wp-block-group__inner-container > *:last-child {
margin-bottom: 0;
}
.wp-block-group { margin-bottom: 20px;
}
p.has-no-st-margin-bottom,
.is-style-st-wide-background.wp-block-group.has-background.has-no-st-margin-bottom,
.is-style-st-wide-background.has-no-st-margin-bottom,
.st-wide-background.has-no-st-margin-bottom,
.wp-block-group.has-no-st-margin-bottom,
.wp-block-group.has-background.has-no-st-margin-bottom { margin-bottom: 0 !important;
}
p.has-st-margin-bottom--2,
.is-style-st-wide-background.wp-block-group.has-background.has-no-st-margin-bottom,
.is-style-st-wide-background.has-no-st-margin-bottom,
.st-wide-background.has-no-st-margin-bottom,
.wp-block-group.has-st-margin-bottom--2 {
margin-bottom: -20px;
}
p.has-st-margin-bottom--1,
.is-style-st-wide-background.wp-block-group.has-background.has-no-st-margin-bottom,
.is-style-st-wide-background.has-no-st-margin-bottom,
.st-wide-background.has-no-st-margin-bottom,
.wp-block-group.has-st-margin-bottom--1 {
margin-bottom: -10px;
}
p.has-st-margin-bottom-2,
.is-style-st-wide-background.wp-block-group.has-background.has-no-st-margin-bottom,
.is-style-st-wide-background.has-no-st-margin-bottom,
.st-wide-background.has-no-st-margin-bottom,
.wp-block-group.has-st-margin-bottom-2 {
margin-bottom: 40px;
} .wp-block-group.is-st-justify-center .wp-block-group__inner-container {
width: -webkit-fit-content;
width: fit-content;
margin-left: auto;
margin-right: auto;
} .wp-block-group.is-st-justify-left .wp-block-group__inner-container {
width: -webkit-fit-content;
width: fit-content;
margin-left: 0 !important;
margin-right: auto !important;
} .wp-block-group.is-st-justify-right .wp-block-group__inner-container {
width: -webkit-fit-content;
width: fit-content;
margin-left: auto !important;
margin-right: 0 !important;
} #side
aside
.side-widgets
ul.wp-block-latest-posts__list.wp-block-latest-posts
li,
#side aside .wp-block-archives-list.wp-block-archives li {
padding-top: 5px;
padding-bottom: 5px;
} .wp-block-latest-posts li img {
max-width: 100%;
}
ul.wp-block-latest-posts,
.post
ul.wp-block-latest-posts:not(.toc_list):not(.st_toc_list):not(.children):not(
.slick-dots
):not(.st-pvm-nav-list) {
padding: 0;
}
.wp-block-latest-posts li {
list-style: none !important;
}
.wp-block-latest-posts li a { text-decoration: none;
color: #1a1a1a;
font-weight: bold;
} .wp-block-latest-posts__post-excerpt {
font-size: 13px;
color: #777 !important;
line-height: 1.8;
} .wp-block-latest-posts:not(.is-grid) li {
margin-bottom: 10px;
}
.wp-block-latest-posts:not(.is-grid) li::after {
content: "";
display: block;
clear: both;
}
.wp-block-latest-posts:not(.is-grid) li img { width: 100px;
}
.wp-block-latest-posts:not(.is-grid) .wp-block-latest-posts__featured-image {
margin-right: 10px;
float: left;
}
.post ul.wp-block-latest-posts:not(.is-grid) li:last-child,
.wp-block-latest-posts:not(.is-grid) li {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #f3f3f3;
} .wp-block-group.has-background .wp-block-group__inner-container ol:only-child,
.wp-block-group.has-st-border .wp-block-group__inner-container ol:only-child,
.wp-block-group.has-background
.wp-block-group__inner-container
ul:only-child:not(.toc_list):not(.st_toc_list):not(.children):not(
.slick-dots
):not(.st-pvm-nav-list),
.wp-block-group.has-st-border
.wp-block-group__inner-container
ul:only-child:not(.toc_list):not(.st_toc_list):not(.children):not(
.slick-dots
):not(.st-pvm-nav-list) {
margin-bottom: 0;
padding-bottom: 0;
} .wp-block-latest-posts.is-grid li img {
margin-bottom: 10px;
}
.wp-block-latest-posts.is-grid li {
margin: 8px !important;
} .wp-block-search {
display: flex;
}
.wp-block-search__label {
display: none;
}
.wp-block-search .wp-block-search__input {
margin: 0 !important;
border-radius: 0 !important;
max-width: 80%;
}
.wp-block-search .wp-block-search__button {
margin-left: 0;
border-radius: 0 !important;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-left: none;
width: 20%;
padding: 0 15px;
} .wp-block-code {
padding: 20px;
background: #fafafa;
margin-bottom: 20px;
}
.is-style-st-wide-background code,
.is-style-st-wide-background-left code,
.is-style-st-wide-background-right code {
padding: 0;
margin: 0;
border-radius: 0;
background-color: transparent;
} .post .wp-block-table {
overflow-x: visible;
}
.post .wp-block-table.is-style-stripes table,
.wp-block-table.is-style-stripestable tbody tr td {
border: none;
}
.wp-block-table figcaption {
display: block;
font-size: 0.8em;
text-align: center;
margin: -10px auto 20px;
color: #757575;
}
.wp-block-table.is-style-stripes,
.wp-block-table.is-style-stripes thead,
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
border-color: transparent !important;
} .wp-block-table.has-st-td-width.wp-block-table.has-st-td-width.has-st-td-width--2
table
tr
> *:first-child,
.wp-block-table.has-st-td-width.wp-block-table.has-st-td-2-width.has-st-td-2-width--2
table
tr
> *:nth-child(2) {
width: 20%;
}
.wp-block-table.has-st-td-width.wp-block-table.has-st-td-width.has-st-td-width--1
table
tr
> *:first-child,
.wp-block-table.has-st-td-width.wp-block-table.has-st-td-2-width.has-st-td-2-width--1
table
tr
> *:nth-child(2) {
width: 30%;
}
.wp-block-table.has-half-st-td-width table tr > *:first-child,
.wp-block-table.has-half-st-td-2-width table tr > *:nth-child(2) {
width: 50%;
}
.wp-block-table.has-st-td-width.wp-block-table.has-st-td-width.has-st-td-width-2
table
tr
> *:first-child,
.wp-block-table.has-st-td-width.wp-block-table.has-st-td-2-width.has-st-td-2-width-2
table
tr
> *:nth-child(2) {
width: 60%;
} .wp-block-table.is-style-scroll-box,
.post .wp-block-table.is-style-scroll-box {
overflow-x: auto;
}
@media print, screen and (max-width: 599px) {
.wp-block-table.is-style-scroll-box table,
.post .wp-block-table.is-style-scroll-box table {
width: inherit !important;
max-width: inherit !important;
}
.wp-block-table.is-style-scroll-box table,
.post .wp-block-table.is-style-scroll-box table {
width: inherit !important;
max-width: inherit !important;
margin-bottom: 10px;
}
.wp-block-table.is-style-scroll-box,
.post .wp-block-table.is-style-scroll-box {
margin-bottom: 20px;
}
} .wp-block-table.is-style-st-table-no-line table,
.wp-block-table.is-style-st-table-no-line table thead th,
.wp-block-table.is-style-st-table-no-line table thead td,
.wp-block-table.is-style-st-table-no-line table tr th,
.wp-block-table.is-style-st-table-no-line table tr td,
.post .wp-block-table.is-style-st-table-no-line thead {
border: 0;
} .post .is-style-st-table-line table,
.is-style-st-table-line table,
.post .is-style-st-table-line-2 table,
.is-style-st-table-line-2 table {
border-right: none !important;
border-left: none !important;
border-color: #ccc;
}
.is-style-st-table-line thead,
.is-style-st-table-line-2 thead,
.is-style-st-table-line thead th,
.is-style-st-table-line-2 thead th,
.post .is-style-st-table-line thead,
.post .is-style-st-table-line-2 thead,
.post .is-style-st-table-line thead th,
.post .is-style-st-table-line-2 thead th,
.is-style-st-table-line td,
.is-style-st-table-line-2 td {
border-right: none !important;
border-left: none !important;
border-color: #ccc;
}
.is-style-st-table-line-2 tr td:first-child {
background: #fafafa;
} .wp-block-table.w30 table tr td:first-child {
width: 30%;
}
.wp-block-table.w40 table tr td:first-child {
width: 40%;
}
.wp-block-table.w50 table tr td:first-child {
width: 50%;
}
.wp-block-table.nowrap table tr td:first-child {
white-space: nowrap;
}
@media only screen and (max-width: 599px) {
.post .wp-block-table.is-style-scroll-box table td,
.post .wp-block-table.is-style-scroll-box table td p {
white-space: nowrap;
}
.wp-block-table.is-style-scroll-box {
position: relative;
}
.wp-block-table.is-style-scroll-box::before {
content: "\f0ec";
font-family: stsvg;
position: absolute;
top: 0;
left: 0;
background: rgba(204, 204, 204, 0.8);
padding: 0.2em;
font-size: 120%;
border-radius: 0 0 5px 0;
color: #fff;
z-index: 99999;
}
}
.wp-block-table.is-style-st-centertable table tr,
.wp-block-table.is-style-st-centertable table td {
text-align: center;
vertical-align: middle;
}
.wp-block-table.is-style-stripes {
border-bottom: none;
}
.wp-block-table.is-style-stripes thead th {
border: none;
}  .wp-block-quote.is-style-plain {
padding-top: 20px;
}
.wp-block-quote.is-style-plain::before {
content: none;
} .wp-block-quote.is-style-st-quote-line {
padding: 20px 20px 20px 30px;
border-left: 5px solid #eee;
color: #757575;
}
.wp-block-quote.is-style-st-quote-line p:only-child {
margin-bottom: 0;
}
.wp-block-quote.is-style-st-quote-line::before {
content: none;
} .wp-block-pullquote {
border-top: 4px solid #555d66;
border-bottom: 4px solid #555d66;
margin-bottom: 20px;
}
.post .wp-block-pullquote blockquote,
.wp-block-pullquote blockquote {
background-color: inherit;
padding: 0;
margin: 0;
}
.wp-block-pullquote blockquote::before {
content: none;
} .post ol.wp-block-latest-comments {
padding-left: 0;
padding-top: 20px;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
border-radius: 24px;
display: block;
float: left;
height: 40px;
margin-right: 12px;
width: 40px;
position: absolute;
}
.wp-block-latest-comments__comment-meta {
font-size: 0.8em;
} .wp-block-buttons {
text-align: center;
}  .is-style-st-group-bg-diagonal {
background-color: #f5f6f7;
background-image: -webkit-gradient(
linear,
0 0,
100% 100%,
color-stop(0.25, #fff),
color-stop(0.25, transparent),
color-stop(0.5, transparent),
color-stop(0.5, #fff),
color-stop(0.75, #fff),
color-stop(0.75, transparent),
to(transparent)
);
-webkit-background-size: 7px 7px;
padding: 20px;
} .is-style-st-group-bg-grid {
background-image: linear-gradient(
transparent 95%,
rgba(0, 0, 0, 0.05) 50%,
rgba(0, 0, 0, 0.05)
),
linear-gradient(
90deg,
transparent 95%,
rgba(0, 0, 0, 0.05) 50%,
rgba(0, 0, 0, 0.05)
);
background-size: 16px 16px;
background-repeat: repeat;
padding: 20px;
} .is-style-st-group-bg-dot {
background-image: radial-gradient(#eee 1px, transparent 1px);
background-size: 15px 15px;
padding: 20px;
} .is-style-st-group-line {
border-left: solid 1px #eee;
padding-left: 20px;
}
.is-style-st-group-line-bold {
border-left: solid 5px #eee;
padding-left: 20px;
} .is-style-st-group-corner-brackets {
padding: 30px;
position: relative;
}
.is-style-st-group-corner-brackets::before,
.is-style-st-group-corner-brackets::after {
content: "";
width: 30px;
height: 30px;
position: absolute;
}
.is-style-st-group-corner-brackets::before {
border-left: solid 1px #000;
border-top: solid 1px #000;
top: 0;
right: auto;
bottom: auto;
left: 0;
}
.is-style-st-group-corner-brackets::after {
border-right: solid 1px #000;
border-bottom: solid 1px #000;
top: auto;
right: 0;
bottom: 0;
left: auto;
} .is-style-st-group-square-brackets {
padding: 30px;
position: relative;
}
.is-style-st-group-square-brackets::before,
.is-style-st-group-square-brackets::after {
content: "";
width: 20px;
height: 100%;
position: absolute;
box-sizing: border-box;
}
.is-style-st-group-square-brackets::before {
border-left: solid 1px #eee;
border-top: solid 1px #eee;
border-bottom: solid 1px #eee;
top: 0;
right: auto;
bottom: auto;
left: 0;
}
.is-style-st-group-square-brackets::after {
border-right: solid 1px #eee;
border-top: solid 1px #eee;
border-bottom: solid 1px #eee;
top: 0;
right: 0;
bottom: auto;
left: auto;
} .is-style-st-group-shadow {
box-shadow: 0 1px 8px rgb(0,0,0, .1), 0 4px 4px -4px rgb(0,0,0, .1);
} .is-style-st-group-bounce {
animation: af-g-bounce 2s ease-out infinite;
opacity: 1;
}
@keyframes af-g-bounce {
0%, 40%, 60%, 80% {
transform: scale(1.0);
}
50%, 70% {
transform: scale(0.95);
}
} .wp-block-group.has-background.is-style-st-group-outline, 
.is-style-st-group-outline {
padding: 5px;
background: linear-gradient(
145deg,
#ff6f6f 0%,
#ffa863 20%,
#ffe76b 40%,
#4cd38c 60%,
#4ba3fd 80%,
#8a6ce4 100%
);
}
.is-style-st-group-outline > .wp-block-group__inner-container {
padding: 20px;
background: #fff;
overflow: hidden;
}  [class^="is-style-st-heading-custom-"],
[class*=" is-style-st-heading-custom-"] {
margin-bottom: 20px;
line-height: 1.5em;
} [class^="is-style-st-heading-custom-"]::before,
[class*=" is-style-st-heading-custom-"]::after,
[class^="is-style-st-heading-custom-"]::before,
[class*=" is-style-st-heading-custom-"]::after {
content: none;
position: inherit;
top: inherit;
bottom: inherit;
left: inherit;
right: inherit;
border: none;
font-weight: normal !important;
} [class^="is-style-st-heading-custom-"].has-background:not(
.is-style-st-heading-custom-step
):not(.is-style-st-heading-custom-count),
[class*=" is-style-st-heading-custom-"].has-background:not(
.is-style-st-heading-custom-step
):not(.is-style-st-heading-custom-count) {
padding: 10px 20px;
border-radius: 5px;
} .is-style-st-heading-custom-naked:not(.has-text-color)::before,
.is-style-st-heading-custom-line:not(.has-text-color)::before,
.is-style-st-heading-custom-diagonal:not(.has-text-color)::before {
color: #999;
} .is-style-st-heading-custom-pen {
display: flex;
align-items: center;
}
.is-style-st-heading-custom-pen::before {
font-family: stsvg;
content: "\f040";
margin-right: 0.5em;
}
.is-style-st-heading-custom-pen:not(.has-text-color)::before {
color: #999;
} .is-style-st-heading-custom-line {
position: relative;
padding-bottom: 15px;
text-align: center;
display: block;
margin: 0 auto 20px;
}
.is-style-st-heading-custom-line::after {
content: "";
position: absolute;
top: auto;
bottom: 0;
left: calc(50% - 1.5em);
right: auto;
display: block;
width: 3em;
height: 1px;
background-color: #333;
opacity: 0.9;
} .is-style-st-heading-custom-attention {
display: flex;
align-items: center;
}
.is-style-st-heading-custom-attention::before {
font-family: stsvg;
content: "\f06a";
margin-right: 0.5em;
color: #ef5350;
} .st-faq {
--st--st-blocks--faq--preset--font-size--s: 0.8em;
--st--st-blocks--faq--preset--font-size--m: 1em;
--st--st-blocks--faq--preset--font-size--l: 1.3em;
--st--st-blocks--faq--preset--font-size--xl: 1.5em;
--st--st-blocks--faq--question-font-size: var(
--st--st-blocks--faq--preset--font-size--m
);
--st--st-blocks--faq--answer-font-size: var(
--st--st-blocks--faq--preset--font-size--m
);
--st--st-blocks--faq--line-height: 1.7;
margin-bottom: 20px;
font-size: var(--st--st-blocks--faq--font-size);
line-height: var(--st--st-blocks--faq--line-height);
}
.st-faq dd.st-faq__answer p {
margin-bottom: 20px;
}
.post
.entry-content
.st-faq
p:not(.st-static-font):not(.p-entry-t):not(.p-free):not(.sitename):not(
.post-slide-title
):not(.post-slide-date):not(.post-slide-more):not(.st-catgroup):not(
.wp-caption-text
):not(.cardbox-more):not(.st-minihukidashi):not(.st-mybox-title):not(
.st-memobox-title
):not(.st-mybtn) {
--st--st-blocks--faq--preset--font-size--s: 0.8em;
--st--st-blocks--faq--preset--font-size--m: 1em;
--st--st-blocks--faq--preset--font-size--l: 1.3em;
--st--st-blocks--faq--preset--font-size--xl: 1.5em;
--st--st-blocks--faq--question-font-size: var(
--st--st-blocks--faq--preset--font-size--m
);
--st--st-blocks--faq--answer-font-size: var(
--st--st-blocks--faq--preset--font-size--m
);
--st--st-blocks--faq--line-height: 1.7;
font-size: var(--st--st-blocks--faq--font-size);
line-height: var(--st--st-blocks--faq--line-height);
}
.post .entry-content .has-h .st-faq__question-content:not(.kanren-t):not(.popular-t):not(.st-cardbox-t), .post .st-faq__question-content,
.has-h .st-faq__question-content {
font-weight: bold;
}
.st-faq.has-background {
padding: 20px;
background: var(--st--st-blocks--faq--background-color);
}
.st-faq.has-color,
.st-faq.has-color .st-faq__question-content {
color: var(--st--st-blocks--faq--color);
}
.st-faq__item {
margin-bottom: 20px;
} :root [class*=" has-"].is-style-st-heading-custom-question,
.st-faq__question {
display: flex;
align-items: center;
background-color: transparent !important;
}
.st-faq__question,
.st-faq.has-color .st-faq__question-content {
align-items: flex-start;
margin-bottom: 10px;
}
.st-faq__question {
font-size: 1.2em; }
@media only screen and (min-width: 600px) {
.st-faq__question {
font-size: 1.3333333333em; }
}
@media print, screen and (min-width: 960px) {
.st-faq__question {
font-size: var(--st--st-blocks--faq--question-font-size);
}
}
.is-style-st-heading-custom-question.has-background:not(
.is-style-st-heading-custom-step
):not(.is-style-st-heading-custom-count) {
padding: 0;
border-radius: 0;
}
.is-style-st-heading-custom-question:not(.has-background)::before,
.st-faq__question::before {
font-family: stsvg;
content: "\e906";
color: #29b6f6;
padding: 0 0.5em 0 0.25em;
}
.st-faq .st-faq__question::before {
flex-grow: 0;
flex-shrink: 0;
}
.st-faq:where(
.is-style-st-circle,
.is-style-st-square,
.is-style-st-rounded-square
)
.st-faq__question::before {
margin-top: 0.3em;
}
.st-faq:where(
.is-style-st-question-circle,
.is-style-st-infomation-circle,
.is-style-st-exclamation-circle,
.is-style-st-files-o
)
.st-faq__answer::before {
content: none;
}
.is-style-st-icon-none .st-faq__answer::before,
.is-style-st-icon-none .st-faq__question::before {
content: none;
}
.st-faq:not(.is-style-st-circle):not(is-style-st-square):not(
.is-style-st-rounded-square
).has-st-border:not(.st-toggle-visibility)
.st-faq__question::before,
.st-faq:not(.is-style-st-circle):not(is-style-st-square):not(
.is-style-st-rounded-square
).has-st-border:not(.st-toggle-visibility)
.st-faq__answer::before {
padding-left: 0;
}
.st-faq.has-question-color .st-faq__question::before {
color: var(--st--st-blocks--faq--question-color);
}
.is-style-st-heading-custom-question.has-background::before,
.st-faq.is-style-st-square .st-faq__question::before,
.st-faq.is-style-st-rounded-square .st-faq__question::before,
.st-faq.is-style-st-circle .st-faq__question::before {
font-family: stsvg;
content: "\e906";
margin-right: 0.7em;
color: #fff;
padding: 0.5em 0.5em;
background: #29b6f6;
font-size: 0.6em;
line-height: 1;
border-radius: 3px;
width: 1.2em;
height: 1.2em;
display: flex;
justify-content: center;
align-items: center;
}
.is-style-st-question-circle .st-faq__question::before {
content: "\f059";
}
.is-style-st-infomation-circle .st-faq__question::before {
content: "\f05a";
}
.is-style-st-exclamation-circle .st-faq__question::before {
content: "\f06a";
}
.is-style-st-files-o .st-faq__question::before {
content: "\e918";
}
.st-faq.is-style-st-square .st-faq__question::before {
border-radius: 0;
}
.st-faq.is-style-st-circle .st-faq__question::before {
border-radius: 100%;
}
.st-faq.is-style-st-square.has-question-color .st-faq__question::before,
.st-faq.is-style-st-rounded-square.has-question-color .st-faq__question::before,
.st-faq.is-style-st-circle.has-question-color .st-faq__question::before {
background-color: var(--st--st-blocks--faq--question-color);
}
.st-faq.is-style-st-question-circle.has-question-color
.st-faq__question::before,
.st-faq.is-style-st-infomation-circle.has-question-color
.st-faq__question::before,
.st-faq.is-style-st-exclamation-circle.has-question-color
.st-faq__question::before,
.st-faq.is-style-st-files-o.has-question-color .st-faq__question::before {
color: var(--st--st-blocks--faq--question-color);
}
.st-faq__question-content, .post .entry-content .st-faq__question-content:not(.kanren-t):not(.popular-t):not(.st-cardbox-t), .post .st-faq__question-content {
flex-grow: 1;
max-width: 100%;
margin: 0;
font-size: 1em;
font-weight: inherit;
line-height: inherit;
}
.st-faq__question-content > :first-child {
margin-top: 0;
}
.st-faq__question-content > :last-child {
margin-bottom: 0;
} :root [class*=" has-"].is-style-st-heading-custom-answer,
.st-faq__answer {
display: flex;
align-items: center;
background-color: transparent !important;
}
.st-faq__answer {
align-items: flex-start;
}
.st-faq__answer {
font-size: 1.2em; }
.has-h .st-faq__answer {
font-size: inherit; }
@media only screen and (min-width: 600px) {
.has-h .st-faq__answer,
.st-faq__answer {
font-size: 1.3333333333em; }
}
@media print, screen and (min-width: 960px) {
.has-h .st-faq__answer,
.st-faq__answer {
font-size: var(--st--st-blocks--faq--answer-font-size);
}
}
.is-style-st-heading-custom-answer.has-background:not(
.is-style-st-heading-custom-step
):not(.is-style-st-heading-custom-count) {
padding: 0;
border-radius: 0;
}
.is-style-st-heading-custom-answer:not(.has-background)::before,
.st-faq__answer::before {
font-family: stsvg;
content: "\f031";
color: #ef5350;
padding: 0 0.5em 0 0.25em;
}
.st-faq .st-faq__answer::before {
flex-grow: 0;
flex-shrink: 0;
}
.st-faq:where(
.is-style-st-circle,
.is-style-st-square,
.is-style-st-rounded-square
)
.st-faq__answer::before {
margin-top: 0.3em;
}
.st-faq.has-answer-color .st-faq__answer::before {
color: var(--st--st-blocks--faq--answer-color);
}
.is-style-st-heading-custom-answer.has-background::before,
.st-faq.is-style-st-square .st-faq__answer::before,
.st-faq.is-style-st-rounded-square .st-faq__answer::before,
.st-faq.is-style-st-circle .st-faq__answer::before {
font-family: stsvg;
content: "\f031";
margin-right: 0.5em;
color: #fff;
padding: 0.5em 0.5em;
background: #ef5350;
font-size: 0.6em;
line-height: 1;
border-radius: 3px;
width: 1.2em;
height: 1.2em;
display: flex;
justify-content: center;
align-items: center;
}
.st-faq.is-style-st-square .st-faq__answer::before {
border-radius: 0;
}
.st-faq.is-style-st-circle .st-faq__answer::before {
border-radius: 100%;
}
.st-faq.is-style-st-square.has-answer-color .st-faq__answer::before,
.st-faq.is-style-st-rounded-square.has-answer-color .st-faq__answer::before,
.st-faq.is-style-st-circle.has-answer-color .st-faq__answer::before {
background-color: var(--st--st-blocks--faq--answer-color);
}
.st-faq__answer-content {
flex-grow: 1;
max-width: 100%;
font-size: 1em;
}
.st-faq__answer-content > :first-child {
margin-top: 0;
}
.st-faq__answer-content > :last-child {
margin-bottom: 0;
}
.st-faq__answer-content p {
font-size: 1em;
line-height: inherit;
}
@media only screen and (min-width: 600px) {
.st-faq__answer-content p {
font-size: 1em;
line-height: inherit;
}
}
@media print, screen and (min-width: 960px) {
.st-faq__answer-content p {
font-size: 1em;
line-height: inherit;
}
} .st-faq.st-toggle-visibility .wp-block-st-blocks-faq-question {
position: relative;
cursor: pointer;
display: flex;
justify-content: center;
align-items: flex-start;
}
.st-faq.st-toggle-visibility .wp-block-st-blocks-faq-answer {
display: flex;
justify-content: center;
align-items: flex-start;
}
.st-faq.st-toggle-visibility.has-st-border {
padding: 1.5em 1em;
}
.st-faq.st-toggle-visibility.has-st-border p {
padding: 0 1em 0 0.2em;
}
.st-faq.st-toggle-visibility .wp-block-st-blocks-faq-question::after {
content: "\e923";
font-family: stsvg;
font-size: 1em;
padding: 0 0.25em 0 0.25em;
} .st-faq.st-toggle-visibility .wp-block-st-blocks-faq-answer {
display: none;
}
.st-faq.st-toggle-visibility .wp-block-st-blocks-faq-question.active::after {
content: "\e922";
font-family: stsvg;
}
.st-faq.st-toggle-visibility .st-faq__question-content.toggle-visibility {
margin-right: 30px;
}
.st-faq.st-toggle-visibility.has-background .st-faq__item,
.st-faq.st-toggle-visibility.has-background .st-faq__question:not(.active) {
margin-bottom: 0;
} .st-toggle-visibility.has-st-border .st-faq__item {
margin-bottom: 0;
}
.has-st-border .st-faq__item:last-child {
margin-bottom: 0;
}
.st-toggle-visibility.has-st-border .st-faq__question {
margin-bottom: 0;
}
.st-toggle-visibility.has-st-border .st-faq__question.active {
margin-bottom: 20px;
} .is-style-st-heading-custom-check {
display: flex;
align-items: center;
}
.is-style-st-heading-custom-check::before {
font-family: stsvg;
content: "\f00c";
margin-right: 0.5em;
color: #ffa726;
} .is-style-st-heading-custom-ranking,
:root [class^="has-"].is-style-st-heading-custom-ranking,
:root [class*=" has-"].is-style-st-heading-custom-ranking {
display: flex;
position: relative;
padding: 10px 0 10px 0 !important;
margin-bottom: 20px;
background-color: transparent !important;
flex-direction: column;
margin-top: 2.5em;
}
.ranknumber-reset {
counter-reset: ranknumber-h2 ranknumber-h3 ranknumber-h4;
}
.is-style-st-heading-custom-ranking::before {
font-family: Roboto, Arial, sans-serif;
font-family: stsvg;
background-color: #eee;
color: #616161;
font-size: 0.6em;
line-height: 1;
display: inline-block;
white-space: nowrap;
padding: 0.5em 0.8em;
letter-spacing: 0.02em;
position: absolute;
top: -2em;
border-radius: 2px;
} h2.is-style-st-heading-custom-ranking {
counter-increment: ranknumber-h2 1;
}
h2.is-style-st-heading-custom-ranking::before {
content: "\e908 \0020 第"counter(ranknumber-h2) "位 ";
}
h3.is-style-st-heading-custom-ranking {
counter-increment: ranknumber-h3 1;
}
h3.is-style-st-heading-custom-ranking::before {
content: "\e908 \0020 第"counter(ranknumber-h3) "位 ";
}
h4.is-style-st-heading-custom-ranking {
counter-increment: ranknumber-h3 1;
}
h4.is-style-st-heading-custom-ranking::before {
content: "\e908 \0020 第"counter(ranknumber-h3) "位 ";
} .is-style-st-heading-custom-ranking:nth-of-type(1)::before {
background-color: #ffc107;
color: #fff;
}
.is-style-st-heading-custom-ranking:nth-of-type(2)::before {
background-color: #9e9e9e;
color: #fff;
}
.is-style-st-heading-custom-ranking:nth-of-type(3)::before {
background-color: #8d6e63;
color: #fff;
} .is-style-st-heading-custom-bubble {
padding: 10px 20px;
background: #f3f3f3;
border-radius: 5px;
position: relative;
}
.is-style-st-heading-custom-bubble::after {
content: "";
position: absolute;
margin-left: -10px;
border: 10px solid transparent;
border-top: 10px solid #f3f3f3;
top: 100%;
left: 2em;
right: inherit;
padding: 0;
margin-right: 0;
} .is-style-st-heading-custom-diagonal {
background-color: #f5f6f7;
background-image: -webkit-gradient(
linear,
0 0,
100% 100%,
color-stop(0.25, #fff),
color-stop(0.25, transparent),
color-stop(0.5, transparent),
color-stop(0.5, #fff),
color-stop(0.75, #fff),
color-stop(0.75, transparent),
to(transparent)
);
-webkit-background-size: 7px 7px;
padding: 10px 20px;
} [class^="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-step
):not(.is-style-st-heading-custom-count).has-text-align-center,
[class*=" is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-step
):not(.is-style-st-heading-custom-count).has-text-align-center {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.is-style-st-heading-custom-bubble.has-text-align-center::after {
left: 50%;
} [class^="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-step
):not(.is-style-st-heading-custom-count).has-text-align-right,
[class*=" is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-step
):not(.is-style-st-heading-custom-count).has-text-align-right {
display: flex;
justify-content: right;
flex-direction: column;
align-items: flex-end;
}
.is-style-st-heading-custom-bubble.has-text-align-right::after {
right: 2em;
left: inherit;
} :root main .is-style-st-heading-custom-count {
display: flex;
counter-increment: countcnt;
position: relative;
padding: 10px 0 10px 0 !important;
margin-bottom: 20px;
background-color: transparent !important;
flex-direction: column;
}
.is-style-st-heading-custom-count::before {
font-family: Roboto, Arial, sans-serif;
content: counter(countcnt, decimal-leading-zero);
background-color: transparent;
font-size: 1.3em;
font-weight: bold !important;
display: block;
color: #e0e0e0;
width: 100%;
white-space: nowrap;
padding-bottom: 0.1em;
letter-spacing: 0.02em;
}
.has-text-align-center.is-style-st-heading-custom-count::before {
font-size: 2em;
padding-bottom: 0.5em;
}
.post,
.st-heading-count-reset {
counter-reset: countcnt;
} .is-style-st-heading-custom-step,
:root [class^="has-"].is-style-st-heading-custom-step,
:root [class*=" has-"].is-style-st-heading-custom-step {
display: flex;
counter-increment: stepcnt;
position: relative;
margin-bottom: 30px;
flex-direction: row;
padding: 0!important;
border-radius: 0 3px 3px 0
}
.is-style-st-heading-custom-step .step-txt {
padding: 10px 10px 10px .8em;
display: inline-block;
flex-grow:1;
}
.is-style-st-heading-custom-step::before {
font-family: Roboto, Arial, sans-serif;
top: 0;
left: 0;
content: counter(stepcnt, decimal-leading-zero);
font-size: 1em;
line-height: calc(1.5em + 20px);
font-weight: bold !important;
display: inline-block;
white-space: nowrap;
letter-spacing: 0.02em;
display: flex;
width: calc(1.5em + 20px);
min-width: calc(1.5em + 20px);
height: auto;
text-align: center;
align-items: center;
justify-content: center;
color: #333;
background-color: #fafafa;
}
.is-style-st-heading-custom-step::after {
content: "";
position: absolute;
transform: translateX(-50%);
border-width: 10px;
border-style: solid;
border-color: transparent transparent transparent #fafafa;
left: 10px;
left: 10px;
bottom: -10px;
}
.post,
.st-step-reset {
counter-reset: stepcnt;
} .is-style-st-heading-custom-naked.has-st-icon,
.is-style-st-heading-custom-diagonal.has-st-icon,
.is-style-st-heading-custom-bubble.has-st-icon {
display: flex;
align-items: center;
} .is-style-st-heading-custom-line.has-st-icon {
display: flex;
align-items: center;
justify-content: center;
} [class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon::before {
font-family: stsvg;
margin-right: 0.3em;
font-weight: normal;
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon:not(.has-text-color)::before {
color: #999;
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-pencil::before {
content: "\f040";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-file-text-o::before {
content: "\f0f6";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-check::before {
content: "\f00c";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-exclamation-circle::before {
content: "\f06a";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-question-circle::before {
content: "\f059";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-link::before {
content: "\f0c1";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-search::before {
content: "\f002";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-eye::before {
content: "\f06e";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-camera::before {
content: "\f030";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-gift::before {
content: "\f06b";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-heart::before {
content: "\f004";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-user::before {
content: "\f007";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-comment::before {
content: "\f075";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-lightbulb::before {
content: "\e915";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-bullhorn::before {
content: "\f0a1";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-diamond::before {
content: "\f219";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-oukan::before {
content: "\e908";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-bigginer_l::before {
content: "\e910";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-info-circle::before {
content: "\f05a";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-circle-o::before {
content: "\f10c";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-times::before {
content: "\f00d";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-thumbs-up::before {
content: "\f164";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-thumbs-down::before {
content: "\f165";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-hand-right::before {
content: "\e974";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-emotion-smile::before {
content: "\e91b";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-emotion-meh::before {
content: "\e91a";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-emotion-frown::before {
content: "\e919";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-clock-o::before {
content: "\f017";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-folder::before {
content: "\f07b";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-shopping-cart::before {
content: "\f217";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-download::before {
content: "\f019";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-twitter::before {
content: "\e92c";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-facebook-square::before {
content: "\f082";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-youtube-play::before {
content: "\f16a";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-amazon::before {
content: "\f270";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-instagram::before {
content: "\e903";
}
[class*="is-style-st-heading-custom-"]:not(
.is-style-st-heading-custom-hoge
):not(.is-style-st-heading-custom-test):not(
.is-style-st-heading-custom-count
):not(.is-style-st-heading-custom-attention):not(
.is-style-st-heading-custom-check
):not(.is-style-st-heading-custom-question):not(
.is-style-st-heading-custom-answer
):not(.is-style-st-heading-custom-step):not(
.is-style-st-heading-custom-ranking
).has-st-icon-line::before {
content: "\e912";
}  .is-style-st-timeline-count {
list-style: none;
position: relative;
counter-reset: st-list-timeline-section;
margin-left: 1.5em;
}
.is-style-st-timeline-count::after {
content: "";
border-left: 2px solid #ccc;
position: absolute;
height: calc(100% - 1.5em);
top: 0.2em;
left: 0;
margin-top: 0.5em;
opacity: 0.3;
}
.has-background.is-style-st-timeline-count::after,
.has-st-border.is-style-st-timeline-count::after {
top: 1.7em;
height: calc(100% - 5em);
left: 2.5em;
}
.has-background.is-style-st-timeline-count::after,
.has-st-border.is-style-st-timeline-count::after {
left: calc(var(--timeline-left) - 2px);
}
.has-background.is-style-st-timeline-count.has-huge-font-size::after,
.has-st-border.is-style-st-timeline-count.has-large-font-size::after,
.has-background.is-style-st-timeline-count::after,
.has-st-border.is-style-st-timeline-count::after {
top: 2.5em;
}
.is-style-st-timeline-count > li::before {
position: absolute;
border-radius: 50%;
width: 1.5em;
height: 1.5em;
line-height: 1.5em;
text-align: center;
font-weight: normal;
margin-top: -4px;
background: #f3f3f3;
color: #333;
content: counters(st-list-timeline-section, "");
z-index: 1;
border: 4px solid #fff;
left: calc(-4px + -0.75em);
transform: scale(0.9);
}
.is-style-st-timeline-count > li:first-child {
padding-top: 0;
}
.is-style-st-timeline-count > li:last-child {
margin-bottom: 0;
}
.is-style-st-timeline-count > li {
counter-increment: st-list-timeline-section;
list-style-type: none;
padding-left: 1.2em;
position: relative;
}
.is-style-st-timeline-count li {
text-align: left;
border: 0;
text-indent: 0;
}
.is-style-st-timeline-count li::marker {
color: #dedede;
} .is-style-st-timeline-list {
list-style: none;
position: relative;
margin-left: 1.5em;
}
.is-style-st-timeline-list::after {
content: "";
border-left: 1px solid #ccc;
position: absolute;
height: calc(100% - 1em);
top: 0.5em;
left: 0;
margin-top: 0;
opacity: 0.3;
}
.is-style-st-timeline-list > li::before {
position: absolute;
border-radius: 50%;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
font-weight: normal;
padding-right: 0;
background: #f3f3f3;
color: #333;
content: "";
z-index: 1;
border: 4px solid #fff;
left: calc(-4px - 0.5em);
transform: scale(0.9);
}
.is-style-st-timeline-list > li:first-child {
padding-top: 0;
}
.is-style-st-timeline-list > li:last-child {
margin-bottom: 0;
}
.is-style-st-timeline-list > li {
counter-increment: st-list-timeline-section;
list-style-type: none;
padding-left: 1.2em;
position: relative;
}
.is-style-st-timeline-list li {
text-align: left;
border: 0;
text-indent: 0;
}
.is-style-st-timeline-list ol,
.is-style-st-timeline-list ul,
.post
.is-style-st-timeline-list
ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(
.st-pvm-nav-list
) {
padding-bottom: 0;
}
.is-style-st-timeline-list li::marker {
color: #dedede;
} .is-style-st-timeline-list.has-background::after,
.is-style-st-timeline-list.has-st-border::after {
height: calc(100% - 3.5em);
top: 2em;
left: 2.5em;
}
.is-style-st-timeline-list.has-background::after,
.is-style-st-timeline-list.has-st-border::after {
left: calc(var(--timeline-left) - 1px);
}  [class^="is-style-st-paragraph-"],
[class*=" is-style-st-paragraph-"] {
display: flex;
position: relative;
padding: 1em 1.2em;
align-items: center;
}
.st-noflex {
display: inline-block;
} [class^="is-style-st-paragraph-"]::before,
[class*=" is-style-st-paragraph-"]::before {
font-family: stsvg;
} [class^="is-style-st-paragraph-"]:not(.has-st-regular-font-size):not(
.is-style-st-paragraph-dotline
):not(.is-style-st-paragraph-memo):not(.is-style-st-paragraph-kaiwa):not(
.is-style-st-paragraph-kaiwa-b
):not(.has-small-font-size):not(.has-large-font-size):not(
.has-huge-font-size
),
[class*=" is-style-st-paragraph-"]:not(.has-st-regular-font-size):not(
.is-style-st-paragraph-dotline
):not(.is-style-st-paragraph-memo):not(.is-style-st-paragraph-kaiwa):not(
.is-style-st-paragraph-kaiwa-b
):not(.has-small-font-size):not(.has-large-font-size):not(
.has-huge-font-size
) {
font-size: 0.9em !important;
line-height: 1.5 !important;
}
@media print, screen and (max-width: 599px) {
[class^="is-style-st-paragraph-"]:not(.has-st-regular-font-size):not(
.is-style-st-paragraph-dotline
):not(.is-style-st-paragraph-memo):not(.is-style-st-paragraph-kaiwa):not(
.is-style-st-paragraph-kaiwa-b
),
[class*=" is-style-st-paragraph-"]:not(.has-st-regular-font-size):not(
.is-style-st-paragraph-dotline
):not(.is-style-st-paragraph-memo):not(.is-style-st-paragraph-kaiwa):not(
.is-style-st-paragraph-kaiwa-b
),
[class^="is-style-st-paragraph-"]:not(
.has-st-regular-font-size
).has-st-icon:not(.is-style-st-paragraph-dotline):not(
.is-style-st-paragraph-memo
):not(.is-style-st-paragraph-kaiwa):not(.is-style-st-paragraph-kaiwa-b),
[class*=" is-style-st-paragraph-"]:not(
.has-st-regular-font-size
).has-st-icon:not(.is-style-st-paragraph-dotline):not(
.is-style-st-paragraph-memo
):not(.is-style-st-paragraph-kaiwa):not(.is-style-st-paragraph-kaiwa-b) {
font-size: 0.95em;
line-height: 1.5;
}
} [class^="is-style-st-paragraph-"]::before,
[class*=" is-style-st-paragraph-"]::before {
order: -2;
padding: 0 0.8em 0 0;
}
.is-style-st-paragraph-bubble::before,
.is-style-st-paragraph-marumozi::before {
padding-right: 0.5em;
margin-left: -0.2em;
}
.is-style-st-paragraph-bubble:not(.has-text-color)::before,
.is-style-st-paragraph-marumozi:not(.has-text-color)::before {
color: #999;
} [class^="is-style-st-paragraph-"]::before,
[class*=" is-style-st-paragraph-"]::before {
font-size: 1.1em;
}
@media print, screen and (max-width: 599px) {
[class^="is-style-st-paragraph-"]::before,
[class*=" is-style-st-paragraph-"]::before {
font-size: 1.2em;
}
} .is-style-st-paragraph-pen {
background-color: #fafafa;
}
.is-style-st-paragraph-pen::before {
content: "\f040";
border-right: 1px solid #dddddd;
margin-right: 0.7em;
}
.is-style-st-paragraph-pen:not(.has-text-color)::before {
color: #999;
}
.is-style-st-paragraph-marumozi.has-st-icon-camera::before,
.is-style-st-paragraph-marumozi.has-st-icon-eye::before,
.is-style-st-paragraph-marumozi.has-st-icon-hand-right::before {
font-size: 0.9em;
} .is-style-st-paragraph-memo-txt {
background-color: #fafafa;
}
.is-style-st-paragraph-memo-txt::before {
content: "\f0f6";
border-right: 1px solid #dddddd;
margin-right: 0.7em;
}
.is-style-st-paragraph-memo-txt:not(.has-text-color)::before {
color: #999;
} .is-style-st-paragraph-link {
background-color: #fafafa;
}
.is-style-st-paragraph-link::before {
content: "\f0c1";
color: #c2c2c2;
font-size: 1em;
border-right: 1px solid #dddddd;
margin-right: 0.7em;
} .is-style-st-paragraph-check {
background-color: #fff8e1;
}
.is-style-st-paragraph-check::before {
content: "\f00c";
color: #ff8f00;
border-right: 1px solid #ffe082;
margin-right: 0.7em;
} .is-style-st-paragraph-point {
background-color: #fff8e1;
}
.is-style-st-paragraph-point::before {
content: "\f0eb";
color: #ffa726;
border-right: 1px solid #ffe082;
margin-right: 0.7em;
} .is-style-st-paragraph-info-circle {
background-color: #e1f5fe;
}
.is-style-st-paragraph-info-circle::before {
content: "\f05a";
color: #4fc3f7;
border-right: 1px solid #c0e9fc;
margin-right: 0.7em;
} .is-style-st-paragraph-bigginer {
background-color: #f1f8e9;
}
.is-style-st-paragraph-bigginer::before {
content: "\e910";
color: #9ccc65;
border-right: 1px solid #9ccc65;
margin-right: 0.7em;
} .is-style-st-paragraph-attention {
background-color: #ffebee;
}
.is-style-st-paragraph-attention::before {
content: "\f06a";
color: #ef5350;
border-right: 1px solid #f9bdbc;
margin-right: 0.7em;
} .is-style-st-paragraph-attention-gray {
background-color: #fafafa;
}
.is-style-st-paragraph-attention-gray::before {
content: "\f06a";
color: #c2c2c2;
border-right: 1px solid #dddddd;
margin-right: 0.7em;
} .is-style-st-paragraph-circle-o {
background-color: #e1f5fe;
}
.is-style-st-paragraph-circle-o::before {
content: "\f10c";
color: #4fc3f7;
border-right: 1px solid #c0e9fc;
margin-right: 0.7em;
} .is-style-st-paragraph-times {
background-color: #ffebee;
}
.is-style-st-paragraph-times::before {
content: "\f00d";
color: #ef5350;
border-right: 1px solid #f9bdbc;
margin-right: 0.7em;
} .is-style-st-paragraph-thumbs-o-up {
background-color: #e1f5fe;
}
.is-style-st-paragraph-thumbs-o-up::before {
content: "\f164";
color: #4fc3f7;
border-right: 1px solid #c0e9fc;
margin-right: 0.7em;
} .is-style-st-paragraph-thumbs-o-down {
background-color: #ffebee;
}
.is-style-st-paragraph-thumbs-o-down::before {
content: "\f165";
color: #ef5350;
border-right: 1px solid #f9bdbc;
margin-right: 0.7em;
} .is-style-st-paragraph-code {
font-family: monospace !important;
background-color: #313131;
color: #fafafa;
}
.is-style-st-paragraph-code::before {
content: "\f121";
color: #cccccc;
font-size: 1em;
border-right: 1px solid #616161;
margin-right: 0.7em;
} .is-style-st-paragraph-kaiwa,
.is-style-st-paragraph-kaiwa-b {
padding: 0 !important;
max-width: 100%;
box-sizing: border-box;
align-items: flex-start;
}
.is-style-st-paragraph-kaiwa .st-paragraph-kaiwa-text,
.is-style-st-paragraph-kaiwa-b .st-paragraph-kaiwa-text {
padding: 15px 20px;
line-height: 1.5;
background: #f5f5f5;
margin-left: 15px;
display: inline-block;
border-radius: 5px;
word-break: break-all;
margin-top: 5px;
}
.is-style-st-paragraph-kaiwa::after,
.is-style-st-paragraph-kaiwa-b::after {
content: "";
position: absolute;
top: 20px !important;
right: inherit;
bottom: inherit;
border: 10px solid transparent;
border-right-color: #f5f5f5;
box-shadow: none;
}
.is-style-st-paragraph-kaiwa::before,
.is-style-st-paragraph-kaiwa-b::before {
content: "";
display: inline-block;
width: 60px;
min-width: 60px;
height: 60px;
background-size: cover;
vertical-align: middle;
top: 0 !important;
left: 0 !important;
border-radius: 50%;
padding-right: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) { .is-style-st-paragraph-kaiwa::before,
.is-style-st-paragraph-kaiwa-b::before {
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
}
} .is-style-st-paragraph-kaiwa.has-small-font-size::before,
.is-style-st-paragraph-kaiwa-b.has-small-font-size::before {
width: 50px;
min-width: 50px;
height: 50px;
border-radius: 0;
border: none;
}
.is-style-st-paragraph-kaiwa.has-small-font-size .st-paragraph-kaiwa-text,
.is-style-st-paragraph-kaiwa-b.has-small-font-size .st-paragraph-kaiwa-text {
padding: 10px 15px;
margin-left: 13px;
}
.is-style-st-paragraph-kaiwa.has-small-font-size::after,
.is-style-st-paragraph-kaiwa-b.has-small-font-size::after {
left: 50px !important;
top: 17px !important;
border: 7px solid transparent;
border-right-color: #f5f5f5;
}
.is-style-st-paragraph-kaiwa.has-small-font-size:not(.stop)::before,
.is-style-st-paragraph-kaiwa-b.has-small-font-size:not(.stop)::before {
animation: none;
} .mini.is-style-st-paragraph-kaiwa::before,
.mini.is-style-st-paragraph-kaiwa-b::before {
width: 40px;
min-width: 40px;
height: 40px;
}
.mini.is-style-st-paragraph-kaiwa .st-paragraph-kaiwa-text,
.mini.is-style-st-paragraph-kaiwa-b .st-paragraph-kaiwa-text {
padding: 10px;
margin-left: 5px;
margin-top: 10px;
font-size: 0.8em;
line-height: 1em;
}
.mini.is-style-st-paragraph-kaiwa::after,
.mini.is-style-st-paragraph-kaiwa-b::after {
left: 35px !important;
border-left: 5px solid transparent;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-right-width: 5px;
}
.mini.is-style-st-paragraph-kaiwa::after,
.mini.is-style-st-paragraph-kaiwa-b::after {
top: 50%;
} .is-style-st-paragraph-memo {
background-color: #fffde7;
padding: 20px 30px;
border: 0;
border-radius: 0;
}
.is-style-st-paragraph-memo::before {
content: "";
border-style: solid;
margin-right: 0 !important;
border-color: transparent;
border-right: 15px solid #fff !important;
border-width: 0 15px 15px 0;
position: absolute;
top: 0;
left: inherit;
right: 0;
width: 0;
height: 0;
z-index: 2;
}
.is-style-st-paragraph-memo::after {
content: "";
border-style: solid;
border-color: transparent #fff #1a1a1a transparent;
border-width: 0 15px 15px 0;
position: absolute;
top: 0;
left: inherit;
right: 0;
width: 0;
height: 0;
opacity: 0.1;
z-index: 3;
} .is-style-st-paragraph-dotline {
background-color: #fce4ec;
box-shadow: 0px 0px 0px 7px #fce4ec;
padding: 1.5em;
border: 2px dashed rgba(255, 255, 255, 0.7);
margin-left: 7px;
margin-right: 7px;
box-sizing: border-box;
}  [class*="is-style-st-paragraph-"].has-st-icon-pencil::before {
content: "\f040";
}
[class*="is-style-st-paragraph-"].has-st-icon-file-text-o::before {
content: "\f0f6";
}
[class*="is-style-st-paragraph-"].has-st-icon-check::before {
content: "\f00c";
}
[class*="is-style-st-paragraph-"].has-st-icon-exclamation-circle::before {
content: "\f06a";
}
[class*="is-style-st-paragraph-"].has-st-icon-question-circle::before {
content: "\f059";
}
[class*="is-style-st-paragraph-"].has-st-icon-link::before {
content: "\f0c1";
}
[class*="is-style-st-paragraph-"].has-st-icon-search::before {
content: "\f002";
}
[class*="is-style-st-paragraph-"].has-st-icon-eye::before {
content: "\f06e";
}
[class*="is-style-st-paragraph-"].has-st-icon-camera::before {
content: "\f030";
}
[class*="is-style-st-paragraph-"].has-st-icon-gift::before {
content: "\f06b";
}
[class*="is-style-st-paragraph-"].has-st-icon-heart::before {
content: "\f004";
}
[class*="is-style-st-paragraph-"].has-st-icon-user::before {
content: "\f007";
}
[class*="is-style-st-paragraph-"].has-st-icon-comment::before {
content: "\f075";
}
[class*="is-style-st-paragraph-"].has-st-icon-lightbulb::before {
content: "\e915";
}
[class*="is-style-st-paragraph-"].has-st-icon-bullhorn::before {
content: "\f0a1";
}
[class*="is-style-st-paragraph-"].has-st-icon-diamond::before {
content: "\f219";
}
[class*="is-style-st-paragraph-"].has-st-icon-oukan::before {
content: "\e908";
}
[class*="is-style-st-paragraph-"].has-st-icon-bigginer_l::before {
content: "\e910";
}
[class*="is-style-st-paragraph-"].has-st-icon-info-circle::before {
content: "\f05a";
}
[class*="is-style-st-paragraph-"].has-st-icon-circle-o::before {
content: "\f10c";
}
[class*="is-style-st-paragraph-"].has-st-icon-times::before {
content: "\f00d";
}
[class*="is-style-st-paragraph-"].has-st-icon-thumbs-up::before {
content: "\f164";
}
[class*="is-style-st-paragraph-"].has-st-icon-thumbs-down::before {
content: "\f165";
}
[class*="is-style-st-paragraph-"].has-st-icon-hand-right::before {
content: "\e974";
}
[class*="is-style-st-paragraph-"].has-st-icon-emotion-smile::before {
content: "\e91b";
}
[class*="is-style-st-paragraph-"].has-st-icon-emotion-meh::before {
content: "\e91a";
}
[class*="is-style-st-paragraph-"].has-st-icon-emotion-frown::before {
content: "\e919";
}
[class*="is-style-st-paragraph-"].has-st-icon-clock-o::before {
content: "\f017";
}
[class*="is-style-st-paragraph-"].has-st-icon-folder::before {
content: "\f07b";
}
[class*="is-style-st-paragraph-"].has-st-icon-shopping-cart::before {
content: "\f217";
}
[class*="is-style-st-paragraph-"].has-st-icon-download::before {
content: "\f019";
}
[class*="is-style-st-paragraph-"].has-st-icon-twitter::before {
content: "\e92c";
}
[class*="is-style-st-paragraph-"].has-st-icon-facebook-square::before {
content: "\f082";
}
[class*="is-style-st-paragraph-"].has-st-icon-youtube-play::before {
content: "\f16a";
}
[class*="is-style-st-paragraph-"].has-st-icon-amazon::before {
content: "\f270";
}
[class*="is-style-st-paragraph-"].has-st-icon-instagram::before {
content: "\e903";
}
[class*="is-style-st-paragraph-"].has-st-icon-line::before {
content: "\e912";
} :root .is-style-st-paragraph-bubble,
:root .is-style-st-paragraph-bubble.has-background {
position: relative;
background: #f3f3f3;
color: #1a1a1a;
line-height: 1.4;
margin-bottom: 20px;
padding: 0.6em 1em;
width: fit-content;
width: -webkit-fit-content;
width: -moz-fit-content;
z-index: 0;
}
.is-style-st-paragraph-bubble.has-st-border {
border-style: solid;
}
.is-style-st-paragraph-bubble::after {
content: "";
position: absolute;
margin-left: -10px;
border: 10px solid transparent;
border-top: 10px solid #f3f3f3;
top: 100%;
left: 2em;
right: inherit;
padding: 0;
margin-right: 0;
} .is-style-st-paragraph-bubble.has-text-align-center {
margin-left: auto;
margin-right: auto;
}
.is-style-st-paragraph-bubble.has-text-align-center::after {
left: 50%;
}
.wp-block-group.is-st-justify-center
.wp-block-group__inner-container
.is-style-st-paragraph-bubble::after {
left: 50%;
}
.is-style-st-paragraph-bubble.has-text-align-right {
margin-left: auto !important;
margin-right: 0;
} .is-style-st-paragraph-bubble.has-st-border::after {
content: "";
position: absolute;
margin-left: -2px;
border: 12px solid transparent;
border-top: 12px solid #eee;
top: 100%;
left: 1.5em;
padding: 0;
margin-right: 0;
z-index: -1;
}
.is-style-st-paragraph-bubble.has-st-thick-border-width::after {
margin-left: -7px;
border-width: 16px;
} .is-style-st-paragraph-marumozi {
line-height: 1.5;
width: fit-content;
width: -webkit-fit-content;
width: -moz-fit-content;
background: #f3f3f3;
border-radius: 1.4em !important;
z-index: 1;
}
.is-style-st-paragraph-marumozi,
.is-style-st-paragraph-marumozi.has-background {
padding: 0.5em 1.4em;
margin-bottom: 20px;
}
.is-style-st-paragraph-marumozi::before {
content: none;
}
.is-style-st-paragraph-marumozi::after {
content: none;
border: none;
} .is-style-st-paragraph-marumozi.has-text-align-center {
margin-left: auto;
margin-right: auto;
}
.is-style-st-paragraph-marumozi.has-text-align-right {
margin-left: auto;
margin-right: 0;
} .st-header-flexwrap:not(.st-flexbox-left)
.st-header-flexbox
.is-style-st-paragraph-marumozi {
margin-left: auto;
margin-right: auto;
} .is-style-st-paragraph-button {
display: flex;
width: fit-content;
width: -webkit-fit-content;
padding: 0.5em 1em 0.5em 1.2em !important;
border-radius: 999px !important;
background-color: #f44336;
color: #fff;
margin-left: 0;
line-height: 1.5em;
box-shadow: 0 0 5px #ccc;
align-items: center;
word-break: break-all;
}
.is-style-st-paragraph-button.has-background {
padding: 0.5em 1em 0.5em 1.2em !important;
}
.is-style-st-paragraph-button::before {
content: none;
}
.is-style-st-paragraph-button::after {
content: "\f054";
font-family: stsvg;
position: relative;
top: inherit;
left: inherit;
height: inherit;
padding-left: 0.7em;
font-size: 0.8em;
opacity: 0.5;
border: none;
}
.is-style-st-paragraph-button a {
color: #fff;
text-decoration: none;
line-height: 1.5em;
}
.is-style-st-paragraph-button:hover {
opacity: 0.8;
box-shadow: none;
} .is-style-st-paragraph-button.has-text-align-center {
margin-left: auto;
margin-right: auto;
}
.is-style-st-paragraph-button.has-text-align-right {
margin-left: auto;
margin-right: 0;
} .st-header-flexwrap:not(.st-flexbox-left)
.st-header-flexbox
.is-style-st-paragraph-button {
margin-left: auto;
margin-right: auto;
} .is-style-default::before {
content: none;
}
.is-style-default {
background-color: transparent;
}
.is-style-default::after {
content: none;
} .wp-block-column > *:last-child,
.wp-block-column
.wp-block-st-blocks-flexbox.st-flexbox-link
.st-header-flexwrap:last-child {
margin-bottom: 0;
}
.wp-block-columns.is-st-fixed-columns {
flex-wrap: nowrap;
}
.wp-block-columns {
gap: 1em !important;
margin-bottom: 20px;
}
.gap-0 {
gap: 0 !important;
}
@media only screen and (max-width: 600px) {
.wp-block-columns:not(.is-st-fixed-columns):not(.is-not-stacked-on-mobile) {
flex-direction: column;
}
.wp-block-columns:not(.is-st-fixed-columns):not(.is-not-stacked-on-mobile)
.wp-block-column:last-child {
margin-bottom: 0;
}
.wp-block-columns:not(.is-st-fixed-columns):not(.is-not-stacked-on-mobile)
.wp-block-column {
width: 100%;
box-sizing: border-box;
margin-left: 0;
}
} .wp-block-columns.scroll-x {
flex-direction: row !important;
flex-wrap: inherit !important;
overflow-x: auto;
min-width: 100%;
display: flex;
}
.wp-block-columns.scroll-x > .wp-block-column {
flex-basis: 100% !important;
margin-bottom: 10px !important;
}
.wp-block-columns.scroll-x .wp-block-column {
min-width: 100%;
} .wp-block-columns.scroll-x.w50 > .wp-block-column {
min-width: calc(50% - 5px);
flex-basis: calc(50% - 5px) !important;
}
.wp-block-columns.scroll-x.w50 > .wp-block-column:not(:first-child) {
margin-left: 10px !important;
} .scroll-x-80-wrapper {
overflow-x: scroll;
white-space: nowrap;
width: 100%;
}
.scroll-x-80-wrapper .wp-block-columns.scroll-x-80 {
display: inline-block;
}
.scroll-x-80-wrapper .wp-block-column {
width: 80%;
display: inline-block;
vertical-align: top;
box-sizing: border-box;
white-space: normal;
overflow: hidden;
} ul.blocks-gallery-grid li.blocks-gallery-item,
.post ul.blocks-gallery-grid li.blocks-gallery-item {
padding-bottom: 0;
line-height: inherit;
font-size: 0.9em;
}
ul.blocks-gallery-grid,
.post
ul.blocks-gallery-grid:not(.toc_list):not(.st_toc_list):not(.children):not(
.slick-dots
):not(.st-pvm-nav-list) {
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
margin-bottom: 20px;
} .wp-block-st-blocks-flexbox.st-header-flexwrap,
.wp-block-st-blocks-flexbox.st-flexbox-link .st-header-flexwrap {
margin-bottom: 0;
} .wp-block-st-blocks-st-slidebox.st-slidebox-c {
padding: 0;
background-color: transparent;
}
.wp-block-st-blocks-st-slidebox.st-slidebox-c.has-st-background,
.wp-block-st-blocks-st-slidebox.st-slidebox-c.has-st-border {
padding: 15px;
}
.wp-block-st-blocks-st-slidebox.st-slidebox-c .st-btn-open i {
opacity: 0.8;
} @media only screen and (max-width: 959px) { #content-w {
position: relative;
z-index: 0;
}
.s-navi-active body,
.s-navi-search-active body {
position: fixed;
width: 100%;
height: 100%;
}
#st-ami {
position: relative;
transition: all 0.3s;
left: 0;
}
.s-navi-active #st-ami {
left: 250px; }
.s-navi-search-slide.s-navi-search-active #st-ami {
left: -250px; } .s-navi-active.s-navi-right #st-ami {
left: -250px; }
.s-navi-search-slide.s-navi-search-active.s-navi-right #st-ami {
left: 250px; } .st-header-under-widgets .slider:not(.is-center-mode) {
padding-left: 15px;
padding-right: 15px;
}
#side aside {
clear: both;
float: none;
width: auto;
position: static;
padding-top: 10px;
} .sns .st-fa,
.sns .fa {
font-size: 20px;
}
.sns li a {
box-sizing: border-box;
height: 48px;
padding: 10px 15px;
}  .rssbox a,
.st-originalbtn {
padding: 10px 15px;
}
.originalbtn-bold {
font-weight: bold;
font-size: 120%;
}
.btnwebfont i {
font-size: 120%;
} #footer .headbox .textwidget {
display: inline-block;
padding: 10px 20px;
border-radius: 3px;
margin: 0 auto 10px;
background: #ccc;
max-width: 100%;
box-sizing: border-box;
}
#footer .headbox {
text-align: center;
}
#footer .headbox p {
font-size: 0.9em;
line-height: 1.2;
text-align: center;
margin-bottom: 0;
} } @media only screen and (min-width: 600px) and (max-width: 959px) {
.tabnone {
display: none;
}
.s-navi-active #st-ami {
left: 320px; }
.s-navi-search-slide.s-navi-search-active #st-ami {
left: -320px; } .s-navi-active.s-navi-right #st-ami {
left: -320px; }
.s-navi-search-slide.s-navi-search-active.s-navi-right #st-ami {
left: 320px; } .sns .st-fa,
.sns .fa {
font-size: 25px;
}
.sns li a {
box-sizing: border-box;
height: 58px;
padding: 15px 20px;
}  #side aside .st-pagelists ul li a {
padding: 15px 20px;
} #side aside .st-pagelists .sub-menu a {
padding: 15px 20px;
} #side aside .st-pagelists .sub-menu .sub-menu a {
padding: 15px 20px;
} :root #side aside .st-pagelists > ul > li:last-child {
border-bottom: none;
} #s-navi dd.acordion_tree {
width: 320px; left: -320px; }
.s-navi-search-slide #s-navi dd.acordion_search {
width: 320px; right: -320px; } .s-navi-active #s-navi dl.acordion {
left: 320px; }
.s-navi-search-slide.s-navi-search-active #s-navi dl.acordion {
left: -320px; } .s-navi-right #s-navi dd.acordion_tree {
left: auto;
right: -320px; }
.s-navi-search-slide.s-navi-right #s-navi dd.acordion_search {
left: -320px;
right: auto; }
.s-navi-active.s-navi-right #s-navi dl.acordion {
left: -320px; }
.s-navi-search-slide.s-navi-search-active.s-navi-right #s-navi dl.acordion {
left: 320px; }
#s-navi dt.trigger {
height: 58px;
}
.trigger .fa:not(.st-svg-bars) {
font-size: 25px;
}
.op-text,
.op-text a,
.op-text2,
.op-text2 a {
padding: 10px 0;
margin: 0 0 0 7px;
} #st-mobile-logo {
padding: 15px 20px;
line-height: 30px;
font-size: 25px;
} #s-navi dt.trigger .op {
font-size: 30px;
width: 66px;
height: 58px;
}
#s-navi dt.trigger .op.has-text .fa::after {
margin-top: 4px;
} #s-navi dt.trigger .op-st {
box-sizing: border-box;
padding: 9px 20px;
overflow: hidden;
height: 58px;
} #s-navi dt.trigger .op-st2 {
box-sizing: border-box;
padding: 9px 20px;
overflow: hidden;
height: 58px;
} .acordion_tree ul.menu li,
#s-navi dd.acordion_search .acordion_search_content {
font-size: 20px;
}
.acordion_tree ul.menu li a {
padding: 15px 20px;
} .acordion_tree ul.menu li .sub-menu a {
padding-left: 40px;
}
.acordion_tree ul.menu li .sub-menu .sub-menu a {
padding-left: 60px;
}
.acordion_tree ul.menu li .sub-menu .sub-menu .sub-menu a {
padding-left: 80px;
}  .s-navi-active #st-footermenubox {
left: 320px; }
.s-navi-search-slide.s-navi-search-active #st-footermenubox {
left: -320px; } .s-navi-active.s-navi-right #st-footermenubox {
left: -320px; }
.s-navi-search-slide.s-navi-search-active.s-navi-right #st-footermenubox {
left: 320px; } #page-top:not(.page-top-img) a {
width: 100px;
height: 100px;
}
#page-top .st-svg-angle-up::before {
font-size: 30px;
} } @media only screen and (min-width: 600px) {  pre,
.wp-block-details summary,
p, .st-kaiwa-hukidashi, .st-kaiwa-hukidashi2, .yellowbox, .graybox, .redbox, .post ul li, .post ol li, .st-tab-content > label, .st-tabs__tab-list-item {
font-size: 20px;
line-height: 30px;
}
.st-tabs__tab-list-item { line-height: 30px !important;
} .entry-title:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2),
.post
.entry-title:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2) {
font-size: 27px;
line-height: 40px;
} h2.has-st-regular-font-size,
.h2modoki,
h2:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2) {
font-size: 24px;
line-height: 35px;
} .post h3.has-st-regular-font-size,
.post
h3:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2):not(.rankh3):not(.post-card-title):not(#reply-title),
.h3modoki,
.st-step-title {
font-size: 22px;
line-height: 32px;
} .post h4.has-st-regular-font-size,
.h4modoki,
.post
h4:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2):not(.point):not(.rankh4) {
font-size: 21px;
line-height: 31px;
} .post h5.has-st-regular-font-size,
h5,
h5 span,
.h5modoki,
.post h5 {
font-size: 18px;
line-height: 28px;
} .post h6.has-st-regular-font-size,
h6,
h6 span,
.h6modoki,
.post h6 {
font-size: 18px;
line-height: 28px;
}
header {
text-align: left;
}
#headbox {
padding: 0 10px 10px;
margin: 0;
text-align: center;
}
#header-l img {
margin: 0 auto;
}
.sitename img {
max-width: 100%;
margin: 0;
}
main {
background-color: #fff;
padding: 20px 30px;
padding-right: calc(constant(safe-area-inset-right) + 10px); padding-left: calc(constant(safe-area-inset-left) + 10px); }
.st-eyecatch {
margin: -20px -30px 10px;
}
.is-style-st-eyecatch-width,
.st-eyecatch-width {
margin: 0 -30px 20px;
}
.st-eyecatch.st-eyecatch-under {
margin-top: 0;
margin-bottom: 30px;
} .nowhits .pop-box {
margin: -20px 0 20px;
} .st-eyecatch + .nowhits .pop-box,
.nowhits-eye .pop-box {
margin: -11px 0 20px;
} .colum1.st-lp-wide .st-lp-wide-wrapper {
margin: 0 -30px 0;
padding: 30px 30px 10px;
} .freebox {
font-size: 18px;
line-height: 28px;
} p,
.post h5 {
margin-bottom: 20px;
}
dd p {
margin-bottom: 5px;
} .entry-title:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2),
.post
.entry-title:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2) {
color: #333;
margin-bottom: 10px;
}
.h2modoki::after,
h2:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2)::after {
bottom: -10px;
left: 50px;
}
.h2modoki::before,
h2:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2)::before {
bottom: -10px;
left: 50px;
} .tuzuki a {
width: 50%;
} .post p.cardbox-more {
display: inline-block;
}
.kanren:not(.st-cardbox) .clearfix dd p {
font-size: 16px;
line-height: 26px;
} .kanren
.no-thumbitiran
h3:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2) {
font-size: 16px;
line-height: 26px;
} .kanren.pop-box
dd
h5:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2),
#side
.kanren.pop-box
dd
h5:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2) {
font-size: 18px;
line-height: 27px;
} aside
h4:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2),
#side
aside
h4:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2),
.st-widgets-title:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2) {
font-size: 16px;
}
#side aside #mybox ul li ul li {
font-size: 16px;
line-height: 26px;
} .yellowbox,
.redbox,
.graybox {
margin-bottom: 20px;
} .adbox {
margin: 0;
text-align: left;
}
.adbox div {
margin: 0;
}
.middle-ad {
margin: 0 0 10px;
text-align: left;
} .responbox .lbox img {
width: 100%;
box-sizing: border-box;
} .responbox30 .lbox {
float: left;
padding-right: 15px;
width: 30%;
box-sizing: border-box;
}
.responbox30 .rbox {
float: left;
box-sizing: border-box;
width: 70%;
} .responbox33 .lbox {
float: left;
padding: 5px;
width: 33.33%;
box-sizing: border-box;
} .responbox .lbox {
float: left;
padding-right: 15px;
width: 40%;
box-sizing: border-box;
}
.responbox .rbox {
float: left;
box-sizing: border-box;
width: 60%;
}
.responbox40 .lbox {
float: left;
padding-right: 15px;
width: 40%;
box-sizing: border-box;
}
.responbox40 .rbox {
float: left;
box-sizing: border-box;
width: 60%;
} .responbox50 .lbox {
float: left;
padding-right: 7px;
width: 50%;
box-sizing: border-box;
}
.responbox50 .rbox {
float: left;
padding-left: 7px;
box-sizing: border-box;
width: 50%;
} .responbox60 .lbox {
float: left;
padding-right: 15px;
width: 60%;
box-sizing: border-box;
}
.responbox60 .rbox {
float: left;
box-sizing: border-box;
width: 40%;
} .responbox70 .lbox {
float: left;
padding-right: 15px;
width: 70%;
box-sizing: border-box;
}
.responbox70 .rbox {
float: right;
box-sizing: border-box;
width: 30%;
} #topnews-box div {
padding: 0 10px 10px;
}
#topnews-box div.rss-bar {
font-size: 14px;
}
#topnews-box dt {
font-size: 14px;
margin-bottom: 5px;
padding-bottom: 5px;
float: left;
width: 90px;
clear: both;
}
#topnews-box dd {
padding-left: 100px;
padding-bottom: 5px;
font-size: 14px;
margin-bottom: 10px;
}
#topnews-box div dl dd a {
text-decoration: none;
} #topnews dt {
float: left;
width: 150px;
}
#topnews dt img {
width: 100%;
}
#topnews dd {
padding-left: 170px;
}
#topnews .clearfix dd h5 {
font-size: 24px;
font-weight: bold;
padding: 0px;
margin-bottom: 5px;
}
#topnews .clearfix dd p {
font-size: 13px;
color: #666;
line-height: 24px;
margin: 0px;
padding: 0px;
}
#topnews .clearfix dd h5 a {
color: #333;
text-decoration: none;
} .colum1 #side {
display: none;
}
.colum1 main {
margin: 0px -10px 20px;
padding: 20px 30px;
padding-right: calc(constant(safe-area-inset-right) + 10px); padding-left: calc(constant(safe-area-inset-left) + 10px); }
.home .colum1 main,
.category .colum1 main {
padding-right: calc(
constant(safe-area-inset-right) + 10px
) !important; padding-left: calc(
constant(safe-area-inset-left) + 10px
) !important; } #hakusinote .colum1 main {
margin: 0px;
padding: 20px;
}
.colum1 .st-eyecatch {
margin: 0 -50px 10px;
} .st-lp-wide .st-eyecatch-under {
margin: 0 -50px 0;
}
.colum1.st-lp-wide .st-eyecatch {
margin-bottom: 0;
}
.colum1 .is-style-st-eyecatch-width,
.colum1 .st-eyecatch-width {
margin: 0 -50px 20px;
}
.colum1 .st-eyecatch.st-eyecatch-under {
margin-top: 0;
} main .st-formbtn {
width: 60%;
margin: 20px auto;
} .st-youtube .st-svg-youtube-play {
font-size: 60px;
width: 60px;
height: 60px;
} .st-cardbox .clearfix dd h5 {
margin-bottom: 10px;
} .st-cardstyleb .st-cardbox {
border: none;
padding: 0;
}
.st-cardstyleb .kanren dl,
.st-cardstyleb .kanren.st-cardbox dl:last-child {
box-sizing: border-box;
border: 1px solid #ccc;
background: #fff;
}
.st-cardstyleb .kanren dl {
width: 100%;
}
.st-cardstyleb .kanren dt {
float: none !important;
width: 100% !important;
height: auto;
overflow: hidden;
position: relative;
}
.st-cardstyleb .kanren dt img {
width: 100% !important;
}
.st-cardstyleb .kanren.st-cardbox dd {
padding: 15px 20px 20px;
}
.st-cardstyleb .kanren .clearfix dd p {
line-height: 1.8;
}
.st-cardstyleb .kanren .st-top-box {
padding: 5px;
box-sizing: border-box;
width: 100%;
}
.st-cardstyleb .kanren .st-top-box dl {
margin-bottom: 0;
position: relative;
}
.st-cardstyleb .kanren .st-top-box a.st-box-a {
display: block;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 999;
}
.st-cardstyleb .kanren .st-top-box a:hover {
text-decoration: none;
background: #fff;
opacity: 0.3;
}
.st-cardstyleb .kanren .st-top-box img.size-full,
.st-cardstyleb .kanren .st-top-box img.size-large {
margin-bottom: 0;
}
.st-cardstyleb .cardbox-more a {
display: block;
} #st_toc_container > ul > li,
.st_toc_container > ul > li {
font-size: 20px;
} } @media print, screen and (min-width: 960px) { pre,
.wp-block-details summary,
p, .st-kaiwa-hukidashi, .st-kaiwa-hukidashi2, .yellowbox, .graybox, .redbox, .post ul li, .post ol li, .post table tr td,
.st-tab-content > label, .st-tabs__tab-list-item, table tr td {
font-size: 15px;
line-height: 27px;
}
.st-tabs__tab-list-item { line-height: 27px !important;
}
.st-tab-category .st-tab-content > label {
font-size: 14px;
line-height: 24px;
} .entry-title:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2),
.post
.entry-title:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2) {
font-size: 27px;
line-height: 40px;
} h2.has-st-regular-font-size,
.h2modoki,
h2:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2) {
font-size: 24px;
line-height: 34px;
} .post h3.has-st-regular-font-size,
.post
h3:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2):not(.rankh3):not(.post-card-title):not(#reply-title),
.h3modoki,
.st-step-title {
font-size: 20px;
line-height: 30px;
} .post h4.has-st-regular-font-size,
.h4modoki,
.post
h4:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2):not(.point):not(.rankh4) {
font-size: 16px;
line-height: 26px;
} .post h5.has-st-regular-font-size,
h5,
h5 span,
.h5modoki,
.post h5 {
font-size: 15px;
line-height: 27px;
} .post h6.has-st-regular-font-size,
h6,
h6 span,
.h6modoki,
.post h6 {
font-size: 15px;
line-height: 27px;
} .st-embed-cardlink .st-cardbox .clearfix dd h5, .post .st-embed-cardlink .st-cardbox .clearfix dd h5,
#side .st-embed-cardlink .st-cardbox .clearfix dd h5,
.st-cardbox.st-cardbox-wide .clearfix dd h5,
.post .st-cardbox.st-cardbox-wide .clearfix dd h5,
#side .st-cardbox.st-cardbox-wide .clearfix dd h5 {
border-bottom: none;
} header .sitename a:hover {
-moz-opacity: 0.8;
opacity: 0.8;
}
.post .st-catgroup a:hover {
opacity: 0.5;
}
.rssbox a:hover {
-moz-opacity: 0.8;
opacity: 0.8;
}
#side aside .st-pagelists ul li a:hover {
-moz-opacity: 0.8;
opacity: 0.8;
}
#playnow,
.tagcloud,
.st-formbtn,
.st-originalbtn {
transition: 0.5s;
}
#playnow:hover,
.tagcloud:hover,
.st-formbtn:hover,
.st-originalbtn:hover {
opacity: 0.6;
}
.wpcf7-submit:hover {
opacity: 0.9;
}
.st-cardstyle .kanren .st-top-box a:hover {
text-decoration: none;
background: #fff;
opacity: 0.3;
}
.op-st:hover {
opacity: 0.5;
}
.op-st2:hover {
opacity: 0.5;
}
.st-pagelink a:hover {
opacity: 0.5;
} #topnews-box {
padding: 10px 0;
} #side .st-author-description {
font-size: 80%;
} #st-menuwide {
border-radius: 1px;
border: solid 1px #e0dede;
padding: 0px;
margin: 0 auto; background: #f3f3f3; background: -webkit-linear-gradient(#fff 0%, #f3f3f3 100%); background: linear-gradient(#fff 0%, #f3f3f3 100%);
}
nav.smanone {
margin: 0 auto;
}
nav.st5 {
margin: 0 auto;
}
header .smanone ul.menu li .st-fa,
header nav.st5 ul.menu li .st-fa,
header #st-menuwide div.menu li .st-fa,
header #st-menuwide nav.menu li .st-fa,
header .smanone ul.menu li .fa,
header nav.st5 ul.menu li .fa,
header #st-menuwide div.menu li .fa,
header #st-menuwide nav.menu li .fa {
margin-right: 5px;
}
header .smanone ul.menu li {
box-sizing: border-box;
list-style-type: none;
float: left;
height: 40px;
text-align: center;
border-right: solid 1px #f3f3f3;
position: relative;
}
header .smanone ul.menu > li:last-child {
border: none;
}
header .smanone ul.menu li a {
display: inline-flex;
align-items: center;
justify-content: center;
white-space: nowrap;
font-size: 13px;
overflow: hidden;
width: 100%;
height: 100%;
line-height: 40px;
color: #333;
text-decoration: none;
position: relative;
z-index: 1;
}
header .smanone ul.menu li li a {
background: #f3f3f3;
border-top: solid 1px rgba(255, 255, 255, 0.1);
z-index: 100000;
}
header .smanone ul.menu li a:hover {
color: #ff0000;
}
header .smanone ul.sub-menu li ul.sub-menu {
position: absolute;
top: 0;
}
header .smanone ul.sub-menu {
display: none;
} header .smanone ul.menu {
zoom: 1;
}
* + html header .smanone ul.menu li {
display: inline;
zoom: 1;
}
* + html header .smanone ul.sub-menu {
zoom: 1;
position: relative;
} #header-r .footermenust.st-menu-side a:hover {
opacity: 0.7;
}  #side aside .st-pagelists ul li a {
padding-top: 8px;
padding-bottom: 8px;
} #side aside .st-pagelists .sub-menu a {
padding-top: 8px;
padding-bottom: 8px;
} #side aside .st-pagelists .sub-menu .sub-menu a {
padding-top: 8px;
padding-bottom: 0;
}
#side aside .st-pagelists .sub-menu .sub-menu li:last-child a {
padding-bottom: 8px;
} .smanone {
display: block;
}
.pcnone {
display: none !important;
} header {
padding: 0;
}
#header-l {
padding-top: 0;
}
#headbox {
padding: 15px 10px;
margin: 0 auto;
text-align: left;
}
#headbox img {
margin: 0;
}
#st-headwide #headbox img {
margin: 0 auto;
}
nav {
display: block;
} .ie7 aside ul li,
.ie8 aside ul li,
.ie9 aside ul li {
display: list-item;
padding: 0;
} .freebox {
font-size: 14px;
line-height: 24px;
} p,
.post h5 {
margin-bottom: 20px;
}
dd p {
margin-bottom: 5px;
} .entry-title:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2),
.post
.entry-title:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2) {
color: #333;
margin-bottom: 10px;
} .blogbox p {
font-size: 13px;
margin: 0px;
line-height: 18px;
}
.h2modoki::after,
h2:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2)::after {
bottom: -10px;
left: 50px;
}
.h2modoki::before,
h2:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2)::before {
bottom: -10px;
left: 50px;
}
.post
dd
h5:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2) {
margin-bottom: 5px;
} #side aside ul li {
font-size: 14px;
line-height: 24px;
}
#side aside #mybox ul li ul li {
font-size: 14px;
line-height: 24px;
} .kanren.pop-box
dd
h5:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2),
#side
.kanren.pop-box
dd
h5:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2) {
font-size: 16px;
line-height: 26px;
} .yellowbox,
.redbox,
.graybox {
margin-bottom: 20px;
} .clip-memotext > * {
font-size: 90%;
} .st-memobox2 > * {
font-size: 90%;
} .post .st-minihukidashi,
.st-minihukidashi {
font-size: 90%;
} #headbox {
display: flex;
align-items: center;
justify-content: space-between;
}
#header-l {
display: flex;
align-items: center;
max-width: 300px;
}
#st-footer-link-design {
padding: 0 20px;
}
#st-header-widget > div {
max-width: 300px;
min-width: 200px;
}
#st-icon-logo {
padding-right: 15px;
margin-bottom: 0;
}
#header-r {
padding-top: 0px;
}
#header-r a {
text-decoration: none;
}
#header-r p {
margin: 0px;
}
#header-r .footermenubox {
margin-bottom: 10px;
} #header-r .footermenust {
padding: 0 10px 0 0;
margin: 0px 0 5px;
text-align: right;
}
#header-r .footermenust li {
border-right: 1px solid #333;
font-size: 12px;
line-height: 18px;
margin: 0;
}
#header-r .footermenust li:last-child {
border-right: none;
}
#header-r .footermenust a {
padding: 0px;
margin: 0px;
font-size: 12px;
color: #333;
} .head-telno {
font-size: 25px;
padding: 0 10px 10px;
text-align: center;
}
#header-r .head-telno {
text-align: center;
}
.head-telno a {
color: #333;
}
header .headbox .textwidget {
padding: 5px 10px;
border-radius: 3px;
max-width: 100%;
box-sizing: border-box;
} #footer .headbox .textwidget {
display: inline-block;
padding: 5px 20px;
border-radius: 3px;
margin: 0 auto 10px;
background: #ccc;
max-width: 100%;
box-sizing: border-box;
}
#footer .headbox p {
font-size: 12px;
line-height: 18px;
text-align: center;
margin-bottom: 0;
} #st-headwide #header-l {
float: none;
max-width: 100%;
box-sizing: border-box;
padding: 0;
}
#st-headwide #header-r {
display: none;
} .footer-r {
box-sizing: border-box;
padding: 0 15px 10px 0px;
text-align: left;
}
.footer-r > * {
text-align: left;
}
.footer-r .widget_st_categories_widget a,
.footer-r .widget_categories a {
font-size: 0.9em;
line-height: 1.5;
}
.footer-l {
float: left;
width: 30%;
min-width: 30%;
box-sizing: border-box;
text-align: left;
padding: 0 20px 0 0;
}
.footer-l > * {
text-align: left;
}
.footer-l .head-telno {
padding-left: 0;
}
.footer-r {
float: right;
width: 70%;
box-sizing: border-box;
}
.footer-r.footer-column3 {
padding-right: 0;
}
.footer-r-2 { float: left;
width: 50%;
box-sizing: border-box;
padding-right: 10px;
padding-bottom: 10px;
}
.footer-r-3 { float: right;
width: 50%;
box-sizing: border-box;
padding-left: 10px;
padding-bottom: 10px;
} .st-pagelink .page-numbers {
padding: 7px 8px;
} #side aside .st-pagelists li {
font-size: 13px;
line-height: 24px;
} aside
h4:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2),
#side
aside
h4:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2),
.st-widgets-title:not([class^="is-style-st-heading-custom-"]):not(
[class*=" is-style-st-heading-custom-"]
):not(.st-css-no2) {
font-size: 14px;
} #wrapper {
overflow: visible; padding: 0;
width: 100%;
}
#st-header {
margin: 0 auto;
text-align: center;
}
#content {
margin: 0 auto;
}
#wrapper:not(.colum1) #content-w,
header + #content-w {
padding-top: 10px;
}
#side {
padding: 0;
}
footer {
width: 100%;
}
#footer {
margin: 0 auto;
}
#footer-in {
margin: 0 auto;
}
.st-eyecatch {
margin: -30px -50px 10px;
}
.is-style-st-eyecatch-width,
.st-eyecatch-width {
margin: 0 -50px 20px;
}
.st-eyecatch.st-eyecatch-under {
margin-top: 0;
}
.st-eyecatch img {
border-radius: 4px 4px 0 0;
}
.st-eyecatch.st-eyecatch-under img {
border-radius: 0;
} .colum1.st-lp-wide .st-lp-wide-wrapper {
margin: 0 -70px 0;
padding: 40px 70px 20px;
}  .colum1 main {
margin: 0 0 20px;
padding: 30px 70px;
}
.colum1.lp main {
margin-bottom: 0;
} .colum1.st-lp-wide main {
margin: 0;
}
.colum1.st-lp-wide #content-w {
padding-top: 0;
} #hakusinote #st-header, #hakusinote #content, #hakusinote #footer-in {
max-width: 800px;
}
#hakusinote .colum1 main {
margin: 0px;
padding: 20px;
} .sns {
width: 90%;
}
.sns li {
width: 33%;
}
.snstext {
display: inline;
} dd h3 a {
color: #333;
text-decoration: none;
font-size: 16px;
line-height: 26px;
}
.kanren:not(.st-cardbox) .clearfix dd p {
font-size: 75%;
line-height: 1.7;
}
.colum1 .st-eyecatch {
margin: 0 -70px 10px;
} .st-lp-wide .st-eyecatch-under {
margin: 0 -70px 0;
}
.colum1 .is-style-st-eyecatch-width,
.colum1 .st-eyecatch-width {
margin: 0 -70px 20px;
}
.colum1 .st-eyecatch.st-eyecatch-under {
margin-top: 0;
} nav.st5 {
padding: 5px;
display: block;
}
nav.st5 li {
list-style: none;
position: relative;
float: left;
font-size: 14px;
padding-left: 15px;
padding-right: 15px;
border-right: 1px solid #ccc;
padding-top: 5px;
padding-bottom: 5px;
}
nav.st5 li:last-child {
border: none;
}
nav.st5 li .sub-menu,
nav.menu li .children {
display: none;
}
nav.st5 li a {
color: #333;
text-decoration: none;
}
.menu-nav.st5igation-container {
overflow: hidden;
}
nav.st5 li a:hover {
text-decoration: underline;
} #st-menuwide div.menu,
#st-menuwide nav.menu {
margin: 0 auto;
padding: 5px;
display: block;
}
#st-menuwide div.menu::after,
#st-menuwide nav.menu::after {
content: "";
display: block;
clear: both;
}
#st-menuwide div.menu li,
#st-menuwide nav.menu li {
position: relative;
float: left;
font-size: 14px;
padding-left: 15px;
padding-right: 15px;
border-right: 1px solid #ccc;
padding-top: 5px;
padding-bottom: 5px;
}
#st-menuwide div.menu li:last-child,
#st-menuwide nav.menu li:last-child {
border: none;
}
#st-menuwide div.menu li .sub-menu,
#st-menuwide nav.menu li .sub-menu {
display: none;
}
#st-menuwide div.menu li a,
#st-menuwide nav.menu li a {
color: #333;
text-decoration: none;
} .nowhits .pop-box {
position: relative;
margin: -30px 0 20px;
border-top: solid 1px #feb20a;
} .st-eyecatch + .nowhits .pop-box,
.nowhits-eye .pop-box {
position: relative;
margin: -11px 0 20px;
border-top: solid 1px #feb20a;
}
.nowhits .p-entry {
top: 0;
left: 0;
}
.nowhits .p-entry-t {
margin-bottom: 30px;
} .wpcf7-submit {
width: 50%;
} .st-middle-menu {
display: none;
} #st_toc_container,
.st_toc_container {
padding-left: 20px;
padding-right: 20px;
}
#st_toc_container > ul > li,
.st_toc_container > ul > li {
font-size: 15px;
} #st_toc_container.only-toc > ul > li,
.st_toc_container.only-toc > ul > li {
font-size: 15px;
} .scroll-box.pc::before {
content: none;
}
.scroll-box.pc::-webkit-scrollbar {
height: 10px;
width: 10px;
}
.scroll-box.pc::-webkit-scrollbar-track {
border-radius: 5px;
background: #f3f3f3;
}
.scroll-box.pc::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #ccc;
} } @media only screen and (max-width: 599px) {
.spnone {
display: none;
}
#side {
overflow: hidden;
padding-top: 20px;
} .post .scroll-box table td,
.post .scroll-box table td p {
white-space: nowrap;
} .scroll-box {
position: relative;
}
.scroll-box::before {
content: "\f0ec";
font-family: stsvg;
position: absolute;
top: 0;
left: 0;
z-index: 9;
background: rgba(204, 204, 204, 0.8);
padding: 0.2em;
font-size: 120%;
border-radius: 0 0 5px 0;
color: #fff;
} .cardbox-more a {
display: block;
} .st-h-ad {
margin: 0 -15px 20px;
text-align: center;
width: initial !important;
} .sp-ad {
margin: 0 -15px;
text-align: center;
width: initial !important;
} .slick-slides-to-show-3 .post-card-date,
.slick-slides-to-show-2 .post-slide-date,
.is-small-columns-2 .post-card-date,
.is-small-columns-3 .post-card-date {
font-size: 0.7em;
} .clip-memobox .clip-fonticon {
font-size: 120%;
} .st-custom-search-box label input[type="checkbox"] + span::before {
width: 18px;
height: 18px;
background: #fff;
}
.st-custom-search-box label input[type="checkbox"] + span::after {
opacity: 0;
top: 60%;
left: 5px;
width: 8px;
height: 4px;
}
.st-custom-search-box label input[type="checkbox"] + span {
padding-left: 25px;
}
.cs-search-button {
width: 100%;
}
#st-magazine .kanren .st-top-box dl,
#page-top,
.st-cardbox,
.st_toc_back,
.rankstlink-l2 p a,
.rankstlink-l p a,
.rankstlink-b p a,
.rankstlink-r p a,
.rankstlink-r2 p a,
.rankstlink-a p a,
.st-mybtn a,
.kanren dd,
.kanren dt,
.post-slide-image,
.post-slide-more,
.post-card-image,
.post-card-title,
a,
nav li {
transition: unset;
} }
 .rankst-wrap {
margin-bottom: 10px;
}
.rankst {
margin-bottom: 10px;
overflow: hidden;
}
.rankst-box {
margin-bottom:0px;
}
.rankst p {
margin-bottom: 10px;
overflow: hidden;
}
.rankst-cont blockquote {
background-color: transparent;
background-image: none;
padding:0px;
margin-top: 0px;
border: none;
}
.rankst-cont {
margin: 0px;
}
.rankst-contb {
margin: 20px;
}
.rankst-l.post, .rankst-l {
text-align:center;
padding:0 0 20px;
}
.rankstlink-l {
width: 100%;
text-align: center;
}
.rankstlink-r {
float: right;
width: 100%;
} .rankstlink-l p a {
display: block;
width: 100%;
box-sizing:border-box;
text-align: center;
padding: 10px; background: #4FC3F7; background: -webkit-linear-gradient(top,  #4FC3F7 0%,#29B6F6 100%); background: linear-gradient(to bottom,  #4FC3F7 0%,#29B6F6 100%);
color: #ffffff;
text-decoration: none;
margin-right: auto;
margin-left: auto;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
font-weight:bold;
}
.rankstlink-l p {
width: 90%;
text-align: center;
margin-right: auto;
margin-left: auto;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
font-weight:bold;
box-shadow: 0 3px 0 #039BE5;
position:relative;
}
.rankstlink-l p:hover {
box-shadow: 0 1px 0 #039BE5;
top:1px;
} .rankstlink-l2 p a {
display: block;
width: 100%;
box-sizing:border-box;
text-align: center;
padding: 10px; background: -webkit-linear-gradient(top,  #4FC3F7 0%,#29B6F6 100%); background: linear-gradient(to bottom,  #4FC3F7 0%,#29B6F6 100%);
color: #ffffff;
text-decoration: none;
margin-right: auto;
margin-left: auto;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
font-weight:bold;
box-sizing:border-box;
}
.rankstlink-l2 p {
width: 90%;
text-align: center;
margin-right: auto;
margin-left: auto;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
font-weight:bold;
box-shadow: 0 3px 0 #039BE5;
position:relative;
}
.rankstlink-l2 p:hover {
box-shadow: 0 1px 0 #039BE5;
top:1px;
} .rankstlink-b p a {
display: block;
width: 100%;
box-sizing:border-box;
text-align: center;
padding: 10px; background: -webkit-linear-gradient(top,  #4FC3F7 0%,#29B6F6 100%); background: linear-gradient(to bottom,  #4FC3F7 0%,#29B6F6 100%);
color: #ffffff;
text-decoration: none;
margin-right: auto;
margin-left: auto;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
font-weight:bold;
}
width: 90%;
text-align: center;
margin-right: auto;
margin-left: auto;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
font-weight:bold;
box-shadow: 0 3px 0 #039BE5;
position:relative;
}
.rankstlink-b p:hover {
box-shadow: 0 1px 0 #039BE5;
top:1px;
} .rankstlink-r p a {
display: block;
width: 100%;
box-sizing:border-box;
text-align: center;
padding: 10px; background: -webkit-linear-gradient(top,  #ef5350 0%,#e53935 100%); background: linear-gradient(to bottom,  #ef5350 0%,#e53935 100%);
color: #ffffff;
text-decoration: none;
margin-right: auto;
margin-left: auto;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
font-weight:bold;
}
.rankstlink-r p {
width: 90%;
margin-right: auto;
margin-left: auto;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
box-shadow: 0 3px 0 #b61b17;
position:relative;
}
.rankstlink-r p img{
display:none;
}
.rankstlink-r p:hover {
box-shadow: 0 1px 0 #b61b17;
top:1px;
} .rankstlink-r2 p a {
display: block;
width: 100%;
box-sizing:border-box;
text-align: center;
padding: 10px; background: -webkit-linear-gradient(top,  #ef5350 0%,#e53935 100%); background: linear-gradient(to bottom,  #ef5350 0%,#e53935 100%);
color: #ffffff;
text-decoration: none;
margin-right: auto;
margin-left: auto;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
font-weight:bold;
box-sizing:border-box;
}
.rankstlink-r2 p {
width: 90%;
margin-right: auto;
margin-left: auto;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
box-shadow: 0 3px 0 #b61b17;
position:relative;
}
.rankstlink-r2 p img{
display:none;
}
.rankstlink-r2 p br{
display:none;
}
.rankstlink-r2 p:hover {
box-shadow: 0 1px 0 #b61b17;
top:1px;
} .rankstlink-r2 a + br,
.rankstlink-l2 a + br {
display: none;
} .rankstlink-r2 .fa,
.rankstlink-l2 .st-fa,
.rankstlink-r2 .fa,
.rankstlink-l2 .fa {
margin-right: 5px;
} .rankstlink-a p a {
display: block;
width: 100%;
box-sizing:border-box;
text-align: center;
padding: 10px; background: -webkit-linear-gradient(top,  #ef5350 0%,#e53935 100%); background: linear-gradient(to bottom,  #ef5350 0%,#e53935 100%);
color: #ffffff;
text-decoration: none;
margin-right: auto;
margin-left: auto;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
font-weight:bold;
}
.rankstlink-a p {
width: 90%;
margin-right: auto;
margin-left: auto;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
box-shadow: 0 3px 0 #b61b17;
position:relative;
}
.rankstlink-a p img{
display:none;
}
.rankstlink-a p:hover {
box-shadow: 0 1px 0 #b61b17;
top:1px;
}
.rankst-box .clearfix.rankst .rankst-l a img, .rankst-box .clearfix.rankst .rankst-l iframe {
padding:0;
max-width:100%;
box-sizing: border-box;
margin:0 auto;
}
.rankh4:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
.post .rankh4:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
#side .rankh4:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
padding: 15px 20px 15px 60px;
background-repeat: no-repeat;
background-position: left center;
font-size: 20px;
line-height: 1.3;
color:#000;
background-color : transparent ;
background-image: url(//www.nissy247.com/wp-content/themes/affinger/images/oukan.png);
}
.rankh4:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.rankh4-sc),
.post .rankh4:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.rankh4-sc),
#side .rankh4:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.rankh4-sc) {
margin-bottom: 10px;
color:#000;
background-color : transparent ;
background-image: url(//www.nissy247.com/wp-content/themes/affinger/images/oukan.png);
} .rankh3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
position: relative;
background: #c5bf3b;
color: #ffffff!important;
font-size: 18px;
line-height: 27px;
margin-bottom: 20px;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
border-bottom:none!important;
text-align:center;
}
.rankh3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no)::before {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -10px;
border: 10px solid transparent;
border-top: 10px solid #c5bf3b;
} .rankwidgets-poprank img:first-of-type {
display: block;
width: 100%;
} #footer .st_rankside {
margin-bottom: 10px;
}
#footer .st_side_rankwidgets {
margin-bottom: 20px;
}
#footer .rankh3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
background-color: transparent;
margin-bottom: 0;
padding:0 0 10px 0;
text-align: left;
}
#footer .rankh3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no)::before {
content: none;
}
#footer .rankwidgets-item {
f    ont-size: 110%;
line-height: 1.3;
padding-top:5px;
}
#footer .rankwidgets-item .st-star {
font-size: 80%;
}
#footer .st_rankside_all {
margin-left:10px;
padding-left: 45px;
} #s-navi dl.acordion .rankh3.rankwidgets-title {
font-size:90%;
line-height:1.5;
margin-bottom:20px;
padding:10px;
}
#s-navi dl.acordion .rankwidgets-item {
font-size:90%;
line-height:1.5;
}
.post .rankst-cont h4:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
.rankst-cont h4:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
background-color:#FCFC88;
padding:10px;
margin-bottom:10px;
} .post .rankst-cont h2:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
.post .rankst-cont h3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
.post .rankst-cont h4:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
.post .rankst-cont h5:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
margin-top: 0;
} .rankh4.rankno-1:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
.post .rankh4.rankno-1:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
#side .rankh4.rankno-1:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
.rankid1 .rankh4:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
.post .rankid1 .rankh4:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
#side .rankid1 .rankh4:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
background-image: url(//www.nissy247.com/wp-content/themes/affinger/images/oukan1.png);
}
.rankh4.rankno-2:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
.post .rankh4.rankno-2:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
#side .rankh4.rankno-2:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
.rankid2 .rankh4:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
.post .rankid2 .rankh4:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
#side .rankid2 .rankh4:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
background-image: url(//www.nissy247.com/wp-content/themes/affinger/images/oukan2.png)!important;
}
.rankh4.rankno-3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
.post .rankh4.rankno-3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
#side .rankh4.rankno-3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
.rankid3 .rankh4:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
.post .rankid3 .rankh4:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
#side .rankid3 .rankh4:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
background-image: url(//www.nissy247.com/wp-content/themes/affinger/images/oukan3.png)!important;
}
.rankh4.rankno-4:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
.post .rankh4.rankno-4:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
#side .rankh4.rankno-4:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
.rankid-normal .rankh4:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
.post .rankid-normal .rankh4:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no),
#side .rankid-normal .rankh4:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
background-image: url(//www.nissy247.com/wp-content/themes/affinger/images/oukan4.png);
} #side .rankst-l,#side .rankst-r{
float:none;
width:100%;
}
#side .rankst-box .clearfix.rankst .rankst-l a img{
float:none;
width:100%;
}
#side .rankst-r,#side .rankst-l,#side .rankst-cont{
margin:0;
}
#side .rankst-ls img {
max-width: 100% !important;
margin:0 auto;
}
#side .rankst-ls {
text-align:center;
} .rankh3.rankwidgets-title:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
font-weight: bold;
margin-bottom: 25px;
}
#side .rankh3.rankwidgets-title:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
font-size: 18px;
line-height: 30px;
padding-top: 10px;
padding-bottom: 10px;
}
.rankwidgets-poprank {
position: relative;
width:100px;
float:left;
}
.st_rankside {
overflow: hidden;
margin-bottom:15px;
}
.st_rankside_r{
float: right;
width: 100%;
margin-right:-110px;
padding-right: 110px;
box-sizing: border-box;
}
.rankwidgets-no { position: absolute;
top: 0;
left: 0;
padding: 2px 8px;
background: #78909C;
font-size: 13px;
font-weight: bold;
color: #fff;
}
.rankwidgets-item {
margin-bottom: 0;
}
.rankwidgets-item a {
font-weight: bold;
color: #1a1a1a;
} .rankwidgets-side-rank1 {
background: #c4bf2c;
}
.rankwidgets-side-rank2 {
background: #9E9E9E;
}
.rankwidgets-side-rank3 {
background: #795548;
} .rankwidgets-cont p,
.rankwidgets-cont a{
margin-bottom: 0;
line-height: 1.3;
font-size: 80%;
} .st_rankside_all {
padding-left: 50px;
background-repeat: no-repeat;
background-position: left center;
background-image: url(//www.nissy247.com/wp-content/themes/affinger/images/oukan_side4.png);
}
.st_rankside1 .st_rankside_all {
background-image: url(//www.nissy247.com/wp-content/themes/affinger/images/oukan_side1.png);
}
.st_rankside2 .st_rankside_all {
background-image: url(//www.nissy247.com/wp-content/themes/affinger/images/oukan_side2.png);
}
.st_rankside3 .st_rankside_all {
background-image: url(//www.nissy247.com/wp-content/themes/affinger/images/oukan_side3.png);
} @media only screen and (max-width: 959px) {
} @media only screen and (min-width: 600px) and (max-width: 959px) { .rankh3:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
font-size: 110%;
line-height: 1.5;
padding:15px;
}
#side .rankst-box .clearfix.rankst .rankst-l a img {
float: left;
padding:0;
margin:0!important;
}
#side .rankst-cont {
margin: 0 0 0 165px;
}
#side .rankst-r {
position:relative;
z-index:1;
float: right;
width: 100%;
margin: 0 0 0 -150px;
}
#side .rankst-l {
position:relative;
z-index:2;
float: left;
width: 150px;
}
#side .rankstlink-l {
float: left;
width: 50%;
}
#side .rankstlink-r {
float: right;
width: 50%;
} } @media only screen and (min-width: 600px) {
.rankst-box .clearfix.rankst .rankst-l a img {
float: left;
padding:0;
margin:0!important;
}
.rankst-cont {
margin: 0 0 0 165px;
}
.rankst-r {
position:relative;
z-index:1;
float: right;
width: 100%;
margin: 0 0 0 -150px;
}
.rankst-l {
position:relative;
z-index:2;
float: left;
width: 150px;
} } @media print, screen and (min-width: 960px) {
#side .rankh3.rankwidgets-title:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
font-size: 14px;
line-height: 25px;
padding-top: 5px;
padding-bottom: 5px;
}
.rankstlink-l {
float: left;
width: 50%;
}
.rankstlink-r {
float: right;
width: 50%;
}
#side .rankstlink-l,
#side .rankstlink-r {
float: none;
width: 100%;
} .colum1 .rankst-r {
float: right;
width: 100%;
margin: 0 0 0 -320px;
}
.colum1 .rankst-l {
float: left;
width: 300px;
}
.colum1 .rankst-cont {
margin: 0 0 0 320px;
} .rankstlink-r2 p,
.rankstlink-l2 p {
width: 50%;
}
#side .rankstlink-r2 p,
#side .rankstlink-l2 p {
width: 100%;
} } @media only screen and (max-width: 599px) {
.rankst-box .clearfix.rankst .rankst-l a img {
float: none;
width: 100%;
} }.af-custom-fields-table {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
border: 1px solid #e0e0e0;
}
.af-custom-fields-table thead th {
background-color: #f8f8f8;
padding: 10px;
border-bottom: 2px solid #ddd;
text-align: left;
}
.af-custom-fields-table tbody tr {
border-bottom: 1px solid #eee;
}
.af-custom-fields-table tbody tr:nth-child(even) {
background-color: #f9f9f9;
}
.af-custom-fields-table tbody tr:hover {
background-color: #f0f0f0;
}
.af-custom-fields-table td {
padding: 10px;
}
.af-custom-fields-table .af-field-name {
font-weight: bold;
width: 30%;
}
.af-table-title {
margin-bottom: 10px;
font-size: 1.2em;
font-weight: bold;
} .af-debug-info {
margin: 20px 0;
padding: 10px;
background-color: #f8f8f8;
border: 1px solid #ddd;
border-radius: 4px;
}
.af-debug-info h4 {
margin-top: 0;
margin-bottom: 10px;
color: #333;
} .af-field-value.star {
color: #ffb400;
}