@charset "UTF-8";
/*
Theme Name: GoldenGame
Theme URI: https://golden-clubs.com
Author: golden-clubs.com
Author URI: http://golden-clubs.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://golden-clubs.com
Text Domain: nolimitway
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

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

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    background-color: #000011;
    color: #dcdcdc;
	max-width: 1170px;
    margin: 0 auto;
}


.wp-block-image {
    border-radius: 10px;
}

.wp-block-image .alignleft {
    border-radius: 10px;
    margin: .5em 2em .5em 10px;
}



ol {
    list-style-position: inside;
}

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

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

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

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

.container-relative {
    position: relative;
}


/**/
.top {
    position: relative;
    background-color: #18475b;
    background-position: center;
	height: 50px;
    /*
        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);
    */
}

.top__block {
}

.top__block--center {
	display: none;
    text-align: center;
}

.jackpot__text {
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
}

.jackpot__sum {
    color: #82fef8;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 0 0 20px #1e85f9;
}

.top__block--right {
	display: none;
    text-align: right;
}

@media (min-width: 1200px) {
	.top__block--center {
		display: block;
		margin-top: 7px;
	}

	.top__block--right {
		display: block;
	}
}

.top__logo {
    width: 80px;
    margin: auto;
	padding-top: 10px;
}

.top__logo--mobile {
    margin-right: 15px;
    position: relative;
    width: 90px;
	height: 64px
}

.top__logo img {
    width: 100%;
}

.top__button {
    display: inline-block;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
    background: linear-gradient(#066610, #024707);
    color: #ffffff;
    border: 2px solid #383838;
    box-shadow: 1px 1px 1px 0 rgb(29 29 29 / 50%);
    border-radius: 10px;
    padding-left: 40px;
    padding-right: 40px;
	text-align: center;

}

.top__button:hover {
    filter: brightness(110%);
}

.top__button:active {
    filter: brightness(90%);
}


@media (min-width: 480px) {
    .block-reg {
        width: 340px;
        border-radius: 10px;
        margin-left: auto;
        margin-right: auto;
    }
}

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


@media (min-width: 1200px) {
    .top {
        height: 75px;
        border-bottom: none;
        z-index: 1;
    }

    .top .container {
        display: grid;
        align-items: stretch;
        justify-content: center;
        grid-template-columns: repeat(3, 1fr);
    }

    .top__logo {
        width: 120px;
        margin: initial;
    }
}


/**/
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 0;
    margin-top: 5px;
    background-color: hsla(0, 0%, 100%, 0.1);
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
}

