/* 
    Opmerkingen :   Dit is alle 'custom' css voor het project. Wordt later ingeladen dan style.css 
                    Er zijn enkele elementen welke niet zo heel vaak wijzigen, deze vind je terug in de elements.css file
    Author     :    Probu Online
*/

body {
  background-color: #fff5e5 !important;
}
.modal-open #faq-list {
  position: relative;
  z-index: -200;
  opacity: 0.4;
}
.site-inner {
  position: relative;
  z-index: -1;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 250;
  background-color: #000;
}
/*###########################
    Styles / Typography
############################*/
body,
body > div,
html {
  font-size: 17px;
}
html,
body,
p {
  font-family: "Poppins", "Open Sans", verdana, arial, tahoma, sans-serif;
  line-height: 1.5;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:
    "Poppins", cursive, "Open Sans", verdana, arial, tahoma, sans-serif;
  font-weight: 900;
  color: #456954;
}

h1 {
  font-size: 2.1rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.8rem;
}
h4,
h5,
h6 {
  font-size: 1.6rem;
}

a {
  color: #ff7800;
  text-decoration: none;
  font-style: italic;
}
a:hover {
  color: #456954;
}

/** Buttons **/
.button,
input.button,
.iw-so-button,
input#submit {
  background: #62388e !important;
  color: #fff;
}
.button:hover,
input.button:hover,
.iw-so-button:hover,
input#submit:hover {
  background-color: #84d047 !important;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: dotted 1px #84d047;
}

.button.btn-two {
  background: #84d047 !important;
}
.button.btn-two:hover {
  background: #62388e !important;
}
a.back-to-top {
  background: #62388e !important;
}

/*###########################
    HEADER
############################*/
#navToggle {
  z-index: 1050;
}
#probuSidenav {
  z-index: 1045;
}
#navOverlay {
  z-index: 1040;
}
#probu-header {
  z-index: 999;
  position: relative;
}
.site-inner {
  z-index: 300;
  position: relative;
}
#probu-header .wrap {
  padding: 0;
}
.header-widget-area {
  padding: 0;
}

.probu-container {
  padding: 0;
  /*background-color:#fff;*/
}

#header {
  background-color: rgba(0, 0, 0, 0);
}
#genesis-nav-primary {
  background-color: #eee;
}
.nav-secondary {
  background-color: #fff;
}

.site-header .widget-area {
  text-align: left;
}

/*####    sticky header
############################*/
/*    #probu-header {position:fixed;top:0;left:0;right:0;background-color:#fff;}
    
    no sticky on mobile
    @media (min-width: 768px) {
        #probu-header {position:relative!important;}
        #push {margin-top:0!important;}
    }*/

#carousel #slide-top,
#carousel #slide-bottom {
  position: absolute;
  left: 0;
  right: 0;
  height: 200px;
  z-index: 10;
}

/* #carousel #slide-top {
  top: 0;
  background: url(../images/swoosh-top.png) no-repeat top center;
  background-size: contain !important;
}
#carousel #slide-bottom {
  bottom: 0;
  background: url(../images/slider-swoosh-vervolg.png) no-repeat bottom center;
  background-size: contain !important;
}
.home #carousel #slide-bottom {
  bottom: 0;
  background: url(../images/swossh-bottom.png) no-repeat bottom center;
  background-size: contain !important;
} */
.carousel-indicators,
.carousel-control-prev,
.carousel-control-next {
  display: none;
}
/*####    logo header / svg-afbeelding ipv header text
############################*/
#probu-header {
  background-color: #456954;
}
.site-header .title-area p {
  font-size: 5px;
  color: rgba(0, 0, 0, 0);
}

.site-header .title-area a {
  color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background: url(../images/DWW_Logo_hor_wit.svg) no-repeat center center;
  background-size: contain;
}

.site-header .title-area {
  position: relative;
  min-height: 140px;
  width: 100%;
}
.site-header .title-area {
  padding: 0 15px;
}
.header-image .site-title > a {
  min-height: 80px;
}
@media (max-width: 767.98px) {
  .site-header .title-area a {
    background-position: center center !important;
    margin-bottom: 10px;
  }
}

