/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
body {
  color: #1D1B1E;
  background: #1D1B1E;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-size: 16px;
  overflow-x: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
}

p {
  color: #1D1B1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 20px;
  padding: 0;
  text-transform: none;
}

a {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .uk-h1, .uk-h2, .uk-h3, .uk-h4 {
  color: #1D1B1E;
  font-family: "Bayon", serif;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 110%;
  margin: 30px 0 20px;
  padding: 0;
}

h1, .uk-h1 {
  font-size: 80px;
}

h2, .uk-h2 {
  font-size: 56px;
}

h3, .uk-h3 {
  font-size: 48px;
}

h4, .uk-h4 {
  font-size: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

h5, .uk-h5 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

h6, .uk-h6 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

em {
  color: inherit;
}

.semi, strong {
  font-weight: 600;
}
.semi p, strong p {
  font-weight: 600;
}

.section-title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 56px;
}

.upper {
  text-transform: uppercase;
}

.txt-white {
  color: #fff;
}
.txt-white * {
  color: #fff;
}

/*------------------------------------*\
	BUTTONS
\*------------------------------------*/
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
header nav .uk-navbar-nav > li.menu-order a,
.forminator-button {
  background-color: #C60B1D;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  outline: 0 !important;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
header nav .uk-navbar-nav > li.menu-order a:hover,
.forminator-button:hover {
  background-color: #C60B1D;
  color: #FEC870;
  text-decoration: none;
}
.button.btn-small,
button.btn-small,
input[type="submit"].btn-small,
input[type="reset"].btn-small,
input[type="button"].btn-small,
header nav .uk-navbar-nav > li.menu-order a.btn-small,
.forminator-button.btn-small {
  padding: 6px 15px;
}
.button.btn-gray,
button.btn-gray,
input[type="submit"].btn-gray,
input[type="reset"].btn-gray,
input[type="button"].btn-gray,
header nav .uk-navbar-nav > li.menu-order a.btn-gray,
.forminator-button.btn-gray {
  background-color: #828282;
  color: #fff;
}
.button.btn-gray:hover,
button.btn-gray:hover,
input[type="submit"].btn-gray:hover,
input[type="reset"].btn-gray:hover,
input[type="button"].btn-gray:hover,
header nav .uk-navbar-nav > li.menu-order a.btn-gray:hover,
.forminator-button.btn-gray:hover {
  color: #FEC870;
}
.button.btn-white,
button.btn-white,
input[type="submit"].btn-white,
input[type="reset"].btn-white,
input[type="button"].btn-white,
header nav .uk-navbar-nav > li.menu-order a.btn-white,
.forminator-button.btn-white {
  background-color: #D9D9D9;
  color: #000;
  min-width: 177px;
}
.button.btn-white:hover,
button.btn-white:hover,
input[type="submit"].btn-white:hover,
input[type="reset"].btn-white:hover,
input[type="button"].btn-white:hover,
header nav .uk-navbar-nav > li.menu-order a.btn-white:hover,
.forminator-button.btn-white:hover {
  background-color: #484848;
  color: #fff;
}

.home .cards .button.btn-gray {
  background-color: #C60B1D;
  color: #fff;
}
.home .cards .button.btn-gray:hover {
  background-color: #C60B1D;
  color: #FEC870;
  text-decoration: none;
}

form {
  background: transparent !important;
}

/*------------------------------------*\
	BANNER
\*------------------------------------*/
.banner {
  position: relative;
  background-image: url("img/gray-texture.jpg");
  background-size: cover;
  padding-top: 250px;
  color: #fff;
}
.banner h1 {
  margin-bottom: 10px;
  margin-top: 0;
  color: #fff;
  line-height: 90%;
  text-shadow: 2px 4px 5px #232323;
}
.banner h2, .banner h3, .banner h4 {
  color: #fff;
  margin-bottom: 0;
}
.banner p {
  color: #fff;
}
.banner #breadcrumbs {
  color: #1F294C;
}
.banner #breadcrumbs a {
  color: #1F294C;
}
.banner #breadcrumbs a:hover {
  color: #154498;
}
.banner #breadcrumbs .breadcrumb_last {
  color: #154498;
}
.banner > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.banner .banner-content {
  position: relative;
  padding-bottom: 40px;
}

