<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   Mercantile Child
 Theme URI:    http://example.com/none
 Description:  Mercantile Child Theme
 Author:       Jakub Nesveda
 Author URI:   https://www.jakubnesveda.cz
 Template:     mercantile
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  mercantile-child
*/

body {
    font-family: Montserrat, sans-serif;
}

.top-header .top-map-link {
    margin-right: 10px;
}

.site-title {
    white-space: nowrap;
}

.image-slider-wrapper .slider-content,
.image-slider-wrapper .banner-title,
.inner-main-title .entry-title,
.inner-main-title .page-title {
    color: black;
}

.navbar {
    margin-bottom: 0 !important;
}

.single-thumb-full {
    display:none;
}

.entry-content ul {
    margin-left: 0;
}

.site-info {
    display: none;
}

.footer-bottom-wrapper .widget li {
    border: none;
    padding-top: 0;
}

.footer-bottom-wrapper {
    margin-bottom: 3em;
}

@media screen and ( max-width: 520px )  {
    .site-title {
        white-space: normal;
    }
}</pre></body></html>