/******************************************************************
Theme Name: Fitzroy Island
Author: PixelRush
Author URI: http://www.pixelrush.com.au
Version: 4.2
******************************************************************/
#home-closure {padding:15px 0;}
#rpro-external-widget {max-width:120px;margin:auto;}
/*********************
GENERAL STYLES
*********************/
#reduced-padding {padding:20px 0;margin:0;}
body {
  color: #666;
  background-color: #fff;
  font-weight: 400;
  font-family: "Lato", sans-serif; }

.border {
  border: 1px solid #f5f5f5; }

.transition {
  transition: background 0.2s ease,padding 0.8s linear; }

html, body {
  height: 100%; }

.grid-container {
  max-width: 68.75rem; }

.position-right.is-transition-push {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: #003c6c; }

.is-accordion-submenu-parent > a:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 6px inset;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem; }

.is-accordion-submenu-parent[aria-expanded=true] > a:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1); }

.off-canvas li a:after {
  border-color: #009b7b transparent transparent; }

#primary-nav li {
  margin-right: 0px !important; }

/*********************
LINK STYLES
*********************/
a, a:active, a:focus, a:visited {
  color: #003c6c; }

a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

a:hover {
  color: #003c6c; }

/******************************************************************
H1, H2, H3, H4, H5 P STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 {
  font-weight: 300;
  font-family: "Lato", sans-serif, sans-serif;
  color: #003c6c;
  margin: 2rem 0 1rem;
  text-transform: none;
  line-height: 1.2; }

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a {
  color: #003c6c;
  text-decoration: none; }

h1 {
  font-size: 2.6rem;
  margin-top: 0;
  text-transform: uppercase; }

h2 {
  font-size: 2rem;
  text-transform: uppercase; }

h3 {
  font-size: 1.6rem;
  text-transform: none;
  font-weight: bold; }

h4 {
  font-size: 1.2rem;
  font-weight: 400; }

h5 {
  font-size: 1.1rem; }

/*********************
HEADER STYLES
*********************/
.top-bar-right.text-right {
  padding-top: 25px; }

.top-bar, .top-bar ul {
  background-color: transparent;
  padding: 0; }

.header {
  z-index: 999;
  position: relative; }

#header {
  padding-top: 0;
  padding-bottom: 0; }

#top-bar-widget {
  font-family: "Lato", sans-serif;
  color: #003c6c;
  text-transform: uppercase;
  font-size: 1rem; }
  #top-bar-widget a {
    font-weight: bold; }

.header ul.off-canvas-list li {
  list-style: none; }

.logo {
  text-align: left;
  max-width: 300px;
  margin: 10px 0; }

#off-canvas-widget a {
  color: #ffde55; }

.off-canvas-content {
  background-color: #fff;
  box-shadow: none; }

.is-stuck {
  animation-duration: 0.8s;
  animation-name: fadeIn; }

/*********************
NAVIGATION STYLES
*********************/
#primary-nav {
  position: relative;
  background-color: transparent;
  padding: 0; }
  #primary-nav li {
    margin-right: 10px; }
    #primary-nav li:last-child {
      margin-right: 0; }
  #primary-nav li a {
    color: #666;
    font-family: "Lato", sans-serif;
    padding: 20px 10px;
    display: block;
    border-bottom: 4px solid #fff; }
    #primary-nav li a:hover {
      color: #009b7b;
      border-bottom: 4px solid #009b7b; }
  #primary-nav > ul > li.current-menu-ancestor > a, #primary-nav > ul > li.current-menu-item > a {
    background: transparent;
    border-bottom: 4px solid #009b7b; }
  #primary-nav li ul li a {
    color: #fff;
    line-height: 1.1;
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    #primary-nav li ul li a:hover {
      color: #ffde55;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  #primary-nav li ul li:last-child a {
    border-bottom: 0; }
  #primary-nav .submenu {
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.5);
    background: #009b7b;
    border: 0; }
  #primary-nav .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    border-color: transparent; }

.menu .active > a {
  background-color: #009b7b; }
  .menu .active > a:hover {
    color: #fff; }

.off-canvas-wrapper {
  background-color: #003c6c; }

.off-canvas {
  outline: 0;
  border: 0; }
  .off-canvas li {
    background-color: #003c6c; }
    .off-canvas li a {
      background-color: #003c6c;
      color: #fff;
      border-bottom: 1px solid rgba(0, 0, 0, 0.5);
      padding: 15px; }
      .off-canvas li a:after {
        border-color: #009b7b transparent transparent; }
    .off-canvas li ul {
      border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
    .off-canvas li ul li a {
      border: 0;
      font-size: 0.9em;
      padding: 15px 10px 15px 30px; }
  .off-canvas #close-button {
    font-size: 2em;
    background: transparent;
    top: 0;
    display: none;
    margin: 0;
    padding: 0 10px 0 0;
    line-height: 1;
    color: #ffde55; }
  .off-canvas .widget {
    background-color: #003c6c;
    color: #fff;
    padding: 15px; }
    .off-canvas .widget a {
      color: #fff; }

#mobile-header {
  padding: 10px 0; }
  #mobile-header a {
    color: #003c6c;
    display: block; }

.is-dropdown-submenu.js-dropdown-active {
  display: inline-block !important; }

/*********************
POSTS & CONTENT STYLES
*********************/
#main {
  padding: 50px 0 0;
  margin: 0; }

#content {
  z-index: 9; }

#content p {
  font-size: 1rem; }

.byline {
  color: #999; }

/* entry content */
.entry-content {
  padding-top: 0px;
  overflow: hidden; }

.entry-content dd {
  margin-left: 0;
  font-size: .9em;
  color: #787878;
  margin-bottom: 1.5em; }

.entry-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #f5f5f5;
  border: 1px solid #cecece;
  padding: 10px; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #f5f5f5;
  padding: 5px;
  /* images inside wp-caption */ }

.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%; }

.wp-caption p.wp-caption-text {
  font-size: .85em;
  margin: 4px 0 7px;
  text-align: center; }

.button, button, a.button, .wpcf7 input[type=submit] {
  background-color: #ffde55;
  color: #111;
  font-family: "Lato", sans-serif;
  padding: 10px 20px;
  text-transform: uppercase;
  line-height: 1.2;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.03);
  font-weight: bold; }

.wpcf7 input[type=submit]:hover, .button:hover, button:focus, a.button:hover, .button:focus {
  background-color: #009b7b;
  color: #fff; }

a.button-alt {
  background-color: transparent;
  border: 2px solid #009b7b;
  color: #666; }

a.button-alt:hover {
  border: 2px solid #003c6c;
  background-color: #003c6c; }

a.button-alt-white {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff; }

#breadcrumbs {
  margin: 0 0 30px;
  color: #003c6c; }
  #breadcrumbs a {
    color: #666; }
  #breadcrumbs .separator {
    font-weight: 700;
    color: #999;
    margin-top: 5px;
    display: inline; }

#content .post-container {
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative; }

#main .gfield_checkbox li input {
  margin: 5px 0 0 0;
  padding: 0; }

