<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: SSILocators
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site â€“ big or small. From huge corporate portals to studio or personal sites â€“ The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* Start - WP Store Locator */
.wpsl-search {
    background: none;
    color: #1f365c;
}

.wpsl-input label {
	width: 100px !important;
}

#wpsl-category {
    clear: none !important;
}

#wpsl-search-btn {
    color: #1f365c;
    background-color: goldenrod;
    background-image: -moz-linear-gradient(top,#ffb536,goldenrod);
    background-image: -ms-linear-gradient(top,#ffb536,goldenrod);
    background-image: -webkit-linear-gradient(top,#ffb536,goldenrod);
    background-image: -o-linear-gradient(top,#ffb536,goldenrod);
    background-image: linear-gradient(top,#ffb536,goldenrod);
}

#wpsl-search-wrap div label {
    font: normal 20px "Open Sans Condensed", Helvetica, Arial, Verdana, sans-serif;
}

.wpsl-listing-item {
    width: 48%;
    float: left;
    height: 250px;
}

.wpsl-directions {
    display: inline;
}

.wpsl-listing-info {
    float: left;
}

.wpsl-listing-info a {
    color: #1f365c;
}

.star-dealer {
    font-weight: bold;
}

.star-dealer i {
    color: #ffb536;
}
/* End - WP Store Locator */

/* Updates to the archive-product (category) page */
@media screen and (min-width: 990px) {
    .sidebar-right .wf-container-main {
        grid-template-areas: "content";
        grid-template-columns: none;
        -ms-grid-columns: none;
    }
}</pre></body></html>