.hs-blog-post {
  background: #F5F5F5;
}

.top-section {
  position: relative;
}

.top-section:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(29, 29, 255, 0) 0%, #1D1DFF 100%);
  opacity: 0.1;
}

.post-header {
  padding-top: 66px;
}

@media only screen and (max-width: 899px) {
  .post-header {
    padding-top: 33px;
  }
}

.blog-title {
  margin: 22px 0 16px 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.35;
  text-align: center;
  letter-spacing: -0.005em;
}

@media only screen and (max-width: 899px) {
  .blog-title {
    font-size: 32px;
  }
}

.blog-trimmed p {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 899px) {
  .blog-trimmed p {
    font-size: 18px;
  }
}

.blog-info {
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-info .seperator {
  margin: 0 16px;
  line-height: 1;
  font-size: 12px;
}

.blog-info .topic-link {
  color: #1D1DFF;
  font-size: 12px;
  font-weight: 700;
}

.post-info {
  margin-top: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-info .seperator {
  margin: 0 10px;
  line-height: 1;
  font-size: 12px;
}

.post-author img {
  margin-right: 16px;
  border-radius: 50%;
}

.post-author {
  display: flex;
}

.ux-blog-post span {
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.06em;
}

.minutes-to-read {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
}

.blog-img {
  margin-top: 44px;
  margin-bottom: 84px;
}

@media only screen and (max-width: 899px) {
  .blog-img {
    margin-top: 24px;
    margin-bottom: 44px;
  }
}

.blogpost-wrapper .row-fluid {
  max-width: 1256px;
  margin: 0 auto;
  justify-content: center;
}

.blogpost-wrapper h1 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
}

@media only screen and (min-width: 900px) {
  .blogpost-wrapper h1 {
    font-size: 40px;
  }
}

.blogpost-related-posts .row-fluid {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.blogpost-wrapper h3 {
  font-size: 24px;
  font-weight: 600;
  line-height 1.5;
}

.blogpost-wrapper h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}

.blogpost-wrapper ul, .blogpost-wrapper ol {
  padding-left: 16px;
}

.blogpost-wrapper li {
  margin-bottom: 24px;
}

.social-media-icons {
  position: absolute;
  right: 0;
  z-index: 0;
  width: 65px;
  margin-right: 0;
  margin-left: auto;
  background: #fff;
}

.social-media-icons .toggler {
  cursor: pointer;
  padding: 16px 12px 0 12px;
}

.social-media-icons.is-opened {
  z-index: 99;
  box-shadow: 0px 8px 16px rgba(18, 55, 211, 0.2);
}

.social-icon {
  margin-top: 16px;
}

#social-icons button {
  padding: 0;
  background: #fff;
  border: none;
  border-radius: 0;
}

#social-icons button:hover {
  box-shadow: none;
}

#social-icons button:hover svg > path {
  box-shadow: none;
  fill: #0f37d3;
}

#social-icons button svg {
  margin: 0;
}

#social-icons {
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  z-index: 99;
  width: 65px;
  padding: 16px 12px;
  transition: opacity 0.3s ease;
  z-index: -1;
}

#social-icons.is-active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

@media only screen and (max-width: 899px) {
  .blogpost-wrapper .row-fluid.top-section {
    display: flex;
  }
}

.hs-blog-post form input[type=email],
.hs-blog-post form input[type=file],
.hs-blog-post form input[type=number],
.hs-blog-post form input[type=password],
.hs-blog-post form input[type=tel],
.hs-blog-post form input[type=text],
.hs-blog-post form select,
.hs-blog-post form textarea {
  background-color: #F5F5F5;
}

.hs-blog-post form .hs-button, form input[type=submit] {
  background-color: #f5f5f5;
}

.hs-blog-post form .hs-button:hover {
  background-color: #1A1A1A;
  color: #fff;
}