/*
Theme Name: TCWD Framework 2026
Description: A minimalistic WordPress theme for custom designed sites.
Version: 1.1
Author: Greg Provians
Author URI: www.tropicalcoastwebdesign.com.au
*/

/******************************* LOAD FONTS *******************************/
@font-face {
  font-family: Poppins-Regular;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/Poppins/Poppins-Regular.ttf") format("truetype");
}

@font-face {
  font-family: Poppins-SemiBold;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: Poppins-Bold;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/Poppins/Poppins-Bold.ttf") format("truetype");
}

body {
  font-family: Poppins-Regular, Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 20px;
}

html {
  box-sizing: border-box;
  line-height: 1.5;
}

/**
 * Relax the definition a bit, to allow components to override it manually.
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/******************************* HEADING STYLES *******************************/
h1 {
	font-family: Poppins-Bold, Helvetica, Arial, "sans-serif";
  font-size: 2em;
  line-height: 1.2em;
  margin: 0 0 24px 0;
  color: #001040;
}

h1.hide-title {
  font-family: Montserrat-SemiBold, Arial, "sans-serif";
  font-weight: normal;
  font-size: 0.1em;
  line-height: 0.1em;
  color: #fff;
  padding: 0px;
  margin-bottom: 0px;
  width: 100%;
}

h2 {
	font-family: Poppins-Bold, Helvetica, Arial, "sans-serif";
	color: #028C78;
	font-size: 2em;
	margin: 0 0 30px 0;
	line-height: 1.2em;
	font-weight: normal;
	padding: 0;
}

h3 {
	font-family: Poppins-Bold, Helvetica, Arial, "sans-serif";
	color: #028C78;
	font-size: 1.6em;
	margin: 0 0 20px 0;
	line-height: 1.2em;
	font-weight: normal;
	padding: 0;
}

h4.wp-block-heading {
	font-family: Poppins-Bold, Helvetica, Arial, "sans-serif";
	color: #028C78;
	font-size: 40px;
	margin: 0 0 30px 0;
	line-height: 1.2em;
	font-weight: normal;
	padding: 0;

	position: relative;
	width: fit-content;
}

h4.wp-block-heading::after {
	content: "";
	position: absolute;
	bottom: -10px;
	right: -20px;
	width: 200px;
	height: 4px;
	background: #F87C3A;
}

h4.wp-block-heading.has-text-align-center {
	margin-left: auto;
	margin-right: auto;
}

h5 {
  font-family: Poppins-Bold, Helvetica, Arial, "sans-serif";
  font-size: .8em;
	text-transform: uppercase;
  line-height: 1.2em;
  margin: 0 0 24px 0;
  color: #018C78;
}

.home-page-accommodation h5 {
  font-family: Poppins-SemiBold, Helvetica, Arial, "sans-serif";
  font-size: 1.1em;
	text-transform: capitalize;
  line-height: 1.2em;
  margin: 10px 0 14px 0;
	color: #fff;
	text-align: center;
	font-weight: normal;
}

/* HEADER - FEATURED IMAGE BACKGROUND
-------------------------------------------------------------------------------*/
.header-wrap {
  text-align: left;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
	z-index: 0;
	margin-bottom: 120px;
}

.header-wrap-contents {
  width: 100%;
  max-width: 1400px;
  text-align: center;
  height: 100%;
  line-height: 100%;
  vertical-align: middle;
  margin: 0 auto;
  padding: 0 30px;
}

.header-wrap h1.entry-title {
  color: #fff;
}

/******************************* GENERAL STYLING *******************************/
ul,
ol {
  margin: 0 0 24px;
  line-height: 1.714285714;
  padding: 0;
}

ul {
  list-style: disc outside;
}

ol {
  list-style: decimal outside;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}

#content li {
	font-size: .8em;
	color: #525252;
}

#content li li{
	font-size: 1em;
	color: #525252;
}

li {
  margin: 0 0 0 24px;
}

#content li ol {
	margin: 10px 0 10px 20px;
}

#content li ol li{
	font-size: 1em;
}

#content li ul{
	margin-top: 10px;
	margin-bottom: 24px;
}


td,
th {
	font-size: .8em;
	color: #525252;
    vertical-align: top;
	padding: 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #028C78;
}

