/*
Theme Name: The twoScript default theme
Theme URI: https://twoscript.nl
Author: twoScript
Author URI: https://twoscript.nl
Description: The default custom theme for twoScript
Version: 1.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ts_theme
*/
@font-face {
  font-family: CreatoDisplay;
  src: url("../assets/font/CreatoDisplay-Black.woff2") format("woff2");
  src: url("../assets/font/CreatoDisplay-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: CreatoDisplay;
  src: url("../assets/font/CreatoDisplay-Bold.woff2") format("woff2");
  src: url("../assets/font/CreatoDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: CreatoDisplay;
  src: url("../assets/font/CreatoDisplay-Light.woff2") format("woff2");
  src: url("../assets/font/CreatoDisplay-Light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Garet;
  src: url("../assets/font/Garet-Book.woff2") format("woff2");
  src: url("../assets/font/Garet-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Garet;
  src: url("../assets/font/Garet-Heavy.woff2") format("woff2");
  src: url("../assets/font/Garet-Heavy.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  font-family: "Garet", sans-serif;
  color: black;
}

.btn {
  padding: 6px 20px;
  font-weight: 800;
  font-family: "CreatoDisplay", sans-serif;
  font-size: 1.2rem;
  border-radius: 0;
  text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "CreatoDisplay", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

h1, .h1 {
  font-weight: bold;
  font-size: 64px;
}
@media (max-width: 992px) {
  h1, .h1 {
    font-size: 40px;
  }
}

h2, .h2 {
  font-weight: bold;
  font-size: 40px;
}
@media (max-width: 992px) {
  h2, .h2 {
    font-size: 30px;
  }
}

.content-block {
  max-width: 1900px;
  width: 80%;
  margin: 80px auto;
}

.border-radius {
  border-radius: 0.375rem;
}

.btn-red {
  background-color: #ba2526;
  color: white;
  border: 1px solid transparent;
}

.btn-invert-red {
  background-color: white;
  color: #ba2526;
  border: 1px solid #ba2526;
}

.btn-red:hover,
.btn-red:active,
.btn-red:focus {
  background-color: white;
  color: #ba2526;
  border: 1px solid #ba2526;
}

.btn-invert-red:hover,
.btn-invert-red:active,
.btn-invert-red:focus {
  background-color: #ba2526;
  color: white;
  border: 1px solid white;
}

.text-red {
  color: #ba2526;
}

.background-color-red {
  background-color: #ba2526;
}

.btn-off-white {
  background-color: #F5EFE6;
  color: white;
  border: 1px solid transparent;
}

.btn-invert-off-white {
  background-color: white;
  color: #F5EFE6;
  border: 1px solid #F5EFE6;
}

.btn-off-white:hover,
.btn-off-white:active,
.btn-off-white:focus {
  background-color: white;
  color: #F5EFE6;
  border: 1px solid #F5EFE6;
}

.btn-invert-off-white:hover,
.btn-invert-off-white:active,
.btn-invert-off-white:focus {
  background-color: #F5EFE6;
  color: white;
  border: 1px solid white;
}

.text-off-white {
  color: #F5EFE6;
}

.background-color-off-white {
  background-color: #F5EFE6;
}

.btn-red-light {
  background-color: #FF9D9E;
  color: white;
  border: 1px solid transparent;
}

.btn-invert-red-light {
  background-color: white;
  color: #FF9D9E;
  border: 1px solid #FF9D9E;
}

.btn-red-light:hover,
.btn-red-light:active,
.btn-red-light:focus {
  background-color: white;
  color: #FF9D9E;
  border: 1px solid #FF9D9E;
}

.btn-invert-red-light:hover,
.btn-invert-red-light:active,
.btn-invert-red-light:focus {
  background-color: #FF9D9E;
  color: white;
  border: 1px solid white;
}

.text-red-light {
  color: #FF9D9E;
}

.background-color-red-light {
  background-color: #FF9D9E;
}

.btn-black {
  background-color: #000000;
  color: white;
  border: 1px solid transparent;
}

.btn-invert-black {
  background-color: white;
  color: #000000;
  border: 1px solid #000000;
}

.btn-black:hover,
.btn-black:active,
.btn-black:focus {
  background-color: white;
  color: #000000;
  border: 1px solid #000000;
}

.btn-invert-black:hover,
.btn-invert-black:active,
.btn-invert-black:focus {
  background-color: #000000;
  color: white;
  border: 1px solid white;
}

.text-black {
  color: #000000;
}

.background-color-black {
  background-color: #000000;
}

.btn-white {
  background-color: #fff;
  color: white;
  border: 1px solid transparent;
}

.btn-invert-white {
  background-color: white;
  color: #fff;
  border: 1px solid #fff;
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus {
  background-color: white;
  color: #fff;
  border: 1px solid #fff;
}

.btn-invert-white:hover,
.btn-invert-white:active,
.btn-invert-white:focus {
  background-color: #fff;
  color: white;
  border: 1px solid white;
}

.text-white {
  color: #fff;
}

.background-color-white {
  background-color: #fff;
}

.icon i {
  border: 1px solid #ba2526;
  border-radius: 50%;
  padding: 10px;
  font-size: 21px;
  color: #ba2526;
  background-color: white;
}
.icon i:hover {
  color: white;
  border-color: white;
  background-color: #ba2526;
}

.post-card {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.post-card .post-date {
  position: absolute;
  padding: 15px;
}
.post-card .post-date .badge {
  font-size: 0.9em;
  background-color: #082857;
}
.post-card .post-thumbnail {
  height: 200px;
  overflow: hidden;
  border-radius: 0.375rem;
}
.post-card .post-thumbnail img {
  border-radius: 8px;
  width: 100%;
  max-width: none;
  height: 100%;
}
.post-card .post-categories .badge {
  margin-right: 5px;
  font-size: 0.8em;
  background-color: #ba2526;
  color: #ba2526;
}
.post-card .post-title {
  font-weight: 700;
  color: #082857;
  font-size: 1.25em;
}
.post-card .btn-link {
  padding: 0 !important;
  color: #082857;
  text-decoration: underline;
}
.post-card .btn-link:hover {
  text-decoration: none;
}

.page-template-templatepage_template-php p {
  margin-bottom: 26px;
}

.inkoop_tel {
  width: auto !important;
}

.page-template-default:not(.woocommerce-page) #main > .container {
  margin-top: 135px;
}

#header {
  position: fixed;
  z-index: 9999;
  top: 0;
  transition: top 0.3s;
}
#header .logo img {
  height: auto;
  width: 100%;
  max-width: 130px;
  padding: 10px;
}
#header .desktop-menu {
  display: flex !important;
}
@media (max-width: 960px) {
  #header .desktop-menu {
    display: none !important;
  }
}
#header .menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
#header .custom-menu-class {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header .custom-menu-class li {
  list-style: none;
  margin-right: 20px;
  position: relative;
  font-size: 1.2rem;
}
#header .custom-menu-class li a {
  text-decoration: none;
  color: #000000;
  background-color: #fff;
  transition: color 0.3s ease-in-out;
  padding: 8px 14px;
  font-family: "CreatoDisplay", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  border: 1px solid transparent;
}
#header .custom-menu-class li a:hover {
  color: #fff;
  background-color: #ba2526;
}
#header .custom-menu-class li.current-menu-item a {
  color: #fff;
  background-color: #ba2526;
  border: 1px solid transparent;
}
#header .custom-menu-class li.icon a {
  padding: 8px !important;
}
#header .custom-menu-class li.icon:hover svg {
  filter: invert(1) brightness(2);
}
#header .custom-menu-class .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0;
  padding: 0;
  z-index: 1000;
  width: 200px;
}
#header .custom-menu-class li:hover > .sub-menu {
  display: block;
}
#header .custom-menu-class .sub-menu > li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #eee;
}
#header .custom-menu-class .sub-menu > li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  transition: background-color 0.3s ease-in-out;
}
#header .custom-menu-class .sub-menu > li a:hover {
  background-color: #f5f5f5;
}
#header .login-register {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-left: auto;
}
#header .login-register a {
  height: fit-content;
}
#header .login-register a:first-child {
  margin-right: 15px;
}
#header #mobile-menu {
  display: none;
  padding: 5px 0;
  position: fixed;
  width: 100%;
  left: 0;
  background-color: #ba2526;
}
#header #mobile-menu .menu {
  flex-direction: column;
  align-items: start;
  padding: 0;
}
#header #mobile-menu .menu .custom-menu-class {
  width: 100%;
}
#header #mobile-menu .menu .custom-menu-class li {
  padding: 5px 0;
  background-color: #ba2526;
  width: 100%;
}
#header #mobile-menu .menu .custom-menu-class li a {
  width: 80%;
  margin: 0 auto;
  display: block;
  border: 1px solid #ba2526;
}
#header #mobile-menu .menu .custom-menu-class li.current-menu-item a {
  color: #fff;
  border: 1px solid white;
}
#header .mobile-menu-icon-wrapper {
  max-height: 85px;
}
#header .mobile-menu-icon-wrapper #mobile-menu-icon {
  display: none;
  border: 1px solid #ba2526;
  background-color: #ba2526;
  padding: 9px 20px;
  border-radius: 30px;
  height: 41px;
  width: 66px;
}
@media (max-width: 960px) {
  #header .mobile-menu-icon-wrapper #mobile-menu-icon {
    display: flex;
  }
}
#header .mobile-menu-icon-wrapper #mobile-menu-icon .bar {
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 2px 0;
}
#header .mobile-menu-icon-wrapper #mobile-menu-icon.close-button {
  border-color: white !important;
  position: relative;
}
#header .mobile-menu-icon-wrapper #mobile-menu-icon.close-button .bar:first-child {
  transform: rotate(45deg);
  position: absolute;
  top: 15px;
}
#header .mobile-menu-icon-wrapper #mobile-menu-icon.close-button .bar:nth-child(2) {
  transform: rotate(-45deg);
  position: absolute;
  top: 15px;
}
#header .mobile-menu-icon-wrapper #mobile-menu-icon.close-button .bar:nth-child(3) {
  display: none;
}
#header.scrolled-header {
  box-shadow: 0 3px 10px #ba2526;
  background-color: #ba2526;
  max-height: 85px;
}
#header.scrolled-header li.current-menu-item a {
  border: 1px solid white;
}
#header.scrolled-header.mobile-height {
  max-height: none;
}
#header.scrolled-header .menu {
  max-height: 85px;
}

