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

:root {
  --maincolor: #006742;
  --secundairycolor: #a5a394;
  --mainfont: "Josefin Sans", "Open Sans", verdana, arial, tahoma, sans-serif;
  --headingfont: "Josefin Sans", verdana, arial, tahoma, sans-serif;
  --logo: url(../images/logo-dbdt.png) !important;
  --logoalt: url(../images/logo-dbdt-wit.png) !important;
  --footertextcolor: #fff;
  --footertextheading: #fff;
  --footertexta: #fff;
  --sitebackgroundcolor: #fff;
}
/*###########################
    Styles / Typography
############################*/

body {
  background-color: var(--sitebackgroundcolor) !important;
}

body,
body > div,
html {
  font-size: 19px;
}
html,
body,
p {
  font-family: var(--mainfont);
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--maincolor);
  font-family: var(--headingfont);
  font-weight: bold;
}

/* h1 {font-size:3.5rem;}
    h2 {font-size:2.1rem;}
    h3 {font-size:1.8rem;}
    h4,h5,h6 {font-size:1.4rem;}
    @media (max-width: 991.98px) { 
        h1 {font-size:2rem;}
        h2 {font-size:1.6rem;}
        h3 {font-size:1.4rem;}
        h4,h5,h6 {font-size:1.2rem;}
    } */

a {
  color: var(--maincolor);
  text-decoration: none;
}
a:hover {
  color: var(--secundairycolor);
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: dotted 1px var(--secundairycolor);
}
/** Buttons **/
.button,
input.button,
input#submit,
.ow-button-base a {
  background: var(--maincolor) !important;
  border: 0 !important;
}
.button,
input.button,
input#submit,
.ow-button-base a,
body .ow-button-base a span {
  color: #fff !important;
}

.button:hover,
input.button:hover,
input#submit:hover,
.ow-button-base a:hover {
  background-color: var(--secundairycolor) !important;
}

/* hover text-color of all buttons */
/* .button:hover,
input.button:hover,
input#submit:hover,
body .ow-button-base a:hover span {
  color: #000 !important;
} */

.button.btn-two {
  background: var(--secundairycolor) !important;
}
.button.btn-two:hover {
  background: var(--maincolor) !important;
}
a.back-to-top {
  background: var(--maincolor) !important;
}

/* lsow dark bg */
/* lsow dark bg */
/* lsow dark bg */
.lsow-dark-bg * {
  color: #fff !important;
}

.lsow-dark-bg .button,
.lsow-dark-bg input.button,
.lsow-dark-bg input#submit,
.lsow-dark-bg .ow-button-base a {
  background: #fff !important;
  border: 0 !important;
}
.lsow-dark-bg .button,
.lsow-dark-bg input.button,
.lsow-dark-bg input#submit,
.lsow-dark-bg .ow-button-base a,
.lsow-dark-bg .ow-button-base a span {
  color: var(--maincolor) !important;
}

.lsow-dark-bg .button:hover,
.lsow-dark-bg input.button:hover,
.lsow-dark-bg input#submit:hover,
.lsow-dark-bg .ow-button-base a:hover {
  background-color: var(--secundairycolor) !important;
}

/* hover text-color of all buttons */
.lsow-dark-bg .button:hover,
.lsow-dark-bg input.button:hover,
.lsow-dark-bg input#submit:hover,
.lsow-dark-bg .ow-button-base a:hover span {
  color: #fff !important;
}

/* news/blog title */
.lsow-portfolio-wrap h3 a {
  color: var(--maincolor) !important;
}
.blog-list .lsow-portfolio-wrap h3 a {
  color: #333 !important;
}
/*###########################
    HEADERHEADER
############################*/
@media (max-width: 991.98px) {
  .nav-header {
    position: absolute;
    right: 30px;
    top: -30px;
  }
}
#probu-header {
  z-index: 999;
  position: relative;
}
.site-inner {
  z-index: 300;
  position: relative;
}
#probu-header .wrap {
  padding: 0 15px;
}
.header-widget-area {
  padding: 0;
}

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

