/*
Theme Name: Hoofers Child Theme
Version: 2.0
Description: Child Theme for Hoofers
Author: Gavin Lovegrove
Template: Divi
Author URL: https://www.shoofinternational.com/hoofers
*/
/*------- Theme Customizations------- */
/*
**********************************

 VARIABLES

**********************************
*/
body {
  background: #f6f9f8 !important;
  counter-reset: my-sec-counter;
}

.et-waypoint:not(.et_pb_counters) {
  opacity: 1;
}

h2,
h3 {
  font-size: 40px;
  font-weight: 500;
  color: #999;
  line-height: 1.15;
  letter-spacing: -1.5px;
}

h3 {
  font-size: 40px;
  font-weight: 600;
}

#main-content h3::after {
  content: " ";
  display: block;
  width: 150px;
  height: 5px;
  background: #FF671D;
  margin: 15px auto 5px auto;
  border-radius: 3px;
}

.blurb h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  padding: 10px 25px 10px 25px;
}
.blurb ul, .blurb ol {
  padding: 0 25px 0 25px !important;
}
.blurb li {
  font-size: 14px;
  line-height: 1.5;
}

.steps .et_pb_blurb_description {
  padding-bottom: 25px;
}
.steps .et_pb_module_header {
  position: relative;
}
.steps .et_pb_module_header::before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter);
  font-size: 26px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 2;
  background: #FF671D;
  width: 50px;
  height: 50px;
  top: -55px;
  left: 0;
  right: 0;
  display: block;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  z-index: 2;
  margin: 0 auto;
}

#range .et_pb_blurb_description p {
  line-height: 1.5;
}

/* BUY NOW Menu Buttons*/
.buy-now ul li a {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  background: #FF671D;
  text-transform: uppercase;
  padding: 15px 25px !important;
  border-radius: 3px;
}
.buy-now ul li a:hover {
  text-decoration: none !important;
}

/* Prevent the BUY NOW menu from showing as a dropdown on mobile. */
.lwp-hide-mobile-menu.et_pb_menu .et_pb_menu__menu,
.lwp-hide-mobile-menu.et_pb_fullwidth_menu .et_pb_menu__menu {
  display: flex !important;
}

.lwp-hide-mobile-menu .et_mobile_nav_menu {
  display: none;
}

@media (min-width: 768px) and (max-width: 980px) {
  .lwp-hide-mobile-menu.et_pb_menu .et_pb_menu__menu,
  .lwp-hide-mobile-menu.et_pb_fullwidth_menu .et_pb_menu__menu {
    display: flex !important;
  }
  .lwp-hide-mobile-menu .et_mobile_nav_menu {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  h2,
  h3 {
    font-size: 32px;
    font-weight: 500;
    color: #999;
    line-height: 1.15;
    letter-spacing: -1.5px;
  }
  #main-content h3::after {
    content: " ";
    display: block;
    width: 150px;
    height: 3px;
    background: #FF671D;
    margin: 25px 0 15px 0;
  }
}/*# sourceMappingURL=style.css.map */