.main-content-container {
  display: flex;
}

.site-main {
  margin: 0 35% 0 0;
}

body.single.single-post .container {
  max-width: var(--wide-content-width) !important;
  padding-left: var(--page-container-spacing) !important;
  padding-right: var(--page-container-spacing) !important;
}
body.single.single-post .container .sidebar-cta {
  position: relative;
  z-index: 0;
}
body.single.single-post .container .sidebar-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #8296A8;
  opacity: 0.7;
  z-index: -1;
}
@media (max-width: 1024px) {
  body.single.single-post .container {
    display: flex;
    flex-direction: column;
  }
  body.single.single-post .container #secondary.widget-area {
    width: 100% !important;
  }
  body.single.single-post .container #primary.content-area #main {
    margin: 0 !important;
  }
}
body.single.single-post .container #primary.content-area article.post {
  margin-bottom: 50px !important;
}
body.single.single-post .container #primary.content-area .post-meta-heading {
  padding-right: 70px;
  padding-left: 70px;
}
body.single.single-post .container #primary.content-area .post-author {
  display: flex;
  align-items: center;
  gap: 15px;
}
body.single.single-post .container #primary.content-area .post-author .author-avatar img {
  border-radius: 999px;
  height: 50px;
  width: 50px;
}
body.single.single-post .container #primary.content-area .post-author .author-info h4.author-name {
  margin: 0px !important;
  color: #8296A8;
}
body.single.single-post .container #primary.content-area .post-author .author-info p {
  margin: 0 !important;
  color: #A9ADB1;
}
body.single.single-post .container #primary.content-area h1.entry-title {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 40px;
}
body.single.single-post .container #primary.content-area .post-categories {
  margin-bottom: 50px;
}
body.single.single-post .container #primary.content-area .post-categories span.post-category {
  color: #051524;
  font-size: 17px;
}
body.single.single-post .container #primary.content-area .entry-thumbnail img {
  width: 100%;
}
body.single.single-post .container #primary.content-area,
body.single.single-post .container #secondary.widget-area {
  padding-top: 70px;
  padding-bottom: 70px;
}
body.single.single-post .share-bar {
  display: flex;
  align-items: center;
  gap: 10px;
}
body.single.single-post .share-bar .share-bar-label {
  font-size: 21px;
  font-weight: 700;
  color: #08111A;
}
body.single.single-post .share-bar .share-bar__button {
  padding: 18px;
}
body.single.single-post .share-bar .share-bar__button img {
  height: 24px;
  width: auto;
}
body.single.single-post .share-bar__button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  font-size: 16px;
}
body.single.single-post .share-bar__button:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
}
body.single.single-post .share-bar__icon {
  margin-right: 5px;
}
body.single.single-post .share-bar__separator {
  flex-grow: 1;
  height: 1px;
  background-color: #000;
  margin: 0 30px;
}
body.single.single-post .article-section {
  background-color: #f5f7fa;
  padding: 50px 40px;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  margin-bottom: 50px;
}
body.single.single-post .article-section__header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  gap: 25px;
}
body.single.single-post .article-section__header img {
  border-radius: 999px;
  height: 50px;
  width: 50px;
}
body.single.single-post .article-section__header img.social-media-link {
  width: auto;
  height: 15px;
  border-radius: 0px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
body.single.single-post .article-section__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
body.single.single-post .article-section__author {
  display: flex;
  flex-direction: column;
}
body.single.single-post .article-section__author-name {
  font-size: 14px;
  color: #878F94;
}
body.single.single-post .article-section__author-title {
  font-size: 21px;
  font-weight: 700;
  color: #878F94;
}
body.single.single-post .article-section__social {
  display: inline-block;
  margin-bottom: 15px;
  background-color: #000;
}
body.single.single-post .article-section__social a {
  display: inline-block;
  margin: 12px 15px;
  padding: 0 !important;
}
body.single.single-post .article-section__content {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}
body.single.single-post .goulart-nav-links .goulart-icon-previous::before {
  content: "";
  background: url("../../images/Arrow_left.png") no-repeat center center;
  width: 40px;
  height: 40px;
  display: block;
}
body.single.single-post .goulart-nav-links .goulart-icon-next {
  display: flex;
  justify-content: flex-end;
}
body.single.single-post .goulart-nav-links .goulart-icon-next::after {
  content: "";
  background: url("../../images/Arrow_right.png") no-repeat center center;
  width: 40px;
  height: 40px;
  display: block;
}
body.single.single-post .goulart-nav-links div a {
  display: block;
  font-size: 21px;
  font-weight: 500;
  color: #08111A;
  margin-top: 15px;
}
body.single.single-post .related-posts {
  margin: 40px auto;
  padding-top: clamp(40px, 7vw, 70px);
  padding-bottom: clamp(40px, 7vw, 70px);
}
body.single.single-post .related-posts__title {
  text-align: center;
  font-size: 35px;
  color: #08111A;
  font-weight: 700;
}
body.single.single-post .related-posts__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
body.single.single-post .related-posts__grid .spacer_200 {
  height: 200px;
}
body.single.single-post .related-posts__card {
  background-color: #1a2e44;
  color: #fff;
  overflow: hidden;
  position: relative;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.single.single-post .related-posts__card:hover {
  transform: translateY(-5px);
}
body.single.single-post .related-posts__card:focus-within {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
body.single.single-post .related-posts__card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  z-index: 0;
}
body.single.single-post .related-posts__card-content {
  position: relative;
  z-index: 1;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
body.single.single-post .related-posts__category {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(5, 21, 36, 0.23);
  padding: 2px 8px;
  border-radius: 4px;
}
body.single.single-post .related-posts__title {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  color: #08111A;
}
body.single.single-post .related-posts__card-title {
  font-size: 28px;
  font-weight: 700;
  color: #FFFFFF;
}
body.single.single-post .related-posts__excerpt {
  font-size: 14px;
  margin: 0 0 10px;
  color: #ddd;
  text-align: left;
}
body.single.single-post .related-posts__link {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  text-align: left;
}
body.single.single-post .related-posts__link:hover {
  text-decoration: underline;
}
body.single.single-post .related-posts__arrow {
  margin-left: 5px;
}/*# sourceMappingURL=style.css.map */