.header .header-info-business a:hover {
	color: var(--color-theme-secondary) !important;
}

.cw-header-business h3 {
	font-size: 1em;
	padding: 0.3em 0.5em;
	margin-bottom: 0;
}

.cw-header-business p {
	font-size: 0.9em;
	padding: 0.2em 0.5em;
	line-height: 1.4em;
	margin-bottom: 0;
}

/* Home Page - Form */
.page-home .form {
	padding-top: 0;
}

/* NAV BAR */
.header .navbar .active>.nav-link {
	color: #ffffff !important;
}

.header .navbar .active>.nav-link:hover {
	color: rgba(255, 255, 255, .75) !important;
}

.header .navbar {
	border-style: solid;
	border-width: 1px 0;
	border-color: #cccccc;
}


.header .navbar .dropdown-item.active {
	color: #FFFFFF;
}

/* HOME PAGE CAROUSEL */
.home-slider {
	min-height: 450px;
}

@media (min-width: 576px) {
	.carousel-caption {
		background-color: rgba(255, 255, 255, .85);
		top: 50%;
		transform: translateY(-50%);
		bottom: auto;
		color: #565656;
	}

	.carousel-caption hr {
		width: 80%;
		border-top-color: #a9a9a9;
	}

	.carousel-caption a:link {
		margin-bottom: -56px;
	}
}

@media (min-width: 991px) {
	.home-slider {
		min-height: 800px;
	}
}

.slide-one {
	background: linear-gradient(rgba(3, 0, 0, 0.6), rgba(0, 0, 0, 0.33)), url("https://apihoard.webit.com/api/v1/Image/7F05A3EBA89471E38271BB60C9ECE470/7F05A3EBA89471E38271BB60C9ECE470.jpg?size=1920x1440");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 35% bottom;
}

.slide-two {
	background: linear-gradient(rgba(3, 0, 0, 0.6), rgba(0, 0, 0, 0.33)), url("https://apihoard.webit.com/api/v1/Image/CE97C2AC312EEE1B44976A069BF56FBB/CE97C2AC312EEE1B44976A069BF56FBB.jpg?size=1920x1440");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% bottom;
}

.slide-three {
	background: linear-gradient(rgba(3, 0, 0, 0.6), rgba(0, 0, 0, 0.33)), url("https://apihoard.webit.com/api/v1/Image/012AED8736409207361A2EB93693D867/012AED8736409207361A2EB93693D867.jpg?size=1920x1440");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 35% bottom;
}

@media (min-width: 1200px) {
	.carousel-caption {
		width: 50%;
		margin: 0 auto;
	}
}

/* Arrow Home Page */
.cw-arrowBG {
	background-color: #ffffff;
}

.cw-arrow {
	background: var(--color-theme-header);
	width: 100%;
	z-index: 99;
}

.cw-nopadding {
	padding: 0 !important;
}

.cw-arrow h5 {
	color: #FFFFFF;
	font-size: 1.25em;
	text-transform: uppercase;
	margin-bottom: 0 !important;
	font-weight: 400;
}

