/* ANSPRESS CUSTOM STYLES */
/* SEARCH FIELD ---*/
#anspress .ap-list-head {
    padding: 20px 16px 16px 16px;
    border: none;
    background-color: #f6f6f6;
    border-radius: 12px;
	margin-bottom: 16px;
}
#anspress .ap-list-head .ap-btn-ask {
    background: #066CB5;
    border-radius: 20px;
}
#ap-search-form .ap-search-btn {
	border-radius: 26px;
}
#anspress .ap-filter-toggle {
	color: #066CB5;
}

/* QUESTIONS LIST */
#anspress .ap-questions-title {
    font-size: 18px;
    line-height: 1.4em;
	color: #2c3563;
    font-weight: 700;
    letter-spacing: -0.01em;
}
#anspress .ap-questions {
    border-radius: 12px;
    box-shadow: 0px 6px 8px -6px rgba(0, 0, 0, 0.15);
}

/* WIDGETS */
#anspress .ap-widget-title {
    font-size: 20px;
    font-weight: 800;
	color: #e26312;
}
#ap-categories-widget.ap-cat-wid>li a {
    display: block;
    font-size: 16px;
	color: #2c3563;
	font-weight: 700;
}
.widget_anspress_category_widget {
    background-color: rgba(211, 106, 46, 0.16) !important;
    border-radius: 12px;
    padding: 16px;
}
#ap-categories-widget.ap-cat-wid>li {
    border-bottom: 1px solid #f8c8a8;
    margin: 0;
    padding: 5px 0;
}
.et_pb_widget_area ul li {
	display: inline;
	padding: 0px 2px;
}

/* CATEGORY STYLES */
#anspress .ap-taxo-detail {
	background: none repeat scroll 0 0 rgba(211, 106, 46, 0.16) !important;
	border-radius: 12px;
}
#anspress .ap-taxo-detail .ap-taxo-description {
	font-size: 16px;
}
#anspress .ap-taxo-detail .entry-title {
	font-size: 30px;
    font-weight: 800;
    color: #e26312;
}

/* CONTENT STYLES */
.anspress {
	font-family: Open Sans,Arial,sans-serif;
}

/* SIDEBAR STYLES */
.ap-leaderbaord-user {
    width: 100%;
}

/* QUESTION - CHANGE THE THUMB TO HEART */
.apicon-thumb-up:before {
    content: "";
}