.rmrr-item{
	border-bottom: 1px solid #e5e5e5;
    position: relative;
    padding: 20px 0px;
}
.rmrr-item cite{
	font-style: normal;
	display: block;
	min-height: 50px;
	position: relative;
	padding-right: 50px;
	float: none;
	line-height: normal;
	margin-left: 0;
}
.rmrr-item blockquote{
    padding: 0;
    margin: 0!important;
    border: 0;
}
.rmrr-item blockquote > p:last-child{
 margin-bottom: 20px;
}
.rmrr-item cite:before{
	content:" ";
}
.inside #content .rmrr-item cite p{
	margin:0!important;
}
.rmrr-item .rmrr-review-rating{
	font-size: 0;
}
.rmrr-item .rmrr-review-rating i{
	display: inline-block;
	font-size: 0;
	margin-right:3px;
	color:#ffffff;
	width: 18px;
	height: 18px;
}
.rmrr-item.rmrr-item-sprinkle .rmrr-review-rating i {
	width: 24px;
	height: 24px;
}
@media only screen and (min-width: 768px) {
	.rmrr-item.rmrr-item-sprinkle .rmrr-review-rating i{
		width: 34px;
		height: 34px;
	}
}
@media only screen and (min-width: 1060px) {
	.rmrr-item.rmrr-item-sprinkle .rmrr-review-rating i{
		width: 44px;
		height: 44px;
	}
}
.rmrr-item .rmrr-review-rating i:before{
	font-size: 18px;
}
.rmrr-item.rmrr-item-sprinkle .rmrr-review-rating i:before{
	font-size: 22px;
}
@media only screen and (min-width: 768px) {
	.rmrr-item.rmrr-item-sprinkle .rmrr-review-rating i:before{
		font-size: 32px;
	}
}
@media only screen and (min-width: 1060px) {
	.rmrr-item.rmrr-item-sprinkle .rmrr-review-rating i:before{
		font-size: 42px;
	}
}
.rmrr-item.rmrr-type-googleplaces cite:before,
.rmrr-item.rmrr-type-googlemybusiness cite:before{
	content:" ";
	position: absolute;
	display: block;
	top:5px;
	right:0;
	width:50px;
	height: 50px;
	background-image:url('../images/rmrr-gplus.png');
	background-repeat: no-repeat;
	background-position: top right;
}
.rmrr-item.rmrr-type-facebook cite:before{
	content:" ";
	position: absolute;
	display: block;
	top:5px;
	right:0;
	width:50px;
	height: 50px;
	background-image:url('../images/rmrr-fb.png');
	background-repeat: no-repeat;
	background-position: top right;
}
.rmrr-item.rmrr-type-yelp cite:before{
	content:" ";
	position: absolute;
	display: block;
	top:5px;
	right:0;
	width:50px;
	height: 50px;
	background-image:url('../images/rmrr-yelp.png');
	background-repeat: no-repeat;
	background-position: top right;
}
.rmrr-item.rmrr-type-realself cite:before{
	content:" ";
	position: absolute;
	display: block;
	top:5px;
	right:0;
	width:50px;
	height: 50px;
	background-image:url('../images/rmrr-rs.png');
	background-repeat: no-repeat;
	background-position: top right;
}

.rmrr-item.rmrr-type-healthgrades cite:before{
	content:" ";
	position: absolute;
	display: block;
	top:5px;
	right:0;
	width:50px;
	height: 50px;
	background-image:url('../images/rmrr-hg.png');
	background-repeat: no-repeat;
	background-position: top right;
}

