@import url("https://use.typekit.net/bzp3zcq.css");

.btn {
    border-radius: 8px;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 500;
	font-style: normal;
}

.header a, .header span, .footer a, .footer span {
    font-weight: 600;
}

.border-primary {
	border-color: #193446 !important;
}

a.text-primary:focus,
a.text-primary:hover {
	color: #254961 !important;
}

/*  HEADER ===========================================================  */

.cw-header-info img {
	max-height: 160px;
}

.cw-header-info .btn-lg {
	border-radius: 5px;
}

.cw-header-info h2 {
	font-size: 1em;
}

.cw-header-info .cw-header-business h3 span {
	font-size: 1.35em;
}

.cw-header-business h3 {
	font-size: 1em;
	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 ===========================================================  */

/* Hero ===  */

#webit__hero {
	position: relative;
	min-height: 500px;
	padding: 3em 0;
	display: flex;
	align-items: center;
}

#webit__hero h1, #webit__hero h2 {
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}

@media screen and (min-width: 992px) {
	#webit__hero {
		height: 700px;
	}
}

.bg-transparent {
	background: linear-gradient(rgb(93 93 93 / 30%), rgb(64 64 64 / 65%));
}

@media screen and (min-width: 768px) {
	#hero-divider {
		position: absolute;
		bottom: -1px;
		left: 0;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		fill: #FFF;
		height: 50px;
	}
}

@media screen and (min-width: 992px) {
	#hero-divider {
		height: 100px;
	}
}

.page-home .title {
	padding-top: .25em;
	padding-bottom: .25em;
}

.page-home .list {
	padding-top: 1em;
}


/* 24 Hour Service Banner ===  */

.cw-24HourServices {
	margin-left: auto;
	margin-right: auto;
	background: #696969;
	font-size: 22px;
	text-transform: uppercase;
}

.cw-24HourServices a {
    color: #ffffff;
}

.cw-24HourServices a:hover {
	color: #0f0f0f;
}

.cw-middleBox {
	background: #222222;
	color: #ffffff !important;
	position: relative;
	overflow: hidden;
}

.cw-middleBox a:link,
.cw-middleBox a:active,
.cw-middleBox a:visited {
	color: #fff;
}

.cw-middleBox a:hover {
	color: var(--color-theme-primary) !important;
}

.page-home .text-container .btn:before {
    background-color: #0f0f0f !important;
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.cw-middleBox {
		-webkit-transform: skew(-20deg);
		-moz-transform: skew(-20deg);
		-o-transform: skew(-20deg);
		transform: skew(-20deg);
	}

	.cw-middleBox a {
		-webkit-transform: skew(20deg);
		-moz-transform: skew(20deg);
		-o-transform: skew(20deg);
		transform: skew(20deg);
	}
}

/* Lazy Image Before and After element ===  */

