/*
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.
Version: 4.10.8.1632318514
Updated: 2021-09-22 09:48:34

*/

/* GROVE CITY HEATING & AIR */

:root {
  --red: #d40a0c;
  --dark-red: #aa080a;
  --blue: #1f4096;
  --dark-blue: #193378;
  --black: #010101;
  --grey: #e5e5e5;
  --white: #fff;
  --dark: #2d2d2d;
  --fs-blue: #2d368f;
  --fs-dark-blue: #242b72;
  --fs-orange: #e59227;
  --fs-dark-orange: #b7751f;
  --fs-gold: #f4b924;
  --fs-dark-gold: #c3941d;
  --breakers: breakers, "Poppins" sans-serif;
  --bebas: "bebas-neue-pro-expanded", "Montserrat", sans-serif !important;
}

/* 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: 16px;
  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: 18px;
  text-transform: uppercase;
}

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

/* END GLOBAL STYLES */

/* BEGIN GLOBAL HEADER */
#main-header {
  padding-top: 10px !important;
  box-shadow: none !important;
  height: 8.5vh;
  position: relative !important;
  z-index: 10000;
}

/*menu container*/
#global-mega-menu {
  position: absolute !important;
}

/* logo (mobile) */
#global-mega-menu img {
  width: 160px;
}

/* desktop phone only*/
.desktop-phone span {
  font-weight: bold;
  font-size: 28px;
  position: absolute;
  right: 0;
  top: 2.5vh;
}

/* header for larger screens */
@media (max-width: 1200px) and (min-width: 1024px) {
  .desktop-phone span {
    font-size: 22px !important;
  }

  .et_pb_blurb_0.et_pb_blurb .et_pb_module_header,
  .et_pb_blurb_0.et_pb_blurb .et_pb_module_header a {
    font-size: 26px !important;
  }

  .et_pb_blurb_1.et_pb_blurb .et_pb_module_header,
  .et_pb_blurb_1.et_pb_blurb .et_pb_module_header a {
    font-size: 24px !important;
  }
}

.desktop-phone a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  color: var(--red);
}

.desktop-phone a:hover {
  color: var(--black);
}
/* end header larger screens */

/* nav ctas */
.header-btn {
  font-family: var(--bebas);
  position: absolute;
  font-weight: bold;
  color: var(--white) !important;
  text-transform: uppercase;
  text-align: center !important;
  display: flex !important;
  padding: 11px;
  border-radius: 4px;
  font-size: 18px;
  width: auto !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.call-btn:hover,
.book-btn:hover {
  background-color: var(--dark-blue) !important;
}

.book-btn {
  background-color: var(--blue);
}

.call-btn {
  background-color: var(--dark);
}

.quote-btn {
  background-color: var(--red);
}

.quote-btn:hover {
  background-color: var(--dark-red);
}

.quote-btn img,
.book-btn img,
.call-btn img {
  width: 20px !important;
  height: 20px !important;
  margin-right: 8px !important;
}

.quote-btn span,
.book-btn span,
.call-btn span,
.call-btn a,
.book-btn a,
.quote-btn a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  color: var(--white) !important;
  text-transform: uppercase;
  text-align: center !important;
}

/* BEGIN DROPDOWN MENU */
/*mobile dropdown menu styles*/
.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu {
  flex-direction: column;
  align-items: stretch;
  border-top: none;
  margin-top: 0.5rem !important;
  margin-left: -6%;
  width: 101vw !important;
  z-index: 10000;
}

#main-header .et_mobile_menu li ul,
.et_pb_fullwidth_menu .et_mobile_menu li ul,
.et_pb_menu .et_mobile_menu li ul {
  padding-left: 0px;
}

.et_mobile_menu {
  overflow-y: scroll !important;
  max-height: 84vh;
}

.et_mobile_menu li a {
  font-family: var(--bebas);
  font-weight: 600;
  font-style: normal;
  font-size: 14px !important;
  padding: 8px 0px 9px 10px;
  border-bottom: none;
  border-radius: 6px;
  color: var(--dark);
  line-height: 1.2em;
  text-transform: uppercase;
}

.et_mobile_menu .menu-item-has-children > a {
  background: var(--white);
}

.et_pb_menu .et-menu > li {
  padding: 0 8px;
}

.et-menu li li a {
  width: 260px !important;
  padding: 0 2%;
}

.et-menu li li a:hover {
  background-color: transparent;
}

.et-menu a {
  color: var(--dark);
  font-size: 14px !important;
}

.et-menu a:hover {
  color: var(--red);
  font-size: 14px !important;
}

.et_mobile_menu li li {
  padding-left: 0;
}

.sub-menu {
  width: 260px !important;
  border-color: none !important;
}

/* END DROPDOWN MENU */

/* BEGIN MEDIA QUERIES  */

/* ALL DEVICES UNDER 980px [TABLET AND UNDER] */
@media (max-width: 980px) {
  .test {
    background-color: red !important;
  }

  .reverse-on-mobile {
    flex-direction: column-reverse !important;
  }

  #main-header {
    height: 8.1rem;
  }

  /* fixed btn */
  .call-btn {
    position: absolute;
    right: 18%;
    padding: 11px;
    bottom: -105px;
  }

  .book-btn,
  .quote-btn {
    top: 0;
    width: 49% !important;
    padding: 8px;
  }

  .header-btn {
    justify-content: center;
  }

  .quote-btn {
    right: 0;
  }
  .desktop-phone {
    display: none;
  }

  #global-mega-menu {
    width: 100%;
    top: 50px;
  }

  .hide-on-mobile {
    display: none;
  }
}

/* ALL DEVICES ABOVE 980px [SMALL DESKTOPS AND ABOVE]*/
@media (min-width: 980px) {
  .test {
    background-color: orange !important;
  }

  #main-header {
    height: 6rem;
  }

  /* logo */
  #global-mega-menu img {
    width: 160px;
  }

  .hidden-link {
    display: none !important;
  }

  .header-btn {
    right: 17vw;
    top: 1.5vh;
    justify-content: space-between !important;
    font-size: 16px;
  }

  .book-btn {
    margin-right: 110px;
  }

  .call-btn {
    display: none !important;
  }
}
