.elementor-kit-12{--e-global-color-primary:#324150;--e-global-color-secondary:#F5C243;--e-global-color-text:#7A7A7A;--e-global-color-accent:#F5C243;--e-global-color-9136152:#FFBF05;--e-global-color-68cdb21:#7DCCED;--e-global-color-36356e2:#E5F5FB;--e-global-color-c6d7dd6:#2E4252;--e-global-color-841f704:#EDEDED;--e-global-color-0ce28c9:#FFFFFF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;font-size:1.5rem;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{color:var( --e-global-color-text );text-decoration:underline;}.elementor-kit-12 h1{font-family:"Interstate Mono BOLD", Sans-serif;font-size:2em;font-weight:700;text-transform:uppercase;}.elementor-kit-12 h2{color:var( --e-global-color-primary );font-family:"Interstate Mono BOLD", Sans-serif;font-size:1.2em;}.elementor-kit-12 h3{color:var( --e-global-color-c6d7dd6 );font-size:1.2em;font-weight:400;}.elementor-kit-12 h4{color:var( --e-global-color-c6d7dd6 );font-family:"Interstate Mono BOLD", Sans-serif;font-size:1.2em;}.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);}.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-kit-12{--e-global-typography-primary-font-size:1.4em;}.elementor-kit-12 h1{font-size:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//*Legacy*/
.has-primary-color{
    color:#FFBF05!important;
    background-color:#2E4252;
    padding: 3px 6px;
}

.elementor-location-footer a:hover{color:#FFBF05!important;}

.elementor-widget-posts .elementor-post__title a {
    color: #2E4252 !important;
    font-size: 1.2em !important;
    font-weight: 700 !important;
}

.elementor-post__excerpt p{
    font-size: 1.0em !important;
}

/*Pete SPACE AFTER LAST BULLET*/
.elementor-widget-text-editor ol,
.elementor-widget-text-editor ul {
    margin-bottom: 1.5em; /* increase as needed */
}

.blue_gold{background-color: #2E4252;
    color: #FFBF05;
    padding: 3px 6px;
  display: inline-block;
  text-transform: uppercase;
}


.gold_blue{background-color:#FFBF05 ;
    color: #2E4252;
    padding: 3px 6px;
  display: inline-block;
  text-transform: uppercase;
}
    
    
.elementor-counter-number{background-color:#FFBF05 ;
    color: #2E4252;
    padding: 3px 6px;
  display: inline-block;
  text-transform: uppercase;
}  
    
    

/* Make icon list items use flex so we can reorder */
.elementor-icon-list-item {
    display: flex;
    align-items: center;
}

/* Move icon to the right */
.elementor-icon-list-icon {
    order: 2;
    margin-left: 10px;
    transition: transform 0.3s ease; /* smooth animation */
}

/* Ensure text stays on the left */
.elementor-icon-list-text {
    order: 1;
}

/* Animate icon when hovering the whole row */
.elementor-icon-list-item:hover .elementor-icon-list-icon {
    transform: translateX(5px);
}

.elementor-button-icon {
    display: inline-block;
}

.elementor-button:hover .elementor-button-icon {
    transform: translateX(5px);
    transition: transform .3s ease;
}

/* Hidden panel default state */
.slide-panel {
    position: fixed;
    /*DEV CHANGE THIS*/
    top: -100vh; /*-100 hide above screen */
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff; /* change as needed */
    transition: top 0.4s ease;
    padding: 20px;
}

/* When active, slide down */
.slide-panel.active {
    top: 0;
}

/* Style the close icon */
.slide-panel .panel-close {
    cursor: pointer;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 10px;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Interstate Mono BOLD';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://jesuitmissions.org.uk/wp-content/uploads/2026/04/interstate-mono-bold.woff2') format('woff2');
}
/* End Custom Fonts CSS */