
/* main styles */
body.admin-bar header.site-header,
body.admin-bar .side-menu {
    margin-top: 32px;
}

@media screen and (max-width: 782px) {

    body.admin-bar header.site-header,
    body.admin-bar .side-menu {
        margin-top: 46px;
    }
}

@media screen and (max-width: 600px) {

    body.admin-bar header.site-header,
    body.admin-bar .side-menu {
        margin-top: 0;
    }
}

body .site,
body.admin-bar .site {
    padding-top: 48px;
    padding-bottom: 80px;
}

@media screen and (max-width: 992px) {

    body .site,
    body.admin-bar .site {
        padding-top: 68px;
    }
}

@media screen and (max-width: 600px) {

    body .site,
    body.admin-bar .site {
        padding-top: 18px;
    }
}
/* header */
header.site-header {
    height: 48px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: none;
    margin-bottom: 0;
    padding: 0;
    background: #0a0a0a;
}

@media screen and (max-width: 992px) {
    .top-menu {
        display: none;
    }
}

.top-menu {
    font-size: 12px;
    font-weight: normal;
}

.top-menu,
.top-menu .menu,
.site-header-inner {
    height: 100%;
}

.site-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.top-menu ul {
    display: flex;
}

.top-menu ul li {
    height: 100%;
    margin: 0 10px;
    display: flex;
    align-items: center;
    padding: 0;
}

.top-menu ul li>a,
.top-menu ul li>span {
    opacity: 1;
    text-transform: none;
    line-height: 48px;
    padding: 0 15px;
}

.site-branding {
    padding-left: 0 !important;
}

.humburger span,
.top-menu>ul>li>a::before,
.top-menu>ul>li>span::before {
    content: none;
}

ul.menu>li.current_page_item>span::before {
    transform: scaleX(1);
}

.sign-button {
    display: flex;
    font-size: 12px;
    font-weight: bold;
}

.sign-button_wrapper {
    background-color: rgba(0, 0, 0, 0.54);
    padding: 5px 0;
    margin-top: -1px;
    margin-bottom: 30px;
}

.sign-button_mobile>.sign-button {
    justify-content: space-between;
}

.sign-button .sign-in {
    margin-right: 8px;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    color: #000;
    padding: 5px 16px;
}

.sign-button .sign-up {
    border-radius: 2px;
    background-color: #b6de12;
    color: #000;
    padding: 5px 16px;
}

.sign-button .sign-in,
.sign-button .sign-up {
    cursor: pointer;
    text-decoration: none;
}

#top-menu .menu-item a:before {
    position: relative;
    background: none;
    right: 5px;
}

#top-menu .menu-item:nth-child(1) a:before {
    content: url("../images/menu-pm/menu-icon-live.svg");
    top: 11px;
}

#top-menu .menu-item:nth-child(2) a:before {
    content: url("../images/menu-pm/menu-icon-2.svg");
    top: 6px;
}

#top-menu .menu-item:nth-child(3) a:before {
    /*content: url("../images/menu-pm/menu-icon-5.svg");*/
    content: url("../images/menu-pm/menu-icon-lc.svg");
    top: 6px;
}

#top-menu .menu-item:nth-child(4) a:before {
    content: url("../images/menu-pm/menu-icon-slots.svg");
    top: 6px;
}

#top-menu .menu-item:nth-child(5) a:before {
    /*content: url("../images/menu-pm/menu-icon-lc.svg");*/
    content: url("../images/menu-pm/menu-icon-4.svg");
    top: 4px;
}

#top-menu .menu-item:nth-child(6) a:before {
    content: url("../images/menu-pm/menu-icon-tv-games.svg");
    top: 5px;
}

#top-menu .menu-item:nth-child(7) a:before {
    content: url("../images/menu-pm/menu-icon-instant-games.svg");
    top: 5px;
}

