
.theme-button {
	display: inline-block;
	padding: 10 15px;
	color: #fff;
	background: #1796c6;
	text-decoration: none;
}
.theme-button:hover {
	text-decoration: none;
	opacity: 0.8;
}
.text-highlight {
	background: #FFFF00;
}
	
.wte-trip-review-rating {
    background-color: #f6f3f3;
    padding: 0 125px 0 0;
    width: 50%;
}

.wte-trip-review-rating label {
    text-indent: -100px;
    width: 40px !important;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
}
 
.label {
    float: left;
    padding-top: 3px;
}

.rating-form .wte-trip-review-rating {
    padding-bottom: 50px !important;
    position: relative;
    margin-bottom: 0 !important;
}
         
fieldset input[type='radio'] {
  padding-right: 4px;
  position: absolute;
  z-index: -9999999;
  opacity: 0;
  visibility: hidden;
}

.rating-form fieldset label#stars-error {
    float: none;
    height: auto;
    display: table;
    clear: both;
    text-indent: 0;
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 180px !important;
    line-height: 1;
}
                 
input[type='radio'], .wte-trip-review-rating label.stars {
    float: right;
    line-height: 30px;
    height: 30px;
}
 
span + input[type=radio] + label, legend + input[type=radio] + label {
    clear: right;
    margin-right: 80px;
    counter-reset: checkbox;
}
.wte-trip-review-rating label.stars {
    background: transparent url('../icons/star_off.png') no-repeat center center;
}
 
.wte-trip-review-rating label.stars:hover ~ label.stars, 
.wte-trip-review-rating label.stars:hover, 
.wte-trip-review-rating input[type=radio][name=stars]:checked ~ label.stars {
    background-image: url('../icons/star.png');
    counter-increment: checkbox;
}
#wte-trip-review-template{
    display: none;
}
.agg-rating.jq-ry-container {
    pointer-events: none;
}
ol.comment-list {
    margin: 0;
}
.average-rating {
    border: 1px solid #ccc;
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 5px;
}
.review-wrap{
    text-align: left;
    display: block;
    background: #F6F6F6;
    margin: 10px 0;
    padding: 10px 10px;
}
.review-notes{
    display: none;
    color: #32B67A;
    background: #dcf5de;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #32B67A;
}
.validate-notes {
    display: none;
    background-color: #f2dede;
    border: 1px solid #a94442;
    padding: 5px 10px;
    color: #a94442;
    border-radius: 5px;
}

/*Rating Form Style*/
.rating-form{
    display: flex;
    flex-direction: column;
}

.rating-form .comment-notes{
    order: 1;
}

.rating-form .review-title-rating{
    order: 2;
}

.rating-form .comment-form-comment{
    order: 3;
}

.rating-form .comment-form-author{
    order: 4;
}

.rating-form .comment-form-email{
    order: 5;
}

.rating-form .comment-form-url{
    order: 6;
}

.rating-form .comment-form-phone{
    order: 7;
}

.rating-form .comment-form-title{
    order: 8;
}

.rating-form .comment-form-cookies-consent{
    order: 9;
}

.rating-form .form-submit{
    order: 10;
}
.rating-bar {
  position: relative;
  display: block;
  margin-bottom: 5px;
  width: 100%;
  background: #EEEEEE;
  height: 35px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -ms-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
}


.rating-bar .rating-bar-inner {
  height: 35px;
  width: 0px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: red;
  position: absolute;
  top: 0;
}

.rating-bar .percent{
  right: 10px;
}
.rating-bar .percent{
  left: 10px;
}
.rating-bar .percent{
  left: 48%;
}