/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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
*/

/* Add your custom styles here */

/* Association single page css start */
main#content.wppa-single-associate-page {
    margin-top: 50px;
    margin-bottom: 50px;
}
a#wpbdp-bar-manage-listing-button , a#wpbdp-bar-show-directory-button {
    display: none;
}

/* Association single page css end */

.wppa-event-page-upcoming-wrapper {
    display: flex;
}
.wppa-event-page-upcoming-wrapper > div {
    width: 50% !important;
}
.wppa-event-page-upcoming-wrapper .wppa-epuw-item {
    font-size: 14px;
    line-height: 18px;
}

.wppa-event-page-upcoming-wrapper .wppa-epuw-item a {
    color: #003D77 !important;
}
#custom-map { height: 700px;}

@media(max-width:767px){

   
    .wppa-event-page-upcoming-wrapper {
        display: flex;
        flex-direction: column;
        padding-bottom: 20px !important;
    }
    
    .wppa-event-page-upcoming-wrapper > div {
        width: 100% !important;
    }

    .wppa-event-page-upcoming-wrapper .tribe-events-c-top-bar__datepicker {
        position: relative;
        top: -30px;
    }
    #custom-map { height: 500px;}

}

@media(max-width:425px){
    .wppa-event-page-upcoming-wrapper div:last-child {
            padding-top: 20px;
    }
}