/*####    sticky-header
############################*/
#header-sticky,
#header-sticky .site-header {
  background-color: #fff;
}
#header-sticky.scroll {
  /*doe iets*/
}

/*####    navbar
############################*/
ul.menu {
  padding: 0;
  text-align: right;
}
.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  color: #fff;
}

ul.sub-menu {
  padding-left: 0 !important;
}
.genesis-nav-menu {
  margin-top: 45px !important;
}
#genesis-nav-primary {
  padding: 0;
}
#genesis-nav-primary ul,
.nav-secondary ul {
  margin-left: 0;
  padding-left: 0;
  text-align: center !important;
}

.genesis-nav-menu a {
  color: #bfd6b5;
  font-weight: 300;
  padding: 15px 20px;
  letter-spacing: 0.07rem;
  font-style: normal;
  font-weight: 900;
}

.sow-headline a {
  font-style: normal;
  color: #000;
}

.genesis-nav-menu li:last-child ul.sub-menu {
  right: 0 !important;
  left: auto !important;
}
.sub-menu,
.sub-menu * {
  background-color: #456954 !important;
  border: 0 !important;
}
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #fff;
  text-decoration: none;
}
.genesis-nav-menu .current-menu-item {
  color: #fff;
}
.genesis-nav-menu .current-menu-item li {
  text-transform: lowercase;
}
.menu-item-has-children a span::after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-weight: 100 !important;
}

/*####    nieuws
############################*/

#sm-grid-layout .sm-post-title {
  font-family: "Cherry Swash", times;
  font-style: normal;
}
#sm-grid-layout .sm-meta {
  display: none;
}
#sm-grid-layout .grid-sm-border {
  text-align: center !important;
  background-color: #f1f1f1;
  border: 0 !important;
}
#sm-grid-layout .sm-grid-boxes-quote {
  padding-bottom: 30px;
}
#sm-grid-layout .sm-grid-boxes-caption {
  padding: 15px !important;
  padding-top: 40px !important;
  position: relative;
}
#sm-grid-layout .sm-post-title::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  height: 50px;

  background: url(../images/cirkel-omhoog.png) no-repeat center center;
  background-size: contain !important;
}
.news-content {
  background-color: #f1f1f1;
  padding: 50px !important;
}
.single .entry-meta {
  display: none;
}
.news-content #genesis-content {
  padding: 0 !important;
}
/*####    dropdown menu
############################*/
/*.genesis-nav-menu  .sub-menu,.genesis-nav-menu  .sub-menu a,.genesis-nav-menu  .sub-menu li {color:#666;} 
    .genesis-nav-menu  .sub-menu a {background-color:rgba(0,0,0,0)} 
    .genesis-nav-menu  .sub-menu  {background-color:rgba(255,255,255,0.6)} */

/*####    nav seperator
############################*/
/*.genesis-nav-menu li,.genesis-nav-menu li:hover ,.genesis-nav-menu a:hover {position:relative;}
    .genesis-nav-menu li a::after {
        content:'|';
        position:absolute;
        top:15px;right:-3px;
    }
    .genesis-nav-menu li:last-child a::after {
        content:' ';
        position:absolute;
        top:15px;right:-3px;
    }*/

/*####    sidenav
############################*/
/*Kleur van de navbar-hamburger*/
.navbar-toggle .icon-bar {
  background-color: #000;
  transition: background 1s ease;
}
.scroll .navbar-toggle .icon-bar {
  background-color: rgba(0, 0, 0, 0.6);
}

#navToggle {
  position: fixed !important;
  top: 30px;
  right: 30px;
}
#navToggle.scroll {
  position: fixed !important;
  top: 30px;
}

.sidenav {
  background-color: #f6b000;
}
.sidenav a {
  color: #fff;
}
.sidenav a:hover {
  color: #000;
}
#navOverlay {
  background-color: rgba(0, 0, 0, 0.5);
}

