.logo-picture{
	width:180px;
}

.ingredients-list li {
    list-style-type:none;
}

.ingredients-list {
    padding-left: 1rem;
}

.checkmark-container {
  display: block;
  position: relative;
  padding-left: 48px;
  padding-top: 4px;
  margin-bottom: 12px;
  cursor: pointer;
}

/* Hide the browser's default checkbox */
.checkmark-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 7px;
  left: 12px;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkmark-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkmark-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkmark-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkmark-container .checkmark:after {
  left: 8px;
  top: 1px;
  width: 9px;
  height: 18px;
  border: solid white;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.post-content {
    border: 2px dashed slategray;
    padding: 20px;
	line-height:1.86;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
    font-weight: 600;
}

.article-post img, .post-content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-height: 22rem;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=number] {
  text-align: center;
}


dl {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0
}

dt {
  float: left;
  width: 50%;
  /* adjust the width; make sure the total of both is 100% */
  padding: 0;
  margin: 0
}

dd {
  float: left;
  width: 50%;
  /* adjust the width; make sure the total of both is 100% */
  padding: 0;
  margin: 0
}

.serving-icon {
  width: 20px;
}

.recipe-subtext {
  font-size: 0.75em;
}

.modal-disclaimer {
  font-size: 0.8em;
}

.about-us-pic {
  max-width: 50%;
  float: right;
  margin: 1em;
}


.image-thumb {
  height: 30px;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.primary-image {
  max-height: 350px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.star-rating.homepage-stars {
  margin-bottom: 0px;
}

.star-rating .star {
  color: #fb944c;
}

.star-rating.homepage-stars .star {
  font-size: 13px;
}

.star-rating .reviews {
  color: #008662
}

.star-rating.homepage-stars .reviews {
  font-size: 10px;
}
