/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.5.0.1647409071
Updated: 2022-03-16 05:37:51

*/

.blog_category ul, .recent_post ul{
	margin:0px;
	padding: 0px;
}

.blog_category ul li{
	list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
    background-image: url(https://developer.wordpress-developer.us/cti/wp-content/uploads/2022/03/Path-31.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 10%;
}

.recent_post article{
	list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 0px !important;
    background-image: url(https://developer.wordpress-developer.us/cti/wp-content/uploads/2022/03/Path-31.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 7%;
}

.blog_category ul li a, .recent_post ul li a{
	color:#000;
}

.blog_category  h5{
	display:none;
}

.testimonials_sec article.swiper-slide-next .has-post-thumbnail{
	opacity:1;
}

.swiper-slide-active .elementor-widget-theme-post-content{
	min-height:120px;
	margin-bottom:10px;
}

.swiper-slide-active .elementor-widget-theme-post-featured-image{
	min-height:50px;
}

.swiper-slide-duplicate-prev .elementor-widget-theme-post-content{
	min-height:120px;
	margin-bottom:10px;

}

.swiper-slide-duplicate-prev .elementor-widget-theme-post-featured-image{
	min-height:50px;
}

@media (min-width: 1024px){
    .testimonials_sec .has-post-thumbnail {
        transition: all .4s ease-in-out;
        padding: 0 18px!important;
        opacity: 0.6;
    }

    .testimonials_sec .swiper-slide-next {
        transform: scale(1.2);
        padding: 0 0!important;
        position: relative;
        z-index: 9;
        margin: 25px 0 0 0!important;
        opacity: 1;
    } 

    .testimonials_sec .swiper-container {
        padding-top: 58px;
        padding-bottom: 96px;
    }

    .testimonials_sec .swiper-container .elementor-element-populated {
        margin: 0!important;
        padding-left: 0px;
    }
}

@media (min-width: 1800px) {
    .testimonials_sec .swiper-slide-next {
        margin: 0!important;
    }
}