#main .gfield_checkbox li label {
  font-size: 1.1rem; }

.subpage-list li {
  list-style: none; }

.subpage-list li a:before {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  top: 10px;
  left: 5px;
  color: #003c6c; }

.subpage-list li a {
  display: block;
  margin-bottom: 5px;
  border: 1px solid #eee;
  position: relative;
  padding-left: 25px;
  font-size: 1.2rem;
  padding: 10px 10px 10px 25px; }

#content .pagination {
  text-align: center; }

#content .pagination a {
  display: inline-block;
  float: none; }

#content .pagination li a {
  color: #003c6c;
  line-height: inherit;
  border: 1px solid #ccc; }

#content .pagination li {
  display: inline-block;
  float: none; }

.pagination span {
  display: inline-block;
  float: none;
  margin: 0 10px; }

.pagination span.current {
  background-color: #003c6c;
  margin: 0; }

.pagination a:hover {
  color: black; }

.button-group li:first-child {
  margin-right: 10px; }

.inline-list {
  margin: 1rem auto 1.0625rem auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }

.inline-list > li {
  list-style: none;
  float: none;
  margin-left: 10px;
  display: inline-block; }

.inline-list > li:first-child {
  margin-left: 0 !important; }

.inline-list > li > * {
  display: inline-block; }

#main ul.arrow-list {
  list-style: none; }

ul.arrow-list li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px; }

ul.arrow-list li:before {
  font-family: 'FontAwesome';
  content: "\f054";
  position: absolute;
  top: 0;
  left: 0;
  color: #003c6c; }

ul.bullet-list {
  margin: 0; }
  ul.bullet-list li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #999;
    padding-bottom: 5px; }
  ul.bullet-list li:before {
    font-family: 'FontAwesome';
    content: "\f111";
    position: absolute;
    top: 7px;
    left: 0;
    color: #ffde55;
    font-size: 0.5rem; }

ul.diamond-list {
  margin: 0; }
  ul.diamond-list li {
    list-style: none;
    padding-left: 30px;
    background: url(assets/images/icon-diamond.png) left 10px no-repeat;
    margin-bottom: 10px; }

#main ol {
  list-style: number; }
  #main ol li {
    margin-left: 20px;
    margin-bottom: 0.5rem; }

.gallery-item {
  float: left;
  width: 30%;
  margin-right: 10px; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666; }

input:-moz-placeholder, textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #666; }

input::-moz-placeholder, textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #666; }

:-ms-input-placeholder {
  color: #666; }

.row-expanded.collapse > .column, .row-expanded.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.primary {
  color: #003c6c; }

.secondary {
  color: #ffde55; }

.tertiary {
  color: #fcf7ee; }

#main td, #main th {
  border: 1px solid #ddd; }

.fadein {
  opacity: 0; }

.loaded .fadein {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

input[type=text],
input[type=password] {
  box-sizing: border-box !important; }

/*********************
HOME
*********************/
body.home #main {
  padding: 0; }

body.loaded #booking-bar {
  display: block; }

#booking-bar {
  padding: 20px 0;
  background-color: rgba(0, 52, 104, 0.9);
  z-index: 99;
  display: none; }
  #booking-bar h3 {
    margin: 0;
    color: #fff;
    font-weight: normal;
    font-size: 2rem; }
  #booking-bar .booking-form {
    background: transparent;
    margin: 0;
    padding: 0; }
    #booking-bar .booking-form input.medium.datepicker {
      min-width: 150px; }
    #booking-bar .booking-form .button {
      padding: 20px 20px;
      font-size: 1.5rem; }
    #booking-bar .booking-form select.medium {
      min-width: 90px;
      padding: 5px 20px 5px 5px; }
  #booking-bar .button {
    padding: 18px 20px;
    font-size: 1.4rem;
    margin-left: 20px;
    margin: 0; }

body.home #main #content #featured-panel {
  position: relative;
  z-index: 999; }
  body.home #main #content #featured-panel h1 {
    color: #fff;
    font-size: 2rem;
    text-transform: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
    body.home #main #content #featured-panel h1 span {
      font-weight: 300; }
    @media (min-width: 40.063em) {
      body.home #main #content #featured-panel h1 {
        font-size: 3.5rem; } }
  body.home #main #content #featured-panel .primary {
    padding: 30px;
    background: rgba(0, 0, 0, 0.2); }
    @media (min-width: 40.063em) {
      body.home #main #content #featured-panel .primary {
        background: transparent;
        padding: 265px 0 90px; } }
  body.home #main #content #featured-panel .feature-text h2 {
    letter-spacing: 1px;
    font-size: 3.2rem;
    color: #fff;
    margin: 0 0 10px;
    font-weight: bold;
    text-transform: uppercase; }
  body.home #main #content #featured-panel .feature-text h3 {
    color: #fff;
    margin-top: 0;
    font-size: 1.8rem;
    margin-bottom: 20px; }
  body.home #main #content #featured-panel .feature-text p {
    color: #fff;
    font-size: 1.2rem; }
  body.home #main #content #featured-panel .feature-text a.button-alt {
    padding: 10px 30px;
    color: #fff;
    border-color: #fff;
    margin-top: 20px;
    font-size: 1.1rem; }
  body.home #main #content #featured-panel .feature-text a.button-alt:hover {
    background-color: #003c6c; }

#booking-widget-tabs {
  border: none;
  border-bottom: 3px solid #078e70;
  background-color: rgba(0, 52, 104, 0.9); }
  @media (min-width: 64.063em) {
    #booking-widget-tabs {
      margin-top: 50px; } }
  #booking-widget-tabs li.tabs-title > a:hover {
    background: rgba(0, 52, 104, 0.9); }
  #booking-widget-tabs li.tabs-title.is-active {
    background-color: #078e70; }
  #booking-widget-tabs .tabs-title > a[aria-selected=true] {
    background: transparent; }
  #booking-widget-tabs li.tabs-title a {
    color: white;
    font-size: 1rem; }
  #booking-widget-tabs li {
    max-width: 50%; }

  #booking-widget-tabs-2 {
  border: none;
  border-bottom: 3px solid #078e70;
  background-color: rgba(0, 52, 104, 0.9); }
  @media (min-width: 64.063em) {
    #booking-widget-tabs-2 {
      margin-top: 50px; } }
  #booking-widget-tabs-2 li.tabs-title > a:hover {
    background: rgba(0, 52, 104, 0.9); }
  #booking-widget-tabs-2 li.tabs-title.is-active {
    background-color: #078e70; }
  #booking-widget-tabs-2 .tabs-title > a[aria-selected=true] {
    background: transparent; }
  #booking-widget-tabs-2 li.tabs-title a {
    color: white;
    font-size: 1rem; }
  #booking-widget-tabs-2 li {
    max-width: 50%; }

