/**
 * 2008 - 2020 (c) Prestablog
 *
 * MODULE PrestaBlog
 *
 * @author    Prestablog
 * @copyright Copyright (c) permanent, Prestablog
 * @license   Commercial
 */

/* #displayNav1 */
/*
#header .header-nav #displayNav1 {
    margin-top: 0.9375rem;
    float: left;
    margin-right: 10px;
}
*/

/* #displayNav2 */
#blog_product_linked .imgm.img-thumbnail{
/*    width: 75%;
    max-width: 250px;*/
    border: none;
}
#blog_product_linked .product-name{
    padding-left: 10px;
    padding-right: 10px;
}
#header .header-nav #_prestablog_index div {
	margin-left: 2.5rem;
	margin-top: 0.9375rem;
	text-align: right;
	white-space: nowrap;
}
#module-prestablog-blog .left-categories.column-block.md-bottom,
#module-prestablog-blog #giftcard_block,
#module-prestablog-blog .block-faq-left-column,
#module-prestablog-blog #reward_facebook_block_column
{
    display: none;
}
#module-prestablog-blog .block_top:hover .image {
    opacity: 0.3;
}
#module-prestablog-blog .text_image {
    backface-visibility: hidden;
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
#module-prestablog-blog .block_top:hover .text_image {
    opacity: 1;
}
#module-prestablog-blog .read_article {
    backface-visibility: hidden;
    background-color: #748e2e;
    color: white;
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 5px;
}
#module-prestablog-blog .block_cont{
    border-radius: 5px;    
}
#prestablog_article{
    max-width: 85%;
}