.home .banner {
  padding-bottom: 30px;
}

.banner-slide {
  position: relative;
}

.banner-slide img {
  width: 100%;
  display: block;
}

.banner-slide .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  z-index: 2;
}

.banner.banner-with-slide {
  padding-top: 0;
  padding-bottom: 0;
}
.banner.banner-with-slide .uk-slider-items {
  max-height: 800px;
  min-height: 650px;
}
.banner.banner-with-slide .uk-slider-items img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------*\
	HEADER
\*------------------------------------*/
header {
  position: absolute;
  width: 100%;
  z-index: 9999 !important;
  padding-top: 30px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
header:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 124px;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%);
  z-index: -1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
header nav .uk-navbar-nav {
  gap: 40px;
  margin-top: 10px;
}
header nav .uk-navbar-nav > li a {
  min-height: auto;
  color: #fff;
  background: transparent;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
  padding: 12px;
}
header nav .uk-navbar-nav > li.current-menu-item > a {
  color: #FEC870;
}
header nav .uk-navbar-nav > li:hover > a, header nav .uk-navbar-nav > li:focus > a {
  color: #FEC870;
}

.uk-navbar-dropdown {
  background: #000;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.73);
          box-shadow: 0 5px 12px rgba(0, 0, 0, 0.73);
}

.uk-navbar-dropdown-nav > li > a:hover, .uk-navbar-nav > li > a[aria-expanded="true"] {
  color: #FEC870;
}

.above-header {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
}

