/*
Theme Name: Artificial Turf by Fenix Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: artificialturfbyfenix
*/
/*Add your own styles here:*/
/* ----- */
/* keep previous styles – implement style structure below */
@import url(custom-styles/typography.css);
@import url(custom-styles/components.css);
@import url(custom-styles/spacing.css);
@import url(custom-styles/color.css);
@import url(custom-styles/fix.css);

.hid {
  display: none !important;
}

/* ----- */
/*----------------- TYPOGRAPHY STYLES: ----------------*/
/* @import url("https://use.typekit.net/kki7hqa.css");*/
h1,
h2 {
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  font-family: lato, sans-serif;
  text-transform: none !important;
}

h6 {
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  font-family: lato, sans-serif;
  text-transform: none !important;
}

h2 strong {
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  background-image: linear-gradient(160.5deg, #8EC54A -15.47%, #004D35 112.55%);
  background-size: 100%;
  background-repeat: repeat;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

h3 {
  font-weight: 200;
  font-size: 28px;
}

h3 strong {
  -webkit-background-clip: text;
  background: linear-gradient(160.5deg, #8EC54A -15.47%, #004D35 112.55%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

h2 strong::selection {
  -webkit-text-fill-color: white !important;
}

h4 {
  color: #000000 !important;
}

strong {
  color: #000000;
}

.title-page-style {
  font-family: 'Lato', sans-serif !important;
  text-transform: uppercase !important;
}

.title-page-sub {
  font-weight: 100;
  font-size: 24px;
  letter-spacing: 2px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.8);
}

.inner-title h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 110%;
  font-family: lato, sans-serif;
  letter-spacing: 0.09em !important;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.8);
}

.inner-title--alt h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 40px !important;
  line-height: 110%;
  font-family: lato, sans-serif;
  letter-spacing: 0.09em !important;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.8);
}

