﻿
.google-maps-wrapper {
    width: 100%;
    height: 100%
}

.gmaps-full-height {
    height: 100%;
    max-height: 100%
}

.dealercraft-gmaps-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .dealercraft-gmaps-wrapper .vue-map-container {
        width: 100%
    }

    .dealercraft-gmaps-wrapper .has-sidebar {
        margin-left: 3.5rem;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto
    }

@media (max-width: 767px) {
    .dealercraft-gmaps-wrapper .has-sidebar {
        margin: 0;
        width: 100%
    }
}

.dealercraft-gmaps-wrapper .dealercraft-gmaps__static, .dealercraft-gmaps-wrapper .map-sidebar, .dealercraft-gmaps-wrapper .vue-map-container {
    -webkit-box-shadow: 0 .3rem .8rem rgba(0,0,0,.1);
    box-shadow: 0 .3rem .8rem rgba(0,0,0,.1)
}

    .dealercraft-gmaps-wrapper .dealercraft-gmaps__static.is-footer, .dealercraft-gmaps-wrapper .map-sidebar.is-footer, .dealercraft-gmaps-wrapper .vue-map-container.is-footer {
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%
    }

.dealercraft-gmaps-wrapper #gmaps-form {
    width: 100%
}

@media (max-width: 767px) {
    .dealercraft-gmaps-wrapper #gmaps-results {
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .dealercraft-gmaps-wrapper #gmaps-results .map-sidebar__ul {
            overflow: hidden
        }

        .dealercraft-gmaps-wrapper #gmaps-results .map-sidebar__li {
            -webkit-box-shadow: 0 .3rem .8rem rgba(0,0,0,.1);
            box-shadow: 0 .3rem .8rem rgba(0,0,0,.1);
            margin: 0 .4rem 1.6rem
        }

        .dealercraft-gmaps-wrapper #gmaps-results .map-sidebar__li--read-more {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 8rem;
            margin: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            font-size: 1.8rem;
            color: var(--color-primary);
            background-color: hsla(0,0%,100%,.75)
        }

        .dealercraft-gmaps-wrapper #gmaps-results .map-sidebar__wrapper {
            border: none
        }
}

.dealercraft-gmaps-wrapper .dealercraft-gmaps__static {
    cursor: pointer;
    background-position: 50%;
    position: relative
}

    .dealercraft-gmaps-wrapper .dealercraft-gmaps__static .dealercraft-gmaps__popup-bubble-anchor {
        top: 50%;
        left: 50%
    }

    .dealercraft-gmaps-wrapper .dealercraft-gmaps__static .dealercraft-gmaps__popup-bubble-anchor--pin {
        width: 17rem
    }

        .dealercraft-gmaps-wrapper .dealercraft-gmaps__static .dealercraft-gmaps__popup-bubble-anchor--pin:after {
            content: none
        }

.dealercraft-gmaps-wrapper .dealercraft-gmaps__infowindow__title {
    font-size: 14px;
    color: #777;
    padding-bottom: 3px;
    border-bottom: 1px solid #ececec;
    margin: 0 0 6px;
}

.dealercraft-gmaps-wrapper .dealercraft-gmaps__infowindow__address, .dealercraft-gmaps-wrapper .dealercraft-gmaps__infowindow__phone, .dealercraft-gmaps-wrapper .dealercraft-gmaps__infowindow__website a {
    font-size: 12px;
    line-height: 22px;
}

.dealercraft-gmaps-wrapper .dealercraft-gmaps__infowindow__address {
    color: #777
}

.dealercraft-gmaps-wrapper .dealercraft-gmaps__infowindow__phone, .dealercraft-gmaps-wrapper .dealercraft-gmaps__infowindow__website {
    color: #bbb
}

    .dealercraft-gmaps-wrapper .dealercraft-gmaps__infowindow__phone a, .dealercraft-gmaps-wrapper .dealercraft-gmaps__infowindow__website a {
        color: #bbb;
        text-decoration: underline
    }

        .dealercraft-gmaps-wrapper .dealercraft-gmaps__infowindow__phone a:hover, .dealercraft-gmaps-wrapper .dealercraft-gmaps__infowindow__website a:hover {
            color: #777
        }

    .dealercraft-gmaps-wrapper .dealercraft-gmaps__infowindow__website a {
        display: inline-block;
        margin: .8rem 0 .4rem;
        color: #777
    }

