/* Sidebar */
.widget-title, 
#sidebar h4 { 
	font-family: 'open_sansregular' !important; 
	font-size: 20px; 
	text-align: center; 
	border: none; 
}

/* Search */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="email"]:focus {
	background-color: #fff;
	border: 2px solid #47a4b6;
	border-radius: 0;
	box-sizing: border-box;
	color: #47a4b6 !important;
	display: block;
	font-style: normal;
	line-height: 1.2;
	margin: 0 0 20px;
	outline: medium none;
	padding: 8px;
	width: 100%;
}

/* Blog Categories */
.widget_categories ul { 
	list-style: none; 
	text-align: center; 
}
.widget_categories li:before {
    content: none;
    float: none;
    padding: 0;
}
.widget_categories li {
    display: block;
    padding: 0;
	text-transform: uppercase;
}