@charset "UTF-8";
/*
Theme Name: Momang casino
Theme URI: https://casinomomang.com
Author: casinomomang.com
Author URI: https://casinomomang.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://casinomomang.com
Text Domain: casinomomang.com
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: #000000;
    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_goldenpark {
    display: flex;
    position: relative;
    min-height: 90px;
    background-color: #9123fa;
    z-index: 9;
    order: -1;
}


.top__he_goldenpark__logo {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0 0;
    width: 200px;
}

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

.top__he_goldenpark__logo img {
    width: 100%;
}

.menu__wrapper__goldenpark {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    background-color: #2a2a40;
    border-bottom: 1px solid #585858;
    order: -1;
}

.top__he_goldenpark .button__wrapper__goldenpark {
    display: none;
}

.menu__wrapper__goldenpark .container {
    height: 100%;
}

.navbar {
    display: none;
}

@media (min-width: 375px) {
    .top__he_goldenpark__logo {
        width: 230px;
        margin: 0 auto;
    }
}

@media (min-width: 480px) {

}

@media (min-width: 768px) {

}

@media (min-width: 1200px) {
    .top__he_goldenpark {
        border-bottom: none;
    }

    .top__he_goldenpark__logo {
        margin: 0 auto 0 0;
    }

    .top__he_goldenpark .button__wrapper__goldenpark {
        display: flex;
    }

    .menu__wrapper__goldenpark {
        display: none;
    }

    .navbar {
        display: block;
    }
}

/**/

