/* HEADER ========================================================================================= */

.header-business-phone {
    font-size: 2em;
    font-weight: 700;
}



/* HOME PAGE  ===================================================================================== */

/* Hero ====  */

@media(max-width: 812px) {
    .hero-content h1 {
        font-size: 1.5em;
    }
}

.hero {
    background: url("https://apihoard.webit.com/api/v1/Image/0385C16265021DEF4F3353BDE53B041D/0385C16265021DEF4F3353BDE53B041D.png?size=1920x1440") no-repeat 65% center;
    margin-top: -1px;
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 550px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media(min-width: 991px) {
    .hero {
        background: url("https://apihoard.webit.com/api/v1/Image/0385C16265021DEF4F3353BDE53B041D/0385C16265021DEF4F3353BDE53B041D.png?size=1920x1440") no-repeat 65% center;
        margin-top: -1px;
        display: block;
        position: relative;
        overflow: hidden;
        min-height: 750px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

.hero-content {
    margin: 0 auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.85);
}

hr {
    height: 4px;
    background: var(--color-theme-secondary);
    border: none !important;
}



/* REVIEWS =========================================================================================== */

.testimonial {
    border-left: 4px solid var(--color-theme-secondary);
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);
    padding: 30px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
}

.testimonial:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 25px solid var(--color-theme-secondary);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(-45deg);
    transform-origin: 80% -30% 0;
}

.testimonial .description {
    font-style: italic;
    color: #3a3a3a;
    line-height: 25px;
    margin-bottom: 15px;
}

.testimonial .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: var(--color-theme-secondary);
    margin: 0;
}

.testimonial .post {
    display: inline-block;
    font-size: 17px;
    color: var(--color-theme-secondary);
}

@media only screen and (max-width: 767px) {
    .testimonial {
        padding: 20px;
        text-align: center;
    }
}
