/* Outdoor Services page template styles. Scoped to keep the Phlox header and footer intact. */
#outdoor-services {
	--green: #0D4621;
	--lightGreen: #70BE44;
	--tan: #FBFAF5;
}

#outdoor-services, #outdoor-services * {
	font-family: 'Barlow', sans-serif;
	margin: unset;
	padding: unset;
	box-sizing: border-box;
	font-size: 1em;
}
#outdoor-services {
	font-size: 20px;
}
#outdoor-services {
	background-color: var(--tan);

} 
#outdoor-services .maxWidth {
	max-width: 1500px;
	margin: 0 auto;
	width: 100%;
	padding: 0 50px;
}

#outdoor-services .flex {
	display: flex;

}
#outdoor-services .flex.center {
	justify-content: center;
}
#outdoor-services .flex.align {
	align-items: center;
}
#outdoor-services .flex.stretch {
	align-items: stretch;
}
#outdoor-services .flex.space {
	justify-content: space-between;
}
#outdoor-services .flex.column {
	flex-direction: column;
}
#outdoor-services section {
	padding: 100px 0;
	
}
#outdoor-services h1, #outdoor-services h2, #outdoor-services h3, #outdoor-services h4, #outdoor-services h5, #outdoor-services h6 {
	text-transform: uppercase;
	font-weight: 900;
}
#outdoor-services p {
	font-weight: 400;
	font-size: 1em;
}
#outdoor-services h1 {
	font-size: 2.25em;
}
#outdoor-services h2 {
	font-size: 1.5em;
}
#outdoor-services h3, #outdoor-services h4, #outdoor-services h5, #outdoor-services h6 {
	font-size: 1em;
}
#outdoor-services a {
	text-decoration: none;
	color: inherit;
}

/* HOOK */
#outdoor-services #masthead img.custom-logo {
	width: 300px;
	height: auto;
	transition: 0.5s ease all;
}
#outdoor-services #masthead .left {
	display: block;
	background-color: #FFF;
	padding: 25px;
	border-radius: 0 0 25px 25px;
}
#outdoor-services #masthead .flex {
	align-items: flex-start;
	position: absolute;
	width: 100%;
	left: 0;
	padding: 0 50px;
}
#outdoor-services #masthead .maxWidth {
	position: relative;
}
#outdoor-services #masthead {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFF;
	width: 100%;
	height: 150px;
	box-shadow: 0 0 15px rgba(0,0,0,0.25);
	z-index: 500;
}

#outdoor-services #masthead .right {
	height: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#outdoor-services #masthead .btn {
	
	margin-bottom: 20px;
}

#outdoor-services #masthead.scroll img.custom-logo {
	width: 150px;	
}
#outdoor-services #masthead.scroll .left {
	padding: unset;
}


#outdoor-services .call {
	font-weight: 800 ;
	text-transform: uppercase ;
	color: inherit ;
}

#outdoor-services .btn {
	padding: 10px 20px ;
	border-radius: 5px ;
	background-color: var(--green) ;
	color: #FFF ;
	text-transform: uppercase ;
	display: inline-block;
	border: 1px solid var(--green);
}
#outdoor-services .btn.white {
	background-color: #FFF ;
	color: var(--green) ;
	font-weight: 600;
	border: 1px solid #FFF;
}

#outdoor-services .btn:hover {
	background-color: #0d2d18;
	color: #FFF;
	border: 1px solid #CCC;
}

#outdoor-services #hook {
	padding-top: 450px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

#outdoor-services #hook .contain {
	background-color: rgba(255,255,255,0.9);
	padding: 50px;
	border-radius: 25px;
	width: auto;
	display: inline-block;
}
#outdoor-services #hook .contain .btn {
	margin: 0 20px 0 0 ;
}
#outdoor-services #hook .contain .flex {
	padding: 10px 0 0 0;
}
#outdoor-services #hook .contain p {
	font-size: 1.5em;
	margin: 20px 0 ;
}

#outdoor-services #darkAbout {
	background-color: var(--green);
	color: #FFF;
	border-top: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
}
#outdoor-services #quickBtns {
	margin-top: 75px;
}
#outdoor-services #quickBtns a {
	font-size: 1.25em;
	padding: 10px 35px;
}
#outdoor-services #darkAbout h2 {
	width: 350px;
	color: #FFF;
}
#outdoor-services #darkAbout .right {
	width: 50%;
	padding-left: 50px;

}
#outdoor-services #darkAbout .call {
	margin-left: unset;
}
#outdoor-services #darkAbout .right hr {
	margin: 20px 0 20px;
	width: 300px;
	border: unset;
	border-top: 1px solid #FFF;
}
#outdoor-services #content {
	padding: unset;
}
#outdoor-services ul {
	margin: unset;
	padding: 15px 0 15px 30px
}

