/* ===== Top ===== */
#sp-top-bar {
  padding: 3px 0;
}

/* ===== Header ===== */
#sp-header-sticky-wrapper {
  height: 90px;
}

#sp-header-sticky-wrapper #sp-header {
  background-color: transparent;
}

#sp-header-sticky-wrapper {
  height: 90px;
}

.sticky-wrapper.is-sticky #sp-header {
  background-color: rgba(255, 255, 255, 0.95) !important;
}

.sticky-wrapper.is-sticky #sp-logo {
  height: 70px;
}

.sticky-wrapper.is-sticky #sp-header .logo {
  height: 70px;
}

.sticky-wrapper.is-sticky #sp-header .logo h1 {
  height: 70px;
}

#offcanvas-toggler > i {
  color: #222;
}
.sp-megamenu-wrapper a > i {
  margin-top: 25px !important;
}

@media (max-width:767px) {
  #sp-header {
    background: rgba(255,255,255,.5) !important;
  }
  #sp-header-sticky-wrapper {
    margin-bottom: 0;
  }
}

/* ===== Menu ===== */
.sp-megamenu-parent > li > a {
  display: inline-block;
  padding: 0 15px;
  line-height: 90px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  font-weight: 450;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
  color: #dc2e23;
}

.sticky-wrapper.is-sticky #sp-header .sp-megamenu-parent > li > a {
  color: #000;
}

.sticky-wrapper.is-sticky .sp-megamenu-parent > li.active > a, .sticky-wrapper.is-sticky .sp-megamenu-parent > li:hover > a {
  background-color: #dc2e23;
  color: #fff !important;
}

/* ===== Slideshow ===== */
#sp-slider {
  margin-top: px;
}

.geek-masthead .inner {
  display: none;
}

@media (max-width:767px) {
  #sp-slider {
    margin-top: 0;
  }
}

/* ===== Footer ===== */
#sp-footer {
  background: #333;
}

/* ===== Font Page ===== */
#sp-front-page {
  /*background-image: radial-gradient(#ef6a2f, #c42723);*/
  background: #c42723;
  padding: 50px 0;
}

#sp-position2 {
  padding: 50px 50px 0;
}

figure.effectck-goliath {
  background: #dc2e23;
}

figure.effectck-goliath figcaption [class*="title"], figure.effectck-goliath figcaption [class*="desc"] {
  padding: 30px;
}

/* ===== Contact ===== */
#sp-contact {
  margin: 0 0 50px;
}

#sp-position4 {
  color: #222;
  text-shadow: none;
}

.btn-primary, .sppb-btn-primary {
  border-color: #dc2e23 !important;
}

.btn {
  border-radius: 0;
}

.btn-primary {
  background-color: #dc2e23;
  border-color: #dc2e23;
}

.btn-primary:hover, .sppb-btn-primary:hover {
    border-color: #ed573b;
    background-color: #ed573b;
}