body {
  background-color: white;
}

.b08 {
  display: flex;
  justify-content: center;
  max-width: 1440px;
  margin: 0 auto;
  background: #fff;
  background-size: cover;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 3rem;
}
.b08__wrapper {
  max-width: 1440px;
  flex-basis: 100%;
  flex-grow: 1;
  dispaly: flex;
}
.b08__head {
  flex-basis: 100%;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  padding: 50px 20px;
}
.b08__head--alt {
  padding: 50px 20px 0 20px;
}
@media (max-width: 768px) {
  .b08__head {
    padding: 20px;
  }
}
.b08__head-wrapper {
  flex-basis: 50%;
}
@media (max-width: 768px) {
  .b08__head-wrapper {
    flex-basis: 100%;
  }
}
.b08__head-wrapper h2 {
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
  color: #87c540;
}
.b08__head-wrapper--alt h2 {
  font-size: 35px;
}
.b08__featured {
  flex-basis: 100%;
  flex-grow: 1;
  height: 700px;
  background: url(./img/b07.png) no-repeat center;
  background-size: cover;
  position: relative;
}
.b08__featured:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 45px;
  background: url(./img/grunge-top.png) repeat-x top;
  background-size: contain;
}
.b08__featured:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45px;
  background: url(./img/grunge-bottom.png) repeat-x bottom;
  background-size: contain;
}
.b08__content {
  flex-basis: 100%;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  padding: 50px 20px;
}
.b08__content-wrapper {
  flex-basis: 50%;
  font-size: 20px;
  color: #696969;
}
@media (max-width: 768px) {
  .b08__content-wrapper {
    flex-basis: 100%;
  }
}
.b08__content-wrapper p {
  font-size: 1em;
  line-height: 1.4;
  font-weight: 200;
  margin-bottom: 1.5em;
}
.b08__content-wrapper p:last-child {
  margin-bottom: 0;
}
.b08__content-wrapper h1, .b08__content-wrapper h2, .b08__content-wrapper h3 {
  margin-bottom: 1.5em;
  line-height: 1.4;
  font-weight: 700;
}
.b08__content-wrapper h1 {
  font-size: 2em;
}
.b08__content-wrapper h2 {
  font-size: 1.5em;
}
.b08__content-wrapper h3 {
  font-size: 1.25em;
}
.b08__content-wrapper a {
  color: inherit;
  color: #87c540;
}
.b08__content-wrapper ul {
  padding-left: 22px;
  margin-bottom: 25px;
  font-size: 1em;
  font-weight: 200;
  list-style-image: url();
}
.b08__content-wrapper ul:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .b08__content-wrapper ul {
    margin-bottom: 15px;
    font-size: 1em;
  }
}
.b08__content-wrapper ul li {
  margin-bottom: 5px;
  line-height: 1.4;
  padding-left: 5px;
}
.b08__content-wrapper ul li ul, .b08__content-wrapper ul li ol {
  padding-top: 10px;
  padding-left: 1.5em;
  margin-bottom: 10px;
}
.b08__content-wrapper ol {
  margin-bottom: 25px;
  font-size: 1em;
  font-weight: 200;
  list-style: none;
  counter-reset: item;
}
.b08__content-wrapper ol:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .b08__content-wrapper ol {
    margin-bottom: 15px;
    font-size: 1em;
  }
}
.b08__content-wrapper ol li {
  margin-bottom: 8px;
  line-height: 1.4;
  padding-left: 5px;
  counter-increment: item;
  display: flex;
  align-items: center;
}
.b08__content-wrapper ol li:before {
  content: counter(item);
  background: #009035;
  color: #fff;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin-right: 10px;
  font-weight: bold;
}
.b08__content-wrapper blockquote {
  margin-bottom: 25px;
  line-height: 1.4;
  font-size: 1em;
  font-weight: 500;
  padding-left: 25px;
  border-left: 4px solid #eee;
}
.b08__content-wrapper blockquote:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .b08__content-wrapper blockquote {
    margin-bottom: 15px;
    font-size: 1em;
  }
}
.b08__content-wrapper strong {
  font-weight: 700;
  color: #262f3c;
}
.b08__content-wrapper img {
  max-width: 100%;
  height: auto;
}
.b08__content-wrapper img.alignleft {
  float: left;
  margin: 8px 1.5em 1.5em 0;
}
@media screen and (max-width: 768px) {
  .b08__content-wrapper img.alignleft {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 1.5em 0;
  }
}
.b08__content-wrapper img.alignright {
  float: right;
  margin: 8px 0 1.5em 1.5em;
}
@media screen and (max-width: 768px) {
  .b08__content-wrapper img.alignright {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 1.5em 0;
  }
}
.b08__content-wrapper img.aligncenter {
  display: block;
  margin: 1.5em auto;
  max-width: 100% !important;
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .b08__content-wrapper img.aligncenter {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 1.5em 0;
  }
}
.b08__content-wrapper .wp-caption.alignleft {
  float: left;
  margin: 8px 1.5em 1.5em 0;
}
.b08__content-wrapper .wp-caption.alignleft img {
  margin: 0;
  max-width: 100% !important;
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .b08__content-wrapper .wp-caption.alignleft {
    float: none;
    max-width: 100% !important;
    width: 100% !important;
    margin: 1.5em 0;
  }
}
.b08__content-wrapper .wp-caption.alignright {
  float: right;
  margin: 8px 0 1.5em 1.5em;
}
.b08__content-wrapper .wp-caption.alignright img {
  margin: 0;
  max-width: 100% !important;
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .b08__content-wrapper .wp-caption.alignright {
    float: none;
    max-width: 100% !important;
    width: 100% !important;
    margin: 1.5em 0;
  }
}
.b08__content-wrapper .wp-caption.aligncenter {
  display: block;
  margin: 1.5em auto;
  max-width: 100% !important;
  width: 100% !important;
}
.b08__content-wrapper .wp-caption.aligncenter img {
  margin: 0;
  max-width: 100% !important;
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .b08__content-wrapper .wp-caption.aligncenter {
    float: none;
    max-width: 100% !important;
    width: 100% !important;
    margin: 1.5em 0;
  }
}
.b08__content-wrapper .wp-caption-text {
  font-size: 0.8em;
  color: #999;
}
.b08__controls {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
  padding: 20px 0;
  align-items: center;
}
@media (max-width: 768px) {
  .b08__controls {
    margin-bottom: 30px;
  }
}
.b08__back {
  color: #87c540;
  font-weight: normal;
  font-size: 20px;
  text-decoration: none;
}
.b08__share {
  display: flex;
  align-items: center;
}
.b08__share p {
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  margin-right: 5px;
}

.bike__share-icon {
  width: 20px;
  height: 20px;
  margin: 0 0 0 20px;
}
.bike__share-icon.bike__share-icon--facebook {
  background: url(./img/bike-face.png) no-repeat center;
  background-size: contain;
}
.bike__share-icon.bike__share-icon--twitter {
  background: url(./img/bike-twitter.png) no-repeat center;
  background-size: contain;
}
.bike__share-icon.bike__share-icon--instagram {
  background: url(./img/bike-instagram.png) no-repeat center;
  background-size: contain;
}
.bike__share-icon.bike__share-icon--pinterest {
  background: url(./img/bike-pin.png) no-repeat center;
  background-size: contain;
}
.bike__share-icon.bike__share-icon--whats {
  background: url(./img/whatsapp.svg) no-repeat center;
  background-size: contain;
}