.fixed-header {
  position: fixed !important;
  top: 0 !important;
}

.fixed-header #header {
  top: 32px;
}

.footer {
  padding: 1rem 0 1rem 0;
}
.footer a {
  text-decoration: none;
  font-weight: 400;
  color: black;
}
.footer a:hover {
  text-decoration: underline;
}
.footer ul {
  list-style-type: none;
  padding: 0;
}
.footer ul li {
  margin-bottom: 7px;
}
.footer p {
  margin-bottom: 0.25rem;
}
.footer .footer-heading {
  font-size: 24px;
}
.footer .logo a {
  width: 100%;
  display: block;
}
.footer .logo a img {
  width: 100%;
  display: block;
  height: auto;
}
.footer .whatsapp {
  border: 1px solid #ba2526;
  padding: 9px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 400;
  width: fit-content;
}
.footer .whatsapp span {
  margin-left: 10px;
}
.footer .under_footer a {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .footer .under_footer .justify-content-end {
    justify-content: left !important;
  }
}

@media (min-width: 992px) {
  .footer .collapse {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
  }
  .footer-heading {
    cursor: default;
    pointer-events: none;
  }
}
@media (max-width: 991px) {
  .footer-heading {
    cursor: pointer;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .footer-heading:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]), .wpcf7 textarea {
  border: none !important;
}
.wpcf7 .desktop-cf-button-wrapper {
  display: flex;
  justify-content: end;
}
.wpcf7 .desktop-cf-button-wrapper > p {
  width: fit-content;
  position: relative;
}
.wpcf7 .desktop-cf-button-wrapper > p .wpcf7-spinner {
  position: absolute;
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]), textarea {
  width: 100%;
  padding: 5px 12px;
}

