/*
Theme Name: TCWD Framework 2026
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";
  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");
}

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

h2 {
	font-family: "Poppins";
	font-size: 3.4em;
	color: #2CB200;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	line-height: 1.2em;
	font-weight: normal;
}

h3 {
	font-family: "Poppins";
	font-size: 2.25em;
	color: #2CB200;
	margin: 0 0 25px 0;
	padding: 0 0 0 0;
	line-height: 1.2em;
	font-weight: normal;
}

h4 {
	font-family: "Poppins";
	font-size: 1.5em;
	color: #2CB200;
	margin: 10px 0 20px 0;
	padding: 0 0 0 0;
	line-height: 1.2em;
	font-weight: normal;
}

h5 {
  font-family: Poppins-SemiBold, Helvetica, Arial, "sans-serif";
  font-size: 1em;
  line-height: 1.2em;
  margin: 0 0 24px 0;
  color: #2CB200;
}

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

td,
th {
  padding: 5px;
}

#content a:link, #content a:visited {
	color: #2CB200;
}

#content a:hover {
	color: #2CB200;
}

/* 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: 52px;
  background-color: #343F99;
}

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

#header-contact-contents-right {
  width: 45%;
  height: 100%;
  float: right;
  text-align: right;
  margin-right: 30px;
	line-height: 52px;
	vertical-align: middle;
	color: #fff;
	font-size: 1em;
}

#header-contact-contents-right img {
	line-height: 52px;
	vertical-align: middle;
	margin: 0 20px 3px 0;
}

#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-main-contents {
  width: 100%;
  height: 150px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

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

#header-main-address {
  float: right;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50%;
  height: auto;
  text-align: right;
  line-height: 46px;
  vertical-align: middle;
  color: #fff;
  text-transform: uppercase;
}

#header-main-menu {
  float: right;
  position: absolute;
  bottom: 40px;
  right: 5px;
  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: #2DB200;
}

#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 > a:hover {
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
}

#cssmenu > ul > li > a:after {
  content: '';
  display: block;
  margin: auto;
	margin-top: 5px;
  height: 2px;
  width: 0px;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
}

#cssmenu > ul > li > a:hover:after {
  width: 100%;
  background: #2DB200;
}

	#cssmenu > ul > li > a {
	  		transition-duration: 0.5s;
	}
/*--- Individual Button HOVER Styles Go Here ---*/
	#cssmenu > ul > li > a:hover {
		padding: 20px 20px 24px;
  		transition-duration: 0.5s;
	}


/*--- 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: 0.8em;
  font-family: "Poppins-SemiBold";
  color: #333;
}

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

/*--- Individual Button HOVER Styles Go Here ---*/
#cssmenu > ul > li > a:hover {
  color: #2DB200;
}

#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 {
  color: #2DB200;
  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;
  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: 16px 20px 14px;
  text-transform: uppercase;
  font-size: 0.8em;
  font-family: "Poppins-SemiBold";
	font-weight: normal;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
	background-color: #343F99;
}

#cssmenu ul li > ul li:first-child a {
  padding-top: 21px;
	border-top-right-radius: 15px;
}

#cssmenu ul li > ul li:last-child a {
  padding-bottom: 19px;
	border-bottom-left-radius: 15px;
}

/*--- Drop Down Menu Items HOVER effect ---*/
#cssmenu ul ul a:hover {
  color: #ffff00;}

