/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.psf-main-container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px 0px !important;
}
.psf-row {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
}
.psf-col-03 {
    width: 25%;
}
.psf-filter-show {
    margin-top: 38px;
}
.psf-cat-list-section ul.psf-cat-list {
    list-style: none !important;
    padding-left: 5px;
}
.psf-cat-list-section ul.psf-cat-list li {
    display: flex;
    align-items: start;
    margin-bottom: 17px;
}

.psf-cat-list-section ul.psf-cat-list li input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.psf-cat-list-section ul.psf-cat-list li label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: start;
}
.psf-cat-list-section ul.psf-cat-list li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1.8px solid #666;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}
.psf-cat-list-section ul.psf-cat-list li input:checked + label:after {
    content: "x";
    display: block;
    position: absolute;
    top: -2px;
    left: 4px;
    font-weight: 700;
    color: #000;
    font-size: 18px;
}
.psf-post-card{
    cursor: pointer;
    overflow: hidden;
}
.psf-post-image img {
    border-radius: unset;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 0.4s ease-in-out;
}
.psf-post-card:hover .psf-post-image img{
    transform: scale(1.2);
}
.psf-post-list-seaction .psf-post-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    align-content: flex-start;
}

.psf-post-list-seaction .psf-post-list .psf-post-col-04 {
    padding: 5px;
    width: 33.33%;
}
.psf-post-list-seaction .psf-post-list .psf-post-col-04, .psf-post-card{
    position: relative;
    overflow: hidden;
}
.psf-overlay {
    position: absolute;
    width: 100%;
    height: 50%;
    opacity: 0.8;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom,rgb(4 4 4 / 0%) 0,rgb(0 0 0 / 80%) 100%);
    z-index: 2;
}
.psf-post-image{
    aspect-ratio: 3 / 2;
    overflow: hidden;
    position: relative;
}
.psf-post-details {
    position: absolute;
    width: 100%;
    left: 0;
    top: inherit;
    z-index: 2;
    bottom: 0;
    min-height: auto;
    height: auto;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    padding: 15px;
    transition: 0.4s all ease-in-out;
}
.psf-post-title h4, .psf-post-title h4 a{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 2px;
}
.psf-post-details h5{
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 0px;
}
.psf-post-list-seaction .psf-post-list .psf-post-col-06 {
    padding: 5px;
    width: 50%;
}
.psf-filter-section .psf-filter .psf-filer-title {
    cursor: pointer;
}
.psf-filter-section .psf-filter {
    padding: 0px 320px 20px;
    position: relative;
}
.psf-filter-section .psf-filter:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #DEDFDE;
    position: absolute;
    left: 0px;
    top: 34px;
}
.psf-filter-section .psf-filter .psf-filter-show{
    display: none;
}
.psf-filter-section .psf-filter .psf-filter-show.active{
    display: block !important;
}
.psf-post-pagination ul.psf-pagination {
    list-style-type: none !important;
    padding: 0 0 23px 1em;
    line-height: 26px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.psf-post-pagination ul.psf-pagination li {
    margin: 10px;
    font-weight: 700;
    font-size: 16px;
    color: #808080;
}
.psf-post-pagination ul.psf-pagination li.active{
    cursor: pointer;
}
.psf-post-pagination ul.psf-pagination li.selected{
    color:#f8b624;
}
.psf-post-card a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
}
div.psf-pagination-section {
    text-align: center;
}
.psf-btn {
    cursor: pointer;
    outline: 0px;
    border: 1px solid #000;
    padding: 16px 26px;
    font-size: 15px;
    background: #fff;
    color: #000;
    margin-right: 20px;
    font-weight: 600;
}
.psf-btn:last-child{
    margin-right: 0px !important;
}
.psf-btn-loader .psf-filter-btn-seaction{
    display: flex;
    align-items: center;
}
.psf-list-loader{
   z-index: 1;
    width: 30px;
    height: 30px;
    margin: 0;
    border: 5px solid #d7d6d6;
    border-radius: 50%;
    border-top: 5px solid #505050;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; 
    display: inline-block;
}
.psf-filer-title h4{
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
}
.psf-cat-title h4{
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 700
}
/* post details */
.psf-post-cat.psf-col-4 {
    width: 35%;
    padding-right: 15px;
}
.psf-post-content-div.psf-col-8 {
    width: 65%;
}
.psf-post-cat-div.psf-row {
    padding: 30px 0px 50px 0px;
}

