/*
Theme Name: Adaptive Template
Theme URI: https://wpshop.ru/themes/
Description: The best adaptive eco-theme WP
Version: 1.0.1
Tags: premium, adaptive, seo
*/

/*--------------------------------------------------------------

 *   НЕ РЕДАКТИРУЙТЕ ЭТОТ ФАЙЛ
 *
 *   ВНИМАНИЕ!!!!!!!
 *
 *   НЕ РЕДАКТИРУЙТЕ ЭТОТ ФАЙЛ
 *   ПРИ ОБНОВЛЕНИИ ТЕМЫ - ВЫ ПОТЕРЯЕТЕ ВСЕ ВАШИ ИЗМЕНЕНИЯ
 *   ИСПОЛЬЗУЙТЕ ДОЧЕРНЮЮ ТЕМУ ИЛИ НАСТРОЙКИ ТЕМЫ В АДМИНКЕ
 *

--------------------------------------------------------------*/
html {
    scroll-behavior: smooth;
}
*::selection {
    background: #8b0000; /* Safari */
}
::-webkit-scrollbar {
    width: 10px;
    transition: all .2s ease;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #8b0000;
}
html{
    scrollbar-color: #8b0000 #f1f1f1;
    scrollbar-width: thin;
}

*{
    box-sizing: border-box;
}
a, body, button, caption, div, footer, form, h1, h2, h3, header, html, img, input, label, li, menu, nav, ol, p, select, span, table, tbody, td, textarea, tfoot, th, thead, tr, ul {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body {
    margin: 0;
    padding: 0;
    background: white;
}
img{
    max-width:100%;
    height: auto;
}
button,
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: 0;
    background: transparent;
}
ol, ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
h1{
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 900;
    color: #5a80b1;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-animation: shimmer 15s linear infinite;
    animation: shimmer 15s linear infinite;
    background-image: linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);
    background-size: 400% 400%;
}
@media (prefers-reduced-motion) {
    .shimmer {
        -webkit-animation: shimmer 30s linear infinite;
        animation: shimmer 30s linear infinite
    }
}

