@import "hero-slider.css";

/*----------- activityS PAGE STYLES ----------------------*/
section.basic-information{
  padding-bottom: 0;
}

.view-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.activity-row{
  max-width: 32%;
  margin-bottom: 30px;
  box-sizing: border-box;
  background: #ffffff;
  color: #000000;
}

.activity-row img{
  width: 100%;
  height: auto;
}

.activity-row .activity-title {
  font-size: 1.5em;
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.activity-row .activity-subtitle {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999;
  margin-left: 10px;
  margin-right: 10px;
}

.activity-row .activity-body {
  line-height: 1.5rem;
  padding-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
  white-space: break-spaces;
  text-overflow: ellipsis;
  /*border-bottom: 1px solid #ddd;*/
  height: 120px;
}

.activity-row .views-field-view-node{
  position: relative;
  text-transform: uppercase;
}

.activity-row .views-field-view-node a:after {
  font-family: "Material Icons";
  content: "\e5c8";
  font-size: 22px;
  position: absolute;
  padding-left: 15px;
}

.activity-row h1,
.activity-row h2,
.activity-row h3,
.activity-row h4,
.activity-row h5,
.activity-row h6 {
  color: #000;
}

.activity-row a {
  font-weight: 500;
  color: #000;
  transition: color 0.2s ease-out;
}

.activity-row a:hover {
  color: #e80051;
}

.activity-row .views-field-view-node {
  margin: 15px 10px 15px 10px;
}

@media (max-width: 1280px) {
  .activity-row{
    max-width: 49%;
  }
}

@media (max-width: 768px) {
  .activity-row{
    max-width: 100%;
    width: 100%;
  }
}