/* TABS */
.rmrr-tabs{
	margin:0!important;
	font-size: 0;
	line-height: normal!important;
	border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.rmrr-tabs li{
	position: relative;
    display: block;
    font-size: 18px;
    padding: 0!important;
    padding: 10px 25px 10px!important;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 0;
    opacity: 0.75;
    -webkit-transform:translate3d(0,0,0);
    /*box-shadow:0px 0px 0px 0px rgba(0,0,0,0);*/
    transition: all 0.5s;
     -webkit-transition: all 0.5s;
    cursor: pointer;

}
@media (min-width: 768px) {
	.rmrr-tabs li{
		display: inline-block;
		margin-left: 10px;
	}
}
.rmrr-tabs li:hover{
	opacity: 1;
	-webkit-transform:translate3d(0,0,0);
   /* transition: opacity 0.5s;
     -webkit-transition: opacity 0.5s;*/
}
.rmrr-tabs li.is-current-tab{
    /*box-shadow:0px -5px 15px -5px rgba(0,0,0,0.15);*/
    border-bottom: 0px;
    opacity: 1;
    text-shadow: none;

}
.rmrr-tabs li.is-current-tab a{
	color:inherit;
}
.rmrr-tabs a{
    display: block;
    color: #000000;
    text-decoration: none;
}
.rmrr-tabs a span{
	background:#ffffff;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #e5e5e5;
	display: inline-block;
	color:#999999;
	margin-left: 5px;
	padding:2px 5px;
	/* vertical-align: middle; */
	line-height: normal;
	border-radius: 4px;
	text-shadow: none;
}

.rmrrWidget-contains-reviews{
	min-height: 400px;
}

/* PAGER */
.rmrrWidget-contains-pager{
	display: none;
}
.rmrrWidget-contains-pager ul{
	margin:50px 0px 0px 0px!important;
	padding:10px;
	font-size: 0;
	text-align: center;
}
.rmrrWidget-contains-pager li{
	display: inline-block;
	list-style-type: none;
}
.rmrrWidget-contains-pager li.is-current-page a{
	text-decoration: underline;
}
.rmrrWidget-contains-pager a{
	display: block;
	font-size: 18px;
	cursor: pointer;
	margin:0px 3px;
}

/* AVG RATING CSS */
#rmrr-ratingavgs{
	font-size: 0;
	text-align: center;
	margin: 10px 0px 30px;
}
.avgratingtitle span{
	display: block;
}
.avg-rating-box{
	font-size: 15px;
	text-align: center;
	padding: 5px;
	border: 1px solid #efefef;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
@media (min-width: 768px) {
	.avg-rating-box{
		width: 25%;
	}
}
.inside #content .avg-rating-box p{
	margin: 0;
	line-height: normal;
}

.page-no-sb > article{
	float:none;
	width: auto;
	margin:0;
}
/******************
	BELOW IS CUSTOM
******************/

.sprinkle-review {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	text-align: center;
}
.sprinkle-review > .fcs-overlay {
	display: block;
	position: relative;
	height: 43px;
	opacity: 1 !important;
}
@media only screen and (min-width: 768px) {
	.sprinkle-review > .fcs-overlay {
		height: 73px;
	}
}
@media only screen and (min-width: 1060px) {
	.sprinkle-review > .fcs-overlay {
		height: 113px;
	}
}
.sprinkle-review > .fcs-overlay:before{
	content: url('../images/curve-top.svg');
	height: auto;
	width: 100%;
	display: block;
	/* background-position: center;
	background-repeat: no-repeat;
	background-image:url('../images/curve-top.svg'); */
	position: absolute;
	bottom: -7px;
	top: unset;
	/* transform: translateY(-50%); */
}
/* @media only screen and (min-width: 768px) {
	.sprinkle-review > .fcs-overlay:before{
		height: 73px;
	}
}
@media only screen and (min-width: 1060px) {
	.sprinkle-review > .fcs-overlay:before{
		height: 113px;
	}
} */
.sprinkle-review:after{
	content: url('../images/curve-bottom.svg');
	height: 43px;
	width: 100%;
	display: block;
	/* background-position: center;
	background-repeat: no-repeat;
	background-image:url('../images/curve-bottom.svg'); */
	position: absolute;
	bottom: 0;
	z-index: 1;
}
@media only screen and (min-width: 768px) {
	.sprinkle-review:after{
		height: 73px;
	}
}
@media only screen and (min-width: 1060px) {
	.sprinkle-review:after{
		height: 113px;
	}
}
.rmrr-item blockquote{
	color:#333333;
	font-family: scandia-web, sans-serif;
	font-size: 16px;
	font-size: 0.9411764706rem;
	font-style: italic;
	line-height: 1.35em;
	font-weight: 400;
	font-style: italic;
}
.rmrr-review-date{
	font-size: 14px;
}
.rmrr-review-author{
	font-size: 24px;
	font-weight: normal;
	font-family: scandia-web, sans-serif;
}

