/*
Theme Name: Compass Theme -  Boudewijn
Theme URI: https://www.boudewijnnoordhuis.nl/
Author: Boudewijn Noordhuis
Author URI: https://www.boudewijnnoordhuis.nl/
Description: This is a theme made by Boudewijn.
Version: 1.0
Text Domain: compass-theme
*/
/* TODO: Fill in the correct information above */
/* TODO: Vervang de screenshot.png */
@import url("https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400&display=swap");
/* This file is made for all your variables, think of colors you will use, basic spacing etc. */
/* EXAMPLE:
$text_color: #333;
$red: #FF0000;

$text_font: "Open Sans", serif;
$title_font: "Meriweather", sans-serif;
*/
.text-green {
  color: #005DC2;
}

.bg-light {
  background-color: #F2F8FB !important;
}

.bg-lightbrown {
  background-color: #F2F0EA !important;
}

.shadow {
  box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 5px;
}

body {
  font-family: "Arvo", serif;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

p {
  font-family: "Work Sans", sans-serif;
  line-height: 30px;
  font-size: 1.2em;
  text-rendering: geometricPrecision;
  color: #4e4e4e;
}

a {
  color: #005DC2;
}

a:hover {
  color: #005DC2;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
}

.navbar {
  transition: 0.4s;
  width: 100%;
  position: relative;
  z-index: 9;
  background-color: #ffffff;
  padding: 30px 10px;
}
.navbar .navbar-nav .nav-link {
  color: #000000;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  font-weight: 600;
  text-rendering: geometricPrecision;
  position: relative;
}
.navbar .navbar-nav .nav-link.active:after {
  transition: 0.4s;
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #005DC2;
  border-radius: 20px;
}

.toggle-side-menu {
  cursor: pointer;
  z-index: 10;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  margin-left: 20px;
  right: 50px;
  top: 50px;
  background: rgba(218, 218, 218, 0.35);
  backdrop-filter: blur(20px);
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #ffffff;
}
.toggle-side-menu i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
  font-size: 30px;
}
.toggle-side-menu i.fa-times {
  visibility: hidden;
  opacity: 0;
}
.toggle-side-menu i.fa-bars {
  visibility: visible;
  opacity: 1;
}
.toggle-side-menu.active i.fa-times {
  visibility: visible;
  opacity: 1;
}
.toggle-side-menu.active i.fa-bars {
  visibility: hidden;
  opacity: 0;
}

.side-menu {
  position: fixed;
  display: flex;
  flex-flow: column;
  justify-content: center;
  top: 0;
  right: 0;
  height: 100%;
  background: rgba(132, 218, 210, 0.73);
  backdrop-filter: blur(40px);
  padding: 20px 60px;
  width: 450px;
  transform: translateX(450px);
  transition: 0.5s;
  transition-timing-function: ease-in-out;
}
.side-menu.active {
  transform: translateX(0px);
}
.side-menu ul {
  list-style: none;
  padding-left: 0;
}
.side-menu ul:hover li {
  opacity: 0.5;
}
.side-menu ul li:hover {
  opacity: 1;
}
.side-menu ul li {
  transition: 0.35s;
}
.side-menu ul li a {
  color: #ffffff;
  font-size: 28px;
}
.side-menu .side-menu-search {
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.27);
  border-radius: 30px;
  border: none;
  padding: 15px 20px;
  font-family: "Work Sans", sans-serif;
  color: #ffffff;
  font-size: 16px;
}
.side-menu .side-menu-search::placeholder {
  color: #ffffff;
}
.side-menu .side-menu-search-form {
  position: relative;
}
.side-menu .side-menu-search-form i {
  color: #ffffff;
}
.side-menu .side-menu-search-form button {
  position: absolute;
  padding: 0;
  right: 21px;
  top: 64%;
  transform: translateY(-50%);
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent;
}

