/*
Theme Name: CEDRUS Renovado
Theme URI: https://www.cedrus.edu.mx/
Author: Instituto Cedrus
Description: Tema fijo para la renovación del sitio del Instituto Cedrus. Conserva el diseño HTML aprobado y sus rutas SEO.
Version: 1.1.3
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: cedrus-renovado
*/

body.admin-bar #navbar {
  top: 32px;
}

.cedrus-anchor-alias {
  display: block;
  position: relative;
  top: -110px;
  visibility: hidden;
}

.cedrus-form-status {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.45;
}

.cedrus-form-status.is-success {
  color: #2d5016;
}

.cedrus-form-status.is-error {
  color: #a3381f;
}

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