@font-face {
  font-family: "Amsterdam Four";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/AmsterdamFour.woff2) format("woff2"), url(fonts/AmsterdamFour.ttf) format("truetype");
}
@font-face {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/Avenir-Book-01.woff2) format("woff2"), url(fonts/Avenir-Book-01.ttf) format("truetype");
}
@font-face {
  font-family: "Avenir";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/Avenir-BookOblique-02.woff2) format("woff2"), url(fonts/Avenir-BookOblique-02.ttf) format("truetype");
}
@font-face {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/Avenir-Heavy-05.woff2) format("woff2"), url(fonts/Avenir-Heavy-05.ttf) format("truetype");
}
@font-face {
  font-family: "Avenir";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/Avenir-HeavyOblique-06.woff2) format("woff2"), url(fonts/Avenir-HeavyOblique-06.ttf) format("truetype");
}
body {
  font-size: 16px;
  font-family: "Avenir", sans-serif;
}

h1 {
  font-family: "Amsterdam Four", sans-serif;
  font-weight: 400;
  font-size: 50px;
  margin: 0;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 40px;
    white-space: normal;
  }
}

h2 {
  font-family: "Amsterdam Four", sans-serif;
  font-weight: 400;
  white-space: nowrap;
  font-size: 32px;
  margin: 0;
}
@media (max-width: 991px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-family: "Amsterdam Four", sans-serif;
  font-weight: 400;
  white-space: nowrap;
  font-size: 26px;
  margin: 0;
}
@media (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 5px;
  margin: 0 0 0.25em 0;
}

h5 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 0.25em 0;
}

a {
  text-decoration: none;
  color: #244C5A;
}

header {
  background-color: #244C5A;
  color: #fff;
  position: relative;
  padding: 20px 0;
}
header > .container {
  padding: 0;
}
header > .container > .row {
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
}
header .logo-wrapper {
  flex: 200px 0 0;
  max-width: 200px;
}
header .nav-col {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 210px;
}
@media (max-width: 575px) {
  header .nav-col {
    padding-right: 15px;
  }
}
header .header-nav-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  header .header-nav-wrapper {
    flex-wrap: wrap;
  }
}
header .header-nav-wrapper .menu-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  header .header-nav-wrapper .menu-wrapper > ul {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 20px;
    background-color: #244C5A;
  }
}
header .header-nav-wrapper .menu-wrapper > ul > li a {
  font-size: 22px;
  font-weight: bold;
}
header .header-nav-wrapper .menu-wrapper.show > ul {
  display: block;
}
header .header-nav-wrapper .menu-wrapper .mobile-menu-toggle-wrapper {
  color: #fff;
  font-size: 32px;
  display: none;
}
@media (max-width: 991px) {
  header .header-nav-wrapper .menu-wrapper .mobile-menu-toggle-wrapper {
    display: block;
  }
}
header .header-nav-wrapper .menu-wrapper .mobile-menu-toggle-wrapper a {
  color: #fff;
}
header .header-nav-wrapper .menu-wrapper .mobile-menu-toggle-wrapper svg {
  display: block;
  height: 1em;
  width: auto;
}
header .header-nav-wrapper .menu-wrapper .mobile-menu-toggle-wrapper svg path {
  fill: currentColor;
}
header .button-wrapper {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  display: flex;
  align-items: stretch;
}
@media (max-width: 575px) {
  header .button-wrapper {
    position: static;
    display: block;
    margin-top: 15px;
  }
}
header .button-wrapper .btn {
  color: #fff;
  background-color: #b9975b;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  max-width: 200px;
  font-size: 22px;
}
@media (max-width: 575px) {
  header .button-wrapper .btn {
    max-width: 100%;
    display: block;
  }
}

