@charset "UTF-8";
#footer .footer-social-network,
#nav ul,
.add-nav ul,
.entry-content .col-text + .col-text ul,
.footer-contact,
.footer-panel .footer-nav,
.gallery .gmask > ul,
.gallery .pagination ul,
.gform_wrapper .gform_fields,
.language,
.options-list,
.single-offers ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
.gform_wrapper .gform_fields:after,
.gform_wrapper .gform_fields li:after {
  content: '';
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.h,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'minerva', forum, Times New Roman, Times, Baskerville, Georgia,
    serif;
  font-weight: 400;
  margin: 0 0 0.5em;
  color: #dbcd9a;
}

.h1,
h1 {
  line-height: 55px;
  margin: 0 0 30px;
  color: #013863;
}

.h1,
.h2,
h1,
h2 {
  text-transform: uppercase;
}

.h2,
h2 {
  line-height: 36px;
  margin: 0 0 57px;
}

.h4,
h4 {
  font-family: 'minerva', sofia-pro-regular, Arial, Helvetica Neue, Helvetica,
    sans-serif;
  margin: 0 0 30px;
}

p {
  margin: 0 0 1em;
}

a {
  color: #dbcd9a;
  transition: color 0.4s, background 0.4s;
}

a:focus,
a:hover {
  text-decoration: none;
}

