/*
 Theme Name:     Dupan
 Theme URI:      https://www.jenx.nl
 Description:    Thema voor Dupan in opdracht van Jenx
 Author:         Bart Klein Reesink
 Author URI:     https://www.jenx.nl
 Template:       wp-bootstrap-starter
 Version:        1.4
*/


/****************************************
*** Theme customization starts below ***
*****************************************/

body, body * {
    font-family: 'Work Sans', sans-serif;
}

a {
    color: #0093d0;
}

a:hover {
    color: #0093d0;
}

a.blue {
    color: #0093d0;
}

.logo {
    max-width: 300px;
    height: 50px;
    margin: 15px 0 15px 0;
}

.site-header {
    margin-bottom: 25px;
}

#page > header {
    min-height: 450px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

#page >  header .vector {
    position: absolute;
    right: 0;
    top: 180px;
    z-index: 9999;
    height: 300px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.header-title {
    display: inline-block;
    position: absolute;
    border-radius: 35px;
    color: #fff;
    top: 280px;
    left: 0;
    padding: 15px;
    z-index: 9999;
    font-size: 1.6rem;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8ac640+1,0093d0+100 */
    background: rgba(138, 198, 64, 0.8); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(138, 198, 64, 0.8) 1%, rgba(0, 147, 208, 0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(138, 198, 64, 0.8) 1%,rgba(0, 147, 208, 0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(138, 198, 64, 0.8) 1%,rgba(0, 147, 208, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ac640', endColorstr='#0093d0',GradientType=1 ); /* IE6-9 */
}

@media screen and (max-width: 992px) {
    .header-title {
        top: 200px;
    }
}

#video-wrapper {
    position: relative;
    width: 100%;
    height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#video-wrapper video {
    width: 100vw;
}

@media screen and (max-width: 992px) {
    #video-wrapper {
        display: none;
    }
}

nav.navbar {
    
}

.navbar {
    background-color: rgba(255,255,255,0.8);
}

#colophon {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8ac640+1,0093d0+100 */
    background: #8ac640; /* Old browsers */
    background: -moz-linear-gradient(left,  #8ac640 1%, #0093d0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #8ac640 1%,#0093d0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #8ac640 1%,#0093d0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ac640', endColorstr='#0093d0',GradientType=1 ); /* IE6-9 */
}

#colophon .site-info {
    color: #fff;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 500;
    color: #808285;
}

.custom-btn {
    padding: 5px 10px;
    border-radius: 35px;
    display: inline-block;
}

.custom-btn:after {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 10px;
}

