/** custom css for SimpleBlog **/
/* pagination publicacion individual post blog*/

.blog-mb {
    text-align: center;
}



/* Home Layuout */
.simpleblog__listing {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.simpleblog__listing__post__wrapper__footer__block {
    padding: 0px;
    text-align: end;
}

.short_description_blog a {
    color: #0282c8 !important;
    margin-bottom: 0px !important;

}
@media (max-width: 767px){
    .short_description_blog a {
        margin-right: 40px;
    }
}
.simpleblog__listing__post__wrapper__footer__block {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.blog_date_and_short_descrption {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: auto;
    padding: 10px;
    font-size: 17px;
    font-family: "Poppins";
    font-weight: 600;
    margin-bottom: 0;
}

.blog_date_and_short_descrption {
    display: block;
}

.style_headline_blog {
    font-size: 20px;
    font-family: "Poppins";
    font-weight: 600;
    text-align: center;
}

.style_time_blog {
    color: #00000078;
    font-weight: 500;
}

.simpleblog__listing__post .cardblog {
    border-radius: 15px !important;
    background: #ffffff;
    display: flex;
    flex-direction: column;
}

.cardblog > a {
    display: block;
}


.simpleblog__listing__post .cardblog .card-block{
    padding: 10px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.simpleblog__listing__post__wrapper__footer.card-footer.py-0 {
    border: none;
}
.cardblog .img-fluid.photo{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
/* pagination */

.style_pagination_blog {
    display: flex;
    justify-content: center;
}

.simpleblog__listing__post {
    display: flex;
    justify-content: center;
}

.style_pagination_blog li {
    border-radius: 50px;
    background: #0282c8;
    margin: 10px !important;
}
/* Estilos cuando está activo (por clic) */
.style_pagination_blog li.current_blog{
    background-color: transparent;
    border-color: #0282c8;
    color: #0282c8!important;
}
.style_pagination_blog li.current_blog:hover{
    border-color: #0282c8 !important;

}

.style_pagination_blog li:hover{
    border-color: antiquewhite!important;
}

.style_pagination_blog li a,
.page-list.style_pagination_blog .spacer {
    color: #ffffff !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}
a.pagination_blog.disabled {
    color: #0282c8!important;
}



@media (max-width: 767px) {
    .style_pagination_blog li a,
    .page-list.style_pagination_blog .spacer {
        width: 45px;
        height: 45px;
    }
    .style_pagination_blog li {
        margin: 5px !important;
    }
}

/* background page */
#module-ph_simpleblog-list #wrapper {
    background: #ececec;
}
#module-ph_simpleblog-page {
    background: #ececec;
}

@media screen and (max-width: 768px) {
    .simpleblog__listing__post__wrapper__footer__block {
        padding: 0px;
        text-align: center;
    }
}
/* single post blog*/

body#module-ph_simpleblog-single #inner-wrapper {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.blog_single_header {
    padding-top: 260px;
    padding-bottom: 60px;
    position: relative;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

.blog_single_header:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.65);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}

.blog_single_header .h1 {
    color: #ffffff;
    z-index: 5;
    position: relative;
    max-width: 700px;
}

.simpleblog__postInfo {
    display: flex;
    justify-content: space-between;
}

.simpleblog__share ul {
    justify-content: center;
}

.tittle_socialmedia {

    font-size: 30px;
    font-weight: 700;
    font-family: Poppins;
    color: #0282c8;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
}


.simpleblog__postInfo.container {
    font-size: 14px;
    font-weight: 600;
    font-family: Poppins;
    color: #00000040;
    margin-top: 20px;
    padding: 0px 0px 5px;
    border-bottom: 1px solid #00000040;
    line-height: 21px;

}
.single_blog_category a {
    font-size: 14px !important;
}

.btn-blog-social {
    box-shadow: none !important;
    font-size: 30px !important;
    padding: 4px !important;
}
a.blog_category_style {
    color: #0282c8 !important;
    font-size: 18px;
    font-weight: 600;
}

.icons_socialmedia_blog {
    display: flex;
    justify-content: center;
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .simpleblog__post.blog-mb.container {
        margin-top: 10px !important;
    }
    .simpleblog__postInfo.container {
        font-size: 12px !important;
        padding-left: 10px;
        padding-right: 10px;
    }

    a.blog_category_style {
        font-size: 12px !important;
    }
}

/* single post text */

span.tittle_simple_blog_salter {
    display: flex;
}