/* -----------------------------------------
   Home page slider
----------------------------------------- */
.top-banner {
  position: relative;
  height: 490px;
  /*define the height of slide*/
  background: #f0f0f0 no-repeat 100% 50%/50% auto;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
}
.top-banner:before {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.top-banner > * {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
}
.top-banner__side-img {
  position: absolute;
  z-index: 3;
  right: 0;
  left: 45%;
  height: auto;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}
.top-banner__side-img--half {
  left: 50%;
}
.top-banner__side-img--scroll {
  background-position: 0 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  height: 760px;
  left: 42%;
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
}
.top-banner__subtitle {
  margin-bottom: 25px;
}
.top-banner .row {
  width: 100%;
  font-size: 20px;
  text-align: left;
  margin-top: -45px;
}
.top-banner .columns {
  padding-left: 40px;
  padding-right: 27px;
}
.top-banner .columns h1, .top-banner .columns h2, .top-banner .columns h3, .top-banner .columns h4, .top-banner .columns h5, .top-banner .columns h6 {
  line-height: 1.5;
}
.top-banner .slide-title {
  width: 80%;
  margin-bottom: 10px;
  font-size: 60px;
  font-family: "mrs-eaves", serif;
  text-transform: none;
  font-weight: 400;
  line-height: 1.05 !important;
  position: relative;
  z-index: 5;
}
.top-banner .slide-title--full-width {
  width: 100%;
}
.top-banner .slide-footer {
  margin-top: 20px;
  font-size: 0;
  margin-left: -5px;
}
.top-banner .slide-footer .button {
  margin: 5px;
}
.top-banner--high {
  height: 600px;
}
.top-banner--high .row {
  margin-top: 0;
}

.slide-additional-text p {
  font-style: italic;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.35;
}
.slide-additional-text--offset {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 130px);
  padding-left: 20px;
}

#home-slider {
  margin-bottom: 15px;
}
#home-slider .top-banner__side-img {
  background-position: 0 50%;
}
#home-slider .button {
  width: 120px;
  padding-left: 10px;
  padding-right: 10px;
}
#home-slider .slick-dots {
  left: 0;
  right: 0;
  bottom: 22px;
  margin: 0 auto;
  padding-left: 75px;
  font-size: 0;
  text-align: left;
}
#home-slider .slick-dots button {
  min-width: 0;
}
#home-slider .slick-dots button:before {
  width: 8px;
  height: 8px;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #000;
}
#home-slider .slick-dots .slick-active button:before {
  background-color: #000;
}
#home-slider .slick-arrow {
  min-width: 0;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
#home-slider .slick-arrow:before {
  line-height: 40px;
  font-size: 16px;
  color: #000;
}
#home-slider .slick-next {
  margin-top: 30px;
}
#home-slider .slick-prev {
  margin-top: -30px;
}
#home-slider .slick-next, #home-slider .slick-prev {
  left: auto;
  right: 20px;
}

@media only screen and (max-width: 1024px) {
  #home-slider {
    margin-bottom: 0;
  }
  #home-slider .slick-dots {
    padding-left: 35px;
  }
}
/* Foundation tweaks */
.row {
  max-width: none;
}
.row.collapse, .row .row {
  padding-left: 0;
  padding-right: 0;
}

.columns {
  min-height: 1px;
}

.row .row {
  margin-left: -25px;
  margin-right: -25px;
}

.column, .columns {
  padding-left: 25px;
  padding-right: 25px;
}