.dealercraft-gmaps-wrapper .dealercraft-gmaps__popup-tip-anchor {
    height: 0;
    position: absolute;
    width: 200px
}

.dealercraft-gmaps-wrapper .dealercraft-gmaps__popup-bubble-anchor {
    position: absolute;
    bottom: 8px;
    left: 0
}

    .dealercraft-gmaps-wrapper .dealercraft-gmaps__popup-bubble-anchor:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 0;
        height: 0;
        border-left: .8rem solid transparent;
        border-right: .8rem solid transparent;
        border-top: .8rem solid var(--color-primary)
    }

.dealercraft-gmaps-wrapper .dealercraft-gmaps__popup-bubble-anchor--pin:after {
    content: none
}

.dealercraft-gmaps-wrapper .dealercraft-gmaps__popup-bubble-anchor--pin .dealercraft-gmaps__popup-bubble-content {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden
}

    .dealercraft-gmaps-wrapper .dealercraft-gmaps__popup-bubble-anchor--pin .dealercraft-gmaps__popup-bubble-content .gtm_directions__img {
        width: 17rem
    }

.dealercraft-gmaps-wrapper .dealercraft-gmaps__popup-bubble-content {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%);
    background-color: #fff;
    border-radius: 5px;
    font-family: sans-serif;
    overflow-y: auto;
    -webkit-box-shadow: 0 .3rem .8rem rgba(0,0,0,.1);
    box-shadow: 0 .3rem .8rem rgba(0,0,0,.1);
    white-space: nowrap
}

    .dealercraft-gmaps-wrapper .dealercraft-gmaps__popup-bubble-content .photo {
        width: 30rem
    }

    .dealercraft-gmaps-wrapper .dealercraft-gmaps__popup-bubble-content .button {
        margin: 0;
        font-size: 14px;
        max-width: 30rem;
        position: relative
    }

        .dealercraft-gmaps-wrapper .dealercraft-gmaps__popup-bubble-content .button:after {
            margin-left: 2.4rem
        }

.dealercraft-gmaps-wrapper .dealercraft-gmaps__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 1.6rem 0
}

.gm-style img {
    max-width: none;
}

.gm-style {
    font: 400 11px Roboto, Arial, sans-serif;
    text-decoration: none;
}

.vue-map-container {
    position: relative;
}

    .vue-map-container .vue-map {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
    }

.vue-map-hidden {
    display: none;
}
.gm-style .gm-style-iw {
    font-weight: 300;
    font-size: 13px;
    overflow: hidden
}

.gm-style .gm-style-iw-a {
    position: absolute;
    width: 9999px;
    height: 0
}

.gm-style .gm-style-iw-t {
    position: absolute;
    width: 100%
}

.gm-style .gm-style-iw-tc {
    -webkit-filter: drop-shadow(0 4px 2px rgba(178,178,178,.4));
    filter: drop-shadow(0 4px 2px rgba(178,178,178,.4));
    height: 12px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 25px
}

    .gm-style .gm-style-iw-tc::after {
        background: #fff;
        -webkit-clip-path: polygon(0 0,50% 100%,100% 0);
        clip-path: polygon(0 0,50% 100%,100% 0);
        content: "";
        height: 12px;
        left: 0;
        position: absolute;
        top: -1px;
        width: 25px
    }

