#facebook-review-form {
    padding: 100px 0;
    font-family: 'Lato', sans-serif;
}

#facebook-review-form input,
#facebook-review-form textarea {
    width: 100%!important;
    padding: 8px!important;
    margin-bottom: 10px!important;
    height: auto!important;
    border: 1px solid #e6e6e6;
    box-shadow: inset 1px 1px 2px 0px #dedede;
    font-family: 'Lato', sans-serif;
}

#facebook-review-form input.error,#facebook-review-form textarea.error {
    border-color: #f00;
}

#facebook-review-submit {
    background: #383838;
    padding: 20px;
    width: 100%!important;
    letter-spacing: 3px!important;
    color: #fff!important;
    margin-top: 10px;
    font-weight: 300;
}

.facebook_reviews {
    position: relative;
}

.facebook_reviews #loadingIcon,.facebook_reviews #modalMessage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
}

.facebook_reviews .whatpage {
    margin-right: 20px;
}

.facebook_reviews [data-page_number] {
    padding: 10px;
    cursor: pointer;
    transition: .5s all;
}

.facebook_reviews [data-page_number]:hover {
    background: #e3981a;
    color: #fff;
}

.facebook_reviews [data-page_number].active {
    background: #e3981a;
    color: #fff
}

.fb_reviews .facebook_reviews .rating_box .rating_star {
    font-size: 2rem;
    transition: 1s all;
    cursor: pointer;
}

.fb_reviews .single_review .rating_star.active,.facebook_reviews .rating_box:not(.active) .rating_star.active,.facebook_reviews .rating_box.active .rating_star.hovered {
    color: #e3981a;
}

.single_review .rating_star.active:before,.facebook_reviews .rating_box:not(.active) .rating_star.active:before,.facebook_reviews .rating_box.active .rating_star.hovered:before {
    content: "\f005";
}

.facebook_reviews_inner_wrapper {
    max-width: 800px;
    padding: 20px;
    background: #fff
}

.facebook_reviews_inner_wrapper .inner_wrapper {
    padding: 20px;
    background: #efefef
}

.fb_reviews .tab_controls .tab {
    padding: 10px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 2px solid #f9a61a;
    margin-right: 10px;
    color: #f9a61a;
    border-bottom: 0px;
    cursor: pointer;
    transition: .5s all;
}

.fb_reviews .tab_controls {
    border-bottom: 2px solid #f9a61a;
}

.fb_reviews .tab_controls .tab.active {
    color: #fff;
    background: #f9a61a
}

.fb_reviews .single_review .rating_star {
    font-size: 1.25rem;
}

.fb_reviews .single_review {
    width: 100%;
    background: #fff;
    padding: 15px 20px;
    margin-bottom: 10px;
    float: left;
    margin: 0 1% 10px 1%;
    /* position:relative; */
}

.fb_reviews .review_side {
    position:relative;
}

.fb_reviews [data-tab]:not(.active) {
    display: none;
}

.facebook_reviews .single_review .rating {
    margin-bottom: 20px;
    margin-top: 10px
}

.facebook_reviews .single_review .name a {
    font-family: 'lato',arial,sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    text-decoration: none;
    text-align: center;
    justify-content: center;
}

.facebook_reviews .single_review .review p {
    font-size: .9rem;
    line-height: 1.3rem;
    color: #777;
    text-align: justify;
    justify-content: center;
}

.facebook_reviews br {
    width: 100%;
    display: flex;
    padding: 10px;
    content: '\A';
    display: contents;
    white-space: pre;
}

.fb_reviews .image_side {
    padding-right: 20px
}

.single_review .review {
    max-height: 10vh;
    overflow: hidden;
    margin-bottom: 20px;
    transition: 1s max-height;
}

.single_review.active .review {
    max-height: 100vh;
}

.fb_reviews .single_review .show_more {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    cursor: pointer;
    margin-top: 10px;
    transition: .5s all;
    z-index:99999;
    display:none
}

.fb_reviews .single_review .show_more:hover {
    background: #00000024;
}

.fb_reviews .single_review .show_more:before {
    justify-content: center;
    display: flex;
    font-family: FontAwesome;
    content: "\f078";
}

.fb_reviews .single_review .show_more.active:before {
    content: "\f077";
}


.fb_reviews .single_review .showToggle .show_more {
    display:block;
}
