
.elementor-author-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .elementor-author-box__avatar {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: 25px; }
      .elementor-author-box__avatar img {
        width: 100px;
        border-radius: 500px;
        -o-object-fit: cover;
           object-fit: cover; }
    .elementor-author-box__text {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      font-size: 17px; }
    .elementor-author-box__name {
      font-size: 24px;
      margin-bottom: 5px; }
    .elementor-author-box__bio {
      margin-bottom: 0.8em; }
      .elementor-author-box__bio p {
        margin-bottom: 0.8em; }
        .elementor-author-box__bio p:last-of-type {
          margin-bottom: 0; }
    .elementor-author-box--layout-image-left .elementor-author-box {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .elementor-author-box--layout-image-left .elementor-author-box__avatar {
        margin-left: 0;
        margin-right: 25px; }
    .elementor-author-box--layout-image-right .elementor-author-box {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .elementor-author-box--layout-image-right .elementor-author-box__avatar {
        margin-right: 0;
        margin-left: 25px; }
    .elementor-author-box--layout-image-above .elementor-author-box {
      display: block; }
      .elementor-author-box--layout-image-above .elementor-author-box__avatar {
        margin: 0 auto 15px;
        display: inline-block; }
    .elementor-author-box--layout-image-above.elementor-author-box--align-left .elementor-author-box__avatar {
      margin-left: 0; }
    .elementor-author-box--layout-image-above.elementor-author-box--align-right .elementor-author-box__avatar {
      margin-right: 0; }
    .elementor-author-box--align-left .elementor-author-box {
      text-align: left; }
    .elementor-author-box--align-right .elementor-author-box {
      text-align: right; }
    .elementor-author-box--align-center .elementor-author-box {
      text-align: center; }
  
  .elementor-button.elementor-author-box__button {
    border: solid 2px #55595c;
    font-size: 15px;
    font-weight: 100;
    padding: 10px 18px; }
    .elementor-button.elementor-author-box__button, .elementor-button.elementor-author-box__button:hover {
      background: transparent;
      color: #55595c; }
  
  .elementor-widget-author-box:not(.elementor-author-box--layout-image-above) .elementor-author-box__avatar {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  
  .elementor-widget-author-box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-top .elementor-author-box__avatar {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  
  .elementor-widget-author-box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-middle .elementor-author-box__avatar {
    -ms-flex-item-align: center;
        align-self: center; }