/* Minification failed. Returning unminified contents.
(28,28): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(34,35): run-time error CSS1039: Token not allowed after unary operator: '-gray-border-60'
(39,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(40,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(45,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-text'
(56,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-text'
(66,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(67,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(81,35): run-time error CSS1039: Token not allowed after unary operator: '-gray-border-2'
(82,32): run-time error CSS1039: Token not allowed after unary operator: '-gray-border-2'
(89,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(92,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(94,23): run-time error CSS1039: Token not allowed after unary operator: '-font-bold'
(106,17): run-time error CSS1039: Token not allowed after unary operator: '-white-text'
(116,28): run-time error CSS1039: Token not allowed after unary operator: '-green-normal'
(117,17): run-time error CSS1039: Token not allowed after unary operator: '-white-text'
(120,28): run-time error CSS1039: Token not allowed after unary operator: '-green-normal'
(121,17): run-time error CSS1039: Token not allowed after unary operator: '-white-text'
(170,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(171,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(175,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-text'
 */
/*SLIDER*/
#blog #images {
    margin: 3rem 0;
}
#blog .swiper {
    margin-bottom: 1rem;
}
#blog .gallery-top {
    height: 500px;
}
#blog .gallery-thumbs {
    height: 100px;
}
#blog .gallery-top .swiper-slide {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#blog .gallery-thumbs .swiper-slide  {
}
#blog .gallery-thumbs .swiper-slide .swiper-image {
    background-position: center;
    background-size: cover;
    cursor: pointer;
    height: 100%;
}
#blog .gallery-thumbs .swiper-slide-thumb-active {
    border: 1px solid var(--black-title);
    padding: 2px;
}
/*END SLIDER*/
/*DETAILS*/
#blog .title-box {
    border-bottom: 1px solid var(--gray-border-60);
    margin-bottom: 50px;
    padding-bottom: 2rem;
}
#blog .title {
    color: var(--black-title);
    font-family: var(--font-title);
    font-size: 1.375rem;
    margin-bottom: 1rem;
}
#blog .date {
    color: var(--gray-text);
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
}
#blog .details-box {
    margin-bottom: 100px;
}
#blog .details-box,
#blog .details-box p,
#blog .details-box li {
    color: var(--gray-text);
    font-size: 1rem;
    font-weight: 400;
}
#blog .details-box h1,
#blog .details-box h2,
#blog .details-box h3,
#blog .details-box h4,
#blog .details-box h5,
#blog .details-box h6 {
    color: var(--black-title);
    font-family: var(--font-title);
    font-size: 1.125rem;
    font-weight: 500;
}
#blog .details-box ul {
    list-style: circle;
}
#blog .note-video-clip {
    width: 100%;
}
/*END DETAILS*/
/*SHARE OPTIONS*/
#blog .share-box {
    align-items: center;
    border-bottom: 1px solid var(--gray-border-2);
    border-top: 1px solid var(--gray-border-2);
    display: flex;
    flex-flow: row;
    margin-bottom: 50px;
    padding: 1rem 0;
}
#blog .share-box .share-title {
    color: var(--black-title);
    display: flex;
    flex-flow: row;
    font-family: var(--font-title);
    font-size: 0.875rem;
    font-weight: var(--font-bold);
    margin: 0 1rem 0 0;
}
#blog  .share-box .social {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 6rem;
}
#blog  .share-box .social .link {
    background-color: #AEAEAE;
    border-radius: 50%;
    color: var(--white-text);
    text-align: center;
    height: 1.375rem;
    width: 1.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem
}
#blog  .share-box .social .link:hover {
    background-color: var(--green-normal);
    color: var(--white-text);
}
#blog  .share-box .social .link:hover i {
    background-color: var(--green-normal);
    color: var(--white-text);
}
/*END SHARE OPTIONS*/
/*RELATED POSTS*/
#blog .related-box {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    width: 100%;
}
#blog .post-box {
    align-items: flex-start;
    display: flex;
    flex-flow: row;
    height: 100px;
    justify-content: flex-start;
    width: 400px;
}
#blog .post-box .post-link {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 0;
    width: 30px;
}
#blog .post-box .post-link img {
    height: 18px;
    width: 18px;
}
#blog .post-box .post-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100px;
    width: 100px;
}
#blog .post-box .post-details {
    height: 100px;
    width: 254px;
}
#blog .post-box:first-child .post-details {
    margin-left: 1rem;
}
#blog .post-box:last-child .post-details {
    margin-right: 1rem;
}
#blog .post-box .post-title {
    color: var(--black-title);
    font-family: var(--font-title);
    font-size: 1.25rem;
}
#blog .post-box .post-text {
    color: var(--gray-text);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*END RELATED POSTS*/
/*RESPONSIVE*/
/*XS*/
@media (max-width: 575px) {
}
/*SM*/
@media (max-width: 767px) {
    #blog .gallery-top {
        height: 200px;
    }
    #blog .gallery-thumbs {
        height: 85px;
    }
    #blog .post-box {
        width: calc(50% - 0.5px);
    }
    #blog .post-box .post-link {
        width: 60px;
    }
    #blog .post-box .post-details {
        align-items: center;
        display: flex;
    }
    #blog .post-box:first-child .post-details {
        margin-left: 1.25rem;
    }
    #blog .post-box:last-child .post-details {
        margin-right: 1.25rem;
    }
    #blog .post-box .post-img {
        display: none;
    }
    #blog .post-box .post-text {
        display: none;
    }
    #blog .related-box {
        margin-bottom: 50px;
    }
}
@media (max-width: 991px) {
    #blog .post-box {
        width: calc(50% - 0.5px);
    }
}
@media (min-width: 768px) {
    #blog .gallery-thumbs .swiper-wrapper {
        justify-content: center;
    }
}
/*END RESPONSIVE*/
