/*
 Theme Name:   Franklin Pediatric Dentistry
 Theme URI:    https://eoshealthcaremarketing.com/
 Description:  Franklin Pediatric Dentistry — EOS Divi 5 child theme.
 Author:       EOS Healthcare Marketing
 Author URI:   https://eoshealthcaremarketing.com/
 Template:     Divi
 Version:      1.0.0
 Text Domain:  franklin-pediatric-dentistry
*/


:root {

  /* Fonts */
  --font-display : "proxima-nova", sans-serif;
  --font-body    : "area-normal", sans-serif;

  /* Colors */
  --dark-teal      : #164348;
  --med-teal       : #4C6868;
  --light-teal     : #65ADAB;
  --gold           : #C9B149;
  --blue           : #5C6F7E;
  --coral          : #E08966;
  --pink           : #F3D9CC;
  --white          : #FFFFFF;
  --light-blue     : #F0F7F7;
  --bright-yellow  : #F5DD75;

}


@media (max-width: 980px) {
  .pa-open-mobile-menu .et_pb_menu__menu {
    display: flex !important;
    flex-direction: column !important;
  }
  .pa-open-mobile-menu .et_mobile_nav_menu {
    display: none !important;
  }
  #menu-footer-menu {
    flex-direction: column !important;
    align-items: center;
  }
}
