/*!
Theme Name: playtoday
Theme URI: https://uteva.com
Author: Ekaterina Uteva
Author URI: https://uteva.com
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Caption:wght@400;700&display=swap');
:root {
    /* Colors: */
    --60-of-10133a: #707189;
    --50-of-364f63: #8C98A1;
    --unnamed-color-0fa7ff: #0FA7FF;
    --50-of-10133a: #9AA7B0;
    --60-of-ffffff-header-: #CCDEE3;
    --80-of-ffffff: #D6D9DB;
    --85-of-32404d: #364F63;
    --unnamed-color-32404d: #32404D;
    --unnamed-color-425566: #425566;
    --unnamed-color-10133a: #10133A;
    /* Font/text values */
    --body-font: Arial;
    --title-font: 'PT Sans Caption', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--title-font);
    font-stretch: normal;
    font-style: normal;
}

h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25;
    color: #10133a;
    margin-top: 36px;
    margin-bottom: 28px;
}

h2,
.title-h2 {
    font-size: 33px;
    font-weight: bold;
    line-height: 1.33;
    color: #10133a;
    margin-top: 36px;
    margin-bottom: 18px;
}

h3,
.title-h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.34;
    color: #425566;
    margin-top: 32px;
    margin-bottom: 16px;
}

h4,
.title-h4 {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.36;
    color: #425566;
    margin-top: 30px;
    margin-bottom: 16px;
}

h5,
.title-h5 {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.35;
    color: #425566;
    margin-top: 28px;
    margin-bottom: 16px;
}

h6,
.title-h6 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.36;
    color: #425566;
    margin-top: 26px;
    margin-bottom: 12px;
}

a {
    text-decoration: none;
}

.post-container .post__content a,
.post-container .post__content a span {
    text-decoration: underline;
    color: #0fa7ff;
}

.post-container .post__content a:hover,
.post-container .post__content a:hover span {
    text-decoration: none;
}

p,
span,
div,
ul,
ol,
a {
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #425566;
}

p {
    margin: 28px 0;
}

.container {
    width: auto;
    max-width: 1047px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 77px;
    z-index: 10;
}

.site-header.page-header,
.heading-scroll {
    -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
    box-shadow: 15px 15px 50px 0 rgba(0, 0, 0, 0.39);
    background-image: linear-gradient(92deg, rgba(72, 125, 211, 0.65) -5%, rgba(251, 127, 35, 0.65) 109%);
}

.home .heading-scroll {
    backdrop-filter: blur(12.5px);
    box-shadow: 15px 15px 50px 0 rgba(0, 0, 0, 0.39);
    background-image: linear-gradient(92deg, rgba(72, 125, 211, 0.41) -5%, rgba(251, 127, 35, 0.41) 109%);
}

.site-branding {
    position: relative;
    z-index: 4;
}

.site-header .row {
    padding: 19px 0;
}

.main-navigation {
    display: block;
}

.site-header .menu {
    list-style: none;
    display: inline-flex;
    margin: 0;
    padding: 0;
}

.site-header .main-navigation a,
.site-about a {
    text-align: left;
    font: normal normal bold 14px/17px Arial;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    text-decoration: none;
}

.site-header .main-navigation a {
    padding: 16px 27px;
}

.site-header .menubtn {
    display: none;
    width: 30px;
    height: 21px;
    overflow: hidden;
    position: relative;
    background: 0 0;
    border: none;
    cursor: pointer;
    z-index: 5;
    padding: 0;
}

.site-header .menubtn span {
    display: block;
    position: absolute;
    right: 0;
    width: 30px;
    height: 1.5px;
    background-color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.site-header .menubtn span:nth-child(1) {
    top: 0;
}

.site-header .menubtn span:nth-child(2) {
    top: 8px;
}

.site-header .menubtn span:nth-child(3) {
    top: 16px;
}

.site-header .toggled span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
}

.site-header .toggled span:nth-child(2) {
    display: none;
}

.site-header .toggled span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px;
}


/* .main-navigation .astm-search-menu {
    padding: 0 27px;
    display: block;
} */

li.astm-search-menu {
    padding: 8px 8px 8px 8px;
    background-color: rgb(54 79 99 / 20%);
    border-radius: 50%;
    line-height: 1;
    margin: 0;
    display: flex;
}

li.astm-search-menu>a {
    position: relative;
    display: inline-block;
    content: url(/wp-content/themes/playtoday/assets/icon/search-icon.svg);
    width: 16px;
    height: 16px;
}

.astm-search-menu svg {
    display: none;
}

.is-form-style input.is-search-submit,
.is-search-icon {
    opacity: 1;
    border: none;
    background: #fff;
    border-radius: 0 13px 13px 0;
}

.search-block .is-search-icon {
    position: relative;
    padding-top: 0!important;
}

.search-block .is-search-icon:before {
    position: absolute;
    content: "";
    background: url(/wp-content/themes/playtoday/assets/icon/search-blue-icon.svg) no-repeat;
    background-size: 100%;
    width: 16px;
    height: 16px;
    left: 5px;
    top: 15px;
}

.search-block .is-search-icon svg {
    display: none;
}

.is-search-icon:hover,
form.is-form-style input.is-search-submit:hover {
    background: #fff;
}

body div.is-ajax-search-details,
body div.is-ajax-search-result {
    position: fixed;
    margin: 10% auto 0!important;
    background: transparent;
    top: 168px!important;
    width: 90%!important;
    margin: 0 auto;
    left: 0!important;
    right: 0!important;
}

body .is-ajax-search-details,
.is-ajax-search-details *,
.is-ajax-search-result,
.is-ajax-search-result * {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #707189;
}

body .is-ajax-search-post,
.is-ajax-search-post-details {
    clear: both;
    padding: 15px;
    border-bottom: 1px solid #b9b9b9;
}

body .is-ajax-search-details .is-title a,
body .is-ajax-search-post .is-title a,
body .is-search-sections .is-title span {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: left;
    color: #707189;
    font-family: var(--title-font);
}

body .is-search-sections .is-title span {
    color: #10133a;
    background-color: transparent!important;
}

body .is-ajax-result-description,
body .is-ajax-result-description span {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #707189;
}

body .is-ajax-result-description span {
    color: #10133a;
}

body .is-search-sections .thumbnail img {
    object-fit: cover;
    border: solid 0.5px #d6d9db;
}

body .is-search-sections {
    display: flex;
}

body .is-search-sections .is-meta-category i {
    display: none;
}

body .is-search-sections .is-meta-category a {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #425566;
}

body .is-search-sections .meta>span:not(:last-child):after {
    content: '';
}

body .is-search-sections .posted-on .entry-date {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: #425566;
}

body .is-search-sections .meta {
    margin: 10px 0;
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 20px;
}

.site-branding a {
    display: block;
    line-height: 1;
}

.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-page,
.site-page {
    margin-top: 75px;
}

.site-footer {
    background-color: #32404d;
    padding: 48px 0 0;
    margin-top: 90px;
}

.site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__top {
    border-bottom: 1px solid #425566;
    padding-bottom: 30px;
    align-items: flex-start;
}

.footer__bottom>div {
    border-bottom: 1px solid #425566;
    padding: 23px 0;
}

.footer__top a {
    opacity: 0.8;
    font-size: 14px;
    color: #fff;
}

.footer__top a:hover {
    opacity: 1;
}

.footer__top .logo,
.footer__top .menu {
    width: 50%;
}

.footer__top .logo img {
    margin-bottom: 17px;
}

.footer__top .menu p,
.footer__top .menu p>a {
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 20px 0 17px;
}

.footer__top ul li {
    margin-bottom: 12px;
    line-height: 1;
}

.footer__top .logos p {
    opacity: 0.8;
    font-family: var(--title-font);
    color: #fff;
    margin: 20px 0 20px;
}

