/* All listings page */
.lfrvn_banner{
	max-width: 100%;
  background-color: #000000;
  padding: 10px;
  border-radius: 10px;
}
.lfrvn_page_hdng{
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* Filters */
#lfrvn_filters_wrapper{
	display: flex;
	justify-content: center;
	gap: 5px;
	flex-wrap: wrap;
}
.lfrvn_select_wrapper{
	position: relative;
}
.lfrvn_select_wrapper label{
  	position: absolute;
    color: grey;
    font-size: small;
    margin-left: 11px;
    pointer-events: none;
    top: 0px;
}
.lfrvn_select_wrapper select, #lfrvn_filters_wrapper .lfrvn_search_box{
	  min-width: 110px;
    width: auto;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 17px;
    padding-right: 0px;
    height: 44px;
	  border: 1px solid #e1e1e1;
    border-radius: 8px;
    font-size: 14px;
    color: #101010;
    outline: none;
	  box-sizing: border-box;
}
.lfrvn_search_box{
  box-sizing: border-box;
	padding: 0 0 0 5px;
}
.datepicker {
	position: relative;
	display: inline-block;
}
.lfrvn_select_wrapper .datepicker-field{
	  min-width: 110px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 17px;
    padding-right: 0px;
    height: 44px;
	  border: 1px solid #e1e1e1;
    border-radius: 8px;
    font-size: 14px;
    color: #101010;
    outline: none;
	  box-sizing: border-box;
}
.lfrvn_select_wrapper .datepicker-field::placeholder{
	color: #101010;
}
.datepicker svg {
	width: 15px;
	height: 15px;
}
.datepicker-icon {
	position: absolute;
	right: 10px;
	top: 10px;
}
#lfrvn_search_btn{
	min-width: 110px;
	border: 1px solid #e1e1e1;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
	cursor: pointer;
}


/* Map */
div#lfrvn_main_map {
  margin: 10px 0;
  border-radius: 10px;
  max-width: 100%;
}

/* Map popup */
.lfrvn-main-map-popup {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
  max-width: 400px;
  border-left: 5px solid #0078d4;
  transition: transform 0.3s ease;
}

.lfrvn-map-popup-thumbnail img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  object-fit: cover;
}

.lfrvn-map-popup-info {
  margin-left: 15px;
}

.lfrvn-map-popup-rent {
  font-size: 20px;
  color: #0078d4;
  font-weight: bold;
  margin: 0;
}

.lfrvn-map-popup-specs {
  font-size: 14px;
  color: #555;
  margin: 5px 0;
}

