blockquote, .wp-block-quote {
  margin: 0 0 1.5rem;
  box-shadow: inset 0 0 0 0 var(--color_heading);
  border-style: solid;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2rem;
  color: #444444;
  background-position: 0 20px;
  background-size: 30px 20px;
  background-repeat: no-repeat;
  border-width: 0 0 0 3px !important;
  padding: 1rem 1.2rem 1.3rem;
  border-color: var(--color_heading);
  font-style: italic;
}
blockquote cite, blockquote cite strong, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6, .wp-block-quote cite, .wp-block-quote cite strong, .wp-block-quote h2, .wp-block-quote h3, .wp-block-quote h4, .wp-block-quote h5, .wp-block-quote h6 {
  font-size: inherit;
  color: var(--color_heading);
  font-style: inherit;
}
blockquote p, .wp-block-quote p {
  margin-bottom: 0;
}
blockquote p + p, blockquote p + cite, blockquote p + h2, blockquote p + h3, blockquote p + h4, blockquote p + h5, blockquote p + h6, .wp-block-quote p + p, .wp-block-quote p + cite, .wp-block-quote p + h2, .wp-block-quote p + h3, .wp-block-quote p + h4, .wp-block-quote p + h5, .wp-block-quote p + h6 {
  margin-top: 1rem;
}
blockquote.has-text-align-right, .wp-block-quote.has-text-align-right {
  border-width: 0 3px 0 0 !important;
  padding-left: 0;
  padding-right: 1.2em;
  border-color: var(--color_main);
}

.wp-block-quote + .wp-block-quote, .wp-block-quote + .wp-block-gallery {
  margin-top: 2rem;
}

