.page.recipes .container:nth-of-type(2) {
  background: #ffffff;
}

@media (min-width: 768px) {
  .page.recipes .row [class*=" col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .page.recipes #block-calloutsimplygroundpeanutbutterpurplenarrow {
    padding-right: calc(0.9375rem / 2);
  }
  .page.recipes #block-calloutourcommitmenttoquality-2 {
    padding-left: calc(0.9375rem / 2);
  }
}

.recipe-search {
  padding: 0;
  margin-top: 40px;
  background-color: #b8191d;
}

.recipe-search form {
  padding: 15px 0 0;
}

.recipe-search form .text-wrapper > input {
  height: 43px;
  padding: 2px 45px 2px 5px !important;
  color: #aa000d;
  border: 1px solid #aa000d !important;
}

.recipe-search form .text-wrapper > .fa-search {
  right: 12px;
  top: 12px;
  font-size: 1.2rem;
  color: #a7a5a6;
}

.recipe-search form .button.submit-button {
  position: absolute;
  height: 38px;
  bottom: 0;
  left: 0;
  padding: 12px 22px 0;
  vertical-align: middle;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  color: #ffffff;
  font-size: 0.875rem;
  text-transform: uppercase;
  border-radius: 500px;
  background: #b8191d;
  white-space: nowrap;
  text-decoration: none;
  text-shadow: none;
  color: #b8191d;
  background: #ffffff;
  width: auto;
  max-width: 185px;
  padding: 2px 25px 0;
  top: auto;
  right: 27px;
  bottom: auto;
  left: auto;
}

.recipe-search form .button.submit-button:hover {
  color: #b8191d;
  background: #f7c805;
}

.recipe-search form .button.submit-button:hover {
  color: #b8191d;
  background: #f7c805;
}

.recipe-search form .button.submit-button:hover::after {
  border-left: 5px solid #aa000d;
}

@media (min-width: 280px) {
  .recipe-search {
    width: 100%;
    padding: 0 4% 4%;
    box-sizing: border-box;
  }
  .recipe-search .text-wrapper {
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }
  .recipe-search .search-logo img {
    float: left;
  }
  .recipe-search .button.submit-button {
    margin-top: 20px;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .recipe-search {
    padding: 0 4% 0;
  }
  .recipe-search .text-wrapper {
    width: 66%;
    float: left;
  }
  .recipe-search .button.submit-button {
    display: inline-block;
    margin-top: inherit;
  }
}

@media (min-width: 992px) {
  .recipe-search {
    width: 100%;
    padding: 0 4% 0;
    box-sizing: border-box;
  }
  .recipe-search .text-wrapper {
    float: left;
    width: 74%;
  }
  .recipe-search .button.submit-button {
    float: left;
    margin: 0 0 0 10px;
  }
}

.recipes-landing h1 {
  padding: 20px 10px 10px;
  text-transform: uppercase;
  text-align: center;
  color: #aa000d;
  line-height: normal;
}

.recipes-landing p {
  padding: 10px;
  font-family: 'Asap Regular';
  text-align: center;
  color: #ffffff;
}

.recipe-collection a:hover {
  text-decoration: none;
}

.see-all-collections .collection-name {
  visibility: hidden;
  opacity: 0;
}

.collection-name {
  padding: 8px 0 0;
  font-size: 1.5em;
  color: #aa000d;
  text-transform: uppercase;
  line-height: normal;
}

.collection-name:after {
  position: relative;
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  vertical-align: middle;
  border-right: 2px solid #aa000d;
  border-bottom: 2px solid #aa000d;
  background-color: transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .collection-name {
    font-size: 1.1rem;
  }
}
