/*
Theme Name: Landscape Consultants
Theme URI: http://www.wccit.com
Author: WCCIT
Author URI: http://www.wccit.com
Version: 9999

*/

@charset "utf-8";
/* CSS Document */

/*font-family: 'Arvo', serif;
font-family: 'Ubuntu', sans-serif;
*/

a {
	-webkit-transition: all 400ms cubic-bezier(1, 0.19, 1, 1);
	transition: all 400ms cubic-bezier(1, 0.19, 1, 1);
}

a:hover {
	color: #a6a95a;
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}
.service-group img {
	width: 280px;
}
header,
section,
footer {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}

footer #mc-embedded-subscribe {
	color: #fff !important;
	background-color: #8dc63f !important;
}

header {
	position: absolute;
	top: 0px;
	z-index: 999;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

section.ft-service {
	background: #d3d4d2;
}

.top-menu {
	text-align: right;
}

.top-menu a {
	display: inline-block;
}

a.invoice-pay {
	font-size: 17px;
	background: #8dc63f;
	color: #fff;
	text-align: center;
	padding: 5px 2px;
	display: inline-block;
	border-radius: 0;
}

.phone {
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	padding: 10px 5px;
}

.social {
	font-size: 30px;
	color: #fff;
}

a.start-pro,
a.invoice-pay {
	max-width: 121px;
	font-size: 16px;
	font-weight: 700;
	background: url(images/pro-bg.png) top left no-repeat;
	background-size: 100%;
	color: #fff;
	line-height: 17px;
	padding: 6px 0px;
	text-align: left;
	vertical-align: top;
	margin-left: 10px;
	/*-webkit-box-shadow: inset 0px 0px 0px 0px #728135;
	box-shadow: inset 0px 0px 0px 0px #728135;*/
	-webkit-filter: brightness(100%);
}

a.invoice-pay {
	height: 55px;
	padding: 6px 7px;
}

a.start-pro img {
	float: left;
	margin: -4px 0px 0px;
}

a.start-pro span {
	display: inline;
}

a.start-pro:hover,
a.invoice-pay:hover {
	/*-webkit-box-shadow: inset 140px 0px 0px 0px #728135;
	box-shadow: inset 140px 0px 0px 0px #728135;*/
	-webkit-filter: brightness(70%);
	-webkit-transition: all 0s;
	transition: all 0s;
}

.nav>li>a {
	text-transform: uppercase;
	font-size: 15px;
	padding: 10px 6px;
}

#Menu {
	float: right;
}

@media (min-width: 961px) {
	.logo {
		width: 36%;
		padding: 0px;
	}

	.top-menu,
	.menu {
		width: 64%;
	}
}

.logo {
	padding-top: 15px;
}

.ser-box {
	padding: 0px 10px;
}

.services {
	background: #889337;
	padding: 30px 0px 0px;
	border-top: 5px solid #8dc63f;
}

.srv-burshed {
	width: 100%;
	margin-top: 20px;
	margin-bottom: -2px;
}

.service-box {
	/*background: url(images/service-round-bg.png) left top no-repeat;*/
	background-size: contain;
	text-align: center;
	min-height: 240px;
	width: 100%;
	padding: 30px 0px 0px;
	color: #728135;
}

.ser-box img {
	border-radius: 50%;
	padding-bottom: 20px;
}

.services h2,
.projects h2,
.reputation h2,
.ft-service h2 {
	color: #fff;
	font-size: 38px;
	font-style: italic;
	margin-bottom: 10px;
	text-align: center;
}

.service-box h6 {
	font-size: 20px;
	font-style: italic;
	margin-top: 10px;
}

.service-box a h6 {
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	position: absolute;
	top: 45%;
	width: 90%;
}

/*.ser-box:nth-child(3) .service-box a h6{
	color: #357b81;
}
.ser-box:nth-child(4) .service-box a h6{
	color: #6e5b45;
}
.ser-box:nth-child(5) .service-box a h6{
	color: #8dc63f;
}*/

.projects {
	padding: 10px 0px;
	position: relative;
}

.projects h2 {
	color: #357b81;
}

