.blog-masonry {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 3rem;
}
.blog-masonry .grid-item {
  padding: 0px;
}
.blog-masonry .grid-item .post-container .post-info .post-category {
  color: #808080;
}
.blog-masonry .grid-item .post-container .post-info .post-title {
  height: 50px;
}
.blog-masonry .grid-item .post-container .post-info hr {
  margin: 0;
  max-width: 100px;
  border-top: 1px solid #295135;
}
.blog-masonry .grid-item .post-container .post-info .post-pub-day {
  padding-bottom: 40px;
  margin-top: -15px;
}
.blog-post-masonry-toolbar-search form {
  display: flex;
  justify-content: center;
}
.blog-post-masonry-toolbar-search form input.form-control {
  width: 300px !important;
  border-top: none;
  border-left: none;
  border-right: none;
}
.blog-post-masonry-toolbar-search form .ion-ios-search-strong {
  margin-top: 10px;
}
.blog-post-masonry-toolbar-search form .ion-ios-search-strong::before {
  font-size: 30px;
}
.blog-post-masonry-toolbar-search .clear-filter {
  display: none;
}
.blog-post-masonry-toolbar-filter .posts-category section {
  border-bottom: 1px solid black;
}
.blog-post-masonry-toolbar-filter .posts-category section button {
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: unset;
  margin-right: 40px;
  font-size: 13pt;
  border-bottom: unset;
  font-weight: 500;
}
.blog-post-masonry-toolbar-filter .posts-category section button._active {
  color: #295135;
  border-bottom: 2px solid #295135;
}
.blog-post-masonry-toolbar-filter .posts-category section button.clear-filter {
  float: right;
  margin-right: 0;
  color: green;
}
.blog-post-masonry-toolbar-filter .posts-category select.category-tool-mobile {
  display: none;
}
.blog-post-masonry-toolbar-filter .posts-filter-amount {
  margin-top: 15px;
  height: 55px;
}
.blog-post-masonry-toolbar-filter .posts-filter-amount .posts-filter {
  display: inline-flex;
  float: right;
}
.blog-post-masonry-toolbar-filter .posts-filter-amount .posts-filter .form-group {
  display: flex;
  align-items: center;
}
.blog-post-masonry-toolbar-filter .posts-filter-amount .posts-filter .form-group label {
  width: 60px;
}
.blog-post-masonry-toolbar-filter .posts-filter-amount .posts-filter .form-group select.form-control {
  border-radius: 0;
  width: 150px;
  margin-bottom: 0;
}
.blog-post-masonry-toolbar-filter .posts-filter-amount .posts-filter .form-group:last-child {
  margin-left: 25px;
}
.blog-post-masonry-toolbar-filter .posts-filter-amount .posts-filter .form-group:last-child select.form-control {
  width: 100px;
}
.blog-post-masonry-toolbar-filter .posts-filter-amount .toolbar-amount {
  display: inline-flex;
  float: left;
}
.post-content {
  position: relative;
}
.post-content .post-tags {
  display: block;
  align-items: center;
  position: absolute;
  width: 100%;
}
.post-content .tag-item {
  padding: 0.2rem 0.5rem;
  margin-right: 0.5rem;
  border-radius: 1.1rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
}
.post-content .tag-item:first-child {
  background: #fba500;
}
.post-content .tag-item:nth-child(2) {
  background: #caca68;
}
.post-content .tag-item:last-child {
  background: dodgerblue;
}
.post-tags {
  margin-bottom: 10px;
}
.post-tags > a:hover {
  color: unset;
}
.post-tags .tags-title {
  border: 1px solid #f0f0f0;
  background-color: #FBFAF8;
  color: #aaa;
  padding: 3px 5px;
  border-radius: 5px;
}
.post-tags .tags-title:hover {
  background-color: #295135;
  color: #fff;
  border-color: #295135;
}
@media (max-width: 480px) {
  .blog-post-list.blog-index-index .breadcrumbs-content {
    width: 355px;
  }
  .blog-post-masonry-toolbar-filter .category-tool {
    display: none;
  }
  .blog-post-masonry-toolbar-filter .posts-category select.category-tool-mobile {
    display: block;
    border-radius: 0;
    margin: 0;
    font-weight: 600;
  }
  .blog-post-masonry-toolbar-filter .posts-filter-amount {
    height: auto;
  }
  .blog-post-masonry-toolbar-filter .posts-filter-amount .posts-filter {
    display: flex;
    float: none;
    width: 100%;
  }
  .blog-post-masonry-toolbar-filter .posts-filter-amount .posts-filter .form-group {
    width: 60%;
  }
  .blog-post-masonry-toolbar-filter .posts-filter-amount .posts-filter .form-group label {
    display: none;
  }
  .blog-post-masonry-toolbar-filter .posts-filter-amount .posts-filter .form-group select.form-control {
    width: 100%;
  }
  .blog-post-masonry-toolbar-filter .posts-filter-amount .posts-filter .form-group:last-child {
    width: 40%;
  }
  .blog-post-masonry-toolbar-filter .posts-filter-amount .posts-filter .form-group:last-child select.form-control {
    width: 100%;
  }
  .blog-post-masonry-toolbar-filter .posts-filter-amount .toolbar-amount {
    display: block;
    float: none;
    padding: 0;
    margin-bottom: 10px;
  }
  .blog-masonry {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
  .blog-masonry .grid-item .post-container {
    border: none;
    display: flex;
  }
  .blog-masonry .grid-item .post-container .post-content {
    max-width: 40%;
  }
  .blog-masonry .grid-item .post-container .post-content .post-tags {
    display: block;
  }
  .blog-masonry .grid-item .post-container .post-content .post-tags .tag-item {
    margin-right: 0;
  }
  .blog-masonry .grid-item .post-container .post-info {
    padding-left: 10px;
  }
  .blog-masonry .grid-item .post-container .post-info .post-title {
    line-height: 0.5;
    margin-bottom: 0;
    height: auto;
  }
  .blog-masonry .grid-item .post-container .post-info .post-title a {
    font-size: 16px;
  }
  .blog-masonry .grid-item .post-container .post-info hr {
    margin-top: 5px;
  }
  .blog-masonry .grid-item .post-container .post-info .post-pub-day {
    margin: 0;
    padding: 0;
  }
  .blog-masonry .grid-item .post-container .post-info .post-pub-day .published-by {
    margin: 10px 0 0 0;
  }
  .blog-post-masonry-toolbar-search .clear-filter {
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: unset;
    float: right;
    margin-right: 0;
    font-size: 13pt;
    border-bottom: unset;
    font-weight: 500;
    color: green;
    display: block;
  }
}
.blog-post-view .blog-post .post-header,
.blog-post-list .blog-post .post-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.blog-post-view .blog-post .post-header .post-title.h3,
.blog-post-list .blog-post .post-header .post-title.h3 {
  margin: 0;
}
.blog-post-view .blog-post .post-header .post-actions,
.blog-post-list .blog-post .post-header .post-actions {
  padding: 0;
  text-align: unset;
  margin: 0;
  display: flex;
  align-items: flex-end;
}
.blog-post-view .blog-post .post-header .post-actions .action > a,
.blog-post-list .blog-post .post-header .post-actions .action > a {
  color: #295135;
}
.blog-post-view .blog-post .post-header .post-actions .action::before,
.blog-post-list .blog-post .post-header .post-actions .action::before {
  color: #295135;
}
.blog-post-view .blog-post .post-header .post-actions .action:hover > a,
.blog-post-list .blog-post .post-header .post-actions .action:hover > a {
  color: #ff9900;
}
.blog-post-view .blog-post .share-social,
.blog-post-list .blog-post .share-social {
  clear: both;
  display: flex;
  align-items: center;
}
.blog-post-view .blog-post .share-social .sharethis-inline-share-buttons,
.blog-post-list .blog-post .share-social .sharethis-inline-share-buttons {
  margin-left: 10px;
}
.blog-post-view .sidebar-main .block.block-brand,
.blog-post-list .sidebar-main .block.block-brand {
  display: none;
}
.blog-post-view .sidebar-main .right-sidebar .block-blog-posts,
.blog-post-list .sidebar-main .right-sidebar .block-blog-posts {
  background-color: rgba(220, 220, 220, 0.3);
  padding: 20px;
  margin-bottom: 0;
}
.blog-post-view .sidebar-main .right-sidebar .block-blog-posts .block-title #block-blog-posts-heading,
.blog-post-list .sidebar-main .right-sidebar .block-blog-posts .block-title #block-blog-posts-heading {
  margin-bottom: 5px;
}
.blog-post-view .sidebar-main .right-sidebar .block-content .post-list > .item,
.blog-post-list .sidebar-main .right-sidebar .block-content .post-list > .item {
  margin-bottom: 0;
}
.blog-post-view .sidebar-main .right-sidebar .block-blog-tags,
.blog-post-list .sidebar-main .right-sidebar .block-blog-tags {
  margin-top: 20px;
}
.blog-post-view .sidebar-main .right-sidebar .block-blog-tags .block-content .btn-tag.active,
.blog-post-list .sidebar-main .right-sidebar .block-blog-tags .block-content .btn-tag.active {
  background-color: #295135;
  border-color: #295135;
  color: #fff;
}
.blog-post-view .sidebar-main .right-sidebar,
.blog-post-list .sidebar-main .right-sidebar {
  margin-top: 98px;
}
.blog-post-view .sidebar-main .right-sidebar.sticky,
.blog-post-list .sidebar-main .right-sidebar.sticky {
  position: fixed;
  top: 100px;
  width: 310px;
  margin-top: 0;
}
.blog-post-view .sidebar-main .right-sidebar.sticky.end,
.blog-post-list .sidebar-main .right-sidebar.sticky.end {
  position: absolute;
  top: auto;
  bottom: 0px;
}
.blog-post-list.blog-tag-view .sidebar.sidebar-main {
  display: none;
}
.blog-post-list.blog-tag-view .column.main {
  width: 100%;
}
@media (max-width: 768px) {
  .blog-post-view .sidebar-main .sidebar-additional,
  .blog-post-list .sidebar-main .sidebar-additional {
    height: auto !important;
  }
  .blog-post-view .sidebar-main .block-blog-tags,
  .blog-post-list .sidebar-main .block-blog-tags {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .blog-post-view .sidebar-main .right-sidebar.sticky,
  .blog-post-list .sidebar-main .right-sidebar.sticky {
    position: static;
    top: unset;
    width: unset;
    margin-top: 98px;
  }
  .blog-post-view .sidebar-main .right-sidebar.sticky.end,
  .blog-post-list .sidebar-main .right-sidebar.sticky.end {
    position: static;
    top: unset;
    bottom: unset;
  }
  .blog-masonry {
    grid-column-gap: 1rem;
  }
}
@media (max-width: 480px) {
  .blog-post-view .post-header .post-title.h3,
  .blog-post-list .post-header .post-title.h3 {
    font-size: 30px;
  }
  .blog-post-view .post-header .post-actions .action > a,
  .blog-post-list .post-header .post-actions .action > a {
    font-size: 15px;
  }
  .blog-post-view .sidebar-main .right-sidebar.sticky,
  .blog-post-list .sidebar-main .right-sidebar.sticky {
    margin-top: 0;
  }
  .blog-post-view .sidebar-main .right-sidebar,
  .blog-post-list .sidebar-main .right-sidebar {
    margin-top: 0;
  }
}
