.crud-form .header-select,
.hiddenStructure,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #fff;
  background-color: #000;
}

.sl-wrapper .sl-image .sl-caption {
  display: none !important;
}

/*EasyForm*/
body.portaltype-easyform {
  label .required:after,
  label.required:after {
    color: #dc3545;
    content: "•";
    font-size: 1rem;
    line-height: 1;
  }

  .error .invalid-feedback {
    display: block;
  }
  .formControls {
    button.btn-secondary {
      background-color: #212121;
      color: white;
      border-color: #212121;
      &:hover {
        background-color: #424242;
        border-color: #424242;
      }
    }
  }
  .col-md-8.offset-md-2.my-lg-5.my-3 {
    width: 50%;
  }
}

/*DynamicPage*/
.dynamic-row {
  .content.row {
    max-width: 100%;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  &:not(.featured-overlay-view):not(.slider-view):not(.slider-swipe-view) {
    .content.row {
      margin-right: auto !important;
      margin-left: auto !important;
      max-width: 1600px !important;
      @media (max-width: 1599px) {
        padding-right: 24px;
        padding-left: 24px;
      }
    }
  }
}

/*No underline*/
.no-underline {
  text-decoration: none !important;
}

.full-width-mobile {
  @media (max-width: 991px) {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw !important;
  }
}

@media (min-width: 200px) {
  #map-location {
    height: 150px !important;
  }
}

@media (min-width: 300px) {
  #map-location {
    height: 200px !important;
  }
}

@media (min-width: 400px) {
  #map-location {
    height: 300px !important;
  }
}

@media (min-width: 600px) {
  #map-location {
    height: 400px !important;
  }
}

@media (min-width: 800px) {
  #map-location {
    height: 500px !important;
  }
}

@media (min-width: 1000px) {
  #map-location {
    height: 600px !important;
  }
}

@media (min-width: 1320px) {
  #map-location {
    height: 800px !important;
  }
}
