@charset "UTF-8";
/*
Theme Name: swiftcasinose
Theme URI: https://swiftcasinose.com
Author: swiftcasinose.com
Author URI: https://swiftcasinose.com
Description: Description
Requires at least: 0.1
Requires PHP: 5.2.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://swiftcasinose.com
Text Domain: swiftcasino.net
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

--------------------------------------------------------------*/
@font-face {
    font-family: "MontserratRegular";
    src: url("./fonts/Montserrat-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MontserratBold";
    src: url("./fonts/Montserrat-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MontserratMedium";
    src: url("./fonts/Montserrat-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

*, *:after, *:before {
    box-sizing: border-box;
}

html, body, .site {
    min-height: 100vh;
}

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


body {
    margin: 0;
    font-family: "MontserratRegular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #111111;
    color: #ffffff;
}

body.active {
    overflow: hidden;
}

/**/
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }

    .navbar,
    .navbar > div,
    .navbar__list,
    .navbar__list > .menu-item {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
}

.container-relative {
    position: relative;
}

.top__he_swiftcasino {
    display: flex;
    position: relative;
    min-height: 70px;
    background-color: #000000;
    z-index: 9;
    order: -1;
}

.top__he_swiftcasino::after {
    content: "";
    background-image: url("./image/header-line.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.top__he_swiftcasino__logo {
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.top__he_swiftcasino__logo a {
    display: flex;
    text-decoration: none;
    text-transform: uppercase;
    color: #161616;
}

.top__he_swiftcasino__logo img {
    width: 100%;
}

.menu__wrapper__swiftcasino {
    height: 80px;
    align-items: center;
    justify-content: center;
    background-image: url("./image/menu-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    order: -1;
}

.menu__wrapper__swiftcasino .top__he_swiftcasino__logo {
    display: flex;
}

.menu__wrapper__swiftcasino .container {
    height: 100%;
}

.navbar {
    display: none;
    margin: 0 auto;
}

@media (min-width: 480px) {

}

@media (min-width: 768px) {

}

@media (min-width: 1200px) {
    .menu__wrapper__swiftcasino {
        order: 0;
    }

    .menu__wrapper__swiftcasino .top__he_swiftcasino__logo {
        display: none;
    }

    .navbar {
        display: block;
    }

    .top__he_swiftcasino__logo {
        display: flex;
        margin: 0 auto 0 0;
    }
}

/**/

.mob_swiftcasino__nav__toggle {
    height: 50px;
    width: 50px;
    display: none;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mob__m__swiftcasino.show  ~ .site .top__he_swiftcasino .mob_swiftcasino__nav__toggle .icon-bar:nth-of-type(2) {
    transform: rotate(-45deg) translate(-3px, 5px);
}
.mob__m__swiftcasino.show  ~ .site  .top__he_swiftcasino .mob_swiftcasino__nav__toggle .icon-bar:nth-of-type(4) {
    transform: rotate(45deg) translate(-4px, -5px);
    width: 42px;
}
.mob__m__swiftcasino.show  ~ .site  .top__he_swiftcasino .mob_swiftcasino__nav__toggle .icon-bar:nth-of-type(3) {
    display: none;
}

@media (min-width: 1200px) {
    .mob_swiftcasino__nav__toggle {
        display: none;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.mob_swiftcasino__nav__toggle .icon-bar {
    display: block;
    width: 42px;
    height: 3px;
    /*border-radius: 6px;*/
    background-color: #ffffff;
    transition: all .3s;
    will-change: transform;
}


.mob_swiftcasino__nav__toggle .icon-bar + .icon-bar {
    margin-top: 9px;
}

.mob_swiftcasino__nav__toggle .icon-bar:nth-of-type(3) {
    width: 30px;
}


.mob_swiftcasino__nav__toggle .icon-bar:nth-of-type(4) {
    width: 35px;
}

@media (min-width: 1200px) {

    .mob_swiftcasino__nav__toggle.active .icon-bar {
        height: 5px;
    }

    .mob_swiftcasino__nav__toggle.active .icon-bar:nth-of-type(2) {
        transform: rotate(-45deg) translate(-3px, 4px);
    }

    .mob_swiftcasino__nav__toggle.active .icon-bar:nth-of-type(3) {
        transform: rotate(45deg) translate(-4px, -5px);
    }

    .mob_swiftcasino__nav__toggle.active .icon-bar:last-child {
        display: none;
    }
}

.mob__m__swiftcasino {
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.mob__m__swiftcasino__backdrop {
    width: 100vw;
    height: 100vh;
}

.mob__m__swiftcasino__inner {
    display: flex;
    flex-direction: column;
    background-color: #000000;
    width: 300px;
    margin: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    /*overflow-y: auto;*/
    padding-top: 9rem;
}

.mob__m__swiftcasino__inner .footer_swiftcasino__text {
    width: 130px;
    margin: 0 auto 10px;
}


@media (min-width: 1200px) {
    .mob__m__swiftcasino {
        display: none;
    }
}


.mob__m__swiftcasino .navbar {
    display: block;
}

/**/

/*.header {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    min-height: 360px;*/
/*    position: relative;*/
/*    background-image: url(image/banner.png);*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    margin-top: 60px;*/
/*}*/

.header__wrapper {
    display: flex;
    width: 100%;
    order: 0;
}

.header__wrapper .item {
    background-image: url("./image/banner-main-swiftcasino.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 420px;
}

.header__wrapper .item:nth-of-type(2) {
    background-image: url("./image/banner-article-swiftcasino.png");
}

.header__wrapper .item:nth-of-type(3) {
    background-image: url("./image/banner-category-swiftcasino.png");
}

.header__wrapper.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.header__wrapper .slick-dots {
    bottom: 10px;
}

.header__wrapper .slick-dots li,
.header__wrapper .slick-dots li button,
.header__wrapper .slick-dots li.slick-dots li button {
    width: 55px;
    height: 6px;
}
.header__wrapper .slick-dots li button:before {
    width: 55px;
    height: 6px;
    background-color: #b095a0;
    color: #b095a0;
    line-height: 7px;
    opacity: 1;
    border-radius: 1px;
}
.header__wrapper .slick-dots li.slick-active button:before {
    width: 55px;
    height: 6px;
    background-color: #ffffff;
    color: #ffffff;
}


.header__wrapper .item .container {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.header__block {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: linear-gradient(#000000a3, #00000042, #00000069);
    padding: 150px 0;
}

.header__tittle {
    color: #ffffff;
    font-size: 1.5rem;
    text-align: center;
}

.btn {
    text-decoration: none;
    background: linear-gradient(90deg, #00f28f 0%, #00d9ff 100%);
    width: 300px;
    margin: 2rem auto 0;
    color: #000000;
    font-family: 'MontserratBold', sans-serif;
    text-align: center;
    padding: 1.5rem;
    border-radius: 4px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    transition: background 0.3s ease, transform 0.2s ease;
}



@media (min-width: 375px) {

}

@media (min-width: 480px) {

}

@media (min-width: 600px) {
    .header__wrapper .item {
        height: 505px;
    }

    .header__wrapper .item .container {
        justify-content: flex-end;
    }


    .header__tittle {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    .header__block {
        left: auto;
        top: 0;
        justify-content: center;
        background-image: none;
    }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
    .header__wrapper {
        margin-top: 0;
    }
}

@media (min-width: 1470px) {

}

img[align="left"] {
    margin-right: 25px;
}

img[align="right"] {
    margin-left: 25px;
}



.button__wrapper__swiftcasino {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0 0;
}

.button__swiftcasino {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #000000;
    border-radius: 4px;
    background-color: #50ee7f;
    border: 1px solid transparent;
    text-decoration: none;
    min-width: 80px;
    padding: .75rem .5rem;
    font-size: 1rem;
    /*font-family: "MontserratBold";*/
    cursor: pointer;
    text-align: center;
    transition: background .2s ease-out;
}

.button__swiftcasino:hover {
    background-color: transparent;
    border-color: #50ee7f;
    color: #ffffff;
    filter: brightness(110%);
}

.button__swiftcasino:active {
    filter: brightness(110%);
}

.button__swiftcasino.log {
    background-color: transparent;
    color: #ffffff;
    border-color: #50ee7f;
}

.button__swiftcasino.review {
    background-color: #ffffff;
    color: #000000;
    border-color: transparent;
}

.button__swiftcasino.review:hover {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.button__wrapper__swiftcasino .button__swiftcasino.log {
    margin-right: 15px;
}

@media (min-width: 375px) {
    .button__swiftcasino {
        min-width: 110px;
        padding: .75rem 1rem;
    }

    .ga_swiftcasino_games__placeholder .button__swiftcasino {
        min-width: 135px;
    }
}
@media (min-width: 480px) {
    .button__wrapper__swiftcasino {
        margin: 0 auto;
    }
}
@media (min-width: 1200px) {
    .button__wrapper__swiftcasino {
        position: inherit;
        width: auto;
        margin: 0 0 0 auto;
    }
}

form {
    display: flex;
    justify-content: center;
    margin: 45px 0;
}


/**/

.navbar__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


.navbar__list .menu-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    /*height: 100%;*/
    width: 100%;
    font-size: 14px;
    font-family: "MontserratMedium";
}

.mob__m__swiftcasino .navbar__list .menu-item {
    height: 80px;
    width: 100%;
    padding: 10px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mob__m__swiftcasino .navbar__list > .menu-item:hover {
    background-color: #141414;
}

.mob__m__swiftcasino .navbar__list > .menu-item:hover a {
    color: #50ee7f;
}

.mob__m__swiftcasino .navbar__list .menu-item.menu-item-has-children {
    height: auto;
}

/*.mob__m__swiftcasino .navbar__list .menu-item.menu-item-has-children > a {*/
/*    height: 50px;*/
/*}*/

.mob__m__swiftcasino .navbar__list .menu-item a {
    color: #ffffff;
    /*height: 100%;*/
    text-transform: capitalize;
    font-size: inherit;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.mob__m__swiftcasino .navbar__list > .menu-item .sub-menu > .menu-item a {
    color: #ffffff;
    align-items: center;
    justify-content: center;
    padding: 0;
}

/*.mob__m__swiftcasino .navbar__list .menu-item.current-menu-item > a {*/
/*    position: relative;*/
/*}*/

/*.mob__m__swiftcasino .navbar__list .menu-item.current-menu-item > a::before {*/
/*    content: "";*/
/*    background-color: #db0934;*/
/*    width: 6px;*/
/*    height: 30px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*}*/

.mob__m__swiftcasino .navbar__list > .menu-item .sub-menu > .menu-item.current-menu-item a,
.mob__m__swiftcasino .navbar__list .menu-item.current-menu-parent > a,
.mob__m__swiftcasino .navbar__list .menu-item.current-menu-item > a {
    text-decoration: underline;
    text-underline-position: under;
}

.mob__m__swiftcasino .sub-menu {
    font-size: .8rem;
    background-color: #141414;
    padding: 0;
    width: 100%;
}

@media (min-width: 480px) {
    .mob__m__swiftcasino .sub-menu {
        position: absolute;
        left: -135px;
        width: 135px;
        top: 0;
        padding: 10px 0;
        opacity: 0;
        visibility: hidden;
        transition: all .3s linear;
    }

    .mob__m__swiftcasino .navbar__list .menu-item.menu-item-has-children:hover .sub-menu {
        opacity: 1;
        visibility: visible;
    }
}

.mob__m__swiftcasino .navbar__list .menu-item .sub-menu .menu-item {
    height: 30px;
    display: flex;
}

.mob__m__swiftcasino .navbar__list > .menu-item::before {
    content: "";
    width: 26px;
    height: 56px;
    display: flex;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
}

.mob__m__swiftcasino .navbar__list > .menu-item:nth-of-type(1)::before {
    background-image: url(./image/icons/roulette.png);
    width: 34px;
    /*height: 34px;*/
}

.mob__m__swiftcasino .navbar__list > .menu-item:nth-of-type(2)::before {
    background-image: url(./image/icons/cards.png);
    width: 42px;
    /*height: 42px;*/
}

.mob__m__swiftcasino .navbar__list > .menu-item:nth-of-type(3)::before {
    background-image: url(./image/icons/lottery.png);
    width: 38px;
    /*height: 38px;*/
}

.mob__m__swiftcasino .navbar__list > .menu-item:nth-of-type(4)::before {
    background-image: url(./image/icons/slot.png);
    width: 56px;
    /*height: 56px;*/
}

.mob__m__swiftcasino .navbar__list > .menu-item:nth-of-type(5)::before {
    background-image: url(./image/icons/jackpot.png);
    width: 50px;
    /*height: 50px;*/
}

.mob__m__swiftcasino .navbar__list > .menu-item:nth-of-type(6)::before {
    background-image: url(./image/icons/poker.png);
    width: 36px;
    /*height: 36px;*/
}


/**/
.submenu-expand {
    display: none;
    fill: #ffffff;
    position: relative;
    background-color: transparent;
    border: 0;
    top: 4px;
}

.submenu-expand svg {
    height: 22px;
    width: 22px;
}

.sub-menu {
    padding: 0 10px;
    list-style: none;
}

.navbar__list .sub-menu > .menu-item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: none;
    padding-left: 0;
    line-height: 19px;
    text-transform: none;
    background-color: transparent;
    text-decoration: none;
    color: #ffffff;
}

.navbar__list .sub-menu > .menu-item.current-menu-item a {
    background-color: #141414;
}

.mobile-parent-nav-menu-item {
    display: none;
}

/*.navbar__list .menu-item.menu-item-has-children {*/
/*    position: relative;*/
/*}*/

/*.navbar__list > .menu-item.current-menu-item > a {*/
/*    color: #212121;*/
/*}*/



@media (min-width: 1200px) {

    .mob__navbar-toggle {
        display: none;
    }

    .navbar > div {
        width: 100%;
    }

    /**/
    .submenu-expand {
        position: absolute;
        right: 0;
        fill: #c22524;
        background-color: transparent;
        border: 0;
        transform: rotate(-90deg);
        height: 40px;
        outline: none;
        pointer-events: none;
    }

    .navbar__list > .menu-item > a {
        /*padding: 5px 10px;*/
        position: relative;
    }

    .navbar__list > .menu-item:hover {
        background-color: #111111;
    }

    .navbar__list > .menu-item > a::before {
        content: "";
        width: 26px;
        height: 36px;
        margin: auto auto 5px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .navbar__list > .menu-item:nth-of-type(1) > a::before {
        background-image: url(./image/icons/roulette.png);
        width: 34px;
        /*height: 34px;*/
    }

    .navbar__list > .menu-item:nth-of-type(2) > a::before {
        background-image: url(./image/icons/cards.png);
        width: 42px;
        /*height: 42px;*/
    }

    .navbar__list > .menu-item:nth-of-type(3) > a::before {
        background-image: url(./image/icons/lottery.png);
        width: 38px;
        /*height: 38px;*/
    }

    .navbar__list > .menu-item:nth-of-type(4) > a::before {
        background-image: url(./image/icons/slot.png);
        width: 56px;
        /*height: 56px;*/
    }

    .navbar__list > .menu-item:nth-of-type(5) > a::before {
        background-image: url(./image/icons/jackpot.png);
        width: 50px;
        /*height: 50px;*/
    }

    .navbar__list > .menu-item:nth-of-type(6) > a::before {
        background-image: url(./image/icons/poker.png);
        width: 36px;
        /*height: 36px;*/
    }

    .navbar__list > .menu-item > a:hover,
    .navbar__list > .menu-item.current-menu-item > a {
        position: relative;
    }

    .navbar__list > .menu-item > a:hover {
        text-decoration: underline;
    }


    .navbar__list .menu-item.current-menu-parent > a,
    .navbar__list > .menu-item.current-menu-item > a {
        text-decoration: underline;
        text-underline-position: under;
    }


    .menu-item:hover .submenu-expand,
    .current-menu-item .submenu-expand {
        fill: #ffffff;
    }

    .submenu-expand svg {
        height: 33px;
        width: 33px;
    }

    .sub-menu {
        position: absolute;
        flex-direction: column;
        bottom: -160px;
        padding: 10px 25px;
        display: none;
        list-style: none;
        z-index: 11;
        border: none;
        background-color: #141414;
        /*box-shadow: 0 1px 2px rgba(0,0,0,0.07),*/
        /*0 2px 4px rgba(0,0,0,0.07),*/
        /*0 4px 8px rgba(0,0,0,0.07),*/
        /*0 8px 16px rgba(0,0,0,0.07);*/
    }

    /*.sub-menu:before {*/
    /*    content: "";*/
    /*    width: 0;*/
    /*    height: 0;*/
    /*    border-width: 0 18px 15px 15px;*/
    /*    border-color: transparent transparent #3a3a3a transparent;*/
    /*    border-style: solid;*/
    /*    position: absolute;*/
    /*    top: -15px;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    margin: auto;*/
    /*}*/

    .menu-item-object-page:hover .sub-menu {
        display: flex;
    }

    .navbar__list .sub-menu .menu-item {
        display: flex;
        padding: 0;
        height: 35px;
    }

    .navbar__list > .menu-item > a {
        flex-direction: column;
    }

    .navbar__list > .menu-item {
        padding: 0 15px;
    }

    /*.navbar__list .sub-menu > .menu-item:not(:last-child) a {*/
    /*    border-bottom: 1px solid #293137;*/
    /*}*/

    .navbar__list .sub-menu > .menu-item a:hover,
    .navbar__list .sub-menu > .menu-item.current-menu-item a {
        color: #9e9e9e;
    }

    .navbar__list .sub-menu > .menu-item.current-menu-item {
        text-decoration: underline;
    }
}


@media (min-width: 1200px) {

}


/**/
.main__swiftcasino {
    flex: 1 0 0;
    line-height: 1.4;
    order: 1;
}

body.home .main__swiftcasino {
    background-color: #0e0e47;
}


.content-area {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.main__swiftcasino__text {
    order: 1;
}

.main__swiftcasino__text a {
    color: #2b47bb;
}

.site-main {
    width: 100%;
}

h1, h2 {
    color: #ffffff;
    font-size: 1.5rem;
    text-align: center;
    text-transform: uppercase;
}

.inner__img__swiftcasino ~ * {
    padding: 0 10px;
}

.inner__img__swiftcasino {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 450px;
}

.inner__img__swiftcasino img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}


/*.similar__art-swiftcasino h2::after {*/
/*    background-color: #a2a4a6;*/
/*}*/



@media (min-width: 768px) {

}

@media (min-width: 992px) {


}

@media (min-width: 1200px) {
    h1, h2 {
        text-align: left;
        position: relative;
    }

}


.art__inner-swiftcasino {
    width: 100%;
    padding: 3rem 0;
    order: 1;
}

.similar__art-swiftcasino {
    width: 100%;
}

.similar__art-swiftcasino h2 {
    min-width: 100%;
    width: 100%;
    text-transform: none;
}

.similar__art-swiftcasino .ga_swiftcasino_games__list {
    grid-template-columns: repeat(1, 1fr);
}


@media (min-width: 600px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
    h2 {
        text-align: left;
    }

    .similar__art-swiftcasino .ga_swiftcasino_games__list {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
    }

}

@media (min-width: 1200px) {
    .similar__art-swiftcasino .ga_swiftcasino_games__list {
        grid-gap: 75px;
    }
}

@media (min-width: 1470px) {

}

.main__swiftcasino img {
    max-width: 100%;
    height: auto;
}

.content-area a {
    color: #2b47bb;
}

.content-area__inner .container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.content-area__inner .container p {
    line-height: 150%;
}

.site {
    display: flex;
    flex-direction: column;
}

.entry-content ul {
    list-style: none;
    padding: 0;
}

.entry-content ul li::before {
    content: "•";
    color: #c4e538;
    margin-right: 15px;
}

.entry-content p:last-child {
    margin-bottom: 0;
}

.breadcrumbs {
    display: flex;
    color: #9f9c9c;
    margin: 15px 0;
}

.breadcrumbs span {
    margin: 0 4px;
}

.breadcrumbs span:first-child {
    margin-left: 0;
}

.breadcrumbs span.active {
    color: #292828;
}

/*
 * Игровые автоматы
 */
.ga_swiftcasino_games {
    display: flex;
    flex-direction: column;
    margin: 2rem 0;
}

.entry-title,
.entry-content h2,
.entry-content .wp-block-image {
    font-size: 1.7rem;
}

.wp-block-quote {
    border-left-color: #ffffff;
}

.ga_swiftcasino_games__list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin: 0;
    padding: 0;
}

@media (min-width: 480px) {

}

@media (min-width: 768px) {
    .ga_swiftcasino_games__list {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 15px;
    }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
    .ga_swiftcasino_games__list {
        grid-template-columns: repeat(4, 1fr);
    }

    .inner__img__swiftcasino img {
        margin: 0 0 0 auto;
    }
}

.ga_swiftcasino_games__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
    transition: all .3s linear;
    will-change: transform;
}

@media (min-width: 1200px) {
    /*.main__swiftcasino .ga_swiftcasino_games__item:nth-child(10n+1),*/
    /*.main__swiftcasino .ga_swiftcasino_games__item:nth-child(10n+8) {*/
    /*    grid-column-end: span 2;*/
    /*    grid-row-end: span 2;*/
    /*}*/
}


.ga_swiftcasino_games__image {
    display: flex;
    align-items: center;
    text-decoration: none;
    height: auto;
    margin: 0 auto;
    width: 100%;
}


.ga_swiftcasino_games__image img {
    display: block;
    /*object-fit: cover;*/
    width: 100%;
    height: auto;
}

.ga_swiftcasino_games__image:empty {
    display: none;
}

.ga_swiftcasino_games__placeholder {
    color: #161616;
    font-size: .9rem;
    text-align: center;
    font-family: "MontserratMedium";
    width: 100%;
    transition: all .3s linear;
    will-change: opacity, visibility;
}


.main__swiftcasino .ga_swiftcasino_games__placeholder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
}

.ga_swiftcasino_games__placeholder .button__swiftcasino:nth-of-type(1) {
    margin-bottom: 1rem;
}

@media (min-width: 480px) {
    .main__swiftcasino .ga_swiftcasino_games__placeholder {
        position: absolute;
        top: 0;
        background-color: rgba(0, 0, 0, .9);
    }
}

@media (min-width: 992px) {

    .main__swiftcasino .ga_swiftcasino_games__placeholder .button__swiftcasino {
        display: none;
    }

    .main__swiftcasino .ga_swiftcasino_games__item:hover .ga_swiftcasino_games__placeholder .button__swiftcasino {
        display: flex;
    }

    .main__swiftcasino .ga_swiftcasino_games__item:hover {
        transform: scale(1.05);
    }
}

@media (min-width: 1200px) {
    /*.main__swiftcasino .ga_swiftcasino_games__item:nth-child(13n+1) .ga_swiftcasino_games__image {*/
    /*    flex-direction: column;*/
    /*}*/

    /*.main__swiftcasino .ga_swiftcasino_games__item:nth-child(13n+1) .ga_swiftcasino_games__image img {*/
    /*    width: 100%;*/
    /*}*/
}

a.ga_agrcode_placeholder__title {
    display: block;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-family: "MontserratBold";
}

a.ga_agrcode_placeholder__title:hover {
    text-decoration: underline;
}


@media (min-width: 992px) {

}


.paginate-swiftcasino {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 25px auto;
}

.paginate-swiftcasino * {
    margin: 7.5px;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    border-radius: 6px;
    color: #ffffff;
    transition: all .3s linear;
}

.paginate-swiftcasino a {
    color: #ffffff;
}

.paginate-swiftcasino a:hover {
    background-color: hsla(26, 11%, 25%,  .1);
}
.paginate-swiftcasino .current {
    font-family: "MontserratBold";
    color: #111111;
    background-color: #ffffff;
    cursor: default;
}

.paginate-swiftcasino span {
    margin: 7.5px;
}

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

.nav-links a {
    color: #4ca342;
}

/* Статьи */
.article {
}

.article__list {
    list-style: none;
    padding-left: 0;
}

.article__item {
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
    padding-right: 20px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05),
    0 2px 4px rgba(0,0,0,0.05),
    0 4px 8px rgba(0,0,0,0.05),
    0 8px 16px rgba(0,0,0,0.05);
}

.article__image {
    display: block;
    text-align: center;
}

@media (min-width: 480px) {
    .article__image {
        float: left;
        position: relative;
        margin-right: 20px;
    }

    .article__image img {
        display: block;
    }
}

.article__placeholder {
    display: none;
    background-color: hsla(0, 0%, 0%, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article__button {
    color: #ffffff;
    text-decoration: none;
    line-height: 40px;
    height: 42px;
    width: 150px;
    border-radius: 10px;
    text-align: center;
    border: 2px solid #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.article__image:hover .article__placeholder {
    display: block;
}

.article__wrapper {
    display: flex;
    flex-direction: column;
}

.article__title > a {
    color: #6e6e6e;
}

.article__title > a:hover {
    color: #50fec5;
}

.article__image img {
    width: 280px;
    height: 200px;
    object-fit: cover;
}


@media (min-width: 480px) {

}

/**/
.footer_swiftcasino {
    flex: 0 0 0;
    text-align: center;
    padding: 15px 0;
    background-color: #060606;
    order: 3;
}

.footer_swiftcasino > .container {
    display: flex;
    flex-direction: column;
}

.footer_swiftcasino__text {
    color: #5c5c5c;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

/**/

.footer-menu {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.footer-menu .menu-item {
    padding: 10px 10px 10px 20px;
    display: block;
}

.footer-menu .sub-menu {
    display: none;
}


@media (min-width: 768px) {

    .footer-menu .menu-item {
        display: inline-block;
        width: auto;
    }
}

@media (min-width: 1200px) {

}

.footer-menu .menu-item a {
    color: #7e7e7e;
    text-transform: uppercase;
    text-decoration: none;
    text-underline-position: under;
}

.footer-menu .menu-item a:hover,
.footer-menu .menu-item.current-menu-item a{
    text-decoration: underline;
    color: #f3f3f3;
}

.mob__m__swiftcasino .footer-menu {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
}

.mob__m__swiftcasino .footer-menu .menu-item.current-menu-item a{
    color: #c4e538;
    text-decoration: none;
}


/**/
.show {
    display: block;
}

@media (min-width: 1200px) {
    .show {
        display: none;
    }
}


.simplebar-track.simplebar-vertical {
    width: 10px;
    background-color: #0a3545;
    border-radius: 5px;
    opacity: 70%;
}

article .entry-footer {
    display: none;
}

@media (min-width: 320px) {

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

@media (min-width: 768px) {
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}

@media (max-width: 1500px) {

}

@media (max-width: 1199px) {

    .navbar__list {
        flex-wrap: wrap;
    }

    .top__he_swiftcasino .navbar {
        display: none;
    }

    .navbar__list .menu-item {
        padding: 10px 15px;
    }

    .navbar__list .menu-item {
        height: 85px;
    }
}

@media (max-width: 992px) {

    .inner__img__swiftcasino {
        margin: 0 auto;
        max-width: 100%;
        float: none;
    }

    .content-area > img {
        max-width: 100%;
    }

    .footer-menu .menu-item {
        padding: 10px;
    }

}
@media (max-width: 767px) {
    .padding__zero {
        padding: 0;
    }

    .content-area__inner h1 {
        font-size: 1.5rem;
    }

    .top__he_swiftcasino .container {
        width: 100%;
    }
}

@media (max-width: 599px) {

    .navbar__list {
        max-width: 320px;
    }

}

@media (max-width: 479px) {

    .content-area h1 ~ img {
        max-width: 100%;
    }

    a.ga_swiftcasino_placeholder__title {
        font-size: .8rem;
    }

    .footer-nav .container {
        padding: 0;
    }

    .footer-menu .menu-item {
        padding: 5px 0;
    }

    .footer-menu .menu-item:not(:last-child) {
        padding-right: 9px;
    }

    .footer-menu .menu-item a,
    .footer-menu .menu-item.current-menu-item a {
        font-size: 13px;
    }

}

@media (max-width: 375px) {

    .navbar__list .menu-item {
        width: 145px;
    }

}

