/*!
	PLEASE DO NOT EDIT STYLE.CSS - YOUR EDITS WILL BE OVERWRITTEN
	Always edit style.scss and compile (see sass-lang.com for more info)

	@author development@bronte.co.nz
*/
/*
    Variables
*/
/*
    Animations, Mixins etc.
*/
.text-center {
  text-align: center;
}

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

.w100p {
  width: 100%;
}

.h100p {
  height: 100%;
}

.bg-white {
  background-color: #fff !important;
}

.c-white {
  color: #fff;
}

.posr {
  position: relative;
}

.z-item {
  z-index: 10;
}

.z-item-max {
  z-index: 15;
}

.last {
  margin-bottom: 0;
}

.lc > :last-child {
  margin-bottom: 0;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 15;
}

.btn,
button,
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  font-family: inherit;
  padding: 12px 16px;
  line-height: 1.5;
  cursor: pointer;
  transition: 0.2s all;
  border: 0;
  font-family: "Montserrat", serif;
  text-transform: uppercase;
  text-align: center;
}
.btn:focus,
button:focus,
input[type=submit]:focus {
  outline: none;
}

.menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.menu-main li {
  margin-left: 30px;
}
.menu-main a {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.menu-footer {
  flex-direction: column;
}
.menu-footer li {
  margin-bottom: 10px;
  position: relative;
}
.menu-footer a {
  line-height: 1.428;
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--wp-admin--admin-bar--height); /**
* @link https://make.wordpress.org/core/2022/01/07/theme-focused-changes-and-filters-in-wordpress-5-9/#adjusting-for-fixed-header-navigation
*/
}

html,
body {
  min-height: 100vh;
}

body {
  font-family: "Montserrat", serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #111111;
  display: flex;
  flex-direction: column;
  margin: 0;
}

