/* 
Theme Name:		 Joyland
Theme URI:		 http://www.orfeostory.com/
Description:	 Theme by Site <a href=\"http://www.orfeostory.com/\">http://www.orfeostory.com/</a>
Author:			 Orfeostory
Author URI:		 http://www.orfeostory.com/
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 Hello-Elementor-child
*/ 

[id] {
  scroll-margin-top: 150px !important;
}

/* agent search  */
.jl-container{
    width: 90%;
    max-width: 1200px;
    margin: 0px auto;
}
.agent-search-container {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  select, input[type="text"] {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 20px;
    outline: none;
  }
  .joyland-property-type, input.joyland-agent-search, button.jl-button{
    height: 45px !important;
  }
  select.joyland-property-type {
    padding: 8px 12px;
    background: white;
    cursor: pointer;
    max-width: 140px;
    color: #2A6555;
    font-weight: 600;
  }
  input.joyland-agent-search {
    flex: 1;
    padding-left: 30px!important;
    background: url('https://img.icons8.com/ios-glyphs/30/000000/search--v1.png') no-repeat 8px center;
    background-size: 16px;
  }
  button.jl-button {
    padding: 8px 16px;
    background-color: #b3e59f;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: #525050;
    font-size: 18px;
    font-weight: 600;
  }
  button.jl-button:hover {
    background-color: #9ddc89;
    color: #525050;
  }
  
  .featured-agents .swiper-pagination-bullet-active{
    background: #000 !important;
  }
  .building-overview-card .info a{
    text-align: center;
    width: 100%;
  }
  .map-top-title {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  
#agentSortBy {
    margin-top: 20px;
    max-width: 175px;
    font-weight: 500;
    padding: 8px 8px;
    background: #fff;
  }

.featured-agents-container .swiper-wrapper{
  /*overflow: hidden;*/
}
.featured-agents-container .swiper-button-next{
  right: -20px;
}
.featured-agents-container .swiper-button-prev{
  left: -20px;
}
/* end agent search  */

/* featured agent card */
.agent-results{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 25px;
}
.agent-card{
    background-color: #F3F3F3;
    padding: 20px;
}
.agent-profile-image{
    border-radius: 50%;
}
.jl-agent-info{
    display: flex;
}
.agent-info-left{
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.agent-info-left a{
  color: #000;
}
.jl-agent-name{
    text-align: center;
}
.agent-info-right{
    width: 65%;
}
.jl-agent-pi{
    text-align: center;
}
.jl-agent-card-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jl-agent-footer-left{
    display: flex;
}
.jl-agent-footer-right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
    row-gap: 10px;
}
.featured-agents, .featured-agents-container{
    position: relative;
}
.featured-agents{
  overflow: hidden;
}
.featured-agents-container .swiper-button-next:after, .featured-agents-container .swiper-button-prev:after{
    font-size: 22px;
    color: #2A6555;
    font-weight: bold;
  }
  .featured-agents-container .swiper-button-next, .featured-agents-container .swiper-button-prev{
    background: #C1E39A;
    height: 40px;
    width: 40px;
    border-radius: 50%;
  }
  .jl-title{
    margin-top: 30px;
    color: #e49438;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .jl-agent-contact-btn {
    background: #C1E39A;
    border: none;
    color: #2A6555;
    font-weight: 600;
    font-size: 12px;
  }
/* end featured agent card */

/* author.php  */
.jl-author-social-media {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.jl-author-box{
    background-color: #f6f9fc;
    padding: 30px 40px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #dddddd80;
    border-radius: 5px;
}
a.joyland_profile-edit-link {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
}
.jl-author-info{
    display: flex;
    position: relative;
    column-gap: 30px;
}
.author-box-left{
    width: 40%;
    display: flex;
}
.author-box-left .agent-info-right{
	    padding-left: 15px;
			width: 100% !important;
      display: flex;
      flex-direction: column;
}
.author-box-middle{
    width: 30%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
}
.author-box-right{
	width: 30%;
}
.author-box-right p{
    margin: 0px;
}
.jl-author-social {
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.jl-author-social img{
    width: 40px;
    height: 40px;
}
ul.jl-author-specialisation{
    margin: 0px;
    list-style: none;
    padding: 0px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
ul.jl-author-specialisation li{
    background-color: #ffffff;
    padding: 8px 20px;
    border-radius: 0px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.09);
    margin-bottom: 6px;
    display: inline-block;
	    text-align: center;
}
.jl-profile-share{
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
    column-gap: 20px;
    align-items: center;
}

.jl-agent-social-share-button {
  position: absolute;
  bottom: 0px;
  right: 0px;
  max-width: 35px;
  max-height: 35px;
}

.agent-own-properties{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
}

.jl-tabs {
    display: flex;
    flex-direction: column;
  }
   
  .jl-tabs .tab-labels {
    display: flex;
    gap:3px;
  }
   
  .jl-tabs input[type="radio"] {
   display: none;
  }
   
  .jl-tabs label {
    padding: 1em;
    background: transparent;
    cursor: pointer;
    width: fit-content;
  }
  #tab1:checked ~ .tab-labels label[for="tab1"],
  #tab2:checked ~ .tab-labels label[for="tab2"] {
    color: #000;
    border-color: #ccc;
    border-bottom: 2px solid #000;
  }
   
  .jl-tabs .tab-content {
    padding: 1em 0 1em 0;
    display: none;
  }
   
  /* Show tab content when corresponding radio button is checked */
  #tab1:checked ~ #content1,
  #tab2:checked ~ #content2 {
    display: block;
  }

  .joyland-agent-listings{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
  }
/* end author.php  */



.property-info-showcase ul{
	padding: 0;
	list-style: none;
}
.property-info-showcase ul li{
	    margin: 0px 0px 15px 0px !important;
    width: 32.3333333% !important;
    display: inline-block;
    padding-right: 15px;
	font-size:15px;
}
.property-info-showcase ul li span{
    color: #3C3C3C;
    width: 100%;
    display: block;
    font-weight: 400;
}
.property_search_form_inner .radio-repeater{
	display: inline-block;
}
.property_search_form_inner .radio-repeater label{
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    height: 105px;
    text-align: center;
    color: #B9C3D2;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 22px;
    border-radius: 15px;
    min-width: 80px;
    margin-top: -43px;
    position: relative;
}
.property_search_form_inner .radio-repeater label span{
    display: block;
    padding-bottom: 32px;
    font-size: 14px;
	    position: relative;
}
.property_search_form .radio-repeater input:checked + label {
	color: #fff;
	background: #3B7D23;
}
.property_search_form .radio-repeater input:not(:checked) + label:before {
content: "";
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 43px;
    z-index: 0;
    border-radius: 15px 15px 0 0;
}

.property_search_form_inner .radio-repeater input{
	position: absolute;
	opacity: 0;
}
.property_search_form_inner{
      background: #fff;
    border-radius: 24px;
    padding: 0 25px 15px 25px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    max-width: 870px;
	margin: 0 auto;
	transition:0.6s;
}
.property_search_form_inner:before{
	content: "";
	position: relative;
	width: 100%;
	height: 8px;
	border-radius: 8px;
	background: rgba(18, 103, 83, 1);
	display: block;
}
.property_search_form_inner .form-field-repeat{
	    margin-top: 15px;
	position:relative;
}
.property_search_form_inner .form-field-repeat.more-filter-group{
	margin-top: 0;
	display: inline-block;
	width: 100%;
	top: -25px;
}
.property_search_bottom optgroup{
	font-size:1em;
}
.property_search_form .ui-widget.ui-widget-content {
    background: #3B7D23;
    height: .6em;
    border: none;
}
.property_search_form .ui-slider-range {
	background: #d5f1c0;
}
.jl-agent-card-footer {
  margin-top: 10px;
}
.jl-agent-agency{
  font-weight: 600;
}
#price,#size_range_input,#built_in_area{
	padding-left: 0;
	border: none;
	color: #000;
	font-weight: 600;
	font-size: 13px !important;
}
#price:focus,#size_range_input:focus,#built_in_area:focus{
	outline:0;
}
#agentResults .agent-info-right{
	display:none !important;
}
#agentResults .jl-agent-info{
  flex-direction: column;
  align-items: center;
}
#agentResults .agent-info-left{
  width: 100%;
}
#agentResults .jl-agent-card-footer {
  flex-direction: column;
  margin-top: 10px;
}
#agentResults .agent-info-right{
  width: 100%;
}
#agentResults .jl-agent-agency{
  text-align: center;;
}
.grid-agentsocial-share-button-trigger {
  min-width: 50px;
}








