/* TYPOGRAPHY */
.sePage .sePageLayout h1,
.sePage .sePageLayout h2,
.sePage .sePageLayout h3,
.sePage .sePageLayout h4,
.sePage .sePageLayout h5,
.sePage .sePageLayout h6 {
  font-family: itc-avant-garde-gothic-pro, "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

.sePage .sePageLayout .block-bg-img h1 {
  font-size: 48px;
}

.sePage .sePageLayout .block-bg-img h2 {
  font-size: 36px;
}

.btn {
  padding: 8px 22px;
}

/* HERO */
.se-hero .block-bg-img {
  padding: 16% 8%;
}

.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: 24px;
}

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

.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 */
.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 .block-bg-img {
  padding: 60px 15px;
}

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

/* SPECIAL PRICE */
.sePriceLabel, .seSpecialPrice {
  color: #CE1A2B;
}

/* FOOTER */
.sePage .sePageLayout .seFooterList {
  border-top: 2px solid #a3a3a3;
}

.se-footer-social .editContent {
  border-top: 2px solid #a3a3a3;
  border-bottom: 2px solid #a3a3a3;
  padding: 7px 0;
}

.se-footer-social .seContentBlockFooter {
  margin-top: 0px;
  margin-bottom: 0px;
}

.sePage .sePageFooter .seContentBlockFooter h3 {
  color: #fff;
  font-size: 23px;
}

/* LOCATION PAGE */
.seStoreInformationWrapper .seStoreInformationColumn .seStoreInformation .seStoreDBA h1 span.seStoreLocationDBA {
  font-size: 32px;
}

.seStoreInformationWrapper .seStoreInformationColumn .seStoreInformation .seStoreDBA {
  border-bottom: 2px solid #CE1A2B;
}

.seStoreInformationWrapper .seStoreInformationColumn .seStoreInformation {
  border: none;
  background: #e5e5e5;
  padding-top: 11px;
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 22px;
}

/* SEARCH TEXT COLOR */
.seSiteSearchForm .input-group>.input-group-btn .seIconSearch {
  font-size: 16px;
  color: #1a1a1a;
}

.seSiteSearchForm .input-group>.input-group-btn>.btn {
  padding: 5px 10px;
  font-size: 16px;
}

.sePageLayout .sePageHeader .seSearchButton.btn-default:hover {
  color: #1a1a1a;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}

.sePageLayout .seSiteSearchForm .input-group>.input-group-btn>.btn.seSearchButton {
  color: #1a1a1a;
}

.seSearchBox {
  color: #1a1a1a;
}

.sePageLayout .seSiteSearchForm .input-group .form-control::-ms-input-placeholder {
  color: #1a1a1a;
}

.sePageLayout .seSiteSearchForm .input-group .form-control:-ms-input-placeholder {
  color: #1a1a1a;
}

.sePageLayout .seSiteSearchForm .input-group .form-control::-moz-placeholder {
  color: #1a1a1a;
}

.sePageLayout .seSiteSearchForm .input-group .form-control::placeholder {
  color: #1a1a1a;
}

.sePageHeader .seHeaderActions .seSiteSearchForm .twitter-typeahead pre {
  color: #1a1a1a !important;
}

/* HEADER */
.sePageHeaderWrapper .row .seStoreData .seSiteLogo {
  padding: 15px 0;
}

.sePageHeaderWrapper .row .seStoreData .seSiteLogo {
  margin-bottom: 0px;
}

.sePageLayout .sePageHeader {
  background: #1a1a1a;
}

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

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

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

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

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

@media (min-width: 768px) {
  .navbar-nav>li>a {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .sePageLayout .sePageLayoutWrapper .navbar {
    border-color: #1a1a1a;
    border-top-color: #fff !important;
    border-bottom-color: #fff !important;
    border-top-width: 2px;
    border-bottom-width: 2px;
  }

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

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

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