/*
Theme Name: hueman-pro-child
Version: 1.0
Description: A child theme of Hueman Pro
Template: hueman-pro
Author: Administrator
*/
/* Your awesome customization starts here */

a + span.hu-external::after {
    color: #E8E8E8
  }
.post-item-date {
	font-size: 12px !important;
}

.fa-star {
    color: #dd9933;
}
.thumb-icon {
    color: #dd9933;
	background: #F3F3F3 none repeat scroll 0 0;
}


/*.widget a:hover {
    color: #dd9933 !important;
}*/

/* DisplayCategoriesWidget */

.DisplayCategoriesWidget a:hover {
    color: #dd9933 !important;
}

/* Content Views */
.entry-date {
	text-transform: uppercase !important;
	margin-top: 0px !important;
	color: #aaa !important;
	font-size: 12px !important;
}
.pt-cv-title {
	line-height: 1.3em !important;
	margin-bottom: 0px !important;
}
.pt-cv-title a {
	font-weight: 300 !important;
	color: #444444 !important;
}
.pt-cv-title a:hover {
    color: #dd9933 !important;
}
/* Recherche */
#text-18 {
	border: 1px outset #226363;
}

/* Category Sticky Post */

.category-sticky {
    border-bottom: 4px dotted #888888;
    border-top: 4px dotted #888888;
}

/* Tag Groups */

.ui-accordion-header {
	color: #444444 !important;
}
.ui-tabs-anchor {
	color: #444444 !important;
}
.tag-groups-cloud .ui-widget-header {
    background: #dd9933;
    border: 1px solid #dd9933;
    color: #E8E8E8;
    font-weight: bold;
}
.tag-groups-cloud .ui-state-active, .tag-groups-cloud .ui-widget-content .ui-state-active, .tag-groups-cloud .ui-widget-header .ui-state-active {
    background: #E8E8E8;
    border: 1px solid #dd9933;
    color: #dd9933;
    font-weight: bold;
}
