/* Enter Your Custom CSS Here */
.wpra-item.feed-item {
  border: medium none;
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  height: auto;
  position: relative;
  padding: 16px 20px;
  margin: 0px;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  width: 100%;
  cursor: pointer;
  appearance: none;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  white-space: normal;
  background: #E1FFFB none repeat scroll 0% 0%;
  color: inherit;
  transition: box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, border-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s;
  margin-bottom: 20px;
}
body, a {
	font-family: Arial, sans-serif;
}
a {
 color: #000;
 text-decoration: none !important;
 font-size: 1.5rem;
}
.wpra-item.feed-item:hover {
  background: #01D3B9 none repeat scroll 0% 0%;
  font-weight: bold !important;
}
.entry-header {
	display:none !important;
}
#site-header {
		display:none !important;
}
.footer-nav-widgets-wrapper {
	display:none !important;
}
#site-footer {
	display:none !important;
}
  .social-icons-container {
  text-align: center;
  display: grid;
  grid-auto-flow: column;
}
.social-icons {
  font-size: 3rem;
  padding: 14px;
	  display: grid;
  float: inline-start;
}
.social-icons:hover {
color: #01d3b9;
}
span.social-description {
  font-size: 13px;
  padding-top: 12px;
}
.wpra-item-list.rss-aggregator {
    margin: 0 3rem 3rem 3rem;
}