/*
Theme Name: TCWD Framework 2025
Description: A minimalistic WordPress theme for custom designed sites.
Version: 1.0
Author: Greg Provians
Author URI: www.tropicalcoastwebdesign.com.au
*/

/******************************* LOAD FONTS *******************************/

@font-face {
	font-family: Poppins-Regular;
	font-weight: 400;
	font-style: normal;
	src:url("fonts/Poppins/Poppins-Regular.ttf");
}

@font-face {
	font-family: Poppins-SemiBold;
	font-weight: 400;
	font-style: normal;
	src:url("fonts/Poppins/Poppins-SemiBold.ttf");
}

@font-face {
	font-family: Mulish-SemiBold;
	font-weight: 400;
	font-style: normal;
	src: url("fonts/Mulish/static/Mulish-SemiBold.ttf");
}

@font-face {
	font-family: Nunito-Regular;
	font-weight: 400;
	font-style: normal;
	src: url("fonts/Nunito/Nunito-Regular.ttf");
}

@font-face {
	font-family: Nunito-SemiBold;
	font-weight: 400;
	font-style: normal;
	src: url("fonts/Nunito/Nunito-SemiBold.ttf");
}

body {
    font-family: Nunito-Regular, Arial, sans-serif;
    margin: 0;
    padding: 0;
	font-size: 20px;
}

html {

	/* Apply border-box across the entire page. */
	box-sizing: border-box;
	font-family: var(--global--font-secondary);
	line-height: var(--global--line-height-body);
}

/**
 * Relax the definition a bit, to allow components to override it manually.
 */

*,
*::before,
*::after {
	box-sizing: inherit;
}

/******************************* HEADING STYLES *******************************/

h1 {
	font-family: Poppins-SemiBold, 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: .1em;
	line-height: .1em;
	color: #fff;
	padding: 0px;
	margin-bottom: 0px;
	width: 100%;
}

h2 {
	font-family: Nunito-SemiBold, Helvetica, Arial, "sans-serif";
	font-size: 2.1em;
	line-height: 1.2em;
	margin: 0 0 24px 0;
	color: #CB904D;	
}

h2 span{
	display: block;
	font-family: Nunito-SemiBold, Helvetica, Arial, "sans-serif";
	font-size: .5em;
	line-height: 1.2em;
	margin: 0 0 5px 0;
	color: #336EB2;	
	text-transform: uppercase;
}

h3 {
	font-family: Nunito-SemiBold, Helvetica, Arial, "sans-serif";
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 0 0 24px 0;
	color: #998D53;	
}

h5 {
	font-family: Nunito-SemiBold, Helvetica, Arial, "sans-serif";
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0 0 15px 0;
	color: #998C52;	
}

/* 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: 400px;
	display: flex;
flex-direction: column;
justify-content: center;
}

.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 {
  text-shadow: 1px 1px 2px black;
	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;
}

li {
	margin: 0 0 0 24px;
}

#content li {
	font-size: .8em;
	color: #666;
	line-height: 1.4em;
}

#content li li {
	font-size: inherit;
}

#content li ol {
	margin: 20px 0 20px 20px;
}

table td {
    
}

td, th {
	padding: 5px;
}

#content a:link, #content a:visited {
	color: #666;
	text-decoration: none;
}

#content a:hover {
	color: #000;
	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: auto;
	position: relative;
	background-color: #fff;
}

#header-contact {
	width: 100%;
	height: 46px;
	background-color: #CB904E;
	color: #000;
}

#header-contact-contents {
	width: 100%;
	height: 100%;
	max-width: 1400px;
	margin: 0 auto;
	color: #fff;
	font-family: Mulish-SemiBold;
	font-size: .7em;
}

#header-contact-contents-right {
	width: 45%;
	height: 100%;
	float: right;
	text-align: right;
	line-height: 46px;
	vertical-align: middle;
	margin-right: 30px;
}

#header-contact-contents-right a:link, #header-contact-contents-right a:visited{
	color: #fff;
	text-decoration: none;
}

#header-contact-contents-right a:hover{
	color: #ffff00;
	text-decoration: none;
}

#header-contact-contents-right img {
	line-height: 46px;
	vertical-align: middle;
	margin-bottom: 2px;
	margin-right: 10px;
	margin-left: 20px;
}

#header-main-contents {
	width: 100%;
	height: 116px;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

#header-main-logo {
	float: left;
	position: absolute;
	top: -46px;
	left: 30px;
	width: 370px;
	height: auto;
	z-index: 99999;
}

#header-buttons {
	width: 50%;
	height: 44px;
	position: absolute;
	float: right;
	right: 30px;
	top: 36px;
	text-align: right;
}

#header-buttons img{
	margin-left: 30px;
}

#header-main-menu {
	float: right;
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 60%;
	height: 46px;
	color: #000;
}

/******************************* FULL WIDTH MENU CSS *******************************/