/* 


MOWING
 */
#outdoor-services #mowing {
	background-size: cover;
	background-position: center;
	padding: 150px 0;
	background-attachment: fixed;
}
#outdoor-services #mowing .content {
	background-color: rgba(255,255,255,0.9);
	display: inline-block;
	padding: 50px;
	border-radius: 20px;
}
#outdoor-services h2 {
	color: var(--green);
	margin-bottom: 15px;
}
#outdoor-services .btn.space, #outdoor-services .call.space {
	margin: 25px 0;
}

/* 


TriBox
*/
#outdoor-services #triBox .item {
	width: 400px;
	background-color: #FFF;
	border: 2px solid var(--green);
	box-shadow: 0 0 15px rgba(13, 70, 33, 0.15);
	padding: 25px ;
	border-radius: 15px;
	margin: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#outdoor-services h3 {
	color: var(--green);
}
#outdoor-services #triBox {
	padding: 75px 0 0px;
}

/* 


EDGING*/
#outdoor-services #edging p {
	margin: 20px 0;
}
#outdoor-services #edging ul {
	margin-top: unset;
	padding-top: unset;
}
#outdoor-services #edging .left {
	width: 60%;
	padding-right: 75px;
}
#outdoor-services #edging .right {
	width: 40%;
}
#outdoor-services #edging .right .item {
	width: 100%;
	border-radius: 25px;
	height: 350px;
	margin: 20px 0;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
#outdoor-services #edging .screen {
	background: rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(180deg,rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
	background: -moz-linear-gradient(180deg,rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(180deg,rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	startColorstr="#00000000",
	endColorstr="#000000",
	GradientType=0
	);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 50%;
	z-index: 2;
}

#outdoor-services #edging .item .text {
	position: absolute;
	bottom: 25px;
	left:0;
	padding:  0 0 0 25px;
	color: #FFF;
	z-index: 3;
	text-transform: uppercase;
}
#outdoor-services .flex .call {
	margin-left: 25px;
}

#outdoor-services #CTA {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	border-radius: 50px;
	text-align: center;
	padding: 200px 50px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
#outdoor-services #CTAandCleanup {
	position: relative;
	padding: unset;
}
#outdoor-services #CTA .screen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 2;
}
#outdoor-services #CTA h2 {
	position: relative;
	z-index: 4;
	color: #FFF;
	margin-bottom: 25px;
	font-size: 3.5em;
}
#outdoor-services #CTA .flex {
	position: relative;
	z-index: 4;

}
#outdoor-services #CTA .btn {
	background-color: var(--lightGreen);
}
#outdoor-services #CTA .call {
	color: #FFF;
}
#outdoor-services #cleanup h2 {
	text-align: center;
	font-size: 3.5em;
	margin-bottom: 50px;
}
#outdoor-services #cleanup .item {
	position: relative;
	z-index: 1;
}
#outdoor-services #cleanup .item .contain {
	border: 1px solid var(--green);
	background-color: #FFF;
	border-radius: 25px;
	padding: 50px 50px 50px 75px;
	margin: 0 50px;
	position: relative;
	z-index: 3;
	height: 100%;
}
#outdoor-services #cleanup .item .icon {
	position: absolute;
	top: 50px;
	width: 100px;
	height: 100px;
	left: -0;
	background-color: #F0F5ED;
	border-radius: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60px 60px;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.25);
	z-index: 5;
}
#outdoor-services #cleanup .item .iconBack {

	width: 120px;
	height: 120px;
	background: #70BE44;
	background: linear-gradient(180deg, rgba(112, 190, 68, 1) 0%, rgba(85, 160, 217, 1) 100%);
	position: absolute;
	left: -10px;
	top: 40px;
	z-index: -1;
	border-radius: 100px;
}
#outdoor-services #cleanup .item h3 {
	font-size: 2em;
	margin-bottom: 15px;
}
#outdoor-services #leafBack {
	background-image: url('../assets/outdoor-services/autumnBack.png');
	background-repeat: repeat;
	position: absolute;
	height: 75%;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 1;
	opacity: 0.15;
	background-attachment: fixed;
}
#outdoor-services .flex.reverse {
	flex-direction: row-reverse;
}
#outdoor-services .service .left {
	display: flex;
	width: 45%;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	border-radius: 25px;

}
#outdoor-services .service .left img {
	height: 100%;
	width: auto;
	margin: 0 auto;
}
#outdoor-services .service .right {
	width: 55%;
	padding:75px 50px;
}

