/*  styling voor Bouwsteentjes */

:root {
  --oranje: #ff6200;
  --slanted: #2c2c2c;
}

html {
  font-size: 62.5%;
}

@media (max-width: 444px) {
  html {
    font-size: 52.5%;
  }
}

body {
  background: #fefbfb;
  color: #383333;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Montserrat";
  padding-top: env(safe-area-inset-top, unset);
  padding-right: env(safe-area-inset-right, unset);
  padding-bottom: env(safe-area-inset-bottom, unset);
  padding-left: env(safe-area-inset-left, unset);
}

a:any-link {
  color: var(--oranje);
  font-weight: 700;
}

b,
strong {
  font-weight: 600;
}

h3,
h4,
h5 {
  font-weight: 600;
}

span {
  line-height: 2rem;
}

p {
  color: #383333;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 2.8rem;
}

h1 {
  font-size: 30px;
  font-size: 3rem;
}

h2 {
  font-size: 21px;
  font-size: 2.1rem;
}

h3 {
  font-size: 18px;
  font-size: 1.8rem;
}

*:focus {
  outline: none;
}

input[type="submit"] {
  background-color: var(--oranje);
}

.site-header {
  margin-bottom: 8rem;
}

.header-search-wrap {
  position: absolute;
  left: 0;
  right: 0;

  margin: auto;
  top: 104px;
  padding: 0 10px;
}

.site-header .title-area {
    display: flex;
    align-items: center;
}

@media (max-width: 760px) {
  #menu-profiel-menu-ingelogd,
  #menu-profiel-menu,
  #menu-avatar-menu {
    display: block;
    position: absolute;
    width: 20rem;
    right: 0;
    padding: 0;
    margin: 0;
    background: white;
    padding: 1.2rem;
    border-radius: 5px;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
  }
  #menu-profiel-menu-ingelogd a,
  #menu-profiel-menu a,
  #menu-avatar-menu a {
    padding: 1.1rem;
  }
}

.genesis-nav-menu.avatar-menu > li > a {
  pointer-events: none;
}

.genesis-nav-menu.avatar-menu > li > a:hover {
}

ul.genesis-nav-menu.avatar-menu {
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 0;
  padding: 0.5rem;
  width: fit-content;
  height: fit-content;
  margin: auto;
}

@media (min-width: 960px) {
  ul.genesis-nav-menu.avatar-menu {
    float: left;
    position: static;
    padding: 0;
    margin: 0;
  }

  .site-header {
    padding: 0 30px;
  }
}

.site-header {
  padding: 0;
}

ul.genesis-nav-menu.avatar-menu img {
  /*   position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto; */
  border: 2px solid var(--oranje);
}

.genesis-nav-menu.avatar-menu .sf-with-ul {
  overflow: auto;
}

.entry-content {
  margin-top: 2.5%;
  padding-top: 2%;
  overflow-x: hidden;
}

.home .entry-content {
  margin: 0;
  padding: 0;
}

ul.genesis-nav-menu.avatar-menu > li > a:hover {
  background: unset;
  color: unset;
}

.grid-col-4 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.3em;
}

.grid-post-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
  margin: 0;
  transition-duration: 0.4s;
  height: 13rem;
  position: relative;
}

.grid-post-card h3 {
  color: var(--slanted);
  font-size: 1.2rem;
  transition-duration: 0.6s;
}

.grid-post-card .post-meta-date {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-size: 1rem;
  color: #766868;
  display: flex;
  align-items: center;
}

.grid-post-card a {
  display: flex;
  flex-flow: row nowrap;
  text-decoration: none;
  height: 100%;
}

.grid-post-card img {
  width: 40%;
  object-fit: cover;
  object-position: center;
  margin: 0;
}

.grid-post-card img + div {
  padding: 1rem;
}

.posts-slider-wrapper {
  padding: 15px 0;
}

.posts-slider-wrapper .swiper {
  padding: 3rem 0;
  height: 188px;
}

@media only screen and (min-width: 550px) {
  .grid-post-card {
    height: initial;
  }

  .grid-post-card a {
    height: initial;
    display: initial;
  }

  .grid-post-card img {
    height: 190px;
    object-fit: cover;
    width: 100%;
    object-position: center;
    margin: 0;
    box-shadow: 0 2px 8px -2px #b1aeae2b;
  }

  .grid-post-card img + div {
    position: relative;
    padding: 1.5rem;
    height: 13rem;
  }

  .posts-slider-wrapper .swiper {
    height: 415px;
  }
}