.gm-style .gm-style-iw-c {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(-50%,-100%,0);
    transform: translate3d(-50%,-100%,0);
    background-color: white;
    border-radius: 8px;
    padding: 12px;
    -webkit-box-shadow: 0 2px 7px 1px rgba(0,0,0,.3);
    box-shadow: 0 2px 7px 1px rgba(0,0,0,.3);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.gm-style .gm-style-iw-d {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto
}

    .gm-style .gm-style-iw-d::-webkit-scrollbar {
        width: 18px;
        height: 12px;
        -webkit-appearance: none
    }

    .gm-style .gm-style-iw-d::-webkit-scrollbar-track, .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
        background: #fff
    }

.gm-style .gm-style-iw-c .gm-style-iw-d::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.12);
    border: 6px solid transparent;
    border-radius: 9px;
    background-clip: content-box
}

    .gm-style .gm-style-iw-c .gm-style-iw-d::-webkit-scrollbar-thumb:horizontal {
        border: 3px solid transparent
    }

    .gm-style .gm-style-iw-c .gm-style-iw-d::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0,0,0,.3)
    }

.gm-style .gm-style-iw-c .gm-style-iw-d::-webkit-scrollbar-corner {
    background: transparent
}

.gm-style .gm-iw {
    color: #2c2c2c
}

    .gm-style .gm-iw b {
        font-weight: 400
    }

    .gm-style .gm-iw a:link, .gm-style .gm-iw a:visited {
        color: #4272db;
        text-decoration: none
    }

    .gm-style .gm-iw a:hover {
        color: #4272db;
        text-decoration: underline
    }

    .gm-style .gm-iw .gm-title {
        font-weight: 400;
        margin-bottom: 1px
    }

    .gm-style .gm-iw .gm-basicinfo {
        line-height: 18px;
        padding-bottom: 12px
    }

    .gm-style .gm-iw .gm-website {
        padding-top: 6px
    }

    .gm-style .gm-iw .gm-photos {
        padding-bottom: 8px;
        -ms-user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none
    }

    .gm-style .gm-iw .gm-sv, .gm-style .gm-iw .gm-ph {
        cursor: pointer;
        height: 50px;
        width: 100px;
        position: relative;
        overflow: hidden
    }

    .gm-style .gm-iw .gm-sv {
        padding-right: 4px
    }

    .gm-style .gm-iw .gm-wsv {
        cursor: pointer;
        position: relative;
        overflow: hidden
    }

    .gm-style .gm-iw .gm-sv-label, .gm-style .gm-iw .gm-ph-label {
        cursor: pointer;
        position: absolute;
        bottom: 6px;
        color: #fff;
        font-weight: 400;
        text-shadow: rgba(0,0,0,.7) 0 1px 4px;
        font-size: 12px
    }

    .gm-style .gm-iw .gm-stars-b, .gm-style .gm-iw .gm-stars-f {
        height: 13px;
        font-size: 0
    }

    .gm-style .gm-iw .gm-stars-b {
        position: relative;
        background-position: 0 0;
        width: 65px;
        top: 3px;
        margin: 0 5px
    }

    .gm-style .gm-iw .gm-rev {
        line-height: 20px;
        -ms-user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none
    }

    .gm-style .gm-iw .gm-numeric-rev {
        font-size: 16px;
        color: #dd4b39;
        font-weight: 400
    }

    .gm-style .gm-iw.gm-transit {
        margin-left: 15px
    }

        .gm-style .gm-iw.gm-transit td {
            vertical-align: top
        }

        .gm-style .gm-iw.gm-transit .gm-time {
            white-space: nowrap;
            color: #676767;
            font-weight: bold
        }

        .gm-style .gm-iw.gm-transit img {
            width: 15px;
            height: 15px;
            margin: 1px 5px 0 -20px;
            float: left
        }

.gm-style-iw-chr {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: visible
}

.gm-style-iw-ch {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    padding-top: 17px;
    overflow: hidden
}

