#header {
  width: 100%;
  height: 90px;
  top: 0;
  z-index: 1200;
}
@media (min-width: 768px) {
  #header {
    position: fixed;
    height: 60px;
  }
}
.header {
  background: #fff;
  width: 100%;
  height: 90px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .header {
    height: 150px;
    -webkit-transition: all 0.15s cubic-bezier(0.5, 0.3, 0.5, 0.7);
    transition: all 0.15s cubic-bezier(0.5, 0.3, 0.5, 0.7);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible;
  }
  .header.slim {
    -webkit-transform: translate3d(0, -90px, 0);
    transform: translate3d(0, -90px, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.3, 0.5, 0.7);
    transition: all 0.3s cubic-bezier(0.5, 0.3, 0.5, 0.7);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.04);
  }
  .header.slim h1 {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .header.slim .header__nav {
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.3, 0.5, 0.7);
    transition: all 0.3s cubic-bezier(0.5, 0.3, 0.5, 0.7);
    -webkit-transform: translate3d(0, 44px, 0);
    transform: translate3d(0, 44px, 0);
  }
  .header.slim .logo {
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.3, 0.5, 0.7);
    transition: all 0.3s cubic-bezier(0.5, 0.3, 0.5, 0.7);
    -webkit-transform: translate3d(0, 78px, 0);
    transform: translate3d(0, 78px, 0);
    height: 32px;
  }
}
.header__nav {
  padding: 0;
  margin-top: 5px;
  text-align: center;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 38px;
  justify-content: space-evenly;
  align-items: center;
}
@media (min-width: 768px) {
  .header__nav {
    -webkit-transition: all 0.15s cubic-bezier(0.5, 0.3, 0.5, 0.7);
    transition: all 0.15s cubic-bezier(0.5, 0.3, 0.5, 0.7);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible;
    padding: 62px 0 10px;
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    right: 0;
  }
}
.header__nav-item {
  display: inline-block;
  margin: 0;
}
@media (min-width: 768px) {
  .header__nav-item {
    margin: 0 20px;
  }
}
@media (min-width: 992px) {
  .header__nav-item {
    margin: 0 30px;
  }
}
.header__nav-item a {
  color: #181715;
  line-height: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px 5px;
  position: relative;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  .header__nav-item a {
    letter-spacing: 2px;
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .header__nav-item a {
    font-size: 14px;
  }
}
.header__nav-item a:hover {
  color: #f95aa2;
}
.header__nav-item--home {
  text-indent: -10000px;
  height: 14px;
  display: none;
}
@media (min-width: 768px) {
  .header__nav-item--home {
    width: 160px;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .header__nav-item--home {
    width: 210px;
  }
}
.navigation-wrapper {
  position: relative;
  font-size: 0;
  width: 100%;
  max-height: 90px;
  z-index: 1000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.search .navigation-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.logo {
  display: block;
  z-index: 100;
  margin: 0 auto;
  width: 110px;
  height: 45px;
  text-align: center;
  vertical-align: middle;
}
.footer .logo {
  position: relative;
  float: left;
}
@media (min-width: 768px) {
  .logo {
    -webkit-transition: all 0.15s cubic-bezier(0.5, 0.3, 0.5, 0.7);
    transition: all 0.15s cubic-bezier(0.5, 0.3, 0.5, 0.7);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 20px auto;
    width: 180px;
    height: 100px;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .logo {
    width: 210px;
    height: 110px;
  }
}
.search .logo {
  -webkit-transform: translate3d(-75px, -16px, 0);
  transform: translate3d(-75px, -16px, 0);
  opacity: 0;
  filter: alpha(opacity=0);
}
@media (max-width: 1199px) {
  .search .logo {
    -webkit-transform: translate3d(-30%, -16px, 0);
    transform: translate3d(-30%, -16px, 0);
  }
}
@media (max-width: 991px) {
  .search .logo {
    -webkit-transform: translate3d(-55px, -20px, 0);
    transform: translate3d(-55px, -20px, 0);
  }
}
.logo:before {
  opacity: 1;
  filter: alpha(opacity=100);
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  width: 100%;
  height: 25px;
  background-image: url('https://res.cloudinary.com/laybabylay/image/upload/rhino_lt35fu.png');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}
@media (min-width: 576px) {
  .logo:before {
    height: 35px;
  }
}
@media (min-width: 768px) {
  .logo:before {
    background-position: top center;
    left: 0px;
    top: 0;
    height: 40px;
  }
}
.logo h1 {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  background-image: url('https://res.cloudinary.com/laybabylay/image/upload/logo_eurtrt.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}
@media (min-width: 768px) {
  .logo h1 {
    background-size: 80%;
  }
}
.nav-link {
  display: inline-block;
  padding: 0 18px;
  color: #3a3a3a;
  font-weight: bold;
  font-size: 12px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  width: 9.25%;
  vertical-align: middle;
}

.footer {
  background: #fff;
  width: 100%;
  padding: 20px 15px;
  margin-top: 20px;
  position: relative;
}
.footer:before,
.footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.footer:after {
  clear: both;
}
@media (min-width: 768px) {
  .footer {
    padding: 40px 20px;
  }
}
@media (min-width: 992px) {
  .footer {
    padding: 60px;
  }
}
.footer .logo {
  position: relative;
  float: none;
  margin: 0 auto 20px;
}
.footer .logo:before {
  display: none;
}
@media (min-width: 768px) {
  .footer .logo {
    position: relative;
    float: left;
    margin: 0;
  }
  .footer .logo:before {
    display: block;
  }
}
.footer__links {
  text-align: center;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .footer__links {
    clear: right;
    float: right;
    margin: 0 auto 25px;
  }
}
.footer__links a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 5px 10px;
  font-size: 11px;
}
@media (min-width: 992px) {
  .footer__links a {
    font-size: 12px;
  }
}
.footer__links a:hover {
  color: #f95aa2;
}
.footer .social-links {
  text-align: center;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .footer .social-links {
    clear: right;
    float: right;
    margin: 0 auto 30px;
  }
}
.footer .social-links a {
  background-position-y: -25px !important;
  margin-right: 10px;
}
.footer .email-signup {
  width: initial;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .email-signup {
    clear: right;
    float: right;
    margin: 0 10px 0 0;
  }
}
.footer .email-signup label {
  display: inline-block;
  position: relative;
  top: -10px;
  line-height: 30px;
  margin-right: 8px;
}
.footer .email-signup .field-wrapper {
  display: inline-block;
  margin: 0;
  width: 250px;
}
.footer .email-signup .email {
  width: 165px;
}
.footer .footer-legal {
  width: 180px;
  text-align: center;
  margin: 20px auto 0;
  font-family: "freight-text-pro", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
}
@media (min-width: 768px) {
  .footer .footer-legal {
    float: left;
    clear: left;
  }
}
@media (min-width: 992px) {
  .footer .footer-legal {
    width: 210px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.postcards {
  width: 100%;
  overflow: hidden;
}
.slick-slider {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}
.slick-list {
  padding-bottom: 30px !important;
}
.slick-dots {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.slick-dots li {
  margin: 0;
  padding: 0 5px;
  display: inline-block;
}
.slick-dots li.slick-active button {
  background-color: #f95aa2;
}
.slick-dots button {
  background-color: #ddd;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  text-indent: -10000px;
}
.slick-arrow {
  background-image: url('https://res.cloudinary.com/laybabylay/image/upload/sprites_lblvio.png');
  margin-top: 25px;
  width: 20px;
  height: 35px;
  display: block;
  z-index: 500;
  background-repeat: no-repeat;
  background-position: -51px -87px;
  background-size: 212px 130px;
  cursor: pointer;
  position: absolute;
  top: 39%;
  text-indent: -10000px;
}
.slick-arrow.slick-next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 40px;
}
.slick-arrow.slick-prev {
  left: 40px;
}
.slick-arrow:before {
  content: ' ';
  position: absolute;
  height: 60px;
  width: 50px;
  top: -20px;
  left: -15px;
}
@media (max-width: 767px) {
  .slick-arrow {
    display: none;
  }
}
.slick-arrow:hover {
  background-position: -51px -51px;
}
.slick-arrow.disabled,
.slick-arrow.disabled:hover {
  opacity: 0.1;
  filter: alpha(opacity=10);
  cursor: default;
  pointer-events: none;
  background-position: -51px -87px;
}

.slick-slide {
  height: auto !important;
  padding-bottom: 35px;
}
@media (min-width: 992px) {
  .slick-slide {
    padding-bottom: 0;
  }
}
.slick-slide a {
  display: block;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.postcard {
  width: 100%;
  padding: 0;
  position: relative;
  opacity: 0.05;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 992px) {
  .postcard {
    padding: 0 15px;
  }
}
.slick-active .postcard {
  opacity: 1;
}
.postcard header {
  -webkit-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  background: #fff;
  position: relative;
  width: auto;
  padding: 25px;
  margin: -60px auto 0;
  width: calc(100% - 60px);
  text-align: center;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 80px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 80px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .postcard header {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 30px;
    margin: 0 auto 30px;
    width: inherit;
    opacity: 0.95;
    max-width: 500px;
    border-radius: 0px;
  }
}
@media (min-width: 992px) {
  .postcard header {
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  .postcard header {
    max-width: 700px;
  }
}
.postcard__category,
.postcard__link {
  color: #f95aa2;
  line-height: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  width: 100%;
  position: relative;
  text-transform: uppercase;
}
.postcard__category {
  margin-bottom: 10px;
  font-weight: 500;
}
.postcard__title {
  font-family: "freight-text-pro", Georgia, "Times New Roman", Times, serif;
  color: #3d3a35;
  line-height: 26px;
  font-size: 24px;
  text-transform: capitalize;
  letter-spacing: 0px;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 576px) {
  .postcard__title {
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  .postcard__title {
    line-height: 32px;
    font-size: 28px;
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  .postcard__title {
    line-height: 36px;
    font-size: 32px;
    max-width: 640px;
  }
}
.postcard__subtitle {
  font-family: "freight-text-pro", Georgia, "Times New Roman", Times, serif;
  color: #4e4b45;
  font-style: italic;
  letter-spacing: 0.07rem;
  text-transform: lowercase;
  line-height: 18px;
  font-size: 15px;
  font-weight: normal;
  margin: 8px 0 15px;
}
@media (min-width: 1200px) {
  .postcard__subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}
.postcard__image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .postcard__image {
    position: relative;
    top: 0;
    left: 0;
  }
}
.postcard__image--wrapper {
  max-height: 340px;
  overflow: hidden;
  position: relative;
  padding-bottom: 75%;
  height: 0;
}
@media (min-width: 576px) {
  .postcard__image--wrapper {
    max-height: 300px;
    padding-bottom: 50%;
  }
}
@media (min-width: 768px) {
  .postcard__image--wrapper {
    max-height: 460px;
    padding-bottom: 50%;
  }
}
@media (min-width: 992px) {
  .postcard__image--wrapper {
    padding-bottom: 0;
    height: auto;
  }
}

.home__container {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .home__container {
    padding: 0 10px !important;
  }
}
.post-filters {
  width: 100%;
  list-style: none;
  height: 40px;
}
.post-filters .post-filter {
  font-size: 14px;
  line-height: 16px;
  height: 40px;
}
.post-filters .post-filter button {
  border: 1px solid #f95aa2;
  border-radius: 0;
  border-left: none;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  padding: 10px;
  font-size: 12px;
  line-height: 14px;
  height: 40px;
}
@media (max-width: 575px) {
  .post-filters .post-filter:nth-child(2) button {
    border-left: 1px solid #f95aa2;
  }
}
.post-filters .post-filter:hover:not(.active) button {
  background: #fff;
}
.post-filters .post-filter.active {
  background: #f95aa2;
}
.post-filters .post-filter.active button {
  -webkit-font-smoothing: antialiased;
  color: #fff;
}
.post-filters .filter-label {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  padding: 10px;
  border: 1px solid #f95aa2;
  height: 40px;
  font-family: "freight-text-pro", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  display: none;
}
@media (min-width: 576px) {
  .post-filters .filter-label {
    display: inline-block;
  }
}
.load-more {
  width: 50%;
  padding: 20px 20px 18px;
  margin: 30px auto;
  background: #f95aa2;
  text-align: center;
  display: block;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.post-summary {
  margin-bottom: 20px;
  z-index: 99;
}
@media (min-width: 768px) {
  .post-summary {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
}
.post-summary__bg {
  -webkit-box-shadow: 0 6px 80px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 80px rgba(0, 0, 0, 0.05);
  padding: 20px;
  background: #fff;
  display: table;
  width: 100%;
}
.post-summary__bg:before,
.post-summary__bg:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.post-summary__bg:after {
  clear: both;
}
@media (min-width: 576px) {
  .post-summary__bg {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .post-summary__bg {
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding: 30px;
    width: 100%;
    max-width: inherit;
  }
}
.post-summary__bg:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.post-summary:hover {
  cursor: pointer;
  z-index: 100;
}
.post-summary:hover .post-summary__bg {
  -webkit-box-shadow: 0 6px 200px rgba(0, 0, 0, 0.08);
  box-shadow: 0 6px 200px rgba(0, 0, 0, 0.08);
  -webkit-transform: translate3d(0, 0, 40px);
  transform: translate3d(0, 0, 40px);
}
.post-summary:hover .post-summary__link {
  color: #f95aa2;
}
.post-summary__content {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .post-summary__content {
    width: calc(100% - 280px);
    text-align: left;
  }
}
.post-summary header {
  margin-bottom: 10px;
}
.post-summary__category {
  color: #f95aa2;
  line-height: 14px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.post-summary__title {
  color: #181715;
  line-height: 30px;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2px;
}
.post-summary__subtitle {
  font-family: "freight-text-pro", Georgia, "Times New Roman", Times, serif;
  color: #4e4b45;
  font-style: italic;
  letter-spacing: 0.07rem;
  text-transform: lowercase;
  line-height: 18px;
  font-size: 14px;
  font-weight: normal;
}
.post-summary__excerpt {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
}
.post-summary__link {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #f95aa2;
  text-transform: uppercase;
}
.post-summary__image {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.post-summary__image--wrapper {
  width: 100%;
  max-height: 450px;
  overflow: hidden;
  display: block;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .post-summary__image--wrapper {
    width: 250px;
    max-height: inherit;
    overflow: inherit;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 0px;
  }
}
.post-summary__image--responsive {
  width: 100%;
  height: 0;
  position: relative;
}

.sidebar-tiles {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}
.sidebar-tile {
  display: inline-block;
}
@media (min-width: 992px) {
  .sidebar-tile {
    display: block;
    max-width: 320px;
  }
}
.sidebar-tile a {
  background-color: #fff;
  display: block;
}
.sidebar-tile:hover h4 {
  color: #f95aa2;
}
.sidebar-tile img {
  width: 100%;
}
.sidebar-tile h4 {
  text-align: center;
  padding: 14px 10px 12px;
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #4e4b45;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .sidebar-tile h4 {
    padding: 20px 10px 18px;
  }
}
.sidebar .search-form {
  position: relative;
  width: 100%;
}
@media (max-width: 575px) {
  .sidebar .search-form {
    padding: 0 6px;
  }
}
.sidebar .search-form input {
  box-sizing: border-box;
  overflow: hidden;
  vertical-align: middle;
  border: 0;
  background: #fff;
  font-weight: 300;
  padding: 6px 12px;
  width: 100%;
  font-size: 20px;
  line-height: 48px;
  height: 48px;
  color: #373737;
  margin-bottom: 20px;
  font-family: "freight-text-pro", Georgia, "Times New Roman", Times, serif;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
}
.sidebar .icon-search,
.sidebar .icon-menu,
.sidebar .icon-close,
.sidebar .load-indicator {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin: 15px 10px;
  background-repeat: no-repeat;
  background-position-y: -20px;
  background-size: 212px 130px;
}
.sidebar .icon-search,
.sidebar .icon-menu,
.sidebar .icon-close {
  position: relative;
}
.sidebar .icon-search:hover,
.sidebar .icon-menu:hover,
.sidebar .icon-close:hover {
  background-position-y: 0px;
}
.sidebar .icon-search:before,
.sidebar .icon-menu:before,
.sidebar .icon-close:before {
  content: ' ';
  position: absolute;
  height: 60px;
  width: 50px;
  top: -20px;
  left: -15px;
}
.sidebar .icon-search,
.sidebar .icon-close,
.sidebar .load-indicator {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 575px) {
  .sidebar .icon-search,
  .sidebar .icon-close,
  .sidebar .load-indicator {
    right: 6px;
  }
}
.sidebar .icon-search {
  position: absolute;
  background-image: url('https://res.cloudinary.com/laybabylay/image/upload/sprites_lblvio.png');
  background-position-x: -150px;
}
.active .sidebar .icon-search {
  display: none;
}
.sidebar .icon-menu {
  background-image: url('https://res.cloudinary.com/laybabylay/image/upload/sprites_lblvio.png');
  background-position-x: -170px;
}
.sidebar .icon-close {
  background-image: url('https://res.cloudinary.com/laybabylay/image/upload/sprites_lblvio.png');
  background-position-x: -192px;
  display: none;
}
.active .sidebar .icon-close {
  display: inline-block;
}

.author {
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.1s cubic-bezier(0.5, 0.3, 0.5, 0.7);
  transition: all 0.1s cubic-bezier(0.5, 0.3, 0.5, 0.7);
}
.author .headshot {
  background-image: url('https://res.cloudinary.com/laybabylay/image/upload/joni-lay_xerqir.jpg');
  background-position: center center;
  background-size: 90%;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  max-width: 260px;
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #f95aa2;
  text-transform: uppercase;
  margin: 0 auto 20px;
}
.author .headshot:after {
  content: "";
  display: inline-block;
  height: 100%;
  /* Let it be as height as the parent */
  vertical-align: bottom;
  /* Align the element at the bottom   */
}
.social-links {
  margin-bottom: 30px;
}
.social-links a {
  background-size: 212px 130px;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 6px;
  text-indent: -5000px;
}
.social-links a.facebook {
  background-position: -125px 0;
  background-image: url('https://res.cloudinary.com/laybabylay/image/upload/sprites_lblvio.png');
}
.social-links a.pinterest {
  background-position: -75px 0;
  background-image: url('https://res.cloudinary.com/laybabylay/image/upload/sprites_lblvio.png');
}
.social-links a.instagram-icon {
  background-position: -100px 0;
  background-image: url('https://res.cloudinary.com/laybabylay/image/upload/sprites_lblvio.png');
}
.social-links a.bloglovin {
  background-position: 0px 0px;
  background-image: url('https://res.cloudinary.com/laybabylay/image/upload/sprites_lblvio.png');
}
.social-links a.rss {
  background-position: -50px 0;
  background-image: url('https://res.cloudinary.com/laybabylay/image/upload/sprites_lblvio.png');
}
.social-links a.twitter {
  background-position: -25px 0;
  background-image: url('https://res.cloudinary.com/laybabylay/image/upload/sprites_lblvio.png');
}
.social-links a:hover {
  background-position-y: -25px;
}
.links {
  font-size: 16px;
  color: #b5b1aa;
}
.links a {
  display: inline-block;
  font-size: 16px;
  color: #3d3a35;
  font-family: "freight-text-pro", Georgia, "Times New Roman", Times, serif;
  margin: 15px 6px;
}
.links a:hover {
  color: #f95aa2;
}
.email-signup {
  border-top: 1px solid #fff;
  margin-top: 15px;
  padding-top: 15px;
  width: 100%;
  font-size: 0px;
  color: #3d3a35;
  font-family: "freight-text-pro", Georgia, "Times New Roman", Times, serif;
}
.email-signup label {
  display: block;
  font-size: 16px;
}
.email-signup .field-wrapper {
  height: 30px;
  margin: 8px auto;
  width: 200px;
}
.email-signup input[type="email"] {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) !important;
  margin-top: 1px;
  float: left;
  font-size: 14px;
  line-height: 16px;
  width: 115px;
  border: none;
  padding: 6px 10px 5px;
  display: inline-block;
}
.email-signup input.button {
  float: left;
  padding: 10px 5px 8px;
  width: 85px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background: #f95aa2;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  display: inline-block;
  font-family: "brandon-grotesque", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.email-signup input.button:hover {
  background: #f84194;
}

.related-post-list {
  width: 80%;
  margin: 30px auto 0;
  padding: 0;
}
.related-post-list:before,
.related-post-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.related-post-list:after {
  clear: both;
}
.related-posts {
  margin: 30px 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  .related-posts {
    margin: 30px -10px 0;
  }
}
.related-posts__title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .related-posts__title {
    font-size: 14px;
    line-height: 18px;
  }
}
.related-post {
  list-style: none;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 33.3%;
  margin-bottom: 20px;
  min-height: 100px;
  text-align: center;
}
.related-post:hover {
  border-bottom: none;
}
@media (max-width: 575px) {
  .related-post {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 100%;
  }
}
.related-post__bg {
  cursor: pointer;
  background: #fff;
  border: 1px solid #ececec;
  padding: 12px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 575px) {
  .related-post__bg {
    margin: 0 30px 20px;
  }
}
.related-post__bg img {
  margin: 0;
  width: 100%;
  display: block;
  height: auto;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.related-post__header {
  width: 100%;
  margin: 0 auto 10px;
  min-height: 47px;
  font-size: 0;
}
.related-post__title {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #181715;
  font-family: "brandon-grotesque", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
}

.comments {
  max-width: 680px;
  margin: 40px auto 20px;
  font-size: 0;
}
.comments p {
  margin: 20px 0;
  letter-spacing: 0.01rem;
  line-height: 1.4;
  font-weight: 400;
  font-style: normal;
}
.comments a,
.comments button {
  color: #f95aa2;
}
.comments a:hover,
.comments button:hover {
  border-bottom: 1px #f95aa2 dotted;
  color: #f60b76;
}
.comments h2 {
  width: 50%;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  display: inline-block;
}
.comments .comment-count {
  width: 50%;
  display: inline-block;
  text-align: right;
}
.comments button.see-all-comments,
.comments button.see-all-comments span {
  width: auto;
  text-align: center;
  color: #f95aa2;
  font-family: "brandon-grotesque", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  line-height: 10px;
}
.comments button.see-all-comments {
  padding: 15px;
  width: 240px;
  margin: 10px auto 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  height: 40px;
  border: 2px solid #FFD7EA;
  display: block;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.comments button.see-all-comments:hover {
  border: 2px solid #f95aa2;
  opacity: 1;
  filter: alpha(opacity=100);
}
.comments.expanded button.see-all-comments {
  display: none;
}
ul.comment-list {
  margin: 0;
  padding: 0;
}
li.comment {
  position: relative;
  list-style: none;
  border-top: 1px solid #ddd;
  padding: 15px 0;
}
li.comment:before,
li.comment:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
li.comment:after {
  clear: both;
}
li.comment .comment-single:before,
li.comment .comment-single:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
li.comment .comment-single:after {
  clear: both;
}
@media (max-width: 767px) {
  li.comment {
    padding: 15px 0 10px;
  }
}
li.comment.child {
  padding-left: 10%;
}
li.comment.child .comment-author-avatar {
  width: 10%;
  margin-right: 4%;
}
li.comment.child .comment-main {
  float: left;
  width: 86%;
}
li.comment.child .comment-main h1 {
  width: 45%;
}
li.comment img {
  width: auto;
  max-width: 150px;
  margin: 0;
  padding: 0;
}
li.comment .comment-author-avatar {
  position: relative;
  float: left;
  width: 8%;
  margin-right: 3%;
  height: auto;
  padding: 5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border-style: solid;
  border-width: 1px;
}
@media (max-width: 767px) {
  li.comment .comment-author-avatar {
    width: 9%;
  }
}
li.comment .comment-author-avatar:before {
  display: block;
  content: '';
  padding-top: 100%;
}
li.comment .avatar {
  position: absolute;
  top: -2px;
  left: -2px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: calc(100% + 4px);
  height: auto;
  padding: 0;
  margin: 0;
}
li.comment .comment-main {
  float: left;
  width: 89%;
}
@media (max-width: 767px) {
  li.comment .comment-main {
    width: 87%;
  }
}
li.comment .comment-main h1 {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin-right: 20px;
  width: 60%;
}
@media (max-width: 767px) {
  li.comment .comment-main h1 {
    font-size: 14px;
    line-height: 16px;
  }
}
li.comment .comment-body p {
  font-size: 18px;
  line-height: 28px;
  margin-top: 5px;
  margin-bottom: 5px;
}
li.comment .comment-body p img {
  display: none;
}
@media (max-width: 767px) {
  li.comment .comment-body p {
    font-size: 17px;
    line-height: 22px;
  }
}
li.comment .comment-date {
  margin: 0;
  float: right;
  font-size: 14px;
}
@media (max-width: 767px) {
  li.comment .comment-date {
    display: none;
  }
}
li.comment .comment-reply-link {
  float: right;
  font-family: "brandon-grotesque", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  cursor: pointer;
  display: none;
  margin: 3px 20px 0 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
li.comment .comment-reply-link:hover {
  border-bottom: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 767px) {
  li.comment .comment-reply-link {
    display: block;
    font-size: 10px;
    color: #999;
    margin: 3px 0 0 0;
  }
}
li.comment:hover .comment-reply-link {
  display: inline-block;
}
.comment-form {
  padding: 25px 0 20px;
  font-size: 18px;
}
.comment-form:before,
.comment-form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.comment-form:after {
  clear: both;
}
.comment .comment-form {
  margin-top: 10px;
  padding: 15px 0 10px;
}
.form .comment-form {
  display: block;
}
.comment-form .comment-reply-title {
  display: none;
}
.comment .comment-form .comment-reply-title {
  display: block;
}
.comment-form h3 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  display: inline-block;
}
.comment .comment-form h3 {
  margin-bottom: 15px;
}
.comment-form p.comment-complete {
  display: none;
}
.complete .comment-form p.comment-complete {
  display: block;
}
.comment-form .cancel {
  margin: 5px 0;
  font-size: 18px;
  font-family: "freight-text-pro", Georgia, "Times New Roman", Times, serif;
}
.comment-form .cancel-reply {
  float: right;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: lowercase;
  font-family: "freight-text-pro", Georgia, "Times New Roman", Times, serif;
}
.comment-form input,
.comment-form label,
.comment-form .cancel {
  display: none;
}
.form .comment-form input,
.form .comment-form label,
.form .comment-form .cancel {
  display: block;
}
.comment-form label {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  margin: 15px 0 10px;
}
.comment-form input,
.comment-form textarea {
  font-family: "freight-text-pro", Georgia, "Times New Roman", Times, serif;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  margin-top: 5px;
}
.comment-form textarea {
  height: 60px;
  display: block;
  -webkit-transition: height 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}
.comment-form textarea:hover {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}
.form .comment-form textarea {
  height: 100px;
}
.complete .comment-form textarea {
  display: none;
}
.comment-form textarea.disabled {
  padding: 0;
  height: 25px;
  pointer-events: none;
  background: #f9f9f9;
}
.comment-form textarea.disabled:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.comment-form input[type='submit'] {
  float: left;
  font-family: "brandon-grotesque", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  background-color: #f95aa2;
  width: 150px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 14px;
  padding: 12px 0;
}

.post {
  position: relative;
  min-height: 800px;
  max-width: 1100px;
}
.post .palette {
  margin: 10px 0 -20px 0;
}
.post .container {
  position: relative;
}
.post__featured-image--wrapper {
  max-height: 400px;
  overflow: hidden;
  margin: 0 -10px;
}
@media (min-width: 992px) {
  .post__featured-image--wrapper {
    margin: 0 -100px;
  }
}
@media (min-width: 1200px) {
  .post__featured-image--wrapper {
    margin: 0 -100px;
  }
}
.post__featured-image {
  width: 100%;
  margin: 0 !important;
}
.post.featured .post__header {
  margin: -40px auto 0;
  box-shadow: 0 -30px 300px rgba(0, 0, 0, 0.04);
}
.post__header {
  max-width: 680px;
  font-size: 0;
  text-align: center;
  position: relative;
  background-color: #F9F9F9;
  z-index: 1;
}
.post__title {
  color: #181715;
  line-height: 24px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
  margin: auto;
  display: inline-block;
  float: none !important;
  min-height: 1px;
  width: 100%;
  position: relative;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .post__title {
    line-height: 28px;
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .post__title {
    line-height: 32px;
    font-size: 24px;
  }
}
.post__subtitle {
  font-family: "freight-text-pro", Georgia, "Times New Roman", Times, serif;
  color: #4e4b45;
  font-style: italic;
  letter-spacing: 0.07rem;
  text-transform: lowercase;
  line-height: 18px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  float: none !important;
  vertical-align: middle;
  width: 100%;
}
.post__content,
.post .addthis-region,
.post .disqus-region {
  position: relative;
  z-index: 2;
  background: #f9f9f9;
  max-width: 680px;
  margin: 0 auto;
}
.post__content p {
  position: relative;
  margin: 20px 0;
  letter-spacing: 0.01rem;
  line-height: 1.4;
  font-weight: 400;
  font-style: normal;
}
.post__content p.hover .pin-it-button {
  background-position-y: -70px;
}
.post__content a {
  color: #f95aa2;
}
.post__content a:hover {
  border-bottom: 1px #f95aa2 dotted;
  color: #f60b76;
}
.post__content .image-wrapper img[data-src] {
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  opacity: 0;
  background: #f0f0f0;
}
.post__content .image-wrapper img[data-src].loaded {
  opacity: 1;
}
.wf-inactive .post__content .image-wrapper img[data-src] {
  opacity: 1;
}
.post__content .image-wrapper img {
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.post__content img {
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
}
.post__content .image-wrapper {
  position: relative;
  height: 0;
  margin: 20px auto;
}
.post__content img:hover + .pin-it-button {
  background-position: 0 -110px;
}
.post .pin-it-button {
  text-decoration: none;
  border-bottom: none !important;
  position: absolute;
  width: 51px;
  height: 20px;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  -webkit-transform: translate3d(-130%, 0, 0);
  transform: translate3d(-130%, 0, 0);
  background-color: transparent;
  background-image: url('https://res.cloudinary.com/laybabylay/image/upload/sprites_lblvio.png');
  background-position: 0 -90px;
  background-repeat: no-repeat;
  background-size: 212px 130px;
  cursor: pointer;
}
.post .pin-it-button:hover,
.post .pin-it-button:active {
  background-position: 0 -110px;
}
@media (max-width: 767px) {
  .post .pin-it-button {
    display: none;
  }
}
.post .pin-it-button img {
  width: auto;
  margin: 0;
}
.post .pin-it-button:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  margin-top: -10px;
  margin-left: -20px;
  z-index: 0;
}
.post__meta {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 25px;
}
.post__meta:before {
  color: #aaa;
  font-weight: 100;
  font-size: 24px;
  line-height: 24px;
  margin-left: -15px;
  content: '\2014';
  position: absolute;
  top: 0;
  left: 50%;
}
.post__date {
  color: #4e4b45;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "brandon-grotesque", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 24px;
  letter-spacing: 2px;
  display: block;
}
@media (min-width: 768px) {
  .post__date {
    font-size: 13px;
  }
}
.post .social_links {
  margin: 0;
  padding: 15px 0px 10px;
  border-top: 1px dotted #b5b1aa;
  border-bottom: 1px dotted #b5b1aa;
}
.post .social_links a {
  display: inline-block;
  height: 20px;
  margin-right: 20px;
  min-width: 100px;
  overflow: hidden;
  float: none !important;
}
.post .social_links a:hover {
  border: none;
}
.post .social_links .addthis_button_pinterest_pinit {
  min-width: 60px;
  width: 60px !important;
}
.post .social_btn {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0 5px 10px 5px;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  border-bottom: none !important;
}
.post .social_btn:hover {
  background-color: #f95aa2;
}
.post .categories {
  text-align: center;
  margin: 40px 0px 0px;
  padding: 15px 0px 10px;
}
.post .categories:before,
.post .categories:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.post .categories:after {
  clear: both;
}
.post .categories .tag-btn {
  float: none;
  display: inline-block;
}
.post .categories .tag-btn:hover {
  color: #fff;
}

.addthis-region {
  font-size: 0;
  text-align: center;
  height: 20px;
  width: 100%;
}
.addthis-region button {
  display: inline-block;
  width: 61px;
  height: 20px;
  margin: 0 6px;
  background-color: transparent;
  background-position-y: -50px;
  background-size: 212px 130px;
  background-repeat: no-repeat;
  text-indent: -1000px;
  font-size: 0;
}
.addthis-region button.facebook-button {
  background-image: url('https://res.cloudinary.com/laybabylay/image/upload/sprites_lblvio.png');
  background-position-x: -78px;
  background-position-y: -90px;
}
.addthis-region button.facebook-button:hover {
  background-position-y: -110px;
}
.addthis-region button.tweet-button {
  background-image: url('https://res.cloudinary.com/laybabylay/image/upload/sprites_lblvio.png');
  background-position-x: -139px;
  background-position-y: -90px;
}
.addthis-region button.tweet-button:hover {
  background-position-y: -110px;
}
.addthis-region button.pinterest-button {
  background-image: url('https://res.cloudinary.com/laybabylay/image/upload/sprites_lblvio.png');
  background-position-x: -79px;
}
.addthis-region button.pinterest-button:hover {
  background-position-y: -70px;
}
.addthis-region img {
  width: auto;
}

.search-card {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 25%;
  margin: 0 0 20px 0;
  text-align: center;
}
@media (max-width: 991px) {
  .search-card {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 33.3%;
  }
}
@media (max-width: 767px) {
  .search-card {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 50%;
  }
}
.search-card:hover .search-card__vendor {
  color: #f95aa2;
}
.search-card__bg {
  background-color: #fff;
  padding: 10px;
}
.search-card__image-wrapper {
  position: relative;
  height: 0;
}
.search-card__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.search-card__image.loaded {
  opacity: 1;
}
.search-card__header {
  width: 100%;
  padding: 20px 20px 15px;
  text-align: center;
  background: #f3f3f3;
}
@media (max-width: 767px) {
  .search-card__header {
    padding: 15px;
  }
}
.search-card__title {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 20px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .search-card__title {
    font-size: 13px;
    letter-spacing: 1px;
  }
}
.search-card__vendor {
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .search-card__vendor {
    font-size: 13px;
    line-height: 16px;
  }
}

.search {
  min-height: 600px;
  max-width: 1200px;
  margin: 0 auto;
}
.no-results {
  width: 100%;
  text-align: center;
  min-height: 400px;
  padding: 60px;
  font-family: "freight-text-pro", Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 32px;
}
.search-results-title {
  margin: 0 0 10px 20px;
  font-size: 20px;
  line-height: 26px;
  width: calc(100% - 20px);
  text-align: left;
  font-family: "freight-text-pro", Georgia, "Times New Roman", Times, serif;
}
@media (max-width: 767px) {
  .search-results-title {
    font-size: 18px;
    line-height: 24px;
  }
}

.search-categories-region {
  width: 170%;
}
@media (max-width: 767px) {
  .search-categories-region {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.filters {
  position: fixed;
  width: 100%;
  top: 60px;
  left: 0;
  padding: 0;
  z-index: 1500;
  background: rgba(255, 255, 255, 0.96);
}
@media (max-width: 767px) {
  .filters .container {
    max-width: 100%;
  }
}
.filter-bar {
  width: 100%;
}
.filter-bar .post-types {
  float: left;
  position: relative;
  width: 82%;
}
@media (min-width: 768px) {
  .filter-bar .post-types {
    width: 60%;
  }
}
.filter-btn {
  position: relative;
  display: block;
  float: left;
  margin: 0 14px;
  text-transform: uppercase;
  color: #4e4b45;
  letter-spacing: 1px;
  padding: 12px 8px 6px 10px;
  background: transparent;
  font-size: 11px;
  font-weight: 400;
}
.filter-btn.disabled {
  pointer-events: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.filter-btn:first-of-type {
  margin: 0;
  padding: 12px 18px 6px;
}
@media (max-width: 575px) {
  .filter-btn {
    margin: 0;
    padding: 12px 11px 6px;
  }
  .filter-btn:first-of-type {
    margin: 0;
    padding: 12px 18px 6px;
  }
  .filter-btn:last-of-type {
    padding: 12px 12px 6px;
  }
}
.filter-btn:hover {
  color: #f95aa2;
}
.filter-btn.active {
  color: #f95aa2;
  border-bottom: 3px solid #f95aa2;
}
.filter-btn.category-filters,
.filter-btn.tag-filters {
  float: right;
  margin-right: 10px;
}
@media (max-width: 575px) {
  .filter-btn.category-filters,
  .filter-btn.tag-filters {
    width: 39%;
  }
}
.filter-btn.category-filters:after,
.filter-btn.tag-filters:after {
  content: '\002B';
  font-size: 18px;
  font-weight: 300;
  top: 7px;
  right: -10px;
  position: absolute;
}
.filter-btn.category-filters.active,
.filter-btn.tag-filters.active {
  border-bottom: none;
}
.filter-btn.category-filters.active:after,
.filter-btn.tag-filters.active:after {
  content: '\2013';
  top: 5px;
  right: -12px;
}
.filter-btn.tag-filters {
  margin-right: 30px;
}
.colors-btn {
  float: right;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  margin: 0 0 0 0;
  height: 36px;
  padding: 12px 35px 6px 15px;
  color: #fff;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: 600;
  background-image: url('https://res.cloudinary.com/laybabylay/image/upload/color-picker_jkakjd.jpg');
  background-repeat: no-repeat;
  background-position: 60% 60%;
  background-size: 120%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 575px) {
  .colors-btn {
    width: 18%;
    padding: 12px 0 6px;
    font-size: 0;
    background-position: 100% 60%;
    background-size: 240%;
  }
}
.colors-btn:after,
.colors-btn:before {
  content: ' ';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  right: 13px;
  position: absolute;
}
@media (max-width: 575px) {
  .colors-btn:after,
  .colors-btn:before {
    right: 23px;
  }
}
.colors-btn:after {
  border-top: 5px solid #fff;
  top: 16px;
}
.colors-btn:before {
  border-top: 5px solid #b5b1aa;
  top: 17px;
}
.colors-btn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
}
.colors-btn.active {
  color: #fff;
  border-bottom: none;
}
.search-colors {
  padding: 15px 0 10px 0;
  z-index: 1000;
  text-align: center;
}
.search-colors h2 {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 3px;
  margin-bottom: 15px;
}
.home .search-colors {
  background: transparent;
  position: relative;
  top: auto;
  left: auto;
}
.search-colors a:hover .tooltip-wrapper {
  display: none;
  opacity: 0;
}
.search-colors .swatch:last-of-type {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.category-list {
  padding: 20px 0;
  justify-content: center;
  margin: 0;
  clear: both;
}
.category-list:before,
.category-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.category-list:after {
  clear: both;
}
@media (max-width: 767px) {
  .category-list {
    justify-content: left;
    overflow-x: scroll;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 15px 10px 10px 20px;
  }
}
.category-list.active {
  height: auto;
}
.tag-list {
  padding: 20px 0;
}
.tag-list:before,
.tag-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tag-list:after {
  clear: both;
}
.tag-list.active {
  height: auto;
}
.tag {
  list-style: none;
}
.tag-btn {
  display: block;
  margin: 0 6px 6px 0;
  text-transform: uppercase;
  color: #f95aa2;
  letter-spacing: 1px;
  padding: 2px 15px;
  border: 1px solid #FFD7EA;
  font-size: 11px;
  font-weight: 400;
}
.category-list .tag-btn {
  margin: 0 10px 10px 0;
  padding: 15px 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 40px;
  border: 1px solid #f95aa2;
  display: block;
  width: auto;
  text-align: center;
  color: #f95aa2;
  font-family: "brandon-grotesque", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.category-list .tag-btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.category-list .tag-btn.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tag-btn:hover,
.tag-btn.active {
  background: #f95aa2;
  color: #fff;
  border: 1px solid #f95aa2;
}

.about {
  padding: 0 0 40px 0;
  text-align: center;
}
.about h1 {
  padding: 15px 45px;
  margin-top: 50px;
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  -webkit-box-shadow: -3px 3px 0px 3px rgba(254, 246, 248, 0.9);
  box-shadow: -3px 3px 0px 3px rgba(254, 246, 248, 0.9);
}
.about .about-image {
  margin: 40px auto;
  width: 320px;
  height: 320px;
}
@media (max-width: 991px) {
  .about .about-image {
    width: 280px;
    height: 280px;
  }
}
.about .about-image img {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.about .about-copy {
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .about .about-copy {
    width: 100%;
  }
}
.about .about-copy p {
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  padding: 0 30px 20px;
  background: #fff;
  margin: 0;
  -webkit-box-shadow: -3px 3px 0px 3px rgba(254, 246, 248, 0.9);
  box-shadow: -3px 3px 0px 3px rgba(254, 246, 248, 0.9);
}
.about .about-copy p a {
  color: #f95aa2;
}
.about .about-copy p.lead {
  text-align: left;
  font-size: 21px;
  line-height: 32px;
  padding: 25px 30px 20px;
}

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "brandon-grotesque", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #4e4b45;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-circle {
  border-radius: 500px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ffffff;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.container {
  min-width: 300px !important;
  max-width: 94%;
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.container .row {
  margin-left: -10px;
  margin-right: -10px;
}
.row .row {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .container {
    max-width: 94%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 94%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1080px;
  }
}
.column-1of1 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
}
.column-1of2 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 50%;
}
.column-1of3 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 33.3%;
}
.column-2of3 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 66.7%;
}
.column-1of4 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 25%;
}
.column-3of4 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 75%;
}
.column-1of5 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 20%;
}
.column-2of5 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 40%;
}
.column-3of5 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 60%;
}
.column-4of5 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 80%;
}
.column-1of8 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 12.5%;
}
.column-3of8 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 37.5%;
}
.column-5of8 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 62.5%;
}
.column-7of8 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 87.5%;
}
.column-1of10 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 10%;
}
.column-3of10 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 30%;
}
.column-7of10 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 70%;
}
.column-9of10 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 90%;
}
@media (max-width: 992px) {
  .tablet-1of1 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .tablet-1of2 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 50%;
  }
}
@media (max-width: 992px) {
  .tablet-1of3 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 33.3%;
  }
}
@media (max-width: 992px) {
  .tablet-2of3 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 66.7%;
  }
}
@media (max-width: 992px) {
  .tablet-1of4 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 25%;
  }
}
@media (max-width: 992px) {
  .tablet-3of4 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 75%;
  }
}
@media (max-width: 992px) {
  .tablet-1of5 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 20%;
  }
}
@media (max-width: 992px) {
  .tablet-2of5 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 40%;
  }
}
@media (max-width: 992px) {
  .tablet-3of5 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 60%;
  }
}
@media (max-width: 992px) {
  .tablet-4of5 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 80%;
  }
}
@media (max-width: 992px) {
  .tablet-1of8 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 12.5%;
  }
}
@media (max-width: 992px) {
  .tablet-3of8 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 37.5%;
  }
}
@media (max-width: 992px) {
  .tablet-5of8 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 62.5%;
  }
}
@media (max-width: 992px) {
  .tablet-7of8 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 87.5%;
  }
}
@media (max-width: 992px) {
  .tablet-1of10 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 10%;
  }
}
@media (max-width: 992px) {
  .tablet-3of10 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 30%;
  }
}
@media (max-width: 992px) {
  .tablet-7of10 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 70%;
  }
}
@media (max-width: 992px) {
  .tablet-9of10 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .large-1of1 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .large-1of2 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .large-1of3 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 33.3%;
  }
}
@media (min-width: 1200px) {
  .large-2of3 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 66.7%;
  }
}
@media (min-width: 1200px) {
  .large-1of4 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .large-3of4 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .large-1of5 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .large-2of5 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .large-3of5 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .large-4of5 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .large-1of8 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 12.5%;
  }
}
@media (min-width: 1200px) {
  .large-3of8 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 37.5%;
  }
}
@media (min-width: 1200px) {
  .large-5of8 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 62.5%;
  }
}
@media (min-width: 1200px) {
  .large-7of8 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 87.5%;
  }
}
@media (min-width: 1200px) {
  .large-1of10 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 10%;
  }
}
@media (min-width: 1200px) {
  .large-3of10 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .large-7of10 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .large-9of10 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 90%;
  }
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16.1px;
  line-height: 1.4;
  font-size: 17.5px;
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "brandon-grotesque", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
h1,
.h1 {
  font-size: 38px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  margin: 0;
  padding: 0;
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.42857143;
}
blockquote small:before {
  content: '\2014 \00A0';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
textarea,
input {
  outline: none;
}
input[type='text'],
input[type='email'],
input[type='password'],
textarea {
  border: none;
  cursor: text;
  padding: 12px 14px;
  background: #fff;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color .2s linear, box-shadow .2s linear;
  transition: background-color .2s linear, box-shadow .2s linear;
}
input[type='text']:focus:not(.pickadate):not(.pickatime),
input[type='email']:focus:not(.pickadate):not(.pickatime),
input[type='password']:focus:not(.pickadate):not(.pickatime),
textarea:focus:not(.pickadate):not(.pickatime) {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}
input[type='text'].error,
input[type='email'].error,
input[type='password'].error,
textarea.error {
  -webkit-box-shadow: 0 0 0 1px rgba(255, 0, 0, 0.3);
  box-shadow: 0 0 0 1px rgba(255, 0, 0, 0.3);
}
input[type] textarea {
  resize: none;
  height: 100px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
button {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  color: #333;
  background-color: transparent;
  white-space: nowrap;
  border: none;
}
button:focus {
  outline: none;
}
.button {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 14px;
  color: #333;
  background-color: #fff;
  white-space: nowrap;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear, box-shadow .2s linear, border .2s linear;
  transition: background-color .2s linear, box-shadow .2s linear, border .2s linear;
}
.button.shadow {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1), inset 0 -2px 0 rgba(0,0,0,.13);
  box-shadow: 0 1px 2px rgba(0,0,0,.1), inset 0 -2px 0 rgba(0,0,0,.13);
}
.button.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.button.disabled {
  pointer-events: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.modal {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20000;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(20%, 0, 0);
  transform: translate3d(20%, 0, 0);
  -webkit-transition: -webkit-transform 0.15s ease-out;
  -moz-transition: -moz-transform 0.15s ease-out;
  -o-transition: -o-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-dialog {
  overflow: hidden !important;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 40%;
  max-width: 400px;
  z-index: 20010;
}
@media (max-width: 767px) {
  .modal-dialog {
    width: 55%;
    z-index: 20000;
  }
}
@media (max-width: 575px) {
  .modal-dialog {
    width: 95%;
  }
}
.modal-content {
  position: relative;
  height: 100%;
  background-color: #ffffff;
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 19000;
  background-color: #000;
  pointer-events: none;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close-btn {
  margin-top: -55px;
}
.close-btn {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 70px;
  right: 20px;
  background-image: url('https://res.cloudinary.com/laybabylay/image/upload/sprites_lblvio.png');
  background-repeat: none;
  background-origin: 0 0;
  background-position-x: -192px;
  background-position-y: -20px;
  background-size: 212px 130px;
}
.close-btn:hover {
  background-position-y: 0px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  height: 80%;
  overflow: auto;
  overflow-y: scroll;
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal {
  display: block !important;
  height: 0;
}
.modal.active {
  height: auto;
}
.modal .close {
  color: #4e4b45;
  font-size: 16px;
  cursor: pointer;
}
.modal .modal-header {
  border-bottom: none;
}
.modal .modal-header h3 {
  margin: 20px 0 0;
}
.modal .modal-footer {
  text-align: center;
  padding: 25px 20px;
}
.modal .modal-footer p {
  margin: 0;
}
.modal.shift .modal-dialog {
  -webkit-transform: translate(0, 12%);
  -ms-transform: translate(0, 12%);
  transform: translate(0, 12%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal-dialog.product .modal-header,
.modal-dialog.sidebar .modal-header {
  height: 96px;
  z-index: 1000;
  padding-left: 30px;
  position: relative;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.modal-dialog.product .modal-header h1.title,
.modal-dialog.sidebar .modal-header h1.title {
  position: absolute;
  bottom: 10px;
  left: 25px;
  color: #181715;
  line-height: 24px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 4px;
  margin: 0;
  display: block;
  width: 70%;
}
.modal-dialog.product .modal-header h2.subtitle,
.modal-dialog.sidebar .modal-header h2.subtitle {
  font-family: "freight-text-pro", Georgia, "Times New Roman", Times, serif;
  color: #4e4b45;
  font-style: italic;
  letter-spacing: 0.07rem;
  text-transform: lowercase;
  line-height: 18px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  float: none !important;
  vertical-align: middle;
  width: 70%;
}
.modal-dialog.product .modal-body,
.modal-dialog.sidebar .modal-body {
  height: 60%;
  height: calc(100% - 216px);
  background: #fff;
  padding: 25px;
  z-index: 900;
}
.modal-dialog.product .modal-body img,
.modal-dialog.sidebar .modal-body img {
  max-height: 300px;
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.modal-dialog.product .modal-body p,
.modal-dialog.sidebar .modal-body p {
  font-size: 18px;
  line-height: 28px;
}
.modal-dialog.product .modal-body .vendor,
.modal-dialog.sidebar .modal-body .vendor,
.modal-dialog.product .modal-body h3,
.modal-dialog.sidebar .modal-body h3 {
  font-family: "brandon-grotesque", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 14px;
  margin-top: 10px;
  text-transform: uppercase;
}
.modal-dialog.product .modal-body h3,
.modal-dialog.sidebar .modal-body h3 {
  font-size: 10px;
  letter-spacing: 1px;
  margin: 20px 0 10px 0;
  font-weight: 600;
  color: #4e4b45;
}
.modal-dialog.product .modal-body .categories-region .tag-btn,
.modal-dialog.sidebar .modal-body .categories-region .tag-btn {
  letter-spacing: 2px;
  padding: 15px 25px;
  border: 1px solid #ffd7ea;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  color: #f95aa2;
}
.modal-dialog.product .modal-body .categories-region .tag-btn:hover,
.modal-dialog.sidebar .modal-body .categories-region .tag-btn:hover {
  color: #fff;
  background: #f95aa2;
}
.modal-dialog.product .modal-body .tag-list,
.modal-dialog.sidebar .modal-body .tag-list {
  margin: 0;
  padding: 0;
}
.modal-dialog.product .modal-body .related-posts .related-post-list,
.modal-dialog.sidebar .modal-body .related-posts .related-post-list {
  width: 100%;
  margin-top: 20px;
}
.modal-dialog.product .modal-body .related-posts > h2,
.modal-dialog.sidebar .modal-body .related-posts > h2 {
  display: none;
}
.modal-dialog.product .modal-body .related-posts .related-post,
.modal-dialog.sidebar .modal-body .related-posts .related-post {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 50%;
}
.modal-dialog.product .modal-footer,
.modal-dialog.sidebar .modal-footer {
  height: 120px;
  padding: 0;
  margin-top: 0;
  background: #fff;
  z-index: 1000;
}
.modal-dialog.product .modal-footer .addthis-region,
.modal-dialog.sidebar .modal-footer .addthis-region {
  height: 40px;
  padding: 10px 0;
}
.modal-dialog.product .modal-footer .purchase-link,
.modal-dialog.sidebar .modal-footer .purchase-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 32px 0 30px 0;
  color: #fff;
  margin: 0;
  background: #f95aa2;
  line-height: 20px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .modal-dialog.product .modal-footer .purchase-link,
  .modal-dialog.sidebar .modal-footer .purchase-link {
    font-size: 14px;
  }
}
.modal-dialog.product .modal-footer .purchase-link:hover,
.modal-dialog.sidebar .modal-footer .purchase-link:hover,
.modal-dialog.product .modal-footer .purchase-link:active,
.modal-dialog.sidebar .modal-footer .purchase-link:active {
  background: #f84194;
}
.modal-dialog.sidebar .modal-header {
  height: 60px;
  z-index: 1000;
  padding-left: 30px;
  position: relative;
}
.modal-dialog.sidebar h1.title {
  position: absolute;
  bottom: 10px;
  left: 25px;
  color: #181715;
  line-height: 24px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 4px;
  margin: 0;
  display: block;
  width: 50%;
}
.modal-dialog.sidebar .modal-header .close-btn {
  margin-top: -50px;
}
.modal-dialog.sidebar .modal-body {
  height: calc(100% - 60px);
}
.modal-dialog.sidebar ol {
  color: #f95aa2;
  margin: 0 0 0 20px;
  padding: 0;
}
.modal-dialog.sidebar ol li {
  margin: 0 0 6px 0;
}
.modal-dialog.sidebar ol li a {
  font-family: "freight-text-pro", Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 0px;
}
/* Globals */
body,
html {
  color: #181715;
  background-color: #F9F9F9;
}
body h1,
html h1,
body h2,
html h2,
body h3,
html h3,
body h4,
html h4,
body h5,
html h5,
body h6,
html h6 {
  font-weight: 100;
  text-transform: uppercase;
  font-family: "brandon-grotesque", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  font-style: normal;
  color: #181715;
  letter-spacing: 3px;
  margin: 0 0 5px 0;
}
body p,
html p,
body span,
html span {
  font-family: "freight-text-pro", Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  line-height: 32px;
  color: #4e4b45;
}
body a,
html a {
  text-decoration: none;
  color: #4e4b45;
}
body a:hover,
html a:hover {
  text-decoration: none;
  color: #f95aa2;
}
body a:focus,
html a:focus {
  outline: none;
  text-decoration: none;
}
body ::selection,
html ::selection {
  background: #f95aa2;
  color: #ffffff;
  text-shadow: none;
}
.inline-block {
  display: inline-block;
  vertical-align: top;
  float: none;
}
.scroll-cover {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  pointer-events: auto !important;
  z-index: 10000;
}
/* Home Content */
#main {
  width: 100%;
  padding-top: 96px;
  position: relative;
  overflow: hidden;
}
#main.shift {
  -webkit-transform: translate3d(-160px, 0, 0);
  transform: translate3d(-160px, 0, 0);
}
@media (max-width: 767px) {
  #main {
    padding-top: 90px;
  }
}
#main.inactive {
  position: fixed;
}
#main.search:before {
  content: ' ';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  pointer-events: auto !important;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1020;
}
.overflow-v {
  overflow: visible;
}
#loader {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  z-index: 890;
  position: fixed;
  top: 0;
  left: 0;
}
/* Wordpress Styles */
.size-full {
  margin: 20px 0;
}
.swatch {
  position: relative;
  width: 26px;
  height: 26px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  display: inline-block;
  margin: 0 5px 0 5px;
  background: #ffffff;
}
.swatch.active:before {
  content: ' ';
  position: absolute;
  top: 3px;
  left: 3px;
  background: #fff;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.swatch.black {
  background: #181715;
}
.swatch:hover {
  cursor: pointer;
}
.swatch .color-title {
  text-transform: capitalize;
}
.related-post-list {
  width: 80%;
  margin: 30px auto 0;
  padding: 0;
}
.related-post-list:before,
.related-post-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.related-post-list:after {
  clear: both;
}
.related-post-list:before,
.related-post-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.related-post-list:after {
  clear: both;
}
.related-posts {
  margin: 30px 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  .related-posts {
    margin: 30px -10px 0;
  }
}
.related-posts__title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .related-posts__title {
    font-size: 14px;
    line-height: 18px;
  }
}
.related-post {
  list-style: none;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 33.3%;
  margin-bottom: 20px;
  min-height: 100px;
  text-align: center;
}
.related-post:hover {
  border-bottom: none;
}
@media (max-width: 575px) {
  .related-post {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 100%;
  }
}
.related-post__bg {
  cursor: pointer;
  background: #fff;
  border: 1px solid #ececec;
  padding: 12px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 575px) {
  .related-post__bg {
    margin: 0 30px 20px;
  }
}
.related-post__bg img {
  margin: 0;
  width: 100%;
  display: block;
  height: auto;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.related-post__header {
  width: 100%;
  margin: 0 auto 10px;
  min-height: 47px;
  font-size: 0;
}
.related-post__title {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #181715;
  font-family: "brandon-grotesque", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
}
.tooltip-wrapper {
  position: absolute;
  right: 50%;
  top: calc(100% + 12px);
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.075, 0.37, 0.995);
  transition: all 0.3s cubic-bezier(0, 0.075, 0.37, 0.995);
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  pointer-events: none;
}
a:hover .tooltip-wrapper {
  display: inline-block;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tooltip-wrapper .tooltip {
  min-width: 100%;
  text-align: center;
  display: block;
  position: relative;
  right: -50%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 12px 17px;
  font-size: 14px;
  line-height: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-font-smoothing: antialiased;
}
.tooltip-wrapper .tooltip:after {
  content: '';
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -6px;
  border-style: solid;
  border-width: 8px 6px;
  border-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.8);
}
.tooltip-wrapper .tooltip span {
  white-space: nowrap;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 18px;
  font-family: "brandon-grotesque", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
}
.tooltip-wrapper .tooltip span.paint-code {
  font-size: 12px;
}
.tooltip-wrapper .tooltip span.details {
  color: #ccc;
  font-size: 12px;
  font-family: "freight-text-pro", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  text-transform: lowercase;
  letter-spacing: 0.07rem;
  -webkit-font-smoothing: subpixel-antialiased;
}
.comments {
  max-width: 680px;
  margin: 40px auto 20px;
  font-size: 0;
}
.comments p {
  margin: 20px 0;
  letter-spacing: 0.01rem;
  line-height: 1.4;
  font-weight: 400;
  font-style: normal;
}
.comments a,
.comments button {
  color: #f95aa2;
}
.comments a:hover,
.comments button:hover {
  border-bottom: 1px #f95aa2 dotted;
  color: #f60b76;
}
.comments h2 {
  width: 50%;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  display: inline-block;
}
.comments .comment-count {
  width: 50%;
  display: inline-block;
  text-align: right;
}
.comments button.see-all-comments,
.comments button.see-all-comments span {
  width: auto;
  text-align: center;
  color: #f95aa2;
  font-family: "brandon-grotesque", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  line-height: 10px;
}
.comments button.see-all-comments {
  padding: 15px;
  width: 240px;
  margin: 10px auto 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  height: 40px;
  border: 2px solid #FFD7EA;
  display: block;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.comments button.see-all-comments:hover {
  border: 2px solid #f95aa2;
  opacity: 1;
  filter: alpha(opacity=100);
}
.comments.expanded button.see-all-comments {
  display: none;
}
ul.comment-list {
  margin: 0;
  padding: 0;
}
li.comment {
  position: relative;
  list-style: none;
  border-top: 1px solid #ddd;
  padding: 15px 0;
}
li.comment:before,
li.comment:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
li.comment:after {
  clear: both;
}
li.comment:before,
li.comment:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
li.comment:after {
  clear: both;
}
li.comment .comment-single:before,
li.comment .comment-single:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
li.comment .comment-single:after {
  clear: both;
}
li.comment .comment-single:before,
li.comment .comment-single:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
li.comment .comment-single:after {
  clear: both;
}
@media (max-width: 767px) {
  li.comment {
    padding: 15px 0 10px;
  }
}
li.comment.child {
  padding-left: 10%;
}
li.comment.child .comment-author-avatar {
  width: 10%;
  margin-right: 4%;
}
li.comment.child .comment-main {
  float: left;
  width: 86%;
}
li.comment.child .comment-main h1 {
  width: 45%;
}
li.comment img {
  width: auto;
  max-width: 150px;
  margin: 0;
  padding: 0;
}
li.comment .comment-author-avatar {
  position: relative;
  float: left;
  width: 8%;
  margin-right: 3%;
  height: auto;
  padding: 5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border-style: solid;
  border-width: 1px;
}
@media (max-width: 767px) {
  li.comment .comment-author-avatar {
    width: 9%;
  }
}
li.comment .comment-author-avatar:before {
  display: block;
  content: '';
  padding-top: 100%;
}
li.comment .avatar {
  position: absolute;
  top: -2px;
  left: -2px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: calc(100% + 4px);
  height: auto;
  padding: 0;
  margin: 0;
}
li.comment .comment-main {
  float: left;
  width: 89%;
}
@media (max-width: 767px) {
  li.comment .comment-main {
    width: 87%;
  }
}
li.comment .comment-main h1 {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin-right: 20px;
  width: 60%;
}
@media (max-width: 767px) {
  li.comment .comment-main h1 {
    font-size: 14px;
    line-height: 16px;
  }
}
li.comment .comment-body p {
  font-size: 18px;
  line-height: 28px;
  margin-top: 5px;
  margin-bottom: 5px;
}
li.comment .comment-body p img {
  display: none;
}
@media (max-width: 767px) {
  li.comment .comment-body p {
    font-size: 17px;
    line-height: 22px;
  }
}
li.comment .comment-date {
  margin: 0;
  float: right;
  font-size: 14px;
}
@media (max-width: 767px) {
  li.comment .comment-date {
    display: none;
  }
}
li.comment .comment-reply-link {
  float: right;
  font-family: "brandon-grotesque", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  cursor: pointer;
  display: none;
  margin: 3px 20px 0 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
li.comment .comment-reply-link:hover {
  border-bottom: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 767px) {
  li.comment .comment-reply-link {
    display: block;
    font-size: 10px;
    color: #999;
    margin: 3px 0 0 0;
  }
}
li.comment:hover .comment-reply-link {
  display: inline-block;
}
.comment-form {
  padding: 25px 0 20px;
  font-size: 18px;
}
.comment-form:before,
.comment-form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.comment-form:after {
  clear: both;
}
.comment-form:before,
.comment-form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.comment-form:after {
  clear: both;
}
.comment .comment-form {
  margin-top: 10px;
  padding: 15px 0 10px;
}
.form .comment-form {
  display: block;
}
.comment-form .comment-reply-title {
  display: none;
}
.comment .comment-form .comment-reply-title {
  display: block;
}
.comment-form h3 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  display: inline-block;
}
.comment .comment-form h3 {
  margin-bottom: 15px;
}
.comment-form p.comment-complete {
  display: none;
}
.complete .comment-form p.comment-complete {
  display: block;
}
.comment-form .cancel {
  margin: 5px 0;
  font-size: 18px;
  font-family: "freight-text-pro", Georgia, "Times New Roman", Times, serif;
}
.comment-form .cancel-reply {
  float: right;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: lowercase;
  font-family: "freight-text-pro", Georgia, "Times New Roman", Times, serif;
}
.comment-form input,
.comment-form label,
.comment-form .cancel {
  display: none;
}
.form .comment-form input,
.form .comment-form label,
.form .comment-form .cancel {
  display: block;
}
.comment-form label {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  margin: 15px 0 10px;
}
.comment-form input,
.comment-form textarea {
  font-family: "freight-text-pro", Georgia, "Times New Roman", Times, serif;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  margin-top: 5px;
}
.comment-form textarea {
  height: 60px;
  display: block;
  -webkit-transition: height 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}
.comment-form textarea:hover {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}
.form .comment-form textarea {
  height: 100px;
}
.complete .comment-form textarea {
  display: none;
}
.comment-form textarea.disabled {
  padding: 0;
  height: 25px;
  pointer-events: none;
  background: #f9f9f9;
}
.comment-form textarea.disabled:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.comment-form input[type='submit'] {
  float: left;
  font-family: "brandon-grotesque", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  background-color: #f95aa2;
  width: 150px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 14px;
  padding: 12px 0;
}
.hotspots-region,
.hot-spots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.hot-spot {
  cursor: pointer;
  position: absolute;
}
.hot-spot:hover {
  border-bottom: none !important;
}
.search-results-region {
  clear: both;
}
.search-results-region:before,
.search-results-region:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.search-results-region:after {
  clear: both;
}
.search-results-region:before,
.search-results-region:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.search-results-region:after {
  clear: both;
}
.container .search-results-region {
  margin-left: -10px;
  margin-right: -10px;
}
.search-results-region .row {
  margin-left: -10px;
  margin-right: -10px;
}
.search-item {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 25%;
  padding: 0 10px;
  margin-bottom: 30px;
  min-height: 100px;
  text-align: center;
}
@media (max-width: 991px) {
  .search-item {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 33.3%;
  }
}
@media (max-width: 767px) {
  .search-item {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 50%;
  }
}
.search-item .info {
  border-top: none;
  background: #f3f3f3;
  padding: 20px;
}
@media (max-width: 767px) {
  .search-item .info {
    padding: 15px 10px;
  }
}
.search-item .image {
  background: #fff;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  border: 1px solid #ececec;
  padding: 10px;
  position: relative;
}
.search-item .image img {
  width: 100%;
  display: block;
  height: auto;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.search-item .title {
  letter-spacing: 1px;
  margin: 10px 0 0 0;
  font-weight: 500;
}
.search-item .price {
  color: #bfb486;
  font-size: 16px;
  display: block;
}
.search-categories-region {
  width: 170%;
}
@media (max-width: 767px) {
  .search-categories-region {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.filters {
  position: fixed;
  width: 100%;
  top: 60px;
  left: 0;
  padding: 0;
  z-index: 1500;
  background: rgba(255, 255, 255, 0.96);
}
@media (max-width: 767px) {
  .filters .container {
    max-width: 100%;
  }
}
.filter-bar {
  width: 100%;
}
.filter-bar .post-types {
  float: left;
  position: relative;
  width: 82%;
}
@media (min-width: 768px) {
  .filter-bar .post-types {
    width: 60%;
  }
}
.filter-btn {
  position: relative;
  display: block;
  float: left;
  margin: 0 14px;
  text-transform: uppercase;
  color: #4e4b45;
  letter-spacing: 1px;
  padding: 12px 8px 6px 10px;
  background: transparent;
  font-size: 11px;
  font-weight: 400;
}
.filter-btn.disabled {
  pointer-events: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.filter-btn:first-of-type {
  margin: 0;
  padding: 12px 18px 6px;
}
@media (max-width: 575px) {
  .filter-btn {
    margin: 0;
    padding: 12px 11px 6px;
  }
  .filter-btn:first-of-type {
    margin: 0;
    padding: 12px 18px 6px;
  }
  .filter-btn:last-of-type {
    padding: 12px 12px 6px;
  }
}
.filter-btn:hover {
  color: #f95aa2;
}
.filter-btn.active {
  color: #f95aa2;
  border-bottom: 3px solid #f95aa2;
}
.filter-btn.category-filters,
.filter-btn.tag-filters {
  float: right;
  margin-right: 10px;
}
@media (max-width: 575px) {
  .filter-btn.category-filters,
  .filter-btn.tag-filters {
    width: 39%;
  }
}
.filter-btn.category-filters:after,
.filter-btn.tag-filters:after {
  content: '\002B';
  font-size: 18px;
  font-weight: 300;
  top: 7px;
  right: -10px;
  position: absolute;
}
.filter-btn.category-filters.active,
.filter-btn.tag-filters.active {
  border-bottom: none;
}
.filter-btn.category-filters.active:after,
.filter-btn.tag-filters.active:after {
  content: '\2013';
  top: 5px;
  right: -12px;
}
.filter-btn.tag-filters {
  margin-right: 30px;
}
.colors-btn {
  float: right;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  margin: 0 0 0 0;
  height: 36px;
  padding: 12px 35px 6px 15px;
  color: #fff;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: 600;
  background-image: url('https://res.cloudinary.com/laybabylay/image/upload/color-picker_jkakjd.jpg');
  background-repeat: no-repeat;
  background-position: 60% 60%;
  background-size: 120%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 575px) {
  .colors-btn {
    width: 18%;
    padding: 12px 0 6px;
    font-size: 0;
    background-position: 100% 60%;
    background-size: 240%;
  }
}
.colors-btn:after,
.colors-btn:before {
  content: ' ';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  right: 13px;
  position: absolute;
}
@media (max-width: 575px) {
  .colors-btn:after,
  .colors-btn:before {
    right: 23px;
  }
}
.colors-btn:after {
  border-top: 5px solid #fff;
  top: 16px;
}
.colors-btn:before {
  border-top: 5px solid #b5b1aa;
  top: 17px;
}
.colors-btn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
}
.colors-btn.active {
  color: #fff;
  border-bottom: none;
}
.search-colors {
  padding: 15px 0 10px 0;
  z-index: 1000;
  text-align: center;
}
.search-colors h2 {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 3px;
  margin-bottom: 15px;
}
.home .search-colors {
  background: transparent;
  position: relative;
  top: auto;
  left: auto;
}
.search-colors a:hover .tooltip-wrapper {
  display: none;
  opacity: 0;
}
.search-colors .swatch:last-of-type {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.category-list {
  padding: 20px 0;
  justify-content: center;
  margin: 0;
  clear: both;
}
.category-list:before,
.category-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.category-list:after {
  clear: both;
}
.category-list:before,
.category-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.category-list:after {
  clear: both;
}
@media (max-width: 767px) {
  .category-list {
    justify-content: left;
    overflow-x: scroll;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 15px 10px 10px 20px;
  }
}
.category-list.active {
  height: auto;
}
.tag-list {
  padding: 20px 0;
}
.tag-list:before,
.tag-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tag-list:after {
  clear: both;
}
.tag-list:before,
.tag-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tag-list:after {
  clear: both;
}
.tag-list.active {
  height: auto;
}
.tag {
  list-style: none;
}
.tag-btn {
  display: block;
  margin: 0 6px 6px 0;
  text-transform: uppercase;
  color: #f95aa2;
  letter-spacing: 1px;
  padding: 2px 15px;
  border: 1px solid #FFD7EA;
  font-size: 11px;
  font-weight: 400;
}
.category-list .tag-btn {
  margin: 0 10px 10px 0;
  padding: 15px 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 40px;
  border: 1px solid #f95aa2;
  display: block;
  width: auto;
  text-align: center;
  color: #f95aa2;
  font-family: "brandon-grotesque", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.category-list .tag-btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.category-list .tag-btn.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tag-btn:hover,
.tag-btn.active {
  background: #f95aa2;
  color: #fff;
  border: 1px solid #f95aa2;
}
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 40px auto;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f95aa2;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* Product Single Page */
.product .product_palette {
  margin: 30px 0 60px;
}
.product-btns {
  margin: 25px 0 35px;
}
.product-btns:before,
.product-btns:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.product-btns:after {
  clear: both;
}
.product-btns:before,
.product-btns:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.product-btns:after {
  clear: both;
}
.product-btns .tag-btn {
  min-width: 100px;
  text-align: center;
}
.product_alternates {
  margin: 20px 0 100px;
}
a.purchase_btn {
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  padding: 4px 15px;
  background: #f95aa2;
  font-size: 11px;
  font-weight: 400;
}
a.purchase_btn:hover {
  background: #FFD7EA;
  border: none;
}
.flicker {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.full_img {
  width: 100%;
  height: 100%;
}
.full_img img {
  width: 100% !important;
  height: auto !important;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  visibility: hidden !important;
}
.visible-sm {
  display: block !important;
}
span.visible-sm {
  display: inline-block !important;
}
tr.visible-sm {
  display: table-row !important;
}
th.visible-sm,
td.visible-sm {
  display: table-cell !important;
}
.visible-md {
  display: none !important;
}
span.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
span.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
.hidden-sm {
  display: none !important;
}
span.hidden-sm {
  display: none !important;
}
tr.hidden-sm {
  display: none !important;
}
th.hidden-sm,
td.hidden-sm {
  display: none !important;
}
.hidden-md {
  display: block !important;
}
span.hidden-md {
  display: inline-block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
.hidden-lg {
  display: block !important;
}
span.hidden-lg {
  display: inline-block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: none !important;
  }
  span.visible-sm {
    display: none !important;
  }
  tr.visible-sm {
    display: none !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
  span.visible-md {
    display: inline-block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .visible-lg {
    display: none !important;
  }
  span.visible-lg {
    display: none !important;
  }
  tr.visible-lg {
    display: none !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: none !important;
  }
  .hidden-sm {
    display: block !important;
  }
  span.hidden-sm {
    display: inline-block !important;
  }
  tr.hidden-sm {
    display: table-row !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: table-cell !important;
  }
  .hidden-md {
    display: none !important;
  }
  span.hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
  .hidden-lg {
    display: block !important;
  }
  span.hidden-lg {
    display: inline-block !important;
  }
  tr.hidden-lg {
    display: table-row !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: table-cell !important;
  }
}
@media (min-width: 992px) {
  .visible-sm {
    display: none !important;
  }
  span.visible-sm {
    display: none !important;
  }
  tr.visible-sm {
    display: none !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: none !important;
  }
  .visible-md {
    display: none !important;
  }
  span.visible-md {
    display: none !important;
  }
  tr.visible-md {
    display: none !important;
  }
  th.visible-md,
  td.visible-md {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
  span.visible-lg {
    display: inline-block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .hidden-sm {
    display: block !important;
  }
  span.hidden-sm {
    display: inline-block !important;
  }
  tr.hidden-sm {
    display: table-row !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: table-cell !important;
  }
  .hidden-md {
    display: block !important;
  }
  span.hidden-md {
    display: inline-block !important;
  }
  tr.hidden-md {
    display: table-row !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: table-cell !important;
  }
  .hidden-lg {
    display: none !important;
  }
  span.hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
span.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  span.visible-print {
    display: inline-block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  span.hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}

