/******************************
REDDIWIP SPECIFIC COLORS
******************************/
/******************************
COLORS
******************************/
/*****************************************************
BEGIN FUNCTIONS
*****************************************************/
/*****************************************************
BEGIN FUNCTIONS
*****************************************************/
/*****************************************************
BEGIN EXTENDS
*****************************************************/
/* line 28, ../../sass/config/_mixins.scss */
.recipe-search .text-wrapper input[name="keywords"], .recipe-search .submit-button {
  font-family: ProximaNova, sans-serif;
  font-weight: bold;
}

/*****************************************************
END EXTENDS
*****************************************************/
/******************************
REDDIWIP SPECIFIC COLORS
******************************/
/******************************
COLORS
******************************/
/*****************************************************
BEGIN RECIPE SEARCH
*****************************************************/
/* line 8, ../../sass/components/block-recipe-search.scss */
.recipe-search {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #fb7830;
  padding: 14px;
}
/* line 19, ../../sass/components/block-recipe-search.scss */
.recipe-search form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (min-width: 768px) {
  /* line 19, ../../sass/components/block-recipe-search.scss */
  .recipe-search form {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
  }
}
/* line 39, ../../sass/components/block-recipe-search.scss */
.recipe-search .search-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 36%;
  -moz-box-flex: 0;
  -moz-flex: 0 1 36%;
  -ms-flex: 0 1 36%;
  flex: 0 1 36%;
  float: none;
  width: auto;
  margin-right: 20px;
}
@media (min-width: 768px) {
  /* line 39, ../../sass/components/block-recipe-search.scss */
  .recipe-search .search-logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 20%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }
}
/* line 52, ../../sass/components/block-recipe-search.scss */
.recipe-search .search-logo img {
  height: auto;
  max-width: 100%;
  padding: 4px;
}
/* line 59, ../../sass/components/block-recipe-search.scss */
.recipe-search .text-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  float: none;
  width: auto;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  /* line 59, ../../sass/components/block-recipe-search.scss */
  .recipe-search .text-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 58%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 58%;
    -ms-flex: 0 1 58%;
    flex: 0 1 58%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
  }
}
/* line 72, ../../sass/components/block-recipe-search.scss */
.recipe-search .text-wrapper input[name="keywords"] {
  border: solid 1px white;
  color: #a7a5a6;
  margin-bottom: 0;
  padding: 5px;
}
/* line 80, ../../sass/components/block-recipe-search.scss */
.recipe-search .text-wrapper .fa-search {
  color: #a7a5a6;
  top: 6px;
}
/* line 86, ../../sass/components/block-recipe-search.scss */
.recipe-search .submit-button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-flex-order: 3;
  order: 3;
  padding: 8px 30px 4px;
  padding: 12px 30px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-clip: padding-box;
  font-size: 3.90625vw;
  background: 0 0 #e41b13;
  text-transform: uppercase;
  line-height: 1;
  color: white;
  float: none;
  max-width: none;
  width: auto;
  text-transform: uppercase;
  margin: 0;
  padding: 6px 20px;
}
@media (min-width: 544px) {
  /* line 86, ../../sass/components/block-recipe-search.scss */
  .recipe-search .submit-button {
    font-size: 1.32813rem;
  }
}
@media (min-width: 768px) {
  /* line 86, ../../sass/components/block-recipe-search.scss */
  .recipe-search .submit-button {
    font-size: 1.41129vw;
  }
}
@media (min-width: 992px) {
  /* line 86, ../../sass/components/block-recipe-search.scss */
  .recipe-search .submit-button {
    font-size: 0.875rem;
  }
}
/* line 298, ../../sass/config/_mixins.scss */
.recipe-search .submit-button a {
  color: white;
}
/* line 302, ../../sass/config/_mixins.scss */
.recipe-search .submit-button:hover {
  background: 0 0 #87b2c4;
}
@media (min-width: 768px) {
  /* line 86, ../../sass/components/block-recipe-search.scss */
  .recipe-search .submit-button {
    font-size: 0.9375rem;
    margin-left: 20px;
    white-space: nowrap;
  }
}

/*****************************************************
END RECIPE SEARCH
*****************************************************/
