
body {
	font-family: ;
}

.menu_block, .post_item_inf:before, footer .back_top, 
#comment_form .contact_btn, #comment_form input[type="submit"],
.search_form input.search_btn:hover {
	background-color:rgba(0, 0, 0, 1) !important;
}
.view_all_posts {
	border: 2px solid rgba(0, 0, 0, 1) !important;
}

/**** Color Hover ****/
.post_item:hover .post_item_content a.post_title {color:rgba(0, 0, 0, 1) !important;}
.view_all_posts:hover {
	color:#fff;
	background: rgba(0, 0, 0, 1) !important;
}

/**** Color Single, Sidebar, Category ****/

.blog_post:hover .blog_post_title, .blog_post_info li a:hover,
.single_blog_post_info li a:hover, .blog_post .read_more_btn:hover, 
.single_blog_post_date {color:rgba(0, 0, 0, 1) !important;}

.search_form input:focus {border-color: rgba(0, 0, 0, 1) !important;}

/**** Color Footer ****/
footer {
	background-color:rgba(0, 0, 0, 1) !important;
}

footer .footer_phone a, footer .footer_phone p, footer .copyright {
	color:  !important;
}























