/*
 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 Divi entrance animations (clean + safe) */

.et_animated,
.et_pb_animation_top,
.et_pb_animation_left,
.et_pb_animation_right,
.et_pb_animation_bottom,
.et_pb_fade,
.et_pb_slide,
.et_pb_module.et_pb_animated {
  opacity: 1 !important;
  animation: none !important;
  transform: none !important;
}

/* Remove transition effects without forcing layout recalculations */

.et_pb_module,
.et_pb_row,
.et_pb_section {
  transition: none !important;
}

/* Header sizing */

#main-header {

  min-height: 105px;

}

#top-header {

  min-height: 52px;

}

.et_pb_section_0 {
  contain: layout paint;
}