/**
* 2008 - 2019 (c) Prestablog
*
* MODULE PrestaBlog
*
* @author    Prestablog
* @copyright Copyright (c) permanent, Prestablog
* @license   Commercial
* @version    4.3.1
*/
#content-wrapper > h1,
.navbar-toggler {
    display: none;
}
#left-column {
    margin-top: 10px;
}
.block-categories .title_block,
.block-categories .link_block {
    color: #0b4775;
}
.block-categories .category-sub-menu li > a {
    padding-left: 10px;
}
#module-prestablog-blog .row.ap_container {
    max-width: 890px;
    margin: 0 auto;
}
.blog_partner #custom_blog {
    max-width: 1100px;
    margin: 50px auto;
}
.blog_partner .block_bas {
    padding: 20px 0 10px !important;
}
.blog_partner .block_bas h3 a {
    display: block;
    width: 100%;
}
.blog_partner .date_blog-cat {
    font-size: 1.5rem;
}
.blog_partner #custom_blog .block_top {
    overflow: hidden;
}
.blog_partner #custom_blog li:hover img {
    transform: scale(1.1);
}
.date_blog-cat {
    color: #000;
}
.blog-grid:hover {

    display: block;
}
#blog_list_1-7 li:hover .block_cont {
    box-shadow: unset;
}
#blog_list_1-7 li:hover {
    transition: all .3s ease-in;
}
#blog_list_1-7 li:hover .block_cont .block_top {
    padding: unset;
}
#blog_list_1-7 li:hover .block_cont .block_bas {
    padding-top: 20px;
}
#blog_list_1-7 h3 {
    font-size: 2rem !important;
    line-height: 20px;
    min-height: 85px;
}
#blog_list_1-7 li:hover .block_bas h3 a,
.block-categories .category-sub-menu li > a:hover {
    color: #00afc7 !important;
}
#blog_list_1-7 .prestablog_more {
    background-color: transparent;
}
li .prestablog_more .blog_link {
    position: relative;
    text-align: center;
    width: 100%;
    border: 1px solid #43c0b4;
    background: #43c0b4;
    z-index: 1;
}
li .prestablog_more .blog_link::after {
    background: var(--color-open-blue);
    content: '';
    position: absolute;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0, 0.3);
    transition: all 0.3s cubic-bezier(0, 0, 0, 0.3);
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    border: 1px solid #43c0b4;
    text-decoration: none;
}
li.blog-grid:hover .prestablog_more .blog_link {
    border: 1px solid var(--color-open-blue);
}
li.blog-grid:hover .prestablog_more .blog_link::after {
    border-color: var(--color-open-blue);
    z-index: -1;
    width: 100%;
}
article#prestablogfront {
    display: flex;
    flex-direction: column;
}
article#prestablogfront h1 {
    font-size: 2.5rem;
    text-align: left;
    color: #0c4675;
    border: 0;
    overflow: visible;
    margin: 0 0 10px;
    padding: 0;
    order: 1;
}
article#prestablogfront .info_blog {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 25px;
    order: 2;
}
article#prestablogfront img {
    width: 100%;
    order: 3;
    margin-bottom: 25px;
}
div#prestablogfont {
    order: 4;
}
div#prestablogfont p {
    font-size: 2rem;
    line-height: 26px;
    margin-bottom: 15px;
}

#blog_list_1-7 .block_cont,
#prestablogfront{
    border:0 solid #DADADA;
}
img.lastlisteimg {
    width: 100%;
}
.share_post {
    color: #0c4675;
    font-weight: 600;
}
.soc-buttons.large-format li a {
    padding: 5% !important;
    font-size: 12px;
}
.soc-buttons.large-format li a .soc-icon svg {
    width: 15px;
}
