/*--------------*/
/* Typography
/*--------------*/
@import url("//fonts.googleapis.com/css?family=Oswald:300,400,700|Open+Sans:300,400,600");
@import url("//fast.fonts.net/cssapi/f23be61a-9aae-4bfb-ab0a-6d10a61ae536.css");
@font-face {
  font-family: "iconfont-crown";
  src: url("/themes/custom/crowncenter/media/fonts/iconfont-crown/iconfont-crown.eot");
  src: url("/themes/custom/crowncenter/media/fonts/iconfont-crown/iconfont-crown.eot#iefix") format("embedded-opentype"), url("/themes/custom/crowncenter/media/fonts/iconfont-crown/iconfont-crown.woff2") format("woff2"), url("/themes/custom/crowncenter/media/fonts/iconfont-crown/iconfont-crown.ttf") format("truetype"), url("/themes/custom/crowncenter/media/fonts/iconfont-crown/iconfont-crown.woff") format("woff"), url("/themes/custom/crowncenter/media/fonts/iconfont-crown/iconfont-crown.svg#iconfont-crown") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "enriq-crown-reg";
  src: url("/themes/custom/crowncenter/media/fonts/enriq-crown/ENRIQRegular.ttf") format("truetype");
}
@font-face {
  font-family: "enriq-crown-med";
  src: url("/themes/custom/crowncenter/media/fonts/enriq-crown/ENRIQMedium.ttf") format("truetype");
}
@font-face {
  font-family: "enriq-crown-bold";
  src: url("/themes/custom/crowncenter/media/fonts/enriq-crown/ENRIQBold.ttf") format("truetype");
}
@font-face {
  font-family: "enriq-crown-black";
  src: url("/themes/custom/crowncenter/media/fonts/enriq-crown/ENRIQBlack.ttf") format("truetype");
}
.christmas-event-teaser {
  margin-bottom: 60px;
  border-bottom: solid 1px #707070;
  padding-bottom: 60px;
}
.christmas-event-teaser .image-wrapper {
  color: #fff;
  font-size: 0;
}
@media (min-width: 768px) {
  .christmas-event-teaser {
    flex-direction: row;
  }
  .christmas-event-teaser h3 {
    margin-top: -30px;
  }
  .christmas-event-teaser .event-info {
    max-width: 75%;
  }
}
.christmas-event-teaser h2 {
  color: #bb3320;
  font-family: "iconfont-crown";
  font-size: 1.5em;
  margin-top: 15px;
  word-spacing: -5px;
  line-height: 1em;
}
@media (min-width: 768px) {
  .christmas-event-teaser h2 {
    margin-top: 0;
  }
}
.christmas-event-teaser h2 a {
  color: #bb3320;
}
.christmas-event-teaser h3 {
  color: #707070;
  font-family: "iconfont-crown";
  font-style: italic;
  word-spacing: -5px;
  letter-spacing: 0;
  margin-top: -15px;
}
.christmas-event-teaser p {
  color: #000;
  font-weight: 500;
  width: 100%;
}
.christmas-event-teaser .button {
  margin-top: 15px;
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
}
.christmas-event-teaser .date-box {
  background-color: #bb3320;
  width: 75px;
  height: 85px;
  position: absolute;
  margin: -15px 30px;
  left: 0;
}
.christmas-event-teaser .date-box p {
  color: #fff;
  text-align: center;
}
.christmas-event-teaser .date-box.wide {
  width: 150px;
}
.christmas-event-teaser .date-box .date-range {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 54px;
  font-weight: 600;
  height: 90px;
}
.christmas-event-teaser .month {
  font-weight: 600;
  margin-top: 15px;
}
.christmas-event-teaser .day {
  font-size: 35px;
  margin-top: -33px;
  font-weight: 800;
}
@media (min-width: 768px) {
  .christmas-event-teaser .event-info {
    margin-left: 30px;
  }
}
.christmas-event-teaser img {
  width: 100%;
}