@font-face {
  font-family: sofia-pro-regular;
  src: url(../fonts/original-sofia-pro-regular-webfont.eot);
  src: url(../fonts/original-sofia-pro-regular-webfont.eot?#iefix)
      format('embedded-opentype'),
    url(../fonts/original-sofia-pro-regular-webfont.ttf) format('ttf'),
    url(../fonts/original-sofia-pro-regular-webfont.woff) format('woff'),
    url(../fonts/original-sofia-pro-regular-webfont.svg#original-sofia-pro-regular-webfont)
      format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: forum;
  src: url(../fonts/original-forum.eot);
  src: url(../fonts/original-forum.eot?#iefix) format('embedded-opentype'),
    url(../fonts/original-forum.ttf) format('ttf'),
    url(../fonts/original-forum.woff) format('woff'),
    url(../fonts/original-forum.svg#original-forum) format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon.eot?xvz7gd);
  src: url(../fonts/icomoon.eot?xvz7gd#iefix) format('embedded-opentype'),
    url(../fonts/icomoon.ttf?xvz7gd) format('truetype'),
    url(../fonts/icomoon.woff?xvz7gd) format('woff'),
    url(../fonts/icomoon.svg?xvz7gd#icomoon) format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: minerva;
  src: url(../fonts/minerva_modern_rg.ttf);
  src: url(../fonts/minerva_modern_rg.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}

[class*=' icon-'],
[class^='icon-'] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-download:before {
  content: '\e901';
}

.icon-facebook:before {
  content: '\e902';
}

.icon-twitter:before {
  content: '\e903';
}

.icon-m:before {
  content: '\e907';
}

.icon-cross:before {
  content: '\e904';
}

.icon-close:before {
  content: '\e905';
}

.icon-google-plus2:before {
  content: '\ea8b';
}

.icon-youtube2:before {
  content: '\ea9d';
}

.icon-instagram2:before {
  content: '\e906';
}

.icon-google-plus:before {
  content: '\e900';
}

body {
  font-family: 'minerva';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.address-link,
.tel {
  text-decoration: none !important;
}

.tel {
  cursor: default;
}

.logged-in .header-fixed {
  top: 32px;
}

.background-cover {
  background-position: 50% 50%;
  background-size: cover;
}

#main {
  padding: 0 15px;
}

body > img {
  display: none !important;
}

.block {
  display: block;
}

input[type='email'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
textarea {
  border: 1px solid #bababa;
  padding: 0.4em 0.7em;
}

input[type='email']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
textarea:focus {
  border-color: #1c1e2a;
}

input[type='email']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='text']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bababa;
}

input[type='email']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='text']::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #bababa;
}

input[type='email']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='text']:-moz-placeholder,
textarea:-moz-placeholder {
  color: #bababa;
}

input[type='email']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='text']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bababa;
}

input[type='email'].placeholder,
input[type='password'].placeholder,
input[type='search'].placeholder,
input[type='tel'].placeholder,
input[type='text'].placeholder,
textarea.placeholder {
  color: #bababa;
}

.map-holder {
  position: relative;
  width: 100%;
}

.map-holder p {
  margin-bottom: 0 !important;
}

.map-holder iframe {
  width: 100%;
  vertical-align: top;
}

.map-holder .google-maps-overlay {
  position: absolute;
  visibility: visible;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.map-holder .google-maps-overlay.active {
  visibility: hidden;
}

.btn {
  font: 18px/20px forum, Times New Roman, Times, Baskerville, Georgia, serif;
  text-transform: uppercase;
  text-align: center;
  min-width: 181px;
  padding: 20px 25px;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  border: none;
}

.btn,
.btn:focus {
  color: #b39664;
}

.btn:hover {
  color: #fff;
}

.btn:hover:before {
  left: -45%;
}

.btn:before {
  transition: left 0.42s cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  box-sizing: border-box;
  width: 150%;
  height: 110%;
  background: #b39664;
  -ms-transform: skew(45deg, 0deg);
  transform: skew(45deg, 0deg);
  -ms-transform-origin: top right;
  transform-origin: top right;
  left: -190%;
  top: -5%;
  left: -200%;
  /* z-index: -1; */
}

.btn:after,
.btn:before {
  content: '';
  position: absolute;
}

.btn:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #b39664;
}

.btn span {
  position: relative;
  z-index: 2;
}

.btn.bg-white {
  color: #fff;
}

.btn.bg-white:before {
  background: #fff;
}

.btn.bg-white:after {
  border-color: #fff;
}

.btn.bg-white:focus {
  color: #fff;
}

.btn.bg-white:hover {
  color: #333 !important;
}

.btn.bg-blue {
  color: #fff;
  background: #013863;
}

.btn.bg-blue:before {
  background: #fff;
}

.btn.bg-blue:after {
  border-color: #013863;
}

.btn.bg-blue:focus {
  color: #fff;
}

.btn.bg-blue:hover {
  color: #013863;
}

.booking-widget {
  float: left;
  position: relative;
}

.booking-widget.active .btn-widget {
  background: #fff;
  color: #dbcd9a;
}

.booking-widget.active .btn-widget .close-text {
  display: inline-block;
}

.booking-widget.active .btn-widget .open-text {
  display: none;
}

.booking-widget .btn-widget {
  display: none;
  min-width: 180px;
  position: relative;
  overflow: hidden;
  border: 1px solid #dbcd9a;
  background: #dbcd9a;
  text-align: center;
  border-radius: 2px;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  padding: 11px 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.booking-widget .btn-widget span {
  position: relative;
  z-index: 2;
}

.booking-widget .btn-widget .close-text {
  display: none;
}

.booking-widget .row-form {
  float: left;
  width: 141px;
  padding: 0 7px;
}

.booking-widget .row-form.form-btn1 {
  min-width: 183px;
  position: relative;
  overflow: hidden;
  border: 1px solid #dbcd9a;
  background: #dbcd9a;
  text-align: center;
  border-radius: 2px;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  color: #fff;
  padding: 11px 5px;
  margin: 0 7px;
  cursor: pointer;
  font-size: 16px;
}

.booking-widget .row-form.form-btn1:hover {
  color: #dbcd9a;
}

.booking-widget .row-form.form-btn1:hover:before {
  left: -45%;
}

.booking-widget .row-form.form-btn1:before {
  content: '';
  transition: left 0.42s cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  box-sizing: border-box;
  position: absolute;
  width: 150%;
  height: 110%;
  background: #fff;
  -ms-transform: skew(45deg, 0deg);
  transform: skew(45deg, 0deg);
  -ms-transform-origin: top right;
  transform-origin: top right;
  left: -190%;
  top: -5%;
  left: -200%;
}

.booking-widget .row-form.form-btn1 span {
  position: relative;
  z-index: 2;
}

.booking-widget .row-form.form-btn1 input[type='submit'] {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: none;
}

.booking-widget input[type='number'],
.booking-widget input[type='text'] {
  display: block;
  height: 36px;
  border-radius: 2px;
  padding: 0 16px;
  margin: 0;
  box-shadow: none;
  font-size: 13px;
  line-height: 36px;
  background: #fff;
  border: none;
  color: #1c1e2a;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.booking-widget input[type='number'].datepicker,
.booking-widget input[type='text'].datepicker {
  background-image: url(../images/ico-calendar.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding-right: 35px;
}

.booking-widget input[type='number']::-webkit-input-placeholder,
.booking-widget input[type='text']::-webkit-input-placeholder {
  color: #1c1e2a;
}

.booking-widget input[type='number']::-moz-placeholder,
.booking-widget input[type='text']::-moz-placeholder {
  opacity: 1;
  color: #1c1e2a;
}

.booking-widget input[type='number']:-moz-placeholder,
.booking-widget input[type='text']:-moz-placeholder {
  color: #1c1e2a;
}

.booking-widget input[type='number']:-ms-input-placeholder,
.booking-widget input[type='text']:-ms-input-placeholder {
  color: #1c1e2a;
}

.booking-widget input[type='number'].placeholder,
.booking-widget input[type='text'].placeholder {
  color: #1c1e2a;
}

.booking-widget .select-custom {
  height: 36px;
  border: #fff;
  border-radius: 2px !important;
  font-size: 13px;
}

.booking-widget .select-custom:focus,
.booking-widget .select-custom:hover {
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border: #fff;
}

.is-mobile .newsletter-box form .newsletter-btn:before {
  display: none;
}

.picker {
  position: static;
}

.picker__holder {
  z-index: 9999;
}

.gallery {
  position: relative;
  overflow: hidden;
}

.gallery .gmask > ul > li {
  -ms-transform: scale(1);
  transform: scale(1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.gallery .gmask > ul > li.active {
  position: relative;
  z-index: 1;
}

.gallery .gmask > ul > li.prev-slide {
  transition: opacity 2s ease, transform 2s ease, visibility 2s ease;
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  z-index: 2;
  visibility: hidden;
  pointer-events: none;
}

.gallery.scale-off .gmask > ul li.prev-slide {
  -ms-transform: scale(1);
  transform: scale(1);
}

.gallery .pagination {
  position: absolute;
  z-index: 3;
  bottom: 81px;
  left: 0;
  right: 0;
  text-align: center;
  height: 10px;
  font-size: 0;
  line-height: 0;
  margin: 0;
}

.gallery .pagination ul {
  text-align: center;
}

.gallery .pagination ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 6px;
}

.gallery .pagination ul li.active a,
.gallery .pagination ul li:hover a {
  background: rgb(255, 255, 255);
}

.gallery .pagination ul a {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.gallery.alt-position-pagin .pagination {
  bottom: 20px;
}

.gallery.has-add-nav .pagination {
  bottom: 103px;
}

.promo-box {
  height: 678px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  position: relative;
  padding: 20px 15px 2px;
}

.promo-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.promo-box .promo-holder {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.promo-box h1 {
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  margin: 0;
}

.match-height-holder {
  color: #dbcd9a;
}

.match-height-holder a {
  text-decoration: underline;
}

.match-height-holder a:hover {
  text-decoration: none;
}

.match-height-holder .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 10px 0;
  background-color: #013863;
}

.match-height-holder .row:nth-child(2n) {
  -ms-flex-direction: row;
  flex-direction: row;
}

.match-height-holder .row:first-of-type {
  padding-top: 20px;
}

.match-height-holder .row:last-of-type {
  padding-bottom: 20px;
}

/*.match-height-holder .row:nth-child(2n) .simple-text {
    background: #284180
}*/

.match-height-holder .match-height-col {
  min-height: 635px;
}

.match-height-holder .simple-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  background-color: #ffff;
}

.match-height-holder .simple-text > div {
  border: 1px solid #013863;
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 25px;
  right: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.match-height-holder .simple-text p {
  margin: 0 auto 52px;
  color: #56565a;
}

.match-height-holder .simple-text h2 {
  font-size: 48px;
  line-height: 55px;
  padding-bottom: 35px;
  margin: 0;
  position: relative;
  color: #013863;
}

.match-height-holder .simple-text h2:before {
  content: '';
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translate(-50%);
  width: 60px;
  height: 48px;
  background-image: url('../images/f_logo.svg');
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  .match-height-holder .simple-text h2 {
    margin: 0;
    padding-bottom: 25px;
  }
  .match-height-holder .simple-text > div {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
  .match-height-holder .simple-text h2:before {
    top: -60px;
    width: 45px;
    height: 38px;
  }
}

@media (max-width: 768px) {
  .match-height-holder .simple-text h2:before {
    top: -50px;
    width: 45px;
    height: 38px;
  }
}

.match-height-holder .simple-text h2 a {
  color: #013863;
  text-decoration: none !important;
}

.match-height-holder .simple-text .match-height-col:first-child {
  float: left;
}

.match-height-holder .simple-text .text-holder {
  text-align: center;
  max-width: 500px;
  padding: 20px 5px 0;
}

.match-height-holder .simple-text .text-holder p {
  margin: 0 auto 20px;
}

.match-height-holder .simple-text .link {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

.match-height-holder .simple-text .link a {
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
}

.match-height-holder .simple-text .link a:before {
  transition: width 0.42s cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  content: '';
  height: 1px;
  background: #fff;
}

.match-height-holder .simple-text .link a:hover:before {
  width: 100%;
}

.match-height-holder .simple-text .link a:before {
  bottom: 1px;
}

.match-height-holder.rooms .simple-text {
  background: #ffff;
}

.match-height-holder.rooms .simple-text h2 {
  padding: 0;
  margin: 0 0 45px;
}

.match-height-holder.rooms .simple-text h2:before {
  /*display: none*/
}

.match-height-holder.rooms .simple-text p {
  margin: 0 auto 30px;
  color: #b39664;
}

.match-height-holder.inner .simple-text h2 a {
  color: #013863;
  text-decoration: none;
}

.match-height-holder.inner .simple-text a {
  text-decoration: underline;
}

.match-height-holder.inner .simple-text a:hover {
  text-decoration: none;
}
.page-template-offers main {
  background-color: #013863;
}

.bg-blue {
  background-color: #013863;
}

.bg-blue .match-height-holder.offers {
  padding-top: 0px;
}

.match-height-holder.offers {
  padding-top: 57px;
}

.match-height-holder.offers h2 {
  margin: 30px 0 10px;
}

.match-height-holder.offers .row {
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.match-height-holder.offers .match-height-col {
  min-height: 0;
  background-color: transparent;
  -ms-flex-align: initial;
  align-items: initial;
  -ms-flex-line-pack: initial;
  align-content: initial;
  padding: 15px;
  min-width: 33.333%;
  max-width: 33.333%;
  flex: 1;
}

.match-height-holder.offers .simple-text h2:before {
  display: none;
}

.match-height-holder.offers .simple-text > div {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  display: block;
  border: none;
  background-color: #fff;
  padding: 16px 32px 32px;
}

.match-height-holder.offers .simple-text > div::before {
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  bottom: 10px;
  border: 1px solid #013863;
  content: '';
}

.match-height-holder.offers .simple-text .text-holder {
  position: relative;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.match-height-holder.offers .simple-text h2 {
  padding: 0;
  margin: 0 0 16px;
  font-size: 32px;
}

.match-height-holder.offers .simple-text h2:before {
  /*display: none*/
}

.match-height-holder.offers .link {
  margin: 15px 0 0;
  font-size: 14px;
}

.match-height-holder.offers .link a {
  color: #013863;
}

.match-height-holder.offers .link a:before {
  background: #ffff;
}

.match-height-holder.offers .link a:hover {
  color: #013863;
}

.match-height-holder.offers p {
  margin: 0 0 27px;
}

@media (max-width: 991px) {
  .match-height-holder.offers .row {
    display: flex;
  }

  .match-height-holder.offers .match-height-col {
    min-width: 50%;
  }
}

@media (max-width: 767px) {
  .match-height-holder.offers .row {
    display: block;
  }

  .match-height-holder.offers .match-height-col {
    width: 100%;
    max-width: 450px;
    margin: auto;
  }
}

@media (max-width: 1100px) {
  .match-height-holder .simple-text h2 {
    font-size: 32px;
  }
  .match-height-holder .simple-text .text-holder p {
    font-size: 15px;
  }
}

.gallery-info-box {
  height: 535px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 20px 15px 34px;
}

.gallery-info-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.gallery-info-box .holder {
  position: relative;
  z-index: 2;
  max-width: 700px;
  color: #fff;
}

.gallery-info-box h2 {
  color: #fff;
  font-size: 48px;
  line-height: 0.8;
  margin: 0 0 32px;
}

.gallery-info-box p {
  max-width: 360px;
  margin: 0 auto 53px;
}

.gallery-info-box .btn.bg-white {
  border: none;
}

.gallery-info-box .btn.bg-white:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #fff;
}

.newsletter-box {
  margin: 0 0 48px;
  text-align: center;
}

.newsletter-box h2 {
  color: #fff;
  font-size: 36px;
  line-height: 0.9;
  margin: 0 0 39px;
}

.newsletter-box p {
  margin: 0 0 30px;
}

.newsletter-box form {
  max-width: 460px;
  position: relative;
  margin: 0 auto;
}

.newsletter-box form .mc4wp-form-fields {
  border: 1px solid #fff;
  position: relative;
}

.newsletter-box form input[type='email'] {
  height: 58px;
  margin: 0;
  padding: 0 10px 0 26px;
  font-size: 16px;
  line-height: 58px;
  border: none;
  color: #fff;
  background: none;
  display: block;
  outline: none;
  width: calc(100% - 116px);
  box-shadow: none !important;
}

.newsletter-box form input[type='email']::-webkit-input-placeholder {
  color: #96a2c1;
}

.newsletter-box form input[type='email']::-moz-placeholder {
  opacity: 1;
  color: #96a2c1;
}

.newsletter-box form input[type='email']:-moz-placeholder {
  color: #96a2c1;
}

.newsletter-box form input[type='email']:-ms-input-placeholder {
  color: #96a2c1;
}

.newsletter-box form input[type='email'].placeholder {
  color: #96a2c1;
}

.newsletter-box form .newsletter-btn {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  width: 116px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #fff;
}

.newsletter-box form .newsletter-btn span {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 58px;
}

.newsletter-box form .newsletter-btn:hover {
  color: #dbcd9a;
}

.newsletter-box form .newsletter-btn:hover:before {
  left: -54%;
}

.newsletter-box form .newsletter-btn:before {
  content: '';
  transition: left 0.42s cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  box-sizing: border-box;
  position: absolute;
  width: 160%;
  height: 110%;
  background: #fff;
  -ms-transform: skew(45deg, 0deg);
  transform: skew(45deg, 0deg);
  -ms-transform-origin: top right;
  transform-origin: top right;
  left: -215%;
  top: -5%;
}

.newsletter-box form .newsletter-btn input[type='submit'] {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: none;
}

.newsletter-box .mc4wp-error,
.newsletter-box .mc4wp-success {
  font-size: 14px;
  line-height: 1.3em;
  color: green;
}

.newsletter-box .mc4wp-error p,
.newsletter-box .mc4wp-success p {
  margin: 5px 0 0;
}

.newsletter-box .mc4wp-error {
  color: red;
}

.add-nav {
  margin: -64px -15px 0;
  position: relative;
  z-index: 4;
  font: 16px/65px forum, Times New Roman, Times, Baskerville, Georgia, serif;
  text-transform: uppercase;
  background: hsla(47, 47%, 73%, 0.8);
  text-align: center;
}

.add-nav ul {
  /* max-width: 800px; */
  /* justify-content: space-around; */
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-flow: wrap;
}

.add-nav ul li {
  -ms-flex: 1 auto;
  flex: 1 auto;
}

.add-nav ul li a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  position: relative;
}

.add-nav ul li a:before {
  transition: width 0.42s cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 0;
  content: '';
  height: 1px;
  background: #fff;
}

.add-nav ul li a:hover:before {
  width: 100%;
}

.add-nav ul a {
  display: block;
  text-align: center;
  color: #fff;
}

.entry-content {
  padding-top: 61px;
  padding-bottom: 108px;
  color: #56565a;
  min-height: 600px;
  position: relative;
  width: 100%;
}
.single-rooms .entry-content {
  min-height: 0px;
}

.entry-content h1 {
  color: #b39664;
  margin-top: 20px;
}

.entry-content .row {
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 25px;
  right: 25px;
  display: flex;
  justify-content: center;
  border: 1px solid #013863;
  align-items: center;
}

@media (max-width: 992px) {
  .entry-content .row {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
}

.entry-content .col-text {
  float: left;
  width: 66%;
  padding-right: 10%;
}

.entry-content .col-text .btn-holder {
  padding: 19px 0 0;
}

.entry-content .col-text + .col-text {
  float: none;
  width: auto;
  padding: 0;
  overflow: hidden;
}

.entry-content .col-text + .col-text ul li {
  position: relative;
  padding: 0 0 0 19px;
}

.entry-content .col-text + .col-text ul li:before {
  content: '•';
  color: #013863;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 11px;
  line-height: 14px;
}

.entry-content h2 {
  margin: 0 0 37px;
}

.entry-content p {
  max-width: 650px;
  margin: auto;
  margin-bottom: 28px;
}

.entry-content .content-holder {
  margin: 0 auto;
  overflow: hidden;
  max-width: 620px;
}

.entry-content .content-holder p:last-child {
  margin: 0;
}

.entry-content .content-frame {
  /*    max-width: 650px;*/
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 24px;
  margin: 0 auto;
}

.entry-content .content-frame h2 {
  /*    margin-left: -150px;
    margin-right: -150px;*/
  color: #b39664;
}

.entry-content .address-link,
.entry-content .tel {
  color: #bababa;
}

.entry-content .tel {
  cursor: default;
}

.options-list {
  overflow: hidden;
  margin: 0 0 27px;
  color: #013863;
}

.single-rooms h4 {
  color: #013863;
  font-size: 18px;
}

.options-list li {
  display: inline-block;
  margin: 0 37px 5px 0;
}

.opener {
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  overflow: hidden;
  margin-top: -13px;
  position: absolute;
  top: 30px;
  right: 15px;
  display: none;
}

.opener:after,
.opener:before,
.opener span {
  background: #fff;
  border-radius: 4px;
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  height: 3px;
  margin-top: -4px;
  transition: all 0.2s linear;
}

.opener:after,
.opener:before {
  content: '';
  top: 10px;
}

.opener:after {
  top: 22px;
}

.open-menu {
  cursor: pointer;
}

.error404 .promo-box {
  color: #fff;
}

.error404 .promo-box p {
  margin: 15px 0 0;
}

.gform_wrapper {
  margin: 0 auto;
  max-width: 620px;
  padding: 15px 0 0;
  text-align: center;
}

.gform_wrapper .gform_fields {
  padding: 0 0 6px;
}

.gform_wrapper .gform_fields li {
  margin: 0 0 23px;
}

.gform_wrapper label {
  display: none;
}

.gform_wrapper input[type='email'],
.gform_wrapper input[type='password'],
.gform_wrapper input[type='search'],
.gform_wrapper input[type='tel'],
.gform_wrapper input[type='text'],
.gform_wrapper textarea {
  display: block;
  width: 100%;
  border: 1px solid #e2e2e2;
  color: #1c1e2a;
  margin: 0;
  font-size: 16px;
  line-height: 60px;
  height: 60px;
  padding: 0 17px;
}

.gform_wrapper input[type='email']::-webkit-input-placeholder,
.gform_wrapper input[type='password']::-webkit-input-placeholder,
.gform_wrapper input[type='search']::-webkit-input-placeholder,
.gform_wrapper input[type='tel']::-webkit-input-placeholder,
.gform_wrapper input[type='text']::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder {
  color: #bababa;
}

.gform_wrapper input[type='email']::-moz-placeholder,
.gform_wrapper input[type='password']::-moz-placeholder,
.gform_wrapper input[type='search']::-moz-placeholder,
.gform_wrapper input[type='tel']::-moz-placeholder,
.gform_wrapper input[type='text']::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder {
  opacity: 1;
  color: #bababa;
}

.gform_wrapper input[type='email']:-moz-placeholder,
.gform_wrapper input[type='password']:-moz-placeholder,
.gform_wrapper input[type='search']:-moz-placeholder,
.gform_wrapper input[type='tel']:-moz-placeholder,
.gform_wrapper input[type='text']:-moz-placeholder,
.gform_wrapper textarea:-moz-placeholder {
  color: #bababa;
}

.gform_wrapper input[type='email']:-ms-input-placeholder,
.gform_wrapper input[type='password']:-ms-input-placeholder,
.gform_wrapper input[type='search']:-ms-input-placeholder,
.gform_wrapper input[type='tel']:-ms-input-placeholder,
.gform_wrapper input[type='text']:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder {
  color: #bababa;
}

.gform_wrapper input[type='email'].placeholder,
.gform_wrapper input[type='password'].placeholder,
.gform_wrapper input[type='search'].placeholder,
.gform_wrapper input[type='tel'].placeholder,
.gform_wrapper input[type='text'].placeholder,
.gform_wrapper textarea.placeholder {
  color: #bababa;
}

.gform_wrapper textarea {
  min-height: 180px;
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: 1.4;
  resize: none;
}

.gform_wrapper .gform_footer {
  min-width: 180px;
  display: inline-block;
  background: #013863;
  font: 18px/20px forum, Times New Roman, Times, Baskerville, Georgia, serif;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 5px;
  color: #fff;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  border: none;
  height: 60px;
}

.gform_wrapper .gform_footer:focus {
  color: #fff;
}

.gform_wrapper .gform_footer:hover {
  color: #dbcd9a;
}

.gform_wrapper .gform_footer:hover:before {
  left: -45%;
}

.gform_wrapper .gform_footer:before {
  content: '';
  transition: left 0.42s cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  box-sizing: border-box;
  position: absolute;
  width: 150%;
  height: 110%;
  background: #fff;
  -ms-transform: skew(45deg, 0deg);
  transform: skew(45deg, 0deg);
  -ms-transform-origin: top right;
  transform-origin: top right;
  left: -190%;
  top: -5%;
  left: -200%;
}

.gform_wrapper .gform_footer:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #013863;
}

.gform_wrapper .gform_footer input[type='submit'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  text-align: center;
  z-index: 4;
  text-transform: uppercase;
}

.gform_wrapper .validation_message {
  padding: 4px 0 0;
  font-size: 14px;
  color: red;
}

.gform_wrapper .validation_error {
  padding: 0 0 4px;
  font-size: 14px;
  color: red;
}

.gform_confirmation_message {
  text-align: center;
  color: green;
}

.page-template-page-location .entry-content .row,
.page-template-page-tpl-contact .entry-content .row,
.page-id-645 .entry-content .row {
  display: block;
  position: static;
  border: none;
}

#cookie-notice {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

#cookie-notice .button.bootstrap {
  background: #dbcd9a;
  text-transform: uppercase;
}

#cookie-notice .button.bootstrap:hover {
  background: #58523e;
}

#header {
  padding: 25px 30px 0 69px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  transition: padding 0.4s, background 0.4s;
}

#header .logo {
  display: block;
  width: 190px;
  margin: 0 58px 0 0;
}

#header .logo img {
  display: block;
  width: 100%;
  height: auto;
}

.language-holder {
  position: relative;
  margin: 0 0 3px 76px;
}

.language-holder.open-lang .current-lang:before {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.language-holder.open-lang .current-lang:after {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.language-holder .current-lang {
  transition: opacity 0.3s ease-in-out;
  text-align: center;
  font: 16px/18px forum, Times New Roman, Times, Baskerville, Georgia, serif;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  border: 1px solid #fff;
  display: inline-block;
  padding: 5px 30px 5px 10px;
  position: relative;
}

.language-holder .current-lang:hover {
  opacity: 0.7;
}

.language-holder .current-lang:after,
.language-holder .current-lang:before {
  transition: transform 0.3s ease-in-out;
  content: '';
  position: absolute;
  top: 12px;
  right: 16px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  width: 8px;
  height: 2px;
}

.language-holder .current-lang:after {
  right: 11px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.language {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  font: 16px/33px forum, Times New Roman, Times, Baskerville, Georgia, serif;
  text-transform: uppercase;
  background: rgba(1, 56, 99, 0.71);
}

.open-lang .language {
  display: block;
}

.language li:first-child {
  margin: 0;
}

.language a {
  display: block;
  width: 100%;
  height: 34px;
  text-decoration: none !important;
  color: #fff;
  padding: 0 10px;
}

.language a:hover,
.language li.active a {
  background: #013863;
}

.is-mobile .header-fixed {
  position: absolute;
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.panel {
  padding: 12px 15px 13px;
  background: rgba(1, 56, 99, 0.71);
  text-align: center;
  border-radius: 0;
  margin: 0;
  border: none;
  font-weight: bold;
}

.panel .p-holder {
  display: inline-block;
  vertical-align: top;
}

.panel-slogan {
  float: left;
  width: 194px;
  padding: 0 7px;
}

.panel-slogan .slogan-holder {
  border-radius: 2px;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background: transparent;
  padding: 12px 5px;
  white-space: nowrap;
}

#nav {
  -ms-flex: 1 auto;
  flex: 1 auto;
  font: 16px/18px forum, Times New Roman, Times, Baskerville, Georgia, serif;
  text-transform: uppercase;
  margin: 0 0 3px;
}

#nav .close {
  display: none;
  position: absolute;
  top: 18px;
  right: 15px;
  font-size: 25px;
  line-height: 25px;
  color: #fff;
  z-index: 2;
  opacity: 1;
  text-decoration: none !important;
}

#nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

#nav li a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  position: relative;
}

#nav li a:before {
  transition: width 0.42s cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  content: '';
  height: 1px;
  background: #fff;
}

#nav li a:hover:before {
  width: 100%;
}

body.is-mobile #nav li a:hover:before {
  width: 0;
}

#nav li.current-menu-item > a:before {
  width: 100% !important;
}

