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


/*
======================================
|           Common Classes             |
======================================
*/

.pg_user_review_comment{display:inline;}
.pg_user_review_comment #pm-show-profile-image {  width: 85px !Important;}
.pg_user_review_comment .pg_by{display:inline;}
.pg_user_review_comment .pg_comment_content{display:inline;}
.pg_user_review_comment .pg_commet_author{display:inline;}


#pg_top_things {width:100%; float:left;     padding-bottom: 30px;}
#pg_top_things #pg_sortby_rating{float:right;}
#pg_top_things .pg_review_form_dropdown{float:left;}
.pg_user_review_comment #pm-show-profile-image{width:auto; width:80px;}
#pg_user_review_comment_title #pm-show-profile-image_title{float:left;width:80px;}
#pg_user_review_comment_title .pm-show-profile-rating_title{float: left; width: 80px;}
#pg_user_review_comment_title .pg_comment_title{float: left; width: 80px;}
#pg_user_review_comment_title .pg_comment_content_title{float: left; width: 80px;}
#pg_user_review_comment_title .pg_by_title{float: left; width: 80px;}
#pg_user_review_comment_title .pg_commet_author_title{float: left; width: 80px;}
#pg_sort {float: left; width: 70px;}
.pg-label-wrapper img{display:inline !Important;}
.pg-reviews-filter{float:right;}



.pg_rating_stars { 
    border: none;
    float: left;
}

.pg_rating_stars > input { display: none; } 
.pg_rating_stars > label:before { 
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.pg_rating_stars > .half:before { 
    content: "\f089";
    position: absolute;
}

.pg_rating_stars > label { 
    color: #ddd; 
    float: right; 
}



.pg_rating_stars> input:checked ~ label, 
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.pg_rating_stars > input:checked + label:hover, 
.pg_rating_stars > input:checked ~ label:hover,
.pg_rating_stars > label:hover ~ input:checked ~ label, 
.pg_rating_stars> input:checked ~ label:hover ~ label { color: #FFED85;  } 

/* common star rating. */

.pg_commet_remove_option{float: right;}
.pg_reviews_removal_ul li
{
    list-style: none;
}


#pg-reviews-container .pg-profile-review-wrap {
    margin-bottom: 20px;
    padding: 12px 15px;
    box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 5%);
    border-radius: 3px;
}


#pg-reviews-container .pg-profile-review-wrap .pg-profile-review-box .pg-profile-review-author-img img{
    border-radius: 50%;
}

#pg-reviews-container .pg-profile-review-wrap .pg-profile-review-meta .pm-review-author-name{
    margin: 5px 0px;
    font-weight: 600;

}

#pg-reviews-container .pg-profile-review-wrap .pg-profile-review-box .pg-profile-review-author-img {
    position: absolute;
    left: 20px;
}

#pg-reviews-container .pg-profile-review-wrap .pg-profile-review-meta .pg-profile-rating {
    margin: 12px 10px 0px 12px;
}

#pg-reviews-container .pg-profile-review-wrap  { position:relative }
#pg-reviews-container .pg-profile-review-wrap .pg-profile-review-box {
    width: 90%;
    margin-left: 10%;
    float: left;
}

#pg-reviews-container .pg-profile-review-wrap .pg-profile-review-title {
    margin-left: 8px;
    font-size: 15px;
    font-weight: 600;
} 

#pg-reviews-container .pg-profile-review-wrap .pg-profile-review-box .pg_review_remove_option {
    position: absolute;
    right: 13px;
}

#pg-reviews-container .pg-profile-review-wrap .pg-profile-review-box .pg_review_remove_option a img {
    float: right;
}

#pg-reviews-container .pg-profile-review-wrap ul.pg_reviews_removal_ul {
    margin: 20px 0px 0px 0px;
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 3px;
    min-width: 74px;
    text-align: center;
    box-shadow: 0px 1px 1px 0px #d4d4d4;
    width: auto;
    padding: 4px 0px;
}

#pg-reviews-container .pg-profile-review-wrap ul.pg_reviews_removal_ul li {
    border-bottom: 1px solid rgb(243 243 243);
    padding: 6px 6px;
    line-height: 16px;
}

#pg-reviews-container .pg-profile-review-wrap ul.pg_reviews_removal_ul li form{
    margin: 0px;
    padding: 0px;
}

#pg-reviews-container .pg-profile-review-wrap ul.pg_reviews_removal_ul li:last-child{
    border-bottom: 0px solid #f3f3f3; 
}


#pg-reviews-container .pg-profile-review-wrap ul.pg_reviews_removal_ul li input{
    background-color: transparent;
    border: 0px;
    padding: 0px;
    box-shadow: none;
    outline: 0px;
    color: #3a3a3a;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 12px;
    background-image: none;
    height: auto;
    cursor: pointer;

}

#pg-reviews-container .pg-profile-review-wrap .pg-profile-review-footer  {
    text-align: right;
    border-top: 1px solid rgb(245 245 245);
    padding: 10px 0px 0px 0px;
    margin-top: 12px;
}

