@import url(https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap);
/*
Theme style variables and mixins
 */
/*
Font Families
*/
/*
Site Colours
*/
section#main-menu .outer-container .logo-container .logo.big-one {
  top: -3px !important;
}

section#page-header {
  height: 300px;
  margin-bottom: 60px;
  margin-top: -81px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section#page-header .container-lg {
  max-width: 990px;
  position: relative;
}
section#page-header .title-outer-box {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.6);
  width: -moz-fit-content;
  width: fit-content;
}
section#page-header .title-outer-box .title-inner-box {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 6px 20px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
section#page-header .title-outer-box .title-inner-box h1.title {
  color: white;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  section#page-header .title-outer-box .title-inner-box h1.title {
    font-size: 29px;
  }
}
section#page-header .link-button {
  background-color: #134806;
  text-transform: uppercase;
  margin-right: 10px;
  color: white;
  min-height: 40px;
  padding: 0 10px;
  font-size: 14px;
  display: inline-block;
  line-height: 40px;
  border: 1px solid transparent;
  transition: all 0.25s;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  section#page-header .link-button {
    min-height: 30px;
    line-height: 30px;
  }
}
section#page-header .link-button:hover {
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: #7bc569;
}

/*
Theme style variables and mixins
 */
/*
Font Families
*/
/*
Site Colours
*/
div#sidebar-info {
  background-color: rgb(251, 251, 251);
  color: #545454;
  font-size: 14px;
}
div#sidebar-info h3 {
  color: #545454;
  font-size: 24px;
  padding-top: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E5E5;
}
div#sidebar-info .capital {
  text-transform: uppercase;
}
div#sidebar-info a:hover {
  text-decoration: none;
  color: unset;
}
div#sidebar-info div > * {
  font-size: 14px;
}
div#sidebar-info .banner-link {
  border-bottom: 1px solid #E6E5E5;
  border-top: 1px solid #E6E5E5;
}
div#sidebar-info .side-tripadvisor .widSSP.widSSPnarrow {
  width: 100% !important;
  max-width: 270px;
  margin: 0 auto;
}

/*
Theme style variables and mixins
 */
/*
Font Families
*/
/*
Site Colours
*/
body.error404 .title-outer-box {
  display: none;
}
body.error404 section#page-header {
  height: 240px;
}

main .content h1, main .content h2, main .content h3, main .content h4, main .content h5 {
  color: #555;
}
main .content .btn.not-found {
  color: white;
  font-weight: 700;
  background-color: #134806;
  border-radius: 0;
  border: 1px solid transparent;
  transition: all 0.25s;
  text-transform: uppercase;
  line-height: 16px;
  font-size: 15px;
  letter-spacing: 0.2px;
  padding: 12px 15px;
  align-self: center;
}
main .content .btn.not-found:hover {
  background-color: #7bc569;
}
