:root {
	--color-primary: #e94e1b;
	--color-secondary: #3a3a3a;
}

.color--primary {
	color: var(--color-primary);
}

body {
	line-height: 1.4;
}

.new-header .dropdown-item {
	padding: 1.05rem 1.5rem;
	background: #fff;
}

.new-header .dropdown-menu a:hover {
	background: #fff;
}

.business-content {
	background: #fff;
}

.banner {
	background: url("../img/boost-header.jpg") no-repeat center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	padding: 4rem 0 7rem;
}

.business-logo {
	max-width: 653px;
	width: 100%;
	height: auto;
	padding: 1.4rem;
}

.btn {
	border-radius: 30px;
	border-bottom-right-radius: 0px;
	position: relative;
	z-index: 1;
	padding: 0.81rem 2rem;
	text-transform: uppercase;
	color: #fff;
}

.btn-primary {
	background: var(--color-primary);
	border-color: var(--color-primary);
}

.btn-secondary {
	background: var(--color-secondary);
	border-color: var(--color-secondary);
	font-size: 1.15rem;
	font-weight: 700;
}

.business-card {
	margin-top: -3rem;
}

.business-card {
	border-radius: 30px;
	background: var(--color-primary);
	padding: 1.6rem;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.business-card__title {
	font-size: 2.18rem;
	text-transform: uppercase;
	border-bottom: 1px dashed #fff;
	padding: 0 1rem 1.2rem;
	flex: 1;
}

.business-card__date-wrapper {
	flex: 1;
	margin-bottom: 1.2rem;
}

.business-card__footer {
	flex: 1;
}

.business-card__date {
	font-size: 5.6rem;
	font-weight: 700;
	font-family: "Bryant Pro Bold Alternate", sans-serif;
	display: block;
}

.business-card__date small {
	font-size: 2.5rem;
}

.business-location {
	flex: 1;
	font-weight: 700;
	font-family: "Bryant Pro Bold Alternate", sans-serif;
}

.read-more {
	border: none;
	background: none;
	margin: 2rem 0;
}

.read-more img {
	width: 34px;
	height: auto;
	display: block;
}

.business-services {
	padding: 4rem 0;
}

.col-services {
	width: 20%;
	padding: 0 15px;
	display: flex;
}

.service {
	display: flex;
	flex-direction: column;
}

.service img {
	max-width: 150px;
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 1.2rem;
}

.row {
	margin: 0 -15px;
}

.service-title {
	font-size: 1.125rem;
	font-family: "Bryant Pro Bold Alternate", sans-serif;

	margin-bottom: 1.2rem;
}

.business-cta {
	text-align: center;
	padding-bottom: 4rem;
}

/* ==========================================================================
	FOOTER
========================================================================== */

.footer {
	background: #000;
	padding: 8rem 0;
	position: relative;
}

.footer .container {
	position: relative;
	z-index: 3;
}

.footer::after {
	content: "";
	background: url("../img/footer-bkg.svg") no-repeat scroll right center;
	background-size: auto 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.footer::before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 8px;
	z-index: 1;
	background: var(--color-primary);
}

.social-list li {
	margin-right: 0.6rem;
}

.social-list li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	background: var(--color-primary);
	border-radius: 50%;
}

.form-group label {
	color: #5b5b5b;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 0.8rem;
}

.form-control {
	background: #e0e5e9;
	height: auto;
	padding: 0.6rem 1.2rem;
	border-radius: 30px;
}

label.custom-control-label {
	text-transform: none;
}

.custom-control {
	padding-left: 2.5rem;
}

.custom-checkbox .custom-control-label::before,
.custom-control-label::after {
	border-radius: 50%;
	width: 1.6rem;
	height: 1.6rem;
	left: -2.5rem;
}

.custom-control-label::before {
	border: 1px solid var(--color-primary);
}

.custom-control-input:checked ~ .custom-control-label::before {
	background: var(--color-primary);
	border-color: var(--color-primary);
}

.modal-content {
	border-radius: 30px;
}

.modal-header {
	border: none;
}

.modal-content {
	padding: 1rem 2rem;
}

.plaque,
.event-date {
	font-weight: 700;
}

@media (max-width: 992px) {
	.new-header .navbar-expand-lg .navbar-collapse {
		margin: 0;
	}

	.new-header {
		padding: 1.2rem 0;
	}

	.business-card__title {
		font-size: 1.5rem;
	}

	.business-card__date {
		font-size: 2.6rem;
	}

	.business-card__date small {
		font-size: 1.2rem;
	}

	.col-services {
		width: 33.3333%;
		margin-bottom: 2rem;
	}

	.main-title {
		font-size: 1.9rem;
	}
}

@media (max-width: 778px) {
	.business-card {
		margin-bottom: 5rem;
	}

	.col-services {
		width: 100%;
	}
}