.pro-box {
	margin-bottom: 35px;
}

.prj-boxes h5 {
	width: 100%;
	text-align: center;
	padding: 15px 5px;
	font-size: 22px;
	background: #728135;
	margin: 0px 0px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Arvo', serif;
	transition: all 400ms linear;
}

.prj-boxes h5 a {
	color: #fff;
	transition: all 400ms linear;
}

.pro-box:nth-child(3) .prj-boxes h5 {
	background: #357b81;
}

.pro-box:nth-child(4) .prj-boxes h5 {
	background: #6e5b45;
}

.pro-box:nth-child(5) .prj-boxes h5 {
	background: #357b81;
}

.pro-box:nth-child(6) .prj-boxes h5 {
	background: #728135;
}

.pro-box:nth-child(7) .prj-boxes h5 {
	background: #728135;
}

.pro-box:nth-child(8) .prj-boxes h5 {
	background: #357b81;
}

.pro-box:nth-child(9) .prj-boxes h5 {
	background: #6e5b45;
}

.pro-box:nth-child(10) .prj-boxes h5 {
	background: #357b81;
}

.pro-box:nth-child(11) .prj-boxes h5 {
	background: #6e5b45;
}

.pro-box:nth-child(12) .prj-boxes h5 {
	background: #728135;
}



.prj-boxes:hover h5 {
	background: #87bf3d !important;
}

.prj-boxes h5 a:hover {
	text-decoration: underline !important;
}

.reputation {
	background: url(images/review-bg.png) top left no-repeat;
	background-size: cover;
	padding: 30px 0px 0px;
}

.repu-logo {
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	padding: 60px 0px;
	max-width: 200px;
	margin: 0px auto -55px;
	/*-webkit-transition: all 400ms linear;
    transition: all 400ms linear;*/
}

.repu-score {
	width: 100%;
	height: 100%;
	background: #728135;
	border-radius: 50%;
	border-style: solid;
	padding: 25px 0px;
	max-width: 100px;
	max-height: 100px;
	margin: 0px auto 0px;
	text-align: center;
	font-size: 35px;
	color: #fff;
}

/*.repu-logo:hover img {
    -webkit-animation: bluring 600ms linear; 
animation: bluring 600ms linear; }*/


.ft-service {
	padding: 10px 0px 10px;
	background: #d3d4d2;
}

.ft-service h2 {
	color: #6e5b45;
}

.ser-listing ul {
	list-style: none;
	font-size: 24px;
	color: #6e5b45;
	line-height: 35px;
}

.ser-listing ul li {
	position: relative;
	padding-left: 25px;
}

.ser-listing ul li:before {
	content: '\f111';
	position: absolute;
	top: 14px;
	left: 0px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 10px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ft-service h5 {
	font-size: 24px;
	line-height: 30px;
	color: #6e5b45;
	display: block;
	clear: both;
	text-align: center;
	margin: 20px 0px;
	width: 100%;
	float: left;
}

footer {
	background: #222222;
	padding: 20px 0px;
	color: #fff;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 18px;
}

footer ul {
	padding: 0px 15px 0px;
}

footer li a {
	color: #fff;
}

.ft-box h6 {
	font-size: 18px;
}

address {
	line-height: 18px;
}

address p {
	display: block;
	margin-top: 20px;
}

address span {
	display: inline;
	float: left;
	height: 55px;
	margin-right: 10px;
}

.social-icons {
	width: 100%;
	margin-top: 20px;
}

.social-icons a {
	font-size: 65px;
	color: #fff;
	margin-left: 8px;
	text-shadow: 0px 0px 0px #7bc043;
}

.social-icons a:hover {
	color: #7bc043;
	/*text-shadow: 5px 8px 0px transparent;*/
}

.copyright {
	color: #cc9966;
	margin-top: 15px;
}

.prj-boxes img {
	width: 100%;
}

.prj-boxes p {
	display: none;
}

.inner-banner {
	min-height: 390px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	/*border-bottom: 6px solid #8dc63f;*/
}

div#banner-logo {
	/*position: relative;*/
	width: 30%;
	/*height: 186px;*/
	background: #fff;
	margin: 145px auto 0;
	padding: 10px;
}

