/*font-family: 'Questrial', sans-serif;*/
#mobile_menu {
  display: none;
}

html,
body {
  border-top: 3px solid #aad9f4;
  height: 100%;
  font-size: 1.1em;
  font-family: 'Arial', sans-serif;
  color: #333;
  background: #fff;
}

.clearfix {
  clear: both;
}

.placeholder {
  color: #aaa;
}

.left {
  float: left;
  width: 49%;
}

.right {
  float: right;
  width: 49%;
}

.wrapper {
  margin: 0 auto;
  width: 1000px;
  /*width: 85%;*/
  /*max-width: 1250px; */
}

header {
  height: 142px;
  padding: 24px 0;
}

header #logo {
  height: 142px;
  width: 467px;
  float: left;
  display: block;
}

header .search_box {
  width: 230px;
  /* height: 35px; */
  float: right;
  margin: 40px 0 0 0;
  border: 1px solid #b6ada1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

header .search_box input {
  width: 170px !important;
  padding: 10px 0 10px 10px;
  border: none;
  outline: none;
  font-family: 'Questrial', sans-serif;
  font-size: 1em;
  color: #958d85;
  line-height: 1;
  margin: 0 !important;
}

header .search_box button {
  float: right;
  background: none;
  border: none;
  color: #958d85;
  font-size: 1.1em;
  padding: 5px 10px;
}

.accessibility_options {
  height: 55px;
  margin: 0 0 30px 0;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  float: left;
}

.accessibility_options li {
  float: left;
  margin: 0 10px 0 0;
  padding: 5px 0;
}

.accessibility_options > ul > li.one {
  margin-right: 5px;
}

li.four {
  padding: 0;
}

.accessibility_options li span {
  font-size: 14px;
}

.accessibility_options li.title {
  background: #424e32;
  color: #fff;
  font-size: 16px;
  height: 35px;
  padding: 10px;
}

.accessibility_options li.title i {
  display: block;
  float: left;
  font-size: 30px;
  margin: 0 10px 0 0;
}

.accessibility_options button {
  background: none;
  border: none;
  cursor: pointer;
  color: #424e32;
}

.accessibility_options a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  margin: 3px 0 0 0;
  font-size: 0.9em;
}

#font_size_large {
  font-size: 1em;
}

#font_size_normal {
  font-size: 0.9em;
}

#font_size_small {
  font-size: 0.7em;
}

nav {
  min-height: 45px;
  background: #ece7e0;
  border-radius: 7px 7px 0 0;
}

nav li {
  margin: 0 5px;
  height: 45px;
  position: relative;
  display: inline-block;
}

nav a {
  font-family: 'Questrial', sans-serif;
  color: #52483d;
  text-decoration: none;
  padding: 12px 10px;
  height: 21px;
  display: block;
  /* font-size: 1em; */
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

nav a:hover,
nav a:active,
nav a.hover {
  background: #cfbda7;
  color: #fff;
  /* margin: -7px 0 0 0; */
  /* padding: 20px 10px; */
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

nav li ul.sub-menu {
  background: #ece7e0;
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  min-width: 250px;
  padding: 0;
  z-index: 10;
}

nav li ul.sub-menu li {
  display: block;
  float: none;
  height: auto;
  border-bottom: 1px solid #e2dbd3;
  padding: 0;
  margin: 0;
}

nav li ul.sub-menu li .sub-menu {
  left: 250px;
  position: absolute;
  top: 0px;
}

nav ul.sub-menu li a {
    font-size: 17px;
}

nav li ul.sub-menu li a:link,
nav li ul.sub-menu li a:visited {
  font-family: 'Questrial', sans-serif;
  color: #52483d;
  text-decoration: none;
  padding: 9px 10px;
  height: auto;
  /* width: 100%; */
  display: block;
  /* font-size: 1em; */
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

nav li ul.sub-menu li a:hover,
nav li ul.sub-menu li a:active {
  background: #cfbda7;
  color: #fff;
  margin: 0;
  padding: 9px 10px;
  display: block;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.banner {
  height: 348px;
  padding: 45px;
background: url(../images/new_banner_image-updated-3.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 27px;
}

.banner img {
  float: left;
  display: block;
  width: auto;
  height: 60px;
  margin: -5px 10px 0 0;
}

.banner a {
  display: block;
  background: #4f6153 url(../images/button_bg.jpg) repeat-x;
  margin: 20px 0;
  width: 280px;
  height: 55px;
  padding: 15px 10px 10px 10px;
  border: 3px solid #d8cec2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  clear: both;
  color: #fff;
  text-decoration: none;
  line-height: 1.3em;
  border-radius: 10px;
}

#tribe-events-pg-template {
  margin: 25px 0;
}

section {
  margin: 0 0 25px 0;
}

section h1,
section h2,
section h3,
section h4,
#tribe-events-pg-template h1,
#tribe-events-pg-template h2,
#tribe-events-pg-template h3,
#tribe-events-pg-template h4 {
  font-family: 'Questrial', sans-serif;
  color: #526040;
  margin: 15px 0;
}

section h1,
#tribe-events-pg-template h1 {
  font-size: 2em;
  margin: 25px 0;
  border-bottom: 1px solid #f4f1ec;
  padding: 0 0 15px 0;
}

section h2,
#tribe-events-pg-template h2 {
  font-size: 1.7em;
}

section h3,
#tribe-events-pg-template h3 {
  font-size: 1.5em;
}

