/**
 * Theme Name: HDC
 * Version: 1.0
 * Author: Digital Gravity Media
**/



.back-to-top {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 80px;
  right: 40px;
  display: none;
  color: #535353;
  text-align: center;
  background-color: transparent;
  opacity: 0.6;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.back-to-top:hover {
  opacity: 1;
}

//Custom added by Ian

.back-to-top i:before {
  font-size: 22px;
  line-height: 40px;
  color: #fff;
  margin-top: -2px;
}

@media only screen and (min-width: 1025px) {
.top-bar .header-menu li > a:before {
background-color: transparent !important;
}}

.featured-post-right-side .featured-post-info h5, .featured-post-right-side .featured-post-info .text-right h5 {
color:#000;
}

.news-item-wrap .news__no_thumbnail.news-text {
border-top: 10px solid #f2ba00;
}

.donate-diagram {
display:none;
}