.lfrvn-map-popup-address {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

a.lfrvn_sl_details_btn_popup {
  text-decoration: none;
  font-size: 14px;
  color: #ffff;
  background: #0078d4;
  padding: 2px 4px;
  border-radius: 4px;
}

/* All Listings */
div#lfrvn_all_listings_wrapper {
	  display: grid;
    gap: 15px;
    grid-auto-rows: max-content;
    grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
	  max-width: 100%;
}
.lfrvn_single_listing {
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 2px 5px #0003;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
.lfrvn_sl_image{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.lfrvn_sl_rent{
	  background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    color: #000;
    font-size: 14px;
    border-radius: 30px;
    margin: 8px;
    padding: 6px 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: flex;
	  flex-wrap: wrap;
    gap: 2px;
    align-items: center;
	  font-weight: bold;
}
.lfrvn_sl_image svg{
	width: 18px;
	height: 18px;
}
.lfrvn_sl_image img{
	height: 275px;
	display: block;
	width: 100%;
	object-fit: cover;
}
.lfrvn_sl_image .lfrvn_sl_address{
    align-items: flex-end;
    background: linear-gradient(#0000, #000);
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: 20px;
    height: 40%;
    left: 0;
    line-height: 1.25;
    margin: 0;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    text-align: left;
    text-shadow: 0 1px 2px #0009;
    width: 100%;
	  box-sizing: border-box;
}
.lfrvn_sl_details_sec {
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .lfrvn_sl_details_sec p {
    padding: 0 6px;
    margin: 5px 0;
  }
  .lfrvn_sl_details_sec p:last-child {
    padding: 0;
    margin-top: auto;
    margin-bottom: 0;
  }
  .lfrvn_sl_buttons {
    display: flex;
    margin: 0;
  }
.lfrvn_sl_buttons a {
    width: 50%;
    margin: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px;
    cursor: pointer;
  }
.lfrvn_sl_buttons a:visited {
color:#fff !important;
  }
  .lfrvn_area_icon {
    width: 22px;
    margin: 0px 3px -3px 0;
    fill: #ee4795;
  }
  .lfrvn_bed_icon {
    width: 19px;
    fill: #ee4795;
    margin: auto 3px -2px 5px;
  }
  .lfrvn_bath_icon {
    width: 18px;
    fill: #ee4795;
    margin: auto 3px -1px 5px;
  }
  .lfrvn_pets_icon {
    width: 28px;
    margin: 0px 3px 0px 5px;
    fill: #ee4795;
  }
  .lfrvn_NO_pets_icon {
    width: 22px;
    margin: 0px 3px -3px 5px;
  }

/* Single listing page */
div#lfrvn_single_listing_page {
	width: 100%;
	max-width: 100%;
	font-size: 16px;
}
.lfrvn_single_page_back_btn{
	width: 150px;
    text-align: center;
    background: #0ab7af;
    border: 1px solid #0ab7af;
    color: #fff;
    margin-bottom: 10px;
    padding: 10px 0px;
    border-radius: 5px;
	cursor: pointer;
}
.lfrvn_sp_header{
	display: flex;
	gap: 10px;
	margin-bottom: 30px;
}
.lfrvn_sp_gallery {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 10px;
	/* background: #f1f1f1; */
	width: 60%;
}
.lfrvn_sp_gallery_item{
	height: 195px;
	overflow: hidden;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.lfrvn_sp_gallery_item:first-child {
	height: 400px;
	grid-row: 1 / 3;
}
.lfrvn_sp_gallery_item span {
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    color: #000;
    font-size: 14px;
    border-radius: 4px;
    margin: 8px;
    padding: 6px 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    font-weight: bold;
}
.lfrvn_sp_gallery_item img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
#lfrvn_sp_map{
	display: block;
	width: 40%;
	height: 400px;
	border: 1px solid;
}
.lfrvn_sp_details_sec{
	display: flex;
}
.lfrvn_sp_details_sec_left{
	border-right: 1px solid #ddd;
	width: 70%;
}
.lfrvn_sp_details_sec_right{
	width: 30%;
	text-align: center;
}
.lfrvn_sp_details_sec_left_header{
	border-bottom: 1px solid #ddd;
	padding-right: 10px;
}
.lfrvn_sp_details_sec_left_header h1{
	margin-top: 0;
}
.lfrvn_sp_details_sec_left_main{
	padding-right: 10px;
}
.lfrvn_sp_feature_items {
    display: flex;
    gap: 20px 0px;
    flex-flow: wrap;
}
.lfrvn_sp_feature_items div {
	width: 33%;
}

.lfrvn_sp_details_sec_right h2{
	margin-top: 0;
}
#lfrvn_sp_schedule_btn, #lfrvn_sp_apply_btn {
    width: 200px;
    display: block;
    background: orange;
    margin: auto;
    padding: 10px 0px;
    text-decoration: none;
    border-radius: 5px;
    border: 0px solid orange;
    color: #000;
}
#lfrvn_sp_apply_btn {
	background: #0ab7af;
	border: 0px solid #0ab7af;
	color: #fff;
}

/* Full Screen Gallery */
.lfrvn_sp_fs_gallery{
	display: none;
	position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    margin: auto;
    text-align: center;
}
.lfrvn_gallery_close_pp{
	position: absolute;
    right: 20px;
    color: #fff;
    top: 10px;
    font-weight: bold;
    font-size: 25px;
	cursor: pointer;
}
.lfrvn_sp_fs_gallery_item{
	visibility: hidden;
    transition: all 0.3s;
    opacity: 0;
    max-width: 100%;
}
.lfrvn_sp_fs_gallery_item.lfrvn_sp_fs_current{
	visibility: visible;
	opacity: 1;
}
.lfrvn_sp_fs_gallery_item img{
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
}
.lfrvn_sp_fs_gallery #lfrvn_gal_prev, .lfrvn_sp_fs_gallery #lfrvn_gal_next{
	color: #fff;
    font-size: 70px;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 70px;
    line-height: 1;
    margin: auto;
    cursor: pointer;
}
.lfrvn_sp_fs_gallery #lfrvn_gal_prev{
	left: 7px;
}
.lfrvn_sp_fs_gallery #lfrvn_gal_next{
	right: 7px;
}

/* Pagination css */
#lfrvn_pagination_wrapper {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  #lfrvn_pagination_wrapper .lfrvn_pgn_item, #lfrvn_pagination_wrapper .lfrvn_pgn_btn {
	height: 35px;
    width: 35px;
    padding: 2px;
    box-shadow: 0 0 3px #aaa;
    margin: 5px;
  }
  #lfrvn_pagination_wrapper .lfrvn_pgn_item:hover, #lfrvn_pagination_wrapper .lfrvn_pgn_btn:hover {
	  background: rgb(11, 116, 215);
	  cursor: pointer;
	  color: #fff
  }
  #lfrvn_pagination_wrapper .lfrvn_pgn_item.active {
	  background: rgb(11, 116, 215);
	  color: #fff;
  }

 /* Datepicker*/
