/* BUTTON EDTIS */
.btn {
  padding: 8px 22px;
}

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

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

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


/* TYPOGRAPHY */
.block-bg-img .h1,
.block-bg-img .h2,
.block-bg-img .h3,
.block-bg-img h1,
.block-bg-img h2,
.block-bg-img h3 {
  margin-top: 22px;
}

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

.sePage .sePageLayout .sePageMain .vbp-text-white a:not(.btn):hover {
  color: #fff;
  text-decoration: underline;
}

/* DIVIDERS */
.sePageLayout .bordered-top-bottom-block,
.sePageLayout .bordered-top-bottom-block2 {
  border-width: 1px 0;
  border-color: #CA0000;
}

/* HERO */
.sePage .sePageLayout .sePageMain .vbp-hp-hero .content-block-column,
.sePage .sePageLayout .sePageMain .vbp-lp-hero .content-block-column {
  position: relative;
  z-index: 1;
  padding: 14% 10%;
}

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

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

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

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

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

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

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

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

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

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

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

/* SHOP LINKS */
.vbp-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;
}

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

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

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

.sePage .sePageLayout .vbp-shop-links h2 {
  margin-top: 22px;
  text-transform: uppercase;
}

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

/* CATAGORY LINKS */
.vbp-catagory-links ul {
  margin-top: 22px;
  margin-bottom: 22px;
  padding-left: 0;
  list-style-type: none;
}

.vbp-catagory-links li:not(:last-child) {
  border-bottom: 1px solid #333;
}

.vbp-catagory-links li {
  padding: 10px 0;
}

.vbp-catagory-links li a {
  text-decoration: none;
  text-transform: uppercase;
}

.vbp-catagory-links li a:hover {
  text-decoration: underline;
}

/* HEADER UPDATES */
.sePageTopWrapper .sePageHeader {
  border-bottom: 3px solid #000;
}

.sePageHeader .seHeaderActions .seSiteLogo .seSiteLogoWrapper {
  padding: 15px 15px 0px;
}

.sePage .sePageLayout .seNavbar .navbar-nav>li>a {
  text-transform: uppercase;
}

.sePageHeader .seHeaderActions .seHeaderMobileActions {
  padding: 0 15px 15px;
  border-bottom: none;
}

.seSiteNavigator .navbar-nav .is-drilldown-submenu .is-drilldown-submenu-parent>.mobile-megamenu-title,
.seSiteNavigator .navbar-nav .is-drilldown-submenu .is-drilldown-submenu-parent>.mobile-megamenu-title,
.seSiteNavigator .navbar-nav .is-drilldown-submenu .is-drilldown-submenu-parent>.mobile-megamenu-title {
  text-transform: uppercase;
}

.sePage .sePageLayout .seNavbar {
  background: hsla(0, 0%, 87%, .98);
  border-color: #ffffff;
  margin-top: 3px;
}

.sePageHeader .seHeaderActionsSearch:after {
  content: "";
  display: block;
  height: 3px;
  background-color: #000;
  width: calc(100% - 7px);
  bottom: 7px;
  left: 7px;
  position: absolute;
  text-align: center;
}

.seIconSearch:before {
  content: "\f002";
  color: #CA0000;
}

/* SEARCH TEXT COLOR */
.sePageLayout .seSiteSearchForm .input-group>.input-group-btn>.btn.seSearchButton {
  color: #000;
}

.seSearchBox {
  color: #000;
}

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

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

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

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

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

/* CATALOG EDIT */
.sePriceLabel,
.seSpecialPrice {
  color: #CA0000;
}

/* LOCATION PAGE EDITS */
.seStoreInformationWrapper .seStoreInformationColumn .seStoreInformation {
  border: 1px solid #CA0000;
}

.seStoreInformationWrapper .seStoreInformationColumn .seStoreInformation .seStoreDBA {
  border-bottom: 3px solid #000;
}

.seStoreInformationWrapper .seSingleStoreMap {
  border: 1px solid #000;
}

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

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

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

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

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

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

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

  /* CATAGORY LINKS */
  .vbp-catagory-links li,
  .vbp-catagory-links li:not(:last-child) {
    border: 0;
  }

  .vbp-catagory-links li:not(:last-child) {
    border-right: 1px solid #333;
  }

  .vbp-catagory-links li {
    display: inline;
    padding: 2px 20px;
  }

  /* HEADER UPDATES */
  .sePageLayout .seNavbar .navbar-nav>li:not(.seMobiActions).open>a:after,
  .sePageLayout .seNavbar .navbar-nav>li:not(.seMobiActions)>a:focus:after,
  .sePageLayout .seNavbar .navbar-nav>li:not(.seMobiActions)>a:hover:after {
    background-color: #CA0000;
  }

  .sePage .sePageLayout .seNavbar {
    background: transparent;
    border-color: transparent;
    margin-top: 0px;
  }

  .sePageHeader .seHeaderActions .seHeaderMobileActions {
    padding: 0;
  }

  .sePageHeader .seHeaderActionsSearch:after {
    content: "";
    display: block;
    height: 3px;
    background-color: #000;
    width: 100%;
    left: 0;
    bottom: 5px;
    position: absolute;
    text-align: center;
  }

  .sePageLayout .seSiteSearchForm .input-group .form-control {
    height: 25px;
  }

  .seSiteSearchForm .input-group>.input-group-btn>.btn {
    height: 25px;
    width: 25px;
  }

  .sePageLayout .seNavbar .navbar-nav>li:not(.seMobiActions)>a:after {
    height: 6px;
    background-color: transparent;
    width: calc(100% - 22px);
    display: block;
    content: "";
    margin-top: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
  }

  .navbar {
    position: relative;
    min-height: auto;
  }

  .sePageLayout .seNavbar .navbar-nav .link-list li a {
    padding: 11px 7px;
  }

  .sePageLayout .seNavbar .navbar-nav li a {
    padding: 15px 22px;
  }

  .megamenu .link-list li a.title {
    text-transform: uppercase;
  }

  .sePageHeader .seHeaderActionsSearch:after {
    background-color: #000;
  }
}

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

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

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

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