/*------------------------------------------------------------------ open: POST LIST ----------- */
.et_pb_blog_grid .et_pb_post {
    padding: 0;
}

.et_pb_post .et_pb_image_container {
    margin: 0;
}

.et_pb_blog_grid .et_pb_salvattore_content {
    float: left;
}

.section-list-post #btn-black {
    margin-top: 40px;
}

.section-list-post article {
    margin-bottom: 50px !important;
}

.section-list-post.section-list-post-home article {
    margin-bottom: 30px !important;
}

.section-list-post article .et_pb_image_container a {
    height: 270px;
    overflow: hidden;
}

.section-list-post.section-list-post-home article .et_pb_image_container a {
    height: 350px;
}

.section-list-post article .et_pb_image_container a img {
    transition: all 1.5s ease-in-out;
    object-fit: cover;
    height: 100%;
}

.section-list-post article:hover .et_pb_image_container a img {
    transform: scale(1.1) rotate(3deg);
}

.section-list-post article:hover .et_pb_image_container a .et_overlay,
.section-list-post article:hover .et_pb_image_container a .et_overlay::before {
    transition: all 1.5s ease-in-out;
}

.section-list-post article .entry-title {
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    margin-left: 30px;
    margin-top: -90px;
    position: relative;
    padding: 30px 15px 20px 30px;
}

.section-list-post article:hover .entry-title {
    color: #861424;
    background-color: #fcfcfc;
}

