#edit-field-post-wrapper {
	margin-bottom: 0;
}

.comment-comment-enhanced-form .form-type-textarea,
.comment-comment-enhanced-form .form-group,
#social-post-entity-form .field--name-field-post .form-control {
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	margin-bottom: 0 !important;
}
#social-post-entity-form .form-group {
	margin-bottom: 0 !important;
}

#social-post-entity-form .form-type--textarea,
#social-post-entity-form .js-text-full {
	margin-top: 0 !important;
}

#social-post-entity-form .field--type-text-long {
	width:  100%;
}

#social-post-entity-form .field--type-text-long .filter-wrapper {
	margin:  0;
}

.post-enhanced-media {
	width: 100%;
	border-bottom-left-radius: 9px !important;
	border-bottom-right-radius: 9px !important;
	overflow: hidden;
	background: #f7f7f7;
	border: 1px solid #adadad;
	border-top: none;
	margin-bottom: 1em;
}

.post-enhanced-media ul {
	display: block;
	width: 80%;
	overflow: hidden;
	float: left;
	border:  0;
	list-style: none;
	margin-left:  0;

}

.post-enhanced-media ul li a{
	font-size: 13px;
	padding:  0.5em 10px;
	color:  black;
}

.post-enhanced-media button {
	font-size: 13px;
	float: right;
	background: none;
	border:  none;
	padding:  0.5em 10px;
	margin-right: 0.5em;
}

.post-enhanced-media .tab-content {
	display: block;
	overflow: hidden;
	width: 100%;
}

.post-enhanced-media .tab-content .tab-pane {
	padding: 1em;
}

.post-enhanced-media li a:focus {
	box-shadow: none;
}


.stream-item video {
	background:  black;
	margin-bottom: 1em;
}

.field--name-field-post-image {
	
}
#social-post-entity-form .field--name-field-post-image .image-widget {
	justify-content: flex-start !important;
}


#social-post-entity-form .nav-tabs {
	border:  none;
}

#social-post-entity-form .cke_reset {
	border:  none !important;
	box-shadow: none;
}

#social-post-entity-form button:focus {
	box-shadow: none !important;
}

#social-post-entity-form .cke,
#social-post-entity-form .cke_inner,
#social-post-entity-form .cke_contents,
#social-post-entity-form .cke_toolbox,
#social-post-entity-form .cke_top {
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;	
}

#social-post-entity-form .cke_inner .cke_top,
.comment-comment-enhanced-form .cke_inner .cke_top {
	display: none;
}

#social-post-entity-form .cke_inner .cke_top.appear,
.comment-comment-enhanced-form .cke_inner .cke_top.appear {
	display: block;
}

#social-post-entity-form .cke_top {
	border:  none !important;
	border-bottom: 1px solid #d1d1d1;
	background:  #f8f8f8;
}

.field--name-field-post.field--widget-text-textarea {
	border:  1px solid #adadad;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.field--name-field-post.field--widget-text-textarea .cke {
	width: 100% !important;
	border:  none;
}

#social-post-entity-form .field--name-field-post .form-control {
    min-height: 0 !important;
    height: 44px;
}


#social-post-entity-form textarea.form-control {
	height: 44px;
}

#social-post-entity-form .js-text-full.text-full.form-textarea {
	border:  0;
	border-top-left-radius: 9px !important;
	border-top-right-radius: 9px !important;
}


.comment-comment-enhanced-form textarea {
	width: 100% !important;
	max-width: 100% !important;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	resize: none;
	height: 44px !important;
}

.media-form-tab {
	max-height: 0;
	transition: 1s;
	opacity: 0;
}

.media-form-tab.active {
	max-height: 1200px;
	transition: 1s;
	opacity: 1;
}

.vote-widget a svg.icon-vote {
	fill:  #ccc;
	stroke:  #ccc
} 


button#post-photo-add {
	margin-bottom: 1em;
	float: left;
	background: white;
}