/*
Theme Name: Laguna Woods - Website Theme
URI: http://360-biz.com
Description: Laguna Woods website.
Author: 360 Business Consulting
Author URI: http://360-biz.com
Tags:
Template:
Version: 1.0
*/

@import url("assets/css/reset.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Questrial");
/*@import url("assets/css/desktop.css");*/
@import url("assets/css/print.css") print;
@import url("assets/css/mobile.css") only screen and  (min-width:1px) and (max-width:560px);
@import url("assets/css/tablet.css") only screen and (min-width:561px) and (max-width:1024px);
@import url("assets/css/desktop.css") only screen and (min-width:1025px);

.text-center {
  text-align: center;
}

.horizon-spacing + .horizon-spacing {
  margin-left: 20px;
}

.center-container {
  color: white;
  font-size: 5em;
  text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.85);
  font-family: 'Questrial', sans-serif;
  margin: auto;
}

section{
  margin:0;
}
section article{
  width: 100%;
}
section article:last-child{
  margin:0;
}
section ul ul,
section ol ol {
  margin: 5px 0;
}

footer{
  position: relative;
}

.wrapper.padding + footer {
  margin-top: 20px;
}

/* City Backaground Enhancement Stylings - 180305 (PM) */

html, body{
  border-top: none;
}
/* Header */
header{
  background-image: url(assets/images/bg-wave-header.png);
  background-position: left;
  background-size: 100% 100%;
  background-repeat: no-repeat;

  width: 100%;
  min-height: 260px;
  padding: 0 0;

  position: relative;
}
header .wrapper{
  position: relative;
}
header #logo{
  height: auto;
  width: 280px;
  position: relative;
  margin: 0;
  margin-top: 15px;
  z-index: 99;
}


/* Main Navigation */
nav{
  background: transparent;
/* float: right; */
position: relative;
top: 28px;
}
/* Event Listing on Home Page */
section article.event-list-widget {
  background: none;
  border: 0px;
  padding: 0;
}
.wrapper.padding section article.event-list-widget h1 {
  border: 0;
  margin: 40px 0;
  padding: 0;
}
section article.event-list-widget ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.laguna-event-list-wrap .list-item {
/*float: left; */
list-style: none;
background: #faf7f3;
padding: 20px;
margin: 20px 0;
width: 48%;
box-sizing: border-box;
border-radius: 10px;
font-family: 'Questrial', sans-serif;
}
.laguna-event-list-wrap .list-item:nth-child(1),
.laguna-event-list-wrap .list-item:nth-child(2) {
  margin-top: 0;
}
.laguna-event-list-wrap .list-item:nth-child(2n) {
/*float: right; */
margin-left: 20px;
}
.laguna-event-list-wrap .list-item .item-date {
  float: left;
  width: 100px;
  background: #3d4731;
  padding: 10px;
  color: #fff;
  text-align: center;
}
.laguna-event-list-wrap .list-item .item-date span {
  display: block;
  margin: 0;
  padding: 5px 0;
}
.laguna-event-list-wrap .list-item .item-date span:nth-child(1) {
  font-size: 1.2em;
  text-transform: uppercase;
}
.laguna-event-list-wrap .list-item .item-date span:nth-child(2) {
  border-bottom: 2px solid #fff;
  font-size: 1.3em;
  font-weight: bold;
  padding-bottom: 10px;
}
.laguna-event-list-wrap .list-item .item-date span:nth-child(3) {
  font-size: 0.9em;
  padding: 10px 0;
}

.laguna-event-list-wrap .list-item .item-detail {
  margin-left: 140px;
}
.laguna-event-list-wrap .list-item .item-detail h3 {
  margin: 5px 0;
  color: #000;
  font-size: 1.3em;
}
.laguna-event-list-wrap .list-item .item-detail .item-st-en-time {
  margin-bottom: 15px;
  color: #000;
  font-size: 0.9em;
}
.laguna-event-list-wrap .list-item .item-detail .item-venue {
  margin-bottom: 10px;
  color: #000;
  font-size: 0.9em;
}
.laguna-event-list-wrap .list-item .item-detail .item-venue span {
  color: #3d4731;
}
.laguna-event-list-wrap .list-item .item-detail .item-link {
  text-decoration: underline;
  color: #000;
  font-size: 0.9em;
}
.laguna-event-list-wrap .list-item .item-detail .item-link:hover {
  text-decoration: none;
}
.laguna-event-btn {
  text-align: center;
  margin: 15px 0 40px 0;
}
.laguna-event-btn a {
  display: inline-block;
  background: #3d4731;
  padding: 15px 25px;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (min-width: 561px) {
  .mobile-nav > nav > ul {
    display: flex !important;
    justify-content: flex-end;
    align-items: flex-end;
    padding-left: 12px;
    background-color: white;
    position: relative;
  }

  .mobile-nav > nav > ul::before {
    right: 100%;
  }

  .mobile-nav > nav > ul:after {
    left: 100%;
  }

  .mobile-nav > nav > ul > li:last-child {
    align-self: center;
  }
}

@media screen and (min-width: 561px) and (max-width: 1025px) {
  header > .wrapper:after {
    content: '';
    padding-bottom: 300px;
  }

  header > .wrapper {
    display: flex;
    flex-direction: column;
  }

  .mobile-nav > nav > ul::before,
  .mobile-nav > nav > ul:after {
    content: '';
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    background-color: white;
    display: none;
  }
}

nav li{
  height: auto;
  margin:0;
}
nav li .fa{
  margin: 0 7px;
  cursor: pointer;
}
nav li .fa:before{
  color: #52483D;
}
nav a {
  height: auto;
  font-size: .875em;
  padding: 12px 8px;
}
nav ul.sub-menu li a{
  font-size: 17px;
}

/* Search Box */
.search_box{
  display: none;
}

header .search_box{
  position: absolute;
  right: 5px;
  float: none;
  margin: 5px 0 0 0;
  box-shadow: 1px 1px 5px #b6ada1;
  z-index:2;
}
header .search_box input{
  width: 250px !important;
  margin: 0 !important;
}
header .search_box button{
  position: absolute;
  top:0;
  right: 0;
  margin: 0;
}
header .search_box.closed{
  display: none!important;
}

/* FEATURE MENU STARTS */
#featured-menu {
  text-align: center;
  top: auto;
  padding-bottom: 30px;
}

#featured-menu li {
  height: 172px;
  width: 172px;
  border-radius: 100%;
  background: #78b7e3;
  margin-bottom: 10px;
  margin-right: 1%;
  position: relative;
}

#featured-menu li + li {
  margin: 0 0.5% 10px !important;
}

#featured-menu li:hover,
#featured-menu li:active {
  background-color: #f0dc97;
}

#featured-menu li a {
  font-weight: bold;
  line-height: 1.25em;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 122px;
  border-bottom: 0;
}

#featured-menu li a:after {
/*center element*/
height: 95px;
width: 95px;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
/*adjust background image */
content: "";
background-size: auto 90px;
background-position: 50%;
background-repeat: no-repeat;
display: inline-block;
/*adjust background circle*/
z-index: -100;
background-color: #78b7e3;
border-radius: 100%;
padding: 25px;
border-color: white;
border: 3px solid white;
}

#featured-menu li:hover a:after,
#featured-menu li:active a:after {
  background-color: #f0dc97;
}


#featured-menu li.icon-envelope a:after {
  background-image: url("assets/images/menu-icons/envelope-solid.svg");
}
#featured-menu li.icon-envelope:hover a:after {
  background-image: url("assets/images/menu-icons/envelope-solid.svg");
}

