/**
 * @package 	WordPress
 * @subpackage 	Yoga Fit
 * @version 	1.2.2
 * 
 * Timetable Responsive CSS Rules
 * Created by CMSMasters
 * 
 */
@media only screen {
  /*-------------------------------------------------------------------------*/
  /* Large Monitor
/*-------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------*/
  /* Medium Monitor
/*-------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------*/
  /* Tablet Monitor
/*-------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------*/
  /* Tablet Monitor 950
/*-------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------*/
  /* Small Tablet Monitor
/*-------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------*/
  /* Phone Monitor
/*-------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------*/
  /* Small Phone Monitor
/*-------------------------------------------------------------------------*/
}
@media only screen and (min-width: 1440px) {
  .cmsms_tt_event {
    outline: none;
  }
}
@media only screen and (min-width: 1025px) {
  .cmsms_tt_event {
    outline: none;
  }
}
@media only screen and (max-width: 1024px) {
  .cmsms_tt_event {
    outline: none;
  }
}
@media only screen and (max-width: 950px) {
  .cmsms_tt_event .cmsms_tt_event_content_wrap.with_sidebar {
    width: 100%;
    float: none;
    clear: both;
    padding-right: 0;
    padding-bottom: 25px;
  }
  .cmsms_tt_event .cmsms_tt_event_sidebar {
    width: 100%;
    float: none;
    clear: both;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .tt_timetable {
    display: none;
  }
  .tt_timetable.small {
    display: block;
  }
}
@media only screen and (max-width: 540px) {
  .cmsms_tt_event {
    outline: none;
  }
}
@media only screen and (max-width: 320px) {
  .cmsms_tt_event {
    outline: none;
  }
}
