/*
Theme Name: Hello Elementor Child
Theme URI: https://sharpinfos.com/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://sharpinfos.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/



.is-search-input {
    font-family: 'Poppins' !important;
}
/* .breadcrumb-container span {
    text-transform: capitalize !important; 
} */
.elementor-element.elementor-element-a961427 {
    --display: flex;
}
/* Fade image */

.left-fed:before, .left-fed:after {
    content: '';
	position: absolute;
	width: 500px;
	height: 150px;
	background-image: linear-gradient(270deg, transparent 0 1%, #FFF 50% 100%);
}
.left-fed .elementor-widget-heading {
    z-index: 1;
}
.plus-canvas-content-wrap.plus-popup {
    max-height: fit-content !important;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.left-fed:before, .left-fed:after {
	width: 200px !important;
}
/* 	.reduce-mobile {
    margin-top: -25px;
} */
	.cards-wrpper .card-wrap .card-title {
    font-size: 16px !important;
}
}
.hentry .entry-title {
    line-height: 60px;
    color: #fff;
    margin-top: 0;
    max-width: 1440px !important;
    padding: 25px 0px 25px 35px;
}
.custom-page {
    max-width: 1440px !important;
    padding: 0px 35px;
    margin-bottom: 15px;
}
.custom-page a:hover {
    color: inherit !important;
}
.custom-page .page-header .entry-title {
    max-width: 1440px ! important;
}
.custom .entry-title {
    color: #fff;
    max-width: 1440px !important;
    padding: 25px 0px 25px 35px;
    margin-top: 0px;
}
.page-header {
    padding-bottom: 0 !important;
    margin: 0 !important;
    border-bottom: none !important;
    background: #EE4444 !important;
}
/* Category page category section */
    .cards-wrpper {
        margin-top: 50px;
    }

    .cards-wrpper .card-wrap {
        display: flex;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        align-items: center;
		    margin-bottom: 30px;
		border-radius: 20px;
    }

    .cards-wrpper .card-wrap .card-img-wrap {
        width: 50%;
    }

    .cards-wrpper .card-wrap .card-img-wrap img {
    width: 100%;
    border-radius: 20px 0px 0px 20px;
}

    .cards-wrpper .card-wrap .card-title {
    padding-left: 20px;
    font-size: 23px;
    font-weight: 700;
		width:50%;
}
.card-title a {
    color: #414141;
    text-decoration: none;
}
.card-title a:hover {
    color: #414141;
    text-decoration: none;
}


/* Category page posts section */
.post-box-wrpper {
    margin-top: 50px;
  }

  .post-box-wrpper .post-wrap {
    display: flex;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    align-items: center;
    padding: 20px;
    border-radius: 20px;
	  margin-bottom: 30px;
  }

  .post-box-wrpper .post-wrap .post-img-wrap {
    width: 50%;
  }

  .post-box-wrpper .post-wrap .post-img-wrap img {
    width: 100%;
    border-radius: 20px;
    height: 210px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

  .post-box-wrpper .post-wrap .post-content {
    width: 50%;
    padding-right: 10px;
  }

 .custom-title a {
    text-decoration: none !important;
    color: #414141;
}
 .custom-title a:hover {
    color: #414141;
}

  .post-box-wrpper .post-wrap .post-content .post-description {
    font-size: 15px;
    font-weight: 400;
  }
.archive .top-bread.breadcrumbs {
/*     margin-bottom: -10px; */
}
ol, ul {
    margin-top: 0;
    margin-bottom: 0 !important;
}
/* Load More Btn CSS */
button.postsloadmore {
    background: #ee4444;
    height: 45px !important;
    padding: 10px 50px !important;
    margin: 2.8px !important;
    border-radius: 10px;
}
.error404 .page-header {
    background: none !important;
    padding-top: 25px !important;
}
.page-content {
    min-height: auto !important;
}