section h4,
#tribe-events-pg-template h4 {
  font-size: 1.3em;
}

section p,
#tribe-events-pg-template p {
  font-size: 1em;
  color: #333;
  line-height: 1.8;
  margin: 25px 0;
}

section sup {
  vertical-align: super;
  font-size: 0.7em;
}

section sub {
  vertical-align: sub;
  font-size: 0.7em;
}

section em {
  font-style: italic;
}

section strong {
  font-weight: bold;
}

section ul,
section ol,
#tribe-events-pg-template ul,
#tribe-events-pg-template ol {
  margin: 25px 0;
  overflow: hidden;
}

section ul,
#tribe-events-pg-template ul {
  list-style: disc;
}

section ol,
#tribe-events-pg-template ol {
  list-style: decimal;
}

section li,
#tribe-events-pg-template {
  margin: 5px 0 5px 40px;
}

section a:link,
section a:visited,
#tribe-events-pg-template a:link,
#tribe-events-pg-template a:visited {
  color: #526040;
  text-decoration: underline;
}

section a:hover,
section a:active,
#tribe-events-pg-template a:hover,
#tribe-events-pg-template a:active {
  color: #3a472a;
}

section article,
#tribe-events-pg-template article {
  width: 918px;
  margin: 20px 0;
  padding: 20px;
  background: #faf7f3;
  border: 1px solid #f0ece6;
  border-radius: 10px;
}
section article {
  margin: 0 0 20px 0;
}

a.tribe-events-button:link,
a.tribe-events-button:visited {
  color: #fff !important;
  background: #526040 !important;
}

section .content_list {
  list-style: none;
  margin: 15px 0;
}

.content_list h1 {
  margin: 0;
  border: 0;
  padding: 0;
}

.content_list ul,
.content_list ol {
  margin: 7px 0;
}

section .content_list li {
  margin: 10px 0;
}

section .content_list i {
  color: #526040;
}

section .content_list li a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 10px;
}

section .content_list li a:hover {
  background: #e0edf3;
}

section blockquote {
  border: 1px solid #ece7e0;
  padding: 20px;
  margin: 20px 0;
  background: #fbf8f4;
}

section blockquote p {
  color: #526040;
  font-size: 1.1em;
  margin: 7px 0;
}

section table {
  border: 1px solid #e1e1e1;
  width: 100%;
}

section table td {
  padding: 5px;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}

.entry-title:before {
  content: '\f0da';
  font-family: FontAwesome;
  display: block;
  float: left;
  margin: 10px 5px 0 0;
}

.push {
  height: 60px;
}

footer {
  margin: 0 auto;
  background: #333;
  padding: 20px 20px 10px 20px;
  font-size: 16px;
  display: flex;
  width: 940px;
}

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

footer a:hover,
footer a:active {
  text-decoration: underline;
}

footer .left {
  float: none;
  width: 50%;
  box-sizing: border-box;
}

footer .right {
  float: none;
  width: 50%;
  padding-left: 27px;
  box-sizing: border-box;
}

footer p {
  font-size: 0.7em;
  color: #fff;
  line-height: 1;
  margin: 0;
}

footer ul {
  font-size: 0.7em;
  color: #fff;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

footer li {
  margin: 0 0 10px 10px;
}

#full_website {
  display: none;
}

/* WordPress Core */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0 4px 5px;
}

ul.content_list .clearfix:after,
ul.content_list .clearfix:before,
ul.content_list .tribe-clearfix:after,
ul.content_list .tribe-clearfix:before {
  content: '';
  display: none !important;
}

#tribe-events-pg-template h2:before {
  display: none;
}

#tribe-bar-form {
  background: #f8f6f2 !important;
}

#tribe-bar-form .tribe-bar-submit input[type='submit'] {
  background: #424e32 !important;
}

.tribe-bar-views-inner {
  background: #dfd8ce !important;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  background: #dfd8ce !important;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover {
  background: #cfbda7 !important;
}

.tribe-events-calendar thead th {
  background-color: #cec0ac !important;
  border-left: 1px solid #c7b69e !important;
  border-right: 1px solid #c7b69e !important;
}

