* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.footer-mobile-warning {
  display: none;
}
@media (max-width: 768px) {
  .footer-mobile-warning {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    color: white;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
  }
  .footer-mobile-warning__inset {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    text-align: center;
  }
  .footer-mobile-warning__inset h2 {
    font-size: 2.5rem;
  }
  .footer-mobile-warning__inset p {
    font-size: 1rem;
    text-wrap: balance;
  }
}
#wpadminbar .custom-icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-image: none !important;
  color: rgba(240, 246, 252, 0.6);
  content: var(--dashicon);
  float: left;
  font: normal 20px/1 dashicons;
  margin-right: 6px;
  padding: 6px 0;
  position: relative;
  speak: never;
}
#wpadminbar li:hover .custom-icon:before {
  color: #72aee6;
}
.custom-login-overlay {
  align-items: center;
  background-color: var(--login-overlay-color);
  background-image: var(--login-bg-url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  color: var(--login-text-color);
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10001;
}
.custom-login-overlay:before {
  background-color: var(--login-overlay-color);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  opacity: var(--login-overlay-opacity);
  width: 100%;
  z-index: -1;
}
.custom-login-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 auto;
  max-width: 360px;
  padding-bottom: 80px;
  width: calc(100% - 40px);
}
.custom-login-form .login-logo {
  background-image: var(--login-logo-url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 120px;
}
.custom-login-form .box {
  background: #FFF;
  border-radius: 5px;
  color: #333;
  padding: 20px 30px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}
.custom-login-form label {
  font-size: 1em;
  margin-bottom: 4px;
}
.custom-login-form label[for="remember_me"] {
  align-items: center;
  display: flex;
  font-size: 0.75em;
  gap: 6px;
  justify-content: center;
  margin-top: 10px;
}
.custom-login-form label[for="remember_me"] input[type="checkbox"] {
  margin: 0;
  width: 20px;
}
.custom-login-form p {
  margin: 0;
}
.custom-login-form p.theme-credit {
  font-size: 1em;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
.custom-login-form p.theme-credit a {
  color: var(--login-text-color);
}
.custom-login-form input,
.custom-login-form select,
.custom-login-form textarea,
.custom-login-form .textarea {
  background: #FFF;
  border: #CCC 1px solid;
  display: block;
  /* font-family:"Open Sans",Arial,sans-serif; */
  font-size: 1em;
  margin: 4px 0;
  padding: 10px;
  width: 100%;
  border-radius: 3px;
}
.custom-login-form button {
  background: #0073aa;
  border: none;
  border-radius: 3px;
  color: #FFF;
  cursor: pointer;
  display: block;
  font-size: 1em;
  margin-top: 20px;
  padding: 10px 15px;
  width: 100%;
}
.custom-login-form button:hover {
  background: #006799;
}
.custom-login-form a.forgot {
  color: #0073aa;
  display: block;
  font-size: 0.875em;
  margin-top: 10px;
  text-align: center;
}
.custom-login-form a.forgot:hover {
  color: #006799;
}
.section-wrap {
  position: relative;
}
.section-tag {
  background-color: #00000080;
  border: 1px solid #FFF;
  border-radius: 4px;
  color: white;
  display: block;
  font-size: 0.8rem;
  font-weight: 400;
  padding: 4px 12px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 100000;
  pointer-events: none;
}
body.hide-section-tags .section-tag {
  display: none;
}
/*# sourceMappingURL=style.less.css.map */