.container.no-border:before {
    display: none;
}

.posts-header > img {
    object-fit: cover;
    min-height: 250px;
}

.posts-header {
    position: relative;
}

.posts-header .container h1 {
    color: #fff;
    font-size: 3em;
    margin-bottom: 12px;
}

.posts-header .container .entry-content {
    font-size: 1.5em;
    font-weight: 600;
}

.posts-header .container:before {
    display: none;
}

.posts-header .container {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    color: #fff;
    padding-top: 0 !important;
    padding-bottom: 17px;
}

.posts-tiles {
    width: calc(100% + 30px);
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

.posts-tiles .post-tile .tile-content h3 {
    font-size: 1.5em;
    color: #000;
    font-weight: 600;
    line-height: 1.2em;
}

.posts-tiles .post-tile .tile-content h3:hover {
    text-decoration: underline;
}

.posts-tiles .post-tile .btpostdiv {
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.posts-tiles .post-tile .post-date {
    display: inline-block;
    background: #F3F3F3;
    padding: 10px 17px;
    font-weight: 600;
    color: #000;
    margin-top: 8px;
    margin-bottom: 15px;
}

.posts-tiles .post-tile .tile-content .button {
    display: inline-block;
    background: #252869;
    color: #fff;
    padding: 11px 20px;
    margin-top: 18px;
    transition: 0.3s;
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.posts-tiles .post-tile .tile-content .button img {
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.posts-tiles .post-tile .tile-content .button:hover {
    background: #000;
}

.posts-tiles .post-tile .tile-content {
    padding: 20px 20px 80px 20px;
    flex: 1;
    position: relative;
}

.posts-tiles .post-tile .image {
    height: 262px;
    overflow: hidden;
    position: relative;
}

.posts-tiles .post-tile .image img {
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    max-width: 120%;
}

.posts-tiles .post-tile {
    width: calc(33.333% - 30px);
    margin: 0 15px 30px 15px;
    background: #FFFFFF;
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.07);
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.posts-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
}

.posts-pagination a {
    margin: 5px;
    display: inline-block;
    border: 2px solid #252869;
    background: #fff;
    color: #252869;
    padding: 10px 20px;
    margin-top: 18px;
    transition: 0.3s;
    font-weight: 600;
    font-size: 1.1em;
}

.posts-pagination a:hover {
    background: #252869;
    color: #fff;
}

.single-post h1.entry-title {
    font-size: 3em;
}

.single-post h1.entry-title {
    font-size: 2em;
}

@media (min-width: 768px) {
    .single-post p {
        font-size: 1.2em;
        line-height: 1.5em;
    }
}

.single-post h1.products-title {
    letter-spacing: -0.5px;
    color: #000;
    font-size: 2.4em;
}
.single-post .et_pb_blog_grid .et_pb_salvattore_content {
    width: calc(100% + 30px);
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.single-post .et_pb_blog_grid .column .button {
    display: inline-block;
    background: #252869;
    color: #fff;
    padding: 11px 20px;
    margin-top: 18px;
    transition: 0.3s;
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.single-post .pagination {
    display: none;
}
.single-post .et_pb_blog_grid .column .button img {
    margin-right: 10px;
    position: relative;
    top: -3px;
}
.single-post .et_pb_blog_grid .column .post-meta .published {
    display: inline-block;
    background: #F3F3F3;
    padding: 8px 17px;
    font-weight: 600;
    color: #000;
    margin-top: 0;
    margin-bottom: 15px;
}
.single-post .et_pb_blog_grid .column .et_pb_image_container {
    margin-bottom: -10px !important;
}
.single-post .et_pb_blog_grid .column .entry-title:hover {
    text-decoration: underline;
}
.single-post .et_pb_blog_grid .column .post-content-inner p {
    font-size: 14px;
    line-height: 1.6em;
    color: #000;
}
.single-post .et_pb_blog_grid .column .entry-title {
    margin-top: 0;
    font-size: 1.5em !important;
    color: #000;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.single-post .et_pb_blog_grid .column article {
    position: relative;
    padding-bottom: 80px;
}
.single-post .et_pb_blog_grid .column {
    width: calc(33.333% - 30px) !important;
    margin: 0 15px 30px 15px !important;
    background: #FFFFFF;
    display: flex;
}
.single-post {
    color: #000;
}

.single-post h2 {
    color: #000;
    font-size: 2.3em;
    margin-top: 50px;
    margin-bottom: 16px;
}

.single-post h3{
    color: #000;
    font-size: 1.8em;
    margin-top: 35px;
    margin-bottom: 15px;
}

.et_pb_title_meta_container .published {
    display: inline-block;
    color: #fff;
    background: #252869;
    padding: 14px 18px;
    font-size: 1.2em;
    margin-top: 15px;
}

@media (max-width: 1200px) {
    .posts-tiles .post-tile, .single-post .et_pb_blog_grid .column {
        width: calc(50% - 30px) !important;
        flex-wrap: wrap;
    }
}

@media (max-width: 600px) {
    .single-post h3 {
        font-size: 1.5em;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .single-post h2 {
        font-size: 1.8em;
    }
    .single-post h1.products-title {
        font-size: 1.8em;
    }
    .single-post h1.entry-title {
        font-size: 2em !important;
    }
    .et_pb_title_meta_container .published {
        padding: 8px 15px;
        font-size: 1em;
    }
    .posts-tiles .post-tile, .single-post .et_pb_blog_grid .column {
        width: calc(100% - 30px) !important;
    }

    .posts-header .container h1 {
        font-size: 2.2em;
    }

    .posts-header .container .entry-content {
        font-size: 1.2em;
        line-height: 1.3em;
    }
}

/*.post-head:before {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.5);
}*/
.post-head {
    position: relative;
    margin-bottom: 10px;
    height: 345px;
    overflow: hidden;
}

.post-head img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    z-index: 0;
    width: 100%;
}

.post-head .container h1 {
    color: #fff;
    line-height: 1.4em;
    font-size: 3em;
}
.post-head .container:before {
    display: none;
}
.post-head .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0 !important;
    position: relative;
    z-index: 1;
}

.single-post .et_builder_inner_content > .et_pb_section_0_tb_body {
    padding-top: 0;
}