#footer {
  padding: 66px 15px 50px;
  background-color: #013863;
  background-image: url(../images/Faloria_Flower.jpg);
  background-position: 50% 150%;
  background-repeat: repeat-x;
  color: #fff;
}

#footer .footer-holder {
  margin: 0 auto;
  max-width: 1160px;
}

#footer a {
  position: relative;
  color: #fff;
  text-decoration: none;
}

#footer a:before {
  transition: width 0.42s cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: '';
  height: 1px;
  background: #fff;
}

#footer a:hover:before {
  width: 0;
}

#footer a:hover {
  text-decoration: none;
}

#footer .address-link:before,
#footer .tel:before {
  display: none;
}

#footer .footer-social-network {
  text-align: center;
  font-size: 34px;
  line-height: 1;
  margin: 0 0 40px;
}

#footer .partner-logos {
  margin: 0 0 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#footer .footer-social-network .icon-m {
  font-size: 24px;
  line-height: 1;
  position: relative;
  top: -2px;
}

#footer .footer-social-network li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}

#footer .footer-social-network a {
  text-decoration: none;
}

#footer .footer-social-network a:before {
  display: none;
}

#footer .footer-social-network a:hover {
  color: #dbcd9a;
}

#footer .footer-social-network .icon-facebook {
  font-size: 28px;
}

