  /*Post Feeds*/
/*title*/
.featured-post-content {
  text-align: center;
  padding: 0.7em 0 1.5em;
}
.featured-post-content h2 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-style:normal;
  font-size: 2em;
  margin: 0;
}
.featured-post-content h2 a:focus, .featured-post-content h2 a:hover {
  text-decoration: underline!important;
  opacity: 1;
}
.default-post-grid h3 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-style:normal;
  font-size: 1.5em;
  margin: 0;
  line-height: 1.35;
}
.default-post-grid h3 a:hover, .default-post-grid h3 a:focus, .sub-post-grid h3 a:hover, .sub-post-grid h3 a:focus {
  text-decoration:underline!important;
  opacity: 1;
}
.sub-post-grid h3 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-style:normal;
  font-size: 1em;
  margin: 0;
}
.post-style h3 {
  font-size: 1.22em;
  margin-top: 0;
}
.post-style h3 a {
  color: #000;
  text-decoration:none;
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-style:normal;
  margin: 0;
}
.post-style h3 a:hover, .post-style h3 a:focus {
  text-decoration: underline;
  opacity: 1;
}
/*meta*/
.post-meta {
  display:inline-block;
}
.post-cat {
  text-align:left;
  display:inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-style:normal;
  text-transform:uppercase;
  font-size: 0.8em;
  margin-bottom:0!important;
}
.featured-post-content .post-cat {
  color: #ba0c2f;
}
.featured-post-content .post-cat div:hover, .featured-post-content .post-cat div:focus {
  background-color: transparent!important;
  color: #000;
  text-decoration: none;
}
.featured-post-content .post-cat div:hover span {
  color:#000!important;
}
.post-cat div:hover, .post-cat div:focus {
  background-color: transparent!important;
  color: #ba0c2f;
}
.post-cat div:hover span{
  color: #ba0c2f!important;
}
.post-date {
  text-align:left;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-style:normal;
  text-transform:uppercase;
  display:inline-block;
  font-size: 0.8em;
  margin: 0 0 0 6px!important;
}
.post-grid-no-cat .post-date {
  margin: 0 0 0 2px!important;
}
.post-date div {
  margin-left: 10px;
}
.post-icon {
  margin-right: 6px;
  font-size: 15px!important;
}
/*white vs dark post grid*/
.white-scale-posts {
  color:#000;
}
.dark-scale-posts {
  color: #fff;
}
.dark-scale-posts .post-date:before {
  content: ' | ';
  color: #fff;
  position: absolute;
}
.white-scale-posts .post-date:before {
  content: ' | ';
  color: #000;
  position:absolute;
}
.white-scale-posts .post-cat a {
  color: #ba0c2f;
}
.white-scale-posts .post-cat a:hover, .white-scale-posts .post-cat a:focus {
  text-decoration:underline!important;
}
.home .white-scale-posts .post-cat a:hover, .home .white-scale-posts .post-cat a:focus {
  color:inherit;
  text-decoration:underline;
}
.dark-scale-posts .post-cat div:hover, .dark-scale-posts .post-cat div:focus, .dark-scale-posts .post-cat div:hover span, .dark-scale-posts .post-cat div:focus span  {
  background-color: transparent!important;
  color: #fff!important;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .two-col-post-grid .vc_grid-item.vc_visible-item {
    display:inline-block!important;
    width: 50%;
  }
  .default-post-grid h3 {
    font-size: 1.3em;
  }
  .sub-post-grid h3 {
    font-size: 1em;
  }
  .featured-post-content h2 {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 570px) {
  .post-date, .post-cat{
    font-size: 0.6em;
  }
  .post-date {
    margin: 0 0 0 4px!important;
  }
  .post-icon  {
    font-size: 12px!important;
    margin-right:3px;
  }
  .post-date div {
    margin-left: 4px;
  }
  .post-meta {
    padding-top: 5px!important;
    line-height:1;
  }
  .featured-post-content h2 {
    font-size: 1.35em;
  }
}
