/*
Theme Name: EO Kelowna
Theme URI: https://www.eokelowna.ca/
Author: 
Author URI: 
Version: 1.0

* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/
/******** FONTS *******/
/* albert-sans - latin_latin-ext */
@font-face {
  font-display: swap; 
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/albert-sans-v3-latin_latin-ext-300.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/albert-sans-v3-latin_latin-ext-regular.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Albert Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/albert-sans-v3-latin_latin-ext-italic.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/albert-sans-v3-latin_latin-ext-500.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/albert-sans-v3-latin_latin-ext-600.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/albert-sans-v3-latin_latin-ext-700.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/albert-sans-v3-latin_latin-ext-800.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/albert-sans-v3-latin_latin-ext-900.woff2') format('woff2'); 
}


/*************** ROOT ***************/
:root {
  --primary-font: 'Albert Sans', sans-serif;
  --primary-color: #FF346E;
  --secondary-color: #3D46F2;
  --highlight-color: #FFD56E;
  --text-color: #1A1A48;
  --filter-primary: brightness(0) saturate(100%) invert(54%) sepia(86%) saturate(5552%) hue-rotate(321deg) brightness(98%) contrast(108%);
  --filter-secondary:  brightness(0) saturate(100%) invert(27%) sepia(80%) saturate(5471%) hue-rotate(237deg) brightness(95%) contrast(99%);
  --dark-filter: brightness(0) saturate(100%) invert(16%) sepia(9%) saturate(4104%) hue-rotate(202deg) brightness(89%) contrast(107%);
  --white-filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(383%) hue-rotate(331deg) brightness(116%) contrast(100%);
}

/*************** PREDEFINED ***************/
body {
  font-family: var(--primary-font);
  color: var(--text-color);
  padding-top: 62.47px;
}
html {
  scroll-padding-top: 62.47px;
}
.btn {
  padding: 10px 20px;
  border-radius: 5px;  
  font-size: 15px;
  font-weight: 700;
  border: none;
  line-height: 1.2;
}
.btn-primary {
  background: var(--primary-color);
  color: #FFFFFF;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background:var(--secondary-color) !important;
  color: #FFFFFF !important;
}
.btn-outline {
  background: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  background: #FFFFFF !important;
  border: 2px solid #FFFFFF !important;
  color: var(--text-color) !important;
}
.bg-primary {
  background-color: var(--primary-color) !important;
}
.bg-secondary {
  background-color: var(--secondary-color) !important;
}
.bg-dark {
  background-color: var(--text-color) !important;
}
.text-secondary {
  color: var(--secondary-color) !important;
}
.text-primary {
  color: var(--primary-color) !important;
}
.text-yellow {
  color: var(--highlight-color) !important;
}
.top-title {
  letter-spacing: 4px;
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.section-title {
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 8px;
  font-weight: 700;
}
.bg-light-gradient {
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #EFEFFF 100%);
}
.section-padding {
  padding: 50px 0;
}
.section-padding-sm {
  padding: 40px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
.g-20 {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}
.container {
	padding: 0 30px;
}
/******** SOCIALS ***********/
.socials {
  gap: 12px;
}
.socials a {
  width: 24px;
  height: 24px;
}
.dark-socials a img {
  filter: var(--dark-filter);
}
.dark-socials a:hover img {
  filter: var(--filter-primary);
}
.light-socials a img {
  filter: var(--filter-primary);
}
.light-socials a:hover img {
  filter: var(--dark-filter)
}
.fw-800 {
  font-weight: 800;
}
/******** NAVBAR ***********/
.navbar-brand img {
  width: 130px;
}
.navbar {
  box-shadow: 0px 4px 15px 0px #0000001A;
  padding: 12px 0;
}
.btn-menu {
  background-color: transparent;
  border: none;
  padding: 0;
  width: 30px;
  height: 30px;
  background-color: var(--primary-color);
  border-radius: 4px;
}
.btn-menu img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  filter: var(--white-filter);
}
.offcanvas-header {
  padding: 12px;
}
.navbar .nav-item {
  border-bottom: 1px solid #3D46F233;
  padding: 6px 0;
}
.navbar .nav-item:last-child {
  border-bottom: none;
}
.navbar .nav-link {
  font-weight: 600;
  font-size: 18px;
  color: var(--text-color);
}
.navbar .nav-link.active {
  color: var(--secondary-color);
}
.offcanvas {
  width: 300px !important;
}
/******** FOOTER ***********/
.footer-main {
  padding-top: 43px;
  padding-bottom: 28px;
}
.footer-bottom {
  padding: 20px 0;
  font-size: 14px;
  border-top: 1px solid #E2E3FA;
}
.footer-bottom a {
  color: var(--text-color);
  text-decoration: none;
}
.footer-logo img {
  width: 160px;
}  
footer {
	border-top: 1px solid #DADCDF;
}
/******** HERO ***********/
.hero {
  padding: 40px 0;
}     
.hero-img1 { 
  height: 115px; 
}
.hero-img2 {  
  height: 115px;
}
.hero-img3 { 
  height: 100%; 
}
.hero-img4 { 
  height: 190px;
}
.hero-images img {
  width: 100%;
  height: auto;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  object-position: center;
}
.hero-text-box h1 {
  line-height: 1.1;
  margin-bottom: 12px;
}
.hero-text-box p {
  line-height: 1.4;
}
.hero-text-box p:last-of-type {
  margin-bottom: 0;
}
/******** ABOUT SECTION ***********/
.about-section {
  padding: 65px 0;
  min-height: 500px;
}
.about-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color:#1A1A4880;
  backdrop-filter: blur(4px);
}
.about-section-text-content h2,
.about-section-text-content h3,
.about-section-text-content h4,
.about-section-text-content h5 {
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.3;
}
.about-section-text-content ul {
  list-style-type: none;
  padding-left: 0;
}
.about-section-text-content ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 15px;
}
.about-section-text-content ul li::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url('img/check-yellow.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 50%;
}
.about-section-text-content li,
.about-section-text-content p {
  line-height: 1.4;
}
/******** STATS SECTION ***********/
.num-value {
  font-size: 26px;
  padding-bottom: 14px;
}
.num-value::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 45px;
  background-color: var(--secondary-color);
  border-radius: 100px;
}
.num-text {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.64px;
  padding-top: 10px;
}
/******** VIDEO SECTION ***********/
.video-box {
  max-width: 365px;
  
}
.video-box-inner {
  box-shadow: 0px 10px 30px 0px #0000001A;
  border-radius: 15px;
}
.video-box::after,
.video-box::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -55px;
  background-image: url('img/lines.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 127px;
  height: 133px;
  z-index: 1;
}
.video-box::before {
  bottom: -45px;
  right: -50px;
  top: auto;
  left: auto;
}
.video-section-text {
  max-width: 540px;
}
.video-section-text p {
  line-height: 1.4;
}

