
.post-row {
    background: #ffffff;
    border: none;
    padding: 20px 20px 20px 20px;
    position: relative;
    margin: 0 0px 30px;
    margin-bottom: 30px;
}
.post-header {
	background: #10CE90;
	padding: 5px 10px;
	margin-bottom: 10px;
	color:  #ffffff;
}
.post-header a {
	color:  #ffffff;
}
.post-header .project-link {
	display: block;
	float: none;
	font-size: 16px;
}
.post-meta {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.post-title {
	margin-bottom: 0;
}

.post-title a {
	color: #ffffff;
	
}
.control-links {
  margin-top: 10px;
  color: #949494;

}

.control-links a {
  display: inline-block;
  margin: 0 5px;
}

.control-links i {
  margin-right: 3px;
}

.control-links a:last-child {
  margin-right: 0;
}


.post-title a.dropdown-toggle {
	text-transform: uppercase !important;
	font-weight:  500 !important;
	white-space: normal;
	text-align: left;
}
.post-title .btn-group-lg>.btn, .btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.post-title a:hover {
	color: #efefef;
}
.post-author {
	display: inline-block;
}

.post-author .del-1{
	pointer-events: none;
	font-style: italic;
	color:#cecece;
}

.post_tags {

}

.post_tags span {
	
}

.post_tags .label-primary {
	background-color: #00cccc;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	font-weight: 500;
	vertical-align: middle;
}

.post_tags .label-primary:hover {
    background-color: #078C8C;
    text-decoration: none;
}

.post_tags a:hover {
    text-decoration: none;
}

.post-body {
    margin-bottom:10px;
}
.post-description {
    margin-bottom:10px;
}
.post-attachments {
    margin-bottom:10px;
    margin-left:-10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.attachment-info-item:nth-child(n+2) {
	display: none;  
}
.post-footer {
}

.post-comments {
    
}
.post-comments-list {
}
.post-comment-items {
}
.post-comment-item {
}

.post-comment-footer {
}
.post-comments-action {
}

.post-comments {
	border-top: 1px solid #e9e9e9;
	padding-top: 15px;
	margin-bottom:0px;
}

.post-comment {
	font-weight: 400;
}

.post-comments .btn-default {
	color: #ffffff;
	background-color: #10ce90;
	border-color: #10ce90;
}

.post-comments .btn-default:hover {
	background-color: #00cccc;
	border-color: #00cccc;
}

.post-comments .bs-callout {
	padding: 5px 0 5px 10px;
	border: 1px solid #eaeaea;
}

.post-comments .bs-callout-warning {
	border-left: 5px solid #00cccc;
}

.post-comments .bs-callout-label {
	border-left: 5px solid #eee;
}

.post-comment-footer {
	font-style: italic;
	margin-top: 2px;
	font-size: 12px;
}

.post-comments-action .btn-default {
	color: #333;
	background-color: #00cccc;
	border-color: #00cccc;
	color:  #ffffff;
}

.post-comments-action .btn-default:hover {
	background-color: #10CE90;
	border-color: #10CE90;
	color:  #ffffff;
}

.progress-bar-success {
	background-color: #10CE90;
}


.post-popup-attachments-list {
	max-height:200px;
	overflow: auto;
	overflow-x:hidden;
}

.post-popup-attachments-list .label-warning{
  background-color: #f0ad4e;
  display: inline-block;
  line-height: 25px;
  padding: .2em 0;
  width: 58px !important;
  font-weight: normal;
}

.post-popup-attachments-list span {
	display: inline-block;
	margin-right: 7px;
}

.post-popup-attachments-list .attachment-list-item .btn {
	margin-right: 7px;
}

.post-delete {
  position: absolute;
  bottom: 20px;
  right: 20px;
    
}
.post-delete a {
	font-size: 20px;
  padding: 4px 10px 5px;
  color: #8a8a8a;
  display: inline-block;
}

.post-delete a:hover {
	color: #ffffff;
	background: #10CE90;
}

@media screen and (min-width: 720px) {
	.post-row {
	  margin: 0 0px 30px;
	}
	.control-links {
		position: absolute;
		right: 0;
		top: 4px;
		margin-top: 0;  
	}
}

@media screen and (min-width: 850px) {
	.post-header .project-link {
	  float: right;
	  position: relative;
	  z-index: 1000;
	  line-height: 26px;

	}
	.post-tags {
		display: inline-block;
	  position: relative;
	  margin-left: 14px;
	  vertical-align: top;
    margin-top: 3px;
	}
	
	.post-tags::before {
		content: "|";
	  position: absolute;
	  left: -10px;
	}
	.title-panel .form-group {
		width: 48%;
		margin-left: 4%;
		display: inline-block;
    vertical-align: top;
	}
	.title-panel .form-group.post-title-edit {
		margin-left: 0%;
	}
}




/*Favorites*/
.favorite-toggle{
	margin-left:6px;
	margin-top: -1px;
	font-size: 1.2em;
	vertical-align: middle;
	display: inline-block;
}
.favorite-toggle i.fa-star-o{
	visibility: hidden;
	opacity:0;
	transform:translateX(10px);
	-o-transform:translateX(10px);
	-webkit-transform:translateX(10px);
	-moz-transform:translateX(10px);
	transition:all 200ms ease;
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-o-transition:all 200ms ease;
}
.favorite-toggle i.fa-star-o:hover{
	color:#ffe600;
}
.post-title:hover i.fa-star-o{
	visibility: visible;
	opacity:1;
	transform:translateX(0px);
	-o-transform:translateX(0px);
	-webkit-transform:translateX(0px);
	-moz-transform:translateX(0px);
}

.favorite-toggle i.fa-star{
	color:#ffffff;
}
.favorite-toggle i.fa-star:hover{
	opacity:.8;
}

#popup-player-content:before{
    content: "×";
    position: absolute;
    color: #10CE90;
    font-size: 50px;
    right: -43px;
    top: -26px;
    pointer-events: none;
    cursor: pointer;
	
}


/* Wave Surfer Player Styles */
.release_popup{
	position:relative;
}

.track_list .track.wavsurfer-current{
	background:#10CE90;
	color:#fff;
}

.track_list .track:hover{
	background: #d4f1e7;
	text-decoration: none;
}

.track_list .track.wavsurfer-current:hover{
	background:#10CE90;
}

.jp-flat-video{
	width:100%!important;
	height:auto!important;
}
