

.reviews-wrapper {
	font-size:16px;
}

.rating-stars i {
	font-size:20px;
}

.red {
	color:red;
}

.orange {
	color:orange;
}

.gold {
	color:gold;
}

.yellow {
	color:yellow;
}

.rating-stars {
	text-align: center;
	height:40px;
	min-height:50px;
}

.excerpts_cont {
	padding-top:5px;
}

.source-date-review {
	height: 40px;
	min-height:50px;
	line-height: 2;
	text-align: left;
	font-size:14px;
}

.rev_img {
	width: 65%;
    margin: auto;
    display: block;
    padding-top: 13px;
    padding-bottom: 10px;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.procedure-btn, .source-btn {
	color:#fff;
	background-color: #aaa;
	width: 100%;
}

.procedure-btn:hover, .source-btn:hover {
	color:#ddd;
}


.review-from {
    font-weight: 600;
}


@media(max-width:1200px){
	.source-date-review {
		 font-size:12px;
	}
	.rating-stars{
		font-size:14px;
	}
	 .rating-stars i {
		 font-size:17px;
	 }
}

@media(max-width:990px){
	.source-date-review {
		 font-size:10px;
	}
	.rating-stars  {		
		font-size:11px;
	}
	.rating-stars i {
		font-size:13px;
	}
}

@media(max-width:768px){
	.source-date-review {
		 font-size:12px;
	}
	.rating-stars  {		
		font-size:15px;
	}
	.rating-stars i {
		font-size:17px;
	}
}

@media(max-width:510px) {
	.source-date-review {
		 font-size:12px;
	}
	.rating-stars {		
		height:50px;
		font-size:12px 
	}
	.rating-stars i {
		font-size:13px !important;
	}
	.source-date-review {
		height:50px;
	}
	
}

@media(max-width:520px) {
	.rating-stars i {
		font-size:14px;
	}
}

@media(max-width:767px) {
	.grid {
		margin-top:20px;
	}
	.button-group {
		width:100%;
	}
	.source-btn {
		margin-bottom: 3px !important;
	}	
}



/* ---- button ---- */

.button {
  display: inline-block;
  padding: 0.5em 1.0em;
  background: #EEE;
  border: none;
  border-radius: 7px; 
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  text-shadow: 0 1px white;
  cursor: pointer;
  width:100%;
}

.button:hover {
  background-color: #D2808B;
  text-shadow:none;
  color: #fff;
}

.button:active,
.button.is-checked {
  background-color: #773D5E;
}

@media(max-width:767px) {
	
	.button:active,
	.button.is-checked {
	  background-color: #865479;
	}

}

.button.is-checked {
  color: white;
  text-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.6);
}

.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
  font-size: 15px;
}

.button-group {
	width:100%;
}

.btn-custom {
	background-image: -webkit-linear-gradient(top,#773D5E 0,#865479 100%);
    background-image: -o-linear-gradient(top,#773D5E 0,#865479 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#773D5E),to(#865479));
    background-image: linear-gradient(to bottom,#773D5E 0,#865479 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #865479 !important;
}

.btn.focus, .btn:focus, .btn:hover{
	color:#eee !important;
}

/* ---- isotope ---- */

.grid {
  max-width: 1200px;

}

.element-item {
	margin-bottom: 10px;
	min-height: 125px;
	clear:both;
}


/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ui group */

.ui-group {
  display: block;

}

.ui-group h3 {
  display: inline-block;
  vertical-align: top;
  line-height: 32px;
  margin-right: 0.2em;
  font-size: 16px;
}

.ui-group .button-group {
  display: inline-block;

  }
  
.revtext.short {
    overflow: hidden;
    height:135px;
}

.fm-read-more {
	cursor: pointer;
	
}
.is-hidden {
	display: none;
}
