/*
 - Question
   - Rating widget
   - Attachments
 - Answers
   - Expert info
 - Media queries
   - Expert info
*/

/********************************
 * Question
 ********************************/

.node-type-experts-area-question #region-content .block-main {
  overflow: visible;
}

.node-experts-area-question-single .vlt-article-content {
  margin-bottom: 20px;
}

/* Rating widget */

.node-experts-area-question-single .expert-rate-up-button {
  background: url('/profiles/voltimum/themes/voltimum2/images/content/expert-area/like-plus.png') no-repeat left bottom;
  width: 31px;
  height: 28px;
  position: relative;
  left: 3px;
}

.node-experts-area-question-single .expert-rate-down-button {
  background: url('/profiles/voltimum/themes/voltimum2/images/content/expert-area/unlike.png') no-repeat left bottom;
  width: 31px;
  height: 28px;
  position: relative;
  left: 3px;
}


/* Attachments */

.node-experts-area-question .field-type-file .field-items {
  display: block;
}

.node-experts-area-question .field-type-file {
  padding: 0;
  margin-bottom: 0;
}

.node-experts-area-question .view-experts-area-answers-list .field-type-file {
  padding-bottom: 0;
}

.node-experts-area-question .field-type-file .field-item {
  margin-bottom: 10px;
}

  .node-experts-area-question .field-type-file .field-item .file {
    margin-left: -2px;
    display: block;
    line-height: 12px;
  }

    .node-experts-area-question .field-type-file .field-item a {
      vertical-align: middle;
    }


/********************************
 * Answers
 ********************************/

.node-experts-area-answer {
  margin: 0 10px;
}

.node-experts-area-answer .field-name-body .field-item {
  margin-bottom: 10px;
}

.node-experts-area-answer .content {
  margin-bottom: 20px;
}

.expertsarea-profile-block {
  padding: 10px 0 0 0;
  margin: 0 0 10px 0;
  background: none;
}


/********************************
 * MEDIA QUERIES
 ********************************/

@media screen and (max-width: 959px) {
  .node-experts-area-question .vlt-article-sidebar {
    width: 100%;
  }
  
  .node-experts-area-question .vlt-article-content {
    margin-left: 0;
  }
  
  .experts-area-rate-wrapper {
    width: auto;
    text-align: left;
    overflow: hidden;
  }
  
    .experts-area-rate-wrapper > div {
      float: left;
    }
  
    .experts-area-rate-wrapper .rate-up-wrapper {
      margin-left: 5px;
    }
}