@media (min-width: 992px) {
	.cw-arrow {
		max-width: 50%;
		position: relative;
		margin-top: -28px;
		background: url(https://apihoard.webit.com/api/v1/Image/DFA6E787BD0C52280B40E058ECD311D7/DFA6E787BD0C52280B40E058ECD311D7.png?size=Original);
		background-size: cover;
		background-position: center;
	}
}

@media (min-width: 1200px) {
	.cw-arrow h5 {
		font-size: 1.75em;
	}

	.cw-arrow {
		margin-top: -33px;
	}
}

/* Home Page - About */
.cw-aboutUs h4,
.page-pickup-delivery h4,
.cw-services h4 {
	color: var(--color-theme-secondary);
	font-size: 1.5em;
	text-transform: uppercase;
	margin-bottom: 0 !important;
	font-weight: 400;
}

.cw-aboutUs h4 span,
.page-pickup-delivery h4 span,
.cw-services h4 span {
	font-weight: bold;
}

.page-home .textwithimage .lazy-image img,
.page-pickup-delivery .textwithimage .lazy-image img,
.page-about-us .textwithimage .lazy-image img,
.page-services .textwithimage .lazy-image img {
	transition: none 0s ease 0s;
	outline: 2px solid var(--color-theme-primary);
	outline-offset: -15px;
	border: 20px solid transparent;
	border-width: 25px 0px 0px 25px;
}

/* Home Page - Why Choose */
.cw-whyUs {
	padding-top: 75px;
	padding-bottom: 75px;
	background-color: #dddddd;
	position: relative;
}

.cw-whyUs h5 {
	color: var(--color-theme-primary);
	font-size: 1.5em;
	text-transform: uppercase;
	margin-bottom: 0 !important;
	font-weight: 400;
}

.cw-whyUs h5 span {
	font-weight: bold;
}

.cw-whyUs .cw-box {
	position: relative;
	line-height: 0;
	margin-bottom: 20px;
}

.cw-box::after {
	overflow: hidden;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
}

.cw-box:hover:after {
	background: rgba(211, 3, 3, 0.412);
}

.cw-whyUs .cw-box a:after,
.cw-box .cw-description .cw-subtitle,
.cw-box .cw-description .cw-line,
.cw-box .cw-description h6 {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.cw-box .cw-description {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	padding: 20px 15px 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cw-box .cw-description .cw-subtitle {
	background-color: var(--color-theme-primary);
	color: #ffffff;
	display: inline-block;
	position: relative;
	bottom: 0;
	line-height: normal;
	letter-spacing: 1px;
	padding: 4px 8px;
	text-transform: uppercase;
	margin-bottom: 15px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.cw-box .cw-description h6 {
	font-size: 1.65em;
	color: #ffffff;
}

.cw-box .cw-description a:link,
.cw-box .cw-description a:visited,
.cw-box .cw-description a:active {
	color: #ffffff;
}

.cw-box:hover .cw-description h6 {
	margin-bottom: 20px;
}

.cw-box:hover .cw-description .cw-line {
	width: 60%;
}

.cw-box .cw-description .cw-line {
	height: 1px;
	width: 0;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
	display: block;
}

@media (min-width: 768px) {
	.cw-box .cw-description h6 {
		font-size: 1em;
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.cw-box .cw-description h6 {
		font-size: 1.5em;
		margin-bottom: 0;
	}
}

/* INTERNAL SUBPAGES TITLE BACKGROUND */
section:not(.page-home) .title {
	position: relative;
	margin-bottom: 1em;
	padding: 4em 0;
	background: url(https://apihoard.webit.com/api/v1/Image/96326A5AAF63B39AD84A817940FA55F1/96326A5AAF63B39AD84A817940FA55F1.jpg?size=1920x1440) no-repeat center bottom;
	background-size: cover;
	text-align: center;
}

section:not(.page-home) .title:after {
	overflow: hidden;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
}

section:not(.page-home) .title-heading {
	position: relative;
	z-index: 2;
	color: #ffff;
	background: rgba(0, 0, 0, 0.40);
	padding: 20px;
	border: 1px solid #fff;
	outline: 2px solid #fff;
	outline-offset: 5px;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	section:not(.page-home) .title-heading {
		font-size: 3rem;
	}
}

/* INTERNAL SUBPAGE ARROW */
.cw-internalArrow {
	margin-bottom: 3em;
}

@media (min-width: 992px) {
	.cw-internalArrow {
		margin-top: -44px !important;
	}
}

@media (min-width: 1200px) {
	.cw-internalArrow {
		margin-top: -49px !important;
	}
}

/* SERVICE PAGE CHECK LIST */
.cw-roundedList {
	padding: 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.cw-roundedList li {
	position: relative;
	padding: .4em 1em .4em 2.5em;
	margin: 1em;
	background: #cccccc;
	color: #565656;
	font-weight: 700;
	text-decoration: none;
	border-radius: .3em;
	border: 1px solid #fff;
	outline: 2px solid #fff;
	outline-offset: 5px;
	transition: all .3s ease-out;
}

.cw-roundedList li i:hover {
	transform: rotate(360deg);
}

.cw-roundedList li i {
	color: #fff;
	position: absolute;
	left: -1.3em;
	top: -18%;
	background: var(--color-theme-primary);
	height: 3em;
	width: 3em;
	line-height: 2.5em;
	border: .3em solid #fff;
	outline: 2px solid #ccc;
	text-align: center;
	font-weight: bold;
	border-radius: 2em;
	transition: all .3s ease-out;
}

/* PICKUP AND DELIVERY PAGE */
.cw-steps {
	margin-top: 1em;
}

.cw-steps h6 {
	font-size: 1em;
	font-weight: 700;
	color: var(--color-theme-header);
	display: inline-flex;
}

.cw-steps h6 span {
	color: var(--color-theme-primary);
	font-size: 3em;
	margin-right: 0.25em;
	margin-top: -0.15em;
	font-weight: bolder;
}

.cw-steps hr {
	border-top-color: var(--color-theme-highlight) !important;
	border-top-width: 2px !important;
	margin-top: 0 !important;
}

.cw-border hr {
	border-top: 2px solid var(--color-theme-highlight);
	margin: 0;
}

/* LOCATIONS AND CONTACT PAGE */
.page-locations-contact .cw-googlemaps .col-md-6 {
	margin: 0;
	padding: 0;
}

.page-locations-contact .cw-googlemaps iframe {
	width: 100%;
	height: 200px;
	border: none;
}

/* MD: 768px & Up */
@media (min-width: 768px) {
	.page-locations-contact .cw-googlemaps>div>div>div:nth-child(1)>iframe {
		border-right: 10px solid;
		border-color: var(--color-theme-primary);
	}
}