/*  MICROTHEMER STYLES  */


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

/** General >> Ct section ihc background overlay **/
.ct-section .ihc-background-overlay {
	background-color: rgb(135, 10, 10) !important;
}

/** General >> Vippurchase ff product price label **/
.vippurchase .ff_product_price_label {
	color: rgb(0, 0, 0) !important;
}

/** General >> Vippurchase ff product price **/
.vippurchase .ff_product_price {
	color: rgb(0, 0, 0) !important;
}

/** General >> Vip tickets table data **/
#vip-tickets td {
	color: rgb(0, 0, 0) !important;
}

/** General >> Ff t column 1 ff product price label **/
.ff-t-column-1 .ff_product_price_label {
	color: rgb(0, 0, 0) !important;
}

/** General >> Ff t column 1 ff product price **/
.ff-t-column-1 .ff_product_price {
	color: rgb(0, 0, 0) !important;
}

/** General >> Ff t column 2 ff product price label **/
.ff-t-column-2 .ff_product_price_label {
	color: rgb(0, 0, 0) !important;
}

/** General >> Ff t column 2 ff product price **/
.ff-t-column-2 .ff_product_price {
	color: rgb(0, 0, 0) !important;
}

/** General >> Link **/
.wpfd-file-content--title a {
	font-size: 20px !important;
}

/** General >> Ich level wrap **/
#inner_content-49-416 .ich_level_wrap {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
}

