/* 
    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: #da9d42;
  --secundairycolor: #004762;
  --mainfont: "CentraleSansRnd Book", "Open Sans", verdana, arial, tahoma,
    sans-serif;
  --headingfont: "Gazpacho", verdana, arial, tahoma, sans-serif;
  --logo: url(../images/windhouwer_gold.svg) !important;
  --logoalt: url(../images/logo.png) !important;
  --footertextcolor: #fff;
  --footertextheading: #fff;
  --footertexta: #fff;
  --sitebackgroundcolor: #fff;
}

body {
  background-color: var(--sitebackgroundcolor) !important;
}
html.mega-menu-max_mega_menu_1-off-canvas-open body {
  overflow: scroll !important;
  height: auto;
}
html.mega-menu-max_mega_menu_1-off-canvas-open {
  overflow-x: visible;
}

/*###########################
    Styles / Typography
############################*/
body,
body > div,
html {
  font-size: 18px;
}
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: 100;
}

.blog-list .lsow-portfolio-wrap h3 a {
  color: #333 !important;
}

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

.lsow-dark-bg,
.lsow-dark-bg p,
.lsow-dark-bg h1,
.lsow-dark-bg h2,
.lsow-dark-bg h3,
.lsow-dark-bg h4,
.lsow-dark-bg h5,
.lsow-dark-bg h6 {
  color: #fff !important;
}

/** Buttons **/
/** Buttons **/
/** Buttons **/

/* regular button */
.button,
input.button,
input#submit,
.ow-button-base a {
  background: var(--maincolor) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 50px !important;
  text-transform: uppercase;
  padding: 12px 40px !important;
}

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;
}

.product .button,
.product input.button,
.product input#submit,
.product .ow-button-base a {
  background: var(--secundairycolor) !important;
  color: var(--maincolor) !important;
  font-size: 1rem !important;
  border: 0 !important;
  font-weight: 100 !important;
  border-radius: 50px !important;
  text-transform: uppercase;
  padding: 12px 40px !important;
}
.product .button:hover,
.product input.button:hover,
.product input#submit:hover,
.product .ow-button-base a:hover {
  background-color: #92004d !important;
}

/* alt button */
.alt-button .button,
.alt-button input.button,
.alt-button input#submit,
.alt-button .ow-button-base a {
  background: var(--secundairycolor) !important;
  color: #fff !important;
  border: 0 !important;
}

body .alt-button .ow-button-base a span {
  color: #fff !important;
}

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

/** Buttons **/
/** Buttons **/
/** Buttons **/

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: dotted 1px var(--secundairycolor);
}

.bold-text * {
  font-weight: 700 !important;
}
.button.btn-two {
  background: var(--secundairycolor) !important;
}
.button.btn-two:hover {
  background: var(--maincolor) !important;
}
a.back-to-top {
  background: var(--maincolor) !important;
}

.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);
}

/*###########################
    HEADERHEADER
############################*/
#probu-header {
  z-index: 9999999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: background 0.5s ease;
}
.has-no-hero #probu-header,
.woocommerce #probu-header {
  position: sticky !important;
  z-index: 9999999;
  background-color: rgba(0, 69, 97, 0.9);
}
.scroll #probu-header {
  background-color: rgba(0, 69, 97, 0.9);
}
.mega-menu-max_mega_menu_1-mobile-open.scroll #probu-header {
  background-color: rgba(0, 69, 97, 0);
}
.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;
} /* weird fix, why */

#header {
  background-color: transparent;
}
#genesis-nav-primary {
  background-color: transparent;
}
.nav-secondary {
  background-color: transparent;
}

/* color overlay over the slide-image */
/* #carousel .carousel-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.4;
  background-color: #000;
  z-index: 10;
}

#carousel .carousel-item .slide {
  z-index: 115;
  position: relative;
} */

/* @media (min-width: 992px) {
  .carousel-item {
    min-height: 66vh;
  }
} */

.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;
}

/*####    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: 15px;
  z-index: 9999;
}
.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 a,
.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: 80px;
  width: 100%;
  margin-top: 0;
}
.header-image .site-title > a {
  min-height: 70px;
}

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

.blog-list .entry-summary::before,
.blog-list .lsow-project-image {
  display: none !important;
}
.blog-list .lsow-entry-text-wrap {
  text-align: left !important;
}
/* news/blog title */
.lsow-portfolio-wrap h3 a {
  color: var(--maincolor) !important;
}

/*####    navbar
############################*/
/* max mega menu */
/* max mega menu */

#mega-menu-wrap-max_mega_menu_1 {
  z-index: 999 !important;
}
#mega-menu-wrap-max_mega_menu_1
  .mega-menu-toggle
  .mega-toggle-block-1
  .mega-toggle-animated-inner,