.booking-widget-tab {
  border: none;
  background-color: rgba(0, 52, 104, 0.9); }
  .booking-widget-tab h2, .booking-widget-tab h3 {
    color: white; }
  .booking-widget-tab .gform_wrapper .booking-form {
    margin-top: 0px !important;
    background: transparent; }

#home-testimonials {
  padding: 20px 0 20px;
  background: #f5f5f5; }
  #home-testimonials .author-info {
    border-right: 2px solid #ccc; }
  #home-testimonials span.author {
    font-style: italic;
    font-weight: bold;
    margin-top: 10px;
    display: block; }
  #home-testimonials .info p {
    max-width: 70%;
    display: block;
    margin: 40px auto;
    font-size: 1.3rem; }
  #home-testimonials i.fa-star {
    color: #ffde55; }
  #home-testimonials .testimonial-text p {
    font-size: 0.8em;
    padding: 10px 0; }
  #home-testimonials .columns {
    margin-bottom: 0; }

#home-accommodation .features {
  background-color: #fff;
  position: relative; }
  #home-accommodation .features h3 {
    margin-top: 50px;
    margin-bottom: 30px; }
  #home-accommodation .features ul {
    margin: 0; }
  #home-accommodation .features li {
    list-style: none;
    padding-left: 30px;
    background: url(assets/images/icon-diamond.png) left 10px no-repeat;
    margin-bottom: 10px; }

#home-more a {
  display: block;
  background-size: cover;
  background-position: center center;
  color: #fff;
  min-height: 280px;
  padding-top: 200px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  #home-more a:hover {
    opacity: 0.8; }
#home-more h3 {
  color: #fff;
  margin: 0;
  font-size: 1.2rem;
  display: block;
  padding: 20px;
  background-color: rgba(0, 52, 104, 0.8);
  border-bottom: 3px solid #009b7b; }

#home-promotions a.promo-img {
  min-height: 350px;
  display: block;
  background-size: cover;
  background-position: center center; }

#home-promotions .section-title, #home-promotions h3 a {
  color: white; }

#home-promotions h3 a {
  font-size: 1.2rem; }

#home-promotions .section-title:before {
  background: none repeat scroll 0 0 white; }

#home-photos {
  padding: 30px 0 0; }
  #home-photos h2 {
    color: white; }
  #home-photos .column {
    min-height: 300px;
    background-size: cover;
    background-position: center center; }
  #home-photos .fa-instagram:before {
    color: #003c6c;
    content: "\f16d"; }

#home-cta {
  background-size: cover;
  color: #fff; }
  #home-cta h2 {
    color: #fff;
    text-transform: none;
    max-width: 600px;
    font-weight: normal;
    font-size: 2.4rem;
    margin: 0 auto 20px;
    line-height: 3rem; }
  #home-cta .button {
    background-color: #ffde55;
    color: #111;
    padding: 20px 100px; }
    #home-cta .button:hover {
      background-color: #009b7b;
      color: #fff; }
  #home-cta p {
    max-width: 800px;
    margin: 0 auto 30px; }

