/* ADD NEJMA */
figure.single-thumbnail {
    padding: 0 30px;
}

figure.single-thumbnail img {
    object-fit: cover;
    max-height: 500px;
    max-width: 1300px;
    margin: auto;
    display: block;
}

.arrow-back-content {
    max-width: 1200px !important;
    margin: auto;
    padding: 0 30px;
}

/* END ADD NEJMA */


@media (min-width: 1200px) {
    .social-share-ul {
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
    }

    .social-item {
        display: flex;
        margin: 0 .8em 20px !important;
    } 
}

.social-item-link {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--shop-color-primary);
}

.social-item-link svg {
    width: 16px;
}

.social-item-link svg path {
    fill: #fff;
}

.social-item-link:hover {
    opacity: 0.75;
}

.social-item-link:hover svg path {
    fill: white;
}

.social-item-link.twitter svg {
    width: 18px;
}

.social-item-link.facebook svg {
    width: 10px;
}

.social-item-link.linkedin svg {
    width: 16px;
}

.publi-date {
    justify-content: end !important;
    padding: 0 60px;
    max-width: 1200px;
    margin: auto;
}

.post-thumb.hrem {
    height: 10em;
}

.blog-sidebar-thumb {
    background-position: center !important;
    background-size: cover !important
}

.blog-article-section h1 {
    font-size: 5em;
}

.blog-title {
    font-size: 9vmin;
    grid-column: wide-start/wide-end;
    letter-spacing: -.03em;
    line-height: 1em;
}

.blog-subtitle,
.blog-title {
    text-align: center;
}

@media only screen and (max-width: 750px) {
    .social-item-link {
        margin-top: 4em;
        margin-right: 1em;
    }

    .social-item {
        display: flex;
        margin-top: -1em;
    }
}