/*
Theme Name: White Label
Author: Aubergine 262
Author URI: https://aubergine262.com/
Description: A custom theme for You!
Version: 3.0
*/

.text-logo {
    display: flex;
    flex-direction: column;
    font-family: 'Fjalla One', sans-serif;
    align-items: center;
    line-height: 1;
}
.text-logo .large {
    font-size: 30px;
}
.text-logo .small {
    font-size: 24px;
}

.hero-image img {
    width: 100%;
}
.hero-image {
    position: relative;
}
.hero-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.30) 20%, rgba(0, 0, 0, 0) 46%);
}
#navbar #primary-menu li a:hover {
    text-decoration-line: underline;
    text-decoration-style: solid;
}

.transparent-header #navbar #primary-menu li a:hover {
    color: #fff;
}
.transparent-header #navbar #primary-menu li > ul li a,
.transparent-header #navbar #primary-menu li > ul li a:hover {
    color: #000;
}
.footer-nav {
    justify-content: flex-end;
}

div.nf-form-content button, div.nf-form-content input[type=button], div.nf-form-content input[type=submit] {
    color: #fff;
}

@media only screen and (max-width: 880px) {
    #pre-header .social {
        display: block;
    }
    #pre-header .inner {
        width: auto;
    }
}
@media only screen and (max-width: 600px) {
    #pre-header {
        display: block;
    }
}