.aligncenter {
display: block;
margin-right: auto;
margin-left: auto;
}
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.bypostauthor {
} .gallery-caption {
}
.gallery {
margin-bottom: 1.6em;
}
.gallery-item {
display: inline-block;
padding: 1.79104477%;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-icon img {
margin: 0 auto;
}
.gallery-caption {
color: #707070;
color: rgba(51, 51, 51, 0.7);
display: block;
font-family: "Noto Sans", sans-serif;
font-size: 12px;
font-size: 1.2rem;
line-height: 1.5;
padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}
.sticky {
}
.wp-caption {
border: 1px solid #ccc;
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 1.2% auto 0;
max-width: 98%;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
#contact_form_pop p {
max-width: 265px;
}
.screen-reader-response, .wpcf7-response-output {
display: none;
}
.question-form .wpcf7-form-control-wrap {
margin-bottom: 25px;
display: inline-block;
}
.question-form .wpcf7-form-control-wrap input {
margin-bottom: 0 !important;
}
@media only screen and (max-width:768px) {
.post-single__content fieldset, .post-single__content fieldset img {
width: 100%;
}
.post-single__content fieldset {
margin-bottom: 30px !important;
}
}
.wpcf7-list-item {
display: inline-block;
}
.site-content ol {
list-style-type: none; counter-reset:  item; }
.site-content ol li {
margin-bottom: 15px;
}
.site-content ol li::before {
content: counter(item) '. '; counter-increment: item; }
@media screen and (max-width: 530px){
.hide-mob img{display:none!important}
}
.hidden-link-text{font-size: 0;line-height: 0;color: transparent;}
.cookie-window {
position: fixed;
bottom: 0;
width: 100%;
animation: 2s showcookie ease;
z-index: 9999999999999;
display: flex;
justify-content: center;
background: #fff
}
.cookie-window .cookie-body [onclick]{
height: fit-content;
position: relative;
background: none;
border: none;
font-size: 40px;
order:99
}
@keyframes showcookie {
from {
transform: translateY(300px)
}
to {
transform: translateY(0)
}
}
.cookie-body {
width: 100%;
color: #333;
padding: 8px;
border-radius: 8px;
display: flex;
align-items: center;
gap: 70px;
justify-content: center;
position: relative;
}
.cookie-body .cookie-header {
font-weight: 500
}
.cookie-body .cookie-content {
color: inherit;
font-size: 14px;
}
.cookie-body .cookie-content p{margin:0}
.cookie-body .cookie-content a {
color: #1a0dab;
font-weight: 400;
text-decoration: underline
}
.cookie-body .cookie-content a:hover {
text-decoration: none
}
.cookie-body .cookie-button>button {
width: 100%;
max-width: 228px;
height: 41px;
background: #468faf;
color: #fff;
border: none;
border-radius: 3px;
cursor: pointer;
padding: 0 21px;
text-transform: uppercase;
min-width: 168px;
font-weight: 600;
letter-spacing: .23px;
}
@media screen and (max-width: 768px) {
.cookie-body {
padding:16px;
padding-right: 40px;
flex-direction: column;
align-items: baseline;
gap: 16px
}
.cookie-window .cookie-body [onclick]{
position: absolute;
right: 14px;
top: 16px;
}
}