/* Ana içeriği ve .content sınıfını tam genişliğe ayarla */

#main-content,
.content {
  width: 100%;
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
}

h3.post-box-title {
  font-size: 14px;
  padding: 0px;
  font-weight: bold;
}

.recent-box .recent-item {
  padding: 15px;
  float: left;
  -webkit-box-sizing: border-box;
}

.archive-box .entry p {
  display: none;
}

.archive-box .entry a.more-link {
  display: none;
}

.masonry-grid .item-list {
  display: flex;
  flex-direction: column;
}

h2.post-box-title {
  order: 5;
  font-weight: bold;
}

.item-list p.post-meta {
  display: none;
}

h2.post-box-title {
  font-size: 14px;
}

p.post-meta {
  display: none;
}

.recent-box .recent-item {
  height: 300px;
  width: 30%;
}

/* Isotope sütun genişliği referans öğesi */

.grid-sizer {
  width: 23.333%;
  /* Sütun genişliği yaklaşık üçte bir olmalı */
}

/* İsotope öğeleri */

.masonry-grid .item-list {
  width: 23.333%;
  /* Öğe genişliği sütun genişliğiyle aynı olmalı */
}

.wppb-form-field.wppb-send-credentials-checkbox {
  display: none;
}

.post-thumbnail img {
  height: 220px;
}

.post-thumbnail img.attachment-tie-small {
  height: 90px;
}

.live-search_lnk live-search_item live-search_selected {
  height: 20px;
}