body{
	background: linear-gradient(to right, #ffffff 0%, #ffffff 70%, #f0f0f0 70% ,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

h2{
	margin-top: 1.75em;
}

.home-main{
	background: #FFF;
}

.no-sidebar .sub-content{
	background: #FFF;
	padding-right: 8%;
	width: 100%;
}
.no-sidebar .sidebar{
	display: none;
}

.page-images{
	list-style: none;
	margin-top: 2em;
	width: 100%;
}

.page-images li{
	margin-bottom: 2em;
	text-align: center;
}

.page-images img{
	margin: 0px auto;
}

.testimonial{
	margin-top: 40px;
}
.testimonial p{
	margin-bottom: 0.75em;
}
.testimonial span{
	display: block;
	font-size: 16px;
}

form{
	margin-top: 40px;
}
form input[type=submit], button[type=submit]{
	background: #afd553;
	color: white;
	padding: 0.5em;
	width: 100%;
}
form input[type=submit]:hover, button[type=submit]:hover{
	background: #99c530;
}
.freeform-row .freeform-column{
	padding: 0 !important;
}

.search{
	background: rgba(199,13,28,.75);
    display: none;
    height: 100vh;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 10;
}
.search-close-icon{
	position: absolute;
    right: 1.5em;
    top: 2em;
}
.search-input-con{
	border-bottom: 1px solid #fff;
    margin-top: -5em;
}
.search i{
	color: #fff;
    cursor: pointer;
    font-size: 2em;
    font-weight: 100;
}

.search input{
	background: none;
    border: none;
    color: #fff;
    font-size: 3em;
    height: auto;
    margin-bottom: 0;
    padding: 0 0 .25em 0;
    text-align: center;
    width: 80%;
}

.search ::placeholder{
	color: #FFF;
}


/* PEST IDENTIFIER */
.pest-clicker{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 10.5em;
	margin-bottom: 2em;
	margin-right: 2%;
	position: relative;
	text-align: center;
	transition: all 0.25s;
	width: 23.5%;
}

.pest-clicker:hover{
	opacity: 0.65;
}

.pest:nth-child(4n-1) .pest-clicker{
	margin-right: 0;
}

.pest-clicker h2{
	background: rgba(199,13,28,.75);
	bottom: 0;
	color: #FFF;
	font-size: 0.875em;
	font-weight: 400;
	margin: 0;
	padding: 0.175em 0.5em;
	position: absolute;
	text-align: center;
	width: 100%;
}

.pest-info{
	background: #FFF;
	border: 3px solid #AFD553;
	display: none;
	left: 10%;
	padding: 3em 1.5em;
	position: fixed;
	top: 2.5em;
	width: 80%;
	z-index: 999;
}

.pest-info img{
	float: right;
	margin: 0 0 1.25em 1.25em;
	width: 40%;
}

.pest-info h3{
	color: #AFD553;
	font-size: 1.5em;
}

.pest-close{
	cursor: pointer;
	position: absolute;
	right: 1.5em;
	top: 1em;
}

.pest-close i{
	font-size: 1.5em;
}

.pest-overlay{
	background: rgba(199,13,28,.9);
	display: none;
	left: 0;
	height: 100vh;
	position: fixed;
	width: 100%;
	z-index: 9;
}

.covid-box{
	left: 52%;
	top: 28%;
	width: 20%;
	z-index: 5;
}


.covid-overlay{
	align-items: center;
	background: rgba(0,0,0,0.9);
	display: flex;
	height: 100%;
	justify-content: center;
	position: fixed;
	width: 100%;
	z-index: 5;
}

@media(max-width: 800px){
	body{
		background: none;
	}

	.no-sidebar .sub-content{
		padding-right: 0;
		width: 80%;
	}

	.pest-clicker{
		height: 8em;
		margin-right: 4%;
		width: 48%;
	}

	.pest:nth-child(2n-1) .pest-clicker{
		margin-right: 0;
	}

	.pest-info img{
		float: none;
		margin: 0 0 1.5em 0;
		width: 100%;
	}

	.pest-info p{
		font-size: 0.75em;
	}
	.covid-box{
		left: calc(50% - 105px);
		margin-bottom: 20px;
		margin-top: -40px;
		position: relative;
		width: 200px;
	}
}

