/*
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-Regular;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/Poppins/Poppins-Regular.ttf") format("truetype");
}

@font-face {
  font-family: Poppins-SemiBold;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
}

@font-face {
	font-family: 'quiche-sans', sans-serif;
	font-weight: 400;
	font-style: normal;
}

body {
  font-family: "Poppins", Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 20px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

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: 'quiche-sans', "Times New Roman", "serif";
	color: #BFA275;
	font-weight: normal;
	line-height: 1.3em;
	font-size: 2.4em;
	margin: 0 0 30px 0;
}

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: 'quiche-sans', "Times New Roman", "serif";
	color: #BFA275;
	font-weight: normal;
	line-height: 1.3em;
	font-size: 2em;
	margin: 0 0 30px 0;
}

h3 {
	font-family: 'quiche-sans', "Times New Roman", "serif";
	color: #BFA275;
	font-weight: normal;
	line-height: 1.3em;
	font-size: 1.5em;
	margin: 0 0 30px 0;
}

h4 {
	font-family: 'quiche-sans', "Times New Roman", "serif";
	color: #444;
	font-weight: normal;
	line-height: 1.1em;
	font-size: 1em;
	margin: 0 0 30px 0;
}

h5 {
	font-family: 'quiche-sans', "Times New Roman", "serif";
	font-size: 24px;
	font-weight: 500;
	font-style: normal;
	color: #10284F;
  font-synthesis: none;
	margin: 2px 0 30px 0;
}

/* 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: 100px;
}

.header-wrap-contents {
  width: 100%;
  max-width: 1400px;
  text-align: center;
  height: 100%;
  line-height: 100%;
  vertical-align: middle;
  margin: 0 auto;
  padding: 0 30px;
}

.header-wrap h1.entry-title {
	color: #fff;
	margin-bottom: 0px;
}

/******************************* GENERAL STYLING *******************************/
ul,
ol {
  margin: 0 0 24px;
  line-height: 1.714285714;
  padding: 0;
}

ul {
  list-style: disc outside;
}

ol {
  list-style: decimal outside;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}

#content li {
	font-size: .8em;
	color: #444;
}

li {
  margin: 0 0 0 24px;
}

#content li ol {
	margin: 10px 0 10px 20px;
}

#content li ol li{
	font-size: 1em;
}

td,
th {
  padding: 5px;
}

#content a:link, #content a:visited {
	color: #444;
	text-decoration: none;
}

#content a:hover {
	color: #BFA275;
	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-main-contents {
  width: 100%;
  height: 180px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

#header-main-logo {
  float: left;
  position: absolute;
  top: 20px;
  left: 30px;
  width: 260px;
  height: auto;
	z-index: 99999;
}

#header-contact-icons {
  float: right;
  position: absolute;
  top: 40px;
  right: 30px;
  width: 50%;
  height: auto;
  text-align: right;
  line-height: 24px;
  vertical-align: middle;
	font-family: Poppins-SemiBold;
	color: #10274E;
	font-size: .9em;
}

#header-contact-icons img{
  margin: 0 0 2px 25px;
	line-height: 24px;
	vertical-align: middle;
}

#header-contact-icons p {
	margin: 0 0 0 0;
	display: inline-block;
}

#header-contact-icons a:link, #header-contact-icons a:visited {
	color: #10274E;
	text-decoration: none;
}

#header-contact-icons a:hover {
	text-decoration: underline;
}

#header-main-menu {
  float: right;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 58%;
  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;
}

#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: 12px 20px 10px 20px;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.8em;
  font-family: Poppins-Regular;
  color: #10284F;
	text-transform: lowercase;
}

#cssmenu li:first-child a {
  border-left: 0 none;
}

/*--- Individual Button HOVER Styles Go Here ---*/
#cssmenu > ul > li > a:hover {
  color: #BFA275;
}

#cssmenu ul li.has-sub:hover > a:after {
  top: 0;
  bottom: 0;
}

#cssmenu > ul > li:last-child > a{
  	color: #10284F;
	background-color: #fff;
	border: 1px solid #10284F;
	border-radius: 10px;
	text-align: center;
}

#cssmenu > ul > li:last-child > a:hover{
	background-color: #BFA275;
	color: #fff;
	border-color: #BFA275;
}

/*--- Sub Menu Dropdown Arrow ---*/
/*--- Sub Menu Dropdown Arrow ---*/
#cssmenu > ul > li.has-sub > a {
  padding: 12px 25px 10px 25px !important;
  display: flex;
  align-items: center;
  gap: 6px;
}

#cssmenu > ul > li.has-sub > a:after {
  content: "";
  display: inline-block;
  border: 5px solid transparent;
  border-top: 5px solid #10284F;
  margin-top: 3px;
}

