.elementor-kit-5{--e-global-color-primary:#006838;--e-global-color-secondary:#603913;--e-global-color-text:#58595B;--e-global-color-accent:#FFFFFF;--e-global-color-e9e66fa:#936736;--e-global-color-7b63eb9:#A87B4F;--e-global-color-29c77b2:#B2B4B6;--e-global-color-76ad740:#EAEAEA;--e-global-color-7137967:#9BCC67;--e-global-color-5f101ab:#000000;--e-global-color-1d5cf91:#004D29;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Roboto";--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-size:15px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:18px;--e-global-typography-accent-letter-spacing:2px;color:var( --e-global-color-text );font-family:"Roboto", Sans-serif;font-size:15px;font-weight:400;line-height:24px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-primary );font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-kit-5 a:hover{color:var( --e-global-color-7137967 );}body{overflow-x:inherit !important;}.elementor a, .elementor a:link, .elementor a:focus, .elementor a:active, .elementor a:hover{text-decoration:inherit !important;}.elementor a:link, .elementor .smooth-hover a:link, {transition:inherit;}.elementor-kit-5 h1{font-family:"Roboto", Sans-serif;font-size:55px;font-weight:600;text-transform:uppercase;line-height:60px;letter-spacing:-1px;}.elementor-kit-5 h2{font-family:"Roboto", Sans-serif;font-size:32px;font-weight:700;text-transform:uppercase;line-height:38px;}.elementor-kit-5 h3{font-family:"Roboto", Sans-serif;font-size:26px;font-weight:700;text-transform:uppercase;line-height:30px;}.elementor-kit-5 h4{font-family:"Roboto", Sans-serif;font-size:20px;font-weight:700;line-height:30px;}.elementor-kit-5 h5{font-family:"Roboto", Sans-serif;font-size:15px;font-weight:400;text-transform:uppercase;line-height:18px;letter-spacing:2px;}.elementor-kit-5 h6{font-family:"Roboto", Sans-serif;font-size:15px;font-weight:normal;text-transform:uppercase;line-height:17px;letter-spacing:2px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:97%;}.e-con{--container-max-width:97%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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-kit-5{--e-global-typography-accent-font-size:15px;--e-global-typography-accent-line-height:18px;--e-global-typography-accent-letter-spacing:2px;font-size:15px;line-height:24px;}.elementor-kit-5 h1{font-size:40px;line-height:45px;letter-spacing:0px;}.elementor-kit-5 h2{font-size:28px;line-height:32px;}.elementor-kit-5 h3{font-size:24px;line-height:28px;}.elementor-kit-5 h5{font-size:15px;line-height:18px;letter-spacing:2px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:720px){.elementor-kit-5{--e-global-typography-accent-font-size:13px;--e-global-typography-accent-line-height:18px;font-size:15px;line-height:22px;}.elementor-kit-5 h1{font-size:32px;line-height:34px;letter-spacing:0px;}.elementor-kit-5 h2{font-size:28px;line-height:32px;}.elementor-kit-5 h6{font-size:13px;line-height:16px;letter-spacing:2px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Style all Elementor button icons */
.elementor-button .elementor-button-icon svg {
    width: 12px;
    height: 12px;
    transition: transform 0.3s ease;
    transform-origin: center;
}

/* Rotate icon on hover */
.elementor-button:hover .elementor-button-icon svg {
    transform: rotate(45deg);
}

/* adds padding to scroll so not hidden by menu */
html {
  scroll-padding-top: 65px;
}

/* =========================
   TOP POSTS (Elementor Posts widget)
   Image left + date above title + top aligned
   ========================= */

/* 1) Make each post a ROW (thumbnail left, text right) */
.sidebar-top-posts .elementor-post{
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important; /* top align image + text */
  gap: 0px !important;              /* spacing between image and text */
}

/* 2) Make the TEXT stack vertically (date above title) */
.sidebar-top-posts .elementor-post__text{
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

/* 3) Order: meta first, then title */
.sidebar-top-posts .elementor-post__meta-data,
.sidebar-top-posts .elementor-post-date{
  order: 1 !important;
  margin-bottom: 0px !important;
}

.sidebar-top-posts .elementor-post__title{
  order: 2 !important;
  margin-top: 0 !important;
}

/* 4) Thumbnail: keep it from stretching and align to top */
.sidebar-top-posts .elementor-post__thumbnail{
  flex: 0 0 auto !important;
  align-self: flex-start !important;
  margin: 0 !important; /* Elementor sometimes adds margins */
}

/* If Elementor wraps the image in a link/div, cover those too */
.sidebar-top-posts .elementor-post__thumbnail a,
.sidebar-top-posts .elementor-post__thumbnail img{
  display: block;
}


/* =========================
   CATEGORIES (WP Categories widget)
   Hide the automatic title
   Remove bullets + flush-left
   ========================= */

/* Hide the auto widget title (keep your styled header) */
.sidebar-cats .widget-title,
.sidebar-cats h5{
  display: none !important;
}

/* Remove bullets + left padding */
.sidebar-cats ul{
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

/* Ensure list items are flush-left */
.sidebar-cats li{
  padding-left: 0 !important;
  margin-left: 0 !important;
}

/* Optional spacing between categories */
.sidebar-cats li + li{
  margin-top: 6px !important;
}

/* Layout: category left, count right */
.sidebar-cats li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

/* Category link */
.sidebar-cats li a{
  color: #603913 !important;
  font-weight: 600 !important;
  text-decoration: none;
}

/* Hover color */
.sidebar-cats li a:hover{
  color: #006838 !important;
}

/* Style the count (text node after link) */
.sidebar-cats li{
  color: #603913;
  font-weight: 400 !important;
}

/* ========================Blog hero image styling
   ========================= */

/* Maintain 1140x500 aspect ratio */
.angled-hero {
    position: relative;
    width: 100%;
    max-width: 1140px;
    aspect-ratio: 1140 / 500;
    overflow: hidden;
}

/* Make image fully cover */
.angled-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Cut top-right corner at 45° */
.angled-hero {
    clip-path: polygon(
        0 0,
        calc(100% - 30px) 0,
        100% 30px,
        100% 100%,
        0 100%
    );
}/* End custom CSS */