/* @override http://recercare.hansvanderwoerd.eu/wp-content/plugins/reviews/reviews-style.css */

/* @override http://kareldeseure2.hansvanderwoerd.eu/wp-content/plugins/reviews/style.css */

/**
 * Review overlay
 */
.reviews-overlay .post-title {
    quotes: """""""" !important;
}
.reviews-overlay .source {
    display: block;
}

/**
 * Review list
 */
.reviews {
    list-style: none;
    display: flex;
    flex-direction:column;
    /*background: #eee !important;*/
}


.reviews .review {
    transition: 0.3s !important;
    margin-top:  0;
    padding: 20px 40px 20px 0;
    cursor: default;
    background: transparent;
    border-bottom: 1px solid #fff;
}


.reviews .review:hover {
    /*transform: translateX(25px);*/
}


.reviews .review .title {
	font: italic 1.5em 'Reckless Neue';
	font-weight:  400;
margin-bottom: 10px;
}


.reviews .review .excerpt {
    	font-family: 'Reckless Neue';
font-weight:  400;
margin-bottom: 15px;

}


.reviews .review .excerpt::after {
    content: unset !important;
}

.reviews .review .source {
    margin-left: auto;
    font-size: 1em !important;
    	color: #c54f2d!important;
    	font-weight:  500!important;
    
}

.review .date {
    font-weight: 300;
}



/* Curly quotes */
.reviews .review .title::before {
    content: '‘'
}
.reviews .review .title::after {
    content: '’'
}