.inner-title h1 strong {
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  background-image: linear-gradient(180deg, #004D35 13.57%, #8EC54A 33.38%, #AD8201 56.58%, #7E3E0A 72.98%);
  background-size: 100%;
  background-repeat: repeat;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 1.2em;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.city-page-title {
  font-size: 36px !important;
  letter-spacing: 1px !important;
  text-shadow: 0px !important;
}

p a {
  font-weight: 800;
  text-decoration: underline;
}

.ul-two-columns ul {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

/*----------------- Utility STYLES: ----------------*/
.img-ratio-2-3 img {
  aspect-ratio: 2/3 !important;
  object-fit: cover !important;
}

.square-ratio img {
  aspect-ratio: 1/1 !important;
  object-fit: cover !important;
}

.three-two-ratio img {
  aspect-ratio: 3/2 !important;
  object-fit: cover !important;
}

/*
.avia-button:hover {
    position: relative;
	box-shadow: 6px 6px 0 #000000;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
a.avia-button {
    position: relative;
	box-shadow: 6px 6px 0 #ffffff;
}

a.avia-button {
    text-decoration:none!important;
}
*/
/*********************BUTTON ADJUSTMENTS **************/
:root {
  --mainColor: #8ec54a;
}

a.avia-button.avia-color-theme-color {
  transition: background-size .2s;
  margin: 10px;
  box-shadow: 6px 6px 0 #000000;
  background:
    linear-gradient(to bottom,
      var(--mainColor) 0%,
      var(--mainColor) 100%);
  background-position: 0 100%;
  background-size: 0px 0px;
  background-repeat: repeat-x;
  background-color: #004d35;
  padding: 10px 30px !important;
  color: #000;
  text-decoration: none;
}

a.avia-button.avia-color-theme-color:hover {
  background-size: 100% 100%;
  color: #004d35 !important;
}

:root {
  --secondColor: #004d35;
}

a.avia-button.avia-color-theme-color-highlight {
  transition: background-size .2s;
  margin: 10px;
  box-shadow: 6px 6px 0 #000000;
  background:
    linear-gradient(to bottom,
      var(--secondColor) 0%,
      var(--secondColor) 100%);
  background-position: 0 100%;
  background-size: 0px 0px;
  background-repeat: repeat-x;
  background-color: #8ec54a;
  padding: 10px 30px !important;
  color: #004d35 !important;
  text-decoration: none;
}

a.avia-button.avia-color-theme-color-highlight:hover {
  background-size: 100% 100%;
  color: #ffffff !important;
}

#top .avia-button {
  border-width: 0;
}

/*** Slider btns ****/
.lime-green-btn {
  transition: background-size .2s;
  margin: 10px;
  box-shadow: 6px 6px 0 #000000;
  background:
    linear-gradient(to bottom,
      var(--secondColor) 0%,
      var(--secondColor) 100%);
  background-position: 0 100%;
  background-size: 0px 0px;
  background-repeat: repeat-x;
  background-color: #8ec54a;
  padding: 10px 30px !important;
  color: #004d35 !important;
  text-decoration: none;
}

.lime-green-btn:hover {
  background-size: 100% 100%;
  color: #ffffff !important;
}

.dark-green-btn {
  transition: background-size .2s;
  margin: 10px;
  box-shadow: 6px 6px 0 #000000;
  background:
    linear-gradient(to bottom,
      var(--mainColor) 0%,
      var(--mainColor) 100%);
  background-position: 0 100%;
  background-size: 0px 0px;
  background-repeat: repeat-x;
  background-color: #004d35;
  padding: 10px 30px !important;
  color: #ffffff;
  text-decoration: none;
}

.dark-green-btn:hover {
  background-size: 100% 100%;
  color: #004d35 !important;
}

.icon-bg img {
  transition: all 0.2s ease-in-out;
  border-radius: 16px;
  background: #f2f2f2;
  padding: 16px 16px;
}

.icon-bg img:hover {
  transform: scale(1.1);
}

/*

.av-fixed-size .av-masonry-outerimage-container {
    transition: border-width 0.1s ease-in-out;
}

.av-fixed-size .av-masonry-outerimage-container:hover {
	border-color:#004d35;
	border-style:solid;
	border-width:6px;
   
	border-radius:16px;
}
*/
.service-descriptor {
  background: rgba(0, 0, 0, .4);
  padding: 16px;
}

/*----------------- Main Menu STYLES: ----------------*/
.av-main-nav > li > a {
  margin-left: 8px;
  padding: 0px 12px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Lato', sans-serif;
  letter-spacing: 1px !important;
  /*	font-style: normal; */
  text-transform: uppercase;
}

span.avia-menu-text {
  font-weight: 400;
  font-family: 'Karla';
  letter-spacing: 2px !important;
  text-transform: uppercase;
}

.main_menu ul:first-child > li a {
  min-width: 174px;
  text-align: center;
}

#top #header #avia-menu .menu-item > a > .avia-menu-text {
  margin-left: 0px;
}

#top .main_menu ul > li a {
  height: 100% !important;
  line-height: 100% !important;
}

#top .main_menu ul > li a {
  padding: 16px 16px;
}

.av-main-nav > li > ul {
  min-width: 216px;
}

#top .av_header_transparency .avia-menu-fx {
  bottom: -1px;
}

#menu-item-127 .avia-menu-text .fa-chevron-down {
  transition: all 0.2s ease-in-out;
}

#menu-item-127:hover .avia-menu-text .fa-chevron-down {
  transform: rotate(90deg);
}

#menu-item-128 .avia-menu-text .fa-chevron-down {
  transition: all 0.2s ease-in-out;
}

#menu-item-128:hover .avia-menu-text .fa-chevron-down {
  transform: rotate(90deg);
}

#menu-item-131 .avia-menu-text .fa-chevron-down {
  transition: all 0.2s ease-in-out;
}

#menu-item-131:hover .avia-menu-text .fa-chevron-down {
  transform: rotate(90deg);
}

#menu-item-132 .avia-menu-text .fa-chevron-down {
  transition: all 0.2s ease-in-out;
}

#menu-item-132:hover .avia-menu-text .fa-chevron-down {
  transform: rotate(90deg);
}

