/*------------------------------------*
   $MISC
*------------------------------------*/
/*!* highlight nav item for active page *!*/
/*nav a.current {*/
/*color: #CB1B2C !important;*/
/*}*/

@media only screen and (max-width: 639px) {
  .media.image-overlay .overlay .wrapper h1 {
    font-size: 2rem;
    letter-spacing: 2px;
  }
}

.js-media-query {
  height: 1px;
  width: 1px;
  display: none;
  float: left; }
  @media only screen and (max-width: 1024px) {
    .js-media-query {
      float: none; } }
  @media only screen and (max-width: 768px) {
    .js-media-query {
      float: none; } }

.js-media-query--414 {
  height: 1px;
  width: 1px;
  display: none;
  float: left; }
  @media only screen and (max-width: 414px) {
    .js-media-query--414 {
      display: block;
      float: none; } }
  @media only screen and (max-width: 375px) {
    .js-media-query--414 {
      float: right; } }


div#shopApparel {
    padding-top: 30px;
}

.flex-valign {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

/*------------------------------------*
   $BUTTONS
*------------------------------------*/

.btn-container--hero,
.btn-container--product {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 10px;
}

.btn-container--product {
  padding: 0 0 30px;
}


a.button.outline-white,
a.button.outline-black  {
    background-color: transparent;
    border: medium solid #fff;
    color: #fff;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    cursor: pointer;
}

a.button.outline-black {
    border: medium solid #4d4d4d;
    color: #000;
    /*margin: 0 !important;*/
}

a.button.outline-white:hover {
   background: #ffffff;
   color: #000;
}
a.button.outline-black:hover {
   background: #4d4d4d;
   color: #ffffff;
}

a.button.solid-white,
a.button.solid-black {
  background-color: #fff;
  border: none;
  color: #000;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  cursor: pointer;
}
a.button.solid-black {
  background-color: #000;
  color: #fff;
}
a.button.solid-black:hover {
  background-color: #fff;
  color: #000;
}
a.button.solid-white:hover {
  background-color: #000;
  color: #fff;
}

.btn-container--hero a.button {
    display: inline-block;
    font-weight: 600;
    margin: 10px;
    padding: 12px 20px;
}

.espot .btn-container--hero a.button {
  font-size: 0.85rem;
}

@media only screen and (max-width: 768px) {
  .espot .btn-container--hero a.button {
    margin: 4px;
  }
}
@media only screen and (max-width: 639px) {
  a.button.solid-black {
    background-color: #fff;
    color: #000;
  }
}
@media only screen and (max-width: 414px) {
  .btn-container--hero {
  -webkit-flex-direction: column;
    flex-direction: column;
  }
  .btn-container--hero a.button {
    margin: 5px;
    width: 65%;
    padding: 12px 10px;
  }
}

/*------------------------------------*
   $HEADER STYLES
*------------------------------------*/
.image-overlay .inner > .row {
  max-width: 100%;
}

.header--headline h1,
.header--subhead p {
  font-family: "franklin-gothic-urw-cond","Arial Narrow Bold",Arial,sans-serif;
}

.header--headline.bg-texture h1,
.header--subhead.bg-texture p {
  background-image: url(bg-texture-wheatpaste.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5px 10px;
  display: inline-block;
  width: auto;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  color: #000 !important;
  margin-bottom: 4px;
}
.header--headline.black h1,
.header--subhead.black p {
  color: #000;
}

.media.image-overlay .overlay .wrapper .inner {
    background: transparent;
    color: #fff;
    text-align: center;
}

.media.image-overlay .overlay .wrapper {
    padding: 0% !important;
}

.media.image-overlay .overlay .wrapper h1 {
    font-size: 3rem;
    letter-spacing: 3px;
    color: #fff;
    line-height: 1em;
}

.media.image-overlay .overlay .wrapper h1 span {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1rem;
}

.media.image-overlay .overlay .wrapper .black h1 {
  color: #000;
}

@media only screen and (max-width: 1024px) {
  .media.image-overlay .overlay .wrapper h1 {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 768) {
  .media.image-overlay .overlay .wrapper h1 {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 639px) {
  .header--headline.bg-texture h1,
  .header--subhead.bg-texture p {
    background: none;
    color: #fff !important;
    box-shadow: none;
  }
}

@media only screen and (max-width: 639px) {
  .media.image-overlay .overlay .wrapper h1 {
    font-size: 2.25rem;
    letter-spacing: 1px;
  }
}

.full-width {
  max-width: 100%;
}

.header-main-story {
  /*max-height: 500px;*/
  overflow: hidden;
}

.header--subhead p {
  margin-bottom: 0;
  text-transform: uppercase;
}
.header--subhead.black p {
  color: #000;
}

@media only screen and (max-width: 768px) {
  /*.header-main-story {
    max-height: 600px;
  }*/
  .media.image-overlay {
    /*height: 520px;*/
    background: #000;
  }
  .media.image-overlay .overlay .wrapper .inner {
    vertical-align: bottom;
    padding: 1em 1em 0.5em;
  }
}

@media only screen and (max-width: 639px) {
  /* styles to make up for no tablet image */
  .media.image-overlay {
    height: 760px;
    background: #000;
  }
  .media.image-overlay .overlay .wrapper h1 {
    font-size: 2rem;
  }
  .header--lockup {
    display: none;
  }
}

@media only screen and (max-width: 580px) {
  /* styles to make up for no tablet image */
  .media.image-overlay {
    height: 700px;
  }
}

@media only screen and (max-width: 480px) {
  /* styles to make up for no tablet image */
  .media.image-overlay {
    height: 640px;
  }
}

@media only screen and (max-width: 414px) {
  .media.image-overlay {
    height: 565px;
  }
  .media.image-overlay .overlay .wrapper .inner {
    vertical-align: bottom;
  }
  .inner-content-wrap {
    display: -webkit-box;  
    display: -ms-flexbox;  
    display: -webkit-flex; 
    display: flex; 
    align-items: center;
  }
}

@media only screen and (max-width: 375px) {
  .media.image-overlay {
    height: 565px;
  }
  .media.image-overlay .overlay .wrapper .inner {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/*------------------------------------*
   $SHOP APPAREL
*------------------------------------*/
.category-product-row.apparel .column-content {
  padding: 0 3.5%;
}
.category-product-row.apparel .product.teaser .view {
  min-height: 385px;
}
@media only screen and (max-width: 1024px) {
  .category-product-row.apparel .product.teaser .view {
    min-height: 285px;
  }
}
@media only screen and (max-width: 768px) {
  .category-product-row.apparel .product.teaser .view {
    min-height: 215px;
  }
}
@media only screen and (max-width: 414px) {
  .category-product-row.apparel .product.teaser .view {
    min-height: 270px;
  }
}
@media only screen and (max-width: 375px) {
  .category-product-row.apparel .product.teaser .view {
    min-height: 245px;
  }
}

/*------------------------------------*
   $MISC OVERRIDES
*------------------------------------*/
@media only screen and (max-width: 375px) {
  .category-header-headline {
    font-size: 32px;
  }
}


/*------------------------------------*
  $IMAGE W OVERLAY 2
*------------------------------------*/
.image_with_overlay2 {
  max-width: 1920px;
  margin: 0 auto;
}
/*------------------------------------*
  $OVERLAY COMPONENT TYPOGRAPHY
*------------------------------------*/
.overlay-header h3 {
  font-size: calc( 1.75em + (4.5 - 1.75) * (100vw - 20em) / (120 - 20) );
  padding: 0px 10px;
  display: inline;
  line-height: 1.35em;
  letter-spacing: 0.025em;
}

.overlay-header h1,
.overlay-header h2 {
  font-size: calc( 1.75em + (4.5 - 1.75) * (100vw - 20em) / (120 - 20) );
  padding: 0px;
  display: inline;
  line-height: 1.5em;
  letter-spacing: 0.025em;
}

.overlay-header h1 {
  color: #fff !important;
  line-height: 1.0em;
}
.overlay-header h2 {
  color: #000 !important;
  line-height: 1.0em;
}
.overlay-header h3 {
  color:#000 !important;
  background-image: url(bg-texture-wheatpaste.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.overlay-header h4,
.overlay-header h5,
.overlay-header h6 {
  font-size: calc( 12px + (18 - 12) * (100vw - 320px) / (1920 - 320));
  font-weight: 300;
  line-height: 1.4em;
  margin: 5px 0 15px;
  text-transform: none;
font-family: Helvetica, Helvetica Neue,Arial,sans-serif;
}
.overlay-header h4 {
  color: #fff !important;
}
.overlay-header h5 {
  color: #000 !important;
}
.overlay-header h6 {
  color: #000 !important;
}
.overlay-content h6 span {
  background-image: url(bg-texture-wheatpaste.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  padding: 0 5px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* updated 4/02/19 to fix Global codebase update */
div.overlay-header div.row.overlay-content{
  /*max-width:1440px;*/
  max-width: 96%;
  margin: 0 auto;
}

.secondary.button.wht {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.secondary.button.wht:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .secondary.button.wht {
    background-color: #000;
    border-color: #000;
    color: #fff;
  }
  .secondary.button.wht:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
  }
}

/*styles for mobile overlay below image */
.below-image.overlay-header {
  background: #fff;
  padding-top: 0;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  .below-image.overlay-header {
    padding: 0;
  }
}
.below-image.overlay-header h1,
.below-image.overlay-header h2,
.below-image.overlay-header h3,
.below-image.overlay-header h4,
.below-image.overlay-header h5,
.below-image.overlay-header h6 {
  text-align: center;
}
.below-image.overlay-header h6 {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .media .overlay-header{
    overflow:visible;
  }

  .overlay-header h1,
  .overlay-header h2,
  .overlay-header h3,
  .overlay-header h4,
  .overlay-header h5,
  .overlay-header h6 {
    color:#000 !important;
    background-image: none;
    box-shadow: none;
    display: block;
  }

  .overlay-header h6 span {
    background-image: none;
    box-shadow: none;
  }

  .overlay-header h1,
  .overlay-header h2,
  .overlay-header h3{
    line-height: 1.0em;
  }

  div.overlay-header div.overlay{
    position:relative !important;
  }

  div.overlay-header div.wrapper{
    position:relative !important;
  }

  .media .overlay .wrapper .inner{
    background-color:#fff;
  }
}

@media only screen and (max-width: 640px) {
  .carouselslideimagewithoverlay .overlay-content, .image_with_overlay2 .overlay-content {
    padding: 0.35em;
  }
}
/*------------------------------------*
  $MOBILE SUBNAV OVERRIDES
*------------------------------------*/
@media only screen and (max-width: 1024px) {
  .category-subnav-container {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }
  .category-subnav {
    height: 60px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mobile-btn {
    background: #fff;
    box-shadow: none;
    color: #000;
  }
}

/* added 9/18/17
- make image link work for overlay -
*/
.media.overlay-header .overlay .wrapper>a:nth-child(1) {
 display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

/* 2019.04.29
- class to make block overlay content have paper bg -
 */
/*@media only screen and (min-width: 641px) {*/
  /*.overlay-header.paper-bg .overlay-content > div {*/
    /*background: url(https://images.vans.com/is/image/VansBrand/bg-texture-wheatpaste?wid=400);*/
    /*padding: 10px;*/
    /*box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);*/
  /*}*/
/*}*/
