/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Jay Lane
 Author URI: https://www.elegantsites.co.uk
 Template: Divi
 Version: 1.0.2
*/
 
/* =Theme customization starts here
------------------------------------------------------- */


/* Disable non-composited animations across key elements */
.et_pb_animation_top.et-animated,
.et_pb_animation_left.et-animated,
.et_pb_animation_right.et-animated,
.et_pb_animation_bottom.et-animated,
.et_pb_fade.et-animated,
.et_pb_slide.et-animated,
.et_pb_module.et_pb_animated {
  animation: none !important;
  transform: none !important;
  opacity: 1 !important;
}

/* Reset any inline transform-based animation delays or transitions */
.et_pb_module,
.et_pb_row,
.et_pb_section {
  transition: none !important;
  animation: none !important;
  will-change: auto !important;
}

#main-header {
min-height: 105px;
}
#top-header {
	min-height:52px;
}