/* Media Waste */

.media-waste {
	margin-bottom: 30px;
}

.media-waste .media-waste-header {
	display: block;
	width: 90%;
	padding: 10px 10px 0px 10px;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 8px 0;
    color: #000 
}

.media-waste .media-waste-header .media-waste-avatar {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    border: 2px #fff solid;
    margin: 0 8px 8px auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
}
.media-waste .media-waste-user {
	font-size: 14px;
	font-weight: 600;
    color: #000
}
.media-waste .media-waste-date {
	font-size: 10px;
}
.media-waste .media-waste-actions {
	padding: 12px 16px 5px 16px;
	border-top:#e9e9e9 1px solid;
	display: flex;
}
.media-waste .media-waste-actions i {
	font-size: 25px;
	margin-right: 10px;
}
.media-waste .media-waste-content {
	position: relative;
}
.media-waste .swiper-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.media-waste .swiper-pagination {
	position: relative;
	top:-5px;
}
.media-waste .swiper-pagination .swiper-pagination-bullet {
	width: 6px !important;
	height: 6px !important;
	margin: 0 3px !important;
}
.media-waste .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #ae9159;
	width: 6px !important;
	height: 6px !important;
	margin: 0 3px !important;
}
.media-waste .media-waste-content img {
	width: 100%;
	height: auto;
}
.media-waste .media-waste-content video {
	width: 100%;
	height: auto;
}
.media-waste .media-waste-likecount {
	padding: 0px 16px 0px 16px;
}
.media-waste .media-waste-description strong {
	font-weight: 600;
}

.media-waste .media-waste-description {
	padding: 12px 16px 0px 16px;
	font-size: 14px;
	line-height: 24px;
}
.media-waste .media-waste-readmore {
	display: block;
	width: 100%;
	color: #a6a6a6;
}
.media-waste .media-waste-commentcount {
	padding: 12px 16px 0px 16px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
}



.media-waste .media-single-waste-content {
    position: relative;
}

.media-waste .media-single-waste-content img {
    width: 100%;
    height: auto;
}

.media-waste .media-single-waste-content video {
    width: 100%;
    height: auto;
}

.media-waste .media-waste-content img {
    max-height: 500px;
    object-fit: cover;
}

.media-waste-readmore {
  color: blue;
  cursor: pointer;
}

.media-waste-readmore{
    display: inline !important;
}

.waste-media {
    position: relative;
    /* min-height: 300px; */
    max-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e7e7e7;
}

.waste-media img {
    z-index: 1;
}

.waste-media::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 40px;
    background: url('../assets/loader.gif') center center no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
    /* z-index: ; */
}
