/*
Theme Name: EuropeCair Elementor
Theme URI: https://www.europecair.com/
Author: SocialCTR Solutions
Author URI: https://socialctr.com/
Description: One-click EuropeCair medical aviation membership website with automatic page setup and Elementor Pro Theme Builder support.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
License: GNU General Public License v2.0 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: europecair
*/

html,
body {
  margin: 0;
  min-height: 100%;
}

.ec-site-content,
.ec-elementor-location {
  width: 100%;
}

.elementor-page .elementor-widget-shortcode,
.elementor-page .elementor-widget-shortcode > .elementor-widget-container {
  width: 100%;
}

.elementor-page .elementor-widget-shortcode > .elementor-widget-container {
  margin: 0;
  padding: 0;
}

.elementor-page .e-con.ec-fragment-container {
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
  --gap: 0px;
  max-width: none;
  width: 100%;
}

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

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

.ec-fallback {
  min-height: 70vh;
  display: grid;
  place-items: center;
  padding: 120px 24px 60px;
  background: #061225;
  color: #e9f0f7;
  text-align: center;
  font-family: Manrope, system-ui, sans-serif;
}

.ec-fallback h1 {
  margin-bottom: 20px;
  font-size: clamp(2.5rem, 8vw, 5rem);
}

