/* Minification failed. Returning unminified contents.
(28,28): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(62,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(63,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(65,23): run-time error CSS1039: Token not allowed after unary operator: '-font-bold'
(68,17): run-time error CSS1039: Token not allowed after unary operator: '-orange-normal'
(79,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-text'
(89,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(90,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(101,35): run-time error CSS1039: Token not allowed after unary operator: '-gray-border-2'
(102,32): run-time error CSS1039: Token not allowed after unary operator: '-gray-border-2'
(109,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(112,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(114,23): run-time error CSS1039: Token not allowed after unary operator: '-font-bold'
(126,17): run-time error CSS1039: Token not allowed after unary operator: '-white-text'
(136,28): run-time error CSS1039: Token not allowed after unary operator: '-orange-normal'
(137,17): run-time error CSS1039: Token not allowed after unary operator: '-white-text'
(140,28): run-time error CSS1039: Token not allowed after unary operator: '-orange-normal'
(141,17): run-time error CSS1039: Token not allowed after unary operator: '-white-text'
(153,33): run-time error CSS1039: Token not allowed after unary operator: '-gray-border-25'
(194,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(195,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(199,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-text'
 */
/*SLIDER*/
#blog #images {
    margin-bottom: 3rem;
}
#blog .swiper {
    margin-bottom: 1rem;
}
#blog .gallery-top {
    height: 500px;
}
#blog .gallery-thumbs {
    height: 100px;
}
#blog .gallery-top .swiper-slide {
    background-size: cover;
    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;
}
#blog .gallery-thumbs .swiper-slide .video-overlay {
    background-color: RGBA(0, 0, 0, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
#blog .gallery-thumbs .swiper-slide .video-overlay-image {
    background-image: url(/Assets/Info/overlay.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60px;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    transition: opacity 0.15s linear;
    top: 0;
    width: 100%;
}
#blog .gallery-thumbs .swiper-slide.video-slide:hover .video-overlay-image {
    opacity: 1;
}
/*END SLIDER*/
/*DETAILS*/
#blog .title-box {
    margin: 2rem 0 3rem 0;
}
#blog .title {
    color: var(--black-title);
    font-family: var(--font-title);
    font-size: 1.625rem;
    font-weight: var(--font-bold);
}
#blog .date {
    color: var(--orange-normal);
    font-size: 0.75rem;
    margin: 0;
    padding: 28px 0 1rem 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;
}
/*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(--orange-normal);
    color: var(--white-text);
}
#blog  .share-box .social .link:hover i {
    background-color: var(--orange-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-division {
    border-left: 1px solid var(--gray-border-25);
    height: 100px;
}
#blog .post-box {
    align-items: flex-start;
    display: flex;
    flex-flow: row;
    height: 100px;
    justify-content: flex-start;
    width: 436px;
}
#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: 2.25rem;
}
#blog .post-box:last-child .post-details {
    margin-right: 2.25rem;
}
#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*/
