/*
Theme Name: IFPI
Theme URI: https ://www.ifpi.no
Version: 1.0
Description: Theme for IFPI
Author: Strand & Lund AS
Author URI: https://www.strandlund.no
template: bb-theme
*/

/* Add your custom styles here... */
@import url('https://fonts.googleapis.com/css?family=Barlow:400,700&display=swap');

h1, h2, h3, h4, h5, h6 {
    font-family: 'Barlow', sans-serif;
}

h2.widgettitle {
    font-size: 25px;
}

.no_items {
    clear: both;
}

.filter_container {
    margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
button {
font-size: 25px !important;
line-height: 1.2;
}
}

@media screen and (max-width: 600px) {
.responsive {
    overflow-x: scroll;
}
}

.container.boxed {
    max-width: 1100px !important;
    margin: 0px auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}



tr.not_approved {
    opacity: 0.3;
}

tr.new_application {
    border: dashed;
    background-color: #ddf7dd !important;
}
