#pg-featured {
    position: relative;
    top: -159px;
}

.single-post.fl-builder-edit #pg-header {
    visibility: hidden;
}

h2.fl-callout-title {
    padding-bottom: 0 !important;
}

#pg-bimage-container {
    align-self: stretch;
}

#pg-bimage-container img{
    object-fit: cover;
}

#pg-featured-img img {
    height: 100vh !important;
}

@media (max-width:1439px) {
    #pg-featured-img img {
        height: 110vh !important;
    }
}

@media (max-width:768px) {
  .fl-builder-content-52[data-type="part"]{
	z-index: 999;
	min-width: 100%;
	width: 100%;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
  }

  .admin-bar .fl-builder-content-52[data-type="part"]{
	top: 32px;
  }
}

.project_title {
    display: flex;
    font-size: 15px;
}

.project_details {
    font-size: 15px;
    margin: 5px 15px;
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    overflow: hidden;
}

.project_title h4 {
    font-size: 15px;
}

.project_cats {font-style: italic; display: none;}

.pg-footer-posts .uabb-blog-post-content,
.pg-footer-posts .fl-post-grid-post{
    padding: 0 !important;
    background: white;
    border-radius: 10px;
}

.pg-footer-posts .uabb-blog-posts-shadow {
    background-color: transparent;
}
.pg-footer-posts .uabb-blog-post-content {
    padding: 0 !important;
}
.pg-footer-posts .uabb-post-thumbnail img {
    min-height: 190px;
    width: auto;
    object-fit: cover;
}

.pg-footer-posts .fl-post-grid-post {
    transition: box-shadow 0.2s linear;
}

.pg-footer-posts .uabb-blog-post-content:hover,
.pg-footer-posts .fl-post-grid-post:hover{
    box-shadow: 5px 5px 0px 0px #D53264;
}

.pg-footer-posts .uabb-blog-posts .slick-list {
    overflow: visible;
}

#pg-project-title {
    z-index: 99;
    position: absolute;
    bottom: 5%;
    width: 100%;
    padding: 0 5%;
}

.pg-projects .fl-col-group {
    display: flex;
    justify-content: center;
}

.project-grid .pp-content-posts {
    background-color: #f4f2f2;
    padding: 0 22px;
}

.project-grid .pp-post-filters li {
    margin-bottom: 0 !important;
    padding: 10px 25px !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 14px;
}

.project-grid .pp-content-posts .pp-content-post-grid {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
}

.tax-service .project-grid .pp-content-posts {
    background-color: transparent;
}

.tax-service .project-grid .pp-content-grid-post {
    border-radius: 15px;
}

.pp-content-grid-loader {
    display: none !important;
}

.project-grid .pp-post-filters {
    width: 90%;
    margin: 0 auto;
}

.project-grid .pp-post-filters .mob_tab {
    display: none;
}

@media (max-width:1024px) {
    .pc-tabs .pp-post-filters {
        background-color: #F7F2F2;
        display: flex;
        flex-flow: column;
        position: absolute;
        top: 0;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        width: 300px !important;
        z-index: 10;
    }

    .pc-tabs .pp-post-filters span.mob_tab {
        display: flex;
        padding: 10px 15px;
        justify-content: space-between;
        align-items: center;
        color: #D53264;
        cursor: pointer;
    }

    .pp-post-filter.mob-menu-li-show ,
    .mob_text {
        position: relative;
        left: -5px;
    }

    .pp-post-filters.mob-menu-opened {
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
        background-color: #F9CF47;
        padding-bottom: 5px;
    }

    .ptr {
        display: flex;
        align-items: center;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #D53264;
    }

    .ptr.ptr-opened {
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #D53264;
    }

    .pc-tabs .pp-post-filters-wrapper {
        position: relative;
        padding-top: 40px;
        width: 90%;
        margin: 0 auto;
    }

    .pc-tabs .pp-post-filters li {
        background-color: transparent !important;
        color: #D53264 !important;
        width: 100%;
        display: none;
    }

    .pc-tabs .pp-post-filters li.mob-menu-li-show {
        display: flex;
    }

    .pc-tabs .pp-post-filters li.mob-menu-li-show.pp-filter-active {
        display: none;
    }

    .pc-tabs .pp-post-filters li.mob_tab {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .pc-tabs .show_tab_one {
        position: absolute;
        background-color: #DDDDDD;
        width: 50px;
        height: 40px;
        top: 0;
        left: 285px;
        border-top-right-radius: 15px;
        z-index: 2;
    }

    .pc-tabs .show_tab_two {
        position: absolute;
        background-color: #D0D0D0;
        width: 50px;
        height: 40px;
        top: 0;
        left: 320px;
        border-top-right-radius: 15px;
    }

    .pc-tabs .pp-post-filters .mob_tab .mob_text {
        left: 5px;
    }
    
    .pc-tabs li.pp-post-filter[data-filter="*"] {
        display: none !important;
    }
    
    .pc-tabs li.mob-menu-li-show.pp-post-filter[data-filter="*"] {
        display: inline-flex !important;
    }
    
    .pc-tabs li.pp-filter-active.mob-menu-li-show.pp-post-filter[data-filter="*"] {
        display: none !important;
    }
}

.project-grid .pp-content-posts .pp-content-grid-load-more {
    margin: 0;
    padding-bottom: 10px;
}

a.pp-grid-load-more-button {
    padding: 20px 40px;
}

.project-grid .pp-content-posts .pp-content-grid-load-more a.pp-grid-load-more-button {
    padding: 10px 40px;
    border-radius: 15px;
    background-color: #d53264;
    color: #fff;
    transition: all .3s linear;
}

.project-grid .pp-content-posts .pp-content-grid-load-more a.pp-grid-load-more-button:hover {
    background-color: #f9cf47;
    box-shadow: 4px 4px 0px 0px #D53264;
}

li.pp-post-filter[data-filter="*"] {
    display: none;
}