/*
 Theme Name: Divi Child
 Description: Divi Child Theme
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

ul.sub-menu .menu-item {
    white-space: nowrap;
}

ul.sub-menu{
	display:flex;
	flex-direction:column;
}

 /* Move reCAPTCHA v3 badge to the left */
 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
  z-index:999;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}

#pagina-professionista .et_pb_post_title_0 {
    padding-bottom:100px !important;
    background:#eceeea;
}
