/**
* 2007-2024 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author PrestaShop SA <contact@prestashop.com>
*  @copyright  2007-2024 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
.tvnews-event-read-more {
    text-align: center;
}
.tvnews-event-content-wrapper .tvdate-time {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
}
.tvnews-event-content-wrapper .tvdate-time .tvmonth-time {
    padding: 0 5px;
}
.blog_post_content_top.tvblog-img-block {
    position: relative;
}
.date_time.tvdate-time {
    top: 0;
    right: auto;
    left: 26px;
    padding: 9px 6px;
    z-index: 4;
    position: absolute;
    background-color: #643C00;
    text-align: center;
    text-transform: capitalize;
    border-radius: 0 0 5px 5px;
}
/* .tvblog-img-content-wrapper:hover {
    background-color: #FFFFFF;
    box-shadow: 2px 8px 38px 2px rgba(44, 44, 44, 0.1);
} */
.date_time.tvdate-time p {
    font-weight: 600;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: -0.25px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0;
}
.tvblog-img-content-wrapper:hover .date_time.tvdate-time {
    background-color:#643C00;
}
.tvblog-img-content-wrapper:hover  .date_time.tvdate-time p {
    color: #fff;
}
.tvblog-event-all-content-block .tvnews-event-titel a:hover {
    color:#643C00;
}
.tvnews-event-description,
.kr_blog_post_area .tvblog_post .post_content .post_description p {
    margin-bottom: 28px;
    -webkit-line-clamp: 2;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.476;
    font-family: 'Poppins';
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #797979;
}
.tvnews-wrapper-info-box {
    background-color: transparent;
    padding: 0;
}
.tvblog-img-content-wrapper {
    background-color: #fff;
    border: 1px solid #E4E4E4;
    border-radius: 0;
    transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
}
.tvblog-img-content-wrapper:hover {
    box-shadow: 0px 0px 37px rgba(0, 0, 0, 0.07);
    border-color: transparent;
}
.tvblog-event-all-content-block {
    /* padding: 0 15px; */
}
.tvblog-event-all-content-block .tvblog-img-block .tvblog-content-img {
    position: relative;
    height: auto;
    overflow: hidden;
}
.tvblog-event-all-content-block .tvnews-event-buttons i {
    color: #ffffff;
    line-height: 44px;
}
.tvnews-event-username {
    display: inline-block;
    margin-right: 30px;
}
.tvnews-event-read-more-link {
    text-align: start;
}
.tvnews-event-read-more-link span {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 0.54px;
    text-transform: capitalize;
    color: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-bottom: 5px;
    border-bottom: 1px solid #643C00;
}
.tvnews-event-read-more svg {
    margin-inline-start: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.lang-rtl .tvnews-event-read-more svg{
    transform: rotateY(180deg);
 }
.tvnews-event-content-wrapper .tvall-inner-btn:hover span {
    color:#643C00;
}
.tvnews-event-read-more .tvall-inner-btn:hover svg path {
    fill:#A8808B !important;
}

@media(max-width: 991px) { 
    .tvnews-event-description, 
    .kr_blog_post_area .tvblog_post .post_content .post_description p {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 20px;
    }
}