.custom-btn:hover {
    text-decoration: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8ac640+1,0093d0+100 */
    background: #8ac640; /* Old browsers */
    background: -moz-linear-gradient(left,  #8ac640 1%, #0093d0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #8ac640 1%,#0093d0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #8ac640 1%,#0093d0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ac640', endColorstr='#0093d0',GradientType=1 ); /* IE6-9 */
    border: none !important;
    cursor: pointer;
    color: #fff !important;
}

.custom-btn:not(.gradient):hover {
    margin: 2px !important;
}

.custom-btn.hollow {
    border: 2px solid #808285;
}

.custom-btn.hollow.grey {
    border-color: #808285;
    color: #808285;
}

.custom-btn.hollow.white {
    border-color: #fff;
    color: #fff;
}

.custom-btn.gradient {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8ac640+1,0093d0+100 */
    background: #8ac640; /* Old browsers */
    background: -moz-linear-gradient(left,  #8ac640 1%, #0093d0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #8ac640 1%,#0093d0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #8ac640 1%,#0093d0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ac640', endColorstr='#0093d0',GradientType=1 ); /* IE6-9 */
    color: #fff;
}

.gradient-bg {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8ac640+1,0093d0+100 */
        background: #8ac640; /* Old browsers */
        background: -moz-linear-gradient(left,  #8ac640 1%, #0093d0 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  #8ac640 1%,#0093d0 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  #8ac640 1%,#0093d0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ac640', endColorstr='#0093d0',GradientType=1 ); /* IE6-9 */
   
}

.site-header .socials {
    right: 15px;
    top: 0;
    position: absolute;
}

.site-header .socials li a {
    border-color: #222;
    color: #222;
}

ul.socials {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.socials li {
    display: inline-block;
}

ul.socials li a {
    border: 1px solid #0081C6;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    color: #0081C6;
}

.three-page-wrapper {
    background-size: cover;
    background-position: center center;
    border-radius: 15px;
    height: 550px;

    color: #fff;
    position: relative;
    margin-top: 25px;
    overflow: hidden;

}

.three-page-wrapper .vector {
    position: absolute;
    right: 0;
    top: 75px;
}

.three-page-wrapper .custom-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
}

.three-page-wrapper .bg-gradient {
    background-color: red;
    width: 100%;
    height: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0+40,1+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

    top: 0;
    left: 0;
    z-index: 0;
}


.three-page-wrapper .title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.three-page-wrapper .excerpt {
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
}

.three-page-text-wrap {
    position: absolute;
    padding: 15px;
    top: 330px;
    width: 100%;
}

#footer-widget {
    padding-top: 25px;
}

#footer-widget .widget-title {
    text-transform: uppercase;
    color: #0093d0;
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
}

.text-white * {
    color: #fff;
}

.news-wrap {
    background-color: #E6E7E8;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 40px;
}

@media screen and (min-width: 992px) {
    .news-wrap {
        height: 450px;
        padding-bottom: 0;
    }
}


.news-wrap .news-text-wrap {
    padding: 15px;
}

.news-wrap .news-image-wrap .news-image {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.news-wrap .news-anchor {
    display: block;
    margin-top: 15px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    text-transform: uppercase;
}

.news-wrap .news-anchor:after {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 10px;
}

.navbar {
    z-index: 99999;
    width: 100%;
    box-shadow: #222 0px -17px 20px 20px;
}

.navbar-collapse.show #main-nav {
    height: auto;
    display: block;
}

#menu-hoofdmenu {
    margin-top: 50px;
}

#menu-hoofdmenu > .current-menu-item a {
    position: relative;
}

.navbar-toggler {
    margin-top: 50px;
}

@media screen and (min-width: 992px) {
    #menu-hoofdmenu > .current-menu-item > a:before, #menu-hoofdmenu > .current_page_parent > a:before {
        content: " ";
        display: block;
        position: relative;
        bottom: -30px;
        left: 0px;
        width: calc(100% - 10px);
        background: #8ac640;
        height: 2px;
    }
}

.dropdown-toggle::after {
    color: #8ac640;
}


@media screen and (min-width: 768px) {

.dropdown-menu {
    background: #E8F1F8 !important;
}

}



.dropdown-menu a:hover {
    color: #8ac640;
}

.dropdown-menu .current-menu-item a {
    color: #8ac640;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .dropdown-menu {
        padding: 10px !important;
    }

    .dropdown-menu li {
        margin-bottom: 5px;
    }
}

.textwidget a {
    color: #222;
}

.news-text-wrap h3 {
    color: #000;
    font-size: 1.6rem;
}


body:not(.home) .news-text-wrap h3 {
    font-size: 20px;
}

@media screen and (min-width: 768px) {
    .absolute-socials {
        margin-top: 43px;
    }
}

.footer-logo {
    margin-bottom: 50px;
}

@media screen and (min-width: 992px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding: .5rem 0 .5rem 0;
        margin-left: 1.5rem;
    }
}

@media screen and (min-width: 1200px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding: .5rem 0 .5rem 0;
        margin-left: 4rem;
    }
}

a.pdf-link {
    background-repeat: no-repeat;
    padding-left: 45px;
    margin-bottom: 15px;
    display: block;
    min-height: 50px;
    background-image: url('/wp-content/themes/dupan/assets/img/pdf.png');
}

a.pdf-link em {
    display: block;
    margin-top: 5px;
    color: #000;
}

a.pdf-link:hover {
    text-decoration: none;
}