.btn {
  padding: 15px 30px;
  border-radius: 30px;
  border: none;
  position: relative;
  transition: 0.4s;
}
.btn i {
  transition: 0.4s;
}
.btn i.fa-arrow-right {
  position: absolute;
  height: 100%;
  top: 0;
  margin-left: 0px;
  right: 0;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn i.fa-plus {
  position: absolute;
  top: 10px;
  margin-left: 0px;
  right: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #13b585;
  width: 35px;
  height: 35px;
  font-size: 19px;
}
.btn.btn-arrow {
  overflow: hidden;
  padding-right: 80px;
}
.btn.btn-plus {
  overflow: hidden;
  padding-right: 60px;
}
.btn.btn-secondary {
  background-color: #ffd70c;
}
.btn.btn-secondary i.fa-arrow-right {
  background: #E09B3E;
}
.btn.btn-secondary:hover {
  background-color: #E09B3E;
}
.btn.btn-secondary:hover i.fa-arrow-right {
  background: #ba822e;
}
.btn.btn-primary {
  background-color: #005DC2;
}
.btn.btn-primary i.fa-arrow-right {
  background: #005DC2;
}
.btn.btn-primary:hover {
  background-color: #005DC2;
}
.btn.btn-primary:hover i.fa-arrow-right, .btn.btn-primary:hover i.fa-plus {
  background: #078e67;
}

h2 {
  margin-bottom: 25px;
}

figure {
  background-size: cover;
  background-position: center;
  height: 20rem;
}

.main-page-banner {
  height: 25rem;
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.main-page-banner:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.26);
  z-index: 1;
}
.main-page-banner .container {
  z-index: 2;
}
.main-page-banner h1 {
  color: #ffffff;
  font-size: 70px;
  text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.68);
  margin-bottom: 40px;
}

.home-banner {
  height: 90vh;
  position: relative;
  background-attachment: fixed;
}
.home-banner:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-color: #000000;
  left: 0;
  top: 0;
  opacity: 0.2;
  width: 100%;
  height: 100%;
}
.home-banner .home-banner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 950px;
  z-index: 2;
}
.home-banner .home-banner-text h1 {
  color: #ffffff;
  font-size: 4rem;
  text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.68);
}

.scroll-down-btn-wrapper {
  width: 100%;
  text-align: center;
  margin-top: -45px;
  z-index: 3;
  position: relative;
}
.scroll-down-btn-wrapper .scroll-down-btn {
  border: none;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  width: 55px;
  height: 55px;
  backdrop-filter: blur(18px);
  color: white;
  font-size: 24px;
  outline: none;
  cursor: pointer;
}

.socials-sidewidget {
  position: fixed;
  right: 0px;
  top: 50%;
  z-index: 9;
  background: #ffffff;
  text-align: center;
  padding: 7px 15px;
  backdrop-filter: blur(20px);
  border-radius: 10px 0 0 10px;
}
.socials-sidewidget i {
  color: #005DC2;
}

/* SECTIONS */
.img-section-left {
  width: calc(50% - 50px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.newsletter-form {
  display: flex;
  align-items: center;
  margin: 30px 0;
}

.inputholder {
  display: block;
}
.inputholder input, .inputholder label {
  display: block;
}
.inputholder input {
  outline: none;
  background-color: transparent;
  border: none;
  border-bottom: solid 2px #000000;
  min-width: 250px;
}

section {
  position: relative;
  padding: 4rem 0;
}
section.section-sm {
  padding: 2rem 0;
}
section.section-dark {
  color: #fff;
  background-color: #333;
}
section.section-grey {
  background-color: #f9f9f9;
}

/* BLOCKS */
.block {
  padding: 2rem;
}
.block.block-grey {
  background-color: #ececec;
}

/* BLOG */
.blog {
  display: block;
  color: #333;
  background-color: #fff;
  height: 100%;
  text-decoration: none;
}
.blog .blog-photo {
  height: 13rem;
  overflow: hidden;
}
.blog .blog-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease;
}
.blog .blog-content {
  padding: 2rem;
}
.blog:hover {
  text-decoration: none;
  color: #333;
}
.blog:hover .blog-photo img {
  transform: scale(1.1);
}

/* CONTACT PAGE */
#map_canvas {
  height: 30rem;
}

/* FOOTER */
.beforefooter {
  position: relative;
}
.beforefooter:after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 200px;
  height: 300px;
  top: -100px;
  right: -5px;
  z-index: 3;
}

