/*  MICROTHEMER STYLES  */


/*= Geral ===================== */

/** Geral >> Títulos SideBar **/
#secondary .widget-title {
	color: rgb(255, 255, 255) !important;
	text-align: center !important;
	background-color: rgb(50, 2, 90) !important;
	padding: 6px !important;
	border-radius: 15px !important;
}

/** Geral >> Pesquisar **/
#search-2 [type="search"] {
	color: rgb(50, 2, 90) !important;
	text-transform: capitalize !important;
	text-shadow: 0 0 rgb(50, 2, 90) !important;
	box-shadow: 0 0 0 0 rgba(50, 2, 90, 0.14) !important;
	border-radius: 15px !important;
}

/** Geral >> Posts capas e descrição **/
#main .category-trabalho-em-casa {
	box-shadow: 1px -1px 3px rgba(50, 2, 90, 0.23) !important;
	margin-bottom: 20px !important;
	border-top-right-radius: 20px !important;
}

/** Geral >> Menu Header :hover **/
#primary-menu a:hover {
	box-shadow: 0 0 0 0 !important;
	padding-right: 15px !important;
	padding-left: 15px !important;
	border-top: 1px solid rgb(50, 2, 90) !important;
	border-bottom: 1px solid rgb(50, 2, 90) !important;
}

/** Geral >> Menu Header **/
#primary-menu a {
	height: 50px !important;
	min-height: 0 !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
	margin-left: 10px !important;
}

/** Geral >> Pesquisar:hover **/
#search-2 [type="search"]:hover {
	box-shadow: 2px 2px 6px 0 rgba(50, 2, 90, 0.28) !important;
}