#featured-menu li.icon-building a {
  padding: 0;
}

#featured-menu li.icon-building a:after {
  background-image: url("assets/images/menu-icons/building-solid.svg");
}
#featured-menu li.icon-building:hover a:after {
  background-image: url("assets/images/menu-icons/building-hover.svg");
}
#featured-menu li.icon-clipboard-list a:after {
  background-image: url("assets/images/menu-icons/clipboard-list-solid.svg");
}
#featured-menu li.icon-clipboard-list:hover a:after {
  background-image: url("assets/images/menu-icons/clipboard-list-hover.svg");
}
#featured-menu li.icon-file-signature a:after {
  background-image: url("assets/images/menu-icons/file-signature-solid.svg");
  background-position: 80% 50%;
}
#featured-menu li.icon-file-signature:hover a:after {
  background-image: url("assets/images/menu-icons/file-signature-hover.svg");
}
#featured-menu li.icon-taxi a:after {
  background-image: url("assets/images/menu-icons/taxi-solid.svg");
}
#featured-menu li.icon-taxi:hover a:after {
  background-image: url("assets/images/menu-icons/taxi-hover.svg");
}
#featured-menu li.icon-shred a:after {
  background-image: url("assets/images/menu-icons/shred_icon_blue.png");
}
#featured-menu li.icon-shred:hover a:after {
  background-image: url("assets/images/menu-icons/shred_icon_white.png");
}
#featured-menu li.icon-email a:after {
  background-image: url("/wp-content/uploads/2023/01/envelope.png");
}
#featured-menu li.icon-email:hover a:after {
  background-image: url("/wp-content/uploads/2023/01/envelope-after.png");
}
#featured-menu li.icon-map a:after {
  background-image: url("/wp-content/uploads/2023/06/map.png");
}
#featured-menu li.icon-map:hover a:after {
  background-image: url("/wp-content/uploads/2023/06/map-after.png");
}

/**02-04-2024**/

#featured-menu li.taxi-icon a:after {
  background-image: url("assets/images/menu-icons/Taxi-Travel.svg?v");
}
#featured-menu li.taxi-icon:hover a:after {
  background-image: url("assets/images/menu-icons/Taxi-Travel-white.svg?v");
}

#featured-menu li.project-icon a:after {
  background-image: url("assets/images/menu-icons/Project.svg");
}
#featured-menu li.project-icon:hover a:after {
  background-image: url("assets/images/menu-icons/Project-white.svg");
}

#featured-menu li.location-icon a:after {
  background-image: url("assets/images/menu-icons/Interactive-Maps.svg");
}
#featured-menu li.location-icon:hover a:after {
  background-image: url("assets/images/menu-icons/Interactive-Maps-white.svg");
}

#featured-menu li.sing-up-icon a:after { 
  background-image: url("assets/images/menu-icons/Emergency-Messages.svg");
}
#featured-menu li.sing-up-icon:hover a:after {
  background-image: url("assets/images/menu-icons/Emergency-Messages-white.svg");
}

/**emnd**/


#featured-menu li a:link,
#featured-menu li a:visited {
  color: black;
  text-align: center;
  text-decoration: none;
}

#featured-menu li a:hover,
#featured-menu li a:active {
  background: none;
  color: black;
}
/* FEATURE MENU ENDS */

/* FORM ELEMENTS STARTS */
input[readonly] {
  border: 1px solid #DDD;
  background-color: #dadada;
  -webkit-text-fill-color: #a7a7a7;
  opacity: 1;
}


.input-wrapper .input-inner-wrapper {
  display: inline-block;
}
.input-wrapper label {
  display: block;
}
.input-wrapper .sublabel {
  color: black;
  font-weight: normal;
}
#pin-signin-container {
  margin: auto;
  padding: 60px 0;
  width: 65%;
  min-width: 280px;
}

.input-wrapper input,
#cart-checkout input,
#pin-signin-container input#pin-input,
#pin-signin-container input[type="password"] {
  border-radius: 6px;
  border: transparent;
  box-sizing: border-box;
  padding: 14px;
}

#pin-signin-container input#pin-input,
#pin-signin-container input[type="password"] {
  font-size: 1em;
  height: 4em;
  line-height: 2.5em;
}

.input-wrapper input {
  width: 250px !important;
}

#pin-signin-container input.submit-session,
#pin-signin-container input#pin-input,
#pin-signin-container input[type="password"] {
  margin: 10px 0;
  width: 100% !important;
}

.input-wrapper textarea {
  font-family: inherit;
  width: auto !important;
  max-width: 400px;
}

.input-wrapper .input-inner-wrapper + .input-inner-wrapper
{
  margin-left: 30px;
  vertical-align: top;
}

.input-wrapper .input-inner-wrapper + .input-inner-wrapper.input-wrapper-text
{
  margin-top: 1em;
}

abbr {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}

.sub-label {
  color: black;
  font-weight: normal;
}

.err-msg {
  color: #cc0033;
  display: none;
  font-size: 0.8em;
  font-weight: lighter;
  margin-bottom: 10px;
  margin-top: -15px;
}

.input-wrapper input.shipping-address,
.input-wrapper input.email,
.input-wrapper input.email-address
#cart-checkout .select2.select2-container {
  width: 300px !important;
}

#cart-checkout .select2.select2-container {
  margin: 10px 0 !important;
}

#cart-checkout .select2.select2-container .dropdown-wrapper {
  display: inline-block;
}

#cart-checkout .select2-container--default .select2-selection--single {
  border: 0;
  height: 45px;
}

#cart-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
}

#cart-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 6px;
}

.hidden-field,
input.hidden-field,
.btn-wrapper-right > input.hidden-field {
  display: none;
}

.loader {
  border: 3px solid white;
  border-top: 3px solid #555;
  border-right: 3px solid #555;
  border-radius: 50%;
  display: none;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.btn-wrapper .loader {
  display: none;
  width: 20px;
  height: 20px;
}

.submit-status {
  display: none;
  line-height: 1.25em;
  margin: 10px auto;
  padding: 12px;
  text-align: center;
}

#success.submit-status {
  color: #333;
  background-color: #e0edf3;
}

#error.submit-status {
  color: #721c24;
  background-color: #f8d7da;
}

#success.status-show,
#error.status-show {
  display: inline-block;
}

.btn-wrapper {
  width: 100%;
}

.input-icon-wrapper {
  position: relative;
  width: 100% !important;
}

.input-icon-wrapper:after {
  border-radius: 0 6px 6px 0;
  position: absolute;
  right: 0;
}

#pin-signin-container .btn {
  font-weight: normal;
}

#pin-signin-container .input-icon-wrapper:after  {
  content: url("assets/images/icon_lock.png");
  background: #78b6e5;
  margin-top: 11px;
  padding: .85em;
}

#pin-signin-container .btn-wrapper .submit-session {
  line-height: 1.8em;
  font-size: 1.5em;
  margin-top: 20px;
}

.btn-wrapper-right {
  text-align: right;
}

.btn-wrapper-right > *,
.btn-wrapper-right > input,
.btn-wrapper-left > *,
.btn-wrapper-left > input {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}

.btn-wrapper-right > *,
.btn-wrapper-right > input {
  margin-left: auto;
}

.btn-wrapper-left > *,
.btn-wrapper-left > input {
  margin-right: auto;
}

.btn-wrapper-right .btn {
  font-weight: normal;
  width: 200px;
}

