html, body {
  margin: 0;
  border: 0;
  padding: 0;
  font-family: Louis George Cafe, 'sans-serif'!important;
  font-weight: 700;
  color: #CDC5B2!important;
  background: #0c0d0e!important;
  font-size: 15px;
  line-height: 24px!important;
  letter-spacing: 1.5px;
  overflow-x: hidden;
}

* {
  box-sizing: border-box!important;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1440px!important;
}

.navbar .container-fluid,
.navbar .container {
  display: block!important;
}

.bg_image {
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
}

main#main {
  margin-top: 0;
}

/* Slick Defaults */
.slick-next,
.slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  font-size: 30px;
  border: 0;
  color: #fff;
  z-index: 5;
}

.slick-next {
  right: 15px;
}

.slick-prev {
  left: 15px;
}

hr {
  margin: 0!important;
  border-color: #575552 !important;
  opacity: 1 !important;
}

.links {
  margin-top: 60px;
}

p.subheading {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 16px;
  line-height: 24px;
}

p.subheading.large {
  letter-spacing: 8px;
  font-size: 24px;
  line-height: 30px;
}

a {
  color: #CDC5B2!important;
}

a.square_button,
input.square_button {
  padding: 15px 40px;
  letter-spacing: 5.5px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.25s;
}

a.square_button.gold,
input.square_button.gold {
  border: 1px solid #575552;
  background: #0c0d0e;
  color: #CDC5B2;
}

a.square_button.gold:hover,
input.square_button.gold:hover {
  border: 1px solid #0c0d0e;
  color: #0c0d0e!important;
  background: #CDC5B2;
}

a.square_button.gold_fill,
input.square_button.gold_fill {
  border: 1px solid #575552;
  background: #CDC5B2;
  color: #0c0d0e!important;
}

a.square_button.gold_fill:hover,
input.square_button.gold_fill:hover {
  color: #CDC5B2!important;
  background: #0c0d0e;
}

a.arrow_button {
  margin-top: 40px;
  padding: 16px 60px 16px 30px;
  display: inline-flex;
  height: auto;
  align-items: center;
  letter-spacing: 5.5px;
  font-weight: 700;
  text-transform: uppercase;
  background: transparent;
  position: relative;
  transition: all 0.25s;
}

a.arrow_button.gold {
  border: 1px solid #575552;
  background: #CDC5B2;
  color: #0c0d0e!important;
}

a.arrow_button.gold:hover {
  border: 1px solid #575552;
  background: #0c0d0e;
  color: #CDC5B2!important;
}

a.arrow_button i {
  font-size: 9px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  pointer-events: none;
}

h1, h2, h3, h4 {
  margin-top: 45px!important;
  margin-bottom: 30px!important;
  font-weight: 400!important;
  letter-spacing: 0;
}

span.heading {
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 400;
  letter-spacing: 0;
  display: inline-block;
}

h1 span, h2 span, h3 span, span.heading span {
  font-family: "ivyora-display", serif;
  font-style: italic;
}

h1.large {
  font-size: 82px!important;
  line-height: 86px!important;
}

h1, h2.large, h3.largest, span.heading_one {
  font-size: 56px!important;
  line-height: 64px!important;
}

h1.small, h2, h3.large, span.heading_two {
  font-size: 44px!important;
  line-height: 54px!important;
}

h3, h2.small, span.heading_three {
  font-size: 32px!important;
  line-height: 36px!important;
}

h4 {
  font-size: 26px!important;
  line-height: 32px!important;
}

header.site-header {
  border-bottom: 1px solid #CDC5B2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  transition: all 0.25s;
  z-index: 1050;
}

header.site-header.scrolled,
header.site-header.menu_open {
  border-bottom: 1px solid #575552;
  background: #0c0d0e;
}

header.site-header .navbar-brand {
  pointer-events: none;
}

header.site-header .navbar-brand .logo {
  height: 30px;
  opacity: 0;
  transition: all 0.5s;
}

header.site-header.scrolled .navbar-brand .logo,
header.site-header.menu_open .navbar-brand .logo {
  opacity: 1;
}

