/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 
 .revfwoo-review-list li.review {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.revfwoo-review-list .review .wr_avatar img {
    height: 100px;
    width: 100px;    
    border-radius: 50%;
    transform: scale(.9);
    transition: 0.5s;
}

.revfwoo-review-list .review .wr_avatar img:hover {
     transform: scale(1);
     transition: 0.5s;
}


.revfwoo-review-list .wr_avatar {
    border: 2px solid #db2436;
    padding: 10px;
    border-radius: 50%;
}
.revfwoo-review-list .wr_avatar:hover {
    border: 2px solid #1a4c8a;
    padding: 10px;
    border-radius: 50%;
}
.revfwoo-review-list .slick-prev:before, .slick-next:before{
    color:  #db2436;
}

.revfwoo-review-list button.slick-prev:hover:before, button.slick-next:hover:before {
    color: #1a4c8a !important;
}

.revfwoo-review-list .wr_meta {
    font-family: 'Montserrat';
    text-transform: capitalize;
    color: #065092;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    padding-top:10px;
}
.revfwoo-review-list .review .description {
    text-align: center;
    font-family: 'Montserrat';
    margin: 15px 30px;
    font-size: 16px;
    line-height: 24px;
    color:#666666
}

.revfwoo-review-list .star-rating span:before {
    color: #d72437 !important;
}
.revfwoo-review-list .slick-dots{
 padding: 0 0 23px 0 !important;
}

.revfwoo-review-list li.slick-active button {
    border: 1px solid #0b4f90;
    border-radius: 50%;
} 

.revfwoo-review-list .slick-dots li.slick-active button:before{
    opacity: 1;
    color: #0b4f90;
}

.revfwoo-review-list .slick-dots li button:before{
    opacity: .75;
    color: #0b4f90;
}

.revfwoo-review-list .slick-prev:hover:before {
    transform: scale(-1.2);
    transition: .7s;
}

.revfwoo-review-list .slick-next:hover:before {
    transform: scale(1.2);
    transition: .7s;
}

.revfwoo-review-list .slick-next {
    top: 52% !important;
}


@media(max-width:768px){
.revfwoo-review-list .review .description{
margin: 15px;
} 
.revfwoo-review-list {
    padding: 0px 0px 23px 7px !important;
}
}

