@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
html {
  font-size: 9px;
  -webkit-tap-highlight-color: transparent; }
  @media (min-width: 700px) {
    html {
      font-size: 10px; } }

body {
  line-height: 1.75;
  font-size: 1.8rem; }

body,
input,
textarea {
  font-family: 'Vollkorn', Georgia, serif;
  color: #3A4145;
  text-rendering: geometricPrecision; }

label,
h1,
h2 {
  font-family: 'Quattrocento', Georgia, serif;
  font-weight: 400;
  text-transform: uppercase; }

h3, h4, h5, h6 {
  font-family: 'Vollkorn', Georgia, serif;
  text-transform: none;
  font-weight: bold;
  color: #9a7350; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.5; }

h1 {
  font-size: 5.5rem;
  line-height: 6rem;
  margin: 0 -10px 0 0; }
  @media (min-width: 700px) {
    h1 {
      font-size: 5rem; } }

h2 {
  font-size: 3.6rem; }

h3 {
  font-size: 2.7rem; }

h4 {
  font-size: 2.3rem; }

h5 {
  font-size: 2rem; }

h6 {
  font-size: 2rem; }

a {
  color: #b28d6b;
  transition: color 0.2s ease;
  text-decoration: none; }
  a:hover {
    color: #bb9a7c; }

strong.price {
  color: #9a7350;
  font-size: 2.2rem; }

.table span {
  font-weight: normal; }

body {
  margin: 0;
  margin-top: 70px;
  padding: 0;
  background-color: #fefefe; }

.container {
  margin: 0 auto; }

.box, .staff, .testimonial-message, .post-comments, .post-summary {
  background-color: #fefefe;
  box-shadow: 1px 1px 5px 0 rgba(100, 100, 100, 0.2);
  padding: 20px;
  border-radius: 2px; }

nav.navbar.navbar-expand-lg {
  background: #000;
  padding: 1rem 0; }
  nav.navbar.navbar-expand-lg .navbar-toggler:focus {
    border: none;
    outline: 0; }
  nav.navbar.navbar-expand-lg .navbar-toggler i {
    color: #fff; }
  nav.navbar.navbar-expand-lg a.nav-link {
    color: #999;
    padding: 1rem 1.5rem .75rem 1.5rem;
    font-family: 'Quattrocento', Georgia, serif;
    text-transform: uppercase; }
    nav.navbar.navbar-expand-lg a.nav-link:hover {
      color: #efefef; }
    nav.navbar.navbar-expand-lg a.nav-link.active {
      color: #b28d6b; }
  nav.navbar.navbar-expand-lg a.brand-link {
    font-family: 'Quattrocento', Georgia, serif;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    line-height: 2rem; }
    nav.navbar.navbar-expand-lg a.brand-link i {
      display: block;
      margin-bottom: .5rem;
      float: left;
      border-radius: 10rem;
      margin-right: 1rem;
      padding: .6rem;
      border: 2px solid #333; }
    nav.navbar.navbar-expand-lg a.brand-link span {
      display: block;
      font-size: 1.4rem;
      color: #999; }
  nav.navbar.navbar-expand-lg a.contact-link {
    color: #fff;
    background: #9a7350; }
    nav.navbar.navbar-expand-lg a.contact-link.active {
      color: #fff; }
  nav.navbar.navbar-expand-lg .navbar-collapse {
    padding: 0 1rem; }
    nav.navbar.navbar-expand-lg .navbar-collapse .navbar-nav li {
      text-align: center; }
      @media (min-width: 700px) {
        nav.navbar.navbar-expand-lg .navbar-collapse .navbar-nav li {
          text-align: left; } }

.navbar .dropdown-menu {
  background-color: #000; }
  .navbar .dropdown-menu a.dropdown-item {
    background-color: none;
    color: #999;
    font-size: 1.8rem;
    padding: .75rem 2rem; }
    .navbar .dropdown-menu a.dropdown-item:hover {
      background-color: transparent;
      color: #fff; }

header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 8vh 0;
  box-sizing: border-box;
  color: #fff;
  position: relative; }
  header h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    line-height: 3.4rem;
    margin-top: 0; }
  header .container {
    text-align: center;
    max-width: 800px; }
  header.main-hero {
    min-height: 80vh;
    background-position: center; }
    header.main-hero .container {
      padding-top: 15vh; }
    header.main-hero .circle-btn {
      display: inline-block;
      padding: 1rem; }
      header.main-hero .circle-btn i {
        font-size: 5rem;
        color: #fff; }
  header.small-header {
    background-position: bottom; }
  header .subtitle {
    font-size: 1rem;
    margin: .4rem 0;
    color: #fff;
    font-weight: normal;
    font-family: 'Quattrocento', Georgia, serif;
    text-transform: uppercase; }
  header p.header-intro {
    margin-bottom: 2.5rem;
    font-size: 1.8rem; }
  @media (min-width: 700px) {
    header.main-hero {
      min-height: 80vh;
      background-position: center; }
      header.main-hero .container {
        text-align: center;
        padding-top: 18vh; }
    header h1 {
      font-size: 5rem;
      line-height: 5.4rem; } }

footer {
  padding: 30px 20px;
  background-color: #222;
  color: #dedede; }
  footer a {
    color: #b28d6b; }
    footer a:hover {
      color: #bb9a7c; }
  footer input, footer textarea {
    background-color: #333;
    color: #fff;
    border-bottom: 1px solid #333; }
    footer input:focus, footer textarea:focus {
      border-color: #999;
      box-shadow: none;
      outline: 0; }
  @media (min-width: 700px) {
    footer {
      padding: 80px 40px; } }

section {
  padding: 30px 0; }
  @media (min-width: 700px) {
    section {
      padding: 80px 0; } }

.content img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  border-radius: 2px; }

.main {
  font-size: 1.8rem; }

.light-section, .main {
  background-color: #f5f5f7;
  box-shadow: inset 0px 15px 15px -15px rgba(100, 100, 100, 0.2); }

.white-section {
  background-color: #fff; }

.dark-section, .quote-section {
  background-color: #292929;
  color: #fff;
  box-shadow: inset 0px 15px 15px -15px rgba(0, 0, 0, 0.5); }
  .dark-section a, .quote-section a {
    color: #efefef;
    transition: color 0.2s ease; }
    .dark-section a:hover, .quote-section a:hover {
      color: #fefefe; }
  .dark-section .table, .quote-section .table {
    color: unset; }
  .dark-section .table td, .quote-section .table td, .dark-section .table th, .quote-section .table th {
    border-top-color: #333; }
  .dark-section .table thead th, .quote-section .table thead th {
    border-bottom-color: #333;
    background-color: #333;
    font-weight: normal; }

.map-section {
  padding: 0; }
  .map-section #map {
    height: 300px; }

.quote-section {
  padding: 70px 20px; }
  .quote-section h1 {
    font-size: 3rem;
    line-height: 3.6rem;
    margin-bottom: 1.5rem; }
    @media (min-width: 700px) {
      .quote-section h1 {
        font-size: 5rem;
        line-height: 5.6rem; } }
  .quote-section .container {
    max-width: 600px;
    text-align: center; }

.staff-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px; }
  .staff-list .staff {
    margin: 20px; }

.staff {
  flex: 1 1 300px;
  flex-wrap: wrap;
  margin: 20px 0; }
  .staff p {
    margin: 0; }
  .staff small {
    opacity: 0.6;
    font-size: 1.7rem; }

.staff-info {
  list-style: none;
  margin: 0;
  padding: 0; }

.staff-details {
  margin: 0;
  display: flex; }
  .staff-details .staff-image {
    margin-right: 20px; }

footer {
  position: relative;
  font-size: 1.9rem; }
  footer h2 {
    font-size: 2.5rem;
    margin: 0 0 30px 0; }
  footer .footer-columns {
    display: flex;
    flex-flow: wrap;
    margin: -10px -10px 10px -10px; }
  footer .legal-line {
    width: 100%;
    padding: 30px 0 0 0;
    margin: 0; }
    footer .legal-line a {
      font-style: italic; }

.social-links a svg {
  fill: #3A4145;
  margin-right: 10px;
  transition: fill 0.2s ease;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 22px;
  height: 22px; }
.social-links a:hover svg {
  fill: #bb9a7c; }
.social-links:hover {
  text-decoration: none; }

.footer-links {
  margin: 10px;
  padding: 0; }
  .footer-links .footer-label {
    font-size: .9rem; }
  .footer-links li {
    list-style: none;
    margin: 15px 0; }
    .footer-links li a svg {
      fill: #3A4145;
      margin-right: 10px;
      transition: fill 0.2s ease;
      vertical-align: middle;
      position: relative;
      top: -2px;
      width: 22px;
      height: 22px; }
    .footer-links li a:hover svg {
      fill: #73a9c9; }

.testimonials {
  font-size: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px; }

.testimonial {
  flex: 1 0 0%;
  margin: 0 20px; }

.testimonial-author, .post-summary-author {
  display: flex;
  align-items: center;
  color: #75828a;
  margin: 25px 20px 0 20px; }
  .testimonial-author img, .post-summary-author img {
    max-width: 30px;
    max-height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    top: -2px; }

.testimonial-message {
  font-style: italic;
  position: relative; }

.testimonial-message::before,
.testimonial-message::after {
  content: " ";
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  background-color: #fefefe; }

.testimonial-message::before {
  top: 100%;
  left: 25px;
  width: 18px;
  height: 18px;
  box-shadow: 1px 1px 5px 0 rgba(100, 100, 100, 0.2); }

.testimonial-message::after {
  top: 100%;
  left: 22px;
  height: 24px;
  width: 24px;
  z-index: 1;
  margin-top: -5px; }

.columns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px; }
  .columns .column {
    flex: 1 1 250px;
    margin: 20px; }

.contact-info {
  margin: 0 0 25px 0; }

.card {
  text-align: center; }
  .card .card-price {
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 2.6rem;
    font-size: 2rem; }
  .card .card-title {
    font-size: 2.5rem;
    margin-top: 1rem;
    margin-bottom: 15px; }
  .card .card-text {
    font-size: 1.4rem;
    margin: 0 1.5rem 1.5rem 1.5rem; }

.post-list {
  list-style: none;
  padding: 0; }

.pagination {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
  text-align: center;
  align-items: center; }
  .pagination a,
  .pagination span {
    flex: 1; }

.post-comments {
  margin-top: 20px; }

.post-summary {
  display: flex;
  flex-direction: column; }
  @media (min-width: 700px) {
    .post-summary {
      flex-direction: row;
      flex-wrap: wrap; } }
  .post-summary:not(:last-child) {
    margin-bottom: 30px; }

.post-summary-excerpt {
  margin-bottom: 0; }

.post-summary-content.has-post-summary-image {
  flex: 0 1 75%; }

.post-summary-image {
  flex: 0 1 25%;
  box-sizing: border-box;
  margin-bottom: 15px; }
  @media (min-width: 700px) {
    .post-summary-image {
      margin-bottom: 0;
      padding-right: 20px; } }

.post-summary-details {
  color: #75828a;
  font-size: 1.9rem; }

.post-summary-author {
  margin: 1em 0; }

.copyright {
  padding: 4rem 0 2rem 0;
  background-color: #222;
  color: #555; }
  .copyright a {
    text-decoration: none; }
    .copyright a svg {
      fill: #555; }
    .copyright a:hover svg {
      fill: #fff; }
  .copyright .copyright--legal {
    text-align: center; }

label {
  display: block;
  letter-spacing: 4px;
  font-size: 1.5rem; }

input,
textarea {
  padding: 10px;
  margin: 10px 0;
  box-shadow: 1px 1px 5px 0 rgba(100, 100, 100, 0.2);
  border: 0;
  border-radius: 2px;
  width: 100%;
  max-width: 500px;
  margin: 0 0 20px 0;
  box-sizing: border-box;
  font-size: 2rem;
  border: 1px solid transparent; }
  input:focus,
  textarea:focus {
    border: 1px solid #9a7350;
    outline: none; }

textarea {
  min-height: 250px; }

input[type=submit] {
  display: block; }

input[type=submit],
.btn {
  padding: 2rem;
  margin: .5rem 0;
  background-color: #9a7350;
  font-size: 2rem;
  color: #fefefe;
  border-color: #785a3f;
  border-style: solid;
  border-width: 1px 1px 3px 1px;
  cursor: pointer;
  font-family: Quattrocento,Georgia,serif;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.5s ease-in-out !important; }
  input[type=submit]:hover,
  .btn:hover {
    color: #fefefe;
    background-color: #785a3f; }
  input[type=submit]:focus,
  .btn:focus {
    outline: none;
    box-shadow: none; }

.btn-secondary {
  background-color: transparent;
  color: #333;
  border: 1px solid #333; }
  .btn-secondary:hover {
    background-color: #333;
    color: #fff !important; }
  .btn-secondary.btn-sm {
    padding: 1rem; }

.editor-link {
  display: none;
  margin-top: 0; }
  .editor-link .btn {
    background-color: #f7e064;
    color: #333;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2); }
    .editor-link .btn:hover {
      background-color: #f4d525;
      color: #333; }

.cms-editor-active .editor-link {
  display: block; }
