/*
Theme Name: FlyFinder Travel Child
Theme URI: https://flyfinder.travel/
Description: Child theme for FlyFinder Travel. Adds a selectable custom homepage template and Customizer controls to override header/footer content.
Author: FlyFinder
Template: flyfinder-travel
Version: 1.0.0
Text Domain: flyfinder-travel-child
*/

/* Child styles (optional) */


/* Ensure logo never becomes huge */
.ff-site-logo, .custom-logo {
  height: 34px !important;
  max-height: 34px !important;
  width: auto !important;
  object-fit: contain;
}

/* Make header strictly single-line on desktop */
@media (min-width: 901px){
  .ff-headerbar{ flex-wrap: nowrap; }
  .ff-left, .ff-right{ flex: 0 0 auto; }
  .ff-nav--inline{ flex: 1 1 auto; }
}
