.elementor-kit-987507916{--e-global-color-primary:#C5511B;--e-global-color-secondary:#280A38;--e-global-color-text:#000000;--e-global-color-accent:#EA976E;--e-global-color-140b0ce:#E36A31;--e-global-color-15b236a:#D4DDB1;--e-global-color-a08cff7:#FFFFFF;--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-987507916 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:30px;--container-default-padding-bottom:0px;--container-default-padding-left:30px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* Clickable gallery arrow indicator */
.gallink .e-gallery-image {
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.gallink .e-gallery-image:hover {
  transform: scale(1.02);
  opacity: 0.85;
}

.gallink .e-gallery-image::after {
  content: "→";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
  z-index: 10;
}

.gallink .e-gallery-image:hover::after {
  opacity: 1;
}

/* Two-tone title - orange first letter - POSTS AND PAGES */
.single-post .elementor-widget-theme-post-title .elementor-heading-title,
.single-post h1.entry-title,
.page .elementor-widget-theme-post-title .elementor-heading-title,
.page .entry-title,
.page h1.elementor-heading-title {
    color: #280A38 !important;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.01em;
    text-align: center;
}

/* Posts - keep current size */
.single-post .elementor-widget-theme-post-title .elementor-heading-title,
.single-post h1.entry-title {
    font-size: 2.8rem;
}

/* Pages - double size */
.page .elementor-widget-theme-post-title .elementor-heading-title,
.page .entry-title,
.page h1.elementor-heading-title {
    font-size: 5.6rem;
}

.single-post .elementor-widget-theme-post-title .elementor-heading-title::first-letter,
.single-post h1.entry-title::first-letter,
.page .elementor-widget-theme-post-title .elementor-heading-title::first-letter,
.page .entry-title::first-letter,
.page h1.elementor-heading-title::first-letter {
    color: #E36A31;
    font-size: 1.1em;
}

/* Mobile */
@media (max-width: 768px) {
    .single-post .elementor-widget-theme-post-title .elementor-heading-title,
    .single-post h1.entry-title {
        font-size: 2rem;
    }
    
    .page .elementor-widget-theme-post-title .elementor-heading-title,
    .page .entry-title,
    .page h1.elementor-heading-title {
        font-size: 4rem;
    }
}

/* Tablet */
@media (max-width: 1024px) and (min-width: 769px) {
    .single-post .elementor-widget-theme-post-title .elementor-heading-title,
    .single-post h1.entry-title {
        font-size: 2.4rem;
    }
    
    .page .elementor-widget-theme-post-title .elementor-heading-title,
    .page .entry-title,
    .page h1.elementor-heading-title {
        font-size: 4.8rem;
    }
}

/* End Clickable gallery arrow indicator *//* End custom CSS */