/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/
 Description:    Divi Child Theme
 Author:         Cheetahweb snc
 Author URI:     https://www.cheetahweb.it
 Template:       Divi
 Version:        1.0.0
*/
 
 
/*** ---Theme customization starts here --- ***/

/***** GENERAL *****/
div#page-container {
    overflow: hidden !important;
}
/*** CUSTOM SCROLLBAR ***/
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
	background-color : white;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);   
	background-color: #000;
	border-radius: 20px;  
}
/***** TORNA SU PULSANTE *****/
.et_pb_scroll_top.et-pb-icon {
	background: #000;
  bottom: 100px;
  padding: 0px;
}
/***** RECAPTCHA *****/
.grecaptcha-badge { 
	visibility: hidden !important;
	display: none !important;
}

/***** MENU *****/
/* fixed navbar menu */
.et_pb_section.et_pb_section_0_tb_header.et_pb_sticky_module.et_pb_with_background.et_section_regular.et_had_animation.et_pb_sticky.et_pb_sticky--top {
    background-color: #fff !important;
}
.has_et_pb_sticky .dd-item.dd-menu-item-content.dd-text {
	color: #000 !important;
	text-shadow: 0em 0em 0.3em #fff !important;
}
.has_et_pb_sticky .dd-logo {
	max-width: 120px !important;
}
.et_pb_section.et_pb_section_0_tb_header.et_pb_sticky_module.et_pb_with_background.et_section_regular.et_had_animation.et_pb_sticky.et_pb_sticky--top {
    margin-top: -20px !important;
}
.et_pb_section.et_pb_section_0_tb_header.et_pb_sticky_module.et_pb_with_background.et_section_regular.et_pb_sticky.et_pb_sticky--top {
    background-color: #fff !important;
}
/* tablet e mobile menu */
.et_pb_divimenus_flex_item_4_tb_header .dd-text, .et_pb_divimenus_flex_item_2_tb_header .dd-text, .et_pb_divimenus_flex_item_3_tb_header .dd-text, .et_pb_divimenus_flex_item_1_tb_header .dd-text, .et_pb_divimenus_flex_item_0_tb_header .dd-text {
    flex-direction: inherit !important;
}

/**** HOME *****/
/* carousel servizi */
h4.dsm_card_title.et_pb_module_header {
    min-height: 130px !important;
}
