/**
 * stylesheet for sinnis-dealer-maps related pages.
 *
 * author:  trey taylor (t.taylor@sinnis.co.uk)
 * plugin:  sinnis-dealer-maps
 * version: 1.0
*/

/** containers and headers **/
#button-container {
    margin-bottom: 15px
}

#dealer-map {
    height: 500px;
    width: 100%
}

#featured-dealers-header {
    background: url('/wp-content/plugins/sinnis-find-a-dealer/images/featured-dealers-header.jpg');
    background-size: cover;
    height: 70px;
    width: 100%
}

.header-container {
    padding: unset !important
}

.find-a-dealer-right {
    margin-top: 55px
}

#dealer-footer {
    margin-top: 43px
}

.dealer-showroom-container-header-overlay {
    height: 46px;
    opacity: 0.5;
    position: relative;
    right: 0;
    top: 15px;
    width: 441px;
    z-index: 30
}

/** text elements **/
.featured-dealer-review h3, .featured-dealer-review p {
    margin-bottom: 0 !important
}

.featured-dealer-review h3 {
    font-size: 30px
}

.customer-quote {
    font-size: 14px
}

.title-p {
    font-size: 19px;
    text-align: center
}

.showroom-container-header h3 {
    color: #000 !important;
    font-size: 45px;
    font-weight: 400;
    position: relative;
    text-align: center;
    top: 8px
}

#featured-dealers-header h2 {
    color: #fff !important;
    font-size: 36px;
    font-weight: 400;
    position: relative;
    text-align: center;
    top: 8px
}

/** showroom css **/
.dealer-showroom-container {
    height: 460px;
    margin: 18px 0;
    text-align: center
}

.dealer-showroom-container img {
    left: 0;
    max-height: 260px;
    padding: 15px;
    position: absolute;
    top: 46px;
    width: 100%
}

.dealer-showroom-container-header {
    color: #000 !important;
    font-size: 20px;
    left: 27px;
    position: absolute;
    top: 3px;
    z-index: 100
}

.showroom-container {
    min-height: 410px
}

/** star ratings **/
.score {
    color: #ccc;
    display: inline-block;
    font-family: Wingdings;
    font-size: 30px;
    margin-top: 213px;
    position: relative
}

.score::before, .score span::before {
    content: "\2605\2605\2605\2605\2605";
    display: block
}

.score span {
    color: gold;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0
}
