.review-location {
    display: none;
}
.stamped-review {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex-box;
    border: 1px solid #ddd !important;
    padding: 30px !important;
    border-radius: 8px;
    overflow: hidden;
}
.stamped-review-header {
    max-width: 200px;
    border-right: 1px solid #ddd;
    margin-right: 30px;
        position: relative;
}

.created {
    position: absolute;
    bottom: 15px;
    right: 30px;
    font-size: 14px !important;
    font-weight: 800 !important;
}

.stamped-review .author {
    margin-right: 7px;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 800 !important;
    padding-top: 5px;
     font-family: 'Brown';
         padding-bottom: 7px;
}

h3.stamped-review-header-title {
    width: 100%;
    font-size: 22px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
     font-family: 'Brown';
}

p.stamped-review-content-body {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    font-weight: 300 !important;
    margin-top: 12px;
    letter-spacing: 0.5px;
    font-family: 'Brown';
}

.stamped-share-icon {
    cursor: pointer;
    text-decoration: none;
    padding: 2px 10px;
    border-radius: 2px;
    font-size: 16px;
    font-family: 'Brown';
}
.stamped-rating-holder {
    font-size: 16px;
    font-family: 'Brown';
}

.stamped-container {
   font-family: 'Brown' !important;
}
span.stamped-share-icon i:before {
    font-size: 16px !important;
    position: relative;
    top: 1px;
}
.stamped-rating-holder a i:before {
    font-size: 16px !important;
    position: relative;
    top: 1px;
}
#stamped-sort-select {
    margin-top: 15px;
    font-family: 'Brown' !important;
    font-size: 16px;
    line-height: 20px;
    min-width: 200px;
    height: 45px;
}

@media (max-width:991px) {
    .stamped-review {
        flex-direction: column;
    }
    .stamped-review {
        position: relative;
    }
    .stamped-review-header {
        max-width: 100%;
        border-right: 0px solid #ddd;
        margin-right: 0px;
        position: unset;
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom: 1px solid #ddd;
    }
    .stamped-review-avatar-content {
        height: 60px;
        width: 60px;
    }
}

@media (max-width:480px) {
    .stamped-review-avatar-content {
        height: 60px;
        width: 60px;
    }
    .stamped-rating-holder {
        font-size: 14px;
        font-family: 'Brown';
    }
    p.stamped-review-content-body {
        font-size: 16px;
        line-height: 22px;
    }
}