/*!*********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/p7-posts-list/style.css ***!
  \*********************************************************************************************************************************************************************************/
.p7-posts-list-frontend, .wp-block-p7-p7-posts-list {
    width: 100%;
    max-width: 100% !important;
}

.p7-posts-list-filters {
    display: flex;
    justify-content: space-between;
    padding: 40px 0px;
}
@media screen and (max-width: 767px){
    .p7-posts-list-filters {
        flex-direction: column;
        gap: 30px;
    }
}
.p7-posts-list-frontend .posts-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 80px 40px;
}
@media screen and (max-width: 1024px) and (min-width: 767px){
    .p7-posts-list-frontend .posts-items {

        grid-template-columns: 1fr 1fr;
        grid-gap: 40px 20px;
    }
}
@media screen and (max-width: 767px){
    .p7-posts-list-frontend .posts-items {

        grid-template-columns: 1fr;
        grid-gap: 30px 20px;
    }
} 
.p7-posts-list-frontend .p7-post-item .p7-img-wrapper{
    padding-bottom: 71%;
    width: 100%;
    position: relative;
} 
.p7-posts-list-frontend .p7-post-item img {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
}

.p7-posts-list-frontend .p7-post-item .p7-post-meta-tags {
    font-size: 17px;
    line-height: 35px;
    font-family: "montserrat", sans-serif;
    color: #000;
    margin-top: 15px;
    font-style: italic;
}

.p7-posts-list-frontend .p7-post-item a {
    text-decoration: none;
}

.p7-posts-list-frontend .p7-post-item h3 {
    text-decoration: underline;
    font-family: 'Akrobat', sans-serif;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 1px;
    color: rgba(182, 145, 33, 0.8);
    margin: 15px 0px 0px;
}

.p7-posts-list-frontend .p7-post-item:hover h3 {
    color: #236d9f;
}

.p7-posts-list-frontend .p7-post-item a:focus,
.p7-posts-list-frontend .posts-categories a:focus {
    outline: none !important;
}

.p7-posts-list-frontend .pagination-prev.hide,
.p7-posts-list-frontend .pagination-next.hide {
    display: none;
}

.p7-posts-list-frontend .posts-pagination {
    text-align: center;
    margin: 60px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

.p7-posts-list-frontend .posts-pagination a {
    text-decoration: none;
    font-size: 16px;
    line-height: 35px;
    font-family: "Akrobat", sans-serif;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    color: #000;
    margin: 0 !important;
    opacity: 1;
    padding: 0px 12px;
}

.p7-posts-list-frontend .posts-pagination a:hover {
    opacity: 0.8;
}

.p7-posts-list-frontend .posts-pagination a.active {
    background-color: #e9e9e9;
}

.p7-posts-list-frontend .pagination-prev,
.p7-posts-list-frontend .pagination-next {
    color: #0c3554 !important;
    text-transform: uppercase;
}

.p7-posts-list-frontend label.sr-only {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.p7-posts-list-frontend input.posts-search {
    background-color: #e9e9e9;
    border: none;
    padding: 11px 10px 11px 40px !important;
    font-weight: 400;
    color: #000;
    font-size: 14px;
    width: 100%;
    font-family: montserrat, sans-serif;
    line-height: normal;
}

.p7-posts-list-frontend input.posts-search::-moz-placeholder {
    color: #7c7e7c;
}

.p7-posts-list-frontend input.posts-search::placeholder,
.p7-posts-list-frontendinput.posts-search::-moz-placeholder,
.p7-posts-list-frontend input.posts-search::-webkit-input-placeholder {
    color: #7c7e7c;
}

.p7-posts-list-frontend .p7-input-group {
    position: relative;
    min-width: 280px;
    display: flex;
}

.p7-posts-list-frontend .p7-input-group svg {
    width: 30px;
    height: 20px;
    position: absolute;
    left: 5px;
    top: 0px;
    transform-origin: 0 0;
    transform: translate(0%, 50%);
}

.p7-posts-list-frontend .posts-categories {
    display: flex;
    align-items: center;
    gap: 30px;
}
@media screen and (max-width: 767px){
    .p7-posts-list-frontend .posts-categories {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
}
.p7-posts-list-frontend .posts-categories a {
    font-family: "Akrobat-SemiBold", sans-serif;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

.p7-posts-list-frontend .posts-categories a:hover,
.p7-posts-list-frontend .posts-categories a.active {
    color: #b69121;
    text-decoration: underline;
}

/*# sourceMappingURL=style-index.css.map*/