body {
  color: #777;
  font-family: "Source Sans Pro";
  line-height: 1.3em;
  background-color: #fff;
  font-size: 20px; }

html, body, #page {
  height: 100%; }

a, a:hover, a:focus, a:active, a:visited {
  color: #777;
  text-decoration: none; }

.label span {
  color: #777; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#page {
  display: flex;
  flex-direction: column; }

#footer {
  margin-top: auto; }

.header-menu, .header-menu ul, .header-menu li, .header-menu a {
  height: 100%; }

h2 {
  color: #00519e;
  font-size: 3em;
  line-height: 1.6em;
  margin: .4em 0; }

#primary {
  margin-top: 60px;
  margin-bottom: 200px; }

.l-navigation-block {
  flex-grow: 1; }

.l-navbar {
  height: 106px;
  display: flex; }

.l-container {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%; }

.l-footer-upper {
  display: flex;
  color: #fff; }

.l-footer-upper-left,
.l-footer-upper-center,
.l-footer-upper-right {
  flex: 1;
  text-align: left; }

.l-navbar {
  height: auto; }

.l-header {
  padding: 0 40px; }

.l-top-bar {
  display: flex; }

.l-top-bar-title {
  margin-left: auto; }

.l-footer-container {
  padding-top: 0; }

.l-footer-left-row {
  display: flex;
  align-items: center; }

.l-footer-column {
  flex: 1; }

.header-menu ul {
  display: flex; }

.l-main-content {
  padding-left: 1em; }

@media screen and (max-width: 960px) {
  .l-footer-upper {
    flex-direction: column; }

  .l-navbar {
    width: 50%; }

  .l-main-content {
    padding: 0 5%; } }
.header-menu {
  float: right;
  height: 100%;
  display: flex;
  align-items: center;
  float: none; }
  .header-menu .page_item a {
    padding: 10px 20px;
    display: flex;
    align-items: center; }
  .header-menu .page_item:hover a,
  .header-menu .page_item.current_page_item a {
    font-weight: 700;
    color: orangered;
    position: relative;
    left: -1px; }
  @media screen and (max-width: 960px) {
    .header-menu {
      padding-bottom: 20px; }
    .header-menu ul {
      flex-direction: column;
      margin: 22px 0; }
    .header-menu .page_item a {
      padding: 3px 20px 3px 0; } }

.booking-bar {
  background-color: rgba(0, 0, 0, 0.55);
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  left: 60%;
  color: #fff; }
  .booking-bar--container {
    padding: 40px !important;
    display: grid;
    grid-template-areas: "a a a b b b" "c c d d e e" "f f f f f f";
    height: 100%;
    align-items: center;
    grid-gap: 17px; }
  .booking-bar--blocco:nth-child(1) {
    grid-area: a; }
  .booking-bar--blocco:nth-child(2) {
    grid-area: b; }
  .booking-bar--blocco:nth-child(3) {
    grid-area: c; }
  .booking-bar--blocco:nth-child(4) {
    grid-area: d; }
  .booking-bar--blocco:nth-child(5) {
    grid-area: e; }
  .booking-bar--blocco:nth-child(6) {
    grid-area: f; }
  .booking-bar--form {
    height: 100%; }
  .booking-bar--label {
    line-height: 2em; }
  .booking-bar--form-field {
    width: 100%;
    padding: 5px 4px; }
  .booking-bar--form-field-option {
    color: #333;
    padding: 5px 4px; }
  .booking-bar form#myform .label {
    display: grid;
    grid-auto-flow: column;
    font-family: sans-serif;
    color: #fff;
    justify-content: space-between; }
  .booking-bar form#myform span + span {
    margin-left: auto;
    position: relative;
    top: 4px; }
  .booking-bar form#myform select {
    width: 100%;
    font-size: 12px;
    -webkit-appearance: none;
    -webkit-border-radius: 0; }
  .booking-bar form#myform input {
    padding-bottom: 4px; }
  .booking-bar form#myform input,
  .booking-bar form#myform select {
    border: none;
    border-bottom: solid 2px #888;
    background: 0 0;
    font-size: 15px;
    color: #AAA;
    padding: 4px 0 2px; }