.inner-banner h1 {
	display: block;
	position: absolute;
	bottom: -17px;
	color: #fff;
	left: 0px;
	right: 0px;
	max-width: 960px;
	margin: 0px auto;
	font-size: 75px;
	font-weight: 700;
	text-transform: uppercase;
	/*text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);*/
}

.doc-boxes img {
	display: block;
	margin: auto;
}

.doc-boxes h5 {
	font-weight: bold;
	color: #728135;
}

.doc-boxes {
	margin-bottom: 20px;
}

h3 {
	color: #669933;
	font-family: 'Arvo', serif;
	font-size: 30px;
	margin: 25px 0;
}

.inner-content {
	padding: 40px 0px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	line-height: 26px;
}

.inner-content h4 {
	color: #669933;
	font-size: 24px;
	font-style: italic;
	font-family: 'Arvo', serif;
}

.services-boxes img {
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.services-boxes p {

	margin-bottom: 20px;
}

.service-group {
	margin-bottom: 50px;
}

.services-btn {
	margin: 50px 0px;
}

.services-btn a {
	background: #7bc043;
	padding: 10px;
	color: #fff;
	font-family: arvo;
	font-size: 17px;
}

.services-btn a:hover {
	background: #738136;
}

.portfolio-inner a {
	background: #7bc043;
	padding: 10px;
	color: #fff;
	font-family: arvo;
	font-size: 17px;
}

.portfolio-inner a:hover {
	background: #728135
}

/*.inner-content{
	font-family: 'Ubuntu', sans-serif;
	font-size:13px;
	line-height:26px;
	}*/
.sidebar {
	background-size: cover;
	text-align: center;
	padding: 40px 20px;
	color: #fff;
	font-family: 'Arvo', serif;
	margin-bottom: 30px;
	position: relative;
}

.sidebar .new {
	width: 114px;
	height: 114px;
	/*background: url(images/new-tag.png) right top no-repeat;*/
	position: absolute;
	right: 0px;
	top: 0px;
}

.sidebar h4 {
	color: #fff;
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
}

.sidebar a {
	background: #a6a95a;
	color: #fff;
	font-size: 24px;
	padding: 10px 25px;
	border: 1px solid #fff;
	margin-top: 10px;
	display: inline-block;
	box-shadow: inset 0px 0px 0px 0px #fff;
}

.sidebar:nth-child(2) a {
	background: #8dc63f;
}

.sidebar:nth-child(3) a {
	background: #728135;
}

.sidebar a:hover {
	box-shadow: inset 0px 90px 0px 0px #fff;
	color: #a6a95a;
}

.sidebar .widget_form label {
	color: #fff !important;
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
}

.sidebar .frm_submit button {
	background: #a6a95a;
	color: #fff;
	font-size: 24px;
	padding: 10px 25px;
	border: 1px solid #fff;
	margin-top: 10px;
	display: inline-block;
	box-shadow: inset 0px 0px 0px 0px #fff;
}

.inner-header {
	background: rgba(0, 0, 0, 0.5);
	border-bottom: 4px solid #8dc63f;
}

.navbar-nav>li {
	position: relative;
}

.navbar-nav>li.current_page_item:before {
	content: '';
	display: inline-block;
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #8dc63f;
	position: absolute;
	bottom: -5px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
}

.portfolio>p {
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	line-height: 26px;
	display: block;
	margin-bottom: 20px;
}

.gallery-images a {
	display: inline-block;
	width: 48%;
	float: left;
	margin-bottom: 20px;
}

.gallery-images a:nth-child(3),
.gallery-images a:nth-child(5),
.gallery-images a:nth-child(7),
.gallery-images a:nth-child(9) {
	float: right;
}

.gallery-images a:first-child,
.gallery-images a:first-child img {
	width: 100%;
}

.portfolio-inner h5 {
	font-size: 16px;
	color: #999966;
	line-height: 18px;
	font-weight: 700;
	font-family: 'Arvo', serif;
}

.project-materials h3 {
	color: #737373;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 700;
	font-family: 'Arvo', serif;
}

.project-materials ul li {
	font-size: 16px;
	line-height: 24px;
}

.contact-form {
	border: 1px solid #efefef;
	padding: 20px 30px;
	margin-top: 20px;
	text-align: center;
}

.contact-form h3,
.frm_style_formidable-style.with_frm_style legend+h3,
.frm_style_formidable-style.with_frm_style h3.frm_form_title {
	color: #8dc63f !important;
	font-weight: 700;
	font-family: 'Arvo', serif !important;
	margin-bottom: 10px !important;
	font-size: 50px !important;
	text-align: center !important;
}

.contact-form label.frm_primary_label {
	font-size: 16px !important;
	font-weight: 700 !important;
	font-family: 'Arvo', serif !important;
	color: #999966 !important;
}

div#frm-left {
	float: left;
	width: 327px;
	margin-top: 18px;
	margin-left: 21px;
}

