﻿#map-plug {display:none;}

#google-reviews {
 /*display: -webkit-box;*/
  flex-wrap: wrap;
  width: 100%;
}

.dvFeedbackGoogle {
	position: absolute;
	width: 330px;
	height: 62%;
	top: 190px;
	right: 30px;
	background-color: #f0f0f0;
	color: #0462AA;
	font-size: 14px;
	border-radius: 6px;
	box-shadow: 10px 10px 10px gray;
	/*opacity:0.9;*/
}

.dvFeedbackRating {
	width: 100%;
	height: 10%;
	background-color: #f0f0f0;
	color: #0462AA;
	font-size: 14px;
	margin-top:5px;
}

.dvFeedbackCommenti::-webkit-scrollbar {
	width: 1px;
	background-color: #F5F5F5;
}

.dvFeedbackCommenti {
	width: 100%;
	height: 79%;
	background-color: #f0f0f0;
	color: #0462AA;
	font-size: 14px;
	overflow-y: scroll;
	scrollbar-width: thin;
}
.ui-dialog-content {
	scrollbar-width: thin;
}
.ui-dialog-content::-webkit-scrollbar {
	width: 5px;
}
.review-item {
	border:solid 1px rgba(190,190,190,.35);
	margin:0 auto;
	padding:0.5em;
	flex: 1 1 20%;
	line-height: 14px;
	font-size:14px !important;
}

@media ( max-width:1200px) {
  .review-item { flex: 1 1 40%; }
}

@media ( max-width:450px) {
  .review-item { flex: 1 1 90%; }
}

.review-meta, .review-stars {text-align:left;margin-left:50px; font-size:115%;}
.review-author { text-transform: capitalize; font-weight:bold; }
.review-date {opacity:.6; display:block;}
.review-text {
	text-align: justify;
	max-width: 32em;
	margin: auto;
	line-height: 16px;
	font-size: 16px !important;
}

.review-stars ul {
display: inline-block;
list-style: none;
margin:0; padding:0;
}

	.review-stars ul li {
		float: left;
		margin-right: 1px;
		line-height: 1;
		color: #E4B248;
		font-size: 1.2em;
		font-style: normal;
	}

		.review-stars ul li i {
			color: #e7711b;
			font-size: 1.2em;
			font-style: normal;
		}
.review-stars ul li i.inactive { color: #c6c6c6;}
.star:after { content: "\2605"; }

h4 {
	font-family: arial,sans-serif;
	font-size: 13px;
	font-weight:normal;
	margin-top: 5px;
	height: 30px;
}
.dvFeedbackRating div {
  float:left;
  margin-left:3px;
}
.review-foto{
  float:left;
  margin-right:5px;
  width:40px;
  height:40px
}