#outdoor-services .service .btn {
	margin-top: 25px;
}
#outdoor-services #estimate {
	position: relative;
	background-image: url('../assets/outdoor-services/iStock-2164233801.jpg');
}
#outdoor-services #estimate .border {
	height: 50px;
	width: 100%;
	background-image: url('../assets/outdoor-services/grassborder-1.png');
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: auto 50px;
	position: absolute;
	top: -49px;
	left: 0;
	z-index: -1;
}
#outdoor-services #estimate .screen {
	background-color: #0D4621;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#outdoor-services #estimate .maxWidth {
	position: relative;
	z-index: 3;
	text-align: center;
	
}
#outdoor-services #estimate h2 {
	color: #FFF;
	font-size: 3.5em;
}
#outdoor-services footer img {
	width: 250px;
	height: auto;
}
#outdoor-services #copyright {
	background-color: #333;
	color: #FFF;
	padding: 10px 0;
}
#outdoor-services #estimate form {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
#outdoor-services #estimate input {
	width: 100%;
	padding: 15px;
	margin-top: 10px;
	border-radius: 5px;
	outline: unset;
	border: unset;
}
#outdoor-services #estimate .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#outdoor-services #estimate select {
	width: 100%;
	padding: 15px;
	background-color: #fff;
	outline: unset;
	border: unset;
	margin-top: 10px;
	border-radius: 5px;
}
#outdoor-services #estimate .row span {
	width: 49%;
	display: block;
}
#outdoor-services #estimate textarea {
	margin-top: 10px;
	width: 100%;
	height: 150px;
	padding: 15px;
	border: unset;
	outline: unset;
	border-radius: 5px;	
}
#outdoor-services #estimate input[type="submit"] {
	width: unset;
	padding: 15px 30px;
	background-color: #000;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #FFF;
	cursor: pointer;
}
#outdoor-services header .flex .call {
	margin-left: unset;
}
#outdoor-services #estimate {
	padding: 150px 0;
}
#outdoor-services #copyright p {
	padding: 10px 0;
}
#outdoor-services #copyright svg {
	width: auto;
	height: 15px;
	margin: 0 5px;
}

#outdoor-services #copyright svg path {
	fill: #FFF;
}

/* Initial hidden state */
#outdoor-services .animate {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* Active state when visible */
#outdoor-services .animate.show {
  opacity: 1;
  transform: translateY(0);
}

/* Extra polish: staggered animations */
#outdoor-services .animate.delay-1 { transition-delay: 0.8s; }
#outdoor-services .animate.delay-2 { transition-delay: 0.8s; }
#outdoor-services .animate.delay-3 { transition-delay: 0.8s; }


#outdoor-services #snowRemoval {
	
	box-shadow: 0 0 20px rgba(5, 56, 96, 0.2);
	position: relative;
	border-radius: 50px;
	overflow: hidden;
	padding: 150px 0;
}
#outdoor-services #snowRemoval .screen {
	
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-size: cover;
	background-position: bottom right;
}
#outdoor-services #snowRemoval h2 {
	color: #FFF;
	text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

#outdoor-services #snowRemoval .left {
	padding: 0 75px;
	position: relative;
	z-index: 10;
}
#outdoor-services #snowRemoval h2 {
	color: #FFF;
	font-size: 3.5em;

}
#outdoor-services #snowRemoval .contain {
	padding: 20px 40px;
	border-radius: 25px;
	background-color: rgba(255,255,255,0.9);
	width: 100%;
	max-width: 600px;
}
#outdoor-services #snowRemoval .contain .flex {
	margin: 20px 0;
}
#outdoor-services #snowRemoval .contain img {
	margin-right: 10px;
}
#outdoor-services #snowRemoval .colorScreen {
	background: #55A0D9;
	background: -webkit-linear-gradient(90deg, rgba(85, 160, 217, 1) 0%, rgba(85, 160, 217, 0) 100%);
	background: -moz-linear-gradient(90deg, rgba(85, 160, 217, 1) 0%, rgba(85, 160, 217, 0) 100%);
	background: linear-gradient(90deg, rgba(85, 160, 217, 1) 0%, rgba(85, 160, 217, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#55A0D9", endColorstr="#55A0D9", GradientType=1);
	opacity: 40%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#outdoor-services #snowRemoval p {
	color: #55A0D9;
	font-weight: 500;
}
#outdoor-services #checkbox label {
	display: flex;
	align-items: center;
	color: #FFF;
}
#outdoor-services #checkbox input[type="checkbox"] {
	width: 25px;
	height: 25px;
	margin: 0 10px 0 0;
}
#outdoor-services #checkbox .wpcf7-list-item {
	margin: 20px 40px 10px 0;
}