footer {
  margin-top: 20px;
  position: relative;
  padding: 4rem 0;
  color: #ffffff;
  background-color: #222222;
}
footer:before {
  content: "";
  position: absolute;
  display: block;
  width: 110%;
  height: 100px;
  background-size: 111vw;
  background-repeat: no-repeat;
  top: -40px;
  left: 0;
  z-index: 3;
  background-position: -55px 50%;
}
footer p {
  font-size: 18px;
  color: #ffffff;
}
footer h3 {
  font-size: 20px;
  margin-bottom: 30px;
}
footer ul {
  padding-left: 0;
  list-style: none;
  font-family: "Work Sans", sans-serif;
  text-rendering: geometricPrecision;
}
footer ul li {
  margin-bottom: 15px;
  font-size: 18px;
}
footer a {
  color: #ffffff;
}

/* SCREEN READER */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.volunteer-item {
  padding: 35px;
  border: solid 1px #F2F8FB;
}
.volunteer-item h3 {
  margin-bottom: 30px;
}

.alg_open_price:read-only {
  opacity: 0.5;
}

.woocommerce .variations_form {
  background-color: #F2F8FB;
  padding: 40px;
}
.woocommerce .related.products {
  display: none;
}
.woocommerce.columns-4 li.product {
  width: 23% !important;
  margin: 0 30px 2.992em 0 !important;
}
.woocommerce li.product {
  background-color: #ffffff;
}
.woocommerce li.product img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.woocommerce li.product .product-item-text-wrapper {
  padding: 20px 30px;
}
.woocommerce li.product .product-item-text-wrapper h2 {
  font-size: 20px !important;
  font-weight: 600;
  padding: 0 !important;
  margin-bottom: 25px !important;
  color: #005DC2;
}
.woocommerce li.product .product-item-text-wrapper .product-item-excerpt {
  margin-bottom: 40px;
  font-size: 14px;
  color: #333333;
}
.woocommerce li.product .price {
  color: #000000 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}
.woocommerce li.product .added_to_cart {
  padding: 0 20px 20px 30px;
}
.woocommerce li.product .add_to_cart_button {
  height: 50px;
  width: 50px;
  background-color: #005DC2 !important;
  display: block;
  border-radius: 30px !important;
  margin-left: auto;
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: 0.3s;
}
.woocommerce li.product .add_to_cart_button:hover {
  background-color: #005DC2 !important;
}
.woocommerce li.product .add_to_cart_button.added {
  display: none;
}
.woocommerce li.product .add_to_cart_button:before {
  content: "";
  background-image: url("images/shoppingbagplus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 1px 9px;
  z-index: 2;
  position: absolute;
  display: block;
  width: calc(100% - 20px);
  height: 100%;
  margin: auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  background-color: transparent !important;
}
.woocommerce #add_payment_method #payment, .woocommerce .woocommerce-cart #payment, .woocommerce .woocommerce-checkout #payment {
  background: #ffffff;
  border-radius: 0px;
}
.woocommerce .col-1, .woocommerce .col-2 {
  flex: none;
  max-width: 48%;
}
.woocommerce form .form-row {
  display: block;
}
.woocommerce form .form-row input, .woocommerce form .form-row textarea {
  border-radius: 0;
  border: solid 1px;
  padding: 10px 15px;
}
.woocommerce .woocommerce-ordering select {
  border-radius: 0;
  border: none;
  padding: 15px 20px;
}
.woocommerce #customer_details {
  margin-bottom: 30px;
}
.woocommerce #sidebar {
  padding: 30px;
  background-color: #ffffff;
}
.woocommerce #sidebar h2 {
  font-size: 22px;
}
.woocommerce #sidebar ul {
  padding-left: 0;
  list-style: none;
}
.woocommerce span.onsale {
  border-radius: 0 !important;
  background-color: #005DC2 !important;
  line-height: 0 !important;
  min-height: 0 !important;
  min-width: 0 !important;
  padding: 20px !important;
  margin: 0 !important;
}
.woocommerce .woocommerce-product-gallery__image {
  border: solid 15px #ffffff;
}
.woocommerce .quantity .qty {
  height: 60px;
  border: none;
  margin-right: 20px;
}
.woocommerce .woocommerce-tabs {
  display: none;
}
.woocommerce div.product {
  display: flex;
}
.woocommerce div.product .images, .woocommerce div.product .summary {
  float: none;
}
.woocommerce div.product .summary {
  padding: 10px 50px !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #005DC2;
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1240px !important;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1280px !important;
  }
}

/*# sourceMappingURL=style.css.map */
