/*
Theme Name: ProSubrental
Theme URI: https://prosubrental.local
Author: ProSubrental
Description: Custom theme converted from the ProSubrental HTML design, integrated section by section.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: prosubrental
*/

body {
	padding-top: 90px;
}

@media (min-width: 1024px) {
	body {
		padding-top: 166px;
	}
}

#siteHeader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 50;
}

#siteHeader .header-nav-link.active,
#siteHeader .current-menu-item > .header-nav-link,
#siteHeader .current_page_item > .header-nav-link {
	color: #fff;
}

#siteHeader .mobile-nav-link {
	display: block;
	padding: 12px 16px;
}

#siteHeader .mobile-nav-link.active,
#siteHeader .current-menu-item > .mobile-nav-link {
	color: #fff;
	background: rgba(255, 255, 255, 0.08);
}

/* Footer widgets */
.footer-widget-title {
	font-size: 18px;
	font-weight: 600;
	color: #fff !important;
	margin-bottom: 1.5rem;
}

.footer-widget ul,
.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-widget ul li,
.footer-menu li {
	margin-bottom: 1rem;
}

.footer-widget ul li:last-child,
.footer-menu li:last-child {
	margin-bottom: 0;
}

.footer-widget a:not(.footer-link) {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	transition: all 0.3s ease;
}

.footer-widget a:not(.footer-link):hover {
	color: #fff;
	padding-left: 6px;
}

.footer-widget p,
.footer-widget .textwidget {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	line-height: 1.7;
}

