/*
*
*    [Table of contents]
*
*    [&. Content / #key]
*    [Let press Ctrl + f and type of paste the key, then press Enter to search the content ]
*
*    Summary: Post Carousel
*
*    1. Post Carousel General
*    2. Post Carousel Style 2
*    3. Responsive
*
*
*/


/*----------  1. Post Carousel General  ----------*/

    .slz-carousel-wrapper .slz-block-item-01 {
        background-color: transparent;
    }

    .slz-carousel-wrapper .slz-block-item-01 .block-info {
        border: none;
        padding: 0;
        margin-top: 5px;
   }

    .slz-carousel-wrapper .slz-block-item-01 .block-info li {
        font-style: normal;
    }

    .slz-carousel-wrapper .slz-block-item-01 .block-info li a {
        color: #4a5664;
    }

    .slz-carousel-wrapper .slz-block-item-01 .block-info li a:hover {
        color: #d32eb2;
    }

    .slz-carousel-wrapper .slz-block-item-01 .block-info li.read-more {
        display: none;
    }

    .slz-carousel-wrapper .slz-block-item-01 .block-info li:nth-last-child(-n + 2) {
        padding-right: 0;
    }

    .slz-carousel-wrapper .slz-block-item-01 .block-info li:nth-last-child(-n + 2):after {
        content: '|';
    }

    .slz-carousel-wrapper .slz-block-item-01 .block-info li:last-child:after {
        content: none;
    }

    .slz-carousel-wrapper .slz-block-item-01 .block-read-more {
        position: relative;
        padding-top: 0;
        font-weight: 500;
        font-size: 15px;
    }

    .slz-carousel-wrapper .slz-block-item-01 .block-text {
        margin-top: 10px;
    }

    .slz-carousel-wrapper .slz-block-item-01 .block-content {
        padding-top: 15px;
    }

/*----------  2. Post Carousel Style 2  ----------*/
    .slz-carousel-wrapper .slz-block-item-01.style-2 {
        direction: rtl;
    }

    .slz-carousel-wrapper .slz-block-item-01.style-2 .block-image {
        width: 58%;
    }   
    
    .slz-carousel-wrapper .slz-block-item-01.style-2 .block-image:before {
        padding-top: 62%;
    }

    .slz-carousel-wrapper .slz-block-item-01.style-2 .block-content {
        direction: ltr;
        padding: 0 30px;
        position: relative;
        vertical-align: top;
    }

    .slz-carousel-wrapper .slz-block-item-01.style-2 .block-content .block-content-wrapper {
        position: relative;
    }

    .slz-carousel-wrapper .slz-block-item-01.style-2 .block-content:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        background: #d32eb2;
        background: -moz-linear-gradient(top, #d32eb2 0%, #0c72c7 100%);
        background: -webkit-linear-gradient(top, #d32eb2 0%,#0c72c7 100%);
        background: linear-gradient(to bottom, #d32eb2 0%,#0c72c7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32eb2', endColorstr='#0c72c7',GradientType=1 );
    }

/*=====================================
=            3. Responsive            =
=====================================*/

    @media screen and (max-width: 1024px) {
        .slz-carousel-wrapper .slick-arrow {
            display: none !important;
        }
    }

    @media screen and (max-width: 768px) {
        .slz-carousel-wrapper .slz-block-item-01.style-2 {
            direction: ltr;
        }

        .slz-carousel-wrapper .slz-block-item-01.style-2 .block-image {
            display: block;
            width: 100%;
        }

        .slz-carousel-wrapper .slz-block-item-01.style-2 .block-content {
            display: block;
            padding: 15px 0 0 0;
        }

        .slz-carousel-wrapper .slz-block-item-01.style-2 .block-content .block-content-wrapper:before {
            content: none;
        }

        .slz-carousel-wrapper .slz-block-item-01.style-2 .block-content:before {
            content: none;
        }
    }

/*=====  End of 3. Responsive  ======*/
