/*!
Theme Name: Townmap Theme by Incursa Designs
Theme URI: https://townmapmokopane.co.za/
Author: Incursa Designs
Author URI: https://incursa.co.za/
Description: Theme created for townmapmokopane.co.za
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: townmaptheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

TownmapTheme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/*
Color variables
*/

* {
	--bs-primary: #E88032;
	--bs-link-color: #E88032;
	--bs-link-hover-color: #9b4f14;
    --bs-primary-rgb: 232, 128, 50;
}

.btn-primary {
	--bs-btn-color: #fff;
    --bs-btn-bg: #E88032;
    --bs-btn-border-color: #E88032;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #9b4f14;
    --bs-btn-hover-border-color: #9b4f14;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #9b4f14;
    --bs-btn-active-border-color: #9b4f14;
    --bs-btn-active-shadow: inset 0 3px 5pxrgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #f0a46a;
    --bs-btn-disabled-border-color: #f0a46a;
}

.form-control:focus {
	box-shadow: 0 0 0 0.25rem rgb(232 129 50 / 25%);
}

.current_page_item .nav-link {
	color: var(--bs-navbar-active-color);
}

.navbar-brand img {
	width: 170px;
}

.listing-content .table tr td:first-child {
	padding-left: 0;
}

.listing-image {
	width: 200px;
}

.entry-header img {
	width: 100%;
    height: auto;
}

footer ul {
    display: flex;
    list-style: none;
    gap: 2rem;
}

@media screen and (max-width: 768px) {
    footer, footer ul {
        flex-direction: column;
        gap: 1.5rem;
        align-items: flex-start !important;
    }
    footer ul {
        padding-left: 0;
    }
}