body::-webkit-scrollbar {
  width: 15px;
}

/* Track */
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #273a55;
  background: #F3F2F2;
  border-radius: 0;
}

/* Handle */
body::-webkit-scrollbar-thumb {
  background: #a68b71;
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  background: #273a55;
}

#page_yes_hero > .e-con-full, #page_no_hero > .e-con-full {
  padding-bottom: 30px;
}
#page_yes_hero > .e-con-full h1, #page_no_hero > .e-con-full h1 {
  margin-top: 30px;
}

.noa a, .noa h1, .noa h2, .noa h3, .noa h4, .noa h5, .noa h6 {
  text-decoration: none !important;
}

.nop {
  margin-bottom: 0;
}
.nop p, .nop h1, .nop h2, .nop h3, .nop h4, .nop h5, .nop h6 {
  margin-bottom: 0;
}

.noli ul {
  list-style-type: none;
  margin-bottom: 0;
}

#menu_header {
  position: relative; /* Ensures absolute positioning works within the menu */
}
@media screen and (max-width: 1024px) {
  #menu_header {
    display: none !important;
  }
}
#menu_header #logo_header {
  padding: 0;
  width: 190px;
}
#menu_header #logo_header img {
  width: 190px;
}
#menu_header #menu-item-789 #search-toggle-button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a68b71;
  position: relative;
  top: 8px;
  box-shadow: none;
}
#menu_header #menu-item-789 #search-toggle-button i {
  font-size: 18px;
}
@media screen and (max-width: 1170px) {
  #menu_header #menu_right .menu-item-has-children a.uael-menu-item, #menu_header #menu_left .menu-item-has-children a.uael-menu-item {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 13px;
  }
}

#search-form.search-box {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 10000000;
  display: block;
  right: unset;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  top: 0;
}
#search-form.search-box.active {
  visibility: visible;
  opacity: 1;
}
#search-form.search-box form {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
#search-form.search-box form input {
  width: 72%;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  background: transparent;
  color: #fff;
  text-align: center;
  font-size: 25px;
  border: solid rgba(255, 255, 255, 0.4509803922);
  padding: 10px;
  outline: none;
  border-width: 0 0 1px 0;
  padding-bottom: 27px;
  margin-bottom: 9px;
}
#search-form.search-box form button[type=submit] {
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  margin-top: 21px;
  background: #a68b71;
  padding: 10px 20px;
  border: 2px solid #a68b71;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  transition: ease-in-out 0.3s;
}
#search-form.search-box form button[type=submit]:hover {
  background: #fff;
  color: #a68b71;
}
#search-form.search-box .search-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  color: #a68b71;
  font-size: 24px;
  cursor: pointer;
  font-weight: bold;
}
#search-form.search-box .search-close:hover {
  color: #fff;
}

#mobile_header {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  #mobile_header {
    display: block !important;
  }
}
#mobile_header #mobile_logo {
  width: 190px;
  padding: 0;
}
#mobile_header #mobile_logo img {
  width: 190px;
}
#mobile_header #mobile_menu {
  width: calc(100% - 190px);
}
@media screen and (max-width: 767px) {
  #mobile_header #mobile_menu .uael-nav-menu-label {
    display: none;
  }
}
#mobile_header #mobile_menu .uael-nav-menu__toggle {
  justify-content: end;
}
#mobile_header #mobile_menu .uael-nav-menu__layout-horizontal {
  top: 56px;
}
#mobile_header #mobile_menu .uael-nav-menu__layout-horizontal .menu-item .sub-menu .menu-item .uael-sub-menu-item {
  padding-top: 9px;
  padding-bottom: 9px;
}
#mobile_header #mobile_menu #menu-item-794 i {
  color: #a68b71;
}

@media screen and (max-width: 767px) {
  #info_row .elementor-widget-container {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #info_row .elementor-widget-container ul {
    margin: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #info_row .elementor-icon-list--layout-traditional {
    align-self: center;
  }
}

.search .ast-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

#member_search #member-search-form {
  display: block;
  height: 47px;
}
#member_search #member-search-form input {
  width: 19%;
  margin-right: 1%;
  display: block;
  float: left;
}
@media screen and (max-width: 767px) {
  #member_search #member-search-form input {
    width: 49%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 550px) {
  #member_search #member-search-form input {
    width: 100%;
    margin-right: 0;
  }
}
#member_search #member-search-form button {
  width: 20%;
  display: block;
  float: left;
  padding: 0;
  background: #a68b71;
  line-height: 41px;
}
@media screen and (max-width: 767px) {
  #member_search #member-search-form button {
    margin-top: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  #member_search #member-search-form button {
    width: 100%;
    margin-right: 0;
  }
}
#member_search #member-search-results ul {
  list-style: none;
  display: block;
  padding-left: 0;
}
#member_search #member-search-results ul li {
  display: block;
  width: 30%;
  margin-right: 3%;
  float: left;
  margin-bottom: 12px;
  margin-top: 12px;
}
#member_search #member-search-results ul li a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #member_search #member-search-results ul li {
    width: 47%;
  }
}
@media screen and (max-width: 550px) {
  #member_search #member-search-results ul li {
    width: 100%;
    margin-right: 0;
  }
}

#member_listing .all_members {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
#member_listing .all_members .member {
  flex-grow: 1;
  width: 30%;
  margin-right: 3%;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #member_listing .all_members .member {
    width: 47%;
  }
}
@media screen and (max-width: 550px) {
  #member_listing .all_members .member {
    width: 100%;
    margin-right: 0;
  }
}
#member_listing .all_members .member .member_post {
  text-decoration: none;
}