@media (min-width: 1200px) {
    .navbar-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;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 3px;
    background-color: #ffffff;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.mobile-menu {
    display: none;
    background-color: hsla(11, 9%, 35%, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: auto;
}

.mobile-menu__inner {
    background: linear-gradient(#272625, #171614);
    width: 278px;
	height: 100%;
    margin: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.mobile-menu__inner:before {
    content: '';
    background-color: #e88205;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 58px;
}

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

.mobile-menu__close {
    float: left;
    font-size: 62px;
    line-height: 1;
    color: #d9d9d9;
    background-color: transparent;
    border: 0;
    position: relative;
}


.mobile-menu .extra-menu__list {
    display: block;
}

.mobile-menu .navbar {
    display: block;
}

.menu-item-type-custom:hover .sub-menu {
        display: block;
    }

/**/
.header {
    background: url(image/header-768.jpg) no-repeat center;
    min-height: 200px;
}


.header .container {
    height: 100%;
}

.header__inner {
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 55px;
}

@media (min-width: 1200px) {
    .header {
        background-image: url(image/header.jpg);
        display: flex;
    }



    .header .container {
        display: flex;
    }
}

.header__button {
	display: inline-block;
    text-decoration: none;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
    background: linear-gradient(#1A6D8F, #1A6D8F);
    color: #ffffff;
    border: 2px solid #383838;
    box-shadow: 1px 1px 1px 0 rgb(29 29 29 / 50%);
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.header__button:hover {
    filter: brightness(110%);
}

.header__button:active {
    filter: brightness(90%);
}

@media (min-width: 768px) {
    .header__button {
    	width: 334px;

		line-height: 86px;
		font-size: 44px;
    }
}

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

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


/**/
.navbar {
    display: none;
}

.navbar__list {
    margin: 0;
    padding-left: 0;
}

.navbar__list .menu-item {
    display: block;
    background: #1d1c1b;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 9px;
    padding-bottom: 9px;
    position: relative;
    border-top: 1px solid #0f3e66;
}

.navbar__list .menu-item:last-child {
    border-right: none;
    padding-right: 7px;

}

.navbar__list .menu-item a {
    color: #ffffff;
    text-decoration: none;
    padding-left: 0;
    background-repeat: no-repeat;
    display: inline-block;
}

.navbar__list .menu-item-has-children > a {
    /*     margin-bottom: 10px; */
}

.navbar__list > .menu-item > a:hover,
.navbar__list > .menu-item.current-menu-item > a {
    color: #e88205;
    text-decoration: underline;
}

/* .navbar__list .menu-item:nth-child(1) a {
    background-image: url(image/menu/home.svg);
}

.navbar__list .menu-item:nth-child(2) a {
    background-image: url(image/menu/interface.svg);
}

.navbar__list .menu-item:nth-child(3) a {
    background-image: url(image/menu/check_mark.svg);
}

.navbar__list .menu-item:nth-child(4) a {
    background-image: url(image/menu/info.svg);
}

.navbar__list .menu-item:nth-child(5) a {
    background-image: url(image/menu/dice.svg);
}

.navbar__list .menu-item:nth-child(6) a {
    background-image: url(image/menu/pig.svg);
} */


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

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

.sub-menu {
    padding-right: 10px;
    padding-left: 20px;
    padding-top: 7px;
}

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

.extra-menu__list li:hover .sub-menu {
    display: block;
}

.sub-menu .menu-item {
    border-top: 0;
    border-bottom: 0;
    height: auto;
    padding-left: 0;
    padding-right: 0;
}

.sub-menu .menu-item:last-child {
	border-bottom: 0;
}

.navbar__list .sub-menu > .menu-item a {
    background-image: none;
    background-color: transparent;
    text-decoration: none;
    color: #ffffff;
    padding-left: 0;
}

.navbar__list .sub-menu > .menu-item a:hover,
.navbar__list .sub-menu > .menu-item.current-menu-item a {
    background-color: transparent;
    color: #e88205;
    text-decoration: underline;
}

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


@media (min-width: 1200px) {
    .navbar {
        display: block;
        position: relative;
        overflow-x: inherit;
        width: 100%;
        background: linear-gradient(#272625, #171614);
    }

    .navbar > div {
        width: 100%;
    }

    .navbar__list {
        list-style: none;
        padding-top: 0;
        padding-right: 0;
        margin: auto;
        text-align: left;
        position: relative;
        display: flex;
        width: 1200px;
    }

    .navbar__list .menu-item {
        height: 50px;
        border-right: none;
        border-top: none;
        align-items: center;
        padding: 0;
        background-color: transparent;
        position: relative;
        margin: auto;
    }

    .navbar__list .menu-item:after {
        display: none;
    }

    .navbar__list .menu-item:last-child {
        padding-right: 0;
        border-bottom: 0;
    }

    .navbar__list .menu-item:last-child:before {
        display: none;
    }

    .navbar__list .menu-item a {
        color: #ffffff;
        text-decoration: none;
        padding-left: 0;
        display: flex;
        align-items: center;
        text-align: center;
        height: 100%;
        justify-content: center;
        background-image: none !important;
        font-weight: bold;
        font-size: 16px;
    }

    .navbar__list > .menu-item > a:hover,
    .navbar__list > .menu-item.current-menu-item > a {
        text-decoration: underline;
        color: #e88205;
    }

    /**/
    .submenu-expand {
        position: absolute;
        top: -3px;
        right: -39px;
        fill: #f5ebd5;
        background-color: transparent;
        border: 0;
        height: 58px;
        outline: none;
        pointer-events: none;
    }

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

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

    .sub-menu {
        position: absolute;
        top: 100%;
        padding: 0;
        display: none;
        max-height: 260px;
        z-index: 2;
        min-width: 300px;
        background-color: hsl(30deg 3% 12% / 0.90);
		border-top: 2px solid #dcdcdc;
        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:after {	
		content: '';
		position: absolute;
		left: 30px;
		top: -10px;
		border: 4px solid transparent;
		border-top: 0;
		border-bottom: 8px solid #e88205;
	}

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

    .navbar__list .sub-menu .menu-item {
        padding: 0;
        width: 100%;
        height: 40px;
    }

    .navbar__list .sub-menu > .menu-item a {
        color: #ffffff;
        font-size: 16px;
		text-align: left;
		text-indent: 15px;
		justify-content: initial;
    }

    .navbar__list .sub-menu > .menu-item a:hover,
    .navbar__list .sub-menu > .menu-item a.current-menu-item {
        background-color: transparent;
        color: #e88205;
    }

}


/* Extra Menu */
.extra-menu__list {
    display: none;
}

.extra-menu__list .submenu-expand {
    display: block;
    position: absolute;
    margin-left: 240px;
    margin-top: 3px;
}

.extra-menu__list {
    padding-left: 0;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 1170px;
    position: relative;
}



.extra-menu__list li {
    list-style: none;
    line-height: 40px;
    text-indent: 20px;
    border-left: 3px solid transparent;
	position: relative;
}

.extra-menu__list .current-menu-item {
    border-left-color: #e88205;
}

.extra-menu__list a {
    display: block;
    height: 100%;
    width: 100%;
    color: #d9d9d9;
    text-decoration: none;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .extra {
        margin-left: auto;
        background: linear-gradient(#272625, #171614);
    }

    .extra-menu__list {
        display: flex;
        margin-bottom: 0;
    }

	.extra-menu__list .submenu-expand {
		display: block;
	}


	
    .extra-menu__list li {

        height: 50px;
        border-left: 0;
        margin: auto;
        display: flex;
        align-items: center;
        text-align: center;
    }

    .extra-menu__list a {
        text-align: center;
        text-indent: 0;
        font-weight: bold;
        font-size: 16px;
        color: #dcdcdc;
        width: auto;
        height: auto;
        display: inline;
    }

    .extra-menu__list .sub-menu a {
        width: 100%;
        display: block;
        text-align: left;
        text-indent: 15px;
    }

    .extra-menu__list a:hover,
    .extra-menu__list .current-menu-item > a {
        text-decoration: underline;
        color: #e88205;
    }
}


/**/
.main {
    padding-top: 1px;
    padding-bottom: 25px;
    line-height: 1.4;
	background: linear-gradient(#272625, #171614);
}

.main a {
    color: #225e9e;
}

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


/**/
.breadcrumb {
	margin-top: 10px;
    font-size: 13px;
    color: #dcdcdc;
    background-color: #403f3e;
    padding: 5px;
    border-radius: 3px;
}

.breadcrumb a {
    color: #5e554e;;
	text-decoration: none;
}

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


/*
 * Игровые автоматы
 */
.games {
}

.games__list {
    list-style: none;
    padding-left: 0;
    margin-left: -15px;
    margin-right: -15px;
    display: grid;
    grid-template-columns: repeat(1, 270px);
    grid-gap: 25px;
    justify-content: center;
}

@media (min-width: 480px) {
    .games__list {
    }
}

@media (min-width: 768px) {
    .games__list {
        grid-template-columns: repeat(2, 270px);
    }
}

@media (min-width: 992px) {
    .games__list {
        grid-template-columns: repeat(3, 270px);
    	justify-content: space-between;
    }
}

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

.games__item {
    background-color: #ffffff;
    max-width: 320px;
	border: 2px solid #18475b;
}

.games__image {
    display: block;
    text-align: center;
    width: 100%;
    position: relative;
}

.games__image:hover {
    background-color: hsla(0, 0%, 0%, 0.7);
}

.games__item:hover .games__image:before {
	content: '';
    display: block;
    background-color: #322921;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}

.games__image img {
    display: block;
    width: 100%;
}

.games__placeholder {
    display: block;
    background-color: hsla(0, 0%, 0%, 0.7);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.games__title {
    color: #ffffff;
    text-decoration: none;
    line-height: 40px;
    height: 42px;
    text-align: center;
}

.games__more {
    float: right;
    margin-bottom: 10px;
}

.games__button {
    background: linear-gradient(#066610, #024707);
    border: 2px solid #383838;
    color: #ffffff;
	display: none;
	text-align: center;
    text-decoration: none;
    border-radius: 6px;
    width: 206px;
    height: 65px;
    line-height: 65px;
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -103px
}

.games__button:hover {
    filter: brightness(110%);
}

.games__button:active {
    filter: brightness(90%);
}

.games__image:hover .games__button {
    display: block;
}


/* Статьи */
.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__title {
    padding-left: 20px;
}

.article__description {
    padding-left: 20px;
}

.article__date {
    color: #797777;
    font-size: 12px;
}

.article__item .article__more {
    display: inline-block;
    color: #ffffff;
    background-color: #ababab;
    text-align: center;
    margin-bottom: 20px;
    text-decoration: none;
    border-radius: 50px;
    padding: 10px 40px;
    width: 100%;
}

@media (min-width: 480px) {
    .article__item .article__more {
        width: auto;
    }
}


/**/
.paginate {
    text-align: center;
}

.paginate a {
    margin-left: 5px;
    margin-right: 5px;
    color: #ffaf00;
    text-decoration: none;
}

.paginate span {
    margin-left: 5px;
    margin-right: 5px;
}



/**/
.footer {
    background-color: #18475b;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 24px;
}

.footer .container {
    display: grid;
    grid-template-areas:
            "pay"
            "nav"
            "logo";
}

.footer__pay {
    max-width: 100%;
    background-image: url(image/pay-320.png);
    background-repeat: no-repeat;
    width: 232px;
    height: 233px;
    margin: auto;
    margin-bottom: 15px;
    grid-area: pay;
}

.footer-nav {
    grid-area: nav;
}

.footer__logo {
    grid-area: logo;
    width: 152px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.footer__logo img {
    width: 100%;
}

/**/
.footer__text {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}


/**/
.footer-menu {
    list-style: none;
    padding-left: 0;
    margin: 0 auto 15px;
    text-align: center;
    display: block;
    width: 100%;
}

.footer-menu .menu-item {
    padding: 10px;
    width: 100%;
    display: block;
}


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

    .footer-menu .menu-item {
    }

    .footer__pay {
    }

    .footer__logo {
        width: 200px;
    }
}

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

    .footer__pay {
        background-image: url(image/pay.png);
        width: 898px;
        height: 42px;
    }
}

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

.footer-menu .menu-item a {
    color: #ffffff;
    text-decoration: none;
}

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


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