@media only screen and (min-width: 780px) {

  /*In the below code nth-child(x) the value of x should be half the number of total menu items*/
  #top #header .av-main-nav li:nth-child(3) {
    /* Adjust the width of the logo */
    margin-right: 274px;
  }

  #top #header .av-main-nav li:nth-child(4) {}

  #header .main_menu {
    display: flex;
    top: 44%;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .header-scrolled .main_menu {
    top: 0 !important;
  }

  .header-scrolled .container,
  .main_menu ul:first-child > li a {
    height: 88px !important;
    line-height: 88px !important;
  }

  .av-main-nav-wrap {
    display: flex;
    justify-content: space-around;
    width: 100%;
  }

  .av-main-wrap-ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  #header .logo {
    left: 49.5%;
    transform: translateX(-50%);
    z-index: 999;
    overflow: visible;
  }

  .header-scrolled .logo a {
    top: 0 !important;
    overflow: visible;
  }

  .header-scrolled .logo img {
    top: 6px !important;
    transform: translateY(0%) !important;
    max-height: 80px !important;
  }

  .logo a {
    top: 44% !important;
    overflow: visible;
  }

  .logo img {
    top: 44% !important;
    transform: translateY(-50%) !important;
    max-height: 100px !important;
  }

  li.av-burger-menu-main.menu-item-avia-special {
    top: -37px;
  }
}

/********* MEGA MENU STYLESSSSS ******/
.main_menu .avia-bullet {
  display: none !important;
}

#header .mega_menu_title {
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  background-image: linear-gradient(160.5deg, #8EC54A -15.47%, #004D35 112.55%);
  background-size: 100%;
  background-repeat: repeat;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 19px;
}

/*----------------- Hero Section STYLES: ----------------*/
.slider-title {
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  background-image: linear-gradient(180deg, #004D35 13.57%, #8EC54A 33.38%, #AD8201 56.58%, #7E3E0A 72.98%);
  background-size: 100%;
  background-repeat: repeat;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.2em;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.slider-title::selection {
  -webkit-text-fill-color: white !important;
}

.hero-title h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 96px;
  line-height: 110%;
  font-family: lato, sans-serif;
  letter-spacing: 2px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.8);
}

.hero-title h1 strong {
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  background-image: linear-gradient(180deg, #004D35 13.57%, #8EC54A 33.38%, #AD8201 56.58%, #7E3E0A 72.98%);
  background-size: 100%;
  background-repeat: repeat;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.2em;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

h1 strong::selection {
  -webkit-text-fill-color: white !important;
}

.hero-subtitle h3 {
  font-weight: 400;
  line-height: 1.5em;
  font-family: lato, sans-serif;
}

.hero-bullets h4 {
  color: #ffffff !important;
  font-weight: 400;
  line-height: 28px;
  font-family: lato, sans-serif;
}

.hero-bullets h4::before {
  position: relative;
  top: 5px;
  left: 0px;
  width: 27px;
  height: 31px;
  content: url('https://artificialturfbyfenix.com/wp-content/uploads/2022/09/Grass-check.svg');
}

.hero-bullet::before {
  position: relative;
  top: 5px;
  left: 0px;
  width: 27px;
  height: 31px;
  content: url('https://artificialturfbyfenix.com/wp-content/uploads/2022/09/Grass-check.svg');
}

/*----------------- Services Section STYLES: ----------------*/
.services-container .flex_column_table {
  display: flex !important;
}

.grid-column {
  display: grid !important;
  grid-template-columns: 2fr 3fr;
  margin-top: 0px !important;
}

.grid-column .avia-image-overlay-wrap {
  height: 100% !important;
  object-fit: cover !important;
}

.services-container .avia-image-container {
  margin: 0px;
}

.services-container .avia-image-container.avia-align-center .avia-image-container-inner {
  height: 100%;
  object-fit: cover;
}

.services-container .avia-image-container .avia_image,
.avia-image-container .avia-image-overlay-wrap {
  height: 100%;
  object-fit: cover;
}

.grid-column {
  transition: all 0.5s ease-out;
}

.grid-column:before {
  display: none;
  content: '';
}

.grid-column:after {
  display: none;
  content: '';
}

.grid-column:hover {
  transform: scale(1.02);
  box-shadow: 0 0 12px 0 rgb(0 0 0 / 24%);
}

.grid-text-block {
  padding: 16px 24px;
}

.grid-text-block p,
.grid-text-block a {
  font-size: 16px;
}

a.text-link-icon {
  padding-bottom: 4px;
  text-decoration: none;
}

.text-link-icon:after {
  position: relative;
  margin-left: 6px;
  content: '\f35a';
  color: #004d35;
  font: var(--fa-font-regular);
  font-size: 16px;
}

.text-link-icon:hover:after {
  position: relative;
  margin-left: 6px;
  content: '\f35a';
  color: #8ec54a;
  font: var(--fa-font-regular);
  font-size: 16px;
}

/*----------------- Reviews Section STYLES: ----------------*/
#top .yelp-review-slider {
  display: flex;
  flex-direction: column-reverse;
  min-height: 680px;
}

#top .avia-content-slider-element-container .avia-slideshow-dots {
  padding-top: 16px;
  width: 100%;
  text-align: center;
}