#top-menu .menu-item:nth-child(8) a:before {
    content: url("../images/menu-pm/menu-icon-bingo.svg");
    top: 5px;
}

#header_menu>li:not(.only-hamburger) {
    padding: 13px 0;
}

#header_menu>li:not(.only-hamburger) a {
    background: #fff;
    border-radius: 2px;
    min-width: 215px;
    padding: 7px;
    cursor: pointer;
}

#header_menu>li:not(.only-hamburger)>a {
    border-radius: 2px;
}

#header_menu>li:not(.only-hamburger):hover>a {
    border-radius: 2px 2px 0 0;
}

@media (min-width:768px) {

    .block-after-site,
    .main-navigation-inner,
    .related-posts,
    .section-block,
    .section-html,
    .site-content,
    .site-footer-inner,
    .site-header-inner {
        padding-left: 10px;
        padding-right: 10px
    }
}

.burger__custom {
    width: 24px;
    height: 24px;
    padding: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    cursor: pointer;
}

@media screen and (max-width: 992px) {
    .burger__custom {
        display: none;
    }
}

.burger__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.burger__custom span {
    display: block;
    width: 16px;
    height: 2px;
    margin-bottom: 2px;
    background-color: #fff;
    transition: all .3s;
}

.burger__custom span:first-of-type {
    transform: translate(2px);
}

.burger__custom span:last-of-type {
    transform: translate(-2px);
}

.burger__custom.burger__custom_active span:first-of-type {
    transform: rotate(45deg) translate(1px, 1px);
    margin-bottom: 0;
}

.burger__custom.burger__custom_active span:nth-of-type(2) {
    background-color: transparent;
    margin-bottom: 0;
}

.burger__custom.burger__custom_active span:last-of-type {
    transform: rotate(-45deg) translate(2px, -2px);
    margin-bottom: 0;
}

/* END header */

/* SIDE MENU */
.side-menu {
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    display: block;
    width: 288px;
    height: 100%;
    background-color: rgba(0, 0, 0, .92);
    visibility: visible;
    transition: all .3s;
    transform: translate(-288px);
    z-index: 99;
}

@media screen and (max-width: 992px) {
    .side-menu {
        width: 100%;
        background-color: #262626;
        transform: translate(-100%);
    }
}

.side-menu_active {
    transform: translate(0);
}

.side-menu__container {
    padding: 70px 0;
}

@media screen and (max-width: 992px) {
    .side-menu__container {
        padding: 70px 0 100px;
    }
}

.side-menu .nav-list-wrapper,
.side-menu .sub-menu {
    margin: 0;
    padding: 0;
    width: 100%;
}

.side-menu .nav-list-wrapper>li.menu-item-has-children {
    flex-direction: column;
}

.side-menu .nav-list-wrapper>li,
.side-menu .sub-menu>li {
    height: 100%;
    display: flex;
    align-items: center;
}

.side-menu .nav-list-wrapper>li>a,
.side-menu .nav-list-wrapper>li>span,
.side-menu .sub-menu>li>a,
.side-menu .sub-menu>li>span {
    position: relative;
    font-size: 14px;
    width: 100%;
    padding: 0 24px 0 60px;
    line-height: 48px;
    text-decoration: none;
    color: #ffffff;
}