a:hover {
	text-decoration: underline;
}

/* TEXT ELEMENTS - Alignment -------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin: 12px 24px 12px 0;
  margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}

.alignright {
  display: inline;
  float: right;
  margin: 12px 0 12px 24px;
  margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 12px auto;
}

/******************************* GUTENBERG *******************************/
.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}

.alignwide {
  margin-left: calc(-80vw / 2 + 100% / 2);
  margin-right: calc(-80vw / 2 + 100% / 2);
  max-width: 80vw;
}

.aligncenter {
  max-width: 1400px;
  margin: 0 auto;
}

.wp-block-image.alignfull,
.wp-block-image.alignwide {
  max-width: none;
}

/******************************* HEADER *******************************/

#header {
  width: 100%;
  height: 200px;
  position: relative;
  background-image: url("../../../../hbr-2026-template-images/header-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 999999;
	background-color: transparent !important;
}

#header-main-contents {
  width: 100%;
  height: 200px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

#header-main-logo {
  float: left;
  position: absolute;
  top: 30px;
  left: 30px;
  width: 180px;
  height: auto;
}

#header-main-address {
  float: right;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50%;
  height: auto;
  text-align: right;
  line-height: 30px;
  vertical-align: middle;
  color: #fff;
	font-family: Poppins-Regular;
	font-weight: normal;
	font-size: .8em;
}

#header-main-address img{
  line-height: 30px;
  vertical-align: middle;
	margin: 0 10px 2px 15px;
}

#header-main-address a:link, #header-main-address a:visited{
 	color: #fff;
	text-decoration: none;
}

#header-main-address a:hover{
 	color: #ffff00;
}

#header-main-menu {
  float: right;
  position: absolute;
  bottom: 60px;
  right: 30px;
  width: 70%;
  height: 46px;
  color: #000;
}

/******************************* MENU STYLING *******************************/
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  border: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#cssmenu {
  display: block;
  padding: 0;
  margin: 0;
  width: auto;
  border-color: #080808;
}

#cssmenu > ul {
  display: flex;
  align-items: stretch; /* Default */
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
}

#cssmenu > ul > li {
  position: relative;
  display: block;
  flex: 0 1 auto; /* Default */
  list-style-type: none;
}

#cssmenu > ul > li {
	position: relative;
	display: inline-block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;
}

#cssmenu > ul > li:after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
 }
#cssmenu > ul > li:hover:after {
    width: 100%;
    background: #93FF26;
 }


/*--- Individual Button Styles Go Here ---*/
#cssmenu > ul > li > a {
  outline: none;
  display: block;
  position: relative;
  padding: 12px 12px 10px;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.8em;
  font-family: Poppins-SemiBold;
  color: #ffffff;
}

#cssmenu li:first-child a {
  border-left: 0 none;
}

#cssmenu > ul > li:last-child > a {
	background-color: #fff;
	color: #0783C5;
	border-radius: 5px;
  	padding: 12px 20px 10px;
}

#cssmenu > ul > li:last-child:after {
	display: none;
}

#cssmenu > ul > li:last-child > a:hover {
	background-color: #93FF26;
	color: #0783C5;
}

/*--- Individual Button HOVER Styles Go Here ---*/
#cssmenu > ul > li > a:hover {
  color: #93FF26;
}

#cssmenu ul li.has-sub:hover > a:after {
  top: 0;
  bottom: 0;
}

/*--- Sub Menu Dropdown Arrow ---*/
#cssmenu > ul > li.has-sub > a{
  padding: 12px 25px 10px 10px !important; /*--- Extra room for arrow ---*/
}

#cssmenu > ul > li.has-sub > a:before {
  content: "";
  position: absolute;
  top: 17px;
  right: 10px;
  border: 5px solid transparent;
  border-top: 5px solid;
}

/*--- Main Navigation Item with Drop Down Menu Underneath ---*/
#cssmenu ul li.has-sub:hover > a {
  top: 0px;
  z-index: 999;
}

#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {
  display: block;
}

/*--- Drop Down Sub Menu Position & Width ---*/
#cssmenu ul li > ul,
#cssmenu ul li > div {
  display: none;
  position: absolute;
  top: 40px;
  left: 0px;
  padding: 0;
  z-index: 999;
	border-top: 10px solid rgba(0,0,0,0.00);
}

