/*
Theme Name: BOUWWATT Thema
Description: Custom Flatsome thema voor BOUWWATT BV
Author: Jan Osinga - Osinga ICT
Template: flatsome
Version: 3.1.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.review-summary span.company {
    color: #c5060b;
    font-weight: 700;
}

.review-summary span.rate {
    color: #c5060b;
}

.review-summary span.rate-text {
    font-size: 85%
}

.review-summary .rate-text a, .review-summary .rate-text b {
    font-weight: 700
}

/* Quote homepage banner */

.quote-container {
    padding: 30px;
    border: 1px solid;
    position: relative;
    box-sizing: border-box;
    margin-top: 15px;
    font-size: .75rem;
}

.quote-container span.verified {
    /* max-width: 30px; */
    overflow: hidden;
    display: inline-block;
    position: absolute;
    right: 0;
    color: #7a9c5a;
    font-weight: bold;
}

.quote-container span.verified img {
    width: 20px;
}

.quote-container .quote-author-img img {
    width: 3em;
    height: 3em;
    display: block;
    margin-right: 10px;
    border-radius: 50%;
}

.quote-container.style-1 .quote-author:before,
.quote-container.style-2 .quote-author:before {
    border-top: 3px solid;
    content: "";
    display: block;
    margin: 20px 0;
    margin-left: -30px;
}

.quote-container.style-2 .quote-author:before {
    border-top: 3px dashed;
}

.quote-container.style-1 .quote-author,
.quote-container.style-2 .quote-author {
    display: inline-block;
    margin-top: 0;
}

.quote-container:before {
    content: '\f10e';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    opacity: 0.07;
    position: absolute;
    bottom: 2%;
    right: 2%;
    font-size: 7em;
}

.quote-author {
    margin-top: 30px;
}

.quote-author-content {
    display: flex;
    align-items: center;
}

.quote-autor-name {
    font-weight: bolder;
    text-decoration: none;
    display: block;
}

.quote-container.style-2 {
    border: none;
    border-left: 10px solid;
    padding: 0;
    padding-left: 20px;
}

.quote-container.style-2:before {
    left: auto;
    right: 0;
    bottom: 2%;
    top: auto;
    content: '\f10e';
}


/* STYLE 3 */

.quote-container.style-3 {
    border: 0;
    padding: 0;
}

.quote-container.style-3 .quote-quotation {
    padding: 1rem;
    border: 0;
    background: #f6ece4;
    color: #1e1e1e;
}

.quote-container.style-3:before {
    content: '"';
    font-size: 7em;
    bottom: -30px;
}

.quote-autor-company span.rate {
    color: #f18313;
}

.quote-container.style-3 .quote-quotation {
    position: relative;
    border-radius: .25rem;
}

.quote-container.style-3 .quote-author {
    margin-top: 45px;
}

.quote-container.style-3 .quote-quotation::after {
    border-color: transparent #f6ece4 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 30px;
    top: 100%;
    margin-top: -30px;
    content: " ";
    display: block;
    left: 40px;
    z-index: -1;
    position: relative;
    position: absolute;
}

body[dir=rtl] .quote-container.style-3 .quote-quotation::after {
    left: auto;
    right: 40px;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}