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

.table-2 table thead {
  border: 1px solid #ffffff;
  //font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  text-align: center;
  border: 4px solid #ffffff;
}
.table-2 table th {
  padding: 20px;
  color: #fff;
  border: 4px solid #ffffff;
}
.table-2 tr td {
  border: 4px solid #ffffff;
  padding: 10px 20px;
}

//toggle background color
#wrapper .accordian h4.panel-title {
background: #f50202 !important;
}

//change size of text in header bar
//.fusion-contact-info {
//  line-height: 43px;
//  font-size: 30px;
//}


FLIP BOXES


 /* Force all Flip Boxes to use a fixed height and margin. */
/*.flip-box-back-inner, .flip-box-front-inner {
    min-height: 230px !important;
    margin-top: 0 !important;
}*/

/* This sets only the front Flip Box height and margin. */
/*.flip-box-front-inner {
     margin-top: 10px !important;
     height: 160px !important;
}*/

/* Another example to set only the Flip Box back margin. */
/*.flip-box-back-inner {
     margin-top: 10px !important;
} */