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

.nodisplay {
    display: none;
}

.fmf_table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%  !important;
  border: 1px solid #ddd;
  font-size: 80% !important;
}

.fmf_table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.fmf_form_disabled {
    color: #003399   !important;
}

.fmf_top_view {
    position: relative;
    z-index: 9999;
}