﻿.instagram a::after {
    content: "\e937";
}
/*.intro-slider img {
    height: calc(100vh - 103px) !important;
}*/
.banner {
    background-color: #292e32;
}

.intro-banners img {
    min-height: initial;
    object-fit: initial;
}

@media (max-width: 991px) {
    .intro-slider .banner {
        height: auto;
    }
}

/*.intro-slider .banner {
    height: auto;
}*/
@media (max-width: 479px) {
    .banner-group img {
        min-height: initial;
        object-position: initial;
    }
}

.banner-group img {
    min-height: initial;
    object-fit: initial;
    object-position: initial;
}

.owl-split .owl-item:not(:last-child)::after {
    content: none;
}

@media (min-width: 576px) {
    .post-list .post-details, .post-list .post-media {
        width: calc(50% - 1rem);
    }
}

.post-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1.6rem;
    line-height: 1.72;
    letter-spacing: 0;
    color: #666;
}

@media (min-width: 576px) {
    .post-list {
        display: flex;
        align-items: center;
    }
}

.post-calendar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 4.5rem;
    height: 4.7rem;
    background: rgba(255,255,255,.8);
    color: #21409a;
    border: 2px solid;
    font-family: "IranSans","IranSans";
    font-weight: 600;
    line-height: 1;
}

.post-media .post-calendar {
    position: absolute;
    left: 2rem;
    top: 2rem;
}

.post-calendar .post-day {
    display: block;
    margin-bottom: 1px;
    font-size: 1.6rem;
}

.post-calendar .post-month {
    display: block;
    margin-left: 2px;
    font-size: 1rem;
}

.post-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1rem;
    text-transform: none;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.025em;
}

.post-list img {
    min-height: 20rem;
    object-fit: cover;
}
