/*------------------TEXT COLORS-------------------*/
.site-title a,
#site-navigation ul li a,
.read-more,
#featured-story .featured-contents .title h3:hover,
.entry-meta a,
.nav-previous a, 
.nav-next a,
a,
.fa-chevron-circle-up:before,
#colophon .site-info a:hover,
#colophon .site-info a:focus,
#featured-content .cat-links a {
  color: #347FE1;
}

/*------------------TEXT HOVER COLORS-------------------*/

#top-navigation li.current-menu-item > a, 
#top-navigation ul li.current_page_item > a,
#top-navigation ul li a:hover,
#site-navigation ul li.current-menu-item > a,
#site-navigation ul li:hover > a,
.entry-meta a:hover,
#top-navigation ul li:hover > a,
#featured-content .cat-links:hover a {
	color: #333;
}
#top-navigation ul li a:hover,
#top-navigation ul.sub-menu li:hover > a {
	color: #fff;
}
/*------------------BACKGROUND COLORS-------------------*/
#site-top-bar,
.widget-title,
.breaking-news-inner,
.breaking-title,
#featured-content .owl-prev, 
#featured-content .owl-next,
#main-slider .pager-box.cycle-pager-active,
.bg-blue,
.searchform .search-submit,
.controls .fa,
.cat-links i, 
.tags-links i, 
.comments-link i,
.nav-previous a:after,
.comments-title,
.comment-reply-link,
.comment-reply-title,
input[type="submit"],
.nav-next a::after {
	background-color: #347FE1;
}

/*------------------BACKGROUND COLOR WITH LESS OPACITY-------------------*/
#main-slider .cycle-caption,
.overlay-red {
	background-color: rgba(52, 127, 225, 0.7);
}

/*------------------BACKGROUND HOVER COLOR -------------------*/
#btn-search-icon,
.comment-reply-link:hover, 
.nav-previous > a:hover::after, 
.nav-next a:hover::after,
button:hover, input[type="button"]:hover, 
input[type="reset"]:hover, input[type="submit"]:hover,
.comment-reply-link:hover,
.comment-reply-link:focus {
	background-color: #145EBE;
}

/*------------------BORDER COLOR -------------------*/
.nav-previous a, 
.nav-next a,
.entry-footer .cat-links, 
.entry-footer .tags-links,
.cat-links i, 
.tags-links i, 
.comments-link i,
.nav-previous a:after,
#featured-content .cat-links {
	border: 1px solid #347FE1;
}
#featured-content .cat-links:hover {
	border: 1px solid #333;
}