/* Directory Styling */

.wpc-directory-wrap {
    margin-bottom: 31px;
    padding-bottom: 28px;
}
.wpc-directory-image {
  object-fit: cover;
  width: 100%;
  height: 230px;
  margin-bottom: 10px;
}
.wpc-directory-title {
    color: #1e2427;
    font-family: 'Source Pro Sans', sans-serif;
    font-size: 22.5px;
    line-height: 27px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 6px;
    padding: 8px 0px 5px 0px;
    margin-top: 0;
}
.wpc-directory-text {
    font-size: 14px;
    line-height: 23px;
    padding: 0px 0px 0px 0px;
}
.wpc-directory-text a {
    color: #cd4335;
    font-weight: 600;
}
.wpc-directory-wrap img[src=""] {
    display: none;
}

table.table-theme.vc-table-plugin-theme-default tr.vc-th {
    background: #0A607D;
    color: #fff;
    font-weight: 700;
    border: none;
    font-size: 25px;
    line-height: 47px;
    font-family: "Mrs-Eaves-OT-Roman_new";
}