#newsContainer {
    width: 70%;
    margin-bottom: 0;
    display: inline-block;
    padding: 1.25rem;
}

/*.singleNewsContainer {
    color: #fff;
    margin-bottom: 30px;
    padding: 0;*/
/*-webkit-box-shadow: 0 1px 3px rgba(0 0 0 / 15%);*/
/*box-shadow: 0 1px 3px rgba(0 0 0 / 15%);*/
/*}*/

.singleNewsTitle {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
}

.singleNewsHeader {
    background-color: #484d53;
    margin: 0;
    padding: 25px 25px;
    color: #fff;
}

.singleNewsInfo {
    border: none;
    box-shadow: inherit;
    margin: 0;
    padding: 10px 0;
    color: #fff;
}

.singleNewsHeaderMeta {
    display: flex;
    margin-bottom: 10px;
}

.singleNewsMeta {
    display: grid;
    width: calc(100% - 170px);
}

    .singleNewsMeta span {
        line-height: 25px;
    }

.singleNewsUser {
    color: #fff;
    margin-right: 20px;
    width: 50px;
}

    .singleNewsUser a {
        font-size: 14px;
    }

    .singleNewsUser img {
        max-width: 100%;
        width: 50px;
        height: 50px;
        /*margin: 0 25px 15px 0;*/
        float: left;
        border-radius: 50%;
        box-shadow: 0 2px 2px 0 rgba(0 0 0 / 14%), 0 3px 1px -2px rgba(0 0 0 / 20%), 0 1px 5px 0 rgba(0 0 0 / 12%);
    }

.singleNewsUserTitle {
    width: 150px;
}

.singleNewsSocial {
    width: 100px;
    align-self: center;
    text-align: right;
}

    .singleNewsSocial a {
        text-decoration: none;
    }

        .singleNewsSocial a:hover {
            text-decoration: none;
        }

    .singleNewsSocial img {
        filter: grayscale(1) invert(1);
        -webkit-filter: grayscale(1) invert(1);
    }

.singleNewsCategoryTag {
    display: flex;
}

.singleNewsCategories {
    width: 27%;
}

    .singleNewsCategories span {
        padding: 1px 5px;
        color: rgba(255,255,255,0.8) !important;
        background-color: rgba(128, 128, 128, 0.5);
        border-radius: 3px;
    }

.singleNewsTags {
    width: 73%;
}

    .singleNewsTags span {
        padding: 1px 5px;
        color: rgba(255,255,255,0.8) !important;
        background-color: rgba(145, 184, 144, 0.5);
        border-radius: 3px;
    }

.singleNewsBody {
    clear: both;
    margin-top: 10px;
    font-size: 15px;
}











#newsSubHeader {
    display: flex;
}

#newsThumb {
    margin: 0 15px 0 0;
    padding: 0;
    width: 160px;
    height: 90px;
    object-fit: cover;
    border-radius: 3px;
}

#newsDetails {
    font-size: 11px;
    color: #555;
    display: inline;
    margin: 0;
    line-height: 18px;
}

#newsDescription {
    font-size: 12px;
    text-align: left;
}

#newsData {
    font-size: 11px;
    margin: 0;
    text-align: left;
}

    #newsData a {
        color: #337ab7 !important;
    }

        #newsData a:hover {
            color: #235580 !important;
            text-decoration: none;
        }

#newsTags {
    margin-top: 5px;
}

.singleNewsTag {
    display: inline-block;
    margin: 5px 5px 0 0;
    padding: 0px 5px;
    font-weight: bold;
    font-size: 12px;
    background-color: #E7E7E7;
    color: #525252;
    border: 1px solid #DADADA;
    border-radius: 4px;
}

    .singleNewsTag:hover {
        text-decoration: none;
    }

#articleAdsBannerSquare {
    float: right !important;
    display: none; /*REMOVE*/
}

    #articleAdsBannerSquare > div {
        /*display: inline-block;*/
        width: 300px;
        height: 250px;
        margin-left: 30px;
        background-color: #f0f0f0;
        display: none; /*REMOVE*/
    }

#articleAdsBannerLarge > div {
    /*display: inline-block;*/
    width: 100%;
    min-height: 50px;
    background-color: #f0f0f0;
    display: none; /*REMOVE*/
}

#footerSeparator {
    margin-top: 20px;
    border-top: 2px solid #1f8cb4;
}

#footerNewsContainer {
    padding-top: 5px;
    display: flex;
    float: left;
    width: 50%;
}

    #footerNewsContainer i {
        color: #6b6f73;
    }

#footerShareContainer {
    padding-top: 5px;
    display: flow-root;
    align-items: center;
}

#sharingContainer {
    margin-right: 20px;
}

#footerPrevNextContainer {
    margin-top: 20px;
}

.changeNews {
    padding: 5px 10px;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    line-height: 1.5;
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
    width: 180px;
    color: #333;
    -webkit-box-shadow: 0 0 5px 1.5px #ccc;
    box-shadow: 0 0 5px 1.5px #ccc;
}

    .changeNews:hover {
        text-decoration: none;
        color: #333;
        background-color: #f0f0f0;
    }


/* PAGINAZIONE INTERNA POST */
.imageAlignLeft {
    margin-right: 25px;
    float: left;
}

.imageAlignRight {
    margin-left: 25px;
    float: right;
}

.imageAlignCenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.widthSmall {
    width: 25%;
    height: auto;
}

.widthMedium {
    width: 50%;
    height: auto;
}

.widthLarge {
    width: 75%;
    height: auto;
}

.widthFull {
    width: 100%;
    height: auto;
}

p.youtube iframe, iframe[src*='youtube'] {
    max-width: 100%;
}

/* IMPOSTAZIONI PER SCHERMI FINO A 500PX */
@media screen and (max-width: 500px) {
    #newsContainer {
        width: 100%;
        padding: 0 0.25rem;
    }

    .singleNewsHeader {
        font-size: 12px;
    }

    .singleNewsCategories {
        width: 37%;
    }

    .singleNewsTags {
        width: 63%;
    }

    .singleNewsTitle {
        font-size: 1.5rem;
    }

    #articleAdsBannerSquare {
        float: none !important;
        display: none; /*REMOVE*/
    }

        #articleAdsBannerSquare > div {
            margin-left: 0;
            display: none; /*REMOVE*/
        }
}

/* IMPOSTAZIONI PER SCHERMI FINO A 750PX */
@media screen and (min-width: 501px) and (max-width: 750px) {
    #newsContainer {
        width: 100%;
        padding: 0 0.5rem;
    }

    .singleNewsHeader {
        font-size: 13px;
    }

    .singleNewsCategories {
        width: 37%;
    }

    .singleNewsTags {
        width: 63%;
    }

    .singleNewsTitle {
        font-size: 1.5rem;
    }

    #articleAdsBannerSquare {
        float: none !important;
        display: none; /*REMOVE*/
    }

        #articleAdsBannerSquare > div {
            margin-left: 0;
            display: none; /*REMOVE*/
        }
}

/* IMPOSTAZIONI PER SCHERMI FINO A 900PX */
@media screen and (min-width: 751px) and (max-width: 900px) {
    #newsContainer {
        width: 73%;
        padding: 0 1rem;
    }

    .singleNewsTitle {
        font-size: 1.5rem;
    }

    #articleAdsBannerSquare {
        float: none !important;
        display: none; /*REMOVE*/
    }

        #articleAdsBannerSquare > div {
            margin-left: 0;
            display: none; /*REMOVE*/
        }
}
