
/*  */
.single-gd_place #distributors-sidebar {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.single-gd_place .geodir-page-title {
    font-family: 'Exo', sans-serif;
    font-weight:bold;
    margin:0;
}

.post-type-archive-gd_place main .uk-container,
.single-gd_place  main .uk-container {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
}

.post-type-archive-gd_place nav.uk-margin-medium-bottom,
.single-gd_place nav.uk-margin-medium-bottom {
    display: none;
}

.post-type-archive-gd_place h1.uk-article-title,
.single-gd_place h1.uk-article-title,
.single-gd_place .geodir_post_meta_title {
    display: none;
}

.post-type-archive-gd_place main#tm-main,
.single-gd_place main#tm-main {
    padding: 0;
}

.post-type-archive-gd_place main .uk-margin-medium,
.single-gd_place main .uk-margin-medium {
    margin: 0!important;
}

.post-type-archive-gd_place .wp-block-columns,
.single-gd_place .wp-block-columns {
    gap: 0;
    margin:0;
}

.post-type-archive-gd_place #distributors-sidebar,
.single-gd_place #distributors-sidebar {
    position:unset!important;
    max-height: 800px;
    overflow-y: scroll;
    scrollbar-color: #303030 black;
}

.post-type-archive-gd_place .card.h-100.p-0.m-0.mw-100{
    background: none;
    border: none;
    margin-top:1rem;
    padding-top:1rem;
    border-top: 1px solid rgb(255 255 255 / 10%)
}

.post-type-archive-gd_place a.gd-badge.btn.btn-link,
.single-gd_place a.gd-badge.btn.btn-link {
    padding: 0;
    text-decoration: none;
}

.single-gd_place .custom-address-wrapper {
    gap:0;
}

/*  */

#offcanvas-flip .gd-search-field-search-filters {
    display: none;
}
#offcanvas-flip h3 {
    margin: 1rem 0;
}
.dealer-contact input.ninja-forms-field[type="submit"] {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.dealer-location p,
.dealer-location h4 {
    margin: 0;
}

.dealer-location {
    margin-top:1rem;
    padding-top:1rem;
    border-top: 1px solid rgb(255 255 255 / 10%)
}
.dealer-location .btn {
    padding:0;
}
.autocomplete-container {
    position: absolute;
    z-index: 1000;
    width: 100%;
    background: black;
    max-height: 200px;
    overflow-y: scroll;
    scrollbar-color: #303030 black;
}
.suggestion-item {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #262626;
}
.suggestion-item:last-child {
    border-bottom: none;
}
.suggestion-item:hover {
    background-color: #262626;
}
#autocomplete-suggestions ul {
    margin:0;
    padding:0;
    list-style:none;
}
li.suggestion-item:focus {
    background: #262626!important;
}

/*  */

.geodir-listing-posts {
    max-width: 100%;
    margin: 0 auto!important
}
.geodir-entry-title a {
    font-weight:bold!important;
}

/*  */
.uk-button-default.active {
    background: #06013d;
    color: white;
    border-color: #06013d;
}
div#dealer-toggle button {
    color: white;
    border: none;
    padding: 0;
}
div#dealer-toggle button:hover {
    color: rgba(255,255,255,0.5);
    background:none;
}

#geodir_contact input#gform_submit_button_1 {
    width:100%;
    background:#06013d;
    border:2px solid transparent;
}
#geodir_contact input#gform_submit_button_1:hover {
    background:transparent;
    border:2px solid #06013d;
    color:#06013d;
}

#geodir_contact div#gform_fields_1 {
    gap:15px;
}