/* TYPOGRAPHY */
.btn {
  padding: 7px 22px 6px;
}

.sePage .sePageLayout .block-bg-img a.btn.btn-primary {
  margin-bottom: 22px;
}

.sePage .sePageLayout .mapboxgl-map .marker .seIcon {
  color: #b30000;
}

.sePage .sePageLayout .sePageMain .se-text-white h1,
.sePage .sePageLayout .sePageMain .se-text-white h2,
.sePage .sePageLayout .sePageMain .se-text-white h3,
.sePage .sePageLayout .sePageMain .se-text-white h4,
.sePage .sePageLayout .sePageMain .se-text-white h5,
.sePage .sePageLayout .sePageMain .se-text-white h6,
.sePage .sePageLayout .sePageMain .se-text-white p,
.sePage .sePageLayout .sePageMain .se-text-white a:not(.btn),
.sePage .sePageLayout .sePageMain .se-text-white a:not(.btn):visited {
  color: #fff;
}

.sePage .sePageLayout .sePageMain a:not(.btn) {
  text-decoration: underline;
}

.sePage .sePageLayout .sePageMain h1 a:not(.btn),
.sePage .sePageLayout .sePageMain h2 a:not(.btn),
.sePage .sePageLayout .sePageMain h3 a:not(.btn),
.sePage .sePageLayout .sePageMain h4 a:not(.btn),
.sePage .sePageLayout .sePageMain h5 a:not(.btn),
.sePage .sePageLayout .sePageMain h6 a:not(.btn),
.sePage .sePageLayout .sePageMain .seProductListContainer a:not(.btn),
.sePage .sePageLayout .sePageMain .seProductBreadcrumb a:not(.btn),
.sePage .sePageLayout .sePageMain .seProductTabWrapper a:not(.btn),
.sePage .sePageLayout .sePageMain .seCatalogWidget a:not(.btn),
.sePage .sePageLayout .sePageMain .seCatalogHomePage a:not(.btn),
.sePage .sePageLayout .sePageMain .sePageSectionCatalog a:not(.btn),
.sePage .sePageLayout .sePageMain a.seItemName:not(.btn) {
  text-decoration: none;
}

.sePage .sePageLayout .sePageMain .seProductListContainer .seIntroText a:not(.btn),
.sePage .sePageLayout .sePageMain a:not(.btn):hover {
  text-decoration: underline;
}

.sePage .sePageLayout h2.se-catalog-intro-heading {
  font-size: 24px;
}

.se-catalog-intro-heading::after {
  display: block;
  margin-top: 5px;
  background-color: #007db9;
  width: 100%;
  height: 2px;
  content: '';
}

/* BUTTON GROUP */
.se-btn-group,
.se-btn-stack {
  flex-direction: column;
  display: inline-flex;
}

.seResponsive .content-block-column .se-btn-group .btn,
.seResponsive .content-block-column .se-btn-stack .btn {
  margin-bottom: 22px;
}

.seResponsive .content-block-column .se-btn-group .btn:not(:last-child),
.seResponsive .content-block-column .se-btn-stack .btn:not(:last-child) {
  margin-bottom: 5px;
}

/* HERO */
.sePage .sePageLayout .sePageMain .se-hp-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-hp-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-hp-hero, .sePage .sePageLayout .sePageMain .se-lp-hero {
  position: relative;
  overflow: hidden;
}

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

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

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

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

/* SHOP LINKS WITH TEXT */
.se-shop-text-links {
  padding: 0 15px;
}

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

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

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

.se-shop-links {
  padding: 0 15px;
}

.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 h2 {
  margin: 22px auto 8px;
}

.sePage .sePageLayout .se-shop-links h2 span {
  font-size: 18px;
  letter-spacing: 0.5px;
}

.sePage .sePageLayout .se-shop-links p {
  margin: 0px auto 11px;
}

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

/* LOGO SLIDER */
.se-logo-slider-section .row {
  margin-left: 0;
  margin-right: 0;
}

.se-logo-slider-section .slick-track {
  display: flex;
  align-items: center;
  height: 90px;
}

.se-logo-slider-section .slick-slide {
  position: relative;
  padding: 0;
}

.se-logo-slider-section .slick-slide>div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  height: 100%;
}

.se-logo-slider-section a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.se-logo-slider-section a img {
  transition: 0.5s ease;
  max-height: 75px;
}

.se-logo-slider-section a img:hover {
  opacity: 0.7;
}

/* FOOTER */
.se-footer-info .fa-2x {
  padding: 0 4px;
}

.se-footer-info .seContentBlockFooter .col-margin-bottom:first-child {
  margin-bottom: 30px;
}

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

  /* BUTTON GROUP */
  .seResponsive .content-block-column .se-btn-group .btn:not(:last-child) {
    margin-right: 5px;
    margin-bottom: 22px;
  }

  .se-btn-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

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

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

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

  /* SHOP LINKS WITH TEXT */
  .se-shop-text-links .content-block-content {
    padding: 0 15px;
  }

  /* FOOTER */
  .se-footer-info .seContentBlockFooter .col-margin-bottom:first-child {
    margin-bottom: 0px;
  }
}
