.wi-events-single a[href=""] {
  display: none;
}
.em-banner {
  overflow-y: hidden;
}
.empty-d-none:empty {
  display: none;
}
/* .wi-coupons-slider-1 */
#email-for-coupon div.coupon-wrapper, div.wi-coupons-slider-1 div.coupon-wrapper {
  text-align: center;
  background: transparent;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover;
  margin-bottom: 20px;
  cursor: pointer;
}
#email-for-coupon div.coupon-wrapper div.coupon, div.wi-coupons-slider-1 div.coupon-wrapper div.coupon {
  margin-top: 20px;
  border: 6px dashed #F6892A;
  border-radius: 15px;
  padding: 25px;
  min-height: 185px;
}
#email-for-coupon div.coupon-wrapper div.coupon div.amount, div.wi-coupons-slider-1 div.coupon-wrapper div.coupon div.amount {
  /* font-family: 'proxima_nova_thextrabold', sans-serif !important; */
  /*       font-family: proxima-nova, sans-serif; */
  font-weight: 800;
  font-style: normal;
  font-size: 35px;
  letter-spacing: 1px;
  color: #7A68AF;
}
#email-for-coupon div.coupon-wrapper div.coupon div.for, div.wi-coupons-slider-1 div.coupon-wrapper div.coupon div.for {
  /* font-family: 'proxima_nova_rgbold', sans-serif !important; */
  /*       font-family: proxima-nova, sans-serif; */
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  /* line-height: 30px; */
  color: #7A68AF;
  /* min-height: 78px; */
  width: 100%;
  margin: auto;
}
#email-for-coupon div.coupon-wrapper div.coupon div.image, div.wi-coupons-slider-1 div.coupon-wrapper div.coupon div.image {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}
#email-for-coupon div.coupon-wrapper div.coupon div.image img, div.wi-coupons-slider-1 div.coupon-wrapper div.coupon div.image img {
  height: 155px;
}
#email-for-coupon div.coupon-wrapper div.coupon div.expiration, div.wi-coupons-slider-1 div.coupon-wrapper div.coupon div.expiration {
  margin-top: 15px;
  opacity: 0.8;
}
#email-for-coupon div.coupon-wrapper div.coupon div.disclaimer, div.wi-coupons-slider-1 div.coupon-wrapper div.coupon div.disclaimer {
  opacity: 0.7;
  font-size: 80%;
  width: 70%;
  margin: auto;
}
/* slick overrides */
section div.wi-coupons-slider-1 .slick-prev:before, section div.wi-coupons-slider-1 .slick-next:before {
  color: rgba(52, 58, 64, 0.3);
}
section.bg-image div.wi-coupons-slider-1 .slick-prev:before, section.bg-image div.wi-coupons-slider-1 .slick-next:before, section.bg-dark div.wi-coupons-slider-1 .slick-prev:before, section.bg-dark div.wi-coupons-slider-1 .slick-next:before {
  color: #fff;
}
.wi-coupons-slider-1 .slide {
  height: 100%;
}
.wi-subnav-image-2 a.wi-wrapper {
  display: block;
  text-align: center;
  color: #5d5d5d;
}
.wi-subnav-image-2 a.wi-wrapper .wi-image {
  position: relative;
  display: block;
  width: 80%;
  padding-top: 80%;
  margin: auto;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.wi-subnav-image-2 a.wi-wrapper:hover {
  text-decoration: none;
}
.wi-subnav-image-2 a.wi-wrapper:hover p {
  color: #C1D82F;
}
.wi-subnav-image-2 a.wi-wrapper .wi-image .em-tag {
  position: absolute;
  z-index: 5;
  left: 0px;
  top: calc(50% - 30px);
  width: 100%;
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
  opacity: 0;
  color: #ffffff !important;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.wi-subnav-image-2 a.wi-wrapper:hover .wi-image .em-tag {
  opacity: 1;
}
.wi-subnav-image-2 a.wi-wrapper .wi-image div.wi-underlay {
  position: absolute;
  z-index: 1;
  left: -120%;
  top: -120%;
  border-radius: 50%;
  width: 140%;
  height: 140%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.wi-subnav-image-2 a.wi-wrapper:hover .wi-image div.wi-underlay {
  left: -10%;
  top: -10%;
}
.wi-subnav-image-2 .color-primary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: rgba(122, 104, 173, 0.8);
}
.wi-subnav-image-2 .color-secondary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: rgba(193, 215, 47, 0.8);
}
.wi-subnav-image-2 .color-tertiary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: rgba(246, 137, 42, 0.8);
}
.wi-subnav-image-2 .color-quaternary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: rgba(1, 169, 197, 0.8);
}
.wi-subnav-image-2 a.wi-wrapper:hover .wi-image {
  border-color: #F6892A;
}
.wi-subnav-image-2 .color-primary a.wi-wrapper:hover .wi-image {
  border-color: #7A68AE;
}
.wi-subnav-image-2 .color-secondary a.wi-wrapper:hover .wi-image {
  border-color: #C1D82F;
}
.wi-subnav-image-2 .color-tertiary a.wi-wrapper:hover .wi-image {
  border-color: #F6892A;
}
.wi-subnav-image-2 .color-quaternary a.wi-wrapper:hover .wi-image {
  border-color: #01a9c5;
}
.wi-subnav-image-2 .go-btn {
  position: absolute;
  left: 0px;
  bottom: 30%;
}
.wi-subnav-image-4 a.wi-wrapper {
  display: block;
  text-align: center;
  color: #5d5d5d;
}
.wi-subnav-image-4 a.wi-wrapper .wi-image {
  position: relative;
  display: block;
  width: 80%;
  padding-top: 80%;
  margin: auto;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.wi-subnav-image-4 a.wi-wrapper:hover {
  text-decoration: none;
}
.wi-subnav-image-4 a.wi-wrapper:hover p {
  color: #C1D82F;
}
.wi-subnav-image-4 a.wi-wrapper .wi-image div.wi-underlay {
  position: absolute;
  z-index: 1;
  left: -120%;
  top: -120%;
  border-radius: 50%;
  width: 120%;
  height: 120%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.wi-subnav-image-4 a.wi-wrapper:hover .wi-image div.wi-underlay {
  left: -10%;
  top: -10%;
}
.wi-subnav-image-4 .color-primary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: rgba(122, 104, 173, 0.8);
}
.wi-subnav-image-4 .color-secondary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: rgba(193, 215, 47, 0.8);
}
.wi-subnav-image-4 .color-tertiary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: rgba(246, 137, 42, 0.8);
}
.wi-subnav-image-4 .color-quaternary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: rgba(1, 169, 197, 0.8);
}
.wi-subnav-image-4 a.wi-wrapper:hover .wi-image {
  border-color: #F6892A;
}
.wi-subnav-image-4 .color-primary a.wi-wrapper:hover .wi-image {
  border-color: #7A68AE;
}
.wi-subnav-image-4 .color-secondary a.wi-wrapper:hover .wi-image {
  border-color: #C1D82F;
}
.wi-subnav-image-4 .color-tertiary a.wi-wrapper:hover .wi-image {
  border-color: #F6892A;
}
.wi-subnav-image-4 .color-quaternary a.wi-wrapper:hover .wi-image {
  border-color: #01a9c5;
}
.wi-subnav-image-4 .go-btn {
  position: absolute;
  left: 0px;
  bottom: 30%;
}
.post-title {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .post-title {
    font-size: 2.5rem;
  }
}
.hover-fade:hover {
	opacity: .7;
}
.border-primary {
	border-color: #7A68AE;
}
.wi-subnav-image-4 a.wi-wrapper {
    margin-bottom: 25px;
}