/* Recipe Timeline Shortcode Styles */

.cd-container {
  max-width: 1080px;
  margin: 0 auto;
  background: white;
  padding: 0 10%;
  border-radius: 2px;
}

.cd-container::after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline {
  position: relative;
  padding: 0 0;
  margin-top: 2em;
  margin-bottom: 2em;
}

.cd-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  height: 100%;
  width: 4px;
  background: #e14d43;
  margin-top: 10px;
}

.cd-timeline-block {
  position: relative;
  margin: 2rem 0;
}

.cd-timeline-block p {
  margin: 0 0;
}

.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-block:first-child {
  margin-top: 0;
}

.cd-timeline-block:last-child {
  margin-bottom: 0;
}

.cd-timeline-img {
  position: absolute;
  top: 8px;
  left: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgb(225, 77, 67, 0.4), inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  background: #e14d43;
  text-align: center;
  color: white;
  font-weight: bold;
}

.cd-timeline-tip .cd-timeline-img {
  background: #54711e;
  box-shadow: 0 0 0 4px rgba(84, 113, 30, 0.40), inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #e9f2f5;
  border: 1px solid #c5dee7;
  border-radius: 6px;
  padding: 0.5em 1em;
}

.cd-timeline-content .timeline-content-info {
  font-size: 1.4rem;
  background: #c5dee7;
  padding: 5px 10px;
  color: #333;
  border-radius: 2px;
  display: inline-block;
  margin-left: 16px;
}

.cd-timeline-content .timeline-content-info i {
  margin-right: 5px;
}

.cd-timeline-content .timeline-content-info .timeline-content-info-title,
.cd-timeline-content .timeline-content-info .timeline-content-info-date {
  display: inline-block;
}

.cd-timeline-content .content-ingredients {
  font-size: 12px;
  padding: 0;
  margin-bottom: 0;
  justify-content: center;
}

.cd-timeline-content ul.content-ingredients {
  margin: 0;
}

.cd-timeline-content .content-ingredients li {
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
  color: #333;
  border-radius: 2px;
  display: inline-block;
  padding: 2px 10px;
  margin: 3px 2px;
  text-align: center;
  flex-grow: 1;
}

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-content h2 {
  color: #333;
  margin-top: 0;
  margin-bottom: 8px;
  text-transform: none;
  display: inline-block;
}

.cd-timeline-content p,
.cd-timeline-content .cd-date {
  color: #333;
}

.cd-timeline-content .cd-date {
  display: inline-block;
}

.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}

.cd-timeline-content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #c5dee7;
}

/* Recipe Ingredients Shortcode Styles */

.recept {
  max-width: 720px;
  margin: 24px 0 24px 0;
  padding: 14px;
  border: 1px solid #c5dee7;
  background-color: #e9f2f5;
  border-radius: 0;
  text-align: left;
}

.recept p {
  padding: 1px 0 1px 0;
  margin: 0;
}

.recept p.spacer {
  color: white;
}

.recept p a {
}

.recept .titel {
  color: #5E4D3E;
  font-size: 24px;
  margin-bottom: 10px;
  border-bottom: 1px solid #5E4D3E;
  display: inline-block;
}

.recept .aantal {
  font-size: 14px;
  color: #888;
  font-style: italic;
}

.recept .van {
  font-size: 16px;
  color: #888;
  font-style: italic;
}

.recept .duur {
  font-size: 16px;
}

.recept div p {
  border-bottom: 1px solid #e4e4e4;
  font-size: 16px;
  padding-left: 10px;
  line-height: 35px;
}

/* WKB Recipe Calculator Styles */

.content .wkb_recept {
  width: 100%;
  max-width: 720px;
  margin: 24px 0 24px 0;
  padding: 14px;
  border-collapse: inherit;
  text-align: left;
  border: 1px solid #c5dee7;
  background-color: #e9f2f5;
  border-radius: 0;
}

.content .wkb_recept th {
  padding: 0;
}

.content .wkb_recept .titel {
  color: #5E4D3E;
  font-size: 24px;
  margin-bottom: 10px;
  border-bottom: 1px solid #5E4D3E;
  text-align: left;
  font-weight: 300;
}

.content .wkb_recept .aantal {
  font-size: 14px;
  color: #888;
  font-style: italic;
  text-align: left;
  font-weight: normal;
}

.content .wkb_recept .van {
  font-size: 14px;
  color: #888;
  font-style: italic;
  text-align: left;
  font-weight: normal;
}

.content .wkb_recept .duur {
  font-size: 14px;
  font-weight: normal;
}

.content .wkb_recept td {
  font-size: 16px;
  line-height: 35px;
  padding: 4px 8px 2px 0;
  margin: 0;
  border-bottom: 1px solid #e4e4e4;
  vertical-align: top;
  border-top: 0;
}

.content .wkb_recept td:first-child {
  width: 40px;
  text-align: right;
  font-weight: bold;
}

.content .wkb_recept td:first-child + td {
  width: 30px;
}

.content .wkb_recept input {
  text-align: right;
  padding: 8px;
  font-size: 16px;
  width: auto;
}

#receptcalculation {
  margin: 0;
  padding: 6px 14px 6px 14px;
  background-color: #f8f8f8;
  width: 100%;
  max-width: 400px;
  border: 1px solid #e0e0e0;
}

#receptcalculation input {
  font-size: 16px;
  width: auto;
  padding: 8px;
}

#receptcalculation select {
  margin: 0;
  width: auto;
  padding: 8px;
}

#receptcalculation #title {
  font-size: 18px;
}

#receptcalculation div {
  padding: 3px 0 3px 0;
  font-size: 16px;
}

#receptcalculation .recepthelp {
  padding: 3px 0 3px 0;
  font-size: 14px;
  font-style: italic;
}

#receptcalculation .receptcol {
  display: inline-block;
  width: 200px;
}

#receptrecalc {
  margin-left: 0;
}

#receptamount {
  text-align: right;
}
