.tastes__paragraph {
  margin-bottom: 20px; 
}

.tastes__content {
  display: none; 
}
.tastes__content.active {
  display: block; 
}

.tastes__tastes {
  position: relative;
  display: block;
  width: 100%;
  -ms-flex-pack: justify;
}
.tastes__tastes:after {
  content: "";
  display: block;
  clear: both;
}
.tastes__taste {
  position: relative;
  display: block;
  text-align: center;
  width: 20%;
  color: #540700;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
}

.tastes__taste-image {
  margin-bottom: 5px;
  font-size: 70px;
  color: #a9714b;
  -webkit-transition: color .15s ease;
  transition: color .15s ease; 
}

.tastes__taste-name {
  font-size: 15px;
  line-height: 1.2;
  padding: 0 0 10px;
  color: #a9714b;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
  white-space: nowrap;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 140px; 
}

.tastes__result {
  position: relative;
  margin-bottom: 30px; 
}

.tastes__result-image {
  width: 100%; 
}

.tastes__result-text {
  color: #fff;
  position: absolute;
  bottom: -15px;
  left: 15px; 
}

.tastes__result-header {
  background-color: #540700;
  display: table;
  font-family: "GillSansMTPro-Condensed", Helvetica, Arial, sans-serif;
  line-height: 1em;
  text-transform: uppercase; 
}

.tastes__result-header {
  font-size: 18px;
  letter-spacing: 3px;
  padding: 5px 5px 2px 5px;
  margin-bottom: 7px;
  margin-left: -5px; 
}

.tastes__result-title span {
  background-color: #540700;
  font-family: "GillSansMTPro-Condensed", Helvetica, Arial, sans-serif;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 37px;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #540700;
  border-top: 3.5px solid #540700;
  box-shadow: 5px 0 0 #540700, -5px 0 0 #540700;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  border-top: 5px solid #540700; 
}

.tastes__tastes--to-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; 
}
.tastes__tastes--to-left .tastes__taste + .tastes__taste {
  margin-left: 35px; 
}

.tastes__tastes:hover .tastes__taste {
  opacity: .7; 
}

.tastes__taste:hover,
.tastes__taste.active {
  opacity: 1 !important; 
}
.tastes__taste:hover .tastes__taste-image,
.tastes__taste:hover .tastes__taste-name,
.tastes__taste.active .tastes__taste-image,
.tastes__taste.active .tastes__taste-name {
  color: #540700; 
}
@font-face {
  font-family: 'einsteinicons';
  src: url("../images/fonts/einsteinicons/einsteinicons.eot");
  src: url("../images/fonts/einsteinicons/einsteinicons.eot?#iefix") format("embedded-opentype"), url("../images/fonts/einsteinicons/einsteinicons.woff") format("woff"), url("../images/fonts/einsteinicons/einsteinicons.ttf") format("truetype"), url("../images/fonts/einsteinicons/einsteinicons.svg#icomoon") format("svg"); 
}
.block-lofstep-core .icon {
  font-family: 'einsteinicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: relative;
}
.block-lofstep-core .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}
.block-lofstep-core .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
.block-lofstep-core .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.tastes__result:after {
  display: block;
  content: "";
  clear: both;
}
@media (min-width: 768px) {
  .tastes__taste-name {
    font-size: 17px; 
  }
  .tastes__taste {
    width: 40%;
    float: left;
  }
}