#footer .footer-social-network .icon-google-plus2 {
  font-size: 40px;
  position: relative;
  top: 4px;
}

.footer-contact {
  text-align: center;
  margin: 0 0 40px;
}

.footer-contact li {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
}

.footer-panel {
  overflow: hidden;
  padding: 56px 0 0;
  border-top: 1px solid #fff;
}

.footer-panel .copyright {
  float: left;
  margin: 0;
}

.footer-panel .footer-nav {
  float: right;
}

.footer-panel .footer-nav li {
  float: left;
  margin: 0 0 0 31px;
}

.footer-panel .footer-nav li:first-child {
  margin: 0;
}

@media (min-width: 992px) {
  #nav .menu-item-has-children {
    position: relative;
  }
  #nav .menu-item-has-children:hover > a:before {
    width: 100%;
  }
  #nav .menu-item-has-children .sub-menu {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    left: 0;
    right: auto;
    position: absolute;
    padding: 20px 20px 20px 0;
  }
  #nav .menu-item-has-children .sub-menu li {
    width: 100%;
    min-width: 100px;
    padding-bottom: 10px;
  }
  #nav .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 993px) {
  .header-fixed.fixed #header {
    padding-top: 0px;
    padding-bottom: 5px;
    background: rgba(1, 56, 99, 0.71);
  }
}

