/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. 
Includes default line numbers where the code was taken from in the parent theme.
Author:   Tim Melanson http://www.timmelanson.com/getawebsite
Template: Divi*/

@import url("../Divi/style.css");

/* Style Footer Credits - Lines 948 & 949 */

.landscaping-banner-p p {
  padding: 0;
}
.un-cus-grid .elementor-cta__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 95%);
}