/*@import url('https://fonts.googleapis.com/css?family=Satisfy');*/

@font-face {
  font-family: 'Damion';
  src: url('../fonts/Damion.eot');
  src: url('../fonts/Damion.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Damion.woff') format('woff'),
  url('../fonts/Damion.ttf') format('truetype'),
  url('../fonts/Damion.svg#damion') format('svg');
}

@font-face {
  font-family: 'FreestyleScript';
  src: url('../fonts/FreestyleScriptStd.eot');
  src: url('../fonts/FreestyleScriptStd.eot?#iefix') format('embedded-opentype'),
  url('../fonts/FreestyleScriptStd.woff') format('woff'),
  url('../fonts/FreestyleScriptStd.ttf') format('truetype'),
  url('../fonts/FreestyleScriptStd.svg#freestyle') format('svg');
}

.front .banner .outer-wrapper .inner-wrapper p,
.front .banner .outer-wrapper .inner-wrapper .quote {
  text-transform: none;
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  line-height: 60px;
}

.front .banner .outer-wrapper .inner-wrapper .quote .highlight,
.front .banner .outer-wrapper .inner-wrapper .highlight {
  font-family: 'FreestyleScript', Sans-Serif;
  font-size: 95px;
  font-weight: 400;
  line-height: 95px;
  display: block;
  color: #fff;
}

.front .banner .outer-wrapper .inner-wrapper .highlight + br {
  display: none;
}

@media (max-width: 768px) {
  .front .banner .outer-wrapper .quote {
    font-size: 25px!important;
    line-height: 40px!important;
  }

  .front .banner .outer-wrapper .quote .highlight {
    font-size: 40px!important;
    line-height: 40px!important;
  }
}

.banner__multiple {
  display: none;
}

@media (min-width: 768px) {
  .front .banner {
    min-height: 472px;
  }
}

/* Hide image in ellipsis text section. */
.views-view-fields__image-video-text-widget--block .ellipsis-text img {
  display: none;
}

.basic-page p, .basic-page h3 {
  text-align: left;
}
