/* info sidebar block */
/* inherits from startpage-block */
.region-sidebar-second .block-diy-info-sidebar.note .view-content {
  background: url('../../themes/diy/images/shadow.png') bottom center no-repeat transparent;
  margin-top: 5px;
  padding-bottom: 11px;
}

.region-sidebar-second .block-diy-info-sidebar.note .view-content .views-row {
  background-color: #e7e7e7;
  background: linear-gradient(to bottom,#d9dadb 0%,#f4f4f4 100%) no-repeat transparent;
  padding: 20px;
}

.region-sidebar-second .block-diy-info-sidebar.note .views-field-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
}
/*
.region-sidebar-second .block-diy-info-sidebar.note .views-field-body {
}
*/

.region-sidebar-second .block-diy-info-sidebar.note .top {
  border-radius: 5px;
  position: relative;
  padding: 0;
}
.region-sidebar-second .block-diy-info-sidebar.note .top h3 {
  margin: 0 0 5px 0;
  color: #fff;
  padding: 10px 40px 10px 40px;
  font-size: 16px;
  border-bottom: none;
  font-family: Exo,sans-serif;
  font-weight: 300;
}


.region-sidebar-second .block-diy-info-sidebar.note.green .top {
  background: #98bd6c;
}
.region-sidebar-second .block-diy-info-sidebar.green h3 {
  border-color: #98bd6c;
}

.region-sidebar-second .block-diy-info-sidebar.note.yellow .top {
  background: #dcc223;
}
.region-sidebar-second .block-diy-info-sidebar.yellow h3 {
  border-color: #dcc223;
}

.region-sidebar-second .block-diy-info-sidebar.note.blue .top {
  background: #679db6;
}
.region-sidebar-second .block-diy-info-sidebar.blue h3 {
  border-color: #679db6;
}