#cssmenu ul li > ul {
  min-width: 200px;
}

#cssmenu li ul li a {
  width: auto;
  white-space: nowrap;
}

#cssmenu ul li > ul li {
  list-style: inside none;
  padding: 0;
  margin: 0;
  position: relative;
}

/*--- Drop Down Menu Items Styling ---*/
#cssmenu ul li > ul li a {
  outline: none;
  display: block;
  position: relative;
  margin: 0;
  padding: 20px 25px 18px;
  text-transform: uppercase;
  font-size: 0.8em;
  font-family: Poppins-Semibold;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
	background-color: #42B9F9;
}

/*--- Drop Down Menu Items HOVER effect ---*/
#cssmenu ul ul a:hover {
  color: #93FF26;
}

#cssmenu ul li > ul li:first-child a {
	border-top-right-radius: 15px;
}

#cssmenu ul li > ul li:last-child a {
	border-bottom-left-radius: 15px;
}

/*--- Sub-Sub Menu Dropdown Arrow ---*/
#cssmenu > ul > li.has-sub {
  padding-right: 10px; /*--- Extra room for arrow ---*/
}

#cssmenu ul li > ul li.has-sub > a:before {
  content: "";
  position: absolute;
  top: 23px;
  right: 5px;
  border: 5px solid transparent;
  border-left: 5px solid;
}

#cssmenu ul ul ul li a {
  outline: none;
  display: block;
  position: relative;
  margin: 0;
  padding: 20px 25px 18px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-align: left;
  border-bottom: 1px dashed #266f41 !important;
  background-color: #001555;
}

#cssmenu ul ul ul li:last-child a {
  border-bottom: none !important;
}

#cssmenu ul li > ul li > ul {
  display: none;
  position: absolute;
  top: 0px;
  left: 216px;
  padding: 0;
  z-index: 999;
  border-left: 10px solid rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

/* ----------------------------------------------------
   MOBILE MENU – PELICAN BOWLS
   Parent link = navigates
   Arrow button = toggles submenu
-----------------------------------------------------*/

/* Hide the mobile menu checkbox */
.mobile-menu-toggle {
  display: none;
}

/* Mobile hamburger toggle button */
.toggle-menu {
  display: block;
  cursor: pointer;
  z-index: 999999; /* Ensure toggle button appears above content */
  position: absolute;
  top: 10px;
  left: 0px;
  color: #fff;
  padding: 6px 18px;
  font-size: 1.8em;
}

/* Mobile menu container */
.mobile-menu {
  display: none;
  position: absolute;
  top: 70px; /* Adjust as needed */
  left: 20px; /* Adjust as needed */
  background-color: #fff;
  padding: 0 15px 0;
  z-index: 999999; /* Ensure it appears above content */
  animation-duration: 0.3s;
  animation-fill-mode: both;
  width: 80%;
  max-width: 260px;
  font-size: 0.8em;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
  border: 2px solid #0783C5;
}