.btn-wrapper .form-caution {
  color: #424e32;
  display: inline-block;
  text-align: left;
  width: 60%;
}

#pin-signin-container .captcha-wrapper {
  margin-top: 100px;
}

.captcha-wrapper {
  display: inline-block;
  margin: 20px 0;
  text-align: right;
  width: 100%;
}

.captcha-wrapper .g-recaptcha > div {
  float: right;
}

.btn {
  border: none;
  border-radius: 6px;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 9px 20px;
}

.woocommerce #respond input#submit,
.woocommerce a.btn-green.button,
.woocommerce button.button,
.woocommerce input.btn-green.button {
  border-radius: 6px !important;
  padding: 9px 20px !important;
}

.btn-green,
input.btn-green[type="submit"],
input.btn-green[type="button"],
section a.btn-green:link,
section a.btn-green:visited {
  background-color: #424e32;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
}

.woocommerce a.btn-green.button,
.woocommerce button.btn-green.button,
.woocommerce input.btn-green.button {
  background-color: #424e32 !important;
  color: #fff !important;
}


.btn-green:hover, .btn-green:active,
input.btn-green[type="submit"]:hover, input.btn-green[type="submit"]:active,
input.btn-green[type="button"]:hover, input.btn-green[type="button"]:active {
  background-color: #343e28;
  color: #fff !important;
}

.woocommerce a.btn-green.button:hover, .woocommerce a.btn-green.button:active,
.woocommerce button.btn-green.button:hover, .woocommerce button.btn-green.button:active,
.woocommerce input.btn-green.button:hover, .woocommerce input.btn-green.button:active {
  background-color: #343e28 !important;
  color: #fff !important;
}

.btn-red,
input.btn-red[type="submit"],
input.btn-red[type="button"] {
  background-color: #933838;
  color: #fff;
}

.btn-red:hover, .btn-red:active,
input.btn-red[type="submit"]:hover, input.btn-red[type="submit"]:active,
input.btn-red[type="button"]:hover, input.btn-red[type="button"]:active {
  background-color: #d35151;
  color: #fff;
}

/* FORM ELEMENTS ENDS */

/* Accessibility Options */
.accessibility_options{
  position: absolute;
  top: 65px;
/* right: 46px; */
right: 0;
width: auto;
height: auto;
}
.accessibility_options.closed{
  display: none!important;
}
.visually-hidden {
/* For elements that are only readable for screen-reader */
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
white-space: nowrap; /* added line */
}

/* Google Translate */
.goog-te-menu-frame {
  max-width: 100% !important;
  overflow-y: hidden;
  z-index: 20;
}

.wrapper.padding.wrapper-green {
  background: #eceee9;
  margin: 60px auto;
}

/* Wrapper Padding */
.wrapper.padding{
  padding: 35px 35px 25px 35px;
  background: white;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
}

.wrapper.padding h1{
  margin:0 0 25px 0;
}

hr.hr-blue {
  border: 0;
  border-top: 1px solid #78b7e3;
  margin: auto;
}

section article, #tribe-events-pg-template article{
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
}

/* Site Background */
#site-bg{
  background-image: url('assets/images/site-bg.webp');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;

  width: 100%;
  height: 700px;

  position: absolute;
  top: 0;
}
#site-bg img{
  width: 100%;

  position: absolute;
  bottom: -5px;
}

.mobile.accessibility-button,
.mobile.search-button{
  display: none;
}
div.goog-te-gadget-simple {
  border:0px !important;
  background-color: transparent;
}

.goog-te-gadget-simple .goog-te-menu-value span{
  font-family: 'Questrial', sans-serif;
}
.goog-te-gadget-simple .goog-te-menu-value span:nth-child(3),.goog-te-gadget-simple .goog-te-menu-value span:nth-child(5){
  display: none;
}
.goog-te-gadget img{
  display:none;
}

/* WOOCOMMERCE PRODUCT AND PIN ADMIN STARTS */
#esubmittal-dashboard .wrapper.padding,
#product-list .wrapper.padding,
#pin-dashboard .wrapper.padding,
.woocommerce-banner.wrapper.padding {
  box-shadow: 1px 1px 6px #DDD;
}

#esubmittal-dashboard h1,
#product-list h1,
#pin-dashboard h1,
.woocommerce-banner h1 {
  color: black;
  text-align: center;
}

#product-list h1,
.woocommerce-banner h1 {
  border-bottom: 1px solid #78b7e3;
  font-size: 2.5em;
}

#esubmittal-dashboard .banner-text,
#product-list .banner-text,
.woocommerce-banner .order-summary {
  color: #424e32;
}

div.banner-text {
  height: 100%;
  position: relative;
}

#esubmittal-dashboard .banner-text {
  height: 200px;
}

div.banner-text p {
  position: absolute;
  top: 45%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wrapper.padding.wrapper-table {
  background: #eceee9 !important;
  border-radius: 10px;
  padding: 0;
  padding-bottom: 35px;
}

.su-accordion table.wcpt-table,
#wc_cart table.shop_table {
  border-collapse: collapse;
  border: none;
  overflow: hidden;
}

#wc_cart table.shop_table {
  border-radius: 0 !important; /* override woocommerce */
}

.su-accordion table.wcpt-table .su-spoiler-content .wcpt-row:hover,
.su-accordion table.wcpt-table .su-spoiler-content .wcpt-row:focus,
.su-accordion table.wcpt-table .su-spoiler-content .wcpt-row:active,
#wc_cart tr.cart_item:hover,
#wc_cart tr.cart_item:focus,
#wc_cart tr.cart_item:active {
  background: #f8f8f6 !important; /* override su-accordian's tr background */
  border: 1px solid #78b7e3 !important;
  border-left: none !important;
  -webkit-box-shadow:inset 10px 0px 0px 0px #78b7e3;
  -moz-box-shadow:inset 10px 0px 0px 0px #78b7e3;
  box-shadow:inset 10px 0px 0px 0px #78b7e3;
}

.su-accordion table.wcpt-table .su-spoiler-content .wcpt-cell,
#wc_cart tr.cart_item {
  padding: 35px 25px;
}

.su-accordion table.wcpt-table .su-spoiler-content .wcpt-row {
  border-bottom: 1px solid #78b7e3 !important; /* override su-accordian's tr:last-child border */
}

.su-accordion table.wcpt-table .su-spoiler-content .wcpt-row.wcpt-even {
  background: transparent;
}

.su-accordion table.wcpt-table .su-spoiler-content .wcpt-cell-val .quantity,
#wc_cart .quantity {
  background: white;
  float: right;
  overflow: visible;
}

.su-accordion table.wcpt-table .su-spoiler-content .wcpt-cell-val .quantity input[type="number"].qty,
#wc_cart .quantity input[type="number"].qty {
  border: 1px solid #78b7e3;
  width: 50px !important;
  border-radius: 5px;
  font-size: 19.36px;
}
/* WOOCOMMERCE PRODUCT AND PIN ADMIN ENDS */

/* WOOCOMMERCE PRODUCT LIST PAGE STARTS */
#product-list > .wrapper.padding:first-of-type {
  height: 325px;
  padding: 40px 35px 40px 35px;
}

#product-list .wrapper.padding h1 {
  padding: 0 0 30px 0;
}

#product-list .wrapper.padding #banner-text-container {
  display: inline-block;
  margin: 25px 0;
}

#product-list .wrapper.padding #banner-text-container p {
  color: #424e32;
  font-size: 1.2em;
}

.su-accordion table.wcpt-table.su-spoiler-style-fancy {
  border-radius: 0;
}

