/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

figure {
    margin: 0;
    margin-bottom: 20px;
}

.overflow {
    white-space: nowrap;
    overflow: hidden;
    width: 600px;
}


.floating-button {
      position: fixed;
      right: 70px;
      bottom: 15.5px;
      color: #fff;
      width: 70px;
      height: 70px;
      text-align: center;
      font-size: 14px;
      line-height: 1.2;
      cursor: pointer;
      z-index: 9999;
      text-decoration: none;
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
}