/** Footer section */
.footer-section {
	padding: 75px 0 120px;
	background-color: #004258;
	color: white;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

.footer-pattern {
	background-image: url('/wp-content/themes/castlehill/assets/gem-white-outline.svg');
	opacity: 0.5;
	background-repeat: repeat;
	background-size: auto 60%;
	height: 72px;
	position: absolute;
	width: 100%;
}
.footer-pattern.bot {
	left: 0;
	bottom: 0;
}
.footer-box {
	padding: 0;
	width: 1300px;
	margin: 0 auto;
	max-width: 100%;
	box-sizing: border-box;
}

.footer-box a {
	color: inherit;
	text-decoration: underline;
}
.footer-box a:hover {
	color: #f9c03c;
}

.footer-section p {
	font-size: 1rem;
	line-height: 1.7em;
	text-align: left;
	margin: 0;
	padding: 0.3em 0;
}

.footer-section h3 {
	padding: 0;
	margin: 0.25em 0;
	text-align: left;
	font-weight: bold;
	font-size: 1.1rem;
	font-family: 'Scandia', sans-serif;
	text-wrap: nowrap;
}

ul.footer-list {
	list-style-type: none;
	font-size: 0.95rem;
	margin: 0 auto 1em;
	padding: 0 !important;
	text-align: left;
	line-height: 2.4em;
}
ul.footer-list li {
	padding: 0;
}

.footer-logo {
	margin-right: -25px;
}

.footer-box .columns {
	display: flex;
	gap: 40px;
	align-items: flex-start;
}

.footer-box .columns .col {
	flex: 1;
	padding: 0 2em;
}

.footer-box .columns .col:nth-child(2) {
	border-left: 1px solid #87a8b3;
	border-right: 1px solid #87a8b3;
	padding-left: 5em;
}

.footer-box .columns .col:first-child * {
	text-align: right;
}

.footer-box table.hours_table {
	margin: 0.5em 0 2em;
	width: 100%;
}

.footer-box table.hours_table td {
	padding: 0.4em 0;
	text-align: left;
}

@media (max-width: 900px) {
	.footer-list li,
	.footer-section p {
		font-size: 0.95rem !important;
	}

	.footer-box .columns {
		display: block;
		width: 100%;
	}

	.footer-box i.fab {
		font-size: 1.2rem !important;
	}

	.footer-box a.social-link {
		margin: 1em 0.3em;
	}

	.footer-section {
		padding-top: 25px;
	}
	.footer-section p {
		line-height: 2em;
	}

	.footer-logo {
		margin-right: 0;
		width: 240px;
	}

	.footer-box .columns .col {
		display: flex;
		padding: 2em 0;
	}

	.footer-box .columns .col:not(:first-child) {
		border-top: 1px solid #ffffff66;
		padding: 3em 0;
	}

	.footer-box .columns .col section {
		width: 100%;
	}

	.footer-box .columns *:not(td) {
		text-align: center !important;
	}

	.footer-box .columns .col:first-child p {
		text-align: left;
	}

	.footer-box .columns .col {
		text-align: center;
		border-left: none !important;
		border-right: none !important;
		padding-left: 0;
	}

	.footer-box .columns .col.reverse {
		flex-direction: column-reverse;
	}

	.footer-box table.hours_table {
		margin: 0.5em auto 2em !important;
		max-width: 400px;
	}
	.footer-box table.hours_table td {
		text-align: center;
	}
}