.mob_goldenpark__nav__toggle {
    height: 50px;
    width: 50px;
    display: flex;
    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__goldenpark.show  ~ .site .top__he_goldenpark .mob_goldenpark__nav__toggle .icon-bar:nth-of-type(2) {
    transform: rotate(-45deg) translate(-3px, 2px);
    width: 36px;
    background-color: #e60881;
}
.mob__m__goldenpark.show  ~ .site  .top__he_goldenpark .mob_goldenpark__nav__toggle .icon-bar:nth-of-type(3) {
    transform: rotate(45deg) translate(-4px, -5px);
    width: 36px;
    background-color: #e60881;
}
.mob__m__goldenpark.show  ~ .site  .top__he_goldenpark .mob_goldenpark__nav__toggle .icon-bar:nth-of-type(4) {
    display: none;
}

@media (min-width: 1200px) {
    .mob_goldenpark__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_goldenpark__nav__toggle .icon-bar {
    display: block;
    width: 45px;
    height: 3px;
    /*border-radius: 6px;*/
    background-color: #ffffff;
    transition: all .3s;
    will-change: transform;
}


.mob_goldenpark__nav__toggle .icon-bar + .icon-bar {
    margin-top: 6px;
}

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

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

@media (min-width: 1200px) {

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

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

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

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

.mob__m__goldenpark {
    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__goldenpark__backdrop {
    width: 100vw;
    height: 100vh;
}

.mob__m__goldenpark__inner {
    display: flex;
    flex-direction: column;
    background-color: #282828;
    width: 100%;
    margin: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    padding-top: 15rem;
}

.mob__m__goldenpark__inner .footer_goldenpark__text {
    width: 130px;
    margin: 0 auto 10px;
}

.popular__wrapper__goldenpark {
    order: 1;
    background-color: #39143b;
    padding: 0 0 2rem;
}

@media (min-width: 768px) {
    .mob__m__goldenpark__inner {
        width: 300px;
    }
}
@media (min-width: 1200px) {
    .mob__m__goldenpark {
        display: none;
    }
}


.mob__m__goldenpark .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;*/
/*}*/

.menu__goldenpark {
    height: 70px;
    background-color: #000000;
    display: none;
    align-items: center;
    order: 0;
}

.menu__goldenpark > .container {
    height: 100%;
}

/*.menu__goldenpark .navbar > div {*/
/*    justify-content: flex-start;*/
/*}*/

.header__slider__wrapper {
    width: 100%;
    margin: 0 auto;
    order: 0;
}

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

.header__slider__wrapper .item {
    background-repeat: no-repeat;
    background-position: 65% 0%;
    background-size: 760px;
    position: relative;
    width: 100%;
    height: 400px;
}

.header__slider__wrapper .item[data-slick-index="0"] {
    background-image: url("./image/banner1.jpg");
}

.header__slider__wrapper .item[data-slick-index="1"] {
    background-image: url("./image/banner2.jpg");
}

.header__slider__wrapper .item[data-slick-index="2"] {
    background-image: url("./image/banner3.jpg");
}

.header__slider__wrapper .item[data-slick-index="3"] {
    background-image: url("./image/banner4.jpg");
}

.header__slider__wrapper .slick-dots {
    bottom: 15px;
}

.header__slider__wrapper .slick-dots li.slick-active button:before,
.header__slider__wrapper .slick-dots li button:before {
    color: #818284;
}

.header__slider__wrapper .slick-dots li {
    margin: 0 15px;
}

.header__slider__wrapper .slick-dots li,
.header__slider__wrapper .slick-dots li button,
.header__slider__wrapper .slick-dots li button:before {
    width: 40px;
    height: 6px;
}

.header__slider__wrapper .slick-dots li button:before {
    content: '';
    background-color: #818284;
}

.header__slider__wrapper .slick-dots li.slick-active button:before {
    color: #e60881;
    background-color: #e60881;
}

.header__slider__wrapper .slick-dots li button:before {
    font-size: 15px;
}

.text__block {
    display: flex;
    flex-direction: column;
    max-width: 460px;
    padding: 1rem;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    color: #000000;
    margin: 0 auto 2rem;
    text-transform: uppercase;
    z-index: 1;
}

.text__block .button__goldenpark {
    width: 300px;
    height: 70px;
    background-color: #6e14eb;
    border-color: #6e14eb;
    text-transform: capitalize;
}

.text__block .button__goldenpark:hover {
    background-color: transparent;
}

@media (min-width: 375px) {

}

@media (min-width: 480px) {
    .text__block {
        font-size: 1.25rem;
    }
}

@media (min-width: 600px) {

}

@media (max-width: 767px) {
    .header__slider__wrapper.slick-initialized .slick-slide.item {
        display: flex;
        align-items: flex-end;
    }
}
@media (min-width: 768px) {
    .header__slider__wrapper {
        padding: 0;
        overflow: hidden;
    }
    .header__slider__wrapper .item {
        background-position: center;
        background-size: cover;
        width: 1920px;
        height: 500px;
    }

    .header__slider__wrapper .item__image {
        flex-direction: row;
    }
    .header__slider__wrapper .item__image img {
        position: absolute;
        border-radius: 12px;
    }
    .button__goldenpark.red {
        margin-top: 2rem;
    }
    .header__slider__wrapper .slick-dots {
        bottom: 220px;
        left: -70px;
    }
    .text__block {
        color: #ffffff;
        margin: 10rem auto 0 5rem;
    }

    /*.header__slider__wrapper .slick-list,*/
    /*.header__slider__wrapper .slick-track {*/
    /*    height: 265px;*/
    /*}*/
}

@media (min-width: 992px) {
    /*.header__slider__wrapper .item {*/
    /*    width: 740px;*/
    /*    height: 300px;*/
    /*    margin: 0 15px;*/
    /*}*/
    .header__slider__wrapper .slick-dots {
        left: -160px;
    }
}

@media (min-width: 1200px) {
    .menu__goldenpark {
        display: flex;
    }

    .header__slider__wrapper .slick-dots {
        left: -260px;
    }

    /*.header__slider__wrapper .item {*/
    /*    width: 992px;*/
    /*    height: 370px;*/
    /*    margin: 0 25px;*/
    /*}*/
}

@media (min-width: 1650px) {

}

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

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



.button__wrapper__goldenpark {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 260px;
}

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

.button__goldenpark:hover {
    background-color: #da1587;
    color: #ffffff;
    filter: brightness(110%);
}

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

.button__goldenpark.reg__goldenpark {
    background-color: #6e14eb;
    color: #ffffff;
    border-color: transparent;
}

.button__wrapper__goldenpark .button__goldenpark.reg__goldenpark {
    margin-left: 15px;
}

@media (min-width: 375px) {

    .main__goldenpark form .button__goldenpark {
        min-width: 200px;
    }

    .main__goldenpark form .button__goldenpark:hover {
        background-color: transparent;
        color: #444444;
    }

    .ga_goldenpark_games__placeholder form .button__goldenpark {
        min-width: 135px;
    }
}
@media (min-width: 480px) {
    .ga_goldenpark_games__placeholder .button__goldenpark {
        width: 130px;
    }
}
@media (min-width: 1200px) {
    .button__wrapper__goldenpark {
        position: inherit;
        width: auto;
        margin: 0 0 0 auto;
    }
}

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

body.single form {
    margin: 25px 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-decoration: none;
    /*height: 100%;*/
    width: 100%;
    font-size: 14px;
    font-family: "MontserratMedium";
}

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

.navbar__list > .menu-item > a::before {
    content: "";
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 5px;
}

.navbar__list > .menu-item:nth-of-type(1) > a::before {
    background-image: url("./image/menu/jackpot.png");
}
.navbar__list > .menu-item:nth-of-type(11) > a::before {
    background-image: url("./image/menu/roulette.png");
}
.navbar__list > .menu-item:nth-of-type(4) > a::before {
    background-image: url("./image/menu/spelansvar.png");
}
.navbar__list > .menu-item:nth-of-type(5) > a::before {
    background-image: url("./image/menu/card-game.png");
}
.navbar__list > .menu-item:nth-of-type(2) > a::before {
    background-image: url("./image/menu/blackjack.png");
}
.navbar__list > .menu-item:nth-of-type(3) > a::before {
    background-image: url("./image/menu/video-camera.png");
}
.navbar__list > .menu-item:nth-of-type(6) > a::before {
    background-image: url("./image/menu/ticket.png");
}
.navbar__list > .menu-item:nth-of-type(7) > a::before {
    background-image: url("./image/menu/cherry.png");
}
.navbar__list > .menu-item:nth-of-type(8) > a::before {
    background-image: url("./image/menu/dice.png");
}
.navbar__list > .menu-item:nth-of-type(9) > a::before {
    background-image: url("./image/menu/craps-table.png");
}
.navbar__list > .menu-item:nth-of-type(10) > a::before {
    background-image: url("./image/menu/lottery.png");
}

.mob__m__goldenpark .navbar__list > .menu-item > a::before {
    margin-bottom: 0;
    margin-right: 5px;
}
.mob__m__goldenpark .navbar__list .menu-item {
    height: 40px;
    width: 100%;
    padding: 0;
    position: relative;
}

.mob__m__goldenpark .navbar__list .menu-item.menu-item-has-children > a {
    height: 40px;
}


/*.mob__m__goldenpark .navbar__list > .menu-item:not(.menu-item-has-children):not(:last-child) {*/
/*    border-bottom: 1px solid #555555;*/
/*    margin-bottom: 15px;*/
/*    padding-bottom: 15px;*/
/*}*/

/*.mob__m__goldenpark .navbar__list > .menu-item:hover {*/
/*    background-color: #e1e1e1;*/
/*}*/

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

.mob__m__goldenpark .navbar__list > .menu-item:hover .sub-menu {
    display: block;
}
.mob__m__goldenpark .navbar__list > .menu-item:hover a {
    color: #e60881;
}

.mob__m__goldenpark .navbar__list .menu-item.menu-item-has-children {
    height: auto;
    /*margin-bottom: 15px;*/
    /*padding-bottom: 15px;*/
}

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

.mob__m__goldenpark .navbar__list .menu-item a {
    color: #ffffff;
    height: 100%;
    text-transform: capitalize;
    font-size: inherit;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 0 20px;
}

.mob__m__goldenpark .navbar__list > .menu-item .sub-menu > .menu-item a {
    color: #ffffff;
    align-items: flex-start;
    justify-content: center;
    padding: 0 0 0 20px;
}

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

/*.mob__m__goldenpark .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__goldenpark .navbar__list > .menu-item .sub-menu > .menu-item.current-menu-item a,
.mob__m__goldenpark .navbar__list .menu-item.current-menu-parent > a,
.mob__m__goldenpark .navbar__list .menu-item.current-menu-item > a {
    color: #e60881;
}

.mob__m__goldenpark .sub-menu {
    font-size: .8rem;
    background-color: #343434;
    padding: 0;
    width: 160px;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    z-index: 1;
}

@media (min-width: 480px) {

}

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


/**/
.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;
}

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

.navbar__list .menu-item.menu-item-has-children > a {
    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;*/
    /*}*/

    .navbar__list > .menu-item:not(:last-child) {
        margin-right: 20px;
    }

    .navbar__list > .menu-item:hover > a,
    .navbar__list > .menu-item.current-menu-item > a,
    .navbar__list .menu-item.current-menu-parent > a {
        color: #ffffff;
    }

    .navbar__list > .menu-item.current-menu-item,
    .navbar__list > .menu-item.current-menu-parent,
    .navbar__list > .menu-item:hover {
        background-color: #343434;
    }

    .navbar__list > .menu-item:hover > a,
    .navbar__list > .menu-item > a:hover {
        color: #ffffff;
    }


    .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;
        align-items: flex-start;
        top: 70px;
        width: 130px;
        padding: 10px 15px;
        display: none;
        list-style: none;
        z-index: 11;
        border: none;
        border-top: 3px solid #e60881;
        background-color: #343434;
        /*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;
        /*border-radius: 12px 12px 0 0;*/
    }

    /*.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: #e60881;
    }
}


@media (min-width: 1200px) {

}


/**/
.main__goldenpark {
    flex: 1 0 0;
    line-height: 1.4;
    order: 1;
    width: 100%;
    padding: 0 0 2rem;
}

.main__goldenpark__text {
    order: 1;
}

.home .main__goldenpark__text {
    order: 2;
}

.main__goldenpark__text a {
    color: #ffffff;
}

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

.site-main {
    width: 100%;
}

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

.inner__img__goldenpark {
    max-width: 450px;
    float: left;
    margin: 0 20px 20px 0;
}

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


/*.similar__art-goldenpark 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-goldenpark {
    width: 100%;
    padding: 3rem 0;
    order: 1;
}

.similar__art-goldenpark {
    width: 100%;
}

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

.similar__art-goldenpark .ga_goldenpark_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-goldenpark .ga_goldenpark_games__list {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
    }

}

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

@media (min-width: 1470px) {

}

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

.content-area a {
    color: #ffffff;
}

.content-area__inner .container {
    height: 100%;
}

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

.content-area__inner .button__goldenpark {
    max-width: 300px;
    width: 100%;
}

.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_goldenpark_games {
    display: flex;
    flex-direction: column;
}

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

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

.ga_goldenpark_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_goldenpark_games__list {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 15px;
    }
}

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

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

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

@media (min-width: 1200px) {
    /*.main__goldenpark .ga_goldenpark_games__item:nth-child(6n+1),*/
    /*.main__goldenpark .ga_goldenpark_games__item:nth-child(6n+4) {*/
    /*    grid-column-end: span 2;*/
    /*    grid-row-end: span 2;*/
    /*}*/
}


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


.ga_goldenpark_games__image img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.ga_goldenpark_games__image:empty {
    display: none;
}

.ga_goldenpark_games__placeholder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #161616;
    font-size: .9rem;
    text-align: center;
    padding: .5rem;
    font-family: "MontserratMedium";
    /*height: 100%;*/
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    transition: all .3s linear;
    will-change: opacity, visibility;
}

.ga_goldenpark_games__placeholder .button__goldenpark {
    padding: 0.45rem 1rem;
    display: none;
}

.ga_goldenpark_games__item:hover a.ga_agrcode_placeholder__title  {
    display: none;
}
.ga_goldenpark_games__item:hover .ga_goldenpark_games__placeholder .button__goldenpark {
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    width: 100%;
    background-color: #e60881;
    border-radius: 0;
}

@media (min-width: 480px) {

}

@media (min-width: 600px) {

}

@media (min-width: 992px) {

    .ga_goldenpark_games__placeholder {
        position: absolute;
        bottom: 0;
        padding: 0;
    }


}

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

    /*.main__goldenpark .ga_goldenpark_games__item:nth-child(13n+1) .ga_goldenpark_games__image img {*/
    /*    width: 100%;*/
    /*}*/
}

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

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


