/********************************/
/* CUSTOM CSS (Project specific)
/********************************/


/* ACF Gallery shortcode – masonry + lightbox */
.gallery-shortcode-element {
	margin-bottom: 1.5em;
}
.gallery-shortcode-thumb {
	margin: 0;
	overflow: hidden;
	background: #f0f0f0;
}
.gallery-shortcode-thumb img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.gallery-shortcode-list .open-lightbox {
	display: block;
}


/* TrustIndex reviews widget – restore review card sizes zeroed out by the widget's injected CSS */
.ti-widget[data-layout-id][data-set-id][data-pid] .ti-widget-container .ti-review-item .ti-name {font-size: 15px !important}
.ti-widget[data-layout-id][data-set-id][data-pid] .ti-widget-container .ti-review-item .ti-date {font-size: 13px !important}
.ti-widget[data-layout-id][data-set-id][data-pid] .ti-widget-container .ti-review-item .ti-star {width: 17px !important; height: 17px !important}
.ti-widget[data-layout-id][data-set-id][data-pid] .ti-widget-container .ti-review-item .ti-stars {height: 17px !important; line-height: 17px !important}
.ti-widget[data-layout-id][data-set-id][data-pid] .ti-widget-container .ti-review-item .ti-review-content {font-size: 15px !important; line-height: 21.75px !important; height: 87px !important}
/* Keep the widget isolated from the theme link color */
.ti-widget a {color: inherit}


/* All page sections: force non-white theme backgrounds to white with dark text */
.page-section.theme-light, .page-section.theme-grey, .page-section.theme-dark, .page-section.theme-black, .page-section.theme-cold, .page-section.theme-cool, .page-section.theme-warm, .page-section.theme-hot, .page-section.theme-primary, .page-section.theme-secondary, .page-section.theme-fancy {background-color: #fff; color: var(--dark-color)}


/********************************/