/*--- 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: 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: 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 #343F99;
}

/* 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: #343F99;
  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: #343F99;
}

/* 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;
	background-image: url("../../../../template_images_2026/slideshow.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 30px;
	margin-bottom: 0px;
}

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

#content p {
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0 0 24px 0;
	color: #333;
}

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

#footer-fairground {
	width: 100%;
	height: 438px;
	background-image: url("../../../../template_images_2026/footer-fairground-web-v2.webp");
	background-position: bottom left;
	background-repeat: repeat-x;
}

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

#footer p {
  font-size: 0.8em;
  line-height: 2.4em;
}

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

#footer-left {
  width: 30%;
  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-center {
  width: 30%;
  height: auto;
  float: left;
	border-left: 1px solid #40396C;
	padding: 10px 0 20px 30px;
	min-height: 200px;
}

#footer-center p{
  line-height: 2.4em;
	vertical-align: middle;
}

#footer-center p img{
  line-height: 2.4em;
	vertical-align: middle;
	margin: 0 15px 2px 0;
}

#footer-right {
  width: 30%;
  height: auto;
  float: right;
	border-left: 1px solid #40396C;
	padding: 10px 0 20px 30px;
	min-height: 200px;
}

#footer-right p{
  line-height: 2.4em;
	vertical-align: middle;
}

#footer-right p img{
  line-height: 2.4em;
	vertical-align: middle;
	margin: 0 15px 2px 0;
}

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

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

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

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

#notice_footer a:link,
#notice_footer a:visited {
  color: #51acff;
  text-decoration: none;
}

#notice_footer a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

#notice_footer_content {
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
  padding: 0 30px;
  color: #51acff;
  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: #51acff;
  text-align: center;
  vertical-align: middle;
  line-height: 26px;
  font-size: 14px;
  display: block;
  overflow: hidden;
  padding: 20px 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 *******************************/

/* Placeholder - modern */
#two-column input[type="text"]::placeholder,
#two-column input[type="email"]::placeholder,
textarea::placeholder {
  color: #888 !important;   /* force win */
  opacity: 1 !important;    /* Firefox */
	font-family: "Poppins";
}

/* Selected value = black */
body .wpcf7 form select.wpcf7-form-control.wpcf7-select {
  color: #000 !important;
}

/* Placeholder state (empty value) = grey */
body .wpcf7 form select.wpcf7-form-control.wpcf7-select:required:invalid {
  color: #888 !important;
}



.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 #aaa;
  font-size: 0.8em;
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 15px;
  width: 100%;
}

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

#two-column textarea {
  position: relative;
  padding: 10px 15px;
  border: 1px solid #aaa;
  border-radius: 5px;
  width: 100%;
  font-size: 0.8em;
  font-family: "Poppins";
}

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

#two-column select {
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 10px 15px 10px 10px;
  margin-bottom: 15px;
  width: 100%;
  font-size: 0.8em;
}

.captcha-image {
    width: 100%;
	margin-top: 11px;
	border-radius: 5px;
}

#two-column input[type="submit"] {
  padding: 11px 25px 9px;
  background-color: #343F99;
  border: 1px solid #343F99;
  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: #2A225B;
	border-color: #2A225B;
  color: #fff;
}

#content .wpcf7-not-valid-tip {
  font-size: 0.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: 0.8em;
  margin: 40px 0px 10px;
}

/******************************* SMART PHONES  UNDER 800 PIXELS *******************************/
@media (max-width: 799px) {
  #header-contact-contents-left {
    display: none;
  }

  #header-main-menu {
    display: none;
  }

  #full-width-menu {
    display: none;
  }

  #header-contact-contents-right {
    width: 100%;
    margin-right: 18px;
	  font-size: .9em;
  }
	
#header-contact-contents-right img {
    margin: 0 15px 3px 0;
}

  #header-main-contents {
    height: auto;
    overflow: hidden;
    clear: both;
    padding: 20px 10px;
  }

  #header-main-address {
    float: none;
    position: relative;
    right: initial;
    top: initial;
    width: 100%;
    text-align: center;
    font-size: 0.8em;
  }

  #header-main-logo {
    float: none;
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
    text-align: center;
  }

  #header-main-logo img {
    width: 90%;
	  max-width: 291px;
    height: auto;
  }

  #footer {
    padding: 80px 30px 30px;
  }

  #footer p {
    font-size: 0.7em;
    line-height: 2em;
  }

  #footer-left,
  #footer-center,
  #footer-right {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 50px;
	  min-height: 0;
  }

