/* SF 64104092 CC */


.adminBar {
  display: none;
}

#signup label.wrap {
        display: block;
        margin-bottom: 5px;
        color: #000;
        padding-bottom: 10px;
}
 
input#btnsubmit {
    background-color: #872183;
    color: white;
    font-weight: 700;
    padding: 9.6px 24px;
    border-radius: 5px;
    margin-top: 10px;
}

.pageFooter .wrap {
  font-family: nunito, Arial, sans-serif !important;
  color: white !important;
}

/* SF#65852313 SA - Product feed item */
.feedItem {
    footer {
        display: block !important;
    }

    ul.footerDepartmentsList {
        display: none;
    }
    .productFooter {
        margin: 0;
        .button {
        margin-bottom: 5px;
        display: block;
        }
    }
}

@media screen and (max-width: 1024px){
	.carouselSlideReadMore {
   		margin: 0 auto !important;
	}
	.carouselControls {
		padding-bottom: 13px !important;
	}
}

/* SF65852313 CC - Display images for products featured on the homepage feed*/
ul.feedList img {
  display: block !important;
}
.homeFeedBox1 p {
  display: none !important;
}

body.PostCategory_hide-calendar-button .addToCalender {
display: none;
}

/* Temporary nested shop dept list */
.departmentsContent .departmentList li.parent {
  position: relative;
}

.departmentsContent .departmentList li.parent:after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  cursor: pointer;
  position: absolute;
  top: 0.5em;
  right: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.departmentsContent .departmentList li.parent.expanded:after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

@media (max-width: 768px) {
  .departmentsContent {
    position: relative;
  }

  .departmentsContent:after {
    content: "\f0b0";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    cursor: pointer;
    position: absolute;
    top: 2rem;
    right: 2rem;
  }

  .departmentsContent>h2,
  .postCreateForm .departmentsContent>legend,
  .inMemoryCreateForm .departmentsContent>legend,
  .post .donationFormItems .contentBlockWrapper .departmentsContent>legend {
    position: relative;
    margin-bottom: 0;
    z-index: 1;
  }

  .departmentsContent .departmentList {
    margin-top: 1rem;
  }
}

@media (max-width: 576px) {
  .departmentsContent:after {
    top: 1rem;
    right: 1rem;
  }
}

.content.departmentsContent {
  position: relative;
}

@media (max-width: 500px) {
  .mainLogo {
    margin-top: 50px !important;
  }
} 