.blogs .image-wrapper {
  height: 200px;
  overflow: hidden;
}
.blogs .image-wrapper img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: grayscale(100);
}

.homepage-banner {
  height: 75vh;
  position: relative;
}
.homepage-banner .homepage-banner-overlay {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  filter: grayscale(100);
  z-index: 1;
  transform: translate(-50%, -50%);
}
.homepage-banner > .container {
  position: relative;
  z-index: 10;
}
.homepage-banner h2 {
  font-weight: 400;
}

@media (max-width: 768px) {
  .agenda-swiper {
    width: 80%;
  }
}
.agenda-swiper .agenda-item {
  height: auto;
}
.agenda-swiper .agenda-item .image-wrapper {
  height: 125px;
  overflow: hidden;
}
.agenda-swiper .agenda-item .image-wrapper img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: grayscale(100);
}

.swiper-agenda-button-next,
.swiper-agenda-button-prev,
.swiper-review-button-next,
.swiper-review-button-prev {
  color: #ba2526;
}
.swiper-agenda-button-next:after,
.swiper-agenda-button-prev:after,
.swiper-review-button-next:after,
.swiper-review-button-prev:after {
  font-weight: 900;
}

.swiper-agenda-button-next,
.swiper-review-button-next {
  right: -30px;
}
@media (max-width: 768px) {
  .swiper-agenda-button-next,
  .swiper-review-button-next {
    right: 0;
  }
}

