/*   www/themes/furniture/assets/css */

/* Uniform spacing between blog posts */
.ybc_block_latest_item {
    min-height: 160px !important;
}

/* Remove extra invisible spacing caused by <p> or meta areas */
.ybc_block_latest_item p,
.ybc_block_latest_item .ybc-blog-sidear-post-meta {
    margin-bottom: 12px !important;
}

/*
p ul li .ybc-blog-list > li:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4){
	color: #696969;
}


a {
    text-decoration: underline;
    color: #696969;   
}

a:hover {
    color: #343a4b;   
    text-decoration: underline;
}

a:active {
    color: #343a4b;
}

h1 h2 h3 h4 h5 h6 h7 h8 {
	color: #343a4b;
	text-decoration: none;
}
*/

body, 
.text-muted,
.form-control,
.text-secondary,
.small {
    color: #333 !important;
}

a, h1, h2, h3, h4, h5, h6 {
	color: #343a4b;
}
