/** Resets images to fit container - required for images to display */
.listing-gallery .gallery-item img {
    width:100%;
    height: auto;  
}
/** Elementor styles START */

.elementor-heading-title {
    display: none;
}

/** Elementor styles END */

.listing-info-title {
    font-size: 1.8rem;
}

.listing-gallery .gallery-item {
/*     margin:0; */
}

.slider-sync.listing-gallery .gallery-item {
/*     margin: 0; */
}
.slick-dots {
    bottom: 0;
}
.slick-active.slick-center .gallery-icon {
    border: 1px solid white;
}

.slick-initialized {
	visibility: visible;
}
.slick-arrow {
    position: absolute;
    top: 0;
    z-index: 1;
    font-size: 35px;
    color: white;
    background: rgba(0,0,0,0.3);
    height: 100%;
    width: 40px;
}

.slick-arrow:hover {
	background: rgba(0,0,0,0.4);
	cursor: pointer;
}

.slick-arrow::before {
	top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.next-arrow::before {
	right: 5px;
}
.prev-arrow::before {
	left: 5px;
}

.slick-dots li button:before {
    font-size: 25px;
    color: black;
}

.slick-dots li.slick-active button:before {
    color: black;
}

.next-arrow {
    right: 0;
}

.prev-arrow {
    left: 0;
}
#silver p {
    font-weight:bold;
}
#silver li {
    list-style-type:none;
}
#silver #listcontact {
    padding:0;
}
.contacth5 {
    margin-top:20px;
}

/*.site-main {*/
/*    max-width:1400px!important;*/
/*}*/
/*.container {*/
/*    padding: 0 75px;*/
/*}*/
/*.listing-info {*/
/*    display: inline-block;*/
/*    width: 35%;*/
/*    float: left;*/
/*}*/
/*.listing-images {*/
/*    width: 65%;*/
/*    float: left;*/
/*}*/