@media only screen and (min-width: 768px) {
  .grid-post-card .post-meta-date {
    font-size: 1.2rem;
  }
  .grid-post-card h3 {
    font-size: 1.3rem;
  }

  .header-search-wrap {
    float: left;
    position: static;
    margin: 0;
    padding: 0;
  }

  /*   .search-posts-tec {
    position: absolute;
    background: white;
    width: 100%;
    left: 0;
    right: 0;
    padding: 40px;
    top: -999px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  } */

  .search-posts-tec {
    position: absolute;
    background: white;
    width: 100%;
    left: 0;
    right: 0;
    padding: 40px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }

  .site-header .wrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .site-header {
    max-width: 1140px;
    margin: 1% auto;
    border-radius: 10px;
    padding: 0;
  }

  .site-inner,
  .genesis-title-hidden .site-inner {
    margin: 25px auto;
    padding: 20px;
  }
}

/* Ariyan: Glightbox Custom Styling voor huisstijl */
.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
  background-color: var(--oranje) !important;
}

.glightbox-clean .gclose:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gprev:hover {
  background-color: var(--oranje) !important;
}

.glightbox-clean .gclose {
  height: 50px !important;
}

.goverlay {
  background-color: #000000d6 !important;
}

/*  */

.zoekresults {
  margin-bottom: 25px;
}

@media (max-width: 688px) {
  .site-inner,
  .genesis-title-hidden .site-inner {
    padding: 10px;
  }
}

:is(.page, .archive, .search-results) :is(.entry-header, .archive-description) {
  background: repeating-linear-gradient(45deg, var(--oranje), #d35202 100px);
  text-align: center;
  color: #fff;
  padding: 2.5rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: 2px solid var(--slanted);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

:is(.archive.tag, .archive.category) .archive-description h1,
.page-template-default.page .entry-header h1.entry-title,
.search-results h1.entry-title {
  color: #fff;
  font-size: 3.3rem;
  text-shadow: 0 0 3px #0000009e;
  text-transform: uppercase;
  font-weight: 800;
}

.archive.tag h1.archive-title::before {
  content: "#";
}

:is(.archive.tag, .archive.category) .archive-description p {
  position: absolute;
  left: 0;
}

.archive-description {
  margin-bottom: 25px;
}

.site-header nav + div {
  display: block;
  float: left;
  margin-left: 17px;
}

a.zoeken-icon img {
  transition-duration: 0.3s;
  height: 65px;
}

a.zoeken-icon:hover img {
  transform: scale(1.2);
}

.search-posts-tec form input[type="search"] {
  font-family: "Montserrat";
  background: #f3f1f1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0px 2px 14px #6f6f6f12;
  border: none !important;
  font-size: 2rem !important;
}

.search-posts-tec form input[type="search"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b5b5b5;
}
.search-posts-tec form input[type="search"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #b5b5b5;
}
.search-posts-tec form input[type="search"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #b5b5b5;
}

.is-ajax-search-details .is-title > a,
.is-ajax-search-result .is-title > a {
  color: var(--slanted);
  font-weight: 600;
}

.is-search-sections .left-section {
  height: 100px;
}

.is-search-sections .thumbnail img {
  float: left;
  max-width: 71px;
  height: 92px;
  object-fit: cover;
  object-position: center;
}

.is-ajax-search-posts .meta a {
  color: var(--oranje);
  font-weight: 600;
}

.is-search-icon {
  background: var(--oranje);
  border: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.is-form-style .is-search-submit path {
  fill: #fff;
}

.genesis-nav-menu a {
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--slanted);
}
.site-header,
.site-inner {
  background: #fff;

  border-radius: 5px;
  box-shadow: 0 0 20px rgb(0 0 0 / 5%);
}

.genesis-nav-menu > li > a:hover,
.genesis-nav-menu .current-menu-item > a {
  background: var(--oranje);
  color: #fff !important;
  border-radius: 5px;
}

.genesis-nav-menu .sub-menu a {
  font-size: 1.3rem;
  font-weight: 500;
  transition-duration: 0.3s;
}

.genesis-nav-menu .sub-menu {
  padding-left: 0;
}

.genesis-nav-menu .sub-menu a:hover {
  color: var(--oranje);
}

.widgettitle.widget-title .dashicons {
  display: inline-block;
}

.footer-widgets,
.site-footer {
  background-color: var(--slanted);
}

.site-footer {
  padding: 5px;
  border-color: #545454;
}

.site-footer p {
  padding: 15px;
  font-size: 1rem;
  color: #fff;
}

.footer-widgets {
  letter-spacing: -0.3px;
  border-top: 2.5px solid #ff6200;
  padding: 40px 0;
}

.footer-widgets * {
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.footer-widgets li {
  font-size: 1.3rem;
  transition-duration: 0.5s;
}

.footer-widgets .widget-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.6rem;
  transition: 0.5s;
}
.footer-widgets nav ul li a:hover {
  color: var(--oranje);
}
.footer-widgets .widget-title::after {
  width: 15%;
  height: 1.9px;
  background: #ee741083;
  content: "";
  display: block;
  margin: 5px 0;
  border-radius: 3px;
  transition: 0.5s;
}

.footer-widgets .widget-wrap:hover > .widget-title::after {
  width: 75%;
  background: var(--oranje);
}

.footer-widgets .widget-wrap:hover > .widget-title {
  transform: translateY(2px);
}

.footer-widgets nav ul li a {
  color: #e5dddd;
  text-decoration: none;
  font-weight: 600;
}

ul#menu-socials-footer span {
  margin-right: 5px;
}

ul#menu-socials-footer li {
  margin: 15px 0;
  line-height: 1.2;
}

