/*========= Start Review Widget ======  */

.g_rev_content {
	border: 1px solid #e6e7e8;
	background: #fff;
}

.g_review_wrapper {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 30px;
	padding: 30px 0;
	overflow: auto;
}

.g_review {
	display: flex;
	padding: 0 10px;
}

.g_av {
	flex-basis: 50px;
	width: 50px;
	padding-right: 15px;
}

.g_desc {
	flex-basis: calc(100% - 50px);
	width: calc(100% - 50px);
	font-size: 14px;
	line-height: 1.4;
}

.g_av_name {
	padding-bottom: 10px;
}

.g_rev_text {
	padding-bottom: 10px;
}

.g_rev_meta {
	display: flex;
}

.g_rating {
	margin-right: 10px;
}

.g_rating i,
.g_rev_h i {
	color: #f7b727;
}

.g_rev_head {
	display: flex;
	background: #e6e7e8;
	justify-content: space-between;
	padding: 10px;
	text-transform: uppercase;
	min-height: 50px;
	align-items: center;
}

.g_rev_btns {
	display: flex;
	min-height: 50px;
}

.g_rev_btns>a {
	flex-basis: 50%;
	text-align: center;
	color: #fff !important;
	background: #666;
	padding: 10px;
	text-transform: uppercase;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

a.g_rev_write {
	border-left: 1px solid #fff;
}

.g_rev_h {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 12px;
	line-height: 1.2;
}

.g_fr_rating span {
	display: none;
}


/*========= End Review Widget ======  */


/*========= Start Review Floating Widget ======  */

.g_rev_floating_window {
	position: fixed;
	background: #fff;
	bottom: 10px;
	left: 10px;
	z-index: 999;
	box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 50%);
	padding: 10px;
	line-height: 1;
	border-radius: 4px;
	font-size: 14px;
}

.g_rev_floating_window {
	display: flex;
	align-items: center;
}

.g_fr_text {
	font-size: 14px;
	padding-left: 10px;
	line-height: 1.2;
}

.g_fr_text .g_fr_rating {
	font-size: 70%;
	color: #f7b727;
}

.g_fr_text>strong {
	margin-bottom: 8px;
}

.rev_close {
	position: absolute;
	right: -10px;
	top: -10px;
	background: #898484;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
}


/*========= End Review Floating Widget ======  */

/*========= Start Map Css ======  */


.map_wrapper_window {
	height: 600px;
	position: relative;
	overflow: hidden;
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: stretch;
	left: 0;
	top: 0;
}

.gmnoprint {
	left: auto !important;
	right: 0 !important;
}

.map_wrapper_window:not(.hide_side) {
	padding-left: 320px;
}

body {
	margin: 0;
	font-family: 'Lato', sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}

* {
	box-sizing: border-box;
	outline: none !important;
}

.marker_content {
	max-width: 250px;
}

.marker_content img {
	max-width: 100%;
	display: block;
}

.marker_title a {
	background-color: var(--map_lbl);
	padding: 12px;
	display: block;
	text-decoration: none;
	color: #fff;
}

div[role="dialog"] {
	padding: 0 !important;
}

div[role="dialog"]>div {
	overflow: auto !important;
}

div[role="dialog"] button {
	right: 5px !important;
	top: 4px !important;
	background: #fff !important;
	border-radius: 50%;
}

.marker_meta {
	padding: 10px 15px 20px;
}

.m-icm {
	display: flex;
	align-items: center;
	font-size: 12px;
	word-break: break-word;
	margin-top: 7px;
}

.m-icm i {
	flex-basis: 20px;
	width: 20px;
	color: var(--map_lbl);
	font-size: 14px;
	text-align: left;
}
.marker_content .m-icm svg{
	margin-right: 5px;
}

.m-icm span {
	flex-basis: calc(100% - 20px);
	width: calc(100% - 20px);
}

.m-icm span a {
	color: var(--map_lbl);
	text-decoration: none;
}

.location_sidebar {
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	background: #fff;
	padding: 0px;
	height: 100%;
	max-width: 320px;
	width: 100%;
	box-shadow: 2px 0 4px rgb(0 0 0 / 20%);
	transition: .3s;
}

.location_sidebar.inactive {
	transform: translateX(-100%);
}

.list_location {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	padding: 50px 0 0 0;
	height: 100%;
	width: 100%;
	overflow: auto;
}

.l_search input {
	border: none;
	height: 30px;
	width: 100%;
	line-height: 30px;
	padding: 0 10px;
	margin: 0;
	border-radius: 0;
}

.l_toggle {
	position: absolute;
	left: 100%;
	background: #fff;
	padding: 10px;
	border-radius: 0 4px 4px 0;
	box-shadow: 2px 0 4px rgb(0 0 0 / 20%);
	top: 10px;
	cursor: pointer;
}

.l_search {
	padding: 10px;
	z-index: 2;
	position: relative;
	background: var(--map_lbl);
}

.location_item {
	display: flex;
}

.location_item {
	display: flex;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}

.location_img {
	flex-basis: 100px;
	width: 100px;
}

.location_text {
	flex-basis: calc(100% - 100px);
	width: calc(100% - 100px);
	word-break: break-all;
	padding-right: 15px;
	line-height: 1.2;
}

.l_address {
	font-size: 14px;
	color: #999;
	font-weight: 300;
}

.l_email a,
.l_phone a {
	text-decoration: none;
	color: var(--map_lbl);
	font-size: 14px;
}
.l_btn a{
	font-size: 14px;
    background: var(--map_lbl);
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    line-height: 1;
    display: table;
    border-radius: 2px;
}
.l_title {
	word-break: normal;
	margin-bottom: 5px;
}

.location_item:hover {
	background: #e9e9e9;
}

.ls_wrap {
	position: relative;
}

.ls_wrap i {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	opacity: .4;
	font-size: 14px;
}

.ls_wrap input[type="text"] {
	border: none;
	margin: 0 !important;
	height: 30px !important;
	line-height: 30px !important;
	padding: 0 10px !important;
	font-size: 18px;
	border-radius: 0 !important;
}

.l_toggle svg {
	display: block;
}

@media screen and (max-width:520px) {
	.map_wrapper_window {
		flex-direction: column;
	}

	.map_wrapper_window:not(.hide_side) {
		padding-left: 0;
	}

	#map-canvas {
		min-height: 40% !important;
	}

	.location_sidebar {
		position: relative;
		max-width: unset;
		min-height: 60%;
	}

	.l_toggle {
		display: none;
	}

	.location_sidebar.inactive {
		transform: none;
	}

	.map_wrapper_window.hide_side #map-canvas {
		min-height: 80% !important;
	}

	.map_wrapper_window.hide_side .location_sidebar {
		min-height: 20% !important;
		height: 20% !important;
	}
}

/*========= End Map Css ======  */