/* COMMUNITY_CSS_BUDGET_BLINDS */

:root {
	--calendar-header-bg-color: #365071;
}

.custom-event-calendar-body .calendarHeader .slds-page-header {
	background-color: var(--calendar-header-bg-color);
	color: #fff;
}

.custom-event-calendar-body .new-event-button {
	display: none;
}


/* HOME PAGE */

div.footer-links {
	flex-direction: row;
	align-items: flex-start;

}

div.footer-contact-us-container {
	margin-left: auto;
	margin-right: 100px;

}

div.footer-contact-us-container h4 {
	font-weight: normal !important;
	font-size: 11px !important;
	margin-bottom: 5px;
}

.footer-contact-phone {
	font-weight: normal;
}


@media only screen and (max-width: 420px) {

	div.footer-links {
		flex-direction: column;
		align-items:center;
	}

	div.footer-links > :not(:first-child) {
		margin-left: unset;
		margin-right: unset;
		margin-top: 30px;

		text-align: center;
		align-self: stretch;
	}

}

/* END HOME PAGE */