.accordion {
	margin: 0.5rem auto;
}

.accordion-item {
	border-radius: 0 !important;
}

.accordion-button {
	border-radius: 0 !important;
	color: #fff;
	background-color: var(--lpcred);
	font-weight: bold;
	line-height: 1.45rem;
}

.accordion-button::after {
	color: #fff;
	font-family: "Font Awesome 6 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 1.35em;
	background-image: none !important;
}

.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: var(--lpcgray);
}

a.btn-orange {
    background: var(--lpcred);
    color: #fff;
    padding: 8px 10px 5px;
    transition:0.5s ease;
	border:1px solid var(--lpcred);
    min-width: 150px;
	font-size: 1.0em;
    display: inline-block;
	text-decoration:none;
}
a.btn-orange:hover,a.btn-orange:focus{
    background:transparent;
    border:1px solid var(--lpcred);
    color: var(--lpcred);
    text-decoration:none;
}

.open-hours-table {
	margin: 1.25em auto;
}

.open-hours-table > p {
	font-weight: bold;
}

.open-hours-table > div {
	display: flex;
	justify-content: space-between;
}

.open-hours-table > div > div:nth-child(1) {
	font-weight: bold;
}

.open-hours-table > div > div:nth-child(2) {
	
}

.please-contact {
	font-size: 1.25em;
	font-weight: bold;
}

.social {
	margin-right: .25rem;
}

.social.facebook {
	background-color: #3b5998;
	color: #fefefe;
}

.social.facebook:hover, .social.facebook:focus {
	background-color: #2f477a;
	color: #fefefe;
}

.social.twitter {
	background-color: #55acee;
	color: #fefefe;
}

.social.twitter:hover, .social.twitter:focus {
	background-color: #1a8fe8;
	color: #fefefe;
}

.social.linkedin {
	background-color: #007bb5;
	color: #fefefe;
}

.social.linkedin:hover, .social.linkedin:focus {
	background-color: #006291;
	color: #fefefe;
}

.social.youtube {
	background-color: #bb0000;
	color: #fefefe;
}

.social.youtube:hover, .social.youtube:focus {
	background-color: #960000;
	color: #fefefe;
}

.social.instagram {
	background-color: #125688;
	color: #fefefe;
}

.social.instagram:hover, .social.instagram:focus {
	background-color: #0e456d;
	color: #fefefe;
}

.social > .fa {
	color: #fefefe;
	margin-right: .25rem;
}

.button {
	display: inline-block;
	vertical-align: middle;
	padding: 0.85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 0;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	font-size: 1.45rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #1779ba;
	color: #fefefe;
	text-decoration: none;
	width: 100%;
}

.button:hover, .button:active {
	text-decoration: none !important;
}

[data-whatinput='mouse'] .button {
	outline: 0;
}

@media only screen and (max-width: 1199px) {
	.open-hours-table > div {
		flex-direction: column;
	}
}

@media only screen and (min-width: 1200px) {
	.open-hours-table > div {
		flex-direction: row;
	}
}