body#tinymce {
  margin: 20px !important;
}

.recipe-meta {
  font-size: 1em;
  position: relative;
  display: inline-block;
  z-index: 100;
  padding: 0px 10px;
}
.recipe-meta > div {
  padding: 0 0 12px 0;
}
.recipe-meta h4 {
  display: inline !important;
  margin: auto !important;
  text-transform: none !important;
  font-weight: normal !important;
  font-size: 1em !important;
  letter-spacing: inherit !important;
  padding-right: 2px;
}
.recipe-meta h4 a {
  padding: 0;
}
.recipe-meta a {
  text-decoration: none !important;
  box-shadow: none !important;
  padding: 0 2px;
}
.recipe-meta a:hover {
  color: inherit;
}
.recipe-meta p {
  margin: 0 auto;
  padding: 0;
}
.recipe-meta .mdot {
  display: inline-block;
  margin: 0;
  padding: 0 3px;
  font-size: 0.87rem;
  font-weight: bold;
  line-height: 1em;
  vertical-align: middle;
  opacity: 0.7;
}

.recipe-ingredient {
  font-weight: bold;
}

h4.ingredients-headline,
h4.instructions-headline {
  margin: 0 auto 10px auto !important;
}
h4.ingredients-headline a,
h4.instructions-headline a {
  color: inherit;
  cursor: default;
  text-decoration: none;
  box-shadow: none;
}
h4.ingredients-headline a:hover, h4.ingredients-headline a:focus,
h4.instructions-headline a:hover,
h4.instructions-headline a:focus {
  text-decoration: none;
}

.recipe-ingredient-panel,
.recipe-instructions {
  border: 3px solid #000;
  padding: 20px;
  margin: 0px 0 30px 0 !important;
  position: relative;
  display: block;
  transition-duration: 0.3s;
}
@media screen and (max-width: 460px) {
  .recipe-ingredient-panel,
  .recipe-instructions {
    padding: 10px;
  }
}
.recipe-ingredient-panel a,
.recipe-instructions a {
  cursor: pointer;
  text-decoration: none;
  box-shadow: none !important;
}
.recipe-ingredient-panel a:hover, .recipe-ingredient-panel a:focus,
.recipe-instructions a:hover,
.recipe-instructions a:focus {
  text-decoration: none;
}
.recipe-ingredient-panel p,
.recipe-instructions p {
  margin: 0 auto;
}
.recipe-ingredient-panel p:empty,
.recipe-instructions p:empty {
  margin: 0 !important;
  display: none;
}
.recipe-ingredient-panel ol,
.recipe-ingredient-panel ul,
.recipe-instructions ol,
.recipe-instructions ul {
  list-style: none;
  margin: 0 auto;
  padding: 10px 10px;
}
.recipe-ingredient-panel ol li,
.recipe-ingredient-panel ul li,
.recipe-instructions ol li,
.recipe-instructions ul li {
  margin-bottom: 20px !important;
}
.recipe-ingredient-panel ol li:last-child,
.recipe-ingredient-panel ul li:last-child,
.recipe-instructions ol li:last-child,
.recipe-instructions ul li:last-child {
  margin-bottom: 0px !important;
}
.recipe-ingredient-panel p,
.recipe-instructions p {
  padding: 5px;
  padding-bottom: 12px !important;
}
.recipe-ingredient-panel p:last-child,
.recipe-instructions p:last-child {
  padding-bottom: 10px !important;
}
@media print {
  .recipe-ingredient-panel,
  .recipe-instructions {
    margin: 0 !important;
    margin-bottom: 0 !important;
    font-size: 1rem;
    line-height: 1rem;
  }
}

.recipe-instructions ul,
.recipe-instructions ol {
  list-style: none;
  padding: 10px 10px;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  counter-reset: ordered-list-counter;
}
.recipe-instructions ul li,
.recipe-instructions ol li {
  margin-bottom: 10px;
}
.recipe-instructions ul li:before,
.recipe-instructions ol li:before {
  content: counter(ordered-list-counter, decimal) ".";
  counter-increment: ordered-list-counter;
  margin-right: 15px;
  font-weight: bold;
  color: inherit !important;
}
.recipe-instructions ul li:last-child,
.recipe-instructions ol li:last-child {
  margin-bottom: 0px;
}