.header-rating {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.header-rating p {
  margin: 0px !important
}

.review-images {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  width: 46%;
  max-height: 307px;
}

.avia-content-slider .slide-entry-title {
  display: none;
}

#top .main_color .avia-smallarrow-slider .avia-slideshow-dots a.active,
#top .main_color .avia-smallarrow-slider .avia-slideshow-dots a:hover {
  background-color: #000000;
}

#top .avia-content-slider-element-container .avia-slideshow-dots a.active,
#top .avia-content-slider-element-container .avia-slideshow-dots a:hover {
  background: #000000;
}

#top .avia-smallarrow-slider .avia-slideshow-dots a {
  background-color: #D9D9D9;
}

#top .av-control-minimal-dark .avia-slideshow-dots a {
  border: none;
  border-color: #000;
}

/*----------------- Flexible Financing Section STYLES: ----------------*/
.two-column {
  -webkit-columns: 2;
  -moz-columns: 2;
  display: table-cell;
  columns: 2;
}

.oversized-img .avia-image-container {
  min-width: 1310px;
}

.financing-grid-section {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  column-gap: 0px;
  float: right !important;
  width: 100% !important;
  max-width: 796px;
}

.financing-flex-section {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  float: right !important;
  gap: 24px;
  width: 100% !important;
  max-width: 796px;
}

.financing-grid-section:before {
  display: none;
  content: '';
}

.financing-flex-section:before {
  display: none;
  content: '';
}

.financing-grid-section section:first-child {
  grid-column-start: 1;
  grid-column-end: 3;
}

.flex-textbox {
  display: flex;
  column-gap: 8px;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.flex-textbox p {
  flex-shrink: 0;
}

.flex-textbox p + h4 {
  margin-top: 0px;
}

.oversized-experience-img .avia-image-container {
  min-width: 1743px;
}

.oversized-right-column {
  justify-content: flex-start;
}

/*----------------- Fenix Experience Section STYLES: ----------------*/
.experience-grid-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  max-width: 796px;
}

.experience-grid-section:before {
  display: none;
  content: '';
}

.experience-grid-section section:first-child {
  grid-column-start: 1;
  grid-column-end: 3;
}

.oversized-left-column {
  display: flex;
  justify-content: flex-end;
}

/*----------------- Contact Page STYLES: ----------------*/
.contact-textblock {
  margin-left: 24px
}

.contact-address:before {
  display: inline-block;
  position: absolute;
  left: 50px;
  margin-top: 8px;
  content: '\f3c5';
  color: #000000;
  font: var(--fa-font-solid);
  font-size: 16px;
}

.contact-tel:before {
  display: inline-block;
  position: absolute;
  left: 50px;
  margin-top: 8px;
  content: '\f095';
  color: #000000;
  font: var(--fa-font-solid);
  font-size: 16px;
}

/*

.prod-desc-grid{
	display:grid!important;
	grid-template-columns: 1fr 1fr 1fr;
	
}

.prod-desc-grid::before{
	content:'';
	display:none;
}

.prod-desc-grid section:first-child{
	grid-column-start: 1;
    grid-column-end: 4;
}

.prod-desc-grid section:nth-child(2){
	grid-column-start: 1;
    grid-column-end: 4;
	margin-bottom:16px;
}
*/
/*----------------- Footer STYLES: ----------------*/
.lets-get-started a {
  text-decoration: none !important;
}

.contact-us .avia_textblock {
  margin-left: 24px
}

.footer-flex-text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
}

.footer-address:before {
  display: inline-block;
  position: absolute;
  left: 0;
  margin-top: 8px;
  content: '\f3c5';
  color: #ffffff;
  font: var(--fa-font-solid);
  font-size: 16px;
}

