/**
                        * 2008 - 2020 (c) Prestablog
                        *
                        * MODULE PrestaBlog
                        *
                        * @author    Prestablog
                        * @copyright Copyright (c) permanent, Prestablog
                        * @license   Commercial
*/
#blog_list_1-7{
    float:none;
}
h1#prestablog_home{
    display:none;
}
#blog_list_1-7 .block_cont{
    border:0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position:relative;
}
#blog_list_1-7 li:hover .block_cont{
    box-shadow:none;
}
#blog_list_1-7 .prestablog_more{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    background-color: transparent!important;
}
#blog_list_1-7 .prestablog_more .blog_link{
    font-size: 14.94377px;
    font-weight: 800;
    padding: 0 0 0 20px;
    height: auto;
}
#blog_list_1-7 .prestablog_more a.comments{
    display:none;
}
#blog_list_1-7 .blog-grid .block_bas{
    padding: 0 20px 10px 20px;
}
#blog_list_1-7 .blog-grid .block_bas h3 > .date_blog-cat{
    display:none;
}
#blog_list_1-7 .prestablog_more .blog_link .material-icons{
    display:none;
}
#blog_list_1-7 h3, #blog_list_1-7 .h3title{
    font-style: italic;
    font-weight: 800;
}
#prestablogfront, .prestablogExtra{
    border: 0;
}
time.date, .info_blog{
    display: none;
}
#prestablogfront h1{
    padding: 3rem 2rem 1rem;
    text-align: center;
    font-weight: 800;
    color: #0077c0;
}
#prestablogfront h1, 
#prestablogfront h2, 
#prestablogfront h3, 
#prestablogfront h4, 
#prestablogfront h5, 
#prestablogfront h6, 
#prestablogauthor h1, 
#prestablogauthor h2, 
#prestablogauthor .prestablogtitle{
    border: 0;
    text-align: initial;
    color: #0077c0;
}
#prestablog_menu_cat nav ul li a{
    font-style: italic;
    font-weight: 800;
    font-size: 11px;
}
#blog_product_linked{
    float:none;
    background-color: #FFF;
    border:0;
}
#blog_product_linked .prestablogtitle {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #110707;
    color: #000;
    margin: 0 auto 10px;
    padding-bottom: 10px;
}
a .productslinks img{
    border:0!important;
}
.productslinks{
    max-width: 222px;
    min-height: 227px;
    border: 1px solid #ededed;
    margin-left: 5px;
    margin-right: 5px;
}
a .wrap_blog div .product_name_blog{
    height: 217px;
}
@media screen and (min-width:1366px){
    #blog_list_1-7 h3, #blog_list_1-7 .h3title{
        font-size: 23.56386px;
    }
    #blog_list_1-7 p, .date_blog-cat{
        font-size: 14.00928px;
    }
    #prestablogfront h1{
        font-size: 50.62329px;
    }
}
@media (min-width: 768px) and (max-width: 1366px){
    #blog_list_1-7 h3, #blog_list_1-7 .h3title{
        font-size: calc(20.12642px + 3.43744 * ((100vw - 768px) / 598));
    }
    #blog_list_1-7 p, .date_blog-cat{
        font-size: calc(13.73431px + .27497 * ((100vw - 768px) / 598));
    }
}