/* non-widget review */
.rmrr-item.rmrr-item-sprinkle{
	background: #32A0C1;
	padding: 20px 0 0;
	margin:0;
}
/* @media only screen and (min-width: 1060px) {
	.rmrr-item.rmrr-item-sprinkle{
		padding: 90px 0 10px;
	}
} */
.rmrr-item.rmrr-item-sprinkle .rmrr-review-author{
	font-family: scandia-web, sans-serif;
	font-weight: normal;
	font-size: 18px;
	font-size: 1.0588235294rem;
	line-height: 1.2em;
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff;
}
@media only screen and (min-width: 768px) {
	.rmrr-item.rmrr-item-sprinkle .rmrr-review-author{
		font-size: 24px;
    font-size: 1.4117647059rem;
    margin-left: 0;
	}
}
@media only screen and (min-width: 1060px) {
	.rmrr-item.rmrr-item-sprinkle .rmrr-review-author{
		font-size: 28px;
    font-size: 1.6470588235rem;
	}
}
.rmrr-item.rmrr-item-sprinkle .rmrr-review-author:before{
	content: "-";
	margin-left: -15px;
	margin-right: 5px;
}
.rmrr-item.rmrr-item-sprinkle .rmrr-review-date{
	color: #ffffff;
	display: block;
	font-weight: normal;
	font-size: 14px;
	font-size: 0.8235294118rem;
	line-height: 1em;
	margin: 20px;
}
@media only screen and (min-width: 1060px) {
	.rmrr-item.rmrr-item-sprinkle .rmrr-review-date{
		font-size: 20px;
    font-size: 1.1764705882rem;
    line-height: 1em;
	}
}
.rmrr-item.rmrr-item-sprinkle .rmrr-review-date em {
	font-style: normal;
}

.rmrr-item.rmrr-item-sprinkle blockquote {
	color: #ffffff;
	font-size: 16px;
	font-size: 0.9411764706rem;
	line-height: 1.35em;
	font-weight: 400;
	font-style: italic;
	max-width: 1200px;
	margin: 20px auto !important;
	padding-top: 46px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
@media only screen and (min-width: 768px) {
	.rmrr-item.rmrr-item-sprinkle blockquote {
		font-size: 20px;
    font-size: 1.1764705882rem;
    margin: 36px auto 25px !important;
		padding-top: 80px;
	}
}
@media only screen and (min-width: 1060px) {
	.rmrr-item.rmrr-item-sprinkle blockquote {
		font-size: 20px;
    font-size: 1.1764705882rem;
	}
}
.inside #content .rmrr-item.rmrr-item-sprinkle blockquote > p{
	color: #ffffff;
	padding-left: 30px;
	padding-right: 30px;
	font-family: scandia-web, sans-serif;
	font-size: 20px;
	line-height: normal;
}
.inside #content .rmrr-item.rmrr-item-sprinkle blockquote > p:first-of-type{
	padding-top: 30px;
}
.inside #content .rmrr-item.rmrr-item-sprinkle blockquote > p:last-of-type{
	padding-bottom: 30px;
}
/* .inside #content .rmrr-item.rmrr-item-sprinkle blockquote > p:first-of-type:before{
	position: relative;
	display: inline;
	content: open-quote;
}
.inside #content .rmrr-item.rmrr-item-sprinkle blockquote > p:first-of-type:after{
	position: relative;
	display: inline;
	content: close-quote;
} */
.rmrr-item.rmrr-item-sprinkle blockquote > p:first-of-type::before{
	content: open-quote;
}
.rmrr-item.rmrr-item-sprinkle blockquote > p:first-of-type::after{
	content: close-quote;
}
/*.rmrr-item.rmrr-item-sprinkle blockquote:before{
	content:" ";
	height: 70px;
	width: 100%;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-image:url('../images/reviewquote.png');
	position: absolute;
	top:-30px;
}*/

