/*
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: Poppins-Bold;
	font-weight: 400;
	font-style: normal;
	src:url("fonts/Poppins/Poppins-Bold.ttf");
}

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

body {
    font-family: Poppins-Regular, Arial, sans-serif;
    margin: 0;
    padding: 0;
	font-size: 20px;
	color: #444;
}

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: Marcellus-Regular, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 2.7em;
	color: #2E7FBF;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0 0 20px 0;
}

h2 span {
	font-family: Poppins-SemiBold;
	color: #DF795F;
	font-size: 26px;
	display: block;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	line-height: 1em;
}

h3 {
	font-family: Marcellus-Regular, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 2.3em;
	color: #2F7FBF;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0 0 20px 0;
}

h3 span {
	font-family: Poppins-SemiBold;
	color: #DF795F;
	font-size: 18px;
	display: block;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	line-height: 1em;
}


h4 {
	font-family: Marcellus-Regular, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 1.4em;
	color: #2F7FBF;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0 0 20px 0;
}

h5 {
	font-family: Marcellus-Regular, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 1em;
	line-height: 1.2em;
	padding-bottom: 5px;
	width: 100%;
	border-bottom: 1px solid #fff;
	margin: 0 0 20px 0;
	color: #fff;	
}

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

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

#content li {
	margin: 0 0 0 24px;
	font-size: .9em;
}

table td {
    
}

td, th {
	padding: 5px;
}

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

#content a:hover {
	color: #E07A5F;
	text-decoration: none;
}

/* 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: 48px;
	background-color: #2F7FBF;
	color: #000;
}

#header-contact-contents {
	width: 100%;
	height: 100%;
	max-width: 1400px;
	margin: 0 auto;
	color: #fff;
}

/* ===============================
   Header container
================================ */
#header-contact-contents-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;

	line-height: 48px;
	margin-right: 30px;

	font-family: Poppins-Regular;
	font-size: .8em;
	color: #fff;

	/* remove legacy layout conflicts */
	float: none;
	text-align: initial;
	height: 48px;
}

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

/* ===============================
   Images
================================ */
#header-contact-contents-right img {
	display: block;          /* removes baseline gap */
	width: 24px;
	height: 24px;
	margin-right: 12px;
}

/* ===============================
   Contact items
================================ */
.header-contact-item {
	display: inline-flex;
	align-items: center;

	height: 48px;           /* KEY: forces full-height borders */
	line-height: 48px;

	flex: 0 0 auto;         /* prevents flex squashing */
}

/* separators between items */
.header-contact-item {
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px solid #8EC6E8;
}

/* ===============================
   Social icons spacing
================================ */
.header-social img:last-child {
	margin-right: 0;
}

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

#header-main-logo {
	float: left;
	position: absolute;
	top: 28px;
	left: 30px;
	width: 419px;
	height: auto;
}

#header-main-buttons {
	float: right;
	position: absolute;
	bottom: 28px;
	right: 30px;
	width: 50%;
	height: auto;
	text-align: right;
	line-height: 50px;
	vertical-align: middle;
}

#header-main-buttons img{
	margin-left: 30px;
	line-height: 50px;
	vertical-align: middle;
}

/*#header-main-menu {
	float: right;
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 60%;
	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;
	}

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

	#header #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: .8em;
		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: border-box; /* important */
	text-transform: none;
	text-align: left;
	line-height: 32px;
	vertical-align: middle;
	background-color: rgba(0,0,0,0.00);
}

/* Main menu wrapper */
#footer #cssmenu {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* UL - make a 2-column wrapping layout */
#footer #cssmenu > ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;

	margin: 0;
	padding: 0;

	/* Optional spacing between columns/rows */
	column-gap: 40px; /* some browsers ignore this on flex; see gap below */
	gap: 0 40px;      /* row gap 0, column gap 40px */
}

/* LI - 2 columns */
#footer #cssmenu > ul > li {
	list-style: none;
	position: relative;

	/* two columns */
	flex: 0 0 calc(50% - 20px); /* 50% minus half the gap */
	max-width: calc(50% - 20px);

	/* marker spacing */
	padding-left: 14px;
	margin: 0;

	display: block;
	font-size: .8em;
	color: #fff;
	padding-bottom: 4px;
}

/* Custom > marker */
#footer #cssmenu > ul > li::before {
	content: ">";
	position: absolute;
	left: 0;
	top: 0;
	line-height: 31px;
}

/* Links */
#footer #cssmenu > ul > li a {
	display: inline;
	text-decoration: none;
}

#footer #cssmenu > ul > li a:link {
	color: #fff;
}

/* Optional: 1 column on mobile */
@media (max-width: 768px) {
	#footer #cssmenu > ul > li {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/******************************* 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: 120px 30px 100px;
			width: 100%;
			max-width: 1400px;
			margin: 0 auto;
		}

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

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

#footer {
	width: 100%;
	height: auto;
	padding: 90px 30px;
	background-color: #242057;
}

