.gl-shortcode-errors {
	width: 100%;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gl-shortcode-errors .gl-shortcode-error-message {
	text-align: center;
	padding: 10px;
	margin: 0;
	font-weight: bold;
	font-size: 18px;
	color: rgb(255, 103, 103);
}

/* Custom Tile Styles */
.gl-sub-city-tile .gl-sub-city-tile-wrap {
	width: 100%;
	max-width: 100%;
	min-height: 200px;
	display: flex;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.gl-sub-city-tile .gl-sub-city-tile-wrap .gl-sub-city-tile-content {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: end;
	flex-grow: 1;
}
.gl-sub-city-tile .gl-sub-city-tile-wrap .gl-sub-city-tile-content .gl-sub-city-tile-text-wrap {
	width: 100%;
	max-width: 100%;
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.53);
	padding: 20px;
}
.gl-sub-city-tile .gl-sub-city-tile-wrap .gl-sub-city-tile-content .gl-sub-city-tile-text-wrap .gl-sub-city-tile-text {
	width: 100%;
	max-width: 100%;
	flex-grow: 1;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	color: #fff;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
}
.gl-sub-city-tile .gl-sub-city-tile-wrap .gl-sub-city-tile-content .gl-sub-city-tile-title-wrap {
	height: 30px;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.53);
	padding: 5px 20px;
}
.gl-sub-city-tile .gl-sub-city-tile-wrap .gl-sub-city-tile-content .gl-sub-city-tile-title-wrap .gl-sub-city-tile-title {
	padding: 0;
	margin: 0;
	line-height: 1em;
	color: #fff;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: none;
}

/* FacetWp Grid Styles */
.facetwp-facet.facetwp-facet-event_categories,
.facetwp-facet.facetwp-facet-event_sub_city,
.facetwp-facet.facetwp-facet-event_date {
	margin-bottom: 0;
}
div[data-name='stories_grid'] .fwpl-layout {
	grid-gap: 20px;
}
div[data-name='stories_grid'] .fwpl-layout .fwpl-result {
	display: flex;
}
div[data-name='stories_grid'] .fwpl-layout .fwpl-result .gl-stories-grid {
	flex-grow: 1;
}
.gl-event-grid {
	height: 100%;
}
.gl-stories-grid > .fwpl-col,
.gl-event-grid > .fwpl-col {
	width: 100%;
	max-width: 100%;
	padding: 10px;
	border: 1px solid #a7a7a7;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 10px;
}
.gl-stories-grid .fwpl-col .gl-post-image,
.gl-stories-grid .fwpl-col .gl-post-image a,
.gl-stories-grid .fwpl-col .gl-post-image a img {
	width: 100%;
	max-width: 100%;
}
.gl-stories-grid .fwpl-col .gl-post-image a img {
	min-height: 300px;
	object-fit: cover;
}
.gl-stories-grid .fwpl-col .gl-post-title {
	font-family: 'Roboto', Sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	font-style: normal;
	text-decoration: none;
	line-height: 1em;
	letter-spacing: 0px;
	text-align: left;
}
.gl-stories-grid .fwpl-col .gl-post-title,
.gl-stories-grid .fwpl-col .gl-post-title a {
	color: #2d363c;
}
.facetwp-facet-events_load_more,
.facetwp-facet-stories_load_more {
	display: flex;
	align-items: center;
	justify-content: center;
}
button.facetwp-load-more {
	font-family: 'Roboto', Sans-serif;
	font-weight: 500;
	text-transform: capitalize;
	background-color: #4cb7fd;
	color: #ffffff;
	padding: 14px 25px 14px 25px;
	border-color: #4cb7fd;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-radius: 0;
	flex-direction: row;
}