.gb-post-grid-items article.post {
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 8px #9a99994f;
}

.gb-post-grid-items article.post .gb-block-post-grid-title {
  font-size: 16px;
}

.gb-post-grid-items article.post .gb-block-post-grid-text {
  padding: 10px;
}

.gb-post-grid-items article.post .gb-block-post-grid-image {
  padding: 10px;
}

.gb-post-grid-items article.post .gb-block-post-grid-image img {
  border-radius: 7px;
}

.single-post .site-inner {
  padding-top: 30px;
}

.single-post .entry-header {
  width: 100%;
  height: 15rem;
  background: #363a45;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  margin-bottom: 2rem;
}

.single-post .entry-time {
  color: #fff;
}

.single-post .entry-title {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 900;
  font-size: 1.7rem;
  text-align: center;
}

.single-post .entry-header .entry-meta {
  margin-bottom: 0;
  font-size: 1.4rem;
}

.single-post .entry-header .entry-meta::before {
  width: 270px;
  height: 3px;
  background: var(--oranje);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: -15px auto;
}

.breadcrumbs-tec {
  background: var(--oranje);
  padding: 5px 10px;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.breadcrumbs-tec a {
  text-decoration: none;
  color: #fff;
}

.header-authorbox-tec {
  position: absolute;
  bottom: 0;
  background: #fffffff0;
  width: fit-content;
  height: 60px;
  left: 50px;
  bottom: -30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: stretch;
  border-radius: 15px;
  box-shadow: 0px 3px 7px 2px rgb(60 60 60 / 24%);
}

.header-authorbox-tec #authorbox--grav {
  height: 100%;
}

#authorbox--grav img {
  border-radius: 0;
  height: 100%;
  width: 60px;
  object-fit: cover;
  object-position: center;
}

.header-authorbox-tec h4 {
  font-size: 1.3rem;
  color: var(--slanted);
  white-space: nowrap;
  margin: 0 10px;
}

.other-meta-tec {
  height: 50px;
  width: 100%;
  justify-content: space-around;
  display: flex;
  align-items: center;
  color: var(--oranje);
  margin-bottom: 2rem;
  font-weight: 700;
  justify-content: center;
  font-size: 1.4rem;
}

.other-meta-tec .pvc_stats {
  margin: 0;
  padding: 0;
}

.tags-tec-single {
  display: flex;
  flex-flow: row;
  overflow-x: auto;
}

.tags-tec-single a {
  background: #363a45;
  color: #fff;
  margin-right: 5px;
  padding: 10px 35px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 7px;
  white-space: nowrap;
}

.grid-tec-item {
  position: relative;
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
  box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 9%);
  overflow: hidden;
  transition-duration: 0.4s;
  cursor: pointer;
}

article.grid-tec-item:hover {
  box-shadow: inset 0 0 0 2000px rgb(255 87 34 / 28%);
}

.grid-first-tec {
  display: grid;
  grid-template-columns: 45% 1fr 1fr;
  height: 350px;
  gap: 10px;
  margin-bottom: 10px;
}