body.home .room .room-details {
  background-color: #fff; }

body.home .layout-panel {
  padding: 80px 0; }

/******************************************************************
Site Specific
******************************************************************/
.reveal-video {
  padding: 0;
  background-color: transparent;
  border: 0; }
  .reveal-video .close-link {
    color: #ffde55;
    text-align: center;
    display: block; }

.reveal-overlay {
  background-color: rgba(0, 0, 0, 0.8); }

.expanded-content {
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 0;
  margin: 0;
  overflow: hidden; }
  .expanded-content.alt-bg {
    background-color: #fcf7ee; }
  .expanded-content .text {
    max-width: 550px;
    padding: 50px 20px 50px;
    float: right; }
    @media (min-width: 64.063em) {
      .expanded-content .text {
        padding: 50px 100px 50px 20px; } }
  .expanded-content .layout-right .text {
    float: left; }
    @media (min-width: 64.063em) {
      .expanded-content .layout-right .text {
        padding: 50px 20px 50px 100px; } }

.section-title {
  position: relative; }
  .section-title:before {
    background: none repeat scroll 0 0 #003c6c;
    top: -1rem;
    content: "";
    display: block;
    height: 3px;
    position: relative;
    width: 80px; }
  .section-title.centered:before {
    position: absolute;
    left: 50%;
    margin-left: -40px; }
  .section-title span {
    font-weight: bold; }

.layout-panel {
  padding: 0;
  margin: 0 0 50px; }
  .layout-panel.alt-bg {
    background-color: #fcf7ee; }
  .layout-panel.no-bottom {
    margin-bottom: 0; }
  .layout-panel .darkbg {
    background-color: #003c6c;
    color: #fff; }
    .layout-panel .darkbg a.button, .layout-panel .darkbg p, .layout-panel .darkbg a, .layout-panel .darkbg h2, .layout-panel .darkbg h3, .layout-panel .darkbg h4, .layout-panel .darkbg h5 {
      color: #fff; }
  .layout-panel .lightbg {
    background-color: #fff; }
  .layout-panel .greybg {
    background-color: #f5f5f5; }
  .layout-panel.things-to-do .columns {
    margin-bottom: 20px; }
  .layout-panel.things-to-do .lightbg {
    padding: 50px; }
  .layout-panel .extrapad {
    padding: 40px 50px; }
  .layout-panel .shortrow {
    max-width: 50rem;
    margin-bottom: 30px; }
    .layout-panel .shortrow h2 {
      margin-top: 10px; }
    .layout-panel .shortrow img {
      max-height: 250px; }
  .layout-panel.grid-panel a {
    display: block;
    background-size: cover;
    background-position: center center;
    color: #fff;
    min-height: 280px;
    padding-top: 235px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-align: center; }
    .layout-panel.grid-panel a:hover {
      opacity: 0.8; }
  .layout-panel.grid-panel p {
    color: #fff; }
  .layout-panel.grid-panel h3 {
    color: #fff;
    margin: 0;
    font-size: 1.2rem;
    display: block;
    padding: 20px;
    background-color: rgba(0, 52, 104, 0.8);
    border-bottom: 3px solid #009b7b; }
  .layout-panel.venues {
    padding: 50px 0;
    margin-bottom: 0; }

#room-wrapper {
  padding: 50px 0; }

.room {
  margin-bottom: 20px; }
  .room .room-image {
    border-bottom: 3px solid #009b7b; }
  .room h4 {
    margin: 0; }
  .room .room-title {
    background-color: #fcf7ee;
    padding: 20px;
    margin-bottom: 2px; }
  .room .room-description {
    background-color: #fcf7ee;
    padding: 20px; }
    .room .room-description p {
      color: #666;
      margin: 0;
      text-align: center; }
  .room .room-details {
    background-color: #fcf7ee;
    color: #666;
    padding: 10px 20px; }
    .room .room-details .room-size {
      color: #003c6c;
      margin-bottom: 10px;
      font-weight: 400; }
    .room .room-details .beds {
      padding-left: 30px;
      background: url(assets/images/icon-beds.png) no-repeat; }
    .room .room-details .sleeps {
      padding-left: 30px;
      background: url(assets/images/icon-sleeps.png) no-repeat; }
  .room a {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    display: block; }
    .room a:hover {
      opacity: 0.6; }

.check-list {
  padding: 0;
  margin: 0; }
  .check-list li {
    background: url(assets/images/icon-check.png) no-repeat;
    list-style: none;
    padding-left: 45px;
    height: 32px;
    margin-bottom: 15px; }

.gform_wrapper {
  margin: 0 !important; }
  .gform_wrapper .booking-form {
    background-color: rgba(0, 52, 104, 0.9);
    padding: 10px 20px 20px;
    text-align: center;
    max-width: 100%;
    border-top: 0;
    border-bottom: 0;
    margin: 0;
    color: #fff; }
    @media (min-width: 40.063em) {
      .gform_wrapper .booking-form {
        margin-top: 100px; } }
    .gform_wrapper .booking-form h3.gform_title {
      margin: 10px 0 10px 0;
      text-align: center;
      font-weight: bold;
      color: #fff;
      font-size: 1.6rem; }
    .gform_wrapper .booking-form .gform_heading {
      margin-bottom: 0; }
    .gform_wrapper .booking-form .gform_description {
      font-weight: 400;
      text-align: center;
      font-size: 0.9rem;
      color: #fff;
      margin: 0; }
    .gform_wrapper .booking-form .gform_footer {
      text-align: center;
      padding-bottom: 20px;
      padding-right:16px;
      width: 100%; }
      .gform_wrapper .booking-form .gform_footer .button {
        margin: 0;
        background-color: #ffde55;
        position: relative;
        font-size: 1.4rem;
        line-height: 1;
        width: 100%;
        color: #111;
        border: 0;
        display: block;
        padding: 20px; }
      .gform_wrapper .booking-form .gform_footer .button:hover {
        background-color: #009b7b;
        color: #fff; }
    .gform_wrapper .booking-form li {
      padding: 0;
      margin: 0;
      text-align: left; }
    .gform_wrapper .booking-form .gfield_label {
      text-align: left;
      color: #fff; }
    .gform_wrapper .booking-form .gfield_required {
      display: none; }
    .gform_wrapper .booking-form input.medium, .gform_wrapper .booking-form select {
      font-size: 1.1rem !important;
      background-color: transparent !important;
      color: #fff;
      font-weight: 300;
      border: 0;
      width: 100% !important;
      padding: 0;
      margin: 0; }
    .gform_wrapper .booking-form select option {
      color: #666; }
    .gform_wrapper .booking-form .ginput_container {
      border: 1px solid #fff;
      position: relative;
      overflow: hidden; }
    .gform_wrapper .booking-form li.gfield_html {
      max-width: 100%; }
    .gform_wrapper .booking-form ::-webkit-input-placeholder {
      color: #fff; }
    .gform_wrapper .booking-form ::-moz-placeholder {
      color: #fff; }
    .gform_wrapper .booking-form :-ms-input-placeholder {
      color: #fff; }
    .gform_wrapper .booking-form :-moz-placeholder {
      color: #fff; }
    .gform_wrapper .booking-form img.ui-datepicker-trigger {
      position: absolute;
      top: 10px;
      right: 10px; }

#single-room {
  margin-bottom: 50px; }
  #single-room h2 {
    margin-bottom: 80px; }
  #single-room h3 {
    text-transform: none; }
  #single-room #gallery .thumbs {
    margin: 20px 0;
    cursor: pointer; }
    #single-room #gallery .thumbs img {
      max-height: 100px; }
  #single-room .room-facility {
    margin-bottom: 50px; }
    #single-room .room-facility .facility {
      padding: 20px 5px 70px;
      margin-bottom: 5px;
      border-radius: 4px;
      background-color: #fcf7ee;
      text-align: center;
      font-size: 0.85rem;
      background-repeat: no-repeat;
      background-position: center bottom 20px; }
      #single-room .room-facility .facility.tv {
        background-image: url(assets/images/icon-tv.png); }
      #single-room .room-facility .facility.kitchen {
        background-image: url(assets/images/icon-kitchen.png); }
      #single-room .room-facility .facility.tea {
        background-image: url(assets/images/icon-tea-coffee.png); }
      #single-room .room-facility .facility.shower {
        background-image: url(assets/images/icon-shower.png); }
      #single-room .room-facility .facility.ac {
        background-image: url(assets/images/icon-ac.png); }
#single-room .room-facility .facility.ncm {
        background-image: url(assets/images/icon-tea-coffee.png); }
.package {
  margin-top: 50px;
  max-width: 50rem;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f5f5f5; }
  .package h2 {
    margin-top: 10px; }
  .package img {
    max-height: 250px; }

#title-container {
  margin-top: 0;
  min-height: 250px;
  background: url(assets/images/title-bg.jpg) no-repeat;
  background-size: cover; }
  #title-container h1 {
    font-weight: bold;
    text-transform: none;
    padding-top: 50px;
    color: #fff;
    margin: 0; }

#content p.large, #content .large p {
  font-size: 1.5em; }

#content p.highlight {
  color: #ffde55; }

#content .no-bottom {
  margin-bottom: 0; }

#main table tbody tr:nth-child(even) {
  background-color: #fff; }

h1.page-title {
  font-size: 2.5rem;
  margin: 0; }

#content .cta-panel.light h4, #content .cta-panel.light p {
  color: #fff; }

#content .highlight {
  background-color: #f5f5f5;
  padding: 30px 0 10px; }

#main .cta-panel {
  background-color: #f5f5f5;
  background-size: cover;
  margin-bottom: 0;
  padding: 80px 0 70px; }
  #main .cta-panel h4 {
    font-size: 2.6rem;
    margin-bottom: 30px;
    margin-top: 0; }
  #main .cta-panel p {
    font-size: 1.3rem;
    margin-bottom: 30px; }
  #main .cta-panel .button {
    font-size: 1.2rem; }

.no-border {
  border: 0 !important; }