/* Made this only show up 576px and up and used a calculation so that it doesn't go outside the bounds of the website. It's based on the assumption that it's inside a .container */
@media (min-width: 576px) {
	.page-home .textwithimage .lazy-image {
	 position: relative;
	 z-index: 1;
	 overflow: unset;
	}
   
	.page-home .textwithimage .lazy-image::after {
	 content: url(https://apihoard.webit.com/api/v1/Image/244F710B53E727FF46F79D796F4D7341/244F710B53E727FF46F79D796F4D7341.png?size=Original);
	 position: absolute;
	 top: -40px;
	 /* right: -40px; */
	 /* clamp chooses the value that is at minimum the first number and at max the last number, and otherwise it uses the one in the middle */
	 right: clamp(-40px, calc(-1 * (100vw - var(--cw-container-width)) / 2), 0px);
	 z-index: -1;
	}
   
	.page-about-us .textwithimage .lazy-image::after {
	 content: url(https://apihoard.webit.com/api/v1/Image/244F710B53E727FF46F79D796F4D7341/244F710B53E727FF46F79D796F4D7341.png?size=Original);
	 position: absolute;
	 top: -40px;
	 /* right: -40px; */
	 right: clamp(-40px, calc(-1 * (100vw - var(--cw-container-width)) / 2), 0px);
	 z-index: -1;
	}
   
	:root {
	 --cw-container-width: 680px;
	}
   }

@media (min-width: 768px) {
	:root {
		--cw-container-width: 720px;
	}
}

@media (min-width: 930px) {
	:root {
		--cw-container-width: 800px;
	}
}

@media (min-width: 992px) {
	:root {
		--cw-container-width: 960px;
	}
}

@media (min-width: 1200px) {
	:root {
		--cw-container-width: 1140px;
	}
}

/* Form Styling */

.form-wrap {
	border-radius: 25px;
	border-left: 5px solid var(--color-theme-text);
	border-right: 5px solid var(--color-theme-text);
	padding: 9px;
}


/* Owl Carousel Testimonials ===  */

.owl-carousel .card {
	box-shadow: 0px 0px 0px 2px #193446;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	background: 0 0;
	color: var(--color-theme-highlight) !important;
	border: none;
	padding: 5px 20px !important;
	font: inherit;
	font-size: 50px !important;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
	color: var(--color-theme-secondary) !important;
	background-color: transparent !important;
}

.owl-carousel .card {
	margin: 5px;
}

.owl-dots {
	display: none;
}

button:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline-width: 0;
}

.item {
	display: none;
}

.next {
	display: block !important;
	position: relative;
	transform: scale(0.8);
	transition-duration: 0.3s;
	opacity: 0.6;
}

.prev {
	display: block !important;
	position: relative;
	transform: scale(0.8);
	transition-duration: 0.3s;
	opacity: 0.6;
}

.item.show {
	display: block;
	transition-duration: 0.4s;
}

.owl-carousel .fa-star {
	color: var(--color-theme-highlight);
}

.owl-carousel h6 {
	color: var(--color-theme-primary);
	text-transform: uppercase;
	font-weight: 700;
}

@media screen and (max-width: 999px) {

	.next,
	.prev {
		transform: scale(1);
		opacity: 1;
	}

	.item {
		display: block !important;
	}
}


/* Figure Cards on 24/7 Services Page ===  */


.cw-figureCards {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	color: #ffffff;
	float: left;
	font-size: 16px;
	margin: 10px 1%;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 100%;
}

.cw-figureCards * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	width: 100%;
}

.cw-figureCards img {
	max-width: 100%;
	vertical-align: top;
	position: relative;
}

.cw-figureCards figcaption {
	padding: 25px 20px 25px;
	position: absolute;
	bottom: 0;
	z-index: 1;
}

.cw-figureCards figcaption:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #02131D;
	content: '';
	background: -moz-linear-gradient(90deg, #02131D 0%, #405D70 100%, #405D70 100%);
	background: -webkit-linear-gradient(90deg, #02131D 0%, #405D70 100%, #405D70 100%);
	background: linear-gradient(90deg, #02131D 0%, #405D70 100%, #405D70 100%);
	opacity: 0.8;
	z-index: -1;
}

.cw-figureCards img.cw-icon {
	position: absolute;
	right: 15px;
	text-align: center;
	text-transform: uppercase;
	top: -25px;
	width: initial;
}

.cw-figureCards .date span {
	display: block;
	line-height: 14px;
}

.cw-figureCards .date .month {
	font-size: 11px;
}

.cw-figureCards h3,
.cw-figureCards p {
	margin: 0;
	padding: 0;
}

.cw-figureCards h3 {
	display: inline-block;
	font-weight: 700;
	letter-spacing: -0.4px;
	margin-bottom: 5px;
}

.cw-figureCards p {
	font-size: 0.8em;
	line-height: 1.6em;
	margin-bottom: 0px;
}

.cw-figureCards a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}

.cw-figureCards:hover img,
.cw-figureCards.hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


/* 24/7 Services Page STEPS ===  */

/*removes original number*/

.cw-steps ol {
	counter-reset: item;
	list-style-type: none;
	padding-left: 11px;
}

.cw-steps ol li {
	display: block;
}

.cw-steps ol li:before {
	content: counter(item)".";
	counter-increment: item;
}

/*large-number font*/
.cw-steps ol li:before {
	position: absolute;
	margin-left: -75px;
	margin-top: 25px;
	font-style: italic;
	font-weight: bolder;
	font-size: 5em;
	color: #ccc;
}

/*Heading font*/
.cw-steps ol li {
	/* font: 2.5em; */
	font-weight: bold;
	line-height: 1.5em;
	padding-left: 60px;
	color: var(--color-theme-primary);
	position: relative;
}

/*paragraph font*/
.cw-steps li p {
	/* font: 14px Open Sans, sans-serif; */
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #555;
}


/*generic alignment*/
.cw-steps ol li {
	text-indent: 0 !important;
	list-style-position: outside;
	list-style-type: number;
	padding-bottom: 30px;
}


@media (min-width: 992px) {
	.cw-steps ol {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
}

