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

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

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

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

#main_title_text {
  color: #c94c4c; 
}  

#main_title_text:hover {
  color: #ff6060; 
}

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

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

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

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

.button {
	background: #c94c4c !important;
}

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

/* Widgets */
.ad_block a:hover, .tabs a.active {
  background: #ff6060;
}

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

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