/* Slide animations */
@keyframes slideIn {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes slideOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* Show the menu when the checkbox is checked */
.mobile-menu-toggle:checked + .toggle-menu + .mobile-menu {
  display: block;
  animation-name: slideIn;
}

/* Hide animation when unchecked (visual only) */
.mobile-menu-toggle:not(:checked) + .toggle-menu + .mobile-menu {
  animation-name: slideOut;
}

/* Basic list styling */
.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu li {
  margin: 0;
  color: #444;
  font-family: Poppins-Regular, Helvetica, Arial, sans-serif;
  padding: 10px 10px 8px 15px;
  border-bottom: 1px solid #ddd;
}

.mobile-menu li:first-child {
  padding-top: 20px;
}

.mobile-menu li:last-child {
  padding-bottom: 18px;
  border-bottom: 0;
}

/* Top-level links */
.mobile-menu li > a {
  text-decoration: none;
  color: #444;
  display: block;
  padding-right: 30px; /* room for arrow button on parents */
}

.mobile-menu li > a > span {
  display: inline-block;
}

.mobile-menu li > a:hover {
  color: #016bb5;
  font-weight: bold;
}

/* ----------------------------------------------------
   SUBMENUS (YOUR MARKUP: <li class="menu-item-has-children has-sub"><a><span></span></a><ul>…</ul></li>)
-----------------------------------------------------*/

/* Ensure parent items can position the arrow button */
.mobile-menu li.menu-item-has-children,
.mobile-menu li.has-sub {
  position: relative;
}

/* IMPORTANT: override theme/walker default – keep submenus hidden by default */
.mobile-menu li.menu-item-has-children > ul,
.mobile-menu li.has-sub > ul {
  display: none !important; /* closed by default */
  padding-left: 15px;
  margin-top: 5px;
}

/* When JS toggles this class, show the submenu */
.mobile-menu li.menu-item-has-children > ul.submenu-open,
.mobile-menu li.has-sub > ul.submenu-open {
  display: block !important;
}

/* Submenu items */
.mobile-menu li.menu-item-has-children > ul li,
.mobile-menu li.has-sub > ul li {
  border-bottom: 0;
  font-size: 0.9em;
  padding: 6px 10px 6px 10px;
}

/* ----------------------------------------------------
   ARROW BUTTON FOR SUBMENUS
-----------------------------------------------------*/

/* We are NOT using ::after on the <a> anymore */
.mobile-menu li.menu-item-has-children > a::after,
.mobile-menu li.has-sub > a::after {
  content: none;
}

/* Arrow button inserted by JS */
.mobile-menu .submenu-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

/* Arrow icon */
.mobile-menu .submenu-toggle::before {
  content: "\2304"; /* ▼ */
  font-size: 0.8em;
  color: #444;
}

/* ----------------------------------------------------
   CLOSE BUTTON (X)
-----------------------------------------------------*/
.close-menu {
  position: absolute;
  top: 5px;
  right: 20px;
  cursor: pointer;
  font-size: 24px;
  color: #016bb5;
}

/* FOOTER MENU - Styles ---------------------*/
#footer #cssmenu,
#footer #cssmenu ul,
#footer #cssmenu li,
#footer #cssmenu a {
  border: none;
  margin: 0;
  padding: 0;
  box-sizing: content-box;
  list-style: disc;
  text-transform: none;
  text-align: left;
  line-height: 31px;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0);
  display: list-item;
}

#footer-center h5 {
  margin-bottom: 22px;
}

#footer #cssmenu {
  height: auto;
  display: block;
  padding: 0;
  margin: 0;
  width: auto;
  border-color: #080808;
}

#footer #cssmenu > ul {
  display: block;
  align-items: baseline;
  justify-content: center;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0;
}

#footer #cssmenu > ul > li {
  position: relative;
  display: inline-block;
  flex: none; /* Default */
  list-style-type: disc;
  width: 43%;
  margin-left: 20px;
}

/******************************* SLIDESHOW *******************************/
#slideshow-image {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;
	margin-top: -47px;
}

#slideshow-waves {
	width: 100%;
	height: 126px;
	margin-top: -70px;
	background-image: url("../../../../hbr-2026-template-images/slideshow-waves.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	z-index: 99999;
	margin-bottom: 120px;
}

/******************************* MAIN BODY *******************************/
/* CONTENT / BODY
-------------------------------------------------------------------------------*/
#wrapper {
  width: 100%;
  height: auto;
  margin: 0px auto;
  display: block;
}

#main {
    width: 100%;
    height: auto;
    position: relative;
}

/* Pull main up under header on all pages except the homepage */
body:not(.home) #main {
    margin-top: -46px; /* adjust to suit your header height */
}

#content {
  box-sizing: border-box;
  padding: 0 30px 100px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

#content p {
  font-size: 0.8em;
  margin: 0 0 24px 0;
	color: #525252;
	line-height: 1.5em;
}

/******************************* FOOTER *******************************/

#footer-waves {
  width: 100%;
  height: 50px;
  position: relative;
  background-image: url("../../../../hbr-2026-template-images/footer-waves.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

#footer {
  width: 100%;
  height: auto;
  padding: 80px 30px;
  background-color: #0783C5;
}

#footer h5 {
  color: #fff;
	margin-bottom: 10px;
	line-height: 20px;
	vertical-align: middle;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffff00;
	text-decoration: none;
}