#full-width-menu {
	width: 100%;
	height: 54px;
	background-color: #B01111;
	margin-top: 0;
	clear: both;
}

#full-width-menu-contents {
	width: 100%;
	max-width: 1340px;
	height: 100%;
	margin: 0 auto;
}

/******************************* 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;
	}

/*--- MENU - List Styles ---*/

	#cssmenu,
	#cssmenu > ul > li > ul > li a:hover {

	}

#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;
}


/*--- Individual Button Styles Go Here ---*/

	#cssmenu > ul > li > a {
		outline: none;
		display: block;
		position: relative;
		padding: 22px 20px 16px;
		text-align: center;
		text-decoration: none;
		font-weight: normal;
		text-transform: uppercase;
		font-size: .7em;
		font-family: inherit;
		color: #FFFFFF;;
	}

	#cssmenu li:first-child a {
		border-left: 0 none;
	}

/*--- Individual Button HOVER Styles Go Here ---*/

	#cssmenu > ul > li > a:hover {
		color: #FFFF00;
	}

	#cssmenu ul li.has-sub:hover > a:after {
		top: 0;
		bottom: 0;
	}

/*--- Sub Menu Dropdown Arrow ---*/

	#cssmenu > ul > li.has-sub {
		padding-right: 10px;  /*--- Extra room for arrow ---*/
	}

	#cssmenu > ul > li.has-sub > a:before {
		content: '';
		position: absolute;
		top: 26px;
		right: 5px;
		border: 5px solid transparent;
		border-top: 5px solid;
	}

/*--- Main Navigation Item with Drop Down Menu Underneath ---*/

	#cssmenu ul li.has-sub:hover > a {
		background-color: #001555; /*--- Color After Mouse moves away ---*/
		color: #FFFF00;
		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: 54px;
		left: 0px;
		padding: 0;
		background: #001555; /*--- Background colour of whole dropdown menu ---*/
		z-index: 999;
	}

	#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: .8em;
		font-family: inherit;
		color: #FFFFFF;
		text-decoration: none;
		text-align: left;
	}

/*--- Drop Down Menu Items HOVER effect ---*/

	#cssmenu ul ul a:hover {
		color: #ffff00;
		background-color: #000C2F; /*--- Hover colour of dropdown menu items ---*/
	}

/*--- 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.00);
		background-color: rgba(0,0,0,0.00);
	}

/* ----------------------------------------------------
   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: 0px;
    left: 0px;
    color: #fff;
    padding: 6px 18px;
    font-size: 1.4em;
}

/* 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: .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 #005EA6;
}

/* 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;
}

/* Remove any hover-open behaviour (just in case) */
.mobile-menu li:hover > ul {
    /* no hover open on mobile */
}

/* ----------------------------------------------------
   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: none;
		text-transform: none;
		text-align: left;
		line-height: 36px;
		vertical-align: middle;
		background-color: rgba(0,0,0,0.00);
	display: list-item;
	}

	#footer #cssmenu {
		height: auto;
		display: block;
		padding: 0;
		margin: 0;
		width: auto;
		border-color: #080808;

	}

/*--- MENU - List Styles ---*/

	#cssmenu,
	#cssmenu > ul > li > ul > li a:hover {

	}

#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;
    list-style: none; /* remove the disc */
    width: 100%;
    margin-left: 20px;

}

/* add the dash */
#footer #cssmenu > ul > li::before {
    content: "-";
    position: absolute;
    left: -15px; /* adjust as needed */
}


/******************************* SLIDESHOW *******************************/

#slideshow-image {
	width: 100%;
	height: auto;
}


/******************************* MAIN BODY *******************************/

/* CONTENT / BODY
-------------------------------------------------------------------------------*/

