 .readerloader {
     text-align: center;
     color: #fff;
     margin: 20px 0px;
 }
 #readerlist .readerlist-header {
     margin: 30px 0px 0px;
	 position: relative;
 }
 #readerlist .readerlist-header h6 {
     float: left;
     font-family: 'blackjackregular', cursive;
     font-size: 34px;
     color: #fee660;
     margin: 0px;
 }
 #readerlist .readerlist-header .readercount {
     clear: both;
     float: left;
     font-family: var(--sans);
     font-weight: 700;
     color: #fff;
     text-transform: uppercase;
     font-size: 1.4rem;
     margin: 0px 0px 15px;
 }
 #readerlist .readerlist-header .reader-btn {
     position: absolute;
     right: 16px;
     top: 0px;
     border: 0px;
     background-color: transparent;
     padding: 0px 0px;
     border-radius: 0px;
     font-weight: 400;
     font-family: 'blackjackregular', cursive;
     font-size: 34px;
     color: #8ad5cb;
     margin: 0px;
     text-align: right;
     line-height: 1;
 }
 #readerlist .readerlist-header .reader-btn span {
     text-transform: uppercase;
     clear: both;
     display: block;
     font-family: var(--sans);
     font-weight: 700;
     color: #fff;
     font-size: 1.4rem;
     margin: 6px 0px 15px;
 }
 #readerlist .readerlist-header .reader-btn .icon-phone-wave {
     font-size: 1.3em;
     vertical-align: middle;
     margin-right: 5px;
 }
 .readerroster a {
     color: #2B0A29
 }
 .readerroster a:hover {
     border-color: #2B0A29
 }
 .readerroster thead th, .readerroster.grid thead tr.alt th {
     font-size: 13px;
     font-weight: 700
 }
 .readerroster tbody td, .readerroster tbody th, .readerroster thead th, .readerroster.grid thead tr.alt th {
     padding: 8px;
     border-bottom: 1px solid #FFF;
     color: #6d4b9b
 }
 .readerroster thead th {
     background: #dbc4fb
 }
 .readerroster.grid thead tr.alt th {
     background: #ebd4fb;
     border-left: 1px solid #fff
 }
 .readerroster tbody td, .readerroster tbody th {
     background: #f2e8ff;
     border-top: 0px solid transparent !important;
 }
 .readerroster td img {
     max-width: 70px;
     min-width: 70px;
     height: auto
 }
 .readerroster .agentshift {
     display: block;
     width: 100%;
     clear: both
 }
 .readerroster thead th {
     background: var(--purple);
    color: var(--white);
 }
 .readerroster.grid thead tr.alt th {
     background: #ebd4fb;
     border-left: 1px solid #fff
 }
 .readerroster tbody td, .readerroster tbody th {
     background: #f2e8ff;
     border-top: 1px solid transparent
 }
 .readerroster.grid tbody td {
     border-left: 1px solid #fff
 }
 .readerroster.grid tbody td.dateactive {
     background: #CBB4DB;
     border-left-color: transparent
 }
 .readerroster tbody th.small {
     font-weight: 400;
     font-size: 12px
 }
 .readerroster tbody tr:hover td, .readerroster tbody tr:hover th {
     background: #e3cfff;
     color: #6d4b9b
 }
 .readerroster .readernamemobile {
     display: none;
 }
 .readerroster .readername {
	font-weight: 700;
}
 .readerroster .readertd {
	 width: 80px;
}

 @media(max-width:991px) {
     .readerroster thead, .readerroster .readername {
         display: none;
     }
     .readerroster tr {
         padding-bottom: 10px;
         display: block;
     }
     .readerroster td {
         display: block;
     }
     .readerroster td:before {
         content: attr(data-th) ": ";
         font-weight: bold;
         width: 6.5em;
         display: inline-block;
     }
     .readerroster .readertd:before {
         display: none !important;
     }
     .readerroster .readertd img {
         margin-right: 10px;
     }
     .readerroster .readertd .readernamemobile {
         display: inline-block;
     }
     .readerroster .agentshift {
         display: inline-block;
         width: auto;
     }
 }
 .refresh-msg {
     margin: 30px 0px;
     text-align: center;
 }
 .refresh-msg p {
     color: #fff;
     text-transform: uppercase;
     font-style: italic;
     font-size: 14px;
     margin: 0px;
 }
 @media (max-width : 767px) {
     #readerlist .readerlist-header h6 {
         float: none;
         text-align: center;
     }
     #readerlist .readerlist-header .readercount {
         float: none;
         text-align: center;
     }
     #readerlist .readerlist-header .reader-btn {
         position: static;
         right: 0px;
         text-align: center;
         margin: auto;
         display: block;
     }
 }
 .agent {
     background-color: #fff;
     border: 1px solid #fff;
     padding: 0px;
     border-radius: 3px;
     margin: 10px 0px;
     position: relative;
 }
 .agentList > .row > .col-md-6:first-child > .agent-card:before {
     position: absolute;
     content: 'FEATURED READER';
     top: 80px;
     left: -95px;
     text-transform: uppercase;
     color: #F3E5C3;
     height: 30px;
     line-height: 30px;
     font-size: 11px;
     font-weight: 600;
     vertical-align: middle;
     padding: 0px 18px;
     border-radius: 3px 3px 0px 0px;
     background: #5E1868;
     transform: rotate(270deg);
     letter-spacing: 2px;
 }
 @media (max-width : 767px) {
     .agentList > .row > .col-md-6:first-child {
         margin-top: 30px;
     }
     .agentList > .row > .col-md-6:first-child > .agent-card:before {
         top: -31px;
         left: calc(50% - 79px);
         transform: rotate(0deg);
     }
 }
 .agentList > .row > .col-sm-6:first-child > .a-image {
     box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
 }
 .agent .status-strip {
     content: '';
     position: absolute;
     width: 100%;
     height: 20px;
     top: 0;
     left: 0;
     background-repeat: repeat-x;
     background-position: center center;
     border-radius: 3px 3px 0px 0px;
 }
 .agent .status-strip:before {
     content: '';
     position: absolute;
     width: 100%;
     height: 20px;
     top: 0;
     left: 0;
     background-image: url(../images/reader-tex4.png);
     background-repeat: repeat-x;
     background-position: center center;
     opacity: .5;
 }
 .agent.Available .status-strip {
     background-color: #21b7b5;
 }
 .agent.Speaking .status-strip {
     background-color: #de3163;
 }
 .agent .a-image {
     width: 33%;
     float: left;
     border-top-left-radius: 3px;
     overflow: hidden;
     position: relative;
 }
 .agent .a-image a {
     display: block;
     padding-top: 120%;
     position: relative;
 }
 .agent .a-image a {
     background-size: cover;
     background-position: center top;
 }
 .agent .a-image a img {
     max-width: 100%;
     height: auto;
     position: absolute;
     width: 100%;
     top: 0;
     opacity: 0;
 }
 .agent .a-info {
     padding: 0px 20px;
     float: left;
     width: 67%;
 }
 .agent .a-info .a-name {
     font-size: 16px;
     margin-top: 30px;
     color: #222;
 }
 @media (max-width : 991px) {
     .a-name-status {
         display: none;
     }
 }
 .agent .new-reader {
     font-size: 11px;
     font-weight: 700;
     color: #222;
     background-color: #21B7B5;
     text-transform: uppercase;
     border-radius: 7px;
     padding: 2px 8px;
     position: absolute;
     bottom: 5px;
     left: calc(50% - 46px);
     text-align: center;
     letter-spacing: 1px;
 }
 .agent.Speaking .new-reader {
     background-color: #DE3163;
 }
 .agent .a-excerpt {
     font-size: 15px;
     font-weight: 400;
     color: #333;
     line-height: 20px;
 }
 .agent .a-excerpt a {
     color: #5e1868;
 }
 .a-code {
     font-size: 14px;
     color: #262626;
     font-weight: 600;
     text-transform: uppercase;
 }
 .call-options-wrap {
     overflow: hidden;
     width: 100%;
     display: flex;
     border-top: 1px solid #fff;
 }
 .agent .call-options-wrap .a-call {
     background-color: rgba(33, 183, 181, 0.30);
     width: 100%;
     display: block;
     text-align: center;
     padding: 10px 15px;
     font-size: 15px;
     color: #222;
     font-weight: 400;
     position: relative;
     z-index: 1;
     border: 0px;
     border-left: 1px solid #fff;
     transition: all 0.2s ease-in-out;
 }
 .agent .call-options-wrap .a-call:first-child {
     border-left: none;
 }
 .agent .call-options-wrap button.a-call:hover {
     background-color: rgba(33, 183, 181, 1);
 }
 .agent.Speaking .call-options-wrap .a-call, .agent .call-options-wrap .a-call.a-sms {
     background-color: rgba(222, 49, 99, 0.30);
 }
 @media (min-width : 768px) and (max-width : 991px) {
     .agent .call-options-wrap .a-call {
         padding: 10px;
     }
 }
 @media(max-width:767px) {
     .agent .a-star-value {
         margin-left: 0px !important;
         margin-top: 3px;
         clear: both;
         display: block;
     }
 }
 .agent .a-rating {
     margin: 9px 0px 10px;
 }
 .agent .a-info .a-star-wrap {
     width: 20px;
     height: 20px;
 }
 .agent .a-info .a-star-value {
     color: #262626;
     margin-left: 4px;
     text-transform: lowercase;
 }
 .agent .a-info .star-total {
     color: #262626;
     margin-left: 4px;
     text-transform: lowercase;
 }
 .agent .a-rating .a-rating-text {
     color: #262626;
     font-weight: 600;
     margin-right: 6px;
     font-size: 16px;
 }
 .agent .a-rating .a-star-result {
     margin-left: 0px;
 }
 .agent .a-rating .a-star-result .a-star-wrap {
     width: 14px;
     height: 14px;
     font-size: 14px;
     float: left;
     margin-right: 2px;
 }
 .agent .a-rating .a-star-result .a-star-wrap i {
     color: #21b7b5;
 }
 .a-star-result {
     display: inline-block;
     position: relative;
     vertical-align: middle;
     margin-left: 10px;
 }
 .a-star-value {
     margin-left: 15px;
 }
 .a-star-result .a-star-wrap {
     width: 30px;
     height: 30px;
     font-size: 30px;
     display: inline-block;
     position: relative;
 }
 .a-star-result .a-star-wrap .a-star-full, .a-star-result .a-star-wrap .a-star-empty {
     position: absolute !important;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
     position: relative;
 }
 .a-star-result .a-star-wrap i {
     position: absolute;
     width: 100%;
     height: 100%;
     font-size: 1em;
     top: 0;
     left: 0;
     color: #f9d248;
 }
 .a-star-result .a-star-wrap[data-fraction="0.1"] .star-full, .a-star-result .a-star-wrap[data-fraction="0.1"] .a-star-full {
     width: 10%;
     overflow: hidden;
 }
 .a-star-result .a-star-wrap[data-fraction="0.2"] .star-full, .a-star-result .a-star-wrap[data-fraction="0.2"] .a-star-full {
     width: 20%;
     overflow: hidden;
 }
 .a-star-result .a-star-wrap[data-fraction="0.3"] .star-full, .a-star-result .a-star-wrap[data-fraction="0.3"] .a-star-full {
     width: 30%;
     overflow: hidden;
 }
 .a-star-result .a-star-wrap[data-fraction="0.4"] .star-full, .a-star-result .a-star-wrap[data-fraction="0.4"] .a-star-full {
     width: 40%;
     overflow: hidden;
 }
 .a-star-result .a-star-wrap[data-fraction="0.5"] .star-full, .a-star-result .a-star-wrap[data-fraction="0.5"] .a-star-full {
     width: 50%;
     overflow: hidden;
 }
 .a-star-result .a-star-wrap[data-fraction="0.6"] .star-full, .a-star-result .a-star-wrap[data-fraction="0.6"] .a-star-full {
     width: 60%;
     overflow: hidden;
 }
 .a-star-result .a-star-wrap[data-fraction="0.7"] .star-full, .a-star-result .a-star-wrap[data-fraction="0.7"] .a-star-full {
     width: 70%;
     overflow: hidden;
 }
 .a-star-result .a-star-wrap[data-fraction="0.8"] .star-full, .a-star-result .a-star-wrap[data-fraction="0.8"] .a-star-full {
     width: 80%;
     overflow: hidden;
 }
 .a-star-result .a-star-wrap[data-fraction="0.9"] .star-full, .a-star-result .a-star-wrap[data-fraction="0.9"] .a-star-full {
     width: 90%;
     overflow: hidden;
 }
 .agent.Speaking .a-rating .a-star-result .a-star-wrap i {
     color: #de3163;
 }