#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: 28%;
	float: left;
	margin-right: 5%;
	padding: 0 30px;
	background-color: #fff;
	text-align: center;

	min-height: 259px;

	display: flex;
	align-items: center;     /* vertical centring */
	justify-content: center; /* horizontal centring */
}

#footer-left img{
	width: 100%;
	height: auto;
	max-width: 359px;
}

#footer-center {
	width: 29%;
	height: auto;
	float: left;
}

#footer-center p{
	font-size: .8em;
	line-height: 36px;
	vertical-align: middle;
}

#footer-center p img {
	margin: 0 10px 2px 0;
	line-height: 36px;
	vertical-align: middle;
}

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

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

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

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

#notice_footer {
	width: 100%;
	height: auto;
	min-height: 60px;
	background-color: #2F7FBF;
	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: #444;
	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 #444;
	font-size : .8em;
	border-radius: 5px;
	padding: 10px 15px;
	margin-bottom:15px;
	width: 100%;
}

#two-column input[type="email"]{
	border:none;
	border:1px solid #444;
	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 #444;
    border-radius: 5px;
	width: 100%;
	margin-bottom: 15px;
	font-size: .8em;
	font-family: Poppins-Regular;
}

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


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

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

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

.wpcf7 select[name="select-an-option"] { color:#444; 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: #E07A5F;
	border: 1px solid #E07A5F;
	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: #B8010B;
	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: 899px) {
	
#header-main-contents {
    padding: 20px 30px;
	height: auto;
}
	
#header-main-buttons {
    float: none;
    position: relative;
    bottom: initial;
    right: initial;
    width: 100%;
    text-align: center;
}

    #header-contact-contents-right {
        justify-content: center;
        margin-right: 0;
        text-align: center;
        width: 100%;
    }
	
#header-main-buttons img {
    margin: 0px 15px 10px 15px;
    line-height: 50px;
    vertical-align: middle;
}
	
.header-contact-item {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 0px solid #8EC6E8;
}
	
	.header-address {
		display: none;
	}
	
	.toggle-menu {
		display: none;
	}
	
.header-social {
		margin-right: 15px;
	}
	
#header-main-logo {
    float: none;
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
	
#header-main-logo img{
    width: 100%;
	height: auto;
	max-width: 419px;
}
	
#content {
    padding: 120px 20px 100px;
}
	
#footer {
    padding: 80px 20px;
}
	
#footer #footer-center p {
    font-size: .7em;
    line-height: 36px;
}
	
#footer-left, #footer-center, #footer-right {
    width: 100%;
    margin-right: 0;
	float: none;
	margin-bottom: 50px;
}
	
#footer-left {
    min-height: 160px;
}
	
#footer #cssmenu > ul > li {
    font-size: .7em;
}
	
#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;
}
	
#content .facilities p img {
    width: 30px;
	height: 30px;
}

  .kb-row-layout-id12_5bfcc2-23 > .kt-row-column-wrap {
    column-gap: 0;
    row-gap: 0;
  }

#content .facilities p {
    margin-bottom: 0;
}
	
#content .facilities h3 {
    margin-bottom: 30px;
}
	
	h3 {
    font-size: 2em;
}
	
div#n2-ss-2 .n2-font-309ddd0bfce5a75cea07df3a88976d87-paragraph {
    font-size: 200% !important;
    text-align: center !important;
}
	
div#n2-ss-2 .n-uc-1ddbe5241459c-inner {
    padding: 0px 0px 0px 0 !important;
}
	
div#n2-ss-2 .n2-font-66f8224ace9837a0a1890d204b14a4e7-paragraph {
    font-size: 100% !important;
    text-align: center !important;
}
	
div#n2-ss-2 .n2-font-c82914257a63c6d4542f29bba0115fe1-link a {
    font-size: 100% !important;
}
	
div#n2-ss-2 .n-uc-1dce2c2c89ad4-inner {
    padding: 0 0 0 0  !important;
}
	
/* SMART SLIDER: centre the two-button row */
.n-uc-1cf0366afa13f-inner > .n2-ss-layer-row-inner{
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 0px !important;              /* space between buttons */
}

/* Make the columns not fight flex centring */
.n-uc-1cf0366afa13f-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"]{
	width: auto !important;
	flex: 0 0 auto !important;
}
	
.wp-block-image figcaption {
    position: absolute;
    bottom: 20px;
    left: 20px !important;
    margin: 0;
    padding: 0 0;
    color: #ffffff;
    font-size: 1em !important;
    line-height: 1.3;
    font-family: Poppins-SemiBold;
    background: none;
    border-radius: 3px;
    max-width: calc(100% - 30px);
    z-index: 2;
}

.facilities .kt-row-column-wrap {
    gap: var(--global-row-gutter-md, 0rem) var(--global-row-gutter-md, 2rem);
}
	
#content .facilities p {
    line-height: 50px !important;
    vertical-align: middle;
    font-size: .8em;
}
	
}

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

@media screen and (min-width: 900px) and (max-width: 1359px) { 
	
#header-main-menu {
    display: none;
}
	
