.bar {
    padding-left: 0;
}

.image-circle {
    border-radius: 50%;
}

.reviews-header {
    position: relative;
    min-height: 40px;
    margin-bottom: 40px;
}

.reviews-header h1 {
    max-width: 70%;
}

.reviews-header a {
    width: 220px;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
}

.review {
    padding: 30px;
    border: 2px solid #CDCFDC;
}

.review:not(:first-child) {
    margin-top: 10px;
}

.review .avatar, .review .info, .review .message {
    float: left;
}

.review .avatar {
    border-radius: 50%;
    width: 88px;
    border: 2px solid #7958B3;
    padding: 2px;
}

.review .avatar img {
    width: 80px;
}

.review .info {
    width: 200px;
    height: 90px;

    position: relative;
    margin-left: 10px;
    padding-left: 10px;
}

.review .info strong {
    text-transform: capitalize;
    font-family: Gilroy-Bold, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: black;
}

.review .info .rait {
    float: none;
}

.review .info .rait img {
    height: 14px;
}

.review .info .city-label {
    position: relative;
    font-size: 14px;
}

.review .message .comment {
    min-height: 60px;
    text-align: justify;
    font-size: 14px;
}

.review .date-and-link, .review .order-photos {
    margin-top: 15px;
    float: left;
    font-size: 14px;
}

.review .date-and-link {
    width: 25%;
}

.review .order-photos {
    text-transform: uppercase;
    color: #9462EC;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 2px solid #9462EC;
}

.review .message .date-and-link .fa, .review .info .city-label .fa {
    font-size: 16px;
}

@media (min-width: 1199px) {
    .review .message {
        width: 65%;
    }
}

@media (max-width: 1199px) {
    .review .message {
        width: 58%;
    }
}

@media (max-width: 999px) {
    .review .message {
        width: 55%;
    }
}

@media (max-width: 767px) {
    .reviews-header h1 {
        width: 100%;
    }

    .reviews-header a {
        position: relative !important;
        margin-left: 0;
    }

    .review {
        padding: 10px;
    }

    .review .info {
        width: 60%;
    }

    .review .message {
        margin-top: 25px;

        max-width: 100%;
        width: 100%;
    }

    .review .message .comment {
        min-height: 30px !important;
    }

    .review .date-and-link {
        width: 100%;
    }
}

/*@media (max-width: 400px) {*/
    /*.review .info {*/
        /*width: 130px !important;*/
    /*}*/
/*}*/
