/* Step 1: In your CSS, you should provide a height (required) for the Elafent "DIV" element which is referred to in Step 2 as the "id" attribute. The name should be "elafent-react-root". A width can optionally be specified depending on your parent CSS behaviour. The z-index property specifies the z-order of a positioned element and its descendants. When elements overlap, z-order determines which one covers the other. An element with a larger z-index generally covers an element with a lower one. You may want to bring the map to the front in fullscreen mode by setting a higher z-index value. */
#elafent-react-root {
  width: 100%;
}

#elafent-react-root.embedded-fullscreen {
    z-index: 9999999999;
}

@media (max-width: 400px) {
  #elafent-react-root {
    height: 500px;
  }
}

@media (min-width: 401px) {
  #elafent-react-root {
    height: 650px;
  }
}

.noItems {
  display: none;
}

[data-id="d118c80"] .elementor-widget-wrap {
  padding: 0!important;
}

.postid-27825 .date {
  display: none;
}