/*###########################
    CONTENT
############################*/
.site-inner {
  padding: 30px 30px !important;
  padding-bottom: 0 !important;
}

.entry,
aside,
.sidebar,
.site-inner {
  background-color: rgba(0, 0, 0, 0) !important;
}

.entry,
aside,
.sidebar {
  background-color: #fff;
  padding: 0;
}
.entry .widget,
.aside .widget,
.sidebar .widget {
  padding: 0;
}

.breadcrumb {
  padding: 0;
  font-size: 0.8rem;
  justify-content: flex-end !important;
  flex-wrap: nowrap;
}

.loggedinonly {
  display: none;
}
.logged-in .loggedinonly {
  display: block;
}
.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
  background-color: #62388e;
}
.entry-title a,
.sidebar .widget-title a {
  color: #84d047;
}
/*###########################
    FOOTER
############################*/
.footer-wave-divider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  line-height: 0;
  rotate: 180deg;
  z-index: 999;
}

.footer-wave-divider svg {
  display: block;
  width: 100%;
  height: 60px;
}

.site-footer {
  background: #bfd6b5;
  background: linear-gradient(
    0deg,
    rgba(191, 214, 181, 1) 44%,
    rgba(172, 227, 245, 1) 100%
  );
  color: #000;
  padding: 55px 0;
}
.site-footer a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

.credits {
  font-size: 0.8rem;
  padding-top: 90px;
  margin-bottom: -40px;
}
.child-img {
  display: none;
}
.home .child-img {
  display: block;
}

@media (max-width: 767.98px) {
  footer .sow-headline {
    text-align: center !important;
  }
  .home .child-img {
    display: none;
  }
  .socialmediafooter {
    display: inline-block !important;
    text-align: center !important;
  }
  .socialmediafooter br {
    border: 1px solid red !important;
    display: none !important;
  }
}

/*####    back to top
############################ 
    #toTop {
        z-index:99999;
    }
    a.back-to-top {	
        color:#fff!important;
        background: #ccc;
    }
    
.menu-item-has-children a span::after {

    font-family: 'Font Awesome 5 Pro';
    content: " \f078";
    font-weight: 100 !important;

}


/*####    cookie notice
############################*/
#cookie-notice {
  z-index: 99998;
  background: #666 !important;
  padding: 0 15px;
}
#cookie-notice a {
  color: #c6c6c6 !important;
  border-bottom: 1px dotted #c6c6c6;
}
#cookie-notice .button {
  background: #333 !important;
  color: #fff !important;
  padding: 5px 10px !important;
}
@media (max-width: 767.98px) {
  #cookie-notice .cookie-notice-container {
    font-size: 0.7rem !important;
  }
}
@media (max-width: 991.98px) {
  #cookie-notice .cookie-notice-container {
    font-size: 0.8rem;
  }
}

/*###########################
    mobile only
############################*/
@media (max-width: 767.98px) {
  /*Centreer logo op mobiel*/
  /*.site-header .title-area a {
            background: url(../images/logo.png) no-repeat center center;
            background-size:contain!important;
        }*/

  #header .social-media-button-container {
    text-align: center !important;
  }
}

/*####    Container width in flushed layout
############################*/
/*#genesis-nav-primary .wrap,#header .wrap {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
    }

    @media (min-width: 576px) {
      #genesis-nav-primary .wrap,#header .wrap {
        max-width: 540px;
      }
    }

    @media (min-width: 768px) {
      #genesis-nav-primary .wrap,#header .wrap {
        max-width: 720px;
      }
    }

    @media (min-width: 992px) {
      #genesis-nav-primary .wrap,#header .wrap {
        max-width: 960px;
      }
    }

    @media (min-width: 1200px) {
      #genesis-nav-primary .wrap,#header .wrap{
        max-width: 1140px;
      }
    }*/
.meerwaardeVan {
  background-color: #bfd6b5 !important;
  padding: 50px;
}
#faq-list {
  background: url(/wp-content/themes/probu-thema/images/Wijzers_Patroon.svg) !important;
  background-size: cover !important;
}