.footer-tel:before {
  display: inline-block;
  position: absolute;
  left: 0;
  margin-top: 8px;
  content: '\f095';
  color: #ffffff;
  font: var(--fa-font-solid);
  font-size: 16px;
}

.footer-email:before {
  display: inline-block;
  position: absolute;
  left: 0;
  margin-top: 8px;
  content: '\f0e0';
  color: #ffffff;
  font: var(--fa-font-solid);
  font-size: 16px;
}

.footer-hours:before {
  display: inline-block;
  position: absolute;
  left: 0;
  margin-top: 8px;
  content: '\f017';
  color: #ffffff;
  font: var(--fa-font-solid);
  font-size: 16px;
}

/****---------------------------- MOBILE LAYOUT STYLING ---------------------------------*****/
@media only screen and (max-width: 505px) {
  .yelp-left h4 {
    text-align: center !important;
  }
}

@media only screen and (max-width: 479px) {
  .hero-title h1 {
    font-size: 40px !important;
  }

  .services-container .flex_column_table {
    flex-direction: column;
  }

  .grid-column {
    display: flex !important;
    flex-direction: column;
    /* grid-template-columns: 1fr; */
    margin-top: 0px !important;
  }

  .header-rating {
    flex-direction: column-reverse;
    align-items: center;
  }

  .slide-entry-excerpt p {
    font-size: 16px;
  }

  .review-images {
    width: 100%;
  }

  .yelp-left .avia_textblock img {
    clear: both;
    margin: 10px auto;
  }

  .yelp-left .avia_textblock p {
    text-align: center !important;
  }

  .yelp-left .avia-button-wrap {
    display: flex;
    justify-content: center !important;
  }

  .financing-grid-section {
    display: flex !important;
    /* grid-template-columns: 1fr 1fr; */
    column-gap: 0px;
    flex-direction: column;
    float: right !important;
    width: 100% !important;
    max-width: 796px;
  }

  .flex-textbox p img {
    margin: 0;
    height: 42px;
  }

  .financing-flex-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .experience-grid-section {
    display: flex !important;
    column-gap: 30px;
    flex-direction: column;
  }
}

@media only screen and (max-width: 989px) {
  .hero-title h1 {
    font-size: 76px;
  }

  .grid-column {
    display: flex !important;
    flex-direction: column;
  }

  .services-container .avia-image-container .avia_image {
    margin-bottom: 12px;
    aspect-ratio: 16/9;
    height: 100%;
  }

  .financing-grid-section {
    max-width: 100%;
  }

  .experience-grid-section {
    max-width: 100%;
  }

  .experience-grid-section section:first-child {
    padding-bottom: 32px;
  }

  .yelp-left .avia_textblock img {
    clear: both;
    margin: 10px auto;
  }

  .yelp-left .avia_textblock p {
    text-align: center;
  }

  .yelp-left .avia-button-wrap {
    display: flex;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  #header .logo img {
    max-height: 88px !important;
  }

  .hero-title h1 {
    font-size: 61px;
  }

  .services-container .flex_column_table {
    display: flex !important;
    flex-direction: column;
    margin-top: 0px !important;
  }

  .flex-textbox p img {
    margin: 0;
    height: 54px;
  }

  .footer-section .av_one_fourth {
    margin-bottom: 32px;
    margin-left: 0%;
    width: 100%;
  }

  .footer-section .column-logo .avia_textblock p {
    text-align: center;
  }

  .footer-section .lets-get-started .avia_textblock p {
    text-align: center;
  }

  .footer-section .contact-us .avia_textblock p {
    text-align: center !important;
  }

  .footer-socket {
    text-align: center !important;
  }

  .footer-address:before {
    content: '';
  }

  .footer-tel:before {
    content: '';
  }

  .footer-email:before {
    content: '';
  }

  .footer-hours:before {
    content: '';
  }
}

/* Activate burger menu */
@media only screen and (min-width: 768px) and (max-width: 1380px) {
  #top #header .av-main-nav > li.menu-item {
    display: none !important;
  }

  #top #header .av-burger-menu-main {
    display: block !important;
    cursor: pointer;
  }

  .av-main-nav-wrap {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }

  .logo img {
    transform: translateY(0%);
  }

  .avia-menu.av-main-nav-wrap {
    top: 24%;
  }

  .avia-menu .fa-solid {
    display: none;
  }

  .av-burger-menu-main a {
    min-width: auto !important;
  }
}

