/**
 * @file
 * The CSS file for bar articles on the site.
 *
 * 1 COLUMN RESPONSIVE
 *
 */


/********
*  BAR  *
********/

article.node-bar-of-the-month.view-mode-full {
  width: 100%;
}

  .field-slideshow-slide, .field-slideshow-slide a, .field-slideshow-slide img {
    width: 100% !important;
  }

  article.node-bar-of-the-month.view-mode-full > .field-name-field-header-images .field-slideshow {
    height: auto;
    width: 100% !important;
  }

  article.node-bar-of-the-month .field-name-field-intro {
    width: 80%;
  }

  article.node-bar-of-the-month.view-mode-full > header {
    padding-left: 30px;
  }

  article.node-bar-of-the-month.view-mode-full > .field-name-field-content {
    padding: 0 30px 30px;
  }

  article.node-bar-of-the-month .post,
  article.node-bar-of-the-month .field-name-field-photo-1,
  article.node-bar-of-the-month .field-name-field-photo-2,
  article.node-bar-of-the-month .field-name-field-spotify-playlist,
  article.node-bar-of-the-month .field-name-field-google-map {
    clear: none;
    height: auto;
    width: 100%;
  }

  article.node-bar-of-the-month .field-name-field-photo-1,
  article.node-bar-of-the-month .field-name-field-photo-2,
  article.node-bar-of-the-month .field-name-field-spotify-playlist {
    margin-bottom: -3px;
  }

    article.node-bar-of-the-month .field-name-field-photo-1 img,
    article.node-bar-of-the-month .field-name-field-photo-2 img {
      display: block;
      height: auto;
      width: 100%;
    }

  article.node-bar-of-the-month .info-wrapper {
    padding: 0 0 20px 30px;
  }

    article.node-bar-of-the-month .info-wrapper .icon {
      margin-left: 30px;
    }

  article.node-bar-of-the-month .field-name-field-related-articles {
    margin: 0 auto 20px;
    overflow: hidden;
    width: 92%;
  }

    article.node-bar-of-the-month .field-name-field-related-articles .field-items div.field-item {
      float: none;
      padding: 0;
      width: 100%;
    }

      article.node-bar-of-the-month .field-name-field-related-articles .field-items div.field-item .field-name-field-header-images {
        float: left;
      }

        article.node-bar-of-the-month .field-name-field-related-articles .field-items div.field-item img {
          height: auto;
          padding: 0 15px 0 0;
          width: 100px;
        }

    article.node-bar-of-the-month .field-name-field-related-articles .field-item:nth-child(4) {
      display: none;
    }

  article.node-bar-of-the-month .bar .field-name-field-address,
  article.node-bar-of-the-month .bar .field-name-field-information,
  article.node-bar-of-the-month .bar .field-name-field-website,
  article.node-bar-of-the-month .bar .field-name-field-phone {
    padding: 0;
  }

  article.node-bar-of-the-month.bar #account-icons {
    margin-left: 0;
    padding-left: 10px;
  }