@media only screen {
  .column, .columns {
    padding-left: 25px;
    padding-right: 25px;
  }

  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 441px) {
  .column, .columns {
    padding-left: 25px;
    padding-right: 25px;
  }

  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 769px) {
  .column, .columns {
    padding-left: 25px;
    padding-right: 25px;
  }

  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1025px) {
  .row.xxlarge-uncollapse > .column,
  .row.xxlarge-uncollapse > .columns {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1201px) {
  .row.xxlarge-uncollapse > .column,
  .row.xxlarge-uncollapse > .columns {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 5;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 3;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #000;
}

.off-canvas-content {
  position: relative;
  min-height: 100vh;
}
.admin-bar .off-canvas-content {
  min-height: calc(100vh - 32px);
}
.page-template-template-flexible .off-canvas-content {
  margin-top: -1px;
  border-top: 1px solid transparent;
}
.admin-bar.page-template-template-flexible .off-canvas-content {
  margin-top: -33px;
}
@media screen and (max-width: 782px) {
  .admin-bar.page-template-template-flexible .off-canvas-content {
    margin-top: -47px !important;
  }
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-overlap {
  z-index: 10;
}

.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #000;
}

[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 10;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  width: 175px;
  height: 100%;
  -webkit-transform: translateX(-140px);
  -ms-transform: translateX(-140px);
  transform: translateX(-140px);
  overflow-y: auto;
}

.position-left.is-open ~ .off-canvas-content {
  -webkit-transform: translateX(140px);
  -ms-transform: translateX(140px);
  transform: translateX(140px);
}

.position-left.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.position-right {
  top: 0;
  right: 0;
  width: 140px;
  height: 100%;
  -webkit-transform: translateX(140px);
  -ms-transform: translateX(140px);
  transform: translateX(140px);
  overflow-y: auto;
}

.position-right.is-open ~ .off-canvas-content {
  -webkit-transform: translateX(-140px);
  -ms-transform: translateX(-140px);
  transform: translateX(-140px);
}

.position-right.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  -webkit-transform: translateY(-140px);
  -ms-transform: translateY(-140px);
  transform: translateY(-140px);
  overflow-x: auto;
}

.position-top.is-open ~ .off-canvas-content {
  -webkit-transform: translateY(140px);
  -ms-transform: translateY(140px);
  transform: translateY(140px);
}

.position-top.is-transition-push::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  -webkit-transform: translateY(140px);
  -ms-transform: translateY(140px);
  transform: translateY(140px);
  overflow-x: auto;
}

.position-bottom.is-open ~ .off-canvas-content {
  -webkit-transform: translateY(-140px);
  -ms-transform: translateY(-140px);
  transform: translateY(-140px);
}

.position-bottom.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.off-canvas-content {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media print, screen and (min-width: 441px) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 175px;
  }

  .position-right.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 140px;
  }

  .position-top.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 140px;
  }

  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 140px;
  }
}
@media print, screen and (min-width: 769px) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 175px;
  }

  .position-right.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 140px;
  }

  .position-top.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 140px;
  }

  .position-bottom.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 140px;
  }
}
@media print, screen and (min-width: 1025px) {
  .position-left.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 175px;
  }

  .position-right.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 140px;
  }

  .position-top.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 140px;
  }

  .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 140px;
  }
}
/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
*[tabindex]:focus {
  outline: 0;
}

.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}
.wp-caption p {
  margin-bottom: 0;
  font-size: 14px;
}

.gallery-item {
  display: inline-block;
  vertical-align: middle;
  float: none !important;
}
.gallery-item img {
  border: none !important;
}

.gallery-caption {
  font-size: 12px;
}

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none;
}

.gform_fields {
  margin: 0;
}
.gform_fields label {
  font-size: inherit;
  color: inherit;
  line-height: 1.2;
  margin-bottom: 10px;
}

.gform_title {
  font-size: 22px;
}

.gform_description {
  display: block;
  margin-bottom: 15px;
}

.gfield {
  list-style: none;
  margin-bottom: 10px;
}

.gfield_label {
  position: absolute;
  z-index: -1;
  color: transparent;
}
.display-label .gfield_label {
  position: static;
  color: #fff;
  margin-bottom: 10px;
}

.ginput_container ul {
  margin-left: 0;
}

.gfield_error input, .gfield_error textarea {
  border-color: red;
}

.gfield_description {
  margin-top: 10px;
}

.gform_confirmation_message {
  margin-bottom: 15px;
}

.gform_footer {
  text-align: left;
  /*aligning of submit button*/
  padding-top: 10px;
}

.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red;
}

