/* Create Custom "Colour Matrix" to use within the bootstrap utility classes
----------------------------------------------------------------------------- */
/* 
    Expanded spacing options 
    For example the margin and padding classes now have extended capability (.mb-8 now outputs margin-bottom: 3rem)
*/
/*
    This variable affects the `.h-*` and `.w-*` classes.
    You can now do w-25 or h-80 and have it output width: 25% or height: 80%
*/
/*
    Components variables
    When you create the component you should create the variables with colors for this compontnt
*/
/*
  Custom Components Variables
*/
h1, h2, h3, h4 {
  color: #2C2C8E;
}

p {
  color: #595959;
}

.map-boxed-wrap .map-image {
  border-radius: 20px;
}
.map-content-title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  color: #2C2C8E;
  font-family: "Coustard", sans-serif;
}
.map-image {
  width: 100%;
  height: auto;
}
.map-content-has-bg-wrap {
  background-size: cover;
  background-position: center;
}
.map-content-has-bg-wrap .map-content {
  background-color: #f9f9f9;
  box-shadow: 0 16px 40px rgba(14, 43, 92, 0.16);
  border-radius: 16px;
}
@media (max-width: 991.98px) {
  .map-content-has-bg-wrap {
    background: none !important;
  }
}
.map-content-has-google-bg-wrap {
  position: relative;
}
.map-content-has-google-bg-wrap .acf-map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 0;
}
.map-content-has-google-bg-wrap .map-content {
  position: relative;
  background-color: #f9f9f9;
  box-shadow: 0 16px 40px rgba(14, 43, 92, 0.16);
  border-radius: 16px;
  z-index: 100;
}
@media (max-width: 991.98px) {
  .map-content-has-google-bg-wrap .acf-map {
    position: relative;
    height: 400px;
  }
}

.acf-map {
  width: 100%;
  height: 400px;
  border-radius: 20px;
}
.acf-map img {
  max-width: inherit !important;
}

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