#footer h5 img{
	line-height: 20px;
	vertical-align: middle;
	margin: 0 10px 2px 0;
}

#footer p {
  font-size: 0.8em;
  line-height: 28px;
	vertical-align: middle;
}

#footer p img{
  line-height: 28px;
	vertical-align: middle;
	margin: 0 10px 2px 0;
}


#footer-contents {
  width: 100%;
  max-width: 1340px;
  height: auto;
  color: #fff;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
}

#footer-one {
	width: 10%;
	height: auto;
	margin-right: 4%;
	float: left;
}

#footer-two, #footer-three, #footer-four {
	width: 20%;
	height: auto;
	margin-right: 2%;
	float: left;
	margin-top: 28px;
}

#footer-five {
	width: 20%;
	height: auto;
	margin-right: 0;
	float: right;
	margin-top: 28px;
}

/******************************* COPYRIGHT / LOGIN / T&Cs *******************************/

#notice_footer {
  width: 100%;
  height: auto;
  min-height: 60px;
  background-color: #0783C5;
  display: block;
  overflow: hidden;
	padding: 0 30px;
}

#notice_footer a:link,
#notice_footer a:visited {
  color: #fff;
  text-decoration: none;
}

#notice_footer a:hover {
  color: #ffff00 !important;
  text-decoration: underline;
}

#notice_footer_content {
  width: 100%;
  max-width: 1340px;
  height: auto;
  margin: 0 auto;
  padding: 0 30px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 60px;
  font-size: 13px;
  overflow: hidden;
  clear: both;
	border-top: 1px solid #fff;
}

#notice_footer_mobile {
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 26px;
  font-size: 12px;
  display: block;
  overflow: hidden;
  padding: 10px 20px;
	border-top: 1px solid #fff
}

#notice_footer_left {
  width: 45%;
  max-width: 560px;
  height: auto;
  float: left;
  text-align: left;
  vertical-align: middle;
}

#notice_footer_right {
  width: 45%;
  max-width: 560px;
  height: auto;
  float: right;
  text-align: right;
  vertical-align: middle;
}

/******************************* CONTACT FORM 7 STYLES *******************************/
.wpcf7-form {
  width: 100%;
  margin-bottom: 21px;
  padding: 0;
  border: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.email_terms {
  font-size: 13px !important;
  color: #444 !important;
}

#two-column {
  width: 100%;
}

#two-column::after {
  content: "";
  display: table;
  clear: both;
}

#two-column #left,
#two-column #right {
  width: 48%;
}

#two-column #left { float: left; }
#two-column #right { float: right; }

#two-column p {
  margin: 0 !important;
}

#two-column #left p {
  line-height: 25px !important;
}

/* Form fields (typed text) */
#two-column input[type="text"],
#two-column input[type="email"],
#two-column textarea,
#two-column select {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 15px;
  border: 1px solid #525252;
  border-radius: 5px;
  font-size: 0.9em;
  font-family: 'Poppins-Regular', sans-serif;
  color: #525252; /* typed text */
  box-sizing: border-box;
}

#two-column select {
  padding: 10px 15px 10px 10px;
}

/* Placeholder text */
#two-column input::placeholder,
#two-column textarea::placeholder {
  color: #999;
  font-family: 'Poppins-Regular', sans-serif;
  opacity: 1;
}

/* Chrome / Safari */
#two-column input::-webkit-input-placeholder,
#two-column textarea::-webkit-input-placeholder {
  color: #999;
  font-family: 'Poppins-Regular', sans-serif;
}

/* Firefox */
#two-column input::-moz-placeholder,
#two-column textarea::-moz-placeholder {
  color: #999;
  font-family: 'Poppins-Regular', sans-serif;
  opacity: 1;
}

/* IE / Edge */
#two-column input:-ms-input-placeholder,
#two-column textarea:-ms-input-placeholder {
  color: #999;
  font-family: 'Poppins-Regular', sans-serif;
}

/* Select placeholder (first option) */
#two-column select option[value=""] {
  color: #999;
}

#two-column select:valid,
#two-column select option {
  color: #525252;
}

/* Submit button */
#two-column input[type="submit"] {
  float: right;
  margin: 5px 0 0;
  padding: 13px 15px 10px;
  background-color: #018C78;
  border: 1px solid #018C78;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
	width: 100%;
	font-size: 1em;
}

