/*
Theme Name: NetWise-V2 Child
Description: Child theme for NetWise-V2.
Author: fysalyaqoob
Author URI: https://fysalyaqoob.com
Template: NetWise-V2
Version: 1.0.0
Text Domain:  parishcouncil
*/

.page-template-default  h2 {
	margin-bottom: 1.5rem;
}

.page-template-default  h3 {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}

.block-col .nav-link {
	position: relative;
	padding-left: 1.5rem!important;
}

.block-col .nav-link svg {
	position: absolute;
	top: 0.65rem;
	left: 0;
}

.post-type-archive-lsvrnotice .entry-title {
	font-size: 32px;
}

.entry-content .nl-container img {
	margin-bottom: 24px;
}

@media (max-width: 991.98px) {
    .navbar {
        overflow: auto;
        max-height: 85vh;
        align-items: flex-start;
    }
}