/* 
    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
*/

/*#wpadminbar {display:none;}*/

body {
  background-color: #fff !important;
}

/*###########################
    Styles / Typography
############################*/
body,
body > div,
html {
  font-size: 18px;
}
html,
body,
p {
  font-family: "Trenda", "Open Sans", verdana, arial, tahoma, sans-serif;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #81a1b5;

  font-family: "SenlotNormRegular", "Senlot Norm";
  margin-bottom: 15px;
}

/*h1 {font-size:1.6rem;}
h2 {font-size:1.5rem;}
h3 {font-size:1.4rem;}
h4,h5,h6 {font-size:1.2rem;}*/

a {
  color: #81a1b5;
}
a:hover {
  color: #d1dce5;
}

/** Buttons **/
.button,
input.button,
.iw-so-button,
input#submit {
  background: #d1dce5 !important;
  color: #fff;
  border-radius: 0 !important;
  font-family: "SenlotNormRegular", "Senlot Norm" !important;
  /*font-size:1.7rem!important;*/
}
.button:hover,
input.button:hover,
.iw-so-button:hover,
input#submit:hover {
  background-color: #81a1b5 !important;
}

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

.button.btn-two {
  background: #d1dce5 !important;
}
.button.btn-two:hover {
  background: #81a1b5 !important;
}
a.back-to-top {
  background: #81a1b5 !important;
}

/*###########################
    HEADER
############################*/
#header {
  display: none;
}
#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: #fff;
}
#genesis-nav-primary {
  background-color: #fff;
}
.nav-secondary {
  background-color: #fff;
}

/*####    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;}
    }*/

/*####    logo header / svg-afbeelding ipv header text
############################*/
/*.site-header .title-area p {
       font-size:5px;color:rgba(0,0,0,0);
    }

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


    .site-header .title-area {position:relative;min-height:120px;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;
}
.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  color: #81a1b5;
}

ul.sub-menu {
  padding-left: 0 !important;
}

#genesis-nav-primary {
  padding: 0;
}
#genesis-nav-primary ul,
.nav-secondary ul {
  margin-left: 15px !important;
  padding-left: 0;
  text-align: left !important;
}

.genesis-nav-menu a {
  color: #81a1b5;
  font-weight: normal !important;
  font-size: 16px;
  padding: 20px 15px !important;
}

/*.genesis-nav-menu li:last-child ul.sub-menu {right:0!important;left:auto!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: #7593a6;
  text-decoration: none;
}

/*####    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: #81a1b5;
}
.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;
}

.entry,
aside,
.sidebar,
.site-inner {
  background-color: #fff !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: #81a1b5;
}
.entry-title a,
.sidebar .widget-title a {
  color: #d1dce5;
}

/*home css*/
#pg-337-0 {
  z-index: 1;
  position: relative;
}
#pg-337-1 {
  z-index: 90;
  position: relative;
}

@media (min-width: 576px) {
  #pg-337-1 {
    margin-top: -70px;
  }
}
@media (min-width: 768px) {
  #pg-337-1 {
    margin-top: -120px;
  }
}
@media (min-width: 992px) {
  #pg-337-1 {
    margin-top: -155px;
  }
}
@media (min-width: 1200px) {
  #pg-337-1 {
    margin-top: -170px;
  }
}

.kairos .iw-so-acc-title {
  font-family: "Senlot Norm";
  font-size: 1.4rem !important;
  padding: 15px 15px 15px 50px !important;
}
.kairos .iw-so-acc-content {
  padding: 30px 0 !important;
}
.kairos .iw-so-acc-title span {
  font-size: 2rem !important;
}

/*###########################
    FOOTER
############################*/
.site-footer {
  background-color: #d1dce5;
  padding-top: 25px;
  padding-bottom: 15px;
}
/*	background-color:#000;
            color:#fff;
            padding:15px 25px;
    }/*
    .site-footer, .site-footer div,.site-footer p{
        color:#fff;
    }
    .site-footer a{
        color:#fff;
        border-bottom: 1px dotted #fff;
    }
    .site-footer a:hover{
        color:rgba(255,255,255,0.8);
    }*/

.credits {
  font-size: 0.8rem;
  padding-top: 15px;
}

/*####    back to top
############################*/
#toTop {
  z-index: 99999;
}
a.back-to-top {
  color: #fff !important;
  background: #ccc;
}
/*####    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;
      }
    }*/
