/*  MICROTHEMER STYLES  */


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

/** General >> Nf form 1 cont nf form fields required **/
#nf-form-1-cont .nf-form-fields-required {
	color: rgb(255, 255, 255) !important;
}

/** General >> List item (#1) nf breadcrumb **/
ul > li:nth-of-type(1) > .nf-breadcrumb {
	background-color: rgb(180, 202, 209) !important;
}

/** General >> List item (#2) nf breadcrumb **/
ul > li:nth-of-type(2) > .nf-breadcrumb {
	background-color: rgb(180, 202, 209) !important;
}

/** General >> List item (#3) nf breadcrumb **/
ul > li:nth-of-type(3) > .nf-breadcrumb {
	background-color: rgb(180, 202, 209) !important;
}

/** General >> Active nf breadcrumb **/
.active .nf-breadcrumb {
	background-color: rgb(180, 202, 209) !important;
}

/** General >> Nf field 21 wrap paragraph **/
#nf-field-21-wrap p {
	color: rgb(255, 255, 255) !important;
}

/** General >> Nf field 18 wrap paragraph **/
#nf-field-18-wrap p {
	color: rgb(255, 255, 255) !important;
}

/** General >> Nf field 11 wrap paragraph **/
#nf-field-11-wrap p {
	color: rgb(255, 255, 255) !important;
}

/** General >> Nf field 10 wrap paragraph **/
#nf-field-10-wrap p {
	color: rgb(255, 255, 255) !important;
}

/** General >> Nf form 2 cont nf form fields required **/
#nf-form-2-cont .nf-form-fields-required {
	color: rgb(255, 255, 255) !important;
}

/** General >> List item (#4) nf breadcrumb **/
ul > li:nth-of-type(4) > .nf-breadcrumb {
	background-color: rgb(180, 202, 209) !important;
}

/** General >> Nf form 4 cont nf form fields required **/
#nf-form-4-cont .nf-form-fields-required {
	color: rgb(255, 255, 255) !important;
}

/** General >> Nf form 8 cont nf form fields required **/
#nf-form-8-cont .nf-form-fields-required {
	color: rgb(255, 255, 255) !important;
}

/** General >> Nf field 50 wrap paragraph **/
#nf-field-50-wrap p {
	color: rgb(255, 255, 255) !important;
}

/** General >> Fl builder pagination unordered list **/
.fl-builder-pagination ul {
	color: rgb(180, 202, 209) !important;
	background-color: rgba(0, 0, 0, 0) !important;
}

/** General >> Fl post 47 current **/
#fl-post-47 .current {
	background-color: rgba(0, 0, 0, 0) !important;
}

/** General >> Fl post 47 current (:hover:active) **/
#fl-post-47 .current:hover:active {
	color: rgb(180, 202, 209) !important;
}

/** General >> List item (#2) page numbers **/
ul > li:nth-of-type(2) > .page-numbers {
	color: rgb(0, 0, 0) !important;
	background-color: rgba(0, 0, 0, 0) !important;
	border-color: rgb(180, 202, 209) !important;
}

/** General >> List item (#3) page numbers **/
ul > li:nth-of-type(3) > .page-numbers {
	color: rgb(0, 0, 0) !important;
	background-color: rgba(0, 0, 0, 0) !important;
	border-color: rgb(180, 202, 209) !important;
}

/** General >> Fl post 47 next **/
#fl-post-47 .next {
	background-color: rgba(0, 0, 0, 0) !important;
}

/** General >> Fl post 47 prev **/
#fl-post-47 .prev {
	background-color: rgba(0, 0, 0, 0) !important;
}

/** General >> Articles current **/
#articles .current {
	color: rgb(0, 0, 0) !important;
	border-color: rgb(180, 202, 209) !important;
}

/** General >> Articles next **/
#articles .next {
	color: rgb(0, 0, 0) !important;
	border-color: rgb(180, 202, 209) !important;
}

/** General >> Articles prev **/
#articles .prev {
	color: rgb(0, 0, 0) !important;
	border-color: rgb(180, 202, 209) !important;
}

/** General >> List item (#4) page numbers **/
ul > li:nth-of-type(4) > .page-numbers {
	color: rgb(0, 0, 0) !important;
	border-color: rgb(180, 202, 209) !important;
}