#footer-center, #footer-right {
    border-left: none;
    padding: 0 0 0 0;
}	
	
  #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;
  }
	
.n2-ss-layer.slideshow-title p {
	font-size: 22px !important;
	line-height: 1.2;
}

h2 {
    font-family: "Poppins";
    font-size: 3em;
    color: #2CB200;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    line-height: 1.2em;
    font-weight: normal;
}
	
}

/******************************* TABLETS BETWEEN 800 & 1200 PIXELS *******************************/
@media screen and (min-width: 800px) and (max-width: 1199px) {
  #header-contact-contents-left {
    display: none;
  }

  #header-main-menu {
    display: none;
  }
	
#header-main-contents {
    height: auto;
	padding: 30px 0 25px;
}

  #header-main-address {
    float: none;
    position: relative;
    right: initial;
    top: initial;
    width: 100%;
    text-align: center;
  }

  #header-main-logo {
    float: none;
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
    text-align: center;
  }

  #footer-left {
    width: 47%;
    margin-right: 3%;
  }

  #footer-center {
    width: 47%;
    float: right;
    height: auto;
    border-left: none;
    padding: 0px 0 20px 0px;
    min-height: 200px;
}

  #footer-right {
    width: 100%;
    float: none;
    padding-top: 60px;
    overflow: hidden;
    clear: both;
    text-align: center;
    border-left: none;
    padding: 40px 0 0 0;
    min-height: 200px;
}

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

.n2-ss-slider .n2-ss-layer[data-sstype=slide] {
    background-color: #fff;
}

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

#content .colour-blocks p {
	line-height: 1em;
	margin: 0 0 0 0;
}

#content .colour-blocks a:link, #content .colour-blocks a:visited {
	color: #fff;
	text-decoration: none;
}

#content .colour-blocks a:hover {
	color: #ffff00;
	text-decoration: none;
}

/******************************* EVENT CALENDAR *******************************/

.ecs-event-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)); /* 3 equal cols that can shrink */
  gap: 80px;
  list-style: none;
  padding: 0;
  margin: 0 0 60px;
  width: 100%;
}

.ecs-event-list li {
  min-width: 0;          /* allow grid items to shrink */
  box-sizing: border-box;
  margin: 0;             /* kill any theme margins */
  padding: 10px;
  background: #fff;   /* demo only */
	border-radius: 10px;
	 /* shadow glow */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); /* adjust spread/opacity as needed */
}

/* Stop inner content from blowing out the column */
.ecs-event-list li img,
.ecs-event-list li video {
  max-width: 100%;
  height: auto;
  display: block;
}

.ecs-event-list li a,
.ecs-event-list li span,
.ecs-event-list li p {
  word-wrap: break-word;
  overflow-wrap: anywhere;  /* break long URLs/words */
}

.ecs-event-list li h4 a:link {
	color: #444;
	font-family: Poppins-SemiBold;
	font-size: .9em;
	text-decoration: none;
	padding: 0 20px;
}

.ecs-event-list li h4{
	margin: 20px 0 0 0;
}

.ecs-event-list li img {
  width: 100%;
  height: 180px;       /* fixed height */
  object-fit: cover;   /* crops instead of squishing */
  display: block;
}

/* Make the date line a full-width block with spacing */
.ecs-event-list > li > span.duration.time {
	display: block;
	padding: 0 20px 0;
	line-height: 1.4;
	font-size: .7em;
	text-transform: uppercase;
}

/* If you also want the venue on its own line */
.ecs-event-list > li > span.duration.venue {
  display: block;
  margin-top: 10px;
	padding: 0 20px 0;
	margin-bottom: 10px;
	font-size: .9em;
}

.ecs-event-list > li > span.duration.venue em {
  display: none;
}

.tribe-events-event-image img {
  max-width: 100%;   /* shrink down to container */
  height: auto;      /* keep proportions */
  display: block;    /* removes extra whitespace under images */
}


