/**
 * @file
 * The CSS file for bar articles on the site.
 *
 * 2 COLUMNS 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: 50%;
  }

  article.node-bar-of-the-month .post {
    height: 227px;
  }

  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 .post,
  article.node-bar-of-the-month .field-name-field-photo-2,
  article.node-bar-of-the-month .field-name-field-google-map {
    clear: left;
  }

    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-left: 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;
    overflow: hidden;
    width: 710px;
  }

    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;
  }