@import url("https://fonts.googleapis.com/css?family=Oswald:400,700");
@import url("https://fonts.googleapis.com/css?family=Raleway:800");

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	background-color: #333333;
}
body {
	background-color: #ffffff;
}

address {
	font-style: normal;
}

.clear-fix {
	clear: both !important;
	float: none !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	visibility: hidden !important;
}

/* 404 and no posts */
.no-posts h2,
.error404 h2 {
	width: 100%;
	margin: 20px 0 5px 0;
	font-family: "Oswald", sans-serif;
	font-size: 30px;
	color: #1f5123;
	padding: 0 20px;
}
.no-posts p,
.error404 p {
	width: 100%;
	margin: 0;
	padding: 0 20px 20px 20px;
	font-family: "Arial", sans-serif;
	font-size: 16px;
}
.error404 p a {
	font-size: 16px;
	font-family: "Arial", sans-serif;
	color: #1f5123;
	text-decoration: none;	
}

/* Header */
.header {
	width: 100%;
	height: 150px;
	border-top: 15px solid #8bc53f;
	border-bottom: 5px solid #b3b3b3;
}
.header .inner {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1000;
}
.header .inner .logo {
	width: 178px;
	height: 110px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -55px 0 0 -89px;
	cursor: pointer;
}
.header .inner .logo img {
	max-width: 100%;
	max-height: 100%;
}
.header .inner .toggle {
	display: block;
	width: 30px;
	height: 25px;
	position: absolute;
	top: 50%;
	right: 25px;
	margin: -12.5px 0 0 0;
	cursor: pointer;
}
.header .inner .toggle img {
	max-width: 100%;
	max-height: 100%;
}

/* Navigation */
.menu {
	display: none;
	width: 100%;
	position: absolute;
	top: 135px;
	padding: 0;
	margin: 0;
	background-color: #1f5123;
	list-style-type: none;
}
.menu li {
	width: 100%;
}
.menu li a {
	display: block;
	width: 100%;
	padding: 10px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.menu li:hover .sub-menu {
	display: block;
}
.menu li .sub-menu {
	display: none;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #74b64a;
	list-style-type: none;
}

/* Contact */
.header .inner .contact {
	display: none;
}

.page-id-137 a {
	color:#8bc53f;
}

/* Slider */
.slider {
	width: 100%;
	height: 300px;
	padding: 0 0 5px 0;
	position: relative;
	background-color: #8bc53f;
}
.slider .caption {
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
}
.slider .caption .text {
	width: auto;
	max-width: 100%;
	padding: 10px;
	float: left;
	margin: 0;
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.75);
	font-family: "Oswald", sans-serif;
	font-size: 18px;
	color: #000000;
}
.slider .arrows {
	position: absolute;
	top: 0;
	right: 10px;
	left: 10px;
}
.slider .arrows .arrow {
	width: 45px;
	height: 50px;
	float: left;
	display: block;
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.75);
}
.slider .arrows .arrow.left {
	padding: 10px 5px 10px 10px;
}
.slider .arrows .arrow.right {
	padding: 10px 10px 10px 5px;
}
.slider .arrows .arrow img {
	max-width: 100%;
	max-height: 100%;
}

/* Container */
.container {
	width: 100%;
	margin: 0 auto;
}

/* Home */
.home h1 {
	width: 100%;
	margin: 20px 0;
	font-family: "Oswald", sans-serif;
	font-size: 30px;
	color: #1f5123;
	padding: 0 20px;
	text-align: center;
	text-transform: uppercase;
}
.home .mpus {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.home .mpus .mpu {
	width: 100%;
	margin: 0 auto 20px auto;
}
.home .mpus .mpu a img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.home .mpus .mpu h3 {
	margin: 0;
}
.home .mpus .mpu h3 a {
	display: block;
	text-decoration: none;
	width: 100%;
	text-align: center;
	font-size: 22px;
	margin: 20px 0 0 0;
	font-family: "Oswald", sans-serif;
	text-transform: none;
	color: #74b64a;
	padding: 0 0 10px 0;
	border-bottom: 5px solid #74b64a;
	border-bottom: 5px solid rgba(116, 182, 74, 0.4);
}
.home .mpus .mpu p {
	width: 100%;
	margin: 20px 0 0 0;
	font-family: "Arial", sans-serif;
	text-align: center;
	font-size: 16px;
}

/* Testimonial */
.testimonial {
	width: 100%;
	background-color: #e6e6e6;
}
.testimonial .inner {
	width: 100%;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
}
.testimonial .inner .text {
	width: 100%;
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	color: #74b64a;
	margin: 0;
	float: left;
	text-align: center;
}
.testimonial .inner .text img {
	width: 20px;
	margin: 0 5px;
	height: auto;
}
.testimonial .inner .text img:first-of-type {
  float: left;
}
.testimonial .inner .text img:last-of-type {
  float: right;
}

/* Accreditations */
.accreditations {
	width: 100%;
	background-color: #e6e6e6;
}
.accreditations .inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 20px 20px;
	text-align: center;
}
.accreditations .inner a {
	max-width: 120px;
	max-height: 120px;
	vertical-align: middle;
	margin: 20px 20px 0 0;
	display: inline-block;
}
.accreditations .inner a img {
	max-width: 100%;
	max-height: 100%;
}

