/**
* 2007-2021 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-2021 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-hoverbtn{
	position: relative;
}
.tvnews-event-hoverbtn .tvblog-date-userdate {
    position: absolute;
    top: 0;
    left: 0;
    width: 114px;
    padding: 10px;
    text-align: left;
    height: auto;
    display: block;
}
.date_time.tvdate-time{
	position: relative;
    z-index: 2;
    float: left;
    text-align: center;
    width: auto;
    display: block;
    top: 0
}
.tvblog-date-userdate:after{
	content: "";
    text-align: center;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border: 57px solid;
    border-top-color: #01edc9;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #01edc9;
    border-radius: 3px 0 0 0;
    z-index: 0;
    left: 0;
}
#left-column .tvblog-date-userdate:after{
    border: 45px solid;
    border-top-color: #01edc9;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #01edc9;
}
#left-column .tvnews-event-hoverbtn .tvblog-date-userdate{
    padding: 5px;
}
.tvblog-date-userdate .tvdate-time p{
	color: #222222;
    font-size: 18px;
    margin: 0 0 5px 0;
    font-weight: 500;
}
.post_meta{
    width: 200px;
    text-align: center;
    line-height: 30px;
    background-color: #238bfa;
    display: block;
    overflow: hidden;
    margin: 0 auto 20px auto;
    border-radius: 0 0 15px 15px;
}
#module-tvcmsblog-single .post_meta{
    width: auto;
    text-align: left;
    margin: 0;
    background-color: transparent;
}
.lang-rtl#module-tvcmsblog-single .post_meta{
    text-align: right;
}
.tvnews-event-username i{
	font-size: 14px;
	color: #ffffff;
	line-height: 10px;
	margin-right: 5px;
}
.lang-rtl .tvnews-event-username i{
    margin-right: 0;
    margin-left: 5px;
}
.tvnews-event-username p {
	color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin:0;
    display: inline-block;
}
.post_description li {
    margin-left:20px;
    list-style:Disc;
}
                                        
@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;
	}
}
@media(max-width: 575px){
    .tvnews-event-hoverbtn .tvblog-date-userdate{
        padding: 5px 5px;
    }
    .tvblog-date-userdate .tvdate-time p{
        font-size: 15px;
    }
    .tvblog-date-userdate:after{
        border:45px solid;
        border-top-color: #01edc9; 
        border-right-color: transparent; 
        border-bottom-color: transparent; 
        border-left-color: #01edc9; 
    }
}
.tvblog-event-inner-block .owl-nav.disabled{
	display: none;
}