/**
* 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
*/

.tvsingle-block {
    text-align: left;
}

.tv-single-block-image {
    display: inline-block;
}
.tv-single-block-content {
    text-align: left;
    /*padding: 165px 0;*/
    /*left: 50%;*/
    position: unset;
    display: inline-block;
}

.tv-single-block-content-inner {
    text-align: left;
    padding: 70px 87px;
    position: relative;
    box-shadow: 19px 19px 6px var(--box-shadow-color);
    --box-shadow-color: #319be678;
    background-color: rgba(95, 94, 94, .43);
    -webkit-transform: skew(-205deg);
    -o-transform: skew(-205deg);
    -ms-transform: skew(-205deg);
    -moz-transform: skew(-205deg);
    transform: skew(-205deg);
    width: 80%;
    margin-top: 0;
    margin-bottom: 50px;
    margin: auto;
}

.tv-single-block-content-wrapper {
    /*-webkit-transform: skew(205deg);
    -o-transform: skew(205deg);
    -ms-transform: skew(205deg);
    -moz-transform: skew(205deg);
    transform: skew(205deg);*/
    display: inline-block;
}

.tvsingle-block-wrapper {
    margin-right: 10px;
    display: inline-block;
}

.lang-rtl .tvsingle-block-wrapper {
    margin-right: 0;
    margin-left: 10px;
}

.tvsingle-block-desc p {
    font-size: 15px;
    font-weight: 700;
    color: #555555;
}

@media (max-width: 575px) {
    .tvsingle-block-desc p {
        font-size: 12px;
    }
}

.tvsingle-block-desc p span {
    color: #000000;
    margin-left: 5px;
}

.tvsingle-block {
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    padding: 10px 15px;
    background-color: #f8f8f8;
}

.tvsingle-block-desc p {
    margin: 0;
}

.tv-single-block-content a {
    color: #319be6;
    position: relative;
    font-size: 12px;
    font-weight: 500;
}
.tv-single-block-content a i {
    font-size: 15px;
}

.tv-single-block-content a:before {
    content: '';
    position: absolute;
    background-color: #319be6;
    height: 1px;
    width: 100%;
    bottom: 0;
}
.tvcmssingle-block {
    position: relative;
}
.tvcmssingle-block:before {
    /*content: '';*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000b8;
}

@media (max-width: 1440px) {
    .tv-single-block-content-inner {
        padding: 40px 97px;
    }
    .tv-single-block-content h1 {
        font-size: 27px !important;
    }
}

@media (max-width: 1024px) {
    .tv-single-block-content-inner {
        padding: 20px 63px;
        width: 90%;
    }
    .tv-single-block-content h3:first-child {
        font-size: 20px;
    }
    .tv-single-block-content h1 {
        font-size: 21px !important;
    }
    .tv-single-block-content h3 {
        font-size: 13px;
        margin-bottom: 0;
    }
    .tvnews-event-titel h3 {
        font-size: 15px;
    }
}

.tvcms-singleblock-link {
    text-align: right;
}

.tvsingle-block-title {
    font-size: 15px;
    color: #555555;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.tvsingle-block-sub-desc {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    color: #000000;
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
}

@media (max-width: 360px) {
    .tvsingle-block-title,
    .tvsingle-block-sub-desc {
        font-size: 13px;
    }
}

@media (max-width: 580px){
    .tvsingle-block-title,
    .tvsingle-block-sub-desc{
        display: block;
    }
    .tv-single-block-content-wrapper{
        vertical-align: middle;
    }
    .tvsingle-block-title{
        margin-bottom: 5px;
    }
    .tvsingle-block-wrapper{
        vertical-align: top;
    }
}