.su-accordion table.wcpt-table .su-spoiler-title,
.su-accordion table.wcpt-table .su-spoiler-content {
  background: #eceee9 !important;
}

.su-accordion table.wcpt-table.su-spoiler-style-fancy > .su-spoiler-title
{
  font-size: 1em;
}

.su-accordion table.wcpt-table .su-spoiler-title .su-spoiler-icon {
  left: auto;
  right: 15px;
  top: 15px;
}

.su-accordion table.wcpt-table .su-spoiler-title .wcpt-heading-row {
  border-bottom: 0;
}

.su-accordion table.wcpt-table .su-spoiler-title .wcpt-heading {
  color: #424e32;
  padding: 15px 25px;
  padding-top: 35px;
  text-align: left;
  background: #EBEEE9;
}

.su-accordion table.wcpt-table .su-spoiler-title .wcpt-heading .wcpt-text {
  font-size: 19.36px;
}

.su-accordion table.wcpt-table .su-spoiler-title hr {
  width: 100%;
}

.su-accordion table.wcpt-table.su-spoiler-closed .su-spoiler-title hr {
  margin-bottom: 35px;
  width: 95%;
}

.su-accordion table.wcpt-table.su-spoiler-closed .su-spoiler-content {
  border-collapse: collapse;
  display: none;
}

.su-accordion table.wcpt-table .su-spoiler-icon {
  font-size: 20px;
  font-weight: 700;
}

.su-accordion table.wcpt-table .su-spoiler-content .wcpt-row:nth-child(2n) {
  background: none;
}

.su-accordion table.wcpt-table .su-spoiler-content .wcpt-cell-val .wcpt-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 19.36px;
  color: #000;
}

.su-accordion table.wcpt-table .su-spoiler-content .wcpt-cell-val .wcpt-price {
  float: right;
}

.su-accordion table.wcpt-table .quantity::before {
  content: "Quantity";
  margin-left: -70px;
  display: inline-block;
  font-size: 15.488px;
  position: relative;
}

#product-list div.wcpt-content {
  padding-top: 15px;
  font-size: 19.36px;
  color: #000;
}

#product-list div.wcpt-content p {
  line-height: 1.4em;
}

#product-list .wcpt-regular-price {
  font-weight: bold;
  font-size: 19.36px;
  color: #000;
}

#product-list .wcpt-edit-wrapper {
  display: none;
}

.su-accordion #checkout_container {
  text-align: right;
  padding: 15px 25px;
  font-size: 19.36px;
}

.su-accordion #checkout_container #cart-total {
  color: #424e32;
}

#product-list #footer-text {
  text-align: left;
  width: 100%;
}

#product-list #footer-text #acknowledgement {
  vertical-align: top;
}

#product-list #footer-text #acknowledgement-text {
  display: inline-block;
  margin-left: 30px;
  margin-top: -20px;
}

#product-list #footer-text abbr {
  color: red;
}

#product-list #footer-text p {
  line-height: 1.2em;
}

#product-list .btn {
  display: inline-block;
  font-size: 1em;
  width: 150px;
  font-weight: normal;
}
/* WOOCOMMERCE PRODUCT LIST ENDS */

/* WOOCOMMERCE CHECKOUT STARTS */
.woocommerce-banner h1 {
  padding: 0 0 35px 0;
  margin: 0 0 35px 0;
}

#product-list-menu {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

#product-list-menu li {
  display: inline-block;
  padding: 0 10px;
}

#product-list-menu li a:link,
#product-list-menu li a:visited {
  color: #526040;
}

#product-list-menu li a:hover,
#product-list-menu li a:active,
#product-list-menu li a:focus {
  color: #3a472a;
}

.woocommerce-banner #order-summary,
.woocommerce-banner #order-confirmation {
  border-bottom: 1px solid #78b7e3;
  color: #424e32;
  font-size: 1.2em;
  margin-bottom: 35px;
  padding: 0 0 35px 0;
}

.woocommerce-banner #order-summary .return-link {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}

.woocommerce .woocommerce-notices-wrapper,
.woocommerce .woocommerce-info,
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  margin: 30px auto !important;
  max-width: 1000px;
}

.woocommerce-NoticeGroup {
  width: 95%;
  margin: auto;
  max-width: 1000px;
}

.woocommerce #customer_details {
  overflow: hidden;
}

.woocommerce-checkout h3,
#wc_cart h3 {
  color: #424e32;
  font-size: 1.1em;
  padding: 30px 25px;
}

.woocommerce-checkout h3 {
  padding: 15px 0;
}

.woocommerce-checkout hr {
  margin-top: 15px;
}

.woocommerce-checkout label {
  color: #424e32;
}

.woocommerce-checkout label[for='payment_method_authnet'] {
  padding: 0 1em;
}

.woocommerce-checkout-review-order-table {
  display: none;
}

#cart-checkout p.form-row.thwcfd-field-wrapper
{
  clear: none;
  float: left;
  width: 300px;
  margin: 0 25px 6px 0;
  max-width: 47%;
  overflow: visible;
}

#cart-checkout p#shipping_address_1_field,
#cart-checkout p#shipping_address_2_field,
#cart-checkout p#billing_address_1_field,
#cart-checkout p#billing_address_2_field,
.woocommerce-checkout .address-field input[id*='address'],
.woocommerce-checkout input#authnet-card-number {
  width: 600px !important;
  max-width: 100%;
}

#cart-checkout .woocommerce form .form-row-last {
  float: left;
}

.woocommerce-checkout #payment-container{
  position: relative;
  width: 95%;
  margin: auto;
  max-width: 1000px;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wrapper {
  width: 100%;
}

.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods {
  border-bottom: 0;
}

.woocommerce-checkout #payment.woocommerce-checkout-payment {
  background: none;
}

#cart-checkout.woocommerce-checkout #payment.woocommerce-checkout-payment div.payment_box {
  background: none;
}

#cart-checkout.woocommerce-checkout #payment.woocommerce-checkout-payment div.payment_box::before {
  content: none;
  border: none;
}

#cart-checkout.woocommerce-checkout #payment-checkout {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}

#cart-checkout.woocommerce-checkout #place_order {
  float: right;
}

#cart-checkout.woocommerce-checkout button.btn-green.button {
  font-weight: normal;
}

#confirmation-message strong {
  font-weight: bold;
}

.wcpt-cart-widget {
  display: none !important;
}
/* WOOCOMMERCE CHECKOUT ENDS */

/* WOOCOMMERCE CART IN CHECKOUT PAGE STARTS */
#wc_cart {
  display: none; /* hide cart outside of checkout page */
}

.woocommerce-banner + .woocommerce #wc_cart {
  display: block;
}

#wc_cart table td {
  border-top: none;
}

#wc_cart tr.cart_item {
  border-bottom: 1px solid #78b7e3;
}

#wc_cart tr.cart_item:first-child {
  border-top: 1px solid #78b7e3;
}

#wc_cart tr.cart_item td {
  vertical-align: top;
  padding: 35px 0;
  position: relative;
}

#wc_cart tr.cart_item td.product-name > * {
  padding-left: 25px;
  padding-right: 6px;
}

#wc_cart tr.cart_item td.product-quantity> * {
  padding-left: 35px 6px;
}

#wc_cart tr.cart_item td.product-price > * {
  padding-right: 25px;
  padding-left: 6px;
}

#wc_cart tr.cart_item td .amount {
  display: block;
}

#wc_cart .wc_cart_item_name {
  font-weight: bold;
  text-decoration: underline;
}

