@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;600;700&display=swap');

.slick-arrow {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 26px !important;
    height: 26px !important;
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -20px;
    color:#fff;
    background:rgba(0,0,0,0.3);
    border:solid 1px #fff;
    border-radius:100%;
    cursor: pointer;
}
.slick-arrow i {
    font-size: 16px;
    font-weight:300;
}
.gd-slider-prev-arrow{
    left:10px;
}
.gd-slider-next-arrow{
    right:10px;
}
.stored_listing{
    font-family:'Lato';
}
.listing_photo{
    position:relative;
    width:100%;
    height:0;
    padding-top:66%;
}
.listing_photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.listing_address {
    font-size: 1.025rem;
    margin-bottom: 0.75rem;
    line-height: 1.2;
    font-weight: 700;
}

.listing_address a{
    color: #4A4F54;
}
.listing_address a:hover{
    text-decoration:underline;
}

.stored_listing hr {
    border-top: 1px solid #ccd2d8;
    border-bottom: none;
    margin:16px 0;
}

.listing_details{
    background:white;
    padding:20px;
    .font-size: 0.82rem;
}

.listing_features,
.listing_price{
    font-size: 0.9em;
    white-space: nowrap;
    font-weight: 600;
    color: #4A4F54;
    line-height: 1.5;
}

.listing_features{
    margin-bottom: 0.5em;
}
.listing_feature:not(:last-child)::after {
    content: " / ";
}

.listing_more_button {
    display: inline-block;
    font-size: 0.82rem;
    line-height: 1.5;
    background: #FFE512;
    color: #4A4F54;
    padding: 6px 12px;
    border: none;
    outline: none;
    transition:0.3s;
}
.listing_more_button:hover {
    color: #212529;
    background-color: #ebd100;
    border-color: #dec600;
    cursor: pointer;
    transition:0.3s;
}

/* PAGINATION */
.vaultre_pagination_container {
    width: 100%;
    text-align: center;
}
.vaultre_pagination_navigation {
    display: flex;
    align-items: center;
    justify-content: center;
}
.vaultre_pagination_navigation button {
    font-size: 0.82rem;
    line-height: 1.5;
    background: #FFE512;
    color: #4A4F54;
    padding: 6px 12px;
    margin: 5px;
    border: none;
    outline: none;
    transition: 0.3s;
  }
.vaultre_pagination_navigation button:hover {
    color: #212529;
    background-color: #ebd100;
    border-color: #dec600;
    cursor: pointer;
    transition: 0.3s;
  }