/* .agent .a-flag {
     float: right;
     position: absolute;
     right: 10px;
     top: 22px;
     margin: 0px;
 }*/
 .a-flag {
     width: 50px;
     height: 42px;
     vertical-align: middle;
     margin-right: 40px;
     margin-left: 30px;
 }
 .AU .a-flag, .AU.a-flag {
     background: url(../images/flags/au.png) center center no-repeat;
 }
 .NZ .a-flag, .NZ.a-flag {
     background: url(../images/flags/nz.png) center center no-repeat;
 }
 .US .a-flag, .US.a-flag {
     background: url(../images/flags/us.png) center center no-repeat;
 }
 .UK .a-flag, .UK.a-flag {
     background: url(../images/flags/uk.png) center center no-repeat;
 }
 .AR .a-flag, .AR.a-flag {
     background: url(../images/flags/ar.png) center center no-repeat;
 }
 .ES .a-flag, .ES.a-flag {
     background: url(../images/flags/es.png) center center no-repeat;
 }
 .SWE .a-flag, .SWE.a-flag {
     background: url(../images/flags/se.png) center center no-repeat;
 }
 .IRE .a-flag, .IRE.a-flag {
     background: url(../images/flags/ie.png) center center no-repeat
 }
 .EU .a-flag, .EU.a-flag {
     background: url(../images/flags/eu.png) center center no-repeat
 }
 @-webkit-keyframes pulseColor {
     0%, 100% {
         color: #7cc576;
     }
     50% {
         color: #5e9459;
     }
 }
 @-moz-keyframes pulseColor {
     0%, 100% {
         color: #7cc576;
     }
     50% {
         color: #5e9459;
     }
 }
 @keyframes pulseColor {
     0%, 100% {
         color: #7cc576;
     }
     50% {
         color: #5e9459;
     }
 }
 @-webkit-keyframes pulseBG {
     0%, 100% {
         background-color: #7cc576;
     }
     50% {
         background-color: #5e9459;
     }
 }
 @-moz-keyframes pulseBG {
     0%, 100% {
         background-color: #7cc576;
     }
     50% {
         background-color: #5e9459;
     }
 }
 @keyframes pulseBG {
     0%, 100% {
         background-color: #7cc576;
     }
     50% {
         background-color: #5e9459;
     }
 }
 .page-content .readertimes a {
     color: #2B0A29
 }
 .page-content .readertimes a:hover {
     border-color: #2B0A29
 }
 .readertimes thead th, .readertimes.grid thead tr.alt th {
     font-size: 13px;
     font-weight: 700;
	 padding: 8px;
     border-bottom: 1px solid #FFF;
	 color: var(--white);
 }
 .readertimes tbody th {
     font-weight: 700;
 }
 .readertimes tbody th,  .readertimes tbody td, .readertimes.grid thead tr.alt th {
     padding: 8px;
     border-bottom: 1px solid #FFF;
     color: var(--purple);
 }
 .readertimes thead th {
     background: var(--purple);
 }
 .readertimes.grid thead tr.alt th {
     background: #ebd4fb;
     border-left: 1px solid #fff
 }
 .readertimes tbody td, .readertimes tbody th {
     background: #f2e8ff;
     border-top: 0px solid transparent !important;
 }
 .readertimes.grid tbody td {
     border-left: 1px solid #fff
 }
