/*
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com
 Template:       Divi
 Version:        1.0
*/


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

/* Red Phone Numbers */
.redPhone,
.redPhone a {
    color: #ff1924 !important;
}

/*Footer Contact Info*/
.footer-linked-contact a:hover{
  text-decoration:underline;
}

/*** Header ***/
div#top-header {
    display: none;
}
.container.clearfix.et_menu_container {
    max-width: 1440px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div#et-top-navigation {
    padding-left: 0 !important;
}
.logo_container {
    max-width: 212px;
    width: 100% !important;
    display: block;
    position: relative !important;
}
.headerPhone a {
    font-weight: bold;
    font-size: 24px;
    font-family: Roboto Slab;
}


/*** Home Page ***/
a.homeHeroTel {
    font-family: roboto slab;
    color: white;
}
.heroOverlay {
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .42);
    top: 0;
    left: 0;
}
div#heroInfo h1 {
    color: white;
    font-size: 42px;
    margin-bottom: 15px;
}
div#heroInfo h4 {
    color: white;
    font-size: 20px;
    line-height: 29px;
    font-weight: normal;
    margin-top: 20px;
}
.hoverBtn:hover {
    background: #22771c !important;
}


/*** Loyalty Page ***/
div#main-content.loyaltyPage {
    max-width: 1080px;
    margin: 0 auto;
    padding: 100px 10px 60px;
}