/* Location */
.location {
	width: 100%;
	background-color: #8bc53f;
}
.location .inner {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
}
.location .inner img {
	width: 50px;
	height: auto;
}
.location .inner .name {
	width: 100%;
	font-size: 20px;
	font-family: "Oswald", sans-serif;
	color: #ffffff;
	margin: 10px 0 0 0;
}
.location .inner .address {
	width: 100%;
	font-size: 13px;
	font-family: "Oswald", sans-serif;
	color: #ffffff;
	margin: 5px 0 0 0;
}

/* Copyright */
.copyright {
	width: 100%;
	background-color: #333333;
}
.copyright .inner {
	width: 100%;
	margin: 0 auto;
	padding: 40px 20px 35px 20px;
}
.copyright .inner p {
	width: 100%;
	font-size: 12px;
	margin: 0 0 5px 0;
	color: #ffffff;
	font-family: "Raleway", sans-serif;
	font-weight: 800;
}
.copyright .inner a {
	width: 100%;
	font-size: 12px;
	margin: 0 0 5px 0;
	color: #ffffff;
	text-decoration: none;
	font-family: "Raleway", sans-serif;
	font-weight: 800;
}

/* Filters */
.category-projects .filters,
.category-commercial .filters,
.category-residential .filters {
	width: 100%;
	padding: 20px 30px 0 30px;
}
.category-projects .filters a,
.category-commercial .filters a,
.category-residential .filters a {
	width: auto;
	display: block;
	float: left;
	padding: 10px;
	text-align: center;
	background-color: #1f5123;
	color: #ffffff;
	margin: 10px 10px 0 0;
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
}
.category-projects .filters a.active,
.category-commercial .filters a.active,
.category-residential .filters a.active {
	background-color: #8bc53f;
}

/* Heading */
.category-projects .heading,
.category-commercial .heading,
.category-residential .heading,
.category-testimonials .heading {
	width: 100%;
	margin: 20px 0 0 30px;
	font-family: "Oswald", sans-serif;
	color: #8bc53f;
}

/* Projects */
.category-projects .listing,
.category-commercial .listing,
.category-residential .listing {
	width: 100%;
	padding: 30px 0 0 0;
	margin: 0;
	list-style-type: none;
}
.category-projects .listing .item,
.category-commercial .listing .item,
.category-residential .listing .item {
	width: 100%;
	border-bottom: 5px solid #74b64a;
	border-bottom: 5px solid rgba(116, 182, 74, 0.4);
}
.category-projects .listing .item img,
.category-commercial .listing .item img,
.category-residential .listing .item img {
	width: 100%;
	height: auto;
	margin: 0 auto 20px auto;
	max-width: 100%;
}
.category-projects .listing .item h2,
.category-commercial .listing .item h2,
.category-residential .listing .item h2 {
	width: 100%;
	font-size: 22px;
	font-family: "Oswald", sans-serif;
	margin: 0;
	color: #8bc53f;
}
.category-projects .listing .item h2 a,
.category-commercial .listing .item h2 a,
.category-residential .listing .item h2 a {
	width: 100%;
	display: block;
	color: inherit;
	text-decoration: none;
}
.category-projects .listing .item .categories,
.category-commercial .listing .item .categories,
.category-residential .listing .item .categories {
	width: 100%;
	margin: 0 0 20px 0;
	color: #1f5123;
}
.category-projects .listing .item .categories a,
.category-commercial .listing .item .categories a,
.category-residential .listing .item .categories a {
	color: inherit;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
}
.category-projects .listing .item .excerpt,
.category-commercial .listing .item .excerpt,
.category-residential .listing .item .excerpt {
	width: 100%;
	font-size: 16px;
	font-family: "Arial", sans-serif;
}
.category-projects .listing .item .view,
.category-commercial .listing .item .view,
.category-residential .listing .item .view {
	width: 100%;
	font-size: 16px;
	font-family: "Oswald", sans-serif;
	margin: 20px 0 0 0;
	display: block;
	text-align: right;
	color: #8bc53f;
	text-decoration: none;
}

/* Testimonials */
.category-testimonials .listing {
	width: 100%;
	padding: 30px 0 0 0;
	margin: 0;
	list-style-type: none;
}
.category-testimonials .listing .item {
	width: 100%;
}
.category-testimonials .listing .item .content {
	width: 100%;
	font-size: 16px;
	font-family: "Arial", sans-serif;
}
.category-testimonials .listing .item h2 {
	width: 100%;
	font-size: 16px;
	font-family: "Oswald", sans-serif;
	color: #8bc53f;
	text-align: right;
	padding: 0 0 10px 0;
	border-bottom: 3px solid #74b64a;
	border-bottom: 3px solid rgba(116, 182, 74, 0.4);
}