body .gostro-sidebar-content aside.widget ul:not(.woof_list) {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
body .gostro-sidebar-content aside.widget ul:not(.woof_list) li {
  padding: 8px 0;
  line-height: 20px;
}
body .gostro-sidebar-content aside.widget ul:not(.woof_list) li ul {
  padding-left: 12px;
}
body .gostro-sidebar-content aside.widget ul:not(.woof_list) li.menu-item-has-children {
  padding-bottom: 0;
}
body .gostro-sidebar-content aside.widget ul:not(.woof_list) li.menu-item-has-children > .sub-menu {
  margin-top: 8px;
}
body .gostro-sidebar-content aside.widget.widget_calendar table.wp-calendar-table {
  width: 100%;
}
body .gostro-sidebar-content aside.widget.widget_calendar table.wp-calendar-table thead, body .gostro-sidebar-content aside.widget.widget_calendar table.wp-calendar-table tbody {
  border-left: 1px solid var(--color_border);
}
body .gostro-sidebar-content aside.widget.widget_calendar table.wp-calendar-table thead tr, body .gostro-sidebar-content aside.widget.widget_calendar table.wp-calendar-table tbody tr {
  border-bottom: 1px solid var(--color_border);
}
body .gostro-sidebar-content aside.widget.widget_calendar table.wp-calendar-table thead th, body .gostro-sidebar-content aside.widget.widget_calendar table.wp-calendar-table thead td, body .gostro-sidebar-content aside.widget.widget_calendar table.wp-calendar-table tbody th, body .gostro-sidebar-content aside.widget.widget_calendar table.wp-calendar-table tbody td {
  border-right: 1px solid var(--color_border);
  border-top: 1px solid var(--color_border);
  text-align: center;
  vertical-align: middle;
  padding: 8px;
}
body .gostro-sidebar-content aside.widget.widget_text img {
  max-width: 100%;
  height: auto;
}
body .gostro-sidebar-content aside.widget.widget_rss .rss-date {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: #26C0AC;
  margin-bottom: 5px;
}
body .gostro-sidebar-content aside.widget.widget_rss a.rsswidget {
  display: inline-block;
  line-height: 1.3;
}
body .gostro-sidebar-content aside.widget.widget_recent_comments ul#recentcomments {
  margin-top: -3px;
}
body .gostro-sidebar-content aside.widget.widget_recent_comments .recentcomments {
  padding: 8px 0;
  line-height: 20px;
}
body .gostro-sidebar-content aside.widget.widget_recent_comments .recentcomments .comment-author-link {
  font-style: italic;
}
body .gostro-sidebar-content aside.widget.widget_recent_comments .recentcomments:first-child {
  padding-top: 0;
}
body .gostro-sidebar-content aside.widget.widget_recent_comments .recentcomments:last-child {
  padding-bottom: 0;
}
body .wp-caption-text {
  font-size: 13px;
  font-style: italic;
  padding-top: 10px;
}
body .site-main article.post.sticky .entry-title {
  margin-bottom: 1rem;
}
body .site-main article.post.sticky .entry-title > a {
  height: max-content;
  display: inline-flex;
  align-items: center;
}
body .site-main article.post.sticky .entry-title > a:before {
  margin-right: 9px;
  content: "";
  display: block;
  border-style: solid;
  border-width: 4.5px 0 4.5px 8px;
  border-color: transparent transparent transparent var(--color_main);
}
body .post-password-form input[type=submit] {
  background: var(--color_heading);
  color: #FFF;
  height: 49px;
  padding: 10px 20px;
  line-height: 22px;
  border: none;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
body .post-password-form input[type=submit]:hover {
  background: var(--color_main);
}
body .entry-content > table {
  margin-bottom: 1rem;
}
body.familab_theme .wp-block-button {
  margin-bottom: 20px;
}
body.familab_theme .wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
body.familab_theme .wp-block-button__link {
  color: #ffffff;
  background-color: #32373c;
}
body.familab_theme .wp-block-button__link:hover {
  color: #ffffff;
}
body.familab_theme .is-style-outline .wp-block-button__link, body.familab_theme .wp-block-button__link.is-style-outline {
  color: #32373c;
  background-color: transparent;
}
body.familab_theme .is-style-outline .wp-block-button__link:hover, body.familab_theme .wp-block-button__link.is-style-outline:hover {
  color: #32373c;
}
body.familab_theme section.wp-block-cover-image h2 a, body.familab_theme section.wp-block-cover-image h2 a:hover, body.familab_theme section.wp-block-cover-image h2 a:focus, body.familab_theme section.wp-block-cover-image h2 a:active, body.familab_theme .wp-block-cover-image-text a, body.familab_theme .wp-block-cover-image-text a:hover, body.familab_theme .wp-block-cover-image-text a:focus, body.familab_theme .wp-block-cover-image-text a:active, body.familab_theme .wp-block-cover-text a, body.familab_theme .wp-block-cover-text a:hover, body.familab_theme .wp-block-cover-text a:focus, body.familab_theme .wp-block-cover-text a:active {
  color: #fff;
}
body.familab_theme .entry-content > *.alignfull, body.familab_theme .entry-summary > *.alignfull, body.familab_theme .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignfull, body.familab_theme .entry-content > .wp-block-group > .wp-block-group__inner-container > *.alignfull {
  position: relative;
  left: -1rem;
  width: calc(100% + (2*1rem));
  max-width: calc(100% + (2*1rem));
  clear: both;
}
body.familab_theme .sidebar-right .entry-content > *.alignfull, body.familab_theme .sidebar-right .entry-summary > *.alignfull, body.familab_theme .sidebar-right .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignfull, body.familab_theme .sidebar-right .entry-content > .wp-block-group > .wp-block-group__inner-container > *.alignfull, body.familab_theme .sidebar-right .entry-content > *.alignfull, body.familab_theme .sidebar-right .entry-summary > *.alignfull, body.familab_theme .sidebar-right .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignfull, body.familab_theme .sidebar-right .entry-content > .wp-block-group > .wp-block-group__inner-container > *.alignfull {
  max-width: 100%;
  left: 0;
}
body .wp-block-cover .wp-block-cover-text {
  color: #ffffff;
}
body table caption {
  caption-side: top;
  background: #f8f8f8;
  padding: 10px 15px;
  text-transform: capitalize;
  font-weight: 500;
  color: var(--color_heading);
  border-style: solid;
  border-width: 1px 1px 0 1px;
  border-color: var(--color_border);
}
body table th, body table b, body table strong {
  font-weight: 500;
}
body .calendar_wrap table.wp-calendar-table caption {
  text-align: center;
}
body .calendar_wrap nav.wp-calendar-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
}
body.search .page-title {
  margin-bottom: 30px;
}
body.search .site-main {
  min-height: 75vh;
}