.swiper-agenda-button-prev,
.swiper-review-button-prev {
  left: -30px;
}
@media (max-width: 768px) {
  .swiper-agenda-button-prev,
  .swiper-review-button-prev {
    left: 0;
  }
}

.blogs img {
  height: auto;
}

.reviews .review-item .review-footer {
  margin-top: auto;
}
.reviews .review-item .review-footer p {
  margin: 0;
  align-items: end;
  display: flex;
}

.agenda-lijst .agenda-item .background-color-red p, .agenda-lijst .agenda-item .background-color-red h2, .agenda-lijst .agenda-item .background-color-red h3, .agenda-lijst .agenda-item .background-color-red h4, .agenda-lijst .agenda-item .background-color-red h5, .agenda-lijst .agenda-item .background-color-red h6, .agenda-lijst .agenda-item .background-color-red span {
  color: white !important;
}
.agenda-lijst .agenda-item .agenda-thumbnail-wrapper {
  position: relative;
  height: 185px;
  overflow: hidden;
}
.agenda-lijst .agenda-item .agenda-thumbnail-wrapper img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: grayscale(100);
}
.agenda-lijst .agenda-item .agenda-thumbnail-wrapper .category-label-wrapper {
  position: absolute;
  z-index: 99;
  right: 0;
  bottom: 0;
}
.agenda-lijst .agenda-item .agenda-thumbnail-wrapper .category-label-wrapper .category-label {
  padding: 8px 12px;
  background-color: #ba2526;
  color: #fff !important;
  text-transform: uppercase;
  margin: 5px;
  font-weight: 600;
}
.agenda-lijst .agenda-item .agenda-content {
  height: 185px;
}
@media (max-width: 1200px) {
  .agenda-lijst .agenda-item .agenda-content {
    height: auto;
  }
}
@media (max-width: 1200px) {
  .agenda-lijst .agenda-item .agenda-datum-wrapper {
    align-items: start !important;
  }
}
.agenda-lijst .agenda-item .agenda-datum {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 12px;
  text-align: center;
}
.agenda-lijst .agenda-item .agenda-datum span {
  font-size: 80px;
  line-height: 80px;
}
@media (max-width: 1200px) {
  .agenda-lijst .agenda-item-normal {
    flex-direction: column;
  }
}
.agenda-lijst .agenda-item-uitgelicht .agenda-thumbnail-wrapper {
  height: 365px;
}
@media (max-width: 1200px) {
  .agenda-lijst .agenda-item-uitgelicht .agenda-thumbnail-wrapper {
    height: 225px;
  }
}
.agenda-lijst .agenda-item-mobile .agenda-thumbnail-wrapper {
  height: 125px;
}
.agenda-lijst .agenda-item-mobile .agenda-thumbnail-wrapper .col-12 {
  height: 100%;
}
.agenda-lijst .agenda-item-mobile .agenda-thumbnail-wrapper .col-12 .agenda-datum {
  position: relative;
  z-index: 999;
  color: white;
  text-align: left;
}
.agenda-lijst .agenda-item-mobile .agenda-thumbnail-wrapper .col-12::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: black;
  opacity: 0.66;
}
.agenda-lijst .agenda-item-mobile h3 {
  font-size: 16px;
}

.page-banner {
  position: relative;
  height: 50vh;
}
.page-banner .page-banner-overlay {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  filter: grayscale(100);
  z-index: 1;
  transform: translate(-50%, -50%);
}
.page-banner > .container {
  position: relative;
  z-index: 10;
}