.validation_message {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 90%;
  color: #990000;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #f7f7f7;
  border-bottom: 1px solid #bbb;
}
.ui-datepicker thead th {
  padding: 3px;
  text-align: center;
  border: 1px solid #ddd;
}
.ui-datepicker tbody {
  border: none;
}
.ui-datepicker tbody td {
  padding: 0;
  border: 1px solid #bbb;
}
.ui-datepicker tbody th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
}

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none;
}
.ui-datepicker-header:after {
  content: '';
  clear: both;
  display: table;
}

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left;
}

.ui-datepicker-next {
  text-align: right;
}

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  position: relative;
  margin: -1px;
  height: 32px;
  width: 32px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
.skip-nav {
  display: inline-block;
  margin-top: 15px;
  color: #fff;
  font-family: "adrianna-condensed", sans-serif;
  border-radius: 3px;
}
.skip-nav:hover {
  color: #fff;
}
.skip-nav:focus {
  color: #fff;
  box-shadow: 0 0 2px 2px white;
}

#skiptocontent a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0;
  color: #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  background: transparent;
  z-index: 100;
  -moz-transition: top 0.3s ease, background 0.3s ease;
  -o-transition: top 0.3s ease, background 0.3s ease;
  -webkit-transition: top 0.3s ease, background 0.3s ease;
  transition: top 0.3s ease, background 0.3s ease;
}

#skiptocontent a:focus {
  top: 0;
  background: #fff;
  outline: 0;
}

html, body {
  height: auto;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  position: static;
}

/* Placeholder styling */
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #555;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #555;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #555;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #555;
}

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
  /* STYLES GO THERE */
  font-size: 18px;
  line-height: 24px;
  padding: 3px 10px;
  height: 30px;
  margin-bottom: 0;
}
[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
  box-shadow: none;
}

textarea[rows] {
  /*Styles for TextArea*/
  height: 100px;
  max-width: 100%;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0;
}

[type=radio],
[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
[type=radio] + label,
[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  margin-left: 0;
}
[type=radio] + label:before, [type=radio] + label:after,
[type=checkbox] + label:before,
[type=checkbox] + label:after {
  content: '';
  position: absolute;
  top: 50%;
  border-radius: 50%;
}
[type=radio] + label:before,
[type=checkbox] + label:before {
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-color: #fff;
}
[type=radio]:checked + label:after,
[type=checkbox]:checked + label:after {
  left: 5px;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #000;
}

button, .button, input[type='submit'], input[type='reset'] {
  margin-bottom: 0;
  border: 2px solid #000;
  padding: 8px;
  min-width: 120px;
  background-color: transparent;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #000;
  font-family: "adrianna-condensed", sans-serif !important;
  text-transform: uppercase;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button:hover, button:focus, .button:hover, .button:focus, input[type='submit']:hover, input[type='submit']:focus, input[type='reset']:hover, input[type='reset']:focus {
  background-color: black;
}

button[disabled]:hover, button[disabled]:focus {
  background-color: transparent !important;
}

.fancybox-bg {
  background-color: #1c2124;
}

.fancybox-container--ready .fancybox-bg {
  opacity: 1;
}

.fancybox-caption-wrap {
  display: none;
}

.fancybox-button--close {
  top: 20px;
  right: 20px;
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  min-width: 0;
}
.fancybox-button--close:before, .fancybox-button--close:after {
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  position: static;
}
.fancybox-button--close:after {
  display: none;
}
.fancybox-button--close:before {
  content: '\f00d';
  font-family: FontAwesome;
  color: #000;
  font-size: 25px;
  display: block;
  line-height: 50px;
  width: auto;
  height: auto;
  background-color: transparent;
}
.fancybox-button--close:hover {
  background-color: white;
}

.hide-for-screen {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  color: #000;
  font-family: "mrs-eaves", serif;
  line-height: 1.3;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: 700;
  font-family: "adrianna-condensed", sans-serif;
  text-transform: uppercase;
  color: inherit;
}

h1 {
  /*basic heading styles*/
}

h2 {
  /*basic heading styles*/
}

h3 {
  /*basic heading styles*/
}

h4 {
  /*basic heading styles*/
}

h5 {
  /*basic heading styles*/
}

h6 {
  /*basic heading styles*/
}

p {
  /*basic paragraph styles*/
  line-height: 1.5;
}
p:empty {
  display: none;
}
p a {
  text-decoration: underline;
}

ul {
  /*basic list styles*/
}
ul li {
  /*basic list-item styles*/
}

a {
  color: #000;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  color: black;
  outline: none;
}

/* ------------------------------------
    Basic Styles
------------------------------------- */
/* Clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* Button additional styles */
.button {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:hover, .button:focus {
  /*basic hover and focus effects*/
}
.button--invert, input.gform_button {
  color: white;
  border-color: white;
}
.button--invert:hover, input.gform_button:hover {
  color: #000;
  background-color: white;
}
.button--icon {
  border-color: transparent;
  padding-left: 10px;
  padding-right: 10px;
}
.button--icon:before {
  content: '\f019';
  font-family: FontAwesome;
  margin-right: 10px;
  font-weight: 400;
  float: left;
}

/* Align Middle */
.align-middle {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* Pagination */
ul.pagination {
  margin: 1rem 0;
}
ul.pagination .pagination {
  margin: 0;
}
ul.pagination .pagination.current {
  color: #fff;
  background: #000;
  display: block;
}

/* Search form */
#searchform {
  position: relative;
}

#s {
  padding-right: 75px;
}

#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: .5rem;
  cursor: pointer;
}
#searchsubmit:after {
  font-family: FontAwesome;
  font-size: 20px;
}