/* Posts */
#content .post-container {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f5f5f5; }
  #content .post-container .fa {
    color: #003c6c; }
  #content .post-container h2 {
    text-transform: none;
    font-weight: bold;
    margin-top: 0; }
  #content .post-container .meta {
    color: #999;
    font-style: italic;
    margin: 20px 0; }
    #content .post-container .meta a {
      color: #999; }
    #content .post-container .meta span {
      display: inline-block; }
    #content .post-container .meta .author {
      margin-right: 20px; }
  #content .post-container .post-thumb {
    position: relative; }
  #content .post-container .date {
    position: absolute;
    color: #fff;
    text-align: center;
    left: 20px;
    width: 60px;
    height: 60px;
    border: 30px solid transparent;
    border-bottom-color: #009b7b; }
    #content .post-container .date .date-inner {
      margin-left: -10px;
      padding-top: 10px;
      position: relative;
      z-index: 9; }
    #content .post-container .date span {
      display: block;
      line-height: 1;
      color: #fff; }
    #content .post-container .date:after {
      content: '';
      position: absolute;
      left: -30px;
      top: 30px;
      width: 0;
      height: 0;
      border: 30px solid transparent;
      border-top-color: #009b7b; }
  #content .post-container .button {
    margin-top: 20px; }

i.fa-check {
  color: #97c282; }

.primary-bg {
  background: #003c6c;
  color: #fff !important; }
  .primary-bg h1, .primary-bg h2, .primary-bg h3, .primary-bg h4, .primary-bg h5, .primary-bg h6 {
    color: #fff; }

#contact-details-container {
  padding-bottom: 80px; }
  #contact-details-container #gform_wrapper_4 {
    padding: 30px;
    background-color: #fcf7ee; }
    #contact-details-container #gform_wrapper_4 .button {
      background-color: #009b7b;
      color: #fff;
      font-size: 1.5rem; }
  #contact-details-container h2 {
    margin-top: 10px; }
  #contact-details-container #map-canvas {
    width: 100%;
    height: 300px;
    margin-bottom: 30px; }
  #contact-details-container .contact-details ul {
    padding: 0;
    margin: 0; }
  #contact-details-container .contact-details li {
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: left 0;
    list-style: none;
    line-height: 40px;
    margin-bottom: 10px; }
    #contact-details-container .contact-details li.address {
      background-image: url(assets/images/icon-map.png); }
    #contact-details-container .contact-details li.phone {
      background-image: url(assets/images/icon-phone.png); }
    #contact-details-container .contact-details li.fax {
      background-image: url(assets/images/icon-fax.png); }

div.post-share .row {
  text-transform: uppercase;
  background-color: #f5f5f5;
  margin: 20px 0; }

.post-share .medium-text-left {
  margin-top: 15px; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar .widget {
  margin-bottom: 50px;
  padding: 30px;
  background-color: #f5f5f5; }
  .sidebar .widget h4, .sidebar .widget h4.widgettitle {
    color: #003c6c;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    font-size: 1.3rem;
    margin-top: 0; }
  .sidebar .widget.darkbg {
    background-color: #003c6c;
    color: #fff; }
    .sidebar .widget.darkbg a.button, .sidebar .widget.darkbg p, .sidebar .widget.darkbg a, .sidebar .widget.darkbg h4, .sidebar .widget.darkbg h4.widgettitle {
      color: #fff; }
  .sidebar .widget .button {
    margin-bottom: 0; }
.sidebar .gform_widget {
  padding: 30px; }
.sidebar ul.menu {
  margin: 0;
  padding: 0; }
  .sidebar ul.menu li {
    display: block;
    list-style: none;
    position: relative;
    padding-left: 5px;
    margin-bottom: 5px; }
  .sidebar ul.menu li:before {
    font-family: 'FontAwesome';
    content: "\f054";
    position: absolute;
    top: 3px;
    font-size: 0.85rem;
    left: 0;
    color: #ffde55; }
  .sidebar ul.menu li a {
    padding-top: 5px;
    border-bottom: 1px solid #ccc;
    color: #003c6c; }
  .sidebar ul.menu li a:hover {
    color: #ffde55; }
.sidebar ul, .sidebar li {
  list-style: none;
  margin: 0;
  padding: 0; }
.sidebar li a {
  color: #333; }
.sidebar li a:hover {
  color: #003c6c; }
.sidebar .widget_recent_entries li {
  font-size: 0.9rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.3; }
.sidebar .widget_search {
  padding: 20px 0; }
  .sidebar .widget_search .screen-reader-text {
    display: none; }
  .sidebar .widget_search label, .sidebar .widget_search input {
    display: inline-block; }
  .sidebar .widget_search label {
    width: 60%; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both; }

.footer {
  background: #f4f4f4;
  margin-top: 0px;
  text-align: center; }
  .footer ul {
    margin: 0;
    padding: 0;
    line-height: 1; }
  .footer li {
    margin-right: 5px;
    padding-bottom: 0;
    line-height: 1.5;
    text-align: left;
    display: inline-block;
    vertical-align: middle; }
  .footer li a {
    color: #666;
    padding: 0;
    line-height: 1; }
  .footer li a:hover {
    color: #003c6c; }
  .footer .social-list {
    margin: 20px 0; }
    .footer .social-list a {
      font-size: 1.2rem; }
  .footer #menu-footer-menu li {
    margin-right: 30px; }
  .footer #footer-top {
    padding: 50px 0 20px; }
    .footer #footer-top img {
      padding: 0; }
    .footer #footer-top a .fa-circle {
      color: #003c6c; }
    .footer #footer-top a:hover .fa-circle {
      color: #009b7b; }
  .footer a {
    color: #666; }
  .footer a:hover {
    color: #003c6c; }
  .footer #footer-bottom {
    background-color: #f4f4f4;
    padding: 20px 0;
    font-size: 0.85rem; }
  .footer img {
    max-width: 300px; }
  .footer a.china {
    width: 45px;
    height: 45px;
    display: block;
    background: url(assets/images/icon-china.png) no-repeat 0 0;
    text-indent: -9999px; }
    .footer a.china:hover {
      background-position: 0 -45px; }

.page-id-12 .footer-newsletter-cta{
  margin-top:15px;
}
.footer-newsletter-cta{
	/**margin-top:-32px;**/
	background-color:#009376;
	padding: 45px 0px;
	/**display:none;**/
}
.footer-newsletter-cta h2 {
	font-weight:600;
}
.footer-newsletter-cta p { font-size:18px; }
.footer-newsletter-cta p,
.footer-newsletter-cta h2{
	color:#ffffff !important;
}
/* end .footer-links */
/*********************
FOUNDATION STYLES
*********************/
.clearing-assembled.clearing-blackout a:hover {
  background: #fff; }

/*********************
Gravity STYLES
*********************/
#wrapper .gform_wrapper-alt {
  width: 100% !important; }
  #wrapper .gform_wrapper-alt .gform_body {
    width: 100%; }
  #wrapper .gform_wrapper-alt ul.gform_fields {
    list-style: none outside none;
    margin: 0;
    padding: 0 !important; }
  #wrapper .gform_wrapper-alt li {
    margin: 0;
    background-image: none;
    padding: 0; }
  #wrapper .gform_wrapper-alt li:before {
    content: none !important; }
  #wrapper .gform_wrapper-alt .gform_footer {
    margin: 0 !important;
    padding-bottom: 0 !important; }
  #wrapper .gform_wrapper-alt div.validation_error {
    color: #fff !important;
    font-size: 0.75em !important;
    font-weight: normal !important;
    line-height: 1 !important;
    margin: 0 0 5px 0 !important; }
  #wrapper .gform_wrapper-alt li.gfield_error {
    padding: 0 !important; }
  #wrapper .gform_wrapper-alt li.gfield_error input.medium {
    border: 1px solid #fff !important;
    margin: 0 !important; }
  #wrapper .gform_wrapper-alt li.gfield.gfield_error.gfield_contains_required label.gfield_label, #wrapper .gform_wrapper-alt li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin: 0 !important; }
  #wrapper .gform_wrapper-alt li.gfield.gfield_error.gfield_contains_required {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-left: 0 !important; }
  #wrapper .gform_wrapper-alt .gfield_description {
    padding: 0 !important;
    margin: 5px 0 15px 0 !important;
    color: #777; }
  #wrapper .gform_wrapper-alt .validation_message {
    display: none; }
  #wrapper .gform_wrapper-alt .medium, #wrapper .gform_wrapper-alt .textarea {
    display: block;
    width: 100% !important;
    height: auto !important;
    padding: 10px !important;
    font-size: 1rem !important;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd !important; }
  #wrapper .gform_wrapper-alt .gform_heading {
    font-size: 1.3rem; }
  #wrapper .gform_wrapper-alt .textarea {
    height: 150px !important;
    padding: 5px !important; }
  #wrapper .gform_wrapper-alt .gform_page_footer {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important; }
  #wrapper .gform_wrapper-alt .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center; }
  #wrapper .gform_wrapper-alt label {
    font-size: 1.2rem;
    color: #fff; }
  #wrapper .gform_wrapper-alt span.gfield_required {
    display: none; }
  #wrapper .gform_wrapper-alt h3.gform_title {
    color: #003c6c;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1.2rem; }
  #wrapper .gform_wrapper-alt .gform_button {
    text-align: center; }
  #wrapper .gform_wrapper-alt img.gform_ajax_spinner {
    display: none !important; }

