/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.absolute-footer.dark {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999;
}

.absolute-footer a {
    margin: 0 5px;
    text-transform: uppercase;
    color: #fff;
    transition: 0.3s ease-in;
}

.absolute-footer a:hover {
    color: #ffffffcc;
}

.max-fhd {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    font-size: 2rem;
}

h2, h3 {
    text-transform: uppercase;
}

.wpcf7 input, .wpcf7 select, .wpcf7 textarea {
    background: #000;
    color: #fff;
    border: 1px solid #666;
    font-family: Arial, sans-serif;
    font-weight: 400;
}

.wpcf7 input:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
    background: #333;
    color: #fff;
}

#i-am-human {
    font-size: 14px;
    max-width: 600px;
    font-weight: 300;
    padding: 5px 10px;
    color: #fff;
    background: #000;
}

#i-am-human span {
    color: #fff;
}

#top-link {
    bottom: 5px;
    z-index: 9999;
}

/*#main {
    background-image: url(/wp-content/uploads/2026/03/jokering-bg.png);
    background-repeat: repeat-y;
    background-position: 50% 0;
}*/

#content a {
    text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
    .banner.max-fhd {
        padding-top: 400px !important;
    }
}

@media only screen and (max-width: 767px) {
    .banner.max-fhd {
        padding-top: 300px !important;
    }

    #main {
        background-size: auto 100%;
    }
}