.filter-project-types{
    margin-bottom:10px;
}
.filter-project-types .inner {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    min-width: 600px;
    border-bottom: 2px solid #eee;
}
.filter-project-types .inner .item {
    margin-bottom: -2px;
    position: relative;
    padding:10px;
}
.filter-project-types .tab-link {
    color: #333;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    min-width: 70px;
    padding: 5px 10px;
    border-bottom: 2px solid transparent;
    align-items: flex-end;
    height: 100%;
    cursor: pointer;
}
.filter-project-types .tab-link .name {
    display: block;
    line-height: 1.3;
    font-weight: bold;
}
.filter-project-types .inner .item input,.filter-options .btn-group input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.filter-project-types .tab-link:hover, .past-project-page .filter-project-types .tab-link:focus {
    text-decoration: none;
    border-color: #999;
}

.filter-options {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
}
.btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group a.active{
    background-color: #1476BD;
    color:#fff; 
}
.btn-group a {
    padding: 12px;
    border: 1px solid #999;
    margin-right: -4px;
}

.post_content_wrap {
    width: 18%;
    float: left;
    margin-bottom: 10px;
    border-radius: 10px;
    margin-right: 12px;
    box-shadow:rgb(0 0 0 / 12%) 0px 1px 10px 0px
}
.post_content_wrap:hover{
    box-shadow: rgb(0 0 0 / 12%) 0px 2px 20px 0px;
}
.slrThumbnail img {
    border-radius: 10px 10px 0px 0px;
    height: 250px!important;
    width: 250px!important;
}
.slrThumbnail{
    margin-bottom:14px;
}
.post_content_separator{
    clear:both;
}
.post_content_wrap .post_meta, .post_content_wrap .post_summary {
    padding: 0px 18px 39px 10px;
    margin-top: -13px;
    display: grid;
    height: 30px;
}
.post_meta .post_name,.post_meta .post_date{
    color:rgba(0, 0, 0, 0.6);
}
.post_content_wrap .post_summary{
    color:#000;
}
.no_post_available{
    padding:10px;
    text-align: center;
    columns: #999;
    font-weight: bold;
    font-size: 15px;
}

div#projectView .projectTypes{
    width: 100%;
    display: flex;
}
div#projectView h1{
    font-size:30px;
}
div#projectView .projectTypes li {
    float: left;
    padding: 5px 10px;
    background-color: #1476BD;
    list-style: none;
    margin-right: 5px;
    color: #fff;
    font-size:12px;
    border-radius: 5px;
}
div#projectView .project_details .project_address{
    width: 70%;
    float: left;
}
div#projectView .project_details .project_date{
    width: 30%;
    float: left;
}
div#projectView .project_photos .main_photo {
    padding: 35px 0px 16px;
    margin-left: -16px;
}
.main_photo img{
    height:100%!important;
    width: 100%!important;
}
.thumb_photo {
    width: 20%;
    float: left;
    border:1px solid #999;
    margin: 0px 0px 5px 5px;
}
.thumb_photo img{
    height:100px!important;
    width: 100%!important;
    margin-right: 10px;
}
input#searchFilter {
    padding: 5px;
    margin-bottom: 5px;
}
.tabLink{
    margin-top:10px;
}
.column-left{ float: left; width:14%; }
.column-right{ float: right; width: 15%; }
.column-center{ display: inline-block; width:auto; }

div#projectPostWrap{
    width: 100%;
    clear: left;
    margin-top: 29px;
}
div#Pagination {
    display: block;
    clear: both;
}
#Pagination li.active a{
    color:#fff;
}

#Pagination li {
    float: left;
    padding: 5px 10px;
    list-style: none;
}
#Pagination li.active{
    background:#1476BD;
}
#Pagination li.inactive{
    background:#DCDCDE;
    border-left: 1px solid #fff;
}
#displayLoader {
    position: absolute;
    padding: 10px;
    margin-top: -33px;
    margin-left: auto;
}
#bodyContent .item {   
    gap: 2rem;
    width: 100%;
    height: 150px;
    border-radius: 10px;
    background-size: cover !important;
}
#bodyContent{
    margin-bottom:10px;
}
#bodyContent .item img {
    width: 80px;
    height: 100px;
}
.gm-style-iw-d a {
    font-size: 14px;
}

#bodyContent h1#firstHeading {
    font-size: 14px;
    line-height: 1;
}
.gm-style-iw-chr {
    height: 30px;
}