/**
* 2007-2023 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-2023 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:not(:last-child) {
    /*padding: 0;*/
    /*border: 2px solid #f0f0f0;*/
    /*margin-bottom: 30px;*/
}

.tvnews-event-hoverbtn {
    position: relative;
}

.date_time.tvdate-time {
    background-color: #F8F5EE;
    border: 3px solid #CB2323;
    padding: 10px 17px;
}

.day_time.tvday-time,
.tvmonth-time,
.tvyear-time {
    /*line-height: 13px;*/
}
.tvnews-event-content-wrapper {
    /*position: relative;*/
}

.tvnews-event-content-wrapper:before {
    position: absolute;
    /*content: '';*/
    bottom: auto;
    left: 0;
    right: 0;
    top: -20px;
    width: 1px;
    height: 20px;
    margin: auto;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    z-index: 1;
}

.tvblog-event-all-content-block:nth-child(2) .tvnews-event-content-wrapper:before {
    position: absolute;
    /*content: '';*/
    top: auto;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 1px;
    height: 20px;
    margin: auto;
    border-top: 15px solid #ffffff;
    border-bottom: 0;
    border-left: 15px solid transparent;
    z-index: 1;
}

.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: 18px;
    margin-left: 5px;
}

.tvblog-date-username .date_time.tvdate-time p {
    color: #000;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}

.tvmonth-time p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 0;
}