/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.gb-content-square-menu {
  text-align: center;
  max-width: 1140px;
  margin: 0 auto; }
  .gb-content-square-menu .list-container {
    list-style: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center; }
    .gb-content-square-menu .list-container.editor {
      font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
      display: block; }
      .gb-content-square-menu .list-container.editor > .editor-inner-blocks > .editor-block-list__layout {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .gb-content-square-menu .list-container.editor > .editor-inner-blocks > .editor-block-list__layout > .wp-block {
          width: 30%;
          margin: 0;
          padding: 14px; }
  .gb-content-square-menu .list-item {
    position: relative;
    border: 1px solid #dcdcdc;
    border-bottom: 10px solid #F66014;
    padding: 10px 10px 80px;
    margin: 0 10px 40px;
    width: 100%; }
    @media all and (min-width: 800px) {
      .gb-content-square-menu .list-item {
        width: 30%; } }
    .gb-content-square-menu .list-item a {
      text-decoration: none;
      color: #000; }
  .gb-content-square-menu .wp-block-image img {
    height: 8.75rem;
    width: auto; }
  .gb-content-square-menu h2,
  .gb-content-square-menu h3,
  .gb-content-square-menu h4,
  .gb-content-square-menu .item-title {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
    color: #000;
    margin-bottom: 1.5625rem; }
  .gb-content-square-menu p {
    line-height: 1.5; }
  .gb-content-square-menu .button-text-holder {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 90%;
    margin-bottom: 50px;
    font-size: 1.125rem;
    font-weight: 700;
    -webkit-text-decoration: underline #F66014;
            text-decoration: underline #F66014; }