.header-widget-area {
  padding-right: 30px;
}

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

.has-video #probu-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease;
}
.has-video.scroll #probu-header {
  background-color: #fff;
}

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

.probu-header .title-area {
  padding: 0 15px;
}
.probu-header .site-title a {
  color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background-position: left center !important;
}

#mega-menu-wrap-max_mega_menu_1 .mega-logo,
.probu-header .site-title a {
  background: var(--logo) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: left center !important;
}

.has-video .probu-header .site-title a {
  background: var(--logoalt) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: left center !important;
}

.has-video.scroll .probu-header .site-title a {
  background: var(--logo) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: left center !important;
}

.probu-header .site-title {
  position: relative;
  min-height: 120px;
  width: 100%;
  margin-top: 0;
}
.header-image .site-title > a {
  min-height: 80px;
}

/* navbar - max mega menu */
.mega-menu * {
  font-family: var(--headingfont) !important;
  font-weight: bold !important;
}
.slick-track {
  display: flex;
}
.slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-item.mega-current-menu-item
    > a.mega-menu-link,
  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-item.mega-current-menu-ancestor
    > a.mega-menu-link,
  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-item.mega-current-page-ancestor
    > a.mega-menu-link {
    color: var(--maincolor) !important;
  }
  .has-video
    #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-item.mega-current-menu-item
    > a.mega-menu-link,
  .has-video
    #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-item.mega-current-menu-ancestor
    > a.mega-menu-link,
  .has-video
    #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-item.mega-current-page-ancestor
    > a.mega-menu-link {
    color: #fff !important;
  }
  .has-video.scroll
    #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-item.mega-current-menu-item
    > a.mega-menu-link,
  .has-video.scroll
    #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-item.mega-current-menu-ancestor
    > a.mega-menu-link,
  .has-video.scroll
    #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-item.mega-current-page-ancestor
    > a.mega-menu-link {
    color: var(--maincolor) !important;
  }
}

@media (min-width: 992px) {
  .has-video #probu-header .nav-header *,
  .has-video #probu-header .nav-header * a,
  .has-video #probu-header .nav-header .mega-current-menu-item a {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0) !important;
  }
  .has-video #probu-header .nav-header * a:hover {
    color: var(--maincolor) !important;
  }
  .has-video.scroll #probu-header .nav-header *,
  .has-video.scroll #probu-header .nav-header * a,
  .has-video.scroll #probu-header .nav-header .mega-current-menu-item a {
    color: var(--maincolor) !important;
    background-color: rgba(0, 0, 0, 0) !important;
  }
  .has-video.scroll #probu-header .nav-header * a:hover {
    color: var(--maincolor) !important;
  }
}

/*####    sidenav
############################*/
#mega-menu-wrap-max_mega_menu_1 .mega-sluiten * {
  background: url(../images/menu-close-white.png) no-repeat center center !important;
  /* background: url(../images/menu-close-black.png) no-repeat center center !important; */
  background-size: 25px !important;
}

@media (max-width: 991.98px) {
  #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle
    + #mega-menu-max_mega_menu_1 {
    background: var(--maincolor);
  }
  #mega-menu-wrap-max_mega_menu_1 a {
    color: #fff !important;
  }
  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link {
    background: rgba(255, 255, 255, 0.01) !important;
    background: var(--maincolor) !important;
    color: #fff !important;
  }
}

