:host, :root {
  height: 100%;
}
body {
  min-height: 100%;
  height: 100%;
}
.whole-site {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100%;
}
main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
/**/
.nav-fixed {
  width: 100%;
  padding-top: 80px;
}
.navbar.nav-centeredlogo {
  min-height: 100px;
}
.nav-centeredlogo .navbar-toggler {
  margin-top: 27px;
  margin-bottom: 27px;
}
.nav-centeredlogo .navbar-brand {
  /* top: 0; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
}
/*
*   Editor css class
*/
.alignleft {
  float: left;
  padding: 0;
  margin: 0;
}
.alignright {
  float: right;
  padding: 0;
  margin: 0;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
blockquote {
  margin: 2rem 0 0 1rem;
  font-style: italic;
}
/* Fix billing field wrapper */
.woocommerce-input-wrapper {
  width: 100%;
}
/* Woocommerce product gallery slider width fix */
figure.woocommerce-product-gallery__wrapper {
  max-width: inherit !important;
}
/* Fix coupon code input width */
@media (min-width: 768px) {
  #coupon_code.input-text {
    width: 110px !important;
  }
}
/*
*   Footer widgets css
*/
.simple-navigation .nav {
  flex-direction: column;
}
/* 
* Grotere container 
*/
@media (min-width: 1600px) {
  .container-bigger {
    max-width: 1520px;
  }
}
/* Maak WordPress afbeeldingen responsive */
.wp-block-image img {
  max-width: 100%;
  height: auto;
}
/* Maak embed items responsive met deze class */
.indiv-embed .embed-responsive-item, .indiv-embed embed, .indiv-embed iframe, .indiv-embed object, .indiv-embed video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.indiv-embed .wp-block-embed__wrapper::before {
  display: block;
  content: "";
}
.indiv-embed .wp-block-embed__wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.indiv-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.857143%;
}
.indiv-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}
.indiv-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}
.indiv-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}
.copyright-block {
  display: inline-block;
}
#wpadminbar {
  position: fixed;
}
.logged-in.admin-bar .fixed-top, .logged-in.admin-bar .offcanvas:not(.offcanvas-bottom).show, .logged-in.admin-bar .offcanvas:not(.offcanvas-bottom), .logged-in.admin-bar .modal-dialog {
  top: var(--wp-admin--admin-bar--height) !important;
}
.logged-in.admin-bar .modal-fullscreen, .logged-in.admin-bar .modal-fullscreen-sm-down, .logged-in.admin-bar .modal-fullscreen-md-down, .logged-in.admin-bar .modal-fullscreen-lg-down, .logged-in.admin-bar .modal-fullscreen-xl-down, .logged-in.admin-bar .modal-fullscreen-xxl-down {
  height: calc(100% - var(--wp-admin--admin-bar--height));
}
#nav-main .menu-item:last-child .nav-link {
  padding-right: 0;
}
[class^="indivaos_fade"], [class*=" indivaos_fade"], [class^="indivaos_zoom"], [class*=" indivaos_zoom"] {
  opacity: 0;
}
.w-100.wp-block-image img {
  width: 100%;
}
mark, .mark {
  padding: 0;
}
:root {
  --cc-btn-primary-bg: #3b82f6;
  --cc-btn-primary-hover-bg: #326fd1;
}
#c-ttl {
  color: var(--cc-btn-primary-bg);
}
.c_darkmode {
  --cc-btn-primary-bg: #3b82f6;
  --cc-btn-primary-hover-bg: #5895f7;
}
#offcanvas-cart img {
  max-width: 100%;
  height: auto;
}
/* Color Options
--------------------------------------------- */
.has-white-color {
  color: #fff;
}
.has-white-background-color {
  background-color: #fff;
}
.has-black-color {
  color: #000;
}
.has-black-background-color {
  background-color: #000;
}
.has-primary-color {
  color: #3b82f6;
}
.has-primary-background-color {
  background-color: #3b82f6;
}
.fw-thin {
  font-weight: 100 !important;
}
.fw-extra-light {
  font-weight: 200 !important;
}
.fw-extralight {
  font-weight: 200 !important;
}
.fw-ultra-light {
  font-weight: 200 !important;
}
.fw-ultralight {
  font-weight: 200 !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-book {
  font-weight: 400 !important;
}
.fw-regular {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semi-bold {
  font-weight: 600 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-demi-bold {
  font-weight: 600 !important;
}
.fw-demibold {
  font-weight: 600 !important;
}
.fw-demi {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-extra-bold {
  font-weight: 800 !important;
}
.fw-extrabold {
  font-weight: 800 !important;
}
.fw-ultra-bold {
  font-weight: 900 !important;
}
.fw-ultrabold {
  font-weight: 900 !important;
}
.fw-heavy {
  font-weight: 900 !important;
}
.fw-black {
  font-weight: 900 !important;
}
.fw-ultra {
  font-weight: 900 !important;
}
.fw-ultra-black {
  font-weight: 900 !important;
}
.fw-ultrablack {
  font-weight: 900 !important;
}
.fw-extra-ultra {
  font-weight: 900 !important;
}
.fw-extraultra {
  font-weight: 900 !important;
}
.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.is-layout-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.is-layout-flex.is-vertical {
  flex-direction: column;
}
.is-layout-flex.is-nowrap {
  flex-wrap: nowrap;
}
.is-layout-flex.is-content-justification-left {
  justify-content: flex-start;
}
.is-layout-flex.is-content-justification-center {
  justify-content: center;
}
.is-layout-flex.is-content-justification-right {
  justify-content: flex-end;
}
.is-layout-flex.is-content-justification-space-between {
  justify-content: space-between;
}
.cls-404-svg-1 {
  fill: #fb855f;
}
.cls-404-svg-2 {
  fill: #fff;
}
.cls-404-svg-3 {
  fill: #4f8ff7;
}
.cls-404-svg-4 {
  fill: #3b82f6;
}
.cls-404-svg-5 {
  fill: #295bac;
}
.cls-404-svg-6, .cls-404-svg-7 {
  fill: #cee0fd;
}
.cls-404-svg-8 {
  fill: #b1cdfb;
}
.cls-404-svg-9 {
  fill: #234e94;
}
.cls-404-svg-7 {
  opacity: 0.19;
}
.cls-404-svg-10 {
  fill: #8e3332;
}
.cls-404-svg-11 {
  fill: #76a8f9;
}
.cls-404-svg-12 {
  clip-path: url(#clippath);
}
.cls-404-svg-13, .cls-404-svg-14 {
  fill: none;
}
.cls-404-svg-14 {
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 12px;
}
.cls-404-svg-15 {
  fill: #234e94;
}
.cls-404-svg-16 {
  fill: #89b4fa;
}
.cls-404-svg-17 {
  fill: #fd8b66;
}
.cls-404-svg-18 {
  fill: #e56542;
}
.cls-404-svg-19 {
  fill: #89b4fa;
}
body {
  background-color: #f1f5f9;
  color: #334155;
  --bs-link-color: #334155;
  --bs-link-hover-color: #334155;
  font-family: "Poppins", sans-serif;
  --plyr-color-main: #3b82f6;
}
/**/
h1, .h1 {
  font-weight: 600;
}
h2, .h2 {
  font-weight: 600;
}
h3, .h3 {
  font-weight: 600;
}
/*
* Navigation css
*/
header {
  --nav-color: #334155;
  --nav-gap: .5rem;
  --underline-width: 70%;
  position: absolute;
  width: 100%;
  z-index: 5;
}
@media (min-width: 1200px) {
  header {
    --nav-color: #fff;
    --nav-gap: 0;
    --underline-width: 100%;
  }
}
header nav.navbar .navbar-brand img {
  height: 70px;
}
header nav.navbar .nav-item .nav-link {
  color: var(--nav-color);
  position: relative;
  --bs-nav-link-padding-x: 0.5rem;
}
header nav.navbar .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: calc((100% - var(--underline-width)) / 2);
  width: var(--underline-width);
  height: 2px;
  background-color: var(--nav-color);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s;
}
header nav.navbar .navbar-nav .nav-item .nav-link.active, header nav.navbar .nav-item .nav-link.active {
  color: var(--nav-color);
}
header nav.navbar .navbar-nav .nav-item .nav-link.active::before, header nav.navbar .nav-item .nav-link.active::before {
  transform: scaleX(1);
  transform-origin: left;
}
header nav.navbar .nav-item .nav-link:hover {
  color: var(--nav-color);
}
header nav.navbar .nav-item .nav-link:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
header nav.navbar .navbar-nav {
  text-align: center;
  gap: var(--nav-gap);
}
header nav.navbar .navbar-toggler {
  background-color: #cbd5e1;
  color: #334155;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  box-shadow: none !important;
}
@media (min-width: 1200px) {
  header nav.navbar .navbar-toggler {
    display: none;
  }
}
header nav.navbar .dropdown-menu {
  --bs-dropdown-link-active-bg: #94a3b8;
  --bs-dropdown-link-active-color: #f1f5f9;
}
.content-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: 1px solid #e2e8f0;
}
.content-card.has-space-above {
  margin-top: 80px;
}
.content-card.has-grid {
  padding: 0;
}
.content-card.no-padding {
  padding: 0;
}
.grid-row {
  margin-right: -1px;
  margin-bottom: -1px;
}
.grid-row .grid-col {
  border-bottom: 1px solid #e2e8f0;
  border-right: 1px solid #e2e8f0;
}
.news-item {
  position: relative;
  padding: 1rem;
}
.news-item .title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}
footer {
  border-top: 1px solid #e2e8f0;
  margin-top: 80px;
  color: #94a3b8;
}
.table {
  --bs-table-color: #334155;
}
.btn {
  --bs-btn-font-weight: 500;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
}
.btn-outline-primary {
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
}
table.tabler {
  margin-bottom: 0;
  --bs-table-color: rgba(51, 65, 85, 0.75);
}
table.tabler th {
  background: #f1f5f9;
  color: #64748b;
  font-size: 14px;
  text-transform: uppercase;
}
table.tabler tr td:first-child, table.tabler tr th:first-child {
  padding-left: 1.25rem;
  border-left: 0;
}
table.tabler tr td:last-child, table.tabler tr th:last-child {
  padding-right: 1.25rem;
  border-right: 0;
}
table.tabler .small-col {
  width: 1%;
  white-space: nowrap;
}
table.tabler.vertical-align-middle td, table.tabler.vertical-align-middle th {
  vertical-align: middle;
}
.content-card-block + .content-card-block {
  margin-top: 40px;
}
/*# sourceMappingURL=/wp-content/themes/noorderkerk/assets/css/site.css.map */