/**
 * ----------------------------------------------------------------------------
 * #.# Editor CSS
 *
 * BLOCK: 03-block-editable block CSS for the editor.
 * ----------------------------------------------------------------------------
 */
.bk-author {
  .author-follow{
    .editor-rich-text {
        display: inline-flex;
    }
  }
  .author-img { 
  	height: 150px;
  	width: 150px;
  	background: #fff;
    position: relative;
  button {
    height: 100%;
    left: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 50;
   }
   svg {
	    fill: #444;
	    margin: 0 auto;
	    pointer-events: none;
	    -webkit-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
	    -webkit-transition: -webkit-transform 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
	    transition: -webkit-transform 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
	    -o-transition: transform 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
	    transition: transform 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
	    transition: transform 100ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
	} 
  
 }
}