/**
 * 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;
}






/************************ Start Home Hero Images ***********************/


.header .data.sticky-container {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
}

.header .slide-header {
	position: relative;
	height: 792px;	
	object-position: center;
}

.header .slide-header img {
	position: absolute;
	top: 0;
    right: 0;
    bottom: 0 ;
	width: 100%;
	height: 100%;
    left: 0;
	object-fit: cover;
}

.header .slide-header:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0 ;
	width: 100%;
	height: 100%;
    left: 0;
    background: #000;
    opacity: 0.2;
    z-index: 1;
}

 .custom-image {
	height: 799px;
    object-fit: cover;
}
/* End Home Hero Images */

/* Start Home Hero Video */

video {
	width: 100%;
}

@media screen and (max-width: 1500px) {
	video {
		width: auto;
	}
}

@media only screen and (max-width: 1024px) {
	body.home .header {
		height: auto!important;
	}
}

@media only screen and (max-width: 640px) {
	body .header {
		height: auto!important;
	}
}

/* End Home Hero Video */

.buildings-template-default .header .data.sticky-container
{
	position:relative;
}