#wc_cart .wc_cart_item_description {
  padding-top: 15px;
}

#wc_cart .product-quantity,
#wc_cart .product-price {
  text-align: right;
}

#wc_cart .product-quantity {
  font-size: 0.75em;
  width: 20%;
}

#wc_cart .quantity input[type="number"].qty {
  font-size: 1em;
  color: inherit;
  text-align: center;
  padding: 2px;
  margin: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  box-sizing: border-box;
  background: inherit;
  border-radius: 4px;
}

#wc_cart .product-price .amount {
  padding-right: 4px;
}

#wc_cart .remove {
  border-radius: 0;
  color: #0000EE !important;
  display: inline-block;
  font-size: 1em;
  height: auto;
  width: auto;
  text-decoration: underline;
  font-weight: normal;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 20px;
}

#wc_cart a.remove:hover {
  color: #0000EE !important;
  background: none;
}

a.wc_additem:link,
a.wc_additem:visited {
  color: #78b7e3;
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
}

a.wc_additem:hover,
a.wc_additem:active {
  color: #0000EE;
}

#wc_cart .cart-actions-row {
  margin: 10px auto;
}

#wc_cart .cart-actions-row > span {
  display: inline-block;
  text-align: left;
  width: 70px;
}

#wc_cart .cart-actions-row > span:last-child {
  width: 65px;
}

#wc_cart #total-price-cost bdi {
  font-weight: bold;
}
/* WOOCOMMERCE CART IN CHECKOUT PAGE STARTS */

/* PIN DASHBOARD STARTS */
#esubmittal-dashboard > .wrapper.padding:first-of-type,
#pin-dashboard > .wrapper.padding:first-of-type {
  height: 325px;
  position: relative;
}

#pin-dashboard #pin-nav {
  margin: 90px 0;
}


#pin-dashboard li.menu-item {
  display: inline-block;
  text-align: center;
  width: 25%;
}

#esubmittal-dashboard h1,
#pin-dashboard h1 {
  border-bottom: 0;
  padding: 0;
  margin: 0;
}

#esubmittal-dashboard h1 {
  margin-bottom: 30px;
}

#esubmittal-dashboard h2,
#esubmittal-dashboard h3,
#esubmittal-dashboard form#esubmittal-form,
#esubmittal-dashboard form#esubmittal-form p,
#pin-dashboard h2,
#pin-dashboard h3,
#pin-dashboard form#pin-form,
#pin-dashboard form#pin-form p {
  color: #424e32;
  font-weight: bold;
}

#pin-dashboard .banner-text {
  color: #424e32;
}

#esubmittal-dashboard form,
#pin-dashboard form {
  margin-bottom: 20px;
}

#esubmittal-dashboard form#esubmittal-form,
#pin-dashboard form#pin-form {
  margin: 20px 0;
}

#pin-dashboard form#pin-form .input-wrapper:first-of-type {
  margin-top: 1em;
}

#esubmittal-dashboard form#esubmittal-form .input-wrapper:first-of-type {
  margin-top: 2em;
}

#pin-dashboard form#pin-form p.visible-field,
#pin-dashboard form#pin-form .pin-status {
  font-weight: normal;
  color: black;
}

#pin-dashboard form#pin-form button.btn.visible-field {
  font-weight: normal;
  color: white;
}

#pin-dashboard hr + *,
#pin-dashboard hr + p,
#pin-dashboard hr + .submit-status + *
{
  margin-top: 30px;
}

#esubmittal-dashboard p,
#pin-dashboard p {
  line-height: 1.25em;
  margin: 1em 0;
}

#esubmittal-dashboard p {
  margin-top: 0;
  width: 90%;
}

#esubmittal-dashboard .input-wrapper input:not(.btn),
#pin-dashboard .input-wrapper input:not(.btn) {
  margin-bottom: 30px !important;
}

#pin-dashboard form#pin-form .btn-wrapper {
  width: 100%;
}

#esubmittal-dashboard form#esubmittal-form button.btn,
#pin-dashboard form#pin-form button.btn {
  padding: 10px;
  font-size: 1.2em;
}

section.result-table table {
  border: none;
  text-align: left;
  margin-top: 30px;
}

section.result-table table th {
  color: #424e32;;
  font-weight: bold;
  padding: 10px 5px;
}

section.result-table table td {
  border-bottom: none;
  border-right: none;
}

.pin-status form {
  display: inline-block;
}

.pin-status .btn {
  font-size: 0.8em;
  margin: 0;
  margin-left: 10px;
  padding: 4px 10px;
}

form#bulk-upload-form label#bulk-file-label {
  cursor: pointer;
  font-size: 1.1em;
  padding: 9px 0px;
  text-align: center;
}

/* PIN ADMIN DASHBOARD ENDS */

/* ESUBMITTAL ADMIN DASHBOARD STARTS */
#esubmittal-dashboard .form-intro {
  color: #424e32;
  font-weight: bold;
}
#upload-container {
  margin: 20px auto;
  margin-top: 40px;
  width: 100%;
}
#upload-container .btn-wrapper {
  display: inline-block;
  width: auto;
}
#upload-container label {
  color: #424e32;
  font-weight: bold;
  margin-right: auto;
  text-align: left;
}
#upload-container input#submit-file {
  display: none;
}
#upload-container button#enable-file-upload {
  margin: 20px auto;
  text-align: center;
  width: 200px;
}
#upload-container a#add-more-files {
  color: black;
  font-size: 0.8em;
  font-weight: normal;
  margin-left: auto;
  text-align: right;
}
#upload-container .form-caution {
  color: black;
  font-weight: normal;
  display: inline-block;
  margin-top: 50px;
  padding-left: 30px;
  vertical-align: top;
  width: 70%;
}

#confirmation-message {
  color: #424e32;
  margin: 60px 0;
}
/* ESUBMITTAL ADMIN DASHBOARD ENDS */



/**05-03-2024**/
.location-btn {
  color: #fff !important;
}

/**End**/

/**contact Us page buttons**/
body .button-row {
  margin-bottom: 50px !important;
  margin-top: 43px !important;
  padding-bottom: 15px;
}
body .button-row .wp-block-buttons{
  height: 100%;
}
.button-row .wp-block-column .wp-block-buttons .wp-block-button{
  padding: 10px 10px;
  height: 100% !important;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 6px solid #3d4731;
  outline-offset: 2px;
  color: #FFFFFF;
  background-color: #3d4731;
  border-color: #313928;
  text-shadow: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all .2s;
  width: 100%;
}
.button-row .wp-block-column .wp-block-buttons .wp-block-button .wp-element-button{
  padding: 0;
  border-radius: 0;
  background: transparent;
  font-size: 18.4px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
  transition: all .2s;
  justify-content: center;
}
.button-row .wp-block-column .wp-block-buttons .wp-block-button .wp-element-button:hover{
  background-color:transparent !important;
  color: #000 !important;
  transition: all .2s;
}
.button-row .wp-block-column .wp-block-buttons .wp-block-button:hover {
  outline: 6px solid #f0dc97;
  outline-offset: 2px;
  color: #000;
  background-color: #f0dc97;
  transition: all .2s;
}
.button-row .wp-block-column .wp-block-buttons .wp-block-button:hover a{
  color: #000;
  transition: all .2s;
}
body .two-column {
  justify-content: center;
}
body .two-column .wp-block-column {
  flex: 33.33% 0 0;
  flex-basis: 30.555% !important;
  flex-grow: 0 !important;
}


/**end**/

