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;
  }
}
.blog #content, .archive.category #content, .search-results #content, .search #content, .archive #content, .tag #content {
  background-color: var(--blog_list_bg);
}
.blog .page-heading-wrap ~ .header-breadcrumb-wrap, .archive.category .page-heading-wrap ~ .header-breadcrumb-wrap, .search-results .page-heading-wrap ~ .header-breadcrumb-wrap, .search .page-heading-wrap ~ .header-breadcrumb-wrap, .archive .page-heading-wrap ~ .header-breadcrumb-wrap, .tag .page-heading-wrap ~ .header-breadcrumb-wrap {
  margin-top: 2rem;
}
.blog .header-breadcrumb-wrap + #content, .archive.category .header-breadcrumb-wrap + #content, .search-results .header-breadcrumb-wrap + #content, .search .header-breadcrumb-wrap + #content, .archive .header-breadcrumb-wrap + #content, .tag .header-breadcrumb-wrap + #content {
  padding-top: 2rem;
}

.blog article.gostro-post-item .metas-wrap, .archive.category article.gostro-post-item .metas-wrap, .single-post article.gostro-post-item .metas-wrap, .search-results article.gostro-post-item .metas-wrap, .search article.gostro-post-item .metas-wrap, .archive article.gostro-post-item .metas-wrap, .tag article.gostro-post-item .metas-wrap {
  display: flex;
}
.blog article.gostro-post-item .metas-wrap .post-author_avatar img, .archive.category article.gostro-post-item .metas-wrap .post-author_avatar img, .single-post article.gostro-post-item .metas-wrap .post-author_avatar img, .search-results article.gostro-post-item .metas-wrap .post-author_avatar img, .search article.gostro-post-item .metas-wrap .post-author_avatar img, .archive article.gostro-post-item .metas-wrap .post-author_avatar img, .tag article.gostro-post-item .metas-wrap .post-author_avatar img {
  border-radius: 50%;
  margin-right: 10px;
}
.blog article.gostro-post-item .metas-wrap .metas, .archive.category article.gostro-post-item .metas-wrap .metas, .single-post article.gostro-post-item .metas-wrap .metas, .search-results article.gostro-post-item .metas-wrap .metas, .search article.gostro-post-item .metas-wrap .metas, .archive article.gostro-post-item .metas-wrap .metas, .tag article.gostro-post-item .metas-wrap .metas {
  display: flex;
  flex-direction: column;
}
.blog article.gostro-post-item .metas-wrap .metas .post-author, .archive.category article.gostro-post-item .metas-wrap .metas .post-author, .single-post article.gostro-post-item .metas-wrap .metas .post-author, .search-results article.gostro-post-item .metas-wrap .metas .post-author, .search article.gostro-post-item .metas-wrap .metas .post-author, .archive article.gostro-post-item .metas-wrap .metas .post-author, .tag article.gostro-post-item .metas-wrap .metas .post-author {
  font-size: 0;
  line-height: 1.5;
}
.blog article.gostro-post-item .metas-wrap .metas .post-author a, .archive.category article.gostro-post-item .metas-wrap .metas .post-author a, .single-post article.gostro-post-item .metas-wrap .metas .post-author a, .search-results article.gostro-post-item .metas-wrap .metas .post-author a, .search article.gostro-post-item .metas-wrap .metas .post-author a, .archive article.gostro-post-item .metas-wrap .metas .post-author a, .tag article.gostro-post-item .metas-wrap .metas .post-author a {
  font-size: 16px;
  font-weight: bold;
  line-height: inherit;
}
.blog article.gostro-post-item .metas-wrap .metas .post-author a:not(:hover), .archive.category article.gostro-post-item .metas-wrap .metas .post-author a:not(:hover), .single-post article.gostro-post-item .metas-wrap .metas .post-author a:not(:hover), .search-results article.gostro-post-item .metas-wrap .metas .post-author a:not(:hover), .search article.gostro-post-item .metas-wrap .metas .post-author a:not(:hover), .archive article.gostro-post-item .metas-wrap .metas .post-author a:not(:hover), .tag article.gostro-post-item .metas-wrap .metas .post-author a:not(:hover) {
  color: var(--color_heading);
}
.blog article.gostro-post-item .metas-wrap .metas .posted-on, .archive.category article.gostro-post-item .metas-wrap .metas .posted-on, .single-post article.gostro-post-item .metas-wrap .metas .posted-on, .search-results article.gostro-post-item .metas-wrap .metas .posted-on, .search article.gostro-post-item .metas-wrap .metas .posted-on, .archive article.gostro-post-item .metas-wrap .metas .posted-on, .tag article.gostro-post-item .metas-wrap .metas .posted-on {
  font-size: 0;
}
.blog article.gostro-post-item .metas-wrap .metas .posted-on a, .archive.category article.gostro-post-item .metas-wrap .metas .posted-on a, .single-post article.gostro-post-item .metas-wrap .metas .posted-on a, .search-results article.gostro-post-item .metas-wrap .metas .posted-on a, .search article.gostro-post-item .metas-wrap .metas .posted-on a, .archive article.gostro-post-item .metas-wrap .metas .posted-on a, .tag article.gostro-post-item .metas-wrap .metas .posted-on a {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  line-height: 1em;
}
.blog article.gostro-post-item .post-inner .entry-image-attachment, .archive.category article.gostro-post-item .post-inner .entry-image-attachment, .single-post article.gostro-post-item .post-inner .entry-image-attachment, .search-results article.gostro-post-item .post-inner .entry-image-attachment, .search article.gostro-post-item .post-inner .entry-image-attachment, .archive article.gostro-post-item .post-inner .entry-image-attachment, .tag article.gostro-post-item .post-inner .entry-image-attachment {
  margin-bottom: 1rem;
}
.blog article.gostro-post-item .post-inner .entry-image-attachment img.wp-post-image, .archive.category article.gostro-post-item .post-inner .entry-image-attachment img.wp-post-image, .single-post article.gostro-post-item .post-inner .entry-image-attachment img.wp-post-image, .search-results article.gostro-post-item .post-inner .entry-image-attachment img.wp-post-image, .search article.gostro-post-item .post-inner .entry-image-attachment img.wp-post-image, .archive article.gostro-post-item .post-inner .entry-image-attachment img.wp-post-image, .tag article.gostro-post-item .post-inner .entry-image-attachment img.wp-post-image {
  max-width: 100%;
}
.blog article.gostro-post-item .post-inner .date, .archive.category article.gostro-post-item .post-inner .date, .single-post article.gostro-post-item .post-inner .date, .search-results article.gostro-post-item .post-inner .date, .search article.gostro-post-item .post-inner .date, .archive article.gostro-post-item .post-inner .date, .tag article.gostro-post-item .post-inner .date {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--color_border);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0;
  height: 3.5rem;
  width: 3.5rem;
  color: var(--color_heading);
  font-weight: bold;
}
.blog article.gostro-post-item .post-inner .date .day, .blog article.gostro-post-item .post-inner .date .month, .archive.category article.gostro-post-item .post-inner .date .day, .archive.category article.gostro-post-item .post-inner .date .month, .single-post article.gostro-post-item .post-inner .date .day, .single-post article.gostro-post-item .post-inner .date .month, .search-results article.gostro-post-item .post-inner .date .day, .search-results article.gostro-post-item .post-inner .date .month, .search article.gostro-post-item .post-inner .date .day, .search article.gostro-post-item .post-inner .date .month, .archive article.gostro-post-item .post-inner .date .day, .archive article.gostro-post-item .post-inner .date .month, .tag article.gostro-post-item .post-inner .date .day, .tag article.gostro-post-item .post-inner .date .month {
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 0.875rem;
  display: block;
  text-align: center;
  width: 2.5rem;
}
.blog article.gostro-post-item .post-inner .date .day, .archive.category article.gostro-post-item .post-inner .date .day, .single-post article.gostro-post-item .post-inner .date .day, .search-results article.gostro-post-item .post-inner .date .day, .search article.gostro-post-item .post-inner .date .day, .archive article.gostro-post-item .post-inner .date .day, .tag article.gostro-post-item .post-inner .date .day {
  font-size: 0.875rem;
  order: -1;
  margin-bottom: 0.25rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid var(--color_border);
}
.blog article.gostro-post-item .post-inner > .date, .archive.category article.gostro-post-item .post-inner > .date, .single-post article.gostro-post-item .post-inner > .date, .search-results article.gostro-post-item .post-inner > .date, .search article.gostro-post-item .post-inner > .date, .archive article.gostro-post-item .post-inner > .date, .tag article.gostro-post-item .post-inner > .date {
  display: none;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  z-index: 1;
  border: none;
}
.blog article.gostro-post-item .post-inner .info .post-item-head .post-categories .cat-links, .archive.category article.gostro-post-item .post-inner .info .post-item-head .post-categories .cat-links, .single-post article.gostro-post-item .post-inner .info .post-item-head .post-categories .cat-links, .search-results article.gostro-post-item .post-inner .info .post-item-head .post-categories .cat-links, .search article.gostro-post-item .post-inner .info .post-item-head .post-categories .cat-links, .archive article.gostro-post-item .post-inner .info .post-item-head .post-categories .cat-links, .tag article.gostro-post-item .post-inner .info .post-item-head .post-categories .cat-links {
  font-size: 0;
  line-height: 20px;
  margin-bottom: 5px;
}
.blog article.gostro-post-item .post-inner .info .post-item-head .post-categories .cat-links a, .archive.category article.gostro-post-item .post-inner .info .post-item-head .post-categories .cat-links a, .single-post article.gostro-post-item .post-inner .info .post-item-head .post-categories .cat-links a, .search-results article.gostro-post-item .post-inner .info .post-item-head .post-categories .cat-links a, .search article.gostro-post-item .post-inner .info .post-item-head .post-categories .cat-links a, .archive article.gostro-post-item .post-inner .info .post-item-head .post-categories .cat-links a, .tag article.gostro-post-item .post-inner .info .post-item-head .post-categories .cat-links a {
  color: var(--color_body);
  font-size: 16px;
  display: inline-block;
}
.blog article.gostro-post-item .post-inner .info .post-item-head .post-categories .cat-links a ~ a::before, .archive.category article.gostro-post-item .post-inner .info .post-item-head .post-categories .cat-links a ~ a::before, .single-post article.gostro-post-item .post-inner .info .post-item-head .post-categories .cat-links a ~ a::before, .search-results article.gostro-post-item .post-inner .info .post-item-head .post-categories .cat-links a ~ a::before, .search article.gostro-post-item .post-inner .info .post-item-head .post-categories .cat-links a ~ a::before, .archive article.gostro-post-item .post-inner .info .post-item-head .post-categories .cat-links a ~ a::before, .tag article.gostro-post-item .post-inner .info .post-item-head .post-categories .cat-links a ~ a::before {
  content: ",";
  display: inline-block;
  padding-right: 3px;
  color: var(--color_body);
}
.blog article.gostro-post-item .post-inner .info .post-item-head .post-categories .cat-links a:hover, .archive.category article.gostro-post-item .post-inner .info .post-item-head .post-categories .cat-links a:hover, .single-post article.gostro-post-item .post-inner .info .post-item-head .post-categories .cat-links a:hover, .search-results article.gostro-post-item .post-inner .info .post-item-head .post-categories .cat-links a:hover, .search article.gostro-post-item .post-inner .info .post-item-head .post-categories .cat-links a:hover, .archive article.gostro-post-item .post-inner .info .post-item-head .post-categories .cat-links a:hover, .tag article.gostro-post-item .post-inner .info .post-item-head .post-categories .cat-links a:hover {
  color: var(--color_heading);
}
.blog article.gostro-post-item .post-inner .info .post-item-head h2.entry-title, .archive.category article.gostro-post-item .post-inner .info .post-item-head h2.entry-title, .single-post article.gostro-post-item .post-inner .info .post-item-head h2.entry-title, .search-results article.gostro-post-item .post-inner .info .post-item-head h2.entry-title, .search article.gostro-post-item .post-inner .info .post-item-head h2.entry-title, .archive article.gostro-post-item .post-inner .info .post-item-head h2.entry-title, .tag article.gostro-post-item .post-inner .info .post-item-head h2.entry-title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
  overflow-wrap: break-word;
  margin-bottom: 1rem;
  padding-bottom: 0;
  position: relative;
}
.blog article.gostro-post-item .post-inner .info .excerpt, .archive.category article.gostro-post-item .post-inner .info .excerpt, .single-post article.gostro-post-item .post-inner .info .excerpt, .search-results article.gostro-post-item .post-inner .info .excerpt, .search article.gostro-post-item .post-inner .info .excerpt, .archive article.gostro-post-item .post-inner .info .excerpt, .tag article.gostro-post-item .post-inner .info .excerpt {
  font-size: 1rem;
  font-weight: 400;
  color: #666666;
  margin: 0 0 1.25rem 0;
}
.blog article.gostro-post-item .post-inner .info a.read-more-btn, .archive.category article.gostro-post-item .post-inner .info a.read-more-btn, .single-post article.gostro-post-item .post-inner .info a.read-more-btn, .search-results article.gostro-post-item .post-inner .info a.read-more-btn, .search article.gostro-post-item .post-inner .info a.read-more-btn, .archive article.gostro-post-item .post-inner .info a.read-more-btn, .tag article.gostro-post-item .post-inner .info a.read-more-btn {
  margin-top: 1.5rem;
}
.blog article.gostro-post-item .post-inner.no-thumbnail .entry-image-attachment, .archive.category article.gostro-post-item .post-inner.no-thumbnail .entry-image-attachment, .single-post article.gostro-post-item .post-inner.no-thumbnail .entry-image-attachment, .search-results article.gostro-post-item .post-inner.no-thumbnail .entry-image-attachment, .search article.gostro-post-item .post-inner.no-thumbnail .entry-image-attachment, .archive article.gostro-post-item .post-inner.no-thumbnail .entry-image-attachment, .tag article.gostro-post-item .post-inner.no-thumbnail .entry-image-attachment {
  margin: 0;
}
.blog article.gostro-post-item .post-inner.no-thumbnail .date, .archive.category article.gostro-post-item .post-inner.no-thumbnail .date, .single-post article.gostro-post-item .post-inner.no-thumbnail .date, .search-results article.gostro-post-item .post-inner.no-thumbnail .date, .search article.gostro-post-item .post-inner.no-thumbnail .date, .archive article.gostro-post-item .post-inner.no-thumbnail .date, .tag article.gostro-post-item .post-inner.no-thumbnail .date {
  position: static;
  margin-bottom: 1rem;
  border: 1px solid var(--color_border);
}
.blog article.gostro-post-item .post-inner.no-thumbnail .info .post-item-head .post-categories, .archive.category article.gostro-post-item .post-inner.no-thumbnail .info .post-item-head .post-categories, .single-post article.gostro-post-item .post-inner.no-thumbnail .info .post-item-head .post-categories, .search-results article.gostro-post-item .post-inner.no-thumbnail .info .post-item-head .post-categories, .search article.gostro-post-item .post-inner.no-thumbnail .info .post-item-head .post-categories, .archive article.gostro-post-item .post-inner.no-thumbnail .info .post-item-head .post-categories, .tag article.gostro-post-item .post-inner.no-thumbnail .info .post-item-head .post-categories {
  position: static;
}
.blog article.gostro-post-item .post-inner.no-thumbnail .info .post-item-head .post-categories .cat-links, .archive.category article.gostro-post-item .post-inner.no-thumbnail .info .post-item-head .post-categories .cat-links, .single-post article.gostro-post-item .post-inner.no-thumbnail .info .post-item-head .post-categories .cat-links, .search-results article.gostro-post-item .post-inner.no-thumbnail .info .post-item-head .post-categories .cat-links, .search article.gostro-post-item .post-inner.no-thumbnail .info .post-item-head .post-categories .cat-links, .archive article.gostro-post-item .post-inner.no-thumbnail .info .post-item-head .post-categories .cat-links, .tag article.gostro-post-item .post-inner.no-thumbnail .info .post-item-head .post-categories .cat-links {
  margin: 0 0 0.25rem 0;
}
.blog article.gostro-post-item .post-inner.has-thumbnail .date, .archive.category article.gostro-post-item .post-inner.has-thumbnail .date, .single-post article.gostro-post-item .post-inner.has-thumbnail .date, .search-results article.gostro-post-item .post-inner.has-thumbnail .date, .search article.gostro-post-item .post-inner.has-thumbnail .date, .archive article.gostro-post-item .post-inner.has-thumbnail .date, .tag article.gostro-post-item .post-inner.has-thumbnail .date {
  border: none;
}
.blog article.gostro-post-item.post-grid-2, .archive.category article.gostro-post-item.post-grid-2, .single-post article.gostro-post-item.post-grid-2, .search-results article.gostro-post-item.post-grid-2, .search article.gostro-post-item.post-grid-2, .archive article.gostro-post-item.post-grid-2, .tag article.gostro-post-item.post-grid-2 {
  margin-bottom: 2.5rem;
}
.blog article.gostro-post-item.post-grid-2 .post-inner, .archive.category article.gostro-post-item.post-grid-2 .post-inner, .single-post article.gostro-post-item.post-grid-2 .post-inner, .search-results article.gostro-post-item.post-grid-2 .post-inner, .search article.gostro-post-item.post-grid-2 .post-inner, .archive article.gostro-post-item.post-grid-2 .post-inner, .tag article.gostro-post-item.post-grid-2 .post-inner {
  position: relative;
  overflow: hidden;
}
.blog article.gostro-post-item.post-grid-2 .post-inner .entry-image-attachment img, .archive.category article.gostro-post-item.post-grid-2 .post-inner .entry-image-attachment img, .single-post article.gostro-post-item.post-grid-2 .post-inner .entry-image-attachment img, .search-results article.gostro-post-item.post-grid-2 .post-inner .entry-image-attachment img, .search article.gostro-post-item.post-grid-2 .post-inner .entry-image-attachment img, .archive article.gostro-post-item.post-grid-2 .post-inner .entry-image-attachment img, .tag article.gostro-post-item.post-grid-2 .post-inner .entry-image-attachment img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.5/1;
  object-fit: cover;
}
.blog article.gostro-post-item.post-grid-2 .post-inner .info, .archive.category article.gostro-post-item.post-grid-2 .post-inner .info, .single-post article.gostro-post-item.post-grid-2 .post-inner .info, .search-results article.gostro-post-item.post-grid-2 .post-inner .info, .search article.gostro-post-item.post-grid-2 .post-inner .info, .archive article.gostro-post-item.post-grid-2 .post-inner .info, .tag article.gostro-post-item.post-grid-2 .post-inner .info {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.blog article.gostro-post-item.post-list, .blog article.gostro-post-item.post-standard, .archive.category article.gostro-post-item.post-list, .archive.category article.gostro-post-item.post-standard, .single-post article.gostro-post-item.post-list, .single-post article.gostro-post-item.post-standard, .search-results article.gostro-post-item.post-list, .search-results article.gostro-post-item.post-standard, .search article.gostro-post-item.post-list, .search article.gostro-post-item.post-standard, .archive article.gostro-post-item.post-list, .archive article.gostro-post-item.post-standard, .tag article.gostro-post-item.post-list, .tag article.gostro-post-item.post-standard {
  flex: 0 0 100%;
  max-width: 100%;
}
.blog article.gostro-post-item.post-list .post-inner, .blog article.gostro-post-item.post-standard .post-inner, .archive.category article.gostro-post-item.post-list .post-inner, .archive.category article.gostro-post-item.post-standard .post-inner, .single-post article.gostro-post-item.post-list .post-inner, .single-post article.gostro-post-item.post-standard .post-inner, .search-results article.gostro-post-item.post-list .post-inner, .search-results article.gostro-post-item.post-standard .post-inner, .search article.gostro-post-item.post-list .post-inner, .search article.gostro-post-item.post-standard .post-inner, .archive article.gostro-post-item.post-list .post-inner, .archive article.gostro-post-item.post-standard .post-inner, .tag article.gostro-post-item.post-list .post-inner, .tag article.gostro-post-item.post-standard .post-inner {
  margin-bottom: 2.5rem;
  position: relative;
}
.blog article.gostro-post-item.post-standard .post-inner, .archive.category article.gostro-post-item.post-standard .post-inner, .single-post article.gostro-post-item.post-standard .post-inner, .search-results article.gostro-post-item.post-standard .post-inner, .search article.gostro-post-item.post-standard .post-inner, .archive article.gostro-post-item.post-standard .post-inner, .tag article.gostro-post-item.post-standard .post-inner {
  display: flex;
  flex-direction: column;
}
.blog article.gostro-post-item.post-standard .post-inner .entry-image-attachment, .archive.category article.gostro-post-item.post-standard .post-inner .entry-image-attachment, .single-post article.gostro-post-item.post-standard .post-inner .entry-image-attachment, .search-results article.gostro-post-item.post-standard .post-inner .entry-image-attachment, .search article.gostro-post-item.post-standard .post-inner .entry-image-attachment, .archive article.gostro-post-item.post-standard .post-inner .entry-image-attachment, .tag article.gostro-post-item.post-standard .post-inner .entry-image-attachment {
  margin-bottom: 1.25rem;
}
.blog article.gostro-post-item.post-standard .post-inner.has-thumbnail .info .date, .archive.category article.gostro-post-item.post-standard .post-inner.has-thumbnail .info .date, .single-post article.gostro-post-item.post-standard .post-inner.has-thumbnail .info .date, .search-results article.gostro-post-item.post-standard .post-inner.has-thumbnail .info .date, .search article.gostro-post-item.post-standard .post-inner.has-thumbnail .info .date, .archive article.gostro-post-item.post-standard .post-inner.has-thumbnail .info .date, .tag article.gostro-post-item.post-standard .post-inner.has-thumbnail .info .date {
  display: none;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}

.blog_category_list_wrap {
  overflow-x: auto;
}
.blog_category_list_wrap .blog_category_list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 1rem 0 0 0;
}
.blog_category_list_wrap .blog_category_list li {
  margin: 0 10px;
  color: var(--color_heading);
  border-bottom: 2px solid transparent;
  flex: none;
}
.blog_category_list_wrap .blog_category_list li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.blog_category_list_wrap .blog_category_list li:hover, .blog_category_list_wrap .blog_category_list li.current-cat {
  border-bottom-color: var(--color_heading);
}
.blog_category_list_wrap .blog_category_list li:hover a, .blog_category_list_wrap .blog_category_list li.current-cat a {
  color: var(--color_heading);
}
.blog_category_list_wrap .blog_category_list li.cat-item-all {
  margin-left: 0;
}
.blog_category_list_wrap .blog_category_list li.cat-item:last-child {
  margin-right: 0;
}
.heading-left .blog_category_list_wrap .blog_category_list {
  justify-content: flex-start;
}
.heading-center .blog_category_list_wrap .blog_category_list {
  justify-content: center;
}
.heading-right .blog_category_list_wrap .blog_category_list {
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .blog_category_list_wrap {
    overflow-x: unset;
  }
  .blog_category_list_wrap .blog_category_list {
    justify-content: center;
  }
  .blog_category_list_wrap .blog_category_list li {
    -webkit-transition: border-bottom-color 0.3s linear 0s;
    -moz-transition: border-bottom-color 0.3s linear 0s;
    -ms-transition: border-bottom-color 0.3s linear 0s;
    -o-transition: border-bottom-color 0.3s linear 0s;
    transition: border-bottom-color 0.3s linear 0s;
    margin: 0 20px;
  }
  .blog_category_list_wrap .blog_category_list li a {
    font-size: 1.2rem;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .blog_category_list_wrap .blog_category_list {
    margin-top: 1.25rem;
  }

  .blog article.gostro-post-item.post-grid-2 .post-inner .info .post-item-head .entry-title a, .archive.category article.gostro-post-item.post-grid-2 .post-inner .info .post-item-head .entry-title a, .single-post article.gostro-post-item.post-grid-2 .post-inner .info .post-item-head .entry-title a, .search-results article.gostro-post-item.post-grid-2 .post-inner .info .post-item-head .entry-title a, .search article.gostro-post-item.post-grid-2 .post-inner .info .post-item-head .entry-title a, .archive article.gostro-post-item.post-grid-2 .post-inner .info .post-item-head .entry-title a, .tag article.gostro-post-item.post-grid-2 .post-inner .info .post-item-head .entry-title a {
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
  }
  .blog article.gostro-post-item.post-grid-2 .post-inner .info .post-item-head .excerpt, .archive.category article.gostro-post-item.post-grid-2 .post-inner .info .post-item-head .excerpt, .single-post article.gostro-post-item.post-grid-2 .post-inner .info .post-item-head .excerpt, .search-results article.gostro-post-item.post-grid-2 .post-inner .info .post-item-head .excerpt, .search article.gostro-post-item.post-grid-2 .post-inner .info .post-item-head .excerpt, .archive article.gostro-post-item.post-grid-2 .post-inner .info .post-item-head .excerpt, .tag article.gostro-post-item.post-grid-2 .post-inner .info .post-item-head .excerpt {
    margin-bottom: 20px;
  }
  .blog article.gostro-post-item.post-grid-2 .post-inner .info .read-more-btn, .archive.category article.gostro-post-item.post-grid-2 .post-inner .info .read-more-btn, .single-post article.gostro-post-item.post-grid-2 .post-inner .info .read-more-btn, .search-results article.gostro-post-item.post-grid-2 .post-inner .info .read-more-btn, .search article.gostro-post-item.post-grid-2 .post-inner .info .read-more-btn, .archive article.gostro-post-item.post-grid-2 .post-inner .info .read-more-btn, .tag article.gostro-post-item.post-grid-2 .post-inner .info .read-more-btn {
    margin-top: 2rem;
  }
  .blog article.gostro-post-item.post-list .post-inner, .archive.category article.gostro-post-item.post-list .post-inner, .single-post article.gostro-post-item.post-list .post-inner, .search-results article.gostro-post-item.post-list .post-inner, .search article.gostro-post-item.post-list .post-inner, .archive article.gostro-post-item.post-list .post-inner, .tag article.gostro-post-item.post-list .post-inner {
    margin-bottom: 3.5rem;
  }
  .blog article.gostro-post-item.post-list .post-inner .entry-image-attachment, .archive.category article.gostro-post-item.post-list .post-inner .entry-image-attachment, .single-post article.gostro-post-item.post-list .post-inner .entry-image-attachment, .search-results article.gostro-post-item.post-list .post-inner .entry-image-attachment, .search article.gostro-post-item.post-list .post-inner .entry-image-attachment, .archive article.gostro-post-item.post-list .post-inner .entry-image-attachment, .tag article.gostro-post-item.post-list .post-inner .entry-image-attachment {
    margin-bottom: 1.75rem;
  }
  .blog article.gostro-post-item.post-list .post-inner .info .post-item-head .entry-title, .archive.category article.gostro-post-item.post-list .post-inner .info .post-item-head .entry-title, .single-post article.gostro-post-item.post-list .post-inner .info .post-item-head .entry-title, .search-results article.gostro-post-item.post-list .post-inner .info .post-item-head .entry-title, .search article.gostro-post-item.post-list .post-inner .info .post-item-head .entry-title, .archive article.gostro-post-item.post-list .post-inner .info .post-item-head .entry-title, .tag article.gostro-post-item.post-list .post-inner .info .post-item-head .entry-title {
    font-size: 30px;
    line-height: 32px;
  }
  .blog article.gostro-post-item.post-list .post-inner .info .excerpt, .archive.category article.gostro-post-item.post-list .post-inner .info .excerpt, .single-post article.gostro-post-item.post-list .post-inner .info .excerpt, .search-results article.gostro-post-item.post-list .post-inner .info .excerpt, .search article.gostro-post-item.post-list .post-inner .info .excerpt, .archive article.gostro-post-item.post-list .post-inner .info .excerpt, .tag article.gostro-post-item.post-list .post-inner .info .excerpt {
    margin-top: 1rem;
  }
  .blog article.gostro-post-item.post-list .post-inner .info .read-more-btn, .archive.category article.gostro-post-item.post-list .post-inner .info .read-more-btn, .single-post article.gostro-post-item.post-list .post-inner .info .read-more-btn, .search-results article.gostro-post-item.post-list .post-inner .info .read-more-btn, .search article.gostro-post-item.post-list .post-inner .info .read-more-btn, .archive article.gostro-post-item.post-list .post-inner .info .read-more-btn, .tag article.gostro-post-item.post-list .post-inner .info .read-more-btn {
    margin-top: 1.5rem;
  }
  .blog article.gostro-post-item.post-standard .post-inner, .archive.category article.gostro-post-item.post-standard .post-inner, .single-post article.gostro-post-item.post-standard .post-inner, .search-results article.gostro-post-item.post-standard .post-inner, .search article.gostro-post-item.post-standard .post-inner, .archive article.gostro-post-item.post-standard .post-inner, .tag article.gostro-post-item.post-standard .post-inner {
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
    padding-left: 30%;
    margin-bottom: 3.5rem;
  }
  .blog article.gostro-post-item.post-standard .post-inner .entry-image-attachment, .archive.category article.gostro-post-item.post-standard .post-inner .entry-image-attachment, .single-post article.gostro-post-item.post-standard .post-inner .entry-image-attachment, .search-results article.gostro-post-item.post-standard .post-inner .entry-image-attachment, .search article.gostro-post-item.post-standard .post-inner .entry-image-attachment, .archive article.gostro-post-item.post-standard .post-inner .entry-image-attachment, .tag article.gostro-post-item.post-standard .post-inner .entry-image-attachment {
    flex: 0 0 100%;
    width: max-content;
    max-width: 100%;
    margin: 0;
    text-align: right;
  }
  .blog article.gostro-post-item.post-standard .post-inner .info, .archive.category article.gostro-post-item.post-standard .post-inner .info, .single-post article.gostro-post-item.post-standard .post-inner .info, .search-results article.gostro-post-item.post-standard .post-inner .info, .search article.gostro-post-item.post-standard .post-inner .info, .archive article.gostro-post-item.post-standard .post-inner .info, .tag article.gostro-post-item.post-standard .post-inner .info {
    flex: 0 0 55%;
    max-width: 55%;
    width: 55%;
    position: absolute;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .blog article.gostro-post-item.post-standard .post-inner .info h2.entry-title, .archive.category article.gostro-post-item.post-standard .post-inner .info h2.entry-title, .single-post article.gostro-post-item.post-standard .post-inner .info h2.entry-title, .search-results article.gostro-post-item.post-standard .post-inner .info h2.entry-title, .search article.gostro-post-item.post-standard .post-inner .info h2.entry-title, .archive article.gostro-post-item.post-standard .post-inner .info h2.entry-title, .tag article.gostro-post-item.post-standard .post-inner .info h2.entry-title {
    font-size: 1.5rem;
  }
  .blog article.gostro-post-item.post-standard .post-inner.no-thumbnail .entry-image-attachment, .archive.category article.gostro-post-item.post-standard .post-inner.no-thumbnail .entry-image-attachment, .single-post article.gostro-post-item.post-standard .post-inner.no-thumbnail .entry-image-attachment, .search-results article.gostro-post-item.post-standard .post-inner.no-thumbnail .entry-image-attachment, .search article.gostro-post-item.post-standard .post-inner.no-thumbnail .entry-image-attachment, .archive article.gostro-post-item.post-standard .post-inner.no-thumbnail .entry-image-attachment, .tag article.gostro-post-item.post-standard .post-inner.no-thumbnail .entry-image-attachment {
    display: none;
  }
  .blog article.gostro-post-item.post-standard .post-inner.no-thumbnail .info, .archive.category article.gostro-post-item.post-standard .post-inner.no-thumbnail .info, .single-post article.gostro-post-item.post-standard .post-inner.no-thumbnail .info, .search-results article.gostro-post-item.post-standard .post-inner.no-thumbnail .info, .search article.gostro-post-item.post-standard .post-inner.no-thumbnail .info, .archive article.gostro-post-item.post-standard .post-inner.no-thumbnail .info, .tag article.gostro-post-item.post-standard .post-inner.no-thumbnail .info {
    padding-left: 0;
  }
}
@media (min-width: 1025px) {
  .blog article.gostro-post-item.post-grid-2, .archive.category article.gostro-post-item.post-grid-2, .single-post article.gostro-post-item.post-grid-2, .search-results article.gostro-post-item.post-grid-2, .search article.gostro-post-item.post-grid-2, .archive article.gostro-post-item.post-grid-2, .tag article.gostro-post-item.post-grid-2 {
    margin-bottom: 3rem;
  }
  .blog article.gostro-post-item.post-grid-2 .post-inner .entry-image-attachment, .archive.category article.gostro-post-item.post-grid-2 .post-inner .entry-image-attachment, .single-post article.gostro-post-item.post-grid-2 .post-inner .entry-image-attachment, .search-results article.gostro-post-item.post-grid-2 .post-inner .entry-image-attachment, .search article.gostro-post-item.post-grid-2 .post-inner .entry-image-attachment, .archive article.gostro-post-item.post-grid-2 .post-inner .entry-image-attachment, .tag article.gostro-post-item.post-grid-2 .post-inner .entry-image-attachment {
    margin-bottom: 1.75rem;
  }
  .blog article.gostro-post-item.post-standard .post-inner .info, .archive.category article.gostro-post-item.post-standard .post-inner .info, .single-post article.gostro-post-item.post-standard .post-inner .info, .search-results article.gostro-post-item.post-standard .post-inner .info, .search article.gostro-post-item.post-standard .post-inner .info, .archive article.gostro-post-item.post-standard .post-inner .info, .tag article.gostro-post-item.post-standard .post-inner .info {
    padding: 40px 30px;
  }
}
@media (max-width: 575px) {
  .blog .col, .archive.category .col, .single-post .col, .search-results .col, .search .col, .archive .col, .tag .col {
    flex: 0 0 100%;
  }
}

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