/*
Theme Name: Hello Elementor Child Theme
Template: hello-elementor
Author: wrdigital
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.1741032928
Updated: 2025-03-03 20:15:28

*/

.whitewithsubmenu a {color:#FFFFFF!important;}
.blackmenuitem a  {color:#000000!important;}

//media query to fix the spacing issue with smaller screens
@media only screen and (min-width: 1025px) and (max-width: 1580px)  {
	.corporateevents {padding-top: 30px!important;}	
	
.redracecar img{
    left: -13%!important;
}

.redracecar img {
    width: auto;
    max-width: auto;
    top: -6%!important;
    z-index: 4;
    text-align: left;
}	
	.redracecar img { display:none}
}
//end media query to fix the spacing issue with smaller screens