#cssmenu > ul > li.has-sub > a:hover:after {
  border-top-color: #BFA275;
}

/*--- Main Navigation Item with Drop Down Menu Underneath ---*/
#cssmenu ul li.has-sub:hover > a {
  top: 0px;
  z-index: 999;
}

#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {
  display: block;
}

/*--- Drop Down Sub Menu Position & Width ---*/
#cssmenu ul li > ul,
#cssmenu ul li > div {
  display: none;
  position: absolute;
  top: 34px;
  left: 5px;
  padding: 0;
  z-index: 999;
	border-top: 10px solid rgba(0,0,0,0.00);
}

#cssmenu ul li > ul {
  min-width: 180px;
}

#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: 18px 20px 16px 20px;
  font-weight: normal;
  font-size: 0.8em;
  font-family: Poppins-Regular;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
	background-color: #BFA275;
	text-transform: lowercase;
}

#cssmenu ul li > ul li:first-child > a {
	padding-top: 20px;
	border-top-right-radius: 10px;
}

#cssmenu ul li > ul li:last-child > a {
	padding-bottom: 20px;
	border-bottom-left-radius: 10px;
}

/*--- Drop Down Menu Items HOVER effect ---*/
#cssmenu ul ul a:hover {
  color: #10284F;
}

#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 li > ul li.has-sub:hover > a:before {
  border-left-color: #ffff00;
}

#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: 15px;
  left: 20px;
  color: #BFA275;
  padding: 0px 0px 0px;
  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: #10274E;
  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;
}

/* 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: #fff;
  font-family: Poppins-Regular, Helvetica, Arial, sans-serif;
	font-weight: normal;
  padding: 10px 10px 8px 15px;
  border-bottom: 1px solid #BFA275;
}

.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: #fff;
  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: #BFA275;
  font-weight: normal;
}

/* ----------------------------------------------------
   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;
}

.mobile-menu .submenu-toggle::before {
  content: "\2304";
  font-size: 1.2em;
  color: #fff;
  display: inline-block;
  transform: translateY(-4px);
}

.mobile-menu li.submenu-is-open > .submenu-toggle::before {
  content: "\2303";
  color: #ffff00;
}

/* ----------------------------------------------------
   CLOSE BUTTON (X)
-----------------------------------------------------*/
.close-menu {
  position: absolute;
  top: 5px;
  right: 20px;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
}

/* 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;
	margin-bottom: 100px;
}

#slideshow-curve {
	width: 100%;
	height: 80px;
	margin-top: -80px;
}

#slideshow-curve img {
	width: 100%;
	height: 80px;
	position: relative;
	z-index: 999999;
}

/******************************* MAIN BODY *******************************/
/* CONTENT / BODY
-------------------------------------------------------------------------------*/
#wrapper {
  width: 100%;
  height: auto;
  margin: 0px auto;
  background-color: #fff;
  display: block;
}

#main {
  width: 100%;
  height: auto;
  position: relative;
}

#footer-curve {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 160px;
	background-image: url("../../../template-images/footer-curva.png");
	background-size: 100% 160px;
	background-repeat: no-repeat;
}

#footer-fade {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 160px;
	background-image: url("../../../template-images/footer-fade.png");
	background-size: 100% 160px;
	background-repeat: no-repeat;
}

#content {
  box-sizing: border-box;
  padding: 0 30px 120px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

#content p {
  font-size: 0.8em;
  margin: 0 0 24px 0;
	color: #444;
	line-height: 1.5em;
}

/******************************* FOOTER *******************************/

#footer {
  width: 100%;
  padding: 80px 30px;
  background-color: #fff;
  position: relative;
  margin-top: 80px;
  box-sizing: border-box;
}

#footer::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  width: 120vw;
  height: 80px;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;

  box-shadow: 0 -10px 14px -10px rgba(191, 162, 117, 0.9);
}

#footer h5 {
  color: #10284F;
}

#footer p {
  font-size: 0.8em;
  line-height: 1.7em;
}

#footer a:link, #footer a:visited {
	  color: #444;
	text-decoration: none;
}

#footer a:hover {
	  color: #10284F;
	text-decoration: underline;
}

#footer-contents {
  width: 100%;
  max-width: 1340px;
  height: auto;
  color: #444;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
}

#footer-left {
  width: 30%;
  height: auto;
  float: left;
  margin-right: 10%;
  line-height: 36px;
  vertical-align: middle;

}

#footer-center {
  width: 27%;
  height: auto;
  float: left;
  line-height: 36px;
	vertical-align: middle;
margin: 6px 0 0 0;
}

#footer-center img{
  line-height: 1.7em;
	vertical-align: middle;
	margin: 0 20px 2px 0;
}

#footer-right {
  width: 26%;
  height: auto;
  float: right;
