/**
* 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
*/
.day_time.tvday-time,
.tvmonth-time,
.tvyear-time {
    display: inline-block;
}
.tvblog-date-username {
    /* display: flex;
    justify-content: center;
     margin-bottom: 43px;
    padding-top: 19px; */
}
.tvblog-img-content-wrapper .tvdate-time {
    margin-top: 0px;
    margin-bottom: 22px;
    color: #000;
    vertical-align: middle;
    position: relative;
    align-items: center;
    display: flex;
    align-content: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
}
.tvnews-event-content-wrapper .tvdate-time {
margin-bottom: 20px;
    /* display: inline-block; */
    border-bottom: 1px solid #E4E4E4;
    vertical-align: middle;
    padding-bottom: 17px;

}
.lang-rtl .date_time.tvdate-time {
    right: 0px;
    left: auto;
}
.blog_post_content .post_meta::after,
.tv-event-content .post_meta::after {
    position: absolute;
    content: "";
    width: 99px;
    height: 2px;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    /* border-radius: 10px; */
    background-color: #AFAFAF;
}
.tvnews-event-read-more:hover .tvnews-event-read-more-link a {
    color: #6B3F2E;
}
.tvnews-event-read-more:hover .tvnews-event-read-more-link a svg path {
    fill: #6B3F2E !important;
}
.tv-event-content .post_meta {
    position: relative;
}
.tvblog-date-username .date_time.tvdate-time p, .tv-event-content .date_time.tvdate-time p {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Roboto Slab';
    line-height: 24px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    color: #000;
}
@media(min-width: 768px) {
    .tvcmsblog-event-home .tvblog-event-inner-block,
    .tvcmsblog-event-home .tvnews-wrapper-info-box {
        display: block;
    }
    .tvcmsblog-event-home .tvcmsblog-event-home-pagination-wrapper {
        display: none;
    }
    .tvblog-event-all-content-block .tvblog-img-block .tvblog-content-img img {
        width: auto;
        border-radius: 20px 20px 0 0;
    }
}