/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/****** Style Star Rating Widget *****/
.rating > input { display: none; } 


.rating > label { 
  color: #7f7f7f; 
 float: right; 
}
/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #EFAA65;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #F5C99D;  } 

fieldset.rating {
    display: block !important;
    max-width: 150px;
    border: none;
    margin: auto;
    clear: both;
    float: none;
}
div#zn-review-form input, div#zn-review-form textarea {
    width: 100%;
    margin: auto;
    padding: 5px;
}
.zn-private-feedback label {
    color: #5E636D;
    font-weight: bold;
    display: block;
    margin: 10px 0px;
}
.zn-private-feedback {
    padding: 15px;
}
span.zn-optional {
    color: #ACD5AC;
    font-style: italic;
}
button.zn_submit {
    background: #5E636D;
    border: 2px solid #5E636D;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin: 25px auto 30px auto;
    display: block;
    transition: color .3s ease, outline-color .3s ease, background-color .3s ease;
}
button.zn_submit:hover {
    background: transparent;
    border: 2px solid #5E636D;
    color: #5E636D;
    transition: color .3s ease, outline-color .3s ease, background-color .3s ease;
    cursor: pointer;
}
div#zn-review-form input:focus,
div#zn-review-form textarea:focus {
    box-shadow: none;
    outline: 0;
}

#zn-review-form {
    background: rgb(241, 241, 241);
}


#zn-review-form .zn-title {
    background-color: #626463;
    text-align: center;
    padding: 10px;
}

#zn-review-form .zn-title h4 {
    color: #fff;
    margin: auto;
}

#zn-review-form h5 {
    text-align: center;
}

.zn-third-party-links {
    text-align: center;
}

.zn-third-party-links a {
    display: inline-block;
    margin: 0 10px;
}

span.zn-reviewer,
span.zn-address,
span.zn-date {
	display:block;
}
.zn-star-ratings fieldset.rating {
    font-size: 16px;
}
/*Zone Ratings List*/
#zn-review-list .zn-reviews-card {
    background: rgb(241, 241, 241);
    padding: 15px;
    border-radius: 10px;
    transition: .5s ease;
}

#zn-review-list .zn-reviews-card .zn-star-rating label {
    color: #FF9C3E;
    font-size: 15px;
    margin: 0 5px 0 0;
}

#zn-reviews-list .zn-reviews-card .zn-review-summary {
    font-weight: bold;
    font-size: 16px;
}
#zn-reviews-list .zn-reviews-card a.zn-read-more {
    text-decoration: none;
    display: block;
    color: #EE811A!important;
}

#zn-review-list .zn-reviews-card .zn-review p {
    /* word-break: break-all; */
}

#zn-review-list .zn-reviews-card .zn-reviewer .zn-view-review-reviewer {
    float: right;
}

.zn-reviewer .verify-info img.verifyImg {
    display: inline-block;
    width: unset;
}

.zn-reviewer .verify-info span.verify {
    color: #4caf50;
    font-size: 12px;
}

#zn-review-list .zn-reviews-card .row {
    margin-right: 0px;
    margin-left: 0px;
}

#zn-review-list .zn-reviews-card .zn-review .see-more-ratings {
    border: none;
    background-color: transparent;
    color: #21929a;
    margin-left: 5px;
    cursor: pointer;
}

#zn-review-list .zn-reviews-card .zn-review span.cont-rating {
    display: none;
}

#zn-review-list .zn-reviews-card  .zn-review span.cont-rating.active {
     display: inline;
}

.zn-review-header p {
    font-size: 30px;
    padding-bottom: 10px;
    border-bottom: 3px solid #158cbe;
}
#zn-review-list .zn-review p {
    text-align: justify;
}
.zn-review-summary .h5 {
    font-size: 21px;
}
.zn-star-rating {
    text-align: right;
    margin-bottom: 5px;
}
.zn-star-rating small {
    display: none;
}
/*--Modern*/


@media screen and (max-width: 800px) {
    #zn-review-form .zn-star-ratings .col-4 {
        display: block;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
    section.testimonials #zn-review-list .zn-review p {
        font-size: unset;
    }

    #zn-review-list .zn-review p {
        text-align: unset;
    }
    div#zn-review-list {
        padding-left: 0px;
        padding-right: 0px;
    }
}