.loyaltyIntro {
    font-size: 16px;
    margin: 10px 0 30px;
}
.loyaltyHead,
.chartRow {
    display: flex;
}
.col1 {
    flex: 1 40%;
    border-top: 1px solid #979797;
    border-right: 1px solid #979797;
    padding: 12px;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Roboto Slab';
}
.col2,
.col3,
.col4 {
    flex: 1 20%;
    border-top: 1px solid #979797;
    border-right: 1px solid #979797;
    padding: 12px;
    text-align: center;
    font-family: 'Roboto Slab';
}
.loyaltyHead div {
    border: none;
    text-align: center;
    font-family: 'Roboto Slab';
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}
.loyaltyChart i.fas.fa-check {
    background: #116813;
    color: white;
    border-radius: 50%;
    padding: 7px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    line-height: 1px;
}
.loyaltyChart i.fas.fa-times {
    background: #DD0000;
    color: white;
    border-radius: 50%;
    padding: 7px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    line-height: 1px;
}
.loyaltyChart .content {
    font-family: 'Roboto Slab';
    font-size: 20px;
    font-weight: bold;
    color: #116813;
}
.loyaltyDisclaimer {
    font-family: 'Raleway';
    margin: 20px 0;
}
.loyaltyCall h2 {
    font-size: 30px;
    font-weight: bold;
    color: #116813;
    text-align: center;
}
.loyaltyCall a {
    font-family: 'Roboto Slab';
    font-size: 30px;
    font-weight: bold;
    color: #116813;
    text-align: center;
    display: block;
}
.loyaltyBody {
    border-bottom: 1px solid #979797;
}
@media screen and (min-width: 1000px) {
  .mobileOnly {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .desktopOnly {
    display: none;
  }

  /*** Header ***/
  header#main-header {
      position: fixed !important;
      top: 42px !important;
      box-shadow: none;
      transition: background .4s !important;
  }
  .topBar {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 999;
  }
  .admin-bar header#main-header {
    top: 88px !important;
  }
  .admin-bar .topBar {
    top: 46px;
  }
  .topBar a {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      background: #116813;
      color: white;
      width: 100%;
      padding: 6px;
  }
  .topBar img {
      margin-right: 7px;
  }
  .home div#page-container {
      padding-top: 42px !important;
  }
  .home header#main-header {
      background: none;
  }
  div#et_top_search {
      display: none;
  }
  div#et-top-navigation {
      flex: 1;
      padding-right: 10px;
  }
  span.mobile_menu_bar.mobile_menu_bar_toggle:before {
      font-size: 20px;
      transition: color .4s;
  }
  .home span.mobile_menu_bar.mobile_menu_bar_toggle:before {
      color: white;
  }
  span.mobile_menu_bar.mobile_menu_bar_toggle:after {
      content: "MENU";
      font-weight: bold;
      font-family: 'Roboto Slab';
      font-size: 14px;
      text-align: center;
      letter-spacing: 0.04em;
      vertical-align: text-top;
      padding-top: 7px;
      display: inline-block;
      transition: color .4s;
  }
  .home span.mobile_menu_bar.mobile_menu_bar_toggle:after {
      color: white;
  }
  header#main-header.et-fixed-header {
      background: white;
  }
  header#main-header.et-fixed-header span.mobile_menu_bar.mobile_menu_bar_toggle:after,
  header#main-header.et-fixed-header span.mobile_menu_bar.mobile_menu_bar_toggle:before {
      color: #116813;
  }
  img#logo {
      height: 77px;
      transition: height .4s;
  }
  header#main-header.et-fixed-header img#logo {
      height: 41px;
  }
  span.mobile_menu_bar.mobile_menu_bar_toggle {
      padding-bottom: 0 !important;
  }
  div#et-top-navigation {
      padding: 23px 10px 23px 0;
      transition: padding .4s;
  }
  header#main-header div#et-top-navigation {
      padding: 15px 10px 15px 0;
  }
  ul#mobile_menu {
      top: 78px;
      height: calc(100vh - 120px);
      overflow: scroll;
  }
  .et-fixed-header ul#mobile_menu {
      top: 49px;
      height: calc(100vh - 90px);
      overflow: scroll;
  }

  /*** Home ***/
  div#homeHeroContainer {
      padding-bottom: 20px;
      background-image: url(../../uploads/2020/08/wilsonHeroBG-mobile.jpg) !important;
  }
  div#homeHeroContainer .et_pb_row.et_pb_row_0 {
      max-width: 100% !important;
      width: 100%;
      padding: 60px 7px 0;
  }
  .heroButtonsContainer {
      padding-bottom: 0;
  }
  .home .et_pb_section.et_pb_section_3.et_section_regular {
      padding-bottom: 0px;
  }

  /*** Other ***/
	div#main-content.loyaltyPage {
		padding: 30px 10px;
	}
  div#heroInfo {
      padding: 0 !important;
  }
  div#heroInfo h1 {
      font-size: 36px;
  }
  a.homeHeroTel {
      display: block;
      text-align: center;
  }
  .heroButtonsContainer .et_pb_button_module_wrapper {
      text-align: center;
  }
  div#heroInfo h4 {
      font-size: 16px;
      line-height: 24px;
  }
  .heroButtonsContainer .et_pb_column.et_pb_column_1_2.et_pb_column_1.et_pb_css_mix_blend_mode_passthrough {
      margin-bottom: 14px;
  }
  .homeIntroTitle .et_pb_text_inner {
      font-size: 30px;
      line-height: 36px;
  }
  .heroButtonsContainer {
      max-width: 100% !important;
      width: 100%;
  }
  .et_pb_row.et_pb_row_4.homeServicesList {
      padding-top: 10px;
  }
  .homeCTAContainer .et_pb_text_inner {
      line-height: 25px;
  }
  .homeCTAContainer a {
      margin-top: 15px;
      display: block;
  }
  .home div.homeCTAContainer {
      padding: 10px 0 20px !important;
  }
  .homeAbout h2 {
      font-size: 30px !important;
      line-height: 37px !important;
      margin-bottom: -30px;
  }
  .homeAbout {
      max-width: 100% !important;
      width: 100% !important;
  }
  .homeAbout .et_pb_column_10 {
      padding: 0 18px;
      font-size: 16px;
      line-height: 23px;
  }
  body #page-container .heroButtonsContainer a.et_pb_button {
      padding: 7px 10px !important;
  }
}
