/**
* 2007-2022 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-2022 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 .tvblog-img-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-items: center;
}
@media (min-width: 768px) {
    .tvblog-event-all-content-block:nth-child(2) .tvblog-img-content-wrapper .blog_post_content_top.tvblog-img-block {
        order: 1;
    }

    .tvblog-event-all-content-block:nth-child(2) .tvblog-img-content-wrapper .tvnews-event-content-wrapper {
        order: 0;
    }
}

.tvblog-event-all-content-block {
    padding: 0;
    margin-bottom: 15px;
}

.tvnews-event-hoverbtn {
    position: relative;
}

.date_time.tvdate-time {
    /*background-color: #d03215;*/
    /*padding: 9px 55px;*/
    border-radius: 0;
}

.day_time.tvday-time,
.tvmonth-time,
.tvyear-time {
    /*line-height: 13px;*/
}

.tvnews-event-content-wrapper .tvnews-event-titel h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    line-height: normal;
    margin-bottom: 15px;
}

.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;
}