#mega-menu-wrap-max_mega_menu_1 .mega-logo {
  background-position: left 10px center !important;
  margin-bottom: 20px !important;

  /* voor als de kleur niet mooi is */
  mix-blend-mode: screen;

  /* background-color: #fff !important;
  padding: 10px !important;
  background-size: auto 80% !important; */
}
/* ander logo voor mobiel */
/* @media (max-width: 991.98px) {
  #mega-menu-wrap-max_mega_menu_1 .mega-logo {
    background: var(--logoalt) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: left center !important;
    mix-blend-mode: multiply;
  }
} */
/*###########################
    CONTENTCONTENT
############################*/
.showtitle .so-widget-sow-simple-masonry .so-premium-image-overlay {
  opacity: 0.8 !important;
}
.showtitle
  .so-widget-sow-simple-masonry
  .sow-masonry-grid-item:hover
  .so-premium-image-overlay {
  opacity: 1 !important;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1350px;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 100%;
  }
}
.caption {
  display: block !important;
}
@media (max-width: 991.98px) {
  .caption * {
    font-size: 1rem !important;
  }
  body .caption h1,
  body .caption h2,
  body .caption h3,
  body .caption h4,
  body .caption h5,
  body .caption h6,
  body .caption h1 strong,
  body .caption h2 strong,
  body .caption h3 strong,
  body .caption h4 strong,
  body .caption h5 strong,
  body .caption h6 strong {
    font-size: 2rem !important;
  }
  .caption .button {
    margin: 5px !important;
  }
}

.entry {
  padding: 15px;
}

/*###########################
    FOOTERFOOTER
############################*/
.site-footer {
  background-color: var(--maincolor);
  color: var(--footertextcolor);
  position: relative;
}
.site-footer,
.site-footer div,
.site-footer p {
  color: rgba(255, 255, 255, 0.7);
}
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
  color: var(--footertextheading);
}
.site-footer a {
  color: var(--footertexta);
  transition: all 0.5s ease;
}
.site-footer a:hover {
  color: var(--footertexta);
  opacity: 0.5;
}
.site-footer .testimonial-content {
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 15px;
  padding: 30px !important;
}
.site-footer .testimonials-portrait {
  max-width: 40px;
}
.footer-container {
  padding: 60px 30px 30px 30px;
}
#snelnaar ul {
  list-style-type: none !important;
}
#snelnaar ul li li {
  display: none;
}
#snelnaar a[href$="#"] {
  display: none;
}

/* credits / branding */
.site-footer .credits {
  text-align: left;
}
.credits {
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 0.9rem;
  padding: 10px;
}
.credits aside {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 767.98px) {
  .credits * {
    text-align: center !important;
  }
}
@media (max-width: 991.98px) {
  .credits {
    margin: 0 -6%;
  }
}

/* single post footer */
.postnav {
  padding: 15px;
}
.postnav.right {
  text-align: right !important;
}
@media (max-width: 767.98px) {
  .postnav {
    text-align: center !important;
  }
}
.post-type.product .one-third.first {
  clear: none;
}
#loaded {
  background-color: #555 !important;
  color: #fff !important;
  cursor: no-drop;
}
.button-container {
  display: block;
  float: left;
  width: 100% !important;
}

/*###########################
    mobile only
############################*/
@media (max-width: 767.98px) {
  .probu-header .title-area a {
    background-position: left center !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .site-header .title-area a {
    margin: 0 0px;
  }
  #header .social-media-button-container {
    text-align: center !important;
  }
}
header.site-header {
  padding: 0 !important;
}

/* zoekfunctie*/
.stickycontent .stickycontent {
  position: sticky;
  top: 0;
}

/*####    back to top
############################ */
.cookies-not-set #toTop {
  bottom: 100px;
}
#toTop {
  bottom: 50px;
  z-index: 99999;
}
a.back-to-top {
  background: #ccc;
  color: #fff !important;
}

/* masonry overlay text */
.showtitle .so-widget-sow-simple-masonry .so-premium-image-overlay {
  opacity: 0.8 !important;
}
.showtitle
  .so-widget-sow-simple-masonry
  .sow-masonry-grid-item:hover
  .so-premium-image-overlay {
  opacity: 1 !important;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1350px;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 100%;
  }
}
.caption {
  display: block !important;
}
@media (max-width: 991.98px) {
  .caption * {
    font-size: 1rem !important;
  }
  body .caption h1,
  body .caption h2,
  body .caption h3,
  body .caption h4,
  body .caption h5,
  body .caption h6,
  body .caption h1 strong,
  body .caption h2 strong,
  body .caption h3 strong,
  body .caption h4 strong,
  body .caption h5 strong,
  body .caption h6 strong {
    font-size: 2rem !important;
  }
  .caption .button {
    margin: 5px !important;
  }
}

