/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
header#masthead {
    position: sticky !important;
    top: 0;
}
/* Home slider css */

.home-banners img {
    width: 100%;
}
.home-banners .slick-prev {
    left: 0px;
    margin-left: 30px;
}
.home-banners .slick-next {
    right: 0px;
    margin-right: 30px;
}
.home-banners .slick-slide {
    margin:0px 5px;
}
.home-banners .slick-prev:before,.home-banners .slick-next:before{display:none;}

.home-banners .custom-arrow{
    background-color: #f6f6f6!important;
    height: 40px;
    width: 40px;
    padding: 5px;
    box-shadow: 0px 0px 4px 0px #00000075;
    border-radius: 26px;
	z-index: 1;
}
.home-banners .custom-arrow svg{height: 20px;}

/* GRID - 5 items per row */
.earnpe-grid {
    display: flex;
	flex-direction:row;
	flex-wrap:wrap;
/*     grid-template-columns: repeat(5, 1fr); */
    gap: 15px;
}

/* Product box */
.earnpe-item {
    background: #fff;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    transition: 0.3s;
	width:19%;
}

.earnpe-item:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.load-more-btn {
    background-color: #009d10;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 20px 20px 20px 20px;
    display: block;
    text-align: center;
    margin: 20px auto 0px;
    border: 0px;
    color: #fff;
}
.load-more-btn:focus,.load-more-btn:hover {background-color:#000;}

/* Store badge */
.store-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 3px 8px;
    font-size: 11px;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
}
.offer-percent {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 3px 8px;
    font-size: 11px;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
    background: #029f10;
}

/* Amazon tag */
.store-badge.amazon {
    background: #ff9900;
}

/* Flipkart tag */
.store-badge.flipkart {
    background: #2874f0;
}

/* Default tag for other stores */
.store-badge.default {
    background: #444;
}

/* Image */
.earnpe-image img {
  width: 120px;
    height: 120px;
    margin-bottom: 10px;
    object-fit: contain;
}

/* Title */
.earnpe-title {
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    margin-bottom: 10px;
	    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

/* Pricing */
.earnpe-pricing .sale {
    text-decoration: line-through;
    color: #888;
    margin-right: 5px;
}

.earnpe-pricing .offer {
    color: #e63946;
    font-weight: bold;
}

/* Button */
.earnpe-btn {
    display:block;
    margin-top: 10px;
    padding: 6px 12px;
    background: #044d02;
    color: #fff !important;
    border-radius: 5px;
    font-size: 13px;
    text-decoration: none;
}

.earnpe-btn:hover {
    background: #1565c0;
}


/* Testimonials CSS*/
.testimonials-slider .slick-slide {
    margin:0px 5px;
}
.textimonial-box {
        box-shadow: 0px 0px 9px 1px #cccc;
    border-radius: 20px;
    padding: 40px;
}


.testimonial-content {
    padding: 15px;
}
.testimonial-text {
    font-size: 18px;
    margin-bottom: 30px;
}
.testimonial-author {
    display: flex;
	align-items: center;
	    column-gap: 20px;
}

.testimonial-image>img {
    height: 56px;
    width: 56px;
    object-fit: cover;
    border-radius: 42px;
}
.testimonial-name {
    color: #029f10;
    font-size: 20px;
}
.testimonial-name,.testimonial-role {
    margin: 0px;
}

/*  contact-form css*/
.contact-form label {
    font-size: 16px;
    margin-bottom: 13px;
}
.blogs-posts img{height:200px!important; object-fit:cover;}

/* Responsive tablet */
@media (max-width: 1024px) {
    .earnpe-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Responsive mobile */
@media (max-width: 600px) {
    .earnpe-grid {
        grid-template-columns: repeat(2, 1fr);
    }
	.earnpe-item{padding:5px;}
	.textimonial-box {
    padding: 15px;
}
}
@media (min-width: 1580px) {
.e-con {
    --container-max-width: 1700px;
}
}
@media screen and (min-device-width: 1480px) and (max-device-width: 1367px) { 
.e-con {
    --container-max-width: 1400px;
}
}
@media(max-width:767px){
	.earnpe-item {
    width: 47.5%;
}
}