margin: 6px 0 0 0;
  line-height: 36px;
}

#footer #footer-right h5 {
	margin-bottom: 17px;
}

#footer-right table {
  border: none;
  font-size: 0.8em;
}

#footer-right table,
#footer-right table tbody,
#footer-right table tr,
#footer-right table td {
  border: none !important;
}

#footer-right table td {
  padding: 0 !important;
  line-height: 36px;
}


/******************************* COPYRIGHT / LOGIN / T&Cs *******************************/
#notice_footer {
  width: 100%;
  height: auto;
  min-height: 60px;
  background-color: #fff;
  display: block;
  overflow: hidden;
}

#notice_footer a:link,
#notice_footer a:visited {
  color: #BFA275;
  text-decoration: none;
}

#notice_footer a:hover {
  color: #BFA275 !important;
  text-decoration: underline;
}

#notice_footer_content {
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
  padding: 0 30px;
  color: #BFA275;
  text-align: center;
  vertical-align: middle;
  line-height: 60px;
  font-size: 14px;
  overflow: hidden;
  clear: both;
	border-top: #BFA275 solid 1px;
}

#notice_footer_mobile {
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0 auto;
  color: #BFA275;
  text-align: center;
  vertical-align: middle;
  line-height: 26px;
  font-size: 14px;
  display: block;
  overflow: hidden;
	border-top: #BFA275 solid 1px;
  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 {
  width: 100%;
  margin-bottom: 21px;
  padding: 0;
  border: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.email_terms {
  font-size: 13px !important;
  color: #444 !important;
}

#two-column {
  width: 100%;
}

#two-column::after {
  content: "";
  display: table;
  clear: both;
}

#two-column #left,
#two-column #right {
  width: 48%;
}

#two-column #left { float: left; }
#two-column #right { float: right; }

#two-column p {
  margin: 0 !important;
}

#two-column #left p {
  line-height: 25px !important;
}

/* Form fields */
#two-column input[type="text"],
#two-column input[type="email"],
#two-column input[type="tel"],
#two-column input[type="date"],
#two-column textarea,
#two-column select {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 15px;
  border: 1px solid #BFA275;
  border-radius: 5px;
  font-size: 0.9em;
  font-family: 'Poppins-Regular', sans-serif;
  color: #525252;
  background-color: #fff;
  box-sizing: border-box;
}

#two-column input[type="date"] {
  min-height: 43px;
  line-height: normal;
  appearance: none;
  -webkit-appearance: none;
}



#two-column input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.65;
}

#two-column input[type="date"]::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}

#two-column select {
  padding: 10px 15px 10px 10px;
}

/* Placeholder text */
#two-column input::placeholder,
#two-column textarea::placeholder {
  color: #999;
  font-family: 'Poppins-Regular', sans-serif;
  opacity: 1;
}

/* Chrome / Safari */
#two-column input::-webkit-input-placeholder,
#two-column textarea::-webkit-input-placeholder {
  color: #999;
  font-family: 'Poppins-Regular', sans-serif;
}

/* Firefox */
#two-column input::-moz-placeholder,
#two-column textarea::-moz-placeholder {
  color: #999;
  font-family: 'Poppins-Regular', sans-serif;
  opacity: 1;
}

/* IE / Edge */
#two-column input:-ms-input-placeholder,
#two-column textarea:-ms-input-placeholder {
  color: #999;
  font-family: 'Poppins-Regular', sans-serif;
}

/* Select placeholder (first option) */
#two-column select option[value=""] {
  color: #999;
}

#two-column select:valid,
#two-column select option {
  color: #525252;
}

/* Submit button */
#two-column input[type="submit"] {
  float: right;
  margin: 5px 0 0;
  padding: 13px 15px 10px;
  background-color: #BFA275;
  border: 1px solid #BFA275;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
	width: 100%;
	font-size: 1em;
}

.bookings #two-column input[type="submit"] {
	margin-top: 20px;
}

#two-column input[type="submit"]:hover {
  background: #AA864F;
	border-color: #AA864F;
}

/* Focus */
#two-column input:focus,
#two-column textarea:focus,
#two-column select:focus {
  background: #f1f1f1;
}

/* Validation */
#content .wpcf7-not-valid-tip {
  margin-top: -15px;
  margin-bottom: 10px;
  font-size: 0.8em;
  text-align: right;
}

#content .wpcf7 form.invalid .wpcf7-response-output {
  border-color: #ff0000;
}

#content .wpcf7 form .wpcf7-response-output {
  margin: 40px 0 10px;
  padding: 0.5em 1em;
  border: 2px solid #008c00;
  font-size: 0.8em;
}

.captcha-image {
  border: 1px solid #525252;
border-radius: 5px;
	width: 100%;
	margin-top: -7px;
	margin-bottom: 9px;
}