.rmrr-item.rmrr-item-sprinkle{
	/*border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;*/
	/* background: #003763; */
}
.rmrr-item.rmrr-item-sprinkle cite{
	/* background: #ffffff;
	border: 1px solid #03466d; */
	padding: 20px 30px;
	position: unset;
}
.rmrr-item.rmrr-item-sprinkle cite p{
	margin:0;
	line-height: 0.95em;
}
/* .rmrr-sprinke-container::before {
	content: '';
	width: 100%;
	left: 0;
	position: absolute;
	display: block;
	top:5px;
	width: 100%;
	height: 50px;
	background-image:url('../images/rmrr-gplus.png');
	background-repeat: no-repeat;
	background-position: top right;
} */
.rmrr-sprinke-container .after-review-sprinkle{
	text-align: center;
	margin-top: 25px;
}
.rmrr-sprinke-container .after-review-sprinkle .button{
	font-size: 16px;
	padding:12px 20px;
	line-height: normal;
	text-shadow:none;
}
.rmrr-item.rmrr-item-sprinkle cite:before{
	background-position: center!important;
	/*position: static*/;
	margin:0 auto;
	left: 50%;
	right: unset;
	top: unset;
	bottom: -20px;
	transform: translateX(-50%);
}

.rmrr-item.rmrr-item-sprinkle .rmrr-review-rating {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

#rmrrWidget-contains-pager-button {
	margin-top: 20px;
}

/****************
** widget review
*****************/

/* rating math */
.avg-rating-box.is-google{
	background-image: url('../images/rmrr-gplus.png')!important;
	background-position: 10px 10px!important;
	background-size: 22px auto!important;
	background-repeat: no-repeat!important;
}
.avg-rating-box.is-yelp{
	background-image: url('../images/rmrr-yelp.png')!important;
	background-size: auto 20px!important;
	background-position: 10px 10px!important;
	background-repeat: no-repeat!important;
}
.avg-rating-box.is-facebook{
	background-image: url('../images/rmrr-fb.png')!important;
	background-size: auto 20px!important;
	background-position: 10px 10px!important;
	background-repeat: no-repeat!important;
}
.avg-rating-box.is-realself{
	background-image: url('../images/rmrr-rs.png')!important;
	background-size: auto 20px!important;
	background-position: 10px 10px!important;
	background-repeat: no-repeat!important;
}
.avg-rating-box.is-healthgrades{
	background-image: url('../images/rmrr-hg.png')!important;
	background-size: auto 20px!important;
	background-position: 10px 10px!important;
	background-repeat: no-repeat!important;
}
.custom-reviews-ui *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.custom-reviews-ui .avg-rating-box{
	font-family: scandia-web, sans-serif;
	width: 100%;
	display: block;
}
.custom-reviews-ui .avg-rating-box{
	background: #f2f2f2;
	color: #333333;
	padding:20px 5px;
	border:0;
	margin-bottom: 20px;
}
.custom-reviews-ui .avg-rating-box.is-all{
	background: #003763;
	color:#ffffff;
}
.custom-reviews-ui .avg-rating-box.is-all *{
	color:#ffffff!important;
}

.custom-reviews-ui .avg-rating-box.is-all .avgratingstars .dashicons{
	color: #32A0C1!important;
}

.custom-reviews-ui .avgratingstars{
	margin:0!important;
}
.custom-reviews-ui .avgratingstars .dashicons{
	color:#01456c;/* star color */
}
.inside #content .custom-reviews-ui .avgratingtitle{
	font-size: 16px;
	margin:0 0 20px!important;
}
.inside #content .custom-reviews-ui .avgratingnum{
	margin:0 0 20px!important;
	color:#32A0C1;/* rating color */
	font-weight: lighter;
}
.inside #content .custom-reviews-ui .avgratingstarslabel{
	font-family: scandia-web, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	margin:0 0 8px!important;
}