#mega-menu-wrap-max_mega_menu_1
  .mega-menu-toggle
  .mega-toggle-block-1
  .mega-toggle-animated-inner::before,
#mega-menu-wrap-max_mega_menu_1
  .mega-menu-toggle
  .mega-toggle-block-1
  .mega-toggle-animated-inner::after {
  width: 45px;
  height: 3px;
  /* background-color: rgba(0, 0, 0, 0.5); */
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1 {
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 15px 50px 15px;
  display: none;
}
#mega-menu-wrap-max_mega_menu_1
  .mega-menu-toggle
  .mega-toggle-block-1
  .mega-toggle-animated-slider
  .mega-toggle-animated-inner {
  top: 2px;
}
#mega-menu-wrap-max_mega_menu_1
  .mega-menu-toggle
  .mega-toggle-block-1
  .mega-toggle-animated-slider
  .mega-toggle-animated-inner::before {
  top: 15px;
}

#mega-menu-wrap-max_mega_menu_1
  .mega-menu-toggle
  .mega-toggle-block-1
  .mega-toggle-animated-slider
  .mega-toggle-animated-inner::after {
  top: 30px;
}
#mega-menu-wrap-max_mega_menu_1
  .mega-menu-toggle.mega-menu-open
  + #mega-menu-max_mega_menu_1 {
  right: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  top: 0px;
  padding-top: 180px;
  height: auto;
  z-index: -10;
  transition: top 600ms ease-in-out, right 600ms ease-in-out;
}
#mega-menu-wrap-max_mega_menu_1
  .mega-menu-toggle.mega-menu-open
  .mega-toggle-block-1
  .mega-toggle-animated-slider
  .mega-toggle-animated-inner::after {
  transform: translate3d(0, -30px, 0) rotate(-90deg);
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open:after {
  display: none;
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1 {
  right: 0px;
  top: 0vh !important;
}

.mega-menu * {
  font-family: var(--maincolor) !important;
  text-transform: uppercase !important;
}
@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;
  }
  a.mega-menu-link:hover {
    color: var(--maincolor) !important;
  }
}
/* max mega menu */
/* max mega menu */

/* genesis navbar */
/* genesis navbar */
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);
}

/*####    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 */
/* #mega-menu-wrap-max_mega_menu_1 .mega-logo {
  background:var(--logoalt);
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: left center !important;
} */

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

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

.entry,
aside,
.sidebar {
  background-color: var(--sitebackgroundcolor) !important;
  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: var(--maincolor);
}
.entry-title a,
.sidebar .widget-title a {
  color: var(--secundairycolor);
}

.single .entry-footer {
  display: none;
}

.slick-slider .testimonial-content img {
  min-width: 1px;
}
.slick-slider .testimonials-credentials img {
  min-width: 1px;
}
.woocommerce #genesis-content > article > header > p {
  display: none;
}

/*###########################
    FOOTERFOOTER
############################*/
.site-footer {
  padding: 0;
  padding-bottom: 60px;
  background-color: #fff3e8;
}
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
  color: var(--footertextheading);
}
.site-footer a {
  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);
  padding: 30px !important;
  margin-bottom: 15px;
}
.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 {
  font-size: 0.8rem;
  padding-top: 0px;
  padding-bottom: 30px;
}

.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 {
  width: 100% !important;
  display: block;
  float: left;
}

.site-footer aside {
  background-color: rgba(0, 0, 0, 0) !important;
}
/*####    back to top
############################ */
.cookies-not-set #toTop {
  bottom: 100px;
}

#toTop {
  z-index: 99999;
}
a.back-to-top {
  color: #fff !important;
  background: #ccc;
}

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

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

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

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

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

@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;
}

#probu_cta > .container > .row {
  padding-left: 15px;
  padding-right: 15px;
}

.slick-slider .testimonials-portrait {
  max-width: 150px !important;
  min-width: 115px !important;
}

@media (max-width: 767.98px) {
  .custom_probu_flipboxes {
    margin-right: 0px !important;
  }
}

/* woocommerce */
.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 0;
  box-shadow: none;
}
.products .product {
  text-align: center;
}
.products .product * {
  margin: 0 !important;
  padding: 0 !important;
}
.products .product .price *,
.products .product .price {
  color: #000;
}
.products .product .button {
  padding: 10px 25px !important;
}
.products .product .widget_so-wc-template-loop-price {
  min-height: 30px;
}

.products .product h2 {
  font-family: var(--mainfont);
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  /* margin-bottom: -20px !important; */
}

.products .product img {
  margin-bottom: 30px !important;
}
.products .product .price {
  margin-bottom: 30px !important;
}

.woocommerce-shop .sidebar {
  display: none !important;
}
.woocommerce-shop .woocommerce-products-header {
  display: none;
}
