
/*
Theme Name: Divi Child
Theme URI: https://www.acquaform.it/
Description: Tema child di Divi
Author: Sergio
Author URI: https://www.acquaform.it/
Template: Divi
Version: 1.0.0
*/


/* Footer */
#main-footer {
  display:none;
}

/* Eliminazione Zoom Gallery disable-lightbox 
.disable-lightbox a {
pointer-events: none;
}
 
.disable-lightbox .et_overlay {
display: none !important;
}
@media (max-width: 980px) {
.disable-lightbox a {
pointer-events: none;
}
.disable-lightbox .et_overlay {
display: none !important;
}
}
*/
.mfp-title{
display: none !important;
}


/* Fixed Navigation Bar on mobile devices */
@media (max-width: 980px) {
.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed !important; 
} 
}

.et_mobile_menu {
    overflow: scroll !important;
    max-height: 83vh;
}

.et_pb_contact_field_options_title {
    color: black!important;
	font-size: 20px;
}

/*custom menu button*/
/* Adding button to menu - desktop version */
@media only screen and (min-width: 1024px) { 	
.custom-button {	
	padding: 8px 20px !important;
	text-align: center;
  color: #ffffff !important;
  border-radius: 15px;
  background-color: #009BD9;
	display: inline-block; height: 30px;
	}
	
.custom-button a, .custom-button a:hover, .custom-button a:active {
	color: #ffffff !important;
}

.custom-button:hover {
	background-color: #0f637d;
}
}
/*custom-button, mobile version*/
@media only screen and (max-width: 560px) { 	
.custom-button {	
	width: 100%;
  color: #ffffff !important;
  background-color: #009BD9;
	display: inline-block; 
	}
	.custom-button a, .custom-button a:hover, .custom-button a:active {
	color: #ffffff !important;
}

.custom-button:hover {
	background-color: #0f637d;
}
}
	
/* Remove meta data */
.entry-meta .byline, .entry-meta .cat-links { display: none; }
 
.entry-meta .posted-on { display: none; }