/*
Theme Name: Chrystal Homes
Theme URI: https://chrystalhomes.co.ke
Author: Chrystal Homes
Description: Holiday homes & serviced apartments theme for Chrystal Homes (Baharini, Mjini, Milimani, Watamu, Mtwapa), converted from the original CodeIgniter site into a WordPress theme with dynamic Property, Service and Inventory Item content types.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: chrystal-homes
*/

/* Theme-level tweaks on top of the bundled css/style.css design (loaded via wp_enqueue_style). */

.chrystal-skip-link {
	position: absolute;
	left: -9999px;
	top: -9999px;
	background: #06bbef;
	color: #fff;
	padding: 10px 18px;
	z-index: 100000;
}

.chrystal-skip-link:focus {
	left: 10px;
	top: 10px;
}

.property-card .image-box img {
	height: 203px !important;
	object-fit: cover;
	width: 100%;
}

.rates-table td,
.rates-table th {
	border-width: 2px;
	color: #333;
}

.wp-caption,
.alignleft,
.alignright,
.aligncenter {
	max-width: 100%;
}
