.eb-map {
    height: 300px;
}

.eb-map-container h6 {
    margin: 0;
}

.eb-map-container p {
    margin-bottom: 0;
}

.eb-map-marker-listing-widget {
    margin-top: 20px;
}
.eb-map-marker-listing-widget.eb-map-marker-listing-top {
    margin-top: 0;
}

.eb-map-marker-listing-content p {
    margin-bottom: 0;
}

.eb-marker-listing-icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.eb-marker-listing-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 5px;
    width: 28px;
}

.eb-marker-listing-icon-google img {
    width: 20px;
}

.eb-map-marker-listing-direction:hover {
    cursor: pointer;
    text-decoration: underline;
}

.eb-map-direction-wrapper {
    width: 70%;
    position: absolute;
    top: 10px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.eb-map-column.eb-map-column-40 {
    width: 40%;
}

.eb-map-column {
    float: left;
    width: 20%;
    padding-right: 5px;
}

.eb-map-column:last-of-type {
    padding-right: 0;
}

.eb-map-direction-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.eb-map-direction-input {
    position: relative;
    margin-bottom: 10px;
}

.eb-map-direction-wrapper input {
    color: #666;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.eb-map-direction-input label {
    margin-bottom: 0;
}

.eb-map-direction-wrapper .eb-map-direction-input .eb-map-get-address {
    bottom: 3px;
    padding: 0 1em;
    position: absolute;
    right: 3px;
    top: 3px;
}

.eb-map-direction-wrapper .eb-map-direction-select select {
    width: 100%;
    height: initial;
}

.eb-map-direction-wrapper .eb-map-direction-select,
.eb-map-direction-button {
    width: 100%;
    margin-bottom: 10px;
}

.elementor-widget-eb-google-map-extended .eb-map-get-address {
    background-color: #54595f;
}

.eb-map-routeGo {
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    background-color: #61ce70;
}

.eb-map-get-address:focus,
.eb-map-get-address:hover,
.eb-map-get-address:visited,
.elementor-button.eb-map-routeGo:focus,
.elementor-button.eb-map-routeGo:hover,
.elementor-button.eb-map-routeGo:visited {
    color: #fff;
    opacity: .9;
}

.eb-map-direction-wrapper input, .eb-map-direction-wrapper select {
    font-size: 13px;
    padding: 7px 10px;
    line-height: 1.35;
    width: 100%;
}
/*InfoWindow*/

.eb-infowindow {
    margin-top: 8px;
    background: #fff;
    padding: 0px;
    border-radius: 3px;
    box-shadow: 0px 2px 47px 5px rgba(0, 0, 0, 0.09);
}

.eb-map-close {
    margin: 8px 8px 2px 2px;
}
.gm-style .eb-map-marker-featured-img {
    max-width: 100%;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.eb-infowindow:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.eb-infowindow .eb-map-container {
    padding: 15px;
}

.eb-infowindow .eb-map-close {
    position: absolute;
    font-size: 14px;
}

.eb-infowindow img.eb-map-cover-image {
    max-width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

@media screen and (max-width: 768px) {
    .eb-map-direction-wrapper {
        width: 100%;
        position: relative;
    }
    .eb-map-column, .eb-map-column.eb-map-column-40 {
        width: 100%;
        padding-right: 0;
    }
    .eb-map-direction-button {
        margin-bottom: 0;
    }
}