.formgroup {
	width: 100%;
	float: left;
	clear: none !important;
}

div#frm-right {
	float: right;
	width: 445px;
	margin-top: 18px;
	margin-right: 21px;
}

.formgroup-right {
	width: 100%;
	float: right;
	clear: none !important;
}

div#frm_field_12_container {
	margin-bottom: 27px;
}

.formgroup input,
.formgroup-right textarea {
	border-radius: 0px !important;
	border-color: #666666 !important;
}

div.submitBtn {
	background-image: url(https://www.landscapeconsultantsllc.com/wp-content/themes/land/images/submitBtn.jpg);
	width: 170px;
	height: 59px;
}

div.submitBtn:hover {
	background-image: url(https://www.landscapeconsultantsllc.com/wp-content/themes/land/images/submitBtn-hover.jpg);
	width: 170px;
	height: 59px;
}

button.frm_button_submit {
	float: right;
	border-radius: 0px !important;
	font-size: 24px !important;
	background:
		/*#8dc63f !important*/
		transparent;
	color: #fff !important;
	text-align: center !important;
	padding: 0px 0px !important;
	margin: 0px !important;
	font-family: 'Arvo', serif !important;
	display: inline-block !important;
	outline: 0px !important;
	border: 0px !important;
	-webkit-animation: moveFromBottom 1800ms ease-in-out;
	-moz-animation: moveFromBottom 1800ms ease-in-out;
	-ms-animation: moveFromBottom 1800ms ease-in-out;
	box-shadow: 0px 0px 0px 0px #b0cc49;
	-webkit-box-shadow: 0px 0px 0px 0px #b0cc49;
}

button.frm_button_submit:hover {
	box-shadow: 15px 10px 0px 0px transparent;
	-webkit-box-shadow: 15px 10px 0px 0px transparent;
	/*background: #728135 !important;*/
	color: #fff !important;
	border: 0px solid #b0cc49 !important;
}

div#frm_field_18_container {
	float: right;
}

#garden-images {
	margin: 0px auto 38px;
	display: block;
}

.products,
.store-hours {
	font-family: 'Arvo', serif !important;
}

.store-hours {
	text-align: center;
}

.products h1,
.store-hours h1 {
	font-size: 50px;
	color: #8dc63f;
	font-family: 'Arvo', serif !important;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.products ul {
	padding-left: 20px;
}

.products ul li {
	color: #999966;
	font-size: 24px;
	/*font-weight:700;*/
	line-height: 27px;
	font-family: Arvo;
}

.store-hours h3 {
	font-size: 26px;
	color: #666666;
	/*font-weight:700;*/
	font-family: Arvo;
	display: inline;
}

.store-hours h4 {
	font-size: 24px;
	color: #999999;
	/*font-weight:700;*/
	font-style: normal;
	font-family: Arvo;
	display: inline;
	padding-left: 10px;
}

.store-hours h5 {
	font-size: 32px;
	color: #999966;
	/*font-weight:700;*/
	margin: 45px 0px 20px 0px;
}

.store-hours p {
	display: block;
	background: #99cc33;
	font-size: 32px;
	padding: 18px 15px;
	color: #fff;
}

#address-style {
	font-weight: bold;
}

