/*  MICROTHEMER STYLES  */


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

/** Geral >> Prisna WP translate languages list **/
.prisna-wp-translate-body .prisna-wp-translate-languages-list {
	text-align: center !important;
	background-color: rgba(0, 0, 0, 0) !important;
	top: 50% !important;
}

/** Geral >> Prisna WP translate body **/
.prisna-wp-translate-sub-container .prisna-wp-translate-body {
	text-align: center !important;
	top: 180% !important;
}

/** Geral >> Prisna WP translate sub container **/
.prisna-wp-translate-languages-list-opened .prisna-wp-translate-sub-container {
	background-color: rgba(0, 0, 0, 0) !important;
}

/** Geral >> Prisna WP translate flag custom brazil **/
.prisna-wp-translate-language-pt .prisna-wp-translate-flag-custom-brazil {
	top: auto !important;
	bottom: auto !important;
}

/** Geral >> Qlwapp toggle **/
#qlwapp .qlwapp-toggle {
	right: 25% !important;
}


/*( < 768 )*/
@media (max-width: 767.98px) {
	/** Geral >> Prisna WP translate body **/
	.prisna-wp-translate-sub-container .prisna-wp-translate-body {
	top: 40% !important;
}

}

