/*
* FLUX
* DEFAULT CSS FOR FLUX (PBF) THEME
* Version: 1.0
* Date: 29/06/2020
*/

/* ----- START VERPLICHTE CSS (NIET VERWIJDEREN) ----- */
.wpbf-container {
    padding: 0 30px;
}

.wpbf-navigation .wpbf-grid-collapse {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wpbf-navigation .wpbf-logo-container,
.wpbf-navigation .wpbf-menu-container {
    display: block;
}

.wpbf-navigation .wpbf-1-4 .wpbf-logo{
    max-width: 120px;
}

.wpbf-menu-right .wpbf-menu a{
    line-height: 64px;
}

.wpbf-navigation .wpbf-menu a:last-child {
    padding-right: 0;
}

body #content {
    overflow: hidden;
    position: relative;
}

.single #inner-content {
    width: 100%;
    max-width: initial;
    padding: 0;
}

.vc_row,
.vc_row .section_inner,
.wpb_wrapper {
    position: relative;
}

.vc_row .section_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.vc_row.vc_inner .section_inner {
    max-width: initial;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li{
    margin-bottom: 0;
}

footer{
    padding: 48px 0;
}

/* ----- EINDE VERPLICHTE CSS (NIET VERWIJDEREN) ----- */


/* ----- START ALGEMENE CSS (AANPASSINGEN MOGELIJK) ----- */
/* START CHANGE COLUMN GAP */
.vc_row {
    margin-left: -20px;
    margin-right: -20px;
}

.vc_row .vc_column_container .vc_column-inner {
    padding-left: 20px;
    padding-right: 20px;
}

/* EINDE CHANGE COLUMN GAP */

p {
    margin-bottom: 15px;
}

p:last-of-type {
    margin-bottom: 0;
}

a,
p a {
    transition: all .3s ease;
    position: relative;
    font-weight: 600;
}

a:hover,
p a:hover {
    color: #306FC4;
    /* CHANGE COLOR IF WANTED */
}

.whitetext * {
    color: #fff;
}

.blacktext * {
    color: #000;
}

.flux_btn {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    padding: 15px 30px;
    background-color: transparent;
    border: 1px solid #306FC4;
    color: #306FC4;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 1px;
    text-transform: uppercase;
    overflow: hidden;
    transition: all .3s ease;
    box-sizing: initial;
}

.flux_btn:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #306FC4;
}

.rw-section {
    padding: 100px 0;
}

.rw-section-sm {
    padding: 50px 0;
}

.rw-section-lg {
    padding: 150px 0;
}

.rw-section-xl {
    padding: 200px 0;
}

.padding-top {
    padding-top: 100px;
}

.padding-bottom {
    padding-bottom: 100px;
}

.padding-top-sm {
    padding-top: 50px;
}

.padding-bottom-sm {
    padding-bottom: 50px;
}

.padding-top-lg {
    padding-top: 150px;
}

.padding-bottom-lg {
    padding-bottom: 150px;
}

.padding-top-xl {
    padding-top: 200px;
}

.padding-bottom-xl {
    padding-bottom: 200px;
}

.wpb_text_column ul,
.wpb_text_column ol {
    list-style-position: outside;
    -webkit-padding-start: 0;
    padding-left: 20px;
}

/* ----- EINDE ALGEMENE CSS (AANPASSINGEN MOGELIJK) ----- */