/*
Theme Name: Free Range Geeks - Avada Child
Theme URI: http://FreeRangeGeeks.com/
Description: Custom Child theme for FRG
Author: David Young, Free Range Geeks
Author URI: http://FreeRangeGeeks.com/
Template: Avada
Version: 0.0.1
Colors: 
*/
#nav ul ul {
display: block;
-webkit-transition: opacity 0.2s ease-in;
-moz-transition: opacity 0.2s ease-in;
-o-transition: opacity 0.2s ease-in;
transition: opacity 0.2s ease-in;
opacity: 0;
height: 0;
overflow: hidden;
}
#nav ul li:hover > ul {
height: auto;
opacity: 1;
}
.panel-body {
padding-left:40px!important;
}
.toggle-content {
font-size:14px;
}
.imgmain {
margin-top:-60px!important;
}