.grid-tec-item:first-child {
  grid-row-start: 1;
  grid-row-end: 3;
}

.grid-first-tec article > a {
	    display: block;
    height: 100%;
}

.grid-tec-item-text-wrap {
  position: absolute;
  bottom: 0;
  height: calc(50% - 20px);
  max-height: 100px;
  left: 0;
  right: 0;
  background: #242424bf;
  padding: 2rem;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  line-height: 1.2;
}

@media (min-width: 550px) {
  .grid-tec-item-text-wrap {
    padding: 25px;
    font-size: 1.2rem;
  }
}

.grid-post-card:hover h3 {
  color: var(--oranje);
}

article .post-meta-date span {
  margin-left: 5px;
}

.tec-grid-header h2 {
  margin: 0;
  padding: 15px;
  font-weight: 800;
}

.tec-grid-header {
  background: #2c2c2c;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 2.1rem;
  border-radius: 5px;
  width: 100%;
}

.tec-wrap-center {
  width: 100%;
  text-align: center;
  clear: both;
  padding: 5px 0;
}

.tec-grid-btn {
  padding: 1rem 5rem;
  background: white;
  border-radius: 5px;
  text-transform: uppercase;
  display: inline-block;
  margin: 2% auto;
  text-decoration: none;
  border: 3px solid var(--oranje);
}

.tec-grid-btn:hover {
  background-color: var(--oranje);
  color: #fff;
}

.wp-block-columns.handigepaginablock img {
  border-radius: 15px;
  margin-bottom: 5px;
}

.cat-slider-row {
  display: flex;
  flex-flow: row;
  justify-content: auto;
  overflow-x: auto;
  padding: 5px 0;
}

.cat-slider-row::before {
  content: "";
  height: 33px;
  position: absolute;
  right: 6px;
  transform: translateY(5px);
  background: #ff9664;
  box-shadow: 0 0 9px 12px #f6f6f6;
}

.cat-btn {
  background: #363a45;
  color: #fff;
  margin-right: 5px;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 7px;
  cursor: pointer;
  text-transform: uppercase;
  transition-duration: 0.3s;
  white-space: nowrap;
}

.cat-btn:hover {
  background: var(--oranje);
  transform: translateY(-2px);
}

.cat-btn.active-cat {
  background: var(--oranje);
  transform: translateY(-2px);
}

.swiper-button-next,
.swiper-button-prev {
  padding: 25px;
  background-color: #ff6200b0;
  border-radius: 100%;
  color: #fff;
}

:is(.swiper-button-next, .swiper-button-prev):hover {
  background-color: var(--oranje);
}

:is(.swiper-button-next, .swiper-button-prev)::after {
  font-size: 2rem;
  font-weight: 900;
}

/* loader */