/* LiveMesh filter  */
.so-widget-lsow-portfolio-default-58a26905627a-359
  .lsow-block-header-6
  .lsow-block-header
  .lsow-taxonomy-filter
  .lsow-filter-item.lsow-active:after {
  border-color: var(--maincolor);
}
.lsow-block-header-6 .lsow-taxonomy-filter .lsow-filter-item.lsow-active:after {
  border-bottom: 3px solid var(--maincolor);
}

/* cookie notice */
#cookie-notice {
  background: #666 !important;
  padding: 0 15px;
  z-index: 99998;
}
#cookie-notice a {
  border-bottom: 1px dotted #c6c6c6;
  color: #c6c6c6 !important;
}
#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;
  }
}
/*###########################
    Posts display 
    https://nl.wordpress.org/plugins/recent-posts-widget-with-thumbnails/
############################*/
.rpwwt-widget a img {
  display: block !important;
  min-width: 100%;
}
.rpwwt-widget ul {
  display: flex;
  flex-direction: row;
}

/* search form input */
.search-form-input {
  background: url("https://onlineresources.nl/wp-content/themes/probu-thema/images/search-icon.png");
  background-repeat: no-repeat;
  background-position: center right 10px !important;
  background-size: 20px;
}

/* search results */
#type-page article,
#type-post article,
#type-product article {
  display: none;
}
.post-type.product {
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0 0 -10px;
}
.post-type.product article {
  flex: 1 0 30%;
  margin: 5px;
}
@media (max-width: 991.98px) {
  .post-type.product article {
    flex: 1 0 48%;
  }
}
@media (max-width: 591.98px) {
  .post-type.product article {
    flex: 1 0 100%;
  }
}

/* genesis navbar - rarely used */
/* genesis navbar - rarely used */
ul.menu {
  padding: 0;
}
.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  color: var(--maincolor);
}

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

#genesis-nav-primary {
  padding: 0;
}
#genesis-nav-primary ul,
.nav-secondary ul {
  margin-left: 0;
  padding-left: 0;
}

.genesis-nav-menu a {
  color: #666;
  font-family: var(--headingfont);
}

.sf-with-ul span::after {
  font-size: 0.8rem;
}

.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: var(--maincolor);
  text-decoration: none;
}

/*navmenu flexbox*/
.genesis-nav-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

  justify-content: flex-start;
  /*justify-content: space-between;*/
}

.genesis-nav-menu li.vacatures {
  margin-left: auto;
}
/* genesis navbar */
/* genesis navbar */

/*####    dropdown menu
############################*/
/*reg nav*/
/*reg nav*/

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a,
.genesis-nav-menu .sub-menu li {
  color: #000;
  padding: 0;
  margin: 0;
  border: 0;
}
.genesis-nav-menu .sub-menu a {
  padding: 15px;
  font-size: 1rem;
}
.genesis-nav-menu .sub-menu a:hover {
  color: #666;
}
.genesis-nav-menu .sub-menu {
  background-color: rgba(255, 255, 255, 0.7);
}

/*####    bloglist
############################*/

.blog-list .entry-summary::before,
.blog-list .lsow-project-image {
  display: none !important;
}
.blog-list .lsow-entry-text-wrap {
  text-align: left !important;
}

/*####    give image with class rounded border
############################*/
.rounded-img,
.rounded-img img {
  border-radius: 1000px;
}

/* chrome outline button fix on focus */
button:focus {
  outline: 0;
}

/* remove unwanted scrollbars */
@media (max-width: 991.98px) {
  html,
  body {
    overflow-x: none !important;
  }
  #probu-header {
    max-width: 100vw;
    overflow-x: hidden !important;
  }
}

#videocontainer {
  width: unset !important;
  max-width: unset !important;
  margin: unset !important;
}
