/* Franklin Asphalts final visual layer: intentionally loaded after legacy theme files. */
:root {
  --colour-primary: #F5B700 !important;
  --colour-secondary: #252525 !important;
  --colour-alternate-2: #FFD34E !important;
}

.shop-banner,
.mb-hero-c1 h1,
.mb-hero-c1 .h1,
.mb-contact-c1,
.mb-contact-c1 .pb-column .form-wrapper button,
.header ul.menu li:nth-of-type(7) a {
  background-color: #F5B700 !important;
  background: #F5B700 !important;
  border-color: #F5B700 !important;
}

.mb-contact-c1 .pb-column .form-wrapper .contact-page-link {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0;
  background: #F5B700;
  border: 2px solid #F5B700;
  color: #fff;
  text-align: center;
  font-family: 'Futura-PT';
  font-size: 18px;
  font-weight: 450;
  line-height: 26px;
  letter-spacing: 0.05em;
}
.mb-contact-c1 .pb-column .form-wrapper {
  position: relative !important;
  width: 100% !important;
  box-sizing: border-box;
  padding: 40px !important;
  background: #fff;
}
.mb-contact-c1 .pb-column .form-wrapper .contact-page-link:hover {
  background: #fff;
  color: #F5B700;
}

.mb-contact-c1 h2 {
  color: #F5B700 !important;
}

.foot-upper {
  background: #FFD34E !important;
}
.foot-lower {
  background: #252525 !important;
}
.foot-upper .frame::before {
  content: none !important;
  display: none !important;
}
.footer-brand-logo {
  display: block;
  width: 190px !important;
  max-width: 190px !important;
  height: auto !important;
}
.header .coltable .col.logo-wrap .logo-image {
	display: block !important;
	width: 220px !important;
	max-width: 220px !important;
	height: auto !important;
	margin: 0 auto !important;
}
.header .coltable .col.logo-wrap {
	text-align: center !important;
}

/* Keep the useful legacy quick links in the yellow header strip, while the
   CMS wrapper label itself remains hidden from the main navigation. */
.header ul.menu li.header-quick-links {
  position: unset !important;
}
.header ul.menu li.header-quick-links > a.menulink {
  display: block !important;
  opacity: 0 !important;
  pointer-events: none;
}
.header ul.menu li.header-quick-links > ul.menu-dropdown {
  display: flex !important;
  left: auto !important;
  right: 0 !important;
  top: -75px !important;
  column-gap: 17px;
}

/* The phone item is the final top-level menu item.  Give it the yellow CTA
   styling without depending on the CMS menu's numeric position. */
.header ul.menu > li:last-of-type > a {
  display: block !important;
  padding: 10px 14px !important;
  background: #F5B700 !important;
  color: #fff !important;
  border: 2px solid #F5B700 !important;
}
.header ul.menu > li:last-of-type > a:hover {
  background: #fff !important;
  color: #F5B700 !important;
}

/* Landscape Supplies is a normal page with a dropdown of product sections. */
@media screen and (min-width: 1001px) {
  .header ul.menu li.menu-landscape-supplies {
    position: relative !important;
  }
  .header ul.menu li.menu-landscape-supplies > ul.menu-dropdown {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: 235px;
    min-width: 235px;
    margin: 0;
    padding: 0 !important;
    z-index: 1000;
  }
  .header ul.menu li.menu-landscape-supplies:hover > ul.menu-dropdown {
    display: block !important;
  }
  .header ul.menu li.menu-landscape-supplies > ul.menu-dropdown > li {
    display: block;
    min-width: 235px;
    background: #fff;
  }
  .header ul.menu li.menu-landscape-supplies > ul.menu-dropdown > li > a {
    display: block;
    padding: 10px 14px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    color: #252525;
    background: #fff;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
  }
  .header ul.menu li.menu-landscape-supplies > ul.menu-dropdown > li > a:hover {
    color: #252525;
    background: #f5b700;
  }
}
