/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
.custm-bg .gb-container, .custm-bg2 .gb-container, .custm-bg3 .gb-container, .custm-center .gb-container{
	margin:0 auto;
}
.email p {
    display: flex;
    gap: 10px;
}

input[type="text"], input[type="email"], input[type="url"], input[type=".custm-bg .gb-containerpassword"], input[type="search"], input[type="tel"], input[type="number"], textarea, select{
	width:100%;
	border:2px solid rgba(132, 193, 110, 1);
	    background-color: transparent;
}
textarea{
	height:180px;
}
.shared-counts-wrap.style-icon .shared-counts-button {
    display: inline-block;
}
.gb-button.custom_blog_btn  {
    padding: 8px 20px !important;
}
.shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg{
    fill: rgba(196, 152, 101, 1) !important;
    width: 20px !important;
    height: 20px !important;
}
.custom_social_wrap{
	margin-bottom:40px;
}
.contact-us input[type="submit"] {
    background-color: rgba(33, 67, 68, 1);
    border: 4px solid white;
    box-shadow: 4px 4px 0px rgba(196, 152, 101, 1);
	font-size:18px;
	font-weight:500;
	color:rgba(250, 248, 238, 1);
	padding: 15px 30px;
    text-transform: uppercase;

}
.custm-map{
	position:relative;
}
.custm-map:before {
    content: "";
    background: url(http://lawnleveling.com/wp-content/uploads/2024/08/Heading-underline-Grass-1.png);
    width: 100%;
    height: 20px;
    position: absolute;
    top: -10px;
    left: 0%;
    background-size: contain;
    z-index: 1;
}
.custm-map:after {
    content: "";
    background: url(http://lawnleveling.com/wp-content/uploads/2024/08/Lawnmower.png);
    width: 30%;
    height: 130px;
    position: absolute;
    top: -130px;
    right: 0px;
    background-size: contain;
    background-repeat: no-repeat;
}
.say-hello{
	padding-top: 90px;
}
.say-hello:before {
    content: '';
    background: url(http://lawnleveling.com/wp-content/uploads/2024/08/brown-background-Gradient.png);
    width: 500px;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: -1;
    right: -130px;
}
.custm-address{
	position:relative;
}
.custm-address:before {
    content: '';
    background: rgba(245, 175, 61, 1);
    width: 500px;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -130px;
    z-index: -1;
    left: -230px;
    opacity: 50%;
    filter: blur(100px);
    border-radius: 50%;
}
body{
	background:url(http://lawnleveling.com/wp-content/uploads/2024/08/Background-texture-1000x1000-1.png);
}
.home{
	background:url(http://lawnleveling.com/wp-content/uploads/2024/08/Background-texture-1000x1000-1.png);
}
.page-id-1261 .container{
	background:transparent;
}
.custom_services .wp-block-media-text__media {
    border-right: 2px solid rgba(132, 193, 110, 1);
    padding-right: 20px;
}
footer.gb-container {
    background: linear-gradient(0deg, #173232, #173232), linear-gradient(0deg, #173232, #173232);
}
.wp-block-details {
    box-sizing: border-box;
    color: rgba(33, 67, 68, 1);
    font-size: 20px;
    border-bottom: 2px solid #84c16e;
	padding-bottom: 10px;
    margin-bottom: 10px;
}
.wp-block-details:last-child{
	border-bottom: 0px solid #84c16e;
}
.comment-meta .avatar {
    display: none;
}
.comment-body {
    padding: 30px;
    border: 2px solid rgba(132, 193, 110, 1);
	margin-bottom:20px;
}
.comment-content {
    padding: 14px 0;
    border: 0px solid rgba(0, 0, 0, .05);
	margin-top:0px;
}
.comment-respond h3#reply-title {
    border-top: 2px solid #84c16e;
    padding-top: 30px;
    margin-top: 40px;
    display: block;
}
.page-hero {
    background: rgba(26, 53, 53, 1);
    padding: 20px;
}
.inside-page-hero.grid-container.grid-parent a, .inside-page-hero.grid-container.grid-parent {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.entry-header .entry-meta {
    color: rgba(26, 53, 53, 1);
    font-size: 12px;
    font-weight: 600;
    margin-top: 24px;
}
.single.single-post .site-main ul {
    margin: 0 0 0em 1em;
    color: rgba(33, 67, 68, 1);
}
@media only screen and (max-width: 1024px) {
.site-header .gb-container{
    width: 100%;
	margin-top: 20px;
}
 .custom_header_btn {
    justify-content: space-between !important;
}
}
@media (max-width: 768px) {
    .custom_header_btn .hide-on-mobile {
        display: block !important;
    }
}
@media (max-width: 600px) {
	.custom_services .wp-block-media-text__media {
		border-right: 0px solid rgba(132, 193, 110, 1);
		padding-right: 0px;
		border-bottom: 2px solid rgba(132, 193, 110, 1);
		padding-bottom: 15px;
        margin-bottom: 15px;
	}
	.custm-num {
    display: flex;
}
}
@media (max-width: 400px) {
    .custom_header_btn .hide-on-mobile {
        padding: 10px 10px;
    }
}