/* Body and Content */
body a {
  color: #c95d3b;
}

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

thead {
  background-color: #c95d3b !important; 
}

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

#main_title_text {
  color: #c95d3b; 
}  

#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: #c95d3b !important;
}

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

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

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

/*Highlight*/
#highlight {
  background: #c95d3b; 
}