@-webkit-keyframes shimmer {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes shimmer {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}
h2{
    margin-top: 18px;
    margin-bottom: 12px;
}
h3,h4,h5{
    margin-top: 15px;
    margin-bottom: 10px;
}
.home h1{
    margin-top: 24px;
}
p{
    margin-top: 0;
}
.button,
.casino-cta,
.bonus-cta,
.comments-area .comment-reply-link,
.comments-area .submit,
#cancel-comment-reply-link{
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 100%;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 25px;
    color: #fff;
    /*box-shadow: -3px 3px 4px rgba(0, 0, 0, 0.3);*/
    box-shadow: 0 3px 0 rgb(114, 114, 114);
    transition: all .15s ease-in!important;
    transform: translate(0, 0);
    border: none;
    outline: none;
    background: #8b0000;
    opacity: 1;
    cursor: pointer;
}
.button:hover,
.casino-cta:hover,
.bonus-cta:hover,
.comments-area .comment-reply-link:hover,
.comments-area .submit:hover,
#cancel-comment-reply-link:hover {
    color: #fff;
    box-shadow: 0 2px 0 rgb(114, 114, 114), 0 -2px 0 transparent;
    transform: translateY(1px);
    /*transform: translate(-1px, 1px);*/
    /*box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.3);*/
    /*opacity: .90;*/
}
.button:active,
.casino-cta:active,
.bonus-cta:active,
.comments-area .comment-reply-link:active,
.comments-area .submit:active,
#cancel-comment-reply-link:active{
    color: #fff;
    box-shadow: 0 1px 0 rgb(114, 114, 114), 0 -1px 0 transparent;
    transform: translateY(2px);
    /*transform: translate(-2px, 2px);*/
    /*box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);*/
    /*opacity: .8;*/
}
.container {
    position: relative;
    width: 100%;
    max-width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-fluid{
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
main .container:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    z-index: -1;
}
.row,
.row-padding,
.column{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.row-stretch-height{
    align-items: stretch;
}
.column {
    flex-direction: column;
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .column,
    .row-padding{
        padding: 0 10px;
    }
}
.content ul,.content ol,.content ul li,.content ol li{
    list-style: none;
}
.content ul,.content ol{
    padding-left: 0;
    margin-bottom: 10px;
}
.content ul li:before{
    content: "";
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 5px;
    margin-right: 14px;
    margin-bottom: 3px;
    background: #8b0000;
    border-radius: 8px;
}
.content ol {
    counter-reset: section;
}
.content ol li:before{
    counter-increment: section;
    content: counter(section)".";
    position: relative;
    display: inline-block;
    width: 18px;
    height: 6px;
    margin-right: 10px;
    text-align: right;
    color: #8b0000;
}
.content .wp-block-table{
    width: 100%;
    margin: 0;
}

.wp-block-table{
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 7px;
    scrollbar-color: #4a5961;
    scrollbar-width: thin;
}
.wp-block-table::-webkit-scrollbar {
    height: 5px;
    width: 0;
    background-color: #90a4ae;
}
.wp-block-table::-webkit-scrollbar-thumb {
    background-color: #4a5961;
}
.wp-block-table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f5f5f5;
}
.content table{
    border-collapse: collapse
}
.content table td{
    padding: 10px 15px;
}
.content .attachment-post-thumbnail {
    margin: 0 auto;
    margin-top: 25px;
}
.rating-container{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.rating-stars {
    display: flex;
    position: relative;
    /*margin: 0 0 .5rem auto;*/
    width: 100px;
}
.checked-stars {
    position: absolute;
    overflow: hidden;
    transition: width .2s ease-in-out;
}
.checked-stars img,
.unchecked-stars img{
    display: block;
    width: 100px;
    max-width: 100px;
}
.rating-value{
    margin-left: 10px;
    font-size: 14px;
    line-height: 100%;
}
.action-referral-link{
    cursor: pointer;
}
.alignright {
    max-width: 100%;
    float: right;
    margin: 10px 0 10px 10px;
}
.alignleft {
    max-width: 100%;
    float: left;
    margin: 10px 10px 10px 0;
}
.aligncenter {
    max-width: 100%;
    margin: 10px auto;
    display: block;
    text-align: center;
}
/*body.fixed-header {*/
/*    padding-top: 67px;*/
/*}*/
/*body.admin-bar.fixed-header {*/
/*    padding-top: 125px;*/
/*}*/
.fixed-header header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
}
.admin-bar.fixed-header header {
    top: 45px;
}
.site-header{
    align-items: center;
    justify-content: space-between;
}
.site-logotype,
.footer-logo{
    max-width: 225px;
    margin-right: 30px;
}
.logo.webpexpress-processed{
    max-height: 10px;
}
.logo.webpexpress-processed.lazyloaded{
    max-height: unset;
}
.footer-logo{
    margin-top: 25px;
}
.site-logotype img,
.footer-logo img{
    display: block;
    margin: 3px 0;
}
.header-navigation{
    position: absolute;
    top: 0;
    left: 0;
    width: calc( 100% - 53px );
    z-index: 4;
    transition: transform .2s ease-in;
    transform: translateX(-100%);
    background: black;
}
.admin-bar .header-navigation{
    top: 46px;
}
.header-navigation.open{
    transform: translateX(0);
}
.footer-navigation{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 40px;
}
.header-menu,
.footer-menu{
    display: flex;
    flex-direction: column;
    margin-top: 12px;
}
.header-menu li {
    margin: 15px 0 0 25px;
}
.footer-menu li{
    margin: 15px 0 0 0;
}
.header-menu li a,
.footer-menu li a{
    position: relative;
    margin-top: 10px;
    padding: 5px 0;
    text-decoration: none;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.header-menu li a:before,
.footer-menu li a:before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    transform: translateY(0);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.header-menu li a:hover:before,
.footer-menu li a:hover:before{
    transform: translateY(4px);
}
.cta-button-container{
    display: none;
}
.cta-button-container-mob{
    display: block;
}
.cta-button-container-mob .button{
    margin: 25px;
}
.mob-hamburger{
    position: absolute;
    right: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 5;
}
.line {
    fill:none;
    transition: stroke 400ms, stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #000000;
    stroke-width:5.5;
    stroke-linecap:round;
}
.mob-hamburger .top {
    stroke-dasharray: 40 130;
}
.mob-hamburger .middle {
    stroke-dasharray: 40 140;
}
.mob-hamburger .bottom {
    stroke-dasharray: 40 205;
}
.mob-hamburger.active .top {
    stroke-dasharray: 75 130;
    stroke-dashoffset: -63px;
}
.mob-hamburger.active .middle {
    stroke-dashoffset: -102px;
}
.mob-hamburger.active .bottom {
    stroke-dasharray: 110 205;
    stroke-dashoffset: -86px;
}


.breadcrumbs{
    margin: 32px 0 18px 0;
    text-transform: capitalize;
}
.breadcrumbs li {
    display: inline;
}
.breadcrumbs a{
    text-decoration: none;
}

.home-header2{
    margin-top: 18px;
    margin-bottom: 12px;
    font-size: 27px;
    font-weight: bold;
}
.home-header2 a{
    transition: color 150ms ease-in;
    text-decoration: none;
}
.under-head-text{
    margin-bottom: 15px;
}

.casino-row,
.slot-row,
.bonus-row{
    padding-top: 18px;
    padding-bottom: 18px;
}
.casino-item,
.slot-item,
.bonus-item{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 10px 0;
    background: #ffffff;
    border: 1px solid grey;
    border-radius: 5px;
    overflow: hidden;
    transition: transform .7s cubic-bezier(0,.05,0,.83);
    transform: scale(1);
}
.casino-item,
.bonus-item{
    padding: 10px;
    padding-bottom: 62px;
}
.casino-head,
.bonus-head{
    display: flex;
    align-items: center;
}
.casino-image-block,
.bonus-image-block {
    margin-right: 10px;
    max-width: 100px;
    border-radius: 100px;
    overflow: hidden;
    transition: transform .7s cubic-bezier(0,.05,0,.83);
    transform: scale(.95);
}
.casino-image-block img,
.bonus-image-block img{
    width: 100px;
    max-width: unset;
    height: 100px;
    display: block;
    object-fit: cover;
    object-position: center;
}
.casino-title,
.bonus-title {
    width: calc( 100% - 110px );
    font-weight: bold;
}
.casino-description,
.bonus-description{
    width: 100%;
}
.casino-button-container,
.bonus-button-container{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
}
.casino-cta,
.bonus-cta{
    width: 100%;
    max-width: 210px;
    margin: 0 auto;
    padding: 12px 0;
    background: #000000;
}
.slot-image-block {
    position: relative;
    height: 160px;
}
.slot-image-block img{
    display: block;
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: center;
}
.slot-button-container{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    transition: background .5s cubic-bezier(0,.05,0,.83);
}
.slot-item:hover .slot-button-container{
    background: rgba(0, 0, 0, 0.6);
}
.slot-item .slot-button-container svg{
    opacity: 0;
}
.slot-item:hover .slot-button-container svg{
    opacity: 1;
}
.slot-button-container .circle {
    stroke: #f8aa28;
    stroke-dasharray: 650;
    stroke-dashoffset: 650;
    -webkit-transition: all 0.5s ease-in-out;
    opacity: 0.3;
}
.slot-button-container .triangle {
    -webkit-transition: all 0.7s ease-in-out;
    stroke-dasharray: 240;
    stroke-dashoffset: 480;
    stroke: #ffffff;
    transform: translateY(0)
}
.slot-button-container:hover .triangle{
    stroke-dashoffset: 0;
    opacity: 1;
    stroke: #f8aa28;
    /*animation: nudge 0.7s ease-in-out;*/
}
@keyframes nudge{
    0% {
        transform: translateX(0)
    }
    30% {
        transform: translateX(-5px)
    }
    50% {
        transform: translateX(5px)
    }
    70% {
        transform: translateX(-2px)
    }
    100% {
        transform: translateX(0)
    }
}
.slot-button-container:hover .circle {
    stroke-dashoffset: 0;
    opacity: 1;
}

.slot-title{
    padding: 5px 0;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #000000;
}

.post-row {
    padding-bottom: 20px;
}
.post-item{
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    border: 1px solid black;
}
.post-image-block{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.post-image-block img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}
.post-item .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
}
.post-item .title,
.post-item .excerpt{
    display: block;
    width: 100%;
    font-size: 16px;
    color: white;
    transition: opacity .2s ease-in;
}
.post-item .title{
    width: calc( 100% - 30px );
    margin-bottom: 10px;
    font-size: 34px;
    font-weight: 700;
    transition: all .2s ease-in;
    transform: translate(30px, 70px);
    transform-origin: left;
}
.post-item:hover .title{
    /*width: 100%;*/
    transform: translate(0px, 0px);
}
.post-item .excerpt{
    opacity: 0;
}
.post-item:hover .excerpt{
    opacity: 1;
}
.post-button-container{
    position: absolute;
    left: 10px;
    bottom: 12px;
    width: calc( 100% - 20px );
    transition: opacity .2s ease-in;
    opacity: 0;
}
.post-item:hover .post-button-container{
    opacity: 1;
}

.footer-copyright,
.footer-info{
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .cta-button-container{
        display: block;
        margin: 5px 0 8px 0;
        margin-right: 50px;
    }
    .casino-item,
    .slot-item,
    .bonus-item{
        width: calc( 50% - 20px );
        margin: 10px;
    }
    .casino-item,
    .bonus-item{
        padding-bottom: 62px;
    }
}
/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    /*.admin-bar .header-navigation {*/
    /*    top: 32px;*/
    /*}*/
    .admin-bar.fixed-header header{
        top: 32px;
    }
    .post-item{
        width: calc( 50% - 20px );
        margin: 10px;
    }
}
/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .header-navigation{
        display: block;
        position: relative;
        width: auto;
        min-height: auto;
        background: transparent;
        transform: translateX(0);
    }
    .header-menu li a:before,
    .footer-menu li a:before{
        left: 15px;
        right: 15px;
    }

    .footer-navigation {
        flex-direction: row;
        align-items: center;
        margin: 40px auto 40px auto;
    }

    .footer-logo{
        margin-top: 0;
    }
    .admin-bar .header-navigation {
        top: unset;
    }
    .header-menu,
    .footer-menu{
        flex-direction: row;
        margin: 0;
    }
    .header-menu li,
    .footer-menu li {
        margin: 0 1px;
    }
    .header-menu li a,
    .footer-menu li a{
        position: relative;
        padding: 0 15px;
        background: white;
        z-index: 1;
    }
    .cta-button-container-mob{
        display: none;
    }
    .cta-button-container{
        margin-right: 0;
    }
    .mob-hamburger{
        display: none;
    }
    .casino-item,
    .slot-item,
    .bonus-item{
        width: calc( 33.3333333333% - 20px );
    }
}
/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}
/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {

}