.e-fas-bookmark,
.save_project_true{
    display: none;
}
.bookmarked .e-far-bookmark,
.have-bookmarked .save_project{
    display: none;    
}
.bookmarked .e-fas-bookmark,
.have-bookmarked .save_project_true{
    display: block;
}
.for_sale_for_rent .bookmark_style svg:hover {
    fill: #e38800;
}







/* Property Details page design CSS */
.overview_property ul {
	padding-top: 15px !important;
	padding-bottom: 25px !important;
}
.overview_property ul li {
    display: block !important;
    padding: 20px !important;
    margin-left: 20px !important;
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 8%);
    border-radius: 5px;
    margin-bottom: 20px !important;
}
.overview_property ul li span{
	display: block !important;
	text-align: center !important;
}
.overview_property ul li svg{
	margin: 0px 0px 5px 0px !important;
}
.feature_list svg path,
.feature_list svg circle{
	fill: #3C3C3C !important;
}
.address_details ul{
	margin-right: calc(0px / 2) !important;
    margin-left: calc(0px / 2) !important;
}
.address_details ul li {
    margin: 0px 0px 15px 0px !important;
    width: 33.3333333% !important;
}
.single-properties .contact_us [type=submit]{
	display: block !important;
	width: 100%;
}





.contact_block_info li a{
    display: block !important;
    text-align: center !important;
}
.contact_block_info li a span{
	display: block !important;
}

