/* -------------------- Hero with just an image and card under hero ---------------------- */
.cw-under-hero {
	position: relative;
	padding-top: 20px;
	padding-bottom: 60px;
}

.cw-under-hero .cw-card-block {
	padding: 20px;
	background-color: var(--color-theme-background);
	color: var(--color-theme-text);
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
}

@media (min-width: 440px) {
	.cw-under-hero .cw-card-block {
		padding: 40px;
	}
}

.cw-img-hero .container {
	padding: 0;
	max-width: 1600px;
}


@media (min-width: 1600px) {
	.cw-img-hero {
		background: green;
		background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("https://apihoard.webit.com/api/v1/Image/F34AF84B4ED94ED8D6DE65E324E4C9FE/F34AF84B4ED94ED8D6DE65E324E4C9FE.jpg?size=1920x1440");
		background-position: center;
		background-size: cover;
		background-attachment: fixed;
		background-repeat: no-repeat;
	}
}

.st0 {
	opacity: 0.5;
	fill: #111;
}


/*-- Home --*/
.page-home .list {
	background: url(https://apihoard.webit.com/api/v1/Image/A9672BF2B60046537A5D04B7A8D5FAA7/A9672BF2B60046537A5D04B7A8D5FAA7.jpg?size=1920x1440) no-repeat center;
	background-size: cover;
}

.page-home .list .list-img-wrap {
	margin-bottom: 0
}

.page-home .list .list-text-title {
	background: var(--color-theme-secondary);
	padding: 0.35rem 0.25rem 0.55rem;
	color: white;
}

/* Sweep To Top */
.list-img-wrap {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.list-img-wrap:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--color-theme-secondary);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.list-img-wrap:hover:before,
.list-img-wrap:focus:before,
.list-img-wrap:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

a.list-img-link:hover .list-img-wrap .list-img-photo {
	-webkit-transform: scale(.97, .97) translate3d(0, 0, 0);
	transform: scale(.97, .97) translate3d(0, 0, 0);
}

/* Banner Home Page */
.cw-banner {
	border-bottom: 4px solid var(--color-theme-primary);
	;
}

/* About Us */
@media(min-width: 992px) {
	.page-home .textwithimage-text h2 {
		background: #F1F1F1;
		position: relative;
		padding: 0 0 0 28px;
		width: 55%;
	}

	.page-home .textwithimage-text p {
		text-align: justify;
		background: #F1F1F1;
		position: relative;
		width: 110%;
		padding: 11px;
	}

	.page-home .textwithimage-text::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 90%;
		border: 5px solid;
		border-image: linear-gradient(to right, #1C66BE, #A5BA20) 1;
		top: 5%;
		left: -1%;
	}
}




/* Footer CTA Button */
.webit__footer-cta {
	position: fixed;
	z-index: 1;
	bottom: 15px;
	right: 15px;
	z-index: 1000000;
}

#webit__footer-btn {
	width: 65px;
	cursor: pointer;
}

#webit__footer-btn svg circle {
	fill: var(--color-theme-primary);
}

.webit__footer-icons {
	height: 55px;
	width: 55px;
	margin: auto;
	font-size: 13px;
	line-height: 1em;
	border-radius: 50%;
	background: #D6A049;
	color: #fff !important;
	-webkit-box-shadow: 4px 5px 13px -9px black;
	box-shadow: 4px 5px 13px -9px black;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 0.5s;
	-webkit-transition: all 0.5s cubic-bezier(0.75, -0.5, 0, 1.75);
	transition: all 0.5s cubic-bezier(0.75, -0.5, 0, 1.75);
}

