/*-- Global --*/
h1,
h2 {
	text-transform: uppercase
}

.textwithimage-circle {
	padding-top: .5em
}

/*-- Header --*/
.header .nav-link {
	text-transform: uppercase;
	font-weight: 400 !important
}

.header .header-info-business a {
	font-size: 1.35rem
}

.header .header-info-business:before {
	font-size: 1.5rem
}

.header .header-business-phone:before {
	font-family: FontAwesome;
	content: "\f10b";
	padding-right: .25em;
	color: var(--color-theme-secondary) !important
}

.header .header-business-text:before {
	font-family: FontAwesome;
	content: "\f27b";
	padding-right: .25em;
	color: var(--color-theme-secondary) !important
}

.header .navbar .nav-link::before {
	border-width: 1px
}

/*-- Hero --*/
#hero {
	position: relative;
	padding: 7em 0;
}

#hero:after {
	overflow: hidden;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(16, 16, 16, .45)
}

#hero-divider {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2
}

.slogan {
	z-index: 2
}

.slogan h1 {
	font-size: 2rem;
	line-height: 1
}

.slogan h2 {
	font-size: 2.5rem;
	line-height: 1;
	font-family: lato, sans-serif
}

@media screen and (min-width: 768px) {
	#hero {
		padding: 11em 0;
	}

	.slogan h2 {
		font-size: 3.5rem
	}

	.cw-intro-text h3 {
		font-size: 2.5rem;
		line-height: 1
	}
}

/*-- Home --*/
.page-home .galleryslideshow {
	padding: 0 0 4em;
}

/*-- Subpage --*/
section:not(.page-home) .title {
	text-align: center
}

.cw-checklist li {
	display: inline-block;
	padding: .5em .75em;
}

.cw-checklist li:before {
	content: "✔";
	margin-right: .5em;
	font-weight: 700;
	color: var(--color-theme-secondary)
}

.cw-checklist strong {
	font-size: 1.2rem;
}

.page-services .detailedlist {
	padding: 0;
}

/* -- Carousel --*/
/* I don't see this changing anything on the current site (1/18/2022) so it was probably removed, and this should probably be removed as well  */
/* .carousel {
	max-width: 850px;
	margin: 0 auto 2em;
	padding: 2em 0 3em;
	border-top: 1px solid var(--color-theme-secondary);
}

.carousel .item {
	min-height: 340px;
	color: #999;
	text-align: center;
	overflow: hidden;
}

.carousel .img-box {
	width: 180px;
	height: 180px;
	margin: 0 auto;
	border-radius: 50%;
}

.carousel .img-box img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.carousel .testimonial {
	padding: 2em 1em 1em;
}

.carousel .overview {
	text-align: center;
	padding-bottom: 5px;
}

.carousel .overview strong {
	display: block;
	padding-bottom: 1rem;
	color: #333;
	font-size: .975rem;
	text-transform: uppercase;
}

.carousel .carousel-indicators {
	bottom: 15px;
}

.carousel-indicators li,
.carousel-indicators li.active {
	width: 11px;
	height: 11px;
	margin: 1px 5px;
	border-radius: 50%;
}

.carousel-indicators li {
	border: none;
	background: #e2e2e2;
	border-color: transparent;
}

.carousel-indicators li.active {
	background: #888;
} */

/* PRICING PAGES ======================================================  */

.menu-container h3 {
	text-align: center;
	padding: 1rem 0;
	background: #333333;
	color: white;
	font-weight: 400;
	margin-bottom: 1rem;
}

.wb__menudetails {
	position: relative;
	vertical-align: top;
	overflow-x: hidden;
	margin: 0 2%;
}

.wb__menudetails p {
	margin: 1rem 0 2rem;
	padding: 0;
}

/* .wb__menudetails p:before {
	float: left;
	width: 0;
	white-space: nowrap;
	content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
} */

.wb__menudetails span.left {
	overflow-x: hidden;
	padding: 0 2% 0 0;
	background: #000000;
	font-size: 1.125em;
}

.wb__menudetails span.right {
	float: right;
	background-color: #000000;
	padding: 0 0 0 1%;
	overflow-x: hidden;
	font-size: 1.125em;
}

.wb__menudetails span.descrip {
	display: block;
	margin-top: 2%;
}

.wb__menudetails img {
	margin: 0 0 2em 0;
}