/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
@media only screen and (max-width: 768px) {
.t-entry-excerpt.text-lead {
    display: none;
}
}
.t-entry-excerpt.text-lead {
    max-width: 550px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.menu-light .menu-smart > li.active > a, .menu-light .menu-smart > li a.active, .menu-light .menu-smart > li.current-menu-ancestor > a, .menu-light .menu-smart > li.current-menu-item:not(.menu-item-type-custom) > a {
    color: #888888;
}