/*--------------------------------------------------------------
BASIC STYLES
--------------------------------------------------------------*/

body {
	color: #222222;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

embed,
iframe,
object {
	max-width: 100%;
}

p {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 1.1em;
}

h1, h2, h3, h4, h5 {
	color: #618038;
	font-weight: normal;
	line-height: 1.25;
	margin-bottom: .5em;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

a {
	font-weight: bold;
	color: #618038;
	text-decoration: none;
}

a:visited {
	color: #618038;
}

a:hover,
a:focus,
a:active {
	color: #7fa749;
}

em, i {
	font-style: italic;
}

/*--------------------------------------------------------------
LAYOUT
--------------------------------------------------------------*/

/* ---------- NAVIGATION ---------- */

.main-navigation {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 20px;
}

.main-navigation > div > ul > li {
	margin: 0 10px;
}

.main-navigation li:hover {
	background-color: #618038;
}

.main-navigation li:hover a {
	color: #fff;
}

.main-navigation > div > ul > li:after {
	content: url('../img/grn-sq.png');
	position: absolute;
	right: -12px;
	top: 11px;
}

.main-navigation li:last-child:after { 
	content: none; 
}

.main-navigation a {
	font-size: 14px;
	color: #222222;
	padding: 10px 20px;
	font-weight: normal;
}

.main-navigation > div > ul > li > a {
	padding: 15px 20px;
}

.main-navigation a:hover {
	color: #fff;
	/*background-color: #24323E;*/
	/*background-color: rgba(0,0,0,0.05);*/
	/*background-color: #F2F2F2;*/
}

/* ---------- HOMEPAGE ---------- */

/* SLIDER AREA */

.slider {
	background-color: #24323E;
	color: #9dc109;
	padding-top: 15px;
}

.slider h1, 
.slider h2, 
.slider h3, 
.slider h4, 
.slider h5, 
.slider h6 {
	color: #9dc109;
}

.slick-carousel img {
	margin: 0 auto;
}

.logo{
	position: absolute;
	margin-top: 20px;
	margin-left: -165px;
	width: 215px;
	height: auto;
	z-index: 1000;
	-webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 	7px 7px 5px rgba(50, 50, 50, 0.75);
	box-shadow: 		7px 7px 5px rgba(50, 50, 50, 0.75);
}
.social-icons {
	position: absolute;
    top: 190px;
    margin-left: -165px;
}
.social-icons.mobile {
  /*  position: absolute;
    top: 66px;
    right: 80px;
    margin-left: 0px;*/
        position: absolute;
    left: 80px;
    top: 136px;
    margin-left: 0px;
}
.social-icons.mobile a {
	color: #618038;
	transition: color 150ms ease-in-out;
	margin-right: 5px;
}
.social-icons.mobile a i {
	font-size: 25px;
}
.social-icons.mobile p {
	margin-bottom: 0;
    font-size: 75%;
    color: #618038;
}
.social-icons p {
	margin-bottom: 0;
    font-size: 80%;
    color: #fff;
}
.social-icons a {
	color: white;
	transition: color 150ms ease-in-out;
	margin-right: 5px;
}
.social-icons a:hover {
	color: #9dc109;
}
.social-icons a i {
	font-size: 27px;
	font-weight: normal;
}
.brush{
	margin: -10px 0 25px 0;
	position: relative;
	z-index: 100;
}

.contactform {
	padding-bottom: 20px;
}

.contactform input {
	background-color: #b7b9c2;
	color: #333;
	border: none;
	border-radius: 5px;
	padding: 3px 5px 2px;
	height: 22px;
	width: 95%;
	font-size: 15px;
}
.contactform input:focus {
	background-color: #fefefe !important;
}
.contactform input[type="submit"] {
	background-color: #9dc109;
	color: #333;
	height: auto;
	width: auto;
	padding: 2px 10px 0;
	margin-top: 15px;
	float: right;
	margin-right: 5%;
	font-size: 12px;
}

.contactform label {
	font-size: 11px;
	text-transform: lowercase;
}

.contactform ul {
	list-style: none;
}

.gfield_required {
	margin-left: 3px;
	color: red;
}

.validation_message, .validation_error {
	font-size: 11px;
	color: red;
}

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

.pages-header {
	/*border-bottom: 1px solid #dddddd;*/
	margin-bottom: 20px;
}


/* ---------- PAGES ---------- */

.entry-content ul li, .entry-content ol li {
	margin-left: 30px;
	margin-bottom: 1em;
}

.service-areas {
	clear: both;
	padding-top: 20px;
}

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

.fancybox {
	padding: 5px;
	display: inline-block;
}


/* ---------- POSTS ---------- */

article.type-post {
	border-top: 1px solid #dddddd;
	padding-top: 20px;
}

article.type-post:first-child {
	border-top: none;
	padding-top: 0;
}

/* SIDE MENU */

/* Left Side Nav */
#menu-side-menu {
	list-style: none;
}

#menu-side-menu li {
	padding-left: 20px;
	background-image: url('../img/blue-sq.png');
	background-repeat: no-repeat;
	background-position: left .5em;
}

