:root{
    --bbyyellow: #FFDD00;
    --bbred: #CD1719;
}
html{
    overflow-x: hidden;
}
html body{
    background-image: url('/wp-content/themes/belgianbeerweekend/assets/achtergrond-scaled.webp');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    font-family: "playfair-display", serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
html body main{
    flex: 1;
}
body a{
    text-decoration: none;
    color: var(--bbred);
    transition-duration: 300ms;
}
body a:hover{
    border-bottom: 1px solid var(--bbred);
}
section.vc_section {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
div.vc_row.container{
    margin-left: auto;
    margin-right: auto;
}
header{
    margin-bottom: 50px;
    padding: 25px 0;
}
header a{
    display: block;
    width: fit-content;
}
header img{
    max-width: 200px;
    width: 100%;
    height: auto;
}
header h1{
    text-align: center;
    margin-bottom: 0;
}
header .row > div{
    display: flex;
    align-items: center;
}
header .row > .col-6{
    justify-content: center;
}
header .row > .col-3:last-child{
    justify-content: flex-end;
}
header .wpml-ls li a{
    color: black;
    transition-duration: 300ms;
}
header .wpml-ls li a:hover{
    color: var(--bbred);
}
header .wpml-ls .wpml-ls-current-language{
    display: none;
}
h1, h2, h3{
    font-family: mendl-sans-dusk, sans-serif;
    text-transform: uppercase;
    font-weight: bold!important;
}
.wpforms-form legend, .wpforms-form label{
    font-size: 1.1rem;
    font-weight: bold;
    white-space: pre-line;
}
.wpforms-form .wpforms-field{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.wpforms-form .wpforms-field-label-inline{
    font-size: 1rem;
    margin-left: 10px;
    font-weight: normal;
}
.wpforms-form ul{
    padding-left: 0;
}
.wpforms-form ul li{
    list-style: none;
}
.wpforms-form input{
    background-color: transparent;
    border: 0;
    padding: 5px 1px;
    border-bottom: 2px solid black;
}
.wpforms-form .wpforms-submit{
    font-family: mendl-sans-dusk, sans-serif;
    border: 0;
    background-color: var(--bbyyellow);
    font-weight: bold;
    color: black;
    font-size: 1rem;
    text-transform: uppercase;
    width: 100%;
    padding: 10px 20px;
    transition-duration: 300ms;
}
.wpforms-form .wpforms-submit:hover, .wpforms-form .wpforms-submit:focus{
    background-color: var(--bbred);
    color: white;
}
.wpforms-form .wpforms-field-radio input[disabled] + label{
    opacity: 0.5;
    text-decoration: line-through;
}
strong.form-message {
    margin: 5px 1rem;
    border: 2px solid black;
    padding: 10px 20px;
    display: block;
    width: fit-content;
    margin-bottom: 25px;
}
footer{
    text-align: center;
}
footer .container{
    padding-top: 20px;
    border-top: 2px solid black;
    padding-bottom: 20px;
}
footer p:last-child{
    margin-bottom: 0;
}
@media only screen and (max-width: 600px){
    .wpforms-field.wpforms-field-layout{
        margin-bottom: 0;
    }
    header .row .col-6, header .row .col-3:first-child{
        flex: 1;
    }
    header .row .col-3:first-child{
        max-width: 150px;
    }
    header .row .col-3:last-child{
        width: fit-content;
    }
    header h1{
        font-size: 1.5rem;
    }
    body h2{
        font-size: 1.3rem;
    }
}