﻿.date {
    letter-spacing: 2.4px;
    color: #A31C1C;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem; }

.sep, .Normal img {
    margin-bottom: 45px; }

h1 {
    font-size: 48px; }
    .sr-container h1 {
        color: #231F20; }

.share-list {
    display: flex;
    margin-left: 0;
    padding-left: 0; }
    .article-detail {
        flex-flow: row; }

.share-item {
    position: relative;
    background: #00A59E;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 0;
    margin: 1rem 1.875rem; }
    .share-item a:link, .share-item a:visited {
        color: #fff; }
    .news-detail .share-item {
        margin-top: 0;
        margin-right: .75rem;
        margin-left: .75rem;     
    }

    .news-detail .share-item.twitter {
        border-radius: 50%;
        background-color: #00A69E;
        fill: #fff;
        text-align: center;
        height: 45px;
    }

    .news-detail .share-item.twitter a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .news-detail .share-item.twitter svg {
        width: 14px;
        height: 14px;
    }

.social-media-share {
    display: flex;
    margin-left: auto; }
    .social-media-share .share-button {
        background: #00A59E;
        width: 45px;
        height: 45px;
        border-radius: 30px;
        color: #fff;
        padding-top: 13px;
        padding-left: 15px;
        margin-left: 0.625rem; }
        .share-this-modal .social-media-share .share-button {
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 1.25rem; }
        .social-media-share .share-button a:link, .social-media-share .share-button a:visited {
            color: #fff; }

.news-detail {
    margin-top: 40px;
    margin-bottom: 90px; }
