/**Div page header***/
.page-template-template-review.slug-diamond-reviews-v2-0 .dp-hub-hero-banner, .page-template-template-review.slug-reviews .dp-hub-hero-banner {
    background-image: url('../img/Hero-Review.webp'), url('../img/Hero-Review-small.svg'  ) ;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 767px){
    .page-template-template-review.slug-diamond-reviews-v2-0 .dp-hub-hero-banner, .page-template-template-review.slug-reviews .dp-hub-hero-banner {
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('../img/Hero-Review-mobile.webp'), url('../img/Hero-Review-small.svg'  );
    }
}

.dp-hub-title {
    font-size: 4.25rem;
}
.dp-hub-title.db-hub-title-mobile {
    display: block;
    padding-top: 190px;
}
.dp-hub-hero-banner {
    display: block;
    height: 410px;
    width: 100%;
    background-size: cover;
}
.dp-hub-underline {
    display: none;
    width: 85px;
    height: 10px;
    background-color: #99bbd7;
    margin: 20px auto 15px;
}
.dp-hub-underline.dp-hub-underline-mobile {
    display: block;
}
.dp-hub-container p.intro {
    font-size: 1.25em;
    line-height: 1.6;
    text-align: center;
    font-style: italic;
    padding: 0 5px;
}
.dp-hub-container p.intro {
    font-size: 1.4em;
    padding: 0 85px;
}
h2.review-title {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    position: relative;
    top: 12px;
}

h2.review-title::before {
    background: #97bad6;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    top: 50%;
    width: 100%;
}
h2.review-title::before {
    left: 0;
}
h2.review-title span {
    background: #fff;
    padding: 0 8px;
    color: #4d5e6c;
    position: relative;
    top: -2px;
    display: inline-block;
    z-index: 1;
    font: 500 20px/1 Oswald,sans-serif;
    letter-spacing: 0;
}
.review-teasers {
    margin-bottom: 40px;
    padding-top: 15px;
}
@media (min-width: 900px){
    body.page-template-template-review .review-item-buttons {
        margin: 0;
    }
    h2.review-title {
        text-align: left;
        padding-left: 30px;
    }
    .review-teasers {
        padding-top: 0;
    }

    .review-item-buttons {
        display: inline-block;
        float: right;
        vertical-align: middle;
        margin: 0;
        position: relative;
        min-width: 252px;
    }
}
@media (max-width: 899px){
    .review-teasers {
        margin-bottom: 0;
    }
    .review-item {
        text-align: center;
        border-bottom: 1px dotted #add8e6;
    }
    .review-item .review-star-rating {
        margin: auto;
        padding-bottom: 20px;
    }
}

.review-item {
    overflow: auto;
}
h3.review-item-title {
    font-size: 1.65em;
    display: inline-block;
    width: 235px;
    vertical-align: middle;
    margin-top: 0;
    line-height: 1.15;
    padding-top: 10px;
    padding-bottom: 5px;
}

.review-item .review-star-rating {
    display: block;
    width: 220px;
    vertical-align: middle;
}

.review-item-buttons {
    margin-top: 0;
    margin-bottom: 20px;
}

.dp-hub-cta {
    display: block;
    width: 121px;
    margin: 20px auto 0;
    margin-top: 20px;
    padding: 8px 10px;
    background-color: #738da1;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
}
.review-item-buttons a.dp-hub-cta {
    display: inline-block;
    border: none !important;
    margin-top: 0;
    background-color: #4d5e6c;
    text-transform: initial;
}
.review-item-buttons a.dp-hub-cta + a.dp-hub-cta {
    margin-left: 10px;
}



.dp-hub-container p.intro {
    font-size: 1.25em;
    line-height: 1.6;
    text-align: center;
    font-style: italic;
    padding: 0 5px;
}
.dp-hub-title {
    font-size: 3.25rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 0;
    line-height: 1;
    display: none;
}
@media ( min-width : 767px) {
    .dp-hub-container p.intro {
        padding: 0 85px;
    }
}
@media ( min-width : 450px) {
    .dp-hub-container p.intro {
        font-size: 1.4em;
    }
    .dp-hub-title {
        font-size: 4.25rem;
    }
}


