/*
	Theme Name: Anston Pest Control
	Theme URI: https://www.websitedesignderby.com/
	Description: A theme created by Website Design Derby Ltd
	Author: Website Design Derby Ltd
	Version: v2.0
*/

/* ==================================================
   Global Styles
================================================== */

*, *:after, *:before
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html
{
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
	
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body
{
	font-family: "Assistant", Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.05em;
	font-size: clamp(0.9375rem, 0.7644rem + 0.4808vw, 1.0625rem);
	line-height: 1.8em;
	color: #222;
	background: #FC6621;
	letter-spacing: 0em;
	text-rendering: optimizeLegibility;
	vertical-align: baseline;
}

::selection
{
	background: #FC6621;
	color: #FFF;
}

::-moz-selection
{
	background: #FC6621;
	color: #FFF;
}

a
{
	color: #FC6621;
	text-decoration: none;
}

	a:hover
	{
		color: #222;
	}
	
.mobonly
{
	display: none;
}
	
/* ==================================================
   Main Styles
================================================== */

#headercont
{
	padding-top: 30px;
	padding-bottom: 30px;
	background: #FFF;
}

	#headercont #headerleft
	{
		border-right: 1px dotted rgba(0,0,0,0.3);
	}
	
		#headercont #headerleft p
		{
			margin: 0;
		}
	
			#headercont #headerleft p a img
			{
				display: block;
				width: 100%;
				max-width: 240px;
			}
	
	#headercont #headerright
	{
		text-align: right;
	}

		#headercont #headerright p
		{
			float: right;
			display: block;
			width: 100%;
			max-width: 450px;
			margin: 0;
			font-size: 1.3em;
			line-height: 1.1em;
			font-weight: 400;
			color: #333;
			font-family: "Asap Condensed";
			text-transform: uppercase;
			letter-spacing: 0.01em;
		}
		
			#headercont #headerright p a
			{
				font-weight: 900;
			}

			#headercont #headerright ul#socmedicons
			{
				float: right;
				list-style-type: none;
				margin: 0;
				clear: both;
			}
			
				#headercont #headerright ul#socmedicons li
				{
					float: left;
					margin-left: 20px;
				}
				
					#headercont #headerright ul#socmedicons li a
					{
						color: #fc6621;
						font-size: 1.9em;
						line-height: 1.9em;
						text-decoration: none;
					}
					
    					#headercont #headerright ul#socmedicons li.iconfb a { color: #3b5998; }
    					#headercont #headerright ul#socmedicons li.icontwit a { color: #26a7de; }
    					#headercont #headerright ul#socmedicons li.iconinsta a { color: #c32aa3; }
    					#headercont #headerright ul#socmedicons li.iconlink a { color: #0a66c2; }
    					
    						#headercont #headerright ul#socmedicons li a:hover
    						{
    							color: #333;
    						}
		
#menucont
{
	font-weight: 800;
	font-family: "Asap Condensed";
	background: #FC6621;
}

#topcont
{
	padding-top: 12px;
	padding-bottom: 12px;
	background: #222;
	color: #FC6621;
	letter-spacing: 0.03em;
	font-size: 1.15em;
	font-weight: 400;
	font-family: "Asap Condensed";
	text-transform: uppercase;
}

	#topcont #topleft
	{
		
	}
	
		#topcont #topleft ul
		{
			list-style-type: none;
			margin: 0;
		}
		
			#topcont #topleft ul li
			{
				float: left;
				padding: 0;
				margin-right: 15px;
				line-height: 1.2em;
			}
	
				#topcont #topleft ul li span
				{
					color: #FFF;
					font-weight: 600;
				}
	
	#topcont #topright
	{
		
	}
	
		#topcont #topright ul
		{
			float: right;
			list-style-type: none;
			margin: 0;
		}
		
			#topcont #topright ul li
			{
				float: left;
				padding: 0;
				margin-right: 15px;
				line-height: 1.2em;
			}
	
				#topcont #topright ul li span
				{
					color: #FFF;
					font-weight: 600;
				}

#gallerycont
{
	background: #151515;
}

	#gallerycont .container-fluid
	{
		padding: 0
	}
		
		.flickity-viewport
		{
			transition: height 0.2s;
		}
		
		.carousel-cell
		{
			width: 100%;
		}
		
		.slide1
		{
			background: url("images/gallery-1.jpg") 50% 50%;
			background-repeat: no-repeat;
		}
		
		.slide2
		{
			background: url("images/gallery-2.jpg") 50% 50%;
			background-repeat: no-repeat;
		}
		
		.slide3
		{
			background: url("images/gallery-3.jpg") 50% 50%;
			background-repeat: no-repeat;
		}
		
		.slide4
		{
			background: url("images/gallery-4.jpg") 50% 50%;
			background-repeat: no-repeat;
		}

		.slide5
		{
			background: url("images/gallery-5.jpg") 50% 50%;
			background-repeat: no-repeat;
		}
		
		.overlay
		{
			background: rgba(0,0,0,0.1) url("images/bg-pattern.png") repeat;
			color: #FFF;
		}
		
		#gallerycont .innerdiv
		{
			display: table;
			width: 100%;
			height: 420px;
		}
		
			#gallerycont .innerdiv .innercentre
			{
				display: table-cell;
				vertical-align: middle;
				padding-left: 30px;
				padding-right: 30px;
			}
			
				#gallerycont .innerdiv .innercentre .centretxt
				{
					width: 100%;
					max-width: 1110px;
					margin: 0 auto;
					text-align: left;
					padding: 15px 40px;
				}
		
					#gallerycont .innerdiv .innercentre .centretxt h3
					{
						display: block;
						width: 100%;
						max-width: 700px;
						font-weight: 700;
						font-size: 2.4em;
						line-height: 1.1em !important;
						margin: 0 0 10px 0;
						color: #FFF;
						letter-spacing: 0em;
						text-transform: uppercase;
					}
					
						#gallerycont .innerdiv .innercentre .centretxt h3:after
						{
							content:' ';
							display:block;
							width: 100%;
							max-width: 100px;
							margin-top: 10px;
							border: 2px solid #FC6621;
						}
					
					#gallerycont .innerdiv .innercentre .centretxt p
					{
						display: block;
						width: 100%;
						max-width: 550px;
						font-weight: 400;
						font-size: 1.1em;
						line-height: 1.2em;
						letter-spacing: 0em;
						margin: 0 0 20px 0;
						color: #FFF;
					}
					
						#gallerycont .innerdiv .innercentre .centretxt p:last-child
						{
							margin: 0;
						}
		
		#gallerycont .carousel-cell
		{
			height: 420px;
		}

#homemessage
{
	padding-top: 30px;
	padding-bottom: 30px;
	background: #252525;
	color: #FFF;
	text-align: center;
}

	#homemessage p
	{
		display: block;
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		font-weight: 900;
		line-height: 1em;
		font-family: "Asap Condensed";
		text-transform: uppercase;
		font-size: 1.8em;
	}
	
		#homemessage p span
		{
			color: #FC6621;
		}

#maincont
{
	width: 100%;
	background: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
}

	.home #maincont
	{
		padding-top: 35px;
		padding-bottom: 35px;
	}

	#maincont .container
	{
		background: url("images/bg-maincont.png") repeat-y 73.6% 0;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	#maincont.fullwidth .container
	{
	    background-image: none;
	}
	
        #maincont.fullwidth .container #mainfull
        {
			min-height: 400px;
			height: auto !important;
			height: 400px;
        }

		#maincont #mainleft
		{
			padding-right: 50px;
			
			min-height: 400px;
			height: auto !important;
			height: 400px;
		}
		
            .custom-password-form
            {
                display: block;
                background: #EEE;
                padding: 30px;
                max-width: 100%;
                text-align: left;
                line-height: 1.3em;
            }
            
            .custom-password-form label
            {
                display: block;
                margin-bottom: 10px;
                font-weight: bold;
            }
            
            .my-password-field
            {
                width: 100%;
                padding: 10px;
                margin-top: 5px;
                margin-bottom: 15px;
                border: 1px solid #DDD;
                background: #FFF !important;
            }
	
		#maincont #mainright
		{
			text-align: left;
		}
		
			#maincont #mainright p.fastquote
			{
				font-size: 1.15em;
				line-height: 1em;
				text-transform: uppercase;
				font-weight: 600;
				font-family: "Asap Condensed";
			}
			
				#maincont #mainright p.fastquote strong
				{
					font-weight: 700;
					color: #FC6621;
					font-size: 1.8em;
					line-height: 1.2em;
					letter-spacing: -0.01em;
				}
			
			#maincont #mainright #facebookbox, 
			#maincont #mainright #linkedinbox, 
			#maincont #mainright #instagrambox
			{
				float: left;
				width: 100%;
				max-width: 400px;
				margin: 0 0 25px 0;
			}
	
				#maincont #mainright #facebookbox a, 
				#maincont #mainright #linkedinbox a, 
				#maincont #mainright #instagrambox a
				{
					float: left;
					width: 100%;
					color: #FFF;
					text-align: left;
					padding: 25px 30px;
					
					background-image: linear-gradient(to bottom, #3b5998 50%, #324C81 50%);
					background-size: 100% 200%;
					
					-webkit-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
					transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
				}

				#maincont #mainright #linkedinbox a
				{
					background-image: linear-gradient(to bottom, #0072b1 50%, #006197 50%);
					background-size: 100% 200%;
				}
				
				#maincont #mainright #instagrambox a
				{
					background-image: linear-gradient(to bottom, #c32aa3 50%, #c32aa3 50%);
					background-size: 100% 200%;
				}
				
				#maincont #mainright #facebookbox a:hover, 
				#maincont #mainright #linkedinbox a:hover, 
				#maincont #mainright #instagrambox a:hover
				{
					background-position: 0 -100%;
					text-decoration: none;
				}
				
					#maincont #mainright #facebookbox a p, 
					#maincont #mainright #linkedinbox a p, 
					#maincont #mainright #instagrambox a p
					{
						margin: 0;
						font-size: 1.4em;
						line-height: 1.1em;
						font-weight: 400;
						text-transform: uppercase;
						font-family: "Asap Condensed";
					}
					
					#maincont #mainright #facebookbox a p span.fas, 
					#maincont #mainright #linkedinbox a p span.fas, 
					#maincont #mainright #instagrambox a p span.fas
					{
						font-size: 2em;
						margin-bottom: 8px;
					}
					
					#maincont #mainright #facebookbox a p strong, 
					#maincont #mainright #linkedinbox a p strong, 
					#maincont #mainright #instagrambox a p strong
					{
						font-weight: 700;
					}

			#maincont #mainright .highlightbox
			{
				position: relative;
				background: #FC6621;
				margin: 0 0 25px 0;
				padding: 15px 20px;
				color: #FFF;
				width: 100%;
				max-width: 400px;
			}
	
				#maincont #mainright .highlightbox:before
				{
					content: " ";
					position: absolute;
					display: block;
					background: #FC6621;
					height: 16px;
					width: 16px;
					bottom: -8px;
					left: 20px;
					
					-webkit-transform: rotate(45deg);
					-moz-transform: rotate(45deg);
					transform: rotate(45deg);
				}
		
					#maincont #mainright .highlightbox p
					{
						text-transform: uppercase;
						font-weight: 600;
						font-size: 1.25em;
						line-height: 1em;
						letter-spacing: 0.02em;
						font-family: "Asap Condensed";
					}
				
					#maincont #mainright .highlightbox p:last-child
					{
						margin: 0;
					}
					
			#maincont #mainright p.fullimg img
			{
				display: block;
				width: 100%;
				max-width: 300px;
			}

#logoscont
{
	padding-top: 40px;
	background: #FFF;
	border-top: 1px solid #DDD;
}

	.home #logoscont
	{
		padding-top: 20px;
	}
	
		#logoscont .container
		{
			border-bottom: 1px dotted #CCC;
			padding-bottom: 40px;
		}

#testimonialscont
{
	padding-top: 80px;
	padding-bottom: 80px;
	background: #ECECEC;
	text-align: center;
}

	#testimonialscont .container-fluid
	{
		padding-left: 0;
		padding-right: 0;
	}
	
		#testimonialscont h3
		{
			width: 100%;
			max-width: 1140px;
			margin: 0 auto 20px auto;
			padding-left: 15px;
			padding-right: 15px;
		}
	
		#testimonialscont #testimonials .item
		{
			width: 100%;
			max-width: 1140px;
			margin: 0 auto;
			padding-left: 15px;
			padding-right: 15px;
		}
		
			#testimonialscont #testimonials .item p
			{
				font-size: 1.2em;
			}
		
			#testimonialscont #testimonials .item p.authortxt
			{
				color: #777;
				letter-spacing: 0.03em;
				font-size: 1em;
			}
		
			#testimonialscont .owl-nav
			{
				width: 100%;
				max-width: 400px;
				margin: 10px auto 0 auto;
				padding-left: 15px;
				padding-right: 15px;
			}
			
				#testimonialscont .owl-nav button
				{
					width: 49%;
					background: #FC6621;
					color: #FFF;
					line-height: 0em;
				}
				
					#testimonialscont .owl-nav button:hover
					{
						background: #333;
						color: #FFF;
					}

						#testimonialscont .owl-nav button span
						{
							padding: 7px 0;
							font-size: 1.1em;
						}
						
							#testimonialscont .owl-nav button.owl-prev
							{
								float: left;
								
								-webkit-border-top-left-radius: 5px;
								-webkit-border-bottom-left-radius: 5px;
								-moz-border-radius-topleft: 5px;
								-moz-border-radius-bottomleft: 5px;
								border-top-left-radius: 5px;
								border-bottom-left-radius: 5px;
							}
							
							#testimonialscont .owl-nav button.owl-next
							{
								float: right;
								
								-webkit-border-top-right-radius: 5px;
								-webkit-border-bottom-right-radius: 5px;
								-moz-border-radius-topright: 5px;
								-moz-border-radius-bottomright: 5px;
								border-top-right-radius: 5px;
								border-bottom-right-radius: 5px;
							}
	
	#testimonialscont p.morebutton
	{
		width: 100%;
		max-width: 1140px;
		margin: 80px auto 0 auto;
		padding-left: 15px;
		padding-right: 15px;
	}

#homesectionblack
{
	background: #222;
	color: #FFF;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 60px;
}

	#homesectionblack p
	{
		display: block;
		width: 100%;
		max-width: 800px;
		margin: 0 auto 20px auto;
		font-size: 1.1em;
		color: rgba(255,255,255,0.7);
	}
	
#areascovered
{
    text-align: center;
    color: #FFF;
}

    #areascovered .container
    {
        border-bottom: 1px dotted rgba(255,255,255,0.3);
    }
    
        #areascovered ul
        {
            margin-left: 0;
            list-style-type: none;
        }
        
            #areascovered ul li
            {
                display: inline-block;
                color: #FFF;
            	font-weight: 500;
            	font-family: "Asap Condensed";
            	text-transform: none;
                font-size: 1.4em;
                letter-spacing: 0em;
            }
            
            #areascovered ul li:after
            {
                content: " / ";
                color: rgba(255,255,255,0.6);
                padding: 0 18px;
                font-weight: 600;
            }
            
                #areascovered ul li:last-child::after
                {
                    content: "";
                }

#footercont
{
	padding-top: 60px;
	padding-bottom: 50px;
	color: #FFF;
	color: rgba(255,255,255,0.6);
}

	#footercont h3
	{
		color: #FFF;
		margin: 0 0 25px 0;
		font-size: 1.6em;
	}
	
	#footercont p
	{
		line-height: 1.4em;
	}
	
	#footercont hr
	{
		border-top: 1px dotted rgba(255,255,255,0.3);
	}
	
		#footercont #footertop
		{
			margin-bottom: 40px;
		}
		
			#footercont #footertop p.tagline
			{
				font-size: 1.7em;
				line-height: 1.2em;
				font-weight: 400;
				letter-spacing: 0.01em;
				color: #FFF;
				margin: 0;
				font-family: "Asap Condensed";
				text-transform: uppercase;
			}
			
			#footercont #footertop ul#socmedicons
			{
				float: right;
				list-style-type: none;
				margin: 0;
			}
			
				#footercont #footertop ul#socmedicons li
				{
					float: left;
					margin-left: 20px;
				}
				
					#footercont #footertop ul#socmedicons li a
					{
						display: block;
						color: #FFF;
						background: #FFF;
						font-size: 1.9em;
						line-height: 1em;
						padding: 6px;
						text-decoration: none;
						
                        -webkit-border-radius: 5px;
                        -moz-border-radius: 5px;
                        border-radius: 5px;
					}
					
    					#footercont #footertop ul#socmedicons li.iconfb a span { color: #3b5998; }
    					#footercont #footertop ul#socmedicons li.icontwit a span { color: #26a7de; }
    					#footercont #footertop ul#socmedicons li.iconinsta a span { color: #c32aa3; }
    					#footercont #footertop ul#socmedicons li.iconlink a span { color: #0a66c2; }
					
    						#footercont #footertop ul#socmedicons li a:hover
    						{
    							color: rgba(255,255,255,0.6);
    						}
					
		#footermiddle
		{
			margin-top: 50px;
			margin-bottom: 50px;
		}

			#footermiddle a
			{
				color: #FFF;
				font-weight: 600;
				text-decoration: none;
			}
			
			#footermiddle #usefullinks a
			{
				line-height: 1.5em;
			}
			
				#footermiddle #usefullinks a:hover
				{
					color: #FFF;
					text-decoration: underline;
				}
		
			#footermiddle #contactdets p
			{
				line-height: 1.4em;
				font-size: 1.15em;
				color: #FFF;
			}
		
				#footermiddle #contactdets p span
				{
					font-size: 1.2em;
					font-weight: 500;
					font-family: "Asap Condensed";
					text-transform: uppercase;
				}
				
			#footermiddle #feederform
			{
				margin: 0 0 20px 0;
				width: 97%;
			}
			
				#footermiddle #feederform form#quickquote fieldset
				{
					border: 0;
				}
			
				#footermiddle #feederform form#quickquote ul
				{
					list-style-type: none;
					margin: 0;
				}
				
					#footermiddle #feederform form#quickquote ul li
					{
						position: relative;
						margin: 0 0 10px 0;
					}

						#footermiddle #feederform form#quickquote fieldset input
						{
							padding: 8px 12px;
							width: 100%;
							border: 2px solid #FFF;
							background: #FFF;
							text-align: left;
							margin: 0;
							font-family: inherit;
							font-size: 16px;
							font-weight: 400;
							color: #333;

							-webkit-border-radius: 0;
							-moz-border-radius: 0;
							border-radius: 0;

							-webkit-appearance: none;
						}
				
		#footerbottom
		{
			margin-top: 30px;
			text-align: left;
		}
		
			#footerbottom a
			{
				color: #FFF;
				text-decoration: none;
			}
			
			#footerbottom a:hover
			{
				text-decoration: underline;
			}
			
				#footerbottom .col-lg-2
				{
					
				}
				
					#footerbottom .col-lg-2 p
					{
						margin: 0;
						font-size: 1.6em;
					}
					
						#footerbottom .col-lg-2 p a
						{
							color: #FFF;
						}
				
				#footerbottom .col-lg-10
				{
					text-align: right;
				}
				
					#footerbottom .col-lg-10 p
					{
						margin: 0;
					}
				


/* ==================================================
   Media Queries
================================================== */

@media only screen and (max-width: 1200px)
{
	
	
	
}

@media only screen and (max-width: 992px)
{
				
	.mobonly
	{
		display: block;
	}
	
	#gallerycont .innerdiv .innercentre .centretxt
	{
		width: 100%;
		max-width: 100%;
		margin: 0;
		text-align: left;
	}

		#gallerycont .innerdiv .innercentre .centretxt h3
		{
			width: 100%;
			max-width: 100%;
			margin: 0 0 10px 0;
		}
		
		#gallerycont .innerdiv .innercentre .centretxt p
		{
			margin: 0 0 20px 0;
		}
		
			#gallerycont .innerdiv .innercentre .centretxt p:last-child
			{
				margin: 0;
			}
	
	#maincont
	{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
		#maincont .container
		{
			background-image: none;
		}
	
			#maincont #mainleft
			{
				padding-right: 15px;
			}
							
	#homesectionblack
	{
		padding-top: 50px;
		padding-bottom: 40px;
	}
			
	#footercont
	{
		
	}

		#footercont #footertop ul#socmedicons
		{
			float: left;
		}
		
			#footercont #footertop ul#socmedicons li
			{
				margin-left: 0;
				margin-right: 15px;
			}
			
			#footerbottom .col-lg-10
			{
				text-align: left;
			}
			
		#footermiddle
		{
			margin-top: 20px;
			margin-bottom: 20px;
		}
		
			#footercont #footermiddle .col-12
			{
				margin: 15px 0;
			}
			
				#footermiddle #feederform
				{
					width: 100%;
				}

	#footerbottom
	{
		margin-top: 30px;
		text-align: left;
	}
	
		#footerbottom .col-lg-10
		{
			text-align: left;
			margin-top: 15px;
		}
	
}

@media only screen and (max-width: 768px)
{
				
	#headercont
	{
		
	}
	
		#headercont #headerleft
		{
			
		}
		
			#headercont #headerleft p a img
			{
				margin-bottom: 30px;
			}
		
		#headercont #headerright
		{
			text-align: left;
		}
	
			#headercont #headerright p
			{
				float: left;
				width: 100%;
			}
	
			#headercont #headerright ul#socmedicons
			{
				float: left;
			}

				#headercont #headerright ul#socmedicons li
				{
					margin-left: 0;
					margin-right: 15px;
				}
			
	#topcont
	{
		
	}
		
		#topcont #topright
		{
			
		}
		
			#topcont #topright ul
			{
				float: left;
				width: 100%;
			}
			
				#topcont #topright ul li
				{
					float: left;
					width: 100%;
					margin-right: 0;
				}
				
	#gallerycont
	{
		
	}
	
		#gallerycont .innerdiv .innercentre
		{
			padding-left: 0;
			padding-right: 0;
		}
		
		#gallerycont .innerdiv .innercentre .centretxt
		{
			padding: 15px 20px;
		}
		
	#homemessage
	{
		text-align: left;
	}
	
		#homemessage p
		{
			margin: 0;
		}

}

@media only screen and (max-width: 576px)
{
	
	
	
}

