.deals .container .newsletter-signup {
  margin: 60px auto;
}
.deals .container.previous-deals {
  padding: 0 10px;
}
.featured-deals .heading {
  margin-bottom: 60px;
}
.featured-deals h3 {
  margin: 30px 0;
}
.featured-deals h2 {
  font-family: 'Univers LT 57 Condensed';
  text-align: center;
  margin: 20px 0;
  padding: 30px;
  background: #fff;
}
.deals-info {
  font-family: 'YWFT Ultramagnetic';
  text-transform: uppercase;
}
.deals-info .book-title {
  box-shadow: inset 0 -1px 0 #1fedff;
}
.deals-collection {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 20px;
  justify-content: center;
}
.deals-collection:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 288px;
  z-index: -1;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuX0RtRjVZIiBwYXR0ZXJuVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB3aWR0aD0iMTIuNSIgaGVpZ2h0PSIxMi41IiBwYXR0ZXJuVHJhbnNmb3JtPSJyb3RhdGUoMTM1KSI+PGxpbmUgeDE9IjAiIHk9IjAiIHgyPSIwIiB5Mj0iMTIuNSIgc3Ryb2tlPSIjMzkzOTM5IiBzdHJva2Utd2lkdGg9IjEiLz48L3BhdHRlcm4+PC9kZWZzPiA8cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI3BhdHRlcm5fRG1GNVkpIiBvcGFjaXR5PSIwLjI1Ii8+PC9zdmc+");
}
.deals-collection a {
  box-shadow: none !important;
}
.deals-collection .deal {
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 40px;
  position: relative;
}
.deals-collection .deal-image {
  max-width: 140px;
  margin: 0 auto;
  text-align: center;
  height: 230px;
  overflow: hidden;
}
.deals-collection .deal-image img {
  width: 100%;
  height: auto;
}
.deals-collection .deal-price {
  display: block;
  font-size: 2.5rem;
  margin: 8px 0 0;
}
.deals-collection .title-and-author {
  height: 60px;
  display: block;
}
.deals-collection .deals-info {
  text-align: center;
}
.deals-collection .btn-cta {
  background: #1fedff;
  color: #000;
  font-size: 1.1rem;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Univers LT 47 CondensedLt';
  text-align: center;
  padding: 10px 0;
  max-width: 250px;
  margin: 20px 10px 0;
  display: block;
}
.deals-collection .btn-cta:hover {
  background: #000;
  transition: all 0.2s linear;
  color: #fff;
}
.deals-collection .relevant-content {
  font-family: 'Univers LT 57 Condensed';
  font-size: 18px;
  line-height: 23px;
  display: block;
}
.deals-collection .relevant-content a {
  box-shadow: inset 0 -1px 0 #ffd007 !important;
  transition: all 0.1s ease-in-out;
}
.deals-collection .relevant-content a:hover {
  box-shadow: inset 0 -3px 0 #ffd007 !important;
}
.deals-collection .pointy .pointer::after {
  background-image: url("../svgs/deal-arrow-white.svg");
}
.deal {
  width: 25%;
}
.deal a {
  color: #000;
}
.deal a.btn-cta:hover {
  color: #fff;
}
.deals #post-main-wrap .post-content .content-area {
  font-family: 'Univers LT 57 Condensed';
}
.container.previous-deals {
  font-family: 'Univers LT 57 Condensed';
  margin-bottom: 60px;
}
.container.previous-deals a {
  color: inherit;
  box-shadow: inset 0 -1px 0 #1fedff;
}
.social-wrap-outer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.social-share-stack-fixed {
  width: 100%;
}
.post-social-share {
  width: 100%;
  padding-top: 0;
  height: auto;
  padding: 7px 60px 12px;
  background: #000;
  box-sizing: border-box;
  display: flex;
}
.share-button {
  width: 25px;
  color: #fff;
  background: rgba(255,255,255,0);
  margin: 0 0 9px;
  display: block;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  flex: 1;
}
.share-button i {
  font-size: 25px;
  transition: color 0.2s linear;
}
.share-button i.icon-envelope {
  display: block;
  padding-top: 2px;
  font-size: 20px;
}
.share-button .icon-facebook:hover {
  color: #156eb7;
}
.share-button .icon-twitter:hover {
  color: #2cb3e8;
}
.share-button .icon-pinterest-circled:hover {
  color: #cb1724;
}
.share-button .icon-envelope:hover {
  color: #fbd915;
}
@media screen and (min-width: 800px) and (max-width: 1319px), (min-width: 1460px) {
  .post-social-share {
    width: 43px;
    display: block;
    padding: 20px 9px 9px;
  }
  .social-share-stack-fixed {
    display: table-cell;
    vertical-align: middle;
    height: auto;
  }
  .social-wrap-outer {
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    width: 44px;
  }
}
@media screen and (min-width: 1320px) and (max-width: 1459px) {
  .social-wrap-outer {
    z-index: -1;
  }
  .post-social-share {
    padding: 10px 10px 2px;
    max-width: 210px;
    margin: 0 0 20px 20px;
  }
}
@media screen and (min-width: 768px) {
  .featured-deals h2,
  .featured-deals h3 {
    padding: 30px 100px;
  }
  .deals .container,
  .deals .container.previous-deals {
    padding: 0 60px;
  }
  .archive .deals-collection .deal {
    width: 25%;
  }
  .archive .deals-collection .deal-image {
    max-width: 160px;
    height: 245px;
  }
  .archive .container {
    max-width: 900px;
  }
}
@media screen and (min-width: 1024px) {
  .category-deals.archive .container {
    max-width: 1100px;
  }
  .archive .deals-collection .btn-cta {
    margin: 20px auto 0;
  }
  .archive .deals-collection .deals-info {
    margin-top: 20px;
  }
  .archive .deals-collection .deal-image {
    max-width: 200px;
    height: 300px;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
  .container.previous-deals {
    max-width: 1100px !important;
    column-count: 2;
    column-gap: 40px;
    column-rule: none;
    padding-bottom: 60px;
  }
  .container.previous-deals p {
    margin: 0 0 20px;
  }
}
