.location-banner-section-mobile{
    padding-top:127px;
    display: none;
}
.location-name-wrapper{
    padding:15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background:#0756A5;
}
.location-name-wrapper h1{
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    font-family: "Roboto Condensed",sans-serif;
    text-align: center;
}

.location-banner-section-mobile.event-details-banner-mobile .location-name-wrapper h1{
    text-align: left;
    font-size: 18px;
}
.location-banner-section-mobile.event-details-banner-mobile .location-name-wrapper h1 a{
    display: flex;
    align-items: start;
}

.location-banner-section-mobile.event-details-banner-mobile .location-name-wrapper h1 a i{
    margin-right: 9px;
    margin-top: 3px;
}

.location-banner-section-mobile.event-details-banner-mobile .location-name-wrapper {
    padding: 8px 15px;
    position: absolute;
    z-index: 12;
    background: #00000069;
    top: 0;
    left: 0;
    right: 0;
}


.search-row-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:10px;
    width: 100%;
    margin-bottom: 30px;
}

.search-row-wrapper input{
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    padding: 11px 12px;
    font-size: 14px;
    font-weight: 400;
    color: #303030;
    background: #fff;
    line-height: 18px;
    max-width: 420px;
    width: 100%;
}

.search-row-wrapper .event-search{
    max-width: 420px;
    width: 100%;
}

.search-row-wrapper input::placeholder{
    color:rgba(48, 48, 48, 0.5);
}

.search-row-wrapper .view_option{
    display: flex;
    align-items: center;
    gap:10px;
    flex-direction: row;
    margin-bottom: 0px;
}

.search-row-wrapper .view_option.eventLinks a{
    margin-left: 0;
}

.ways-to-support-section h2.section-title{
    margin-bottom: 25px;
}

.grid-item.event_div img{
    min-height: 150px;
}
.thumbnail{
    min-height: 188px;
}

.make-contribution-mobile .desktop-only{
    display: block;
}
.make-contribution-mobile .mobile-only{
    display: none;
}



@media screen and (max-width:992px){
    .location-banner-section-mobile{
        padding-top: 107px;
    }
}

@media screen and (max-width:768px){
    .location-banner-section-mobile{
        padding-top: 0px;
    }
    .category-button-mobile.mobOnly{
        display: none;
    }
    .event-list-basic-category.lgDisplay{
        display: block;
    }
}

@media screen and (max-width:767px){
    .location-info-wrapper>.row{
        flex-direction: column-reverse;
    }

    .location-banner-section-desktop{
        display: none;
    }

    .location-banner-section-mobile{
        display: block;
    }

    .location-info-wrapper.section-common-space {
        padding-top: 25px;
        padding-bottom: 50px;
    }

    .event-details-contribution-wrapper.section-common-space {
        padding-top: 25px;
        padding-bottom: 50px;
    }

    .ways-to-support-section h2.section-title{
        font-size: 18px;
        font-weight: 500;
        line-height: 23px;
    }  

    .grid-item.event_div{
        padding: 10px 0;
    }     
    .search-row-wrapper{
        margin-bottom: 15px;
    }
    .grid-item.event_div a {
        display: flex;
        align-items: center;
    }
    .grid-item.event_div .caption h6{
        font-size: 16px;
    }
    .grid-item.event_div img {
        max-width: 100px;
        min-height: 87px;
    }
    .thumbnail{
        min-height: unset;
    }

    .ways-to-support-section h2.section-title{
        font-size: 18px;
        font-weight: 500;
        line-height: 23px;
        margin-bottom: 0;
    }

    .ways-to-support-section.location-page-heading-wtss  h2.section-title{
        margin-bottom: 25px;
    }
    .grid-item.event_div .thumbnail a {
        display: flex;
        align-items: center;
    }
    .mainCat .lgDisplay{
        display: none;
    }
    .event-list-basic-category.lgDisplay{
        display: none;
    }
    .category-top-row-mobile{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
    }
    .category-button-mobile.mobOnly{
        display: block;
    }
    .category-top-row-mobile .category-button-mobile{
        width: auto;
    }
    .category-top-row-mobile .category-button-mobile .categoryInput button:first-child{
        background: #fff;
        border: 1px solid #0756a5;
        border-radius: 4px 0 0 4px;
        color: #0756a5;
        padding: 4px 10px;
        white-space: nowrap;
    }
    .category-top-row-mobile .category-button-mobile .dropdown-toggle{
        background: #fff;
        border: 1px solid #0756a5;
        color: #0756a5;
        padding: 4px 10px;
        border-left: 0;
        border-radius: 0 4px 4px 0;
    }

    .category-top-row-mobile .categoryInput ul.dropdown-menu.show{
        /* top: 35px !important; */
        left: -15px !important;
        min-width: 9rem!important;
        z-index: 1032;
    }

    .category-top-row-mobile .categoryInput ul.dropdown-menu li a {
        display: block;
        color: #464545;
        padding: 8px 10px;
        font-size: 14px;
        line-height: 19px;
    }
    .view-more-btn-mobile{
        font-size: 16px!important;
        padding: 16px 16px!important;
        line-height: 19px!important;
        width: 200px!important;
        margin: 0 auto!important;
    }

    .location-banner-section-mobile.event-details-banner-mobile .location-name-wrapper p{
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        padding-left: 25px;
    }

    .event-details-contribution-mobile > .row{
        flex-direction: column-reverse;
        gap: 0px;
    }

    .make-contribution-mobile .desktop-only{
        display: none;
    }
    .make-contribution-mobile .mobile-only{
        display: block;
    }
    .make-contribution-mobile .mobile-only h2.section-title.sep{
        font-size: 22px;
        font-weight: 500;
        padding-bottom: 10px;
    }

    .event-details-contribution-wrapper .event-details-main-heading.desktop-only{
        display: none;
    }
    .event-details-contribution-wrapper .widget h3.widget-title{
        margin-bottom: 20px;
        margin-top: 20px;
    
    }

    .event-details-contribution-wrapper .widget h3.widget-title::before{
        
    }

    .event-deatil-add-more-btn-mobile{
        margin-top: 20px!important;
    }

    .event-detail-checkbox-wrapper label.field-name.option{
        width: auto!important;
        margin-left: 15px!important;
    }
}