#wrapper {
	width: 100%;
	height: auto;
	margin: 0px auto;
	background-color: #FFF;
	display: block;
	overflow: hidden;
	}

	#main {
		width: 100%;
		height: auto;
		position: relative;
	}

		#content {
			box-sizing: border-box;
			padding: 100px 30px 100px;
			width: 100%;
			max-width: 1400px;
			margin: 0 auto;
		}

	#content p {
		font-size: .8em;
		margin: 0 0 24px 0;
		color: #666;
	}

/******************************* FOOTER *******************************/

#footer {
	width: 100%;
	height: auto;
	padding: 80px 30px;
	background-color: #9A8E54;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffff00;
	text-decoration: none;
}

#footer h5 {
	color: #fff;
}

#footer-contents {
	width: 100%;
	max-width: 1340px;
	height: auto;
	color: #fff;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}

#footer-left {
	width: 26%;
	height: auto;
	float: left;
	margin-right: 5%;
	line-height: 36px;
	vertical-align: middle;
}

#footer-left img{
	line-height: 36px;
	vertical-align: middle;
	margin-right: 15px;
}

#footer-logo {
	width: 283px;
	height: 146px;
	position: relative;
	background-image: url("../../../template-images/footer-logo.png");
	background-repeat: no-repeat;
	background-position: top left;
}

#footer-socials {
	width: 190px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	float: right;
	position: absolute;
	right: 0px;
	bottom: 33px;
	font-size: .7em;
}

#footer-socials img{
	margin: 0 15px 2px 0;
	line-height: 24px;
	vertical-align: middle;
}

#footer-center {
	width: 32%;
	height: auto;
	float: left;
	line-height: 36px;
	vertical-align: middle;
}
#footer-center img{
	margin-right: 15px;
	line-height: 36px;
	vertical-align: middle;
}

#footer #footer-center h5 {
    margin: 0 0 20px 0;
}

#footer-center p{
	font-size: .7em;
	margin: 0 0 22px 0;
	line-height: 28px;
}

#footer-center span{
	font-size: .7em;
}

#footer-right {
	width: 32%;
	height: auto;
	float: right;
	pointer-events: none;
}

/******************************* COPYRIGHT / LOGIN / T&Cs *******************************/

#notice_footer {
	width: 100%;
	height: auto;
	min-height: 60px;
	background-color: #CB904E;
	display: block;
	overflow: hidden;
}

#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: 1400px;
	height: auto;
	margin: 0 auto;
	padding: 0 30px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 60px; 
	font-size: 14px;
	overflow: hidden;
	clear: both;
}

#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: 14px;
	display: block;
	overflow: hidden;
	padding: 10px 30px;
}

#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{
	border: none;
	padding:0;
	-webkit-border-radius: 10px;   
    border-radius: 10px;
	width: 100%;
	margin-bottom:21px;
}

.email_terms {
	font-size:13px !important;
	color: #444 !important;
}
	

#two-column{
	width: 100%;
}

#two-column input::placeholder{
	color: #999;
	font-family: Poppins-Regular;
}

#two-column #left{
	width: 48%;
	float: left;
}

#two-column #left p {
    line-height: 25px !important;
}

#two-column #right{
	width: 48%;
	float: right;
}
#two-column p{
margin: 0px !important;
}

#two-column input[type="text"]{
	border:none;
	border:1px solid #DDD;
	font-size : .8em;
	border-radius: 5px;
	padding: 10px 15px;
	margin-bottom:15px;
	width: 100%;
}

#two-column input[type="email"]{
	border:none;
	border:1px solid #DDD;
	font-size: .8em;
	border-radius: 5px;
	padding: 10px 15px;
	margin-bottom:15px;
	width: 100%;
}

#two-column textarea {
    position: relative;
    padding: 10px 15px;
    border:1px solid #DDD;
    border-radius: 5px;
	width: 100%;
	margin-bottom: 15px;
	font-size: .8em;
	font-family: Poppins-Regular;
}

#two-column textarea::placeholder {
    color: #999;
}


#two-column select {
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 10px 15px 10px 10px;
    margin-bottom: 15px;
    width: 100%;
    color: #999; /* Initial color for placeholder */
    font-size: .8em;
	font-family: Poppins-Regular;
}

/* Ensure the placeholder option stays gray */
#two-column select option[value=""] {
    color: #999 !important;
}

/* Change the color when a valid option is selected */
#two-column select:valid {
    color: #333;
}

