.post_image img {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
}
.load-more-posts {
  width: 100%;
  max-width: 100% !important;
}
.loading-indicator {
    text-align: center;
    margin-top: 20px;
}

.loading-indicator img {
    width: 40px; /* Adjust the width and height as needed */
    height: 40px;
}

.lmp-content {
	margin-bottom: 20px;
}
.lmp-content a{
  text-decoration: none !important;
}
.view_list_type a,  .view_grid_type a{
  text-decoration: none;
  outline: none;
}

.view_list_type .posttaxonomy, .view_grid_type .posttaxonomy {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  padding-bottom: 10px;
}

.view_list_type .posttaxonomy span, .view_grid_type .posttaxonomy span {
  color: #fff;
  background: gray;
  font-size: 12px;
  letter-spacing: .03em;
  line-height: 1.3;
  margin-right: 4px;
  padding: 4px 8px 3px;
}

.view_grid_type .lmpcontentclm {
  border: 1px solid #eee;
  border-radius: 10px;
}
.view_grid_type .lmpttl {
  padding: 10px;
}
.view_list_type h3, .view_grid_type h3 {
  color: #000;
  text-transform: capitalize;
  font-size: 28px;
  padding-top: 0px;
  font-weight: 600;
  line-height: 34px;
}
.view_list_type .metafield span,  .view_grid_type .metafield span {
  color: #000;
  margin-right: 10px;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.view_list_type .metafield span img, .view_grid_type .metafield span img {
  margin-right: 5px;
}
.view_list_type .metafield, .view_grid_type .metafield {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.view_list_type p, .view_grid_type p{
  color: #000;
  font-size: 18px;
  padding-top: 10px;
  line-height: 28px;
  word-wrap: break-word;
}

.readmorelink .read-more-link {
   background: blue;
  display: inline-block;
  margin: 15px 0px;
  color: #fff;
  padding: 5px 30px;
  border: 1px solid blue;
}
.readmorelink .read-more-link:hover {
  background: transparent;
  color: blue;
  border: 1px solid blue;
}

.load-more-button.btn.btn-primary{
  width: 200px;
  margin: 20px 0px;
  font-size: 18px;
  border-radius: 0px;
}

.load-more-button.btn.btn-primary:hover{
  background: transparent;
  color: blue;
  border: 1px solid blue;
}

.view_grid_type .readmorelink{
  text-align: center;
}

.project_more_loading img {
  width: 25px;
  height: 25px;
}

.hideauthor img, .hidedate img{
  width: 16px;
  height: 16px;
}


.search-container input {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  border: 2px solid blue;
  border-radius: 15px;
}
.search-container {
  padding: 25px 0px 60px 0px;
  text-align: center;
}


.view-toggle-icons {
text-align: right;
  display: flex;
  justify-content: right;
  margin-bottom: 25px;
}

.view-toggle-icons img {
  width: 40px;
  cursor: pointer;
}


.view_list_type .lmpcontentclm {
  display: flex;
}

.view_list_type .lmpcontentclm .post_image {
  flex: 0 0 40%;
  padding-right: 10px;
}

.view_list_type .lmpcontentclm .lmpttl {
  flex: 0 0 60%;
  padding-left: 10px;
}


#noproject {
  text-align: center;
  margin: 20px 0px;
  font-size: 24px;
  font-weight: bold;
  color: navy;
}

@media (max-width: 767px) {
  .view_list_type .lmpcontentclm {
    display: block;
  }
    .view_list_type .lmpcontentclm .lmpttl, .view_list_type .lmpcontentclm .post_image   {
        padding-bottom:  20px; /* Increased padding for mobile devices */
    }
}


.lmp-list-icon {
    background-image: url('../images/listview-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.lmp-grid-icon {
    background-image: url('../images/gridview.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
}