/**
* 2007-2025 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-2025 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
@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;
    }
}
.tvblog-event-all-content-block {
    /* padding: 0;
    margin-bottom: 15px;*/
}
.tvnews-event-hoverbtn {
    position: relative;
}
.tvblog-event-all-content-block .tvblog-img-block .tvblog-content-img img {
    border: 1px solid #f0f0f0;
}
.tvnews-event-content-wrapper .tvnews-event-titel h3 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
    line-height: normal;
    margin-bottom: 10px;
}
.tvnews-event-content-wrapper {
    position: relative;
}
.pagination .tvinner-page-pagination li {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #fff;
    margin-left: 15px;
    text-align: center;
    display: block;
    cursor: pointer;
}
.pagination .tvinner-page-pagination li a.previous,
.pagination .tvinner-page-pagination li a.next {
    line-height: normal;
    float: none;
}
.tvpagination-title-item-wrapper .tvinner-page-pagination li:nth-child(1) button {
    /*padding: 7px 7px;*/
}
.tvpagination-title-item-wrapper .tvinner-page-pagination li:nth-child(2) button {
    /*padding: 8px 13px;*/
}
.tvpagination-title-item-wrapper .tvinner-page-pagination li:nth-child(3) button {
    /*padding: 7px 7px;*/
}
.pagination .tvinner-page-pagination li .tvall-inner-btn:after {
    display: none;
}
.tvnews-event-read-more-link i {
    font-size: 16px;
    margin-left: 2px;
}
.post_thumbnail .date_time.tvdate-time p {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    vertical-align: middle;
}
.post_thumbnail .date_time.tvdate-time .tvmonth-time p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    color: #ffffff;
    line-height: 20px;
    vertical-align: middle;
}
.tvblog-date-username .post_meta {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.tvblog-date-username p,
.tvcmsblog-view-count span {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #222222;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}
.date_time.tvdate-time {
    background-color: #A55425;
    color: #fff;
    padding: 6px 10px;
    display: inline-block;
}
.tvblog-date-username .date_time.tvdate-time p {
    font-family: 'Charlotta Script DEMO';
    font-weight: 400;
    font-size: 33px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}
.lang-rtl .tvblog-date-username .meta-author.tvnews-event-username:after {
    margin: 0 10px 0 0;
}
.tvcmsblog-event-home .tvnews-event-content-wrapper:before{
    content: '';
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 74px;
    height: 10px;
    transform: translateX(-36px);
    background-color: #444;
    -webkit-mask-image: url(../img/blog-pin.png);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: url(../img/blog-pin.png);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    z-index: 1;
}
.lang-rtl .tvcmsblog-event-home .tvnews-event-content-wrapper:before{
    left: auto;
    right: 0;
    transform: translateX(36px);
}