/* HERO */
.se-hero .block-bg-img,
.se-lp-hero .block-bg-img {
  padding: 12% 10%;
}

.sePage .sePageLayout .se-hero h1,
.sePage .sePageLayout .se-hero h2 {
  margin: 22px auto 8px;
}

.sePage .sePageLayout .se-hero p {
  margin: 0px auto 11px;
  font-size: 18px;
}

.sePage .sePageLayout .se-lp-hero h1 {
  margin: 22px auto;
}

/* FULL WIDTH 2 COLUMN FEATURE */
.se-2col-fw-feature .content-block-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.se-2col-fw-feature .content-block-column {
  width: 100%;
}

.se-2col-fw-feature .content-block-column:first-child {
  min-height: 360px;
}

.se-2col-fw-feature .content-block-column:last-child {
  padding: 45px 30px;
  text-align: center;
}

.se-2col-fw-feature .custom1-6 .col-sm-push-6 {
  left: inherit;
}

.se-2col-fw-feature .custom1-6 .col-sm-pull-6 {
  right: inherit;
}

/* SHOPPING CARDS */
.se-shop-cards .editContent {
  border: 1px solid #b9b9b9;
}

.se-shop-cards .content-block-content {
  padding: 0px 22px;
}

.sePageContent .sePageSection.se-shop-cards {
  margin-bottom: 0px;
}

.se-shop-cards .col-margin-bottom {
  margin-bottom: 30px;
}

/* SHOP LINKS */
.se-shop-links .content-block-column::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.15);
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.se-shop-links .editContent, .se-shop-links .content-block-column {
  position: relative;
}

.sePageContent .sePageSection.se-shop-links {
  margin-bottom: 0px;
}

.se-shop-links .col-margin-bottom {
  margin-bottom: 30px;
}

.sePage .sePageLayout .se-shop-links h3 {
  margin-top: 22px;
}

.seResponsive .se-shop-links .content-block-column .btn {
  margin-bottom: 22px;
}

/* HEADER EDITS */
.sePageLayout .seHeaderTopRow,
.sePageLayout .seUserAction {
  background: #f6961d;
}

.wsoffcanvasopener .wsmobileheader #wsnavtoggle span {
  background-color: #231f20;
}

.sePageLayout .seNavbar .navbar-nav>.is-active>a,
.sePageLayout .seNavbar .navbar-nav>.is-active>a:focus,
.sePageLayout .seNavbar .navbar-nav>.is-active>a:hover {
  color: #f6961d;
}

.sePageHeader {
  background: #e9e9e9;
}

/* FOOTER EDITS */
.se-section-border-bottom {
  border-bottom: 1px solid #b9b9b9;
}

.sePage .sePageLayout .seFooterList {
  border-top: 1px solid #b9b9b9;
}

div#reviewDiv {
  left: 0px;
}

a#reviewbutton {
  color: #231f20;
  background-color: #f6961d;
}

div#reviewDiv {
  position: fixed;
  right: 0px;
  z-index: 10;
  bottom: 0;
}

a#reviewbutton {
  color: #231f20;
  background-color: #f6961d;
  padding: 12px 24px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.5s;
  z-index: 1000;
  display: inline-block;
  border-top-right-radius: 4px;
}

@media only screen and (min-width: 992px) {

  /* SHOP LINKS */
  .se-shop-links .custom3-3 .block-bg-img {
    padding: 75px 15px;
  }

  /* FULL WIDTH 2 COLUMN FEATURE */
  .se-2col-fw-feature .content-block-column:first-child {
    min-height: 480px;
  }

  .se-2col-fw-feature .content-block-column {
    width: 50%;
  }

  .se-2col-fw-feature .custom1-6 .col-sm-push-6 {
    left: 50%;
  }

  .se-2col-fw-feature .custom1-6 .col-sm-pull-6 {
    right: 50%;
  }

  .se-2col-fw-feature .content-block-column:last-child {
    padding: 45px 60px;
  }
}
