/* add custom site CSS here */

.site-header .school-title a,.site-header .title a{
	color:#4A3C31
}
 main{
	position:relative;
	padding-top:10px
}
.propertylisting-Img{
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    max-width: 240px;
    max-height: 180px;
}
.propertylisting-Img:hover {opacity: 0.7;}

/* The property listing modal (background) */
.modal{
    display: none; /* hidden by default */
    position: fixed; /* stay in place */
    z-index: 1; /* sit on top */
    padding-top: 100px; /* location of the box */
    left: 0;
    top: 0;
    width: 100%; /* full width */
    height: 100%; /* full height */
    overflow: auto; /* enable scroll if needed */
    background-color: rgb(0,0,0); /* fallback color */
    background-color: rgba(0,0,0,0.9); /* black with opacity */
}

/* The property listing modal content (Image) */
.modal-content{
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* The property listing caption of modal image (Image Text) - same width as the image */
.modalcaption{
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add animation - zoom in the modal */
.modal-content.modalcaption{
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* the close button */
.close {
    position: absolute;
    top: 45px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image width on smaller screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

 .site-header .title{
	margin:16px 0
}
 .site-header .school-title{
	margin-bottom:0;
	margin-top:16px;
	line-height:1
}
 .site-header .small-caps{
	display:block;
	font-size:1rem;
	margin-bottom:2px;
	text-transform:uppercase
}
 @media screen and (min-width:64.0625em){
	 #home main{
		padding-top:2rem;
	}
	 .school-title+.title{
		margin-top:0
	}
	 .has-banner .breadcrumbs {
		margin-top: -70px;
	}
}
 @media screen and (min-width: 640px) {
	 #home .banner.text-overlay {
		 padding-top: 10%;
		 padding-bottom: 10%;
	}
}


.property{padding-top:24px;padding-bottom:16px;border-top:1px solid #DBD9D6; display:flex;}
.property::after,.property::before{content:' ';display:table}
.property::after{clear:both}
.property:last-child{border-bottom:1px solid #DBD9D6;margin-bottom:24px}
.property--title{font-size:24px}
.property--heading{margin-bottom:0;text-transform:uppercase}
.property--description{font-size:16px}

.property-filters{display:flex;}
.property-filter-group{float:left; margin-right: 1.5em; margin-bottom: 1em;}

@media screen and (max-width:39.9375em){
    .property .image.float-left{float:none!important;text-align:center;margin-right:0}
    .property {display:block;}
    
    .property-filters{display:block;}
    .property-filter-group{float:none;}
}
.property--details dl{line-height:1.35;font-size:18px}
.property--details dt::after{content:": "}
.property--details dd+dt::before,:target::before{content:"";display:block}
.property--details dd+dt::before{margin-top:6px}
.property--details dl+.property--heading{margin-top:36px}
.property--details .property--title{font-size:28px}