/**22-05-2024**/
.council-info{
  padding: 30px;
  border-radius: 8px;
  color: #fff;
}
.council-info h3{
  margin-top: 25px;
  margin-bottom: 10px;
}
.council-info h3:first-child{
  margin-top: 0;
}
.council-info ul{
  margin-bottom: 20px;
  list-style: none;
}
.council-info ul li{
  margin-left: 0;
}
.council-info ul li a {
  font-size: 16px;
  line-height: 18px;
  text-underline-offset: 2px;
}
.council-info ul li a, .council-info h3, .council-info h3 a{
  color: #fff;
}
.council-info ul li a:hover, .council-info h3 a:hover{
  color: #cfbda7;
}

.council-content p {
  margin-top: 0;
}
.member-section .su-row{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.member-section .su-row:last-child{
  margin-bottom: 0 !important;
}
.member-section .su-row .su-column-size-1-2 {
  width: 30.66%;
}
.member-section h1 {
  margin: 0 0 10px 0 !important;
}
@media only screen and (max-width: 767px) {
  .member-section .su-row .su-column-size-1-2 {
    width: 100%;
  }
}


/**end**/


/**16-01-2025**/
.title-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 15px;
}
.title-block h1 {
  flex: 1 0 0;
}
.title-block .back-btn-sec {
  flex: 106px 0 0;
  justify-content: flex-start;
  display: flex;
  align-items: flex-start;
}
.wrapper.padding .title-block h1 {
  margin: 5px 0 25px 0;
}

/**end**/
/**fire-zone - 25-09-2025**/
.fire-zone-section form.fire-zone-lookup-form ul {
    margin: 0;
    padding: 0;
    list-style: none;
    column-gap: 36px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}
.fire-zone-section form.fire-zone-lookup-form ul li {
    margin: 0;
    padding: 0;
    grid-column: span 6;
}
.fire-zone-section form.fire-zone-lookup-form ul li label {
    display: block;
    margin-bottom: 10px;
}
.fire-zone-section form.fire-zone-lookup-form ul li input, 
.fire-zone-section form.fire-zone-lookup-form ul li select{
  padding: 10px;
  border: 1px solid #e1e1e1;
  margin: 0 0 10px !important;
  width: 100% !important;
  border-radius: 0;
  font-size: 13px;
  box-sizing: border-box;
}
.fire-zone-section form.fire-zone-lookup-form ul li select{
  height: 37px;
}
.fire-zone-section form.fire-zone-lookup-form .button-row{
  margin-top: 30px !important;
  margin-bottom: 0 !important;
}
.fire-zone-section form.fire-zone-lookup-form .button-row button{
  display: inline-block;
  background: #3d4731;
  padding: 15px 25px;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold;
  text-transform: uppercase;
  transition: all .3s ease;
  text-align: center;
  border: none;
  cursor: pointer;
}
.fire-zone-section form.fire-zone-lookup-form .button-row button:hover{
  background: #78b7e3;
}

/**end**/


/**notification-bar-main 27-01-2025**/
.notification-bar-main{
  position: relative;
  text-align: center;
}
.notification-bar-main .notification-bar{
  padding: 10px 0;
}
.notification-bar-main .notification-bar .notification-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.notification-bar-main .notification-title{
  font-size: 15px;
  font-weight: normal;
}
.notification-bar-main .notification-title a{
  text-decoration: none;
}
.notification-bar-main .notification-excerpt p{
  font-size: 15px;
}
.notification-bar-main .notification-button{
  text-decoration: none;
  font-size: 15px;
}
.notification-bar-main .notification-button:hover{
  text-decoration: underline;
}




@media only screen and (max-width: 1025px){
  header{
    background-size: 47000% 100%;
    min-height: 528px;
  }
  header #logo{
    margin:0;
    top: 15px;
    width: 210px;
  }
  body > .wrapper.padding { margin-top:-250px; }
  .accessibility_options{
    top: 20px;
  }
/**29-03-2024**/
nav#featured-menu li {
/*margin: 0 6%;
margin-bottom: 40px;*/
margin: 0 0.5% 10px !important;
}
/**end**/
}
@media only screen and (max-width: 768px){
  nav#featured-menu li {
    margin: 0 2%;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 560px) {
  header .wrapper {
    padding-top: 10px;
  }
  header{
    background-image: url(assets/images/bg-wave-header.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 470px;
    padding: 0 0;
    position: relative;
  }
  body > .wrapper.padding { margin-top:-210px; }
  .mobile-nav{
    background: #ece7e0;
    z-index: 20;
    position: relative;
    top:14px;
  }
  nav{
    background: #ece7e0;
    position: relative;
    z-index: 10;
    top:0;
    width: 75%;
    margin: 0;
    float: left;
  }


  #new-featured-menu {
    padding-bottom: 0!important;
    display: block!important;}

    #new-featured-menu li{
      list-style: none;
      margin-bottom: 15px;
    }

    nav#new-featured-menu {
      top:0;
      width: 100%!important;
      margin: 0;
      float: none!important;
      background: none!important;
    }


    nav > ul{
      position: absolute;
      width: 100%;
      background: #ece7e0;
    }
    nav#featured-menu {
      list-style-type: none;
      background: none;
      width: 100%;
      float: none;
      margin: auto;
    }
/**29-03-2024**/
nav#featured-menu li {
  margin: 20px auto !important;
}
/**end**/


header #logo{
  width: 80%;
  max-width: 250px;
  display: block;
  margin-right: auto;
  margin-top: 10px;
  top: 0;
}

#site-bg img {
    height: 70px;
    object-fit: cover;
}

.mobile.accessibility-button,
.mobile.search-button{
  display: block;
  float: right;
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
}

nav li .fa{
  display: none;
}

.accessibility_options{
  top: -20px;
  right: 0;
  z-index: 999;
}
.mobile.search-button{
  border-left: 1px solid #cfbda7;
}
.mobile.search-button .search_box{
  z-index: 9999999999;
  top: 40px;
}
.mobile.search-button .search_box input{
  width: 100% !important;
}

.custom-dashboard.wrapper.padding {
  padding: 35px 15px 25px 15px;
  width: 98%;
}

.custom-dashboard.wrapper.padding #pin-signin-container {
  width: 100%;
}

.center-container {
  font-size: 2.5em;
}
.captcha-wrapper .g-recaptcha > div {
  float: none;
}
}

@media(max-width: 420px){
  header .wrapper {
    padding-top: 15px;
  }
  .accessibility_options li { padding: 5px 8px !important; }
}

@media only screen and (max-width: 320px){
  nav{
    width: 72%;
  }
}

.goog-te-menu-frame{
  margin-left: 20px;
  -webkit-overflow-scrolling: touch;
  left: auto !important;
}

@media only screen and (max-width: 560px) and (min-width: 1px){
  nav ul.submenu {
    display: block;
  }
  nav ul#hideMe {
    display: none;
  }
}

