/*
 Theme Name:   VRT
 Theme URI:    https://generatepress.com
 Description:  VRT theme
 Author:       CLARQ
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

:root {
    --white: #FFFFFF;
    --light-grey: #F7F7F7;
    --grey: #707070;
    --dark-blue: #004495;
    --light-blue: #004495AA;
}

/* Fonts */
@font-face {
    font-family: Saira-300;
    src: url('assets/fonts/Saira-Light.ttf');
}

@font-face {
    font-family: Saira-600;
    src: url('assets/fonts/Saira-SemiBold.ttf');
}

@font-face {
    font-family: Saira-800;
    src: url('assets/fonts/Saira-ExtraBold.ttf');
}

@font-face {
    font-family: Open-sans-400;
    src: url('assets/fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: Yellowtail;
    src: url('assets/fonts/Yellowtail-Regular.ttf');
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Saira-600', Arial, sans-serif;
}


/* General */
.bg-white {
    background-color: var(--white);
}

.bg-dark-blue {
    background-color: var(--dark-blue);
}

.bg-dark-blue *, .bg-light-blue * {
    color: var(--white);
}

.bg-light-blue {
    background-color: var(--light-blue);
}

section {
    max-width: 2600px;
    margin: 0 auto;
}

.boxed {
    padding: 80px 20px;
}

section .boxed {
    max-width: 1580px;
    margin: 0 auto;
}

p, a, li {
    color: var(--grey);
    font-size: 16px;
    line-height: 22px;
}

h1, h2 {
    font-size: 56px;
    line-height: 64px;
    font-family: Saira-600, Arial, sans-serif;
    color: var(--dark-blue);
}

.heading + .sub-heading h2, .heading + .sub-heading h3 {
    font-size: 42px;
    line-height: 56px;
    font-family: Saira-300, Arial, sans-serif;
    color: var(--grey);
}

h3, h4 {
    font-size: 32px;
    line-height: 48px;
    font-family: Saira-300, Arial, sans-serif;
    color: var(--grey);
}

ul {
    margin-left: 20px;
}

p:has(+ ul) {
    margin-bottom: 0;
}

.bg-white {
    background-color: var(--white);
}

.bg-light-grey {
    background-color: var(--light-grey);
}

/* Buttons */
.btn-group {
    display: flex;
    gap: 12px;
}

.btn {
    display: flex;
    align-items: center;
    padding: 8px 32px;
    font-size: 20px;
    line-height: 32px;
    font-family: 'Saira-800', Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0;
    max-width: fit-content;
    text-transform: uppercase;
}

.btn-primary {
    background-color: var(--white);
    color: var(--dark-blue);
    text-decoration: none;
}

.btn-secondary {
    text-decoration: none;
    color: var(--dark-blue);
    border: 1px solid var(--dark-blue);
}

/* Header */
.site-header ul li a {
    font-size: 20px;
    line-height: 38px !important;
    font-family: Saira-600, Arial, sans-serif;
    color: var(--dark-blue) !important;
    text-transform: uppercase;
}

.top-bar {
    position: fixed;
    top: 30px;
    z-index: 1000;
    width: 100%;
    background-color: transparent !important;
}

.top-bar a {
    background: #FFFFFF !important;
    border: 1px solid #004495;
    opacity: 1;
    color: var(--dark-blue) !important;
    border-radius: 0 !important;
    font-family: Saira-800, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 20px !important;
    line-height: 32px !important;
}

.top-bar .btn-secondary {
    width: 183px;
    margin-right: 20px;
}

.footer-widgets-container {
    padding-top: 60px;
    padding-bottom: 100px;
}

.footer-widgets {
    background-color: var(--dark-blue);
}

.footer-widgets * {
    color: var(--white);
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 0;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
    display: grid;
    grid-template-columns: 1fr 1fr 3fr;
}

.footer-widget-3 {
    display: flex;
    align-items: end;
    flex-direction: column;
}

.footer-widget-3 > * {
    max-width: 500px;
    padding: 0 !important;
}

.footer-widget-3 h2 {
    line-height: 58px;
}

/* search form */
.search-form .search-form-grid {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: end;
    gap: 15px;
    width: 450px;
    min-width: 100%;
}

.search-form .search-form-grid > * {
    width: 100%;
}

.search-form .search-form-grid *, .search-form .search-form-grid *::placeholder {
    color: #C6C2C2;
    text-transform: uppercase;
    text-align: center;
}

.search-form button.search-form-btn {
    color: #004495;
    background-color: var(--white);
    padding: 8px 60px;
}

@media (min-width: 768px) {
    header {
        display: flex;
    }

    header .inside-header {
        width: 100%;
        align-items: end;
        padding-bottom: 45px;
    }

    .site-header {
        position: fixed;
        z-index: 999;
        width: 100%;
        box-shadow: 0 3px 6px #00000029;
        border-bottom: 1px solid #707070;
        height: 200px;
    }

    section:first-of-type > .boxed {
        padding-top: 250px;
    }

    section:first-of-type > .columns {
        padding-top: 200px;
    }

    section:first-of-type > .columns .column.left .info {
        padding-top: 100px;
    }

    .main-navigation .main-nav ul li[class*="current-menu-"] {
        position: relative;
    }

    .main-navigation #primary-menu.main-nav > ul > li[class*="current-menu-"]::after {
        position: absolute;
        content: '';
        border-bottom: 5px solid var(--dark-blue);
        width: 100%;
        bottom: -46px;
    }

    .main-navigation li.sign-in {
        display: none;
    }
}

@media (max-width: 1060px) {
    h1, h2 {
        font-size: 48px !important;
        line-height: 58px !important;
    }

    h3, h4 {
        font-size: 28px !important;
        line-height: 42px !important;
    }

    .site-footer .footer-widgets-container .inside-footer-widgets {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-widget-3 {
        align-items: start;
    }

    .footer-widget-3 > * {
        padding-left: 40px !important;
    }
}

@media (max-width: 767px) {
    h1, h2 {
        font-size: 36px !important;
        line-height: 44px !important;
    }

    .footer-widget-3 h2 {
        font-size: 36px !important;
        line-height: 44px !important;
    }

    h3, h4, .heading + .sub-heading h2, .heading + .sub-heading h3 {
        font-size: 24px !important;
        line-height: 35px !important;
    }

    section:first-of-type > .boxed {
        padding-top: 30px;
    }

    .btn {
        font-size: 18px;
        line-height: 29px;
    }

    .top-bar {
        display: none;
    }

    html.mobile-menu-open .inside-header, html.mobile-menu-open .main-navigation.toggled .main-nav > ul, html.mobile-menu-open .site-navigation {
        background-color: var(--light-grey);
    }

    .gp-icon svg {
        display: block;
        font-size: 28px;
        color: var(--dark-blue);
    }

    html.mobile-menu-open .main-navigation .menu-toggle {
        background-color: var(--light-grey);
    }

    html.mobile-menu-open .main-navigation.toggled .main-nav li {
        margin-bottom: 20px;
    }

    html.mobile-menu-open .main-navigation.toggled .main-nav li.current-menu-item {
        text-decoration: underline solid var(--dark-blue) 2px;
        text-underline-offset: 10px;
    }

    .main-navigation .menu-toggle {
        background-color: var(--white);
    }

    .main-navigation .main-nav ul li a {
        padding-left: 0;
    }

    .footer-widget-3 > * {
        padding-left: 0 !important;
    }
    .search-form .search-form-grid {
        width: 300px;
    }
}