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

/* 
.fusion-li-item-content a,small {
	color : #ffffff !important;
}
*/

/* 
.fusion_builder_column_inner_1_1 1_1.fusion-flex-column {
	opacity(50%);
}
*/

.fusion-layout-column awb {
  opacity: 0.5 !important;
}

/* used to pass hidden referral data in WP Forms hidden */
.refferalpg input {
  display: none !important;
}

/* used to change role title format */
.person-title {
  font-size: h6 !important;
}

/* used to turn off the date in related posts */
.related-posts .post-date, 
.related-posts .fusion-meta-info  {
    display: none !important;
}