/*
Theme Name: NE WP Master 2
Description: WordPress Master for New Element
Author: New Element AS
Author URI: https://www.newelement.no
Template: flatsome
Version: 3.0
*/

/* Header */
.nav>li>a, .nav-dropdown>li>a, .nav-column>li>a {
    color: rgb(68 67 67);
}
ul li.bullet-arrow:before, ul li.bullet-star:before {
    color: #CF4A83;
}
.nav-dropdown {
     min-width: 280px;
}

/* Typography */
h2 {
    font-size: 2.2em;
}

/* Box Images */
.box-image {
    border-radius: 12px;
}

/* WP Job Manager */
.job_filters .job_types {
     padding: 20px 0 0 0;
    font-size: 1.3em;
}
label.tillsatt {
    display: none !important;
}
label.hired {
    display: none !important;
}
label.besatt {
    display: none !important;
}
li.job_listing.job_position_filled a {
    opacity: .7 !important;
}
.job_filters .job_types li {
     padding: 0.5em 0.4em;
}

.job-manager-form fieldset small.description {
    margin: 0.5em 0 0 !important;
}
/*************** FLATSOME COOKIES / POPUP ***************/

.flatsome-cookies {
    width: fit-content;
    border-radius: 10px;
    margin: auto;
    right: 0;
    left: 0;
    font-size: 90%;
}

.flatsome-cookies--active {
   margin-bottom:20px;
}

.flatsome-cookies__buttons>a {
    margin-right: 0px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}