@charset "UTF-8";
/*
Theme Name: Grand Casino You
Theme URI: https://grand-casino.com
Author: Grand Casino You
Author URI: https://grand-casino.com
Description: Description
Requires at least: 0.1
Requires PHP: 5.2.4
Version: 2.0
License: GNU General Public License v2 or later
License URI: https://grand-casino.com
Text Domain: rand-casino
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: -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: #dcd9ba;
    color: #2b241d;
}


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

.top__logo {
    width: 186px;
    padding: 8px 0 4px;
    margin: auto;
}

.top__logo img {
    width: 100%;
}

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


/**/
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 6px;
    margin-bottom: 6px;
    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: #f5eec0;
}

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


/**/
.header {
    background: url(image/header-768.jpg) 50% 50% no-repeat;
    height: 279px;
}

.header__inner {
    padding-top: 195px;
}

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

    .header__inner {
        padding-top: 130px;
    }
}


.header__button {
    background: #d80d0d;
    background: -moz-linear-gradient(top,  #d80d0d 0%, #8d0404 100%);
    background: -webkit-linear-gradient(top,  #d80d0d 0%,#8d0404 100%);
    background: linear-gradient(to bottom,  #d80d0d 0%,#8d0404 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d80d0d', endColorstr='#8d0404',GradientType=0 );
    color: #ffffff;
    text-decoration: none;
    margin: auto;
    display: block;
    width: 265px;
    height: 85px;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    line-height: 75px;
    box-shadow: inset 0 0 10px hsla(0, 0%, 100%, 0.4), 0 0 7px hsla(0, 92%, 53%, 0.7);
    border-radius: 15px;
}

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

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

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

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

@media (min-width: 1200px) {
    .header__button {
        position: relative;
        right: 52px;
    }
}


/**/
.navbar {
    display: none;
    background: hsla(0, 0%, 0%, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.navbar__list {
    background-color: #dcd9ba;
    width: 278px;
    margin: 0;
    padding-top: 20px;
    padding-left: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.navbar__list .menu-item {
    display: block;
    background-color: #c8c3a0;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 9px;
    padding-bottom: 9px;
    position: relative;
}

.navbar__list .menu-item:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background: #99824b;
    background: -moz-linear-gradient(left,  #99824b 0%, #fbf7c8 50%, #b49659 100%);
    background: -webkit-linear-gradient(left,  #99824b 0%,#fbf7c8 50%,#b49659 100%);
    background: linear-gradient(to right,  #99824b 0%,#fbf7c8 50%,#b49659 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99824b', endColorstr='#b49659',GradientType=1 );
}

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

.navbar__list .menu-item:last-child:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 1px;
    background: #99824b;
    background: -moz-linear-gradient(left,  #99824b 0%, #fbf7c8 50%, #b49659 100%);
    background: -webkit-linear-gradient(left,  #99824b 0%,#fbf7c8 50%,#b49659 100%);
    background: linear-gradient(to right,  #99824b 0%,#fbf7c8 50%,#b49659 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99824b', endColorstr='#b49659',GradientType=1 );
}

.navbar__list .menu-item a {
    color: #201a15;
    text-decoration: none;
    padding-left: 25px;
    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: #b40a0a;
    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/info.svg);
}

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

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

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

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

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


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

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

.sub-menu {
    padding-left: 0;
    padding: 0 10px;
}

.navbar__list .sub-menu > .menu-item a {
    background-image: none;
    padding-left: 5px;
    line-height: 19px;
    background-color: transparent;
    text-decoration: none;
	color: #2b241d;
}

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

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


@media (min-width: 1200px) {
    .navbar {
        background-color: transparent;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 305px;
        height: 280px;
    }

    .navbar__list {
        width: 100%;
        list-style: none;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        margin: 0;
        text-align: left;
        position: static;
        background-color: transparent;
    }

    .navbar__list .menu-item {
        display: block;
        border-right: none;
        border-bottom: 1px solid #aaa38d;
        border-top: none;
        align-items: center;
        padding: 0;
        background-color: #e0ddc1;
        background-image: repeating-linear-gradient(-45deg, transparent 0px, #dad7be 1px, transparent 2px, transparent 4px);
    }

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

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

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

    .navbar__list .menu-item a {
        color: #261d14;
        text-decoration: none;
        padding-left: 0;
        background-image: none !important;
        display: block;
        padding: 10px 15px;
    }

	.navbar__list .menu-item-has-children > a {
		margin-bottom: 0;
	}

    .navbar__list > .menu-item > a:hover,
    .navbar__list > .menu-item.current-menu-item > a {
        color: #f5efbe;
        background-color: #332a22;
        text-decoration: none;
    }

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

    /*     .menu-item:nth-child(even) .submenu-expand {
            transform: rotate(90deg);
            right: auto;
            left: 0;
        } */

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

    .sub-menu {
        position: absolute;
        top: 0;
        left: 100%;
        padding: 0;
        display: none;
        max-height: 200px;
        overflow: hidden;
        overflow-y: auto;
        z-index: 2;
        width: 300px;
    }

    /*     .menu-item:nth-child(even) .sub-menu {
            left: -100%;
            right: auto;
        } */

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

    .navbar__list .sub-menu .menu-item {
        padding: 0;
    }

    .navbar__list .sub-menu > .menu-item a {
        color: #261d14;
    }

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


/**/
.main {
    background-color: #dcd9ba;
    padding-top: 80px;
    padding-bottom: 25px;
    line-height: 1.4;
}

.main a {
    color: #223c9c;
}

.main h1,
.main h2,
.main h3 {
    background: url(image/line.png) 50% no-repeat;
    text-align: center;
    height: 43px;
    line-height: 43px;
}

.main a {
    color: #223c9c;
}


/**/
.footer {
    background-color: #261d14;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 15px;
}

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

@media (min-width: 768px) {
    .footer__pay {
        background-image: url(image/pay-720.png);
        width: 437px;
        height: 95px;
    }
}

@media (min-width: 992px) {
    .footer .container {
        display: grid;
        grid-template-areas:
                "logo"
                "nav"
                "pay";
    }

    .footer__pay {
        grid-area: pay;
    }
}

@media (min-width: 1200px) {
    .footer .container {
        display: flex;
        align-items: center;
    }

    .footer__pay {
        background-image: url(image/pay.png);
        width: 332px;
        height: 65px;
        margin-top: 0;
    }
}


/**/
.footer__logo {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.footer__logo img {
    width: 100%;
}

.footer__text {
    color: #6c6250;
    font-size: 12px;
}


/**/
.footer-nav {
}

.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-menu .menu-item {
    }
}

@media (min-width: 992px) {
    .footer-menu {
        width: 557px;
    }

    .footer-menu .menu-item {
        display: inline-block;
        width: 49%;
        text-align: left;
    }
}

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

    .footer-menu .menu-item {
    }
}

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

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


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