.tribe-events-calendar td.tribe-events-past div[id*='tribe-events-daynum-'],
.tribe-events-calendar td.tribe-events-past div[id*='tribe-events-daynum-'] > a {
  background-color: #ebe5d8 !important;
}

#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type='submit'],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*='tribe-events-daynum-'],
.tribe-events-calendar td.tribe-events-present div[id*='tribe-events-daynum-'] > a {
  background-color: #424e32 !important;
}

div[id*='tribe-events-daynum-'],
.tribe-events-calendar div[id*='tribe-events-daynum-'] a {
  background-color: #6a7659 !important;
}

.tribe-events-notices {
  background: #ebebeb !important;
  border: 1px solid #e4e4e4 !important;
  color: #9a9a9a !important;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='date'],
input[type='time'],
input[type='tel'],
.nf-field-element input {
  padding: 10px;
  border: 1px solid #e1e1e1;
  margin: 10px 0 !important;
  width: 300px !important;
}
/**22-01-2024**/
.field-wrap>div input[type=checkbox]{
  margin: 3px 0 10px 0 !important;
}

/**end**/

textarea {
  padding: 10px;
  border: 1px solid #e1e1e1;
  margin: 10px 0 !important;
  width: 300px !important;
  height: 100px !important;
}

input[type='submit'],
input[type='button'] {
  padding: 10px;
  border: none;
  margin: 10px 0;
  /*width: 300px !important;*/
  color: #fff;
  background: #424e32;
  cursor: pointer;
  font-size: 1.1em;
}

input[type='submit']:hover {
  background: #287753;
}

.su-spoiler-title {
  background: #faf7f3 !important;
}

.su-spoiler.su-spoiler-style-fancy {
  border-color: #f0ece6;
}

.su-spoiler-style-fancy > .su-spoiler-title {
  border-bottom-color: #f0ece6 !important;
}

.su-spoiler-title:hover {
  background: #e0edf3 !important;
}

.agendas {
  float: left;
  margin-left: 20px;
  background: #f8f6f2;
  padding: 0 15px 0 0;
  height: 55px;
  box-sizing: border-box;
  border-radius: 10px;
  text-decoration: none;
  color: #333;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 0.9em;
}

a.agendas i {
  color: white;
  background: #424e32;
  /* width: 40px; */
  border-radius: 10px 0 0 10px;
  margin-right: 10px;
  height: 55px;
  text-align: center;
  padding: 16px 15px;
  box-sizing: border-box;
  /* top: -18px; */
  position: relative;
  font-size: 1.3em;
}

a.agendas:hover {
  background: #cfbda7;
  color: white;
}

.nf-field-label label {
  font-weight: normal !important;
}

.nf-before-form-content {
  margin-bottom: 10px;
}

span.ninja-forms-req-symbol {
  color: white !important;
}

span.ninja-forms-req-symbol:before {
  content: '(required)';
  color: #333;
}
/**09-04-2024**/
a img.h2oc-logo-img {
  margin: 0 !important;
}
.h2oc-logo-section .img-quote-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 20px;
    margin: 0 0 0 20px;
}
.h2oc-logo-section .img-quote-block .cl-left {
    flex: 150px 0 0;
}
.h2oc-logo-section .img-quote-block .cl-right {
    flex: 1 0 0;
}
/**end**/

#google_translate_element span span:first-child {
  color: #52483d;
  font-size: 16px;
}

.sr-only {
  position: absolute;
  top: auto;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.banner {
  display: flex;
  align-items: center;
}

.home-search-container {
  padding-left: 0px;
  padding-bottom: 110px;
  width: 350px;
  max-width: 100%;
}

.wrapper.padding .home-search-container h1 {
  margin-bottom: 5px;
  color: white;
  font-size: 33px;
  text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.85);
  font-family: 'Questrial', sans-serif;
  text-align: center;
}

.home-search-container form {
  position: relative;
  padding: 4px;
  background-color: rgba(48, 30, 29, 0.35);
  border-radius: 6px;
}

.home-search-container input[type='text'] {
  border-radius: 5px 10px 10px 5px;
  font-size: 18px;
  padding: 19.5px 10px;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 !important;
  box-sizing: border-box;
  font-family: 'Questrial', sans-serif;
  width: 100% !important;
}

.home-search-container .search-button {
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 4px;
  width: 60px;
  margin: 0;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  overflow: hidden;
}

.home-search-container .search-button::after {
  content: '';
  position: absolute;
  width: 300%;
  height: 280%;
  background-color: #78b6e4;
  border-radius: 50%;
  bottom: -50%;
  left: 0;
}

.home-search-container .search-button i {
  font-size: 22px;
  padding-bottom: 4px;
  padding-left: 5px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

#search-result nav.pagination .nav-links {
  text-align: center;
}

#search-result nav.pagination .nav-links > * {
  display: inline-block;
  width: auto;
}