/* Homepage Codes */
.hover-underline a {
	position: relative;
/* required to position :after pseudo element */
}

.wp-block-button.hover-underline a:after {
	content: "";
	width: 0;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	bottom: 10px;
	left: 50%;
	right: 50%;
	transition: all .2s;
}

.wp-block-button.hover-underline a:hover:after {
	left: 25%;
	width: 50%;
}

.wp-block-image.large img {
	margin-left: auto;
	margin-right: auto;
	margin-top: -100px;
	display: block;
	z-index: 100 !important;
}

/*HIDE ON MOBILE*/
@media (min-width: 782px) {
	.wp-block-image.large img {
		display: none;
	}
}

.wp-block-image.top img {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1100px !important;
	margin-top: -450px !important;
	display: block;
}

.wp-block-image.logos img {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1100px !important;
	display: block;
}

@media (max-width: 781px) {
	.wp-block-image.top img {
		display: none;
	}
}

.wp-block-group.group {
	padding-bottom: 450px !important;
}

/*hide on desktop*/
@media (min-width: 782px) {
	.wp-block-group.mobile {
		display: none;
	}
	
	.wp-block-group.goal-mobile {
		display: none;
	}
}

/*hide on mobile*/
@media (max-width: 781px) {
	.wp-block-group.desktop {
		display: none;
	}
	
	.wp-block-group.goal-desktop {
		display: none;
	}
	
	.wp-block-group.group {
		padding-bottom: 100px !important;
	}
}

/*SHADOW**SHADOW**SHADOW**SHADOW**SHADOW**SHADOW**SHADOW*/
.shadow img {
	-webkit-box-shadow: 0 7px 15px 0 rgba(0,3,51,0.44);
	-moz-box-shadow: 0 7px 15px 0 rgba(0,3,51,0.44);
	box-shadow: 0 7px 15px 0 rgba(0,3,51,0.44);
	border: solid 2px white;
}

.wp-block-cover.shadow {
	-webkit-box-shadow: 0 7px 15px 0 rgba(0,3,51,0.44);
	-moz-box-shadow: 0 7px 15px 0 rgba(0,3,51,0.44);
	box-shadow: 0 7px 15px 0 rgba(0,3,51,0.44);
	border: solid 2px white;
}

.wp-block-quote {
	-webkit-box-shadow: 0 7px 15px 0 rgba(0,3,51,0.10);
	-moz-box-shadow: 0 7px 15px 0 rgba(0,3,51,0.10);
	box-shadow: 0 7px 15px 0 rgba(0,3,51,0.10);
	border: solid 2px white;
}

/*SHADOW**SHADOW**SHADOW**SHADOW**SHADOW**SHADOW**SHADOW*/
.wp-block-group.padding {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1200px !important;
}

/* End of Homepage Codes */
.wp-block-button.buttons a {
	color: white;
	background: #06c15a;
}

.wp-block-button.buttons a:hover {
	background-color: white;
	color: black;
	border-radius: 5px;
	transition: .7s;
}

.buttons a {
	position: relative;
/* required to position :after pseudo element */
}

.wp-block-button.buttons a:after {
	content: "";
	width: 0;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	bottom: 10px;
	left: 50%;
	right: 50%;
	transition: all .2s;
}

.wp-block-button.buttons a:hover:after {
	left: 25%;
	width: 50%;
}

.phone a {
	text-decoration: none;
}

.phone a:hover {
	color: White;
	font-weight: normal;
	Background: #0a783b;
	text-decoration: none;
	padding: 13px;
	border-radius: 5px;
	transition: all .3s;
	transform: translate(0, -50px);
}

/* NAVIGATION */
/* END OF NAVIGATION */
/* END OF NAVIGATION */
/* END OF NAVIGATION */
/* END OF NAVIGATION */
@media ( min-width: 782px ) {
	.wp-block-navigation.primary--mobile {
		display: none;
	}
}

@media ( max-width: 781px ) {
	.wp-block-navigation.primary--desktop {
		display: none;
	}
}

@media ( min-width: 782px ) {
	.wp-block-columns.services-mobile {
		display: none;
	}
}

@media ( max-width: 781px ) {
	.wp-block-columns.services-desktop {
		display: none;
	}
}

.wp-block-navigation .wp-block-navigation-item a:hover {
	color: White;
	font-weight: normal;
	Background: #0a783b;
	text-decoration: none;
	padding: 4px;
	transition: all .3s;
}

@media (max-width: 781px) {
	.wp-block-navigation .wp-block-navigation-item {
		font-size: 15px !important;
	}
}

.wp-block-group.up figure {
	margin-top: -100px;
}

.wp-block-group.down figure {
	margin-top: -60px;
}

/*desktop*/
@media ( max-width: 781px ) {
	.wp-block-group.up figure {
		display: none;
	}
}

/*mobile*/
@media ( min-width: 782px ) {
	.wp-block-group.down figure {
		display: none;
	}
}

.wp-block-columns.pad {
	width: 1100px !important;
}