/*
Theme Name: Allure Industries
Theme URI: https://allureindustries.com/
Author: Allure Industries
Description: Custom ACF Pro powered WordPress theme for Allure Industries.
Version: 1.0.0
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 8.1
Text Domain: allure
*/

/* The theme owns the header switcher; prevent WPML's legacy footer switcher
 * from appearing if an environment re-enables it in plugin settings. */
.wpml-ls-statics-footer,
.wpml-ls-statics-footer.wpml-ls-legacy-list-horizontal {
  display: none !important;
}

/* WordPress-specific accessibility and editor output helpers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.admin-bar .header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .header {
    top: 46px;
  }
}

img {
  height: auto;
}

.allure-empty-notice {
  padding: 8rem 1rem;
  text-align: center;
}

.contact-form-status {
  margin-top: 1rem;
}

.contact-form-status.is-error {
  color: #b42318;
}

.contact-form-status.is-success {
  color: #067647;
}
