/*

 Theme Name:   GeneratePress Child

 Theme URI:    https://generatepress.com

 Description:  Default GeneratePress child theme

 Author:       Tom Usborne

 Author URI:   https://tomusborne.com

 Template:     generatepress

 Version:      0.1

*/

/* Global */
.separate-containers .site-main {
  margin: 0;
}

.main-title {
  font-size: 22px;
}

.site-description {
  font-size: 14px;
}

/* Topbar */
.list-with-check-topbar {
    list-style: none;
    padding: 0;
   	color: #000;
    margin: 0;
	display: flex;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 14px;
}

.list-with-check-topbar li {
	position: relative;	
	padding-left: 22px;
}

.list-with-check-topbar li::before {
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 1px;
    background-image: url(https://hollandsenuchterheid.nl/wp-content/uploads/2025/10/usp-wit.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: sub;
}


/* Home - intro */
.list-with-check {
    list-style: none;
    padding: 0;
   	color: #000;
    margin-left: 0;
}

.list-with-check li {
	position: relative;	
	padding-left: 30px;
}

.list-with-check li::before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 1px;
    background-image: url(https://hollandsenuchterheid.nl/wp-content/uploads/2025/10/usp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: sub;
}

.add-text-shadow {
	text-shadow: rgba(0,0,0,0.5) 1px 1px 2px;
}



/* Home - blogs */
.blog-home-container .post-term-item {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: var(--accent);
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 20px;
  color: #fff;
}

/* Home - category */
.home-category-container-top-container {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  align-items: center;
}


.home-category-container-inner-container-title-and-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0 0 0 / 72%)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgb(0 0 0 / 72%) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgb(0 0 0 / 72%) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 8px;
}

/* Home - image */
.max-height-image {
  max-height: 700px;
  object-fit: cover;
}


.link-to-pages-container {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.link-to-pages-container a {
	text-decoration: none;
}

.link-to-pages-container p {
    border: 2px solid var(--light-blue);
    border-radius: 20px;
    padding: 6px 15px;
	transition-duration: 0.2s;
	margin: 0;
}

.link-to-pages-container p:hover {
    background-color: var(--light-blue);
}


/* Single post */

/* Single post - breadcrumb  */
.single-post .rank-math-breadcrumb p {
  margin-bottom: 0;
  font-size: 14px;
}

.single-post .rank-math-breadcrumb a {
  text-decoration: none;
}

.single-post .rank-math-breadcrumb a:hover {
  text-decoration: underline;
}

/* Single post - hero */

.blog-hero-inner-container-positioning {
  bottom: 0;
  left: 0;
  padding: 30px;
  position: absolute;
}

.rt-reading-time {
  color: #fff;
  font-style: italic;
}

.blog-hero-title {
  color: #fff;
  text-shadow: rgb(0 0 0 / 50%) 1px 1px 2px;
  margin-bottom: 5px;
  max-width: 1000px;
}

/* Single post - terms */
.single-post-custom-term-container .post-term-item {
  background-color: #000;
  padding: 10px 15px;
  border-radius: 4px;
}

.single-post-custom-term-container a {
  color: #fff;
  text-decoration: none;
}

.single-post-custom-term-container .dynamic-term-class {
  visibility: hidden;
}

.single-post-custom-term-container .post-term-item {
  visibility: visible;
  padding: 6px 9px;
  font-size: 14px;
}

/* Single post - TOC */
.ez-toc-title-toggle {
  display: none;
}

.single-post .ez-toc-title {
  font-weight: bold !important;
}

#ez-toc-container {
  width: 100%;
  border: 0px;
  background-color: #f3f3f3;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 1.2em;
}

#ez-toc-container a {
  color: #000;
}

#ez-toc-container a:visited {
  color: #000;
}

#ez-toc-container a:hover {
  text-decoration: underline;
}

/* Single post - Content */
.single-post-custom-container .single-post-left-container{
  border-right: 1px solid #e2e2e2;
}

.single-post-left-container .wp-block-list {
  margin-left: 0;
  padding-left: 20px;
  margin-bottom: 10px;
}

.dynamic-entry-content a {
  color: #000;
}

/* Single post - Sidebar */
.singe-post-right-template-loop {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  flex-direction: row;
}

.singe-post-right-template-loop img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1.2 / 1;
  width: 130px;
  margin-bottom: 15px;
  height: 100px;
}

.singe-post-right-template-loop figure, .singe-post-right-template-loop p {
  flex: 1;
}

.singe-post-right-template-loop p {
  font-size: 14px;
  line-height: 1.1;
  font-weight: 500;
}

.blog-hero-inner-container-positioning * {
  position: relative;
  z-index: 9;
}

