/**

Theme Name: Airports Express

Author: Arqam Web

Author URI: http://www.arqamweb.com/

Description: Child theme of Astra for Airports Express — premium managed ground transportation across the United States. Adds the Tailwind-built design system, the location and FAQ post types' templates, and the service page templates.

Version: 1.1.5

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: arqamweb

Template: astra

*/

/* =========================================================================
   Announcement bar (rendered on astra_body_top — see inc/features.php)
   Plain CSS on purpose: this file is enqueued directly and is not part of
   the Tailwind build, so it stays correct even if the build is not re-run.
   ========================================================================= */

.airports-topbar {
    background: hsl(212 65% 27%);
    height: 36px;
}

.airports-topbar .marquee-track {
    display: flex;
    width: max-content;
    animation: airports-marquee 38s linear infinite;
    will-change: transform;
}

.airports-topbar .marquee-track:hover {
    animation-play-state: paused;
}

.airports-topbar span {
    color: #fff;
    min-width: max-content;
}

.airports-topbar__item {
    padding: 0 40px;
}

.airports-topbar__sep {
    opacity: 0.35;
}

@keyframes airports-marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
    .airports-topbar .marquee-track {
        animation: none;
    }
}

/* Rank Math breadcrumbs sitting on a dark hero */
.bg-primary .rank-math-breadcrumb,
.airports-breadcrumbs .rank-math-breadcrumb,
section.relative .rank-math-breadcrumb {
    color: #fff;
}

.bg-primary .rank-math-breadcrumb a,
.airports-breadcrumbs .rank-math-breadcrumb a,
section.relative .rank-math-breadcrumb a {
    color: rgba(255, 255, 255, 0.6);
}

.bg-primary .rank-math-breadcrumb a:hover,
.airports-breadcrumbs .rank-math-breadcrumb a:hover,
section.relative .rank-math-breadcrumb a:hover {
    color: #fff;
}
