


.hp-listing-category--view-block .hp-listing-category__image {
	background-color: lightskyblue;
}
.header-logo {
	height: 30px;
	width: 160px;
	text-align: top;
}
.hp-listing--view-block.hp-listing-featured {
	border: 4px solid #646970;
  background-color: #f08c8c91;
}

.menu-item .user-profile-image{
 border-top-left-radius:30px;
 border-top-right-radius:30px;
 border-bottom-left-radius:30px;
 border-bottom-right-radius:30px;
 width:40px;
 height:40px;
 margin-right:15px;
 border-style:solid;
 border-color: #c50f1b;
 border-width:2px;	
	}
	
}

.header-navbar__menu .menu-item .user-profile-image{
 border-top-left-radius:30px;
 border-top-right-radius:30px;
 border-bottom-left-radius:30px;
 border-bottom-right-radius:30px;
 width:40px;
 height:40px;
 margin-right:15px;
 border-style:solid;
 border-width:2px;
 border-color: #c50f1b;

}

.wp-block-button { 
box-shadow: none;
	!important; }
.is-style-primary {
box-shadow: none;
	!important; }
.wp-block-button__link {
box-shadow: none;
	!important; }

/* Remove meta data */
.entry-meta .byline, .entry-meta .cat-links { display: none; }

.entry-meta .posted-on { display: none; }

@media only screen and (max-width: 767px) {
	.fc .fc-timegrid-slot {height:3.5em}
}
.logged-in .menu-item-2328{display: none;
}
.hp-feature__icon.fa-money-bill-wave {background-color: #aedddf; }

.hp-feature__icon.fa-money-bill-wave {color:  #0B9AA0;}
.hp-menu__item--vendor-view{
 display: none;
}
/*Font size on RO List a room*/
.hp-field__label {
	font-size: 15px}

/*Remove the tags field*/
.hp-form__field--tags{
	display: none;
}

.hp-form__label{
	font-size: px
}

/*Font size of Field Description*/
.hp-field__description{
	font-size: 17px
}

/* -- Widen the desktop navigation menu -- */
@media (min-width: 769px) {
  .header-navbar__start
	{
    width: 5px; /* Or you could try a specific value like 600px */
  }

  
  /* This targets the individual menu items if they need more space */
  .header-navbar__end ul li {
      margin-right: 15px; /* Adjust the spacing between items if needed */
  }
}