/* profile page rating and review section css (21-11-2019)*/
.five_start {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 12px;
}
.review_main {
    display: flex;
    align-items: flex-start;
    max-width: 250px;
    justify-content: center;
    margin: 40px auto;
}
.star_num {
    text-align: center;
}
.review_rating_section {
    width: 100%;
}
.review_rating_section h3 {
    padding: 0 15px;
    font-size: 25px;
	text-align:center;
}
.review_main .progress {    
    background-image: linear-gradient(to bottom, #dedede, #e4e4e4);    
	height: 10px;
	margin-bottom: 8px;
}
.star_num h2 {
    margin-top: -5px;
    font-size: 40px;
}
.client-pos-review h4, .client-critical-review h4 {
    font-size: 15px;
    margin: 0;
    color: #6e046e;
    font-weight: 700;
}
.review_text p {
    font-size: 14px;
    font-weight: 500;
}
.top_view_inner {
    max-width: 70px;
    margin: 10px 0;
}
.top_positive_review, .top_critical_review {
    padding: 0 15px;
    margin: 30px 0;
    text-align: left;
}
.progress_bar span {
    position: absolute;
    left: -15px;
    margin-top: -3px;
}
.progress_bar {
    position: relative;
}
.top_critical_review .speech-bubble, .top_positive_review .speech-bubble{
	margin-top:10px;
}

/**************** 02-04-2020 started here *********************/
.single_post_panel .note-wrap {
    width: 26%;
    min-height: 235px;
    padding: 50px 10px;
    margin: 70px auto 40px auto;
    position: relative;
    font-size: 18px;
    vertical-align: top;
    display: inline-block;
    /* font-family: Englebert, Arial; */
    color: #4b453c;
    background: #ffffff;
    line-height: 26px;
    text-align: center;
    box-shadow: 0 10px 17px rgba(0, 0, 0, 0.36);
    margin-top: 50px;
    border: 1px solid #ddd;
}
.single_post_panel .imm_posts {
    width: 100% !important;
    text-align: left;
    margin: 40px auto !important;
    z-index: 9;
    position: relative;
}
.single_post_panel .create_post {
    width: 60%;
    margin: 0 auto;
    box-shadow: 0 9px 25px #bbb;
    position: relative;
}
.single_post_panel .create_post:before {
    -webkit-transform: rotate(-3deg);   
    transform: rotate(-3deg);
    top: 0;
    z-index: -2;
}
.single_post_panel .create_post:after {
    -webkit-transform: rotate(2deg);   
    transform: rotate(2deg);
    top: 0;
    z-index: -1;
}
.single_post_panel .create_post:before,
.single_post_panel .create_post:after {
    background: #f9f9f9;   
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f9f9f9',GradientType=0 );
    border: 1px solid #c4c6ca;
    content: "";
    display: block;
    height: 100%;
    left: -5px;
    position: absolute;
    width: 100%;
}
.single_post_panel .create_post_title h1 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.single_post_panel .post_img_text {
    border: 2px solid #6e046e;
    border-top: 0;
    padding: 20px 20px;
    background: #f9f9f9;
}
.single_post_panel textarea.form-control {
    min-height: 70px;
    width: -webkit-fill-available !important;
    border: 2px solid #ddd;
    padding: 10px 10px;
    font-size: 15px;
    color: #6e046e;
}
.single_post_panel .create_post_title {
    background: #6e046e;
    /* border: 2px solid #6e046e; */
    padding: 1px 20px;
    margin-top: 20px;
}
.single_post_panel .post_submit_btn {
    background-color: #6e046e;
    color: #fff;
    border: 0;
    padding: 12px 30px;
    border-radius: 5px;
    margin-top: 10px;
}
.single_post_panel .note-wrap:before {
    -webkit-transform: rotate(-3deg);    
    transform: rotate(-3deg);
    top: 0;
    z-index: -2;
}
.single_post_panel .note-wrap:after {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
    top: 0;
    z-index: -1;
}
.single_post_panel .note-wrap:before,
.single_post_panel .note-wrap:after {
    background: #fff;   
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f9f9f9',GradientType=0 );
    border: 1px solid #c4c6ca;
    content: "";
    display: block;
    height: 100%;
    left: -1px;
    position: absolute;
    width: 100%;
    border-radius: 0;
}
.color_pin {
    display: block;
    content: "";
    background: rgba(110, 4, 110, 0.17);
    width: 25px;
    height: 25px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    border-radius: 6px/18px 0;
    position: absolute;
    top: 12px;
    left: 0;
    border-radius: 50%;
    right: 0;
    margin: 0 auto;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}
.single_post_panel {
    /* background-image: url('/web/20250429160918im_/https://artistsnclients.com/img/graywalls.jpg');         */
    margin: -35px -67px 0 -67px;
    padding: 60px 80px;
}
.post_admin {
    /* cursor: pointer; */
    margin-top: 40px;
}
.post_admin a {
    color: #6e046e;
    text-decoration: none;
    font-weight: 600;
    font-size: 22px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.post_admin img {
    width: 40px;
    margin-right: 10px;
}
/*
     FILE ARCHIVED ON 16:09:18 Apr 29, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:16:34 Sep 22, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.554
  exclusion.robots: 0.022
  exclusion.robots.policy: 0.01
  esindex: 0.013
  cdx.remote: 106.509
  LoadShardBlock: 439.887 (3)
  PetaboxLoader3.datanode: 524.059 (5)
  PetaboxLoader3.resolve: 534.107 (3)
  load_resource: 696.099 (2)
*/