


.recipetab{
    float: none;
}

.recipe-container {
  font-family: Raleway, sans-serif;
  font-weight: 400;
  background-color: white;
    padding-bottom: 170px;
    padding-top: 70px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5rem rgba(0, 0, 0, 0.1);
}
.recipe-container:hover > .baseline-grid {
  opacity: 1;
}

.recipe-image {
  width: 100%;
    height: 100%;
    border-radius: 10px;
}
.recipeimgcont{
    height: 450px;
}
.recipetab li.active{
    background-color: #eee;
}
.recipe-content {
  right: 0;
  top: 0;
  padding: 2.5rem 1rem;
}
.recipetab li{
    display: inline-block;
}
.heading-2 {
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 4px;
  color: #999;
}

.heading-1 {
  font-size: 1.778rem;
  line-height: 2.5rem;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 1.25rem 0;
}

.paragraph {
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 0 0 1.25rem 0;
}

.recipetop{
    padding-top: 15px;
    padding-bottom: 60px;
}
.recipe-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.recipe-list.meta > .recipe-item {
  display: inline-block;
  padding-right: 2rem;
}

.recipe-item {
  padding: 0 1rem;
}
.recipe-item:first-child {
  padding-left: 0;
}
.recipe-item > .recipe-value {
  font-size: 1.333rem;
  line-height: 2.5rem;
  font-weight: bold;
}
.recipe-item > .recipe-text {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.recipe-item + .recipe-item {
  border-left: 1px solid #ccc;
}

.recipe-stars {
  line-height: 2.5rem;
  margin: 1.25rem 0;
  font-size: 1rem;
  line-height: 2.5rem;
}

.recipe-star {
  height: auto;
  width: auto;
  display: inline-block;
}
.recipe-star:before {
  content: '\2605';
  color: gold;
}
.recipe-star.inactive:before {
  color: gray;
}

.recipe-ratings {
  color: gray;
  margin: 0 0.5rem;
}

.recipe-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #5ad485;
  color: white;
  border: none;
  height: 2.5rem;
  padding: 0 1rem;
  border-radius: 1.25rem;
  font-size: 0.75rem;
}
.recipe-button.transparent {
  background-color: transparent;
  color: gray;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media (max-width: 770px) {
    .recipetab li{
    display: block;
}
}