@media (max-width: 1200px) {

	.ecs-event-list { 
		grid-template-columns: repeat(2, minmax(0, 1fr)); 
	}
	
.ecs-event-list li h4 a {
	  display: inline-block; /* or block */
	  padding: 0 10px;
	  text-decoration: none; /* optional cleanup */
}
	
	.ecs-event-list li h4 a:link {
		padding: 0 10px;
		line-height: 1.4em;
}
	
	.ecs-event-list {
		gap: 40px;
	}
	
	.ecs-event-list > li > span.duration.time {
		padding: 0 10px 0;
	}
	
	.ecs-event-list > li > span.duration.venue {
		padding: 0 10px 0;
	}

}

@media (max-width: 600px) {
  .ecs-event-list { grid-template-columns: 1fr; }
}

/**************************
 HOME PAGE NEWS FEED CSS
 FULL FIX – FLEX + BOTTOM RIGHT BUTTON
**************************/

/* ================================
   OUTER WRAPPER – EQUAL HEIGHT
================================ */

#content .sp_wpspwpost_static {
    display: flex;
}

#content .wpspw-post-grid {
    display: flex;
}

#content .wpspw-medium-4 {
    display: flex;
}

/* ================================
   CARD CONTAINER
================================ */

#content .sp_wpspwpost_static.wpspw-design-1 .wpspw-post-grid-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 0;
}

/* ================================
   IMAGE
================================ */

.sp_wpspwpost_static.wpspw-design-1 .wpspw-medium-4 .wpspw-post-image-bg {
    height: 280px;
    margin-bottom: 30px;
}

/* ================================
   TITLE
================================ */

#content .sp_wpspwpost_static.wpspw-design-1 h2.wpspw-post-title {
    margin: 5px 0 0 0 !important;
}

#content .sp_wpspwpost_static.wpspw-design-1 h2.wpspw-post-title a {
    font-size: 18px !important;
    color: #2CB200;
    font-family: Poppins-SemiBold;
    display: block;
    margin-left: 15px;
    margin-bottom: 0 !important;
}

/* ================================
   DATE
================================ */

.wpspw-post-date span {
    display: none;
}

.wpspw-post-date {
    margin-left: 15px !important;
    padding-bottom: 15px !important;
}

/* ================================
   CONTENT + BUTTON CONTROLLER
================================ */

#content .sp_wpspwpost_static.wpspw-design-1 .wpspw-post-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 0 30px;
    font-size: 0.7em;
    line-height: 1.4em;
    font-family: "Poppins";
}

/* ================================
   READ MORE – BOTTOM RIGHT
================================ */

/* Read More - natural width, bottom-right */
#content .sp_wpspwpost_static.wpspw-design-1 .wpspw-post-content .wpspw-readmorebtn {
    display: inline-block !important;  /* stop full-width block behaviour */
    width: auto !important;            /* force natural size */
    margin-top: auto !important;       /* push to bottom */
    margin-left: auto !important;      /* push to right */
    margin-right: 6px !important;
    margin-bottom: 15px !important;
    white-space: nowrap !important;
    text-transform: lowercase;
    background: transparent;
    border: 0;
	    border: 1px solid transparent;  /* reserve space */
}


/* Hover state */
#content .sp_wpspwpost_static.wpspw-design-1 .wpspw-readmorebtn:hover {
    transition: 0.4s ease-in;
    color: #1A6C0F !important;
    border: 1px solid #1A6C0F;
    border-radius: 5px;
}

/* Dots after Read More */
#content .sp_wpspwpost_static.wpspw-design-1 .wpspw-readmorebtn::after {
    content: " ...";
}

@media (max-width: 800px) {

    /* Stack posts vertically */
    #content .sp_wpspwpost_static {
        flex-direction: column;
    }

    /* Ensure each post takes full width */
    #content .wpspw-post-grid,
    #content .wpspw-medium-4 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
}


#content .contact-box p {
	line-height: 24px;
	vertical-align: middle;
}

#content .contact-box p img{
	line-height: 24px;
	vertical-align: middle;
	margin: 0 15px 2px 0;
}