/*
  Theme Name: AvadaBTNEP: Avada Child
  Description: Custom modifications for BTNEP.org
  Author: ThemeFusion
  Author URI: https://theme-fusion.com
  Template:     Avada
  Version:      1.0.0
  Text Domain:  Avada
*/

.btnep-wrapper-flex-reverse {
  display: none;
}

/* block hover effect */

.flyout-menu li ul.sub-menu {
  max-height: 1000px !important;
}

/*
.flyout-menu li ul.sub-menu {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 1s ease;
       -moz-transition: max-height 1s ease;
       -o-transition: max-height 1s ease;
        transition: max-height 1s ease;
}
*/

/*
.flyout-menu li.menu-item-has-children:hover > ul.sub-menu {
   max-height: 0 !important;
}
*/

.single-navigation {
/*
  border: 1px solid #00F !important;
*/
  height: 1.2rem !important;
  margin: 5px !important;
  padding: 15px !important;
  }

/*
div.c3k-btnep-calendar-container {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
*/

.c3k-btnep-calendar-container, .c3k-btnep-ical-iframe {
/*
  position: absolute;
  top: 0;
  left: 0;
*/
  width: 100%;
  height: 400px;
}

