@charset "UTF-8";
/*
Theme Name: happycasino
Theme URI: https://happycasinoonline.com
Author: happycasinoonline.com
Author URI: https://happycasinoonline.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://happycasinoonline.com
Text Domain: storspelare.net
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: #400080;
    color: #fae4f3;
}

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_storspelare {
    display: flex;
    position: relative;
    min-height: 70px;
    background-color: #4a068f;
    z-index: 9;
    order: -1;
}


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

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

.top__he_storspelare__logo img {
    width: 100%;
}

.menu__wrapper__storspelare {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #440886;
    order: -1;
}

.top__he_storspelare .button__wrapper__storspelare {
    display: none;
}

.menu__wrapper__storspelare .container {
    height: 100%;
}

.navbar {
    display: none;
    margin: 0 auto;
}

@media (min-width: 480px) {
    .top__he_storspelare__logo {
        margin: 0 auto;
    }
}

@media (min-width: 768px) {

}

@media (min-width: 1200px) {
    .menu__wrapper__storspelare {
        height: 50px;
        background-color: #340067;
        order: 0;
    }

    .top__he_storspelare .button__wrapper__storspelare {
        display: flex;
    }

    .menu__wrapper__storspelare .button__wrapper__storspelare {
        display: none;
    }

    .navbar {
        display: block;
    }

    .top__he_storspelare__logo {
        margin: 0 auto 0 0;
    }
}

/**/

.mob_storspelare__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;
    transform: rotate(90deg);
}

.mob__m__storspelare.show  ~ .site .top__he_storspelare .mob_storspelare__nav__toggle .icon-bar:nth-of-type(2) {
    transform: rotate(-45deg) translate(-3px, 5px);
}
.mob__m__storspelare.show  ~ .site  .top__he_storspelare .mob_storspelare__nav__toggle .icon-bar:nth-of-type(4) {
    transform: rotate(45deg) translate(-4px, -5px);
}
.mob__m__storspelare.show  ~ .site  .top__he_storspelare .mob_storspelare__nav__toggle .icon-bar:nth-of-type(3) {
    display: none;
}

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


.mob_storspelare__nav__toggle .icon-bar + .icon-bar {
    margin-top: 9px;
}

.mob_storspelare__nav__toggle .icon-bar:nth-of-type(3) {
    left: -10px;
    position: relative;
}