.side-menu .nav-list-wrapper>li>a::before,
.side-menu .nav-list-wrapper>li>span::before,
.side-menu .sub-menu>li>a::before,
.side-menu .sub-menu>li>span::before {
    content: '';
    position: absolute;
    /*background: url(../images/menu-pm/side-menu-icon-1.svg) center;*/
    width: 24px;
    height: 24px;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
}
/*
.side-menu .nav-list-wrapper>li:nth-of-type(1)>a::before,
.side-menu .nav-list-wrapper>li:nth-of-type(1)>span::before {
    background: url(../images/menu-pm/side-menu-icon-parlays.svg) center;
}
.side-menu .nav-list-wrapper>li:nth-of-type(2)>a::before,
.side-menu .nav-list-wrapper>li:nth-of-type(2)>span::before {
    background: url(../images/menu-pm/side-menu-icon-1.svg) center;
}

.side-menu .nav-list-wrapper>li:nth-of-type(3)>a::before,
.side-menu .nav-list-wrapper>li:nth-of-type(3)>span::before {
    background: url(../images/menu-pm/side-menu-icon-promo.svg) center;
}

.side-menu .nav-list-wrapper>li:nth-of-type(4)>a::before,
.side-menu .nav-list-wrapper>li:nth-of-type(4)>span::before {
    background: url(../images/menu-pm/side-menu-icon-virtual-c.svg) center;
}

.side-menu .nav-list-wrapper>li:nth-of-type(5)>a::before,
.side-menu .nav-list-wrapper>li:nth-of-type(5)>span::before {
    background: url(../images/menu-pm/side-menu-icon-4.svg) center;
}

.side-menu .nav-list-wrapper>li:nth-of-type(6)>a::before,
.side-menu .nav-list-wrapper>li:nth-of-type(6)>span::before {
    background: url(../images/menu-pm/side-menu-icon-6.svg) center;
}

.side-menu .nav-list-wrapper>li:nth-of-type(7)>a::before,
.side-menu .nav-list-wrapper>li:nth-of-type(7)>span::before {
    background: url(../images/menu-pm/side-menu-icon-7.svg) center;
}

.side-menu .nav-list-wrapper>li:nth-of-type(8)>a::before,
.side-menu .nav-list-wrapper>li:nth-of-type(8)>span::before {
    background: url(../images/menu-pm/side-menu-icon-affiliate.svg) center;
}

.side-menu .sub-menu>li:nth-of-type(1)>a::before,
.side-menu .sub-menu>li:nth-of-type(1)>span::before {
    background: url(../images/menu-pm/side-submenu-icon-1.svg) center;
}

.side-menu .sub-menu>li:nth-of-type(2)>a::before,
.side-menu .sub-menu>li:nth-of-type(2)>span::before {
    background: url(../images/menu-pm/side-submenu-icon-2.svg) center;
}

.side-menu .sub-menu>li:nth-of-type(3)>a::before,
.side-menu .sub-menu>li:nth-of-type(3)>span::before {
    background: url(../images/menu-pm/side-submenu-icon-3.svg) center;
}

.side-menu .sub-menu>li:nth-of-type(4)>a::before,
.side-menu .sub-menu>li:nth-of-type(4)>span::before {
    background: url(../images/menu-pm/side-submenu-icon-4.svg) center;
}

.side-menu .sub-menu>li:nth-of-type(5)>a::before,
.side-menu .sub-menu>li:nth-of-type(5)>span::before {
    background: url(../images/menu-pm/side-menu-icon-instant-game.svg) center;
}

.side-menu .sub-menu>li:nth-of-type(6)>a::before,
.side-menu .sub-menu>li:nth-of-type(6)>span::before {
    background: url(../images/menu-pm/side-menu-icon-bingo.svg) center;
}/**/

.side-menu .pll-parent-menu-item>.sub-menu {
    display: none;
}

.side-menu .pll-parent-menu-item>.sub-menu>li>a::before,
.side-menu .pll-parent-menu-item>.sub-menu>li>span::before {
    background: none;
}

.side-menu .nav-list-wrapper>li>a::after,
.side-menu .nav-list-wrapper>li>span::after,
.side-menu .sub-menu>li:last-of-type>a::after,
.side-menu .sub-menu>li:last-of-type>span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 89%;
    height: 1px;
    margin: 0 16px;
    background-color: #555;
}

.side-menu .nav-list-wrapper>li:nth-last-child(-n+2)>a::after {
    display: none;
}