#gform_12 .gfield_label { display:none !important; }
#gform_12 input[type=text] { font-size: 18px;width: 100%;border:0px !important; -webkit-box-shadow: unset !important;box-shadow: unset !important; padding: 36px 25px;}
#gform_submit_button_12 { padding: 25px; width: 100%; max-width: 300px;  font-size: 18px;margin-top: -8px; align-items: center;}
#gform_12 { display: flex;  justify-content: center; width: 100%;  max-width: 872px;    margin-top: -20px;}
#gform_12 ul.gform_fields li.gfield { padding-right:8px !important;    width: 49%;}
#gform_12 .gform_footer { width:49% !important; }    
#gform_submit_button_12:hover {border: 1px solid #fff; }
#gform_confirmation_message_12 { color: #ffffff;  font-size: 24px;}
#gform_submit_button_1 { padding:20px !important; }

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */ }

#respond ul {
  margin-left: 0; }

.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */ }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: .7335em 10px;
  /* end .commentlist li ul.children */ }

.commentlist li:last-child {
  margin-bottom: 0; }

.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */ }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0;
  background: #e7e7e7; }

.commentlist li.depth-3 {
  background: #dadada; }

.commentlist .vcard {
  margin-left: 50px; }

.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal; }

.commentlist .vcard time {
  float: right; }

.commentlist .vcard time a {
  color: #999;
  text-decoration: none; }

.commentlist .vcard time a:hover {
  text-decoration: underline; }

.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff; }

.commentlist .comment_content p {
  margin: .7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: .875rem;
  padding-right: 1.75rem;
  padding-bottom: .9375rem;
  padding-left: 1.75rem;
  font-size: .8125rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFF;
  transition: background-color 300ms ease-out;
  float: right; }

.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  background-color: #007095; }

.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  color: #FFF; }

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }

.respond-form form {
  margin: .75em 0; }

.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: .7335em; }

.respond-form form li label, .respond-form form li small {
  display: none; }

.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url], .respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */ }

.respond-form form input[type=text]:focus, .respond-form form input[type=email]:focus, .respond-form form input[type=url]:focus, .respond-form form textarea:focus {
  background: #fff; }

.respond-form form input[type=text]:invalid, .respond-form form input[type=email]:invalid, .respond-form form input[type=url]:invalid, .respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }

.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px; }

.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px; }

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px .7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

@media print {
  /******************************************************************
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }

  a:after, a:visited:after {
    content: " (" attr(href) ")"; }

  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: .5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav {
    display: none; } }
@media screen and (max-width: 1024px) and (min-width: 778px) {
  .gform_wrapper .booking-form {
    margin-top: 20px; }

  body.home #main #content #featured-panel .primary {
    padding: 290px 0 220px; } }

@media screen and (max-width: 920px){
	#gform_12 { flex-direction:column;padding: 0px 20px; }
	#gform_12 ul.gform_fields li.gfield,
	#gform_12 .gform_footer,#gform_submit_button_12 { width:100% !important;max-width:100% !important;  }
	#gform_12 ul.gform_fields li.gfield { padding-right:0px !important;margin-bottom: -27px; }
}
@media screen and (max-width: 39.9375em){
  .gform_wrapper .booking-form .gform_footer {
    padding-right:0px;
  }
  .tp-fullwidth-forcer{
    height:0px !important;
  }

  .logo img {
    width:75px;
  }
  .fa-bars{
    margin-top: 26px;
  }
}
@media screen and (min-width:40em){
  .fa-bars {
    margin-top: 41px;
  }
}


/******* NEW MOBILE HERO *********/
#home-accommodation{
  padding-top:0px !important;
}
.sticky-btns .sticky.is-anchored.is-at-top{
  display:none;
}
.sticky-btns .sticky{
  margin-top:80px !important;
}
.sticky-btns .sticky.is-at-top.is-stuck{
  display:block !important;
  z-index:9999;
}
.sticky-btns-inner{
  display:flex;
}
.sticky-btns-inner .button{
  padding:20px 15px 15px;
  height:61px;
  border: 0px !important;
  font-size:18px !important;
}
body.page-id-793 .sticky-btns-inner{
  display:none !important;
}
body.page-id-793 #booking-bar{
  display:none !important;
}
body.page-id-793 #title-container h1{
  padding-top:97px !important;
}
@media screen and (max-width:39.9375em){
  body.home #main #content #featured-panel h1 strong{
    font-size:22px !important;
    display: block;
  }
  #mobile-header .bars{
    width: 55px;
    margin-top:10px;
  }
  #mobile-header{
    padding:0px !important;
  }
  #title-container{
    min-height:0px !important;
    height:0px;
  }
}
.book-transfer-btn,
.book-stay-btn{
  text-transform: initial !important;
  font-size:18px !important;
  max-width:414px;
  width:100%;
}
.book-stay-btn {
  display:block;
  background-color:#038e70!important;
  color:#ffffff !important;
  margin: 0 auto 8px;
}
.book-transfer-btn{
  background-color:#003b68 !important;
  border:1px solid #ffffff !important;
  color:#ffffff !important;
}
.hero-mobile-text .footnote{
  font-size: 18px !important;
  font-style: italic;
  color:#ffffff !important;
}
#mobile-header {
  background-color:#ffffff !important;
  z-index: 9999;