header.site-header.scrolled .navbar-brand,
header.site-header.menu_open .navbar-brand {
  pointer-events: all;
}

header.site-header a.arrow_button {
  margin-top: 0;
  padding: 25px 60px 25px 30px;
  border-right: 1px solid #CDC5B2;
  height: 100%;
  transition: all 0.25s;
}

header.site-header a.arrow_button:hover {
  background: #CDC5B2;
  color: #0c0d0e!important;
}

header.site-header.scrolled a.arrow_button,
header.site-header.menu_open a.arrow_button {
  border-right: 1px solid #575552;
}

header.site-header .menu_icon_wrapper {
  border-left: 1px solid #CDC5B2;
  padding: 0 45px;
  display: flex;
  height: 100%;
  align-items: center;
  cursor: pointer;
  transition: all 0.25s;
}

header.site-header .menu_icon_wrapper:hover {
  background: #cdc5b2;
  color: #0c0d0e;
}

header.site-header.scrolled .menu_icon_wrapper,
header.site-header.menu_open .menu_icon_wrapper {
  border-left: 1px solid #575552;
}

header.site-header .menu_icon_wrapper p {
  margin-bottom: 0;
  letter-spacing: 5.5px;
  font-weight: 700;
  transition: all 0.4s;
}

header.site-header .menu_icon_wrapper #nav-icon3 {
  margin-left: 18px;
  width: 40px;
  height: 17px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

header.site-header .menu_icon_wrapper #nav-icon3 span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #CDC5B2;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

header.site-header .menu_icon_wrapper:hover #nav-icon3 span {
  background: #0c0d0e;
}

header.site-header .menu_icon_wrapper #nav-icon3 span:nth-child(1) {
  top: 0px;
}

header.site-header .menu_icon_wrapper #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 8px;
}

header.site-header .menu_icon_wrapper #nav-icon3 span:nth-child(4) {
  top: 16px;
}

header.site-header .menu_icon_wrapper #nav-icon3.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

header.site-header .menu_icon_wrapper #nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg);
}

header.site-header .menu_icon_wrapper #nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

header.site-header .menu_icon_wrapper #nav-icon3.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.full_menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: calc(100% - 75px);
  background: #0c0d0e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 1s;
  opacity: 0;
  pointer-events: none;
  z-index: 15;
}

.full_menu.open {
  top: 75px;
  opacity: 1;
  pointer-events: all;
}

.full_menu ul li a {
  padding: 10px 0;
  font-size: 32px;
  line-height: 40px;
  display: inline-block;
  transition: all 0.5s;
}

.full_menu ul li a:hover {
  transform: scale(1.02);
}

.full_menu .menu_panel {
  position: relative;
  overflow: hidden;
}

.full_menu .menu_panel > ul.navbar-nav {
  position: relative;
  z-index: 2;
}

.full_menu .menu_panel > ul.navbar-nav > li > a.nav-link {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.5s ease 0.3s, opacity 0.4s ease 0.3s;
}

.full_menu .menu_panel > ul.navbar-nav > li > a.nav-link:after {
  display: none;
}

.full_menu .menu_panel.submenu-open > ul.navbar-nav > li > a.nav-link {
  transform: translateX(-40px);
  opacity: 0;
  pointer-events: none;
  /* Leaving (submenu opening) - starts right away. */
  transition: transform 0.5s ease, opacity 0.4s ease;
}

.full_menu .menu_panel .dropdown-toggle {
  display: inline-flex;
  align-items: center;
}

.full_menu .menu_panel .dropdown-caret {
  margin-left: 18px;
  font-size: 16px;
  transition: transform 0.3s ease;
}

.full_menu .menu_panel [aria-expanded="true"] .dropdown-caret {
  transform: translateX(4px);
}