.roster-single-mobile td.readertd {
    background-color: var(--purple) !important;
    color: var(--white) !important;
}
.roster-single-mobile td.readertd a {
    color: var(--white) !important;
	font-weight: 700;
	text-decoration: none;
}
 .readertimes.grid tbody td.dateactive {
     background: #CBB4DB;
     border-left-color: transparent
 }
 .readertimes tbody th.small {
     font-weight: 400;
     font-size: 12px
 }
 .readertimes tbody tr:hover td, .readertimes tbody tr:hover th {
     background: #e3cfff;
     color: #6d4b9b
 }
 .agent-meta {
     width: 238px;
     display: inline-block;
     zoom: 1;
     vertical-align: top;
     margin-left: 10px;
     padding-bottom: 70px;
     
 }
 .agent-meta .frame {
     background: url(../images/frame-new.jpg) top center no-repeat;
     width: 100%;
     height: auto;
     padding: 14% 0 0 14%;
     background-size: 100% auto;
	 box-shadow: 0 5px 20px -8px rgba(0, 0, 0, 0.5);
 }
 .agent-meta .frame img {
     margin-bottom: 14%;
	 box-shadow: 0px 0px 3px #000;
 }
 .agent-meta p {
     text-align: center;
     color: #000;
     font-weight: 700;
     padding: 6px 0;
     margin: 0;
 }
 .agent-mata .Offline, .agent-meta .Available, .agent-meta .Speaking {
     text-align: center;
 }
 .agent-meta .callout {
     margin: auto;
 }
 .agent-meta .paidnumber {
     text-align: center;
     font-size: 12px;
     margin-bottom: 10px;
     margin-top: 10px;
     line-height: 18px;
 }
 .agent-meta a.freephone, .agent-meta a.freephonedesk {
     color: #401643;
     display: block;
     font-size: 20px;
     font-weight: 700;
     text-align: center;
     text-decoration: none;
     margin-bottom: 10px;
 }
 .agent-meta p.price {
     padding: 0;
     margin: 0;
     font-weight: 400;
     color: #401643;
 }
 .test-star-rating .fa-star {
     color: #f9d248;
 }
 .star-result {
     display: inline-block;
     position: relative;
     vertical-align: middle;
 }
 .star-value {
     margin-left: 15px;
	 font-weight: 600;
 }
