/* ====== Masonry ====== */
.card {
  background-color: rgba(0,0,0,.125);
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0;
}
.posts-topbar h2{
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.posts-topbar ul{
  display: inline-block;
  padding: 0;
  margin: 0;
}
.posts-topbar li{
  display: inline-block;
  margin: 0 10px;
}
.posts-topbar input {
  background-color: white;
  border: 1px solid black;
}
.posts-topbar .search-submit{
  background-color: red;
  border-color: red;
  color: white;
}
.postTitle{
  background-color: rgba(255,255,255,0.75);
}
a:hover .postTitle{
  background-color: rgba(255,255,255,0.95);
}
/* ====== Masonry END ====== */

/* ====== Grid ====== */
.overlay{
  opacity: 0;
  background-color: rgba(0,0,0,0.5);
}
.overlay, .overlay p, .overlay a, .overlay h1, .overlay h2, .overlay h3, .overlay h4, .overlay h4, .overlay h5, .overlay h6{
  color: white!important;
}
a:hover .overlay{
  opacity: 1;
}
@media( max-width: 768px ){
  .overlay{
    opacity: 1;
  }
}
/* ====== Grid END ====== */

/* ====== List ====== */
.posts-sidebar ul{
  padding: 0;
}
.posts-sidebar li{
  display: block;
}
.screen-reader-text{
  display: none;
}
.posts-sidebar input {
  background-color: white;
  border: 1px solid black;
}
.posts-sidebar .search-submit{
  background-color: red;
  border-color: red;
  color: white;
}
.posts-sidebar label{
  width: 70%;
}
.posts-sidebar label input{
  width: 100%;
}
.posts-sidebar input{
  width: 19%;
}
@media( max-width: 991px ){
  .posts-sidebar label, .posts-sidebar input{
    width: 100%;
  }
}
/* ====== List END ====== */
