/* Colors */
/* Breakpoints */
/* iphone 5/SE */
/* iphone 6/7/8 plus */
/* ipad */
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:900,900i");
.grid--contact-form, .primary-section {
  margin: 4.5rem 0; }
  @media (max-width: 25.875rem) {
    .grid--contact-form, .primary-section {
      margin: 3rem 0; } }

*, *::before, *::after {
  box-sizing: border-box; }

body {
  color: rgba(0, 0, 0, 0.45);
  font-family: Georgia, serif;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  color: #5c3317;
  margin: 0 0 0.5rem; }

p {
  line-height: 1.5em;
  font-size: 16px;
  font-size: 1rem; }
  @media (max-width: 25.875rem) {
    p {
      font-size: 15px;
      font-size: 0.9375rem; } }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul li:before {
    content: '-'; }

li {
  margin: 1.8125rem 0; }

a {
  color: rgba(135, 126, 255, 0.8); }

path {
  fill: #5c3317; }

img {
  max-width: 100%; }

table {
  width: 100%;
  max-width: 28.125rem; }

th {
  text-align: left;
  padding: 1rem 0 0.5rem 0.5rem;
  background-color: #5c3317;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'Playfair display', serif; }

td {
  padding: 1rem 0 1rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  font-size: 18px;
  font-size: 1.125rem; }

.wrapper {
  width: 90%;
  max-width: 75rem;
  margin: 0 auto;
  position: relative; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.center {
  margin: 0 auto; }

.spacer {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.clearfix:after {
  content: '';
  display: table;
  clear: both; }

.flex-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.self-center {
  -ms-flex-item-align: center;
      align-self: center; }

.italic {
  font-style: italic; }

.hide {
  display: none; }

.underline {
  text-decoration: underline; }

.gap-x-4 {
  row-gap: 16px; }

.logo {
  font-size: 64px;
  font-size: 4rem;
  margin: 0.67em 0; }
  @media (max-width: 20rem) {
    .logo {
      font-size: 54px;
      font-size: 3.375rem; } }
  .logo a {
    color: #fff;
    text-decoration: none; }

.text-wrapper {
  width: 90%;
  max-width: 53.75rem;
  margin: 1.5rem auto;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.612em; }
  @media (max-width: 25.875rem) {
    .text-wrapper {
      font-size: 16px;
      font-size: 1rem; } }

.contact-detail {
  font-style: italic;
  font-size: 22px;
  font-size: 1.375rem; }
  @media (max-width: 25.875rem) {
    .contact-detail {
      font-size: calc(12px + 2.41546vw); } }

.title {
  font-size: 48px;
  font-size: 3rem;
  margin: 0 0 1.5rem; }
  @media (max-width: 25.875rem) {
    .title {
      font-size: 40px;
      font-size: 2.5rem; } }

.link {
  text-decoration: underline;
  color: rgba(135, 126, 255, 0.8);
  cursor: pointer; }

.long-link {
  word-break: break-all; }
  @media (max-width: 25.875rem) {
    .long-link {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media (max-width: 20rem) {
    .long-link {
      font-size: 13px;
      font-size: 0.8125rem; } }

.book__text {
  font-size: 20px;
  font-size: 1.25rem; }

.book__quote {
  font-weight: bold; }

.book__link {
  font-size: 18px;
  font-size: 1.125rem; }

.box__title {
  font-size: 36px;
  font-size: 2.25rem;
  margin: 0 0 0.5rem;
  text-decoration: underline; }
  @media (max-width: 20rem) {
    .box__title {
      font-size: 28px;
      font-size: 1.75rem; } }

.box__list {
  padding-left: 1.5rem; }

.btn {
  color: #5c3317;
  border: 5px solid #5c3317;
  font-size: 32px;
  font-size: 2rem;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  text-align: center;
  display: block;
  padding: 1.5em 1.0625em;
  max-width: 11rem;
  cursor: pointer;
  margin: 0 auto; }

.card {
  padding: 2rem;
  height: 23.875rem;
  border-top: 6px solid #5c3317;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-size: cover;
  position: relative; }
  @media (max-width: 56.25rem) {
    .card {
      height: 18rem; } }
  @media (max-width: 25.875rem) {
    .card {
      height: 100%; } }
  @media (max-width: 20rem) {
    .card {
      padding: 1.5rem 1rem; } }

.card__bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #5c3317;
  opacity: 0.6; }

.card--small {
  border: none;
  padding: 1.5rem 2rem; }
  .card--small .card__title {
    font-size: 28px;
    font-size: 1.75rem; }
    @media (max-width: 20rem) {
      .card--small .card__title {
        font-size: 22px;
        font-size: 1.375rem; } }
  .card--small .card__more {
    font-size: 24px;
    font-size: 1.5rem; }
    @media (max-width: 20rem) {
      .card--small .card__more {
        font-size: 16px;
        font-size: 1rem; } }

.card__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  height: 100%; }

.card__title {
  color: #fff;
  font-size: 36px;
  font-size: 2.25rem;
  display: inline;
  background-image: linear-gradient(to right, #fff 0%, #fff 100%);
  background-position: 0 1.18em;
  background-repeat: repeat-x;
  background-size: 8px 1px; }
  @media (max-width: 20rem) {
    .card__title {
      font-size: 24px;
      font-size: 1.5rem; } }

.card__text {
  color: #fff;
  margin: 0.5rem 0 0; }
  @media (max-width: 25.875rem) {
    .card__text {
      margin: 0.5rem 0 1.5rem; } }

.card__more {
  color: #fff;
  text-decoration: underline;
  display: block;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: 'Playfair display', serif; }
  @media (max-width: 20rem) {
    .card__more {
      font-size: 18px;
      font-size: 1.125rem; } }

.card__date {
  color: #fff;
  font-size: 16px;
  font-size: 1rem; }
  @media (max-width: 20rem) {
    .card__date {
      font-size: 14px;
      font-size: 0.875rem; } }

.hamburger-menu {
  cursor: pointer;
  float: right;
  display: none;
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px; }
  @media (max-width: 48rem) {
    .hamburger-menu {
      display: block; } }
  @media (max-width: 25.875rem) {
    .hamburger-menu {
      width: 35px;
      height: 35px; } }

.hamburger-menu__line {
  position: relative;
  top: 50%;
  margin-top: -5px; }

.hamburger-menu__line:after {
  top: 12px; }

.hamburger-menu__line:before {
  top: -12px; }

.hamburger-menu__line:after, .hamburger-menu__line:before {
  content: '';
  position: absolute;
  transition: all 0.2s; }

.hamburger-menu__line, .hamburger-menu__line:after, .hamburger-menu__line:before {
  width: 100%;
  height: 5px;
  display: block;
  background-color: #fff; }

@media (max-width: 48rem) {
  .hamburger-menu--is-active + .primary-nav {
    display: block;
    text-align: left; } }

.hamburger-menu--is-active .hamburger-menu__line {
  background-color: transparent; }
  .hamburger-menu--is-active .hamburger-menu__line:before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .hamburger-menu--is-active .hamburger-menu__line:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.horizontal-list__item {
  display: inline-block;
  margin: 0.5rem; }

.input-field__text-input {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.45);
  outline: none;
  height: 2rem;
  width: 100%;
  font-family: 'Gerogia', serif;
  font-size: 16px;
  font-size: 1rem; }

.input-field--active .input-field__text-input {
  border-color: #5c3317;
  color: #5c3317; }

.input-field--active .input-field__label {
  color: #5c3317;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  font-size: 12px;
  font-size: 0.75rem; }

textarea.input-field__text-input {
  min-height: 5rem;
  resize: none; }

.input-field__label {
  color: rgba(0, 0, 0, 0.45);
  font-size: 15px;
  font-size: 0.9375rem;
  transition: all .2s ease-out;
  display: inline-block; }

.input-field__error {
  color: #D0021B;
  font-size: 12px;
  font-size: 0.75rem; }

.modal {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 999; }

.modal__inner {
  background-color: #fff;
  padding: 2.5rem;
  position: relative;
  max-width: 37.5rem;
  width: 85%;
  overflow: auto;
  max-height: 100%; }

.modal__close {
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 15px; }

.post ul {
  padding-left: 1.5rem; }

.post li p {
  display: inline; }

.post img {
  margin: 0.5rem 1rem 0.5rem 0;
  max-width: 100%; }
  @media (max-width: 25.875rem) {
    .post img {
      display: block;
      margin: 0 0 1rem 0; } }

.slider__image {
  height: 100%;
  max-height: 389px;
  object-fit: cover; }

.social-media-icon {
  margin: 0 1.875rem 0 0; }
  .social-media-icon svg {
    width: 1.875rem;
    height: 1.875rem; }
    .social-media-icon svg path {
      transition: fill .2s; }
    .social-media-icon svg:hover path {
      fill: #331c0d; }

.testimonial__author {
  font-weight: bold; }

.timeline {
  list-style-type: none;
  padding: 0;
  position: relative; }
  .timeline:after {
    content: '';
    width: 0;
    height: 105%;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.15);
    top: 0;
    left: 50%;
    margin-left: -1px;
    z-index: -1; }

.timeline__text {
  margin: 0; }

.timeline__date {
  font-style: italic; }

.timeline__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 25px;
  margin: 16px 0;
  position: relative; }
  .timeline__row > *:first-child {
    text-align: right; }
  .timeline__row > *:nth-child(2n) {
    text-align: left; }
  .timeline__row:before {
    content: none; }
  .timeline__row:after {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background-color: #5c3317;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.cols--2-1 {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 44px;
     -moz-column-gap: 44px;
          column-gap: 44px; }
  @media (max-width: 56.25rem) {
    .cols--2-1 {
      -webkit-columns: 1;
         -moz-columns: 1;
              columns: 1; } }

.cols__cell {
  display: inline-block;
  margin: 0 0 2.75rem; }
  @media (max-width: 56.25rem) {
    .cols__cell {
      margin: 0; } }

.grid {
  display: grid; }

.grid--3-2 {
  grid-template-columns: 3fr 2fr;
  grid-gap: 2.75rem; }
  @media (max-width: 71.25rem) {
    .grid--3-2 {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 56.25rem) {
    .grid--3-2 {
      grid-template-columns: repeat(1, 1fr); } }
  @media (max-width: 25.875rem) {
    .grid--3-2 {
      grid-gap: 1.5rem; } }

.grid--3-1 {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2.75rem; }
  @media (max-width: 71.25rem) {
    .grid--3-1 {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 56.25rem) {
    .grid--3-1 {
      grid-template-columns: repeat(1, 1fr); } }
  @media (max-width: 25.875rem) {
    .grid--3-1 {
      grid-gap: 1.5rem; } }

.grid--2-1 {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.75rem; }
  @media (max-width: 56.25rem) {
    .grid--2-1 {
      grid-template-columns: repeat(1, 1fr); } }
  @media (max-width: 25.875rem) {
    .grid--2-1 {
      grid-gap: 1.5rem; } }

.grid--contact-form {
  display: grid;
  grid-template-columns: repeat(2, [col-start] 1fr);
  grid-gap: 4rem 2.25rem; }
  @media (max-width: 25.875rem) {
    .grid--contact-form {
      grid-gap: 1.5rem; }
      .grid--contact-form .contact-form-grid__item {
        grid-column: col-start / span 2; } }
  .grid--contact-form .grid__full {
    grid-column: col-start / span 2; }

.primary-footer {
  width: 90%;
  max-width: 58.5rem;
  margin: 6rem auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 71.25rem) {
    .primary-footer {
      display: grid;
      grid-row-gap: 2.25rem;
      -ms-flex-pack: center;
          justify-content: center;
      margin: 0 auto 2rem auto; } }

.primary-header {
  text-align: center;
  padding: 10rem 2rem;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  background-size: cover;
  color: #fff;
  background-color: #5c3317; }

.primary-nav--horizontal {
  display: inline-block; }
  @media (max-width: 48rem) {
    .primary-nav--horizontal {
      display: none;
      margin: 1rem 0 0;
      width: 80%; } }

.primary-nav--stacked {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  width: 19.75rem;
  height: 8.125rem; }
  @media (max-width: 56.25rem) {
    .primary-nav--stacked {
      width: 100%; } }

.primary-nav__link {
  color: inherit;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem; }
  @media (max-width: 25.875rem) {
    .primary-nav__link {
      font-size: 16px;
      font-size: 1rem; } }

.primary-nav__link--has-sub-nav {
  position: relative; }

.primary-nav__link-container {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center; }
  .primary-nav__link-container:hover > .sub-nav {
    display: block; }

.primary-nav__link-container--stacked {
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (max-width: 25.875rem) {
    .primary-nav__link-container--stacked {
      -ms-flex-direction: row;
          flex-direction: row; } }

.primary-nav__separator {
  display: inline; }
  @media (max-width: 25.875rem) {
    .primary-nav__separator {
      display: block; } }

.primary-nav__separator--horizontal:after {
  content: '//';
  font-family: Georgia;
  font-style: italic;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 0.875rem;
  color: inherit; }

.primary-nav__separator--horizontal:last-child:after {
  content: none; }

@media (max-width: 25.875rem) {
  .primary-nav__separator--horizontal {
    margin: 0.5rem 0; }
    .primary-nav__separator--horizontal:after {
      content: none; } }

.primary-nav__separator--stacked {
  margin: 0 2rem 2rem 0; }
  .primary-nav__separator--stacked:nth-child(3n) {
    margin: 0 2rem 0 0; }

.primary-header .primary-nav__dropdown-arrow path {
  fill: #fff; }

.sub-nav {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: left;
  white-space: nowrap;
  background-color: #fff;
  padding: 0 1rem 0.5rem 1rem;
  display: none;
  z-index: 2; }

.sub-nav--indent {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  left: 0; }

.sub-nav__link {
  display: block;
  margin: 1rem 0;
  color: rgba(0, 0, 0, 0.45); }

.tns-outer {
  padding: 0 !important; }

.tns-outer [hidden] {
  display: none !important; }

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer; }

.tns-outer.ms-touch {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  -ms-scroll-chaining: none;
  -ms-scroll-snap-type: mandatory;
  -ms-scroll-snap-points-x: snapInterval(0%, 100%); }

.tns-slider {
  transition: all 0s; }

.tns-slider > .tns-item {
  box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0; }

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: -webkit-transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s; }

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6; }

.tns-lazy-img.loaded {
  opacity: 1; }

.tns-ah {
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-hdx {
  overflow-x: hidden; }

.tns-hdy {
  overflow-y: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */
.tns-outer {
  position: relative;
  z-index: 1; }

.tns-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2; }

.tns-controls button {
  background: #fff;
  outline: none;
  border: none;
  padding: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  font-size: 1rem;
  width: 3.125em;
  height: 3.125em; }
  .tns-controls button svg {
    width: 2em;
    height: 2em; }
  @media (max-width: 48rem) {
    .tns-controls button {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media (max-width: 20rem) {
    .tns-controls button {
      font-size: 11px;
      font-size: 0.6875rem; } }
