@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700|Open+Sans:400,600,700&display=swap);
/*** COLOURS ***/
/*** SIZES ***/
/*** DOTDOTDOT ***/
/*** FONTS ***/
.pageScroll .pageContainer .recipeCategoryOverview {
  width: calc(100% + 40px);
  margin-top: -20px;
  margin-left: -20px;
}
.pageScroll .pageContainer .recipeCategoryOverview .recipeCategory {
  display: inline-block;
  width: calc(50% - 7.5px);
  vertical-align: top;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.pageScroll .pageContainer .recipeCategoryOverview .recipeCategory:hover .image {
  opacity: 0.6;
}
.pageScroll .pageContainer .recipeCategoryOverview .recipeCategory:hover .recipeCategoryTitle {
  color: #fbbc43;
}
.pageScroll .pageContainer .recipeCategoryOverview .recipeCategory:nth-child(odd) {
  margin-right: 7.5px;
}
.pageScroll .pageContainer .recipeCategoryOverview .recipeCategory:nth-child(even) {
  margin-left: 7.5px;
}
.pageScroll .pageContainer .recipeCategoryOverview .recipeCategory .image {
  height: 200px;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pageScroll .pageContainer .recipeCategoryOverview .recipeCategory .recipeCategoryTitle {
  color: #134053;
  font-weight: 500;
  display: block;
  padding: 15px 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 1024px) {
  .pageScroll .pageContainer .recipeCategoryOverview {
    padding-left: 20px;
  }
}
@media all and (max-width: 768px) {
  .pageScroll .pageContainer .recipeCategoryOverview {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
}
@media all and (max-width: 450px) {
  .pageScroll .pageContainer .recipeCategoryOverview .recipeCategory .image {
    height: 150px;
  }
}
/*# sourceMappingURL=recipe-categories.css.map */