.lds-bouwsteentjes {
  display: block;
  margin: auto;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-bouwsteentjes div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: var(--oranje);
  animation: lds-bouwsteentjes 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-bouwsteentjes div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-bouwsteentjes div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-bouwsteentjes div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-bouwsteentjes {
  0% {
    top: 8px;
    height: 64px;
  }
  50%,
  100% {
    top: 24px;
    height: 32px;
  }
}

.author-box-bottom {
  padding: 25px;
  display: flex;
  flex-flow: row wrap;
}

.author-box-bottom .avatar {
  border: 3px solid var(--oranje);
}

.author-box-bottom-left {
  background: #fafafa;
  height: 250px;
  box-shadow: 0 0 10px #a3a3a371;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 250px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-flow: column;
}

.author-box-bottom-left .social-links {
  display: flex;
  flex-flow: row nowrap;
  padding: 10px 0;
  align-items: center;
}

.author-box-bottom-left .social-links a {
  text-decoration: none;
  color: gray;
  margin: 5px;
}
.author-box-bottom-left .social-links li:hover {
  transform: translateY(-3px);
}

.author-box-bottom-left .social-links li:hover a {
  color: var(--oranje);
}

.author-box-bottom-right {
  padding: 15px 35px;
  flex: 1;
}

.about-author h4 {
  font-weight: 800;
  display: inline-block;
  border-bottom: 5px dashed var(--oranje);
  padding: 5px 0;
}

/* winkels */
.winkel-info ul {
  padding-left: 20px;
}

.winkel-info ul li {
  list-style-type: square;
  color: #fff;
  font-size: 1.3rem;
}

.winkels h3 {
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
}

.winkels article {
  border-radius: 2rem;
  margin: 0;
  padding: 2rem;
  background: linear-gradient(45deg, var(--slanted), #2c2c2c);
  border-top: 5px solid var(--oranje);
}


/*
 Aanbiedingen
 */
.post-type-archive-aanbiedingen {

}
article.aanbiedingen {
  border:2px solid #000;
  padding:20px;
  position:relative;
  margin-bottom:20px;
}
article.aanbiedingen .article-link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

article.aanbiedingen .entry-header {
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  color:#000;
}
article.aanbiedingen .entry-header .entry-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  width: calc( 100% - 84px );
}
article.aanbiedingen .entry-header .subtitle {
  font-size:14px;
  font-weight:400;
}
article.aanbiedingen a {

}
article.aanbiedingen a:hover {

}
article.aanbiedingen .image-container {
  float:left;
  width:300px;
}
article.aanbiedingen .post-content {
  float:left;
  margin-left:20px;
  width:calc( 100% - 320px );
}
article.aanbiedingen .entry-content {
  margin-top:0;
  padding-top:0;
}
article.aanbiedingen .post-meta-date {
  float:right;
  font-size:12px;
  font-weight:700;
}
article.aanbiedingen.verlopen {

}
article.aanbiedingen.verlopen .entry-header .entry-title {
  text-decoration: line-through;
}
.single-aanbiedingen .breadcrumbs-tec {
  margin-bottom:30px;
}
@media (max-width:1023px) {
  .post-type-archive-aanbiedingen .sidebar {
    width:100%;
  }
  .post-type-archive-aanbiedingen .sidebar article.aanbiedingen {
    width:48.5%;
    margin-right:3%;
    float:left;
    min-height:300px;
  }
  .post-type-archive-aanbiedingen .sidebar article.aanbiedingen:nth-child(2n + 0) {
    margin-right:0;
  }
}

/* fix sidebar but only for this archive as we don't want to break anything else */
@media( min-width:1024px ) {

  .post-type-archive-aanbiedingen.content-sidebar main.content {
    float: left;
    width: 70%;
  }

  .post-type-archive-aanbiedingen.content-sidebar aside.sidebar {
    float: left;
    width: 25%;
    margin-left: 5%;
  }
}
article.aanbiedingen .heateor_sss_sharing_container {
  margin-top:20px;
}
article.aanbiedingen .entry-content .left {
  float:left;
  width:60%;
}
article.aanbiedingen .entry-content .right {
  float:left;
  width:37%;
  margin-left:3%;
}
article.aanbiedingen ul {
  padding-left:0;
  list-style:none;
}
article.aanbiedingen ul strong {
  display:inline-block;
  min-width:200px;
}
.widget_custom_html .button,
article.aanbiedingen .button {
  padding: 1rem 2rem;
  background: #ff6200;
  border-radius: 5px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  border: 3px solid #fff;
  color: #fff;
}
.widget_custom_html .button {
  padding:1rem 2rem;
  width:100%;
  text-align:center;
}
.widget_custom_html .button:hover,
article.aanbiedingen .button:hover {
  border: 3px solid #ff6200;
  color: #ff6200;
  background:#fff;
}
.post-type-archive-aanbiedingen .sidebar article.aanbiedingen img {
  margin-bottom:20px;
}
article.aanbiedingen .entry-content .right .heateor_sss_sharing_container {
  display:none;
}
@media (max-width:600px) {
  article.aanbiedingen .image-container {
    text-align: center;
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  article.aanbiedingen .image-container .heateor_sss_sharing_container {
    display:none;
  }
  article.aanbiedingen .entry-content .right .heateor_sss_sharing_container {
    display:block;
    text-align:left;
  }
  article.aanbiedingen .post-content {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }

  article.aanbiedingen .entry-content .right,
  article.aanbiedingen .entry-content .left {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  article.aanbiedingen .entry-content .right {
    text-align: center;
  }

  article.aanbiedingen ul strong {
    display: block;
  }
}
@media ( max-width:720px) {
  article.aanbiedingen .entry-content .right,
  article.aanbiedingen .entry-content .left {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .post-type-archive-aanbiedingen .sidebar article.aanbiedingen {
    width:100%;
    min-height:100px;
  }
  .post-type-archive-aanbiedingen .sidebar article.aanbiedingen img {
    width:50%;
    float:left;
  }
  .post-type-archive-aanbiedingen .sidebar article.aanbiedingen .entry-header {
    width:48%;
    margin-left:2%;
    float:left;
  }
}
/* Thumbs up/down */
.thumbs-rating-container .thumbs-rating-down,
.thumbs-rating-container .thumbs-rating-up {
  background: none;
  text-indent: -9999px;
  width: auto;
  padding: 0;
  max-width: 30px;
  width:30px;
  height:35px;
  display:inline-block;
  overflow:hidden;
}
.thumbs-rating-container .thumbs-rating-down {
position:relative;
  top:10px;
  margin-right:10px;
}
.thumbs-rating-container button:hover {
  color:transparent;
}
.thumbs-rating-container .thumbs-rating-down:before {
  content: "\f542";
  font-family: dashicons;
  color: var(--oranje);
  text-indent: 0px;
  display: block;
  font-size: 30px;
  width: 10px;
}
.thumbs-rating-container .thumbs-rating-up:before {
  content: "\f529";
  font-family: dashicons;
  color: var(--oranje);
  text-indent: 0px;
  display: block;
  font-size: 30px;
  width: 10px;
}

/* Gallery fix */
figure.wp-block-gallery.is-style-slider-lightbox {
  width: 100%;
  height: 100%;
  display: block;
  min-height:225px;
  margin-bottom:2.8rem;
}

.entry-content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  object-fit: contain;
}
figure.wp-block-gallery.is-style-slider-lightbox .wp-block-image {
  width: 33%;
  height: 100%;
  display: block;
  min-height:225px;
  padding: 5px;
}
@media (min-width: 640px) {
  figure.wp-block-gallery.is-style-slider-lightbox .wp-block-image {
    width: 33%;
    height: 100%;
    display: block;
    min-height: 300px;
    padding: 5px;
  }
  figure.wp-block-gallery.is-style-slider-lightbox .wp-block-image,
  figure.wp-block-gallery.is-style-slider-lightbox {
    min-height:300px;
  }
}
.flickity-button {
  background: var(--slanted);
  color: #fff;
  height: 45px;
  width: 45px;
  border-radius: 200px;
}

.flickity-button:hover {
  background: var(--oranje);
  cursor: pointer;
}
/* input fields */

#genesis-content input:not([type="submit"]),
#genesis-content :is(select, textarea),
#genesis-content .select2-selection {
  padding: 11px 10px;
  background: #ffffff;
  border: 1px solid #b2b2b2;
  box-shadow: none; /*0 0 4px 0px #b2b2b28a;*/
  border-radius: 0.7rem;
  height: unset;
}

#genesis-content
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 48px;
  position: absolute;
  top: 1px;
  right: 15px;
  width: 20px;
}

.archive-pagination li a {
  padding: 8px 20px;
}

.archive-pagination.pagination {
  text-align: center;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: var(--oranje);
  color: #fff;
}

/*
 Gravity forms
 */
.site-inner .gform_wrapper.gravity-theme .gfield_label {
  font-weight:700;
}
.site-inner .gform_wrapper.gravity-theme .description, .site-inner .gform_wrapper.gravity-theme .gfield_description, .site-inner .gform_wrapper.gravity-theme .gsection_description, .site-inner .gform_wrapper.gravity-theme .instruction {
  font-style:italic;
}
.gform_wrapper :-ms-input-placeholder {
  color: #777;
  opacity: 1;
  font-style:italic;
}

.gform_wrapper ::placeholder {
  color: #777;
  opacity: 1;
  font-style:italic;
}
/* Up/down vote */
.thumbs-rating-container {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10001;
}

@media screen and (min-width: 700px) {
  .grid-post-card {
    border: 1px solid #dedede6b;
    overflow: hidden;
  }
  .grid-post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 5px 3px rgb(167 167 167 / 35%);
    border: 1px solid #ff62002b;
  }
}