@media (max-width: 1299px) {
  #header {
    padding-left: 10px;
    padding-right: 40px;
  }
}

@media (max-width: 1199px) {
  .booking-widget .row-form {
    padding: 0 3px;
  }
  .booking-widget .row-form.form-btn1 {
    min-width: 160px;
    margin: 0 3px;
  }
  #header .logo {
    width: 130px;
    margin: 0;
  }
  .language {
    margin-left: 0;
    font-size: 14px;
  }
  .panel-slogan {
    width: 170px;
    padding: 0 3px;
  }
  #nav {
    font-size: 14px;
  }
}

@media (max-width: 1018px) {
  .content-frame iframe {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .resize-active .booking-widget .booking-widget-frame {
    transition: max-height 0s;
  }
  .booking-widget {
    margin: 0 7px;
  }
  .booking-widget.active .booking-widget-frame {
    max-height: 300px;
  }
  .booking-widget .booking-widget-frame {
    position: absolute;
    top: 100%;
    left: -4px;
    right: -4px;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s;
  }
  .booking-widget .booking-widget-frame form {
    border-radius: 3px;
    background: #013863;
    padding: 4px;
  }
  .booking-widget .btn-widget {
    display: block;
  }
  .booking-widget .row-form {
    float: none;
    width: auto;
    padding: 0 0 3px;
  }
  .booking-widget .row-form.form-btn1 {
    margin: 0;
  }
  .gallery.alt-position-pagin .pagination,
  .gallery .pagination {
    bottom: 20px;
  }
  .promo-box {
    height: 400px;
  }
  .match-height-holder .row {
    display: block;
  }
  .match-height-holder .match-height-col {
    min-height: 400px;
  }
  .gallery-info-box {
    height: 480px;
  }
  .entry-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .entry-content .col-text {
    width: 60%;
    padding-right: 3%;
  }
  .entry-content .content-frame {
    padding-top: 0;
  }
  .entry-content .content-frame h2 {
    margin-left: 0;
    margin-right: 0;
  }
  .options-list li {
    margin: 0 10px 5px 0;
  }
  .opener {
    display: block;
    top: 26px;
  }
  #header {
    padding-top: 5px;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .language-holder {
    margin: 0 0 15px 5px;
  }
  .language-holder .current-lang {
    display: block;
  }
  .header-fixed {
    position: absolute;
  }
  .header-fixed.active #nav {
    margin-right: 0;
  }
  .panel {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .resize-active #nav {
    transition: margin 0s;
  }
  #nav {
    font-size: 16px;
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    background: rgba(1, 56, 99, 0.95);
    z-index: 10;
    display: block;
    padding: 20px 15px;
    transition: margin 0.3s;
    margin-right: -100%;
  }
  #nav .close {
    display: block;
    top: 13px;
  }
  #nav ul {
    display: block;
    text-align: center;
  }
  #nav li {
    padding: 3px 0;
  }
  .footer-contact li {
    margin: 0 6px 10px;
  }
}