.star-total {
	font-weight: 600;
}
 .star-result .star-wrap {
     width: 30px;
     height: 30px;
     font-size: 30px;
     display: inline-block;
     position: relative;
 }
 .star-result .star-wrap .star-full, .star-result .star-wrap .star-empty {
     position: absolute !important;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
 }
 .star-result .star-wrap svg {
     position: absolute;
     width: 30px;
     height: 30px;
     top: 0;
     left: 0;
     fill: var(--staryellow);
 }
 .star-result .star-wrap[data-fraction="0.1"] .star-full {
     width: 10%;
     overflow: hidden;
 }
 .star-result .star-wrap[data-fraction="0.2"] .star-full {
     width: 20%;
     overflow: hidden;
 }
 .star-result .star-wrap[data-fraction="0.3"] .star-full {
     width: 30%;
     overflow: hidden;
 }
 .star-result .star-wrap[data-fraction="0.4"] .star-full {
     width: 40%;
     overflow: hidden;
 }
 .star-result .star-wrap[data-fraction="0.5"] .star-full {
     width: 50%;
     overflow: hidden;
 }
 .star-result .star-wrap[data-fraction="0.6"] .star-full {
     width: 60%;
     overflow: hidden;
 }
 .star-result .star-wrap[data-fraction="0.7"] .star-full {
     width: 70%;
     overflow: hidden;
 }
 .star-result .star-wrap[data-fraction="0.8"] .star-full {
     width: 80%;
     overflow: hidden;
 }
 .star-result .star-wrap[data-fraction="0.9"] .star-full {
     width: 90%;
     overflow: hidden;
 }
 .testimonial, .testimonialform {
     padding: 20px;
     border: 1px solid #eddbf6;
 }
 .testimonial {
     background: #f7effb;
     margin-bottom: 10px;
 }
 .testimonialform {
     background: #fcf8fd;
 }
 .testimonial .tname {
     font-weight: 700;
     text-align: right;
     color: #000;
 }
 .theader, .theader2 {
     font-size: 22px;
     color: #4f1547;
     font-weight: 400;
     line-height: 36px;
 }
 .theader {
     background: url(../images/thumbsup.png) left center no-repeat;
     padding-left: 36px;
 }
 .theader2 {
     padding-left: 0;
 }
 .theader3 {
     color: #777 !important;
 }
 .theader3 span {
     color: #660964;
     font-weight: 600;
 }
 .testimonialform label {
     display: block;
     font-size: 14px;
 }
 .testimonialform input[type=email], .testimonialform input[type=text], .testimonialform textarea {
     height: 36px;
     line-height: 36px;
     width: 650px;
     border: 1px solid #EDDBF6;
     padding: 0 20px;
 }
 .testimonialform textarea {
     height: 50px;
     padding: 20px;
     line-height: 20px;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 13px;
 }
 .review-form {
     background-color: #f2e8ff;
     padding: 20px
 }
 .review-form #input_25_8 li {
     display: inline-block;
     width: 40px;
     height: 40px;
     position: relative;
     margin: 6px 6px 6px 0;
     overflow: hidden;
 }
 .review-form #input_25_8 li input {
     position: absolute;
     top: 0;
     left: -15px;
 }
 .review-form #input_25_8 li label {
     display: block;
     width: 100%;
     height: 100%;
     background: #f2e8ff;
     color: #f2e8ff;
     opacity: 0.5;
 }
 .review-form #input_25_8 li input:checked + label {
     opacity: 0;
 }
 .review-form .gchoice_25_8_0 {
     background: url(../images/emotes/excited2.png) 50% 50% / contain no-repeat;
 }
 .review-form .gchoice_25_8_1 {
     background: url(../images/emotes/happy.png) 50% 50% / contain no-repeat;
 }
 .review-form .gchoice_25_8_2 {
     background: url(../images/emotes/blessed.png) 50% 50% / contain no-repeat;
 }
 .review-form .gchoice_25_8_3 {
     background: url(../images/emotes/thankful.png) 50% 50% / contain no-repeat;
 }
 .review-form .gchoice_25_8_4 {
     background: url(../images/emotes/neutral.png) 50% 50% / contain no-repeat;
 }
 .review-form .gchoice_25_8_5 {
     background: url(../images/emotes/disappointed.png) 50% 50% / contain no-repeat;
 }
 .review-form .gchoice_25_8_6 {
     background: url(../images/emotes/confused2.png) 50% 50% / contain no-repeat;
 }
 .review-form .gchoice_25_8_7 {
     background: url(../images/emotes/angry.png) 50% 50% / contain no-repeat;
 }
 .review-form .gchoice_25_8_8 {
     background: url(../images/emotes/sad.png) 50% 50% / contain no-repeat;
 }
 .review-form #field_25_9 li {
     display: inline-block;
     width: 40px;
     height: 40px;
     position: relative;
     background: url(../images/emotes/star-o.png) 50% 50% / contain no-repeat;
     margin: 3px 6px 6px 0;
     overflow: hidden;
 }
 .review-form #input_25_9 li input {
     position: absolute;
     top: 0;
     left: -15px;
 }
 .review-form #input_25_9 li label {
     display: flex;
	 align-items: center;
	 justify-content: center;
     width: 100%;
     height: 100%;
     color: #f2e8ff;
 }
 .review-form #input_25_9 li input:checked + label, .review-form #input_25_9 li.starred label {
     background: url(../images/emotes/star.png) 50% 50% / contain no-repeat;
	 color: #fbd028;
 }
 .hidden_label > label {
     display: none;
 }

 .review-form .ginput_container textarea {
     height: 100px !important
 }
 .review-form input[type=submit] {
     margin: 10px 0 !important;
     padding: 10px 30px !important
 }