.location-details {
	font-size: 24px;
	text-transform: uppercase;
	color: #999999;
	position: relative;
	padding: 10px 80px;
	margin: 10px 0px;
	text-align: center;
	font-family: arvo;
}

.location-details:before {
	content: '';
	display: block;
	width: 52px;
	height: 39px;
	background: url(images/address-icon-left.jpg) center left no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}

.location-details:after {
	content: '';
	display: block;
	width: 52px;
	height: 39px;
	background: url(images/address-icon-right.jpg) center left no-repeat;
	position: absolute;
	right: 0px;
	top: 0px;
}

.location-map ifram {
	width: 100% !important;
}

ul.blog-listing {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

ul.blog-listing li {
	border: 1px dashed #ddd;
	margin-bottom: 10px;
	padding: 15px 20px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.06);
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}

ul.blog-listing li h2 {
	font-size: 25px;
	margin: 5px 0px 15px;
	font-family: 'Arvo', serif;
	font-style: italic;
	color: #889337;
}

ul.blog-listing li a {
	color: #889337;
}

ul.blog-listing li .allmeta_info {
	display: inline-block;
	width: 100%;
	background: #f7f7f7;
	padding: 5px 10px;
}

ul.blog-listing li .post_list_content {
	display: block;
	padding: 10px 10px;
}

ul.blog-listing li a:hover {
	color: #8dc63f;
}

ul.blog-listing li:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	border: 1px dashed #8dc63f;
}

.pagination>li>a,
.pagination>li>span {
	color: #889337;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	color: #889337;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 3;
	color: #ffffff;
	background-color: #889337;
	border-color: #889337;
	cursor: default;
}

.service-box:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	/*transform: rotateY(180deg);*/
}

.ser-box:last-child .service-box:hover img {
	/*transform: rotateY(0deg);*/
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	/*animation: bluring 600ms linear;*/
}

/*=============== RESOURCES ===============*/
.resources h2 {
	font-family: 'Arvo', serif;
	color: #669933;
}

.resources h3 {
	color: #a6a95a;
	font-size: 20px;
}

.resources h5 {
	font-size: 16px;
	margin-bottom: 0;
}


@keyframes bluring {
	0% {
		-webkit-filter: blur(0px);
		filter: blur(1.5px);
	}

	50% {
		-webkit-filter: blur(1.2px);
		filter: blur(3px);
	}

	100% {
		-webkit-filter: blur(0px);
		filter: blur(0px);
	}
}

@-webkit-keyframes bluring {
	0% {
		-webkit-filter: blur(0px);
		filter: blur(1.5px);
	}

	50% {
		-webkit-filter: blur(1.2px);
		filter: blur(3px);
	}

	100% {
		-webkit-filter: blur(0px);
		filter: blur(0px);
	}
}



/*Added for header new button*/
a.invoice-pay.inov {
    max-width: 80px;
}
a.invoice-pay {
max-width: 100px;
    font-size: 15px;
    background-size: cover;
}
.phone {
    font-size: 17px;
}
.social {
    font-size: 24px;
}
/*Added for header new button*/

@media (max-width: 1440px) {
	div#banner-logo {
		margin: 160px auto 0;
	}
}

@media(max-width:1200px) {
	.flex-caption h2 {
		font-size: 40px;
		line-height: 40px;
		max-width: 400px;
	}

	.flex-caption a {
		padding: 5px 15px;
		font-size: 20px;
		margin-top: 10px;
	}
}

@media(max-width:960px) {
	.flexslider>.slides>li>img {
		width: 140%;
		max-width: 150%;
	}

	.flex-caption {
		top: 35%;

	}

	div#banner-logo {
		width: 45%;
	}

	.menu {
		width: 100%;
		background: rgba(0, 0, 0, 0.43);
		text-align: center;
	}

	#Menu {
		float: none;
		margin: 0px auto;
		max-width: 570px;
	}

	.top-menu {
		margin-top: 25px;

	}

	.top-menu a {
		display: inline-block;
		font-size: 26px;
	}

	a.start-pro,
	a.invoice-pay {
		font-size: 16px;
	}

	.service-box img {
		max-width: 70%;
	}

	.service-box h6 {
		font-size: 16px;
	}

	.ser-box:nth-child(5) .service-box {
		padding-top: 50px;
	}

	.prj-boxes h5 {
		font-size: 18px;
	}
	.top-menu a {
    font-size: 16px;
}
.top-menu {
    margin-top: 0px;
}
}

