@import url('https://fonts.googleapis.com/css?family=Lato:300,400');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

@font-face {
  font-family: 'melbourne-icons';
  src:  url('melbourne-icons.eot?9uwhi');
  src:  url('melbourne-icons.eot?9uwhi#iefix') format('embedded-opentype'),
    url('melbourne-icons.woff2?9uwhi') format('woff2'),
    url('melbourne-icons.ttf?9uwhi') format('truetype'),
    url('melbourne-icons.woff?9uwhi') format('woff'),
    url('melbourne-icons.svg?9uwhi#melbourne-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.card {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  color: #b18969;
  background: #ffede3;
}

.card__content:before,
.card__content:after {
  display: block;
  font-size: 142px;
  margin: -30px -300px;
  font-family: 'melbourne-icons';
  line-height: 1;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  color: #b18969;
}

.card__content:before {
  content: '\e902';
  margin-bottom: -50px;
}

.card__content:after {
  content: '\e903';
  margin-top: -50px;
}

.title,
.couple {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 30px;
  text-transform: uppercase;
}

.title {
  margin: 15px 0;
}

.couple {
  margin: 15px 0;
}

.couple__delimiter {
  font-size: 50%;
  font-weight: 400;
  position: relative;
  margin: 0 auto;
  max-width: 300px;
}

.couple__delimiter:before,
.couple__delimiter:after {
  content: '';
  display: block;
  height: 2px;
  width: 40%;
  position: absolute;
  top: 50%;
  background: #b18969;
}

.couple__delimiter:before {
  left: 0;
}

.couple__delimiter:after {
  right: 0;
}

.couple__and {
  font-size: 25px;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}

.datetime {
  margin: 15px 0;
}

.location {
  margin: 15px 0;
}

.location__city,
.location__state,
.location__postcode,
.location__country {
  display: inline;
  margin-right: 10px;
  padding-right: 8px;
  border-right: 2px solid #b18969;
}

.location__city:last-child,
.location__state:last-child,
.location__postcode:last-child,
.location__country:last-child {
  margin: 0;
  padding: 0;
  border: none !important;
}

.link, .button {
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.button {
  background: #b18969;
}

@media (min-width: 480px) {
  .title {
    font-size: 50px;
  }

  .couple {
    font-size: 40px;
  }
}

/* Variations */

.v2 .card {
  color: #d6b098;
  background: #003748;
}

/* Simplified */

.is-simple .card__content:before,
.is-simple .card__content:after {
  opacity: 0;
}