@CHARSET "UTF-8";
:root {
    --wp--style--global--content-size: 100% !important;
}
body {
    color: var(--wp--preset--color--grey);
    font-family: var(--font-family--default);
    font-size: var(--wp--preset--font-size--medium);
    min-height: 100vh;
    line-height: var(--wp--custom--line-height);
    overflow-x: hidden;
    width: 100vw;
}
::selection {
    background-color: var(--colour--selection--background);
    color: var(--colour--selection--text);
}
a {
    color: var(--wp--preset--color--link);
    text-decoration: none;
}
a:hover {
    color: var(--wp--preset--color--link);
    text-decoration: none;
}
h1 {
    font-size: var(--font-size--h1);
    font-weight: 300;
}
h2 {
    font-size: var(--font-size--h2);
    font-weight: 300;
}
h3 {
    font-size: var(--font-size--h3);
    font-weight: 300;
}
h4 {
    font-size: var(--font-size--h4);
    font-weight: 300;
}
h5 {
    font-size: var(--font-size--h5);
    font-weight: 300;
}
h6 {
    font-size: var(--font-size--h6);
    font-weight: 300;
}

/* Header */
header {
    background-color: #FFF;
    height: 72px;
    position: fixed;
    z-index: 9999;
    width: 100vw;
}
.offcanvas, .offcanvas-backdrop {
    background-color: var(--navbar--background-colour);
}
.navbar-toggler {
    margin-left: auto;
    margin-right: 10px;
}
.navbar-brand img {
    height: 46px;
    width: 77px;
}
.navbar-brand-full img {
    height: 90px;
    width: 170px;
}
.nav-item:not(:first-child) {
    margin-top: 5px;
}
.nav-item a {
    color: var(--navbar--item--colour) !important;
    font-family: var(--navbar--item--font-family);
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}
.nav-sub-item a {
    color: var(--navbar--sub-item--colour);
    font-family: var(--navbar--item--font-family);
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-left: 24px;
}
html[dir="rtl"] .nav-sub-item a {
    margin-left: 0;
    margin-right: 24px;
}
.nav-item a.active, .nav-sub-item a.active {
    font-weight: var(--font-weight--medium);
}
.nav-item.dropdown {
    display: block;
}
.dropdown-menu {
    border: none !important;
    position: static !important;
    padding: 0 !important;
}
a.active + .dropdown-menu {
    display: block;
}
.wpml-ls-legacy-list-horizontal, .wpml-ls-legacy-list-horizontal li:first-child a {
    padding-left: 0 !important;
}
html[dir="rtl"] .wpml-ls-legacy-list-horizontal, html[dir="rtl"] .wpml-ls-legacy-list-horizontal li:first-child a {
    padding-left: 10px !important;
    padding-right: 0 !important;
}
.wpml-ls-item-toggle {
    border: none !important;
    margin-top: 1rem !important;
    padding-left: 0 !important;
}
.wpml-ls-sub-menu, .wpml-ls-legacy-dropdown a {
    border: none !important;
    padding-left: 0 !important;
}
.wpml-ls-legacy-dropdown a:hover {
    background: none !important;
    font-weight: bold !important;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
    background: none !important;
}

/* Footer */
footer {
    background: var(--footer--background-colour);
    border-top: 2px solid var(--wp--preset--color--red);
    color: var(--footer--colour);
    line-height: 32px;
    padding-bottom: 2rem;
    padding-top: 2rem;
    z-index: 9999;
}
footer a {
    color: var(--footer--link--colour) !important;
}
footer ul {
    list-style: none;
    padding-left: 0;
}
.footer--social-links {
    display: flex;
}
.footer--social-links > * {
    margin-right: 15px;
}
.footer--social-links a {
    color: var(--wp--preset--color--red) !important;
}

/* WordPress and PB */
.fe-hidden {
    display: none;
}
.wp-block-button__link {
    background-color: transparent;
}
.wp-block-gallery img {
    height: 230px !important;
    object-fit: contain !important;
    width: auto !important;
}
.vh-100 {
    height: calc(100vh - 72px) !important;
}

/* Site specific styles */
main {
    padding-top: 72px;
}
.smib--container {
    align-items: center;
    display: flex;
    min-height: calc(100vh - 72px);
    overflow-x: hidden;
    width: 100vw;
}
.smib--section {
    min-height: calc(100vh - 72px);
}
.smib--sub--section {
    align-items: center;
    display: flex;
    padding-bottom: 95px;
    padding-top: 95px;
}
.smib--section--heading {
    border-bottom: 1px solid var(--wp--preset--color--red);
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}
.smib--section--unlooped {
    align-items: center;
    display: flex;
    min-height: 100vh;
    padding-top: 3rem;
}
.smib--gallery > * {
    width: auto !important;
}
.smib--gallery img {
    object-fit: cover !important;
}
ul li::marker {
    color: var(--wp--preset--color--red);
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    /* START: Change if changing expand point */
    .navbar, .navbar > .container {
        padding: 0;
    }
    #navbar-main {
        height: 100% !important;
    }
    .offcanvas-body {
        height: 100%;
    }
    .navbar-nav {
        justify-content: flex-start;
        height: 100%;
    }
    .navbar-nav > li {
        align-items: center;
        display: flex;
    }
    /* .navbar-expand-md .navbar-nav .dropdown-menu {
        border: none;
        border-radius: 0;
        border-top: 1px solid var(--navbar--item--colour);
        top: var(--navbar--height);
    } */
    /* END: Change if changing expand point */

    .container {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .vh-100 {
        height: 100vh !important;
    }
    header {
        display: block;
        height: 100vh;
        overflow-x: auto;
        position: fixed;
        width: 310px;
        top: 0;
    }
    .navbar-nav {
        flex-direction: column !important;
        margin-left: 50px;
        margin-top: 50px;
    }
    .navbar-brand {
        margin-bottom: 50px;
    }
    .navbar-brand img {
        height: 90px;
        width: 170px;
    }
    main {
        margin-left: 310px;
        width: calc(100vw - 310px);
        padding-top: 0;
    }
    html[dir="rtl"] main {
        margin-left: 0;
        margin-right: 310px;
    }
    .smib--container {
        min-height: 100vh;
    }
    .smib--section {
        min-height: 100vh;
    }
}

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

/* 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) {

}