/* Helpers */
.link-decor, .news-details__back {
  position: relative;
}
.link-decor:after, .news-details__back:after {
  content: '';
  position: absolute;
  left: -25px;
  top: 50%;
  margin-top: -6px;
  width: 16px;
  height: 12px;
  background-image: url(../images/arrow.svg);
}

.page-content {
  padding: 145px 15px 70px;
}
.page-content p, .page-content ul {
  margin-bottom: 30px;
}
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  font-weight: 600;
}
.page-content .page-title {
  font-weight: 700;
}

.service__image, .merchant__logo, .blurb-item__image, .news-item__image, .news-details__image {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.link-decor:after, .news-details__back:after, .page-content ul li:before, .service__content ul li:before, .news-details__content ul li:before {
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.page-content ul, .service__content ul, .news-details__content ul {
  list-style: none;
  margin-left: 0;
}
.page-content ul li, .service__content ul li, .news-details__content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}
.page-content ul li:before, .service__content ul li:before, .news-details__content ul li:before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 8px;
  left: 0;
  background-image: url(../images/bullet.png);
}

/* ------------------------------------
    Header Styles
------------------------------------- */
.header {
  padding-top: 15px;
  text-align: center;
}

.socials {
  margin: 0;
  list-style: none;
  padding: 0;
  margin-top: 15px;
  font-size: 0;
}
.socials__item {
  display: inline-block;
  margin: 5px;
}
.socials__link, .news-details__share-link {
  display: block;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 50%;
  background-color: #b5b5b5;
  font-size: 17px;
}
.socials__link .fa, .news-details__share-link .fa {
  line-height: 26px;
}
.socials__link:hover, .news-details__share-link:hover {
  background-color: #fff;
}

.logo img {
  max-height: 150px;
}

.word-logo {
  position: absolute;
  z-index: 4;
  top: 40px;
  left: 40px;
}
.word-logo a, .word-logo svg {
  display: block;
  width: 185px;
}

/* ------------------------------------
    Content Styles
------------------------------------- */
/* Comments block */
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.comment-meta {
  font-size: 14px;
}

.comment-metadata {
  color: #666;
}

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd;
}

.reply {
  text-align: right;
}

.comment-reply-link {
  display: inline-block;
  padding: .33333rem .5rem;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe;
}

