/*
Theme Name: GreenMart Child
Theme URI: https://demo.thembay.com/greenmart/
Author: Thembay
Description: This is a child theme for GreenMart
Version: 1.0
Author URI: https://thembay.com/
Template: greenmart
Text Domain: greenmart-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */



/*remove filters from events*/
#event_filters{
	display: none !important;
}

/*remove from header search and cart*/
.topbar-device-mobile .search-device{
	display: none !important;
}

.topbar-device-mobile .device-cart{
	display: none !important;
}

.topbar-device-mobile .mobile-logo{
	margin-right: 60px !important;
}

.footer-device-mobile .device-cart{
	display: none !important;
}

/*change body colour*/

@media screen and (max-width: 767px) {
    body {
        background-color: #009ddc !important;
    }
	h4.elementor-heading-title.elementor-size-large {
    color: white !important;
}
img.attachment-large.size-large.wp-image-1349 {
    margin-bottom: 20px !important;
    margin-top: 10px !important;
}
	h2.elementor-heading-title.elementor-size-large {
    margin-top: 50px !important;
}
}


/*remove custom visuals*/
.elementor-shape.elementor-shape-top {
    display: none !important;
}

.elementor-shape.elementor-shape-bottom {
    display: none !important;
}