position: relative;
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);
}
.rev_slider{
  z-index: 8;
}
#home-closure .button{
  padding: 30px!important;
    max-width: 414px !important;
    width: 100%!important;
}
#gform_submit_button_1{
  white-space: normal;
}
.hero-mobile-text h1{
  font-size:1.8rem !important;
}

@media (max-width:320px){
  body.home #main #content #featured-panel h1{
    font-size:1.5rem !important;
  }
  .hero-mobile-text .footnote{
    font-size:15px !important;
  }
  .sticky-btns-inner .button{
    padding:21px 15px !important;
    font-size: 15px !important;
  }
}

#booking-bar h3 { 
  text-align:center;
}
.top-booking-form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-booking-form h3 {
  margin-right:10px !important;
}

.desktop-hero-book-stay-transfer{
	display:none;
    height: 60px;
    margin-top: 0px;
    margin-bottom: -23px;
}

.desktop-hero-book-stay-transfer .button{
	
	border: 0px !important;
}
.desktop-hero-book-stay-inner {
	background-color:#038e70!important;
	width: 100%;
    max-width: 100%;
    height: 57px;
}
.desktop-hero-book-stay-inner .button{
	float:right;
}
.desktop-hero-book-stay-inner .button,
.desktop-hero-book-transfer-inner .button{
	max-width: 550px!important;
}
.desktop-hero-book-transfer-inner {
	background-color:#003b68 !important;
	width: 100%;
    max-width: 100%;
    height: 57px;
}
#booking-bar.is-stuck .desktop-hero-book-stay-transfer{
	display:flex;
}
#booking-bar.is-stuck > .grid-container{
	display:none;
}
#booking-bar.is-stuck{
	padding:0px !important;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.sticky-btns-inner{
		margin-top: 50px;
	}
}

/********************
 *  iPad Fix & Sticky Nav
 * *****************/
.sticky-btns-inner .button{
  width: 100%;
  max-width: 100%;
}
#home-more .items{
   justify-content: center;
}
@media (max-width: 1010px) and (min-width: 900px){
  #home-promotions a.promo-img{
    min-height: 472px !important;
  }
}
@media (max-width: 1023px){  
  #home-promotions .items{
    justify-content: center;
  }
}

/************
 *  Home Content Text (left/right)
 * ************/
.expanded-content .right .text{
  float: left !important;
  padding: 50px 20px 50px 100px;
}
@media(max-width: 63.9375em){
  .expanded-content .right .text{
    padding: 50px 20px 50px;
  }
}
/** padding fix **/
#pad-40 {
  padding: 40px !important;
  margin-bottom: 0px !important;
}


/**********
 * Home page clone
 * *******/
 body.page-template-template-front .tp-revslider-mainul{
  z-index: -1;
 }
 body.page-template-template-front #main #content #featured-panel .primary{
    background: transparent;
    padding: 340px 0 90px;
 }
 body.page-template-template-front #main #content #featured-panel h1 {
  color: #fff;
  text-transform: none;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
 }
 body.page-template-template-front #main {
  padding: 0;
 }


 /*** VIDEO BANNER ***/
.video-banner{
    width: 100%;
    height: 100%;
    position: absolute;
    padding-bottom: 56.25%;
}
.video-banner iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tp-loader.spinner0,
.tp-leftarrow.tparrows.uranus,
.tp-rightarrow.tparrows.uranus{
  display: none !important;
}
.font-page-form-container{
  position: relative;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 9999999999 !important;
}
.tp-revslider-mainul{
  background-color: #000000;
}
@media (max-width: 1024px){
 /** body.home #main #content #featured-panel:after{
    content: "";
    background-color: #000000;
    width: 100%;
    height: 100px;
    position: absolute;
    background: rgba(46, 30, 182, 1.0);
    background: -webkit-linear-gradient(top, rgba(46, 30, 182, 0), rgba(0, 0, 0, 1.0));
    background: -moz-linear-gradient(top, rgba(46, 30, 182, 0), rgba(0, 0, 0, 1.0));
    background: linear-gradient(to bottom, rgba(46, 30, 182, 0), rgba(0, 0, 0, 1.0));
    margin-top: -5px;
    z-index: -1;
  }

  body.home #main #content #featured-panel:before{
    content: "";
    background-color: #000000;
    width: 100%;
    height: 182px;
    position: absolute;
    background: rgba(46, 30, 182, 1.0);
    background: -webkit-linear-gradient(bottom, rgba(46, 30, 182, 0), rgba(0, 0, 0, 1.0));
    background: -moz-linear-gradient(bottom, rgba(46, 30, 182, 0), rgba(0, 0, 0, 1.0));
    background: linear-gradient(to top, rgba(46, 30, 182, 0), rgba(0, 0, 0, 1.0));
    margin-top: 53px;
    z-index: -1;
  }**/
}
@media (max-width: 39.9375em){
  .red-heading{
    font-size: 17px !important;
  }
  body.home #main #content #featured-panel:before{
    background: none !important;
  }
  .video-banner-height{
    max-height: 635px;
  }
  /**body.home #main #content #featured-panel:after{
    content: "";
    background-color: #000000;
    width: 100%;
    height: 100px;
    position: absolute;
    background: rgba(46, 30, 182, 1.0);
    background: -webkit-linear-gradient(top, rgba(46, 30, 182, 0), rgba(0, 0, 0, 1.0));
    background: -moz-linear-gradient(top, rgba(46, 30, 182, 0), rgba(0, 0, 0, 1.0));
    background: linear-gradient(to bottom, rgba(46, 30, 182, 0), rgba(0, 0, 0, 1.0));
    margin-top: -206px;
    z-index: 2;
  }**/
  .hero-mobile-text{
    z-index: 8;
  }
  #slider1 {
       top: -168px;
    position: relative;
  }  
  .video-banner{
    margin-top: 0px;
    position:  relative !important;
    padding-bottom: 0 !important;
    margin-bottom: -20px;

  }
  .video-banner video{
    width: 268vw !important;
    margin-left: -312px;
  }
  .hero-mobile-text{
    padding-top: 20px;
  }
}
@media(max-width: 1024px){
  .displayforxlargeup{
    display: none;
  }  
}
@media (width: 1024px){
  #slider1_forcefullwidth,
  .rev_slider_wrapper,
  #slider1{
    height: 576px !important;
  }
}
@media (min-width: 1025px){
  .displayforxlargeup{ display:block; }
}
@media screen and (min-width: 74.9375em) {
  body.home #main #content #featured-panel .primary{
    padding: 513px 0 90px;
  }
}
@media (width: 768px){
  #slider1,
  .rev_slider_wrapper.fullwidthbanner-container.show-for-medium,
  .tp-fullwidth-forcer{
    height: 996px !important;
  }
}
@media (max-width: 375px) and (min-width: 321px){
  .video-banner-height{
    max-height: 565px !important;
  }
}
@media (max-width: 320px){
  .video-banner-height{
    max-height: 477px !important;
  }
}
.dark-gradient{
  position: relative;
}
/**.dark-gradient:before{
  content: "";
    background-color: #000000;
    width: 100%;
    height: 100px;
    position: absolute;
    background: rgba(46, 30, 182, 1.0);
    background: -webkit-linear-gradient(top, rgba(46, 30, 182, 0), rgba(0, 0, 0, 1.0));
    background: -moz-linear-gradient(top, rgba(46, 30, 182, 0), rgba(0, 0, 0, 1.0));
    background: linear-gradient(to bottom, rgba(46, 30, 182, 0), rgba(0, 0, 0, 1.0));
    top: 0;
    z-index: 2;
    margin-top: -100px;
}**/
/****** CUSTOM ********/
#reduced-padding {padding:20px 0;margin:0;}
.hide-element{ display:none !important; }
.pad-60 { padding:60px 10px; }
.pad-40 { padding:40px 10px; }
.pad-50 { padding:50px 10px; }

