/*  MICROTHEMER STYLES  */


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

/** General >> Purplebutton **/
.purplebutton {
	color: rgb(255, 255, 255) !important;
	font-size: 18px !important;
	font-weight: bold !important;
	background-color: rgba(109, 54, 109, 0.79) !important;
	padding: 5px 10px 5px 10px !important;
	border-radius: 5px !important;
}

/** General >> Logo image **/
.logo img {
	max-height: 170px !important;
}

/** General >> Avia builder el no sibling avia **/
.outline-button {
	background-color: rgba(0, 0, 0, 0) !important;
	border: 3px solid rgb(255, 255, 255) !important;
	border-radius: 5px !important;
}


/*( Tablet & Phone )*/
@media (max-width: 767px) {

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

	/** General >> List item:(8) link **/
	#avia-menu > li:nth-of-type(8) > a {
	visibility: collapse !important;
}


}