.footer__top .logos {
    max-width: 400px;
    width: 100%;
}

.logos__images {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.footer__top .logos__images a img {
    filter: grayscale(1);
    height: 32px;
    width: auto;
}

.footer__top .logos__images a:hover img {
    filter: grayscale(0);
}

.footer__bottom.row {
    justify-content: flex-start;
}

.footer__bottom p,
.footer__bottom a {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
}

.footer__bottom .text a {
    color: #81fff5;
    text-decoration: underline;
}

.footer__bottom .social {
    display: inline-flex;
    padding: 35px 0 25px 35px;
    margin: 0;
}

.footer__bottom .social a {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0;
}

.footer__bottom .social a:not(a:last-child) {
    margin-right: 30px;
}

.footer__bottom .social a:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 30px;
}

.footer__bottom .social .twitter:before {
    background: url('/wp-content/themes/playtoday/assets/icon/icon-x-white.svg') no-repeat;
    background-size: 100%;
}

.footer__bottom .social .facebook:before {
    background: url('/wp-content/themes/playtoday/assets/icon/icon-facebook-white.svg') no-repeat;
    background-size: 100%;
}

.footer__bottom .social .telegram:before {
    background: url('/wp-content/themes/playtoday/assets/icon/icon-telegram-white.svg') no-repeat;
    background-size: 100%;
}

.footer__bottom .social .instagram:before {
    background: url('/wp-content/themes/playtoday/assets/icon/icon-instagram-white.svg') no-repeat;
    background-size: 100%;
}

.footer__bottom .social .twitter:hover::before {
    background: url('/wp-content/themes/playtoday/assets/icon/icon-x.svg') no-repeat;
    background-size: 100%;
}

.footer__bottom .social .facebook:hover::before {
    background: url('/wp-content/themes/playtoday/assets/icon/icon-facebook.svg') no-repeat;
    background-size: 100%;
}

.footer__bottom .social .telegram:hover::before {
    background: url('/wp-content/themes/playtoday/assets/icon/icon-telegram.svg') no-repeat;
    background-size: 100%;
}

.footer__bottom .social .instagram:hover::before {
    background: url('/wp-content/themes/playtoday/assets/icon/icon-instagram.svg') no-repeat;
    background-size: 100%;
}

.footer__bottom .text a:hover {
    color: #81fff5;
}

.footer__top a:hover,
.footer__bottom .links a:hover {
    text-decoration: underline;
}

.footer__bottom .links ul {
    display: inline-flex;
}

.wpcf7 {
    margin-top: 54px;
    padding: 26px 16px;
    border-radius: 30px;
    background-color: rgba(84, 151, 214, 0.12);
}

label {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #425566;
    margin-left: 16px;
}

input,
select,
textarea {
    padding: 16px 15.9px 16px 16px;
    border-radius: 13px;
    background-color: #fff;
    margin: 16px 0 36px;
    outline: none;
    border: none;
    width: 90%;
}

input:active,
input:focus,
input:focus-visible {
    border: 2px solid #8c98a1;
    background-color: #fff;
}

.form-submit p {
    text-align: center;
}

.wpcf7-submit {
    position: relative;
    padding: 14px 26px;
    border-radius: 12px;
    -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
    box-shadow: 0 0 13px 0 rgba(16, 19, 58, 0.34);
    background-color: #32404d;
    border: none;
    color: #fff;
    font-size: 17px;
    line-height: 1.24;
    font-family: var(--body-font);
    text-align: center;
    margin: 0 auto;
    width: 115px;
    cursor: pointer;
}

.wpcf7-submit:hover {
    box-shadow: unset;
}

input::placeholder {
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #9aa7b0;
}

input::-moz-placeholder {
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #9aa7b0;
}

input::-webkit-input-placeholder {
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #9aa7b0;
}


/* main page */

#gradient-canvas {
    position: absolute;
    top: -92px;
    padding: 92px 0 72px;
    --gradient-color-1: #3a30ca;
    --gradient-color-3: #28a9ea;
    --gradient-color-2: #ff8922;
}

.main-block {
    position: relative;
    padding: 92px 0 72px;
    width: 100%;
    /* width: 100vw; */
    /* height: 100vh; */
}

.page-heading {
    padding: 125px 0 64px;
}

