/**
 * @package 	WordPress
 * @subpackage 	Ecole
 * @version 	1.0.0
 * 
 * MP Timetable CSS Rules
 * Created by CMSMasters
 * 
 */
.clearfix {
  content: "";
  display: table;
  clear: both;
}
.default_button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 14px 34px;
  white-space: normal;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
/*-------------------------------------------------------------------------*/
/* MP Timetable Styles
/*-------------------------------------------------------------------------*/
/* Global styles */
.event-title {
  word-break: break-word;
}
.mptt-column .event[id^="event_columns_"] {
  overflow: auto;
}
.mptt-theme-mode-event.event {
  overflow: auto;
}
.mptt-shortcode-wrapper .mptt-shortcode-table .mptt-event-container {
  border-width: 1px;
  border-style: solid;
}
.mptt-shortcode-wrapper .mptt-shortcode-table .mptt-event-container:hover {
  height: auto !important;
  min-height: 100% !important;
}
.upcoming-events-widget .mptt-widget.events-list {
  list-style: none;
}
.upcoming-events-widget .mptt-widget.events-list .event {
  list-style: none;
  border: none;
}
.upcoming-events-widget .mptt-widget.events-list .event.mptt-colorized .event-title {
  color: inherit;
}
.upcoming-events-widget .mptt-widget.events-list .event.mptt-colorized .event-title .event-link {
  color: inherit;
}
.mptt-hidden {
  display: none;
  opacity: 0;
  clear: both;
}
.mprm_ie_browser .mptt-inner-event-content {
  width: 100%;
}
.mptt-container {
  list-style: none;
}
/*====== Widget End ======*/
/* ====== Shortcode start ====== */
.mptt-shortcode-wrapper .mptt-shortcode-event .mptt-event-container {
  display: flex;
  flex-direction: column;
}
.mptt-shortcode-wrapper .mptt-shortcode-event .mptt-event-container:hover {
  display: flex;
}
.mptt-shortcode-wrapper .mptt-shortcode-event.mptt-event-vertical-top .mptt-event-container {
  justify-content: flex-start;
  align-content: flex-start;
}
.mptt-shortcode-wrapper .mptt-shortcode-event.mptt-event-vertical-middle .mptt-event-container {
  justify-content: center;
  align-content: center;
}
.mptt-shortcode-wrapper .mptt-shortcode-event.mptt-event-vertical-bottom .mptt-event-container {
  justify-content: flex-end;
  align-content: flex-end;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th {
  text-align: center;
  overflow-wrap: normal;
  hyphens: none;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td {
  position: relative;
  padding: 0;
  line-height: normal;
  box-sizing: initial;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td.mptt-shortcode-hours {
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  overflow: hidden;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container:hover {
  overflow: visible;
  z-index: 10;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container p {
  color: inherit;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-title {
  display: inline-block;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-user .avatar {
  display: inline-block;
  vertical-align: middle;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-description {
  hyphens: auto;
}
.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody td.event .event-user img {
  position: relative;
}
.mptt-shortcode-wrapper .mptt-navigation-tabs {
  list-style-type: none;
}
.mptt-shortcode-wrapper .mptt-navigation-tabs li {
  display: inline-block;
}
.mptt-shortcode-wrapper .mptt-shortcode-list {
  display: none;
}
.mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list {
  list-style: none;
}
.mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event {
  list-style: none;
}
.mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event .event-description {
  hyphens: auto;
}
.mptt-shortcode-wrapper.mptt-table-fixed {
  overflow-x: auto;
}
.mptt-shortcode-wrapper.mptt-table-fixed .mptt-shortcode-table {
  table-layout: auto;
}
.mptt-shortcode-wrapper.mptt-table-fixed thead,
.mptt-shortcode-wrapper.mptt-table-fixed tbody {
  width: 100%;
}
/* ====== Shortcode end ====== */
/* ====== Media start ===== */
@media (max-width: 767px) {
  .mptt-main-wrapper .mptt-content {
    width: 100%;
  }
  .mptt-main-wrapper .mptt-sidebar {
    width: 100%;
  }
  .mptt-shortcode-wrapper .mptt-shortcode-list {
    display: block;
  }
  .mptt-shortcode-wrapper.mptt-table-fixed .mptt-shortcode-list {
    display: none !important;
  }
  .mptt-shortcode-wrapper.mptt-table-fixed .mptt-shortcode-table {
    display: table;
  }
  .mptt-shortcode-wrapper.mptt-table-fixed .mptt-shortcode-table td.event {
    min-width: 200px;
  }
  .mptt-shortcode-wrapper.mptt-table-responsive .mptt-shortcode-table {
    display: none !important;
  }
}
.mptt-clearfix {
  *zoom: 1;
}
.mptt-clearfix:before,
.mptt-clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.mptt-clearfix:after {
  clear: both;
}
.mptt-theme-mode-event.event .event-user img {
  position: relative;
}
/* Theme shortcode styles */
.mptt-shortcode-wrapper .mptt-shortcode-table {
  margin-top: 20px;
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 0;
  border-style: solid;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th {
  padding: 35px 10px;
  border-width: 1px;
  border-style: solid;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th:first-child {
  -webkit-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th:last-child {
  -webkit-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td {
  padding: 0;
  border-width: 2px;
  border-style: solid;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td.event {
  outline: none;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td.mptt-shortcode-hours {
  padding: 0 15px;
  font-size: 15px;
  line-height: 1em;
  font-weight: bold;
  border-width: 0;
  border-style: solid;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td a {
  text-decoration: none !important;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td a:hover {
  text-decoration: none;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:first-child td.mptt-shortcode-hours {
  border-top-width: 2px;
  border-top-style: solid;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container {
  padding: 0 5px;
  color: inherit;
  height: 100% !important;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container:hover {
  background-color: inherit;
  text-decoration: none !important;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container:hover .event-title {
  outline: none;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container + .mptt-event-container {
  border-top-width: 1px;
  border-top-style: solid;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .mptt-inner-event-content {
  text-align: inherit;
  padding: 10px 5px;
  word-break: break-word;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container p {
  color: inherit;
  padding: 0;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-title {
  margin: 0 0 5px;
  text-decoration: none;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-subtitle {
  margin: 0 0 5px;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-user {
  margin: 0 0 5px;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-user .avatar {
  margin-right: 3px;
  display: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-description {
  margin: 0;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .timeslot {
  margin: 0 0 15px;
}
.mptt-shortcode-wrapper .mptt-navigation-tabs {
  margin: 0 0 45px;
  font-size: 0;
}
.mptt-shortcode-wrapper .mptt-navigation-tabs li {
  margin: 0;
  padding: 0;
}
.mptt-shortcode-wrapper .mptt-navigation-tabs li a {
  padding: 6px 12px;
  display: inline-block;
  cursor: pointer;
  margin: 0 3px 3px 0;
  border-width: 0;
  border-style: solid;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.mptt-shortcode-wrapper .mptt-navigation-select {
  max-width: 300px;
  margin-bottom: 30px;
}
.mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column {
  margin: 20px 0;
}
.mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-column-title {
  margin: 20px 0;
}
.mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list {
  margin: 10px;
  padding: 0;
}
.mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event {
  margin-bottom: 20px;
  padding: 0 0 0 20px;
  border-left-width: 3px;
  border-left-style: solid;
}
.mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event:before {
  content: none;
  display: none;
}
.mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event .mptt-event-title {
  margin: 5px 0 0;
  padding: 0;
}
.mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event .timeslot,
.mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event .event-user {
  margin: 5px 0 0;
  padding: 0;
}
.mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event .event-description {
  margin: 5px 0 0;
  padding: 0;
}
.mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event .event-user {
  margin: 5px 0 0;
  padding: 0;
}
.mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event .event-user img {
  display: none;
}
/* Theme single event styles */
.content_wrap.fullwidth .mp_timtable_content {
  width: 68.9%;
  float: left;
}
.content_wrap.fullwidth .mp_timtable_content .timeslots-title {
  display: none;
}
.content_wrap.fullwidth .mp_timtable_sidebar {
  width: 31.1%;
  padding: 0 0 0 40px;
  float: right;
}
.content_wrap.fullwidth .mp_timtable_sidebar .timeslots-title {
  line-height: 1em;
  display: block;
  margin-bottom: 50px;
}
.content_wrap.r_sidebar .mp_timtable_content .timeslots-title,
.content_wrap.l_sidebar .mp_timtable_content .timeslots-title {
  display: none;
}
.content_wrap.r_sidebar .mp_timtable_sidebar .timeslots-title,
.content_wrap.l_sidebar .mp_timtable_sidebar .timeslots-title {
  line-height: 1em;
  display: block;
  margin-bottom: 50px;
}
.mptt-main-wrapper.mp-event-item img:not(.avatar ) {
  width: 100%;
  height: auto;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.mptt-main-wrapper .timeslots-title {
  display: none;
}
.mptt-main-wrapper .event-title {
  margin: 0 0 38px;
}
.mptt-main-wrapper .mptt-content {
  width: 100%;
  float: none;
  padding: 0;
  margin: 0;
}
.mptt-main-wrapper .mptt-content:after {
  content: "";
  clear: both;
  display: table;
}
.mptt-main-wrapper .mptt-content .thumbnail-wrapper {
  margin-bottom: 70px;
}
.mptt-main-wrapper .mptt-content .event-content {
  margin-bottom: 30px;
}
.mptt-main-wrapper .mptt-content .event-content > p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.mptt-main-wrapper .mptt-content .timeslots-title {
  margin: 0 0 50px;
  display: none;
}
.mptt-main-wrapper .mptt-event.events-list,
.mptt-main-wrapper .mptt-column.events-list {
  list-style: none;
  margin: 0;
}
.mptt-main-wrapper .mptt-event.events-list .event,
.mptt-main-wrapper .mptt-column.events-list .event {
  list-style: none;
  margin: 0 0 30px;
  padding: 20px 30px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.mptt-main-wrapper .mptt-event.events-list .event:before,
.mptt-main-wrapper .mptt-column.events-list .event:before {
  content: none;
  display: none;
}
.r_sidebar .mptt-main-wrapper .mptt-event.events-list .event,
.r_sidebar .mptt-main-wrapper .mptt-column.events-list .event,
.mptt-main-wrapper .mptt-event.events-list .event .l_sidebar,
.mptt-main-wrapper .mptt-column.events-list .event .l_sidebar {
  padding: 0 0 30px 0;
  border-width: 0;
  border-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.r_sidebar .mptt-main-wrapper .mptt-event.events-list .event:last-child,
.r_sidebar .mptt-main-wrapper .mptt-column.events-list .event:last-child,
.mptt-main-wrapper .mptt-event.events-list .event .l_sidebar:last-child,
.mptt-main-wrapper .mptt-column.events-list .event .l_sidebar:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom-width: 0;
  border-bottom-style: solid;
}
.mptt-main-wrapper .mptt-event.events-list .event .event-description,
.mptt-main-wrapper .mptt-column.events-list .event .event-description {
  hyphens: auto;
  width: 100%;
  margin-top: 17px;
}
.mptt-main-wrapper .mptt-event.events-list .event .event-user,
.mptt-main-wrapper .mptt-column.events-list .event .event-user {
  width: 100%;
  margin-top: 12px;
}
.mptt-main-wrapper .mptt-event.events-list .event .event-user img,
.mptt-main-wrapper .mptt-column.events-list .event .event-user img {
  width: 30px;
  height: 30px;
  margin-right: 3px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.mptt-main-wrapper .mptt-event.events-list .event .timeslot,
.mptt-main-wrapper .mptt-column.events-list .event .timeslot {
  outline: none;
  display: inline-block;
  margin-top: 0;
}
.mptt-main-wrapper .mptt-event.events-list .event .event-title,
.mptt-main-wrapper .mptt-column.events-list .event .event-title {
  outline: none;
  display: block;
  margin-right: 0;
  margin-top: 0;
}
.mptt-main-wrapper .mptt-event.events-list .event .event-subtitle,
.mptt-main-wrapper .mptt-column.events-list .event .event-subtitle {
  width: 100%;
}
.mptt-main-wrapper .mptt-column.events-list li.event {
  position: relative;
  padding: 0 0 30px 180px !important;
  min-height: 180px;
  border-width: 0;
  border-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.mptt-main-wrapper .mptt-column.events-list li.event:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom-width: 0;
  border-bottom-style: solid;
}
.mptt-main-wrapper .mptt-column.events-list li.event > .event-thumbnail {
  margin-right: 30px;
  margin-bottom: 0;
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
/* Theme upcoming events widget styles */
.upcoming-events-widget .mptt-widget.events-list {
  margin: 0;
  padding: 0;
}
.upcoming-events-widget .mptt-widget.events-list ul {
  margin: 0;
  padding: 0;
}
.upcoming-events-widget .mptt-widget.events-list ul + ul {
  margin-top: 20px;
}
.upcoming-events-widget .mptt-widget.events-list .event {
  border-left-width: 3px;
  border-left-style: solid;
}
.upcoming-events-widget .mptt-widget.events-list .event:before {
  content: none;
  display: none;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td.event,
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td.event a,
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .timeslot {
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td.event .mptt-event-container {
  -webkit-transition: background-color .3s ease-in-out;
  -moz-transition: background-color .3s ease-in-out;
  -ms-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}
.mptt-shortcode-wrapper .mptt-navigation-tabs li a {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
