/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.underline {
	text-decoration: underline !important;
}

 .mail_submit {
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
    border: none;
    color: white;
    padding: 7px 12px;
    text-decoration: none !important;
    background: black !important;
    color: #fff !important;
	 margin-top: 10px;
}

/* mailchimp */
.mailchimp-logo, .refferal_badge {
	visibility: hidden !important;
}

@media screen and (min-width: 800px) {
	#mc_embed_shell {
		max-width: 50% !important;
    	display: block !important;
	}
}