/**** Form Overrides Start *****/
#top .gform_wrapper.gravity-theme #field_submit .gform-button--width-full,
.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full:hover {
  -webkit-transition: all 0.2s ease-in-out;
  transform: scale(1.02);
  opacity: 1;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 12px 0 rgb(0 0 0 / 24%);
}

#top .gform_wrapper.gravity-theme .ginput_container_address span {
  flex: 0 0 100%;
}

#top .gform_wrapper.gravity-theme #field_submit .gform-button--width-full,
.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-width: 3px 3px 3px 3px;
  border-style: solid;
  border-color: #8ec54a;
  background-color: #8ec54a;
  padding: 18px 90px 18px 90px;
  width: 100%;
  color: #ffffff;
  text-align: center;
}

#top form {
  margin-bottom: 0px !important;
}

#top .input-text,
#top input[type="text"],
#top input[type="input"],
#top input[type="password"],
#top input[type="email"],
#top input[type="number"],
#top input[type="url"],
#top input[type="tel"],
#top input[type="search"],
#top textarea,
#top select,
#top input[type="submit"] {
  font-size: 16px;
  font-family: inherit !important;
}

#top .input-text::placeholder,
#top input[type="text"]::placeholder,
#top input[type="input"]::placeholder,
#top input[type="password"]::placeholder,
#top input[type="email"]::placeholder,
#top input[type="number"]::placeholder,
#top input[type="url"]::placeholder,
#top input[type="tel"]::placeholder,
#top input[type="search"]::placeholder,
#top textarea::placeholder,
#top select::placeholder {
  font-size: 16px;
  font-family: inherit !important;
}

#top fieldset {
  margin-bottom: 0px;
}

#top .main_color input[type='text'] {
  border: 1px solid #014e36 !important;
  border-color: #ebebeb00;
  background-color: rgb(0 0 0 / 0%) !important;
  padding-top: 16px;
  color: #333;
}

#top input:focus::-webkit-input-placeholder {
  position: absolute;
  top: 0;
  color: #333 !important;
  font-size: 12px;
}

#top .main_color textarea::-webkit-input-placeholder {
  color: #333 !important;
}

#top input::-webkit-input-placeholder {
  color: #333 !important;
}

#top .main_color input[type='text']:focus {
  background-color: rgb(0, 77, 53, .08) !important;
}

#top .main_color textarea {
  border: 1px solid #014e36 !important;
  border-color: #ebebeb00;
  color: #333 !important;
}

#top .gform_wrapper.gravity-theme .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)),
#top .gform_wrapper.gravity-theme .ginput_full:not(:last-of-type) {
  margin-bottom: 20px;
}

/**** Form Overrides End *****/
/***** Blog Single Post Styling Start ******/
.post-template-default .av_one_fourth {
  display: none;
}

.post-template-default .av_one_half {
  margin-left: 0px;
  width: 100%;
}

.post-template-default .section-cta .avia-color-dark {
  border-color: #ffffff !important;
  color: #ffffff !important;
}

#custom-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-size: cover;
  height: 500px;
}

.blogtitle {
  z-index: 9;
  color: #fff !important;
  text-align: center;
}

#top .fullsize .template-blog .post .entry-content-wrapper {
  max-width: 100%;
  text-align: left;
}

#top .fullsize .template-blog .post .entry-content-wrapper > * {
  max-width: 100%;
  text-align: left;
}

.blogsubheader,
.blogmeta {
  display: block;
  z-index: 9;
  width: 100%;
  color: #ffffff;
  text-align: center;
}

.blogsubheader {
  z-index: 9;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.entry-content-header {
  display: none;
}

.customoverlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 500px;
}

.post-template-default.single-format-standard .av_textblock_section img {
  display: none;
}

/***** Blog Single Post Styling End******/
a.avia-post-nav.avia-post-prev.with-image,
a.avia-post-nav.avia-post-next.with-image {
  display: none;
}

@media only screen and (max-width: 968px) {}