.section-list-post article .post-meta {
    margin-left: 30px;
    padding-left: 30px;
    padding-bottom: 15px;
    padding-right: 15px;
    margin-bottom: 0;
    background-color: #fff;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.section-list-post article:hover .post-meta,
.section-list-post article:hover .post-content {
    background-color: #fcfcfc;
}

.section-list-post article .post-content {
    margin-left: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 15px;
    background-color: #fff;
    position: relative;
    transition: all 0.3s ease-in-out;
}

/* pagination */
.et_pb_blog_grid .row-pagination {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.et_pb_blog_grid .row-pagination .pagination {
    text-align: center;
}

.et_pb_blog_grid .row-pagination .pagination div {
    float: none;
    display: inline-block;
}

.et_pb_blog_grid .row-pagination .pagination a {
    color: #000;
    padding: 0 30px;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
    letter-spacing: 2px;
    transition: all 0.3s ease-in-out;
}

.et_pb_blog_grid .row-pagination .pagination a:hover {
    color: #861424;
}

.et_pb_blog_grid .row-pagination .pagination .alignright a {
    border-left: 0.5px solid rgba(0, 0, 0, 0.2);
}
/* fin pagination */

/* ----------------------------------- 980px */
@media (max-width: 980px) {
    .section-list-post-home .et_pb_column {
        width: 50%;
    }
}

/* ----------------------------------- 768px */
@media (max-width: 768px) {
    .et_pb_blog_grid .et_pb_salvattore_content {
        width: 100%;
    }

    .section-list-post .et_pb_row {
        width: calc(100% - 20px);
    }

    .section-list-post .et_pb_row .et_pb_blog_grid .column {
        width: calc(50% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

    .section-list-post-home .et_pb_row .et_pb_blog_grid .column {
        width: calc(100% - 20px);
    }

    .section-list-post.section-list-post-home article {
        margin-bottom: 10px !important;
    }

    .section-list-post article .entry-title {
        margin-top: -80px;
    }

    .section-list-post article .et_pb_image_container a {
        height: 220px;
    }

    .section-list-post.section-list-post-home article .et_pb_image_container a {
        height: 250px;
    }
}

/* ----------------------------------- 767px */
@media (max-width: 767px) {
    .section-list-post .et_pb_row .et_pb_blog_grid .column {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .section-list-post article .entry-title {
        margin-top: -90px;
        padding: 20px 0 10px 20px;
    }

    .section-list-post article .et_pb_image_container a {
        height: 240px;
    }

    .section-list-post article .post-meta,
    .section-list-post article .post-content {
        padding-left: 20px !important;
    }

    .et_pb_blog_grid .row-pagination .pagination a {
        font-size: 10px;
        line-height: 10px;
    }
}

/*------------------------------------------------------------------ close: POST LIST */

/*------------------------------------------------------------------ open: POST ----------- */

.blog-categories-gwc a {
    padding: 4px 10px;
    color: #aaa;
    border: 0.5px solid #bbb;
    transition: all 0.3s ease-in-out;
}

.blog-categories-gwc a:hover {
    border-color: #666;
    color: #333;
}

.section-content-post h2 {
    position: relative;
    margin-top: 50px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    clear: both;
    max-width: 700px;
}

.section-content-post h2::after {
    content: "";
    border-bottom: 0.5px solid #000;
    display: inline-block;
    width: 20%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.section-content-post .et_pb_post_content h2 a {
    color: #000 !important;
    transition: all 0.3s ease-in-out;
}

.section-content-post .et_pb_post_content h2 a:hover {
    color: #999999 !important;
}

.section-content-post img {
    max-width: 80%;
    margin-top: 10px;
    margin-bottom: 5px;
}

.section-content-post .et_pb_post_content ul {
    padding-left: 10px !important;
    margin-bottom: 0px;
    margin-top: 5px;
    padding-bottom: 10px;
}

.section-content-post ul li {
    list-style: none;
    background-image: url(/wp-content/uploads/2020/11/guion-list.png);
    background-repeat: no-repeat;
    background-position: top 11px left;
    background-size: 3px;
    padding-left: 15px;
    margin-bottom: 20px;
    letter-spacing: 0 !important;
}

.section-content-post blockquote {
    margin: 50px 0 30px;
    padding-left: 10px;
}

.section-content-post blockquote strong {
    color: #ccc;
    font-style: normal;
}

.section-content-post .blog-categories-gwc a {
    padding: 10px 25px;
    border: 0.5px solid #000;
    transition: all 0.3s ease-in-out !important;
}

.section-content-post .blog-categories-gwc a:hover {
    background-color: #000;
}

.section-content-post .et_pb_post_content .small-button {
    background: no-repeat;
    border-radius: 0;
    margin: 40px 0 20px;
    text-shadow: none;
    color: #000 !important;
    letter-spacing: 1px;
    font-weight: 400 !important;
    font-size: 13px;
    border: 0.5px solid #000;
    box-shadow: none;
    background-image: url(/wp-content/uploads/2021/02/pdf.svg);
    background-repeat: no-repeat;
    background-position: top 17px left 20px;
    background-size: 24px;
    padding: 20px 30px 20px 65px;
    text-transform: uppercase;
}

.section-content-post .et_pb_post_content .small-button:hover {
    background-color: #f6f6f6;
    color: #000 !important;
}

.section-content-post .et_pb_post_content .fluid-width-video-wrapper {
    margin: 20px 0;
}

/*open: SHARE BUTTONS*/
.share-buttons-new p {
    text-align: right;
    text-transform: uppercase;
    font-size: 12px;
    color: #666;
}

.share-buttons-new .et-social-icons li {
    display: inline-block;
    margin-left: 15px;
    background-image: none;
}

.share-buttons-new .et-social-icons li a {
    font-size: 14px;
    opacity: 1 !important;
}
.share-buttons-new .et-social-icons {
    margin: 0 0 0 25px;
    float: right;
    margin-right: 0px !important;
}
/*close: SHARE BUTTONS*/

/* ----------------------------------- 1024px */
@media (max-width: 1024px) {
    .section-header-post .et_pb_row {
        display: block;
    }

    .section-header-post .et_pb_row .et_pb_column {
        display: block;
        width: 100%;
        margin: 0;
    }

    .section-header-post .et_pb_row .et_pb_column:first-child {
        height: 550px;
        margin-bottom: -100px;
    }

    .section-header-post .et_pb_row .et_pb_column:last-child {
        width: 90%;
        margin: 0 auto !important;
        float: none;
        background-color: #fff;
        clear: both;
        padding: 50px 50px 0;
    }

    .section-content-post {
        padding-left: 50px;
        padding-right: 50px;
    }
}

/* ----------------------------------- 768px */
@media (max-width: 768px) {
    .section-header-post .et_pb_row .et_pb_column:first-child {
        height: 400px;
        margin-bottom: -80px;
    }

    .section-header-post .et_pb_row .et_pb_column:last-child {
        padding: 30px 30px 0;
    }

    .section-content-post {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* ----------------------------------- 767px */
@media (max-width: 767px) {
    .section-header-post .et_pb_row .et_pb_column:first-child {
        height: 230px;
        margin-bottom: 0;
    }

    .section-header-post .et_pb_row .et_pb_column:last-child {
        padding: 15px 15px 0;
    }

    .section-content-post {
        padding-left: 0;
        padding-right: 0;
    }

    .section-content-post img {
        max-width: 100%;
    }

    .section-content-post h2 {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}

/*------------------------------------------------------------------ close: POST */

/*------------------------------------------------------------------ open: WEBINARS LIST ----------- */

.category-webinars .et_pb_blog_grid .et_pb_salvattore_content {
    float: left;
    width: 100%;
}

.et_pb_post .et_main_video_container {
    margin: 0;
}

.category-webinars .section-list-post article .entry-title,
.category-webinars .section-list-post article .post-meta,
.category-webinars .section-list-post article .post-content {
    z-index: 999;
}

.category-webinars .section-list-post article .entry-title {
    margin-top: -60px;
}

.category-webinars .section-list-post article a {
    cursor: pointer;
}

.category-webinars .section-list-post article .et_pb_video_play {
    font-size: 4.5rem;
    line-height: 4.5rem;
    margin-left: -2.5rem;
    margin-top: -4rem;
}

/*------------------------------------------------------------------ close: WEBINARS LIST */