@media only screen and (min-width: 960px) {
  .genesis-nav-menu .sub-menu a {
    width: 18rem;
  }

  .menu-item-162995 ul.sub-menu {
    max-height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .site-header .genesis-nav-menu a {
    padding: 1rem;
  }
  .footer-widget-area {
    float: left;
    margin-bottom: 0;
    width: calc(100% / 5);
  }
  .widgettitle.widget-title .dashicons {
    display: none;
  }

  #genesis-content .full-width-content .entry-content > .alignwide {
    margin-left: unset;
    margin-right: unset;
  }

  /* main#genesis-content {
    overflow-x: hidden;
  } */
}

@media screen and (min-width: 960px) {
  .footer-widget-area:not(:last-child) {
    border-right: 0.3px solid #4e3c3c;
  }

  a.zoeken-icon:hover .search-posts-tec {
    display: block;
    visibility: visible;
    top: 57px;
    opacity: 1;
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 7%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

@media screen and (max-width: 960px) {
  .nav-primary.genesis-responsive-menu {
    background: #fff;
    z-index: 11;
    top: 10rem;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
    border-radius: 5px;
    padding: 1.2rem;
    position: absolute;
    left: 0;
    right: 0;
  }

  .nav-primary.genesis-responsive-menu .menu-item:not(:last-child) {
    border-bottom: 1px solid #f3f3f3;
  }

  .nav-primary.genesis-responsive-menu .menu-item a {
    padding: 1.45rem;
  }

  .sub-menu-toggle {
    padding: 1.3rem;
  }

  .wrap .title-area {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    height: fit-content;
  }

  .menu-toggle {
    position: absolute;
    left: 2%;
    top: 0;
    bottom: 0;
    padding: 0.5rem;
  }

  .menu-toggle:active {
    background-color: orange;
    color: #fff;
  }

  .menu-toggle:hover {
    color: #000;
  }

  .menu-toggle:focus {
    background-color: unset;
  }

  .site-header nav + div {
    margin: 0;
    margin-top: 85px;
    display: block;
    background: white;
  }

  a.zoeken-icon img {
    display: none;
  }

  .genesis-nav-menu a:hover + .sub-menu-toggle {
    color: #fff;
  }
}

@media only screen and (max-width: 960px) {
  .site-container header.site-header {
    position: relative;
    height: 90px;
  }

  .header-authorbox-tec {
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: -25px;
    height: 45px;
  }

  .single-post .entry-header {
    margin-bottom: 5rem;
  }

  #genesis-footer-widgets .widget_nav_menu nav {
    opacity: 0;
    top: -50px;
    transition-duration: 0.4s;
    position: absolute;
    z-index: -1;
  }

  #genesis-footer-widgets .widget_nav_menu .widgettitle.widget-title {
    position: relative;
    cursor: pointer;
  }

  #genesis-footer-widgets .widget_nav_menu .toggled-menu nav {
    position: static;
    opacity: 1;
    z-index: 0;
    top: 0;
  }

  #genesis-footer-widgets .widget_nav_menu .dashicons.dashicons-arrow-up-alt2 {
    position: absolute;
    right: 0;
  }

  #genesis-footer-widgets
    .widget_nav_menu
    .toggled-menu
    .dashicons.dashicons-arrow-up-alt2 {
    transform: rotate(-180deg);
  }
}

