/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 24 2026 | 10:42:22 */
.glsr-default button.glsr-button{
	background-color: #203A2E;
    border: 1px solid #203A2E;
	text-transform: uppercase;
    border-radius: 0;
	color: #fff;
}
.glsr-default form.glsr-form label.glsr-label {
    font-family: "Cormorant Garamond", Sans-serif;
}

.glsr-default .glsr-review-title h4{
	display: none;
}
.glsr-default .glsr-review-date{
	display: none;
}
.glsr-default .glsr-review-author {

    font-family: "Cormorant Garamond", Sans-serif;
    font-weight: bold;
    color: #A07C3B;
    font-size: 18px;
}
.glsr-default .glsr-review p {
    font-family: "Cormorant Garamond", Sans-serif;
    font-size: 16px;
}
.glsr-default .glsr-review {
    background: #FCFAF4;
    padding: 20px;
}
a.page-numbers {
    padding: 10px;
    border: 1px solid #A07C3B;
    background: #FCFAF4;
    color: #000;
    font-family: "Cormorant Garamond", Sans-serif;
}
span.page-numbers.current {
    padding: 10px;
    border: 1px solid #203A2E;
    background: #203A2E;
    color: #ffffff;
    font-family: "Cormorant Garamond", Sans-serif;
}