/******************************
REDDIWIP SPECIFIC COLORS
******************************/
/******************************
COLORS
******************************/
/******************************
REDDIWIP SPECIFIC COLORS
******************************/
/******************************
COLORS
******************************/
/*****************************************************
BEGIN FUNCTIONS
*****************************************************/
/*****************************************************
BEGIN FUNCTIONS
*****************************************************/
/*****************************************************
BEGIN EXTENDS
*****************************************************/
/* line 28, ../../sass/config/_mixins.scss */
.region-content-grid .recipe-collection a {
  font-family: ProximaNova, sans-serif;
  font-weight: bold;
}

/*****************************************************
END EXTENDS
*****************************************************/
/* line 5, ../../sass/components/block-recipe-collection.scss */
.region-content-grid .recipe-collection {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 6px;
  margin-bottom: 23px;
}
@media (min-width: 768px) {
  /* line 5, ../../sass/components/block-recipe-collection.scss */
  .region-content-grid .recipe-collection {
    margin-bottom: 46px;
  }
}
/* line 14, ../../sass/components/block-recipe-collection.scss */
.region-content-grid .recipe-collection a {
  font-size: 4.375vw;
  color: #e41b13;
  line-height: 1em;
  text-transform: uppercase;
}
/* line 21, ../../sass/components/block-recipe-collection.scss */
.region-content-grid .recipe-collection a:hover {
  color: #87b2c4;
  text-decoration: none;
}
@media (min-width: 544px) {
  /* line 14, ../../sass/components/block-recipe-collection.scss */
  .region-content-grid .recipe-collection a {
    font-size: 1.4875rem;
  }
}
@media (min-width: 768px) {
  /* line 14, ../../sass/components/block-recipe-collection.scss */
  .region-content-grid .recipe-collection a {
    font-size: 1.5121vw;
  }
}
@media (min-width: 992px) {
  /* line 14, ../../sass/components/block-recipe-collection.scss */
  .region-content-grid .recipe-collection a {
    font-size: 0.9375rem;
  }
}
/* line 40, ../../sass/components/block-recipe-collection.scss */
.region-content-grid .recipe-collection .collection-image img {
  margin-bottom: 10px;
}
/* line 265, ../../sass/config/_mixins.scss */
.region-content-grid .recipe-collection .collection-name:after {
  content: '\f105';
  display: inline-block;
  font-family: 'FontAwesome';
  margin-left: 5px;
}
@media (min-width: 768px) {
  /* line 265, ../../sass/config/_mixins.scss */
  .region-content-grid .recipe-collection .collection-name:after {
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  /* line 49, ../../sass/components/block-recipe-collection.scss */
  .region-content-grid .recipe-collection:nth-child(3n+1) {
    padding-left: 0;
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  /* line 56, ../../sass/components/block-recipe-collection.scss */
  .region-content-grid .recipe-collection:nth-child(3n) {
    padding-right: 0;
    padding-left: 12px;
  }
}
/* line 63, ../../sass/components/block-recipe-collection.scss */
.region-content-grid .recipe-collection:last-child {
  margin-bottom: 23px;
}