.gm-ui-hover-effect {
    opacity: .6
}

    .gm-ui-hover-effect:hover {
        opacity: 1
    }

    .gm-ui-hover-effect > span {
        background-color: light-dark(#000,#fff)
    }

@media (forced-colors:active),(prefers-contrast:more) {
    .gm-ui-hover-effect > span {
        background-color: ButtonText
    }
}
.gm-control-active > img {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: none;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

    .gm-control-active > img:nth-child(1) {
        display: block
    }

.gm-control-active:focus > img:nth-child(1), .gm-control-active:hover > img:nth-child(1), .gm-control-active:active > img:nth-child(1), .gm-control-active:disabled > img:nth-child(1) {
    display: none
}

.gm-control-active:focus > img:nth-child(2), .gm-control-active:hover > img:nth-child(2) {
    display: block
}

.gm-control-active:active > img:nth-child(3) {
    display: block
}

.gm-control-active:disabled > img:nth-child(4) {
    display: block
}


@media (max-width: 767px) {
    .dealercraft-gmaps-wrapper .dealercraft-gmaps__form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.dealercraft-gmaps-wrapper .dealercraft-gmaps__result {
    width: 100%;
    margin-bottom: 1.6rem;
    color: #333;
    background: #fff;
    max-width: 375px;

}

.dealercraft-gmaps-wrapper .dealercraft-gmaps__result__found {
    color: #e3173e;
}

.dealercraft-gmaps-wrapper .dealercraft-gmaps__input {
    text-transform: uppercase
}

.dealercraft-gmaps-wrapper .dealercraft-gmaps__label, .dealercraft-gmaps-wrapper .dealercraft-gmaps__select {
    width: auto;
    margin-right: 1.6rem
}

.dealercraft-gmaps-wrapper .dealercraft-gmaps__input, .dealercraft-gmaps-wrapper .dealercraft-gmaps__select {
    margin-left: 1.6rem;
    width: 16rem;
    display: inline-block
}

@media (max-width: 767px) {
    .dealercraft-gmaps-wrapper .dealercraft-gmaps__input, .dealercraft-gmaps-wrapper .dealercraft-gmaps__select {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        display: block;
        max-width: 100%;
        margin: 0 0 .8rem
    }
}

.dealercraft-gmaps-wrapper .dealercraft-gmaps__label {
    font-size: 16px;
}

.dealercraft-gmaps-wrapper .dealercraft-gmaps__button {
   font-size: 16px;
    text-align: center;
    width: 10rem;
    display: inline-block
}

    .dealercraft-gmaps-wrapper .dealercraft-gmaps__button:after {
        margin-left: .5rem
    }

@media (max-width: 767px) {
    .dealercraft-gmaps-wrapper .dealercraft-gmaps__button {
        margin-top: 1.6rem
    }
}

.dealercraft-gmaps-wrapper .dealercraft-gmaps__link {
    margin-left: auto
}

.dealercraft-gmaps-wrapper .dealercraft-gmaps__link__icon {
    display: inline-block;
    font-size: 11px;
    margin-left: .4rem
}

@media (max-width: 767px) {
    .dealercraft-gmaps-wrapper .dealercraft-gmaps__link {
        margin-top: 1.6rem
    }
}

.dealercraft-gmaps-wrapper .is-footer .gm-style-iw {
    top: 0 !important;
    left: 0 !important;
    bottom: 0;
    right: 0;
    width: 100% !important
}

.dealercraft-gmaps-wrapper .map-sidebar {
    overflow: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33rem;
    flex: 0 0 33rem
}

@media (max-width: 991px) {
    .dealercraft-gmaps-wrapper .map-sidebar {
        -ms-flex-preferred-size: 26rem;
        flex-basis: 26rem
    }
}

@media (max-width: 767px) {
    .dealercraft-gmaps-wrapper .map-sidebar {
        height: auto !important;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.dealercraft-gmaps-wrapper .map-sidebar__ul {
    list-style: none;
    position: relative
}

.dealercraft-gmaps-wrapper .map-sidebar__li {
    padding: 0 1.6rem;
    position: relative;
    cursor: pointer
}

    .dealercraft-gmaps-wrapper .map-sidebar__li:first-of-type .map-sidebar__wrapper {
        border-top: none
    }

    .dealercraft-gmaps-wrapper .map-sidebar__li:hover {
        background: #fafafa
    }

.dealercraft-gmaps-wrapper .map-sidebar__distance {
    position: absolute;
    font-size: 14px;
    right: 1.6rem;
    top: 1.6rem;
    color: #777
}

.dealercraft-gmaps-wrapper .map-sidebar__wrapper {
    border-top: 1px solid #ececec;
    padding: .8rem 0
}

.dealercraft-gmaps-wrapper .map-sidebar__title {
    font-size: 18px;
    color: #777
}

.dealercraft-gmaps-wrapper .map-sidebar__address, .dealercraft-gmaps-wrapper .map-sidebar__phone, .dealercraft-gmaps-wrapper .map-sidebar__website {
    font-size: 14px;
}

.dealercraft-gmaps-wrapper .map-sidebar__address {
    color: #777
}

.dealercraft-gmaps-wrapper .map-sidebar__phone, .dealercraft-gmaps-wrapper .map-sidebar__website {
    color: #bbb
}

    .dealercraft-gmaps-wrapper .map-sidebar__phone a, .dealercraft-gmaps-wrapper .map-sidebar__website a {
        color: #bbb;
        text-decoration: underline
    }

        .dealercraft-gmaps-wrapper .map-sidebar__phone a:hover, .dealercraft-gmaps-wrapper .map-sidebar__website a:hover {
            color: #777
        }

    .dealercraft-gmaps-wrapper .map-sidebar__website a {
        display: inline-block;
        margin: 1.6rem 0 .8rem;
        color: #777
    }

.dealercraft-gmaps-wrapper .map-sidebar--directions {
    padding: 1.4rem
}

.dealercraft-gmaps-wrapper .map-sidebar--directions__modes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.dealercraft-gmaps-wrapper .map-sidebar--directions__mode {
    text-align: center;
    width: 25%;
    list-style: none;
    padding: 1.4rem;
    border-bottom: 2px solid #ececec;
    cursor: pointer
}

    .dealercraft-gmaps-wrapper .map-sidebar--directions__mode.active, .dealercraft-gmaps-wrapper .map-sidebar--directions__mode:hover {
        color: #e3173e;
        border-bottom-color: #e3173e;
    }

.dealercraft-gmaps-wrapper .map-sidebar--directions__form {
    margin: 2.4rem 0 0
}

.dealercraft-gmaps-wrapper .map-sidebar--directions__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: .8rem 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dealercraft-gmaps-wrapper .map-sidebar--directions__button {
    max-width: 12rem;
}


.dealercraft-gmaps-wrapper .map-sidebar--directions__input, .dealercraft-gmaps-wrapper .map-sidebar--directions__span {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.dealercraft-gmaps-wrapper .map-sidebar--directions__label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4rem;
    flex: 0 0 4rem;
    margin-right: 1.6rem
}

.dealercraft-gmaps-wrapper .map-sidebar--directions__steps {
    font-size: 14px;
}

    .dealercraft-gmaps-wrapper .map-sidebar--directions__steps .adp-placemark {
        padding: .8rem
    }

        .dealercraft-gmaps-wrapper .map-sidebar--directions__steps .adp-placemark img {
            max-width: none;
            margin-right: .8rem
        }

    .dealercraft-gmaps-wrapper .map-sidebar--directions__steps .adp, .dealercraft-gmaps-wrapper .map-sidebar--directions__steps .adp table {
        font-family: inherit
    }

.dealercraft-gmaps-wrapper .gmaps-tabs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    padding: 1.6rem .8rem
}

.dealercraft-gmaps-wrapper .gmaps-tabs__item {
    width: 100%;
    list-style: none;
    text-align: center;
    border-bottom: 2px solid #ececec;
    color: #777;
    cursor: pointer;
    font-size: 16px;
}

    .dealercraft-gmaps-wrapper .gmaps-tabs__item.active, .dealercraft-gmaps-wrapper .gmaps-tabs__item:hover {
        font-size: 1.8rem;
        color: #e3173e;
        border-color: #e3173e;
    }
