#lwe-container {
  display: flex;
  width: 100%;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
}

.lwe-page-left {
  flex-grow: 0;
  width: 340px;
}

h2.title-month a {
  display: inline-block;
  font-size: 1.625rem;
  color: #454545;
  text-decoration: none;
}

#month-select-wrapper {
  max-width: 339px;
  width: 339px;
  padding: 0 !important;
}

#select-month {
  max-width: 339px;
  width: 339px;
  color: black;
  border: 1px solid #dfdfdf;
  background-color: white;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.no-events {
  width: 100%;
  color: black;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}

#events-page-calendar {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  max-width: 340px;
  width: 340px;
}

.calcel {
  display: inline-block;
  background-color: white;
  padding: 2px;
  height: 43px;
  width: 43px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-align: left;
  position: relative;
  z-index:10;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
}

.calcel>.hasevent-link {
  display: inline-block;
  color: #454545;
  width: 100%;
  padding-bottom: 5px;
}

.calcel .event-count {
  color: white;
  background-color: #8b2331;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  bottom: 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.calcel.right-border {
  border-right: 1px solid #dfdfdf;
}

.calcel.top-border {
  border-top: 1px solid #dfdfdf;
}

.catTag {
  display: inline-block;
  margin-right: 2px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#category-filter, #tag-filter {
  margin-bottom: 20px;
}

#category-filter label, #tag-filter label {
  margin-left: 5px;
  font-weight: normal;
}

#category-filter>div, #tag-filter>div {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 5px;
}

.lwe-page-right {
  flex-grow:2;
}

div#events-list-wrapper {
  padding: 0px;
  margin-top: 0px;
  flex-grow: 2;
}

div.event-item-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  position: relative;
  border-top : 2px solid #dfdfdf;
  margin: 10px 0;
  padding-top: 10px;
}

div.event-item-wrapper:first-of-type {
  border-top: 0px;
  margin-top: 0px;
  padding-top: 0px;
}

div.event-item-wrapper > a {
  text-decoration: none;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

div.event-image {
  padding: 0px;
  width: 90px;
  height: 90px;
}

div.event-image>img {
  width: 90px;
  height: 90px;
  border: 1px solid var(--border-gray);
}

div.event-item-wrapper p {
  font-size: 1.1rem;
  line-height: 1.2rem;
  margin-top: 0;
  margin-bottom: 8px;
}

div.event-item-details {
  color: black;
  padding: 10px;
  flex-grow: 2;
  width: calc(100% - 160px);
}

div.event-description {
  margin-top: 10px;
}

div.item-title {
}

#lwe-view-form #events-list-wrapper {
  margin-top: 0;
}

#view-all-events {
  color: #8b2331;
}

.event-desc-reg-wrapper {
  display: inline-block;
  width: 100%;
  flex-grow: 3;
}



@media screen and (max-width: 1200px) {


}

@media screen and (max-width: 991px) {

}


@media screen and (max-width: 767px) {


}

@media screen and (max-width: 390px) {

}

