/* Body and Content */
a {
  color: #7a1c19;
}

a:hover {
  color: #ff7045;
  text-decoration: none;
}

thead {
  background-color: #7a1c19 !important; 
}

.header_icons li i:hover {
	color: #ff7045;
}

#main_title_text {
  color: #7a1c19; 
}  

#main_title_text:hover {
  color: #ff7045; 
}

.footer_icons li i:hover {
	color: #ff7045;
}

.post_share li i:hover {
	color: #ff7045;
}

.carousel_item_hover i:hover {
	color: #ff7045;
}

.team_image_hover i:hover {
  color: #ff7045 !important;
}

.button {
	background: #7a1c19 !important;
}

.button:hover{
	background: #ff7045 !important;
}

/* Widgets */
.tabs a.active {
  background: #ff7045;
}

.view-popular-tags a:hover {
  background-color: #ff7045; 
}

/*Highlight*/
#highlight {
  background: #7a1c19; 
}