/*---- General ----*/
.ks-m-public-coming-soon-html
{
    width: 100%;
    height: 100%;
    background-color: #242424;
}

.ks-m-public-coming-soon-html body
{
    width: 100%;
    height: 100%;
}

.ks-m-public-coming-soon 
{
    width: 100%;
    height: 100%;
    background-color: #242424;
}

.ks-m-public-coming-soon-wrapper 
{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    text-align: center;
}

.ks-m-public-coming-soon-image
{

}

.ks-m-public-coming-soon-headline
{
    color: #ffffff;
    font-size: 36px;
    margin: 35px 0;
    line-height: 1;
}

.ks-m-public-coming-soon-description
{
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 25px;
}

.ks-m-public-coming-soon-footer 
{
    color: #999 !important;
}

.ks-m-public-coming-soon-footer a
{
    font-weight: bold;
    color: #DD6596 !important;
}

#wpadminbar 
{
    /*display: none !important;*/
}

/*---- Mobile ----*/
@media only screen and (max-width: 875px)  
{
    
}