
nav {
    position: absolute;
    top: 60rem;
    width: 100%;
}

::-webkit-scrollbar-thumb {
    background-color: #e32026 !important;
}

.wp-social-link:not(:hover) {
    background: transparent !important;
    border: 2px solid white;
}

.wp-social-link {
    border: 2px solid transparent;
}

.wp-block-social-links {
    gap: 20rem;
    justify-content: flex-end;
}

.splash-visible .select2-container {
    z-index: 100001;
}

.feedback-message a {
  color: #e32026;
}

@media (min-width: 630px) {
    .overlay-visible #start-project:before {
        position: absolute;
        bottom: 20rem;
        left: calc(-100% - 80rem);
        content: 'Let\'s get cracking';
        font-family: 'SofiaPro';
        text-transform: initial;
        font-size: 28rem;
        line-height: 1.25;
        width: fit-content;
        color: white;
    }
    
    .gb-workcta {
        max-width: 90%;
    }
}