/* Event Attributes Styles */
.gl-event-attribute {
	width: 100%;
	max-width: 100%;
	display: flex;
	align-items: center;
	gap: 5px;
}
.gl-event-attribute .gl-event-attribute-icon {
	height: 18px;
	width: 18px;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gl-event-attribute .gl-event-attribute-icon svg {
	color: #000 !important;
	fill: #000 !important;
	height: 18px;
	width: 18px;
}
.gl-event-attribute .gl-event-attribute-content {
	color: #000 !important;
	font-family: 'Roboto', Sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	font-style: normal;
	text-decoration: none;
	line-height: 1em;
	letter-spacing: 0px;
	text-align: left;
}
.gl-event-attributes-wrap .gl-event-attributes-col {
	--spacing: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: var(--spacing);
}
.gl-event-attributes-wrap .gl-event-attributes-col > .fwpl-item {
	width: calc(50% - var(--spacing));
	max-width: calc(50% - var(--spacing));
	flex-grow: 1;
}
.gl-event-attributes-wrap .gl-event-attributes-col > .fwpl-item.is-empty {
	display: none;
}
.gl-single-event-attr .elementor-icon-list-item:has(> .elementor-icon-list-text:empty) {
	display: none;
}
.gl-event-grid > .fwpl-col {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.facetwp-facet.facetwp-facet-event_date {
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-direction: row;
	gap: 20px;
}

/* Custom Inject - Banner Elements Styles */
.fwpl-result.gl-banner {
	grid-column: span 2;
	min-height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/* FacetWp Image element style overrides - START */
.gl-fwp-image,
.gl-fwp-image > a,
.gl-fwp-image > a > img {
	width: 100%;
	max-width: 100%;
}
.gl-fwp-image > a > img {
	min-height: 200px !important;
	height: 200px !important;
	object-fit: cover;
}
/* FacetWp Image element style overrides - END */

@media (max-width: 768px) {
	.fwpl-result.gl-banner {
		grid-column: span 1;
		min-height: 100px;
	}
}

/* Rating Elements Styles - START*/
.gl-business-ratings {
	max-width: 100%;
	display: inline-flex;
	flex-direction: column;
	row-gap: 10px;
	padding: 20px;
	border: 1px solid #3c3c3c;
}
.gl-business-ratings .gl-business-rating {
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-direction: row;
	column-gap: 30px;
}
.gl-business-ratings .gl-business-rating .gl-rating-label {
	width: 140px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.gl-business-ratings .gl-business-rating .gl-rating-label .gl-rating-label-text {
	color: #142982 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-family: 'Roboto', Sans-serif !important;
	font-weight: bold;
}
.gl-business-ratings .gl-business-rating .gl-rating-stars-wrapper {
	max-width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 20px;
}
.gl-business-ratings .gl-business-rating .gl-rating-stars {
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 10px;
}
.gl-business-ratings .gl-business-rating .gl-rating-stars .gl-star {
	width: 32px;
	height: 32px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.gl-business-ratings .gl-business-rating.gl-rating-type-trip_advisor .gl-rating-stars .gl-star {
	background-image: url('../img/trip-advisor-unfilled.png');
}
.gl-business-ratings .gl-business-rating.gl-rating-type-trip_advisor .gl-rating-stars .gl-star.gl-star-active {
	background-image: url('../img/trip-advisor-filled.png');
}
.gl-business-ratings .gl-business-rating.gl-rating-type-google_reviews .gl-rating-stars .gl-star {
	background-image: url('../img/google-unfilled.png');
}
.gl-business-ratings .gl-business-rating.gl-rating-type-google_reviews .gl-rating-stars .gl-star.gl-star-active {
	background-image: url('../img/google-filled.png');
}
.gl-business-ratings .gl-business-rating.gl-rating-type-yelp .gl-rating-stars .gl-star {
	background-image: url('../img/yelp-unfilled.png');
}
.gl-business-ratings .gl-business-rating.gl-rating-type-yelp .gl-rating-stars .gl-star.gl-star-active {
	background-image: url('../img/yelp-filled.png');
}
.gl-business-ratings .gl-business-rating.gl-rating-type-yelp.gl-rating-stars-5 .gl-rating-stars .gl-star.gl-star-active {
	background-image: url('../img/yelp-full-filled.png');
}
@media (max-width: 768px) {
	.gl-business-ratings {
		width: 100%;
		padding: 10px 20px;
	}
	.gl-business-ratings .gl-business-rating {
		justify-content: space-between;
	}
	.gl-business-ratings .gl-business-rating .gl-rating-label {
		width: 120px;
	}
	.gl-business-ratings .gl-business-rating .gl-rating-label .gl-rating-label-text {
		font-size: 16px;
		line-height: 1em;
	}
	.gl-business-ratings .gl-business-rating .gl-rating-stars {
		column-gap: 5px;
	}
	.gl-business-ratings .gl-business-rating .gl-rating-stars .gl-star {
		width: 18px;
		height: 18px;
	}
}
/* Rating Elements Styles - END*/