@media only screen and (max-width: 799px) {
  .grid-first-tec {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto 180px 180px;
    height: auto;
    gap: 10px;
    margin-bottom: 10px;
  }
  .grid-tec-item:first-child {
    grid-row-start: 1;
    grid-column: 2 span;
    height: 275px;
  }
}

/* @media only screen and (max-width: 700px) {
  .grid-post-card a {
    display: flex;
    align-content: stretch;
    height: 100%;
  }
  .grid-post-card {
    box-shadow: unset;
    border-radius: unset;
    height: 130px;
    width: 100%;
  }
  .grid-post-card img {
    width: 40%;
    min-width: 40%;
    border-radius: unset;
    height: 100%;
    border-radius: 5px;
  }
} */

@media (max-width: 688px) {
  .breadcrumbs-tec {
    font-size: 1.2rem;
  }

  .author-box-bottom .avatar {
    width: 100px;
  }

  .about-author h4 {
    font-size: 1.5rem;
    margin: 1rem auto;
  }

  .author-box-bottom {
    padding: 0;
    font-size: 1.2rem;
  }

  .author-box-bottom-left {
    flex-basis: 100%;
    height: 175px;
  }
  .author-box-bottom-right {
    padding: 5px;
  }
}
@media (max-width:375px) {
  .wp-custom-logo  .wrap .title-area {
    max-width:130px;
  }
}
body::-webkit-scrollbar {
  width: 12px; /* width of the entire scrollbar */
}
body::-webkit-scrollbar-track {
  background: #2c2c2c; /* color of the tracking area */
}
body::-webkit-scrollbar-thumb {
  background-color: #ff6200; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 3px solid #2c2c2c; /* creates padding around scroll thumb */
}

