@charset "UTF-8";
/*
Theme Name: vylkan-vegas.net
Theme URI: http://vylkan-vegas.net
Author: rubet.biz
Author URI: http://vylkan-vegas.net
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: http://vylkan-vegas.net
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: #dedcc3;
    color: #00132c;
}


/**/
.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: #69572d;
    border-bottom: 2px solid #c22524;
    height: 90px;
    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__logo {
    width: 140px;
    padding: 8px 0 4px;
    margin: auto;
}

.top__logo--mobile {
    margin-right: 15px;
    position: relative;
    width: 95px;
}

.top__logo img {
    width: 100%;
}




@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: 70px;
        border-bottom: none;
        z-index: 1;
    }

    .top .container {
        display: flex;
    }

    .top__logo {
        width: 132px;
        padding-top: 5px;
        margin: initial;
        margin-right: auto;
    }
}


/**/
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 0;
    margin-top: 14px;
    background-color: hsla(0, 0%, 0%, 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: #dedcc3;
}

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

.mobile-menu {
    display: none;
    background-color: hsla(213, 100%, 6%, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: scroll;
    z-index: 1;
}

.mobile-menu__inner {
    background-color: #dedcc3;
    width: 278px;
    margin: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.mobile-menu__inner:before {
    content: '';
    background-color: #dedcc3;
    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: #dedcc3;
    background-color: transparent;
    border: 0;
	position: relative;
}


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

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


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


.header .container {
    height: 100%;
}

.header__inner {
    width: 100%;
    height: 100%;
    padding-top: 115px;
}

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

    .header .container {
        display: flex;
    }
}

.header__button {
    background-color: #ffa300;
    color: #000000;
    text-decoration: none;
    margin: auto;
    display: block;
    text-align: center;
    font-weight: bold;
    border-radius: 6px;
    width: 260px;
    height: 66px;
    line-height: 66px;
    font-size: 30px;

    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),
    0 16px 32px rgba(0,0,0,0.07),
    0 32px 64px rgba(0,0,0,0.07);
}

.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 {
        background-color: #c22524;
    }
}


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

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

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

.navbar__list .menu-item:last-child {
    border-right: none;
    padding-right: 7px;
    border-bottom: 1px solid #dedcc3;
}

.navbar__list .menu-item a {
    color: #000000;
    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: #ffa300;
    text-decoration: underline;
}

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

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

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

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

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

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


/**/
.submenu-expand {
    fill: #dedcc3;
    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: #000000;
}

.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 {
        display: block;
        position: relative;
        overflow-x: inherit;
        background-color: #dedcc3;
        margin-left: -20px;
    }

    .navbar > div {
        width: 100%;
    }

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

    .navbar__list .menu-item {
        width: 280px;
        height: 49.5px;
        border-right: none;
        border-top: none;
        align-items: center;
        padding: 0;
        border-bottom: 0;
        background-color: transparent;
        position: relative;
        margin: auto;
        display: block;
    }

    .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: #000000;
        text-decoration: none;
        padding-left: 0;
        display: flex;
        align-items: center;
        text-align: center;
        padding: 0 12px;
        height: 100%;
        justify-content: center;
        background-image: none !important;
        font-weight: bold;
        border-bottom: 1px solid #c22524;
    }

    .navbar__list > .menu-item > a:hover,
    .navbar__list > .menu-item.current-menu-item > a {
        text-decoration: none;
        color: #dedcc3;
        background-color: #69572d;
    }

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

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

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

    .sub-menu {
        position: absolute;
        top: 0;
        left: 100%;
        padding: 0;
        display: none;
        max-height: 260px;
        overflow: hidden;
        overflow-y: auto;
        z-index: 2;
        width: 300px;
        background-color: #dedcc3;
        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);
    }

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

}


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

.extra-menu__list {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    margin-bottom: 10px;
}

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

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

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

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

    .extra-menu__list li {
        display: inline-block;
        min-width: 150px;
        border-left: 0;
    }

    .extra-menu__list a {
        line-height: 67px;
        text-align: center;
        text-indent: 0;
        font-weight: bold;
        font-size: 14px;
        color: #dedcc3;
        padding-left: 5px;
        padding-right: 5px;
        border-bottom: 3px solid transparent;
    }

    .extra-menu__list a:hover,
    .extra-menu__list .current-menu-item a {
        color: #c22524;
        border-bottom-color: #c22524;
    }
}


/**/
.main {
    padding-top: 1px;
    padding-bottom: 25px;
    line-height: 1.4;
}

.main a {
    color: #0cb3c7;
}

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


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

.games__list {
    list-style: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}

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

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

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

.games__item {
    background-color: #747474;
    background: linear-gradient(to bottom, #fdfdfd 0%, #5b5b5c 50%, #747474 51%, #fdfcfc 100%);
    overflow: hidden;
    padding: 3px;
    max-width: 270px;
    margin: auto;
}

@media (min-width: 480px) {
    .games__item {
        width: 270px;
    }
}

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

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

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

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

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


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

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

.article__item {
    background-color: #dedcc3;
    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: #dedcc3;
    text-decoration: none;
    line-height: 40px;
    height: 42px;
    width: 150px;
    border-radius: 10px;
    text-align: center;
    border: 2px solid #dedcc3;
    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: #dedcc3;
    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;
    }
}



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

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

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

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

.footer__logo {
    grid-area: logo;
}

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

.footer__logo img {
    width: 100%;
}

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


/**/
.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 .container {
        grid-template-areas:
                "nav nav"
                "logo pay";
    }

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

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

    .footer__logo {
        margin-left: initial;
    }
}

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

    .footer-menu .menu-item {
    }
}

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

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

.footer-menu .menu-item a:hover,
.footer-menu .menu-item.current-menu-item a {
    color: #ffaf00;
    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;
}