a {
  transition: 0.2s ease-in-out;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

main {
  flex: 1;
}

svg,
img {
  max-width: 100%;
  height: auto;
  display: block;
}

p img {
  display: inline-block;
}

.text > :first-child {
  margin-top: 0;
}
.text > :last-child {
  margin-bottom: 0;
}
.text ol,
.text ul {
  line-height: inherit;
  padding-left: 20px;
}
.text li:last-child {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Average Sans", serif;
  line-height: 1.2;
  margin-top: 0;
  color: #960000;
}

h1 {
  font-size: xx-large;
}
@media (max-width: 992px) {
  h1 {
    font-size: x-large;
  }
}

h2 {
  font-weight: 400;
}

p {
  font-size: 1.1em;
  line-height: 1.5;
  margin-bottom: 0;
}
p a {
  color: #960000;
  text-decoration: underline;
}
p a:hover {
  opacity: 0.7;
  text-decoration: none;
}

p + p {
  margin-top: 0.8em;
}

pre {
  font-family: "Montserrat", serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin-bottom: 0;
}

pre + pre,
p + pre,
pre + p {
  margin-top: 0.8em;
}

.is-style-default pre,
pre.is-style-default {
  font-size: 1.1em;
  line-height: 1.5;
}

.is-style-indented-small {
  padding-left: 20px;
  margin-left: 10px;
  margin-bottom: 0.8em;
}

.is-style-indented-medium {
  padding-left: 40px;
  margin-left: 20px;
  margin-bottom: 0.8em;
}

.is-style-indented-large {
  padding-left: 60px;
  margin-left: 50px;
  margin-bottom: 0.8em;
}

.is-style-block-quote {
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 0.8em;
  font-style: italic;
}

.is-style-example {
  padding-left: 40px;
  margin-left: 20px;
  margin-bottom: 0.8em;
  border-left: 3px solid #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .alignleft,
  img.alignleft {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
  }
}

@media (min-width: 768px) {
  .alignright,
  img.alignright {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
  }
}

.aligncenter,
img.aligncenter {
  margin: 1em auto;
}

.main-content {
  padding-top: 40px;
}

.content-full {
  max-width: 1200px;
}

.content-narrow {
  max-width: 640px;
}

.no-gutter {
  margin-bottom: 0px;
}

.title {
  font-weight: 400;
}

@media (min-width: 768px) {
  .push-right-desktop {
    margin-right: 24px;
  }
}

.page_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.page_list a {
  text-decoration: none;
  font-weight: 600;
  color: #000;
  margin-left: 20px;
}
.page_list a:hover {
  color: #959a9e;
}

.posts-holder {
  margin-top: 80px;
}

.book-buttons {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.book-buttons a {
  padding: 8px;
}
.book-buttons a span {
  display: none;
}
.book-buttons a svg {
  max-height: 15px;
  width: auto;
  stroke: #959a9e;
}
.book-buttons-top {
  margin-top: 20px;
  margin-bottom: 40px;
}

.book-bottom {
  padding-top: 40px;
}

.comment-box {
  max-width: 420px;
  margin: auto;
  padding-top: 80px;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #dcdcdc;
}
.comment-form label {
  display: none;
}
.comment-form .form-submit {
  display: flex;
  justify-content: end;
  gap: 20px;
}
.comment-form input[type=submit] {
  background-color: #fff;
  color: #959a9e;
  border: 1px solid #ebebeb;
  padding: 10px 20px/2;
  text-transform: none;
  cursor: pointer;
  max-width: 200px;
}
.comment-form input[type=submit]:hover {
  background-color: #000;
  color: #fff;
}

.comment-reply-title {
  color: #afafaf;
}

.side-menu {
  position: fixed;
  pointer-events: none;
  top: 84px;
  right: 0;
  bottom: 0;
  z-index: 750;
  transition: all ease-in-out 0.4s;
  width: 100vw;
}
@media (min-width: 576px) {
  .side-menu {
    width: 410px;
  }
}
.side-menu .inner {
  background: #fff;
  height: calc(100vh - 72px);
  padding: 30px 12px;
  overflow: auto;
}

.opened .side-menu {
  transform: translateX(0) !important;
  pointer-events: all;
}

.menu-opener {
  z-index: 50;
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border: 1px solid #fff;
  margin-left: auto;
}
.menu-opener:before, .menu-opener:after {
  content: "";
  backface-visibility: hidden;
  transition: all 0.4s;
  background: #fff;
  height: 1px;
  left: 9px;
  right: 9px;
  top: 13px;
  position: absolute;
}
.menu-opener:before {
  box-shadow: 0 13px 0 0 #fff;
}
.menu-opener:after {
  top: 19px;
}
.opened .menu-opener:before {
  box-shadow: 0 0 0 0 transparent;
  transform: rotate(225deg);
  top: 19px;
}
.opened .menu-opener:after {
  transform: rotate(315deg);
  top: 19px;
}

.hamburger {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-left: auto;
  cursor: pointer;
  position: relative;
  z-index: 50;
}
.hamburger svg {
  width: 40px;
  height: auto;
  color: #959a9e;
  transition: all 0.4s;
}

header {
  padding-top: 80px;
}

.menu_wrapper {
  position: relative;
}

.menu_container {
  position: absolute;
  right: 0px;
  top: 40px;
  max-width: 240px;
  background: #eeeeee;
  padding: 24px;
}
.menu_container .menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.menu_container .menu a {
  color: #000;
}
.menu_container .menu a:hover {
  font-weight: bold;
}

.hidden {
  display: none;
}

footer {
  text-align: center;
  font-size: x-small;
  color: #959a9e;
  padding-bottom: 50px;
}

.hidden_label label {
  display: none;
}

.gform_submission_error {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

.gfield_validation_message {
  position: relative;
  top: 2px;
  font-size: 12px;
}

.gform_footer {
  display: flex;
  align-items: center;
  padding-top: 30px;
}
.gform_footer img {
  position: absolute;
  right: -20px;
  top: 40px;
}

.gform_fields {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.gfield {
  padding: 0 12px;
  width: 100%;
  margin-bottom: 10px;
}

.gform_fields > .gfield:last-child {
  margin-bottom: 6px;
}

.gfield_label {
  font-size: 12px;
  display: block;
  margin-bottom: 2px;
  line-height: 18px;
  font-weight: 300;
}

.gfield--width-half {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .gfield--width-half {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

select,
textarea,
input[type=text],
input[type=email] {
  border: 0;
  display: block;
  width: 100%;
  font-size: 18px;
  border-radius: 0;
  height: 40px;
  padding: 0 0 0 26px;
  font-family: "Montserrat", serif;
  font-weight: 400;
  color: #959a9e;
}
select:focus,
textarea:focus,
input[type=text]:focus,
input[type=email]:focus {
  outline: none;
}

textarea {
  height: 88px;
  resize: none;
  padding-top: 8px;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

.gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
}

.ginput_container_checkbox {
  margin-top: 8px;
}

.gfield-choice-input {
  display: none;
}
.gfield-choice-input + label {
  position: relative;
  padding-left: 34px;
  line-height: 26px;
  cursor: pointer;
}
.gfield-choice-input + label:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -4px;
}
.gfield-choice-input:checked + label:after {
  position: absolute;
  content: "";
  left: 3px;
  top: 3px;
  width: 16px;
  height: 18px;
}

.gchoice {
  margin-right: 10px;
}

select {
  -webkit-appearance: none;
  background: transparent no-repeat calc(100% - 22px) 50%;
  font-size: 16px;
  font-family: "Montserrat", serif;
  padding-right: 15px;
  border: 0;
}

/*
	Page-specific styling. Please use as little as possible to ensure DRYness.
*/

/*# sourceMappingURL=style.css.map */