/* Pagination */
.category-projects .pagination,
.category-commercial .pagination,
.category-residential .pagination,
.category-testimonials .pagination {
	width: 100%;
	margin: 0 auto 20px auto;
	text-align: center;
	list-style-type: none;
	padding: 0;
}
.category-projects .pagination li,
.category-commercial .pagination li,
.category-residential .pagination li,
.category-testimonials .pagination li {
	width: auto;
	display: inline-block;
}
.category-projects .pagination li a,
.category-commercial .pagination li a,
.category-residential .pagination li a,
.category-testimonials .pagination li a {
	margin: 5px 0 0 0;
	font-size: 12px;
	font-family: "Oswald", sans-serif;
	color: #ffffff;
	padding: 5px 10px;
	background-color: #74b64a;
	text-decoration: none;
	text-transform: uppercase;
}

/* Single */
.single .hero img {
	width: 100%;
	height: auto;
}
.single .content {
	width: 100%;
	padding: 20px 20px 10px 20px;
}
.single .content h1 {
	width: 100%;
	margin: 0;
	font-family: "Oswald", sans-serif;
	color: #8bc53f;
}
.single .content .categories {
	width: 100%;
	margin: 0 0 20px 0;
	color: #1f5123;
}
.single .content .categories a {
	color: inherit;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
}
.single .content .text {
	width: 100%;
	font-size: 16px;
	font-family: "Arial", sans-serif;
}

/* gallery styles are loaded after so get angry!! */

.single .content .text .gallery {
	width: 100% !important;
	padding: 10px 0 0 0 !important;
	clear: both !important;
	margin: 0 !important;
}
.single .content .text .gallery .gallery-item {
	margin: 0 5px 5px 0 !important;
	width: 100px !important;
	height: 100px !important;
	float: left !important;
}
.single .content .text .gallery .gallery-item a {
	width: 100px !important;
	height: 100px !important;
	display: block !important;
}
.single .content .text .gallery .gallery-item a img {
	max-width: 100px !important;
	max-height: 100px !important;
	border: 0 !important;
}

/* Page */
.page .hero img {
	width: 100%;
	height: auto;
}
.page .content {
	float: left;
	width: 100%;
	padding: 20px 20px 10px 20px;
}
.page .content.half.padding-left {
	padding: 0 20px 10px 20px;
}
.page .content h1 {
	width: 100%;
	margin: 0 0 20px 0;
	font-family: "Oswald", sans-serif;
	color: #8bc53f;
}
.page .content .text {
	width: 100%;
	font-size: 16px;
	font-family: "Arial", sans-serif;
}

/* gallery styles are loaded after so get angry!! */

.page .content .text .gallery {
	width: 100% !important;
	padding: 10px 0 0 0 !important;
	clear: both !important;
	margin: 0 !important;
}
.page .content .text .gallery .gallery-item {
	margin: 0 5px 5px 0 !important;
	width: 100px !important;
	height: 100px !important;
	float: left !important;
}
.page .content .text .gallery .gallery-item a {
	width: 100px !important;
	height: 100px !important;
	display: block !important;
}
.page .content .text .gallery .gallery-item a img {
	max-width: 100px !important;
	max-height: 100px !important;
	border: 0 !important;
}

/* right */

.page .container .right {
	width: 100%;
	padding: 0 10px;
	float: left;
}
.page .container .right .item {
	width: 50%;
	float: left;
	padding: 20px 10px 0 10px;
	border-top: 3px solid #74b64a;
	border-top: 3px solid rgba(116, 182, 74, 0.4);
}
.page .container .right .item img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 0 auto 20px auto;
}
.page .container .right .item h2 {
	width: 100%;
	font-size: 22px;
	font-family: "Oswald", sans-serif;
	margin: 0;
	color: #8bc53f;
}
.page .container .right .item h2 a {
	width: 100%;
	display: block;
	color: inherit;
	text-decoration: none;
}
.page .container .right .item .categories {
	width: 100%;
	margin: 0 0 20px 0;
	color: #1f5123;
}
.page .container .right .item .categories a {
	color: inherit;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
}

/* wordpress alignment */

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* contact */

.ninja-forms-cont {
  padding: 20px 0 0 0;
  margin: 10px 0 0 0;
  font-size: 14px;
  border-top: 1px solid #cccccc;
}
.ninja-forms-cont .field-wrap {
  margin: 20px 0 0 0;
}

.ninja-forms-cont .field-wrap input {
  padding: 10px;
  font-size: 14px;
  outline: none;
  border: 1px solid #cccccc;
}
.ninja-forms-cont .field-wrap textarea {
  padding: 10px;
  font-size: 14px;
  resize: vertical;
  outline: none;
  border: 1px solid #cccccc;
}
.ninja-forms-cont .field-wrap input[type="submit"] {
  width: 100%;
  display: block;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  background-color: #8bc53f;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

.ninja-forms-cont .ninja-forms-response-msg p {
  width: 100%;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  background-color: #74b64a;
  display: block;
  padding: 10px;
  margin: 0;
  text-align: center;
}