/*
schedule
*/

/* EBE: Cube Portfolio modifications */
.cbp-ready .cbp-item {position: unset !important; display: block;}
.cbp-item-wrapper {margin-top: -2px !important;}
.cbp-wrapper-outer {overflow: visible;}


.tabs-schedule.nav-tabs {
  border: 0px;
  border-bottom: 2px solid #f5f5f5;
  margin-left: 0px;
  margin-bottom: 40px;
  text-align: center; }
  .tabs-schedule.nav-tabs > li {
    padding: 0px; }
    .tabs-schedule.nav-tabs > li > a {
      font-size: 20px;
      display: block;
      padding: 4px 20px;
      color: #333;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      margin-bottom: -2px;
      position: relative;
      border: 0px; }
      .tabs-schedule.nav-tabs > li > a:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        border-bottom: 2px solid;
		border-color: inherit;
        transition: all .3s;
        -webkit-transition: all .3s; }
      .tabs-schedule.nav-tabs > li > a span {
        font-size: 12px;
        display: block;
        color: #999;
        font-weight: 400; }
      .tabs-schedule.nav-tabs > li > a.active h4, .tabs-schedule.nav-tabs > li > a:hover h4 {
        border-bottom: inherit; color: inherit;}
        .tabs-schedule.nav-tabs > li > a.active:after, .tabs-schedule.nav-tabs > li > a:hover:after {
          width: 100%; }

.event-info {
  margin-top: 10px;
  padding-right: 30px;
  text-align: right;
  text-transform: uppercase; }
  .event-info span {
    display: block;
    font-size: 14px; }
  .event-info .event-hall {
    margin-top: 10px;
    font-style: normal;
    font-size: 12px;
    padding: 3px 10px;
    border-right: 3px solid #8bcb26;
    background: #f5f5f5;
    font-weight: 400; }
  .event-info-inline.event-info {
	text-align: left;
	border-top: 0 !important;
	border-left: 0;
	margin-left: 0;
  }
  .event-info-inline.event-info span {
    display: inline-block;
	margin-left: 0 !important;
	margin-right: 20px;
	margin-top: 0 !important;
	margin-bottom: 1rem !important;}

.event-detail {
  border-left: 2px solid #8bcb26;
  padding-left: 30px;
  padding-bottom: 3rem;
  position: relative; }
  .event-detail:before {
    width: 13px;
	height: 13px;
	transform: rotate(45deg);
	background: #fff;
	border-right: 2px solid;
	border-top: 2px solid;
	border-color: inherit;
	position: absolute;
	left: -7px;
	top: 15px;
	content: ""; }
  .event-detail h3 {
	  font-size: 18px;
	  margin-top: 10px;
    margin-bottom: 20px; }
    .event-detail h3 a {
      color: #555; }
  .event-detail .img-fluid {
    border-radius: 5px; }
  .event-detail h4 {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 14px;
    color: #666; }


/** responsive style**/
@media (max-width: 991px) {
  .event-detail .img-fluid {
    margin-bottom: 15px; }}

@media (max-width: 576px) {
  .tabs-schedule.nav-tabs .nav-item {
    margin-bottom: 0;}
  .tabs-schedule.nav-tabs > li > a {
    padding: 4px 6px; }
  .tabs-schedule.nav-tabs > li > a h4 {
    font-size: 14px;}
  /*.event-detail:before, .event-detail:after {
    display: none; }*/
  .event-detail {
    /*border-left: 0px;*/
	margin-left: 1rem;
	margin-right: 1rem;
    padding-left: 1.5rem;
	padding-right: 1.5rem;}
  .event-info {
  	text-align: left;
  	margin-top: 0;
	margin-left: 1rem;
	margin-right: 1rem;
    border-top: 1px solid #f5f5f5 !important;
	border-left: 2px solid;
	border-left-color: inherit;
	min-height: 3rem;}
  .event-info span {
    display: inline-block;
	margin-right: 1rem;
	margin-top: 1rem !important;}
}
