/* Custom CSS
------------------------------------------------------------ */
@font-face {
  font-family: ProximaNova;
  src: url(http://amberstonehardscapingdesign.com/fonts/ProximaNova-Regular.ttf);
}
@font-face {
  font-family: Baskerville;
  src: url(http://amberstonehardscapingdesign.com/fonts/Baskerville-Bold.otf);
}

a:focus {
    outline: none;
}
.space10 {
clear: both;
min-height: 10px;
}

.space20 {
clear: both;
min-height: 20px;
}

.space50 {
clear: both;
min-height: 50px;
}
#ninja_forms_form_7_response_msg,
.ninja-forms-field-error p {
    color: #bf0000;
    font-size: 14px;
}
button {
    padding: 8px 15px;
}
.nformtext {
    border: 1px solid #f1f1f1;
    border-radius: 0px;
    box-shadow: none;
    padding: 8px;
    background: #f1f1f1;
    width: 100% !important;
    color: #000;
    margin: 8px 0;
}
.nformtextarea {
    border: 1px solid #f1f1f1;
    border-radius: 0px;
    box-shadow: none;
    padding: 8px;
    background: #f1f1f1;
    width: 100% !important;
    height: 120px !important;
    color: #000;
}
.nformsubmit {
    background-color: #e17707;
    border-radius: 0;
    border: none;
    display: block;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 14px 22px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528009;
    margin: 10px auto !important;
width: 200px !important;
float: none;
text-shadow: none;
}
.nformsubmit:hover {
    background-color: #000;
}


.ninja-forms-all-fields-wrap label {
    margin: 16px 0 5px 0 !important;
}
.field-wrap,
#ninja_forms_required_items {
    margin-bottom: 5px !important;
}
.label-above label {
    margin-bottom: 0 !important;
}
.addressbox {
    margin: 0 0 30px 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
    background: -moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    display: block;
    color: #666666;
    font-size: 18px;
    padding: 15px 25px;
    text-decoration: none;
}
.google-maps {
    position: relative;
    padding-bottom: 40%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    /* height: 50% !important; */
}
.entry-content a.phonenum {
    background-color: #3d94f6;
    border-radius: 0px;
    display: block;
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 16px;
    text-decoration: none;
    margin: 20px auto 5px;
    text-align: center;
    line-height: 2em;
    letter-spacing: 1px;
}
.entry-content a.phonenum:hover {
    background-color: #3d94f6;
}
.entry-content a.phonenum:active {} .greenbutton {
    -moz-box-shadow: inset 0px 1px 0px 0px #9acc85;
    -webkit-box-shadow: inset 0px 1px 0px 0px #9acc85;
    box-shadow: inset 0px 1px 0px 0px #9acc85;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
    background: -moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background: -webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background: -o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background: -ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background: linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b', GradientType=0);
    background-color: #74ad5a;
    border: 1px solid #3b6e22;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 15px;
    text-decoration: none;
}
.greenbutton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
    background: -moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
    background: -webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
    background: -o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
    background: -ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
    background: linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a', GradientType=0);
    background-color: #68a54b;
}
.greenbutton:active {
    position: relative;
    top: 1px;
}
.callme {
    background: #34d934;
    background-image: -webkit-linear-gradient(top, #34d934, #2bb840);
    background-image: -moz-linear-gradient(top, #34d934, #2bb840);
    background-image: -ms-linear-gradient(top, #34d934, #2bb840);
    background-image: -o-linear-gradient(top, #34d934, #2bb840);
    background-image: linear-gradient(to bottom, #34d934, #2bb840);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    font-family: Arial;
    color: #ffffff;
    font-size: 22px;
    padding: 13px 20px 13px 20px;
    text-decoration: none;
}
.callme:hover {
    background: #2bb840;
    text-decoration: none;
}
.search-form input[type="submit"],
#subbutton {
    margin: 0 0 0 10px;
}
.content .taxonomy-description h1,
.content .author-description h1,
.taxonomy-description,
.content blockquote,
.author-description,
.author-box,
.comment-list li,
.ping-list li,
a.comment-reply-link,
#author,
#comment,
#email,
#url,
#respond p.form-allowed-tags,
#commentform #submit,
.sidebar-primary h4,
.sidebar-secondary h4,
#ez-home-sidebar h4,
.sidebar.widget-area .widget,
.breadcrumb,
.search-form input[type="submit"],
#subbutton,
.search-form input[type="search"],
#subbox,
.pagination li a {
    border-radius: 0;
}
.ipphone {
    background: #5cc139;
    color: #fff;
    font: bold 26px/26px open sans;
    letter-spacing: 2px;
    margin: 0 0 25px;
    padding: 18px;
    text-align: center;
}
.ipphone:before {
    font-family: FontAwesome;
    content: "\f2a0";
    font-size: 1.2em;
    padding-right: 15px;
}
#map {
    height: 320px;
    width: 100%;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}






.entry-content a.readmore, .entry-content a.readmore:visited {
color: #fff;
font: 400 20px/56px ProximaNova, sans-serif;
background: #e17707;
border: 2px solid #e17707;
padding: 0 36px;
height: 56px;
display: inline-block;
margin: 0;
text-decoration: none;
text-align: center;

}
.entry-content a.readmore:hover {
border: 2px solid #e17707;
background: #fff;
color: #e17707;
text-decoration: none;
}



.entry-content a.readmore2, .entry-content a.readmore2:visited {
color: #000;
font: 700 30px/68px ProximaNova, sans-serif;
background: #fff;
border: 2px solid #fff;
padding: 0 36px;
height: 68px;
display: inline-block;
margin: 15px auto 0;
text-decoration: none;
text-align: center;

}
.entry-content a.readmore2:hover {
border: 2px solid #fff;
background: #fff;
color: #e17707;
text-decoration: none;
}


.entry-content a.rmbutton, .entry-content a.rmbutton:visited {
color: #fff;
font: 400 16px/48px roboto, sans-serif;
background: #422774;
border-radius: 0;
padding: 0 10px 0 50px;
width: 150px;
height: 48px;
display: inline-block;
margin: 20px 0 10px;
text-decoration: none;
position: relative;
}
.entry-content a.rmbutton:hover {
background: #422774;
text-decoration: none;
}
.entry-content a.rmbutton:after {
color: #fff;
content: "\f054";
font-family: fontAwesome;
font-weight: bold;
font-size: 20px;
position: absolute;
top: 1px;
right: 30px;
transition: right 0.3s;
-webkit-transition: right 0.3s;
}
.entry-content a.rmbutton:hover:after {
top: 1px;
right: 20px
}

.semifooter {
background: #212121;
overflow: hidden;
}
.semifooter  .widget-wrap {
width: 96%;
max-width: 1200px;
margin: 20px auto;
padding: 0 3%;
display: block;
overflow: hidden;
}
.semifooter  .widget-wrap ul {
margin: 0;
padding: 0;
text-align: center;
}
.semifooter  .widget-wrap li {
list-style: none;
list-style-type: none;
padding: 15px;
display: inline;
}
.semifooter  .widget-wrap a, .semifooter  .widget-wrap a:visited, .semifooter  .widget-wrap, .semifooter  .widget-wrap p {
color: #f0f0f0;
text-decoration: none;
}
.semifooter  .widget-wrap a:hover {
color: #fff;
text-decoration: none;
}
.smicons {
display: inline;
}
.smicons a, .smicons a:hover {
text-decoration: none;
font-size: 1em;
}
.smicons a .fa-stack-2x {
color: #fff;
}
.smicons a .fa-stack-1x {
color: #E17707;
}

.full-width-content .site-inner, .site-inner {
  overflow: visible;
}

.gsps-outer {
position: relative;
}
.innerex_left {
position: absolute;
width: 50%;
height: 100%;
left: 0;
top: 0;
background-color: #fff;
background-image: url(images/low-poly-1.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.innerex_left_content {
width: 50%;
float: right;
padding: 0 0 0 70px;
box-sizing: border-box;
}
.innerex_right {
position: absolute;
width: 50%;
height: 100%;
right: 0;
top: 0;
background-color: #fff;
background-image: url(images/low-poly-1.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.innerex_right_content {
width: 50%;
float: left;
padding: 0 70px 0 0;
box-sizing: border-box;
}
.wp-caption {
background: #fff;
border: none;
max-width: 100%;
padding: 15px 15px 5px 15px;
text-align: left;
margin: 40px auto 20px;
}
.wp-caption img {
width: 100%;
}
.wp-caption:hover {
background: #e5e5e5;
}
p.wp-caption-text, p.wp-caption-text a, p.wp-caption-text a:visited, p.wp-caption-text:hover {
margin: 10px 0;
color: #000;
font-family: ProximaNova, sans-serif;
font-size: 22px;
font-weight: 700;
}

.homeform {
width: 100%; 
max-width: 600px; 
margin: 0 auto 0; 
padding: 0 20px; 
box-sizing: border-box;
}
.nf-error-msg, .ninja-forms-req-symbol {
	color: #fff !important;
	background: #e80000;
	padding: 5px;
}

.five-sixths, .four-sixths, .four-fifths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-fifths, .three-sixths, .two-fourths, .two-fifths, .two-sixths, .two-thirds {
	margin-bottom: 1px;
}

.headcta {
	color: #000;
	font: 400 21px/24px ProximaNova,sans-serif;
	position: relative;
	float: right;
	padding: 0 0 0 64px;
	margin: 0 0 0 50px;
	background-repeat: no-repeat;
	text-align: left;
	background-position: 0px 11px;
}
.headcta a, .headcta a:visited {
	color: #000;
	text-decoration: none;
	font: 700 30px/36px ProximaNova,sans-serif;
	display: block;
}
.headcta a:hover {
color: #e17707;
text-decoration: none;
}



.fancy_lines {
  text-align: center !important;
}
.fancy_lines span {
  display: inline-block;
  position: relative;  
line-height: 0.2;
}
.fancy_lines span:before, .fancy_lines span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  top: 0;
  width: 200px;
max-width: 200px;
}
.fancy_lines span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy_lines span:after {
  left: 100%;
  margin-left: 15px;
}
.border_below {
position: relative;
padding-bottom: 15px !important;
margin-bottom: 40px !important;
}
.border_below::after {
	content: "";
	width: 150px;
	height: 2px;
	background: #75cfff;
	position: absolute;
	top: 100%;
	left: 0;
	transform: translate(0,0);
}

.border_below2 {
position: relative;
padding-bottom: 15px !important;
margin-bottom: 40px !important;
}
.border_below2::after {
	content: "";
	width: 150px;
	height: 2px;
	background: #75cfff;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%,0);
}

.home_card {
width: 100%;
padding: 0;
background: #ddd;
overflow: hidden;
display: block;
margin: 20px auto;
}
.entry-content .home_card img {
width: 100%;
margin: 0 0 15px 0;
}
.entry-content .home_card p {
padding: 0 20px !important;
margin: 0 0 15px 0 !important;
}
.entry-content .home_card a.readmore {
width: 50%;
margin: 0;
float: right;
text-align: center;
box-sizing: border-box;
}


.head_outer::before {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 99;
	height: 100%;
	content: "";
}

.head_outer {
	width: 100%;
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 98;
}

.head-inner {
	padding: 0;
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	margin: 50px auto;
	z-index: 100;
	position: relative;
}
.head-inner span {
	color: #fff;
	font: 700 48px/48px sans-serif;
	text-shadow: 0 0 3px #000;
	text-align: center;
	display: block;
	text-transform: uppercase;
	letter-spacing: 4px;
}

/* navigation menu center */ 

.menu-primary {
	float: none;
	display: block;
	text-align: right;
}

.menu-primary li {
	float: none;
	display: inline-block;
	text-align: center;
}
.menu-primary ul.sub-menu li {
	text-align: left;
}

.menu-primary > li {
	margin: 8px 0 !important;
}
.menu-primary > li:nth-last-child(1) {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
}
.menu-primary > li:nth-last-child(1) a {
	color: #000;
	font-weight: bold;
}

.barwrap {
width: 100%;
overflow: hidden;
display: block;
transition: 1s;
background: #00C98A;
}
.barinner {
width: 100%;
max-width: 1200px;
box-sizing: border-box;
padding: 0 5px;
margin: 5px auto;
overflow: hidden;
font: 400 18px/32px sans-serif;
}
.barinner a:visited, .barinner a:hover, .barinner a {
text-decoration: none;
}

.barwrap .one-half {
margin-bottom: 1px;
}
.justhide {
display:none;
}

.extratop {
padding-top: 60px !important;
}

.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.text-white {
color: #fff !important;
}
.text-black {
color: #000 !important;
}
.textbold {
font-weight: bold !important;
}
.textright {
text-align: right !important;
}

.testclass {
	color: #fff;
}

.ez-widget-area ul li {
	list-style-type: none;
	margin: 0;
	padding: 3px 0;
}

span .fas {
	margin-right: 20px;
}
#ez-fat-footer-3 .widget_custom_html {
	float: right;
}
.nav-primary, .orangegrad {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8bf36+0,e17707+100 */
background: #f8bf36; /* Old browsers */
background: -moz-linear-gradient(left,  #f8bf36 0%, #e17707 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #f8bf36 0%,#e17707 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #f8bf36 0%,#e17707 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8bf36', endColorstr='#e17707',GradientType=1 ); /* IE6-9 */

}

.header-image .site-header .wrap .title-area {
	height: 197px;
	margin: 0px 0 0px 0px;
	position: absolute;
	top: 0;
	z-index: 999;
}
.site-header .wrap {
	overflow: visible;
}


h4.widget-title.widgettitle {
	position: relative;
	margin: 0 0 30px 0;
}
h4.widget-title.widgettitle::after {
	width: 40px;
	height: 3px;
	background: #e17707;
	position: absolute;
	top: 33px;
	left: 0;
	content: "";
}
#ez-fat-footer-2 {
	box-sizing: border-box;
	padding-left: 150px;
}



.fl-builder-content h3, .dynamik-page-builder .site-inner h3, .content .post h3:not(.has-text-color), .content .page h3:not(.has-text-color), .content .entry-content h3:not(.has-text-color) {
	font-family: Baskerville !important;
	font-weight: 400 !important;
}
.fl-builder-content h1, .dynamik-page-builder .site-inner h1, .content .post h1, .content .page h1, .content h1.entry-title, .content .entry-content h1 {
	font-family: Baskerville !important;
	font-weight: 400 !important;
}

p.small {
	font-size: 18px;
}


#nf-field-45-wrap p {
	font-size: small;
}

/* Custom Responsive CSS
------------------------------------------------------------ */
@media only screen and (max-width: 1584px) {
body.override .menu-primary, body.override .menu-secondary, .site-header .widget-area, .site-header .genesis-nav-menu {
	width: 770px;
	float: right !important;
	padding: 17px 20px 0 0;
}

body.override .menu-primary, body.override .menu-secondary, .site-header .widget-area, .site-header .genesis-nav-menu {
	width: 770px;
	float: right !important;
	padding: 2px 20px 0 0;
}
.menu-primary a {
	padding: 12px 10px;
}
.headcta {
	margin: 13px 0 0 50px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1584px) {

}

@media only screen and (min-width: 768px) and (max-width: 1584px) {

}

@media only screen and (max-width: 991px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

}

@media only screen and (max-width: 767px) {
.innerex_left, .innerex_left2, .innerex_right {
	width: 100%;
	height: 200px;
	}
.innerex_left_content, .innerex_left2_content, .innerex_right_content {
	width: 100%;
	float: left;
	padding: 0 20px;
	position: relative;
	margin: 170px 0 0 0;
}

.nav-primary {
	display: none;
}
.fl-builder-content h1, .dynamik-page-builder .site-inner h1, .content .post h1, .content .page h1, .content h1.entry-title, .content .entry-content h1 {
	font-size: 32px;
}
.fl-builder-content h2, .dynamik-page-builder .site-inner h2, .content .post h2, .content .page h2, .content h2.entry-title, .content .entry-content h2 {
	font-size: 30px;
}
.fl-builder-content h3, .dynamik-page-builder .site-inner h3, .content .post h3, .content .page h3, .content .entry-content h3 {
	font-size: 28px;
}

.entry-content a.readmore2, .entry-content a.readmore2:visited {
	font: 700 20px/50px ProximaNova,sans-serif;
	height: 50px;
	margin: 15px auto 0;
}

#ez-fat-footer-2 {
	padding-left: 0;
}

.widget-area.header-widget-area {
	display: none;
}

.header-image .site-header .wrap .title-area {
	position: relative
	;
}
}