/*
Theme Name: BusinessClubIC
Theme URI: https://businessclubbic.nl
Description: Business Club IC Redesign 2025
Author: Europe Web Media
Author URI: http://europewebmedia.nl/
Version: 1.0
Text Domain: businessclubic
*/

:root {
  --primary-text-color: #0A2E2A;
  --secondary-text-color: #092e2a;
  --link-hover-color: #edcb8c;
}

.raleway-regular {
font-family: "Raleway", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}
.raleway-semibold {
font-family: "Raleway", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
}
.raleway-bold {
font-family: "Raleway", sans-serif;
font-optical-sizing: auto;
font-weight: 600;
font-style: normal;
}
body {
  color: var(--primary-text-color);
  font-family: "Raleway", sans-serif;
}


/* Minimal styling to complement Bootstrap */
.hidden {
  opacity: 0;
  visibility: hidden;
}
.site-header .site-branding img {
  /*max-height: 48px;*/
  width: 250px;
  height: auto;
}
.content-post .card-body a {
  text-decoration: none;
}

.top-header {
  background: #85A8A1;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.top-header a.mail-link {
  color: #fff;
  text-decoration: none;
}
.top-header a.mail-link:hover {
  text-decoration: underline;
}
.top-header a.button-link {
  display: flex;
  width: 24px;
  height: 24px;
  text-decoration: none;
  align-items: center;
}
.top-header a.button-link i {
  color: #fff;
}
.top-header a.button-link:hover i {
  color: #000;
}
.top-header a.button-link svg path {
  fill: #fff;
}
.top-header a.button-link:hover svg path {
  fill: #edcb8c;
}

#menu-header a {
  color: var(--primary-text-color);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
#menu-header a:hover {
  text-decoration: none;
}

/* carousel component */
.carousel-component .container-wrapper {
  background:#85a8a1;
      padding-top: 2rem;
    padding-bottom: 1.5rem;
}
.carousel-item-wrapper {
  /*background: url(/wp-content/uploads/2025/12/slide-banner-scaled.png) scroll no-repeat center;*/
  /*background: url(/wp-content/uploads/2025/12/slide-banner-image.png) scroll no-repeat center;
  background-size: contain;*/
}
.carousel-item img {
  object-fit: contain;
  width: 60%;
  margin-left: auto;
  display: flex;
  margin-right: auto;
  border-radius: 50% / 40%;
  transform: translateY(6rem);
}
.carousel-item {
  background-attachment: scroll;
  background-position: right;
  /*backgorund-size*/
}
.carousel-top {
  background: #7f9d96 url(/wp-content/uploads/2025/12/slider-banner-top-bg-scaled.png) scroll no-repeat center;
  background-size: cover;
  height: 450px;
  /*position: absolute;*/
  top: 0;
  width: 100%;
  display: grid;
  align-content: center;
  padding-left: 2rem;
}
.carousel-bottom {
  background: #fff url(/wp-content/uploads/2025/12/slider-banner-bottom-bg-scaled.png) scroll no-repeat center;
  background-size: contain;
    height: 116px;
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    display: grid;
    align-content: center;
    padding-left: 2rem;
}
.carousel-top .text-content {
  height: 100%;
  display: grid;
  align-items: center;
}
.carousel-top .text-content .title {
  font-family: "Raleway", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  color: #0b2e2a;
}
.carousel-bottom .text-content .description {
  font-family: "Raleway", sans-serif;
  color: #0b2e2a;
  font-size: 1.25rem;
  font-weight: 300;
}

/* footer section */
footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
footer .branding-contact {
  height: 100%;
  display: grid;
  align-content: center;
}
footer .site-branding img {
  width: 180px;
  height: auto;
}
footer .mail-link {
  color: #85A8A1;
  text-decoration: none;
}
footer .mail-link:hover {
  color: #5d7570;
}
footer .button-link {
  text-decoration: none;
}
footer .button-link i {
  color: #85A8A1;
}
footer .button-link:hover i {
  color: #5d7570;
}
footer .button-link svg path {
  fill: #85A8A1;
}
footer .button-link:hover svg path {
  fill: #5d7570;
}


.common-return-button {
  padding: 5px 10px;
    background-color: #f5f2e0;
    font-size: 1em;
    font-weight: 500;
    font-style: normal;
    color: rgb(10, 46, 42);
    font-kerning: none;
    text-decoration-line: none;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    /*transform: translate(-1rem, -10rem);*/
    position: relative;
    display: inline-block;
    width: auto;
}
.common-return-button:hover {
  /*background-color: #dcd9c9;*/
  background-color: #84a6a1!important;
}

/* inleiding component */
.inleiding-component .container {
  background: #edcb8c url(/wp-content/themes/businessclubic25/img/inleiding-bottom-bg.jpg) scroll no-repeat bottom center/contain;
}
.inleiding-component .col-md-6 {
  padding-top: 250px;
  padding-bottom: 100px;
}
.inleiding-component .spacer {
  min-height: 200px;
}
.inleiding-component .heading-wrapper h2 {
  font-size: 4rem;
  color: var(--secondary-text-color);
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}
.inleiding-component .heading-wrapper::after {
  background: #edcb8c url(/wp-content/themes/businessclubic25/img/inleiding-title-swirl-bg.png) scroll no-repeat center / cover;
  content: '';
  width: 50%;
  display: inline-block;
  height: 40px;
}
.inleiding-component .right-column {
  background: #edcb8c url(/wp-content/themes/businessclubic25/img/inleiding-swirl-bg-1.png) scroll no-repeat top right/250px;
  background-position-x: 70%;
}
.inleiding-component .text-content {
  color: var(--secondary-text-color);
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration: none;
  margin-top: 2rem;
  line-height: 1.5rem;
}
.inleiding-component .common-return-button {
  padding: 5px 10px;
  background-color: #f5f2e0;
  font-size: 1em;
  font-weight: 500;
  font-style: normal;
  color: rgb(10, 46, 42);
  font-kerning: none;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  transform: translate(-1rem, -10rem);
  position: relative;
  display: inline-block;
  width: auto;
}