#header-main-contents {
    padding: 20px 30px;
	height: auto;
}
	
	.toggle-menu {
		display: none;
	}
	
#header-main-buttons {
    float: none;
    position: relative;
    bottom: initial;
    right: initial;
    width: 100%;
    text-align: center;
}
	
#header-main-buttons img {
    margin: 30px 15px 10px 15px;
    line-height: 50px;
    vertical-align: middle;
}
	
#header-main-logo {
    float: none;
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
	text-align: center;
}
	
#footer-left {
    width: 100%;
	max-width: 400px;
    float: none;
	overflow: hidden;
	clear: both;
	text-align: center;
	margin: 0 auto 60px;
}
	
#footer-center {
    width: 44%;
    float: left;
}
	
#footer-right {
    width: 52%;
}
	
#notice_footer_content {
    display: none;
}

}

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

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

}

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

/* Position caption inside image */
.wp-block-image figcaption {
    position: absolute;
    bottom: 20px;
    left: 30px;
    margin: 0;
    padding: 0 0;
    color: #ffffff;
    font-size: 1.2em;
    line-height: 1.3;
	font-family: Poppins-SemiBold;
    background: none;
    border-radius: 3px;
    max-width: calc(100% - 30px);

    z-index: 2;
}

/* Parent container */
.tint-25 {
    position: relative;
}

/* Tint ONLY images inside the parent */
.tint-25 .wp-block-image img {
    display: block;
    filter: brightness(0.75);
}

/* =========================================================
   IMAGE CORNER BRACKETS
   Apply via: Additional CSS class = "brackets"
   ========================================================= */

/* Force bracketed image blocks to size to the image, not the parent */
.wp-block-image.brackets {
    position: relative;
    display: inline-flex !important;
    width: auto !important;
    max-width: 100% !important;
    overflow: visible;
}

/* Neutralise wide / full alignment stretching */
.wp-block-image.brackets.alignwide,
.wp-block-image.brackets.alignfull {
    display: inline-flex !important;
    width: auto !important;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}

/* Image itself */
.wp-block-image.brackets img {
    display: block;
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

/* Shared pseudo-element reset (prevents Kadence artefacts) */
.wp-block-image.brackets::before,
.wp-block-image.brackets::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    pointer-events: none;
    box-sizing: border-box;

    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0 !important;

    border: 0; /* <-- IMPORTANT: no !important here */

    z-index: 3;

    transition: transform 0.25s ease, opacity 0.25s ease;
}

/* Top-right bracket (outside image) */
.wp-block-image.brackets::before {
    top: -15px;
    right: -15px;
    bottom: auto;
    left: auto;

    border-top: 3px solid #E07A5F !important;
    border-right: 3px solid #E07A5F !important;
}

/* Bottom-left bracket (outside image) */
.wp-block-image.brackets::after {
    bottom: -15px;
    left: -15px;
    top: auto;
    right: auto;

    border-bottom: 3px solid #E07A5F !important;
    border-left: 3px solid #E07A5F !important;
}

/* Hover animation – brackets contract inward */
.wp-block-image.brackets:hover::before {
    transform: translate(-8px, 8px);
}

.wp-block-image.brackets:hover::after {
    transform: translate(8px, -8px);
}

/* Disable hover animation on touch devices */
@media (hover: none) {
    .wp-block-image.brackets::before,
    .wp-block-image.brackets::after {
        transform: none;
        transition: none;
    }
}

/* =========================================================
   KADENCE ROW OVERRIDES (prevents figure stretching on wide screens)
   ========================================================= */

/* Kadence Row Layout wrappers (covers common Kadence structures) */
.wp-block-kadence-rowlayout .wp-block-image.brackets,
.kb-row-layout-wrap .wp-block-image.brackets,
.kadence-rowlayout-inner .wp-block-image.brackets {
    display: inline-flex !important;
    width: fit-content !important;     /* shrink-wrap to image */
    max-width: 100% !important;
    flex: 0 0 auto !important;         /* STOP flex stretching */
    align-self: flex-start !important;
    justify-self: start !important;
}

/* If Kadence or WP adds alignment classes that stretch width */
.wp-block-kadence-rowlayout .wp-block-image.brackets.alignwide,
.wp-block-kadence-rowlayout .wp-block-image.brackets.alignfull {
    width: fit-content !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

#content .facilities p {
	line-height: 32px;
	vertical-align: middle;
	font-size: .8em;
}

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

.cta-area h2 {
	font-family: Poppins-Bold;
	color: #fff;
	font-size: 2.7em;
}

.contact-us .wp-block-button__link {
    padding: 10px 25px 8px;
    font-size: .9em;
	margin-bottom: 40px;
}

.cf7ic_instructions {
    font-size: .8em;
}

.wp-block-button__link {
    padding: 12px 20px 12px 20px;
    border-radius: 10px;
	margin-top: 10px;
	font-size: .8em;
	text-transform: uppercase;
}