/* 
 Theme Name:   CDHOWE-Child
 Theme URL:    https://webmarketers.ca
 Description:  WebMarketers child theme for Hello Elementor parent theme
 Author:       dev@teamwebmarketers.ca
 Author URL:   https://webmarketers.ca
 Template:     CDHOWE
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/
/* :root {

  --site-max-width: 3840px;
  --html-font-size: 16px;
  --main-background: white;
  --main-background-gradient: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);

  --bs-primary: #333333; 
  --bs-secondary: #6c757d;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;

  --bs-blue: #2779D9;
  --bs-purple: #6f42c1;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #41C452;
  --bs-black: #000000;
  --bs-white: #ffffff;
  --bs-gray: #6c757d;

  --bs-gradient: linear-gradient(96.76deg, #008A74 0%, #85C43E 98.96%);
  --bs-gradient2: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));

  --bs-font-primary: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


[data-elementor-type=wp-page] > section {
  position: relative;
  max-width: var(--site-max-width);
  margin-left: auto;
  margin-right: auto;
}

html {
  background: var(--main-background);
  font-size: var(--html-font-size);
}

body {
  margin: 0;
  font-family: var(--bs-font-primary);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-primary);
  background-color: var(--main-background);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family:"acumin-pro";
}

.h1, .h2, .h3, .h4, .h5, .h6, .elementor-heading-title:is(h1, h2, h3, h4, h5, h6) {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
p {
  margin-top: 0;
  margin-bottom: 0.9rem;
  font-family:"acumin-pro";
}


a {
  text-decoration: none;
  font-family:"acumin-pro";
}
a:hover {
  opacity: 0.9;
}


.text-blue {
  color: var(--bs-blue) !important;
}

.text-purple {
  color: var(--bs-purple) !important;
}

.text-red {
  color: var(--bs-red) !important;
}

.text-orange {
  color: var(--bs-orange) !important;
}

.text-yellow {
  color: var(--bs-yellow) !important;
}

.text-green {
  color: var(--bs-green) !important;
}

.text-black {
  color: var(--bs-black) !important;
}

.text-white {
  color: var(--bs-white) !important;
}

.text-gray {
  color: var(--bs-gray) !important;
}


.bg-blue {
  background-color: var(--bs-blue) !important;
}

.bg-purple {
  background-color: var(--bs-purple) !important;
}

.bg-red {
  background-color: var(--bs-red) !important;
}

.bg-orange {
  background-color: var(--bs-orange) !important;
}

.bg-yellow {
  background-color: var(--bs-yellow) !important;
}

.bg-green {
  background-color: var(--bs-green) !important;
}

.bg-black {
  background-color: var(--bs-black) !important;
}

.bg-white {
  background-color: var(--bs-white) !important;
}

.bg-gray {
  background-color: var(--bs-gray) !important;
} */
.cdh-staff-expertise {
  font-family: "Acumin Pro";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6em;
  color: #001531;
}

#embed_chart{
  margin-left:auto;
  margin-right:auto;
}

/* SCHOOL MAP */
#cdh-schools-map .leaflet-marker-icon.marker-cluster {
  background-color: #6d6c6c;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
}
#cdh-schools-map .leaflet-marker-icon.marker-cluster > div {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #6d6c6c;
}
#cdh-schools-map .legend {
  padding: 10px 15px;
  font-size: 14px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
#cdh-schools-map .legend-heading {
  margin-bottom: 5px;
}
#cdh-schools-map .legend-swatch {
  display: flex;
  align-items: center;
  gap: 8px;
}
#cdh-schools-map .legend-swatch span {
  width: 35px;
  height: 15px;
}
#cdh-schools-map .school-button {
  display: inline-block;
  padding: 7px 20px;
  margin-top: 5px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  background-color: #001631;
  border-radius: 50px;
}

#cdh-schools-map .leaflet-popup-content p {
  margin: 0 0 5px;
  font-size: 14px;
}

.cdh-schools-map-container {
  padding: 50px 0;
}

.cdh-schools-map-filter {
  margin-bottom: 20px;
}

.cdh-schools-map-filter label {
  display: block;
  margin-bottom: 10px;
}

.cdh-schools-map-filter #scoreType {
  padding-right: 30px;
  width: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 10px;
  appearance: none;
  -webkit-appearance: none;
}

.cdh-school-details-container {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
  gap: 20px;
}

.cdh-school-details-container > div {
  flex: 0 0 100%;
}

.cdh-school-details-info h1 {
  margin-top: 0;
  font-family: "arno-pro";
  font-size: 60px;
  font-weight: 600;
  color: #001531;
}

header.elementor-location-header {
  position: relative;
  z-index: 9999;
}

@media screen and (min-width: 1200px) {
  .cdh-school-details-container {
    flex-wrap: nowrap;
  }

  .cdh-school-details-container > div {
    flex: 1;
  }
}

@media screen and (max-width: 991px) {
  .cdh-school-details-container .cdh-school-details-info h1 {
    font-size: 50px;
    line-height: 1;
  }
}