/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


strong {
	font-weight: 600;
}


/**** Map Popup ****/
.wpgb-booking-marker-body {
    display: flex;
    flex-direction: row;
    padding: 0px;
    width: auto;
	max-width: 300px;
    font-size: 18px;
	overflow: hidden;
}

.wpgb-booking-marker-img {
    flex: 0 0 30%;
    overflow: hidden;
    width: 30%;
	min-width:70px;
    border-radius: 0.35em;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.wpgb-booking-marker-content {
    flex: 0 0 70%;
    max-width: 70%;
    padding: 0.625em 0.375em 0.625em 0.75em;
}


.wpgb-booking-marker-title {
    margin: 0 0 0.35em;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
	color: #1A2144;
	font-weight: 600;
}

.gm-style-iw.gm-style-iw-c button {
	display: none !important;
}

.wpgb-booking-marker-body p {
	margin: 0px;
}

.wpgb-booking-marker-units {
	padding: 4px 0 10px 0;
	font-size: 1em'
}


.wpgb-booking-marker-link {
	position: absolute;
	right: 10px;
	bottom: 8px;
	text-decoration: none;
	font-size:16px;
}