/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.5.1
	Stable tag: 3.5.1
	Requires at least: 6.0
	Tested up to: 7.0
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/


.armada-sitemap {
	max-width: 1280px;
	margin: 0 auto;
	padding: 70px 28px 80px;
}

.armada-sitemap-intro {
	max-width: 850px;
	margin: 0 auto 48px;
	text-align: center;
}

.armada-eyebrow {
	margin-bottom: 12px;
	font-size: .8rem;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	opacity: .7;
}

.armada-sitemap-intro h1 {
	margin-bottom: 18px;
	line-height: 1.05;
}

.armada-sitemap-intro > p:last-child {
	color: #667481;
	line-height: 1.7;
}

.armada-yacht-grid {
	gap: 28px;
	margin-bottom: 28px;
}

.armada-yacht-grid > .wp-block-column {
	background: #fff;
	border: 1px solid #e5e9ed;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 8px 28px rgba(18,35,48,.06);
	padding: 0;
}

.armada-card-image {
	margin: 0;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.armada-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .35s ease;
}

.armada-yacht-grid > .wp-block-column:hover
.armada-card-image img {
	transform: scale(1.03);
}

.armada-yacht-grid > .wp-block-column > p,
.armada-yacht-grid > .wp-block-column > h2 {
	margin-left: 26px;
	margin-right: 26px;
}

.armada-card-kicker {
	margin-top: 26px !important;
	margin-bottom: 8px !important;
	color: #667481;
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.armada-yacht-grid h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.65rem;
	line-height: 1.15;
}

.armada-yacht-grid h2 a {
	color: inherit;
	text-decoration: none;
}

.armada-yacht-grid > .wp-block-column > p:not(.armada-card-kicker):not(.armada-card-link) {
	color: #667481;
	line-height: 1.6;
}

.armada-card-link {
	margin-top: 18px !important;
	margin-bottom: 28px !important;
	font-weight: 700;
}

.armada-card-link a {
	text-decoration: none;
}

@media (max-width: 781px) {

	.armada-sitemap {
		padding: 50px 18px 60px;
	}

	.armada-yacht-grid {
		display: block;
	}

	.armada-yacht-grid > .wp-block-column {
		margin-bottom: 28px;
	}

}