.testimonial.testimonial--reply {
    background-color: #eddbf6;
    border-color: #d8c5e2;
	position: relative;
}
.testimonial.testimonial--reply:before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: transparent;
    position: absolute;
    top: -18px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 17px solid #eddbf6;
    z-index: 1;
}
.testimonial.testimonial--reply:after {
    content: '';
    width: 20px;
    height: 20px;
    background-color: transparent;
    position: absolute;
    top: -19px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 17px solid #d8c5e2;
    z-index: 0;
}
 .testimonial p {
     margin: 0
 }
 .testimonial .tcontent {
     
 }
 .testimonial .tname {
     line-height: 1
 }
 .review-form .review-emote-rating li[data-emote="excited"]:after {
     background-image: url(../images/emotes/excited2.png);
 }
 .review-form .review-emote-rating li[data-emote="happy"]:after {
     background-image: url(../images/emotes/happy.png);
 }
 .review-form .review-emote-rating li[data-emote="blessed"]:after {
     background-image: url(../images/emotes/blessed.png);
 }
 .review-form .review-emote-rating li[data-emote="thankful"]:after {
     background-image: url(../images/emotes/thankful.png);
 }
 .review-form .review-emote-rating li[data-emote="neutral"]:after {
     background-image: url(../images/emotes/neutral.png);
 }
 .review-form .review-emote-rating li[data-emote="disappointed"]:after {
     background-image: url(../images/emotes/disappointed.png);
 }
 .review-form .review-emote-rating li[data-emote="confused"]:after {
     background-image: url(../images/emotes/confused2.png);
 }
 .review-form .review-emote-rating li[data-emote="angry"]:after {
     background-image: url(../images/emotes/angry.png);
 }
 .review-form .review-emote-rating li[data-emote="sad"]:after {
     background-image: url(../images/emotes/sad.png);
 }
 .testimonial .test-star-rating {
     width: auto;
     display: inline-flex;
     margin-bottom: 10px;
 }
 .testimonial .test-star-rating svg {
	 fill: hsl(47, 88%, 53%);
	 width: 20px;
 }
 .testimonial .tdate {
	margin-left: 10px;
	display: inline-block;
	font-weight: 700;
	font-size: 1.6rem;
	text-align: left;
	line-height: 1.6;
	margin-bottom: 5px;
	color: var(--purple);
 }
 .testimonial .test-emote {
     width: 40px !important;
     height: 40px !important;
     display: inline-block;
     margin: 10px 0 10px 10px;
     background-size: contain;
     background-position: center center;
     background-repeat: no-repeat;
     vertical-align: middle;
 }
 .testimonial .test-emote[data-emote="excited"] {
     background-image: url(../images/emotes/excited2.png);
 }
 .testimonial .test-emote[data-emote="happy"] {
     background-image: url(../images/emotes/happy.png);
 }
 .testimonial .test-emote[data-emote="blessed"] {
     background-image: url(../images/emotes/blessed.png);
 }
 .testimonial .test-emote[data-emote="thankful"] {
     background-image: url(../images/emotes/thankful.png);
 }
 .testimonial .test-emote[data-emote="neutral"] {
     background-image: url(../images/emotes/neutral.png);
 }
 .testimonial .test-emote[data-emote="disappointed"] {
     background-image: url(../images/emotes/disappointed.png);
 }
 .testimonial .test-emote[data-emote="confused"] {
     background-image: url(../images/emotes/confused2.png);
 }
 .testimonial .test-emote[data-emote="angry"] {
     background-image: url(../images/emotes/angry.png);
 }
 .testimonial .test-emote[data-emote="sad"] {
     background-image: url(../images/emotes/sad.png);
 }