.elementor-kit-3404{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-3404 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-header-icons-size:0px;--lightbox-navigation-icons-size:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Fade in only the Elementor gallery, not the large featured image */
.elementor-gallery__container {
  opacity: 0;
  transition: opacity 0.5s ease;
}

/* Once loaded, make it visible */
.elementor-gallery__container.images-ready {
  opacity: 1;
}

/* Always keep the large image visible */
.post-img img {
  opacity: 1 !important;
  transition: none !important;
}

.date {
  display: none !important;
}


/* === IMPORT THE FONT === */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600&display=swap');

/* === MOBILE MENU STYLING === */
ul#menu-menu-2.menu.container li a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 12.5px;          /* Increased from 11px */
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #000;
  transition: all 0.3s ease;
}

ul#menu-menu-2.menu.container li a:hover {
  color: #b48a60; /* Elegant bronze hover color */
}

/* === DESKTOP MENU STYLING === */
.desktop-main-bar-right ul li a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 11px;            /* Increased from 9.5px */
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #000;
  transition: all 0.3s ease;
}

.desktop-main-bar-right ul li a:hover {
  color: #b48a60;
}

/* === RESPONSIVE FONT ADJUSTMENTS === */
@media (max-width: 991px) {
  ul#menu-menu-2.menu.container li a {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  ul#menu-menu-2.menu.container li a {
    font-size: 11.5px;
  }
}

/* 🎨 Style the side navigation menu text */
nav.side-navigation ul.menu li a {
  font-family: "Josefin Sans", sans-serif !important; /* Change to your desired font */
  font-size: 11px !important;  /* Adjust as needed: 16px - 20px looks good */
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000; /* Default text color */
  background: transparent !important;
  transition: color 0.3s ease;
}

/* ✨ Active and hover text color */
nav.side-navigation ul.menu li.current-menu-item > a,
nav.side-navigation ul.menu li.current_page_item > a,
nav.side-navigation ul.menu li a:hover {
  color: #b48a60 !important; /* Elegant brown accent */
  background: transparent !important;
}/* End custom CSS */