.slick-dots li {
margin:0 2px;
width: 10px;
height: 10px;
}
.slick-dots {
position: relative;
bottom: -25%;
display: block;
width: 100%;
padding: 0;
margin: 0;
padding-left: 0!important;
list-style: none;
text-align: center; }
.slick-dots li button:before {
font-family: "Font Awesome 5 Pro";
content: '\f111';
font-weight:400;
font-size: 7px;
color: #656565;
opacity:1;
}
.slick-dots li button:hover:before, 
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before{
font-weight:800;
color: #636060;
} .slick-prev, .slick-next {
height:75px;
width:75px;
background-color: transparent;
border-radius: 50%;
}
.slick-prev:hover, .slick-next:hover{
background-color: transparent;
box-shadow: unset;
} 
.slick-prev{
left: -75px;
z-index: 1;
} .slick-next {
right: -75px;
}
.slick-prev:before, 
.slick-next:before {
font-family: "Font Awesome 5 Pro";
font-weight:100;
font-size:1.5rem;
color: #3a3a3a;
}
[dir='rtl'] .slick-next:before,
.slick-prev:before {
content: '\f053';
}
[dir='rtl'] .slick-prev:before,
.slick-next:before {
content: '\f054';
}.search-overlay {
position: fixed;
top:0;
left:0;
right:0;
bottom:0;
z-index: 999;
background-color: rgba(0,0,0,0.8);
display: flex;
align-items: center;
justify-content: center;
}
.search-content {
width:90%;
max-width: 600px;
position:relative;
}
.search-content #closeSearch {
position:absolute;
top:-50px;
right:0;
font-size: 1.5em;
padding:2px 8px;
width: 40px;
background-color: transparent;
}
.search-content #closeSearch i {
color:#fff;
}
.search-content #closeSearch:hover,
.search-content #closeSearch:focus{
color:#fff;
border-color: #fff;
}
button.quick-search-button {
top: 0;
right: 0;
position: absolute;
height: 50px;
border-radius: 0;
width: 40px;
padding:0;
border:none;
background: transparent !important;
color:#fff;
}
button.quick-search-button:hover {
border:none;
color:white;
background-color:var(--global--color-primary-hover);
}
button.quick-search-button::after {
top: 50%;
left: 50%;
transform:translate(-50%, -50%);
position: absolute;
font-size: 20px;
content: "\f002";
font-family: "Font Awesome 5 Pro";
font-weight: 300;
}
.propertyList.open {
max-height: 320px;
overflow: auto;
}
.propertyList li {
position: relative;
background-color: #fafcfd;
font-size: 0.75em;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
cursor: pointer;
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
opacity: 1;
margin: 0;
transition-duration: 0ms;
}
.propertyList li:hover {
background-color: var(--theme--primary-color);
}
.propertyList li:hover span {
color: #ffffff;
}
.propertyList li.closed {
max-height: 0;
overflow: hidden;
padding: 0;
opacity: 0;
}
.propertyList {
list-style: none;
margin-top: 50px;
margin-left: 0;
box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
overflow: hidden;
max-height: 0;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
padding-left: 0;
background-color: #f4f4f4;
z-index: 99999;
}
.search-overlay span {
color: #000;
width: 100%;
height: 100%;
padding: 7px 10px;
text-decoration: none;
font-weight: normal;
transition-duration: 0ms;
}
.quickSearchListing span {
width:100%;
}
.quick-menu form {
display:block;
height: 50px;
box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.chosen-property,
.propertyList {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.chosen-property {
text-transform: uppercase;
letter-spacing: 1px;
line-height: 1em;
height: 50px;
padding: 5px 10px !important;
margin: 0 !important;
background-color: transparent;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
border: none !important;
border-radius: var(--button--border-radius);
background:unset !important;
}
.chosen-property::-webkit-input-placeholder {
color: #fff;
}
.chosen-property:hover {
cursor: pointer;
}
.chosen-property:hover::-webkit-input-placeholder {
color: var(--global--color-primary);
}
.chosen-property:focus,
.chosen-property.open {
box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
outline: 0;
background-color: var(--global--color-primary);
color: #000;
}
.chosen-property.open,
.chosen-property:focus {
color: #fff;
}
.chosen-property:focus::-webkit-input-placeholder,
.chosen-property.open::-webkit-input-placeholder {
color: #fff;
}
.menu-icons {
display:flex;
align-items:center;
}
#headerSearch {
background:none;
color: #fff;
padding: 0.7em 2em;
margin:0;
letter-spacing: 1px;
font-size: 1rem;
line-height: 1rem;
border: 1px solid #fff;
font-family: var(--wp--preset--font-family--barlow-regular);
text-transform:uppercase;
font-weight:400;
}
@media screen and (max-width:767px){
#headerSearch , #masthead .col.right{
display:none;
}
}
@media screen and (max-width:1279px){
#headerSearch {
padding: 0.7em 1.25em;
font-size: 0.8889rem;
white-space:nowrap;
}
}
.transparent-background:not(.sticky) #headerSearch {
color:#fff;
}
#headerSearch i {
font-size: 1rem;
}
.input-holder {
height:50px;
border-bottom:1px solid #fff;
position: relative;
}