/**
Theme Name: Blue Hawaiian Concierge 2022
Author: CodePoet
Author URI: https://www.codepoetllc.com
Description: A custom child theme of Astra for the Blue Hawaiian Concierge website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blue-hawaiian-concierge
Template: astra
*/

.wp-block-cover h2 {
	color: inherit !important;
}

.wp-block-handpicked-products img {
	max-height: 200px;
	min-height: 200px;
	object-fit: cover;
	object-position: top;
}

.wp-block-handpicked-products .price {
	display: none;
}

.wp-block-handpicked-products .wc-block-grid__product-title {
	font-size: 1em !important;
	color: #3A3A3A !important;
	font-weight: 600 !important;
  font-family: 'Work Sans', sans-serif !important;
  line-height: 1.25em !important;
}

.wp-block-handpicked-products .wc-block-grid__product-title, .exclusive-tours .wc-block-grid__product-add-to-cart {
	padding: 0 1.2em !important;
}

body .site footer.site-footer .site-below-footer-wrap  {
	border-top-width: 0px !important;
}