#outdoor-services #estimate .wpcf7-not-valid-tip, #outdoor-services #estimate .row .wpcf7-not-valid-tip {
	width: 100%;
	background-color: #F00;
	color: #FFF;
	padding: 5px 10px;
}

#outdoor-services h2 b {
	font-size:2em ;
}

#outdoor-services #snow {
	padding-bottom: 150px;
}
#outdoor-services .checkboxHeading {
	color: #FFF;
	margin-top: 15px;
}

#outdoor-services .wpcf7 form.sent .wpcf7-response-output {
	color: #FFF;
	background: #46b450;
}
#outdoor-services .meeting {
	background: #fff;
	border-radius: 10px;
	margin: 10px 0 0 0;
	padding: 15px 25px;
}
#outdoor-services .meeting span {
	margin: unset;
}
#outdoor-services .meeting label {
	display: flex;
}
#outdoor-services #estimate .meeting input {
	width: 30px;
	margin-right: 20px;
}

@media (max-width:1300px){
	#outdoor-services #quickBtns {
		flex-wrap: wrap;
		justify-content: center;
	}
	#outdoor-services #quickBtns a {
		margin: 10px;
	}
}
@media (max-width:800px){
	#outdoor-services #darkAbout .flex.align.center {
		flex-direction: column;
	}
	#outdoor-services #darkAbout h2 {
		width: 100%;
	}
	#outdoor-services #darkAbout h2 br {
		display: none;
	}
	#outdoor-services #darkAbout .right {
		width: 100%;
		padding: unset;
	}
	#outdoor-services #masthead img.custom-logo {
		width: 170px;
	}
	#outdoor-services #hook {
		padding-bottom: unset;
		background-attachment: local;
	}
	#outdoor-services {
		font-size: 18px;
	}
	#outdoor-services #hook .maxWidth {
		padding: unset;
	}
	#outdoor-services #hook .contain {
		width: 100%;
		border-radius: unset;
		background-color: #FFF;
	}
	#outdoor-services #triBox .flex {
		flex-wrap: wrap;
	}
	#outdoor-services #triBox .item {
		width: 100%;
		margin: 20px 0;
	}
	#outdoor-services #edging .flex {
		flex-direction: column-reverse;
	}
	#outdoor-services #edging .left {
		width: 100%;
		padding: 50px 0 0 0 ;
	}
	#outdoor-services #edging .right {
		width: 100%;
	}
	#outdoor-services #edging .call {
		margin: 0 0 20px 0;
	}
	#outdoor-services #cleanup h2, #outdoor-services #CTA h2 {
		font-size: 2.5em;
	}
	#outdoor-services #cleanup .flex {
		flex-direction: column;
	}
	#outdoor-services #cleanup .item {
		margin-bottom: 50px;
	}
	#outdoor-services #cleanup .item:last-child {
		margin-bottom: unset;
	}
	#outdoor-services #cleanup .item h3 {
		font-size: 1.5em;
	}
	#outdoor-services #CTA {
		background-attachment: local;
	}
	#outdoor-services .service .flex {
		flex-direction: column;
	}
	#outdoor-services .service .left, #outdoor-services .service .right {
		width: 100%;
	}
	#outdoor-services .service .right {
		padding: 50px 0;
	}
	#outdoor-services .service {
		padding-bottom: unset;
	}
	#outdoor-services .service.last {
		padding-bottom: 100px;
	}
	#outdoor-services #estimate h2 {
		font-size: 2em;
	}
	#outdoor-services #copyright .flex {
		flex-wrap: wrap;
	}
	#outdoor-services #snowRemoval .screen {
		position: relative;
		height: 300px;
	}
	#outdoor-services #snowRemoval {
		padding: unset;
	}
	#outdoor-services #snowRemoval .left {
		padding: unset;
	}
	#outdoor-services #snowRemoval h2 {
		text-align: center;
		background-color: #55A0D9;
		margin: unset;
		padding: 10px 20px;
	}
	#outdoor-services #snowRemoval .contain {
		max-width: unset;
	}
}
@media(max-width: 600px){
	#outdoor-services #masthead img.custom-logo {
		width: 150px;
	}
	#outdoor-services #masthead .left {
		padding: unset;
	}
	#outdoor-services h1 {
		font-size: 2em;
		text-align: center;
	}
	#outdoor-services h1 br {
		display: none;
	}
	#outdoor-services #hook #hookImg {
		width: 100%;
		height: 450px;
		background-attachment: local;
		background-position: center;
		background-size: cover;
	}
	#outdoor-services #hook {
		padding: unset;
		text-align: center;
	}
	#outdoor-services #hook .flex {
		flex-direction: column;
	}
	#outdoor-services #hook .call {
		margin: 20px 0 0 0;
	}
	#outdoor-services #hook .contain .btn {
		margin: unset;
	}
	#outdoor-services #quickBtns {
		justify-content: flex-start;
	}
	#outdoor-services .maxWidth {
		padding: 0 25px;
	}
	#outdoor-services #masthead .flex {
		padding: 0 25px;
	}
	#outdoor-services #hook .contain {
		padding: 50px 25px;
	}
	#outdoor-services #mowing {
		padding: 400px 0 0 0;
		background-attachment: local;
		background-position: top;
		background-size: auto 400px;	
	}
	#outdoor-services #mowing .maxWidth {
		padding: 0;
	}
	#outdoor-services #mowing .content {
		width: 100%;
		border-radius: unset;
		background-color: #FFF;
	}
	#outdoor-services h2 b, #outdoor-services h2 strong {
		font-size: 50px !important;
	}
	#outdoor-services #CTAandCleanup .maxWidth {
		padding: 0 0;
	}
	#outdoor-services #CTA {
		border-radius: unset;
		padding: 150px 25px;
	}
	#outdoor-services #CTA .flex {
		flex-direction: column;
	}
	#outdoor-services #CTA .flex .call {
		margin: 20px 0 0 0;
	}
	#outdoor-services #cleanup h2, #outdoor-services #CTA h2 {
		font-size: 2em;
	}
	#outdoor-services #leafBack {
		height: 100%;
		background-attachment: fixed;
	}
	#outdoor-services #cleanup .item .icon {
		width: 50px;
		height: 50px;
		background-size: 40px 40px;
		left: 5px;
	}
	#outdoor-services #cleanup .item .iconBack {
		width: 60px;
		height: 60px;
		top: 45px;
		left: 0px;
	}
	#outdoor-services #cleanup .item .contain {
		margin: 0 25px;
		padding: 50px 35px 50px 50px;
	}
	#outdoor-services #estimate .row {
		flex-direction: column;
	}
	#outdoor-services #estimate .row span {
		width: 100%;
	}
	#outdoor-services #darkAbout .right hr {
		width: 100%;
	}
	#outdoor-services #snowRemoval h2 {
		font-size: 2em;
	}
	#outdoor-services #snow {
		padding: 0 0 100px 0;
	}
	#outdoor-services #snowRemoval {
		border-radius: unset;
		
	}
	#outdoor-services #snowRemoval .contain {
		padding: 20px;
	}

}
@media (max-width:450px){
	#outdoor-services #masthead .flex {
		justify-content: center;
	}
	#outdoor-services #masthead .right {
		width: 100%;
		flex-direction: row;
		display: none;
	}
	#outdoor-services #hook .contain p {
		font-size: 1.25em;
	}
	#outdoor-services #hook .contain {
		padding: 75px 25px;
	}
	#outdoor-services #mowing .content {
		padding: 75px 25px;
	}
	#outdoor-services #edging {
		padding: 50px 0;
	}
	#outdoor-services #edging .right .item {
		height: 250px;
	}
	#outdoor-services #CTA h2 br {
		display: none;
	}
	#outdoor-services #CTA .screen {
		background-color: rgba(0, 0, 0, 0.35);
	}
	 #outdoor-services #cleanup h2 {
		padding: 0 15px;
		
	 }
	 #outdoor-services h2 br {
		display: none;
	 }
	 #outdoor-services h2 b {
		display: block;
	 }
	 	#outdoor-services #leafBack {
			background-attachment: local;
		}
		#outdoor-services #masthead {
			position: relative;
		}
		#outdoor-services #hook #hookImg {
			height: 300px;
		}
}