/*
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
*/




/* || Vitasci Button --- */

 .fusion-button-text {
    text-align: center;
}

  a.button-as-link::before{
	font-weight: 600;
	font-family: 'Font Awesome 5 Free';
	content: "\f054";
	margin-right: 5px;
	color: #7e8e1e;
}




.fusion-button, .button-custom {
	min-width:180px;
	min-height: 52px;
}
.button-as-link {
	min-width:0px;
	min-height: 0px;
}


/* || Vitasci Typography --- */
 bold, strong{
     font-weight: 700;
}
/* || Vitasci Links -> Text --- */
 #main .fusion-text a {
     font-weight: 700;
     color: #7e8e1e;
}
 #main .fusion-text a:hover {
     font-weight: 700;
     color: #4e6100;
}




		/* to keep in mind 
		-----
		.fusion-text a[href^="http://"], .fusion-text a[href^="https://"] {
			 font-weight: 700!important;
			 color: var(--awb-color5)!important;
		}
		 .fusion-text a[href^="http://"]:hover, .fusion-text a[href^="https://"]:hover {
			 color: var(--awb-color7)!important;
		}
		-----
		#main .fusion-text a[href^="http://"]::before, #main .fusion-text a[href^="https://"]::before {
		font-weight: 700;
		font-family: 'Font Awesome 5 Free';
		content: "\f054";
		margin-right: 5px;
		color: var(--awb-color7)!important;
		}
		#main .fusion-text a:hover[href^="http://"]::before, #main .fusion-text a:hover[href^="https://"]::before {
		font-weight: 700;
		font-family: 'Font Awesome 5 Free';
		content: "\f054";
		margin-right: 5px;
		color: #353536!important;
		}
		-----
		 */
