/*
 Theme Name:   Brewhub Child
 Theme URI:    https://brewhub.wpengine.com/
 Description:  Brewhub Child Theme
 Author:       the WeDesignTech team
 Author URI:   https://wedesignthemes.com/
 Template:     brewhub
 Version:      1.0.0
 Text Domain:  brewhub-child
 Tested up to: 6.7
 Requires PHP: 7.4
 Tags: Blog,Portfolio
 License: GNU General Public License v2 or later License URI: https: //www.gnu.org/licenses/gpl-2.0.html
 Copyright (C) 2024 BuddhaThemes. All rights reserved.
*/

.single-ajde_events .main-title-section-container, 
.single-ajde_events .desc_trig_outter {
	display: none !important;
}

.single-ajde_events .evosin_event_title {
	font-family: var(--wdtFontTypo_Alt) !important;
    font-size: 2.3em;
}

.wdt-header-menu .wdt-primary-nav > li > a {
    padding: 15px 20px;
 }

.single-ajde_events .evocard_main_image
{
    background-size: contain;
    background-repeat: no-repeat;
	min-height: 600px;
}

.ajde_evcal_calendar.boxy.boxstyle1 .evo_boxtop {
	    margin: 5px !important;
	    background-size: contain;
}

.evcal_cblock em.time {
    font-size: 12px;
    display: block !important;
}

.eventon_list_event .evoet_cx span.evcal_desc2, .evo_pop_body .evoet_cx span.evcal_desc2 {
    text-transform: inherit !important;
    font-size: 16px !important;;
    font-weight: 500;
    font-family: sans-serif !important;
    display: block;
    width: 100%;
}

.ajde_evcal_calendar.boxy.boxstyle1.tbg1 #evcal_list .eventon_list_event .desc_trig .evcal_desc {
    width: 100%;
}

.cta-info ul {
	list-style: none;
}

.cta-info li {
    line-height: 1.4;
    padding-bottom: 10px;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) {
    background: #fff !important;
    border: 1px solid #d0d1d3 !important;
    border-radius: 3px !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .11), 0 0 4px rgba(18, 25, 97, .0405344);
    color: #607382 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    margin-top: 5px !important;
    padding: 18px 15px !important;
    width: auto !important;
}