.entry-meta{
    display:none;
}

/*property contact form*/
.propertyContactContainer{
    background-color: #F2F2F2;
    padding:20px;
}

.gform-theme--foundation .gform_fields {
  grid-row-gap: 20px !important;
}


#gform_submit_button_1{
    background-color: #156DB4 !important;
    width:100% !important;
}

.gform_title{
    margin-bottom:30px !important;
}

.agentInfo{
    font-size: 16px;
    margin-bottom:30px;
}

#input_1_5 {
    min-height: 93px!important;
    height: 93px!important;
}





.property-detail h2 {
    margin: 0 0 0 0;
    padding: 0;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: -0.2px;
    border-top: none;
}

.property-detail h3 {
    margin: 0 0 1rem 0;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.2px;
    border-top: none;
}

.property-detail .categoryHeader  {
    font-size:16px;
    font-weight:600;
    color:#156DB4;
}

.property-detail .category {
    font-size:16px;
}

.property-detail ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.property-detail li, .property-detail p {
    margin: 0;
    letter-spacing: -0.2px;
    line-height: 1.5rem;
    overflow-wrap: anywhere;
}

.property-detail .metric {
    margin-right: 0.7rem;
    width: 197px;
    min-width: 197px;
    max-width: 197px;
    font-weight: 600;
    word-wrap: normal;
    font-size:15px;
    float:left;
}

.property-detail .value {
    font-size: 15px;
}

.property-detail .specs {
    columns: 2;
}

@media (max-width: 768px) {
    .property-detail .specs {
        columns: 1;
        column-gap: 2rem;
    }
}


.infoBox {
    float: left;
    margin-right:50px;
    padding:10px;
}

.infoHeader {
    font-weight: 500;
    font-size: 24px;
}

.infoDesc {
    font-size:14px;
}


.disclaimer {
    font-size:14px;
}

.courtesy{
    font-size: 16px;
    color: #73727e;
    margin-top:50px;
    margin-bottom: 20px;
}
