/* MAP */
#nrv-gm-map-container {
	height: 517.05px;
	border-radius:20px;
	overflow:hidden;
}
/* INFOS */
#nrv-gm-details-container {
	height: 500px;
	background-color: #f9f4f2;
	border-radius: 20px;
}
.nrv-gm-selector-container {
	padding: 0px;
}
.nrv-gm-type-list{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:-17.045px;
}
.nrv-gm-type-list button.form-button {
	font-size: 14px;
	padding: 8px 20px;
	background-color: #46435b;
	border: 1px solid #46435b;
	text-transform: uppercase;
	letter-spacing: 3px;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	position: relative;
	font-family: 'rama-gothic-e';
	cursor: pointer;
	border-radius: 100px;
	color: #fff;
	margin:0 4px;
}
.nrv-gm-type-list button.form-button.active {
	background-color: #fff;
	color: #46435b;
}
#nrv-gm-items-list {
	height: 500px;
	padding-top:32px;
	padding-bottom:32px;
}
.nrv-gm-template-item {
	transition: 0.3s;
	padding: 16px 24px;
}
.nrv-gm-template-item.selected {
	background: #fff;
	transition: 0.3s;
}

.nrv-gm-template-item:first-child{
	
}
.nrv-gm-template-item:last-child{
	
}
.nrv-gm-template-item h3 {
	margin-bottom: 4px;
	font-size: 20px;
	line-height: 1.1;
}
.nrv-gm-template-item h4 {
	font-family: 'basic-sans';
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
}
.nrv-gm-template-item.selected h3, .nrv-gm-template-item.selected h4 {
	color: #46435b;
	transition: 0.3s;
}
.nrv-gm-template-item .actions {
	margin: 12px -4px -4px;
}
.nrv-gm-template-item .actions > * {
	margin: 0 2px 8px;
}
.nrv-gm-template-item .actions .ct-link-button{
	font-size: 14px;
	padding:8px 20px;
}
.nrv-gm-template-item.selected button.show-me, .nrv-gm-template-item.selected .google-me button {
	background-color: #46435b;
	color: #fff;
}
@media (max-width:992px){
	#nrv-gm-map-container {
		height: 400px;
	}
	#nrv-gm-details-container,
	#nrv-gm-items-list {
		height: 270px;
		text-align: center;
	}
}
@media (max-width:768px){
	#nrv-gm-map-container {
		height: 60vw;
	}
	#nrv-gm-items-list{
		padding-top:20px;
	}
}