﻿.singlenews-banner
{
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.singlenews-banner h1
{
    font-size: 2.2rem;
}
@media(max-width: 992px)
{
    .singlenews-banner h1
    {
        font-size: 1.8rem;
    }
}
@media(max-width: 576px)
{
    .singlenews-banner h1
    {
        font-size: 1.4rem;
    }
}
.singlenews-content
{
    max-width: 1200px;
}
.singlenews-content .post-pre-footer
{
    display: flex;
}
@media(max-width: 576px)
{
    .singlenews-content .post-pre-footer
    {
        margin: 15px 0;
    }
}
@media(max-width: 576px)
{
    .singlenews-content .post-pre-footer .social-icons
    {
        justify-content: center;
    }
}
.singlenews-content .post-pre-footer .social-icons a
{
    width: 30px;
    height: 30px;
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.singlenews-content .post-pre-footer .social-icons a.fb-icon
{
    background-color: #3b5998;
    margin-left: 0;
}
.singlenews-content .post-pre-footer .social-icons a.twitter-icon
{
    background-color: #1da1f2;
}
.singlenews-content .post-pre-footer .social-icons a.linkedin-icon
{
    background-color: #0077b5;
}
.singlenews-content .post-pre-footer .social-icons a.mail-icon
{
    background-color: #585858;
}
.singlenews-content .post-pre-footer .social-icons a.mail-icon img
{
    height: 15px;
}
.singlenews-content .post-pre-footer .social-icons a img
{
    width: 20px;
}
.singlenews-content .post-pre-footer .rspg-logos
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
}
@media(max-width: 576px)
{
    .singlenews-content .post-pre-footer .rspg-logos
    {
        flex-direction: column;
        margin: 15px 0 0;
        text-align: center;
    }
}
.singlenews-content .post-pre-footer .rspg-logos a
{
    width: 100%;
    height: auto;
    margin-right: 15px;
}
.singlenews-content .post-pre-footer .rspg-logos a img
{
    width: 225px;
}
.singlenews-content .post-pre-footer .rspg-logos .eighteenplus
{
    width: 50px;
}
@media(max-width: 576px)
{
    .singlenews-content .post-pre-footer
    {
        flex-direction: column!important;
    }
}
@media(max-width: 768px)
{
    .singlenews-content .post-back-to-archive
    {
        justify-content: center;
    }
}
.singlenews-content .post-nav-buttons
{
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0 20px;
    margin: 30px 0 0;
}
.singlenews-content .post-nav-buttons a[rel=prev]::before
{
    content: "";
    position: absolute;
    width: 15px;
    height: 12px;
    top: 8px;
    background-position-y: 11px;
    left: 0;
    background-image: url(../../willbetgambling/image/prev-arr.png);
}
.singlenews-content .post-nav-buttons a[rel=next]::after
{
    content: "";
    position: absolute;
    width: 15px;
    height: 12px;
    top: 8px;
    background-position-y: 11px;
    right: 0;
    background-image: url(../../willbetgambling/image/next-arr.png);
}