.full_menu .menu_panel ul.dropdown-menu {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  z-index: 1;
  transform: translateX(40px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.35s ease, opacity 0.3s ease;
}

.full_menu .menu_panel ul.dropdown-menu.active {
  z-index: 3;
  transform: translateX(0);
  opacity: 1;
  pointer-events: all;
  transition: transform 0.5s ease 0.15s, opacity 0.4s ease 0.15s;
}

.full_menu .menu_panel .dropdown-item {
  padding: 6px 0;
  font-size: 21px;
  line-height: 21px;
  display: inline-block;
  background: transparent !important;
  color: #959595 !important;
  transition: all 0.5s;
}

.full_menu .menu_panel .dropdown-item:hover {
  transform: unset;
  background: transparent !important;
  color: #CDC5B2 !important;
}

.full_menu .menu_panel .heading .dropdown-item {
  margin-top: 15px;
  color: #CDC5B2 !important;
  font-size: 28px;
  line-height: 32px;
}

.full_menu .menu_panel .menu-back-link {
  padding: 10px 0;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  opacity: 0.7;
  transition: opacity 0.25s;
}

.full_menu .menu_panel .menu-back-link:hover {
  opacity: 1;
}

.full_menu .menu_panel .menu-back-link i {
  margin-right: 12px;
  font-size: 12px;
}

.full_menu .tiled_listings_wrapper {
  border-left: 1px solid #575552;
  position: absolute;
  right: 0;
  width: 58.33333333%;
  z-index: 20;
  height: 100%;
}

.full_menu .tiled_listings_wrapper .tile {
  display: flex;
  flex-direction: column;
}


.full_menu .tiled_listings_wrapper .tile a {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.full_menu .tiled_listings_wrapper .tile .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  transition: all 1s;
}

.full_menu .tiled_listings_wrapper .tile:hover .content {
  transform: scale(1.05);
}

.full_menu .tiled_listings_wrapper .tile .content p {
  margin-bottom: 0;
}

.full_menu .tiled_listings_wrapper .tile .bg_image_wrapper {
  border-top: 1rem solid #000;
  height: 210px;
  overflow: hidden;
}

.full_menu .tiled_listings_wrapper .tile_wrapper:first-child .tile .bg_image_wrapper {
  border-top: 0;
}

.full_menu .tiled_listings_wrapper .tile .bg_image_wrapper .bg_image {
  height: 100%;
  transition: all 1s;
}

.full_menu .tiled_listings_wrapper .tile:hover .bg_image_wrapper .bg_image {
  transform: scale(1.05);
}

/* Background Image with Text Block */
.background_image_with_text_block {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.background_image_with_text_block::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  transform: scale(1.1);
  animation: zoomOut 2s ease forwards;
  z-index: 0;
}

@keyframes zoomOut {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}

.background_image_with_text_block:after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.background_image_with_text_block .arrow_block {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
}

.background_image_with_text_block .text_overlay {
  padding-top: 70px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  z-index: 10;
}

.background_image_with_text_block .text_overlay .image {
  margin-bottom: 60px;
  max-width: 100%;
  width: 700px;
}

.background_image_with_text_block .text_overlay .gold-line {
  margin: 0;
  width: 1px;
  height: 150px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateY(-50%);
  background: #cdc5b2;
  z-index: 5;
}

/* Messy Images with Text Block */
.messy_images_with_text_block .content {
  padding-top: 140px;
  padding-bottom: 40px;
}

.messy_images_with_text_block .content .indented_content {
  margin-top: 80px;
}

.messy_images_with_text_block.layout_two .content .indented_content {
  padding-bottom: 150px;
}

.messy_images_with_text_block .image_one {
  position: absolute;
  top: 0;
  height: 100%;
}

.messy_images_with_text_block.layout_one .image_one {
  width: 41.66666667%;
}

.messy_images_with_text_block.layout_two .image_one {
  width: calc(50% - (calc(3rem * 0.5)));
}

.messy_images_with_text_block.layout_one .image_one {
  left: 0;
}

.messy_images_with_text_block.layout_two .image_one {
  right: 0;
}

.messy_images_with_text_block .image_two {
  height: 530px;
  width: 100%;
}

.messy_images_with_text_block .image_three {
  margin-top: 120px;
  height: 650px;
  width: 100%;
}

.messy_images_with_text_block.layout_one .double_image {
  margin-top: calc(3rem * 1);
}

.messy_images_with_text_block.layout_two .double_image {
  margin-top: -80px;
}

.messy_images_with_text_block .bottom_section {
  margin-top: 80px;
}

.messy_images_with_text_block .bottom_section .content {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.messy_images_with_text_block .bottom_section .content p:last-child {
  margin-bottom: 0;
}

.messy_images_with_text_block .bottom_section h1,
.messy_images_with_text_block .bottom_section h2,
.messy_images_with_text_block .bottom_section h3,
.messy_images_with_text_block .bottom_section > span {
  position: relative;
}

.messy_images_with_text_block .bottom_section h1:before,
.messy_images_with_text_block .bottom_section h2:before,
.messy_images_with_text_block .bottom_section h3:before,
.messy_images_with_text_block .bottom_section > span:before {
  content: '';
  position: absolute;
  top: -200px;
  left: 300px;
  width: 1px;
  height: 100px;
  background: #575552;
}

/* Image Slider Block */
.image_slider_block {
  overflow-x: hidden;
}

.image_slider_block .bg_image_wrapper {
    height: 800px;
    overflow: hidden;
    position: relative;
}

.image_slider_block .bg_image,
.image_slider_block .slider_video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    transition: transform 1s;
}

.image_slider_block .slider_video {
  transform: unset;
}

.image_slider_block .bg_image_wrapper:hover .bg_image {
    transform: scale(1);
}

.image_slider_block .centred_image_slider .slick-slide {
  margin: 0 15px;
}

.image_slider_block .centred_image_slider .slick-list {
  margin: 0 -15px;
}

.image_slider_block .centred_image_slider .slick-active .bg_image {
  height: 770px;
}

/* Content Slider Block */
.content_slider_block {
  overflow-x: hidden;
}

.content_slider_block .content_slider .slick-track {
  display: flex;
  align-items: center;
}

.content_slider_block .content_slider .box {
  border: 1px solid #575552;
  padding: 60px 80px;
  transition: all 0.5s;
}

.content_slider_block .content_slider .box:hover {
  transform: translateY(-15px);
}

.content_slider_block .content_slider .box .icon {
  margin-left: auto;
  max-height: 30px;
}

.content_slider_block .content_slider .slick-active .box {
  padding: 160px 80px;
}

.content_slider_block .content_slider .box .image {
  margin-right: 35px;
  max-width: 60px;
  max-height: 60px;
}

.content_slider_block .content_slider .box .content {
  margin: 60px 0 80px;
}

.content_slider_block .content_slider .slick-slide {
  margin: 100px 15px;
}

.content_slider_block .content_slider .slick-active.slick-slide {
  margin: 0 15px;
}

.content_slider_block .content_slider .slick-list {
  margin: 0 -20px;
  display: flex;
  align-items: center;
  overflow: unset;
}

.content_slider_block .arrows_wrapper {
  margin-top: 60px;
  text-align: center;
  color: #CDC5B2;
}

.content_slider_block .arrows_wrapper .slick-next,
.content_slider_block .arrows_wrapper .slick-prev {
  position: unset;
  transform: unset;
  color: #CDC5B2;
}

.content_slider_block .arrows_wrapper .slick-next {
  right: unset;
}

.content_slider_block .arrows_wrapper .slick-prev {
  left: unset;
}

/* Boxed Content and Images Block */
.boxed_content_and_images_block .panel {
  margin-top: 90px;
  border: 1px solid #575552;
}

.boxed_content_and_images_block .panel_wrapper .panel:first-child {
  margin-top: 150px;
}

.boxed_content_and_images_block .panel .content {
  padding: 180px 0;
}

.boxed_content_and_images_block .panel .content ul {
  padding-left: 16px;
}

.boxed_content_and_images_block .panel .bg_image_wrapper {
  overflow: hidden;
}

.boxed_content_and_images_block .panel .bg_image_wrapper .bg_image {
  transform: scale(1.05);
  transition: all 1s;
}

.boxed_content_and_images_block .panel:hover .bg_image_wrapper .bg_image {
  transform: scale(1);
}

/* Left & Right Panels Block */
.left_and_right_panels_block .panel {
  margin-top: 120px;
}

.left_and_right_panels_block .panel:first-child {
  margin-top: 0;
}

.left_and_right_panels_block .panel .content {
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.left_and_right_panels_block .panel .content .indented_content {
  margin-top: 50px;
}

.left_and_right_panels_block .left_right_panel_slider,
.left_and_right_panels_block .left_right_panel_slider .slick-list,
.left_and_right_panels_block .left_right_panel_slider .slick-list .slick-track {
  height: 100%;
}

.left_and_right_panels_block .left_right_panel_slider .slick-list .slick-track .bg_image {
  min-height: 600px;
}

/* Accordion Block */
.accordion_block .accordion .accordion-item {
  border-bottom: 1px solid #575552!important;
  background: transparent;
}

.accordion_block .accordion .accordion-item button {
  padding: 40px 0;
  background: transparent;
  color: #CDC5B2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: none;
  transition: all 0.4s;
}

.accordion_block .accordion .accordion-item button:hover {
  transform: scale(1.02);
}

.accordion_block .accordion .accordion-item button.small {
  font-size: 26px !important;
  line-height: 32px !important;
}

.accordion_block .accordion .accordion-item button.large {
  font-family: "ivyora-display", serif;
  font-style: italic;
  font-size: 56px !important;
  line-height: 64px !important;
}

.accordion_block .accordion .accordion-item button:after {
  display: none;
}

.accordion_block .accordion .accordion-item button i {
  font-size: 36px;
  transition: all 0.4s;
}

.accordion_block .accordion .accordion-item button:hover i {
  transform: rotate(180deg);
}

.accordion_block .accordion .accordion-item .accordion-body {
  padding: 20px 0 40px;
  color: #CDC5B2;
}

/* Grid Items Block */
.grid_items_block .item {
  border: 1px solid #575552;
  border-top: 0;
  border-right: 0;
}

.grid_items_block .item:nth-child(-n+3) {
  border-top: 1px solid #575552;
}

.grid_items_block .item:nth-child(3n) {
  border-right: 1px solid #575552;
}

.grid_items_block .item .item_inner {
  padding: 50px 55px;
  display: flex;
  align-items: center;
  height: 100%;
}

.grid_items_block .item .item_inner .icon {
  margin-right: 30px;
  max-height: 40px;
}

/* Map Block */
.map_block .marker-label {
  color: #CDC5B2;
  font-family: Louis George Cafe, 'sans-serif';
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.map_block .content {
  margin-top: 80px;
  text-align: center;
}

/* Thirds Content Block */
.thirds_content_block .line {
  position: absolute;
  top: 0;
  left: calc(-8.33333333%);
  height: 100%;
  width: 1px;
  background: #575552;
}

.thirds_content_block .left_column .items {
  margin-top: 60px;
}

.thirds_content_block .left_column .items .item {
  margin-bottom: 25px;
}

.thirds_content_block .left_column .items .item:last-child {
  margin-bottom: 0;
}

.thirds_content_block .left_column .items .item img {
  margin-right: 25px;
  max-height: 24px;
}

.thirds_content_block .right_column .item_wrapper:nth-child(-n+2) h4 {
  margin-top: 0!important;
}


/* Default Form */
.wpcf7 .form-control {
  margin-bottom: 30px;
  border: 0;
  border-bottom: 1px solid #575552!important;
  border-radius: 0;
  padding: 20px 0;
  background: transparent !important;
  color: #CDC5B2 !important;
}

.wpcf7 .form-control:focus {
  box-shadow: none;
}

.wpcf7 .form-control::-webkit-input-placeholder {
  color: #CDC5B2;
}

.wpcf7 .form-control::-moz-placeholder {
  color: #CDC5B2;
}

.wpcf7 .form-control::-ms-placeholder {
  color: #CDC5B2;
}

.wpcf7 .form-control::placeholder {
  color: #CDC5B2;
}

.wpcf7 .wpcf7-submit {
  margin-top: 40px;
}

.wpcf7 .wpcf7-spinner {
  position: absolute;
}

.wpcf7 .wpcf7-not-valid-tip {
  display: none!important;
}

.wpcf7 .wpcf7-response-output {
  border-width: 1px!important;
  text-align: center;
}

footer.site-footer {
  border-top: 1px solid #575552;
  padding: 120px 0;
}

footer.site-footer .copyright {
  margin-top: 80px;
  font-size: 13px;
  line-height: 21px;
}

footer.site-footer img.footer_logo {
  margin-bottom: 50px;
  max-height: 55px;
  max-width: 100%;
}

footer.site-footer .social {
  margin-top: 80px;
}

footer.site-footer .social i {
  margin-right: 40px;
  font-size: 32px;
  color: #CDC5B2;
}

footer.site-footer .social a:last-child i {
  margin-right: 0;
}

footer.site-footer ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

footer.site-footer ul li {
  margin-bottom: 10px;
}

@media (max-width: 1399.98px) {

  .image_slider_block .centred_image_slider .slick-active .bg_image {
    height: 600px;
  }

}

@media (max-width: 1199.98px) {

  .image_slider_block .bg_image {
    height: 550px;
  }

}

@media (max-width: 991.98px) {

  .messy_images_with_text_block {
    margin-top: 40px!important;
    margin-bottom: 40px!important;
  }

  .image_slider_block,
  .horizontal_line_block,
  .left_and_right_panels_block,
  .accordion_block,
  .content_slider_block,
  .standard_content_block,
  .side_by_side_content_block,
  .boxed_content_and_images_block,
  .thirds_content_block,
  .map_block,
  .form_block {
    padding-top: 40px!important;
    padding-bottom: 40px!important;
  }

  section:first-child {
    padding-top: 140px!important;
  }

  .full_menu .tiled_listings_wrapper {
    display: none;
  }

  .full_menu a.arrow_button {
    margin-top: 20px;
  }

  .full_menu ul li a {
    padding: 8px 0;
    font-size: 28px;
    line-height: 36px;
  }

  .full_menu .menu_panel ul.dropdown-menu {
    text-align: center;
  }

  a.square_button,
  input.square_button {
    padding: 12px 25px;
    letter-spacing: 4px;
  }

  .links {
    margin-top: 40px;
  }

  h1.large {
    font-size: 60px!important;
    line-height: 68px!important;
  }

  h1, h2.large, h3.largest, span.heading_one {
    font-size: 46px!important;
    line-height: 52px!important;
  }

  h1.small, h2, h3.large, span.heading_two {
    font-size: 38px!important;
    line-height: 44px!important;
  }

  .messy_images_with_text_block .content .indented_content {
    margin-top: 20px;
  }

  .boxed_content_and_images_block .panel_wrapper .panel {
    margin-top: 60px!important;
  }

  .boxed_content_and_images_block .panel .content {
    padding: 60px 0;
  }

  .left_and_right_panels_block .panel .content {
    padding: 60px 0 0;
  }

  .left_and_right_panels_block .panel .content .indented_content {
    margin-top: 20px;
  }

  .content_slider_block .content_slider .slick-slide {
    margin: 0 15px;    
  }

  .content_slider_block .content_slider .slick-list {
    height: unset!important;
  }

  .content_slider_block .content_slider .box {
    padding: 100px 40px!important;
  }

  .content_slider_block .content_slider .box .content {
    margin: 30px 0;
  }

  .grid_items_block .item .item_inner {
    padding: 35px 15px;
  }

  .grid_items_block .item .item_inner .icon {
    margin-right: 20px;
    max-height: 30px;
  }

  footer.site-footer .social {
    margin-top: 20px;
    margin-bottom: 40px;
  }

}

@media (max-width: 767.98px) {

  .messy_images_with_text_block .content {
    padding-top: 0;
  }

  .messy_images_with_text_block .image_one {
    margin: 0 auto;
    position: unset;
    height: 400px;
    width: calc(100% - (1.5rem * 1))!important;
  }

  .messy_images_with_text_block .image_two,
  .messy_images_with_text_block .image_three {
    margin-top: 0;
    height: 300px;
  }

  .messy_images_with_text_block.layout_one .double_image {
    margin-top: calc(1.5rem * 1);
  }

  .messy_images_with_text_block .bottom_section {
    margin-top: 40px;
  }

  .messy_images_with_text_block.layout_two .content .indented_content {
    padding-bottom: 0;
  }

  .messy_images_with_text_block.layout_two .double_image {
    margin-top: calc(1.5rem * 1);
  }

  .image_slider_block .bg_image {
    height: 420px;
  }

  .image_slider_block .centred_image_slider .slick-active .bg_image {
    height: 450px;
  }

  .boxed_content_and_images_block .panel_wrapper .panel .bg_image {
    height: 400px!important;
  }

  .left_and_right_panels_block .left_right_panel_slider .slick-list .slick-track .bg_image {
    min-height: 400px;
  }

  .left_and_right_panels_block .panel {
    margin-top: 60px;
  }

  .boxed_content_and_images_block .panel_wrapper .panel:first-child {
    margin-top: 0!important;
  }

  .thirds_content_block .left_column .items {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  footer.site-footer {
    padding: 60px 0;
  }


}

@media (max-width: 575.98px) {

  p.subheading {
    letter-spacing: 3px;
  }

  p.subheading.large {
  letter-spacing: 5px;
  font-size: 21px;
  line-height: 26px;
  }

  a.square_button,
  input.square_button {
    padding: 10px 20px;
    letter-spacing: 3px;
  }

  a.arrow_button {
    letter-spacing: 1.5px;
  }

  h1.large {
    font-size: 48px!important;
    line-height: 56px!important;
  }

  h1, h2.large, h3.largest, span.heading_one {
    font-size: 42px!important;
    line-height: 50px!important;
  }

  h1.small, h2, h3.large, span.heading_two {
    font-size: 36px!important;
    line-height: 42px!important;
  }

  header.site-header a.arrow_button {
    padding: 12px 50px 12px 20px;
  }

  header.site-header .menu_icon_wrapper {
    border-left: 0;
    padding: 0 20px;
  }

  header.site-header .menu_icon_wrapper p {
    letter-spacing: 1.5px;
  }

  header.site-header .menu_icon_wrapper #nav-icon3 {
    margin-left: 12px;
    width: 30px;
  }

  .full_menu {
    height: calc(100% - 47px);
  }

  .full_menu.open {
    top: 48px;
  }

  .full_menu ul li a {
    padding: 6px 0;
    font-size: 24px;
    line-height: 32px;
  }

  .full_menu .menu_panel .heading .dropdown-item {
    font-size: 24px;
    line-height: 32px;
    }

  .full_menu .menu_panel .menu-back-link {
    font-size: 14px !important;
    letter-spacing: 3px;
  }

  .background_image_with_text_block .text_overlay .gold-line {
    height: 100px;
    bottom: 0;
  }

  .accordion_block .accordion .accordion-item button {
    padding: 25px 0;
  }

  .accordion_block .accordion .accordion-item button.large {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .content_slider_block .content_slider .box {
    padding: 40px 20px!important;
  }

  .content_slider_block .arrows_wrapper {
    margin-top: 20px;
  }

  .boxed_content_and_images_block .panel .content {
    padding: 40px 0;
  }

  .image_slider_block .bg_image {
    height: 320px;
  }

  .image_slider_block .centred_image_slider .slick-active .bg_image {
    height: 360px;
  }

  .grid_items_block .item .item_inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .grid_items_block .item .item_inner .icon {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .grid_items_block .item:nth-child(3n) {
    border-right: 0;
    border-top: 0;
  }

  .grid_items_block .item:nth-child(2n) {
    border-right: 1px solid #575552;
  }

  .grid_items_block .item:last-child {
    border-right: 1px solid #575552;
  }

  .messy_images_with_text_block .image_one {
    height: 350px;
  }

  .messy_images_with_text_block .image_two,
  .messy_images_with_text_block .image_three {
    height: 300px;
  }


}