/*
 Theme Name:   ABA Child Theme
 Description: Child theme
 Author:       Ross Tess
 Template:     hello-elementor
 Version:      1.0.03
*/

/* Add your custom CSS below this line */



/* Reduce Hello Elementor header height */
.site-header, .elementor-location-header {
    padding-top: 0;
    padding-bottom: 0;
}

/* If header is built with a section */
.elementor-location-header .elementor-section {
    padding-top: 0;
    padding-bottom: 0;
}

.page-header .entry-title,
#content .page-header .entry-title{
		display: none;
		visibility: hidden;
}





.elementor-menu-toggle,
.elementor-nav-menu__toggle {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: yellow !important;
    width: 40px;
    height: 40px;
}

