/* ========================================================================
   Variables
 ========================================================================== */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
*:focus {
  outline: none;
}
.page-template-template-events p {
  font-family: 'euclidcircularb-regular', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #70727b;
}
.page-template-template-events .grid-wrapper {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  gap: 35px;
  justify-content: center;
}
.page-template-template-events .hero {
  text-align: center;
  padding: 100px 0 65px;
}
.page-template-template-events .hero p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-template-events .curent-events {
  margin-bottom: 96px;
}
.page-template-template-events .curent-events p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.page-template-template-events .curent-events .no-event {
  font-family: 'euclidcircularb-semibold', Helvetica, Arial, sans-serif;
  color: #0EC76A;
}
.page-template-template-events .past-events {
  margin-bottom: 96px;
}
.page-template-template-events .past-events .past-header {
  margin-bottom: 62px;
}
.page-template-template-events .past-events .past-header h2 {
  font-family: 'euclidcircularb-bold', Helvetica, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: -1.29px;
  text-align: center;
  color: #131314;
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 1440px) {
  .page-template-template-events .past-events .past-header h2 {
    font-size: 2.5rem;
  }
}
.page-template-template-events .past-events .past-header p {
  margin: 0px;
  max-width: 720px;
  text-align: center;
}
.page-template-template-events .event {
  border: 1px solid rgba(223, 225, 237, 0.7);
  border-radius: 8px;
  box-shadow: none;
  position: relative;
  transition: all 0.25s;
  top: 0;
  margin-top: 0;
  width: calc(48% - 7px);
  padding-left: 0;
}
@media screen and (max-width: 959px) {
  .page-template-template-events .event {
    width: 100%;
  }
}
.page-template-template-events .event:hover {
  transition: all 0.25s;
  box-shadow: 0 10px 30px -10px rgba(42, 43, 46, 0.15);
  top: -3px;
}
.page-template-template-events .event:hover .img-holder {
  transition: all 0.25s;
}
.page-template-template-events .event:hover .is-text-uppercase {
  transition: all 0.25s;
}
.page-template-template-events .event:hover h3 {
  transition: all 0.25s;
}
.page-template-template-events .event .curent-holder:hover {
  transform: scale(1.1);
}
.page-template-template-events .event .img-container {
  overflow: hidden;
}
.page-template-template-events .event .content {
  padding: 1.5rem;
  height: 100%;
}
.page-template-template-events .event .content .is-text-uppercase {
  font-family: 'euclidcircularb-bold', Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.85;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.page-template-template-events .event .content h3 {
  font-family: 'euclidcircularb-bold', Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.33;
  letter-spacing: normal;
  color: #131314;
  word-wrap: break-word;
}
.page-template-template-events .event .content p {
  font-family: 'euclidcircularb-regular', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: normal;
  color: #70727b;
}
.page-template-template-events .event .img-holder {
  width: 100%;
  height: auto;
  min-height: 200px;
  border-radius: 6px 6px 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.25s;
}
.page-template-template-events .br-two-cols-grid .event .img-holder {
  min-height: 277px;
}
.page-template-template-events .event .is-text-uppercase {
  position: relative;
  display: table;
  width: auto;
  border-radius: 4px;
  padding: 6px 12px;
  line-height: 1 !important;
  color: #ffffff;
  transition: all 0.25s;
  margin: 0;
}
.page-template-template-events .event h3 {
  transition: all 0.25s;
  font-family: 'euclidcircularb-regular', Helvetica, Arial, sans-serif;
  font-size: 1.35rem;
  line-height: 1.6;
}

