/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Eagle Prime Group
 Author URI: https://www.eagleprimegroup.com
 Template: Divi
 Version: 1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

/* Header shrink on scroll */
#main-header,
.et-fixed-header {
  transition: all 0.4s ease-in-out !important;
}

.et-fixed-header {
  background-color: rgba(13, 59, 56, 0.92) !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.et-fixed-header .et-fixed-header--logo img {
  max-height: 50px !important;
  transition: all 0.4s ease-in-out !important;
}

