
/*
Theme Name: Elvis Lawn Care
Theme URI: 
Author: ManceBlueTech
Author URI: 
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elvlawn
Tags: 
*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, 
em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body{
	font-family: helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

a:focus {
	outline: none;
}

a:link {color:#000; text-decoration:none;}
a:hover {color:#606060; text-decoration:none;}
a:active {color:#606060; text-decoration:none;}
a:visited {color:#000; text-decoration:none;}

/** Generated by FG **/
@font-face {
	font-family: 'Gotham-Bold';
	src: url('fonts/Gotham-Bold.eot');
	src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Gotham-Bold.woff2') format('woff2'), 
		 url('fonts/Gotham-Bold.woff') format('woff'), 
		 url('fonts/Gotham-Bold.ttf') format('truetype'), 
		 url('fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AlegreyaSans-Med';
	src: url('fonts/AlegreyaSans-Med.eot');
	src: url('fonts/AlegreyaSans-Med.eot?#iefix') format('embedded-opentype'),
		 url('fonts/AlegreyaSans-Med.woff2') format('woff2'), 
		 url('fonts/AlegreyaSans-Med.woff') format('woff'), 
		 url('fonts/AlegreyaSans-Med.ttf') format('truetype'), 
		 url('fonts/AlegreyaSans-Med.svg#AlegreyaSans-Med') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*

color choice #1

#00FFFF turquoise
#000 black
#D3D3D3 ash gray
#0033CC dark blue
#ffffff white

color choice #2

#62707F
#93A8BF
#C4E1FF
#313840
#B1CAE5

*/

/* -------------------------------------- HEADER --------------------------------------- */

#mainHeader{
	position: fixed;
	top: 0px;
	width: 100%;
	min-height: 20px;
	background: #fff;
	z-index: 999;
}

@media (min-width : 1200px) {
	#mainHeader{
		position: fixed;
	}
}

#logo{
	position: relative;
	width: 75%;
	height: auto;
	margin: 15px auto;
	font-size: 45px;
	font-family: 'Gotham-Bold',sans-serif;
	line-height: normal;
	text-align: center;
}

#logo span{
	display: block;
	color: #0d5330; /* Green */
	font-size: 16px;
	font-family: 'AlegreyaSans-Med', sans-serif;
}

#header3{
	letter-spacing: 2px;
}

/* -------------------------------------- MENU --------------------------------------- */

#mobileMenu{
	display: block;
	width: 100%;
	padding: 2px 0px 5px;
	text-align: center;
	font-size: 26px;
	cursor: pointer;
	background: #0d5330; /* Green */
}

@media (min-width : 768px) {
	#mobileMenu{
		display: none;
	}
}

#mobileMenu i{
	display: block;
	color: #835C3B; /* Brown */
	color: #fff;
}

#closeBtn{
	position: absolute;
	display: block;
	left: 2%;
	top: 0px;
	cursor: pointer;
	text-align: center;
	font-size: 1.313rem;
	color: #fff;
	width: 64px;
	height: 64px;
	line-height: 66px;
}

@media (min-width : 768px) {
	#closeBtn{
		display: none;
	}
}

#mainMenu{
	display: none;
	padding-top: 80px;
	width: 100vw;
	height: 100vh;
	background: #0d5330; /* Green */
	position: fixed;
	top: 0px;
	width: 100%;
	font-size: 20px;
	z-index: 999;
}

@media (min-width : 768px) {
	#mainMenu{
		position: relative;
		width: 100%;
		height: auto;
		padding: 5px 0px;
		display: block;
	}
}

.menu ul,
.menu-menu-container ul {
	color: #fff;
	list-style: none;
    text-align: center;
    font-weight: 400;
}

.menu ul li,
.menu-menu-container ul li{
	width: 100%;
	display: block;
	margin: 15px 0px;
}

@media (min-width : 768px) {
	.menu ul li,
	.menu-menu-container ul li{
		width: auto;
		margin: 0px 5px;
		display: inline-block;
	}
}

.menu ul li a:link,
.menu ul li a:visited,
.menu-menu-container ul li a:link,
.menu-menu-container ul li a:visited{
	color: #fff;
}

.menu ul li a:hover,
.menu ul li a:active,
.menu-menu-container ul li a:hover,
.menu-menu-container ul li a:active{
	color: #aaa;
}

/* -------------------------------------- DEFAULT --------------------------------------- */

.midContainer{
	padding: 10px 0px;
}

#mainContent{
	position: relative;
	width: 	100%;
	height: auto;
	margin-top: 0%;
	text-align: justify;
	z-index: 998;
}

@media (min-width : 768px) {
	#mainContent{
		margin-top: 0%;
	}
}

@media (min-width : 980px) {
}

#mainContent h1{
	font-size: 25px;
	text-align: center;
	font-family: 'Gotham-Bold',sans-serif;
	color: #0d5330; /* Green */
}

#mainContent h2{
	font-size: 22px;
	text-align: center;
	font-family: 'Gotham-Bold',sans-serif;
	color: #0d5330; /* Green */
}

#mainContent h3{
	font-size: 18px;
	text-align: center;
	font-family: 'Gotham-Bold',sans-serif;
	color: #0d5330; /* Green */
}

#mainContent p{
	margin-bottom: 8px;
}

/* -------------------------------------- SLIDER --------------------------------------- */

#topSlider{
	position: relative;
	margin-top: 32%;
	width: 100%;
	min-height: 150px;
	z-index: 998;
}

@media (min-width : 533px) {
	#topSlider{
		margin-top: 15%;
	}
}

@media (min-width : 768px) {
	#topSlider{
		margin-top: 8%;
	}
}


@media (min-width : 980px) {
	#topSlider{
	}
}