@media (max-width: 767px) {
  .h1,
  h1 {
    margin: 0 0 10px;
  }
  .h1,
  .h2,
  h1,
  h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .h2,
  h2 {
    margin: 0 0 6px;
  }
  .h4,
  h4 {
    font-size: 18px;
    line-height: 0.9;
    margin: 0 0 3px;
  }
  body {
    font-size: 14px;
    line-height: 1.3;
  }
  .btn {
    font-size: 13px;
    line-height: 16px;
    padding: 12px 15px;
  }
  .booking-widget {
    float: none;
    margin: 0 0 5px;
  }
  .gallery.has-add-nav .pagination {
    bottom: 20px;
  }
  .promo-box {
    height: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .promo-box h1 {
    font-size: 26px;
    line-height: 0.9;
  }
  .match-height-holder .match-height-col {
    min-height: 365px;
  }
  .match-height-holder .simple-text p {
    margin-bottom: 12px;
  }
  .match-height-holder .simple-text h2 {
    font-size: 26px;
    padding-bottom: 12px;
    margin: 0 0 12px;
  }
  .match-height-holder .simple-text .text-holder p {
    margin-bottom: 12px;
  }
  .match-height-holder.rooms .simple-text h2 {
    margin: 0 0 7px;
  }
  .match-height-holder.rooms .simple-text p {
    margin-bottom: 12px;
  }
  .match-height-holder.offers .simple-text h2 {
    margin: 0 0 8px;
  }
  .match-height-holder.offers .link {
    margin: 10px 0 0;
  }
  .match-height-holder.offers p {
    margin: 0 0 12px;
  }
  .gallery-info-box {
    height: 300px;
  }
  .gallery-info-box h2 {
    font-size: 26px;
    line-height: 0.9;
    margin: 0 0 6px;
  }
  .gallery-info-box p {
    margin-bottom: 12px;
  }
  .newsletter-box {
    margin: 0 0 12px;
  }
  .newsletter-box h2 {
    font-size: 26px;
    margin: 0 0 8px;
  }
  .newsletter-box p {
    margin: 0 0 12px;
  }
  .newsletter-box form input[type='email'] {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 6px 0 12px;
    width: calc(100% - 80px);
  }
  .newsletter-box form .newsletter-btn {
    width: 80px;
  }
  .newsletter-box form .newsletter-btn span {
    font-size: 14px;
    line-height: 30px;
  }
  .newsletter-box .mc4wp-error p,
  .newsletter-box .mc4wp-success p {
    margin: 2px 0 0;
  }
  .add-nav {
    margin-top: 0;
    background: #dbcd9a;
    line-height: 2;
  }
  .add-nav ul {
    display: block;
  }
  .add-nav ul li {
    border-bottom: 1px solid #ffff;
  }
  .entry-content {
    padding: 15px 0;
  }
  .entry-content .col-text {
    width: auto;
    padding-right: 0;
    float: none;
  }
  .entry-content .col-text .btn-holder {
    padding: 6px 0 0;
  }
  .entry-content .col-text + .col-text {
    padding: 15px 0 0;
  }
  .entry-content .col-text + .col-text ul li {
    padding: 0 0 0 9px;
  }
  .entry-content h2 {
    margin: 0 0 7px;
  }
  .entry-content p {
    margin: 0 0 12px;
    font-size: 16px;
  }
  .options-list {
    margin: 0 0 7px;
  }
  .options-list li {
    display: block;
    margin: 0;
  }
  .error404 .promo-box p {
    margin: 5px 0 0;
  }
  .gform_wrapper {
    padding: 0;
  }
  .gform_wrapper .gform_fields li {
    margin: 0 0 6px;
  }
  .gform_wrapper input[type='email'],
  .gform_wrapper input[type='password'],
  .gform_wrapper input[type='search'],
  .gform_wrapper input[type='tel'],
  .gform_wrapper input[type='text'],
  .gform_wrapper textarea {
    padding: 0 8px;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
  }
  .gform_wrapper textarea {
    padding-top: 3px;
    padding-bottom: 3px;
    min-height: 80px;
  }
  .gform_wrapper .gform_footer {
    font-size: 13px;
    line-height: 16px;
    padding: 12px 5px;
    height: 40px;
  }
  .gform_wrapper .validation_error,
  .gform_wrapper .validation_message {
    padding: 0;
    font-size: 12px;
  }
  #header {
    display: block;
    padding-bottom: 5px;
  }
  #header .logo {
    position: absolute;
    top: 5px;
    left: 15px;
  }
  .language {
    margin: 0 auto;
  }
  .language li {
    float: none;
  }
  .header-fixed,
  .is-mobile .header-fixed {
    position: relative;
  }
  .header-fixed,
  .panel {
    background: #013863;
  }
  .panel {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .panel .p-holder {
    display: block;
  }
  .panel-slogan {
    float: none;
    padding: 0;
    width: auto;
  }
  #footer {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }
  #footer .footer-social-network {
    margin: 0 0 5px;
    font-size: 20px;
  }
  #footer .partner-logos {
    margin: 0 0 15px;
    font-size: 20px;
    flex-flow: wrap;
  }
  #footer .footer-social-network .icon-m {
    font-size: 13px;
    top: -1px;
  }
  #footer .footer-social-network .icon-facebook {
    font-size: 16px;
  }
  #footer .footer-social-network .icon-google-plus2 {
    top: 2px;
    font-size: 24px;
  }
  .footer-contact {
    margin: 0 0 12px;
  }
  .footer-contact li {
    margin: 0 0 5px;
    display: block;
  }
  .footer-panel {
    padding: 12px 0 0;
    text-align: center;
  }
  .footer-panel .copyright,
  .footer-panel .footer-nav {
    float: none;
  }
  .footer-panel .footer-nav li {
    display: block;
    float: none;
    margin: 0 0 4px;
  }
  .footer-panel .footer-nav li:first-child {
    margin: 0 0 4px;
  }
}

