/* Bullseye Locator Results -  CSS */
#closestDealers {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between;
}

.hold-dealer {
    flex: 1 1 calc(50% - 10px); /* Assuming 10px as the gap between columns */
    box-sizing: border-box;
    margin-bottom: 20px; /* Gap between rows */
}

.dealer-inner {
    display: flex;
    align-items: flex-start; /* Align items to the top */
}

.dealer-badge {
    width: 125px; /* Set fixed width for dealer badge */
    display: flex;
    align-items: center;
    justify-content: center;
}

.dealer-badge img {
    max-width: 100%; /* Ensure the image doesn't exceed the container's width */
    height: auto;
    margin-bottom: 10px; /* Gap between badge and content */
}

.dealer-content {
    flex: 1; /* Make dealer content take up the remaining space */
    text-align: center;
    padding-left: 10px; /* Optional: Add some spacing between badge and content */
}

/* Responsive styling for mobile */
@media (max-width: 768px) {
    .hold-dealer {
        flex: 1 1 100%;
        margin-bottom: 15px;
    }
}

ul#closestDealers {
}

.dealer-inner {
    font-size: 13px;
    color: #333;
}

.dealer-inner h3, .dealer-inner span {
    color: #333 !important;
}

.dealer-inner h3 {
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 5px 0;
    line-height: 1.3;
    color: #333;
}

.dealer-content h3 a {
    color: #000 !important;
}

.dealer-content h3 a:hover {
    color: #e82c2a;
}

.dealer-inner a.dealer-link {
    background: #e82c2a;
    color: #fff;
    display: block;
    font-weight: 800;
    margin-top: 8px;
    border: 1px solid #e82c2a;
    border-radius: 9px;
    padding: 5px 4px;
    font-size: 14px;
    text-decoration: unset;
}

.dealer-inner span  a.dealer-link:hover {
    color: #a00 !important;
    background: #fff;
    border: 1px solid #e82c2a;
}

ul#closestDealers li > div {
    background: #fff;
    padding: 8px;
    border: 1px solid #eee;
    border-radius: 14px;
}

ul#closestDealers {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    list-style-type: none;
}

ul#closestDealers li {
    padding: 7px;
}

.dealer-content a.dealer-link {
    text-align: center;
}

div#find-dealers-hold {
    display: none;
}

.dealer-content {
    text-align: left;
    padding-left: 25px;
    padding-top: 12px;
}

.dealer-content a.dealer-link {
display: inline-block;
    padding: 6px 18px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    right: -3px;
    border-radius: 15px 0 15px 0;
    bottom: -3px;
    left: unset;
    background: #d22630;
    color: #fff;
    border: 1px solid;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);

}

.dealer-inner {
    position: relative;
}

.dealer-badge img {
    margin: 0;
}
a#find-dealers {
    cursor: pointer;
}

h3.bullseye-header {
    margin-bottom: 0;
    padding-left: 12px;
}

h3.bullseye-header span {
    font-family: franklin-gothic-urw, sans-serif;
    font-size: 14px;
    font-weight: 300;
    display: block;
}

@media (min-width: 769px) {
    .hold-dealer {
        max-width: calc(50% - 10px);
    }
}

	

a#view-dealer-map-no-location {
    background: #fff;
    border-radius: 8px;
    padding: 2px 12px;
    color: #444 !important;
    text-transform: uppercase;
    margin-right: 4px;
}

div#find-dealers-hold {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    margin-bottom: 18px;
}




div#quote-sent-success {
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    z-index: 5;
    border-radius: 14px;
    background: #4aaf4a;
    padding: 12px;
    text-align: center;
    font-size: 16px;
    box-shadow: inset 2px 3px 5px rgba(0,0,0,0.1);
}


a.dealer-link {
    cursor: pointer;
}



.dealer-icon-links {
    margin-top: 10px;
}

.dealer-icon-links a span {
    display: none !important;
}

.dealer-icon-links a i {
    color: #e82c2a  !important;
    font-size: 15px !important;
}

.dealer-icon-links a span {
    /* display: block !important; */
}

.dealer-icon-links a {
    display: inline-block;
    width: 30%;
    float: left;
    text-align: center;
    background: #eee;
    border-radius: 11px;
    margin-right: 3%;
    padding: 4px;
    font-weight: 200;
    font-size: 12px;
}

.dealer-icon-links a:hover span {
    display: block !important;
}

.dealer-icon-links a:hover {
    background: #e82c2a !important;
    opacity: 1 !important;
}

.dealer-icon-links a:hover i, .dealer-icon-links a:hover span {
    color: #fff !important;
}


div#bullseye-notice-heading a, div#bullseye-notice-heading h3 {
    color: #fff;
}

div#bullseye-notice-heading a {
    float: right;
}
div#bullseye-notice-heading {
	padding-right: 12px;
}


ul#closestDealers {
    width: 100%;
}

div#field_38_12, fieldset#field_38_13,div#field_65_12, fieldset#field_65_13, fieldset#field_66_13  {
    display: none;
}


html body div#gform_wrapper_38 input#gform_submit_button_38, html body div#gform_wrapper_65 input#gform_submit_button_65, html body div#gform_wrapper_66 input#gform_submit_button_66 {
    background: url(/wp-content/themes/sup19/assets/img/form-submit.png);
    background-position: 100% 100% !important;
    border: 0;
    width: 420px;
    height: 48px;
    line-height: 48px;
    padding: 0;
    max-width: 100%;
    font-weight: 600;
    margin-top: 12px !important;
	color: #333;
}

div#contactForm input, div#contactForm select {
    font-size: 18px !important;
}


html body div#gform_wrapper_38 input#gform_submit_button_38:hover, html body div#gform_wrapper_65 input#gform_submit_button_65:hover, html body div#gform_wrapper_66 input#gform_submit_button_66:hover {
    color: #d22630;
}


div#contactForm textarea#input_38_7, div#contactForm textarea#input_65_7, div#contactForm textarea#input_66_7 {
    color: #fff !important;
    background: transparent !important;
    border: 1px solid rgb(246 177 164);
}





div#dealersFloatingBottomRight {
    position: fixed;
    bottom: 0;
    right: 5px;
    background: #d22630;
    width: 335px;
    border-radius: 15px 15px 0 0;
    z-index: 344;
}

div#float-title {
    padding: 5px 12px;
    border-bottom:1px solid rgba(255,255,255,0.4)
}

div#float-title * {
    color: #fff;
}
div#float-title h4 {
    font-size: 13px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    line-height: 1;
}
div#float-title h4 i {
    float: right;
}



div#float-title {
    cursor: pointer;
}


div#quick-estimate-widget {
    display: none;
}

ul#closestDealers.floating {
    display: block;
    flex-direction: row;
    /* overflow-x: unset; */
    justify-content: unset;
    flex-wrap: wrap;
    height: 400px;
	max-height: 50vh;
    padding: 5px;
    width: 100% !important;
    max-width: 100%;
    overflow-x: hidden;

}

div#dealersFloatingBottomRight:hover ul#closestDealers.floating {
}

ul#closestDealers.floating li {
    flex: 1 !important;
    width: 100%;
    max-width: 100%;
    display: block !important;
}


div#dealersFloatingBottomRight .dealer-content {
    padding-bottom: 36px;
}