/* 
 Theme Name:     Divi Child
 Author:         Olivia Hettler
 Author URI:     https://oliviahettler.com
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 5.2.1
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

.et_mobile_menu li a { font-size: 20px !important; }


h6,
.et_pb_column_1_3 h6,
.et_pb_column_1_4 h6 {
  -webkit-font-feature-settings: "calt" 0;
  -moz-font-feature-settings:    "calt" 0;
  -ms-font-feature-settings:     "calt" 0;
  font-feature-settings:         "calt" 0;
}

.element {
  -webkit-font-feature-settings: "calt" 1;
  -moz-font-feature-settings:    "calt" 1;
  -ms-font-feature-settings:     "calt" 1;
  font-feature-settings:         "calt" 1;
}

