.elementor-kit-1495{--e-global-color-primary:#0A4D68;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#E8734E;--e-global-color-2b74982:#000000;--e-global-color-28b6063:#2F4F4F;--e-global-color-aa9470b:#F5F0E1;--e-global-color-00aba6e:#006D77;--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-1495 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1495 h1{font-family:"Advent Pro", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@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 *//* Remove ALL borders from sidebar widgets - STRONG! */

/* Target the main widget container */
.widget,
.sidebar .widget,
#secondary .widget,
aside .widget {
    border: none !important;
    box-shadow: none !important;
}

/* Target WordPress default widget classes */
.widget_categories,
.widget_recent_entries,
.widget_recent_comments,
.widget_archive,
.widget_meta,
.widget_custom_html {
    border: none !important;
}

/* Target any div with rounded border (your Post Type box) */
div[style*="border"] {
    border: none !important;
}

/* Specific for your theme */
.sidebar-widget,
.widget-area .widget,
.wp-block-group {
    border: none !important;
    outline: none !important;
}

/* Hide old footer copyright and add new text */
.blog-corner-bottom-footer .bottom-footer-content {
    font-size: 0;
}

.blog-corner-bottom-footer .bottom-footer-content::after {
    content: '© ' attr(data-year) ' Outward Journeys - Stories from a Life on the Road. All rights reserved.';
    font-size: 14px;
}

/* Auto year using CSS variable */
.blog-corner-bottom-footer .bottom-footer-content::after {
    content: '© 2026 Outward Journeys - Stories from a Life on the Road. All rights reserved.';
}

/* OJ: site background */
body, body.home, .site, .site-content, main {
    background-color: #F3E8FF !important;
}/* End custom CSS */