/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Raleway', sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


			/*************************************************************/
			/***********************  CUSTOM CSS  ************************/
			/*************************************************************/




/***********************  GENERAL  ************************/			


body {
	background: url(img/wavegrid.png) repeat;
}

header {
	

}

header .wrapper, main section {
	max-width: 932px;
	width: 100%;
	margin: auto;
}

.wrapper h1 {
	margin-top: 0;
	padding-top:30px;
}

@media screen and (max-width: 750px) {
	h1 {
		font-size: 1.5em;
	}
	h2 {
		font-size: 20px;
	}
}

article {
	background: url(img/cont-tail.png) repeat-y right top;
	background-position: center;
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 54px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 54px 2px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 54px 2px rgba(0,0,0,0.75);

}

body  {
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	color: #4e4e4e;
}

.parent-pageid-9, {
	font-size: 14px;
	font-family: 'Arial', 'Helvetica', sans-serif;
	color: #4e4e4e;
}

/***********************  HEADER  ************************/


.logo, .phone {
	display: inline;
}

.logo {
	padding: 24px 0 0 0px;
	z-index: 99;
	width: 350px;
	margin-bottom: 25px;
}

.phone {
	padding: 27px 15px 0 0;
	color: #777;
	margin-left: 2%;
	font-style: italic;
	margin-right: 3%;
	width: 175px;
}

.phone span:hover {
	color: #000;
}

.phone h2 {
	margin: 0;
}

.phone h2 span {
	font-family: 'Helvetica', sans-serif;
	cursor: pointer;
	color: #000;
}

.phone p {
	margin: 0;
}

.phone p span {
	color: #000;
}

.social-media {
	padding-top: 27px;
}

.social-media img {
	margin-left: 5px;
	width: 40px;
	opacity: 1;
	transition:opacity linear 0.15s;

}

.social-media img:hover {
	opacity: 0.5;
}

.login {
	margin-top: 30px;
	width: 75px;
}

.login h3 {
	color: #fff;
	background-color: #000;
	padding:5px 10px;
	border-radius: 20px;
	margin: 0;
	transition:opacity linear 0.15s;
	opacity: 1;
}

.login h3:hover {
	opacity: 0.6;
}

@media screen and (max-width:750px) {
	.login {
		position: absolute;
		top: 2px;
		right: 2px;
		margin-top: 0;
	}
}

/********************** SLIDER ************************/
.slider-place-holder {
	width: 742px;
}
/* News */
		.news-slider {
		  /* Style the actual content */
		}
		.news-slider .text-content {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(0, 0, 0, 0.6);
		padding: 1em;
		width: 60%;
		height: auto;
		color: #fff;
		border-top-right-radius: 20px;
		}
		.news-slider .text-content h2 {
		  margin: 0;
		  font-size:16px;
		}
		.news-slider .text-content p {
		 	margin: 2px;
		}
		.news-s\lider .text-content a.button-link {
		  padding: 0.25em 0.5em;
		  position: absolute;
		  bottom: 1em;
		  right: 1em;
		}
		.news-slider .image-content {
		  line-height: 0;
		}
		.news-slider .image-content img {
		  max-width: 100%;
		}
		.news-slider .news-pager {
		  text-align: right;
		  display: block;
		  margin: 0.2em 0 0;
		  padding: 0;
		  list-style: none;
		  display: none;
		}
		.news-slider .news-pager li {
		  display: inline-block;
		  padding: 0.6em;
		  margin: 0 0 0 1em;
		}
		.news-slider .news-pager li.sy-active a {
		  color: #31ace2;
		}
		.news-slider .news-pager li a {
		  font-weight: 500;
		  text-decoration: none;
		  display: block;
		  color: #222;
		}

/********************** SLIDER REVOLUTION ************************/

.slider-layer {
	padding: 10px !important;
}

.slider-layer h2 {
	margin-bottom: 0 !important;
}

.slider-layer p {
	margin-top: 0 !important;
}

.black-white {
	border-top-right-radius: 20px !important;
}

@media screen and (max-width: 750px) {
	.slider-layer p {
		margin-top: 0 !important;
		display: none !important;
	}
	.slider-layer h2 {
		font-size: 2em !important;
	
	}

	
}
/*********************** CAROUSEL *********************/

