/*
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-flexslider .slides img {
  display: none !important;
  width: 100%;
}


/** Increase height of the Grid container so that all options of the drop down filters can be viewed **/
.esg-overflowtrick {	
min-height:2800px !important;
}


/**Make iframes for registration responsive**/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 80%;
}


/**Change the font size and make bold the title in tabs module**/
.fusion-accordian .panel-title, .fusion-sharing-box h4, .fusion-tabs .nav-tabs > li .fusion-tab-heading {
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 30px;
}