.footer-contact img {
  width: 150px;
}

.CB-secondary-hero hr,
.CB-tertiary-hero hr {
  margin-right: auto !important;
  margin-left: auto !important;
}

.CB-feature-img-callout__inverse .CB-feature-img-callout-body {
  grid-area: body;
  background-image: url(/dist/svgs/white-wave-texture.svg),
    linear-gradient(181deg, #3a4756, #1b222b 93%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-blend-mode: color-burn;
  color: #fff;
}
@media (min-width: 992px) {
  .CB-feature-img-callout__inverse .CB-feature-img-callout-body {
    border-radius: 6px 0 0 6px;
  }
}

.recipe-icon {
  height: 26px;
}

.recipe-card .card-body > .d-block > span {
  margin-right: 0.5rem;
}

cook-type {
  display: none;
}

.section-title hr {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mobile-logo {
  height: 45px;
}

.Catelli-logo {
  width: auto !important;
  height: 70px  !important;
}

header {
  position: sticky;
	top: 0;
	z-index: 1020;
}

.section-padding {
  overflow-x: hidden;
}

.CB-recipes > .container-fluid {
  	margin: 0 auto;
		overflow: visible;
		overflow-x: visible;
		overflow-y: visible;
}