/* --- <<< HERITAGE STONEWORK CUSTOM CSS >>> --- */

/*--- GLOBAL STYLES --- */

:root {
  font-size: 16px;
  --heritage-blue: #0b1946;
  --heritage-light-blue: #112568;
  --heritage-dark-blue: #08102b;
  --heritage-gold: #daa520;
  --heritage-dark-grey: #333;
  --heritage-light-grey: #9e9e9e;
}

html {
  scroll-behavior: smooth;
}

/* --- HEADINGS & PARAGRAPHS --- */

.h1 h1 {
  font-size: 3rem;
}

.h2 h2 {
  font-size: 2.5rem;
}

.h3 h3 {
  font-size: 2rem;
}

.h4 h4 {
  font-size: 1.75rem;
}

.h5 h5 {
  font-size: 1.5rem;
}

.h6 h6 {
  font-size: 1.25rem;
}

.h1,
h1 .h2,
h2 {
  font-weight: 800 !important;
}

.h3,
h3 {
  font-weight: 700 !important;
}

.h4,
h4 {
  font-weight: 600 !important;
}

.h5,
h5,
.h6,
h6 {
  font-weight: 600 !important;
  margin-bottom: 1rem;
}

h2.sppb-addon-title {
  margin-bottom: 2rem;
}

h3.sppb-addon-title {
  margin-bottom: 1.5rem;
}

h4.sppb-addon-title {
  margin-bottom: 1.2rem;
}

h5.sppb-addon-title {
  margin-bottom: 1rem;
}

p {
  font-size: 1rem;
}

/* --- LINKS --- */

a {
  color: var(--heritage-blue);
}

a:hover,
a:focus a:active {
  color: var(--heritage-dark-blue);
}

/* --- BUTTONS --- */

.btn-primary,
.sppb-btn-primary {
  border-color: var(--heritage-blue);
  background-color: var(--heritage-blue);
}

.btn-primary:hover,
.sppb-btn-primary:hover {
  border-color: var(--heritage-dark-blue);
  background-color: var(--heritage-dark-blue);
}

.sppb-btn-primary.sppb-btn-outline {
  color: #222;
}

.sppb-btn-primary.sppb-btn-outline:hover {
  color: #fff;
  background-color: var(--heritage-blue);
  border-color: var(--heritage-blue);
}

/* --- TOP BAR --- */

#sp-top-bar {
  color: #fff;
}

#sp-top-bar a {
  color: #fff;
}

/* --- LOGO & MENU PROPORTIONS --- */

#sp-logo {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
#sp-menu {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

/* --- NAVIGATION --- */

.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a {
  color: var(--heritage-light-blue);
  font-weight: 900;
}

.sp-megamenu-parent > li:hover > a {
  color: var(--heritage-blue);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: var(--heritage-blue);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: var(--heritage-blue);
}

/* SLIDESHOW */

.sp-slider .sppb-sp-slider-button .sp-slider-btn-text {
  /*  color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    border-width: 3px 3px 3px 3px;
    border-style: solid;
    border-color: #9E0000;
    padding: 15px 15px 15px 15px;
    text-transform: uppercase;
    font-weight: 400;
    background: #9E0000;*/
  margin-right: 10px;
}

/* --- MASTHEADS --- */

.masthead {
  padding: 70px 0px;
}

.masthead h1 {
  color: #fff;
}

.masthead h1 {
  margin-bottom: 0px;
}

/* --- HOME FEATURE BOXES --- */

.feature-boxes {
  box-shadow: 4px 4px 8px #c2c2c2;
  border-radius: 10px;
}

/* --- SERVICES CAROUSEL --- */

.services-carousel {
  background: linear-gradient(0deg, #000000 2%, rgba(0, 0, 0, 0) 70%)
    transparent;
}

.services-carousel .sppb-carousel-extended-nav-control .nav-control {
  border: none;
}

/* SERVICE AREAS */
span.area-text {
  color: var(--sc-blue);
  font-size: 0.9em;
  font-weight: bold;
}

/* --- TESTIMONIALS --- */
.sppb-carousel-extended-nav-control .nav-control {
  color: var(--heritage-blue);
}

.sppb-carousel-extended-nav-control .nav-control {
  border: none !important;
}

/* SPPB TITLES */
.sppb-addon-title {
  text-transform: none !important;
}

/* --- CONTACT FORM --- */

.sc-contact-form {
  background: #f1f1f1;
  padding: 30px;
  border-radius: 5px;
}

.sc-contact-form h2 {
  margin-bottom: 1rem;
}

label.control-label.formControlLabel {
  font-weight: 700;
}

/* --- CONTACT INFO BOX --- */

.sc-contact-box {
  padding: 15px;
}

/* GALLERY */

.speasyimagegallery-image-content {
  line-height: 23px;
}

/* FOOTER */

#sp-footer .container-inner {
  padding: 30px 0;
  border-top: none;
}

#sp-bottom {
  padding: 60px 0px 0px 0px;
}

#sp-bottom p {
  font-size: 0.875rem;
}

#sp-footer,
#sp-bottom {
  background: var(--heritage-dark-blue);
}

#sp-footer2 p {
  font-size: 14px;
}

/* --->>> REPSONSIVENESS  <<<---  */

/* --- LOGO & MENU PROPORTIONS --- */

@media screen and (max-width: 991px) {
  #sp-logo {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  #sp-menu {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.sppb-carousel-inner > .sppb-item > a > img,
.sppb-carousel-inner > .sppb-item > img,
.sppb-img-responsive {
  width: 100%;
}