footer {
  background-color: #244C5A;
  color: #fff;
  padding: 80px 0 50px 0;
}
footer a {
  color: #fff;
}
footer img.map {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 991px) {
  footer .contact-list-items {
    margin-bottom: 30px;
  }
}
footer .contact-list-items .contact-list-item {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  footer .contact-list-items .contact-list-item {
    justify-content: center;
  }
}
footer .contact-list-items .contact-list-item svg {
  height: 1em;
  width: 1em;
  display: block;
  margin-right: 10px;
}
footer .contact-list-items .contact-list-item svg path {
  fill: currentColor;
}
footer .footer-logo-wrapper {
  text-align: center;
}
footer .footer-logo-wrapper img {
  width: 500px;
}
footer ul.social-links {
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 32px;
}
@media (max-width: 991px) {
  footer ul.social-links {
    justify-content: center;
    margin-top: 30px;
  }
}
footer ul.social-links li {
  margin: 0 5px;
}
footer ul.social-links li a svg {
  display: block;
  height: 1em;
  width: 1em;
}
footer ul.social-links li a svg path {
  fill: currentColor;
}
footer ul.footer-menu {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 30px 0 0 0;
}
@media (max-width: 991px) {
  footer ul.footer-menu {
    flex-direction: column;
    align-items: center;
  }
}
footer ul.footer-menu li {
  margin: 0 5px;
}
footer ul.footer-menu li a {
  font-size: 20px;
  font-weight: bold;
}

body.single article h4 {
  font-size: 32px;
}
body.single article .meta-wrapper {
  font-size: 16px;
}
body.single article .content-wrapper {
  font-size: 18px;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 5px;
}
.btn.btn-yellow {
  background-color: #b9975b;
  color: #fff;
}
.btn.btn-white {
  background-color: #fff;
  color: #244C5A;
}
.btn.btn-blue {
  background-color: #244C5A;
  color: #fff;
}
.btn.btn-orange {
  background-color: #8a391a;
  color: #fff;
}

.background-wrapper {
  --background-size: 50%;
  --background-opacity: .1;
  position: relative;
}
.background-wrapper .background-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: var(--background-repeat);
  background-image: var(--background-image);
  background-position: var(--background-position);
  background-size: var(--background-size);
  opacity: var(--background-opacity);
}
.background-wrapper .background-content {
  position: relative;
}
.background-wrapper.theme-yellow {
  background-color: #b9975b;
  color: #fff;
}
.background-wrapper.theme-orange {
  background-color: #8a391a;
  color: #fff;
}
.background-wrapper.theme-blue {
  background-color: #244C5A;
  color: #fff;
}
.background-wrapper.padding-small {
  padding: 30px 0;
}
.background-wrapper.padding-large {
  padding: 100px 0;
}

