.sponsored-text {
  color: #afafaf;
  text-align: center;
}

.body-container {
  max-width: 780px;
  background-color: #fff;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.article-text {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 29px;
}

.article-text.post-meta.comments-date {
  text-align: right;
  flex: none;
  margin-right: 0;
}

.article-text.comment-meta {
  text-align: left;
  flex: 1;
  display: inline-block;
}

.article-text.comment-meta.flag {
  text-align: right;
}

.heading {
  max-width: none;
  font-size: 38px;
}

.body {
  background-color: #eee;
  padding-bottom: 94px;
}

.section {
  background-color: #fff;
  padding-top: 19px;
  padding-bottom: 19px;
}

.logo-wrapper {
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
}

.logo-image {
  max-width: 100%;
}

.colour {
  color: #f348ff;
  background-color: rgba(0, 0, 0, 0);
}

.list {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 42px;
}

.blockquote {
  font-size: 26px;
  font-style: italic;
  font-weight: 800;
  line-height: 32px;
}

.buttoncontainer {
  width: 600px;
  justify-content: space-around;
  display: flex;
}

.html-embed {
  clear: none;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.stylablebuttons {
  width: 600px;
  justify-content: space-around;
  display: flex;
}

.linkedinshare {
  height: 29px;
  background-color: #0077b5;
  border-radius: 5px;
  align-items: center;
  padding: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.icon {
  margin-right: 8px;
}

.facebookshare {
  height: 29px;
  letter-spacing: .5px;
  background-color: #3b5998;
  border-radius: 5px;
  align-items: center;
  padding: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.twittershare {
  height: 29px;
  letter-spacing: .5px;
  background-color: #1da1f2;
  border-radius: 5px;
  align-items: center;
  padding: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.pinterestsave {
  height: 29px;
  letter-spacing: .5px;
  background-color: #bd081c;
  border-radius: 5px;
  align-items: center;
  padding: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.googleplusshare {
  height: 29px;
  letter-spacing: .5px;
  background-color: #dd4b39;
  border-radius: 5px;
  align-items: center;
  padding: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.line {
  width: 100%;
  height: 2px;
  background-color: #e2e2e2;
  margin-bottom: 15px;
}

.post-meta {
  color: #9c9c9c;
  font-size: 14px;
  line-height: 20px;
}

.meta-link {
  color: #525252;
}

.image-wrapper {
  text-align: center;
}

.link {
  font-weight: 700;
}

.cta-button {
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 2px rgba(0, 0, 0, .32);
  background-image: linear-gradient(#f348ff, #913b97);
  border: 1px solid #cbf3ff;
  border-radius: 6px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Oswald, sans-serif;
  font-size: 23px;
  font-style: italic;
  font-weight: 500;
  line-height: 27px;
  display: block;
  box-shadow: 0 0 20px -10px #000;
}

.cta-button:hover {
  background-image: linear-gradient(to top, #33a6c9, #406fb4);
}

.cta-button:active {
  color: #ddd;
}

.link-2, .link-3, .link-4 {
  font-weight: 700;
}

.bold-text-2 {
  font-weight: 800;
}

.footer-container {
  max-width: 780px;
  background-color: #fff;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.comment-wrapper {
  background-color: #f3f3f3;
  border: 1px solid #e2e2e2;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 10px;
  display: block;
}

.title-wrapper {
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.flag {
  color: #525252;
  margin-left: 0;
  margin-right: 0;
  padding-right: 3px;
  display: inline-block;
}

.comment-text {
  max-width: none;
  color: #646464;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}

.comment-text.comment-meta {
  text-align: left;
  flex: 1;
  display: inline-block;
}

.comment-text.comment-meta.flag {
  text-align: right;
}

.comment-text.load-link {
  text-align: center;
  margin-bottom: 0;
}

.comment-text.load-link:hover {
  font-weight: 400;
}

.comment-text.load-link:active {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.comment-title {
  color: #707070;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.related-articles {
  padding-top: 0;
  padding-bottom: 24px;
}

.related-article-wrapper {
  height: auto;
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 9px 10px;
  display: block;
}

.related-article-wrapper:hover {
  background-color: #f1ebeb;
}

.related-article-link {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.related-article-link:hover {
  color: #4b4b4b;
  font-weight: 700;
}

.columns {
  padding-top: 16px;
}

@media screen and (max-width: 767px) {
  .buttoncontainer, .stylablebuttons {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .body-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .article-text.post-meta.comments-date {
    flex: 0 auto;
    align-self: auto;
  }

  .article-text.comment-meta {
    max-width: none;
  }

  .article-text.comment-meta.flag {
    flex: 0 auto;
    display: block;
  }

  .list {
    padding-bottom: 9px;
    padding-left: 19px;
    padding-right: 0;
  }

  .bold-text {
    line-height: 27px;
  }

  .buttoncontainer {
    flex-wrap: wrap;
    align-content: center;
  }

  .html-embed {
    margin-top: 0;
  }

  .stylablebuttons {
    flex-wrap: wrap;
    align-content: flex-end;
  }

  .linkedinshare, .facebookshare, .twittershare, .pinterestsave, .googleplusshare {
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-wrapper {
    text-align: left;
    flex-flow: wrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: center;
  }

  .comment-title {
    font-size: 24px;
    line-height: 29px;
  }

  .related-article-wrapper {
    margin-bottom: 30px;
  }
}


