/* 
 Theme Name:     Divi Child
 Author:         Tim McCormick
 Author URI:     http://website.com/
 Template:       Divi
 Version:        v 0.1
 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: 4.9.6
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

:root {
  --primary: #3271b9;
  --primary-dark: #10396d;
  --primary-light: #cbe2f4;
  --neutral: #272727;
  --neutral-light: #c0c2c5;
  --error: #a90000;
}

/* render quote html */
.quote-summary h1, 
.quote-summary h2, 
.quote-summary h3,
.quote-summary h4,
.quote-summary h5,
.quote-summary h6 {
  text-transform: none !important;
}

.quote-summary h3,
.quote-summary h4,
.quote-summary h5,
.quote-summary h6 {
  color: var(--neutral) !important;
}
