/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Fl post 32 facetwp btn **/
.facetwp-btn {
	display: none !important;
	visibility: hidden !important;
}

/** General >> Fl post 32 facetwp search **/
.facetwp-search {
	font-size: 14px !important;
	line-height: 1.5 !important;
	font-weight: normal !important;
	background-color: rgb(234, 234, 234) !important;
	width: auto !important;
	height: 30px !important;
	padding: 10px !important;
	border-width: 0 !important;
	border-style: none !important;
	border-radius: 0 !important;
}

/** General >> Fl post feed comments span **/
.fl-post-feed-comments > span {
	font-size: 14px !important;
	display: none !important;
	visibility: hidden !important;
}

/** General >> Fl post 32 fs label **/
#fl-post-32 .fs-label {
	color: rgb(74, 74, 74) !important;
}

/** General >> Fl post 32 fs option label **/
#fl-post-32 .fs-option-label {
	color: rgb(74, 74, 74) !important;
	line-height: 1 !important;
	font-weight: normal !important;
}

/** General >> Fl post 32 fs label wrap **/
#fl-post-32 .fs-label-wrap {
	background-color: rgb(234, 234, 234) !important;
}

/** General >> Fl post 32 fs option **/
#fl-post-32 .fs-option {
	background-color: rgb(234, 234, 234) !important;
}

/** General >> Table 1 table data **/
#table_1 td {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

/** General >> Sub menu link **/
.sub-menu a {
	font-size: 14px !important;
	line-height: normal !important;
	font-weight: bold !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 5px !important;
}

/** General >> Master detail column btn button **/
.master_detail_column_btn button {
	font-family: Open Sans !important;
	color: rgb(234, 234, 234) !important;
	line-height: 1.5 !important;
	font-weight: bold !important;
	padding: 5px 15px 5px 15px !important;
	border-style: none !important;
	border-radius: 0 !important;
}

/** General >> Master detail column btn button (:hover) **/
.master_detail_column_btn button:hover {
	color: rgb(255, 255, 255) !important;
}

/** General >> Wsp pages title **/
.wsp-pages-title {
	display: none !important;
}

/** General >> Wsp container unordered list **/
.wsp-container ul {
	color: rgb(0, 0, 0) !important;
	list-style-type: none !important;
}

/** General >> Wsp pages list link **/
.wsp-pages-list a {
	color: rgb(51, 51, 51) !important;
	line-height: 2 !important;
	font-weight: bold !important;
}

/** General >> Wsp pages list link (:hover) **/
.wsp-pages-list a:hover {
	color: rgb(108, 192, 105) !important;
}

/** General >> Submit input **/
input[type="submit"] {
	color: rgb(234, 234, 234) !important;
}

/** General >> Submit input (:hover) **/
input[type="submit"]:hover {
	color: rgb(255, 255, 255) !important;
}

/** General >> Dafdirectdiv **/
#dafdirectdiv {
	width: 250px !important;
}

/** General >> FacetWP page **/
.facetwp-page {
	text-decoration: none !important;
	padding: 5px 10px 5px 10px !important;
	border: 1px solid rgb(230, 230, 230) !important;
}

/** General >> FacetWP page (:hover) **/
.facetwp-page:hover {
	background-color: rgb(245, 245, 245) !important;
}

/** General >> FacetWP pager **/
.facetwp-pager {
	text-align: center !important;
}

/** General >> Button **/
.column-programlink button {
	font-family: Open Sans !important;
	color: rgb(234, 234, 234) !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	padding: 5px 15px 5px 15px !important;
	border-width: 0 !important;
	border-style: none !important;
	border-radius: 0 !important;
}

/** General >> Button (:hover) **/
.column-programlink button:hover {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(108, 192, 105) !important;
}