#member_info h1 {
  margin-bottom: 30px;
}
#member_info p {
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 27px;
}
#member_info .post-navigation .prev-post {
  width: 50%;
  float: left;
  display: block;
}
#member_info .post-navigation .next-post {
  width: 50%;
  float: left;
  display: block;
  text-align: right;
}

#contact .gform_fields {
  column-gap: 12px;
  row-gap: 12px;
}
#contact .gform_fields input, #contact .gform_fields textarea {
  border-color: #ebebeb;
}
#contact .gform-footer .gform_button {
  background-color: #a68b71;
  border: 2px solid #a68b71;
  font-size: 21px;
  transition: ease-in-out 0.3s;
}
#contact .gform-footer .gform_button:hover {
  background-color: #fff;
  color: #a68b71;
}

.featured-events-grid-archive {
  display: grid;
  grid-template-columns: auto;
  gap: 20px;
}
.featured-events-grid-archive .featured-event-item-archive {
  border: 1px solid #ddd;
  padding: 15px;
  margin: 12px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.featured-events-grid-archive .featured-event-item-archive .featured-event-image-and-text-archive .featured-event-image-archive {
  width: 210px;
}
.featured-events-grid-archive .featured-event-item-archive .featured-event-image-and-text-archive .featured-event-image-archive img {
  width: 180px;
  height: auto;
  border-radius: 6px;
  float: left;
}
.featured-events-grid-archive .featured-event-item-archive .featured-event-image-and-text-archive .featured-archive-button {
  width: calc(100% - 210px);
  float: left;
}
.featured-events-grid-archive .featured-event-item-archive .featured-event-image-and-text-archive .featured-archive-button .featured-event-content-archive {
  text-align: left;
  padding-left: 21px;
}
.featured-events-grid-archive .featured-event-item-archive .featured-event-image-and-text-archive .featured-archive-button .event_button {
  text-align: left;
  padding-left: 21px;
  margin-top: 30px;
}
.featured-events-grid-archive .featured-event-item-archive .featured-event-image-and-text-archive .featured-archive-button .event_button a {
  text-decoration: none;
  background: #a68b71;
  color: #fff;
  border: 2px solid #a68b71;
  padding: 10px 12px;
  transition: ease-in-out 0.3s;
}
.featured-events-grid-archive .featured-event-item-archive .featured-event-image-and-text-archive .featured-archive-button .event_button a:hover {
  background: #fff;
  color: #a68b71;
}
.featured-events-grid-archive .featured-event-item-archive .featured-event-title-archive {
  font-size: 1.5em;
  margin: 0;
  margin-bottom: 10px;
  text-align: left;
}
.featured-events-grid-archive .featured-event-item-archive .featured-event-title-archive a {
  text-decoration: none;
  color: #a68b71;
}

@media screen and (max-width: 767px) {
  #other_menu ul li {
    width: 100%;
    justify-content: center;
    display: flex;
  }
}

#loginform .login-submit input {
  background-color: #a68b71;
  border: 2px solid #a68b71;
  font-size: 18px;
  transition: ease-in-out 0.3s;
  color: #fff;
  text-decoration: none;
  padding: 7px 21px 10px 21px;
  border-radius: 5px;
}
#loginform .login-submit input:hover {
  background: #fff;
  color: #a68b71;
}

.homeblurbs .elementor-widget-image {
  position: relative;
}
.homeblurbs .elementor-widget-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.homeblurbs .elementor-widget-image a {
  width: 100%;
}
.homeblurbs .elementor-widget-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 2;
}

.featured-events-grid {
  display: grid;
  grid-template-columns: auto;
  gap: 20px;
  max-height: 688px;
  overflow-x: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.featured-events-grid .featured-event-content {
  margin-top: 10px;
}
.featured-events-grid::-webkit-scrollbar {
  width: 15px;
}
.featured-events-grid::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #273a55;
  background: #F3F2F2;
  border-radius: 0;
}
.featured-events-grid::-webkit-scrollbar-thumb {
  background: #a68b71;
}
.featured-events-grid::-webkit-scrollbar-thumb:hover {
  background: #273a55;
}
.featured-events-grid .featured-event-item {
  border: 1px solid #ddd;
  padding: 30px 15px;
  margin: 12px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.featured-events-grid .featured-event-item img {
  width: 360px;
  height: auto;
  border-radius: 6px;
}
.featured-events-grid .featured-event-item .featured-event-title {
  font-size: 1.5em;
  margin: 10px 0;
  text-align: center;
}
.featured-events-grid .featured-event-item .featured-event-title a {
  text-decoration: none;
  color: #a68b71;
}
.featured-events-grid .featured-event-item .featured-event-details a {
  background: #a68b71;
  color: #fff;
  text-decoration: none;
  border: 2px solid #a68b71;
  padding: 7px 21px;
  border-radius: 5px;
  transition: ease-in-out 0.3s;
}
.featured-events-grid .featured-event-item .featured-event-details a:hover {
  background: #fff;
  color: #a68b71;
}

#bottom_footer a {
  text-decoration: none !important;
}
#bottom_footer a:hover {
  color: #273a55 !important;
}
@media screen and (max-width: 767px) {
  #bottom_footer #footer_menu ul li {
    width: 100%;
    justify-content: center;
    display: flex;
  }
}

#ast-scroll-top {
  background-color: #a68b71;
  font-size: 17px;
}

/*# sourceMappingURL=custom.css.map */
