.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
  pointer-events: none;
}

/****************************************
* Developed unbywyd@gmail.com*
****************************************/
/* Responsive */
/* > 1400px = 1370px */
/* > 1200px = 1170px */
/* > 992px = 970px */
/* > 768px = 750px */
/*  < 768px = 100% */
.container {
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 766px) {
  .max-xs {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .max-sm {
    display: none !important;
  }
}

@media screen and (min-width: 1201px) {
  .max-md {
    display: none !important;
  }
}

@media screen and (min-width: 1401px) {
  .max-lg {
    display: none !important;
  }
}

@media screen and (max-width: 765px) {
  .min-xs {
    display: none !important;
  }
}

@media screen and (max-width: 992px) {
  .min-sm {
    display: none !important;
  }
}

@media screen and (max-width: 1200px) {
  .min-md {
    display: none !important;
  }
}

body, html {
  margin: 0;
  padding: 0;
}

[mevents-plug] {
  color: #444;
  direction: rtl;
}

[mevents-plug], [mevents-plug] * {
  box-sizing: border-box;
  font-family: 'almoni-dl';
}

[mevents-plug] p {
  padding: 0;
  margin: 0;
}

.mevent-no-events {
  padding: 30px;
  font-size: 24px;
  text-align: center;
  color: #999;
}

.mevent-popover {
  width: 400px;
  text-align: center;
  position: fixed;
  z-index: 99999999;
  bottom: 30px;
  right: 30px ;
  background-color: #fff;
  border-radius: 0;
  padding: 30px;
  box-shadow: -1px 1px 8px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 766px) {
  .mevent-popover {
    width: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: none;
  }
  .mevent-popover > div {
    background-color: transparent;
    box-shadow: -1px 1px 8px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.mevent-popover .mevent-popover-close {
  position: absolute;
  right: 0 ;
  top: 0;
  width: 42px;
  height: 42px;
  display: block;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  color: #999;
  font-size: 30px;
}

.mevent-popover .mevent-popover-close:hover {
  color: #000;
}

.mevent-popover .mevent-popover-close i {
  font-style: normal;
}

@media screen and (max-width: 766px) {
  .mevent-popover .mevent-popover-close {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .mevent-popover .mevent-popover-close i {
    font-size: 50px;
    color: #FFF;
  }
}

.mevent-popover .mevent-popover-title {
  margin: 30px 0 15px;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
}

@media screen and (max-width: 766px) {
  .mevent-popover .mevent-popover-title {
    color: #FFF;
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 26px !important;
    line-height: 26px !important;
  }
}

.mevent-popover .mevent-popover-title .mevent-item-event-time {
  color: #666;
  font-weight: 400;
  display: block;
  font-size: 23px;
}

@media screen and (max-width: 766px) {
  .mevent-popover .mevent-popover-title .mevent-item-event-time {
    color: #FFF;
    font-size: 20px !important;
    line-height: 24px;
  }
}

.mevent-popover .mevent-popover-button {
  text-align: center;
  padding: 15px 0;
}

.mevent-popover .mevent-popover-button a {
  display: inline-block;
  padding: 0 20px;
  border-radius: 25px;
  font-size: 20px;
  text-decoration: none;
  color: #FFF;
  line-height: 40px;
  min-width: 200px;
}

.mevent-popover .mevent-popover-button a:hover {
  opacity: 0.9;
}

.mevent-popover .mevent-item {
  margin: 0 -15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 10px;
  min-height: inherit;
  opacity: 1;
  transform: none;
}

.mevent-popover .mevent-item, .mevent-popover .mevent-item:hover, .mevent-popover .mevent-item:active, .mevent-popover .mevent-item:focus {
  text-decoration: none !important;
}

@media screen and (max-width: 766px) {
  .mevent-popover .mevent-item {
    margin: 0;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .mevent-popover .mevent-item:hover {
    background-color: transparent;
  }
  .mevent-popover .mevent-item .mevent-item-photo {
    border-radius: 3px !important;
    overflow: hidden;
  }
}

.mevent-popover .mevent-item .mevent-item-event-time {
  display: none;
}

.mevent-popover .mevent-item .mevent-item-aside {
  width: 140px;
  display: none;
}

.mevent-popover .mevent-item .mevent-item-aside .mevent-item-month-day {
  font-size: 40px;
}

.mevent-popover .mevent-item .mevent-item-aside .mevent-item-month-name {
  font-size: 18px;
}

.mevent-popover .mevent-item .mevent-item-aside .mevent-item-year {
  font-size: 18px;
}

.mevent-popover .mevent-item .mevent-item-name {
  font-size: 22px;
}

.mevent-popover .mevent-item .mevent-item-section {
  display: block;
}

.mevent-popover .mevent-item .mevent-item-section > .mevent-cell {
  display: block;
  width: 100% !important;
}

.mevent-popover .mevent-item .mevent-item-section > .mevent-cell .mevent-item-photo {
  margin: 0 auto 10px;
}

.mevent-popover .mevent-item .mevent-item-section .mevent-cell:first-child {
  width: 100%;
}

.mevent-popover .mevent-item .mevent-item-section .mevent-item-event-time {
  font-size: 18px;
}

.mevent-popover .mevent-item .mevent-item-section .mevent-item-body {
  font-size: 16px;
  line-height: 18px;
}

.mevent-popover .mevent-item .mevent-item-section .mevent-item-body p {
  font-size: 16px;
  line-height: 18px;
}

.mevent-popover .mevent-item .mevent-item-section .mevent-item-photo {
  width: 50px;
  height: 50px;
}

.mevent-popup-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px;
}

.mevent-popup-container .mevent-popup {
  position: absolute;
  right: 50%;
  max-width: 600px;
  width: 100%;
  background-color: #FFFF;
  border-radius: 6px;
  box-shadow: -1px 1px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  top: 50%;
  transform: translate(50%, -50%);
}

@media screen and (max-width: 766px) {
  .mevent-popup-container .mevent-popup {
    margin-top: 0;
    top: 50px;
    width: auto;
    margin-right: 0;
    right: auto;
    left: auto;
    transform: none;
    position: relative;
    margin-bottom: 80px;
  }
}

.mevent-popup-container .mevent-popup .mevent-popup-footer {
  text-align: center;
  padding: 20px 0;
  margin-top: 20px;
  border-top: 1px solid #f0f0f0;
}

.mevent-popup-container .mevent-popup .mevent-popup-footer a {
  font-size: 20px;
  text-decoration: none;
  color: #999;
}

.mevent-popup-container .mevent-popup .mevent-popup-footer a:hover {
  color: #000;
}

.mevent-popup-container .mevent-popup .mevent-popup-section {
  padding: 15px;
}

.mevent-popup-container .mevent-popup .mevent-popup-section p {
  margin: 0;
  font-size: 20px;
  line-height: 22px;
}

@media screen and (max-width: 766px) {
  .mevent-popup-container .mevent-popup .mevent-popup-section p {
    font-size: 18px;
    line-height: 23px;
  }
}

.mevent-popup-container .mevent-popup .mevent-popup-close {
  position: absolute;
  top: 15px;
  right: 15px ;
  width: 40px;
  height: 40px;
  text-decoration: none;
  color: #444;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  font-style: normal;
  font-size: 30px;
}

.mevent-popup-container .mevent-popup .mevent-popup-close i {
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

.mevent-popup-container .mevent-popup .mevent-popup-close:hover {
  background-color: #fff;
}

.mevent-popup-container .mevent-popup .mevent-popup-header {
  height: 300px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: 50% 50%;
}

.mevent-popup-container .mevent-popup .mevent-popup-title {
  color: #FFF;
  margin: 0;
  font-size: 30px;
  font-weight: 900;
}

@media screen and (max-width: 766px) {
  .mevent-popup-container .mevent-popup .mevent-popup-title {
    font-size: 23px !important;
  }
}

.mevent-popup-container .mevent-popup .mevent-popup-header-caption {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 30px;
  text-align: center;
}

.mevent-popup-container .mevent-popup .mevent-popup-time-event {
  font-size: 20px;
  color: #FFF;
  line-height: 20px;
  margin-top: 5px;
  display: block;
  font-weight: 400;
  direction: ltr ;
}

.mevent-item {
  position: relative;
  transition-property: all;
  transform: translateY(50px);
  transition-duration: 0.5s;
  opacity: 0;
  min-height: 160px;
  display: block;
  color: #444;
  padding: 30px;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  margin: 0 -30px;
  padding-right: 195px;
}

.mevent-item, .mevent-item:hover, .mevent-item:active, .mevent-item:focus {
  text-decoration: none !important;
}

@media screen and (max-width: 766px) {
  .mevent-item {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.mevent-item:last-child {
  border-bottom: none;
}

.mevent-item .mevent-item-name {
  margin: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}

@media screen and (max-width: 766px) {
  .mevent-item .mevent-item-name {
    font-size: 23px !important;
  }
}

.mevent-item .mevent-item-event-time {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 5px;
  display: block;
  color: #a6a6a6;
  direction: ltr ;
}

.mevent-item .mevent-item-event-time img {
  vertical-align: middle;
  display: inline-block;
  margin-left: 3px ;
  width: 18px;
}

@media screen and (max-width: 766px) {
  .mevent-item .mevent-item-event-time {
    font-size: 20px;
    line-height: 24px;
  }
}

.mevent-item .mevent-item-body {
  line-height: 23px;
  font-size: 18px;
  color: #666;
  margin-top: 5px;
}

.mevent-item .mevent-item-body p {
  margin: 5px 0;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
}

.mevent-item .mevent-item-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.mevent-item .mevent-item-header .mevent-cell {
 
}

.mevent-item:hover {
  background-color: #fcfcfc;
}

.mevent-item .mevent-item-aside {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
  height: 100%;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 766px) {
  .mevent-item .mevent-item-aside {
    display: block;
    position: static;
    height: auto;
    width: 100%;
  }
  .mevent-item .mevent-item-aside .mevent-item-month-day, .mevent-item .mevent-item-aside .mevent-item-month-name, .mevent-item .mevent-item-aside .mevent-item-year {
    font-size: 23px !important;
    color: #444 !important;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 0 10px !important;
    display: inline-block !important;
    min-width: auto !important;
    font-weight: 400 !important;
  }
}

.mevent-item .mevent-item-aside .mevent-item-color-line {
  position: absolute;
  top: 15px;
  bottom: 15px;
  right: 0;
  width: 3px;
  height: auto;
  display: block;
}

.mevent-item .mevent-item-aside .mevent-item-month-day {
  margin: 0;
  display: block;
  font-size: 50px;
  line-height: 30px;
  font-weight: 300;
  color: #666;
}

.mevent-item .mevent-item-aside .mevent-item-month-name {
  font-size: 22px;
  display: block;
  line-height: 28px;
  color: #999;
  font-weight: 300;
}

.mevent-item .mevent-item-aside .mevent-item-year {
  margin-top: 8px;
  display: block;
  border-radius: 3px;
  font-size: 20px;
  line-height: 24px;
  padding: 5px 15px;
  text-align: center;
  min-width: 80px;
  background-color: #fafafa;
}

.mevent-item .mevent-item-aside .mevent-item-year:hover, .mevent-item .mevent-item-aside .mevent-item-year {
  color: #444;
}

.mevents-plug {
  background-color: #fff;
}

.mevents-plug [is-container] .mevents-section {
  display: none;
}

.mevents-plug [is-container][data-active="1"] .mevents-section[data-month-id="1"] {
  display: block;
}

.mevents-plug [is-container][data-active="2"] .mevents-section[data-month-id="2"] {
  display: block;
}

.mevents-plug [is-container][data-active="3"] .mevents-section[data-month-id="3"] {
  display: block;
}

.mevents-plug [is-container][data-active="4"] .mevents-section[data-month-id="4"] {
  display: block;
}

.mevents-plug [is-container][data-active="5"] .mevents-section[data-month-id="5"] {
  display: block;
}

.mevents-plug [is-container][data-active="6"] .mevents-section[data-month-id="6"] {
  display: block;
}

.mevents-plug [is-container][data-active="7"] .mevents-section[data-month-id="7"] {
  display: block;
}

.mevents-plug [is-container][data-active="8"] .mevents-section[data-month-id="8"] {
  display: block;
}

.mevents-plug [is-container][data-active="9"] .mevents-section[data-month-id="9"] {
  display: block;
}

.mevents-plug [is-container][data-active="10"] .mevents-section[data-month-id="10"] {
  display: block;
}

.mevents-plug [is-container][data-active="11"] .mevents-section[data-month-id="11"] {
  display: block;
}

.mevents-plug [is-container][data-active="12"] .mevents-section[data-month-id="12"] {
  display: block;
}

@media screen and (max-width: 766px) {
  .mevent-item-section {
    text-align: right;
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
  }
  .mevent-item-section > .mevent-cell:last-child {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, black 100%);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
  }
  .mevent-item-section > .mevent-cell:last-child * {
    color: #FFF !important;
  }
  .mevent-item-section > .mevent-cell:last-child .mevent-item-header {
    display: block;
  }
}

.mevent-item-section.has-photo {
  display: table;
  width: 100%;
  min-height: 100px;
}

.mevent-item-section.has-photo > .mevent-cell {
  vertical-align: middle;
  display: table-cell;
}

.mevent-item-section.has-photo > .mevent-cell:first-child {
  width: 1%;
}

.mevent-item-section.has-photo .mevent-item-photo {
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 50%;
  margin-left: 15px;
  background-size: cover;
  background-position: 50% 50%;
}

@media screen and (max-width: 766px) {
  .mevent-item-section.has-photo > .mevent-cell {
    display: block;
  }
  .mevent-item-section.has-photo > .mevent-cell:first-child {
    width: 100%;
  }
  .mevent-item-section.has-photo > .mevent-cell .mevent-item-photo {
    border-radius: 0;
    width: 100%;
    height: 250px;
  }
}

.mevents-plug {
  max-width: 1100px;
  margin: 20px auto;
  padding: 30px 30px 0;
  border-radius: 3px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}

.mevents-plug .mevent-main-header {
  text-align: center;
  font-size: 30px;
  margin: 20px 0;
}

@media screen and (max-width: 766px) {
  .mevents-plug .mevent-main-header {
    font-size: 30px !important;
  }
}

.mevents-plug .mevents-section {
  padding-top: 30px;
}

.mevents-plug .mevent-top-line {
  text-align: left;
  padding-bottom: 10px;
}

.mevents-plug .mevent-today {
  background-color: whitesmoke;
  color: #000;
  font-size: 18px;
  text-decoration: none;
  border-radius: 3px;
  padding: 8px 20px;
  display: inline-block;
}

.mevents-plug .mevent-today:hover {
  background-color: #e0e0e0;
}

.mevents-plug .mevents-header {
  background-color: #fafafa;
  margin: 0 -30px;
  padding: 20px 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.mevents-plug .mevents-header .mevent-month {
  background-color: #979ca1;
  color: #FFF;
  text-align: center;
  padding: 8px 0;
  flex-grow: 1;
  flex-basis: 55px;
  border-radius: 3px;
  margin: 0 2px;
  text-decoration: none;
  display: block;
  transition: all 0.3s;
  font-size: 18px;
  line-height: 18px;
}

.mevents-plug .mevents-header .mevent-month:hover {
  background-color: #666;
}

.mevents-plug .mevents-header .mevent-month.active {
  background-color: #4d5cf1;
  color: #FFF;
}

@media screen and (max-width: 993px) {
  .mevents-plug .mevents-header {
    display: block;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 10px;
    white-space: nowrap;
  }
  .mevents-plug .mevents-header .mevent-month {
    display: inline-block;
    padding: 10px 20px;
  }
}