@media (max-width: 900px) {
  .booking-bar form#myform input.button#button {
    font-size: 12px;
    padding: .5em 1em; }

  .booking-bar {
    left: 0; } }
.social-media {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 29px;
  margin-top: 14px;
  display: flex;
  justify-content: center;
  gap: 10px; }
  .social-media--link {
    color: goldenrod; }
  .social-media--link i {
    background-color: #e6e6e6;
    color: #444;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none; }

.hero {
  padding: 60px 0;
  position: relative; }
  .hero::before, .hero::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 64px; }
  .hero::before {
    top: -4px;
    border-top: double 6px #444; }
  .hero::after {
    bottom: -4px;
    border-bottom: double 6px #444; }
  .hero--inner {
    background-color: #00519e;
    padding: 10em 0;
    background-position: center;
    background-size: cover;
    position: relative;
    width: 70%;
    margin: 0 auto;
    max-width: 1400px !important; }
  .hero--header {
    margin: 0;
    font-size: 2em; }
  .hero--content {
    z-index: 1;
    position: relative;
    color: #fff;
    text-align: center; }
  .hero--header {
    margin: 0;
    font-size: 2em; }
  .hero--subheader {
    font-weight: 100;
    margin: 0;
    padding: 1px 0 22px;
    font-size: 1.5em;
    line-height: 1.5em;
    color: #fff !important; }
  .hero--rule {
    border-bottom: solid 2px #fff;
    width: 20%;
    margin: 0 auto; }
  .hero--tagline {
    font-family: "Abril Fatface";
    font-size: 60px;
    font-weight: 700;
    margin: 0;
    line-height: 1em;
    letter-spacing: 3px;
    padding: .5em 0; }
  .hero--button {
    text-decoration: none;
    color: #fff !important;
    padding: 0.7em 1em;
    border: solid 1px #fff; }
  @media screen and (max-width: 960px) {
    .hero--inner {
      width: 90%; } }

.logo-container {
  text-align: right; }
  .logo-container--property-name, .logo-container--property-type {
    font-size: 2.6em !important;
    margin: 29px 0; }
  .logo-container--property-name {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 29px; }
  .logo-container--property-type {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 28px; }
  @media screen and (max-width: 1100px) {
    .logo-container--property-name {
      font-size: 33px !important;
      margin-bottom: 0 !important; }
    .logo-container--property-type {
      font-size: 30px !important;
      margin-top: 10px !important; } }

.button {
  text-decoration: none;
  border: none;
  background-color: goldenrod !important;
  font-size: 16px !important;
  padding: .5rem 1.5rem !important;
  color: #ededed !important;
  line-height: 1.4em;
  font-weight: 700; }
  .button:hover {
    cursor: pointer; }

.rooms {
  background: #CCC; }
  .rooms--header {
    color: #444; }
  .rooms--container {
    display: flex;
    gap: 35px;
    padding: 2em; }
  .rooms--room-container {
    width: 33%;
    background-color: #fff;
    display: flex;
    flex-direction: column; }
  .rooms--room-image {
    object-fit: cover;
    width: 100%;
    height: 375px; }
  .rooms--room-content {
    padding: 2em;
    text-align: center; }
  .rooms--room-content-header {
    font-family: "Abril Fatface";
    color: #444;
    font-size: 1.5em;
    line-height: 1.4em; }
  .rooms--room-ruler {
    border-bottom: solid 1px #444;
    width: 10%;
    margin: 0 auto; }
  .rooms--book-bar {
    background: #efefef;
    padding: 1em 1.5em 0 1.5em;
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #c5b9b7;
    font-size: 1.25em;
    flex-wrap: wrap;
    margin-top: auto; }
  .rooms--room-button {
    margin-left: auto; }
  .rooms--room-button, .rooms--room-price {
    margin-bottom: 1em; }
  @media screen and (max-width: 960px) {
    .rooms--container {
      flex-direction: column; }
    .rooms--room-container {
      width: 100%; } }

@media (max-width: 768px) {
  .rooms-section .rooms-section-flex flex-flow:column
  .room-container {
    margin-bottom: 7%;
    margin-right: 0;
    width: 100%; } }
.blog-content {
  display: flex;
  padding-top: 50px; }
  .blog-content--post {
    padding-right: 40px;
    border-bottom: solid 1px #5e3f3a;
    margin-right: 62px;
    margin-bottom: 44px;
    padding-bottom: 40px; }
  .blog-content--post a {
    font-weight: 700; }
  .blog-content--post .entry-footer a {
    margin-right: 15px; }
  .blog-content #secondary,
  .blog-content #secondary a {
    line-height: 1.6em; }
  .blog-content #secondary h2 {
    margin-bottom: 9px; }
  .blog-content #secondary ol {
    padding: 0; }

.amenities {
  text-align: center;
  color: #444; }
  .amenities--list-header {
    font-family: "Abril Fatface";
    font-size: 1.8em;
    margin: 0 0 .6em;
    letter-spacing: 2px;
    line-height: 1.1em; }
  .amenities--container {
    display: flex;
    justify-content: space-around;
    margin-bottom: 5em; }
  .amenities--list {
    padding: 0;
    margin: 0; }
  .amenities--list-item {
    list-style-type: none;
    font-size: 1.25em;
    line-height: 1.4em; }
  @media screen and (max-width: 960px) {
    .amenities--container {
      flex-direction: column; }
    .amenities--list:first-of-type {
      margin-bottom: 100px; } }

.contact {
  position: relative;
  background-position: center;
  background-size: cover; }
  .contact::after {
    content: "";
    background: #444;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    filter: opacity(62%);
    left: 0; }
  .contact--container {
    display: flex;
    flex: 1 1 0px;
    width: 100%;
    z-index: 1;
    position: relative;
    background-color: #6B7785;
    padding: 40px; }
  .contact--map {
    border: 0;
    width: 100%;
    min-height: 100%; }
  .contact--info {
    background-color: #fff;
    width: 50%;
    padding: 3em;
    z-index: 2;
    display: flex;
    flex-flow: column;
    align-items: flex-start; }
  .contact--content-link {
    color: #da483a;
    text-decoration: none;
    font-weight: 700; }
  .contact--content-header {
    font-family: "Abril Fatface";
    color: #5e3f3a;
    margin: 0 0 20px;
    font-size: 30px; }
  .contact--content-sub-header {
    color: #444;
    font-size: 1.1em;
    margin: 1em 0 0; }
  .contact .contact-grid .contact-info p {
    margin: 0;
    line-height: 1.5em; }
  @media screen and (max-width: 960px) {
    .contact--container {
      flex-direction: column; }
    .contact--info {
      width: 100%; }
    .contact--map {
      height: 350px; } }

@media (max-width: 768px) {
  .contact-bg .contact-grid {
    padding: 0;
    flex-flow: column; }
    .contact-bg .contact-grid .contact-info {
      width: 100%;
      box-sizing: border-box; }
    .contact-bg .contact-grid .map-container {
      min-height: 447px;
      width: 100%;
      position: relative; }
    .contact-bg .contact-grid .map-container img.map-pin {
      top: 26%;
      left: 51%; } }
.footer {
  background-color: #112244;
  padding: 40px 0;
  text-align: center;
  color: goldenrod; }
  .footer--link {
    color: #fff !important;
    text-decoration: none; }
  .footer--link-phone {
    margin-right: 20px; }
  .footer--header {
    font-size: 30px;
    color: goldenrod;
    font-size: 1.3em;
    margin: 1em 0 .3em; }
  .footer--copyright {
    font-size: .7em;
    margin-top: 5px; }

.footer-menu {
  font-size: 1.2em;
  line-height: 1.6em;
  height: 100%;
  display: flex;
  align-items: center; }
  .footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 27px 34px;
    flex-wrap: wrap;
    width: 50%;
    align-items: center;
    line-height: .4em;
    justify-content: left; }
  .footer-menu li.page_item a {
    color: orangered;
    font-size: 22px; }
  .footer-menu li.page_item a:hover {
    text-decoration: underline; }
  @media screen and (max-width: 960px) {
    .footer-menu ul {
      flex-direction: column;
      align-items: flex-start;
      width: 90%;
      margin: 0 auto; } }

.footer-contact-info {
  background-color: orangered;
  width: 50%;
  padding: 3em;
  z-index: 2;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  color: #e6e6e6; }
  .footer-contact-info--container {
    border: double 4px goldenrod;
    float: right;
    padding: 10px 20px;
    line-height: 1.8em;
    text-align: left; }
  .footer-contact-info--content-link {
    color: #e6e6e6 !important;
    text-decoration: none;
    font-weight: 700; }
  .footer-contact-info--content-header {
    font-family: "Abril Fatface";
    color: #e6e6e6;
    margin: 0 0 20px;
    font-size: 30px; }
  .footer-contact-info--content-sub-header {
    color: #e6e6e6;
    font-size: 1.1em;
    margin: 1em 0 0; }
  @media screen and (max-width: 960px) {
    .footer-contact-info--container {
      float: none;
      width: 90%;
      margin: 30px auto; } }

.patterns--hexagons-blackwhite {
  --sz: 6px;
  --c0: #fafafa;
  --c1: #dfdfdf;
  --c2: #eaeaea;
  --c3: #efefef;
  --ts: 50%/ calc(var(--sz) * 12.8) calc(var(--sz) * 22);
  background: conic-gradient(from 120deg at 50% 86.5%, var(--c1) 0 120deg, #fff0 0 360deg) var(--ts), conic-gradient(from 120deg at 50% 86.5%, var(--c1) 0 120deg, #fff0 0 360deg) var(--ts), conic-gradient(from 120deg at 50% 74%, var(--c0) 0 120deg, #fff0 0 360deg) var(--ts), conic-gradient(from 60deg at 60% 50%, var(--c1) 0 60deg, var(--c2) 0 120deg, #fff0 0 360deg) var(--ts), conic-gradient(from 180deg at 40% 50%, var(--c3) 0 60deg, var(--c1) 0 120deg, #fff0 0 360deg) var(--ts), conic-gradient(from 0deg at 90% 35%, var(--c0) 0 90deg, #fff0 0 360deg) var(--ts), conic-gradient(from -90deg at 10% 35%, var(--c0) 0 90deg, #fff0 0 360deg) var(--ts), conic-gradient(from 0deg at 90% 35%, var(--c0) 0 90deg, #fff0 0 360deg) var(--ts), conic-gradient(from -90deg at 10% 35%, var(--c0) 0 90deg, #fff0 0 360deg) var(--ts), conic-gradient(from -60deg at 50% 13.5%, var(--c1) 0 120deg, #fff0 0 360deg) var(--ts), conic-gradient(from -60deg at 50% 13.5%, var(--c1) 0 120deg, #fff0 0 360deg) var(--ts), conic-gradient(from -60deg at 50% 41%, var(--c2) 0 60deg, var(--c3) 0 120deg, #fff0 0 360deg) var(--ts), var(--c0); }

.ui-datepicker .ui-state-active, .ui-datepicker .ui-widget-content .ui-state-active, .ui-datepicker .ui-widget-header .ui-state-active {
  color: #da483a; }
.ui-datepicker .ui-state-default, .ui-datepicker .ui-widget-content .ui-state-default, .ui-datepicker .ui-widget-header .ui-state-default {
  color: #2b2c42; }
.ui-datepicker .ui-state-hover, .ui-datepicker .ui-widget-content .ui-state-hover, .ui-datepicker .ui-widget-header .ui-state-hover, .ui-datepicker .ui-state-focus, .ui-datepicker .ui-widget-content .ui-state-focus, .ui-datepicker .ui-widget-header .ui-state-focus {
  color: #fff; }
