p.error { text-align: center; font-weight: 600; color: #ff0000; display: none; }
/**********Customer Review Layout***********/
.content-area { width: 100% !important; max-width: none !important; padding: 0 !important; border: 0 !important; }
.review-section { padding: 15px 20px; box-shadow: 0 1px 5px rgb(0 0 0 / 20%); border-radius: 10px; margin-bottom: 15px; transition: 0.5s; }
.review-section:hover { box-shadow: 0 1px 5px rgb(0 0 0 / 80%); transition: 0.5s; }
.date-block { display: inline-flex; width: 8%; font-size: 16px; min-width: 110px; float: left  }
.star { display: flex; float: left; margin: 0px; }
.star-rating .star { float: left; }
p.description:before { content: "\f10d"; font-family: 'Font Awesome 5 Free'; margin-right: 8px; font-size: 25px; color: #bfbfbf; font-style: italic; font-weight: 900}
p.description:after { content: "\f10e"; font-family: 'Font Awesome 5 Free'; margin-left: 8px; font-size: 25px; color: #bfbfbf; font-style: italic; font-weight: 900}
.date-block strong { font-family: 'Barlow', sans-serif; }
p.description { color: #272c30; margin: 7px 0 !important; line-height: 2.5rem; font-size: 18px; font-family: 'Barlow', sans-serif; display: inline-flex; width: 100%; }
.flex-wrap.place h3.title { font-size: 1.3rem; font-style: italic; line-height: 1.5rem; margin: 0 !important; padding: 7px 0 !important; font-family: 'Barlow'; display: inline-block; transform: scale(1.0, 1.2); }
.flex-wrap.place h3.title span.post { font-weight: 100; }
.review-icon { display: none; }
/**********Star Rating***********/
.star-rating .star-full:before { content: "\f155"; }
.star-rating .star-half:before { content: "\f459"; }
.star-rating .star-empty:before { content: "\f154"; } 
.star-rating .star { color: orange; display: inline-block; font-family: dashicons; font-size: 17px; font-style: normal; font-weight: 900; line-height: 1.6; width: 25px; }
/**********Sort Options***********/
.sorted { width: 100%; margin-bottom: 15px; text-align: right; }
.disabled { display: none; }
.sort-option { width: 125px; display: inline; font-family: 'Barlow', sans-serif; margin-left: 5px; }
.sort-option p { display:inline-block; margin-right: 5px; }
#sortresultsform { display: inline-block; }