.custom-reviews-ui .avgratingtitle span{
	display: block;
	font-size: 11px;
	font-weight: bold;
	font-family: scandia-web, sans-serif;
	text-transform: uppercase;
}
.inside #content .custom-reviews-ui .avgratingnum{
	font-size: 50px;
}
/* TABS */
.custom-reviews-ui #rmrr-tabs{
	list-style-type: none!important;
	border-bottom: 0;
	position: relative;
	display: block;
	padding-left: 0;
}
.custom-reviews-ui #rmrr-tabs:after{
	height: 1px;
	width: 100%;
	content:" ";
	background: #e5e5e5;
	position: absolute;
	left:0;
	bottom:0;
}
.custom-reviews-ui #rmrr-tabs li{
	list-style-image: none!important;
	background: #f2f2f2!important;
	color:#373737;
	display: block;
	font-size: 15px;
	opacity:1;
	font-family: scandia-web, sans-serif;
	border:0;
	width: 100%;
	padding: 14px 5px 12px!important;
	position: relative;
}
.custom-reviews-ui #rmrr-tabs li:first-of-type{
	margin-left: 0;
}
.custom-reviews-ui #rmrr-tabs li.is-current-tab{
	background: #003763!important;
	box-shadow: none;
	color:#ffffff;
	text-transform: none;
}
.custom-reviews-ui #rmrr-tabs li span{
	border:0;
	background: #32A0C1;
	font-family: scandia-web, sans-serif;
	font-size: 12px;
	color:#ffffff;
}
.custom-reviews-ui #rmrr-tabs li.is-current-tab span{
	background:#32A0C1;/* selected tab color num */

	color:#ffffff;

}
/* review item */
.custom-reviews-ui .rmrr-item cite:after{
	width:30px!important;
	height:40px!important;
	background-size: 100% auto;
}

/*******/
.rmrrWidget-contains-reviews .rmrr-item{
	font-size: 16px;
	font-family: scandia-web, sans-serif;
	color:#232323;
	border-bottom: 1px solid #e5e5e5;
	padding:60px 0px 50px;
}
.rmrrWidget-contains-reviews .rmrr-item blockquote{
	text-align: left;
    font-style: italic;
    line-height: 1.3em;

}
.rmrrWidget-contains-reviews .rmrr-item cite{
	font-size: 24px;
}
.rmrr-item.rmrr-type-googleplaces.rmrr-item-sprinkle cite:before,
.rmrr-item.rmrr-type-googlemybusiness.rmrr-item-sprinkle cite:before {
	background-image: url('../images/google-sprinkle.svg');
}
.rmrr-item.rmrr-type-facebook.rmrr-item-sprinkle cite:before {
	background-image: url('../images/facebook-sprinkle.svg');
	margin-top: 20px;
}
.rmrr-item.rmrr-type-yelp.rmrr-item-sprinkle cite:before {
	background-image: url('../images/yelp-sprinkle.svg');
	margin-top: 20px;
}
.rmrr-item.rmrr-type-healthgrades.rmrr-item-sprinkle cite:before {
	background-image: url('../images/hg-sprinkle.png');
}
.rmrr-item.rmrr-type-realself.rmrr-item-sprinkle cite:before {
	background-image: url('../images/rs-sprinkle.png');
}
.rmrrWidget-contains-reviews .rmrr-item cite p{
	margin:0 0 5px!important;
	line-height: 0.65;
}
.rmrrWidget-contains-reviews .rmrr-item cite .dashicons{
	color:#32A0C1;/* star color */
}
.rmrrWidget-contains-reviews .rmrr-item .rmrr-review-date{
	font-size: 14px;
	color:#003763;
}

@media only screen and (min-width: 767px) {
	.custom-reviews-ui #rmrr-ratingavgs{
		display: flex;
	}
	.custom-reviews-ui .avg-rating-box{
		margin-left: 10px;
	}
	.custom-reviews-ui .avg-rating-box:first-of-type{
		margin-left: 0;
	}
	.inside #content .custom-reviews-ui .avg-rating-box.is-all .avgratingtitle{
		margin-bottom: 32px!important;
	}
	.custom-reviews-ui #rmrr-tabs{
		display: flex;
	}
	.custom-reviews-ui #rmrr-tabs li{
		margin-left: 10px;
	}
}
