/* Shared landing-page styles. Extracted from inline <style> blocks across landing pages. */

a.button4 {
    display: inline-block;
    width: 70%;
    padding: 0.3em 1.2em;
    margin: 0 0.1em 0.1em 0;
    border: 0.16em solid rgba(255,255,255,0);
    border-radius: 2em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Roboto',sans-serif;
    font-size: x-large;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.2s;
}

.mobileShow {
    display: none;
}
/* Smartphone Portrait and Landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .mobileShow {
        display: flex;
    }
    /*.greview {

        max-width: 250px;
        margin: 0 auto;
        margin-bottom: 20px;
    }*/
}

@media only screen and (max-width: 1090px) {
    .col-item {
        border-bottom: 1px solid #ddd;
        margin-right: 0px;
        border-right: 0px;
        padding-right: 0px;
        margin-bottom: 25px;
        padding-bottom: 25px;
        text-align: center;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
}

.headline {
    font-size: 26px;
    color: #092D4C;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    line-height: 20px;
}

.menu__box {
    z-index: 10 !important;
}

#map-plug {
    display: none;
}

#google-reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 15px;
}

.review-item {
    border: solid 1px rgba(190,190,190,.35);
    margin: 0 auto;
    padding: 1em;
    flex: 1 1 20%;
}

@media ( max-width:1200px) {
    .review-item {
        flex: 1 1 40%;
    }
}

@media ( max-width:450px) {
    .review-item {
        flex: 1 1 90%;
    }
}

.review-meta, .review-stars {
    text-align: center;
    font-size: 115%;
}

.review-author {
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 5px !important;
    color: #092D4C;
    font-size: 22px;
}

.review-date {
    display: block;
    color: #092D4C;
}

.review-text {
    line-height: 1.55;
    text-align: left;
    max-width: 32em;
    margin: auto;
    color: #000;
}

.review-stars ul {
    display: inline-block;
    list-style: none !important;
    margin: 0;
    padding: 0;
}

    .review-stars ul li {
        float: left;
        list-style: none !important;
        margin-right: 1px;
        line-height: 1;
    }

        .review-stars ul li i {
            color: #E4B248;
            font-size: 1.4em;
            font-style: normal;
        }

            .review-stars ul li i.inactive {
                color: #c6c6c6;
            }

.star:after {
    content: "\2605";
}

.review-item {
    max-width: 320px;
    margin: 0 4px;
    height: 340px;
    max-height: 320px;
    text-align: center;
    padding: 40px !important;
}

    .review-item .review-img {
        display: block;
    }

.review-img img {
    max-height: 80px;
    max-width: 80px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.review-date {
    margin-bottom: 10px;
}

.review-meta, .review-stars {
    margin-bottom: 10px;
}

.review-text {
    font-size: 16px;
    line-height: 18px;
}

.review-stars ul li i {
    color: #ffc400;
}

.review-item-wrapper {
    display: flex;
    justify-content: center;
}

.owl-stage {
    display: flex;
}

.owl-nav {
    display: none;
}

.item-title {
    padding-top: 10px !important;
    font-weight: 700;
}
    

[id]:target::before,
[name]:target::before {
    display: block;
    height: 180px;
    margin-top: -180px;
    content: '';
}