@media(max-width:768px) {
	.flexslider>.slides>li>img {
		width: 170%;
		max-width: 170%;
	}

	.flex-caption {
		top: 50%;
	}

	.logo {
		padding-top: 5px;
		text-align: center;
	}

	.top-menu {
		margin-top: 10px;
		text-align: left;
		background: rgba(0, 0, 0, 0.48);
		padding: 0px;
	}

	div#banner-logo {
		margin: 215px auto 0;

	}

	/*div#banner-logo {
    width: 100vw;
    height: 38vw;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 205px auto 0;
}*/
	div#frm-left {
		margin-left: 0;
	}

	div#frm-right {
		width: 100%;
		margin-right: 0;
	}

	button.navbar-toggle {
		margin-top: -50px;
	}

	.flex-direction-nav {
		display: none;
	}

	.flex-caption h2 {
		font-size: 25px;
	}

	.flex-caption a {
		padding: 5px 15px;
		font-size: 18px;
		margin-top: 10px;
	}

	.flex-caption a img {
		display: none;
	}

	.service-box {
		margin: 0px auto;
		width: 240px;
	}

	.reputation {
		padding: 70px 0px 0px;
	}

	.ser-img.text-right {
		text-align: center;
	}

	.ser-listing {
		margin: 20px 90px;
	}

	.ft-box.text-right {
		text-align: left;
		padding: 0px 15px;
	}

	.social-icons {
		/* width: auto;*/
		float: right;
	}



	header .row {
    display: flex;
    flex-wrap: wrap;
}

.logo {
    order: 2;
}

.top-menu {
    order: 0;
    margin-top: 0px;
}

#Menu {
    position: absolute;
    width: 100%;
    z-index: 99;
    background: rgb(0 0 0 / 69%);
    max-width: 100%;
}

#Menu nav.navbar.navbar-default {
    position: relative;
}

.menu {
    padding: 0px;
}

}

@media(max-width:500px) {
	.flexslider>.slides>li>img {
		width: 230%;
		max-width: 230%;
	}

	.flex-caption {
		top: 50%;
	}

	.flex-control-nav li a {
		width: 20px;
		height: 20px;
	}

	.flex-control-nav {
		bottom: 20px
	}

	.services {
		background: url(images/green-grass-bg.jpg) top left repeat-y;
		padding: 30px 0px 0px;
		border-top: 5px solid #8dc63f;
		background-size: initial;
	}

	.reputation {
		padding: 20px 0px 0px;
		background: url(images/green-grass-bg.jpg) top left repeat-y;
		background-size: initial;
	}

	.ft-box.text-right {
		text-align: center;
	}

	.social-icons {
		width: 100%;
		text-align: center;
	}

	.inner-banner h1 {
		font-size: 50px;
	}


	.formgroup {
		width: 100%;
		float: left;
		clear: none !important;
	}

	.formgroup-right {
		width: 100%;
		float: right;
		clear: none !important;
	}

}

