/**
 * Theme Name: Child Theme for Blog
 * Description: Child Theme for Blog
 * Theme URI: #
 * Author: #
 * Author URI: #
 * Template: vw-hospital-lite
 * Version: 1.0.0
 */
 
/* ----------------------------------------------------------------------------
 * Child Theme Style.css styles begin here!
 * ------------------------------------------------------------------------- */

.content-vw p{
	color: #212529;
	margin: 0 0 10px 0;
	line-height: 1.7;
 }
 .content-vw ul {
    list-style: disc;
 	margin: 0 0 10px 15px;
}
 .content-vw ul li {
    padding: 5px;
	line-height: 1.7;
}
.widget_recent_entries ul,
.widget_nav_menu ul {
    list-style: none;
}

.logo.col-md-12 {
	text-align: center;
}