/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

li.meta-author {
    visibility: hidden;
	display: none
}

li.meta-date {
    visibility: hidden;
	display: none
}

/*
a.btn.btn-color-primary.btn-size-small {
    display: none;
}
*/

/* Los elementos con esta clase no tendrán una anchura del 100% y podrán agruparse en una sola fila */
.width-auto
{
    width: auto!important;
}