#two-column input[type="submit"]:hover {
  background: #016959;
	border-color: #016959;
}

/* Focus */
#two-column input:focus,
#two-column textarea:focus,
#two-column select:focus {
  background: #f1f1f1;
}

/* Validation */
#content .wpcf7-not-valid-tip {
  margin-top: -15px;
  margin-bottom: 10px;
  font-size: 0.8em;
  text-align: right;
}

#content .wpcf7 form.invalid .wpcf7-response-output {
  border-color: #ff0000;
}

#content .wpcf7 form .wpcf7-response-output {
  margin: 40px 0 10px;
  padding: 0.5em 1em;
  border: 2px solid #008c00;
  font-size: 0.8em;
}

.captcha-image {
  border: 1px solid #525252;
border-radius: 5px;
	width: 100%;
	margin-top: -7px;
	margin-bottom: 9px;
}

/******************************* SMART PHONES  UNDER 800 PIXELS *******************************/
@media (max-width: 799px) {

#header {
    height: 260px;
    background-image: url("../../../../hbr-2026-template-images/header-mobile-bg.png");
    background-position: left bottom;
    background-size: 800px auto;
}
	
	
  #header-main-menu {
    display: none;
  }

  #header-main-contents {
    height: auto;
    clear: both;
    padding: 10px;
  }
	
	#header-main-address {
		width: 84%;
		top: 20px;
		font-size: .7em;
		right: 20px;
		line-height: 24px
	}
	
#header-main-address img {
    line-height: 24px;
}
	
.toggle-menu {
    font-size: 1.6em;
}

	#header-main-address span.splitline {
		display: block;
	}

  #header-main-logo {
    float: none;
    position: relative;
    top: 75px;
    left: initial;
    width: 100%;
    text-align: center;
  }

  #header-main-logo img {
    width: 90%;
    height: auto;
	  max-width: 190px;
  }
	
#slideshow-image {
    margin-top: -60px;
}
	
div#n2-ss-2 .n-uc-Ef8WCUQh7m8Z-inner {
    padding: 60px 10px 10px 10px !important;
}
	
/* Pull main up under header on all pages except the homepage */
body:not(.home) #main {
    margin-top: -62px; /* adjust to suit your header height */
}

  #footer {
    padding: 80px 20px;
  }

  #footer p {
    font-size: 0.7em;
    line-height: 2em;
  }

	#footer-one {
		width: 46%;
		margin-right: 0;
		margin-bottom: 40px;
		text-align: center;
	}

	#footer-two {
		width: 46%;
		margin-right: 0;
		margin-bottom: 40px;
		float: right;
	}
	
	#footer-three {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
		float: none;
		text-align: center;
		clear: both;
	}
	
	#footer-four {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
		float: none;
		text-align: center;
		clear: both;
	}
	
	#footer-five {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0px;
		float: none;
		text-align: center;
		clear: both;
	}

  #footer #cssmenu > ul > li > a {
    font-size: 0.7em;
  }

  #footer #cssmenu > ul > li {
    width: 40%;
  }

  #notice_footer_content {
    display: none;
  }

  #smallgoogle {
    text-align: left;
    padding: 0 0px 10px;
  }

  #notice_footer_left,
  #notice_footer_right {
    width: 100%;
    max-width: none;
    float: none;
    text-align: center;
  }
	
div#n2-ss-2 .n2-font-92e5c730c555e6c916756b8282e6e3fa-paragraph {
    font-size: 180% !important;
}
	
h4.wp-block-heading {
    font-size: 1.6em;
}
	
.home-page-accommodation .wp-block-buttons .wp-block-button__link {
    margin-bottom: -20px;
}
	
.accomm-box img {
    margin-top: 50px;
	margin-bottom: 10px;
}
	

	
}

