/* ----- BASE ---------------- */
/* ----- LAYOUT ---------------- */
.page-wrapper {
  width: 990px;
  margin: 0 auto;
}
@media (min-width: 1125px) {
  .page-wrapper {
    width: 1125px !important;
  }
}
/* HEADER */
.page-head {

}
.page-logo {
  margin: 0;
}
/* NAV */
.nav-page__menu {
  margin-left: 0 !important;
}
/* ----- BLOCKS ---------------- */
/* SEARCH */
.search__btn {
  display: none;
}
.search__input:focus,
.search__input:active {
  outline: 0;
}
.unstyled-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header-nav-more-menu .made-in-nyc {
  margin-right: 0 !important;
}
.footer-main-menu li:last-child {
  margin-right: 0;
}
.third-module--pinterest {
  width: 977px;
}
@media (min-width: 1125px) {
  .third-module--pinterest {
    width: 1099px;
  }
}

.third-module--pinterest-vertical {
  width: 360px;
}

/* SPLASH */
/*.splash {
  position: relative;
  overflow: hidden;
}
.splash__media {
  display: block;
  width: 100%;
}
.splash__body {
  position: absolute;
  max-width: 90%;
}
.splash__body.top    {top: 10px;}
.splash__body.bottom {bottom: 10px;}
.splash__body.left   {left: 10px;}
.splash__body.right  {right: 10px;text-align:right}
.splash__label {
  padding: 3px 10px;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #f03011;
  color: #FFFFFF;
  display: inline-block;
}
.splash__title {
  max-width: 380px;
  padding: 10px;
  margin-top: 5px;
  font-weight: 600;
}
.splash__title--light-text-on-dark-image {color: #FFFFFF; background: rgb(0,0,0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8;}
.splash__title--light-text-on-dark-image:hover{color: rgba(255, 255, 255, 0.92);}
.splash__title--dark-text-on-light-image {color: #000000; background: rgb(255,255,255); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); -moz-opacity: 0.7; -khtml-opacity: 0.7; opacity: 0.7;}
.splash__title--dark-text-on-light-image:hover { color: rgba(0, 0, 0, .92);}
.splash__title--dark-text-no-image {color: #000;}
.splash__title--light-text-no-image {color: #FFF;}
.splash__title:hover {background: rgb(0, 119, 238); -m*/s-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; color:#fff;}