ul.sub-menu::-webkit-scrollbar {
  width: 12px; /* width of the entire scrollbar */
}
ul.sub-menu::-webkit-scrollbar-track {
  background: #eee; /* color of the tracking area */
}
ul.sub-menu::-webkit-scrollbar-thumb {
  background-color: #ff6200; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 3px solid #eee; /* creates padding around scroll thumb */
}

.views-label {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  font-size: 1.2rem;
  background: var(--oranje);
  color: #fff;
  padding: 0 0.6rem;
  border-radius: 5px;
  font-weight: 700;
}

/* From cssbuttons.io by @satyamchaudharydev */
/* From cssbuttons.io by @satyamchaudharydev */
.spinner {
  --speed-of-animation: 0.9s;
  --gap: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  gap: 6px;
  height: 100px;
  position: absolute;
  inset: 0;
  margin: auto;
}

.spinner span {
  width: 25px;
  height: 40px;
  background: var(--oranje);
  animation: scale var(--speed-of-animation) ease-in-out infinite;
}

.spinner span:nth-child(2) {
  background: var(--slanted);
  animation-delay: -0.8s;
}

.spinner span:nth-child(3) {
  background: var(--oranje);
  animation-delay: -0.7s;
}

.spinner span:nth-child(4) {
  background: var(--slanted);
  animation-delay: -0.6s;
}

.spinner span:nth-child(5) {
  background: var(--oranje);
  animation-delay: -0.5s;
}

@keyframes scale {
  0%,
  40%,
  100% {
    transform: scaleY(0.05);
  }

  20% {
    transform: scaleY(1);
  }
}


/*
 * Nieuwsbrief css
 */
.emaillist td {
  padding:0;
}
.emaillist input[type="email"],
.emaillist input[type="text"] {
  max-width:99%;
}
.emaillist  input[type="checkbox"] {
  margin-right:10px;
  position:relative;
  top:2px;
}
.ig-es-form-list-selection {

  margin-bottom:20px;
}
.ig-es-form-list-selection  tbody {
  border:none;
}
.es-field-wrap {
  margin-bottom:20px;
}
.emaillist p {
  margin-bottom:0;
}
.emaillist input[type="submit"] {
  color: var(--oranje);
  font-weight: 700;
  padding: 1rem 5rem;
  background: white;
  border-radius: 5px;
  text-transform: uppercase;
  display: inline-block;
  margin: 2% auto;
  text-decoration: none;
  border: 3px solid var(--oranje);
}
.emaillist input[type="submit"]:hover {
  background-color: var(--oranje);
  color: #fff;
}


/*
 *  Mailpoet
 */
form.mailpoet-manage-subscription {
  padding:16px;
  border: 4px solid #000000;
  border-radius: 24px;
}

.mailpoet-manage-subscription .mailpoet_segment_label,
.mailpoet_text_label, .mailpoet_textarea_label, .mailpoet_select_label, .mailpoet_radio_label, .mailpoet_checkbox_label, .mailpoet_list_label, .mailpoet_date_label {
  font-weight:700;
  margin-bottom:8px;
}
.mailpoet-manage-subscription .mailpoet_paragraph {
  margin-bottom:18px;
}
.mailpoet_checkbox_label {
  font-weight:normal;
}
.mailpoet-manage-subscription .mailpoet_select {
  width:auto;
}
.mailpoet_submit,
.mailpoet-manage-subscription input[type="submit"] {
  padding: 1rem 5rem !important;
  background: white !important;
  border-radius: 5px !important;
  text-transform: uppercase !important;
  display: inline-block !important;
  text-decoration: none !important;
  border: 3px solid #ff6200 !important;
  color: #ff6200 !important;
}
.mailpoet_submit:hover,
.mailpoet-manage-subscription input[type="submit"]:hover {
  border: 3px solid #ff6200 !important;
  background: #ff6200 !important;
  color:#fff !important;
}


/*
 * BuddypPress
 */
.full-width-content .entry-content > #buddypress.alignwide {
  margin-left:0;
  margin-right:0;
  width:auto;
  max-width:none;
}
body #buddypress div, body #buddypress dl, body #buddypress input[type=reset], body #buddypress input[type=search], body #buddypress input[type=submit], body #buddypress li, body #buddypress select, body #buddypress textarea {
  max-width:100%;
}
body.buddypress article.page > .entry-header:not(.alignwide):not(.alignfull) .entry-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0;
  padding: 2.5rem;
}