/* WOOCOMMERCE OVERRIDE BREAKPOINT AT 768 */
@media only screen and (max-width: 768px){
  .horizon-spacing + .horizon-spacing {
    display: block;
    margin: 1em 0;
  }
  #product-list > .wrapper.padding:first-of-type {
    height: auto;
  }
  .input-wrapper .input-inner-wrapper {
    display: block;
  }
  .input-wrapper .input-inner-wrapper + .input-inner-wrapper {
    margin-left: 0px;
  }
  .input-wrapper input,
  .input-wrapper input.email,
  .input-wrapper input.shipping-address,
  .input-wrapper input.shipping-email,
  .input-wrapper input.email-address,
  #wc_cart input,
  .select2.select2-container {
    width: 100% !important;
  }
  #wc_cart .product-quantity {
    font-size: 1em;
    width: auto;
  }

  #wc_cart table.shop_table_responsive tr:nth-child(2n) td {
    background-color: rgba(0,0,0,0);
  }

  .woocommerce-input-wrapper input[type="text"],
  .woocommerce-input-wrapper input[type="email"],
  .woocommerce-input-wrapper input[type="password"],
  .woocommerce-input-wrapper input[type="date"],
  .woocommerce-input-wrapper input[type="time"],
  .woocommerce-input-wrapper input[type="tel"] {
    width: 100% !important;
  }

  .btn-wrapper-right .btn {
    width: 100%;
  }
  .btn-wrapper .form-caution {
    width: 100%;
  }
  #pin-dashboard #pin-nav {
    margin: 45px 0;
  }
  #pin-dashboard li.menu-item {
    margin: 5px 0;
    width: 100%;
  }
  .result-table {
    overflow: auto;
  }
  #product-list-menu ul {
    list-style: none;
  }
  #product-list-menu li {
    display: block;
  }
  .woocommerce-banner #order-summary {
    text-align: center;
  }
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    content: "";
  }
  .su-accordion table.wcpt-table .su-spoiler-content .wcpt-cell{
    padding: 10px 20px;
  }
  #wc_cart .remove {
    text-align: right;
  }
  #cart-checkout p.form-row.thwcfd-field-wrapper {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .woocommerce-checkout #payment .wrapper.padding.wrapper-green {
    padding: 10px;
  }
  .woocommerce-checkout input#authnet-card-number {
    width: 100% !important;
  }
  .woocommerce-checkout #wc-authnet-cc-form p.form-row {
    float: none;
  }
  #upload-container .form-caution {
    width: 100%;
    padding-left: 0;
    padding: 30px 0;
  }
}


@media only screen and (max-width: 767px){
  iframe.goog-te-menu-frame {
    top: 60px !important;
  }
}

@media only screen and (min-width: 767px) and (max-width:1200px){
  iframe.goog-te-menu-frame {
    top: 100px !important;
  }
}


/*
.newbuttons {
background-color: #78b7e3;
border-radius: 10px;
}*/
/**27-03-2024**/
#new-featured-menu
{
  display: flex;
  justify-content: space-around;
  padding-bottom: 75px;
  display: none !important;
}
/**end**/

.newbuttons a{
  color: black!important;
  text-decoration: none!important;
  font-weight: 600;
  border-radius: 15px;
  padding: 18px 30px;
  background: #78b7e3;
  outline: 2px solid white;
  outline-offset: -7px;
}

.newbuttons a:hover{
  background: #f0dc97;
}


#\:0\.targetLanguage > span > a > span:nth-child(3),
.VIpgJd-ZVi9od-xl07Ob-lTBxed > span:nth-child(3),
.goog-te-gadget-simple span {
  text-decoration: none;
  border-left: none!important;
}


/* Event 18-01-24 */
body .tribe-common.tribe-events .tribe-common-l-container {
  padding: 0;
}
.tribe-common.tribe-events .tribe-events-c-events-bar__search-container,
.tribe-common.tribe-events .tribe-events-header__events-bar{
  background-color: #f8f6f2 !important;
}
.tribe-common.tribe-events .tribe-events-c-events-bar__search-container {
  padding-right: 15px !important;
}
.tribe-common.tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input {
  padding: 10px 10px 10px 30px;
  margin: 0 0 0 15px !important;
  border-bottom: 1px dashed #b9b9b9;
  outline: none;
}
.tribe-common.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
  background: #424e32;
  border-radius: 0;
  color: #fff;
  font-size: 13px;
  height: auto;
  letter-spacing: 0;
  line-height: 2;
  padding: 10px 40px;
  font-weight: 700;
  text-transform: uppercase;
}
body .tribe-common.tribe-events .tribe-events-c-view-selector__content {
  padding: 0 !important;
  top: 90%;
}
.tribe-common.tribe-events .tribe-events-c-view-selector__button {
  background-color: #dfd8ce !important;
  outline: none !important;
}
.tribe-common.tribe-events .tribe-events-c-view-selector__content {
  border-radius: 0;
  padding: 0;
  background-color: #dfd8ce !important;
}
.tribe-common.tribe-events .tribe-events-c-view-selector__list-item-link {
  border-radius: 0;
  padding: 5px 21px;
}
.tribe-common.tribe-events .tribe-events-c-view-selector__list-item-text {
  font-size: 19px !important;
}
body .tribe-common.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button-text {
  font-size: 19px;
  font-weight: 400;
}
.tribe-common.tribe-events .tribe-events-c-top-bar__nav {
  top: 11px;
}
.tribe-common.tribe-events .datepicker .day.active, .tribe-common.tribe-events .datepicker .day.active.focused, .tribe-common.tribe-events .datepicker .day.active:focus, .tribe-common.tribe-events .datepicker .day.active:hover, .tribe-common.tribe-events .datepicker .month.active, .tribe-common.tribe-events .datepicker .month.active.focused, .tribe-common.tribe-events .datepicker .month.active:focus, .tribe-common.tribe-events .datepicker .month.active:hover, .tribe-common.tribe-events .datepicker .year.active, .tribe-common.tribe-events .datepicker .year.active.focused, .tribe-common.tribe-events .datepicker .year.active:focus, .tribe-common.tribe-events .datepicker .year.active:hover {
  background: #666666;
}
header.tribe-events-calendar-list__event-header {
  min-height: auto;
}
.tribe-common.tribe-events .tribe-events-calendar-list__month-separator {
  margin: 30px 0;
  padding: 6px 10px;
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
}
.tribe-common.tribe-events .tribe-events-calendar-list__month-separator:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0;
}
body .tribe-common.tribe-events .tribe-events-calendar-list__month-separator-text {
  padding: 0 7.5%;
  font-size: 24px !important;
  color: #333 !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  position: relative;
  z-index: 1;
  background: #fff;
}
.tribe-common.tribe-events .tribe-events-c-nav__next:hover, .tribe-common.tribe-events .tribe-events-c-nav__prev:hover {
  background: transparent;
}
.tribe-common.tribe-events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button {
  border-color: #424e32;
  color: #424e32;
  margin-top: 11px;
}
.tribe-common.tribe-events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button:hover {
  background-color: #424e32 !important;
}
header.tribe-events-calendar-month__header {
  min-height: auto;
  height: auto;
}
.tribe-events .datepicker .datepicker-months table {
  width: 100%;
}
#tribe-events-pg-template .tribe-events-schedule h2 {
  font-size: 24px;
}
#tribe-events-pg-template .tribe-events-schedule {
  margin: 0;
}
#tribe-events-pg-template h1.tribe-events-single-event-title {
  font-weight: 500;
}
#tribe-events-pg-template .tribe-events-content a {
  border-bottom: 0;
}
#tribe-events-pg-template .tribe-events-content a:hover {
  border-bottom: 0;
}
body .tribe-common.tribe-events .tribe-events-calendar-list__event-details {
  width: 100%;
}
.tribe-common .tribe-common-anchor-thin {
  color: #526040;
  text-decoration: underline;
}
.tribe-common .tribe-common-anchor-thin:hover {
  color: #3a472a !important;
  border-bottom: 0 !important;
  text-decoration: underline;
}
header.tribe-events-calendar-list__event-header {
  height: auto;
}
.tribe-common.tribe-events .tribe-events-calendar-list__event-description p {
  font-size: 16px;
}
.tribe-common.tribe-events .tribe-events-calendar-list__event-description a.tribe-events-read-more {
  font-size: 19.36px;
  color: #526040;
  text-decoration: underline;
}
.tribe-common.tribe-events .tribe-events-calendar-list__event-description a.tribe-events-read-more:hover {
  color: #3a472a;
}
.ninja-forms-form-wrap .checkbox-container .checkbox-wrap input {
  width: auto  !important;
}
@media (max-width: 1025px) {
  .tribe-common.tribe-events .tribe-events-header {
    min-height: 250px;
    height: auto;
  }
}
@media (max-width: 882px) {
  .tribe-common.tribe-events .tribe-events-header {
    min-height: 100px;
    height: auto;
  }
  .tribe-common.tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input {
    padding: 10px 28px 10px 0px;
  }
}
@media (max-width: 767px) {
  .ninja-forms-form-wrap .checkbox-container .checkbox-wrap .nf-field-label {
    margin-left: 0.5em;
  }
}
@media (max-width: 560px) {
  .tribe-common.tribe-events .tribe-events-calendar-list-nav,
  .tribe-common.tribe-events .tribe-events-c-nav__list {
    background: transparent;
    width: 100%;
  }
  .tribe-common.tribe-events .tribe-events-c-subscribe-dropdown__container {
    width: 100%;
  }
  .tribe-common.tribe-events .tribe-events-header__events-bar {
    background-color: transparent !important;
  }
  #tribe-events-pg-template #tribe-events-footer {
    padding: 0;
  }
  #tribe-events-pg-template #tribe-events-footer nav{
    float: none;
    width: auto;
  }
  #tribe-events-pg-template #tribe-events-footer nav .tribe-events-sub-nav {
    position: static;
    background: #fff;
    flex-wrap: wrap;
  }
  #tribe-events-pg-template #tribe-events-footer nav li {
    list-style: none;
  }
  #tribe-events-pg-template #tribe-events-footer nav li a{
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
  }
}
/**22-01-2024**/
.field-wrap>div input[type=checkbox]{
  margin: 3px 0 5px 0 !important;
}
nav li ul.sub-menu li a:link, nav li ul.sub-menu li a:visited, nav li ul.sub-menu li a:focus{
  transition: all 150ms ease;
}
nav li ul.sub-menu li a:hover, nav li ul.sub-menu li a:active, nav li ul.sub-menu li a:focus{
  transition: all 150ms ease;
  background: #cfbda7;
  color: #fff;
}
/* end */
@media (max-width: 1280px) {
  nav li:nth-last-child(2) ul.sub-menu{
    left: -120px;
  }
}
/* Footer 26-02-24 */
footer .left .logo img {
  max-width: 260px;
  margin-bottom: 20px;
  object-fit: contain;
  display: block;
  height: auto;
}
footer .right .social-links {
  margin-top: 12px;
  display: flex;
  grid-gap: 13px;
  justify-content: flex-end;
}
footer .right .social-links a {
  font-size: 22px;
}
@media (max-width: 560px) {
  footer .right .social-links {
    justify-content: flex-start;
  }
}
/* FooterEnd 26-02-24 */