.scrollToTop-container{
    position: fixed;
    bottom: 40px;
    right: 20px;
}
.scrolltop {
    opacity: .7;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    border: none;
    background: rgba(0, 0, 0, .2);
    outline: 0;
    cursor: pointer;
    z-index: 500;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.scrolltop:after {
    content: "\1F815";
    color: #fff;
}
.scrolltop:hover {
    opacity: 1;
}



.comments-area{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 25px;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
}
.comment-list{
    margin: 0;
    padding: 0
}
.commentlist{;
    opacity: 0;
    background: #ff5c5c;
    animation: 2.7s cubic-bezier(0, 0, 0, 1) both .5s new-comment-animation;
}
@keyframes new-comment-animation {
    0%   {
        background: #ff5c5c;
        opacity: 0;
    }
    100% {
        background: #ffffff;
        opacity: 1;
    }
}
li.comment:not(:last-child) {
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
ol.children,
.comment .commentlist{
    margin-left: 45px;
    padding-left: 0;
}
.comment-respond{
    margin-top: 25px;
    margin-bottom: 12px;
}
.comment .comment-respond{
    margin-top: 10px;
    margin-bottom: 12px;
}
@media (min-width: 992px) {
    .comment .comment-respond{
        margin: 25px 0 12px 127px;
    }
    ol.children,
    .comment .commentlist {
        margin-left: 127px;
    }
}

.children li.comment {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.comment-reply-title{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 12px;
    font-family: "helvetica";  font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
    color: #222020;
}
.reply {
    display: flex;
    justify-content: flex-end;
}
.logged-in-as{
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0px 10px;
}
.logged-in-as a:last-child{
    max-height: 30px;
    margin-left: 15px;
}
.comment-awaiting-moderation{
    color: rgba(255, 92, 0, 0.97);
}
.comment-form-author,
.comment-form-email,
.comment-form-comment{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.comment-author .fn{
    font-size: 20px;
}
.comment-meta a{
    display: inline-block;
    margin: 5px 0 15px 0;
}
.comment-author img{
    float: left;
    margin: 0 15px 15px 0;
}
/*.depth-1 .comment-reply-link{*/
/*	display: none;*/
/*}*/
.comment-reply-link{
    margin-top: 5px;
    margin-bottom: 10px;
}

#cancel-comment-reply-link,
.comments-area .comment-reply-link{
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 700;
}
@media (min-width: 568px){
    .comment-reply-title {
        flex-direction: row;
    }
    #cancel-comment-reply-link{
        margin-left: 23px;
    }
}
.comments-area input,
.comments-area textarea{
    min-height: 32px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}