/**
* 2007-2021 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2021 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.grid .post-title.card-title a{
    color: #414141;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 5px 0 9px;
    text-transform: uppercase;
    width: 100%;
    outline: none!important;
    text-decoration: none!important;

}
.grid .post-title.card-title, .grid .post-title.card-title h5 {
    margin: 0;
}
.grid .card-text{
    font-size: 14px;
    line-height: 24px;
    color: #414141;
}



.post-thumbnail:not(.psstoreblog_img_ladyload) svg {
    display: none;
}

.psstoreblog-related-posts-home .grid {
    margin: 0 10px;
}
.psstoreblog-related-posts-home .slick-list {
    margin: 0 -7px;
}
.psstoreblog-related-posts-home {
    display: none;
}
.psstoreblog-related-posts-home.slick-initialized{
    display: block;
}
.post-thumbnail img{
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    max-width: 100%;
    width: 100%;
    display: block;
    border-radius: 5px;
}

.post-meta-info {
    color: #bfbfbf;
    display: flex;
    font-size: 14px;
    margin-top: 12px;
}
.post-meta-info > span {
    margin-right: 12px;
    display: flex;
    align-items: center;
}
.grid .card-text {
    font-size: 14px;
    line-height: 24px;
    color: #414141;
}
.post-meta-info .material-icons {
    font-size: 17px;
}
.post-likes a {
    color: inherit;
    outline: none;
    cursor: pointer;
}
.post-read-more a {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.54;
    text-align: left;
    color: #e2ae6c;
    text-decoration: none!important;
    margin-top: 10px;
    display: inline-block;
    padding-bottom: 1px;
  
}
.post-meta-info > span {
    margin-right: 12px;
    display: flex;
    align-items: center;
}
.post-likes a {
    display: flex;
    align-items: center;
}
#psstoreblog_featured_home .header_featured {
    display: flex;
    align-items: baseline;
}
#psstoreblog_featured_home .header_featured h4{
    margin-right: 1rem;
    margin-bottom: 0px;
}
.header_stories, .header_featured{
    margin-top: 3rem;
}

.grid a{
text-decoration: none;
}

@media (max-width: 767px) {
    .slick-prev, .slick-next{
       display: none !important;
    }

}

.list-block-blog-mobile {
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
    overflow-x: scroll;
    overflow-y: hidden;
    touch-action: auto;
}
.list-block-blog-mobile::-webkit-scrollbar {
    width: 0;
}
@media (max-width: 500px) {
    .psstoreblog-related-posts-home .grid {
        margin: 0;
    }
}
@media (max-width: 991.98px) {
    .grid .post-title.card-title a {
        font-size: 11px;
        line-height: 15px;
    }
    .view-all-link a {
        line-height: 14px;
        padding: .5rem .8em;
    }

}