/* Review Form
-------------------- */
.new_review_form {
    display: none;
}

.reviews_wrapper .form-wrap {
	text-align: left;
}

.ccdm-reviews-page input.review_input,
.ccdm-reviews-page select.review_input,
.ccdm-reviews-page textarea.review_input {
    width: 100%;
    text-align: left;
}

.rating-wrap ul {
    display: inline;
}

.rating-wrap ul > li {
    list-style-type: none;
}

.rating-wrap {
    margin-bottom: 25px;
}

.clear-rating {
    width: 200px;
    padding: 8px 12px;
    text-align: center;
    background-color: transparent;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 1px solid #000000;
    position: relative;
    top: 4px;
}

.leave-a-review {
    width: 200px;
    text-align: center;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 1px solid #000000;
}

.clear-rating:hover {
    text-decoration: none;
}

.star-rating {
    width: 16px;
    margin-right: .3em;
}

.star-rating:nth-of-type(5n+1) {
    margin-left: 0;
}

i.fa-star {
    color: 	rgb(212,175,55);
}

i.fa-star.more {
    width: 10px;
    overflow-x: hidden;
}
i.fa-star.less {
    width: 6px;
    overflow-x: hidden;
}

.ccdm-reviews-aggregate {
    margin-bottom: 20px;
}

.ccdm-reviews-aggregate p.average-rating {
    margin-bottom: 0;
}

.total-reviews {
    position: relative;
    top: -3px;
}




/* Review display
-------------------- */
.reviews-display {
    margin-top: 20px;
}

.review-pagination-container {
    margin-bottom: 10px;
}

.review-pagination {
    width: 20px;
    padding: 4px 6px;
    text-align: center;
    background-color: transparent;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 1px solid #000000;
    margin: auto 7px 7px auto;
}

.review-pagination.active-review-pagination {
    background-color: #000;
    color: #fff;
}

.ccdm-review {
    width: 100%;
    margin-bottom: 20px;
}

.ccdm-review p,
.ccdm-review h3 {
    margin-bottom: auto;
}

p.rating-stars-final {
	margin-top: 5px;
}

.review-title {
    font-size: 28px;
    clear: left;
}

.reviewers-name {
    position: relative;
    top: -3px;
}

.review-sub-header {
    float: left;
}

.review-category {
    font-size: 12px;
}

.ccdm_reviews_hide {
	display: none;
}


/* Shortcode
-------------------- */
.shortcode-header {
	text-align: center;
}

.shortcode-title {
	font-size: 28px;
}

.more-reviews {
	font-size: 14px;
}

.sidebar-primary .widget .shortcode-display .ccdm-review {
	background: #fff;
	padding: 15px 20px;
}

/* Responsive
-------------------- */
@media only screen and (max-width: 420px) {
    .clear-rating {
        display: block;
        clear: left;
        top: 12px;
    }
}