 /* -------------------
 ** Events and News Pages
 ** -------------------*/
.cpt_events, 
.news-item {
  clear: both;
  margin-top: 20px !important;
  padding-top: 20px;
 }
 .sc-ev-horizonal {
	 width: 100%;
 }
.news-item .edit-link,
 article.post .edit-link,
 article.cpt_events .edit-link {
  float: right;
 }
 article.cpt_events .entry-footer {
  clear: both;
 }
.news-item .entry-header {
  margin-bottom: 20px;
 }
 .news-item .entry-header h2 {
  margin-top: 0;
 }
 .screen-reader-text {
  display: none;
 }
.image-group {
  position:relative;
  width: 100%;
}
.image-group::after {
  clear:both;
}
.center-image {
	display: flex;
	justify-content: center;
}
.left-image {
  float:left;
  width: 200px;
  margin-right: 20px;
}
.cpt_events .left-image img {
  max-width: 100px;
}
.right-text {
  float: left;
  width: calc( 100% - 220px);
}
.news-full-container .right-text {
  float: right;
  width: calc( 100% - 220px);
}
.cpt_events h2 {
  margin-top: 20px;
  float: left;
  width: 100%;
}
.cpt_events h2:first-of-type {
  margin-top: 0;
}
.cpt_events h3 {
  margin: 15px 0 0;
}
.cpt_events .entry-header {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.cpt_event .entry-content {
  margin-top: 15px;
}
.post h2,
.news h2 {
  margin: 0;
}
.post h2 {
  margin-top: 15px;
}
.post .entry-meta,
.news .date {
  border: none;
  font-size: 0.9rem;
  margin-bottom: 15px;
  width: 100%;
}
.post-tags {
  font-size: 0.8rem;
}
.news .date {
  text-align: right;
}
#columns .image-group {
  border-bottom: 1px solid #eee;
}
#columns .left-image {
  width: 200px;
  margin-right: 20px;
}
#columns .right-text {
  width: calc(100% - 220px);
  padding-right: 10px;
}
#columns section.news .entry-header,
#columns section.news .entry-header h3 {
  margin: 0;
}
#columns h3 {
  font-size: 18px;
}
.sc-ev-events {
    display: flex;
    flex-direction: row;
    width: 100%;
    position: relative;
    gap: 10px;
    flex-wrap: wrap;
	justify-content: space-between;
 }
 .sc-ev-events .sc-ev-event {
	 width: 31%;
	 display:flex;
	 flex-direction: column;
	 border: 1px solid #e7e7e7;
 }
 .sc-ev-events .sc-ev-event .left-image {
    width: 100%;
    height: 110px;
	float: unset;
    margin: 0 0 10px;
	display: flex;
	justify-content: center;
  }
 .sc-ev-events .sc-ev-event .right-text {
	 width: 100%;
 }
 .sc-ev-event h3 {
     font-size: 1.2rem;
 }
 .sc-ev-event .cta {
	 border: none;
	 margin: 0;
	display: flex;
	justify-content: center;
 }
 .sc-ev-event .event-content {
	 margin-top: 10px;
 }
.sc-ev-vertical h2,
.sc-ev-vertical h3,
.sc-ev-horizontal h2,
.sc-ev-horizontal h3 {
	width: 100%;
}
.sc-ev-events.sc-ev-horizontal {
    flex-direction: column;
}
.sc-ev-events.sc-ev-horizontal .sc-ev-event {
	 flex-direction: row;
	 width: 100%;
}
.sc-ev-events.sc-ev-horizontal .sc-ev-event .left-image {
    width: 200px;
	margin-right: 20px;
}
@media screen and (max-width: 1000px) {
	.sc-ev-events {
		width: 98%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 600px) {
	.sc-ev-events .sc-ev-event {
		width: 60%;
		margin: 0 auto;
	}
  .left-image {
    float: none;
    width: 100%;
  }
  .left-image img {
    display: block;
    margin: 0 auto;
  }
  .right-text {
    float: none;
    width: 100%;
  }
  .right-text h2 {
    text-align: center;
  }
  #columns .left-image {
    width: 200px;
    margin: 0 auto;
  }
  #columns .right-text {
    width: 100% ;
  }
}
@media only screen and (max-width: 1000px) {
  .pagination {
    height: auto;
    border: none;
  }
}
.expanded .news-item-container,
.news-full-container {
  visibility: hidden;
  opacity: 0;
  display:none;
  transition: visibility 1s, opacity 1s linear;
}
.expanded .news-full-container {
  visibility: visible;
  opacity: 1;
  display: block;
}
