/*
 Theme Name:   GMB Bricks Child
 Theme URI:    https://gmb.digital/
 Description:  Used to extend the Bricks theme.
 Author:       The Team @ Grow My Business
 Author URI:   https://gmb.digital/about
 Template:     bricks
 Version:      1.1
 Text Domain:  gmb
*/

/*
 * Prevent content of elements with ratio class from stretching (e.g. images)
 */
[class*="ratio-"] {
    object-fit: cover;
    object-position: center;
}

/*
 * Prevent buttons inner text and the nav menu items from wrapping
 */
.brxe-button,
.nav-menu {
    white-space: nowrap;
}

/*
 * Set 'scroll to' offset for elements with ids (for in-page linking)
 */
[id] {
    scroll-margin-top: calc(var(--spacing-lrg) * 1.5);
}

/*
 * Set content within .has-bg-image elements to z-index 2
 */
.has-bg-image > *:not(.bg-image) {
    z-index: 2;
}

/*
 * Set content within .has-bg-image elements to z-index 2
 */
.bg-image {
    user-select: none;
	--webkit-user-select: none;
	user-drag: none;
	-webkit-user-drag: none;
}

.gmb-google-review .ti-widget .ti-widget-container .ti-review-item .ti-inner {
	background-color: #009fe3 !important;
	color: #fff !important;
	border: 5px solid var(--color-light) !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.11) !important;
}

.ti-with-tooltip, .ti-name {
	color: #fff !important;
}

.ti-review-item  .ti-read-more-active {
	color: #fff !important;
	opacity: 1 !important;
}

.ti-review-text-container {
	font-weight: 500 !important;
}