.carousel {
	max-width: 882px;
	margin-left: 50px;
}

.responsive {
	width: 100%;
	background-color: #fff;
}

.slick-prev:before, .slick-next:before {
	color: #000;
}

.responsive div {
	margin-right: 5px;

	text-align: center;
}

.image-holder {
	height: 132px;
	background-repeat: no-repeat;
	background-size: 70%;
	background-position: center center;
}

.responsive div span {
	color: #000;
	font-weight: bold;
}

.slick-prev {
	left: 4px;
}

.slick-next {
	right: 4px;
}

.ant {
	background-image: url(img/ant.jpeg);
}
.bed-bug {
	background-image: url(img/bed-bug.png);
}
.rodent {
	background-image: url(img/rat.jpg);
}
.termite{
	background-image: url(img/termite.png);
}
.cockroach{
	background-image: url(img/cockroach.jpeg);
}
.centipede{
	background-image: url(img/centipede.jpeg);
}
.cricket {
	background-image: url(img/crickets.jpeg);
}
.flea{
	background-image: url(img/flea.jpeg);
}
.spider{
	background-image: url(img/spider.jpeg);
}
.stink-bug{
	background-image: url(img/stink-bugs.jpeg);
}
.tick{
	background-image: url(img/tick.jpeg);
}
.bee{
	background-image: url(img/bee.jpg);
}
.carpenter-ant{
	background-image: url(img/carpenter-ant.png);
}
.wild-life{
	background-image: url(img/squirrel.png);
}

.pest-description {
	width: 450px !important;
}

/*********************** TOWNS ************************/

.towns {
	list-style: none;
}

/***********************  MENU ************************/

nav.nav {
	position: relative;

}

.nav ul {
	padding: 0;

}

.nav ul li {
	display: inline-block;
	margin-right:0;
	color: #fff;
	vertical-align: top;

}