@media (max-width: 550px) {
  .btn {
    line-height: 5px;
  }
}

@media (max-width: 1000px) {
  .gallery.alt-position-pagin .pagination {
    display: none;
  }
}

/*Edits 05-12-18*/

.single-rooms .entry-content {
  padding-left: 50px;
  padding-bottom: 0;
}

.single-rooms .entry-content p {
  margin: unset;
  font-size: 18px;
}

/* Showcase block added 22/11/2019 */

.showcase {
  padding-bottom: 108px;
}

.showcase > .carousel {
  width: 85%;
  margin: auto;
  padding-top: 61px;
}

.showcase .item {
  height: 30vw;
  min-height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.showcase > .showcase-video {
  width: 90%;
  margin: auto;
}

.showcase .num-indicators {
  margin-top: 1rem;
}

.showcase .num-indicators > div {
  display: inline-block;
  margin: 0 0.5rem;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.showcase .num-indicators > .arrow-left {
  background-image: url('../images/caret-left-solid.svg');
  background-repeat: no-repeat;
  background-position: right center;
}

.showcase .num-indicators > .arrow-right {
  background-image: url('../images/caret-right-solid.svg');
  background-repeat: no-repeat;
  background-position: left center;
}

@media (min-width: 576px) {
  .showcase > .carousel,
  .showcase > .showcase-video {
    width: 50%;
    min-width: 450px;
  }
}

/* Edits 06/01/2021 */

.booking-widget input[type='number'],
.booking-widget input[type='text'] {
  font-size: 16px;
}

.booking-widget .select-custom {
  font-size: 16px;
}


/** MENU MODULE */
.food-menu {
  background: #023863;
  max-width: 100%;
  width: 100%;
  margin: auto;
  padding: 120px 240px; 
}
  @media only screen and (max-width: 1200px) {
    .food-menu {
      padding: 100px 145px; 
    } 
  }
  @media only screen and (max-width: 992px) {
    .food-menu {
      padding: 80px 100px; 
    } 
  }
  @media only screen and (max-width: 768px) {
    .food-menu {
      padding: 40px 20px; 
    } 
  }
  .food-menu > div {
    background: #ffffff;
    font-family: 'minerva';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 160%;
    color: #212121;
    margin: 0 auto; 
    padding: 40px 108px;
    width: 100%;
  }
  @media only screen and (max-width: 1200px) {
    .food-menu > div {
      padding: 40px 60px; 
    } 
  }
  @media only screen and (max-width: 992px) {
    .food-menu > div {
      padding: 40px 50px; 
    } 
  }
  @media only screen and (max-width: 768px) {
    .food-menu > div {
      padding: 25px 25px; 
    } 
  }
  .food-menu > div .heading {
    margin-bottom: 64px; 
    width: 100%;
    display: flex;
    flex-direction: row;
    }
    @media only screen and (max-width: 768px) {
        .food-menu > div .heading {
          margin-bottom: 40px; 
          flex-direction: column;
      } 
    }
    .food-menu > div .heading .title {
      display: flex;
      flex-direction: column;
      width: 70%;
      justify-content: flex-start;
      align-items: stretch;
    }
    @media only screen and (max-width: 768px) {
      .food-menu > div .heading .title {
        width: 100%;
      } 
    }
    .food-menu > div .heading .title .date {
      font-family: 'forum';
      font-style: normal;
      font-weight: normal;
      font-size: 32px;
      line-height: 150%;
      color: #DBCD9A;
      margin: 0 0 8px 0;
    }
    @media only screen and (max-width: 1200px) {
      .food-menu > div .heading .title .date {
        font-size: 28px; 
      } 
    }
    @media only screen and (max-width: 992px) {
      .food-menu > div .heading .title .date {
        font-size: 24px; 
      } 
    }
    .food-menu > div .heading .title .italian-title,
    .food-menu > div .heading .title .english-title {
      font-family: 'minerva';
      font-size: 36px;
      line-height: 125%;
      color: #023863;
    }
    @media only screen and (max-width: 1200px) {
      .food-menu > div .heading .title .italian-title,
      .food-menu > div .heading .title .english-title {
        font-size: 32px; 
      } 
    }
    @media only screen and (max-width: 992px) {
      .food-menu > div .heading .title .italian-title,
      .food-menu > div .heading .title .english-title {
        font-size: 28px; 
      } 
    }
    
    .food-menu > div .heading .title .italian-title {
      font-style: normal;
      font-weight: bold;
      margin: 0 0 8px 0;
    }
    .food-menu > div .heading .title .english-title {
      font-style: italic;
      font-weight: 500;
      margin: 0;
    }
    .food-menu > div .heading .btn-holder {
      display: flex;
      flex-direction: row;
      width: 30%;
      justify-content: flex-end;
      align-items: flex-end;
    }
    @media only screen and (max-width: 768px) {
      .food-menu > div .heading  .btn-holder {
        width: 100%;
        justify-content: flex-start;
        margin-top: 12px;
      } 
    }
    .food-menu > div .heading .btn-holder .menu-btn {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 16px 56px;
      background: #DBCD9A;
      border-radius: 4px;
    }
    @media only screen and (max-width: 1200px) {
      .food-menu > div .heading .btn-holder .menu-btn {
        padding: 16px 35px; 
      } 
    }
    @media only screen and (max-width: 992px) {
      .food-menu > div .heading .btn-holder .menu-btn {
        padding: 16px 25px; 
      } 
    }
    .food-menu > div .heading .btn-holder .menu-btn span {
      font-family: 'forum';
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 100%;
      text-transform: uppercase;
      color: #FFFFFF;
    }
    @media only screen and (max-width: 992px) {
      .food-menu > div .heading .btn-holder .menu-btn span {
        font-size: 16px; 
      } 
    }
    .food-menu > div .menu-section {
      text-align: left;
      margin-bottom: 68px; 
    }
    @media only screen and (max-width: 768px) {
      .food-menu > div .menu-section {
        margin-bottom: 40px; 
      } 
    }
    .food-menu > div .menu-section:last-child {
      margin-bottom: 0; 
    }

    .food-menu > div .menu-section .menu-items {
      font-family: 'minerva';
      font-size: 24px;
      line-height: 160%;
      color: #212121;
      display: flex;
      justify-content: flex-start;
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 16px;
    }
    @media only screen and (max-width: 1200px) {
      .food-menu > div .menu-section .menu-items {
        font-size: 22px; 
      } 
    }
    @media only screen and (max-width: 992px) {
      .food-menu > div .menu-section .menu-items {
        font-size: 18px; 
      } 
    }
    .food-menu > div .menu-section .menu-items .italian-title {
      font-style: normal;
      font-weight: 600;
      margin-bottom: 0;
    }
    .food-menu > div .menu-section .menu-items .english-title {
      font-style: italic;
      font-weight: normal;
      margin-bottom: 0;
    }
    

    .food-menu > div .menu-footer {
      font-family: 'minerva';
      font-style: normal;
      font-weight: bold;
      font-size: 24px;
      line-height: 160%;
      color: #59595D;
    }
    @media only screen and (max-width: 1200px) {
      .food-menu > div .menu-footer {
        font-size: 22px; 
      } 
    }
    @media only screen and (max-width: 992px) {
      .food-menu > div .menu-footer {
        font-size: 18px; 
      } 
    }