/**
* Theme Name: Ecofa Child
* Description: This is a child theme of Ecofa, generated by Merlin WP.
* Author: <a href="http://pavothemes.com/">Pavothemes</a>
* Template: ecofa
* Version: 1.0.6
*/
	.single-events .entry-thumbnail {
		margin-top: 50px;
	}
	.single-events .entry-title {
		display: none;
	}
	.post-type-archive-events div#primary {
		width: 100%;
		float: unset;
	}
	.post-type-archive-events .elementor-grid,.upcoming-events .elementor-grid {
		grid-template-columns: 1fr 1fr 1fr;
		align-items: baseline;
	}
	
	.page-about .breadcrumb-wrap,
	.page-about .elementor-element-18f2b77 {
		background-image: url('https://aotearoasustainabilitygrid.dilipbagariya.in/wp-content/uploads/2025/12/aboutus-banner.webp') !important;
		background-size: cover !important;
	}

    .upcoming-events .header.entry-header h3 {
        text-align: center;
        font-weight: 400;
        font-size: 30px;
    }
    .upcoming-events  a.btn_learnmore {
        background: #234ea0;
        font-size: 14px;
        color: #fff;
        padding: 10px 15px;
        display: block;
        margin: 0 auto;
        font-weight: 600;
        max-width: 180px;
        border-radius: 5px;
        text-align: center;
    }
    .upcoming-events  a.btn_learnmore:hover {
        background: #0a2d6f;
    }
    .upcoming-events  .type-events {
        border: 0px solid #234ea0 !important;
        margin: 0;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .type-events .post-content {
        padding: 15px;
        margin-bottom: 15px;
    }
    .upcoming-events  .type-events .entry-thumbnail,.type-events .entry-thumbnail img {
        border-radius: 0;
    }
    .upcoming-events  .date_posted {
        margin-bottom: 15px;
        text-align: center;
        color: #009C47;
        font-size: 18px;
    }
    .upcoming-events header.entry-header h3 {
        text-align: center;
    }
    .type-events  header.entry-header h3 {
	    text-align: center;
	    font-weight: 700;
	    font-size: 20px;
	}
    .type-events .entry-thumbnail span {
        position: absolute;
        background: #009c47;
        color: #fff;
        z-index: 1;
        top: 0;
        padding: 5px;
        font-weight: 700;
        border-radius: 0px 0px 5px 0;
    }
/*    Social media style*/
div#csaas-channels-0 {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 40%;
    z-index: 9;
    right: 10px;
}
.Facebook_Messenger-channel.chaty-link {
    background-color: #0866FF;
    border-radius: 100%;
    height: 39px;
    display: flex;
    align-items: center;
}
.Facebook_Messenger-channel.chaty-link svg {
    height: 25px;
    display: flex;
    fill: #fff;
}
    @media screen and  (min-width:751px) and (max-width:1024px){
        .upcoming-events  .elementor-grid {
            grid-template-columns: 1fr 1fr;
        }    	
        .type-events header.entry-header h3 {
		    font-size: 25px;
		}
    }
    @media (max-width:750px){
        .upcoming-events  .elementor-grid {
            grid-template-columns: 1fr;
        }
    } 