.psf-post-title-div {
    background-size: cover !important;
    width: 100%;
    height: 760px;
    overflow: hidden;
}
.psf-post-cat-details .psf-post-cat-label{
    color: #221F20;
    font-size: 16px;
    line-height: 26px;
}
.has-text-align-left{
    color: #221F20;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;   
}
.psf-post-cat-details {
    margin-bottom: 8px;
}
.psf-post-meta-details {
    position: relative;
    padding: 20px 10px 100px 30px;
}
.psf-post-project h4 {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 0px;
}
.psf-post-title h1.entry-title {
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 32px;
    line-height: 46px;
    display: inline-block;
    padding-bottom: 5px;
}
.psf-post-location h6 {
    font-weight: 400;
    color: white;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 0px;
}
.psf-post-title h1.entry-title {
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.psf-post-meta-details {
    background: #1c1c1a;
    background: linear-gradient(180deg, #1e1e1c 0%, #1a1a19cc 45%, rgb(28 28 26 / 0%) 100%);
}
div.psf-images-div {
    line-height: 0.1em;
}
.psf-post-content-div .wp-block-spacer{
    display: none;
}
a.psf-see-more {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #221F20;
    padding-left: 20px;
}
a.psf-see-more:before {
    content: '';
    width: 10px;
    height: 2px;
    background: #221F20;
    display: block;
    position: absolute;
    left: 6px;
    top: 9px;
}
a.psf-see-more:before{
    content: '';
}
.psf-label-see-more {
    width: 174px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}
.psf-label-flex{
    display: flex;
    align-items: center;
}
.psf-label-see-more.active {
    width: auto;
    display: contents;
    white-space: break-spaces;
    overflow: auto;
    text-overflow: unset;
}
.psf-label-flex.active{
    display: unset;
}
.psf-post-cat-details.psf-label-flex a:hover {
    color:#f8b624;
    text-decoration: underline;
}
@media only screen and (max-width: 1440px) {
  .psf-filter-section .psf-filter {
    padding: 0px 250px 20px;
}
}
@media only screen and (max-width: 1366px) {
  .psf-filter-section .psf-filter {
    padding: 0px 200px 20px;
}
.psf-post-title-div {
    width: 100%;
    height: 600px;
}
}
@media only screen and (max-width: 1024px) {
    .psf-filter-section .psf-filter {
        padding: 0px 20px 20px;
    }
    .psf-post-title-div {
        height: 500px;
    }
}
@media only screen and (max-width: 991px){
    .psf-post-title h4, .psf-post-title h4 a {
        font-size: 16px;
        line-height: 22px;
    }
    .psf-post-list-seaction .psf-post-list .psf-post-col-04 {
        width: 50%;
    }
}
@media only screen and (max-width: 767px){
    .psf-btn {
        padding: 10px 18px;
        margin-right: 10px;
    }
    .psf-list-loader {
        width: 22px;
        height: 22px;
        border: 4px solid #d7d6d6;
        border-top: 4px solid #505050;
    }
    .psf-filter-section .psf-filter {
        padding: 0px 10px 10px;
    }
    .psf-post-list-seaction .psf-post-list .psf-post-col-04 {
        width: 100%;
    }
    .psf-col-03 {
        width: 50%;
        padding: 5px;
    }
    .psf-cat-title h4 {
        font-size: 15px;
        line-height: 20px;
    }
    .psf-post-cat.psf-col-4 {
        width: 100%;
        padding-bottom: 30px;
    }
    .psf-post-content-div.psf-col-8 {
        width: 100%;
    }
    .psf-post-title h1.entry-title {
        font-size: 26px;
        line-height: 38px;
    }
    .psf-post-cat-div.psf-row {
        padding: 30px 0px 30px 0px;
    }
}
@media only screen and (max-width: 576px){
    .psf-post-meta-details {
        padding: 20px 10px 50px 20px;
    }
    .psf-post-title-div {
        height: 350px;
    }
    .psf-post-project h4 {
        font-size: 14px;
        line-height: 20px;
    }
    .psf-post-title h1.entry-title {
        font-size: 22px;
        line-height: 32px;
        padding-bottom: 0px;
    }
    .psf-post-location h6 {
        font-size: 15px;
        line-height: 22px;
    }
}