.webit__footer-cta-ani {
	position: relative;
	opacity: 1;
	pointer-events: all;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.webit__footer-btn-line {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

line.webit__footer-btn-line-active {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

/*-- Global --*/
.header-info .header-business-phone {
	font-size: 2em !important;
	font-weight: 600;
	color: var(--color-theme-primary);
}

.page-home .wb__footer {
	background: #071548;
	height: 130px;
}

section:not(.page-home) .wb__footer {
	background: white;
	height: 130px;
}

i.fa.fa-google-plus:before {
	content: url('https://apihoard.webit.com/api/v1/Image/FD5AD35F4AF1818DBE57C861A7A57A7D/FD5AD35F4AF1818DBE57C861A7A57A7D.png?size=Original');
}

/* Referral page */
.page-referral-program .title h1 {
	text-transform: uppercase;
	text-align: center;
}

/*Weather animation*/
.wb__weather-img-box {
	overflow: hidden;
	height: 80px;
	width: 100px;
	border: 1px solid rgba(150, 150, 150, 0.5);
}

.wb__weather-img-box img {
	transform-origin: center center;
	margin-left: -100px;
	animation: wheel-spin 30s linear infinite;
}

@keyframes wheel-spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

/* TESTIMONIALS */
.testimonial {
	margin: 0 20px 40px;
}

.testimonial .testimonial-content {
	padding: 35px 25px 35px 50px;
	margin-bottom: 25px;
	background: #f3f3f3;
	border: 1px solid #d0d0d0;
	position: relative;
}

.testimonial .testimonial-content:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #f3f3f3;
	position: absolute;
	bottom: -10px;
	left: 22px;
	transform: rotate(45deg);
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}

.testimonial-content .testimonial-icon {
	width: 50px;
	height: 45px;
	background: #6f6f6f;
	text-align: center;
	font-size: 22px;
	color: #fff;
	line-height: 42px;
	position: absolute;
	top: 37px;
	left: -19px;
}

.testimonial-content .testimonial-icon:before {
	content: "";
	border-bottom: 16px solid #555;
	border-left: 18px solid transparent;
	position: absolute;
	top: -16px;
	left: 1px;
}

.testimonial .description {
	font-size: 15px;
	font-style: italic;
	color: #6f6f6f;
	line-height: 23px;
	margin: 0;
}

.testimonial-title {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #525252;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin: 0 0 5px 0;
}

.testimonial .post {
	display: block;
	font-size: 14px;
	color: #FBCD22;
}

@media screen and (max-width: 767px) {
	.wb__box {
		height: 125px;
		width: 125px;
		background: rgba(255, 255, 255, 0.45);
		position: absolute;
		transform: rotate(45deg);
	}

	.wb__box:after {
		content: '';
		height: 175px;
		width: 175px;
		border: 10px solid rgba(255, 255, 255, 0.25);
		position: absolute;
		top: -25px;
		left: -25px;
		right: -25px;
		bottom: -25px;
	}

	h1.grand-scantitle {
		padding-top: 5em;
		margin: auto;
		font-size: .6em;
		max-width: 250px;
	}

	span.wb__click-here {
		color: #1E227D;
	}

	span.wb__hero-text {
		text-transform: uppercase;
		text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	}

	img.wb__weed {
		margin-top: -25px;
		max-width: 150px;
	}
}

@media (min-width: 768px) {
	.wb__box:after {
		content: '';
		height: 450px;
		width: 450px;
		border: 10px solid rgba(255, 255, 255, 0.25);
		position: absolute;
		top: -25px;
		left: -25px;
		right: -25px;
		bottom: -25px;
	}

	.wb__box {
		height: 400px;
		width: 400px;
		background: rgba(255, 255, 255, 0.45);
		position: absolute;
		transform: rotate(45deg);
		left: 50%;
		margin-left: -200px;
	}

	h1.grand-scantitle {
		padding-top: 2.7em;
		max-width: 400px;
		margin: auto;
	}

	span.wb__click-here {
		color: #1E227D;
		font-size: 1em;
	}

	span.wb__hero-text {
		text-transform: uppercase;
		font-size: 1.15em;
		text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	}

	img.wb__weed {
		margin-top: -25px;
		max-width: 200px;
	}
}

/* CHECK LIST TOP OF INTERNAL PAGES */
.cw-checklist li {
	display: inline-block;
	padding: .5rem;
}

.cw-checklist li:before {
	content: "\f046";
	font-family: FontAwesome;
	margin-right: .5rem;
	color: var(--color-theme-highlight);
}

/* Homepage Modal */
.cw-modal-fall .modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 52px;
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
}

.page-home .cw-modal-fall .modal {
	top: 52px;
}

.cw-modal-fall .modal-content {
	margin: 10% auto;
	width: 80%;
	padding: 10px 30px 30px 30px;
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
	animation-name: modalopen;
	animation-duration: 1s;
	background: #1a237eb8;
	border: 4px solid #fff;
}

@media (min-width: 991px) {
	.cw-modal-fall .modal-content {
		margin: 10% auto;
		width: 40%;
		padding: 10px 30px 30px 30px;
		box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
		animation-name: modalopen;
		animation-duration: 1s;
		background-image: linear-gradient(45deg, rgba(25, 25, 25, .8), rgba(25, 25, 25, .1)), url(https://apihoard.webit.com/api/v1/Image/F4059E6BC4194A333BEB7B85746D852A/F4059E6BC4194A333BEB7B85746D852A.jpg?size=1920x1440);
		background-size: cover;
		border: 4px solid #fff;
	}
}

.cw-modal-fall .modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 !important;
	border-bottom: none !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.cw-modal-fall .modal-body {
	padding: 10px 20px;
	background: #fff;
}

.cw-modal-fall .close {
	font-size: 30px;
}

.cw-modal-fall .close:hover,
.cw-modal-fall .close:focus {
	text-decoration: none;
	cursor: pointer;
}

@keyframes modalopen {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.wb__footer img {
	padding-top: 2em;
}

@media(min-width: 568px) {
	.wb__footer img {
		max-width: 350px;
	}
}

.cw-estimate {
	color: #d2e462;
}