  /* breakpoints */
.feed {
  background: transparent;
  padding: 15px 30px;
}

.feed h1, .feed h2, .feed h3, .feed h4, .feed h5, .feed h6 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d2d2d2;
}

.feed .feed-item {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d2d2d2;
  background: transparent;
  margin-left: 10px;
  padding: 10px 10px 10px 0px;
}

.feed .feed-item .feed-title {
  display: none !important;
}

.feed .feed-item .feed-title a {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  font-weight: bold;
  text-decoration: none;
}

.feed .feed-datetime {
  font-size: 11px;
  font-size: 1.1rem;
  float: left;
}

.feed .feed-author {
  font-size: 11px;
  font-size: 1.1rem;
  float: right;
}

.feed .feed-description {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 13px;
  font-size: 1.3rem;
  box-sizing: border-box;
  clear: both;
  display: -webkit-box;
  height: unset;
  margin: 5px;
  overflow: hidden;
  padding-bottom: 0;
  text-overflow: ellipsis;
}

.feed .feed-description nr-sentence {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

.feed .feed-description nr-sentence:first-child {
  display: -webkit-box;
}

.feed .feed-description img {
  margin: 0 4px;
}

.feed .feeds .feed-link:before {
  border: none;
}

.feed .feed-link {
  background: #ffffff;
  font-style: normal;
  font-weight: 700;
  padding: 0;
  padding-top: 16px;
  text-align: center;
  text-decoration: none;
}

.feed .feed-link a {
  border: 2px solid #C74486;
  color: #C74486;
  display: inline-block;
  font-size: 18px;
  padding: 16px 29px 16px 29px;
  text-align: center;
  text-decoration: none;
}

.feed .feed-link a:hover {
  background-color: #FCAAD3;
  color: #C74486;
}

.feed .feed-link a:active {
  box-shadow: 2px 2px #7a7a79;
}

.feed .feed-link a:focus {
  background-color: #C74486;
  border: 2px solid #ffffff;
  color: #ffffff;
  outline: unset;
}

.feed .feed-item:first-of-type {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.feed .feed-item {
  border: none;
  float: left;
  line-height: 28px;
  margin-left: 0;
  padding: 24px 30px;
  padding-bottom: 24px;
}

.feed .feed-item .feed-item-title, .feed .feed-item .feed-title {
  display: inline-block;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  padding-bottom: 8px;
  padding-top: 24px;
  text-align: left;
}

.feed .feed-item .feed-item-title .feed-title, .feed .feed-item .feed-title .feed-title {
  display: none;
}

.feed .feed-item .feed-item-title a, .feed .feed-item .feed-title a {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

.feed .feed-item .feed-item-title a:hover, .feed .feed-item .feed-title a:hover {
  text-decoration: underline;
}

.feed .feed-item .feed-item-title a:focus, .feed .feed-item .feed-title a:focus {
  background-color: #C74486;
  box-shadow: none;
  color: #fff;
  outline: 3px solid #C74486;
  text-shadow: none;
}

.feed .feed-item .feed-datetime {
  display: none;
}

.feed .feed-item .feed-description, .feed .feed-item p, .feed .feed-item li, .feed .feed-item a {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  height: unset;
  line-height: 28px;
  margin: 0;
}

.feed .feed-item .feed-description a, .feed .feed-item p a, .feed .feed-item li a, .feed .feed-item a a {
  display: none;
}

.feed .feed-item a {
  color: #C74486 !important;
  text-decoration: none;
}

.feed .feed-item a:hover {
  text-decoration: underline;
}

.feed .feed-item a:focus {
  background-color: #C74486;
  box-shadow: none;
  color: #fff !important;
  padding: 2px;
  text-decoration: none;
  text-shadow: none;
}

.feed .feed-item .feed-link a {
  border: 0;
  border: none;
  float: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 0;
}

.feed .feed-item .feed-link a::after {
  color: #C74486;
  content: "\f054" !important;
  font-family: "FontAwesome";
  font-size: 12px;
  font-weight: 300;
  margin-right: 34px;
  padding-left: 5px;
  white-space: nowrap;
}

.feed .feed-item .feed-link a:hover {
  background-color: unset;
  color: #A82768;
}

.feed .feed-item .feed-link a:hover::after {
  color: #A82768;
  padding-left: 10px;
}

.feed .feed-item .feed-link a:focus {
  background-color: #C74486;
  box-shadow: none;
  color: #fff !important;
  outline: 3px solid #C74486;
  text-shadow: none;
}

.feed .feed-item .feed-link a:active {
  box-shadow: none;
}

.feed .feed-item img {
  height: 250px;
  max-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.feed h2 {
  border: none;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  padding-bottom: 10px;
  padding-left: 30px;
}

.feed .feeds .feed-item {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}

.feed .feed-link:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 100%;
}

.feed .feed-link:before {
  border: none;
}

@media screen and (min-width: 992px) {
  .feed .feed-item img {
    height: 350px;
    max-height: 350px;
  }
  .feed .feed {
    padding: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .feed .feed-item img {
    height: 400px;
    max-height: 400px;
  }
}

/* breakpoints */
.feed.feed-grid .feed-item {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  width: 32%;
  margin: 0 1% 10px 0;
  padding: 20px;
}

@media only screen and (max-width: 639px) {
  .feed.feed-grid .feed-item {
    width: 100%;
  }
}