@media only screen and (max-width: 766px) {
  .avia-image-container.av-ula15-8108e13df78360e861f4b580e1a50b40.av-styling-.avia_animated_image.av-animated-when-visible-95.fade-in.avia-align-right.avia-builder-el-22.avia-builder-el-no-sibling.avia_start_animation.avia_start_delayed_animation {
    position: relative;
    float: none;
    margin: 0 auto;
    max-width: 200px;
    text-align: center;
  }

  .avia-image-container.av-pmz1t-af6c503da2cb986fde5fb80788be325e.av-styling-.avia-align-left.avia-builder-el-24.el_before_av_hr.avia-builder-el-first {
    float: none;
    margin: 0 auto;
    max-width: 251px;
    text-align: center;
  }

  .avia-menu.av-main-nav-wrap {
    top: 39%;
  }

  .avia-menu .fa-solid {
    display: none;
  }

  .av-burger-menu-main a {
    min-width: auto !important;
  }
}

/******** PPC Pages ********/
h1.ppc-title-bold {
  font-weight: 900;
  font-size: 80px;
}

h1.ppc-title-reg {
  font-weight: 400;
}

h1.ppc-free-estimate {
  font-size: 70px;
}

h3.ppc-text {
  font-size: 28px;
  line-height: 1.3em;
}

.ppc-zero {
  font-size: 80px;
}

.ppc-estimate-numbers {
  font-size: 190px;
}

h2.ppc-estimate-numbers {
  margin-bottom: 5px !important;
}

.ppc-img-icons {
  max-width: 175px;
}

@media only screen and (max-width: 766px) {
  h1.ppc-title-bold {
    margin-top: -40px;
    font-size: 36px;
  }

  h1.ppc-title-reg {
    font-size: 25px;
    line-height: 1.5em;
  }

  .yelp-ppc-img {
    display: none !important;
    /*
		max-width: 170px;
		top: -40px;
		*/
  }

  h1.ppc-free-estimate {
    font-size: 30px;
    line-height: 1em;
  }

  h3.ppc-text {
    font-size: 20px;
  }

  .ppc-logo {
    top: 30px;
    max-width: 250px;
  }

  .ppc-zero {
    font-size: 50px;
  }

  .ppc-estimate-numbers {
    font-size: 100px;
  }
}

/**/
@media only screen and (min-width: 990px) {
  /* desktop */
}

@media only screen and (min-width: 768px) {
  /* desktop and tablet */
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
  /* tablet */
}

@media only screen and (max-width: 989px) {
  /* tablet and mobile */
}

@media only screen and (max-width: 767px) {
  /* mobile */
}

:root {
  --sp--0: 0px;
  --sp--1: 4px;
  --sp--2: 8px;
  --sp--3: 12px;
  --sp--4: 16px;
  --sp--5: 24px;
  --sp--6: 32px;
  --sp--7: 48px;
  --sp--8: 64px;
  --sp--9: 96px;
  --sp--10: 128px;
  --sp--11: 192px;
  --sp--12: 256px;
}

@media only screen and (max-width: 989px) {
  :root {
    --sp--7: 40px;
    --sp--8: 56px;
    --sp--9: 72px;
    --sp--10: 88px;
    --sp--11: 120px;
    --sp--12: 152px;
  }
}

@media only screen and (max-width: 767px) {
  :root {
    --sp--8: 48px;
    --sp--9: 64px;
    --sp--10: 80px;
    --sp--11: 96px;
    --sp--12: 112px;
  }
}

.sp-mb--0,
.sp-mb--0 > * {
  margin-bottom: var(--sp--0) !important;
}

.sp-mt--0,
.sp-mt--0 > * {
  margin-top: var(--sp--0) !important;
}

@media only screen and (max-width: 767px) {

  /* mobile */
  .sp-mt--5--mobile {
    margin-top: var(--sp--5);
  }
}

.sp-mb--4 {
  margin-bottom: var(--sp--4) !important;
}

.sp-mt--4 {
  margin-top: var(--sp--4) !important;
}

.sp-mb--5 {
  margin-bottom: var(--sp--5) !important;
}

.sp-mb--6 {
  margin-bottom: var(--sp--6) !important;
}

.sp-my--0 > * {
  margin-block: var(--sp--0) !important;
}


.sp-pt--7 {
  padding-block-start: var(--sp--7) !important;
}

.sp-py--7 {
  padding-block: var(--sp--7) !important;
}

