/*
Theme Name: PullUp Cinematic
Theme URI: https://pulluprideshare.com
Author: PullUp Rideshare
Description: Cinematic, mobile-first WordPress theme for PullUp Rideshare.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: pullup-cinematic
*//* PullUp desktop header sizing fix */

@media (min-width: 1024px) {

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

  .site-header,
  header {
    min-height: 64px !important;
    height: 64px !important;
  }

  .site-header .container,
  header .container,
  .navbar,
  .nav-wrapper {
    min-height: 64px !important;
    height: 64px !important;
    align-items: center !important;
  }

  .site-logo img,
  .custom-logo,
  header img {
    max-height: 38px !important;
    width: auto !important;
  }

  nav ul,
  .menu,
  .navbar-nav {
    gap: 18px !important;
  }

  nav a,
  .menu a,
  .navbar-nav a {
    font-size: 14px !important;
    line-height: 1.2 !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .hero,
  .hero-section,
  .homepage-hero {
    min-height: calc(100vh - 64px) !important;
    padding-top: 70px !important;
  }
}