.wpcf7 select[name="select-an-option"] { color:#aaa; font-size: .9em;}

.wpcf7 select[name="select-an-option"] option { color:#000 !important; font-size: .9em; }


#two-column input[type="submit"]{
	padding:11px 25px 9px;
	background-color: #CB904E;
	border: 1px solid #CB904E;
	color: #fff;
	text-transform: uppercase;
	float:right;
	border-radius: 5px;
	margin:16px 0px 0px 0px;
	width: 100%;
}

#two-column input[type="text"]:focus, #two-column textarea:focus, #two-column input[type="email"]:focus{
	background: #F1F1F1;
}

#two-column input[type="submit"]:hover{
	background: #B17634;
	border-color: #B17634;
	color: #fff;
}

#content .wpcf7-not-valid-tip {
    font-size: .8em;
	margin-bottom: 10px;
	margin-top: -15px;
	text-align: right;
}

#content .wpcf7 form.invalid .wpcf7-response-output {
    border-color: #ff0000;
}

#content .wpcf7 form .wpcf7-response-output {
    padding: 0.5em 1em;
    border: 2px solid #008C00;
	font-size: .8em;
	margin: 40px 0px 10px;
}

/******************************* SMART PHONES  UNDER 800 PIXELS *******************************/

@media (max-width: 799px) {
	
#header-contact-contents-right {
    width: 100%;
    float: none;
    text-align: center;
    padding-right: 20px;
	margin-right: 0;
}

#header-contact-contents-right img {
    margin-left: 20px;
}	
	
#header-main-menu {
    display: none;
}
	
#full-width-menu {
    display: none;
}
	
#header-main-contents {
    padding: 0 20px 20px;
	height: auto;
}

    #header-buttons {
        width: 100%;
        position: relative;      /* remove absolute layout for mobile */
        float: none;
        top: auto;
        right: auto;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;               /* spacing between buttons */
        height: auto;
        margin: 10px 0 5px;
    }

    #header-buttons img {
        width: 150px;            /* scale buttons down here */
        height: auto;
        margin: 0;
    }
	
#header-main-logo {
    float: none;
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
	text-align: center;
}
	
#header-main-logo img{
    width: 90%;
	height: auto;
	max-width: 370px;
}
	
#content {
    padding: 100px 20px 100px;
}
	
.accommodation-types h3 {
    margin: 30px 10px 10px 10px !important;
	font-size: 1.3em;
}
	
#content .accommodation-types p {
    margin: 0px 10px 20px 10px !important;
}

/* 1. Make the buttons wrapper full-width and block-level */
.accommodation-types .wp-block-buttons {
    display: block !important;
    width: 100% !important;
}

/* 2. Make each button container full-width */
.accommodation-types .wp-block-button,
.accommodation-types .contact-button {
    display: block !important;
    width: 100% !important;
    margin: 10px 0 0 !important;
}

/* 3. Make the actual <a> fill its parent */
.accommodation-types .wp-block-button__link {
    display: block !important;
    width: 100% !important;
    padding: 10px 0 8px !important;
    text-align: center;
    font-size: .7em;
    box-sizing: border-box;
}

.accommodation-types .contact-button .wp-block-button__link {
    margin: 10px 0 0 0 !important;
}
	
#content .facilities p {
    text-align: center;
}
	
#footer {
    padding: 80px 20px;
}
	
#footer p {
    font-size: .7em;
    line-height: 2em;
}
	
#footer-left, #footer-center, #footer-right {
    width: 100%;
    margin-right: 0;
	float: none;
	margin-bottom: 50px;
}
	
#footer #cssmenu > ul > li > a {
    font-size: .7em;
}
	
#footer #cssmenu > ul > li {
    width: 100%;
}
	
#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;
}

}

/******************************* TABLETS BETWEEN 800 & 1200 PIXELS *******************************/

@media screen and (min-width: 800px) and (max-width: 1199px) { 
	
#header-contact-contents-right {
    width: 100%;
    float: none;
    text-align: center;
    padding-right: 20px;
	margin-right: 0;
}

#header-contact-contents-right img {
    margin-left: 20px;
}	
	
#header-main-menu {
    display: none;
}
	
#full-width-menu {
    display: none;
}
	
#header-main-contents {
    padding: 0 30px 20px;
	height: auto;
}

