/*
CTC Separate Stylesheet
Updated: 2026-04-21 13:14:19
*/

:root {
    --chestertons-purple: #6B207D;
    --chestertons-gold: #bc8418;
    --chestertons-white: #FFFFFF;
    --chestertons-text-dark: #333333;
}


body {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

* {
    box-sizing: border-box !important;
}

html {
    scroll-behavior: smooth;
}

.page-header .entry-title,
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
.site-header .header-inner,
.site-header:not(.dynamic-header),
body:not([class*=elementor-page-]) .site-main {
    padding-inline-end: 0px !important;
    padding-inline-start: 0px !important;
}

main .entry-title {
    display: none;
}

.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.site-container {
    max-width: 1440px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}




main.site-main {
    width: 100% !important;
    max-width: 100% !important;
}

@font-face {
    font-family: 'FS Albert';
    src: url('assets/fonts/FSAlbert-Light.woff2') format('woff2'),
        url('assets/fonts/FSAlbert-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FS Albert';
    src: url('assets/fonts/FSAlbert-Regular.woff2') format('woff2'),
        url('assets/fonts/FSAlbert-Regular.woff') format('woff');
    font-weight: 400 500;
    /* Handles both Regular and Medium */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FS Albert';
    src: url('assets/fonts/FSAlbert-Bold.woff2') format('woff2'),
        url('assets/fonts/FSAlbert-Bold.woff') format('woff');
    font-weight: 600 700;
    /* Handles both Semi-Bold and Bold */
    font-style: normal;
    font-display: swap;
}


/* --- Yoast Breadcrumbs Custom Styling --- */


.yoast-breadcrumbs {
    padding: 20px 0 30px;
    font-size: 0;
    color: #666;
    gap: 12px;
    line-height: 1;
}

.yoast-breadcrumbs.white span{
color: #fff;
}


.yoast-breadcrumbs.white span a{
color: #fff;
}

.yoast-breadcrumbs a,
.yoast-breadcrumbs .breadcrumb_last,
.yoast-breadcrumbs span {
    font-size: 15px;
    line-height: 30px;
}

.yoast-breadcrumbs a::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 12px;
    background-color: #ccc;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"/></svg>') no-repeat center;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"/></svg>') no-repeat center;
    mask-size: contain;
    -webkit-mask-size: contain;
}

.yoast-breadcrumbs a {
    color: #888;
    text-decoration: none;
    transition: 0.3s ease;
    margin-right: 10px;
}

.yoast-breadcrumbs a:hover {
    color: var(--chestertons-purple, #6a1b9a);
}

.yoast-breadcrumbs .breadcrumb_last {
    color: var(--chestertons-purple, #6a1b9a);
    font-weight: 500;
}

@media(max-width: 768px) {

    .yoast-breadcrumbs a,
    .yoast-breadcrumbs .breadcrumb_last,
    .yoast-breadcrumbs span {
        font-size: 14px;
    }

    .yoast-breadcrumbs {
        padding: 0px 0 0px;
    }
}

.custom-spacer-80 {
    max-width: 80% !important;
    margin: auto;
}

.custom-spacer-80.left{
      max-width: 80% !important;
      margin-left: 0 !important;
}

.w-100{
width: 100%;
}

/* ── Override theme button hover/focus styles ── */
[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
    background-color: revert !important;
    color: revert !important;
    text-decoration: none !important;
}