/**
Theme Name: Hambledon House
Author: Forte Marketing
Author URI: https://fortemarketing.com.au/
Description: Custom theme for Hambledon House
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: hambledon-house
Template: astra
*/

/**
 * Breadcrumbs
 */
#breadcrumbs {
	color: #173f5f !important;
}
#breadcrumbs a {
	color: #173f5f !important;
}
#breadcrumbs a:where(:hover, :focus) {
	color: #f6d55c !important;
}

/**
 * Events Calendar Tiles
 */
.tribe-events article.tribe-events-pro-photo__event {
	--grid-gap: 10px;
	--tec-color-text-primary: #3caea3 !important;
	--tec-color-text-secondary: #3caea3 !important;
	width: calc(50% - var(--grid-gap) - var(--grid-gap)) !important;
	margin: var(--grid-gap) !important;
	padding: 25px !important;
	border-radius: 20px !important;
	background-color: #ecf1f1 !important;
}
.tribe-events article.tribe-events-pro-photo__event  .tribe-events-pro-photo__event-featured-image-wrapper {
	border-radius: 15px !important;
	overflow: hidden !important;
	margin-bottom: 15px !important;
}
.tribe-events article.tribe-events-pro-photo__event  .tribe-events-pro-photo__event-featured-image-wrapper .tribe-events-pro-photo__event-featured-image {
	aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
    object-position: center !important;
}
.tribe-events article.tribe-events-pro-photo__event .tribe-events-pro-photo__event-title-link {
	font-size: 1.125rem;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
    line-height: 1.125rem;
	color: #173f5f !important;
	text-decoration: none !important;
	border: none !important;
}
.tribe-events article.tribe-events-pro-photo__event .tribe-events-pro-photo__event-title-link::after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}
.tribe-events article.tribe-events-pro-photo__event .tribe-events-pro-photo__event-title-link:where(:hover, :focus) {
	color: #3caea3 !important;
}
.tribe-events article.tribe-events-pro-photo__event .tribe-events-pro-photo__event-cost {
	color: var(--tec-color-text-event-date) !important;
    font-size: 0.875rem !important;
    margin: 0 0 0 0 !important;
}

@media only screen and (min-width: 768px) {
	.tribe-events article.tribe_events {
		width: calc(33% - var(--grid-gap) - var(--grid-gap)) !important;
	}
}