.side-menu .nav-list-wrapper>li>a:hover,
.side-menu .nav-list-wrapper>li>span:hover,
.side-menu .sub-menu>li>a:hover,
.side-menu .sub-menu>li>span:hover {
    background-color: #262626;
    color: #ffffff;
}

/* END SIDE MENU */


/* footer-menu */
.site-footer {
    padding: 0;
}

.footer-bottom-wrapper {
    display: none;
}

@media screen and (max-width: 992px) {
    .footer-bottom-wrapper {
        display: block;
    }
}

.footer-bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56px;
    z-index: 100;
}


.footer-bottom-menu .nav-list-wrapper {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0;
    margin: 0;
    height: 100%;
}

.footer-bottom-menu .nav-list-wrapper>li {
    width: 25%;
    height: 100%;
    text-align: center;
}

.footer-bottom-menu .nav-list-wrapper>li>a,
.footer-bottom-menu .nav-list-wrapper>li>span {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #000;
    text-decoration: none;
    font-size: 12px;
}

.footer-bottom-menu .nav-list-wrapper>li>a:hover,
.footer-bottom-menu .nav-list-wrapper>li>span:hover {
    color: #fff;
}

.footer-bottom-menu .nav-list-wrapper>li>a::before,
.footer-bottom-menu .nav-list-wrapper>li>span::before {
    content: '';
    display: block;
    background: none;
    width: 26px;
    height: 26px;
}

.footer-bottom-menu .nav-list-wrapper>li:nth-of-type(1)>a::before,
.footer-bottom-menu .nav-list-wrapper>li:nth-of-type(1)>span::before {
    background: url(../images/menu-pm/menu-icon-1.svg) center;
    background-size: 26px;
}

.footer-bottom-menu .nav-list-wrapper>li:nth-of-type(2)>a::before,
.footer-bottom-menu .nav-list-wrapper>li:nth-of-type(2)>span::before {
    background: url(../images/menu-pm/menu-icon-2.svg) center;
    background-size: 26px;
}

.footer-bottom-menu .nav-list-wrapper>li:nth-of-type(3)>a::before,
.footer-bottom-menu .nav-list-wrapper>li:nth-of-type(3)>span::before {
    background: url(../images/menu-pm/menu-icon-3.svg) center;
    background-size: 26px;
}

.footer-bottom-menu .nav-list-wrapper>li:nth-of-type(4)>a::before,
.footer-bottom-menu .nav-list-wrapper>li:nth-of-type(4)>span::before {
    background: url(../images/menu-pm/menu-icon-5.svg) center;
    background-size: 26px;
}

.footer-bottom-menu .nav-list-wrapper>li:nth-of-type(5)>a::before,
.footer-bottom-menu .nav-list-wrapper>li:nth-of-type(5)>span::before {
    background: url(../images/menu-pm/menu-icon-4.svg) center;
    background-size: 26px;
}

.footer-bottom-menu .nav-list-wrapper>li:nth-of-type(2) {
    margin-right: 40px;
}

.footer-bottom-menu .nav-list-wrapper>li:nth-of-type(3) {
    margin-left: 40px;
}

.bottom-menu {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.bottom-menu__container {
    height: 100%;
    background-color: #000;
}

.bottom-menu__button-wrapper {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -8px);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    z-index: 110;
}

.bottom-menu-center {
    display: block;
    background: transparent;
    width: 72px;
    height: 72px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 18px);
    border-radius: 50%;
    border: 25px solid black;
    box-sizing: content-box;
    z-index: -1;
}

.bottom-menu__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    background-color: #000;
    padding: 0;
    outline: 0;
}

.bottom-menu__button.active .bottom-menu__button-img {
    background: url(../images/menu-pm/button-close.svg) center;
}

.bottom-menu__button-img {
    width: 24px;
    height: 24px;
    background: url(../images/menu-pm/symbol_jb.svg) center no-repeat;
    background-size: contain;
}

/* END footer-menu */