/* 404 page */
.not-found {
  padding: 100px 0;
}
.not-found .label {
  text-decoration: none;
  cursor: pointer;
  background-color: #000;
}
.not-found .label:hover {
  background-color: black;
  color: #fff;
}

/* Sidebar */
.widget {
  margin-bottom: 20px;
}

.page-title {
  font-size: 22px;
  margin-bottom: 25px;
}

.hentry {
  font-size: 20px;
}

/*---------------------------------------
	TMPL: Home page
---------------------------------------*/
.announcement-bar {
  padding: 15px 0 30px;
}
.announcement-bar.sticky-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 99px;
}

.announcement-item {
  text-align: center;
  padding: 15px 0 5px;
}
.announcement-item h1, .announcement-item h2, .announcement-item h3, .announcement-item h4, .announcement-item h5, .announcement-item h6 {
  line-height: 1.2;
}
.announcement-item__body {
  margin-bottom: 15px;
}
.announcement-item__title, .announcement-item h5 {
  font-size: 18px;
}
.announcement-item p {
  line-height: 1.3;
}
.announcement-item__more:before {
  position: static;
  display: inline-block;
  margin-top: 0;
}

/*---------------------------------------
	TMPL: Flexible
---------------------------------------*/
.parallax-cont {
  position: relative;
  overflow: hidden;
}

.parallax_img {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}

.flexible-content {
  position: relative;
  z-index: 2;
}