/******************************* SMART PHONES  UNDER 800 PIXELS *******************************/
@media (max-width: 799px) {

  #header-main-menu {
    display: none;
  }

  #header-contact-contents-right {
    width: 100%;
    margin-right: 24px;
  }

  #header-main-contents {
    height: auto;
    overflow: hidden;
    clear: both;
    padding: 30px 20px 60px 20px;
  }

#header-contact-icons {
    top: initial;
	bottom: 15px;
    right: 22px;
    width: 120px;
}
	
	#header-contact-icons p {
		display: none;
	}
	
.toggle-menu {
    top: initial;
	bottom: 8px;
    left: 20px;
}

  #header-main-logo {
    float: none;
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
    text-align: center;
	  padding-bottom: 15px;
	  border-bottom: #BFA275 1px solid;
  }

  #header-main-logo img {
	width: 100%;
    max-width: 260px;
    height: auto;
  }

  #footer {
    padding: 80px 20px;
  }

  #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;
	  text-align: center;
  }

	#footer-right table {
    border: none;
    font-size: 0.7em;
}

  #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;
  }
	
#footer-curve {
    background-image: url("../../../template-images/footer-curva-800.png");
}
	
#two-column #left, #two-column #right {
    float: none;
	width: 100%;
}
	
}

/******************************* TABLETS BETWEEN 800 & 1200 PIXELS *******************************/
@media screen and (min-width: 800px) and (max-width: 1199px) {

  #header-main-menu {
    display: none;
  }

  #header-main-contents {
    padding: 20px 30px;
    height: auto;
  }

#header-contact-icons {
    top: 20px;
    right: 22px;
    width: 120px;
}
	
	#header-contact-icons p {
		display: none;
	}

  #header-main-logo {
    float: none;
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
    text-align: center;
  }

  #footer-left {
    width: 100%;
    margin-right: 0;
	  margin-bottom: 60px;
	text-align: center;
  }
	
  #footer-left p {
    width: 50%;
	  margin: 0 auto;
  }

  #footer-center {
    width: 47%;
    float: left;
  }

  #footer-right {
    width: 47%;
    float: right;
  }

  #notice_footer_content {
    display: none;
  }
	
#footer-curve {
    background-image: url("../../../template-images/footer-curva-1200.png");
}
	
#footer-fade {
    background-image: url("../../../template-images/footer-fade-1200.png");
}
	
}

/******************************* DESKTOPS AND NOTEBOOKS OVER 1200 PIXELS *******************************/
@media (min-width: 1200px) {
  .toggle-menu,
  .mobile-menu {
    display: none;
  }

  #notice_footer_mobile {
    display: none;
  }
}

/******************************* CUSTOM CSS *******************************/

.captcha-image {
	width: 100%;
	border:1px solid #19ACE3;
    padding: 10px;
	background-color: #E2F4FC;
	border-radius: 5px;
	margin-top: -7px;
	margin-bottom: 9px;
}

.testimonials h2 {
	color: #fff;
	background-image: url("../../../template-images/testimonials-bg.png");
	background-repeat: no-repeat;
	padding-bottom: 40px;
	background-position: 30px 0;
}

#content .testimonials p {
	color: #fff;
}

#content .testimonials .testimonial-name {
	color: #fff;
	font-size: .8em;
	text-align: right;
	font-weight: bold;
}

.testimonial-content {
	margin-top: 20px;
}

.treatments h4 {
	margin-top: 15px;
}

.contact-information img {
	margin: 0 15px 0 0;
	line-height: 1.5em;
	vertical-align: middle;
}

.blue-button .wp-block-button__link {
    padding: 12px 30px 10px;
	text-transform: uppercase;
	font-size: .8em;
}

.phorest-desktop {
    width: 100%;
}

.phorest-desktop iframe {
    display: block;
    width: 100%;
    height: 820px;
    border: 0;
}

.phorest-mobile {
    display: none;
}

@media (max-width: 768px) {

    .phorest-desktop {
        display: none;
    }

    .phorest-mobile {
        display: block;
        text-align: center;
        padding: 20px 0;
    }

    .phorest-voucher-button {
        display: inline-block;
        padding: 14px 28px;
        text-decoration: none;
        border-radius: 4px;
        font-size: 18px;
        font-weight: 600;
    }
}

.phorest-voucher-button {
    display: inline-block;
    background: #10284F;
    color: #fff !important;
    padding: 12px 30px 10px;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.phorest-voucher-button:hover,
.phorest-voucher-button:focus,
.phorest-voucher-button:visited {
    color: #fff !important;
}

.phorest-voucher-button:hover {
    background: #1a3b70;
    transform: translateY(-1px);
}