@media(max-width:430px) {

	.flexslider>.slides>li>img {
		width: 280%;
		max-width: 280%;
	}

	.flex-caption {
		top: 60%;
	}

	.navbar-toggle {
		margin-bottom: 0px;
		background: #fff;
		border-color: #000000 !important;
		margin-right: 0px;
		-webkit-transition: all 400ms linear;
		transition: all 400ms linear;
	}

	.navbar-default button.navbar-toggle {
		width: 100%;
		background: #889337;
		margin: 0px;
		float: left;
		border-radius: 0px;
		padding: 15px 15px;
		position: relative;
		border: 0px !important;
		-webkit-transition: all 400ms linear;
		transition: all 400ms linear;
	}

	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color: #8dc63f;
	}

	.navbar-toggle .icon-bar:nth-child(4) {
		opacity: 0;
		visibility: hidden;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #ffffff;
		float: right;
		clear: both;
		width: 30px;
		margin-bottom: 1px;
		position: relative;
		-webkit-transition: all 400ms linear;
		transition: all 400ms linear;
	}

	.navbar-default .navbar-toggle .icon-bar:nth-child(2) {
		transform: rotate(45deg);
		top: 5px;
	}

	.navbar-default .navbar-toggle .icon-bar:nth-child(3) {
		transform: rotate(-45deg);
		top: -2px;
	}

	.navbar-default button.navbar-toggle:before {
		content: 'MENU';
		display: block;
		color: #fff;
		font-size: 18px;
		position: absolute;
		top: 8px;
		left: 15px;
	}

	.navbar-default .navbar-toggle.collapsed .icon-bar {
		background-color: #ffffff;
		float: right;
		clear: both;
		width: 30px;
		margin-bottom: 1px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		top: 0px;
	}

	.navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(4) {
		visibility: visible;
		opacity: 1;
	}

	#Menu {
		padding: 0px 0px 15px;
		width: 100%;
		text-align: left;
		background: #000000;
		margin-top: -8px;
	}

	ul.nav.navbar-nav {
		float: left;
		margin: 0px;
		padding: 0px;
		width: 100%;
	}

	.navbar-nav>li {
		float: left;
		display: block;
		width: 100%;
		text-align: left;
		padding: 0px;
		margin: 0px;
	}

	.nav>li>a {
		padding: 10px 15px;
		text-align: left;
		color: #fff;

	}

	#Menu ul li a:after {
		display: none;
	}

	.navbar-default .navbar-nav>li>a {
		color: #888888 !important;
		border-bottom: 1px solid #1d1d1d;
	}

	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a:focus {
		color: #ffffff !important;
		background-color: #8dc63f !important;
	}

	.top-menu a {
		display: inline-block;
		font-size: 23px;
	}

	a.start-pro,
	a.invoice-pay {
		font-size: 16px;
	}

	.ser-listing {
		margin: 20px 5px;
	}

	.ser-listing ul {
		font-size: 20px;
	}

	.navbar-nav>li.current_page_item:before {
		display: none;

	}

	div#banner-logo {
		width: 70%;
		margin: 250px auto 0;
	}

	div#field_r1m96 div {
		width: 100% !important;
	}

	div#frm_field_18_container {
		float: none;
	}

	.location-details {
		font-size: 20px;
	}

	.top-menu {
    order: 0;
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.top-menu a {
    display: inline-block;
    flex: 0 0 48%;
}
a.social {
    text-align: right;
    margin-right: 1%;
    font-size: 30px;
}
.top-menu a.phone{
    font-size: 23px;
}
}

@media(max-width:320px) {
	.flex-caption {
		top: 63%;
	}

	.flex-caption h2 {
		font-size: 18px;
		line-height: 19px;
	}

	.ser-listing {
		margin: 20px 5px;
		font-size: 20px;
	}
}


.prj-boxes:hover img {
	filter: grayscale(100%);
}

.prj-boxes {
	overflow: hidden;
}

/* Staff page */

.staff-listing.col-xs-12 {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.staff_list_content h5 {
	width: 100%;
	text-align: center;
	padding: 15px 5px;
	font-size: 22px;
	background: #728135;
	margin: 0px 0px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Arvo', serif;
	transition: all 400ms linear;
}

/* Services dropdown menu on desktop */
@media screen and (min-width: 1024px) {
	.menu-item-has-children:hover .dropdown-menu {
		/* sep-14-2017: #menu-item-55:hover .dropdown-menu */
		display: block;
	}

	.dropdown-menu>li>a:hover,
	.dropdown-menu>li>a:focus {
		color: #889337;
		background-color: #f5f5f5;
	}
}
.hidden-field {
    display: none;
}
.wpforms-submit {
	color: #fff;
    background-color: #8dc63f;
}