@media (min-width: 1200px) {

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

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

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

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

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

.mob__m__storspelare__inner {
    display: flex;
    flex-direction: column;
    background-color: #ececec;
    width: 300px;
    margin: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    padding-top: 7rem;
}

.mob__m__storspelare__inner .footer_storspelare__text {
    width: 130px;
    margin: 0 auto 10px;
}


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


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

.header__wrapper__storspelare {
    display: flex;
    width: 100%;
    order: 0;
}

.header__wrapper__storspelare .item__storspelare {
    background-image: url("./image/banner-main-storspelare.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 205px;
    position: relative;
}

.header__wrapper__storspelare .item__storspelare::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
}

.header__wrapper__storspelare .item__storspelare:nth-of-type(2) {
    background-image: url("./image/banner-category-storspelare.jpg");
}

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

.header__wrapper__storspelare .slick-dots {
    bottom: auto;
    top: 5px;
}

.header__wrapper__storspelare .slick-dots li,
.header__wrapper__storspelare .slick-dots li button,
.header__wrapper__storspelare .slick-dots li.slick-dots li button {
    width: 55px;
    height: 6px;
}
.header__wrapper__storspelare .slick-dots li button:before {
    width: 55px;
    height: 6px;
    background-color: #8a8a8a;
    color: #8a8a8a;
    line-height: 7px;
    opacity: 1;
    border-radius: 1px;
}
.header__wrapper__storspelare .slick-dots li.slick-active button:before {
    width: 55px;
    height: 6px;
    background-color: #ffffff;
    color: #ffffff;
}


.header__wrapper__storspelare .item__storspelare .container {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.header__block__storspelare {
    display: flex;
    flex-direction: column;
    max-width: 415px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 30px 0 15px;
    background: #340067;
}}

.header__tittle__storspelare {
    color: #ffffff;
    font-size: 1.25rem;
    text-align: center;
}

.btn__storspelare {
    text-decoration: none;
    background-color: #00e5ff;
    width: 250px;
    margin: 2rem auto 0;
    color: #400080;
    font-family: 'MontserratBold';
    text-align: center;
    padding: 1.5rem;
    border-radius: 2px;
    text-transform: uppercase;
}


@media (min-width: 375px) {
    .header__wrapper__storspelare .item__storspelare {
        height: 185px;
    }

    .header__block__storspelare {
        max-width: 230px;
        right: 120px;
    }

    .header__tittle__storspelare {
        font-size: 1rem;
    }

    .header__wrapper__storspelare .item__storspelare::before {
        background-color: transparent;
        background-image: linear-gradient(85deg, #340067 65%, transparent 65%);
    }

    .header__wrapper__storspelare .slick-dots {
        text-align: center;
        padding-left: 3.5rem;
        padding-right: 10rem;
    }
}

@media (min-width: 480px) {

}

@media (min-width: 600px) {
    .header__wrapper__storspelare .item__storspelare .container {
        justify-content: flex-end;
    }



}

@media (min-width: 768px) {
    .header__wrapper__storspelare .item__storspelare {
        height: 250px;
    }

    .header__wrapper__storspelare .item__storspelare::before {
        background-image: llinear-gradient(85deg, #340067 65%, transparent 65%);
    }

    .header__block__storspelare {
        max-width: 285px;
        top: 0;
        right: auto;
        justify-content: center;
        background-image: none;
    }

    .header__wrapper__storspelare .slick-dots {
        text-align: center;
        padding-left: 0.5rem;
        padding-right: 30rem;
    }

    .header__tittle__storspelare {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .header__wrapper__storspelare .item__storspelare {
        height: 330px;
    }

    .header__tittle__storspelare {
        font-size: 1.7rem;
    }

    .header__block__storspelare {
        max-width: 360px;
    }

    .header__wrapper__storspelare .slick-dots {
        padding-right: 39rem;
        top: 30px;
    }

}

@media (min-width: 1200px) {
    .header__wrapper__storspelare {
        margin-top: 0;
    }

    .header__block__storspelare {
        max-width: 430px;
    }

    .header__wrapper__storspelare .item__storspelare {
        height: 480px;
    }

    .header__wrapper__storspelare .item__storspelare::before {
        background-image: linear-gradient(110deg, #340067 45%, transparent 45%);
    }

    .header__wrapper__storspelare .slick-dots {
        padding-right: 46rem;
        top: 80px;
    }
}

@media (min-width: 1650px) {
    .header__wrapper__storspelare .item__storspelare {
        height: 600px;
    }

    .header__wrapper__storspelare .slick-dots {
        top: 155px;
    }
}

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

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



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

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

.button__storspelare:hover {
    background-color: transparent;
    border-color: #e09e75;
    color: #e09e75;
    filter: brightness(110%);
}

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

.button__storspelare.reg__storspelare {
    background-color: #efcf2ae8;
}

.button__storspelare.reg__storspelare:hover {
    background-color: transparent;
    border-color: #efcf2ae8;
    color: #efcf2ae8;
}

.button__storspelare.review {
    background-color: transparent;
    border-color: #e09e75;
    color: #e09e75;
}


.button__wrapper__storspelare .button__storspelare.reg__storspelare {
    margin-left: 15px;
}

@media (min-width: 375px) {
    .button__storspelare {
        min-width: 110px;
        padding: .75rem 1rem;
    }

    .ga_storspelare_games__placeholder .button__storspelare {
        min-width: 135px;
    }
}
@media (min-width: 480px) {
    .ga_storspelare_games__placeholder .button__storspelare {
        width: 130px;
    }
}
@media (min-width: 1200px) {
    .button__wrapper__storspelare {
        position: inherit;
        width: auto;
        margin: 0 0 0 auto;
    }
}

form {
    display: flex;
    justify-content: center;
    margin: 45px 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-transform: uppercase;
    text-decoration: none;
    /*height: 100%;*/
    width: 100%;
    font-size: 14px;
    font-family: "MontserratMedium";
}

.mob__m__storspelare .navbar__list .menu-item {
    height: 65px;
    width: 100%;
    padding: 0;
    position: relative;
}

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

.mob__m__storspelare .navbar__list > .menu-item:hover a {
    color: #e09e75;
}

.mob__m__storspelare .navbar__list .menu-item.menu-item-has-children {
    height: auto;
}

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

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

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

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

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

.mob__m__storspelare .sub-menu {
    font-size: .8rem;
    background-color: transparent;
    padding: 0;
    width: 100%;
}

@media (min-width: 480px) {

}

.mob__m__storspelare .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: #131517;
}

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

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

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

    .navbar__list > .menu-item > a:hover {
        text-decoration: underline;
    }


    .navbar__list .menu-item.current-menu-parent,
    .navbar__list > .menu-item.current-menu-item {
        background-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;
        bottom: -160px;
        padding: 10px 25px;
        display: none;
        list-style: none;
        z-index: 11;
        border: none;
        background-color: #f1f1f1;
        /*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 {
        text-decoration: underline;
        text-underline-position: under;
    }

    .navbar__list .sub-menu > .menu-item.current-menu-item {
        text-decoration: underline;
    }
}


@media (min-width: 1200px) {

}


/**/
.main__storspelare {
    flex: 1 0 0;
    line-height: 1.4;
    order: 1;
}

body.home .main__storspelare {
    background-color: #400080;
}


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

.main__storspelare__text {
    order: 1;
}

.main__storspelare__text a {
    color: #2b47bb;
}

.site-main {
    width: 100%;
}

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

.inner__img__storspelare ~ * {
    padding: 0 10px;
}

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

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


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

.similar__art-storspelare {
    width: 100%;
}

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

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

}

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

@media (min-width: 1470px) {

}

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

.content-area a {
    color: #2b47bb;
}

.content-area__inner .container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

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

.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_storspelare_games {
    display: flex;
    flex-direction: column;
    margin: 2rem 0;
}

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

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

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

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

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

    .inner__img__storspelare img {
        margin: 0 0 0 auto;
    }
}

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

@media (min-width: 1200px) {
    /*.main__storspelare .ga_storspelare_games__item:nth-child(10n+1),*/
    /*.main__storspelare .ga_storspelare_games__item:nth-child(10n+8) {*/
    /*    grid-column-end: span 2;*/
    /*    grid-row-end: span 2;*/
    /*}*/
}


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


.ga_storspelare_games__image img {
    display: block;
    /*object-fit: cover;*/
    width: 100%;
    height: auto;
}

.ga_storspelare_games__image:empty {
    display: none;
}

.ga_storspelare_games__placeholder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #161616;
    font-size: .9rem;
    text-align: center;
    padding: .5rem;
    font-family: "MontserratMedium";
    width: 100%;
    background-color: #202020;
    transition: all .3s linear;
    will-change: opacity, visibility;
}


.ga_storspelare_games__placeholder .button__storspelare:nth-of-type(1) {
    margin-bottom: 1rem;
}

@media (min-width: 480px) {

}

@media (min-width: 600px) {

}

@media (min-width: 992px) {

    .ga_storspelare_games__placeholder {
        position: absolute;
        bottom: 0;
        padding: 1rem;
    }

    .ga_storspelare_games__placeholder .button__storspelare {
        display: none;
    }

    .ga_storspelare_games__item:hover .ga_storspelare_games__placeholder {
        bottom: -175px;
    }

    .ga_storspelare_games__item:hover .ga_storspelare_games__placeholder .button__storspelare {
        display: flex;
    }

    .ga_storspelare_games__item:hover {
        transform: translateY(-70px) scale(1.075);
        z-index: 1;
    }
}

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

    /*.main__storspelare .ga_storspelare_games__item:nth-child(13n+1) .ga_storspelare_games__image img {*/
    /*    width: 100%;*/
    /*}*/
}

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

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


@media (min-width: 992px) {

}


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

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

.paginate-storspelare a {
    color: #131517;
}

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

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


.footer_storspelare__text {
    color: #b1b1b1;
    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 (min-width: 768px) {

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

@media (min-width: 1200px) {

}

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

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

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

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

@media (max-width: 992px) {

    .inner__img__storspelare {
        margin: 0 auto;
        max-width: 100%;
        float: none;
    }

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

@media (max-width: 599px) {

    .navbar__list {
        max-width: 320px;
    }

}

@media (max-width: 479px) {

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

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

}
@media (max-width: 768px) {
  .top__he_storspelare {
    position: fixed;      
    bottom: 0;
    left: 0;
    width: 100%;
    order: initial;     
  }

  
  body {
    padding-bottom: 70px;
  }
}