#menu-side-menu a {
	font-weight: normal;
}

.sidebar-extras {
	/*margin-top: 20px;*/
}

.sidebar-extras img {
	margin-right: 10px;
}

/* Right Side Widgets */
.widget {
	margin-bottom: 20px;
}

.widget ul {
	list-style: none;
}

.widget li {
	margin-bottom: .5em;
}

.widget a {
	font-weight: normal;
}

.widget h1 {
	background-color: #618038;
	color: #fff;
	padding: 5px 10px;
	font-size: 1.1em;
}


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

.site-footer {
	padding: 20px 0;
}

.site-footer .site-info {
	font-size: 12px;
	color: #808080;
}

.site-footer a {
	font-weight: normal;
}



.video-button {
    padding: 5px 10px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px 25px 20px 25px;
    /* background-color: #618038; */
    background: rgba(133,181,67,1);
    background: -moz-linear-gradient(top, rgba(133,181,67,1) 0%, rgba(97,128,56,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(133,181,67,1)), color-stop(100%, rgba(97,128,56,1)));
    background: -webkit-linear-gradient(top, rgba(133,181,67,1) 0%, rgba(97,128,56,1) 100%);
    background: -o-linear-gradient(top, rgba(133,181,67,1) 0%, rgba(97,128,56,1) 100%);
    background: -ms-linear-gradient(top, rgba(133,181,67,1) 0%, rgba(97,128,56,1) 100%);
    background: linear-gradient(to bottom, rgba(133,181,67,1) 0%, rgba(97,128,56,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85b543', endColorstr='#618038', GradientType=0 );
}
.video-button:hover {
	background: rgba(133,181,67,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(133,181,67,1) 0%, rgba(97,128,56,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(133,181,67,1)), color-stop(100%, rgba(97,128,56,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(133,181,67,1) 0%, rgba(97,128,56,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(133,181,67,1) 0%, rgba(97,128,56,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(133,181,67,1) 0%, rgba(97,128,56,1) 100%);
background: radial-gradient(ellipse at center, rgba(133,181,67,1) 0%, rgba(97,128,56,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85b543', endColorstr='#618038', GradientType=1 );
}

/* CONFIRMATION MESSAGE */

.gform_confirmation_message {
	margin-top: 60px !important;
    font-style: italic !important;
}

#gform_confirmation_wrapper_1 {
	margin-top: 60px !important;
    font-style: italic !important;
}

/* ---------- FOUNDATION QUERIES ---------- */

/* Mobile */
@media only screen and (max-width: 640px) {

	/*body {
		background-color: red;
	}*/

} 

/* Tablet */
@media only screen and (min-width: 641px) and (max-width: 1024px) {

	/*body {
		background-color: yellow;
	}*/

	.logo{
		position: absolute;
		margin-top: -10px;
		margin-left: -10px;
		width: 175px;
		height: auto;	
	}

	.contactform input {
		width: 100%;
	}

	.contactform input[type="submit"] {
		margin-right: 0;
	}
	
} 

/* Large and Up */
@media only screen and (min-width : 1025px) {

	/*body {
		background-color: green;
	}*/
	
} 
