/* put here your custom css styles */
blockquote
{
	padding-left: 25px;
	color: #25282A;
	font-size: 27px;
	font-family: 'Roboto';
	font-weight: bold;
	line-height: 120%;
	background: #F0F0F0 url("images/icons/other/dark_bg/quote_content.png") no-repeat 20px 20px;
	padding: 50px 20px 20px;
}
.style_2 .search_form .search_submit,
.style_3 .search_form .search_submit
{
	background-image: url("images/icons/other/dark_bg/header_search.png");
}
.post.single .post_image blockquote
{
	position: absolute;
	bottom: 0;
	background-image: url("images/icons/other/dark_bg/quote_image.png");
	background-color: rgba(0,0,0,0.5);
	background-position: 20px 20px;
	color: #FFF;
}
body li.detail.category
{
	background-image: url("images/icons/other/dark_bg/post_category.png");
}	
.detail.date
{
	background-image: url("images/icons/other/dark_bg/post_date.png");
}
.detail.author
{
	background-image: url("images/icons/other/dark_bg/post_author.png");
}
.detail.views
{
	background-image: url("images/icons/other/dark_bg/post_views.png");
}
.detail.comments
{
	background-image: url("images/icons/other/dark_bg/post_comments.png");
}
.post.single .text ul li,
.single_page ul li,
.wpb_text_column ul li
{
	background: url("images/icons/other/dark_bg/bullet_style_1.png") left 12px no-repeat;
	padding-left: 15px;
}
.taxonomies.tags
{
	padding-left: 35px;
	background: url("images/icons/other/dark_bg/post_footer_tags.png") no-repeat left center;
}
.taxonomies.categories
{
	padding-left: 35px;
	background: url("images/icons/other/dark_bg/post_footer_category.png") no-repeat left center;
}
#comments_list .children  .comment .parent_arrow
{
	float: left;
	width: 10px;
	height: 16px;
	margin-right: 20px;
	background: url("images/icons/other/dark_bg/comment_reply.png") no-repeat;
}
.bullet.style_1
{
	background-image: url("images/icons/other/dark_bg/bullet_style_1.png");
	padding-left: 15px;
}
.bullet.style_2
{
	background-image: url("images/icons/other/dark_bg/bullet_style_2.png");
}
.bullet.style_3
{
	background-image: url("images/icons/other/dark_bg/bullet_style_3.png");
}
.bullet.style_4
{
	background-image: url("images/icons/other/dark_bg/bullet_style_4.png");
}
.pr_preloader
{
	display: block;
	height: auto;
	min-height: 100px;
	background: url('images/icons/other/dark_bg/preloader.gif') no-repeat center center;
}
.item_content .not_found
{
	width: 110px;
	height: 110px;
	background-image: url("images/icons/other/dark_bg/404.png");
}
.search_form .search_submit
{
	display: block;
	float: right;
	width: 30px;
	height: 46px;
	padding: 0 22px;
	background: url("images/icons/other/dark_bg/dark_bg/header_search.png") 0 0 no-repeat;
	border: none;
	cursor: pointer;
}
body div.pp_default .pp_close
{
	margin-top: 8px;
	background: url("images/icons/other/dark_bg/close.png") 0 0 no-repeat;
}
.divider.subheader_arrow
{
	width: 20px;
	height: 30px;
	background: url("images/icons/other/dark_bg/subheader_arrow.png") no-repeat 0 0;
}