/*
 Theme Name:   My Hello Child
 Theme URI:    https://example.com/my-hello-child/
 Description:  My Hello Child Theme
 Author:       iCreate
 Template:     hello-elementor
 Version:      1.0.6
*/

/* Import the parent theme styles */
@import url('../hello-elementor/style.css');

/*Map Styles*/
.location-map-wrapper {
  visibility: hidden;
  position: relative;
}

.loc-cats-wrapper {
  z-index: 1;
  text-align: center;
  background-color: white;
  border: 1px solid #ececec;
}

.loc-cats {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}

.loc-cats li {
  padding: 0;
  list-style-type: none;
}

li.loc-cat {
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  margin: 0 30px 10px;
  white-space: nowrap;
  color: #7e7e7e;
  opacity: .7;
  transition: opacity 0.4s;
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  li.loc-cat {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  li.loc-cat {
    margin-left: 10px;
    margin-right: 10px;
  }
}

li.loc-cat .loc-cat__image {
  margin-right: 10px;
}

@media (max-width: 1024px) {
  li.loc-cat .loc-cat__image {
    margin-right: 5px;
  }
}

@media (max-width: 1024px) {
  li.loc-cat {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  li.loc-cat {
    font-size: 14px;
  }
}

li.loc-cat.current {
  opacity: 1;
}

.acf-map,
#loc-map {
  height: 400px;
}

#loc-map h4 {
  font-size: 21px;
  color: var(--e-global-color-secondary);
}

#loc-map h3,
#loc-map h4,
#loc-map p {
  margin: 0;
  text-align: center;
}

/*#loc-map p {
  font-size: 16px;
}*/

@media (min-width: 768px) {
  .acf-map,
  #loc-map {
    height: 600px;
  }
}

.infobox {
  text-align: center;
}

.infobox-image {
  margin-bottom: 15px;
}

.infobox-title {
  margin-bottom: 5px;
}

.infobox-excerpt {
  margin-top: 5px;
  font-size: 15px;
  margin-bottom: 10px;
}

.infobox-link {
  margin-top: 25px;
  margin-bottom: 10px;
}


.infobox-link a.elementor-button {
  text-transform: uppercase;
}


div.gm-style .gm-style-iw-c {
  padding: 15px;
}

.infobox {
  padding: 5px 0;
}