@media (min-width: 992px) {

}


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

.paginate-goldenpark * {
    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: #5e5e5e;
    transition: all .3s linear;
}

.paginate-goldenpark a {
    color: #5e5e5e;
}

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

.paginate-goldenpark 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_goldenpark {
    flex: 0 0 0;
    text-align: center;
    padding: 15px 0;
    background-color: #262626;
    order: 3;
}

.footer_goldenpark__vendors,
.footer_goldenpark__pay {
    display: grid;
    grid-gap: 10px;
    align-items: center;
}

.footer_goldenpark__vendors img,
.footer_goldenpark__pay img {
    margin: 0 auto;
}

.footer_goldenpark__vendors {
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid #939393;
    padding: 0 0 1rem;
    margin-bottom: 1rem;
}

.footer_goldenpark__pay {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 2rem;
}

.footer_goldenpark__text {
    color: #696969;
    font-size: 14px;
    text-align: center;
}

/**/

.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 (max-width: 360px) {
    .footer_goldenpark__vendors img,
    .footer_goldenpark__pay img {
        width: 60px;
    }

}
@media (min-width: 768px) {
    .footer-menu .menu-item {
        display: inline-block;
        width: auto;
    }

    .footer_goldenpark__vendors {
        padding: 0 5rem 2rem;
        margin-bottom: 2rem;
    }

    .footer_goldenpark__pay {
        padding: 0 2rem;
    }
}

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

    .footer_goldenpark__pay {
        grid-template-columns: repeat(8, 1fr);
    }
}

.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__goldenpark .footer-menu {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
}

.mob__m__goldenpark .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_goldenpark .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_goldenpark .navbar {
        display: none;
    }

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

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

@media (max-width: 992px) {

    .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_goldenpark .container {
        width: 100%;
    }
}

@media (max-width: 599px) {

}

@media (max-width: 479px) {

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

    a.ga_goldenpark_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;
    }

}