.sp-mw--reduced {
  max-width: 920px !important;
}

.max-width--reduced_section > .container {
  max-width: 920px !important;
}

._is-centered {
  margin-inline: auto !important;
}

:root {
  --t-s--5xl: 89px;
  --t-s--4xl: 67px;
  --t-s--3xl: 50px;
  --t-s--2xl: 38px;
  --t-s--xl: 28px;
  --t-s--l: 21px;
  --t-s--m: 16px;
  --t-s--s: 12px;
  --t-s--xs: 9px;
  /**/
  --t-lh--h: 120%;
  --t-lh--p: 140%;
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
  :root {
    --t-s--5xl: 61px;
    --t-s--4xl: 49px;
    --t-s--3xl: 39px;
    --t-s--2xl: 31px;
    --t-s--xl: 25px;
    --t-s--l: 20px;
    --t-s--m: 16px;
    --t-s--s: 13px;
    --t-s--xs: 10px;
  }
}

@media only screen and (max-width: 767px) {
  :root {
    --t-s--5xl: 43px;
    --t-s--4xl: 36px;
    --t-s--3xl: 30px;
    --t-s--2xl: 25px;
    --t-s--xl: 21px;
    --t-s--l: 18px;
    --t-s--m: 15px;
    --t-s--s: 13px;
    --t-s--xs: 11px;
  }
}

.t-s--3xl,
.t-s--3xl * {
  font-size: var(--t-s--3xl) !important;
}

.t-lh--h,
.t-lh--h * {
  line-height: var(--t-lh--h) !important;
}

.t-lh--p,
.t-lh--p * {
  line-height: var(--t-lh--p) !important;
}

.t-w--b * {
  font-weight: 600 !important;
}

.t-w--sb * {
  font-weight: 500 !important;
}

.t-w--r * {
  font-weight: 400 !important;
}

.t-t--u * {
  text-transform: uppercase !important;
}

.t-wr--pretty,
.t-wr--pretty * {
  text-wrap: pretty !important;
}

.t-wr--balanced,
.t-wr--balanced * {
  text-wrap: balance !important;
}

.t-lsp--none,
.t-lsp--none * {
  letter-spacing: 0px !important;
}

.hero .container {
  padding-inline: var(--sp--7) !important;
  padding-block: var(--sp--11) var(--sp--7) !important;
}

.hero main {
  padding: 0px !important;
}

.container-regular {
  min-height: 0px !important;
}

.container-regular .container {
  padding: var(--sp--7) !important;
}

.container-regular .content {
  padding-block: var(--sp--0) !important;
}

.container-regular .content {
  padding-block: var(--sp--0) !important;
}

.container-regular._padding-y-reduction .container {
  padding-block: var(--sp--3) !important;
}

@media only screen and (max-width: 989px) {

  /* tablet and mobile */
  .hero .container {
    padding-inline: var(--sp--5) !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .container-regular .container {
    padding-inline: var(--sp--5) !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

/**/
.icons-grid_section .entry-content-wrapper::before,
.icons-grid_section .entry-content-wrapper::after {
  display: none !important;
}

.icons-grid_section .entry-content-wrapper {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp--4) !important;
}

@media only screen and (max-width: 989px) {
  .icons-grid_section .entry-content-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--sp--5) !important;
    margin-inline: auto !important;
  }
}

.icons-grid_section .entry-content-wrapper > .flex_column {
  margin: var(--sp--0) !important;
  width: 100% !important;
}

.icon-normalize img {
  width: calc(1.5 * var(--sp--7));
  height: calc(1.5 * var(--sp--7));
  object-fit: contain;
}

.stars-width img {
  width: calc(5 * var(--sp--7));
}

.avatar_name {
  margin-top: var(--sp--6);
}

.avatar_name * {
  font-weight: 600 !important;
}

.avatar_name *::before {
  content: "- ";
}

.shadow-hard_img figure {
  box-shadow: 6px 6px 0 black !important;
}

.rounded-corners_img figure,
.avia-image-container.rounded-corners_img {
  border-radius: 8px !important;
  overflow: hidden !important;
}

/* ----- */
.badges-row {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center;
  gap: var(--sp--3);
}

.badges-row > .avia-image-container {
  margin: 0px !important;
  max-width: calc(5 * var(--sp--7)) !important;
}