/* ==========================================================================
   Brand page styles
============================================================================= */

#social-post {
  padding-bottom: 1rem;
}

#social-post-section {
  padding-bottom: 0.25rem;
}

#social-post-section p {
  font-size: 1.1rem;
  line-height: 1.6rem;  
}

#social-post-section img {
  display: block;
  /*
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  */
  display: block;
}

#social-post-section img[align="left"]{
  margin-right: 1.5rem;
  float: left;
  clear: both;
  max-width: calc(50% - 3rem);
}

#social-post-section img[align="right"]{
  margin-left: 1.5rem;
  float: right;
  clear: both;
  max-width: calc(50% - 3rem);
}

@media(max-width:575px){
	#social-post-section img[align="left"]{
	  margin-right: 0;
	  margin-left: 0;
	  float: none;
	  clear: both;
	  max-width: 100%;
	}
	#social-post-section img[align="right"]{
	  margin-right: 0;
	  margin-left: 0;
	  float: none;
	  clear: both;
	  max-width: 100%;
	}	
}

#social-post-section blockquote {
  position: relative;
  display: block;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1.65rem 5.5rem 1.65rem 2rem;
  border-radius: 1rem;
}

#social-post-section blockquote::before {
  position: absolute;
  top: 1.65rem;
  right: 2rem;
  width: auto;
  font-size: 2rem;
  line-height: 1;
}

#social-post-section blockquote p {
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 2.25rem;
  margin-bottom: 0;
}


/* specials */
p.dropcap:first-child:first-letter {
  float: left;
  padding: 0;
  padding-right: 1rem !important;
  margin: 0;
}




#social-post-section .reply-block .btn-reply {  
  color: #111111;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.875rem;
  white-space: nowrap;
  line-height: 38px;
  padding-right: 0.75rem;
}

#social-post-section .reply-block .btn-reply i {
  display: inline-block;
  transform: translateY(0px);
}


#social-post-section .reply-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;  
  border: 1px solid rgba(0,0,0,0.075);
  background: rgba(0,0,0,0.025);
  margin-top: 1rem;
  padding: 0.65rem;
  position: relative;
}

#social-post-section .reply-block textarea.form-control {
  border: 0;
  background: none;
  padding-left: 3.55rem !important;
  padding-right: 0.5rem !important;
  resize: none;
  min-height: 1px !important;
}

#social-post-section .reply-block .avatar {
  position: absolute;
  top: 50%;
  left: 1rem;
  max-width: 36px;
  margin-top: 0;
  transform: translateY(-50%);
}

#social-post-section .nested-comments {
  border: 1px solid rgba(0,0,0,0.075);
  border-bottom: 0;
  background: rgba(0,0,0,0);
  padding: 0;
  margin: 20px 0 0 0;
}

#social-post-section .nested-comments .avatar {
  margin-top: 0;
}

#social-post-section .reply-message {
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem;
  border-bottom: 1px solid rgba(0,0,0,0.075);
  background: rgba(0,0,0,0.025);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#social-post-section .reply-message .reply-message-body {
  padding-right: 0.9rem;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

#social-post-section .reply-message .avatar-box {
  min-width: 36px;
}

#social-post-section .reply-message .avatar-box + .reply-message-body {
  padding-left: 0.9rem;
  padding-right: 0;
}

#social-post-section .reply-message .reply-message-body p {
  padding-right: 0;
  padding-left: 0.35rem;
  margin-bottom: 0;
}

#social-post-section .reply-message .avatar-box + .reply-message-body p {
  padding-right: 2rem;
  padding-left: 0;
}

#social-post-section .reply-message .message-author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

#social-post-section .reply-message .message-author .name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 0;
  line-height: 1;
}

#social-post-section .reply-message .message-author .name label {
  font-size: 1rem;
  margin-top: 0;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 2px;
}

#social-post-section .reply-message .message-author .date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#social-post-section .reply-message .message-author .date label { 
  font-size:0.75rem;
  line-height: 1;
  transform: translateY(4px);
  white-space: nowrap;
  padding-right: 0;
}






