.elementor-kit-6{--e-global-color-primary:#31B8C6;--e-global-color-secondary:#F28F52;--e-global-color-text:#000000;--e-global-color-accent:#E6DCCF;--e-global-color-4a812cc:#FFFFFF;--e-global-color-2e38690:#2F3744;--e-global-typography-primary-font-family:"Mulish";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Mulish";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Mulish";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Mulish";--e-global-typography-accent-font-weight:500;--e-global-typography-83ca53b-font-family:"Mulish";--e-global-typography-83ca53b-font-weight:400;color:var( --e-global-color-text );font-family:"Mulish", Sans-serif;line-height:1.5rem;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:#FFFFFF;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:#FFFFFF;}.elementor-kit-6 a{color:var( --e-global-color-text );}.elementor-kit-6 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-6 h1{color:var( --e-global-color-text );font-family:"Mulish", Sans-serif;font-size:3.75rem;}.elementor-kit-6 h2{color:var( --e-global-color-text );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-6 h3{color:var( --e-global-color-text );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-6 h4{color:var( --e-global-color-text );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1920px;}.e-con{--container-max-width:1920px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0rem;}.elementor-element{--widgets-spacing:0rem 0rem;--widgets-spacing-row:0rem;--widgets-spacing-column:0rem;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:1rem;}.elementor-kit-6 h1{font-size:3rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-83ca53b-font-size:2rem;}.elementor-kit-6 p{margin-block-end:8px;}.elementor-kit-6 h1{font-size:2.75rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:768px;}.e-con{--container-max-width:768px;}}:root { --Teal:#31B8C6; --Orange:#F28F52; --Text-Grey:#2F3744; --White:#fff; --Mulish:Mulish; --DUP_Mulish:Mulish; --DUP_Text-Grey:#2F3744; --DUP_White:#fff; --DUP_Teal:#31B8C6; --DUP_Orange:#F28F52; --DUP_Mulish1:Mulish; --DUP_Text-Grey1:#2F3744; --DUP_White1:#fff; --DUP_Teal1:#31B8C6; --DUP_Orange1:#F28F52; --DUP_Mulish11:Mulish; --DUP_Text-Grey11:#2F3744; --DUP_White11:#fff; --DUP_Teal11:#31B8C6; --DUP_Orange11:#F28F52; --DUP_Mulish12:Mulish; --DUP_Text-Grey12:#2F3744; --DUP_White12:#fff; --DUP_Teal12:#31B8C6; --DUP_Orange12:#F28F52; --DUP_Mulish2:Mulish; --DUP_Text-Grey2:#2F3744; --DUP_White2:#fff; --DUP_Teal2:#31B8C6; --DUP_Orange2:#F28F52; }
/* Start custom CSS */body {
    margin: 0px;
}

#imageCarrousel {
    max-height: 500px;
}

.hidden {
    display: none;
}

.clear-btn {
    padding: 4px 8px;
    background-color: #F08F52;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.clear-btn:hover {
    background-color: #32AFBF;
}


/* Filters Labels*/
.jet-filter-label {
    font-size: 1rem;
    font-weight: 800!important;
}

.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container {
    height:auto;
}

/* Guest Filter*/
#GuestRangeFilter > div > div > div > div > fieldset > div:nth-child(3),
#GuestRangeFilter > div > div > div > fieldset {
    display: none!important;
}

/* Listing Properties Scroll*/
@media (min-width: 1024px) {
  #ListingPropertiesContainer {
    max-height: 70vh;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #32AFBF transparent;
  }
}

/* Listing Properties Scroll All Rentals*/
@media (min-width: 1024px) {
  #ListingPropertiesContainerAllRentals {
    max-height: 74vh;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #32AFBF transparent;
  }
}



/* Tags Buttons */

.propertyTagButton {
	border: 1px solid #9EA3AF;
	border-radius: 4px;
	text-decoration: none;
	padding: 6px 8px;
}

.propertyTagButton:hover {
	border: 1px solid #F08F52;
	color:#F08F52 !important;
}


/* Link Color */
#footerLinks a {
    color: white;
}


/* Search Bar color */
#SearchBar {
    background-color: #fff;
}


/* Map Item */

.elementor-kit-6 .MapItem {
  width: 225px;
	border-radius:6px;
	background-color: #fff;
	box-shadow: 0px 3px 14px #00000030;
	font-weight:600;
	color:#0F1727;
	cursor:pointer;
}
.elementor-kit-6 .MapItem-image img {
	border-radius:6px;
}
.elementor-kit-6 .MapItem-text {
	padding:1rem;
}
.elementor-kit-6 p {
	font-size: 1rem;
}
.elementor-kit-6 span {
	font-size: 1rem;
}

/* Close Icon */
.jet-map-close {
    width: 1rem;
}

/* Breadcrumbs */
.propertyBreadcrumbsButton {
    font-size: 19px;
    font-weight: 700;
}/* End custom CSS */