/******************************* TABLETS BETWEEN 800 & 1200 PIXELS *******************************/
@media screen and (min-width: 800px) and (max-width: 1299px) {

  #header-main-menu {
    display: none;
  }

  #header-main-logo {
    top: 30px;
	  left: 60px;
  }
	
	#header-main-address {
		width: 80%;
		top: 20px;
	}

	#header-main-address span.splitline {
		display: block;
	}
	
	#footer-one {
		width: 20%;
		margin-right: 5%;
		margin-bottom: 40px;
	}

	#footer-two {
		width: 35%;
		margin-right: 5%;
		margin-bottom: 40px;
	}
	
	#footer-three {
		width: 35%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	
	#footer-four {
		width: 45%;
		float: left;
		margin-right: 10%;
		text-align: center;
	}
	
	#footer-five {
		width: 45%;
		float: right;
		text-align: center;
	}

  #notice_footer_content {
    display: none;
  }
	
div#n2-ss-2 .n2-font-92e5c730c555e6c916756b8282e6e3fa-paragraph {
    font-size: 250% !important;
}
	
}

/******************************* DESKTOPS AND NOTEBOOKS OVER 1200 PIXELS *******************************/
@media (min-width: 1300px) {
  .toggle-menu,
  .mobile-menu {
    display: none;
  }

  #notice_footer_mobile {
    display: none;
  }
}

/******************************* CUSTOM PAGE CSS *******************************/

:target {
    scroll-margin-top: 100px; /* match your header height */
}

.home-page-accommodation .wp-block-buttons .wp-block-button__link {
    font-size: .8em;
	text-transform: uppercase;
	font-family: Poppins-SemiBold;
	font-weight: normal;
	padding: 10px 10px 8px;
	margin-top: 5px;
	color: #fff;

	border-radius: 0px !important;
	border-width: 1px;
	width: 100% !important;
}

.accomm-box img {
	border: 1px solid #fff;
}

.home-page-accommodation .wp-block-buttons {
    width: 100%;
}

.home-page-accommodation .wp-block-buttons .wp-block-button {
    width: 100%;
}

.home-page-accommodation .wp-block-buttons .wp-block-button__link {
    display: block; /* important */
    width: 100%;
}

#content .home-page-accommodation p {
	color: #fff;
}

.accommodation-page .wp-block-button__link {
    font-size: .8em;
    text-transform: uppercase;
    font-family: Poppins-Bold;
    font-weight: normal;
    padding: 12px 50px 10px !important;
    margin-top: 40px;
	background-color: #0783C5;
	color: #fff !important;
	border: 0px solid rgba(0,0,0,0.00);
}

.cta-parallax h2 {
	border-bottom: 20px;
}

.cta-parallax .wp-block-buttons .wp-block-button__link {
    font-size: .8em;
	text-transform: uppercase;
	font-family: Poppins-Bold;
	font-weight: normal;
	padding: 10px 30px 8px;
	margin-top: 5px;
	background-color: #fff;
	color: #0683C5 !important;
	border-color: rgba(0,0,0,0.00) !important;
}

.accommodation-types table td:first-child, .accommodation-types 
table th:first-child {
    width: 15%;
}

.accommodation-types .wp-block-table td, .accommodation-types.wp-block-table th {
    border: 0px solid;
    padding: 0em;
}

.accommodation-icons .kt-inside-inner-col {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
    gap: 0;
}

.accommodation-icons .kt-inside-inner-col > .wp-block-image {
    display: inline-block !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    flex: 0 0 auto !important;
}

.accommodation-icons .kt-inside-inner-col > .wp-block-image img {
    display: block;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
}

.accommodation-icons .kt-inside-inner-col > .wp-block-image {
    margin: 0 !important;
    padding: 0 !important;
}

.accommodation-icons .kt-inside-inner-col > .wp-block-image img {
    margin: 0 !important;
    padding: 0 !important;
}

.contact-information table {
    width: 100%;
    table-layout: auto !important;
    border-collapse: collapse;
    border: none !important;
}

.contact-information th,
.contact-information td {
    vertical-align: top;
    box-sizing: border-box;
	border: none !important;
}

.contact-information th:first-child,
.contact-information td:first-child {
    white-space: nowrap;
    width: 1px;
    padding: 5px 30px 5px 0;
}

.contact-information th,
.contact-information td {
    padding: 5px 0 5px 0;
}

.contact-information th:nth-child(2),
.contact-information td:nth-child(2) {
    width: auto;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.contact-information h5 {
	font-size: 1em;
	margin-bottom: 15px;
}