/*
 * Less vars
 */
/*
* Functions and Globals
* ======================
*/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*
* Structure
* ======================
*/
.smart-calendar-all {
  zoom: 1;
}
.smart-calendar-all:before,
.smart-calendar-all:after {
  content: "";
  display: table;
}
.smart-calendar-all:after {
  clear: both;
}
.smart-calendar-events-sidebar {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 30%;
  float: right;
  padding-bottom: 40px;
}
@media only screen and (max-width:768px) {
  .smart-calendar-events-sidebar {
    width: 100%;
    float: none;
  }
}
span.event-time {
    display:block;
    padding-bottom: 4px;
    border-bottom: 2px #d3d3d3 dashed;
    margin-bottom: 4px;
}
@media only screen and (max-width:768px) {
    span.event-time {
        display:inline-block;
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }
}
.smart-calendar-events-sidebar .event-sidebar-title {
  font-size: 24px;
  line-height: 48px;
  margin: 0;
  padding: 20px 0 0;
}
.smart-calendar-events {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 70%;
  float: left;
  padding-bottom: 40px;
}
@media only screen and (max-width:768px) {
  .smart-calendar-events {
    width: 100%;
    float: none;
  }
}
.smart-calendar-events.fullsize {
  width: 100%;
  float: none;
  zoom: 1;
}
.smart-calendar-events.fullsize:before,
.smart-calendar-events.fullsize:after {
  content: "";
  display: table;
}
.smart-calendar-events.fullsize:after {
  clear: both;
}
/*
* List
* ======================
*/
.smart-event-clear-all,
.smart-event-showcalendar {
  display: block;
  font-size: 18px;
  line-height: 48px;
  padding: 0 10px;
  margin-top: 20px;
  cursor: pointer;
}
.smart-event-clear-all:hover,
.smart-event-showcalendar:hover {
  background-color: #eeeeee;
}
.event-nav-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.event-nav-list li {
  font-size: 18px;
  line-height: 48px;
  padding: 0 10px;
  zoom: 1;
}
.event-nav-list li .action {
  display: none;
}
.event-nav-list li .action.action-none {
  display: inline-block;
}
.event-nav-list li:hover {
  background-color: #eeeeee;
}
.event-nav-list li:hover .action-none {
  display: none;
}
.event-nav-list li:hover .action-add {
  display: inline-block;
}
.event-nav-list li.active {
  background-color: #eeeeee;
}
.event-nav-list li.active .action-none {
  display: none;
}
.event-nav-list li.active .action-add {
  display: inline-block;
}
.event-nav-list li.active:hover {
  background-color: #d4d4d4;
}
.event-nav-list li.active:hover .action-add {
  display: none;
}
.event-nav-list li.active:hover .action-remove {
  display: inline-block;
}
.event-nav-list li:before,
.event-nav-list li:after {
  content: "";
  display: table;
}
.event-nav-list li:after {
  clear: both;
}
/*
* List
* ======================
*/
.cal-nav-list {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
  zoom: 1;
}
.cal-nav-list li {
  width: 50%;
  float: left;
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
  text-align: center;
}
.cal-nav-list li a {
  color: #000;
  font-weight: bold;
}
.cal-nav-list li:first-child {
  width: 25%;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  text-align: left;
}
.cal-nav-list li:last-child {
  width: 25%;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  text-align: right;
}
.cal-nav-list:before,
.cal-nav-list:after {
  content: "";
  display: table;
}
.cal-nav-list:after {
  clear: both;
}
.smart-calendar-day {
  zoom: 1;
}
.smart-calendar-day h2.smart-calendar-day-title {
  font-size: 18px;
  line-height: 24px;
  padding-top: 30px;
}
.smart-calendar-day h2.smart-calendar-day-title i {
  padding-right: 10px;
}
.smart-calendar-day .smart-calendar-day-all {
  border-bottom: 1px solid #e5e5e5;
  zoom: 1;
}
.smart-calendar-day .smart-calendar-day-all .smart-calendar-event {
  display: block;
  border-top: 1px solid #e5e5e5;
  padding: 0.9375em 0;
  zoom: 1;
}
.smart-calendar-day .smart-calendar-day-all .smart-calendar-event:hover {
  background-color: #fafafa;
}
.smart-calendar-day .smart-calendar-day-all .smart-calendar-event .event-first {
  width: 30%;
  float: left;
}
.smart-calendar-day .smart-calendar-day-all .smart-calendar-event .event-first .smart-calendar-event-date,
.smart-calendar-day .smart-calendar-day-all .smart-calendar-event .event-first .smart-calendar-event-location {
  font-size: 18px;
  line-height: 24px;
  font-weight: none;
  margin: 0;
  padding: 0;
  color: #000;
}
.smart-calendar-day .smart-calendar-day-all .smart-calendar-event .event-first .smart-calendar-event-date.smart-calendar-event-location,
.smart-calendar-day .smart-calendar-day-all .smart-calendar-event .event-first .smart-calendar-event-location.smart-calendar-event-location {
  font-style: italic;
}
.smart-calendar-day .smart-calendar-day-all .smart-calendar-event .event-first .smart-calendar-event-date i,
.smart-calendar-day .smart-calendar-day-all .smart-calendar-event .event-first .smart-calendar-event-location i {
  padding-right: 10px;
}
.smart-calendar-day .smart-calendar-day-all .smart-calendar-event .smart-calendar-event-title {
  width: 60%;
  float: left;
  font-size: 18px;
  line-height: 24px;
  padding: 0;
  margin: 0;
}
.smart-calendar-day .smart-calendar-day-all .smart-calendar-event:before,
.smart-calendar-day .smart-calendar-day-all .smart-calendar-event:after {
  content: "";
  display: table;
}
.smart-calendar-day .smart-calendar-day-all .smart-calendar-event:after {
  clear: both;
}
.smart-calendar-day .smart-calendar-day-all:before,
.smart-calendar-day .smart-calendar-day-all:after {
  content: "";
  display: table;
}
.smart-calendar-day .smart-calendar-day-all:after {
  clear: both;
}
.smart-calendar-day:before,
.smart-calendar-day:after {
  content: "";
  display: table;
}
.smart-calendar-day:after {
  clear: both;
}
/*
* Calendar
* ======================
*/
.cal-body {
  display: table;
  width: 100%;
}
.cal-body .cal-row {
  display: table-row;
}
.cal-body .cal-row .cal-cell {
  display: table-cell;
  width: 14.285714286%;
  float: left;
  height: 200px;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  padding: 0.5rem;
  font-size: 12px;
  position: relative;
}
.cal-body .cal-row .cal-cell.empty-cell {
  opacity: 0.5;
}
.cal-body .cal-row .cal-cell .cal-event {
  display: block;
  line-height: 18px;
  color: #000;
}
.cal-body .cal-row .cal-cell .cal-day {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 4px;
}
.cal-body .cal-row .cal-cell .cal-day span {
  display: none;
}
.cal-body .cal-row .cal-cell.today {
  background: #f2f2f2;
}
.cal-body .cal-row .cal-cell.today .cal-day {
  background: #d9d9d9;
}
.cal-body .cal-row .cal-cell .cal-more .cal-more-container {
  position: absolute;
  display: none;
  z-index: 99;
  background: #f7f7f7;
  border: 1px solid #d9d9d9;
  width: 120%;
  padding: 0.5em;
}
.cal-body .cal-row .cal-cell .cal-more .cal-expand {
  display: block;
  background: #d9d9d9;
  color: inherit;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0.5em;
  margin-top: 0.5rem;
}
.cal-body .cal-row .cal-cell:nth-of-type(7n) {
  border-right: 1px solid #d9d9d9;
}
.cal-body .cal-row .cal-cell.empty-cell {
  background: #fcfcfc;
}
.cal-body .cal-row .cal-cell.cal-head {
  height: auto;
  padding: .5em 0;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  background: none;
}
.cal-heading {
  width: 100%;
  padding: 3rem 0;
  position: relative;
  zoom: 1;
}
.cal-heading:before,
.cal-heading:after {
  content: "";
  display: table;
}
.cal-heading:after {
  clear: both;
}
.cal-heading .cal-nav {
  width: 25%;
  float: left;
  font-size: 14px;
}
.cal-heading .cal-nav a {
  color: #000;
  font-weight: bold;
}
.cal-heading .cal-nav.cal-prev {
  text-align: left;
}
.cal-heading .cal-nav.cal-next {
  text-align: right;
}
@media only screen and (max-width:768px) {
  .cal-heading .cal-nav {
    position: absolute;
  }
  .cal-heading .cal-nav.cal-next {
    right: 0;
  }
}
.cal-heading .cal-month {
  width: 50%;
  float: left;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .cal-heading .cal-month {
    width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (max-width:768px) {
  .cal-body {
    display: block;
  }
  .cal-body .cal-row {
    width: 100%;
    display: block;
  }
  .cal-body .cal-row .cal-cell {
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 1rem;
    border-top: 1px solid #d9d9d9;
  }
  .cal-body .cal-row .cal-cell.no-events,
  .cal-body .cal-row .cal-cell.cal-head {
    display: none;
  }
  .cal-body .cal-row .cal-cell .cal-day span {
    display: inline;
  }
}
/*
* Single
* ======================
*/
.event .smart-calendar-events {
  border-right: 1px solid #d9d9d9;
}
.smart-calendar-wrapper .smart-calendar-events {
  text-align: justify;
}
.smart-calendar-wrapper .smart-calendar-events header h2 {
  font-size: 36px;
  line-height: 48px;
  padding: 0 0 30px;
  margin: 0;
}
.smart-calendar-wrapper .smart-calendar-events .attachment-smart-calendar-img {
  max-width: 300px;
  float: right;
  margin: 0 0 2em 2em;
}
.smart-calendar-wrapper .smart-calendar-events-sidebar h3.event-info-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
}
.smart-calendar-wrapper .smart-calendar-events-sidebar .event-date,
.smart-calendar-wrapper .smart-calendar-events-sidebar .event-location,
.smart-calendar-wrapper .smart-calendar-events-sidebar .event-category {
  line-height: 36px;
  font-size: 18px;
  display: block;
}
.smart-calendar-wrapper .smart-calendar-events-sidebar .event-date i,
.smart-calendar-wrapper .smart-calendar-events-sidebar .event-location i,
.smart-calendar-wrapper .smart-calendar-events-sidebar .event-category i {
  padding-right: 10px;
}
/*
* Widget
* ======================
*/
.smart-calendar-upcoming .event-item {
  position: relative;
  zoom: 1;
  padding-bottom: 10px;
}
.smart-calendar-upcoming .event-item:before,
.smart-calendar-upcoming .event-item:after {
  content: "";
  display: table;
}
.smart-calendar-upcoming .event-item:after {
  clear: both;
}
.smart-calendar-upcoming .event-item .date-icon {
  width: 50px;
  height: 60px;
  background: #f7f7f7;
  /* Old browsers */

  background: -moz-linear-gradient(top, #f7f7f7 0%, #d1d1d1 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #d1d1d1));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f7f7f7 0%, #d1d1d1 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f7f7f7 0%, #d1d1d1 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f7f7f7 0%, #d1d1d1 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #f7f7f7 0%, #d1d1d1 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#d1d1d1', GradientType=0);
  /* IE6-9 */

  float: left;
  border: 1px solid #8d8d8d;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  color: #000!important;
  display: inline-block;
  margin: 0 20px 20px 0;
}
.smart-calendar-upcoming .event-item .date-day {
  font-size: 30px;
  line-height: 25px;
  padding-top: 2px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  width: 100%;
}
.smart-calendar-upcoming .event-item .date-month {
  text-transform: uppercase;
  width: 100%;
  font-size: 10px;
  text-align: center;
  position: absolute;
  top: 28px;
}
.smart-calendar-upcoming .event-item .date-year {
  position: absolute;
  bottom: 0;
  background: #a90329;
  /* Old browsers */

  background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a90329), color-stop(44%, #8f0222), color-stop(100%, #6d0019));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #a90329 0%, #8f0222 44%, #6d0019 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329', endColorstr='#6d0019', GradientType=0);
  /* IE6-9 */

  color: #fff;
  width: 100%;
  font-size: 10px;
  text-align: center;
  padding: 4px 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.smart-calendar-upcoming .event-item .event-title {
  padding: 0;
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
}
.smart-calendar-upcoming .event-item .event-date {
  color: #c0c0c0;
  text-transform: uppercase;
  font-size: 11px;
}
.smart-calendar-upcoming .event-item:hover .event-popup {
  display: block;
}
.smart-calendar-upcoming .event-item .event-popup {
  top: 0;
  left: -90px;
  display: none;
  position: absolute;
  z-index: 999;
}
@media only screen and (max-width:768px) {
  .smart-calendar-upcoming .event-item .event-popup {
    display: none!important;
  }
}
.smart-calendar-upcoming .event-item .event-popup:before {
  content: ' ';
  background: #fafafa;
  position: absolute;
  right: 0;
  top: 20px;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */

  -webkit-transform: rotate(45deg);
  /* Opera, Chrome, and Safari */

  margin-right: -5px;
  z-index: 9;
  border: 1px solid #ccc;
}
.smart-calendar-upcoming .event-item .event-popup .inner {
  background: #fafafa;
  position: relative;
  z-index: 10;
  padding: 5px;
  width: 150px;
  border-radius: 10px;
  border: 1px solid #ccc;
}
.smart-calendar-upcoming .event-item .event-popup .inner h3.event-popup-title {
  font-size: 16px;
  margin: 0;
  padding-bottom: 5px;
}
.smart-calendar-upcoming .event-item .event-popup .inner .event-popup-meta {
  background: #f2f2f2;
  font-size: 11px;
  padding: 5px;
}
.smart-calendar-upcoming .event-item .event-popup .inner .event-popup-thumbnail {
  padding-top: 5px;
}
.smart-calendar-upcoming .event-item .event-popup .inner .event-popup-content {
  padding-top: 5px;
}
.smart-calendar-upcoming .event-item .event-popup .inner .event-popup-content p {
  font-size: 11px;
}