.top-loc {
  gap: 10px;
  color: #fff;
}
.top-loc a {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
.top-loc a:hover {
  color: #FEC870;
}
.top-loc span {
  font-size: 12px;
  font-weight: 500;
}
.top-loc .uk-icon {
  color: #C60B1D;
}
.top-loc .uk-icon path {
  fill: #C60B1D;
}
.top-loc .uk-icon circle {
  fill: #000;
}

.top-menu {
  list-style: none;
  padding: 0;
  gap: 10px;
}
.top-menu a {
  color: #fff;
  font-weight: 500;
  position: relative;
  padding-left: 10px;
  font-size: 18px;
}
.top-menu a:hover {
  color: #FEC870;
}
.top-menu a:before {
  content: " ";
  position: absolute;
  width: 2px;
  height: 80%;
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-menu li:first-child a:before {
  display: none;
}

.uk-offcanvas-page header.header.uk-active {
  background-color: transparent;
}

.uk-offcanvas-bar {
  width: 100%;
  background-color: #fff;
  padding-top: 180px;
}

.uk-offcanvas-flip .uk-offcanvas-bar {
  right: -100%;
}

.uk-offcanvas-bar-animation {
  -webkit-transition: left .2s ease-out;
  transition: left .2s ease-out;
}

.nav-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 22px;
  width: 30px;
  float: right;
  margin-top: 10px;
  margin-left: 20px;
}

.nav-toggle .bar {
  height: 2px;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.nav-toggle:hover {
  cursor: pointer;
}

.uk-offcanvas-page .nav-toggle .bar:nth-of-type(1) {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 28px;
}

.uk-offcanvas-page .nav-toggle .bar:nth-of-type(2) {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 0;
}

.uk-offcanvas-page .nav-toggle .bar:nth-of-type(3) {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  width: 28px;
}

.uk-offcanvas .uk-nav li a {
  color: #1F294C !important;
  min-height: auto;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
}
.uk-offcanvas .uk-nav li .sub-menu {
  padding-left: 20px !important;
}
.uk-offcanvas .uk-nav li .sub-menu li a {
  font-weight: 400;
}

@media (min-width: 960px) {
  header {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  header:after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 124px;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    opacity: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.6) 100%);
  }
  header .logo-img {
    max-width: 200px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  header.uk-active {
    padding-top: 15px;
  }
  header.uk-active .logo-img {
    max-width: 100px;
  }
  header.uk-active:before {
    opacity: 0;
  }
  header.uk-active:after {
    opacity: 1;
    height: 90px;
  }
  header.uk-active nav .uk-navbar-nav > li a {
    font-size: 18px;
    padding: 10px 12px;
  }
  header.uk-active nav .uk-navbar-nav > li.menu-order a {
    padding: 10px 20px;
  }
}
/*------------------------------------*\
	FOOTER
\*------------------------------------*/
footer {
  background: #000;
  color: #fff;
  padding: 60px 0;
}
footer .footer-menu-title {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  max-width: 250px;
  margin-bottom: 15px;
}
footer .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-menu a {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 5px 0;
  display: block;
}
footer p, footer a {
  color: #fff;
}
footer a:hover {
  color: #FEC870;
}

.copyright {
  margin-top: 20px;
}
.copyright p {
  font-size: 14px;
  color: #fff;
}

.below-menu {
  list-style: none;
  padding: 0;
}
.below-menu a {
  color: #fff;
  font-size: 14px;
}
.below-menu a:hover {
  color: #FEC870;
}

.footer-social a {
  margin: 5px;
}

/*------------------------------------*\
	ACF FLEXI SECTIONS
\*------------------------------------*/
/* Content - image */
.copy-inner .button {
  margin-top: 20px;
}

.copy-inner h4:first-child {
  margin-top: 0;
}

/* Content columns */
.content-columns .content-column-inner {
  border-radius: 20px;
  padding: 30px 0;
  display: inline-block;
  width: 100%;
}
.content-columns .content-column-inner p:last-child {
  margin-bottom: 0;
}
.content-columns .content-column-inner.with-inner-bg {
  padding-left: 30px;
  padding-right: 30px;
}
.content-columns .content-column-inner.uk-padding-remove-vertical h4:first-child {
  margin-top: 0;
}
.content-columns .alignleft {
  float: left;
  margin-right: 30px;
}
.content-columns h2, .content-columns h3 {
  display: inline-block;
}

/* Accordions */
.accordion li {
  margin: 0 !important;
}
.accordion li.uk-open .uk-accordion-title .uk-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion .uk-accordion-title {
  padding: 24px 0;
  border-top: 1px solid #ccc;
  text-decoration: none;
  position: relative;
}
.accordion .uk-accordion-title:before {
  display: none;
}
.accordion .uk-accordion-title .uk-icon {
  position: absolute;
  right: 0;
  top: 10px;
  color: #000;
  background: #FEC870;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transform: none;
          transform: none;
}
.accordion .uk-accordion-title h4 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  color: #000;
  position: relative;
  padding-left: 10px;
  padding-right: 40px;
}
.accordion .uk-accordion-title h4 span {
  position: absolute;
  left: 0;
  top: 0;
}
.accordion .acc-content-inner {
  padding-left: 40px;
  padding-bottom: 20px;
  padding-right: 40px;
}

