﻿
.viewcat-grid-item{
    position: relative;
    margin-bottom: 30px;
}

.viewcat-grid-thumb{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.viewcat-grid-thumb img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.viewcat-grid-item h2,
.viewcat-grid-item h3{
    font-size: 20px;
    line-height: 25px;
    margin: 15px 0px 5px;
    font-family: 'Playfair-regular', sans-serif;
}

.viewcat-grid-item p{
    margin: 0;
}

.viewcat-grid-item h2,
.viewcat-grid-item h3,
.viewcat-grid-item p{
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-detail h1{
    font-family: 'Playfair-regular', sans-serif;
    font-size: 30px;
    color: #000;
}

.news-detail{
    font-size: 20px;
}

.news-detail h2{
    font-family: 'Playfair-regular', sans-serif;
    font-size: 26px;
    margin-bottom: 8px;
}

.news-detail h3{
    font-family: 'Playfair-regular', sans-serif;
    font-size: 22px;
    margin-bottom: 8px;
}

.news-detail .entry-divider{
    display: block;
    height: 3px;
    width: 70px;
    background-color: #f39f25;
}

.news-detail .entry-meta{
    font-size: 14px;
    text-transform: uppercase;
    margin: 10px 0;
}

.news-detail .news-share .entry-divider{
    margin: 0 auto;
}

.detail-footer{
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}

.detail-footer p{
    margin: 0;
}

.detail-footer .keywords{
    flex-basis: 50%;
}

.detail-comment{
    position: relative;
    background-color: #fff7eb;
    border-radius: 8px;
    margin: 30px 0;
}

.detail-comment .comment-head h3{
    font-family: 'Playfair-regular', sans-serif;
    font-size: 22px;
}

.block-news li{
    display: flex;
    margin-bottom: 20px !important;
}

.block-news li img{
    width: 100px;
    height: 65px;
    margin-right: 10px;
    object-fit: cover;
    border-radius: 6px;
}

.detail-comment input.btn{
    background-color: #555;
    border-color: #555;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    padding: 10px 35px;
    border-radius: 8px;
    transition: 0.3s all;
}

.detail-comment input.btn:hover {
    background-color: #ffb447;
    border-color: #ffb447;
}
