/*
Theme Name: Townweb 2022 Child
Theme URI: https://townweb.com
Author: Layered
Author URI: https://layered.studio
Description: Super template for Towns 2022 Child theme
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: townweb
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
Template: tw2022

Super template for TownWeb clients. Everything is customisable!

*/
section#tw-faq .tw-faq-wrapper.tw-faq-wrapper-middle{
	box-shadow:0px 1px 5px var(--secondary-color) !important;
}
.tw-primary-dark{
	color:var(--secondary-color);
}
header#header #bottom::after{
	z-index:0!important;
}
.navbar-toggler{
	display:none;
}
.wrapper{
	margin-top:20px;
}
.fa-2x{
	color:var(--secondary-color);
}
.mt-4{
	line-height:1.75rem;
}

.py-3{
	padding:0rem!important
}
div#tw-department aside.tw-accordion-menu li{
	line-height:1.5rem;
}
a.link-item:hover{
	/*background-color:var(--secondary-color);*/
	font-weight:bolder;
	text-decoration:underline!important;
}
.entry-meta{
	display:none;
}
footer#footer a.navbar-brand img{
	width:75%!important;
}

/*departments*/
div#tw-department div.tw-department-featured-image{
	height:360px!important;
	background-position:bottom!important;
	/*background-attachment:scroll!important;*/
}
div#tw-department article p{
	color:#000;
}
div#tw-department aside #tw-latest-news{
	background-color:white;
}

/*HP Department*/
section#tw-department-grid article{
	background-color:#fff;
}

.map-responsive {
    left:0;
    top:0;
    height:100%;
    width:100%;
   position:relative;
	overflow:hidden;
}
section#tw-events h3.tw-events-title {
	display:none;
}
#tw-events-section-events-wrapper{
	display: none;
}
.text-center a{
	display: none;
}
.py-5{
	margin-bottom:-5px!important;
}
.tw-calendar-shortcode .tw-calendar-table-body.tw-calendar-table-body-simple td div.tw-calendar-day.tw-calendar-has-events-date:not(.tw-calendar-day-active) span:first-child{
	background:#C49A6B;
}
p.alert.tw-secondary.tw-bg-primary.d-flex.align-items-center{
	background:#C49A6B!important;
}