/*------------------------------------------------------------------

[Table of contents]

1.	Text color
	Links
	Main navigation hover
	Logo text
	Copyright hover
	Pullquotes
	BLockquotes
	Counter numbers
2.	Background color
	Category link
	Widget tags hover
	Review line
	Post share button
3.	Border color
	Main navigation underline
	Category outline
	Left border for block titles
	Triangle for category icon
	Thumnbnail slider underline
	Blockquiote
	404 Back link
4.	Rating stars color

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    1. Text color
-------------------------------------------------------------------*/
.cs-post-single-title .post_meta span a:hover,
a,
#top_nav .top_nav > li > a:hover,
#logo_brand h1#cs-site-title span,
#cs-copyright a:hover,
.cs-post-category-empty a,
.post_item .post_info h3 a:hover,
.pullquotes,
blockquote.alt i,
blockquote footer strong,
.cs-countdown-number,
.foot_list li a:hover {
	color: #1d96e2
}

/*------------------------------------------------------------------
    2. Background color
-------------------------------------------------------------------*/
.cs-post-category-solid a,
.widget_tag_cloud .tagcloud a:hover,
#footer .widget_tag_cloud .tagcloud a:hover,
.cs-review-score-line-active,
.comment-reply-link:hover,.comment-edit-link:hover,
.send_btn, .breaking_title,
#login-reg span{
	background-color: #1d96e2
}

/*------------------------------------------------------------------
    3. Border color
-------------------------------------------------------------------*/
#main_nav .main_nav > li.current-post-ancestor > a,
#main_nav .main_nav > li.current-menu-item > a,
#main_nav .main_nav > li:hover > a,
.post_cat_border a,
.post_title,
.post_item .cs-post-category-icon,
.cs-thumbnail-slider .cs-gallery-thumbs .swiper-slide-active,
blockquote,
.page_404-back-link,
#sign form input:focus{
	border-color: #1d96e2
}
/*------------------------------------------------------------------
    4. Rating stars color
-------------------------------------------------------------------*/
.post_meta-rating span:before {
	color: #1d96e2
}