/**
* 2007-2020 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-2020 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.
*/
.dbsemantics {
    margin-top: 2rem;
}
.dbsemantics__title {
    font-size: 18px;
    font-weight: 600;
    color: #232323;
    margin-bottom: 25px;
}
.dbsemantics__postimg {
    background-color: #FFF;
    /*padding: 15px;*/
    margin-bottom: 30px;
    /* box-shadow: 0 0 8px 0 rgba(0,0,0,.2); */
}
.dbsemantics__postimg img {
    width: 100%;
    height: 225px;
    margin: 0 auto;
    display: block;
}
.dbsemantics__postimg .name {
    text-align: left;
    padding: 15px;
    color: #333;
    font-weight: 400;
}
.dbsemantics__posts {

}
.dbsemantics__posts .name {
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    
}
.dbsemantics .more_posts:nth-child(3n){
    clear: both;
}
.dbsemantics .name.list_category {
    padding: 10px;
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 10px;
    margin-bottom: 10px;
    color: #232323;
}
.dbsemantics .name.list_category > i {
    float: right;
}

.little_list .dbsemantics__postimg {
    box-shadow: none;
}
.little_list .dbsemantics__postimg img {
    width: 65px;
    max-height: 40px;
    float: left;
    margin-right: 15px;
}
.little_list .dbsemantics__postimg {
    padding: 15px;
    border: 1px solid #cccccc;
    border-radius: 10px;
}
.little_list .dbsemantics__postimg .name {
    padding: 10px;
    margin-bottom: 0;
}
.little_list:nth-child(2n+1) {
    clear: both;
}

@media (max-width: 767px) {
    .dbsemantics__postimg img {
        width: 100%;
        height: auto;
    }
}