.recipe-ingredient {
  padding: 0 5px;
}

.chefs-menu .main article.type-page {
  margin-bottom: 60px;
  padding-bottom: 30px;
}

.chefs-menu article.category-featured .recipe-link-btn {
  text-decoration: none;
  font-size: 0.9rem;
  font-style: italic;
  line-height: 25px;
  /*&:hover {
  	color: $green;
  }*/
}
@media screen and (min-width: 768px) {
  .chefs-menu article.category-featured .recipe-link-btn span {
    position: absolute;
    left: 28px;
    font-size: 0.7rem;
  }
}
.chefs-menu article.category-featured .recipe-link-btn:before {
  content: " ";
  font-size: 1rem;
  line-height: 1.5rem;
  text-indent: 20px;
  background-image: url("../images/carrot-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  position: relative;
  display: inline-block;
  top: 0;
  color: transparent;
  z-index: 198;
  margin: 2px 0 0 -16px;
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .chefs-menu article.category-featured .recipe-link-btn:before {
    position: relative;
    margin: 0;
    color: inherit;
  }
}

.tax-recipe-ingredient .page-header {
  width: 100%;
  margin: 0;
  padding: 5px 0px;
}

.page.contact .main {
  text-align: center;
}

.page-template-template-chefs-menu-list .main {
  max-width: 540px;
  padding: 30px;
}
.page-template-template-chefs-menu-list article {
  margin: 0 auto 10px auto !important;
  width: 100%;
  vertical-align: top;
  border-bottom: none;
  min-height: none !important;
  position: relative !important;
}
.page-template-template-chefs-menu-list article.category-featured:before {
  content: " ";
  font-size: 1rem;
  line-height: 1.5rem;
  text-indent: 20px;
  background-image: url("../images/carrot-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  position: absolute;
  display: inline-block;
  top: 22px;
  color: transparent;
  z-index: 198;
  margin: 0px 0 0 -24px;
  opacity: 0.6;
}
.page-template-template-chefs-menu-list .inner-post {
  padding: 0 !important;
  margin: 0 auto !important;
  border-bottom: none;
  min-height: none !important;
}
.page-template-template-chefs-menu-list .inner-post a {
  color: #212529;
  text-decoration: none !important;
  /*&:hover{
  	//color: $blue;
  }*/
}
.page-template-template-chefs-menu-list .inner-post header {
  padding: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 auto !important;
  overflow: visible !important;
}
.page-template-template-chefs-menu-list .inner-post .entry-title {
  font-size: 1.2em;
  line-height: 1.1em;
  margin: 0 auto !important;
  padding: 0 0 7px 0 !important;
}
.page-template-template-chefs-menu-list .inner-post .entry-title span {
  font-size: 0.8em;
  display: inline-block;
}
.page-template-template-chefs-menu-list .inner-post .entry-summary {
  font-size: 0.83em;
  letter-spacing: 0.02em;
  margin: 0 auto !important;
  padding: 0 !important;
  width: 100% !important;
}
.page-template-template-chefs-menu-list .inner-post .simplefavorite-button {
  display: block;
  top: -6px;
  bottom: auto;
  right: auto;
  left: -34px;
  background: transparent !important;
}
.page-template-template-chefs-menu-list .inner-post .simplefavorite-button span {
  top: -12px;
  left: 6px;
}
.page-template-template-chefs-menu-list .inner-post .simplefavorite-button:after {
  font-size: 12px;
  opacity: 0.7;
}
.active .page-template-template-chefs-menu-list .inner-post .simplefavorite-button:after {
  font-size: 14px;
  opacity: 1;
}/*# sourceMappingURL=recipes.css.map */