/*
Theme Name: nutrimarketing
Version: 1.0
Description: A child theme of Bootstrap Basic4
Template: bootstrap-basic4
Author: Administrator
*/
@import url("../bootstrap-basic4/style.css");
/* Your awesome customization starts here */

.postcontent .post-timeline .entry-timeline {

    font-size: 19px !important;
}

.aside {

    width: 18%;
    float: right;
    padding: 0;
}

.list-cats {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-cats li {
    border-bottom: 1px solid #1ABC9C;
    padding: 1rem 0;
}
.cat-name{
    color:#1ABC9C;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