/* Single post - FAQ */
.single-post .gb-accordion__toggle {
  background-color: var(--light-blue);
  margin-bottom: 10px;
  border-radius: 4px;
}

/* Single post - list item */
.single-post .dynamic-entry-content .list-positive {
  margin-left: 0;
  padding-left: 0px;
  margin-bottom: 20px;
  list-style: none;
}

.single-post .dynamic-entry-content .list-positive li {
  margin-bottom: 10px;
}

.single-post .dynamic-entry-content .list-positive li:before {
  background-image: url(https://hollandsenuchterheid.nl/wp-content/uploads/2025/04/voordeel.svg);
  display: inline-block;
  margin: 0 5px 0 0;
  content: '';
  text-align: center;
  width: 20px;
  height: 20px;
  font-weight: 900;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.single-post .dynamic-entry-content .list-negative {
  margin-left: 0;
  padding-left: 0px;
  margin-bottom: 20px;
  list-style: none;
}

.single-post .dynamic-entry-content .list-negative li {
  margin-bottom: 10px;
}

.single-post .dynamic-entry-content .list-negative li:before {
  background-image: url(https://hollandsenuchterheid.nl/wp-content/uploads/2025/04/nadeel.svg);
  display: inline-block;
  margin: 0 5px 0 0;
  content: '';
  text-align: center;
  width: 20px;
  height: 20px;
  font-weight: 900;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

/* Archive FacetWP */
.facetwp-type-checkboxes .facetwp-checkbox {
  padding-left: 1.55rem;
  margin-bottom: .5rem;
  background: url(https://hollandsenuchterheid.nl/wp-content/uploads/2025/04/lege-checkbox.svg) 0 50% no-repeat;
  background-size: 17px;
}

.facetwp-display-value {
  padding-right: 5px;
  font-size: 15px;
}

.facetwp-type-checkboxes .facetwp-checkbox.checked {
  background-image: url(https://hollandsenuchterheid.nl/wp-content/uploads/2025/04/aangevinkt-checkbox.svg);
}

.facetwp-counter {
  font-size: .875em;
  color: var(--contrast-2);
}

.facet-wrap {
  margin-bottom: 20px;
}

.facetwp-toggle {
  color: #000;
  font-size: 13px;
}


/* Archive -loop */
.facetwp-flyout-open {
  padding: 10 5px;
  background-color: var(--accent);
  color: #fff;
  width: 25%;
  margin: 0;
  position: fixed;
  bottom: 25px;
  z-index: 999;
  cursor: pointer;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 4px;
}

.facetwp-flyout-open:hover {
  background-color: var(--global-color-11);
}

.archive-loop-cat {
  font-size: 0;
}

.archive-loop-cat .post-term-item {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--accent);
    font-weight: 600;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 13px;
}

.archive-loop-cat .post-term-item {
  visibility: hidden;
}

.archive-loop-cat .post-term-item:nth-child(1) {
  visibility: visible;
}

.archive-loop-title {
  line-height: 0.8;
}

.archive-loop-title a {
  color: #000;
  text-decoration: none;
  font-size: 22px;
  line-height: 1;
}

.archive-loop-title a:hover {
  text-decoration: underline;
}


/* Archive */
.archive .inside-left-sidebar, .blog .inside-left-sidebar {
  margin-top: 0;
}

.archive .rank-math-breadcrumb p, .archive .rank-math-breadcrumb a {
  margin-bottom: 0;
  color: #fff;
  text-decoration: none;
}

.archive .rank-math-breadcrumb a:hover {
  text-decoration: underline;
}

.blog .site.grid-container, .archive .site.grid-container {
  padding: 0 20px;
  margin-bottom: 70px;
}


/* Footer */
.footer-widgets {
  border-radius: 40px 40px 0 0;
}

/* Mobile menu */
.mobile-menu-control-wrapper .menu-toggle, .mobile-menu-control-wrapper .menu-toggle:hover, .mobile-menu-control-wrapper .menu-toggle:focus, .has-inline-mobile-toggle #site-navigation.toggled {
  background-color: #fff;
}

/* Facetwp */
@media (min-width: 769px) {
  .facetwp-flyout-open {
    display: none;
  }
}


@media screen and (max-width: 768px) {
.inside-left-sidebar .widget {
  padding: 10px 0;
}

.inside-left-sidebar #block-14, .inside-left-sidebar #block-15 {
  display: none;
}
}


@media screen and (max-width: 700px) {

  /* Home - button */
  .home-category-container-top-button {
    display: none !important;
  }

  /* Single-post */
  .blog-hero-inner-container-positioning {
    padding: 15px 15px;;
  }
  }
