h1 {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
}

#views-exposed-form-ricerca-su-mappa-page-mapsearch > div.form-group.js-form-item.form-item.js-form-type-textarea.form-item-field-geo-polygon-filter.js-form-item-field-geo-polygon-filter {

	display: none !important;
}


.it-header-center-wrapper {
	background-color: #bebebe !important;
	color: #3a3a3a !important;
}

.it-brand-title {
	color: #3a3a3a !important;
	font-weight: bold;
}

header > div.it-nav-wrapper > div.it-header-center-wrapper > div > div > div > div > div.it-brand-wrapper > a > img {
	width: auto !important;
	height: 45px !important;
}

header > div.it-header-slim-wrapper {
	background-color: #3a3a3a !important;
}

header > div.it-header-slim-wrapper > div > div > div > div > div > a {
	background-color: #7f4048 !important;
}

header > div.it-header-slim-wrapper > div > div > div > div > div > a > span.rounded-icon > svg {
	fill: #7f4048 !important;
}

#footer > div.it-footer-main > div > section:nth-child(1) > div > div > div > a > img {
	width: 99px !important;
	height: auto !important;
}

#footer > div.it-footer-main {
	background-color: #bebebe !important;
	color: #3a3a3a !important;
}

.btn-primary {
	background-color: #3a3a3a !important;
}

#page-user-login > header > div > div > div > div > div > div > div > a > img {
	width: 165px !important;
	height: 45px !important;
}

.bg-primary {
	background-color: #bebebe !important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border-bottom-color: #7f4048 !important;
    color: #7f4048 !important;
    cursor: inherit;
}

.nav:hover {
	color: #7f4048 !important;
}

.field__label {
	font-size: 1.5rem !important;
	font-weight: bold !important;
}

.node__content {
	margin-bottom: 5rem !important;
}

.table-dark {
	--bs-table-bg: #3a3a3a !important;
}

.marker-Progetto {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;	
	
	background-color: #8E1831;
	border-radius: 100rem;
}

.marker-Progetto > a {
	color: white !important;
}

.marker-Geolocalizzazione {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	background-color: green;
	border-radius: 100rem;
}

.marker-Geolocalizzazione > a {
	color: white !important;
}

div.select-wrapper {
	margin-top: 3rem !important;
}

#edit-field-geo-polygon-filter {
	display: none !important;
}


.view-display-id-attachment_1 > header:nth-child(1) {
	font-weight: bold;
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 1.5rem;
}

#it-main-content {
	margin-bottom: 20px;
}

.form-required{
	margin-bottom: 25px;
	margin-right: 20px;
}

.fieldset-legend{
	font-size: 28px;
}

.form-wrapper {
	margin-bottom: 30px;
}

.form-required:after {
    content:" *";
    color: red;
}

.form-check:after {
    content:" *";
    color: red;
}

.border{
	margin-left: 20px;
}

.js-form-item {
	margin-bottom: 30px;
}

.form-submit {
	background: lightgrey;
}