.google-maps-wrapper {
  filter: grayscale(100);
}
.google-maps-wrapper:hover {
  filter: grayscale(0);
}
body.woocommerce-page > #primary > #main {
  padding-top: 135px;
}
@media (max-width: 900px) {
  body.woocommerce-page > #primary > #main {
    padding-top: 90px;
  }
}
body.woocommerce-page > #primary > #main .is-large .wc-block-checkout__sidebar {
  top: 95px;
}

.woocommerce-shop #main .page-title, .archive #main .page-title {
  text-align: center;
}
.woocommerce-shop #main ul.products, .archive #main ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}
@media (max-width: 1400px) {
  .woocommerce-shop #main ul.products, .archive #main ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .woocommerce-shop #main ul.products, .archive #main ul.products {
    grid-template-columns: repeat(2, 49%);
    gap: 1em 2%;
  }
}
.woocommerce-shop #main ul.products::before, .archive #main ul.products::before {
  display: none;
}
.woocommerce-shop #main ul.products li.product, .archive #main ul.products li.product {
  background: #F5EFE6;
  padding: 18px;
  text-align: center;
  width: 100%;
  margin: 0;
}
@media (max-width: 991px) {
  .woocommerce-shop #main ul.products li.product, .archive #main ul.products li.product {
    padding: 0;
  }
}
.woocommerce-shop #main ul.products li.product .woocommerce-loop-product__title, .archive #main ul.products li.product .woocommerce-loop-product__title {
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 20px;
}
.woocommerce-shop #main ul.products li.product .price bdi, .archive #main ul.products li.product .price bdi {
  font-weight: 700;
  font-size: 18px;
  font-family: "CreatoDisplay", sans-serif;
}
.woocommerce-shop #main ul.products li.product .price bdi .woocommerce-Price-currencySymbol, .archive #main ul.products li.product .price bdi .woocommerce-Price-currencySymbol {
  font-family: "CreatoDisplay", sans-serif;
}
.woocommerce-shop #main ul.products li.product .fa-solid, .archive #main ul.products li.product .fa-solid {
  color: white !important;
}

.related.products li.product {
  background: #F5EFE6;
  padding: 18px;
  text-align: center;
  width: 100%;
  margin: 0;
}
@media (max-width: 991px) {
  .related.products li.product {
    padding: 0;
  }
}
.related.products li.product .woocommerce-loop-product__title {
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 20px;
}
.related.products li.product .price bdi {
  font-weight: 700;
  font-size: 18px;
  font-family: "CreatoDisplay", sans-serif;
}
.related.products li.product .price bdi .woocommerce-Price-currencySymbol {
  font-family: "CreatoDisplay", sans-serif;
}
.related.products li.product .fa-solid {
  color: white !important;
}

.wc-block-cart__submit, .wc-block-components-checkout-place-order-button {
  background-color: #000000;
  border: 1px solid black;
}
.wc-block-cart__submit .wc-block-components-button, .wc-block-components-checkout-place-order-button .wc-block-components-button {
  text-decoration: none;
}
.wc-block-cart__submit .wc-block-components-button__text, .wc-block-components-checkout-place-order-button .wc-block-components-button__text {
  color: white;
  font-weight: 800;
  font-family: "CreatoDisplay", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-decoration: none;
}
.wc-block-cart__submit .wc-block-components-button__text .wc-block-components-checkout-place-order-button__text, .wc-block-components-checkout-place-order-button .wc-block-components-button__text .wc-block-components-checkout-place-order-button__text {
  color: white;
}
.wc-block-cart__submit:hover, .wc-block-components-checkout-place-order-button:hover {
  background-color: white;
}
.wc-block-cart__submit:hover .wc-block-components-button__text, .wc-block-components-checkout-place-order-button:hover .wc-block-components-button__text {
  color: #000000;
}
.wc-block-cart__submit:hover .wc-block-components-button__text .wc-block-components-checkout-place-order-button__text, .wc-block-components-checkout-place-order-button:hover .wc-block-components-button__text .wc-block-components-checkout-place-order-button__text {
  color: #000000;
}

.wc-block-cart__submit-container--sticky .wc-block-components-button {
  background-color: black;
}