/* Header edit */
#sp-header.header-sticky {
  position: fixed;
  z-index: 9999;
  background: linear-gradient(224deg, #e87862 0%, #e87862 20%, #e87862 90%, #e87862 100%);
  box-shadow: 0 2px 5px rgba(16, 16, 16, 0.2);
  padding: 45px 0;
}

#sp-header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(224deg, #e87862 0%, #e87862 20%, #e87862 90%, #e87862 100%);
  transition: 0.3s;
}

/* Error page edit */
html.error-page body {
  background-image: linear-gradient(224deg, #e87862 0%, #e87862 20%, #e87862 90%, #e87862 100%) !important;
}

/* Page title edit */
.sp-page-title {
  padding: 100px 0 130px 0;
  background-image: linear-gradient(224deg, #e87862 0%, #e87862 20%, #e87862 90%, #e87862 100%);
  border: none;
}

.sp-page-title .sp-page-title-sub-heading {
  font-size: 52px;
  font-weight: 300;
  line-height: 1.2;
  max-width: 1200px;
  margin-top: 10px;
  text-align: center;
}

@media (max-width: 991px) and (min-width: 768px)
.sp-page-title .sp-page-title-sub-heading {
  font-size: 36px;
}

/* Template buttons edit */
.sppb-btn.sppb-btn-default {
  color: #0345bf;
  background-color: #fff;
}
.sppb-btn.sppb-btn-default:focus, .sppb-btn.sppb-btn-default:hover {
  color: #fff;
  border-color: #0345bf;
  background-color: #0345bf;
  box-shadow: none;
}
.sppb-btn.sppb-btn-primary {
  background-image: linear-gradient(224deg, #e87862 0%, #e87862 100%);
  border: none;
}
.sppb-btn.sppb-btn-primary:hover, .sppb-btn.sppb-btn-primary:focus {
  background-image: linear-gradient(-224deg, #e87862 0%, #e87862 100%);
}
.sppb-btn.sppb-btn-link {
  color: #e87862;
  background-color: transparent;
  padding: 0;
}
.sppb-btn.sppb-btn-link:hover, .sppb-btn.sppb-btn-link:focus {
  color: rgba(3, 69, 191, 0.8);
  text-decoration: none;
}
.sppb-btn.sppb-btn-info {
  background-color: transparent;
  border: 1px solid #fff;
}
.sppb-btn.sppb-btn-info.sppb-btn-outline {
  border-color: #8a4545;
  color: #8a4545;
}
.sppb-btn.sppb-btn-info.sppb-btn-outline:hover, .sppb-btn.sppb-btn-info.sppb-btn-outline:focus {
  background-color: #8a4545;
  color: #fff;
}
.sppb-btn.sppb-btn-info:hover, .sppb-btn.sppb-btn-info:focus {
  background-color: #fff;
  color: #0345bf;
}

/* section backgrounds edit */
.sp-page-builder .page-content #section-id-1536055661930 {
    background-image: linear-gradient(90deg, rgba(242,242,242,1) 50%, #f06626 50%) !important;
}

/* to-top edit */
.sp-scroll-up {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 110px !important;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #333;
  border-radius: 3px;
  z-index: 1000;
}