@import url("/clients/melanomauk/styles/main.min.css");
/* @import url("//localhost:5757/main.css"); */


/* DI 29.01.2019 Hide blog details ZD 36737 */
.blogDetails { display: none; }

/* DI 25.02.2019 Hide start date details ZD 37284 */
.listing .listedEvent .postFooterWrapper { display: none; }

/* Hide the checkout and add to basket buttons on the shop listing page */
body.productsList .listedPost .productFooter > a { display: none; }

/* Hide the checkout and add to basket buttons on shop items that have different "sizes-available" */
body[class*="sizes-available"] fieldset.productPurchase { display: none; }


/* DI 27.02.2019 Moving blockquote styles in Core styles to avoid the text from appearing white in the Manager */
blockquote a, blockquote a:link, blockquote a:visited {
    color: #fff!important;
}

blockquote * {
  color:#fff;
  font-size: 1em !important;
}

/* DI 28.02.2019 Hide Most read sidebar ZD 37775 */
.associatedMostRead {
  display: none;
}

/* DI 01.03.2019 Add color to shop departments ZD 37906 */
.hierarchyItem {
  background-color: #1db9de!important;
}
.hierarchyItem:hover { background-color: #1595b4!important; }

/* DI 04.03.2019 Related sidebar associated page summaries in Captialise text format ZD 37775 */
.associatedRelatedPosts ul.associatedListing p { text-transform: none!important;}

/* DI 05.03.2019 Amend edges on the donate page to refelct the rounded edges ZD 36682 */
.postContent .quickGivingPanel {
  border-radius: 5px;
}

/* AW 13.03.2019 DES-2705 Bigger DD checkbox */
@media screen and (min-width: 900px) {
  .donationFrequency .regularPayment {
    margin-top: 15px;
  	transform: scale(2);
  }
}

@media screen and (max-width: 900px) {
  .homeBox3 { 
    margin: 0 !important;
  }
}
 
/* AW 10.04.2019 Fix mobile header DES-2804 */
.mainCallToAction .cta-button-blue {
  margin-right: 15px;
}

@media screen and (max-width: 500px) {
  .mainCallToAction .cta-button-blue {
    display: none;
  }
}



/* Pages - Post */
body.pages-post fieldset.postCreateLocation, 
body.pages-post .formQuestion.addVideo,
body.pages-post fieldset.postCreatePageDetails > legend,
body.pages-post fieldset.postCreateTopics > legend,
body.pages-post fieldset.postCreateComments {
  display: none;
}

body.pages-post li.carouselSlide {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

body.blogs.blogGroupsBody .breadcrumbWrapper,
body.blogs.blogGroupsBody .listing .carouselSlide:after {
  display: none;
}