﻿.blog-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    padding-top: 50px;
}

.header-image {
    height: 367px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
}

.blog-details .share-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 10px;
    font-family: gotham-narrow;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    color: #53565A;
}

    .blog-details .share-bar > * {
        margin-right: 15px;
    }

    .blog-details .share-bar a, .blog-details .share-bar a:hover, .blog-details .share-bar a:visited {
        color: #53565A;
        font-size: 1.5em;
        margin-top: 24px;
    }

.blog-details .blog-content {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1200px;
}
.fa-x-twitter:before {
    content: "\e61b";
}
@media (max-width: 767px) {
    .blog-details .blog-content {
        flex-direction: column;
    }
}


.blog-details .main-content {
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    overflow: hidden;
    margin-right: 15px;
}

    .blog-details .main-content h1 {
        display: flex;
        align-items: center;
        color: #53565A;
        margin-bottom: 15px;
        font-family: gotham-narrow;
        font-size: 42px;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: 0em;
        text-align: left;
    }

    .blog-details .main-content .tag-bar {
        font-family: gotham-narrow;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        color: #53565A;
    }

    .blog-details .main-content .blog-body {
        font-family: Gotham;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        color: #53565A;
        display: contents;
    }

.blog-details .sidebar-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 15px;
}
    .blog-details .sidebar-content.left {
        display: none;
    }

@media (max-width: 767px) {

    .blog-details .sidebar-content {
        margin-left: 0px;
    }
    .blog-details .share-bar{
        flex-direction: row;
    }
    .blog-details .sidebar-content.right {
        display: none;
    }
    .blog-details .sidebar-content.left {
        display: flex;
    }
    .blog-details .main-content h1 {
        text-align: center;
    }
    .blog-details .main-content .tag-bar {
        text-align: center;
        justify-content: center;
    }
}

.blog-details .sidebar-content .author {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}


    .blog-details .sidebar-content .author img {
        width: 153px;
        height: auto;
        margin-bottom: 10px;
    }

    .blog-details .sidebar-content .author .name {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        /* identical to box height */
        text-align: center;
        color: #424242;
        text-transform: uppercase;
    }

    .blog-details .sidebar-content .author .title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        /* identical to box height */
        text-align: center;
        color: #888888;
    }

    .blog-details .sidebar-content .author .twitter-handle {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        /* identical to box height */
        text-align: center;
        color: #B3282D;
        margin-top: 5px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

        .blog-details .sidebar-content .author .twitter-handle i {
            margin-right: 5px;
        }


.blog-details .sidebar-content .related-data {
    display: flex;
    flex-direction: column;
    align-items: center;
}


    .blog-details .sidebar-content .related-data h4 {
        font-family: 'Gotham';
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 27px;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: -0.03em;
        color: #888888;
        text-transform: uppercase;
    }

    .blog-details .sidebar-content .related-data ul {
        list-style: none;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        /* identical to box height */
        text-align: center;
        color: #B3282D;
        padding-left: 0;
        max-width: 200px;
    }

        .blog-details .sidebar-content .related-data ul li {
            margin-bottom: 10px;
        }