@media (max-width: 781px) {
  body .button-row {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
    padding-bottom: 0;
  }
  body .button-row .wp-block-column{
    height:100%;
  }
}


/* Datatable 07-06-24 start*/
body .dataTables_wrapper{
  font-family: 'Questrial', sans-serif;
}
body .dataTables_wrapper  table thead th {
  background: #526040;
  color: #fff;
}
body .dataTables_wrapper table.dataTable tbody tr th,
body .dataTables_wrapper table.dataTable thead tr th,
body table.dataTable tbody tr td {
  padding: 12px 20px;
  font-size: 0.9em !important;
  line-height: 1.2;
  text-align: left;
  border: none;
  min-width: 240px;
}
body table.dataTable thead tr th:first-child {
  min-width: 100px;
/*     width: 150px !important; */
}
body table.dataTable tbody tr td:first-child{
  min-width: 150px !important;
}
body table.dataTable tbody tr td:last-child{
  min-width: 260px;
}
/*body table.dataTable tbody tr td:nth-child(2) {
font-size: 0.9em !important;
}*/
body .dataTables_wrapper table tbody tr:nth-child(odd) {
  background: #ffffff !important;
}

body .dataTables_wrapper table tbody tr:nth-child(even) {
  background: #faf7f3 !important;
}

body .dataTables_wrapper table tbody tr:hover, body .dataTables_wrapper table tbody tr:hover td a {
  background: #78b7e3 !important;
  color: #fff !important;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 10px 15px;
  margin: 5px;
  background: #fff;
  color: #000 !important;
  cursor: pointer;
  border: none;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current, 
body .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #526040;
  color: #fff !important;
  border: none;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
  border:none;
  background: #000;
  color: #fff !important;
}
body .dataTables_wrapper .dataTables_filter input {
  border-radius: 0;
  padding: 10px;
  border: 1px solid #e1e1e1;
  margin: 10px 0px 10px 5px;
}

body .dataTables_wrapper .dataTables_length select {
  border-radius: 0;
  padding: 10px;
  border: 1px solid #e1e1e1;
  outline: none;
}

body .dataTables_wrapper table.dataTable.no-footer {
  border-bottom: 1px solid #e1e1e1;
}
body .dataTables_wrapper table.dataTable thead .sorting, 
body .dataTables_wrapper table.dataTable thead .sorting_asc, 
body .dataTables_wrapper table.dataTable thead .sorting_desc, 
body .dataTables_wrapper table.dataTable thead .sorting_asc_disabled, 
body .dataTables_wrapper table.dataTable thead .sorting_desc_disabled,
body table.dataTable thead .sorting_asc{
  background-position: left top 15px;
  background-image: url(assets/images/sort_both.webp);
}

.back-btn-sec{
  text-align: right;
  margin-bottom: 12px;
}
.back-btn-sec a.back-btn {
  display: inline-block;
  background: #3d4731;
  padding: 15px 25px;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold;
  text-transform: uppercase;
  transition: all .3s ease;
  text-align: center;
}
.back-btn-sec a.back-btn:hover{
  background: #78b7e3;
}
.back-btn-sec a.back-btn i {
  margin-right: 8px;
}
#dtbl6852281d_info{
  display: none;
}
section ol{
  margin-bottom: 0 !important;
}
div.ctct-form-embed div.ctct-form-defaults{
  padding: 24px 24px 0 24px !important;
}
p:last-child {
  margin-bottom: 0;
}
/**20-08-2024**/
.business-btn {
  display: block;
  text-align: center;
}
.business-btn a {
  display: inline-block;
  background: #3d4731;
  padding: 15px 25px;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold;
  text-transform: capitalize;
  transition: all .3s ease;
  text-align: center;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 10px;
  outline: 6px solid #3d4731;
  outline-offset: 2px;
}
.business-btn a:hover{
  background: #f0dc97;
  color: #3d4731 !important;
  outline: 6px solid #f0dc97;
  outline-offset: 2px;
}

/**end**/
@media (max-width: 885px) {
  body .dataTables_wrapper table.dataTable.no-footer{
    display: block;
    overflow-x: scroll;
  }
}
@media (max-width: 560px) {
  body .dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 6px 10px;
  }
  .business-btn a{
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .title-block{
    flex-direction: column-reverse;
  }
  .title-block .back-btn-sec{
    flex: 100%;
  }
}