/************************************** Testimonials Design **********************************/
.wll-custom-testi-slider-inner {
	border:2px solid #0fb3f0;
	padding: 40px 20px;
	height: 100%;
}

.wll-testimonial-content::before {
	content:"";
	display:block;
	width:48px;
	height:48px;
	background:url('/wp-content/uploads/2020/04/blue-testi-quote.png') no-repeat center;
	margin: 0 auto 20px auto;
}

.wll-testimonial-content::after {
	content:"";
	display:block;
	width:169px;
	height:25px;
	background:no-repeat center url('/wp-content/uploads/2020/04/5-star.png');
	margin: 15px auto 20px auto;
}

.wll-testimonial-content p {
	font-size: 20px;
    color: #6e7077;
    font-family: 'Roboto', sans-serif;
	font-weight: 400
    line-height: 1.4;
    font-style: italic;
    text-align: center;
}

.wll-testimonial-info {
	text-align: center;
}

.wll-testimonial-info p.wll-testi-name {
	color: #373d4d;
    margin-bottom: 0px !important;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

.wll-testimonial-info p.wll-testi-location {
	color: #373d4d;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.wll-testimonials-slider {
	display:flex;
	flex-flow:row wrap;
}

.wll-custom-testi-slider {
	max-width:33.3%;
	flex:0 0 33.3%;
	padding:0 15px;
	margin-bottom: 30px;
}

.wll-testimonial-info > * {
	display:inline-block;
	vertical-align:middle;
	line-height: 1.3;
	text-align: left;
}

.wll-testi-first-letter {
	width: 77px;
	height: 77px;
	background: red;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	color: #fff;
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

.wll-testi-info-left {
	margin-right:15px;
}

.wll-testi-load-more-wrap {
	max-width:100%;
	flex:0 0 100%;
	text-align:center;
}

/************************************** Services Design **********************************/
.wll-services-wrap {
	display: flex;
	flex-flow: row wrap;
}

.wll-service-col {
	max-width: 33.3%;
	flex: 0 0 33.3%;
	padding: 20px;
}

.wll-service-col-img {
	min-height: 251px;
	background: no-repeat center #333;
	background-size: cover;
}

.wll-service-col-inner {
	display: flex;
	flex-flow: column wrap;
	height: 100%;
	background: no-repeat center #333 url('/wp-content/uploads/2020/03/bg-service-col.png');
	background-size: cover;
	border-radius: 5px;
}

.wll-service-col-title {
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: 0px 3px 1px rgba(0,0,0,0.44);
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

.wll-service-col-info {
	text-align: center;
	padding: 25px;
}

.wll-service-col-content {
	color: #f3dcea;
	font-size: 16px;
	margin-bottom: 0;
	margin: 0 0 20px;
	padding: 0;
	font-weight: 300;
	line-height: 1.5;
}

/************************************** Checklists Design **********************************/
.wll-checklist-tabs {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.wll-checklist-tab-btn {
	max-width: 100%;
	flex: 1;
	cursor: pointer;
	background: #00aeef;
	border-bottom: 1px solid #80d3f5 !important;
	font-size: 22px;
	color: #fff !important;
	text-align: center;
	padding: 10px;
	margin: 0 10px;
	text-decoration:none !important;
}

.wll-checklist-tab-btn:hover {
	background:#01b7fb !important;
}

.wll-checklist-tab-btn.active {
	background: #ffffff !important;
	color: #00aeef !important;
	border-bottom:1px solid #e7f3fd !important;
}

.wll-checklist-content {
	display: none;
}

.wll-checklist-content.active {
	display: block;
}

.wll-checklist-content-wrap {
	background: #fff;
	padding: 50px;
	margin: 0 10px;
	box-shadow: 0 10px 20px 10px #ebebeb;
}

.wll-checklist-content h3 {
	color: #13739a;
	text-transform: uppercase;
	text-align: center;
	margin: 20px 0px 30px 20px;
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	font-weight: bolder;
}

.wll-checklist-content h4 {
	color: #7a8795;
    text-transform: uppercase;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px;
	font-weight: bolder;
}

.wll-checklist-tab-col-wrap {
	display: flex;
	flex-flow: row wrap;
}

.wll-checklist-tab-col {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.wll-checklist-tab-col-inner ul {
	margin:0 !important;
}

.wll-checklist-tab-col-inner ul li {
	list-style-type: none;
	line-height: 1.3;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #72808f;
	position: relative;
	padding-left: 40px;
	margin-bottom: 15px;
	font-size: 16px;
	padding-top: 6px;
}

.wll-checklist-tab-col-inner ul li::before {
	content:"";
	background:url('/wp-content/uploads/2020/03/checklist-icon.png');
	width:30px;
	height:26px;
	display:block;
	position:absolute;
	left:0;
	top:3px;
}

.wll-checklist-tab-icon {
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}

.wll-checklist-tab-cta {
	max-width:100%;
	flex:0 0 100%;
	text-align:center;
}

/************************************** Yelp Design Slider **********************************/
.wll-yelp-slider-wrap .slick-prev:before, 
.wll-yelp-slider-wrap .slick-next:before {
	display:none;
}

.wll-yelp-slider-wrap .slick-arrow {
	background:no-repeat center #d22020;
	width:47px;
	height:47px;
	border-radius:50%;
	z-index:10;
	bottom: 46px;
	top: auto;
}

.wll-yelp-slider-wrap .slick-arrow:hover {
	background-color:#de2222;
} 

.wll-yelp-slider-wrap .slick-arrow.slick-prev {
	background-image:url('/wp-content/uploads/2020/04/yelp-left-arrow.png');
}

.wll-yelp-slider-wrap .slick-arrow.slick-next {
	background-image:url('/wp-content/uploads/2020/04/yelp-right-arrow.png');
}

.wll-yelp-slider {
	padding:0 13px;
	display:flex !important; 
	height:auto !important;
}

.wll-yelp-slider-inner {
	background: #f8f8f8;
    border-top: 10px solid #d22020;
    padding: 0 25px 25px 25px;
    border-radius: 5px;
    box-shadow: 0 15px 15px 0px #d6d6d6;
}

.wll-yelp-slider-inner::before {
	content:"";
	width:75px;
	height:29px;
	background:no-repeat center url('/wp-content/uploads/2020/04/yelp-img-2.png');
	display:block;
	margin: -10px auto 0 auto;
}

.wll-yelp-img {
	width:64px;
	height:64px;
	background:no-repeat #333 center;
	background-size:64px 64px;
	border-radius:50%;
	border:2px solid #d8d8d8;
	margin-right:10px;
}

.wll-yelp-header {
	display:flex;
	flex-flow:row wrap;
	margin-bottom: 5px;
	margin-top: 25px;
}

.wll-yelp-title {
	font-size:18px;
	font-family:'Roboto', sans-serif;
	font-weight: 700;
	color:#666666;
	margin-bottom: 2px;
}

.wll-yelp-date {
	font-size: 16px;
    font-family: 'Roboto', sans-serif;
	font-weight: 300;
    color: #666666;
}

.wll-yelp-stars {
	margin-bottom: 3px;
}

.wll-yelp-slider-wrap .slick-track {
	padding-bottom:25px;
	display:flex;
}

/************************************** WLL Pricing Quote **********************************/
.wll-pricing-quote-wrap {
	max-width: 765px;
    margin: 0 auto 40px;
    border-radius: 5px;
    box-shadow: 0 0px 20px 10px #e6e6e6;
    text-align: center;
    padding: 60px 30px;
}

.wll-pricing-quote-initial-val {
	font-size:45px;
}

.wll-pricing-quote-price {
	font-size: 147px;
    line-height: 1.1;
}

.wll-pricing-quote-price .wll-pricing-text-label {
	line-height:1;
	font-size:40px;
}

body .wll-pricing-quote-notice {
	margin-bottom:30px;
}

.wll-pricing-quote-initial-val {
	vertical-align:middle;
}

.wll-pricing-quote-title {
	margin-bottom:5px;
}

.wll-pricing-box {
	background: #373d4d;
	border-radius: 5px;
	max-width: 384px;
	margin: 0 auto 30px auto;
	padding-top: 20px;
	min-height: 214px;
}

.wll-pricing-text {
	font-size:20px;
	color:#fff;
	font-weight:700;
	font-family:'Poppins', sans-serif;
	background:#00aeef;
	border-radius:5px;
	max-width:112px;
	min-height:39px;
	display:flex;
	flex-flow:column;
	justify-content:center;
	align-items:center;
	margin-left:-14px;
	letter-spacing:1px;
	margin-bottom: 20px;
}

.wll-pricing-value {
	font-size:62px;
	font-family:'Roboto', sans-serif;
	font-weight: 500;
	color:#fff;
}

.wll-pricing-text-label {
	display:block;
}

.wll-pricing-special {
	font-size:20px;
	font-family:'Roboto', sans-serif;
	font-weight: 700;
	color:#373d4d;
	margin-bottom: 30px;
}

.wll-pricing-time {
	color:#00aeef;
}

.wll-promo-timer-wrap {
	color: #373d4d;
    font-family: 'Roboto', sans-serif;
	font-weight: 700;
    margin-bottom: 20px;
}

.wll-promo-timer {
	color:#00aeef;
	font-size:50px;
}

/* Pricing Quote 2 Design */
.wll-pricing-quote-wrap-2 {
	max-width:572px;
}

.wll-pricing-quote-wrap-2 .wll-pricing-quote-title {
	font-size:40px !important;
}

.wll-pricing-quote-wrap-2  .wll-pricing-text-label {
	font-weight:900;
	font-size:22px;
	color:#00aeef !important;
}

.wll-pricing-quote-wrap-2  .wll-pricing-quote-initial-val {
	font-size:35px !important;
}

.wll-pricing-quote-wrap-2 .wll-pricing-sep-1,
.wll-pricing-quote-wrap-2 .wll-pricing-sep-2 {
	width:100%;
	display:block;
	max-width:316px;
	height:1px;
	background:#cfcfcf;
	margin: 10px auto;
}

.wll-pricing-quote-wrap-2 .wll-pricing-sep-1 {
	margin-bottom:20px;
}

.wll-pricing-quote-wrap-2 .wll-pricing-sep-2 {
	width:100%;
	max-width:502px;
	margin-bottom:20px;
}

.wll-pricing-quote-wrap-2 .wll-pricing-quote-price {
	font-size:56px;
}

.wll-pricing-quote-wrap-2 .wll-pricing-quote-price .wll-pricing-text-label {
	margin-bottom:10px;
}

.wll-pricing-quote-wrap-2 .wll-pricing-desc {
	margin-bottom:15px;
}

.wll-pricing-quote-wrap-2 .wll-pricing-desc div {
	font-size:20px;
}

.wll-pricing-quote-wrap-2 .wll-pricing-desc .blue-text {
	text-transform:uppercase !important;
	color:#00aeef !important;
}

.wll-pricing-quote-wrap-2 .wll-pricing-guide p {
	font-size:16px;
	color:#373d4d;
}

.wll-pricing-quote-wrap-2 .wll-promo-timer-wrap {
	border:1px solid #5a5f6c;
	border-radius:10px;
	padding:15px;
}

.wll-pricing-quote-wrap-2 .wll-promo-timer-text {
	font-size: 14px;
	text-transform: uppercase;
	color: #373d4d;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
}

.wll-pricing-quote-wrap-2 .wll-promo-timer {
	color:#373d4d;
	font-size:51px;
}

.wll-pricing-quote-wrap-2 .wll-pricing-quote-cta .site-btn {
	width: 100%;
    min-height: 54px;
    font-size: 18px;
    padding: 5px;
}

.wll-pricing-quote-wrap-2 .wll-pricing-quote-cta .site-btn-2 {
	border:0;
}

.wll-pricing-quote-wrap-2 .wll-pricing-quote-cta .site-btn-2:hover {
	background:none !important;
	color:#373d4d !important;
}

.wll-pricing-quote-wrap-2 .wll-promo-timer {
	color: #373d4d;
    font-size: 51px;
    display: flex;
    justify-content: center;
	flex-flow:row wrap;
	line-height:1;
}

.wll-pricing-quote-wrap-2 .wll-promo-timer em {
	display:block;
	font-size:13px;
	font-family:'Roboto', sans-serif;
	font-weight: 400;
	color:#373d4d;
	text-transform:uppercase;
	font-style:normal;
}

.wll-pricing-quote-wrap-2 .wll-pricing-guide {
	margin-bottom:10px;
}

.wll-pricing-quote-wrap {
	background:#fff;
	box-shadow: 0 0 25px -10px #000;
}

.wll-pricing-img {
	text-align:center;
	margin-bottom: 25px;
}

.wll-pricing-img img {
	height:38px;
}

/************************************** Responsive Design **********************************/
@media (max-width:1080px) {
	.wll-custom-testi-slider {
		max-width:50%;
		flex:0 0 50%;
	}
	
	
} /* END 1080px */

@media (max-width:800px) {
	.wll-custom-testi-slider {
		max-width: 100%;
		flex: 0 0 100%;
	}
	
	.wll-testimonial-content p {
		font-size:16px;
	}
	
	.wll-testimonial-content::before {
		width:38px;
		height:38px;
		background-size:contain !important;
	}
	
	.wll-testimonial-content::after {
		width:140px;
		height:20px;
		background-size:contain !important;
	}
	
	.wll-testi-first-letter {
		width:57px;
		height:57px;
		font-size:20px;
	}
	
	.wll-testimonial-info p.wll-testi-name,
	.wll-testimonial-info p.wll-testi-location {
		font-size:16px;
	}
} /* END 800px */

@media only screen and (max-width: 768px){
	.wll-service-col {
		max-width: 100%;
		flex: 100%;
		padding: 10px;
	}

	.wll-checklist-tab-btn {
		max-width: 100%;
	}
	
	.wll-checklist-tab-col {
		max-width: 100%;
		flex: 100%;
		padding: 10px;
	}

	.wll-checklist-tabs {
		flex-flow: column;
	}
}

@media (max-width:480px) {
	.wll-pricing-quote-price .wll-pricing-text-label {
		line-height: 1;
		font-size: 25px;
		margin-bottom: 5px;
	}
	
	.wll-pricing-quote-wrap-2 .wll-pricing-desc div {
		margin-bottom:10px;
		line-height:1.1 !important;
	}
	
	.wll-pricing-quote-wrap-2 .wll-pricing-desc .blue-text {
		display:block;
	}
} /* END 480px */

#text-4 {
	display:none;
}