#pg-reviews-container .pg-profile-review-wrap .pg-profile-review-footer .pg-profile-review-time  {
    color: rgb(162 162 162);
    font-size: 12px;
    font-style: italic;
}

.pg-rating-filters-head {
    margin: 10px 0px 20px 0px;
    padding: 12px 10px;
}

.pg-rating-filters-head .pg-rating-sorting-rs{    
    text-align: right;
    padding-right: 10px;
    width: 100%;
    max-width: 220px;
}

.pg-rating-filters-head .pg-sortby-alpha {
    width: 100%;
}
.pg-rating-filters-head .pg-sortby-alpha .pg-rating-sorting-title {
    width: 30%;
    padding: 8px 0px;
}

.pg-rating-filters-head .pg-sortby-alpha .pg-sort-dropdown {
    margin-top: 4px;
    width: 62%;
    margin-left: 5px;
    display: inline-block;
}

.pg-rating-filters-head .pg-sortby-alpha .pg-sort-dropdown select {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc) !important;
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.9em) 0.5em !important;
    background-size: 7px 6px, 5px 6px, 1px 1.5em !important;
    background-repeat: no-repeat !important;
    margin: 0px !important;
    background-color: transparent !important;
    border: 0px !important;
}

.pg-rating-filters-head .pg-sortby-alpha .pg-sort-dropdown select {
    background-color: #fff !important;
    height: 36px;
    width: 100%;
    min-height: auto;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em !important;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0px;
    height: auto;
}


.pg_review_form-popup-mask {
    display: none;
    background-color: black;
    opacity: 0.25;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.pg_review_form-popup-warp {
    padding: 20px;
    float: left;
    width: 100%;
}

.pg_review_form-popup-warp .pg-review-title {
    float: left;
    width: 100%;
    margin-bottom: 13px;
    font-size: 12px;
}

.pg_review_form-popup-warp .pg-review-title input#pg_title_comment {
    font-size: 13px;
    min-height: 42px;
    padding: 2px 8px;
    width: 100%;
}
.pg_review_form-popup-warp .pg-review-content {}
.pg_review_form-popup-warp .pg-review-content #pg_content_comment {
    font-size: 13px;
    min-height: 100px;
    padding: 2px 8px;
    width: 100%;
}

.pg_review_form-popup-warp .pg_rating_stars {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 16px;
}

.pg_review_form-popup-warp .pg_rating_stars > label {
    color: #ddd;
    float: left;
}

.pg_review_form_dropdown {
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    width: 50%;
    margin: 20px auto;

}

.pg-review-submit {
    border-top: 1px solid rgb(225 225 225);
    float: left;
    width: 100%;
    margin-top: 20px;
    padding: 16px 0px 0px;
}

.pg-review-submit input {
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 8px;
}

.pmagic .pm-group-view .pm-user-name .pg-user-rating-wrap {
    float: left;
    width: 100%;
}

.pmagic .pm-group-view .pm-user-name{
    height: 3.5em;}


#pg-reviews-container .pg-profile-review-desc-wrap {}



/*---Rating Popup----*/


.pg_review_form-popup-warp .pg-profile-rating_stars { 
    border: none;
    float: left;
}

.pg_review_form-popup-warp .pg-profile-rating_stars > input { display: none; } 
.pg_review_form-popup-warp .pg-profile-rating_stars > label:before { 
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.pg_review_form-popup-warp .pg-profile-rating_stars > .half:before { 
    content: "\f089";
    position: absolute;
}

.pg_review_form-popup-warp .pg-profile-rating_stars > label { 
    color: rgb(221 221 221);
    float: right;
    width: 26px;
    cursor: pointer;
}

.pg_review_form-popup-warp .pg-profile-rating_stars > label:hover{color: #FFD700;}


.pg_review_form-popup-warp .pg-profile-rating_stars> input:checked ~ label, 
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */



.pg_review_form-popup-warp .pg-profile-rating_stars > input:not(:checked) + label:hover, 
.pg_review_form-popup-warp .pg-profile-rating_stars > input:not(:checked) ~ label:hover,
.pg_review_form-popup-warp .pg-profile-rating_stars > label:hover ~ input:not(:checked) ~ label, 
.pg_review_form-popup-warp .pg-profile-rating_stars> input:not(:checked) ~ label:hover ~ label { color: #FFD700;  } 


.pmagic .pm-users-search-page .pm-user-name .pg-user-rating-wrap .pg-profile-rating{
    font-size: 11px;
    margin-top: 7px;
}
.pmagic .pm-users-search-page .pm-user-name .pg-user-rating-wrap .pg-profile-rating i{
    font-size: 12px;
}
.pmagic .pm-users-search-page .pm-user-name .pg-user-rating-wrap .pg-profile-rating i:before{}
.pg-profile-review-desc div.pg-profile-rating{
    display:none;
}

.pmagic .pm-group-view .pm-user-name {
    height: 2.2em !important;
    line-height: 22px;
}

#pg-reviews-container .pg-profile-review-wrap .pg-profile-review-meta .pm-review-author-name .pg-user-verified-badge {
    display: none;
}