@CHARSET "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

:root {
    --font-family--default: "Figtree", sans-serif;
    --font-family--heading: "Figtree", sans-serif;

    --font-weight--thin: 100;
    --font-weight--extra-light: 200;
    --font-weight--light: 300;
    --font-weight--regular: 400;
    --font-weight--medium: 500;
    --font-weight--weight-semi-bold: 600;
    --font-weight--bold: 700;
    --font-weight--black: 900;
    
    --heading--colour: var(--wp--preset--color--red);
    --heading--font-size--h1: 30px;
    --heading--font-size--h2: 26px;
    --heading--font-size--h3: 24px;
    --heading--font-size--h4: 22px;
    --heading--font-size--h5: 20px;
    --heading--font-size--h6: 18px;
    --heading--font-weight: var(--font-weight--bold);

    --bs-body-font-weight: var(--wp--custom--typography--font-weight);
    --colour--body: var(--wp--preset--color--black);
    --wp--preset--color--link: var(--wp--preset--color--red);

    /* Navbar */
    --navbar--background-colour: var(--wp--preset--color--white);
    --navbar--height: 50px;
    --navbar--item--colour: var(--wp--preset--color--red);
    --navbar--item--font-family: var(--font-family--default);
    --navbar--dropdown--menu--border--colour: var(--wp--preset--color--red);
    --navbar--dropdown--menu--border--width: 2px;
    --navbar--dropdown-item--colour: var(--navbar--item--colour);
    

    /* Footer */
    --footer--background-colour: #FFF;
    --footer--colour: #FFF;
    --footer--link--colour: #FFF;
}

/* WordPress and PB */
.is-layout-constrained {
    margin-right: auto;
    margin-left: auto;
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
}
.is-layout-flow {
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
}
.is-layout-constrained .is-layout-constrained, .is-layout-flow .is-layout-flow {
    padding: initial;
}
.has-dark-background-color {
    color: #FFF;
}
.has-light-background-color {
    color: var(--colour--body);
}
.wp-block-quote,
.wp-block-quote *,
.has-dark-background-color table tbody,
.has-dark-background-color table tbody * {
    color: var(--colour--body) !important;
}
.has-dark-background-color .wp-block-quote {
    border-color: var(--wp--preset--color--white);
    color: var(--wp--preset--color--white) !important;
}
figure.img-fluid img {
    height: auto !important;
    width: 100% !important;
}
.video-wrapper > .wp-block-embed__wrapper {
    position: relative;
    margin-top: 45px;
    /* margin-bottom: 200px; */
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video-wrapper > .wp-block-embed__wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* .wp-block-group.container {
    padding: 1.25em 2.375em;
} */

/* Site specific styles */
.secec--timeline {
    background: linear-gradient(to right, var(--wp--preset--color--red) 6px, var(--wp--preset--color--red) 6px);
    background-repeat: no-repeat;
    background-size: 6px 100%;
    background-position: 92px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    width: 320px;
}
.secec--timeline .wp-block-column {
    align-items: center;
    display: flex;
    flex-direction: row;
    padding-left: calc(1.5rem * .5) !important;
    padding-right: calc(1.5rem * .5) !important;
}
.secec--timeline .wp-block-column > *:first-child {
    flex: 1;
}
.secec--timeline .wp-block-column > *:last-child {
    flex: 2
}
.secec--timeline--circle {
    align-items: center;
    aspect-ratio: 1;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    height: 120px;
    width: 120px;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .secec--timeline {
        background-position: 112px;
        width: 546px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .is-layout-constrained {
        max-width: 720px !important;
    }
    .secec--timeline {
        background-position: 140px;
        width: 720px;
    }
}

/* WordPress column breaking point */
@media (min-width: 782px) {
    .secec--timeline {
        background: linear-gradient(to bottom, var(--wp--preset--color--red) 5px, transparent 5px);
        background-position: 0 84px !important;
        flex-direction: row;
        width: 100vw;
    }
    .secec--timeline > * {
        margin-left: auto;
        margin-right: auto;
        max-width: 720px;
    }
    .secec--timeline .wp-block-column {
        flex-direction: column;
    }
    .secec--timeline .wp-block-column > *:last-child {
        margin-top: 1.5rem !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .is-layout-constrained, .secec--timeline > * {
        max-width: 960px !important;
    }
    :root {
        --navbar--height: 106px;   
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    :root {
        --heading--font-size--h1: 52px;
        --heading--font-size--h2: 42px;
        --heading--font-size--h3: 38px;
        --heading--font-size--h4: 32px;
        --heading--font-size--h5: 24px;
        --heading--font-size--h6: 18px;
    }
    .is-layout-constrained, .secec--timeline > * {
        max-width: 1140px !important;
    }
    
}

/* Extra xl large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
}

/* Publishing Bureau xxl large devices (large desktops, 1600px and up) */
@media (min-width: 1600px) {

}