/*
Theme Name: GrandConference Child
Theme URI: http://themes.themegoods2.com/grandconference/demo
Description: Premium Event & Conference Theme
Version: 1.0
Author: ThemeGoods
Author URI: http://themeforest.net/user/ThemeGoods
License: GNU General Public License
License URI: http://themeforest.net/licenses/regular_extended
Text Domain: grandconference
Template: grandconference
*/

.scheduleday_wrapper .themeborder:not(.scheduleday_title),
.scheduleday_wrapper li:not(.scheduleday_title) {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition:
   max-height 0.5s ease,
    visibility 0s linear 0.5s,
    opacity 0.3s ease-in 0.5s;
}

.scheduleday_wrapper.active .themeborder:not(.scheduleday_title),
.scheduleday_wrapper.active li:not(.scheduleday_title) {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  transition:
     max-height 0.5s ease,
    opacity 0.3s ease-in,
    visibility 0s linear;
}

ul.scheduleday_wrapper {
    position: relative !important;
    top: unset !important;
    left: unset !important;
	margin-bottom: 20px !important;
}
div#\36 186fa9 {
    min-height: 600px !important;
    overflow: auto;
	scrollbar-width: none; 
}

div#\36 186fa9::-webkit-scrollbar {
  display: none;
}
.scheduleday_wrapper li.scheduleday_title{
	border-radius: 15px !important;
	margin-right: 0px !important;
   	cursor: pointer;
}

.reverse-carousel .owl-stage {
    display: flex;
    flex-direction: row-reverse;
}

.reverse-carousel .owl-item {
    direction: ltr;
}
