/**
 * Theme Name: Ananda Designs Child
 * Theme URI: https://www.ananda.org
 * Author: Ananda Communications
 * Author URI: https://www.ananda.org
 * Description: Make all of your modifications in this child theme.
 * Version: 1.0.0
 * Template: ananda-designs
 */

.x-brand {
    margin-left: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.x-brand>.joy-symbol {
    font-size: 0px !important;
}

@media screen and (min-width: 960px) {
    .masthead {
        min-height: unset !important;
    }
    .x-navbar-wrap{
        transform: unset !important;
        position: unset !important;
    }
    .x-navbar nav{
        background-color: rgba(0, 0, 0, 0.1);
        margin-top:40px !important;
    }
}

.ananda-x-header-no-banner{
    display: none;
}
body:not(.elementor-template-full-width) main.ananda-designs-middle{
    padding-top:5% !important;
}

.events-archive-page-title{
    margin-top:0;
    margin-bottom: 20px;
}

.ananda-events-listing{
    flex-wrap: wrap;
    display: flex;
    justify-content: start;
}
.ananda-event-list-item{
    padding: 20px;
    margin:12px 0;
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow:0 0 25px rgba(0,0,0,0.15);
}
.ananda-event-list-item .entry-title{
    padding-bottom:15px;
}

.event-know-more-button{
    max-width:150px;
}
.back-to-all-events-button{
    max-width: 220px;
}
.event-know-more-button, .back-to-all-events-button{
    color: #fff !important;
}

.event-know-more-button:hover, .back-to-all-events-button:hover{
    opacity: 0.75;
}


.footer-explore-ananda-column {
	text-align:left;
	flex: 1;
}
.footer-explore-ananda-column h3{
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.ananda-x-footer-explore-ananda-section{
	max-width:1200px !important;
	min-width:unset;
}
@media screen and (min-width: 960px) {
    .ananda-events-listing{
        gap: 2%;
    }
    .ananda-event-list-item{
        flex: 0 0 32%;
    }
}


@media screen and (min-width: 600px) and (max-width: 959.9px) {
    .ananda-events-listing{
        gap: 4%;
    }
    .ananda-event-list-item{
        flex: 0 0 48%;
    }
}

@media screen and (max-width: 599.9px) {
    .ananda-events-listing{
        gap: 0;
    }
    .ananda-event-list-item{
        flex: 0 0 100%;
    }
}
