/* event fullwidth css code below */
.tm-sc-tribe-events {
  &.tm-sc-tribe-events-fullwidth {
    .event {
      margin-bottom: 30px;
      padding: 30px;
      border: 1px solid rgba(200, 200, 200, 0.15);
      background-color: #fff;
      .event-date {
        .day {
          color: var(--theme-color1);
          font-size: 48px;
          line-height: 1.1;
          font-weight: 600;
          display: block;
        }
        .month {
          color: #999;
          font-size: 20px;
          line-height: 1.1;
          text-transform: uppercase;
        }
      }
      .event-thumb {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
      }
    }
  }
}