/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.9.0.1614279492
Updated: 2021-02-25 18:58:12

*/

/* CHILLICOTHE HEATING & COOLING 2023 */
:root {
  --black: #010101;
  --grey: #e5e5e5;
  --red: #e83e4a;
  --dark-red: #ba3935;
  --dark: #2d2d2d;
  --white: #fff;
  --blue: #005ba0;
  --dark-blue: #1e4380;
  --lt-blue: #587abb;
  --fs-blue: #2d368f;
  --fs-dark-blue: #242b72;
  --fs-orange: #e59227;
  --fs-dark-orange: #b7751f;
  --fs-gold: #f4b924;
  --fs-dark-gold: #c3941d;
  --bebas: "bebas-neue-pro-expanded", "Montserrat", sans-serif !important;
  --breakers: breakers, "Poppins" sans-serif;
}

/* GLOBAL STYLES */
/* Centered image + txt */
.vertical-align {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* Adds drop shadow to certain images/logos */
.drop-shadow {
  filter: drop-shadow(3px 30px 14px rgb(0, 0, 0, 0.2));
}

/* FONTS */
p,
ul,
li {
  font-family: var(--breakers);
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.4em;
}

a {
  font-weight: bold;
  /* color: var(--red); */
}

h1,
h2 {
  font-family: var(--bebas);
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
}

h3 {
  font-family: var(--bebas);
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  text-transform: uppercase;
}

h4 {
  font-family: var(--bebas);
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
}


.fas {
  margin-right: 5px !important;
}

.primary-btn p {
  color: var(--white);
  font-weight: bold !important;
  text-transform: uppercase;
}
/* END GLOBAL STYLES */