@media (min-width : 1200px) {
	#topSlider{
		margin-top: 0%;
	}
}

#topSlider img{
	width: 100%;
	height: 100%;
}

.placement{
	position: relative;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 1;
}

.realImg{
	position: absolute;
	top: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
}

/* -------------------------------------- HOME --------------------------------------- */

#homeContent{
	position: relative;
	margin: 0px auto;
	width: 80%;
	height: auto;
	padding: 12px 0px;
}

@media (min-width : 768px) {
	#homeContent{
		width: 95%;
	}
}


/* -------------------------------------- ABOUT --------------------------------------- */

.circbase{
	border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
}

#profile{
	position: relative;
	width: 200px;
	height: 200px;
	margin: 0px auto;
	border: 1px solid #000;
	overflow: hidden;
}

@media (min-width : 768px) {
	#profile{
		width: 200px;
		height: 200px;
	}
}

@media (min-width : 980px) {
}

#profile img{
	width: 100%;
	height: auto;
	overflow: hidden;
}


/* -------------------------------------- SERVICES ------------------------------------- */

.services{
	position: relative;
	width: 65%;
	height: auto;
	margin: 0px auto 10px;
	padding: 30px 40px;
	background: #aaa;
}

.services ul{
	list-style-type: disc;
}

.services ul li{
	list-style-type: disc;
	text-align: center;
}



/* -------------------------------------- GALLERY ------------------------------------- */

#galleryContainer{
	position: relative;
	width: 100%;
	height: auto;
	padding: 110px 0px 0px;
}

@media (min-width : 768px) {
	#galleryContainer{
		padding: 120px 0px 0px;
	}
}

@media (min-width : 980px) {
	#galleryContainer{
		padding: 127px 0px 0px;
	}
}

#workGallery{
	position: relative;
	width: 100%;
	height: 400px;
}

@media (min-width : 768px) {
	#workGallery{
		height: 500px;
	}
}

@media (min-width : 1200px) {
	#workGallery{
		height: 800px;
	}
}

.gallerySlides{
	position: relative;
	width: 100%;
	height: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.gallerySlides img{
	display: none;
	width: 100%;
	height: auto;
	z-index: -1;
}

.slideCaption{
	position: absolute;
	width: 100%;
	bottom: 0px;
	padding: 10px;
	color: #000;
	text-align: center;
	background: rgba(255,255,255,0.75);
}

/* -------------------------------------- CONTACT ------------------------------------- */

#contact{
	position: relative;
	width: 100%;
	width: 80%;
	max-width: 800px;
	height: auto;
	margin: 0px auto;
	text-align: justify;
	z-index: 998;
}

#contactForm{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0px auto;
}

#contactForm input[type="text"]{
	position: relative;
	width: 100%;
	padding: 15px 10px;
	border: 1px solid #aaa;
	margin: 5px 0px;
	box-sizing: border-box;
}

#contactForm select{
	position: relative;
	width: 100%;
	height: auto;
	margin: 5px 0px;
	padding: 15px 10px;
	border: 1px solid #aaa;
	box-sizing: border-box;
	/*-moz-appearance: none;
	-webkit-appearance: none;*/
}

#contactForm textarea{
	position: relative;
	width: 100%;
	height: 100px;
	margin: 5px 0px;
	padding: 15px 15px;
	border: 1px solid #aaa;
	resize: none;
	box-sizing: border-box;
}

@media (min-width : 768px) {
	#contactForm textarea{
		height: 150px;
	}
}

#submitBtn{
	display: block;
	margin: 10px auto;
	padding: 15px;
	text-align: center;
	color:#fff;
	font-size: 14px;
	background: #0d5330; /* Green */
	border: none;
	cursor: pointer;
}

/* -------------------------------------- FOOTER --------------------------------------- */

#footer{
	/*position: relative;*/
	position: relative;
	width: 100%;
	height: auto;
	padding: 8px 0px;
	background: #0d5330; /* Green */
	font-size: 12px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-family: 'AlegreyaSans-Med', sans-serif;
	z-index: 999;
}

@media (min-width : 768px) {
	#footer{
		text-align: left;
	}
}

#footer a:link, #footer a:visited{
	color: #fff;
}

#footertext{
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
	padding-bottom: 15px;
}

@media (min-width : 768px) {
	#footertext{
		position: relative;
		top: 5px;
		width: 55%;
		height: auto;
		margin-left: 6px;
		text-align: left;
		display: inline-block;
		vertical-align: top;
	}
}

@media (min-width : 980px) {
	#footertext{
		width: 58%;
	}
}

#footertext span{
	position: relative;
	width: 100%;
	display: block;
}

@media (min-width : 768px) {
	#footertext span{
		display: inline;
	}
}

#fAddress{
	display: block;
	margin: 20px 0px;
}

@media (min-width : 768px) {
	#fAddress{
		display: inline;
		margin: 0px;
	}
}

#elvphone{
	display: block;
	padding: 0px 0px 11px;
	font-size: 20px;
}

@media (min-width : 768px) {
	#elvphone{
		display: inline;
		padding: 0px;
		margin: 0px 5px 0px 5px;
		font-size: 18px;
	}
}

/* -------------------------------------- SOCIAL ICONS --------------------------------------- */

#socialIcons{
	position: relative;
	width: 100%;
	font-size: 18px;
	font-size: 30px;
	display: block;
}

@media (min-width : 768px) {
	#socialIcons{
		vertical-align: top;
		display: inline-block;
		width: 40%;
		height: auto;
		text-align: right;
	}
}

#socialIcons a{
	padding: 5px 8px;
}

#socialIcons a:link,
#socialIcons a:visited{
	color: #fff;
}

#socialIcons a:hover{
	color: #aaa;
}

#socialIcons img{
	width: 18px;
	height: auto;
}



















