/* HEADER */
.sePage .sePageLayout .sePageHeader {
  background-image: url("https://www.sefiles.net/merchant/713/images/template/header_orange.jpg");
}

.sePageHeaderWrapper .seSiteLogo {
  text-align: left;
  margin-top: 20px;
}

.sePage .sePageLayout .sePageBanner a:not(.btn) {
  color: #020202;
}

.sePage .sePageLayout .sePageBanner p {
  color: #020202;
  margin: 0 auto;
}

.sePage .sePageLayout .sePageBanner a:not(.btn):hover {
  color: #020202;
  text-decoration: underline;
}

.sePage .sePageLayout .sePageBanner div.mrc-banner-callout {
  background-color: #e2e2e2;
  border-bottom: 1px solid #b2b2b2;
  padding: 11px;
  text-align: center;
}

/* FOOTER */
.seContentBlockFooter .social-icon a {
  margin: 0px 11px;
}

/* MAP PIN */
.sePage .sePageLayout .mapboxgl-map .marker .seIcon {
  color: #b30000;
}

/* BORDER */
.se-section-border-bottom {
  border-bottom: 1px solid #b2b2b2;
}

/* LINKS */
.sePageLayout .sePageSectionResponsive a:not(.btn) {
  text-decoration: underline;
}

.sePageLayout .sePageSectionResponsive .seCatalogWidget a,
.sePage .sePageLayout .sePageMain h1 a:not(.btn),
.sePage .sePageLayout .sePageHeader h1 a:not(.btn),
.sePage .sePageLayout .sePageMain h2 a:not(.btn),
.sePage .sePageLayout .sePageHeader h2 a:not(.btn),
.sePage .sePageLayout .sePageMain h3 a:not(.btn),
.sePage .sePageLayout .sePageHeader h3 a:not(.btn),
.sePage .sePageLayout .sePageMain h4 a:not(.btn),
.sePage .sePageLayout .sePageHeader h4 a:not(.btn),
.sePage .sePageLayout .sePageMain h5 a:not(.btn),
.sePage .sePageLayout .sePageHeader h5 a:not(.btn),
.sePage .sePageLayout .sePageMain h6 a:not(.btn),
.sePage .sePageLayout .sePageHeader h6 a:not(.btn) {
  text-decoration: none;
}

.sePageLayout .sePageSectionResponsive .seCatalogWidget a:hover,
.sePage .sePageLayout .sePageMain h1 a:not(.btn):hover,
.sePage .sePageLayout .sePageHeader h1 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain h2 a:not(.btn):hover,
.sePage .sePageLayout .sePageHeader h2 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain h3 a:not(.btn):hover,
.sePage .sePageLayout .sePageHeader h3 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain h4 a:not(.btn):hover,
.sePage .sePageLayout .sePageHeader h4 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain h5 a:not(.btn):hover,
.sePage .sePageLayout .sePageHeader h5 a:not(.btn):hover,
.sePage .sePageLayout .sePageMain h6 a:not(.btn):hover,
.sePage .sePageLayout .sePageHeader h6 a:not(.btn):hover {
  text-decoration: underline;
}

/* HERO */
.sePage .sePageLayout .sePageMain .se-hero .content-block-column,
.sePage .sePageLayout .sePageMain .se-lp-hero .content-block-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  padding: 14% 10%;
}

.sePage .sePageLayout .sePageMain .se-hero::after,
.sePage .sePageLayout .sePageMain .se-lp-hero::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 0;
  width: 100%;
  content: '';
}

.sePage .sePageLayout .sePageMain .se-hero,
.sePage .sePageLayout .sePageMain .se-lp-hero {
  position: relative;
  overflow: hidden;
}

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

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

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

/* 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 #b2b2b2;
}

.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;
}

.se-shop-links .block-bg-img {
  padding: 90px 15px;
}

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

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

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

  /* HEADER */
  .sePageHeaderWrapper .seHeaderActions .seUserActionsList>li:last-child {
    padding-right: 10px;
  }

  .sePageHeaderWrapper .seHeaderActions .seUserActionsList>li:first-child {
    padding-left: 5px;
  }

  .sePageHeaderWrapper .seHeaderActions .seHeaderActionsInner {
    background: #ff7818;
    border: 1px solid #ff7818;
  }

  .navbar-nav>li>a {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .sePageLayout .seNavbar .navbar-nav>li>a:focus,
  .sePageLayout .seNavbar .navbar-nav>li>a:hover {
    padding-bottom: 6px;
  }

  /* FOOTER */
  .mrc-footer-logos .col-md-2 {
    width: 20%;
  }

  /* 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;
  }
}
