
.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;
}
         
fieldset input[type='radio'] {
    padding-right: 4px;
    position: absolute;
    z-index: -9999999;
}
                 
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;
}