/*!
Theme Name: Lawn Solutions Australia
Author: HMW
Author URI: http://www.handmadeweb.com.au/
Description: Description
Version: 1.0.0
Text Domain: lsamaster

*/

/* John Fixes */
@media all and max-width(640px) {
    .articleList {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .articleList > p {
        flex-basis: 100% !important;
    }

    .articleList .yardTile.latest-articles {
        flex-basis: 50% !important;
        padding-bottom: 1rem !important;
    }
}

.fixednw .section-padding-60 {
	padding-bottom:0 !important;
}

.fixednw .qualityGuaranteed.green .section-padding-60 {
	padding-top:15px !important;
}

.fixednw .qualityGuaranteed.green .section-padding-60 .sectionheading , .fixednw .qualityGuaranteed.green .section-padding-60 .sectionheading h2 {
	margin-bottom:15px !important;
}

/* Temp Fixes for Memories Landing Page - 04/12/2019 */
body .find-local {
	background-size: auto;
	background-position: top;
}
body .find-local .find-wrap {
	padding: 2rem;
}
@media only screen and (max-width: 640px){
	body .find-local {
		height: auto;
		background: none;
	}
}

/* Temp Fixes for Memories Landing Page - New - 11/03/2021 */
body .memories .guaranteed-title {
    margin-bottom: 40px;
}
body .memories .guaranteed-blurb img {
    max-width: 220px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 20px;
}
body .memories .guaranteed-blurb .p-width {
    padding-bottom: 0 !important;
}
body .memories .page-section-small {
    padding: 8rem 0;
}
body .memories .page-section-small + .page-section-small {
    padding-top: 0;
}
body .memories .row.justify-content-center {
    justify-content: center;
}
body .memories .col .btn:not(:first-child) {
    margin-left: 1rem;
}

/* New Home Hero Layout */
.bannerSec.new-banner{
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    position: relative;
    height: fit-content;
}
.bannerSec.new-banner .bannerContent{
    padding: 2.4rem;
    position: relative;
    z-index: 3;
    background-image: var(--mobile-bg, var(--desktop-bg));
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bannerSec.new-banner .bannerContent::after{
    content: '';
    background-color: rgba(0,0,0,0.4);
    z-index: 2;
    inset: 0;
    position: absolute;
    pointer-events: none;
}
.bannerSec.new-banner .bannerContent .bannerContentInner{
    max-width: 495px;
    margin: auto;
    text-align: center;
    z-index: 3;
}
.bannerSec.new-banner .bannerContent .bannerContentInner .title{
    font-size: clamp(30px, 10vw, 45px);
    color: white;
    line-height: 1.2em;
}
.bannerSec.new-banner .bannerContent .bannerContentInner .content{
    max-width: 420px;
    margin: auto;
}
.bannerSec.new-banner .bannerContent .bannerContentInner .content *{
    color: white;
    font-size: 23px;
    line-height: 1.3em;
}
.bannerSec.new-banner .bannerContent .bannerContentInner .btn{
    width: fit-content;
    margin: auto;
    border-color: white;
    color: white;
}
.bannerSec.new-banner .bannerContent .bannerContentInner .btn:hover{
    border-color: #8dc63f;
}
.bannerSec.new-banner .scrollBtm{
	position: absolute;
	bottom: 40px;
	left: 50%;
	z-index: 999;
	width: 55px;
}
.bannerSec.new-banner + .grassCategory{
    z-index: 4;
    position: relative;
    margin-top: 40px!important;
}
@media screen and (max-width: 479px){
    .bannerSec.new-banner .scrollBtm{
        bottom: 10px;
    }
}
@media screen and (max-width: 981px){
    .bannerSec.new-banner .bannerContent{
        aspect-ratio: 404 / 396;
    }
}
@media screen and (min-width: 981px){
    .bannerSec.new-banner{
        grid-template-columns: 1fr 1fr;
        min-height: 600px;
    }
    .bannerSec.new-banner .bannerContent{
        background-image: var(--desktop-bg);
    }
}