article.type-page .entry-content img {
  max-width: 100%;
  height: auto;
}
article.type-post img {
  max-width: 100%;
  height: auto;
}
article.type-post .gallery {
  display: flex;
  flex-wrap: wrap;
}
article.type-post .gallery .gallery-item {
  margin: 0.8em 0;
  padding: 0 0.8em;
  width: 100%;
}
article.type-post .gallery.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
article.type-post .gallery.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%;
}
article.type-post .gallery.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
article.type-post .gallery.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
article.type-post .gallery.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%;
}
article.type-post .gallery.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%;
}
article.type-post .gallery.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
article.type-post .gallery.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%;
}

.wp-block-image > figure.alignright.is-resized:last-child {
  margin-bottom: 2.5rem;
}

.comments-area > dl, .comments-area > ol, .comments-area > ul, .comments-area > table, .entry-content > dl, .entry-content > ol, .entry-content > ul, .entry-content > table {
  margin-bottom: 1.5rem;
}

.comment-list .trackback, .comment-list .pingback {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  body.familab_theme .entry-content > *.alignfull, body.familab_theme .entry-summary > *.alignfull, body.familab_theme .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignfull, body.familab_theme .entry-content > .wp-block-group > .wp-block-group__inner-container > *.alignfull {
    margin-top: calc(2*1rem);
    margin-bottom: calc(2*1rem);
    left: calc(-12.5% - 75px);
    width: calc(125% + 150px);
    max-width: calc(125% + 150px);
  }
}
@media (min-width: 992px) {
  body.familab_theme .gostro-sidebar-content {
    flex: 0 0 30%;
    width: 30%;
    max-width: 30%;
  }
  body.familab_theme .gostro-sidebar-content + .col-lg-9, body.familab_theme .gostro-sidebar-content + #primary {
    flex: 0 0 70%;
    width: 70%;
    max-width: 70%;
  }
  body.familab_theme.single-post .gostro-sidebar-content {
    margin-top: 3.5rem;
  }
  body.familab_theme.single-post .special-layout .gostro-sidebar-content {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  body .page-heading-wrap + .header-breadcrumb-wrap > .container,
body #content > .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  body.familab_theme .gostro-sidebar-content {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  body.familab_theme .gostro-sidebar-content + .col-lg-9, body.familab_theme .gostro-sidebar-content + #primary {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
}
@media (min-width: 1440px) {
  body #content > .container,
body .site-content .page-heading-wrap .page-heading-container,
body .header-breadcrumb-wrap > .container {
    max-width: 1350px !important;
  }
  body .gostro-sidebar-content.gostro-sidebar-right {
    padding-left: 25px;
  }
  body .gostro-sidebar-content.gostro-sidebar-left {
    padding-right: 25px;
  }
}
.single-post .wp-block-group.has-background,
.single-post .wp-block-media-text,
.single-post table {
  margin-bottom: 1rem;
}
.single-post .wp-block-gallery figcaption, .single-post .blocks-gallery-grid figcaption {
  flex-grow: unset;
}
.single-post #content {
  padding-top: 0;
}
.single-post .page-heading-wrap ~ #content .site-main article.single-post, .single-post .page-heading-wrap ~ #content .site-main article.single-post .post-header .entry-image-attachment {
  margin-top: 0;
}
.single-post.blog-layout-none #content .site-main article.single-post > div:not(.post-header), .single-post.blog-layout-none #content .site-main article.single-post .entry-content, .single-post.blog-layout-none #content .site-main article.single-post .info-bottom, .single-post.blog-layout-none #content .site-main article.single-post .footer-post, .single-post.blog-layout-none #content .site-main article.single-post .comments-wrapper {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
.single-post.blog-layout-none .site-main article.single-post .entry-content img.wp-post-image {
  display: block;
}
.single-post .site-main article.single-post {
  line-height: 1.7;
  margin-top: 3.5rem;
}
.single-post .site-main article.single-post .post-header {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-post .site-main article.single-post .post-header .post-categories {
  margin-bottom: 5px;
  max-width: 100%;
}
.single-post .site-main article.single-post .post-header .post-categories .cat-links {
  font-size: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single-post .site-main article.single-post .post-header .post-categories .cat-links a {
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  color: var(--color_body);
}
.single-post .site-main article.single-post .post-header .post-categories .cat-links a:hover {
  color: var(--color_heading);
}
.single-post .site-main article.single-post .post-header .post-categories .cat-links a:not(:last-child) {
  padding-right: 3px;
  margin-right: 6px;
}
.single-post .site-main article.single-post .post-header .post-categories .cat-links a:not(:last-child)::after {
  content: ",";
  display: inline-block;
  position: absolute;
  right: 0;
}
.single-post .site-main article.single-post .post-header h1.entry-title {
  font-size: 36px;
  line-height: 40px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  max-width: 100%;
  text-transform: unset;
  letter-spacing: 0;
}
.single-post .site-main article.single-post .post-header h1.entry-title > em {
  font-size: inherit;
}
.single-post .site-main article.single-post .post-header .metas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  margin-top: auto;
  font-size: 1rem;
  font-weight: 400;
  height: 24px;
}
.single-post .site-main article.single-post .post-header .metas a {
  font-size: inherit;
  font-weight: inherit;
  color: var(--color_body);
}
.single-post .site-main article.single-post .post-header .metas a:hover {
  color: var(--color_heading);
}
.single-post .site-main article.single-post .post-header .metas .posted-on {
  display: none;
}
.single-post .site-main article.single-post .post-header .metas .post-author {
  position: relative;
  text-transform: capitalize;
  font-style: italic;
}
.single-post .site-main article.single-post .post-header .metas .post-author a {
  font-style: normal;
  text-transform: capitalize;
}
.single-post .site-main article.single-post .post-header .metas .post-author a::before {
  display: inline-block;
  content: ":";
  margin-right: 3px;
}
.single-post .site-main article.single-post .post-header .metas .post-author + .post-comments {
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
}
.single-post .site-main article.single-post .post-header .metas .post-author + .post-comments::before {
  width: 1px;
  height: 15px;
  background: #aaa;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}
.single-post .site-main article.single-post .post-header .metas .post-comments {
  margin-left: auto;
  margin-right: 0;
  display: flex;
  align-items: center;
}
.single-post .site-main article.single-post .post-header .metas .post-comments svg.fm-icon {
  display: none;
}
.single-post .site-main article.single-post .post-header .entry-image-attachment {
  margin-top: 0;
}
.single-post .site-main article.single-post .post-header .entry-image-attachment img {
  margin-top: 3rem;
}
.single-post .site-main article.single-post .post-header img.wp-post-image {
  margin-bottom: 0;
}
.single-post .site-main article.single-post .entry-content {
  margin-bottom: 3rem;
}
.single-post .site-main article.single-post .entry-content figure.wp-block-gallery {
  margin-bottom: 0.5rem;
}
.single-post .site-main article.single-post .entry-content .fmfw-post-image.wp-post-image {
  margin-bottom: 1.5rem;
}
.single-post .site-main article.single-post .entry-content p {
  margin-bottom: 1.5rem;
}
.single-post .site-main article.single-post .entry-content p:empty {
  margin-bottom: 0;
}
.single-post .site-main article.single-post .entry-content p + p {
  margin-top: -0.5rem;
}
.single-post .site-main article.single-post .entry-content .wp-block-quote p {
  margin-bottom: 0;
}
.single-post .site-main article.single-post .entry-content .wp-block-quote p + p, .single-post .site-main article.single-post .entry-content .wp-block-quote p + cite, .single-post .site-main article.single-post .entry-content .wp-block-quote p + h2, .single-post .site-main article.single-post .entry-content .wp-block-quote p + h3, .single-post .site-main article.single-post .entry-content .wp-block-quote p + h4, .single-post .site-main article.single-post .entry-content .wp-block-quote p + h5, .single-post .site-main article.single-post .entry-content .wp-block-quote p + h6 {
  margin-top: 1rem;
}
.single-post .site-main article.single-post .info-bottom {
  border-top: 1px solid var(--color_border);
  padding-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  clear: both;
  align-items: flex-start;
}
.single-post .site-main article.single-post .info-bottom .entry-taxonomy, .single-post .site-main article.single-post .info-bottom .post-item-share {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex: 0 0 100%;
  justify-content: center;
  line-height: 1.5rem;
}
.single-post .site-main article.single-post .info-bottom .entry-taxonomy + .post-item-share {
  margin-top: 1rem;
}
.single-post .site-main article.single-post .info-bottom .tags-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-post .site-main article.single-post .info-bottom .tags-links a {
  line-height: inherit;
  margin: 0.25rem 0.5rem 0.25rem;
  display: inline-block;
}
.single-post .site-main article.single-post .info-bottom .tags-links a:first-child {
  margin-left: 0.5rem;
}
.single-post .site-main article.single-post .info-bottom .post-item-share {
  display: flex;
  align-items: center;
  line-height: inherit;
}
.single-post .site-main article.single-post .info-bottom .post-item-share .title {
  font-size: 1rem;
  margin: 0;
  font-weight: 400;
  color: var(--color_body);
}
.single-post .site-main article.single-post .info-bottom .post-item-share .gostro-blog-share {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.single-post .site-main article.single-post .info-bottom .post-item-share .gostro-blog-share a {
  line-height: inherit;
  margin: 0.25rem 0 0.25rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-post .site-main article.single-post .info-bottom .post-item-share .gostro-blog-share a svg {
  fill: var(--color_heading);
}
.single-post .site-main article.single-post .info-bottom .post-item-share .gostro-blog-share a:hover svg {
  fill: var(--color_main);
}
.single-post .site-main article.single-post .footer-post {
  margin-bottom: 3rem;
}
.single-post .site-main article.single-post .footer-post .post-navigation {
  padding: 15px 0;
  display: flex;
  width: 100%;
  align-items: center;
}
.single-post .site-main article.single-post .footer-post .post-navigation .nav-links {
  display: flex;
  width: 100%;
}
.single-post .site-main article.single-post .footer-post .post-navigation .nav-links a {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 1rem;
  text-transform: none;
  font-weight: bold;
  line-height: 1.5rem;
  position: relative;
}
.single-post .site-main article.single-post .footer-post .post-navigation .nav-links a .post_nav-text {
  line-height: 1rem;
  font-weight: 400;
  text-transform: capitalize;
}
.single-post .site-main article.single-post .footer-post .post-navigation .nav-links a .post_nav-text:not(:hover) {
  color: var(--color_heading);
}
.single-post .site-main article.single-post .footer-post .post-navigation .nav-links a .post_nav-text svg {
  width: 36px;
  height: 36px;
  border: 1px solid;
  padding: 8px;
  fill: var(--color_heading);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 18px);
}
.single-post .site-main article.single-post .footer-post .post-navigation .nav-links a .post_nav-text:hover svg {
  fill: var(--color_main);
}
.single-post .site-main article.single-post .footer-post .post-navigation .nav-links a .nav-post-title {
  display: none;
  text-transform: none;
  line-height: inherit;
  font-weight: inherit;
}
.single-post .site-main article.single-post .footer-post .post-navigation .nav-links .nav-previous, .single-post .site-main article.single-post .footer-post .post-navigation .nav-links .nav-previous a {
  text-align: left;
}
.single-post .site-main article.single-post .footer-post .post-navigation .nav-links .nav-previous ~ .nav-next {
  border-left: 1px solid var(--color_border);
}
.single-post .site-main article.single-post .footer-post .post-navigation .nav-links .nav-previous > a {
  padding-left: 50px;
}
.single-post .site-main article.single-post .footer-post .post-navigation .nav-links .nav-previous > a svg {
  left: 0;
}
.single-post .site-main article.single-post .footer-post .post-navigation .nav-links .nav-next {
  border: none;
  text-align: right;
}
.single-post .site-main article.single-post .footer-post .post-navigation .nav-links .nav-next a {
  float: right;
  text-align: right;
  padding-right: 50px;
}
.single-post .site-main article.single-post .footer-post .post-navigation .nav-links .nav-next a .post_nav-text svg {
  right: 0;
}
.single-post .site-main article.single-post.special-layout .post-header {
  margin-bottom: 1.5rem;
}
.single-post .site-main article.single-post.special-layout .entry-content img.wp-post-image {
  display: none;
}
.single-post .site-main .related-posts > h2 {
  font-size: 24px;
  margin-bottom: 1rem;
}
.single-post #comments {
  text-align: center;
  clear: both;
  padding-top: 0;
  border-top: none;
}
.single-post .about-me {
  border-top: 1px solid var(--color_border);
  padding-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
}
.single-post .about-me .author-title {
  flex: 0 0 100%;
}
.single-post .about-me .avatar-img {
  flex: 0 0 150px;
}
.single-post .about-me .about-text {
  flex: 0 0 calc(100% - 150px);
}
.single-post .about-me .author-name {
  margin-bottom: 0.5rem;
}
.single-post .about-me .author-desc {
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .single-post .site-main article.single-post {
    /* margin-top: 40px; */
  }
  .single-post .site-main article.single-post .info-bottom {
    flex-direction: row;
  }
  .single-post .site-main article.single-post .info-bottom .post-item-share {
    margin-left: auto;
    margin-right: 0;
    flex: 0 0 40%;
    width: 40%;
    justify-content: flex-end;
  }
  .single-post .site-main article.single-post .info-bottom .entry-taxonomy {
    justify-content: flex-start;
    margin-top: 0;
    flex: 0 0 60%;
    width: 60%;
  }
  .single-post .site-main article.single-post .info-bottom .entry-taxonomy + .post-item-share {
    margin-top: 0;
  }
  .single-post .site-main article.single-post .post-header h1.entry-title {
    font-size: 40px;
    line-height: 42px;
  }
  .single-post .site-main article.single-post .footer-post .post-navigation .nav-links {
    display: inline-block;
  }
  .single-post .site-main article.single-post .footer-post .post-navigation .nav-links a .post_nav-text svg {
    width: 46px;
    height: 46px;
    padding: 11px;
    top: calc(50% - 23px);
  }
  .single-post .site-main article.single-post .footer-post .post-navigation .nav-links a .nav-post-title {
    display: inline-block;
    margin-top: 6px;
  }
  .single-post .site-main article.single-post .footer-post .post-navigation .nav-links .nav-previous > a {
    padding-left: 66px;
  }
  .single-post .site-main article.single-post .footer-post .post-navigation .nav-links .nav-next a {
    padding-right: 66px;
  }
}
@media (min-width: 992px) {
  .single-post .site-main article.single-post .info-bottom .post-item-share {
    display: flex;
    align-items: center;
  }
  .single-post .site-main article.single-post .info-bottom .post-item-share .title {
    display: inline-block;
  }
  .single-post .site-main article.single-post.special-layout .post-header {
    margin-bottom: 2.5rem;
    align-items: center;
    text-align: center;
  }
  .single-post .wp-caption.alignleft,
.single-post img.alignleft,
.single-post .wp-caption.alignright,
.single-post img.alignright, .single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post p, .single-post pre, .single-post address, .single-post figure,
.single-post .wp-caption,
.single-post .wp-block-categories,
.single-post blockquote > * + *,
.single-post .entry-content > table,
.single-post .wp-block-group.has-background,
.single-post .wp-block-media-text,
.single-post .wp-block-image,
.single-post img.wp-post-image,
.single-post .site-main article.single-post .entry-content figure.wp-block-gallery {
    margin-bottom: 1.4rem;
  }
  .single-post blockquote, .single-post blockquote.alignleft, .single-post blockquote.alignright {
    margin: 1.8rem 0;
  }
  .single-post .site-main article.single-post .post-header .post-categories {
    margin-bottom: 10px;
  }
  .single-post .site-main article.single-post .post-header h1.entry-title {
    margin-bottom: 15px;
  }
  .single-post .site-main article.single-post .entry-content .h1, .single-post .site-main article.single-post .entry-content .h2 {
    margin-bottom: 1.5rem;
  }
  .single-post .site-main article.single-post .entry-content .h3, .single-post .site-main article.single-post .entry-content .h4, .single-post .site-main article.single-post .entry-content .h5, .single-post .site-main article.single-post .entry-content .h6, .single-post .site-main article.single-post .entry-content h1, .single-post .site-main article.single-post .entry-content h2, .single-post .site-main article.single-post .entry-content h3, .single-post .site-main article.single-post .entry-content h4, .single-post .site-main article.single-post .entry-content h5, .single-post .site-main article.single-post .entry-content h6 {
    margin-bottom: 1rem;
  }
  .single-post .site-main article.single-post .entry-content .wp-block-image figcaption {
    margin-bottom: 0;
  }
  .single-post .site-main article.single-post .entry-content blockquote {
    line-height: 2.5rem;
    font-size: 1.25rem;
  }
  .single-post .site-main article.single-post .wp-block-quote + .wp-block-quote, .single-post .site-main article.single-post .wp-block-quote + .wp-block-gallery {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .single-post .site-main article.single-post .footer-post .post-navigation {
    padding: 2rem 0;
  }
}

/*# sourceMappingURL=blog_single_post.css.map */
