/**
 * Theme Name: HDC
 * Version: 1.0
 * Author: Digital Gravity Media
**/
.status {
	display: flex;
    align-items: center;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    margin-top: 15px;
    box-shadow: 2px 3px 3px 0px rgb(0 0 0 / 16%);
    border-radius: 4px;
    overflow: hidden;
	width: fit-content;
}

.title-text {
	padding: 10px;
    margin-bottom: 0;
}

.status-description {
	margin-bottom: 0;
    padding: 10px;
}
@media screen and (max-width: 640px) {
	.status {
		margin-left: auto;
    	margin-right: auto;
		font-size: 14px;
	}

}

.recent .recent-info-wrap {
	font-size: inherit!important;
}

.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;
}