.ctmr-reviews {
margin-bottom: 35px;
}
.ctmr-date {
font-weight: lighter;
}
.ctmr-header {
display: flex;
justify-content: space-between;
align-items: flex-end;
margin-bottom: 25px;
}
.ctmr-reviewer {
margin-top: 10px;
}
.ctmr-review-info::after,
.ctmr-review::after {
content: "";
clear: both;
display: table;
}
.ctmr-review-info {
font-weight: bold;
}
.ctmr-reviews .dashicons {
font-size: 25px;
width: 25px;
}
.ctmr-reviews .dashicons-star-filled,
.ctmr-reviews .dashicons-star-half {
color: #efef2c;
}
.ctmr-review-info,
.ctmr-review-data {
margin-left: 85px;
margin-top: 5px;
}
.ctmr-provider {
float: left;
width: 60px;
height: 60px;
}
.ctmr-provider img {
max-width: 100%;
}
#primary .ctmr-provider a img {
border: 0 !important;
}
.ctmr-comment {
margin: 20px 0;
}
.ctmr-review {
box-shadow: 0 0 20px #e5e5e5;
background-color: #fff;
margin: 0 0 15px;
padding: 30px;
}
.ctmr-readmore {
cursor: pointer;
font-weight: bold;
margin: 20px 0;
display: block;
}
.ctmr-readmoretext {
display: none;
}
.ctmr-overall-rating {
display: flex;
margin-top: 5px;
}
.ctmr-overall-stats {
margin-left: 20px;
}
.ctmr-filter {
border: 1px solid #ddd;
padding: 5px;
}
.ctmr-small {
font-size: .85em;
}
@media (max-width: 768px) {
.ctmr-filter {
display: block;
width: 100%;
margin-top: 15px;
}
.ctmr-header {
display: block;
}
.ctmr-review {
padding: 20px;
}
.ctmr-review-data {
margin-left: 0;
clear: right;
}
.ctmr-review-info {
margin-right: 75px;
margin-left: 0;
}
.ctmr-provider {
float: right;
}
}