.new-launch-top-info {
    display: flex;
    justify-content: flex-end;
    padding: 20px;
    position: absolute;
    width: 100%;
	gap:10px;
}
.new-launch-top {
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
}
#lightboxOverlay{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
#lightbox{
  position: absolute;
  /* top: 50% !important; */
  left: 50% !important;
  transform: translate(-50%, 50%);
  z-index: 99999;
}
#lightbox .lb-outerContainer{
  width: 250px !important;
}
.filter-dropdown.has-selected .filter-btn {
    background: #eee !important;
    padding: 10px 5px;
}
button.load-saved-search-btn {
    margin-bottom: 10px;
}
p.historyParam{
  text-transform: capitalize !important;
  margin-bottom: 2px !important;
}

.agency-logo{
  height: 40px;
  width: 40px;
  object-fit: contain;
}
.jl-author-meta, .jl-author-meta a{
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.author-meta-img{
  width: 40px; 
  height: 40px;
  object-fit: contain;
}
.top_slider_left_inner.new-launch-left-inner h2, 
.new-launch-left-inner p, 
.new-launch-left-inner a {
    color: #000 !important;
    text-align: left !important;
    margin: 0px !important;
}
.top_slider_left_inner.new-launch-left-inner {
    background: #fff;
    padding: 20px;
}
.new-launch-left-inner ul.new-launch-loop_features{
  max-width: 250px;

}
.top_slider_left_inner.new-launch-left-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 10px;
}
.new-launch-date {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    font-weight: 500;
}
.joyland-property-thumb img {
    height: 225px !important;
    object-fit: cover;
}

/* Accordion */
.joyland-accordion {
      margin: 0px auto;
      border: 1px solid #fff;
      border-radius: 0px;
      overflow: hidden;
      font-family: sans-serif;
    }

    .accordion-item {
      border-bottom: 1px solid #ddd;
    }

    .accordion-header {
    background-color: #fff;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
   
    transition: background 0.3s ease;
    line-height: normal;
	font-family: "Plus Jakarta Sans", Sans-serif;
    }

    .accordion-header:hover {
      background-color: #f2f2f2;
    }

    .accordion-body {
      display: none;
      padding: 0px 10px 20px 10px;
      background: #fff;
    }

    .accordion-body p {
      margin: 0;
    }

    .accordion-header .arrow {
      font-weight: 500;
      font-size: 25px;
      transition: transform 0.3s ease;
    }

    .accordion-header.active .arrow {
      transform: rotate(45deg);
    }

/* end accordion  */

.small-post, .regular-post {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}




/* responsive  */
@media (max-width: 1200px){
  .agent-results{
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 991px){
  .agent-results{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    
  }
  .agent-own-properties{
      grid-template-columns: repeat(2, 1fr);
  }
  .joyland-agent-listings{
    grid-template-columns: repeat(2, 1fr);
  }
  .jl-author-social{
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
  .jl-author-info{
    flex-wrap: wrap;
  }
  .author-box-left{
    width: 45%;
  }
  .author-box-middle{
    width: 45%;
  }
  .author-box-right{
    width: 100%;
  }
  
}
@media (max-width: 640px) {
  .agent-results{
    grid-template-columns: repeat(1, 1fr);
  }
  .agent-own-properties{
      grid-template-columns: repeat(1, 1fr);
  }
  .joyland-agent-listings{
    grid-template-columns: repeat(1, 1fr);
  }
  .jl-author-info{
    flex-direction: column;
    align-items: center;
  }
  .author-box-left{
    width: 100%;
  }
  .author-box-middle{
    width: 100%;
  }
  .author-box-right{
    width: 100%;
    align-items: center;
  }
  .jl-author-social{
    flex-wrap: wrap;
    align-items: center;
  }
  
  .jl-author-box{
    padding: 20px;
  }

  .the_champ_login_ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100% !important;
  }

  .the_champ_login_ul li i{
    width: 100% !important;
  }
}
@media (max-width: 480px){
  select.joyland-property-type {
    max-width: 90px;
    padding: 4px 0px;
  }
  .joyland-property-type, 
  input.joyland-agent-search, 
  button.jl-button{
    height: 30px!important;
  }
  .agent-search-btn{
    padding: 4px 5px !important;
  }
  .author-meta-img{
    width: 20px; 
    height: 20px;
    object-fit: contain;
  }
  .jl-container{
    width: 90%;
  }
  #agentSortBy{
    margin-top: 10px;
    padding: 5px 0px;
    font-size: 12px !important;
  }
}

/* end responsive  */



svg.e-font-icon-svg.e-fas-angle-left, svg.e-font-icon-svg.e-fas-angle-right {
    width: 20px;
}
input#subcategory {
	padding: 0px;
}

