body.pages-search section.listing {
 background: none;
}

body.pages-search section.listing .listFooter {
	margin-bottom: 2rem;
}

body.pages-search section.listing:after {
  display: none;
}


a.button.callToActionBtn.createInMemBtn {
  display: -webkit-box;
}

.contactViaTel,.contactViaPost {
  display: none;
}

body.shopHomeType .headerText {
  display: none;
}

formQuestion.formSecondStep.contactViaPost {
  display: none !important;
}

.homeFeedBox3.HomepageDogschanginglivesFeed .feedTitle,.carouselSlides .carouselSlide .carouselSlideHeading{font-size: 1.75em;}
@media(min-width: 1300px){
	.homeFeedBox3.HomepageDogschanginglivesFeed .feedTitle,.carouselSlides .carouselSlide .carouselSlideHeading{font-size: 2.5em;}
}
@media(min-width: 1600px){
	.homeFeedBox3.HomepageDogschanginglivesFeed .feedTitle,.carouselSlides .carouselSlide .carouselSlideHeading{font-size: 3em;}
}
@media(max-width: 576px){
  .carouselSlides .carouselSlide.slick-slide .carouselDetailWrapper .carouselSlideDetail{
    padding: 15vw 10vw 10vw;
  }
}

.homeFeatures.homeFeaturesTop{display: flex;}

/* EVA - to fix home features on mobile issue caused by above css */
@media(max-width: 577px) {	
  .homeFeatures.homeFeaturesTop {
		display: block;
	}
}
/* EVA - to fix margin underneath cta buttons in header that should only be there when in mobile menu */
@media(min-width: 1024px) {	
  .pageHeader .mainCallToActionButtons {
      margin-bottom: 0!important;
  }
}
/* EVA - to fix the donation panel bg image that was getting squashed */

@media (min-width: 1024px) {
  .homefeaturecategory-homeboxquickgiving {
    background-size: 70%!important;
  }
}
@media (min-width: 1280px) {
  .homefeaturecategory-homeboxquickgiving {
    background-size: contain!important;
  }
}
@media(max-width: 1024px) {
  .homefeaturecategory-homeboxquickgiving {
      background-size: 100%!Important;
  }
}

/* EVA - remove random styling on faqs */

.listedFaq:after {
    content: normal!important;   
}
.listedFaq {
    padding-bottom: 0!important;
    box-shadow: none!important;
}

/* EVA - hide duplicated listing intro in faqs - this should be fixed properly by editing the js in main.js which is causing this */

.faqAnswer .headerText {
    display: none;
}

/* SF66232039 CC*/
article.post:after {
z-index: -1 !important;
}