/*  MICROTHEMER STYLES  */


/*= Category Bar ============== */

/** Category Bar >> Post 3462 post list filter item **/
#post-3462 .post-list-filter-item {
	font-family: Arial !important;
	font-size: 13px !important;
	line-height: 0.95 !important;
	text-align: left !important;
	letter-spacing: -0.5px !important;
	white-space: nowrap !important;
	overflow: hidden !important;
}

/** Category Bar >> Post 3462 eael post list header **/
#post-3462 .eael-post-list-header {
	padding-top: 6px !important;
	display: inline-grid !important;
	grid-template-columns: 1fr 1fr !important;
	grid-template-rows: auto !important;
}
#post-3462 .eael-post-list-header > :nth-child(1) {
	grid-area: 1 / 1 / 2 / 3 !important;
}
#post-3462 .eael-post-list-header > :nth-child(2) {
	grid-area: 3 / 1 / 4 / 2 !important;
}
#post-3462 .eael-post-list-header > :nth-child(3) {
	grid-area: 3 / 2 / 4 / 3 !important;
}
#post-3462 .eael-post-list-header > :nth-child(4) {
	grid-area: 2 / 2 / 3 / 3 !important;
}

/** Category Bar >> Search field **/
#search_field {
	color: rgb(161, 0, 0) !important;
	background-color: rgb(239, 239, 239) !important;
}

/** Category Bar >> Reply title **/
#reply-title {
	
}

/** Category Bar >> Reply title _2 **/
#reply-title {
	
}

/** Category Bar >> Form [type="text"] **/
form > [type="text"] {
	color: rgb(47, 47, 47) !important;
}


/*( Phone )*/
@media (max-width: 480px) {

	/*= Category Bar ============== */

	/** Category Bar >> Post 3462 eael post list header **/
	#post-3462 .eael-post-list-header {
	-webkit-flex-wrap: nowrap !important;
	-moz-flex-wrap: nowrap !important;
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}


}

