/*
Theme Name: Western Child WGL Theme | 2021
Description: Western child theme for We Get Leads Pest Theme | 2017
Author: Mike Price
Author URI: http://www.boldelite.com/
Template: wglpest17
Text Domain: wglpest17-western
*/


.block-intro_1 {
	background-image: url('assets/images/western-pest-home-slate.png'), url('assets/images/western-tech.jpg');
	background-repeat: no-repeat;
	background-size: 25.625em, cover;
	background-position: left bottom, center center;
}

@media (max-width: 1500px) {
	.block-intro_1 {
		background-size: 27vw, cover;
	}	
}

@media (max-width: 950px) {
	.block-intro_1 {
		background-image: url('assets/images/western-tech.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
}

.pestfree_guarantee_image {
	width: 100%;
	max-width: 29.625em;
}

*:not(.dashicons) {
	font-family: proxima-nova, sans-serif !important;
}


.scheme-custom_highlight_color .block-intro_1.bg_color05,
.scheme-custom_highlight_color #top_nav > li > ul,
.scheme-custom_highlight_color .bg_color03 {
	background-color: #354a55 !important;
}


#intro_cta_block {
	display: none;
}

.block-intro_1 {
	padding-bottom: 0em;
}


/* COUPON */

.cc-coupon-container {
	font-family: proxima-nova;
	font-size: 1rem;
	color: #7a7a7a;
	font-style: normal;
	line-height: 1.5;
	height: auto;
	display: inline-block;
	padding: 0.625em;
	vertical-align: top;
}

.block-intro_2 .cc-coupon-container {
	margin-bottom: 1.375em;
}

.cc-coupon-container .coupon-wrapper {
	width: 100%;
	max-width: 400px;
	border: 3px dashed #ccc;
	padding: 20px;
	display: inline-block;
	margin: 15px;
	vertical-align: top;
}

.coupon-wrapper {
	box-sizing: border-box;
	text-align: center;
	color: #7c7c7c;
	border-radius: 5px;
	border: 5.3px dashed #515151 !important;
	padding: 10px !important;
	margin: 0 !important;
	max-width: 410px !important;
}

.cc-coupon-container::after {
	content: "*Offer available to residential customers who purchase a new pestfree365 protection plan. Mention offer code FRS.";
	font-size: .78rem;
	display: block;
	line-height: 1.15;
	color: #9a9a9a;
	max-width: 410px;
	padding-top: 10px;
	text-align: left;
}

h2.coupon-title {
	color: #009639 !important;
	margin-bottom: -6px;
	letter-spacing: .8px;
	font-size: 3.3rem;
}

h3.coupon-tagline {
	color: #009639;
	font-size: 1.6rem;
	font-weight: 500;
	opacity: 0.75;
}