﻿#hero-slider.pages-slider
{
    margin-bottom: 40px;
}
#hero-slider.pages-slider .item
{
    max-height: 750px!important;
}
#hero-slider.pages-slider .item .slide-content .h1
{
    font-family: "Lato",sans-serif;
    font-size: 3rem;
    text-transform: none;
    font-weight: 300;
    text-align: center;
}
#hero-slider.pages-slider .item .legal-line
{
    position: absolute;
    bottom: 15px;
    width: 575px;
    height: auto;
    left: calc(50% - 287.5px);
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
#hero-slider.pages-slider .item .legal-line img
{
    display: block;
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 100%;
}
#hero-slider.pages-slider .item .legal-line p
{
    margin-bottom: 0;
    color: #fff;
    font-size: .9rem;
}
@media(max-width: 576px)
{
    #hero-slider.pages-slider .item .legal-line
    {
        width: 350px;
        left: calc(50% - 175px);
    }
}
#hero-slider.pages-slider .owl-dots
{
    display: none;
}
#hero-slider .owl-nav
{
    position: absolute;
    top: calc(50% - 45px);
    margin-top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
#hero-slider .owl-nav .owl-prev, #hero-slider .owl-nav .owl-next
{
    position: absolute;
    height: 50px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}
#hero-slider .owl-nav .owl-prev img, #hero-slider .owl-nav .owl-next img
{
    height: 50px;
    width: auto;
    filter: brightness(0) invert(1);
}
@media(max-width: 1200px)
{
    #hero-slider .owl-nav .owl-prev, #hero-slider .owl-nav .owl-next
    {
        height: 30px;
    }
    #hero-slider .owl-nav .owl-prev img, #hero-slider .owl-nav .owl-next img
    {
        height: 30px;
    }
}
#hero-slider .owl-nav .owl-prev:hover, #hero-slider .owl-nav .owl-next:hover
{
    cursor: pointer;
}
#hero-slider .owl-nav .owl-prev
{
    left: 150px;
}
@media(max-width: 1200px)
{
    #hero-slider .owl-nav .owl-prev
    {
        left: 0;
    }
}
#hero-slider .owl-nav .owl-prev img
{
    transform: rotate(180deg);
}
#hero-slider .owl-nav .owl-next
{
    right: 150px;
}
@media(max-width: 1200px)
{
    #hero-slider .owl-nav .owl-next
    {
        right: 0;
    }
}
#hero-slider .game-slider-carousel, #hero-slider .owl-stage-outer, #hero-slider .owl-stage, #hero-slider .owl-item, #hero-slider .item
{
    width: 100%;
}
#hero-slider .item
{
    position: relative;
    max-height: 750px!important;
}
#hero-slider .item picture
{
    width: 100%;
}
#hero-slider .item .legal-line
{
    position: absolute;
    bottom: 15px;
    width: 575px;
    height: auto;
    left: calc(50% - 287.5px);
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
#hero-slider .item .legal-line img
{
    display: block;
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 100%;
}
#hero-slider .item .legal-line p
{
    margin-bottom: 0;
    color: #fff;
    font-size: .9rem;
}
@media(max-width: 576px)
{
    #hero-slider .item .legal-line
    {
        width: 350px;
        left: calc(50% - 175px);
    }
}
#hero-slider .item .slide-content
{
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    width: 100%;
}
@media(min-width: 1200px)
{
    #hero-slider .item .slide-content
    {
        padding-bottom: 60px;
    }
}
#hero-slider .item .slide-content .h1
{
    font-family: "Vollkorn",serif;
    font-style: italic;
    color: #fff;
    font-size: 3.6rem;
    text-transform: none;
    text-align: center;
    width: 50%;
    display: block;
}
@media(max-width: 992px)
{
    #hero-slider .item .slide-content .h1
    {
        width: 75%;
    }
}
#hero-slider .item .slide-content .subtitle
{
    color: #fff;
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: center;
    width: 90%;
    max-width: 600px;
    width: 70%;
    display: block;
}
@media(max-width: 992px)
{
    #hero-slider .item .slide-content .h1
    {
        font-size: 2.8rem;
    }
    #hero-slider .item .slide-content .subtitle
    {
        font-size: 1rem;
        line-height: 1.7rem;
    }
}
@media(max-width: 576px)
{
    #hero-slider .item .slide-content .h1
    {
        font-size: 2rem;
    }
    #hero-slider .item .slide-content .subtitle
    {
        font-size: .9rem;
        line-height: 1.5rem;
    }
}
#hero-slider .owl-dots
{
    position: absolute;
    bottom: 0;
    height: 60px;
    width: 100%;
    background-color: #f8f8f8;
    padding-left: 5%;
    padding-right: 5%;
    font-size: .8rem;
    text-transform: uppercase;
    display: none!important;
}
@media(max-width: 1200px)
{
    #hero-slider .owl-dots
    {
        display: none;
    }
}
#hero-slider .owl-dots .owl-dot
{
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: calc(22.5% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    background-color: #f8f8f8;
    color: #5c6d7f;
}
#hero-slider .owl-dots .owl-dot:hover
{
    cursor: pointer;
}
#hero-slider .owl-dots .owl-dot:not(:last-child):after
{
    content: " ";
    position: absolute;
    display: block;
    background-color: #e3e4e5;
    height: 30px;
    top: calc(50% - 15px);
    width: 3px;
    right: -21.5px;
}
#hero-slider .owl-dots .owl-dot.active
{
    background-color: #000;
    background-repeat: repeat;
    color: #fff;
}
#hero-slider .owl-dots .owl-dot:nth-child(n+5)
{
    display: none;
}
@media(max-width: 1450px) and (min-width: 1200px)
{
    #hero-slider .owl-dots
    {
        font-size: .9rem;
        padding: 0;
    }
}
.acf-block-preview #hero-slider h1, .acf-block-preview #hero-slider .h1
{
    font-size: 1.5rem!important;
}
.acf-block-preview #hero-slider p.subtitle
{
    font-size: 1rem!important;
}
.acf-block-preview #hero-slider .item:not(:first-of-type)
{
    display: none!important;
}