/*
 Theme Name:   BeneluxWaarborg
 Theme URI:    https://www.beneluxwaarborg.com
 Description:  BeneluxWaarborg
 Author:       BeneluxWaarborg
 Theme URI:    https://www.beneluxwaarborg.com
 Template:     one-page-express
 Version:      1.0.0
 Tags:         
 Text Domain:  one-page-express
*/
 
/* =Eigen CSS hier beneden plaatsen
-------------------------------------------------------------- */

.shop-info {
    display: flex;
}

.shop-info-left {
    min-width: 300px;
    border-right: 1px solid #eeeeee;
    margin-right: 2rem;
    padding-right: 2rem;
}

.shop-info .review-amount {
    display: block;
}
.shop-info h3 {
    margin-bottom: 2rem;
}

.shop-info .average-text {
    font-size: 2rem;
}
.shop-info svg {
    fill: #eeeeee;
}

.shop-info svg.filled{
    fill: gold;
}

.review-item {
    position: relative;
    padding: 1.5rem;
}

.review-item h5 {
    margin-bottom: 0;
}

.review-item svg {
    fill: #eeeeee;
}

.review-item .review-date {
    position: absolute;
    right: 2rem;
    top: 2rem;
}

.review-item svg.filled{
    fill: gold;
}

.star-wrapper {
    margin-bottom: 1rem;
}
.review-item:nth-of-type(2n) {
    background-color: #f4f4f4;
}


.shop-score-item {
    margin: 0.5rem 0;
    display: flex;
    align-items: center;
}

.shop-score-item:first-of-type {
    margin: 1.5rem 0 0.5rem 0;
    display: flex;
    align-items: center;
}

span.shop-score-item__amount {
    margin-right: 0.5rem;
    min-width: 100px;
}

span.shop-score-item__percentage {
    margin-left: 0.5rem;
}

.scorebar-background {
    width: 400px;
    height: 25px;
    background-color: #f4f4f4;
    border-radius: 0.25rem;
}

.scorebar {
    background-color: gold;
    height: 100%;
    border-radius: 0.25rem;
}

.post-review{
    background-color: #ffffff;
    padding: 30px;
    border-radius: 0.25rem;
    margin-bottom: 30px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.wpcf7-form [type="submit" i] {
    float: right;
    background-color: #03a9f4;
    border: none;
    color: #ffffff;
    display: inline-block;
    height: auto;
    margin-top: 0;
    min-width: 120px;
    padding: 14px 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s linear 0s;
    width: auto;
}

.wpcf7-form input[type=text], input[type=tel], input[type=url], input[type=email], input[type=password], input[type=number] {
    -webkit-appearance: none;
    background: #fafafa;
    border: 1px solid #DDDDDD;
    border-radius: 0;
    box-shadow: none;
    color: #555555;
    height: 45px;
    line-height: 1.428571429;
    margin-top: 10px;
    outline: none;
    padding: 11px 12px;
    transition: all ease-in-out .15s;
    vertical-align: middle;
    width: 100%;
}

.wpcf7-form textarea {
    height: 150px;
    background: #fafafa;
    border: 1px solid #DDDDDD;
    border-radius: 0;
    color: #555555;
}

.post-review label {
    font-weight: 600;
}

.wpcf7-list-item .first {
    margin-left: 0!important;
}