/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Regular Content
   13.3 Posts
   13.4 Pages
   13.5 Footer
   13.6 Visual Composer
   13.7 Pagination
14.0 Widgets / sidebars
   14.1 Sidebars
   14.2 Widgets
15.0 Media
   15.1 Galleries
16.0 SVGs Fallbacks
17.0 Media Queries
18.0 Print
--------------------------------------------------------------*/
@font-face {
    font-family: 'Merriweather';
    src: url('assets/fonts/Merriweather-Black.eot');
    src: local('Merriweather Black'), local('Merriweather-Black'),
    url('assets/fonts/Merriweather-Black.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Merriweather-Black.woff2') format('woff2'),
    url('assets/fonts/Merriweather-Black.woff') format('woff'),
    url('assets/fonts/Merriweather-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather';
    src: url('assets/fonts/Merriweather-Bold.eot');
    src: local('Merriweather Bold'), local('Merriweather-Bold'),
    url('assets/fonts/Merriweather-Bold.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Merriweather-Bold.woff2') format('woff2'),
    url('assets/fonts/Merriweather-Bold.woff') format('woff'),
    url('assets/fonts/Merriweather-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('assets/fonts/SourceSansPro-Regular.eot');
    src: local('Source Sans Pro'), local('SourceSansPro-Regular'),
    url('assets/fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/SourceSansPro-Regular.woff2') format('woff2'),
    url('assets/fonts/SourceSansPro-Regular.woff') format('woff'),
    url('assets/fonts/SourceSansPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('assets/fonts/SourceSansPro-SemiBold.eot');
    src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
    url('assets/fonts/SourceSansPro-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/SourceSansPro-SemiBold.woff2') format('woff2'),
    url('assets/fonts/SourceSansPro-SemiBold.woff') format('woff'),
    url('assets/fonts/SourceSansPro-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('assets/fonts/SourceSansPro-Light.eot');
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
    url('assets/fonts/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/SourceSansPro-Light.woff2') format('woff2'),
    url('assets/fonts/SourceSansPro-Light.woff') format('woff'),
    url('assets/fonts/SourceSansPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('assets/fonts/SourceSansPro-Italic.eot');
    src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'),
    url('assets/fonts/SourceSansPro-Italic.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/SourceSansPro-Italic.woff2') format('woff2'),
    url('assets/fonts/SourceSansPro-Italic.woff') format('woff'),
    url('assets/fonts/SourceSansPro-Italic.ttf') format('truetype'),
    url('assets/fonts/SourceSansPro-Italic.svg#SourceSansPro-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

html, body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    color: #262626;
    font-weight: 100;
}

body {
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Merriweather', sans-serif;
    font-weight: 900;
    line-height: 24px;
}

h1 {
    font-size: 40px;
    line-height: 50px;
}

h2 {
    font-size: 30px;
    line-height: 35px;
}

h3 {
    font-size: 25px;
}

h4, h5, h6 {
    font-size: 18px;
}

p {
    font-size: 18px;
    font-weight: 100;
    padding: 0;
    margin: 0 0 30px 0;
    line-height: 30px; /* This should be the same as the margin bottom */
}

p:last-child {
    margin-bottom: 0;
}

.wrap {
    max-width: 1430px;
}

embed,
iframe,
object {
    width: 100%;
}

/*--------------------------------------------------------------
Custom Elements
--------------------------------------------------------------*/
.marginbottom-0px {
    margin-bottom: 0;
}

.marginbottom-15px {
    margin-bottom: 15px;
}

.marginbottom-30px {
    margin-bottom: 30px;
}

.filter-toggle {
    display: none;
}

.sd-spinner {
    width: 18px;
    margin-right: 10px;
    vertical-align: middle;
    color: #400782;
    animation: sd-spinner 2s linear infinite;
}

@keyframes sd-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

/*--------------------------------------------------------------
SD Tabs
--------------------------------------------------------------*/
.sd-tabs .sd-tabs-list {

}

.sd-tabs .sd-tabs-list > li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    height: 40px;
    background-color: #4e0bde;
    transition: all .3s ease;
}

.sd-tabs .sd-tabs-list > li svg {
    margin-right: 10px
}

.sd-tabs .sd-tabs-list > li:hover {
    background-color: #400782;
    transition: all .3s ease;
}

.sd-tabs .sd-tabs-list > li.active {
    background-color: #400782;
    color: #fff;
}

.sd-tabs .sd-tabs-list > li:last-child {

}

.sd-tabs .sd-tabs-content > li {

}

.sd-tabs .sd-tabs-content > li.active {
    padding: 30px;
    background-color: #400782;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: inherit;
    color: #727272;
}

::-moz-placeholder { /* Firefox 19+ */
    font-size: inherit;
    color: #727272;
}

:-ms-input-placeholder { /* IE 10+ */
    font-size: inherit;
    color: #727272;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: inherit;
    color: #727272;
}

.sd-form .mandatory_icon {

}

.wpcf7,
.sd-form {

}

input[type='week'],
input[type='url'],
input[type='time'],
input[type='password'],
input[type='number'],
input[type='color'],
input[type='month'],
input[type='datetime-local'],
input[type='text'],
input[type='email'],
input[type='tel'] {
    background-color: #fff;
    display: block;
    padding: 0 20px;
    height: 40px;
    font-weight: 100;
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    border: none;
    color: #262626;
    border-radius: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    display: block;
    padding: 0 20px;
    font-weight: 100;
    height: 40px;
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    color: #262626;
    background-image: url('/wp-content/uploads/2022/07/caret-down-solid.svg');
    background-position: right 20px center;
    background-size: 12px;
    background-repeat: no-repeat;
    border: none;
}

textarea {
    background-color: #fff;
    display: block;
    font-weight: 100;
    padding: 10px 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    color: #262626;
    border: none;
}

.SD_FormGen_form .SD-pretty-upload + label {
    transition: all .3s ease;
    background-color: #4e0bde;
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
    padding: 0 20px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    border: none;
}

.SD_FormGen_form .SD-pretty-upload + label:hover {
    background-color: #400782;
    transition: all .3s ease;
}

button,
input[type='button'],
button[type='submit'],
input[type='submit'] {
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
    padding: 0 20px;
    background-color: #4e0bde;
    color: #fff;
    transition: all .3s ease;
    font-family: 'Source Sans Pro', sans-serif;
    display: flex;
    align-items: center;
}

.wpcf7 input[type="file"] {
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
}

button:hover,
input[type='button']:hover,
button[type='submit']:hover,
input[type='submit']:hover {
    background-color: #400782;
    transition: all .3s ease;
}

button svg,
input[type='button'] svg,
button[type='submit'] svg,
input[type='submit'] svg {
    height: 15px;
    width: 15px;
    margin-left: 30px;
}

button svg .logo-purple,
button svg .logo-black,
button svg .logo-gray,
button svg .gradientPurpleLightDark,
input[type='button'] svg .logo-purple,
input[type='button'] svg .logo-black,
input[type='button'] svg .logo-gray,
input[type='button'] svg .gradientPurpleLightDark,
button[type='submit'] svg .logo-purple,
button[type='submit'] svg .logo-black,
button[type='submit'] svg .logo-gray,
button[type='submit'] svg .gradientPurpleLightDark,
input[type='submit'] svg .logo-purple,
input[type='submit'] svg .logo-black,
input[type='submit'] svg .logo-gray,
input[type='submit'] svg .gradientPurpleLightDark {
    fill: #fff;
}

.SD_FormGen_form .SD-label,
.SD_FormGen_form .SD-pretty-upload-file-restrictions-label{
    color: #fff;
}

/* Start privacy checkbox */
.wpcf7 .wpcf7-checkbox .wpcf7-list-item,
.sd-form .SD-type-checkbox {
    padding: 0 0 0 20px;
    margin-left: 0;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item input,
.sd-form .SD-type-checkbox input {
    display: none;
}

footer .wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
footer .sd-form .SD-type-checkbox label {
    position: relative;
    font-size: 18px;
    color: #929292;
    padding-left: 10px;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.sd-form .SD-type-checkbox label {
    position: relative;
    font-size: 18px;
    padding-left: 10px;
    margin-bottom: 15px;
    font-weight: 100;
    color: #fff;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label a,
.sd-form .SD-type-checkbox label a {
    color: inherit;
    text-decoration: underline;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label .privacy-acceptance-link::before,
.sd-form .SD-type-checkbox label .privacy-acceptance-link::before {
    content: ' ';
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before,
.sd-form .SD-type-checkbox label:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 1px;
    left: -20px;
    background: #0000;
    border: 1px solid #fff;
    transition: all .3s ease;
}

footer .wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before,
footer .sd-form .SD-type-checkbox label:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: -20px;
    background: #0000;
    border: 1px solid #929292;
    transition: all .3s ease;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:hover:before,
.sd-form .SD-type-checkbox label:hover:before {
    background: #4e0bde;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label:before,
.sd-form .SD-type-checkbox input:checked + label:before {
    background: #4e0bde;
}
/* End privacy checkbox */

/* Start whitelabel CF7 */
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
}
/* End whitelabel CF7 */

/* Start success messages  */
.wpcf7 form.sent .wpcf7-response-output,
.sd-success-message-container {
    position: relative;
    border: 2px solid #0eb427;
    margin-bottom: 20px;
    padding: 10px 33px 10px 10px;
    color: #FFF;
    background-color: #400782;
}

.sd-success-message {
    font-weight: 200;
    font-size: 18px;
}

.sd-success-message::before {
    content: '';
    background-image: url('assets/icons/success.svg');
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 7px;
}
/* End success messages  */

/* Start notification messages  */
.sd-notification-message::before {
    content: '';
    background-image: url('assets/icons/info.svg');
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 7px;
}
/* End notification messages  */

/* Start error messages */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted  .wpcf7-response-output,
.sd-error-message-container {
    padding: 10px 33px 10px 10px;
    position: relative;
    margin-bottom: 20px;
    border: 2px solid #DD4847;
    color: #FFF;
    background-color: #400782;
}

.sd-error-message-general {
    font-weight: 200;
    font-size: 18px;
}

.sd-error-message-general::before {
    content: '';
    background-image: url('assets/icons/error.svg');
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 7px;
}
/* End error messages */

.wpcf7 .ajax-loader {
    vertical-align: middle;
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/
.main-navigation ul {
    font-size: 0;
}

.main-navigation ul li {
    line-height: 90px;
}

.main-navigation ul li:not(:last-child) {
    margin-right: 60px;
}

.main-navigation ul li a {
    font-size: 18px;
    font-weight: 300;
    color: #262626;
    transition: all .3s ease;
    position: relative;
}

.main-navigation ul li a:hover {
    color: #4e0bde;
    transition: all .3s ease;
}

.main-navigation ul li.current-page-parent > a,
.main-navigation ul li.current-menu-item > a {
    color: #4e0bde;
}

.main-navigation ul li.menu-item-has-children.focus:before,
.main-navigation ul li.menu-item-has-children:hover:before,
.main-navigation ul li.menu-item-has-children.focus:after,
.main-navigation ul li.menu-item-has-children:hover:after,
.main-navigation ul li.page_item_has_children.focus:before,
.main-navigation ul li.page_item_has_children:hover:before,
.main-navigation ul li.page_item_has_children.focus:after,
.main-navigation ul li.page_item_has_children:hover:after {
    display: none;
}

/* Sub Menu */
.main-navigation ul ul.sub-menu {
    padding: 10px 20px;
    position: absolute;
    top: 90px;
    left: 0;
    min-width: 300px;
    display: none;
    row-gap: 10px;
    flex-direction: column;
}

.main-navigation ul li:hover > ul.sub-menu {
    display: flex;
}

.main-navigation ul ul.sub-menu li {
    line-height: 30px;
    width: 100%;
}

.main-navigation ul ul.sub-menu li a {

}

.main-navigation ul ul.sub-menu li.current-menu-item > a {

}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/
header.site-header.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background-color: #fff;
    height: 90px;
    box-shadow: 0 15px 15px -15px rgb(0 0 0 / 50%);
}

.admin-bar header.site-header.fixed {
    top: 32px;
}

header .wrap {
    max-width: 100%;
    height: 90px;
}

header .header-middlebar-wrap-inner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 90px;
}

.header-middlebar-1 {
    padding-left: 40px;
}

.header-middlebar-2 {
    margin-left: 60px;
    padding-left: 28px;
}

header .phone-container,
header .phone-container .sd-block-button,
header .phone-container .sd-block-button a {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    transition: all .3s ease;
}

header .phone-container .sd-block-button a:hover {
    background-color: #400782!important;
    transition: all .3s ease;
}

.header-middlebar-3 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0;
}

header .phone-container .sd-block-button a {
    color: #262626;
    transition: all .3s ease;
    border-radius: 0;
    width: 100%;
    border-left: 1px solid #929292;
    font-weight: 100;
}

header .phone-container .sd-block-button a p.semi-bold-text {
    font-weight: 600;
    margin-left: 3px;
}

header .phone-container .sd-block-button a:hover {
    background-color: #000;
    color: #fff;
    transition: all .3s ease;
}

/*--------------------------------------------------------------
13.2 Regular Content
--------------------------------------------------------------*/
.site-content-contain {
    margin-top: 90px;
}

.column-height-unset > .vc_column-inner > .wpb_wrapper {
    height: unset !important;
}

svg .logo-white {
    fill: #fff;
}

svg .logo-purple {
    fill: #3f2778;
}

svg .logo-black {
    fill: #262626;
}

svg .logo-gray {
    fill: #929292;
}

svg .gradientPurpleLightDark {
    fill: url(#gradientPurpleLightDark);
}

footer svg .logo-gray {
    fill: #fff;
}

.wpb_content_element {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
13.5 Footer
--------------------------------------------------------------*/
footer {
    background-color: #262626;
    background-image: url('/wp-content/uploads/2022/06/Logo-grijs-icon.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 500px;
}

footer p,
footer a {
    line-height: 40px;
    color: #929292;
    transition: all .3s ease;
}

footer a:hover {
    color: #4e0bde;
    transition: all .3s ease;
}

footer ul {
    list-style: none;
}

.footer-middlebar {
    padding: 110px 0 145px 0;
}

footer .logo-container {
    margin-bottom: 11px;
}

footer .address-container{
    margin-bottom: 19px;
}

footer button {
    background-color: #400782;
}

footer button:hover {
    background-color: #4e0bde;
}

.footer-bottombar-1,
.footer-bottombar-2 {
    display: inline-block;
    width: unset;
    position: relative;
}

.footer-bottombar-1::after {
    content: '|';
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 4px;
    right: -3px;
}

.footer-bottombar a,
.footer-bottombar p {
    color: #fff;
    font-size: 16px;
}

/*--------------------------------------------------------------
13.6 Visual Composer
--------------------------------------------------------------*/
.vc_row-fluid:not(.vc_inner) {
    padding-top: 75px;
    padding-bottom: 75px;
}

.vc_row-fluid.vc_inner {
    padding-top: 0;
    padding-bottom: 0;
}

.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0;
}

.vc_row.vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper {
    height: 100%;
}

/*--------------------------------------------------------------
13.7 Pagination
--------------------------------------------------------------*/
.sd-pagination {
    margin-top: 20px;
    position: relative;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sd-pagination .page-numbers {
    font-size: 18px;
    transition: all .3s ease;
}

.sd-pagination .page-numbers:not(:last-child) {
    margin-right: 10px;
}

.sd-pagination .page-numbers:hover,
.sd-pagination .page-numbers.current {
    color: #400782;
    transition: all .3s ease;
}

.sd-pagination .page-numbers.prev,
.sd-pagination .page-numbers.next {
    font-size: 16px;
    float: none;
    color: #262626;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    display: inline-flex;
}

.sd-pagination .page-numbers.prev svg,
.sd-pagination .page-numbers.next svg {
    height: 15px;
    width: 15px;
}

.sd-pagination .page-numbers.prev svg .logo-purple,
.sd-pagination .page-numbers.prev svg .gradientPurpleLightDark,
.sd-pagination .page-numbers.next svg .logo-purple,
.sd-pagination .page-numbers.next svg .gradientPurpleLightDark {
    fill: #262626;
}

.sd-pagination .page-numbers.prev svg {
    transform: rotate(180deg);
}

/*--------------------------------------------------------------
14.0 Widgets / sidebars
--------------------------------------------------------------*/
h3.widget-title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 35px;
}