/***** VIDEO BANNER Wedding Page & Corporate *******/
.header{
  background-color: #ffffff;
}
.innerpage-video-wrapper{
  position: relative;
}

.innerpage-video-wrapper .video-banner iframe{
  top: -128px;
}
@media (min-width: 1024px){
  .page-id-27 #main,
  .page-id-1094 #main{
    margin-top: -30px;
  }
}

.page-id-27 #main > .layout-panel,
.page-id-1094 #main > .layout-panel{
  background-color: #ffffff;
  z-index: 1;
  position: relative;
}
.page-id-27 #title-container,
.page-id-1094 #title-container{
  min-height: 720px;
}
.innerpage-video-wrapper video{
  z-index: 0;
  position: relative;
}
@media (max-width: 1024px) and (min-width: 768px){
  .innerpage-video-wrapper video{
    margin-top: -68px;
  }
  .page-id-27 #title-container,
  .page-id-1094 #title-container{
    min-height: 340px !important;
  }
}
@media (max-width: 768px) and (min-width: 416px){
  .innerpage-video-wrapper video{
    margin-top: -68px;
  }
  .page-id-27 #title-container,
  .page-id-1094 #title-container{
    min-height: 310px !important;
  }
}
@media (max-width: 415px){
  .innerpage-video-wrapper video{
    width: 100% !important;
    margin-left: 0px !important;
    margin-top: -30px !important;
  }
  .page-id-27 #title-container,
  .page-id-1094 #title-container{
    min-height: 86px !important;
  }
}
#booking-bar{
  background-color:rgba(0, 52, 104, 1);
}

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

/**** TESTIMONIALS ******/

.fitzroy_testimonials_container{
  padding: 60px 10px;
}
#fitzroy_testimonials .author{
  font-weight: bold;
}
.fitzroy_testimonials_container .owl-theme .owl-nav.disabled+.owl-dots{
  margin-top: 30px !important;
}

.bottom-form-container{
	background-color: #fdf6ee !important;
}
.bottom-form-container form ul li.gfield{
	padding-right:0px !important;
}
.bottom-form-container form input[type=text],
.bottom-form-container form select{
	padding: 10px;
    height: 45px;	
}
.bottom-form-container form input[type=text],
.bottom-form-container form select{
	margin-bottom:-10px !important;
	padding:7px !important;
}
.bottom-form-container form select{
	margin-top:-8px;
}
.bottom-form-container form #input_5_9{
	margin-top:-8px;
}
.bottom-form-container form #input_5_4{
	margin-top:0px !important;
	width:100% !important;
}
#gform_submit_button_5{
	width: 100%;
    margin-top: -25px;
    padding: 17px;
}
@media (max-width:414px){
	.bottom-form-container form #input_5_5{
		    margin-top: 0px;
    margin-bottom: 0px !important;
	}
}
#testimonials {
    background-color: #f4f4f4;
}

.column_grid_width_image{
	position:relative;
	margin-bottom: 80px;
}
.column_grid_width_image .items{
  justify-content: center;
}
.column_grid_width_image .item{ 
	background-color:#fcf7ee;
}
.column_grid_width_image h3{
	text-align:center;
	text-transform: uppercase;
}
.column_grid_width_image .section-title:before{
	margin: 0 auto;
}
.column_grid_width_image .featured-content-wrapper{
	padding-top: 30px;
	padding-left: 20px;
    padding-right: 20px;
}
.column_grid_width_image .featured-content-inner p,
.column_grid_width_image .featured-content-inner li,
.column_grid_width_image .featured-content-inner .button{
	
}
.column_grid_width_image .featured-content-inner ul{	
    margin-left: 5px;
}
.column_grid_width_image .featured-content-inner li{
	list-style: none;
    background: url(assets/images/icon-diamond.png) left 10px no-repeat;
    margin-bottom: 10px;
    padding-left: 0px;
    background-size: 12px;
    padding-left: 20px;
	background-position: left 7px;
}
.column_grid_width_image .featured-content-inner .button{
	margin: 0 auto;
    display: block;
    width: 153px;
	margin-bottom:30px;
}

/** DEC 08, 2022 **/
.eco-logos{
  justify-content: space-around;
  margin-bottom: 20px;
}
body.page-id-3750 #content > main{
  padding-top:0px !important;
}
.eco-certified-with-logos-id{
  margin-bottom: 0px;
  padding: 20px 0px;
  background-color:#fcf7ee !important;
  margin-bottom: 35px;
}
#eco-certified-with-logos-id{
  margin-bottom: 0px;
  padding: 20px 0px;
  background-color:#fcf7ee !important;
}
.eco-certified-with-logos h2{
  margin-top: 27px;
  max-width: 373px;
}
.eco-logos-list{
  list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top:25px;
}
.eco-logos-list li{
  padding:7px;
}
.eco-logos-list li img{
  max-width: 250px;
    width: 100%;
}
@media(max-width:639px){
  body.page-id-3750 #title-container h1{
    display:none;
  }
  .eco-certified-with-logos h2{
    text-align:center;
    font-size: 1.8rem;
    max-width:100% !important;
  }
  
  #eco-certified-with-logos-id{
      padding:40px 0px;
  }
  .eco-logos-list{
    flex-direction: column;
    margin-top:10px !important;
  }
  .eco-logos img{
    margin-left:0px !important;
  }
}