.main-block__title,
.page-heading__title {
    padding: 56px 70px;
    margin: 0 0 32px;
    border-radius: 50px;
    background: transparent linear-gradient(107deg, #FFFFFF69 0%, #FFFFFF26 100%) 0% 0% no-repeat padding-box;
    box-shadow: 15px 15px 50px #00000064;
    opacity: 1;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.page-heading__title {
    padding: 56px 200px;
}

.page-heading__title-text {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto 33px;
}

.main-block__title h1,
.page-heading__title h1 {
    text-align: center;
    font: normal normal bold 70px/95px 'PT Sans Caption', sans-serif;
    letter-spacing: 0px;
    color: #10133A;
    opacity: 1;
    margin: 0 0 24px;
}

.page-heading__title h1 {
    margin: 0;
}

.main-block__title p,
.page-heading__title p {
    text-align: center;
    font: normal normal normal 18px/22px Arial;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 0.85;
    margin: 0;
}

.category__items {
    display: block;
    position: relative;
}

.category__item a {
    display: flex;
    align-items: center;
    padding: 13px 27px;
    margin-bottom: 18px;
    background: transparent linear-gradient(101deg, #FFFFFF69 0%, #FFFFFF26 100%) 0% 0% no-repeat padding-box;
    box-shadow: 15px 15px 50px #00000064;
    border: 3px solid #FFFFFF91;
    border-radius: 25px;
    opacity: 1;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.category__item .text {
    margin-left: 24px;
}

.category__item .title {
    text-align: left;
    font: normal normal bold 18px 'PT Sans Caption', serif;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #10133A;
    margin: 0 0 6px;
}

.category__item .more span {
    opacity: 0.85;
    font-size: 12px;
    color: #32404d;
    width: 40px;
}

.category__item p {
    text-align: left;
    font: normal normal normal 16px/23px Arial;
    letter-spacing: 0px;
    color: #32404D;
    margin: 0;
    padding: 0;
}

.category__item a {
    text-align: center;
    font: normal normal normal 12px/14px Arial;
    letter-spacing: 0px;
    color: #364F63;
    text-decoration: none;
}

.category__item .more {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 10px
}

.category__item .more span.icon {
    display: inline-block;
    position: relative;
    width: 38px;
}

.category__item a .more span.icon:before {
    position: absolute;
    content: "";
    top: -10px;
    background: url('/wp-content/themes/playtoday/assets/icon/line-gray.svg') no-repeat;
    background-size: 100%;
    width: 38px;
    height: 11px;
}

.category__item a:hover {
    border: solid 3px rgba(255, 255, 255, 0.81);
}

.category__item a:hover .more span.icon:before {
    background: url('/wp-content/themes/playtoday/assets/icon/line-blue.svg') no-repeat;
    background-size: 100%;
}

.category__item a:hover .more span {
    font-weight: bold;
}

.search-block {
    display: none;
}

.jump-to-topics {
    background: transparent linear-gradient(91deg, #FFFFFF69 0%, #FFFFFF26 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    cursor: pointer;
}

.jump-to-topics p,
.jump-to-topics a {
    text-align: center;
    color: #fff;
    text-align: center;
    font: normal normal normal 18px/22px Arial;
    letter-spacing: 0px;
    color: #CCDEE3;
    margin: 10px 0;
}

.jump-to-topics a {
    cursor: pointer;
}

.jump-to-topics:hover {
    background: linear-gradient(91deg, rgba(255, 255, 255, 0.41) -5%, rgba(255, 255, 255, 0.15) 109%);
}

.jump-to-topics:hover a {
    color: #fff;
}

.title {
    font-family: var(--title-font);
    font-size: 50px;
    font-weight: bold;
    line-height: 1.5;
    color: #425566;
    margin-bottom: 28px;
}

.topics h2 {
    margin-bottom: 28px;
}

.topics p {
    font-family: Arial;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    color: #425566;
}

.topics {
    margin: 64px 0;
}

.topics__posts {
    margin: 48px 0 64px;
}

.topics__post {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    padding: 12px 0;
    margin-top: -1px;
}

.topics__post:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 19px;
    right: 19px;
    border-bottom: 1px solid #d6d9db;
}

.topics__post .wp-post-image {
    margin-right: 20px;
}

.topics__post .wp-post-image img,
.topics__post img {
    width: 134px;
    height: 70px;
    object-fit: cover;
    border: 0.5px solid #D6D9DB;
    border-radius: 10px;
}

.topics__post .title {
    text-align: left;
    letter-spacing: 0px;
    color: #10133A;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    font-family: 'PT Sans Caption', sans-serif;
    margin-bottom: 7px;
}

.topics__post .meta {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

.topics__post .meta span {
    font-family: Arial;
    font-size: 12px;
    line-height: 1.5;
    color: #425566;
    width: auto;
}

.topics__post .post-categories {
    margin: 0;
    padding: 0;
    display: inline-flex;
    gap: 5px;
    list-style: none;
}

.topics__post .post-categories li {
    line-height: 1;
    margin-bottom: 0;
}

.topics__post .post-categories li a {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    color: #425566;
    text-decoration: none;
}

.topics__link {
    text-align: center;
}

.topics__link a {
    box-shadow: 0 0 13px 0 #10133a57;
}

.topics__link a:hover {
    box-shadow: unset;
}

.topics__post-link {
    display: block;
    width: 10%;
    margin-left: auto;
}

.topics__post-link svg {
    margin-bottom: 12px;
}

.topics__post-link span {
    opacity: 0;
    font-size: 12px;
    line-height: 1.33;
    color: #9aa7b0;
}

.topics__post:hover .topics__post-link span {
    opacity: 1;
}

.more-btn {
    font: normal normal normal 12px/16px Arial;
    letter-spacing: 0px;
    color: #9AA7B0;
}

.topics__post .post-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.topics__post:hover {
    border-radius: 20px;
    -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
    box-shadow: 0 0 13px 0 rgba(16, 19, 58, 0.21);
    background-color: #fff;
}

.topics__post:hover::after {
    border-bottom: none;
}

.topics__post:hover .topics__post-link span {
    color: #32404d;
}

.topics__post:hover .topics__post-link svg path,
.topics__post:hover .topics__post-link svg line {
    stroke: #32404d;
}

.category-heading {
    display: inline-flex;
    gap: 24px;
    align-items: baseline;
    margin-bottom: 28px;
}

.categories-page .category-posts {
    padding: 48px 0;
}

.categories-page .category-posts.first {
    padding: 0 0 48px;
}

.category-page .category-posts .topics__link a,
.author .topics__link a {
    margin-top: 40px;
}

.category-heading h2,
.category-posts p {
    margin: 0;
}

.category-posts .topics {
    margin: 48px 0;
}

.btn {
    display: inline-block;
    font: normal normal normal 18px/22px Arial;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 14px 26px;
    background: #32404D 0% 0% no-repeat padding-box;
    border-radius: 12px;
    opacity: 1;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.bg-gray {
    background-color: rgb(214 217 219 / 24%);
}

.bg-gray .topics__post {
    border-bottom: 1px solid #d6d9db;
}

.bg-gray .topics__post:hover {
    background-color: #f5f6f6;
}

.breadcrumbs {
    margin: 39px 0 36px;
    position: relative;
    z-index: 1;
}

.breadcrumbs a,
.breadcrumbs span {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
}

.breadcrumbs a {
    color: #425566;
}

.breadcrumbs a:hover {
    color: #10133a;
}

.breadcrumbs span {
    color: #9aa7b0;
}

.breadcrumbs p {
    margin: 0;
}

.hide-element {
    display: none;
    opacity: 0;
}

.post h1.title {
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #10133a;
}

.post__intro {
    padding: 16px;
    background-color: rgba(84, 151, 214, 0.12);
    color: #425566;
    font-weight: bold;
}

.post__meta {
    margin: 36px 0 32px;
    position: relative;
}

.post__meta .row {
    display: block;
}

.post__meta .row div {
    align-items: center;
    display: inline-flex;
    width: 100%;
}

.post__meta .author a {
    text-transform: capitalize;
}

.post__meta .copy {
    display: none;
    position: relative;
}

.post__meta .copy a {
    display: inherit;
    padding: 7px 12px;
    border-radius: 6px;
    box-shadow: 0 0 8px 0 #10133a21;
    background-color: #fff;
}

.post__meta .copy a:hover {
    box-shadow: 0 0 3px 0 rgba(16, 19, 58, 0.13);
}

.post__meta .copy a:hover span {
    color: #10133a;
}

.post__meta .copy .tooltip {
    display: block;
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 3px;
    background-color: #10133a;
    position: absolute;
    top: -33px;
    right: 0;
    opacity: 1;
    -webkit-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.post__meta .copy .tooltip.hide-element {
    display: none;
}

.post__meta .author img {
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.post__meta img,
.post__meta svg {
    margin-right: 10px;
}

.post__meta p,
.post__meta a,
.post__meta .rt-time {
    font-size: 16px;
    color: #425566;
}

.post__meta p {
    margin: 10px 0;
}

.post__meta span {
    font-size: 16px;
    color: #9aa7b0;
}

.post__meta .copy span {
    position: relative;
    padding-left: 34px;
    color: #425566;
}

.post__meta .copy span.text:before {
    position: absolute;
    content: "";
    background: url('/wp-content/themes/playtoday/assets/icon/copy.svg') no-repeat;
    width: 24px;
    height: 24px;
    left: 0;
}

.post__meta .copy a:hover span.text:before {
    background: url('/wp-content/themes/playtoday/assets/icon/copy-hover.svg') no-repeat;
    width: 24px;
    height: 24px;
    left: 0;
}

.post__content p {
    color: #425566;
}

.post__content .wp-block-image {
    margin: 30px 0 40px;
}

.post__content .wp-block-image img {
    border-radius: 20px;
    border: solid 1px #9aa7b0;
}

.wp-block-lazyblock-title-h3-h5 p {
    font-size: 28px;
}

.post__block {
    padding: 30px 16px;
    margin: 32px 0;
    border-radius: 30px;
}

.post__block-title {
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
}

.post__block-text p {
    margin: 0;
}

.post__block img {
    width: 30px;
    height: 30px;
    margin-right: 12px;
}

.post__block .post__block-title p {
    font-family: var(--title-font);
    font-weight: bold;
    font-size: 19px;
    line-height: 1.35;
    color: #425566;
    margin: 0;
}


/* .post__block {
    padding: 30px 32px 32px;
} */


/* .post__block p {
    font-size: 34px;
    line-height: 1.5;
} */

.post__block-text ul {
    padding: 0 0 0 30px;
    margin: 0;
}

.post__block-text ol {
    padding: 0 0 0 26px;
}

.post__highlights {
    background-color: rgba(84, 151, 214, 0.12);
}

.post__highlights ul li {
    margin-bottom: 10px;
}

.post__helpful {
    border-radius: 20px;
    border: solid 2px #10133a;
}

.post__helpful .post__block-text p {
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    text-align: left;
    color: #425566;
}

.post__helpful .post__block-text p a {
    color: #0fa7ff;
    text-decoration: underline;
}

.post__definition {
    background-color: #ebebeb;
    padding: 30px 26px;
    border-radius: 20px;
    margin: 30px 0;
}

.post__definition p {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #364f63;
    margin: 0 0 16px;
}

.post__definition-text {
    font-style: oblique;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #425566;
    border-left: 3px solid #9aa7b0;
    padding-left: 8px;
}

.post__note {
    border: solid 2px #0fa7ff;
}

.post__warning {
    border: solid 2px #ff0f0f;
}

.post__disclaimer {
    border: solid 2px #9aa7b0;
}

.post__fact {
    background-color: rgba(84, 151, 214, 0.12);
}

.post__author-info {
    padding: 30px 16px;
    border-radius: 30px;
    box-shadow: 0 0 8px 0 #0fa7ff36;
    background-color: #fff;
}

.post__author-info .title {
    margin-bottom: 42px;
    display: inline-flex;
    gap: 11px;
}

.post__author-info .title span {
    font-family: var(--title-font);
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #10133a;
}

.post__author-info.author-info .about__authors-item .image img {
    width: 66px;
    height: 66px;
}

.post__author-info.author-info .about__authors-item .name {
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #425566;
}

.post__author-info.author-info .about__authors-item .row {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.post__author-info.author-info .about__authors-item .image {
    margin-bottom: 0;
}

.post__author-info.author-info .about__authors-item .social {
    margin: 28px 0 0 58px;
}

.faq .title {
    position: relative;
    padding-left: 52px;
}

.faq .title:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url('/wp-content/themes/playtoday/assets/icon/faq.png') no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
}

.accordion .title {
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: left;
    color: #10133a;
    margin-top: 0;
}

.accordion {
    padding: 26px 16px 16px;
    border-radius: 30px;
    background-color: #5497d61f;
    margin-bottom: 64px;
}

.accordion-item {
    padding: 16px 16.6px 16px 16px;
    border-radius: 13px;
    background-color: #fff;
    margin-bottom: 20px;
}

.accordion .accordion-header {
    position: relative;
    display: block;
    list-style: none;
    cursor: pointer;
    font-weight: bold;
    padding-right: 36px;
}

details {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

summary::-webkit-details-marker {
    display: none;
}

.accordion .accordion-header:after {
    position: absolute;
    content: "";
    top: 6px;
    right: 0;
    background: url('/wp-content/themes/playtoday/assets/icon/arrow-down.svg') no-repeat;
    background-size: 24px;
    width: 24px;
    height: 14px;
    opacity: 0.8;
}

.accordion .accordion-header:hover::after {
    opacity: 1;
}

.accordion-content {
    display: none;
    opacity: 0;
    transition: all 0.35s;
}

.accordion-content p {
    margin-bottom: 0;
}

.accordion-item:hover,
.accordion-item[open] {
    box-shadow: 0 0 13px 0 #10133a21;
}

.accordion-item[open] .accordion-content {
    display: block;
    opacity: 1;
}

.accordion-item[open] .accordion-header {
    border-bottom: 0.5px solid #d6d9db;
    padding-bottom: 11px;
}

.accordion-item[open] .accordion-header:after {
    transform: rotate(-180deg);
}

.accordion-item[open] {
    padding-bottom: 15px;
}

.wp-block-table {
    border-spacing: 0;
    margin-bottom: 30px;
    padding-bottom: 16px;
    overflow-x: scroll;
}

table,
.wp-block-table table {
    min-width: 550px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    border-collapse: collapse;
    position: relative;
}

.wp-block-table.small-table {
    overflow-x: auto;
}

.wp-block-table.small-table table {
    min-width: fit-content;
}

table {
    display: table;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: gray;
}

table thead {
    display: table-header-group;
    font-size: 14px;
}

table tbody {
    display: table-row-group;
    font-size: 14px;
}

table thead,
.wp-block-table thead {
    border-bottom: unset;
    background-color: #d6d9db;
}

table thead th,
.wp-block-table th {
    color: #364f63;
    padding: 20px;
    font-weight: bold;
}

table tbody td,
.wp-block-table td {
    color: #425566;
    padding: 12px 20px;
}

table td,
table th,
.wp-block-table td,
.wp-block-table th {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: normal;
    text-align: left;
    min-height: 50px;
    border: 1px solid #9aa7b0;
}

table thead,
.wp-block-table thead {
    border-bottom: 0;
}

.wp-block-table thead::before,
.wp-block-table tbody tr:first-child td:first-child::before {
    content: "";
    position: absolute;
    border-left: 0.9px solid #9aa7b0;
    border-top: 1px solid #9aa7b0;
    border-top-left-radius: 20px;
    height: 50px;
    width: 18px;
    top: 0;
    left: 0;
}

.wp-block-table thead::after,
.wp-block-table tbody tr:first-child td:last-child::after {
    content: "";
    position: absolute;
    border-right: 0.9px solid #9aa7b0;
    border-top: 1px solid #9aa7b0;
    border-top-right-radius: 20px;
    height: 50px;
    width: 18px;
    top: 0;
    right: 0;
}

.wp-block-table tbody::before {
    content: "";
    position: absolute;
    border-left: 0.9px solid #9aa7b0;
    border-bottom: 1px solid #9aa7b0;
    border-bottom-left-radius: 20px;
    height: 50px;
    width: 18px;
    bottom: 0;
    left: 0;
}

.wp-block-table tbody::after {
    content: "";
    position: absolute;
    border-right: 0.9px solid #9aa7b0;
    border-bottom: 1px solid #9aa7b0;
    border-bottom-right-radius: 20px;
    height: 50px;
    width: 18px;
    right: 0;
    bottom: 0;
}

.wp-block-table th:not(:last-child),
.wp-block-table td:not(:last-child) {
    border-right: 1px solid #9aa7b0;
}

.wp-block-table thead>tr:not(:last-child)>th,
.wp-block-table thead>tr:not(:last-child)>td,
.wp-block-table tbody>tr:not(:last-child)>th,
.wp-block-table tbody>tr:not(:last-child)>td,
.wp-block-table tfoot>tr:not(:last-child)>th,
.wp-block-table tfoot>tr:not(:last-child)>td,
.wp-block-table tr:not(:last-child)>td,
.wp-block-table tr:not(:last-child)>th,
.wp-block-table thead:not(:last-child),
.wp-block-table tbody:not(:last-child),
.wp-block-table tfoot:not(:last-child) {
    border-bottom: 1px solid #9aa7b0;
}

.wp-block-table thead th {
    border-bottom: 0;
}

.wp-block-table tbody tr:nth-child(even) {
    background-color: #ebf8ff;
}

.wp-block-table::-webkit-scrollbar {
    height: 13px;
    padding: 3px 60px 3px 2px;
    border-radius: 3.5px;
    background-color: #fffc;
    background-image: linear-gradient(87deg, #b5b5b569 -5%, #a7a7a75b 53%, #9a9a9a4d 109%);
}

.wp-block-table::-webkit-scrollbar-thumb {
    height: 7px;
    padding: 3px 60px 3px 2px;
    border-radius: 6.5px;
    border: 3px solid #cecece;
    background-color: #fffc;
}

.wp-block-table::-webkit-scrollbar-track {
    border-radius: 6.5px;
    background-image: linear-gradient(87deg, #b5b5b569 -5%, #a7a7a75b 53%, #9a9a9a4d 109%);
    padding: 3px 60px 3px 2px;
}

.text-italic {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: oblique;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #425566;
    margin: 16px 0 16px 32px;
}

.post-sidebar {
    margin-top: 30px;
}

.sticky-sidebar {
    display: block;
}

.post-sidebar .toc {
    display: block;
    padding: 16px 14px;
    border-radius: 13px;
    border: solid 1px #d6d9db;
    margin-bottom: 14px;
    background: #fff;
}

.toc__heading {
    font-size: 16px;
    position: relative;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #425566;
    font-style: var(--title-font);
    text-transform: uppercase;
    margin-bottom: 0px;
}

.post-sidebar .toc__heading:after {
    position: absolute;
    content: "";
    top: 6px;
    right: 0;
    background: url(/wp-content/themes/playtoday/assets/icon/arrow-down.svg) no-repeat;
    background-size: 24px;
    width: 24px;
    height: 14px;
    opacity: .8;
    transition: ease 0.3s;
}

.toc__heading.active:after {
    transform: rotate(180deg);
}

.toc__links {
    margin-top: 4px;
}

.toc__links a {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 1.54;
    text-align: left;
    color: #425566;
    padding-left: 20px;
    text-decoration: underline dashed #9aa7b0;
    text-underline-offset: 3px;
}

.toc__links a {
    margin-top: 20px;
}

.toc__links a:before {
    position: absolute;
    left: 0;
    content: "⬇";
    color: #425566;
    opacity: 0.5;
}

.toc__links a:hover,
.toc__links a:hover::before {
    color: #32404d;
    opacity: 1;
    text-decoration: none;
}

.about__resources {
    margin: 48px 0;
}

.about__resources>.row {
    flex-wrap: wrap;
    align-items: baseline;
    gap: 32px;
    margin-bottom: 32px;
}

.about__resources-item {
    flex: 1 0 100%;
}

.about__resources-item>.row {
    justify-content: left;
}

.about__resources-item img {
    margin-right: 16px;
}

.about__resources-link {
    text-align: center;
}

.about__authors {
    margin-top: 48px;
}

.about__authors .about__authors-item {
    padding: 24px;
    border-radius: 30px;
    box-shadow: 0 0 8px 0 rgba(15, 167, 255, 0.21);
    background-color: #fff;
    margin-bottom: 28px;
}

.about__authors-item .image {
    margin-right: 32px;
}

.single .post__author-info.author-info .about__authors-item .row {
    align-items: flex-start;
}

.single .post__author-info.author-info .about__authors-item .image img,
.about__authors-item .image img {
    width: 128px;
    height: 128px;
    border-radius: 50%;
}

.about__authors-item p.name a {
    font-weight: bold;
    color: #425566;
    margin: 0 0 24px;
}

.about__authors-item p {
    color: #425566;
    margin-bottom: 0;
}

.about__authors-item .social a {
    display: inline-flex;
    align-items: center;
    background-color: #d5dade;
    font-size: 16px;
    line-height: 1.75;
    color: #10133a;
}

.about__authors-item .social {
    margin-left: 80px;
}

.about__authors-item .social a span {
    margin-left: 8px;
}

.about__authors-item .social a:hover {
    background-color: #10133a;
}

.about__authors-item .social a:hover svg path {
    fill: #d5dade!important;
}

.about__authors-item .social a:hover span {
    color: #d5dade;
}

.author-info .about__authors-item .name {
    font-family: var(--title-font);
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25;
    color: #10133a;
    margin-bottom: 32px;
}

body .author-info__count {
    font-family: var(--title-font);
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3;
    color: #425566;
    margin-bottom: 40px;
}

.social a span {
    display: none;
    color: #10133a;
    font-size: 16px;
}

.social a {
    padding: 12px;
    margin: 0 16px 19px 0;
    border-radius: 50%;
}

.author-info .about__authors-item .row {
    flex-direction: column;
    align-items: flex-start;
}

.author-info .about__authors-item .image {
    margin-bottom: 20px;
}

.search-block .is-search-input {
    color: #425566;
}

#is-popup-wrapper {
    top: 57px;
    background: transparent;
    z-index: 999999;
    -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
    box-shadow: 15px 15px 50px 0 rgba(0, 0, 0, 0.39);
    background-image: linear-gradient(112deg, rgba(18, 18, 18, 0.41) -5%, rgba(0, 0, 0, 0.3) 108%);
}

#is-popup-wrapper .is-popup-search-form form {
    width: 90%;
}

#is-popup-wrapper .is-form-style input.is-search-input,
#is-popup-wrapper .is-search-icon,
#is-popup-wrapper .is-form-style button.is-search-submit {
    height: 50px;
}

#is-popup-wrapper .is-form-style input.is-search-input {
    font-size: 18px!important;
    color: #425566;
    border-radius: 10px 0 0 10px!important;
    border: solid 1px #fff!important;
}

#is-popup-wrapper .is-search-icon svg {
    width: 24px;
    height: 24px;
    padding-top: 7px;
}

.search-block .is-form-style input.is-search-input::placeholder {
    color: #425566;
    opacity: 0.49;
    font-size: 18px;
}

.popup-search-close {
    margin: 24px;
    height: 24px;
    width: 24px;
}

.popup-search-close:before,
.search-close:before,
.popup-search-close:after,
.search-close:after {
    height: 30px;
}

.up-button {
    display: none;
    cursor: pointer;
    position: fixed;
    right: 16px;
    bottom: 16px;
    width: 64px;
    height: 64px;
    opacity: 0.5;
    background-color: #9aa7b0;
    border-radius: 50%;
    border: none;
    z-index: 99;
}

.up-button:hover {
    opacity: 1;
    background-color: #10133a;
}

.error-header,
.error-header p {
    text-align: center;
}

.error-header img {
    width: 160px;
    height: 160px;
    margin-bottom: 42px;
}

.error-header h1 {
    font-size: 40px;
    line-height: 1.25;
}

.error-body.row {
    flex-wrap: wrap;
}

.error-body.row .column {
    margin-bottom: 48px;
}

.error-body .item {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
}

.error-body .item img {
    width: 32px;
    height: 32px;
    margin-right: 11px;
}

.error-body .item p {
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #10133a;
}

.icon-block {
    margin-top: 30px;
}

.icon-block img {
    width: 36px;
    height: 36px;
    float: left;
    margin-right: 16px;
}

.icon-block p:nth-child(2) {
    font-weight: bold;
    text-align: left;
    color: #10133a;
}

.icon-block p:last-child {
    margin-top: 16px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #32404d;
}

.list-of-source.accordion {
    padding: 0;
    background: transparent;
    margin: 64px 0;
}

.list-of-source .accordion-item {
    box-shadow: 0 0 13px 0 rgba(16, 19, 58, 0.13);
}

.list-of-source .accordion-header:after {
    opacity: 0.5;
}

.list-of-source .accordion-item[open] .accordion-header:after {
    opacity: 1;
}

.list-of-source summary {
    font-weight: bold;
}

.list-of-source ul {
    padding-left: 16px;
}

.list-of-source ul li {
    margin-bottom: 22px;
}

.list-of-source ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.top-sites-title {
    padding: 1px;
    text-align: center;
    mix-blend-mode: multiply;
    border-radius: 7px;
    background-blend-mode: multiply;
    background-image: linear-gradient(to bottom, #0fa7ff, #0fa7ff);
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.top-sites .items {
    padding: 10px 6.5px 7px 5.5px;
    border-radius: 13px;
    box-shadow: 0 0 8px 0 rgba(15, 167, 255, 0.21);
    background-color: #fff;
    margin-bottom: 10px;
}

.top-sites .title {
    margin-bottom: unset;
}

.top-sites .title p {
    display: flex;
    align-items: center;
    font-family: var(--title-font);
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    color: #000;
    padding-left: 12px;
    margin-block: 0 4px;
}

.top-sites .title p img {
    margin-right: 0;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.top-sites .item a {
    padding: 6px 6px 8px;
    display: flex;
    flex-direction: column;
    transition: ease 0.3s;
}

.top-sites .item:not(:last-child) a {
    border-bottom: 1px solid #d6d9db;
}

.top-sites .item a:hover {
    border-radius: 11px;
    box-shadow: 0 0 8px 0 rgba(15, 167, 255, 0.21);
    border-color: transparent;
}

.top-sites .item span {
    padding: 4px 6px;
}

.top-sites .item .name {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
    color: #425566;
    transition: ease 0.3s;
}

.top-sites .item .name:after {
    position: absolute;
    content: "";
    right: 0;
}

.top-sites .item a:hover .name {
    color: #fff;
    text-decoration: none;
    border-radius: 9px;
    background-image: linear-gradient(101deg, #249fe7 8%, #312dc5 51%, #f47f26 93%);
}

.top-sites .item img {
    width: 23px;
    height: 23px;
    object-fit: cover;
    margin-right: 8px;
    border-radius: 6px;
}

.top-sites .item svg {
    margin-inline: auto 0;
    width: 14px;
    height: 9px;
}

.top-sites .item a:hover .name svg path {
    stroke: #fff!important;
}

.top-sites .item .bonus {
    color: #0fa7ff;
    font-size: 15px;
}

@media screen and (min-width: 601px) {
    h3,
    h4,
    h5,
    .title-h3,
    .title-h4,
    .title-h5 {
        font-size: 34px;
        line-height: 1.5;
    }
    .header-search {
        display: none;
    }
    .author-info .about__authors-item .row {
        flex-direction: row;
    }
    .social a span {
        display: block;
    }
    .social a {
        padding: 8px 12px;
        border-radius: 18px;
    }
    .about__resources-item {
        flex: 1 0 40%;
    }
    .post__meta .row div {
        width: auto;
    }
}

@media screen and (min-width: 768px) {
    body .is-search-sections .thumbnail {
        margin-right: 26px;
        width: 134px;
    }
    body .is-search-sections .thumbnail img {
        max-width: 134px;
        width: 134px;
        height: 70px;
        object-fit: cover;
        border-radius: 10px;
        border: solid 0.5px #d6d9db;
    }
    .home .astm-search-menu {
        display: none;
    }
    .category__items {
        width: 50%;
    }
    .search-block {
        display: block;
        position: relative;
        width: 40%;
    }
    .search-block .search__text {
        text-align: left;
        font: normal normal bold 14px/17px Arial;
        letter-spacing: 0px;
        color: #10133A;
        opacity: 0.5;
    }
    .search-block .search__text,
    .search-block .search__example {
        margin-left: 16px;
    }
    .is-form-style {
        margin: 0 0 14px;
    }
    .is-form-style input.is-search-input {
        padding: 10px 16px;
        /* border-radius: 13px 0 0 13px; */
        /* padding: 1.5rem .7rem; */
        border-radius: 12px 0 0 12px;
        border-color: #fff!important;
        height: 45px;
    }
    .is-form-style.is-form-style-3 label {
        width: calc(100% - 45px) !important;
    }
    .is-form-style button.is-search-submit {
        height: 45px;
        cursor: pointer;
    }
    .is-search-icon {
        border-radius: 0 12px 12px 0;
        height: 45px;
    }
    .is-form-style .is-search-submit path {
        fill: #0f1239;
    }
    .main-block .row {
        align-items: unset;
    }
    .search__example a,
    .search__example p {
        text-align: left;
        font: normal normal normal 18px/18px Arial;
        letter-spacing: 0px;
        color: #10133A;
        margin: 0 0 18px;
        padding: 0;
    }
    .search__example a:hover {
        text-decoration: underline;
        text-underline-offset: 3px;
    }
    .topics p {
        width: 64%;
    }
    .topics__post {
        padding: 16px;
    }
    .footer__bottom>div {
        border-bottom: unset;
    }
    .footer__bottom .text {
        width: 26%;
        border-top: unset;
        border-right: 1px solid #425566;
        padding: 35px 10px 25px 0;
    }
    .footer__bottom .links {
        border-top: unset;
        padding: 35px 10px 25px;
    }
    .footer__bottom .social {
        border-left: 1px solid #425566;
        padding: 35px 0 35px 18px;
    }
    .footer__bottom .links ul {
        gap: 22px;
    }
    .author-info .about__authors-item .name {
        font-size: 70px;
        line-height: 1.36;
    }
    .author-info__count {
        font-size: 50px;
        line-height: 1.5;
    }
    .post h1.title {
        font-size: 60px;
        line-height: 1.35;
        margin-top: 32px;
    }
    .post__meta .row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .post__meta .copy {
        display: flex;
    }
    .post__meta .author span,
    .post__meta .date span {
        display: none;
    }
    .post__block,
    .post__definition {
        padding: 22px;
    }
    .post__block .post__block-title p {
        font-size: 32px;
        line-height: 1.5;
    }
    .post__block img {
        width: 40px;
        height: 40px;
    }
    .wp-block-table td,
    .wp-block-table th {
        font-size: 18px;
        line-height: 1.5;
    }
    .wp-block-table {
        overflow-x: auto;
    }
    .accordion {
        padding: 30px 32px;
    }
    .page .accordion {
        margin-bottom: 32px;
    }
    .accordion .title {
        font-size: 32px;
        line-height: 1.5;
    }
    .accordion-item {
        margin-bottom: 24px;
    }
    .faq .accordion-item[open] .accordion-content {
        padding: 15px 20px 0px;
    }
    .post__author-info {
        padding: 32px;
    }
    .post__author-info.author-info .about__authors-item .row {
        flex-wrap: nowrap;
    }
    .site-header .main-navigation a {
        padding: 16px 20px;
    }
    .site-header .main-navigation .astm-search-menu {
        margin-left: 20px;
    }
    .site-header .main-navigation .astm-search-menu a {
        padding: 0;
    }
    .site-header .menu {
        align-items: center;
    }
    .wpcf7 {
        padding: 32px;
    }
    input,
    select,
    textarea {
        width: calc(100% - 32px);
    }
    .error-header img {
        width: 200px;
        height: 200px;
    }
    .error-header h1 {
        font-size: 60px;
        line-height: 1.35;
    }
    .error-body.row {
        flex-wrap: nowrap;
        gap: 30px;
        align-items: baseline;
        margin-top: 48px;
    }
    .error-body.row .column {
        width: calc(100%/3);
        margin-bottom: 24px;
    }
    .error404 .topics__link {
        text-align: left;
    }
    .icon-block p:last-child {
        margin-left: 52px;
    }
    .about__resources-link {
        margin-top: 48px;
    }
    .top-sites .close-icon,
    .top-sites-mobile {
        display: none;
        visibility: hidden;
    }
}

@media (min-width: 992px) {
    .wpcf7 {
        width: 740px;
        margin: 54px auto;
    }
    .error-header h1 {
        font-size: 70px;
        line-height: 1.36;
    }
    .about__authors .about__authors-item {
        padding: 30px 80px 32px 32px;
    }
    .main-navigation li a:hover,
    .site-about li a:hover {
        text-decoration: underline;
        text-underline-offset: 3px;
    }
    .main-navigation li.current-menu-item a,
    .site-about li.current-menu-item a {
        color: #32404d;
    }
    .main-navigation li.last-item {
        display: none;
    }
}

@media (min-width: 1200px) {
    .about-page,
    .site-page {
        margin-top: 115px;
    }
    h1 {
        font-size: 70px;
        line-height: 1.36;
        margin-top: 48px;
        margin-bottom: 30px;
    }
    h2,
    .title-h2 {
        font-size: 50px;
        line-height: 1.5;
        margin-top: 28px;
        margin-bottom: 12px;
    }
    h3,
    .title-h3 {
        font-size: 42px;
        line-height: 58px;
        margin-top: 22px;
        margin-bottom: 12px;
    }
    h4,
    .title-h4 {
        font-size: 35px;
        line-height: 1.33;
        margin-top: 18px;
        margin-bottom: 8px;
    }
    h5,
    .title-h5 {
        font-size: 29px;
        line-height: 1.5;
        margin-top: 16px;
        margin-bottom: 12px;
    }
    h6,
    .title-h6 {
        font-size: 24px;
        line-height: 1.29;
        margin-top: 14px;
        margin-bottom: 12px;
    }
    p {
        margin-top: 0;
        margin-bottom: 18px;
    }
    .breadcrumbs {
        margin: 39px 0 32px;
    }
    .post__content .wp-block-image img {
        border-radius: 30px;
    }
    #is-popup-wrapper {
        top: 77px;
    }
    #is-popup-wrapper .is-popup-search-form form {
        width: 74%;
    }
    body div.is-ajax-search-details,
    body div.is-ajax-search-result {
        width: 74%!important;
    }
    .popup-search-close {
        margin: 5% 13% 0 0;
        height: 30px;
        width: 30px;
    }
    .footer__bottom .links {
        padding: 35px 35px 25px;
    }
    .footer__bottom .social {
        padding: 35px 0 25px 35px;
    }
    .footer__bottom .text {
        padding-right: 35px;
    }
    .footer__bottom .links ul {
        gap: 60px;
    }
    .post-container {
        max-width: 750px;
        position: relative;
    }
    .post__meta .row div {
        width: calc(100%/4 - 20px);
    }
    .post__meta .row div.date {
        width: calc(100%/3 - 30px);
    }
    .post-sidebar {
        position: absolute;
        width: 280px;
        height: 100%;
        margin-bottom: 0;
        right: -300px;
    }
    .sticky-sidebar {
        position: sticky;
        top: 110px;
        width: 280px;
        height: auto;
    }
    .post__meta .author span,
    .post__meta .date span {
        display: block;
    }
    .post__meta .date p {
        display: inline-flex;
    }
    .post__content .wp-block-image {
        margin: 32px 0;
    }
    .post__block {
        padding: 26px 16px;
    }
}

@media screen and (max-width: 991px) {
    .about__authors .about__authors-item {
        padding: 30px 32px;
    }
    .page-heading__title {
        padding: 26px 33px;
    }
}

@media screen and (max-width: 768px) {
    .footer__bottom .links ul {
        gap: 60px;
    }
    .site-about,
    .main-navigation .astm-search-menu {
        display: none;
    }
    .header-search {
        float: right;
        margin-left: auto;
        z-index: 4;
    }
    .site-header .menubtn {
        display: block;
    }
    .main-navigation {
        float: right;
        margin-left: 24px;
    }
    .main-navigation .menu-japan-main-menu-container ul,
    .main-navigation .menu-main-menu-container ul {
        display: none;
    }
    .menubtn,
    .main-navigation.toggled ul {
        display: block;
    }
    .main-navigation.toggled>div,
    .main-navigation.toggled .menu-main-menu-container {
        display: block;
        position: fixed;
        z-index: 3;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding-top: 75px;
        -webkit-backdrop-filter: blur(12.5px);
        backdrop-filter: blur(12.5px);
        box-shadow: 15px 15px 50px 0 rgb(0 0 0 / 39%);
        background-image: linear-gradient(135deg, rgba(72, 125, 211, 0.65) -5%, rgb(251 127 35 / 55%) 107%);
        -webkit-transition: ease-in-out .3s;
        -moz-transition: ease-in-out .3s;
        -o-transition: ease-in-out .3s;
        transition: ease-in-out .3s;
    }
    .site-header .main-navigation a {
        display: block;
        padding: 21px 27px;
        text-align: center;
    }
    .menushow {
        overflow: hidden;
    }
    .footer__top {
        flex-wrap: wrap;
    }
    .footer__bottom.row {
        display: block;
    }
    .footer__bottom .links ul {
        gap: 22px;
    }
    .main-block__title,
    .page-heading__title {
        padding: 42px 45px 32px;
    }
    .main-block__title h1,
    .page-heading__title h1 {
        font-size: 40px;
        line-height: 1.25;
    }
    .more-btn {
        display: none;
    }
    .topics__post .wp-post-image {
        margin-left: 8px;
        margin-right: 10px;
        width: 58px;
        height: 58px;
        border: solid 0.5px #d6d9db;
        border-radius: 50%;
    }
    .topics__post .post-categories li a,
    .topics__post .meta span {
        font-size: 8px;
        line-height: 1.75;
    }
    .social {
        margin: 32px 0 0;
        display: inline-flex;
    }
    .about__authors .about__authors-item .row {
        flex-direction: column;
        align-items: unset;
    }
    body .is-search-sections .is-meta-category a {
        font-size: 8px;
        line-height: 1.75;
    }
    body .is-search-sections .thumbnail img {
        width: 58px;
        height: 58px;
        border-radius: 50%;
    }
    body .is-search-sections .thumbnail {
        width: 58px;
    }
    .main-block {
        height: 100%;
    }
    #gradient-canvas {
        padding: 92px 0 0;
    }
    .top-sites-mobile {
        position: fixed;
        z-index: 99;
        right: 0;
        top: 50%;
        padding: 16px 8px;
        border-radius: 13px 0 0 13px;
        box-shadow: 0 0 8px 0 rgba(15, 167, 255, 0.21);
        background-color: #fff;
        line-height: 1;
    }
    .top-sites-mobile img {
        width: 28px;
        height: 28px;
        margin-right: 0;
    }
    .top-sites-mobile.open {
        display: none;
    }
    .top-sites {
        display: none;
        opacity: 0;
        -webkit-transition: ease-in-out .3s;
        -moz-transition: ease-in-out .3s;
        -o-transition: ease-in-out .3s;
        transition: ease-in-out .3s;
    }
    .top-sites.open {
        display: block;
        visibility: visible;
        opacity: 1;
        overflow: hidden scroll;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 11;
        box-sizing: border-box;
        -ms-scroll-chaining: none;
        overscroll-behavior: none;
        animation: slide-left-bar .4s ease-out;
        min-height: 100vh;
        height: 100%;
        padding: 10.2px 12px 0 16px;
        box-shadow: 0 0 8px 0 rgba(15, 167, 255, 0.21);
        background-color: #f0f0f0;
        padding-block: 90px 20px;
    }
    @keyframes slide-left-bar {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(0%);
        }
    }
    /* .backdrop {
        z-index: 10;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        overflow: hidden scroll;
        position: fixed;
        background-image: none;
        -ms-scroll-chaining: none;
        overscroll-behavior: none;
    } */
    .top-sites.open .close-icon {
        position: absolute;
        top: 24px;
        right: 28px;
        width: 17px;
        height: 17px;
    }
    .close-icon span {
        display: block;
        position: absolute;
        width: 17px;
        height: 1.5px;
        background-color: #56595a;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }
    .close-icon span:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 9px;
    }
    .close-icon span:last-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 9px;
    }
}

@media screen and (max-width: 480px) {
    .site-header {
        height: 57px;
    }
    .site-header .row {
        padding-top: 14px;
        align-items: normal;
    }
    .site-branding img {
        height: 30px;
        width: auto;
    }
    .site-header .menubtn {
        margin-top: 8px;
    }
    .single-post .breadcrumbs span:nth-last-child(2),
    .single-post .breadcrumbs span.last {
        display: none;
    }
}

body .casino-card .btn-gradient {
    background-image: linear-gradient(119deg, #249fe7 5%, #312dc5 52%, #f47f26 97%);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.22;
    text-decoration: none;
    text-align: center;
}

body .casino-card .btn-gradient:hover,
body .casino-card .btn-gradient:focus {
    box-shadow: 0 0 13px 0 #10133a57;
}

body .casino-card .btn-outline {
    padding: 14px 29px 14px 26px;
    backdrop-filter: blur(12.5px);
    border: solid 2px #32404d;
    background-color: #fff;
    font-size: 18px;
    line-height: 1.22;
    color: #32404d;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.casino-card .buttons a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

body .casino-card .btn-outline:hover,
body .casino-card .btn-outline:focus {
    border: solid 2px #32404d;
    background-color: #32404d;
    color: #fff;
}

body .casino-card .btn-outline:hover svg path,
body .casino-card .btn-outline:focus svg path {
    stroke: #fff!important;
}

.casino-card .btn-outline.clicked {
    border: solid 2px #32404d;
    background-color: #fff;
    color: #32404d;
}

.casino-card .btn-outline.clicked svg {
    transform: rotate(180deg);
}

.post-container {
    margin-top: 48px;
}

.casino-card {
    display: grid;
    padding: 14px;
    border-radius: 14px;
    box-shadow: 0 0 8px 0 rgba(15, 167, 255, 0.21);
    background-color: #fff;
    margin-bottom: 28px;
}

.casino-card .row {
    justify-content: flex-start;
    flex-wrap: wrap;
}

.casino-card .image {
    position: relative;
}

.casino-card .image .count {
    width: 28px;
    height: 28px;
    opacity: 0.8;
    background-color: #9aa7b0;
    border-radius: 50%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: absolute;
    left: -7px;
    top: -14px;
}

.casino-card .image img {
    width: 68px;
    height: 68px;
    margin-right: 14px;
    border-radius: 10px;
    border: solid 1px #707070;
}

.casino-card .bonus {
    display: inline-flex;
    gap: 7px;
    align-items: baseline;
}

.casino-card .bonus a,
.casino-card .bonus p {
    font-size: 20px;
    line-height: 1.4;
    color: #0fa7ff;
    text-decoration: none;
}

.casino-card .bonus p {
    margin-top: 0;
    margin-bottom: 0;
}

.casino-card .bonus a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.casino-card .bonus img {
    width: 18px;
    height: 20px;
}

.casino-card p.name {
    font-family: var(--title-font);
    font-size: 19px;
    font-weight: bold;
    color: #425566;
    margin-top: 0;
    margin-bottom: 20px;
}

.casino-card .info {
    margin-left: auto;
    text-align: center;
}

.casino-card .info .rating {
    margin-bottom: 16px;
    display: inline-flex;
    align-items: baseline;
    gap: 7px;
}

.casino-card .info .rating .stars {
    width: 77px;
    height: 15px;
    position: relative;
}

.casino-card .info .rating .stars .stars-img {
    position: absolute;
    left: -0.2px;
    top: 0.5px;
    z-index: 1;
    background: url(./assets/icon/rating-stars.svg) no-repeat;
    width: 77px;
    height: 15px;
}

.casino-card .info .rating .stars .gradient-mask {
    -webkit-mask-image: url(./assets/icon/rating-mask-1.svg);
    mask-image: url(./assets/icon/rating-mask-1.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 77px;
    height: 15px;
}

.casino-card .info .rating .stars .gradient {
    position: absolute;
    content: "";
    height: 15px;
    background-image: linear-gradient(92deg, #249fe7 0%, #312dc5 97%);
    width: 100%;
    top: 0px;
    left: 0;
    z-index: 1;
}

.casino-card .info .rating .number {
    font-size: 18px;
    font-weight: bold;
    color: #425566;
}

.casino-card .list ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.casino-card .list li {
    position: relative;
    font-size: 18px;
    line-height: 1.5;
    color: #425566;
    padding-left: 24px;
    margin-bottom: 16px;
}

.casino-card .list li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 3px;
    background: url('./assets/icon/note.webp') no-repeat;
    background-size: 100%;
    width: 18px;
    height: 18px;
}

.casino-card .buttons {
    display: grid;
    gap: 16px;
}

.casino-card .about {
    margin-top: 27px;
}

.casino-card .about p.name {
    color: #10133a;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
    margin-bottom: 24px;
}

.casino-card .about .text {
    color: #425566;
    margin-bottom: 32px;
}

.casino-card .about ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.casino-card .about li {
    margin-bottom: 18px;
}

.casino-card .about li span {
    font-weight: bold;
}

.casino-card .about>.row {
    gap: 36px;
    align-items: baseline;
}

.casino-card .rating__list .item {
    display: block;
    margin-bottom: 18px;
}

.casino-card .rating__list .item .name {
    color: #425566;
    font-weight: bold;
    font-size: 18px;
    flex-basis: 45%;
}

.casino-card .rating__list .item .scale {
    display: inline-flex;
    gap: 2px;
    flex-basis: 45%;
    align-items: center;
    margin-left: auto;
}

.casino-card .rating__list .item .scale span {
    display: block;
    width: 29.1px;
    height: 5.9px;
    margin: 0 1.9px 0 0;
    border-radius: 3px;
}

.casino-card .rating__list .item .scale .progress {
    background-color: #d6d9db;
}

.casino-card .rating__list .item .scale .progress .is-complete {
    background-color: #00b901;
}

.casino-card .rating__list .number {
    margin-left: 6px;
    width: 25px;
}

.progress {
    background-color: #d6d9db;
    height: 5.9px;
    border-radius: 3px;
}

.pll-switcher-select {
    background: transparent;
    opacity: .8;
    font-size: 14px;
    color: #fff;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 560px) {
    .casino-card {
        gap: 37px;
        padding: 28px 30px 32px 28px;
        border-radius: 30px;
        margin-bottom: 31px;
    }
    .casino-card .image img {
        width: 130px;
        height: 130px;
        margin-right: 20px;
        border-radius: 20px;
    }
    .casino-card p.name {
        font-size: 29px;
    }
    .casino-card .row {
        flex-wrap: nowrap;
    }
    .casino-card .list li {
        margin-bottom: 20px;
    }
    .casino-card .about .overview {
        flex-basis: 42%;
    }
    .casino-card .about .rating {
        flex-basis: 60%;
    }
    .casino-card .rating__list .item {
        display: inline-flex;
        align-items: center;
        width: 100%;
    }
    .casino-card .rating__list .item .scale span {
        width: 29.1px;
        height: 5.9px;
        margin: 0 1.9px 0 0;
    }
    .casino-card .text {
        margin-right: 28px;
    }
    .casino-card .image .count {
        width: 60px;
        height: 60px;
        font-size: 40px;
        top: -30px;
        left: -16px;
    }
    .casino-card .info {
        min-width: 168px;
    }
}

@media screen and (max-width: 560px) {
    .single-post .post-container {
        margin-top: 36px;
    }
    .casino-card .info {
        text-align: center;
        margin: 32px auto 0;
    }
    .casino-card .about>.row {
        gap: 18px;
    }
    .casino-card {
        gap: 32px;
    }
    .casino-card.big-card .image {
        margin-bottom: 28px;
        width: 100%;
    }
    .casino-card.small-card .image {
        width: 82px;
    }
    .casino-card.small-card .text {
        width: calc(100% - 82px);
    }
    .casino-card .text {
        position: relative;
    }
    .casino-card.big-card p.name {
        position: absolute;
        left: 100px;
        top: -120px;
        display: flex;
        align-items: center;
        height: 84px;
        margin-bottom: 0;
    }
    .casino-card.small-card .row {
        align-items: flex-start;
    }
    .top-sites.open {
        padding-top: 40px;
        margin-top: 58px;
        padding-inline: 20px;
    }
    .top-sites.open .close-icon {
        top: 10px;
        right: 12px;
    }
    .top-sites-mobile {
        padding: 14px 9px;
    }
}

@media screen and (min-width: 992px) {
    .casino-card {
        gap: unset;
    }
    .casino-card>.item:not(:first-child) {
        border-top: 1px solid #d6d9db;
        padding-top: 19px;
        margin-top: 11px;
    }
    .casino-card .list ul {
        width: 100%;
        display: inline-flex;
        justify-content: space-between;
    }
    .casino-card .image .count {
        width: 36px;
        height: 36px;
        font-size: 24px;
        left: -14px;
        top: -14px;
    }
}