/* calendar css  */
.upk-calendar-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.upk-calendar-grid .upk-frist-column,
.upk-calendar-grid .upk-show-post-column,
.upk-calendar-grid .upk-hide-post-column {
  grid-column: span 6/auto;
}

.upk-post-calendar .upk-calendar caption {
  text-align: right;
  margin-bottom: 30px;
}
.upk-post-calendar .upk-calendar caption .upk-year {
  font-weight: 600;
  color: #2b2d42;
  font-size: 20px;
  line-height: 1;
}
.upk-post-calendar .upk-calendar table {
  width: 100%;
  border-collapse: collapse;
}
.upk-post-calendar .upk-calendar table thead tr th {
  color: #2B2D42;
  text-align: center;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.upk-post-calendar .upk-calendar table th,
.upk-post-calendar .upk-calendar table td {
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 14.2857142857%;
}
.upk-post-calendar .upk-calendar table th span,
.upk-post-calendar .upk-calendar table td span {
  font-size: 12px;
}
.upk-post-calendar .upk-calendar table th#today,
.upk-post-calendar .upk-calendar table td#today {
  background: #2b2d42;
  color: #fff;
  font-weight: 700;
  transition: all 0.3s ease;
}
.upk-post-calendar .upk-calendar table th#today:hover,
.upk-post-calendar .upk-calendar table td#today:hover {
  background: #e62a3f;
}
.upk-post-calendar .upk-calendar table th.upk-has-post,
.upk-post-calendar .upk-calendar table td.upk-has-post {
  background: #2b2d42;
}
.upk-post-calendar .upk-calendar table th.upk-has-post span a,
.upk-post-calendar .upk-calendar table td.upk-has-post span a {
  color: #fff;
  font-weight: 700;
}
.upk-post-calendar .upk-calendar table th.upk-has-post .upk-click-day,
.upk-post-calendar .upk-calendar table td.upk-has-post .upk-click-day {
  height: 100%;
  width: 100%;
  background: transparent;
  display: inline-block;
  transition: all 0.3s ease;
}
.upk-post-calendar .upk-calendar table th.upk-has-post.upk-selected, .upk-post-calendar .upk-calendar table th.upk-has-post:hover,
.upk-post-calendar .upk-calendar table td.upk-has-post.upk-selected,
.upk-post-calendar .upk-calendar table td.upk-has-post:hover {
  background: #e62a3f;
}
.upk-post-calendar .upk-calendar table td.pad {
  background: transparent !important;
}
.upk-post-calendar .upk-calendar .upk-month-dropdown {
  color: #2B2D42;
  background: transparent;
  font-size: 18px;
  font-weight: 600;
  border: none;
  padding: 0;
  text-transform: uppercase;
  margin-right: 10px;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 140px;
}
.upk-post-calendar .upk-calendar .upk-month-dropdown:focus {
  outline: none;
}
.upk-post-calendar .upk-calendar .upk-month-dropdown option {
  direction: ltr;
}
.upk-post-calendar .upk-calendar:hover .upk-month-dropdown {
  -o-appearance: auto;
  -ms-appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.upk-post-calendar .upk-post-calendar-wrapper {
  padding: 30px;
}
.upk-post-calendar .upk-post-calendar-lists {
  background-color: #2B2D42;
  position: relative;
}
.upk-post-calendar .upk-post-calendar-lists .upk-post-calendar-list {
  padding: 0;
  margin: 0;
}
.upk-post-calendar .upk-post-calendar-lists .upk-post-calendar-list li {
  font-size: 16px;
  list-style: none;
  color: #8D99AE;
}
.upk-post-calendar .upk-post-calendar-lists .upk-post-calendar-list .upk-post-calendar-title {
  list-style: none;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  transition: background 0.3s ease;
  border-bottom: 1px solid #474a65;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.upk-post-calendar .upk-post-calendar-lists .upk-post-calendar-list .upk-post-calendar-title:nth-last-child(1) {
  margin-bottom: 0px;
}
.upk-post-calendar .upk-post-calendar-lists .upk-post-calendar-list .upk-post-calendar-title a {
  color: #8D99AE;
  font-size: 14px;
  transition: all 0.3s ease;
  font-weight: 400;
}
.upk-post-calendar .upk-post-calendar-lists .upk-post-calendar-list .upk-post-calendar-title a:hover {
  color: #afb8c7;
}
.upk-post-calendar .upk-post-calendar-lists .upk-date-wrapper {
  color: #EDF2F4;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
@media screen and (min-width: 960px) {
  .upk-post-calendar .upk-post-calendar-lists .upk-date-wrapper {
    margin-bottom: 15px;
    font-size: 24px;
  }
}

.elementor-widget-upk-post-calendar .elementor-widget {
  overflow: hidden;
}

@media (min-width: 768px) {
  .upk-calendar-grid .upk-frist-column {
    grid-column: span 2/auto;
  }
  .upk-calendar-grid .upk-show-post-column {
    grid-column: span 4/auto;
  }
  .upk-calendar-grid .upk-post-calendar .upk-calendar table thead tr th {
    font-size: 14px;
  }
  .upk-calendar-grid .upk-post-calendar .upk-calendar table th span, .upk-calendar-grid .upk-post-calendar .upk-calendar table td span {
    font-size: 14px;
  }
  .upk-calendar-grid .upk-post-calendar .upk-calendar .upk-month-dropdown {
    padding: 10px 22px;
  }
}