/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

:lang(zh-hans) .wpml-ls-sub-menu .wpml-ls-native,
:lang(zh-hans) .wpml-ls-sub-menu .wpml-ls-bracket {
  display: none !important;
}

/* WPML Language Dropdown Styling */
.wpml-ls-legacy-dropdown,
.wpml-ls-legacy-dropdown a {
  width: 5.125rem !important;
  height: 3.125rem !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-item {
  position: relative !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-item-toggle {
  background-color: #9c7f3b !important; /* Gold color background */
  color: #ffffff !important; /* White text */
  padding: 8px 12px !important;
  text-decoration: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: background-color 0.3s ease !important;
  font-family: "Weibei-SC", Sans-serif !important;
  border: none !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover {
  background-color: #801818 !important; /* Red background on hover */
  color: #ffffff !important; /* Keep white text on hover */
}

.wpml-ls-legacy-dropdown .wpml-ls-native,
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-display {
  color: inherit !important;
  font-weight: 500 !important;
  font-size: 1.25rem !important;
  font-family: "Weibei-SC", Sans-serif !important;
}

/* Custom dropdown arrow using background image */
.wpml-ls-legacy-dropdown .wpml-ls-item-toggle::after {
  content: "" !important;
  width: 1rem !important;
  height: 1rem !important;
  background-image: url("../../uploads/2025/07/customdropdown.svg") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  margin-left: 8px !important;
  transition: transform 0.3s ease !important;
  top: 50% !important;
  transform: translateY(-50%);
  border: none !important;
  transition: all 0.3s ease-in;
}

.wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover::after {
  transform: translateY(-50%) rotate(-90deg);
}

/* Rotate arrow when dropdown is open */
.wpml-ls-legacy-dropdown.wpml-ls-open .wpml-ls-item-toggle::after {
  transform: rotate(180deg) !important;
}

/* Submenu styling */
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: #9c7f3b !important; /* Gold background */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  z-index: 1000 !important;
  border: none !important;
  /* margin-top: 2px !important; */
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:last-child {
  border-bottom: none !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-link {
  display: flex !important;
  justify-content: center;
  align-items: center;
  /* padding: 8px 12px !important; */
  color: #ffffff !important;
  text-decoration: none !important;
  transition: background-color 0.3s ease !important;
  font-family: "Weibei-SC", Sans-serif !important;
  background-color: #9c7f3b !important;
  border: none !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-link:hover {
  background-color: #801818 !important; /* Red background on hover */
  color: #ffffff !important; /* Keep white text on hover */
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-native {
  color: inherit !important;
  font-weight: 400 !important;
  font-family: "Weibei-SC", Sans-serif !important;
}
html,
body {
  font-size: 16px;
}
body {
  margin: 0;
}

.custom-header-menu .jet-nav__sub {
  left: -45% !important;
}
.custom-header-menu .jet-nav__sub a span {
  text-align: center !important;
}
.custom-header-menu .menu-item-has-children .jet-nav-arrow {
  transition: all 0.3s ease-out;
}
.custom-header-menu .menu-item-has-children.jet-nav-hover .jet-nav-arrow {
  transform: rotate(-90deg);
}
.custom-header-menu .menu-item-has-children:hover .jet-nav-arrow .dropdown-2 {
  fill: #801818 !important;
}
.custom-header-menu .jet-nav {
    flex-wrap: nowrap;            
}
.custom-header-menu .jet-nav__item {
/* 	white-space: nowrap;          */
} 

.custom-p p {
  margin-bottom: 50px !important;
}

.text-desc ul {
  margin-top: -35px;
}

.no-ul-pd-left ul {
  padding-left: 0px !important;
}

.custom-scrollbar ::-webkit-scrollbar {
  width: 3px !important;
  height: 3px !important;
}

.custom-scrollbar ::-webkit-scrollbar-track {
  background: transparent !important;
}
.custom-scrollbar ::-webkit-scrollbar-thumb {
  background: #801818 !important;
  border-radius: 10px !important;
  width: 3px !important;
}

.custom-close svg.e-eicon-close {
  opacity: 0 !important;
}

.custom-close .dialog-close-button {
  position: fixed !important;
  background-image: url("../../uploads/2025/07/close.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.custom-header-menu .menu-item:last-child a {
  border-bottom: 0px !important;
}

.custom-a-color a {
  color: #801818 !important;
}
.custom-a-color a:hover {
  color: #801818 !important;
}

.custom-gallery-popup .swiper-wrapper {
  align-items: center !important;
}
.elementor-swiper-button:hover .nextArrow-1,
.elementor-swiper-button:hover .prevArrow-1 {
  fill: #801818 !important;
  stroke: #801818 !important;
}
.elementor-swiper-button:hover .nextArrow-2,
.elementor-swiper-button:hover .prevArrow-2 {
  fill: #fff !important;
}

.elementor-go-up:hover .uparrow-2 {
  fill: #801818 !important;
  stroke: #801818 !important;
  stroke-miterlimit: 10;
}

.gform_submission_error,
.gfield_validation_message {
  font-family: "kaiti", Sans-serif !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
}

body img.gform_ajax_spinner,
.gform-loader {
  display: none !important;
}

/* about */
.past-presidents-listing .jet-listing-grid__item {
  position: relative;
}

/* .past-presidents-listing .jet-listing-grid__item:nth-child(even) > div > div {
  border-right: 0px !important;
}

.past-presidents-listing .jet-listing-grid__item:last-child > div > div {
  border-right: 1px solid #9c7f3b57 !important;
} */
.past-presidents-listing .jet-listing-grid__item {
  border-bottom: 1px solid #9c7f3b57 !important;
}

.past-presidents-listing .jet-listing-grid__item:nth-last-child(2) {
  border-bottom: 0px !important;
}

.past-presidents-listing .jet-listing-grid__item:nth-last-child(1) {
  border-bottom: 0px !important;
}
.past-presidents-listing.odd-number-listing .jet-listing-grid__item:nth-last-child(2){
	 border-bottom: 1px solid #9c7f3b57 !important;
}

.past-presidents-listing .jet-listing-grid__item:nth-of-type(odd) {
  border-right: 1px solid #9c7f3b57 !important;
}
.past-presidents-listing .jet-listing-grid__item > div > div {
  padding-left: 2.5rem !important;
}
select:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
}
.year-filter select {
  background-image: url("../../uploads/2025/07/selectDownArrow.svg");
  background-repeat: no-repeat;
  background-position: right 2em center;
  background-size: 5px;
}
.past-president-content p {
  margin-bottom: 30px !important;
}
.custom-full-divider {
  position: relative;
  width: 100vw;
  height: 1px;
  background-color: #9c7f3b57;

  left: 50%;
  transform: translateX(-50%);
}
.president-arrow .jet-filters-pagination {
  gap: 20px !important;
  margin-left: 0rem !important;
}
.president-arrow .jet-filters-pagination__item {
  width: 4rem !important;
  height: 4rem !important;
  position: relative;
  gap: 20px;
}

.president-arrow .jet-filters-pagination__item.prev::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: url("../../uploads/2025/07/prevArrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease-out;
}
.president-arrow .jet-filters-pagination__item.prev::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: url("../../uploads/2025/07/hoverPrevArrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.president-arrow .jet-filters-pagination__item.prev:hover::before {
  opacity: 0;
}
.president-arrow .jet-filters-pagination__item.prev:hover::after {
  opacity: 1;
}
.president-arrow .jet-filters-pagination__item.next::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: url("../../uploads/2025/07/nextArrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease-out;
}
.president-arrow .jet-filters-pagination__item.next::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: url("../../uploads/2025/07/hoverNextArrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.president-arrow .jet-filters-pagination__item.next:hover::before {
  opacity: 0;
}
.president-arrow .jet-filters-pagination__item.next:hover::after {
  opacity: 1;
}

.cursor-pointer {
  cursor: pointer;
}

.past-presidents-listing .jet-listing-grid__item.custom-border-to-listing-item:nth-last-child(2) {
  border-bottom: 1px solid #9c7f3b57 !important;
}

/* service */
.service-tab-active.service-tab-select h2 {
  color: #c4a165 !important;
}
.service-tab-active .service-tab-info {
  transition: all 0.3s ease-out;
}
.service-tab-active .service-tab-info {
  background-color: #9c7f3b !important;
}
.service-tab-active .service-tab-info h2,
.service-tab-active .service-tab-info .service-tab-desc {
  color: #fff !important;
}
.other-service-info {
  transition: all 0.3s ease-out;
}
.other-service-info:hover {
  background-color: #fcfaf5 !important;
}
.list-style-pb li {
  padding-bottom: 1rem;
}
.ycd-desc h3 {
  font-family: "Weibei-SC", Sans-serif;
  font-size: 1.875rem !important;
}

/* contact us */
.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 1% !important;
  grid-row-gap: 10px !important;
}

.gform_fields input,
.gform_fields textarea {
  border-radius: 0px !important;
  border: 1px solid #ffffff !important;
  background-color: transparent !important;
  padding: 1.625rem 3.1875rem !important;
  font-family: "kaiti", Sans-serif;
  font-size: 1.25rem !important;
  line-height: 1.3em !important;
  color: #ffffff !important;
}
.gform_fields input:focus,
.gform_fields textarea:focus {
  outline: none !important;
}

.gform_fields ::placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}

.gform_footer {
  margin-top: 5px !important;
  padding-top: 0px !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  background-image: url("../../uploads/2025/07/btnleftarrow.svg") !important;
  background-repeat: no-repeat !important;
  background-position: left 59% top 50% !important;
  background-size: 0.9em !important;
  background-color: #801818 !important;
}

.gform_footer input[type="submit"] {
  background-color: transparent !important;
  color: #ffffff !important;
  font-family: "kaiti", Sans-serif;
  font-size: 1.4375rem !important;
  line-height: 1.3em !important;
  padding: 1.375rem 0 !important;
  border-radius: 0px !important;
  border: 2px solid #801818 !important;
  transition: all 0.3s ease-out;
  margin-bottom: 0px !important;
}
.gform_footer input[type="submit"]:hover {
  border: 2px solid #801818 !important;
}

.gform_footer:hover {
  background-color: #9c7f3b !important;
}

.event-post-content p {
  margin-bottom: 32px !important;
}

.event-post-content p img {
  width: 100% !important;
  max-width: 50% !important;
  height: auto !important;
}
.event-post-content p img:nth-child(odd) {
  padding-right: 10px !important ;
}
.event-post-content p img:nth-child(even) {
  padding-left: 10px !important ;
}
.event-post-content a {
  color: #801818 !important;
}
.event-post-content a:hover {
  color: #801818 !important;
}

.event-post-content table td {
  border: 1px solid #9c7f3b !important;
  background-color: #e2dccc !important;
  color: #231f20 !important;
}
.event-post-content table td:first-child {
  width: 30% !important;
  padding: 1.0625rem 3.625rem !important;
}
.event-post-content table td:last-child {
  width: 70% !important;
  padding: 1.0625rem 2.25rem !important;
}
.event-post-content table.with-header tbody tr:first-child td {
  background-color: #fcfaf5 !important;
}

.event-post-content table.more_column td {
  width: 20% !important;
  padding: 1.0625rem 3.625rem !important;
}

/* member */
.imp-tooltip-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 1.875rem !important;
  border: 1px solid #9c7f3b !important;
}
.imp-tooltip-content > div {
  padding: 0px !important;
  max-width: 32px !important;
  height: 32px !important;
  margin-right: 10px !important;
}
.imp-tooltip-content h3,
.imp-tooltip-content a {
  padding: 0px !important;
  font-family: "kaiti", Sans-serif !important;
  font-size: 1.25rem !important;
  color: #231f20 !important;
  line-height: 1.3em !important;
}
.imp-tooltip {
  /* margin-left: -15px !important; */
}
.imp-tooltip .hs-arrow {
  display: none !important;
}
.imp-object-spot-pin {
  transform-origin: center !important;
}
.imp-object-spot-pin:hover {
  transform: scale(1.8) !important;
}

.member-accor .e-n-accordion-item-title {
  /* margin-bottom: 1.875rem !important; */
}
.member-accor .e-opened {
  width: 1rem !important;
}

.swiper-slide {
  flex-shrink: 0 !important;
  /* width: 100% !important;  */
}
.swiper,
.swiper-slide {
  overflow: hidden !important;
}
.org-member-table-wrapper {
  flex-wrap: nowrap !important;
}

.org-member-table-container .swiper-pagination {
  position: relative !important;
  margin-top: 2.5rem !important;
  z-index: 3;
}

.org-member-table-container .swiper-pagination-bullet {
  width: 0.9375rem !important;
  height: 0.9375rem !important;
  margin: 0 0.3rem !important;
  background-color: transparent !important;
  border: 1px solid #9c7f3b !important;
  opacity: 1 !important;
}

.org-member-table-container .swiper-pagination-bullet-active {
  background-color: #801818 !important;
  border: 1px solid #801818 !important;
}

.org-member-table a {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1rem !important;
  color: #801818 !important;
  display: block;
}

/* YE event */

.youth-arrow .jet-filters-pagination__item.next::before {
  background-image: url("../../uploads/2025/07/whitenext.svg") !important;
}
.youth-arrow .jet-filters-pagination__item.prev::before {
  background-image: url("../../uploads/2025/07/whiteprev.svg") !important;
}

.ye-event-listing .jet-listing-grid__items {
  justify-content: center;
}

.ye-event-listing .jet-listing-grid__items::after {
  content: "";
  /* flex: 1 0 calc(100% / 3); */
  max-width: calc(100% / 3);
}

.ye-gallery-swiper-wrap .jet-listing-dynamic-repeater__item {
  width: 100% !important;
  max-width: 50% !important;
  height: 400px !important;
}
.ye-gallery-swiper-wrap .jet-listing-dynamic-repeater__item * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.ye-gallery-swiper-wrap .swiper-button-prev::after {
  content: "" !important;
  background-image: url("../../uploads/2025/07/hoverPrevArrow.svg") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 100% !important;
  height: 100% !important;
}
.ye-gallery-swiper-wrap .swiper-button-next::after {
  content: "" !important;
  background-image: url("../../uploads/2025/07/hoverNextArrow.svg") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 100% !important;
  height: 100% !important;
}
.ye-gallery-swiper-wrap .swiper-button-prev,
.ye-gallery-swiper-wrap .swiper-button-next {
  width: 4rem !important;
  height: 4rem !important;
}
.ye-gallery-swiper-wrap .jet-listing-dynamic-repeater__item {
  cursor: pointer !important;
}
.lg-next,
.lg-prev {
  width: 4rem !important;
  height: 4rem !important;
  padding: 0px !important;
  border-radius: 100% !important;
}
.lg-next:hover,
.lg-prev:hover {
  background-color: transparent !important;
  border: none !important;
}
.lg-next:before {
  content: "" !important;
  background-image: url("../../uploads/2025/07/hoverNextArrow.svg") !important;
  display: block !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 100% !important;
  height: 100% !important;
}
.lg-prev:after {
  content: "" !important;
  display: block !important;
  background-image: url("../../uploads/2025/07/hoverPrevArrow.svg") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 100% !important;
  height: 100% !important;
}
.lg-backdrop.in {
  opacity: 0.8 !important;
}

/* home */
.home-event-prev,
.home-event-next {
  cursor: pointer !important;
}
.home-event-prev:hover .prevArrow-1,
.home-event-next:hover .nextArrow-1 {
  fill: #801818 !important;
  stroke: #801818 !important;
}

.home-event-prev:hover .prevArrow-2,
.home-event-next:hover .nextArrow-2 {
  fill: #fff !important;
}

.home-event-swiper-wrap .jet-listing-grid__items {
  flex-wrap: nowrap;
}
.home-event-swiper-wrap .jet-listing-grid__item {
  max-width: none !important;
  flex: none !important;
  /* max-width: 27.1875rem !important; */
}

.home-event-swiper-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(to right, #f7f3eb 0%, transparent 100%);
}

.home-event-swiper-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(to left, #f7f3eb 0%, transparent 100%);
}

.home-ebook-swiper-wrap .jet-listing-grid__item {
  max-width: none !important;
  flex: none !important;
  padding-bottom: 1.25rem !important;
  /* padding-top: 15px !important;
  padding-bottom: 15px !important; */
  /* max-width: 27.1875rem !important; */
}
.home-ebook-swiper-wrap .jet-listing-grid__items {
  flex-wrap: nowrap;
}
.home-ebook-title {
  position: relative;
}
.home-ebook-title::before {
  content: "";
  position: absolute;
  top: -99px;
  left: 50%;
  width: 1px;
  height: 100px;
  background-color: #f0ece8;
  transform: translateX(-50%);
  opacity: 0.5;
}
.home-ebook-swiper-wrap .jet-listing-grid__item img {
  transition: all 0.3s ease-out;
}
/* .home-ebook-swiper-wrap .jet-listing-grid__item:not(.swiper-slide-active) .ebook-image img {
  filter: brightness(70%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
} */
.home-ebook-swiper-wrap .jet-listing-grid__item:not(.swiper-slide-active) .ebook-image {
  position: relative !important;
}
.home-ebook-swiper-wrap .jet-listing-grid__item:not(.swiper-slide-active) .ebook-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9c7f3b;
  opacity: 0.6;
  z-index: 1;
}
/* .home-ebook-swiper-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(to right, #9C7F3B 0%, transparent 100%);
} */

.custom-map button {
  /*   opacity: 0 !important;
  position: absolute !important; */
}

.custom-map .gm-style-iw-chr {
  display: none !important;
}

.custom-map .gm-style-iw-d {
  padding-top: 14px !important;
}

.jet-listing .slick-slider,
.jet-listing-dynamic-field__content .slick-slider {
  user-select: all !important;
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
}

.jet-filters-pagination__link {
  z-index: 2;
  position: relative;
}

.event-custom-pagination .jet-filters-pagination__item {
  position: relative;
  /* 	z-index:2; */
}
.event-custom-pagination .jet-filters-pagination__link::after {
  z-index: -1;
  position: absolute;
  width: 33px;
  height: 33px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-color: #fcfaf5;
  transition: all 0.3s ease-in;
  border-radius: 100%;
}

.event-custom-pagination .jet-filters-pagination__current .jet-filters-pagination__link::after {
  background-color: #801818;
}
.event-custom-pagination .jet-filters-pagination__link:hover::after {
  background-color: #801818;
}
[class*="about-pop-"] {
  cursor: pointer !important;
}
[class*="about-pop-"]:hover {
  color: #801818 !important;
}

.custom-header-menu .menu-item:first-child .jet-nav__sub {
  left: -30% !important;
}

@media only screen and (min-width: 768px) {
  .imp-ui-bottom-right {
    display: none !important;
  }
}

/* responsive */
@media only screen and (max-width: 1500px) and (min-width: 1025px) {
  .ye-vision-container {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .ye-vision-column {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .ye-vision-text {
    font-size: 1.25rem !important;
  }
  .ye-vision-text ul {
    padding-left: 1.2rem !important;
  }
  .ye-value-icon .jet-inline-svg {
    max-width: 2.75rem !important;
  }
}
@media only screen and (max-width: 1450px) and (min-width: 1025px) {
  .custom-header-menu .jet-nav-link-text {
    font-size: 1.125rem !important;
  }
  .custom-header-menu .jet-nav__sub {
    left: -87% !important;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 1025px) {
  .home-ebook-wrap {
    padding-left: 10rem !important;
  }
  .home-ebook-column-right {
    padding-left: 3rem !important;
  }
  .home-ebook-title {
    left: 5% !important;
  }
}

@media only screen and (max-width: 1360px) and (min-width: 1025px) {
  .member-listing-column {
    padding-left: 03rem !important;
    padding-right: 3rem !important;
  }
  .past-presidents-listing .jet-listing-grid__item > div > div {
    padding-left: 0rem !important;
  }
  .member-listing-info {
    padding-left: 2rem !important;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 1025px) {
  .ye-value-column {
    --column-gap: 1rem !important;
  }
  .ye-value-text h2 {
    font-size: 1.4rem !important;
  }
}
@media only screen and (max-width: 1250px) and (min-width: 1025px) {
  .custom-header-menu .jet-nav__item {
    margin-right: 1.5em !important;
  }
  .custom-header-menu .jet-nav__sub .jet-nav__item {
    margin-right: 0em !important;
  }
}

@media only screen and (max-width: 1024px) {
  .custom-header-menu .jet-nav__sub a span {
    text-align: left !important;
  }

  .ycd-desc h3 {
    font-size: 25px !important;
  }
  .text-desc ul {
    margin-top: -25px;
  }
  .gform_footer {
    background-position: left 63% top 50% !important;
  }
  .member-table ::-webkit-scrollbar {
    width: 3px !important;
    height: 3px !important;
  }

  .member-table ::-webkit-scrollbar-track {
    background: transparent !important;
  }
  .member-table ::-webkit-scrollbar-thumb {
    background: #801818 !important;
    border-radius: 10px !important;
    width: 3px !important;
  }
  .imp-tooltip-content {
    padding: 10px 10px !important;
  }
  .imp-tooltip-content h3 {
    font-size: 16px !important;
  }
  .imp-object-spot-pin:hover {
    transform: scale(1) !important;
  }
  .custom-p p {
    margin-bottom: 30px !important;
  }
  .ye-gallery-swiper-wrap .jet-listing-dynamic-repeater__item {
    max-width: 100% !important;
  }
  .ye-gallery-swiper-wrap .swiper-button-prev,
  .ye-gallery-swiper-wrap .swiper-button-next,
  .lg-next,
  .lg-prev {
    width: 50px !important;
    height: 50px !important;
  }
  .past-presidents-listing .jet-listing-grid__item > div > div {
    padding-left: 80px !important;
  }
  .past-presidents-listing .jet-listing-grid__item:nth-child(odd) {
    border-right: 0px !important;
  }
  .past-presidents-listing .jet-listing-grid__item:nth-last-child(2) {
    border-bottom: 1px solid #9c7f3b57 !important;
  }
  .president-arrow .jet-filters-pagination__item {
    width: 60px !important;
    height: 60px !important;
  }
  .president-arrow .jet-filters-pagination {
    gap: 40px !important;
  }
  .home-event-swiper-wrap::after,
  .home-event-swiper-wrap::before {
    width: 100px !important;
  }
}

@media only screen and (max-width: 768px) {
  .ycd-desc h3 {
    font-size: 21px !important;
  }
  .no-2-ul-pd-left ul {
    padding-left: 0px !important;
  }
  .gform_footer {
    background-position: left 70% top 50% !important;
    background-size: 0px !important;
  }
  .gform_footer input[type="submit"] {
    font-size: 1.2rem !important;
  }
  .gform_fields input,
  .gform_fields textarea {
    padding: 1.2rem 1.2rem !important;
    font-size: 1.2rem !important;
  }
  .org-member-table a {
    font-size: 14px !important;
  }
  .org-member-table > div:nth-child(odd) {
    background-color: #f2ede4 !important;
  }
  .org-member-table > div:nth-child(even) {
    background-color: #fcfaf5 !important;
  }
  .imp-tooltips-container.is-fullscreen .imp-fullscreen-tooltip .imp-tooltip-close-button .imp-icon {
    width: 12px !important;
    height: 13px !important;
    padding: 10px !important;
    box-sizing: content-box;
  }
  .imp-tooltips-container.is-fullscreen .imp-fullscreen-tooltip .imp-tooltip-close-button {
    background: #c4a165 !important;
    right: -26px !important;
    top: -18px !important;
  }
  .imp-tooltip-content {
    border-radius: 0px !important;
  }
  .ye-gallery-swiper-wrap .swiper-button-prev,
  .ye-gallery-swiper-wrap .swiper-button-next,
  .lg-next,
  .lg-prev {
    width: 30px !important;
    height: 30px !important;
  }
  .past-presidents-listing .jet-listing-grid__item > div > div {
    padding-left: 20px !important;
  }
  .home-event-swiper-wrap::after,
  .home-event-swiper-wrap::before {
    width: 80px !important;
  }
  .home-event-custom-nav {
    justify-content: space-between;
    position: absolute;
    top: 242%;
    left: 0;
    z-index: 3;
  }
  .home-event-prev {
    margin-left: 35px;
  }
  .home-event-next {
    margin-right: 35px;
  }

  .home-event-prev .prevArrow-1,
  .home-event-next .nextArrow-1 {
    fill: #801818 !important;
    stroke: #801818 !important;
  }
  .home-event-prev .prevArrow-2,
  .home-event-next .nextArrow-2 {
    fill: #fff !important;
  }
  .event-post-content table td:first-child {
    width: 30% !important;
    padding: 15px 15px !important;
  }
  .event-post-content table td:last-child {
    width: 70% !important;
    padding: 15px 15px !important;
  }
	
	.event-post-content table.more_column td {
	  width: 25% !important;
	  padding: 15px 15px !important;
	}
	
  .event-post-content img {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .imp-object-spot-pin {
    width: 10px !important;
    height: 10px !important;
    margin-top: -10px !important;
    margin-left: -5px !important;
  }
  .event-post-content p img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    padding-bottom: 10px !important;
  }
  .event-post-content p img:nth-child(odd) {
    padding-right: 0px !important ;
  }
  .event-post-content p img:nth-child(even) {
    padding-left: 0px !important ;
  }
  .margin-lr-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .imp-ui-light .imp-ui-zoom-button {
    fill: black;
    background: #9c7f3b !important;
    box-shadow: none !important;
    border: 1px solid #9c7f3b !important;
  }
  .imp-object-spot-pin,
  .imp-object-spot-pin:hover {
    transform: scale(1) !important;
  }
  .event-custom-pagination .jet-filters-pagination__link::after {
    z-index: -1;
    position: absolute;
    width: 33px;
    height: 33px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    background-color: #fcfaf5;
    transition: all 0.3s ease-in;
    border-radius: 100%;
  }

  .table-wtth-two-colour-column > div:nth-child(odd) {
    background-color: #f2ede4 !important;
    border-right: 0px !important;
  }

  .table-wtth-two-colour-column > div:nth-child(even) {
    background-color: #fcfaf5 !important;
    border-right: 0px !important;
  }
  .table-last-column-red > div:last-child {
    background-color: #801818 !important;
  }
	
	.goverment-repre-section .table-wtth-two-colour-column > div:nth-child(odd),
	.goverment-repre-section .table-wtth-two-colour-column > div:nth-child(even){
		border-right: 1px solid #9C7F3B !important;
	}
	.goverment-repre-section .table-wtth-two-colour-column > div:nth-child(odd){
		background-color: #f2ede4 !important;
	}
	.goverment-repre-section .table-wtth-two-colour-column > div:nth-child(even){
		background-color: #fcfaf5 !important;
	}
	  .table-scroll {
    overflow-x: auto; /* Adds a scrollbar only when needed */
    -webkit-overflow-scrolling: touch; /* Smooths scrolling on iOS devices */
    width: 100%;
}
.table-scroll table {
    width: max-content;
    min-width: 100%;
    border-collapse: collapse;
}
}


@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none){
  .home-ebook-title h2{
   transform: translateX(-1.45em) !important;
    line-height: 2em !important;
  }
}

@media not all and (min-resolution:.001dpcm){
	.home-ebook-title h2{
   transform: translateX(-1.45em) !important;
    line-height: 2em !important;
  }
}