.nav ul li a, .mobile-menu-button {
	color: #fff;
	padding: 14px 22px 24px 22px;
	background: #ec161e;
	background: rgb(236,22,30);
	background: url(img/bg-nav.jpg) repeat;
	background: -moz-linear-gradient(top, rgba(236,22,30,1) 0%, rgba(172,32,32,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,22,30,1)), color-stop(100%,rgba(172,32,32,1)));
	background: -webkit-linear-gradient(top, rgba(236,22,30,1) 0%,rgba(172,32,32,1) 100%);
	background: -o-linear-gradient(top, rgba(236,22,30,1) 0%,rgba(172,32,32,1) 100%);
	background: -ms-linear-gradient(top, rgba(236,22,30,1) 0%,rgba(172,32,32,1) 100%);
	background: linear-gradient(to bottom, rgba(236,22,30,1) 0%,rgba(172,32,32,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec161e', endColorstr='#ac2020',GradientType=0 );
	font-family: "Montserrat",Arial,Helvetica,sans-serif;
	font-size: 13px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}

.nav ul li a:hover {
	background: rgb(71, 71, 71);	
}

.nav ul li ul {
	position: absolute;
    z-index:-1;
    opacity:0;
    transition:opacity linear 0.15s;
	top: 33px;
	padding: 15px 10px 7px 10px;
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDQlIiBzdG9wLWNvbG9yPSIjZjFmMWYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTUlIiBzdG9wLWNvbG9yPSIjZTFlMWUxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NlY2VjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 44%, rgba(225,225,225,1) 55%, rgba(206,206,206,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(44%,rgba(241,241,241,1)), color-stop(55%,rgba(225,225,225,1)), color-stop(100%,rgba(206,206,206,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 44%,rgba(225,225,225,1) 55%,rgba(206,206,206,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 44%,rgba(225,225,225,1) 55%,rgba(206,206,206,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 44%,rgba(225,225,225,1) 55%,rgba(206,206,206,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 44%,rgba(225,225,225,1) 55%,rgba(206,206,206,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cecece',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

}

.nav ul li:hover ul {
	z-index:300;
    opacity:1;
}

.nav ul ul li{
	display: block;
	margin-bottom: 22px;
}

.nav ul ul li a {
	padding: 0;
	border-radius: 0;
	background:transparent;
	color: #555;
}

.nav ul ul li a:hover {
	background-color: transparent;
	text-decoration: underline;
}


/************* PROTECTION PLANS ***************/

.protection-plans {

}

.plan {
	width: 48.5%;
	text-align: center;
	border:1px solid #e9e9e9;
	margin-bottom: 40px;
}

.platinum {
	margin-bottom: 0;
}

.plan h1 {
	padding: 10px 0;
	border-bottom:1px solid #e9e9e9;
	margin-bottom: 0;
}

.plan ul {
	list-style: none;
	padding-left: 0px;
	margin: 0;
}

.plan ul li {
	padding: 10px 0;
	border-bottom:1px solid #e9e9e9;
}

.plan ul li:last-child {
	border-bottom: none;
}

.plan p {
	padding: 0 10px;
	text-align: left;
	display: none;
}

.plan h2 {
	border-radius: 24px;
	background: #eb1c23;
	color:#fff;
	display: inline-block;
	padding: 11px 19px;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	margin: 5px;
}

.plan h2:hover {
	background-color: #000;
}

.delta h1 {
	background: #fff
}

.silver h1 {
	background-color: #C0C0C0;
}

.gold h1 {
	background-color: #DAA520;
	color: #fff;
}

.platinum h1 {
	background-color: #A0AABF;
}

@media screen and (max-width: 750px) {
	.plan {
		width: 100%;
	}
}

/************* MOBILE MENU ***************/

.mobile-menu-button {
	position: relative;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	padding: 28px 22px 24px 22px;
	background-color: #2E3335;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	border-top-right-radius: 20px;
	border-top-left-radius: 0px;
	display: none;
}

.header-content {
	
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	-webkit-box-shadow: 0px 1px 54px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 54px 2px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 54px 2px rgba(0,0,0,0.75);	
}

.lady {
	position: absolute;
	right: -10px;
	top: -173px;
	width: 149px;
	z-index: -1;
}


.termite_pro_monitoring {
    width:400px;
    position: absolute;
	top: 75px;
	left: 60px;
}


/***********************  QUOTE  ************************/


.quote-form-button {
	display: none;
	text-align: center;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2px;
}

.quote-form-button h2 {
	text-align: center;
	padding: 15px 10px 15px 10px;
	background: #ec161e;
	background: rgb(236,22,30);
	background: url(img/bg-nav.jpg) repeat;
	background: -moz-linear-gradient(top, rgba(236,22,30,1) 0%, rgba(172,32,32,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,22,30,1)), color-stop(100%,rgba(172,32,32,1)));
	background: -webkit-linear-gradient(top, rgba(236,22,30,1) 0%,rgba(172,32,32,1) 100%);
	background: -o-linear-gradient(top, rgba(236,22,30,1) 0%,rgba(172,32,32,1) 100%);
	background: -ms-linear-gradient(top, rgba(236,22,30,1) 0%,rgba(172,32,32,1) 100%);
	background: linear-gradient(to bottom, rgba(236,22,30,1) 0%,rgba(172,32,32,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec161e', endColorstr='#ac2020',GradientType=0 );
	font-family: 'Arial', sans-serif;
	border-radius: 20px;
	color: #fff;
	text-transform: uppercase;
}



.quote-form {
	position: absolute;
	right: 0px;
	top: 0;
	z-index: 100;
}

input[type=checkbox] {
	background-color: #fff;
}


.quote-form .wpcf7 {
	background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDQlIiBzdG9wLWNvbG9yPSIjZjFmMWYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTUlIiBzdG9wLWNvbG9yPSIjZTFlMWUxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NlY2VjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 44%, rgba(225,225,225,1) 55%, rgba(206,206,206,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(44%,rgba(241,241,241,1)), color-stop(55%,rgba(225,225,225,1)), color-stop(100%,rgba(206,206,206,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 44%,rgba(225,225,225,1) 55%,rgba(206,206,206,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 44%,rgba(225,225,225,1) 55%,rgba(206,206,206,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 44%,rgba(225,225,225,1) 55%,rgba(206,206,206,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 44%,rgba(225,225,225,1) 55%,rgba(206,206,206,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cecece',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

	padding: 5px;
	width: 190px;
	
}

.quote h1 {
	margin: 0;
	text-align: center;
	line-height: 30px;
	color: #fff;
	/* background-color: red; */
	border: 10px solid rgb(158, 158, 158);
	border-radius: 50px;
	position: absolute;
	z-index: 5;
	width: 205px;
	padding: 10px 0;
	font-size: 20px;
	font-family: 'Helvetica';
	background: rgba(248,80,50,1);
	background: -moz-linear-gradient(-45deg, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(50%, rgba(241,111,92,1)), color-stop(51%, rgba(246,41,12,1)), color-stop(71%, rgba(240,47,23,1)), color-stop(100%, rgba(231,56,39,1)));
	background: -webkit-linear-gradient(-45deg, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: linear-gradient(135deg, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=1 );

}

.select-service select {
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   background-color: black;
   color: #fff;
   background: black;
   border: none;
   font-size: 14px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 170px;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
}

.get-captcha {
	padding: 2px;
	background-color: rgb(0, 104, 126);
	border-radius: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	margin-bottom: 3px;
}

.captcha-image {
	margin: 14px 0;
	text-align: center;
}

.submit-quote {
	margin: 14px 0 0 0;
}

.quote-form .wpcf7 {
	
}

.invisible-part {
	display: none;
	margin-left: -5px;
	margin-top: 8px;
	padding-left:5px; 
}  

@media screen and (max-width:750px) {
	.invisible-part {
		width: 300px;
	}
}

.rounded {
   
}

.black select   { color: #fff; }

.select-service select p {
	padding: 10px;
}

.select-service p {
	margin: 0 0 5px 0;
	font-size: 13px;
	color: #000;
	text-align: center;
}

.free-inspection {
	margin: 5px 0;
	text-align: center;
}

.free-inspection span {
	font-size: 13px !important;
}

.your-service {
	margin-bottom: 5px;
}

.ajax-loader {

}

.quote-form .wpcf7 input, .quote-form .wpcf7 textarea {
 	width: 100%;
 }

.quote-form .wpcf7 textarea {
 	height: 45px;
 }

.quote-form .wpcf7 .wpcf7-checkbox .wpcf7-list-item {
 	width: 95px;
 	display: block;
 	font-size: 10px;
 	display: inline;
 }

 .wpcf7-checkbox .wpcf7-list-item input {
 	width: 10px !important;
 }

.quote-form .wpcf7 > form > div:nth-child(3) > span > span > span.wpcf7-list-item.last {
 	color: red !important;
 }

.quote-form .wpcf7 .wpcf7-submit {
 	padding:2px;
 	margin:0;
 	background-color: rgb(0, 104, 126);
 	border-radius: 20px;
 	color: #fff;
 	font-weight: bold;
 }

 div.wpcf7-validation-errors {
	border: 2px solid red;
	background: #fff;
	z-index: 99;
	position: relative;
}

.purechat-button-expand {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 250px;
	background-color:rgb(236,22,30);
	color:#fff;
	border-top-left-radius: 20px;
	border:none;
	padding: 10px;
	z-index: 100;
}

.purechat.purechat-bottom-left {
	right: -20px;
	bottom: 0px;
}

@media screen and (max-width:1300px) {
	.purechat-button-expand{
		width: 150px;
	}
}

@media screen and (max-width:750px) {
	.purechat-button-expand{
		display: block;
		position: relative;
		margin: auto;
		width: 80%;
		border-radius: 20px;
		margin-bottom: 30px;
		background-color: #000 !important;
	}
	.purechat-button-text {
		display: block;
		font-size: 10px;
	}
	button.purechat-button-expand {
		background-color: #000 !important;
	}
}
/***********************  SEARCH FORM  ************************/

#search-form input {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 250px;
	background-color: rgb(236,22,30);
	color: #fff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border: none;
	padding: 10px;
}

::-webkit-input-placeholder {
   color: #000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}

:-ms-input-placeholder {  
   color: #000;  
}

#search-form .field {
	width: 230px;
	height: 52px;
	display: inline-block;
	background: url(img/input-bg.gif) no-repeat left top;
	position: absolute;
	z-index: 1;
	bottom: 60px;
	left: 75px;
}

#search-form .button {
	height: 52px;
	background-color: #00687E;
	display: inline-block;
	border: 10px solid transparent;
	border-left: none;
	vertical-align: top;
	border-radius: 10px;
	width: 100px;
	text-align: right;
	position: absolute;
	left: 295px;
	bottom: 60px;
	z-index: 0;
	
}

#search-form .button input {
	line-height: 29px;
	font-family: "Arial",SANS-SERIF;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}


/***********************  HOME PAGE  ************************/

.pests-images ul {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.pests-images li {
	display: inline-block;
	width: 16%;
	float: left;
	height: 120px;
	margin-right: 0.6%;
	border: 2px solid gray;
	text-align: center;
	background-size: cover;
	background-position: center center;
}

.pests-images li:last-child {
	margin-right: 0;
}

.pests-images li  h3 {
	position: relative;
	top:60px;
	color: #000;
}

.ewt h3 {
	top:45px !important;
}

.bedbugs {
	background: url(img/bed-bug.png);
}
.termites {
	background: url(img/termite.png);
}
.ants {
	background: url(img/ant.jpg);
}
.rodents {
	background: url(img/rat.jpg);
}
.bees {
	background: url(img/bee.jpg);
}
.ewt {
	background: url(img/squirrel.png);
}

.services-home {
	margin-top: 30px;
}

.services-home .holder {
	display: inline-block;
	width: 49%;
	height: 216px;
	
}

.services-home .holder img, .services-home .holder div {
	display: inline-block;
	float: left;
}

.services-home .holder div h2 {
	margin: 0;
	font-size:16px;
}

.services-home .holder img {
	width: 20%;
}

.services-home .holder div {
	width: 69%;
}

.services-home .holder:nth-child(2), .services-home .holder:nth-child(4), .services-home .holder:nth-child(6) {
	margin-right: 0 !important;
}


/***********************  CONTACT ************************/




#wpcf7-f21-p11-o1 p {
	width: auto;
}

.your-name-form {
	display: inline-block;
	float: left;
	width: 47%;
	margin-right: 6%;
}

.your-email-form {
	display: inline-block;
	float: left;
	width: 47%;

}

.your-name-form input, .your-email-form input {
	width: 100%;
	height: 50px;
	border-radius: 10px;
	background-color: rgba(223, 223, 223, 1);
	border:transparent;
	font-size: 14px;
	padding-left: 20px

}


.your-message-form {
	margin-top: 20px;
}

.your-message-form textarea {
	width: 100%;
	border-radius: 10px;
	background-color: rgba(223, 223, 223, 1);
	border:transparent;
	font-size: 14px;
	padding: 20px 20px
}
.send-button{
	margin-top: 20px;
}
.send-button input {
	height: 50px;
	width: 90px;
	background-color: #00687E;
	border:transparent;
	border-radius: 10px;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}

.contact, .map {
	display: inline-block;
	width: 50%;
}
.contact {
	float: left;
}
.map {
	float: right;
	text-align: right;
}

.wpcf7-captchar {
	width: 100%;
}

@media screen and (max-width: 750px) {
	.contact {
		float: none;
		width: 100%;
	}
	.map {
		display: none;
	}
}


/***********************  FOOTER  ************************/

footer {
	background-color: #000;
}

footer .wrapper {
	margin: auto;
	max-width:932px;

}

footer .wrapper {
	color: #919191;
}
footer .wrapper a:hover {
	color: #fff;
}

footer .wrapper ul {
	padding: 0;
	list-style: none;
	width: 22%;
	display: inline-block;
	float: left;
	margin-right: 3%;
	margin-top: 30px;
} 
.ratings {
	margin-right: 0;
}

footer .wrapper h2 {
	color: #fff;
}

footer .wrapper li {
	padding: 5px 0px;
}


footer .wrapper li a {
	color: #919191;
}

@media screen and (max-width: 750px) {
	footer .wrapper ul {
		display: block;
		float: none;
		width: 90%;
		text-align: center;
		font-size: 20px;
	}
}

/***********************  MEDIA QUERIES  ************************/

@media screen and (max-width: 750px) {

	.mobile-menu-button {
		display: inline-block;
	}

	.mobile-menu-button h3 {
		margin: 0;
		font-size: 20px;
	}

	.nav-toggle:after {
		content: "\f0c9";
		font-family: "FontAwesome";
		font-weight: normal;
		color: #fff;
		display: inline-block;
		padding-left: 10px;		}

	.nav ul {
		background: #ec161e;
		background: rgb(236,22,30);
		background: url(img/bg-nav.jpg) repeat;
		background: -moz-linear-gradient(top, rgba(236,22,30,1) 0%, rgba(172,32,32,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,22,30,1)), color-stop(100%,rgba(172,32,32,1)));
		background: -webkit-linear-gradient(top, rgba(236,22,30,1) 0%,rgba(172,32,32,1) 100%);
		background: -o-linear-gradient(top, rgba(236,22,30,1) 0%,rgba(172,32,32,1) 100%);
		background: -ms-linear-gradient(top, rgba(236,22,30,1) 0%,rgba(172,32,32,1) 100%);
		background: linear-gradient(to bottom, rgba(236,22,30,1) 0%,rgba(172,32,32,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec161e', endColorstr='#ac2020',GradientType=0 );
		margin-top: 0;
		padding: 20px 0 20px 22px;
		display: none;
		margin-bottom: 0;
	}

	.nav ul li {
		display: block;
		margin-bottom: 20px;

	}

	.nav ul li a {
		padding: 0;
		border-radius: 0;
		background: transparent;
	}

	.mobile-menu-button, .nav ul li a {
		font-size: 20px;
	}


	.nav ul li:hover ul {
		opacity: 0;
		z-index: -2;
	}

	.header-content {
		height: auto;
		padding-top: 20px;
		padding-bottom: 10px;
	}

	.slider-place-holder {
	width: 100%;
}

	.quote-form-button {
		display: block;
		cursor: pointer;
	}
	

	.quote-form {
		position: relative;
		display: none;
	}

	.quote-form .wpcf7 {
		width: 300px;
		margin: auto;
	}

	.quote-form .wpcf7 input, .quote-form .wpcf7 textarea {
		width: 100%;
	}

	.quote-form .wpcf7 .wpcf7-checkbox .wpcf7-list-item {
		font-size: 16px;
		margin-right: 20px;
	}


	.lady {
		display: none;
	}

	.services-home .holder {
		width: 100%;
                height:auto;
	}

	.services-home .holder p {
	}

	section {
		font-size: 1.5em;
	}

	.logo {
		padding: 0;
		margin: auto;
		display: block;
		text-align: center;
		width: 300px;
		margin-bottom: 10px;
	}

	.phone {
	
		padding:0;
		display: block;
		text-align: center;
		width: 60%;
		margin: auto;

	}

	

	.social-media {
		padding: 0;
		margin-top: 20px;
		margin-bottom: 20px;
		display: block;
		text-align: center;
	}
	.pests-images ul{
		display: none;
	}

	.footer-menu {
		overflow: hidden;
		text-align: center;
		display: block;
	}

	.footer-menu li {
		display: block;
		margin-left: 0;
		padding:5px 0px;
	}

	.footer-menu li a {
		font-size: 20px; 
	}

	.copyright {
		text-align: center;
	}



	article {
		padding-left: 0px;
		padding-right: 0px;
	}

		.left {
		float: none !important;
	}

	.right {
		float: none !important;
	}

	.sy-slide.sy-active {
		padding: 0
	}

	.news-slider .text-content {
		width: 100%;
		font-size: 12px;
		border-top-right-radius: 0;
	}

	.header-content {
		padding: 0;
	}

	.responsive div span {
		font-size: 12px
	}
	.slick-prev {
		left: 0;
	}
	.slick-next{
		right: 0;
	}
	
}
.nav ul li a, .mobile-menu-button {
	font-size: 11px;
	padding: 14px 8px 24px 8px;
	text-transform: uppercase;
}

/************* BLOG PAGE ***************/

.single article .wrapper, .page-template-blog-page article .wrapper {
	padding-bottom: 25px;
}


/***************************************/
			/*	TOOLS	*/
/***************************************/

.left {
	float: left;
}

.right {
	float: right;
}



/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

@media screen and (max-width: 750px) {
	.bestofthumbstack {
		text-align: center;
	}
}
.testimonial_group .full-testimonial .rr_review_text .drop_cap{
	
	left: -33px !important;
}
.read_more, .show_less {
    font-size: 16px !important;
    padding: 5px;
    text-decoration: underline;
}

footer ul ul {
	width:100% !important;
margin-top:0 !important;
}