/*
Theme Name: GSA Child Theme
Theme URI:
Author: Vishnu for GSA Food Equipment
Author URI: vishnudesigns.com
Description: A child theme template for GSA using Divi.
Version: 1.0.0
Template: Divi
*/

/* Custom CSS below this line only - DO NOT EDIT ABOVE THIS LINE */



/* Removes x-scroll for full screen menu */

html, body
{
	max-width: 100%;
	overflow-x: hidden;
}


/* Text left of hamburger in Theme Builder */

.et_mobile_nav_menu:before  
{
content: 'MENU';
position: absolute;
right: 40px;
margin-top:5px;
color: #333;
font-size:16px;
}

/* Text left of hamburger in Divi 3 */

#et_mobile_nav_menu:before  
{
content: 'MENU';
position: absolute;
right: 33px;
bottom:30px;
color: #333;
font-size:16px;
}



/* X icon in expanded mobile menu */

.mobile_nav.opened .mobile_menu_bar:before 
{
content: '\4d';
}

/* Center-align moble menu items */

.et_mobile_menu li 
{
text-align:left !important;
}
  
.et_mobile_menu li li, .et_mobile_menu li ul 
{
padding-left:0 !important;
}

/* Make mobile menu fullwidth */

.et_mobile_menu 
{
min-width: 100vw;
margin-left: -8vw;
}

/* Make the mobile menu full height */

.et_mobile_menu 
{
min-height:100vh !important;
min-height: -webkit-fill-available;
padding-top:50px !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}

html 
{
height: -webkit-fill-available;
}

/* Remove the animation to avoid delay */

.mobile_nav.opened .et_mobile_menu 
{
display:block !important;
}

/* Service request Form Border Radius */ 
#et_pb_contact_form_0
{
  border-radius: 0px !important;
}
/* Service request Form Border Radius Ends */ 


/* Hide recaptcha */

.grecaptcha-badge 
{ 
visibility: hidden !important; 
}
/* Hide recaptcha Ends */

/**
 * Stop page scroll when Divi theme Fullscreen menu is opened.
 */
body.et_header_style_fullscreen.et_pb_fullscreen_menu_active 
{
    overflow: hidden;
}

/**
 * Stop page scroll when Divi theme Slide-In menu is opened.
 */
body.et_header_style_slide.et_pb_slide_menu_active 
{
    overflow: hidden;
}