#header-buttons {
    width: 100%;
    right: 0px;
    top: initial;
	bottom: 0;
    text-align: center;
	display: block;
	position: relative;
	margin-bottom: 20px;
}
	
#header-buttons img {
    margin: 0 15px 15px 15px;
}
	
#header-main-logo {
    float: none;
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
	text-align: center;
}
	
#content {
    padding: 100px 20px 100px;
}
	
.accommodation-types h3 {
    margin: 30px 10px 10px 10px !important;
	font-size: 1.3em;
}
	
#content .accommodation-types p {
    margin: 0px 10px 20px 10px !important;
}

/* 1. Make the buttons wrapper full-width and block-level */
.accommodation-types .wp-block-buttons {
    display: block !important;
    width: 100% !important;
}

/* 2. Make each button container full-width */
.accommodation-types .wp-block-button,
.accommodation-types .contact-button {
    display: block !important;
    width: 100% !important;
    margin: 10px 0 0 !important;
}

/* 3. Make the actual <a> fill its parent */
.accommodation-types .wp-block-button__link {
    display: block !important;
    width: 100% !important;
    padding: 10px 0 8px !important;
    text-align: center;
    font-size: .7em;
    box-sizing: border-box;
}

.accommodation-types .contact-button .wp-block-button__link {
    margin: 10px 0 0 0 !important;
}
	
#content .facilities p {
    text-align: center;
}
	
#footer-left {
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center; /* optional */
}

/* THIS is the important fix */
#footer-logo {
    width: 246px;
    height: 146px;
    background-image: url("../../../template-images/footer-logo.png");
    background-repeat: no-repeat;
    display: block;      /* make it a block element */
    margin: 0 auto;      /* now it will centre */
}

	
#footer-center {
    width: 47%;
    float: left;
	padding-top: 60px;
}
	
#footer-right {
    width: 47%;
    float: right;
	padding-top: 60px;
}
	
#notice_footer_content {
    display: none;
}

}

/******************************* DESKTOPS AND NOTEBOOKS OVER 1200 PIXELS *******************************/

@media (min-width: 1200px) {
	
.toggle-menu, .mobile-menu {
        display: none;
}
	
#notice_footer_mobile {
    display: none;
}

}

/******************************* CUSTOM PAGE CSS *******************************/

.contact-button .wp-block-button__link {
    border-radius: 9px;
    box-shadow: none;
    text-decoration: none;
    padding: 12px 35px 10px;
    font-size: .8em;
    margin-top: 10px;
    transition: background-color 0.2s ease;
}

.contact-button .wp-block-button__link:link,
.contact-button .wp-block-button__link:visited,
.contact-button .wp-block-button__link:active {
    background-color: #9A8E54 !important; /* your default */
}

.contact-button .wp-block-button__link:hover {
    background-color: #CB904E !important;
}


.image-hero .wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;

    /* Added effects */
    transform: rotate(5deg);
    box-shadow: 20px 20px 0 #EAEAEA; /* adjust offsets if needed */
}

.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic {
    border-radius: 20px;
    overflow: hidden; /* makes the radius apply properly */
}

.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic img {
    border-radius: 20px;
}

.accommodation-types h3 {
	margin: 30px 20px 10px 20px;
}

#content .accommodation-types p {
	margin: 0px 20px 20px 20px;
}

.accommodation-types .contact-button .wp-block-button__link {
    margin: 10px 20px 0 20px;
	padding: 10px 25px 8px;
    font-size: .7em;
}

#content .facilities p {
	line-height: 38px;
	vertical-align: middle;
	color: #444;
}

#content .facilities p img{
	line-height: 38px;
	vertical-align: middle;
	margin: 0 15px 3px 0;
}

h2.facilities-header {
    font-family: Nunito-SemiBold, Helvetica, Arial, "sans-serif";
    font-size: 2.1em;
    line-height: 1.2em;
    margin: 0 0 10px 0;
    color: #CB904D;
}

.captcha-image {
    width: 100%;
}

.kb-splide .splide__arrow {
    border: none;
}

#content .contact-box p {
	margin: 0 0 0 0;
}

#header-buttons a {
    display: inline-block;
    position: relative;
}

#header-buttons img {
    display: block;
}

/* Hide hover image until hovered */
#header-buttons img.hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.2s ease;
}

/* Reveal hover image */
#header-buttons a:hover img.hover {
    opacity: 1;
}