.service {
  background-color: #fff;
}
.service h1, .service h2, .service h3, .service h4, .service h5, .service h6 {
  font-family: "mrs-eaves", serif;
  text-transform: none;
  font-weight: 400;
}
.service__image, .service__content-wrap {
  height: 100vh;
}
.service__image {
  position: relative;
}
.service__image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-color: #000;
  opacity: 0;
}
.service__content-wrap {
  font-size: 0;
  white-space: nowrap;
}
.service__content-wrap:before {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.service__content-wrap > * {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
}
.service__content {
  padding: 50px 95px 50px 100px;
  font-size: 20px;
}
.service__content > * {
  margin-bottom: 30px;
}
.service__button-wrap {
  padding-top: 11px;
  margin-bottom: 0;
}

.responsive-caption {
  padding-bottom: 5px;
}

.merchants-section {
  background-color: #f0f0f0;
  padding: 0;
}
.merchants-section__header {
  padding: 35px 0;
}
.merchants-section__header:after {
  content: '';
  display: table;
  clear: both;
}
.merchants-section__title {
  float: left;
  font-size: 22px;
  min-width: 220px;
  margin: 0 15px 0 80px;
}
.merchants-section__view-toggle {
  margin: 0 40px;
}
.merchants-section__view-toggle a {
  display: inline-block;
  margin: 0 15px;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  font-family: "adrianna-condensed", sans-serif;
}
.merchants-section__view-toggle a .fa {
  font-size: 22px;
  line-height: 26px;
  vertical-align: middle;
  margin-right: 10px;
}

.merchants {
  position: relative;
  overflow: hidden;
  padding: 0 35px;
  -moz-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
.merchants--list {
  padding: 0;
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: -1px;
}
.merchants--list.active {
  padding-right: 50%;
}

.merchant {
  position: relative;
  float: left;
  width: 25%;
  padding: 5px;
  font-family: "adrianna-condensed", sans-serif;
  text-align: center;
}
.merchant__name {
  display: none;
  position: relative;
  margin-bottom: 0;
  line-height: 1;
  padding: 25px 40px;
  font-weight: 400;
  cursor: pointer;
  -moz-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.merchant__name:after {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -11px;
  line-height: 1;
  font-size: 22px;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.merchant__name.active {
  background-color: #000;
  color: #fff;
}
.merchant__name.active:after {
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.merchant__logo {
  background-color: #fff;
  padding-bottom: 100%;
}
.merchant__img {
  display: none;
  margin-bottom: 35px;
}
.merchant__info {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  color: #fff;
  background-color: #000;
  line-height: 1.2;
  opacity: 0;
  text-align: center;
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  font-size: 0;
  white-space: nowrap;
}
.merchant__info:before {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.merchant__info > * {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
}
.merchant__info a {
  color: inherit;
}
.merchant__info p {
  margin-bottom: 0;
  line-height: 1.2;
}
.merchant__info strong, .merchant__info b {
  font-weight: 400;
}
.merchant__caption {
  font-size: 18px;
}
.merchant__map-pin {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 22px;
}
.merchant__btn {
  margin: 15px auto 0;
  display: block;
  width: 100%;
  max-width: 180px;
  border: 2px solid white;
  line-height: 26px;
  text-transform: uppercase;
}
.merchant__btn:hover {
  background-color: #fff;
  color: #000;
}
.merchant__btn--icon {
  position: relative;
}
.merchant__btn--icon:before {
  content: '\f041';
  font-family: FontAwesome;
  position: absolute;
  left: 10px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.merchant__soon {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}
.merchant__soon div {
  width: 100%;
  z-index: 4;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.merchant__soon p, .merchant__soon a {
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  pointer-events: auto;
  margin-bottom: 0;
}
.merchant__soon a {
  margin-top: 15px;
  position: relative;
  z-index: 10;
  box-shadow: 0 3px 0 -1px #fff;
  text-decoration: none;
}
.merchant__soon a:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.merchant__back {
  position: absolute;
  left: 40px;
  top: 25px;
  margin-bottom: 0 !important;
  font-size: 14px;
  font-family: "mrs-eaves", serif;
  font-style: italic;
  line-height: 1 !important;
}
.merchant__back:before {
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.merchant:hover .merchant__info {
  opacity: 1;
}
.merchant--list {
  width: 100%;
  float: none;
  padding: 0;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  text-align: left;
  position: static;
}
.merchant--list:last-child {
  margin-bottom: -1px;
}
.merchant--list .merchant__name {
  display: block;
}
.merchant--list .merchant__popup {
  position: absolute;
  z-index: 2;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 50%;
  background-color: #fff;
  color: #000;
  overflow: hidden;
  border-left: 1px solid #ccc;
  -moz-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.merchant--list .merchant__popup.active {
  left: 50%;
}
.merchant--list .merchant__popup.active .merchant__info {
  opacity: 1;
  visibility: visible;
}
.merchant--list .merchant__info {
  position: static;
  height: 100%;
  background-color: transparent;
}
.merchant--list .merchant__info p, .merchant--list .merchant__info a {
  color: #000;
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.merchant--list .merchant__info strong, .merchant--list .merchant__info b {
  font-weight: 700;
}
.merchant--list .merchant__info .merchant__btn {
  margin-top: 40px;
  margin-bottom: 0;
  border-color: #000;
  font-size: 16px;
  font-weight: 700;
  padding: 5px;
}
.merchant--list .merchant__info .merchant__btn:hover {
  background-color: #000;
  color: #fff;
}
.merchant--list .merchant__map-pin {
  top: 20px;
  right: 30px;
}
.merchant--list .merchant__caption {
  vertical-align: top;
  margin-top: 70px;
  margin-bottom: 70px;
}
.merchant--list .merchant__logo {
  display: none;
}
.merchant--list .merchant__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.merchant--list.merchant--soon {
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.4);
  position: relative;
}
.merchant--list.merchant--soon .merchant__soon {
  /*display: none;*/
  background-color: transparent;
}


/* new styles */
.merchant--list.merchant--soon .merchant__soon p {
  display: none;
}
.merchant--list.merchant--soon .merchant__soon a,
.merchant--list.merchant--soon .merchant__soon a:focus {
  color: #000;
  float: right;
  margin: 0 50px 0 0;
  box-shadow: 0 3px 0 -1px #000;
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: none;
}
.merchant--list.merchant--soon .merchant__soon a:hover {
  box-shadow: none;
}


.merchant--list.merchant--soon .merchant__name:after {
  content: 'Coming soon';
  font-size: 12px;
  font-family: "adrianna-condensed", sans-serif;
  text-transform: uppercase;
  width: 50px;
  text-align: center;
  line-height: 1;
  right: 0;
}
.merchant--soon {
  pointer-events: none;
}
.merchant--soon .merchant__logo {
  opacity: .3;
}

.columns-text {
  min-height: 100vh;
  height: 100vh;
  padding: 100px 0 100px;
  background-color: #f0f0f0;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  -webkit-background-size: auto 90%;
  background-size: auto 90%;
  font-size: 0;
  white-space: nowrap;
}
.columns-text:before {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.columns-text > * {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
}
.columns-text .row {
  width: 100%;
}
.columns-text__content {
  padding: 0 40px;
  font-family: "adrianna-condensed", sans-serif;
  font-size: 18px;
}
.columns-text__content h1, .columns-text__content h2, .columns-text__content h3, .columns-text__content h4, .columns-text__content h5, .columns-text__content h6 {
  text-transform: none;
  font-weight: 400;
  font-family: "mrs-eaves", serif;
}
.columns-text__content b, .columns-text__content strong {
  font-weight: 600;
}
.columns-text__content a {
  font-family: "mrs-eaves", serif;
  text-decoration: none;
}
.columns-text__content > * {
  line-height: 1.7;
  margin-bottom: 25px;
}

.blurbs .columns:nth-child(even) .blurb-item__caption {
  background-color: #f0f0f0;
}

.blurb-item__image {
  height: 470px;
}
.blurb-item__caption {
  padding: 70px 85px;
  background-color: #fff;
  min-height: 300px;
}
.blurb-item__link {
  display: block;
  font-size: 40px;
  color: #000;
  padding-left: 10px;
  font-size: 0;
  white-space: nowrap;
}
.blurb-item__link:before {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.blurb-item__link > * {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
}
.blurb-item__logo {
  max-height: 80px;
}

/*---------------------------------------
	Blog
---------------------------------------*/
.news-item:first-child .news-item__title-col:after, .news-item:last-child .news-item__title-col:after {
  display: none;
}
.news-item__link {
  display: block;
  background-color: #f0f0f0;
}
.news-item__link:hover .news-item__image:after, .news-item__link:focus .news-item__image:after {
  background-color: rgba(0, 0, 0, 0.4);
}
.news-item__link:hover .news-item__title-col:after, .news-item__link:focus .news-item__title-col:after {
  opacity: 0;
}
.news-item__title-col {
  font-size: 0;
  white-space: nowrap;
  position: relative;
}
.news-item__title-col:before {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.news-item__title-col > * {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
}
.news-item__title-col:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 80px;
  right: 80px;
  height: 1px;
  margin: 0 auto;
  background-color: #000;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.news-item__title {
  font-size: 40px;
  font-family: "mrs-eaves", serif;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 5px;
}
.news-item__date, .news-details__date, .news-item__sold, .news-details__sold {
  font-size: 16px;
  font-weight: 700;
  font-family: "adrianna-condensed", sans-serif;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 0;
}
.news-item__sold, .news-details__sold {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 0 5px;
}
.news-item__day {
  position: absolute;
  top: 25px;
  left: 80px;
  font-size: 50px;
  line-height: 1;
}
.news-item__location {
  font-size: 30px;
  line-height: 1;
}
.news-item__button-wrap {
  padding-top: 30px;
}
.news-item__caption {
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}
.news-item__image {
  position: relative;
  height: 360px;
}
.news-item__image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.news-item--latest .news-item__image {
  height: 600px;
}
.news-item--latest .news-item__title {
  font-size: 60px;
  line-height: 1;
}

.news-spacer {
  background-color: #000;
  padding: 38px 80px;
  color: #fff;
}
.news-spacer * {
  margin-bottom: 0;
}

@-moz-keyframes loading {
  0% {
    -moz-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes loading {
  0% {
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
.ajax-pagination {
  text-align: center;
  background-color: #000;
  padding: 30px 80px;
}
.ajax-pagination__more {
  position: relative;
}
.ajax-pagination__more:after {
  content: '\f110';
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -11px;
  line-height: 20px;
  pointer-events: none;
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -moz-animation: loading 1.5s infinite linear;
  -webkit-animation: loading 1.5s infinite linear;
  animation: loading 1.5s infinite linear;
}
.ajax-pagination__more--in-progress {
  padding-right: 45px;
}
.ajax-pagination__more--in-progress:after {
  opacity: 1;
}

/*---------------------------------------
	Single news
---------------------------------------*/
.news-details__image {
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  left: calc(50% + 70px);
  bottom: 0;
  height: 100vh;
}
.news-details__content {
  min-height: 100vh;
  padding: 145px 60px 50px 15px;
}
.news-details__back {
  font-size: 22px;
  font-style: italic;
}
.news-details__back:before {
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.news-details__title {
  margin-top: 20px;
  font-size: 50px;
  margin-bottom: 0;
  font-family: "mrs-eaves", serif;
  text-transform: none;
  font-weight: 400;
  line-height: 1;
}
.news-details__location {
  font-size: 30px;
  margin-bottom: 10px;
}
.news-details__date {
  margin-bottom: 0;
}
.news-details__entry {
  padding-top: 25px;
}
.news-details__entry > * {
  margin-bottom: 30px;
}
.news-details__share {
  margin-top: 60px;
  border-top: 1px solid #000;
  padding-top: 10px;
}
.news-details__share-link {
  display: inline-block;
  margin-left: 10px;
  color: #fff;
  background-color: #000;
}
.news-details__share-link:hover, .news-details__share-link:focus {
  box-shadow: inset 0 0 0 1px #000;
  background-color: #fff;
  color: #000;
}

/*---------------------------------------
	TMPL: Contact
---------------------------------------*/
.department {
  font-size: 20px;
  padding-top: 35px;
  padding-bottom: 15px;
}
.department__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.5;
}
.department__contact {
  margin-bottom: 30px;
}
.department p {
  margin-bottom: 0;
  line-height: 1.5;
}
.department__contact-name, .department__contact-position {
  font-family: "adrianna-condensed", sans-serif;
}
.department a {
  /*font-style: italic;*/
  text-decoration: none;
}

/* ------------------------------------
    Footer Styles
------------------------------------- */
.close-toggle {
  position: absolute;
  top: 20px;
  right: 25px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.sign-up {
  position: fixed;
  max-width: 400px;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 140px;
  height: 100vh;
  padding: 75px 25px;
  background-color: #1a1a1a;
  color: #fff;
  font-size: 18px;
  -moz-transition: -moz-transform 0.2s ease, visibility 0.2s ease;
  -o-transition: -o-transform 0.2s ease, visibility 0.2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, visibility 0.2s ease;
  transition: transform 0.2s ease, visibility 0.2s ease;
}
.sign-up--hidden {
  visibility: hidden;
  -moz-transform: translateX(-140%);
  -ms-transform: translateX(-140%);
  -webkit-transform: translateX(-140%);
  transform: translateX(-140%);
}
.sign-up__close:hover, .sign-up__close:focus {
  color: #fff;
}

.sign-up-descr {
  font-style: italic;
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #000;
}

.sign-up-popup {
  font-size: 25px;
}

.footer {
  padding: 10px 0 15px;
  border-top: 1px solid #ccc;
  background-color: #fff;
  color: #666;
}
.footer__address, .footer__copyright {
  font-style: normal;
  font-family: "adrianna-condensed", sans-serif;
  font-size: 11px;
}
.footer__address {
  font-weight: 600;
}
.footer__address a {
  color: inherit;
}
.footer__copyright {
  font-weight: 400;
  margin-bottom: 0;
}

.sticky-footer {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-menu {
  margin: 0;
  list-style: none;
  padding: 0;
  margin-right: -10px;
  margin-bottom: 10px;
}
.footer-menu li {
  display: inline-block;
  margin: 0 8px 5px;
}
.footer-menu li a {
  display: block;
  padding: 0;
  font-family: "adrianna-condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #666;
  text-transform: uppercase;
}
.footer-menu li a:hover {
  box-shadow: 0 2px 0 #666;
}
