/*
Theme Name: NEI College Elementor
Theme URI: https://example.com/nei-college-elementor
Author: OpenAI Codex
Author URI: https://openai.com
Description: Elementor-friendly WordPress theme for the College of Intermediate Studies website.
Version: 1.1.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: nei-college-elementor
*/

.site-main {
  min-height: 50vh;
}

.site-empty-state {
  padding: 104px 0;
}

.site-main > .elementor,
.site-main > .elementor-section-wrap {
  width: 100%;
}

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

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