/*------------------------------------*\
	MISC
\*------------------------------------*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper-inner, .wrapper-inner-large, .wrapper-inner-small {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-inner {
  max-width: 1480px;
}

.wrapper-inner-large {
  max-width: 1580px;
}

.wrapper-inner-small {
  max-width: 1400px;
}

img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

main {
  background: #F5F5F5;
}

.above-footer {
  background-image: url("img/gray-texture.jpg");
  background-size: cover;
  background-position: center;
}
.above-footer p {
  font-size: 24px;
  color: #fff;
}
.above-footer h3 {
  color: #FEC870;
}
.above-footer h3:before, .above-footer h3:after {
  background: #FEC870;
}

.arrow-heading {
  position: relative;
  padding-left: 180px;
  padding-right: 180px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.arrow-heading:before, .arrow-heading:after {
  position: absolute;
  content: " ";
  height: 16px;
  width: 150px;
  aspect-ratio: cos(30deg);
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background: #1D1B1E;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.arrow-heading:after {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  left: unset;
  right: 0;
}

.uk-modal {
  z-index: 10000;
}

.uk-modal-dialog {
  width: 100%;
  max-width: 900px !important;
  border-radius: 10px;
  padding-left: 50px;
  padding-right: 50px;
}
.uk-modal-dialog .modal-heading {
  border-bottom: 1px solid #828282;
}
.uk-modal-dialog .modal-heading h3 {
  margin-top: 10px;
}

.modal-location {
  background: #D9D9D9;
  border-radius: 10px;
  padding: 15px 10px;
  border: 1px solid #828282;
  -webkit-box-shadow: 0 5px 5px #c5c5c5;
          box-shadow: 0 5px 5px #c5c5c5;
  display: block;
}
.modal-location:hover {
  -webkit-box-shadow: 0 5px 8px #a7a7a7;
          box-shadow: 0 5px 8px #a7a7a7;
}
.modal-location img {
  max-width: 100px;
  margin-left: 10px;
}
.modal-location span {
  color: #000;
}
.modal-location h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.modal-location p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 22px;
}

.choose-loc {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.7)), to(rgba(20, 20, 20, 0.7))), url("img/gray-texture.jpg");
  background-image: linear-gradient(rgba(20, 20, 20, 0.7), rgba(20, 20, 20, 0.7)), url("img/gray-texture.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  padding: 20px;
  gap: 15px;
}
.choose-loc .uk-icon path {
  fill: #fff;
}
.choose-loc .uk-icon circle {
  fill: #000;
}

.card-inner {
  background: #2C2C2F;
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
}
.card-inner img {
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.card-content {
  padding: 10px 20px 20px 15px;
}

.wrapper-inner > h2 {
  margin-top: 0;
}

.cards .button {
  width: 100%;
  max-width: 403px;
}

.texture {
  background-image: url("img/gray-texture.jpg");
  background-size: cover;
}
.texture .arrow-heading {
  color: #FEC870;
}
.texture .arrow-heading:before, .texture .arrow-heading:after {
  background: #FEC870;
}

.hl-inner {
  height: 100%;
}
.hl-inner > img {
  border-radius: 10px 10px 0 0;
  aspect-ratio: 16 / 10;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hl-details {
  background: #fff;
  padding: 20px 20px 40px 20px;
}
.hl-details p {
  margin-bottom: 10px;
  font-size: 16px;
}

.hl-reviews {
  background-image: url("img/gray-texture.jpg");
  background-size: cover;
  padding: 30px 20px;
}

.page-template-location .banner {
  padding: 0;
}
.page-template-location .banner .embed-container {
  padding-bottom: 35%;
  min-height: 400px;
}

.loc-nav {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: 0;
}
.loc-nav a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 20px;
  display: block;
  border-bottom: 4px solid transparent;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.loc-nav a:hover {
  border-color: #FEC870;
  color: #FEC870;
}
.loc-nav a.ln-dir {
  border: none;
}

.page-id-664 .ln-flint {
  border-color: #FEC870;
  color: #FEC870;
}

.page-id-666 .ln-blanc {
  border-color: #FEC870;
  color: #FEC870;
}

.lo-details p {
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.7);
}

.lo-content {
  color: rgba(0, 0, 0, 0.7);
}
.lo-content p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
}

.rto-inner {
  background: #D9D9D9;
}

.uk-sticky-placeholder {
  height: 0 !important;
}

*.uk-sticky {
  position: absolute;
}*

/*------------------------------------*\
	RESPONSIVE
\*------------------------------------*/
@media (max-width: 1200px) {
  .wrapper-inner-small {
    padding: 0 100px;
  }
	.logo-img {
		max-width: 150px;
	}
}
@media (max-width: 1000px) and (min-width: 961px) {
  header nav .uk-navbar-nav {
    gap: 28px;
  }

  header nav .uk-navbar-nav > li a {
    font-size: 18px;
  }

  header nav .uk-navbar-nav > li.menu-order a {
    white-space: nowrap;
    min-width: 170px;
    padding: 12px 24px;
    line-height: 1.1;
  }
}
@media (max-width: 960px) {
  h1, .uk-h1 {
    font-size: 50px;
  }

  h2, .uk-h2, .tabs h2, .section-title {
    font-size: 42px;
  }

  h3, .uk-h3 {
    font-size: 26px;
  }

  h4, .uk-h4, h5, .above-footer p {
    font-size: 22px;
  }

  h5, .uk-h5, button, .button {
    font-size: 18px;
  }

  .wrapper-inner-small, .wrapper-inner-large, .wrapper-inner {
    padding: 0 30px;
  }

  .logo-img {
    max-width: 130px;
  }

  body {
    padding-top: 0;
  }

  header:before {
    height: 100px;
    border: none;
  }

  .banner {
    padding-top: 170px;
  }

  .arrow-heading {
    padding-left: 100px;
    padding-right: 100px;
  }
  .arrow-heading:before, .arrow-heading:after {
    width: 80px;
  }

  .texture {
    background-size: auto;
    background-repeat: repeat-y;
  }
	.banner.banner-with-slide .uk-slider-items {
		min-height: 550px;
	}
}
@media (max-width: 960px) and (min-width: 641px) {
  .banner h1,
  .banner .uk-h1 {
    font-size: 64px;
    line-height: 1.05;
  }

  .banner h2,
  .banner .uk-h2 {
    font-size: 48px;
    line-height: 1.1;
  }

  .banner p {
    font-size: 22px;
    line-height: 1.25;
  }

  .banner.banner-with-slide .uk-slider-items {
    min-height: 575px;
  }
}
@media (max-width: 640px) {
  h1, .uk-h1 {
    font-size: 42px;
  }

  h2, .uk-h2, .tabs h2, .section-title {
    font-size: 36px;
  }

  h3, .uk-h3 {
    font-size: 30px;
  }

  h4, .uk-h4, .above-footer p {
    font-size: 20px;
  }

  .modal-location p, .lo-content p {
    font-size: 16px;
  }

  h5 {
    font-size: 18px;
    font-weight: 600;
  }

  .logo-img {
    max-width: 80px;
  }

  .uk-offcanvas-bar {
    padding-top: 140px;
  }

  button, .button {
    padding: 10px 25px;
  }

  .arrow-heading {
    padding-left: 0;
    padding-right: 0;
  }
  .arrow-heading:before, .arrow-heading:after {
    display: none;
  }

  .uk-modal-dialog {
    padding: 20px;
  }

  .modal-location img {
    max-width: 50px;
  }

  .loc-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .loc-nav a {
    font-size: 18px;
    padding: 10px;
  }

  header .button {
    padding: 10px 15px;
    font-weight: 500;
    font-size: 16px;
  }
	.banner.banner-with-slide .uk-slider-items {
		min-height: 450px;
	}
}
/* Tighten header dropdown */
header nav .uk-navbar-dropdown {
  width: auto !important;
  min-width: 150px !important;
  max-width: 180px !important;
  padding: 10px 14px !important;
  border-radius: 6px;
  top: calc(100% - 4px) !important;
}

header nav .uk-navbar-dropdown-nav {
  margin: 0 !important;
}

header nav .uk-navbar-dropdown-nav > li > a {
  padding: 5px 0 !important;
  font-size: 16px !important;
  line-height: 1.15 !important;
}

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