.hero-wrapper .image-wrapper img {
  width: 100%;
  height: calc(100vh - 139px - 150px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
@media (max-width: 991px) {
  .hero-wrapper .image-wrapper img {
    height: auto;
    aspect-ratio: 16/9;
  }
}
.hero-wrapper .content-wrapper {
  text-align: center;
  padding: 20px 0;
}
.hero-wrapper .content-wrapper h1 {
  position: relative;
  display: inline-block;
}
.hero-wrapper .content-wrapper h1:before {
  content: "";
  background-image: url(/wp-content/uploads/2025/08/hero-stars.png);
  background-repeat: no-repeat;
  position: absolute;
  left: -90px;
  top: 40px;
  width: 96px;
  height: 90px;
  pointer-events: none;
}
.hero-wrapper.theme-blue .content-wrapper {
  background-color: #244C5A;
  color: #fff;
}

.image-with-content-wrapper {
  position: relative;
}
@media (min-width: 992px) {
  .image-with-content-wrapper {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .image-with-content-wrapper .container {
    max-width: 100%;
  }
}
.image-with-content-wrapper .image-wrapper {
  padding: 0;
}
.image-with-content-wrapper .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (min-width: 992px) {
  .image-with-content-wrapper .image-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 62%;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .image-with-content-wrapper .image-wrapper img {
    aspect-ratio: 16/9;
  }
}
.image-with-content-wrapper .image-wrapper .stars-wrapper {
  --star-color: #fff;
  position: absolute;
  left: calc(62% - 35px);
  top: 0;
  height: 100%;
  width: 70px;
  background-size: 70px auto;
  background-repeat: repeat-y;
  background-image: url(/wp-content/uploads/2025/08/skye-summit-stars-1.png);
}
@media (max-width: 991px) {
  .image-with-content-wrapper .image-wrapper .stars-wrapper {
    display: none;
  }
}
@media (min-width: 992px) {
  .image-with-content-wrapper .content-wrapper {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .image-with-content-wrapper .content-wrapper {
    padding: 100px 15px;
  }
}
@media (min-width: 992px) {
  .image-with-content-wrapper.image-position-right .content-wrapper {
    order: 1;
  }
  .image-with-content-wrapper.image-position-right .image-wrapper {
    order: 2;
  }
  .image-with-content-wrapper.image-position-right .image-wrapper img {
    left: auto;
    right: 0;
  }
  .image-with-content-wrapper.image-position-right .image-wrapper .stars-wrapper {
    left: auto;
    right: calc(62% - 35px);
    transform: rotateZ(180deg);
  }
}
.image-with-content-wrapper.stars-none .image-wrapper .stars-wrapper {
  display: none;
}
.image-with-content-wrapper.stars-yellow .image-wrapper .stars-wrapper {
  background-image: url(/wp-content/uploads/2025/08/skye-summit-stars-yellow.png);
}
.image-with-content-wrapper.stars-blue .image-wrapper .stars-wrapper {
  background-image: url(/wp-content/uploads/2025/08/skye-summit-stars-blue.png);
}
.image-with-content-wrapper.stars-orange .image-wrapper .stars-wrapper {
  background-image: url(/wp-content/uploads/2025/08/skye-summit-stars-orange.png);
}
.image-with-content-wrapper.theme-white {
  background-color: #fff;
  color: #000;
}
.image-with-content-wrapper.theme-white h1, .image-with-content-wrapper.theme-white h5 {
  color: #244C5A;
}
.image-with-content-wrapper.theme-orange {
  background-color: #8a391a;
  color: #fff;
}
.image-with-content-wrapper.theme-orange h1, .image-with-content-wrapper.theme-orange h5 {
  color: #fff;
}
.image-with-content-wrapper.theme-blue {
  background-color: #244C5A;
  color: #fff;
}
.image-with-content-wrapper.theme-blue h1, .image-with-content-wrapper.theme-blue h5 {
  color: #b9975b;
}
.image-with-content-wrapper.theme-yellow {
  background-color: #b9975b;
  color: #fff;
}
.image-with-content-wrapper.theme-yellow h1, .image-with-content-wrapper.theme-yellow h5 {
  color: #fff;
}

.news-list-section .news-list-filter-wrapper {
  margin-bottom: 20px;
}
.news-list-section .news-list-filter-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .news-list-section .news-list-filter-wrapper ul {
    flex-direction: column;
  }
}
.news-list-section .news-list-filter-wrapper ul li {
  padding: 0;
  margin: 0 5px;
  display: block;
}
@media (max-width: 991px) {
  .news-list-section .news-list-filter-wrapper ul li {
    width: 100%;
  }
}
.news-list-section .news-list-filter-wrapper ul li a {
  padding: 5px 10px;
  font-size: 20px;
  display: block;
  text-align: center;
}
.news-list-section .news-list-filter-wrapper ul li a.active {
  font-weight: bold;
  background-color: #244C5A;
  color: #fff;
}
.news-list-section .loading {
  min-height: 500px;
  display: block;
  justify-content: center;
  align-items: center;
  font-size: 50px;
}
.news-list-section .loading svg {
  margin: auto;
  display: block;
  height: 1em;
  width: auto;
  animation: spinner 1s infinite linear;
}
@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.news-list-card-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.news-list-card-wrapper .news-list-card {
  flex: 33.33333%;
  max-width: 33.33333%;
  padding: 15px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .news-list-card-wrapper .news-list-card {
    flex: 100%;
    max-width: 100%;
  }
}
.news-list-card-wrapper .news-list-card .news-list-card-content {
  display: block;
}
.news-list-card-wrapper .news-list-card .news-list-card-content .image-wrapper img {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
}
.news-list-card-wrapper .news-list-card .news-list-card-content .meta-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 0;
  font-size: 14px;
  margin-bottom: 5px;
}
.news-list-card-wrapper .news-list-card .news-list-card-content .meta-wrapper .categories {
  margin-right: 15px;
}
.news-list-card-wrapper .news-list-card .news-list-card-content .meta-wrapper .date {
  white-space: nowrap;
}
.news-list-card-wrapper .news-list-card .news-list-card-content .title {
  font-weight: bold;
  font-size: 22px;
  display: block;
}