/******** MEMBERSHIP ***********/
.membership-text-box li::before {
  filter: var(--filter-secondary);
}
.membership-list-title {
  line-height: 1.4;
  margin-bottom: 16px;
}
.membership-list-container ul {
  list-style-type: none;
  padding: 0;
}
.membership-list-container ul li {
  position: relative;
  padding: 16px 50px;
  border: 2px solid #FFFFFF4D;
  box-shadow: 0px 10px 30px 0px #0000000D;
  border-radius: 15px;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 1.3;
}
.membership-list-container ul li:last-child {
  margin-bottom: 0;
}
.membership-list-container ul li::before{
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(img/check-yellow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 24px;
  top: 19px;
  border-radius: 50%;
}
.column-bg::after {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  background-color: var(--text-color);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
/******** SPONSORS ***********/
.sposor-img img {
  height: auto;
  max-height: 44px;
  width: auto;
}
.sposor-img {
  flex-shrink: 0;
}
.sponsors-title {
  font-size: 20px;
  line-height: 1.1;
}
.sponsors-block .sponsors-title {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.main-sponsor-img img {
  max-height: 75px;
}
.main-sponsor {
  margin-bottom: 30px;
}
.sponsors-text {
  color: #A1A7B9;
  font-size: 15px;
  margin-top: 50px;
}
.sponsors-text a {
  color: #FFFFFF;
}
.sponsors-text p:last-child {
  margin-bottom: 0;
}
/******** JOIN ***********/
.join-block {
  border-radius: 20px;
}
.join-lines {
  width: 65px;
}
.join-block-text {
  padding: 40px;
}
.join-block-text p {
  max-width: 360px;
}
.join-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3D46F299;
}
/******** PAGE HEADER ***********/
.page-header .container::after {
  position: absolute;
  content: "";
  width: 90px;
  height: 90px;
  bottom: -10px;
  right: 12px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-header h1 {
  font-size: 36px;
  max-width: calc(100% - 100px);
}
/******** LEADERSHIP ***********/
.leader-img {
  border: 4px solid #FFFFFF;
  box-shadow: 0px 8px 30px 0px #00000033;
}
.leader-img img {
  object-position: top;
  -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);
}
.leadership-block {
  max-width: 870px;
}
.leader-box {
  max-width: 175px;
}
.leader-name {
  font-size: 18px;
  line-height: 1.3;
}
.leader-name span {
  font-size: 16px;
  line-height: 1.5;
}
.leadership-block {
  column-gap: 25px;
  row-gap: 25px;
}
.chapter-leadership-section::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1A1A48CC;
}
/******** TEXT IMAGE ***********/
.about-text-image-img {
  max-width: 450px;
}
.about-wide-img {
  border-radius: 15px;
}
.text-image-wide {
  gap: 24px;
}
/******** EVENTS ***********/
.event-box {
  border-radius: 10px;
  box-shadow: 0px 10px 30px 0px #0000000D;
  background-color: #FFFFFF;
  padding-left: 29px !important;
}
.event-box h3 {
  font-weight: 800;
  font-size: 17px;
}
.date-icon {
  width: 18px;
}
.date-icon img {
  width: 100%;
  height: auto;
}
.event-box::before {
  width: 5px;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.event-box.upcoming-event::before {
  background-color: var(--primary-color);
}
.event-box.global-event::before {
  background-color: #30A68A;
}
.event-box.regional-event::before {
  background-color: var(--secondary-color);
}
.event-year {
  font-size: 22px;
}
.year-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px; /* visina "border-a" */
  background-image: repeating-linear-gradient(
    to right,
    #9699C5 0px,
    #9699C5 4px,
    transparent 4px,
    transparent 8px
  );
}
.btn-event {
  border-radius: 100px;
  font-weight: 800;
  font-size: 16px;
  border: 2px solid var(--text-color);
  line-height: 1;
  padding: 7px 20px;
  background-color: transparent;
  white-space: nowrap;
}
.btn-event:hover,
.btn-event:active,
.btn-event:focus,
.btn-event.active {
  background-color: var(--text-color);
  color: #FFFFFF;
}
.btn-event-upcoming {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.btn-event-upcoming:hover,
.btn-event-upcoming:active,
.btn-event-upcoming:focus,
.btn-event-upcoming.active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-event-regional {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}
.btn-event-regional:hover,
.btn-event-regional:active,
.btn-event-regional:focus,
.btn-event-regional.active {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.btn-event-global {
  border-color: #30A68A;
  color: #30A68A;
}
.btn-event-global:hover,
.btn-event-global:active,
.btn-event-global:focus,
.btn-event-global.active {
  background-color: #30A68A;
  border-color: #30A68A;
}
.event-list-group {
  padding-top: 34px;
}
.contact-block-content a {
  color: var(--primary-color);
  text-decoration: none;
}
.contact-block-content b {
  font-weight: 700;
}

html :where(.wp-block) {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
:root :where(.editor-styles-wrapper)::after {
  display: none !important; 
}
.admin-bar .offcanvas,
.admin-bar .navbar.fixed-top {
  top: 46px;
}
#wpadminbar {
  position: fixed;
}
.page404-block {
  min-height: calc(100svh - 322.81px);
}
.contact-img img {
  max-height: 100%;
}
.about-wide-text p {
  max-width: 600px;
}
.page-header.bg-light-gradient {
	background: radial-gradient(34.01% 254.09% at 66.67% 60.51%, #FFFFFF 0%, #EFEFFF 100%);
}

/******** RESPONSIVE SM ***********/
@media (min-width: 576px) {}
/******** RESPONSIVE MD ***********/
@media (min-width: 768px) {
  .hero-img1 { 
    height: 165px; 
  }
  .hero-img2 {  
    height: 165px;
  }
  .hero-img3 { 
    height: 100%; 
  }
  .hero-img4 { 
    height: 240px;
  }
  .page404-block {
    min-height: calc(100svh - 282.81px);
  }
}
@media (min-width: 783px) {
  .admin-bar .offcanvas,
  .admin-bar .navbar.fixed-top {
    top: 32px;
  }
}
/******** RESPONSIVE LG ***********/
@media (min-width: 992px) {
  .section-padding {
    padding: 70px 0;
  }
  .section-padding-sm {
    padding: 55px 0;
  }
  body {
    padding-top: 117.7px;
  }
  html {
  scroll-padding-top: 117.7px;
}
  .btn {
    padding: 14px 25px;
    font-size: 18px;
    font-weight: 800;
  }
  .btn-sm {
    font-weight: 800;
    padding: 11px 25px;
    font-size: 16px;
  }
  .navbar {
    padding: 30px 0 !important;
  }
  .navbar .nav-item {
    border-bottom: none;
    padding: 6px 0;
    margin: 0 5px;
  }
  .navbar .nav-link {
    font-size: 16px;
  }
  .navbar .nav-link:hover,
  .navbar .nav-link.active {
    color: var(--secondary-color);
  }
  .navbar-brand img {
    width: 195px;
  }
  .footer-bottom {
    padding: 28px 0;
  }
  .hero {
    padding: 75px 0;
  }     
  .hero-img1 { 
    height: 115px; 
  }
  .hero-img2 {  
    height: 115px;
  }
  .hero-img3 { 
    height: 100%; 
  }
  .hero-img4 { 
    height: 190px;
  }
  .top-title {
    font-size: 14px;
  }
   .section-title {
    font-size: 32px;
  }
  .section-title-sm {
    font-size: 26px;
  }
  .about-section-text-box {
    max-width: 400px;
  }
  .about-section::after {
    width: 50%;
  }
  .membership-list-container ul li {
    padding: 20px 70px;
    margin-bottom: 24px;
    font-size: 18px;
    max-width: 444px;
  }
  .membership-list-container ul li::before{
    width: 21px;
    height: 21px;
    left: 26px;
    top: 23px;
  }
  .membership-section::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    background-color: var(--text-color);
    right: 0;
    top: 0;
    z-index: 0;
  }
  .membership-list-container {
    padding-left: 25px;
  }
  .sponsors-title {
    font-size: 22px;
  }
  .sponsors-block .sponsors-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .main-sponsor {
    margin-bottom: 40px;
  }
  .sponsors-text {
    margin-top: 80px;
  }
  .column-bg::after {
    display: none;
  }
  .page-header .container::after {
    width: 150px;
    height: 150px;
    bottom: -10px;
    right: 12px;
  }
  .page-header h1 {
    font-size: 36px;
    max-width: calc(100% - 170px);
  }
  .leadership-block {
    column-gap: 55px;
    row-gap: 48px;
  }
  .about-wide-img {
    max-width: 420px;
  }
  .event-box h3 {
    font-weight: 900;
    font-size: 18px;
  }
  .btn-event {
    font-size: 18px;
    padding: 9px 24px;
  }


  .page404-block {
    min-height: calc(100svh - 354.04px);
  }
}
/******** RESPONSIVE XL ***********/
@media (min-width: 1200px) {
  .g-xl-30 {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
  }
  .section-padding {
    padding: 100px 0;
  }
  .section-padding-sm {
    padding: 80px 0;
  }
  .hero-text-box p {
    font-size: 20px;
    max-width: 95%;
  }
   .hero-img1 { 
    height: 165px; 
  }
  .hero-img2 {  
    height: 165px;
  }
  .hero-img3 { 
    height: 100%; 
  }
  .hero-img4 { 
    height: 240px;
  }
  .about-section {
    padding: 115px 0 130px 0;
  }
  .section-title {
    font-size: 38px;
    margin-bottom: 14px;
  }
  .section-title-sm {
    font-size: 30px;
  }
  .about-section-text-box {
    max-width: 460px;
  }
  .about-section-text-box p:last-of-type {
    margin-bottom: 30px;
  }
  .about-section-text-content li,
  .about-section-text-content p {
    font-size: 18px;
  }
  .about-section-text-content ul li {
    padding-left: 32px;
  }
  .about-section-text-content ul li::before {
    width: 18px;
    height: 18px;
  }
  .num-value {
    font-size: 38px;
    padding-bottom: 21px;
  }
  .num-text {
    font-size: 16px;
    padding-top: 15px;
  }
  .video-section-text p {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .membership-text-box p {
    font-size: 20px;
  }
  .membership-text-box ul {
    max-width: 400px;
  }
  .membership-list-title {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .membership-list-container {
    padding-left: 75px;
  }
  .join-block-text h2 {
    font-size: 36px;
    margin-bottom: 12px;
  }
  .join-block-text p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .join-lines {
    width: 97px;
  }
  .join-img {
    min-height: 580px;
  }
  .join-block-text {
    padding: 50px 70px 65px 70px;
  }
  .page-header h1 {
    font-size: 42px;
    max-width: calc(100% - 170px);
  }
  .page-header .container::after {
    width: 205px;
    height: 220px;
    bottom: -35px;
  }
  .about-text-image-block .row.gx-xl-5 {
    --bs-gutter-x: 105px
  }
  .text-image-wide {
    gap: 100px;
  }
  .event-year {
    font-size: 26px;
  }
  .contact-block-content .footer-text,
  .contact-block-content p {
    font-size: 18px;
  }
  .contact-block-content h2 {
    font-size: 30px;
    margin-bottom: 16px;
  }
  .contact-block-content p  {
    margin-bottom: 20px;
  }
  .contact-img {
    position: absolute;
    width: 58%;
    height: 100%;
    top: 0;
    right: 0;
  }
  .page404-block {
    min-height: 70svh;
  }
  .contact-block-content {
    max-width: 450px;
  }
   .container {
		padding: 0 12px;
	}
}
/******** RESPONSIVE XXL ***********/
@media (min-width: 1400px) {
  .container {
    max-width: 1240px;
  }
  .hero-text-box h1 {
    font-size: 48px;
  }

}
@media (min-width: 1800px) {
  .contact-img {
    width: 50%;
  }
}