.ui-datepicker {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  width: 280px; 
  max-width: 100%;
  text-align: center;
}

.ui-datepicker-header {
  background-color: #2c3e50 !important;
  color: #fff !important;
  font-size: 16px;
  padding: 8px;
  border-radius: 5px 5px 0 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-color: #fff !important;
  color: #2c3e50 !important;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: #f0f0f0 !important;
  color: #34495e !important;
}

.ui-datepicker th {
  background-color: #34495e !important;
  color: white !important;
  padding: 6px;
  font-size: 12px;
}

/* .ui-datepicker-calendar td {
  padding: 0 !important;
} */

.ui-datepicker-calendar td a {
  display: block;
  text-align: center;
  padding: 8px; 
  font-size: 14px; 
  color: #2c3e50 !important;
  text-decoration: none;
  border-radius: 4px;
}

.ui-datepicker td a:hover {
  background-color: #2c3e50 !important;
  color: white !important;
}

.ui-datepicker .ui-state-active {
  background-color: #02893f !important;
  color: white !important;
  font-weight: bold;
  border-radius: 5px;
}



/* ------------------------------ MOBILE CSS -------------- */
@media only screen and (max-width: 767px) {
  body div#lfrvn_all_listings_wrapper {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
  .lfrvn_select_wrapper {
    width: 49.2%;
  }

  .lfrvn_select_wrapper_input {
    width: 99%;
  }
  /* .lfrvn_search_box, .lfrvn_select_wrapper select, #lfrvn_sp_map, .lfrvn_sp_gallery, .lfrvn_sp_details_sec_left, .lfrvn_sp_details_sec_right {
    width: 100%;
  } */
  .lfrvn_select_wrapper select {
    width: 100%;
  }
  .lfrvn_search_box{
    width: 100% !important;
  }
  .lfrvn_select_wrapper .datepicker-field {
    width: 100%;
  }
  #lfrvn_search_btn {
    width: 100%;
    padding: 12px;
  }

   /* Map */
   .lfrvn-main-map-popup {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    margin: 0;
  }
  .lfrvn-map-popup-thumbnail img {
      width: 100%;
      height: auto;
  }
  .lfrvn-map-popup-info {
      margin-left: 0;
      margin-top: 10px;
  }

  /* Listings */
  .lfrvn_all_listings_wrapper {
    flex-direction: column;
    align-items: center;
 }
 
}


/* Single Lising Detail Page */
@media (max-width: 767px) {

  .lfrvn_single_page_back_btn {
      width: 100%;
      padding: 12px 0;
  }

  .lfrvn_sp_header {
      flex-direction: column;
      gap: 5px;
      margin-bottom: 15px;
  }

  /* Gallery Section */
  .lfrvn_sp_gallery {
      width: 100%;
      grid-template-columns: 1fr;
  }

  .lfrvn_sp_gallery_item:first-child {
      height: 300px;
      grid-row: auto;
  }

  .lfrvn_sp_gallery_item {
      height: 150px;
  }

  /* Map Section */
  #lfrvn_sp_map {
      width: 100%;
      height: 300px;
      margin-top: 10px;
  }

  /* Details Section */
  .lfrvn_sp_details_sec {
      flex-direction: column;
  }

  .lfrvn_sp_details_sec_left, 
  .lfrvn_sp_details_sec_right {
      width: 100%;
      border-right: none;
      text-align: left;
  }

  .lfrvn_sp_details_sec_left_header {
      padding: 10px 0;
  }

  .lfrvn_sp_feature_items {
      flex-direction: column;
  }

  .lfrvn_sp_feature_items div {
      width: 100%;
  }

  /* Buttons */
  #lfrvn_sp_schedule_btn, 
  #lfrvn_sp_apply_btn {
      width: 100%;
      padding: 12px 0;
      font-size: 16px;
      text-align: center;
  }

  /* Full Screen Gallery */
  .lfrvn_sp_fs_gallery #lfrvn_gal_prev, 
  .lfrvn_sp_fs_gallery #lfrvn_gal_next {
      font-size: 50px;
      height: 50px;
  }

  .lfrvn_sp_fs_gallery_item img {
      width: 90%;
      height: auto;
  }
}
.lfrvn_sp_feature,.lfrvn_sp_details_headline {
	margin-top:30px;
}
.lfrvn_single_listing_page {
	font-size:16px;
}
