/* Hide avatar icon */
.lte-nav-profile  {
  display: none !important;
  visibility: hidden !important;
}

/* Hide cart / shopping bag icon */
.lte-nav-cart {
  display: none !important;
  visibility: hidden !important;
}






/* Hide the Subheader in Testimonials on About page */
.page-id-29531 .lte-subheader {
  display: none !important;
  visibility: hidden !important;
}






/* Hide the filter only on the All Yachts (Rentals Archive) page */
.post-type-archive-lte-rentals .row {
  display: none !important;
  visibility: hidden !important;
}




/* Force-reduce margin below the header on All Yachts (Rentals Archive) page */

body.post-type-archive-lte-rentals .lte-page-header.lte-navbar-margin {
  margin-bottom: -100px !important;
}







/* Make each image full-width on mobile */
@media (max-width: 767px) {
  .lte-rentals-full .lte-gallery a,
  .lte-rentals-full .lte-gallery img {
    width: 100% !important;   
    max-width: 100% !important;
    height: auto !important;
    display: block;
  }
}








/* Make all blog post thumbnails uniform in size */
.lte-photo img {
  width: 100%;
  height: 250px; 
  object-fit: cover; 
  object-position: center; 
  display: block;
}



.lte-price .lte-wrapper {
  font-size: 18px !important;   /* force override */
  font-weight: 600 !important;
}




/* Mobile (up to 767px) */
@media (max-width: 767px) {
  .lte-rentals .lte-price {
    position: absolute;
    min-width: 60px;
		padding: 5px;
		right: 10px;
    top: 10px;
  }
}



/* Mobile (up to 767px) */
@media (max-width: 767px) {
  .lte-price .lte-wrapper {
    font-size: 12px !important;
		position: absolute;
		bottom: 17px;
		/* Smaller size for phones */
  }
}





/* Mobile (up to 767px) */
@media (max-width: 767px) {
  .lte-price .suffix {
    font-size: 11px !important;
		position: absolute;
		bottom: -2px;
		/* Smaller size for phones */
  }
}



/* Change the input text color (value shown like dd/mm/yyyy) */
input[type="date"].date-input {
  color: #6b6b6b !important;     
}



/* Default dropdown style */
select {
  color: #6b6b6b; !important;
}



#lte-booking-phone {
	border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1.5px solid #00162c;
}

