/*-------------------------------------------------*/
/* BREAK POINT */
/*-------------------------------------------------*/
/* Section with social media */
#social__list img {
  margin: 0 12px 0 0;
}
#features {
  background: #323538;
  background: linear-gradient(177deg, #323538 0%, #656b71 100%);
}
#features .feature-block {
  background: #000000;
  -webkit-box-shadow: 8px 8px 20px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 8px 8px 20px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 8px 8px 20px 0 rgba(0, 0, 0, 0.4);
  overflow: hidden;
  border-radius: 5px;
  margin: 20px 0;
}
#features .feature-block img {
  width: 100%;
}
#features .feature-block h3 {
  text-transform: uppercase;
  padding: 0;
  margin: 0 25px 10px 25px;
  font-size: 0.9em;
  letter-spacing: 0.1em;
}
#features .feature-block p {
  font-size: 0.9em;
  padding: 0;
  margin: 0 25px 25px 25px;
  font-weight: 500;
}
.quotebox3 {
  background: #F2FAFF;
  border-bottom: 3px solid #CBEAFF;
  border-left: 3px solid #CBEAFF;
  border-right: 3px solid #CBEAFF;
}
.quotebox3 ul {
  padding: 30px;
}
.quotebox3 .inline-list {
  margin-top: 0 !important;
}
/* featured presets section */
#recent-presets {
  margin-top: 30px;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #d4d9de;
  border-top: 1px solid #d4d9de;
}
#recent-presets img {
  width: 100%;
}
#recent-presets h3 {
  margin: 30px 0 20px;
  padding: 0;
}
#recent-presets p {
  font-size: 1.1em;
  margin: 0;
  padding: 0;
}
#recent-presets div {
  margin-bottom: 10px;
}
#recent-presets div:nth-of-type(odd) {
  width: 50%;
  padding-right: 10px;
}
#recent-presets div:nth-of-type(even) {
  width: 50%;
  padding-left: 10px;
}
/*-------------------------------------------------*/
/* BREAK POINT: SMALL */
/*-------------------------------------------------*/
@media all and (min-width: 550px) {
  /* featured presets section */
  #recent-presets p {
    font-size: 1em;
  }
}
/*-------------------------------------------------*/
/* BREAK POINT: MEDIUM */
/*-------------------------------------------------*/
@media all and (min-width: 760px) {
  /* featured presets section */
  #recent-presets img {
    width: 100px;
    float: left;
    padding-right: 14px;
  }
}
/*-------------------------------------------------*/
/* BREAK POINT: LARGE; */
/*-------------------------------------------------*/
@media all and (min-width: 980px) {
  #recent-presets img {
    width: 70px;
    float: left;
    padding-right: 14px;
  }
  #recent-presets p {
    font-size: 0.9em;
  }
  #recent-presets div:nth-of-type(4) {
    width: 196px;
    margin: 0;
    padding: 0;
  }
  #recent-presets div:nth-of-type(1),
  #recent-presets div:nth-of-type(2),
  #recent-presets div:nth-of-type(3) {
    margin-right: 14px;
    width: 196px;
    padding: 0;
  }
}
/*-------------------------------------------------*/
/* BREAK POINT: XLARGE */
/*-------------------------------------------------*/
@media all and (min-width: 1465px) {
  #recent-presets img {
    width: 104px;
  }
  #recent-presets p {
    font-size: 1.1em;
  }
  #recent-presets div:nth-of-type(4) {
    width: 292px;
    margin: 0;
    padding: 0;
  }
  #recent-presets div:nth-of-type(1),
  #recent-presets div:nth-of-type(2),
  #recent-presets div:nth-of-type(3) {
    margin-right: 20px;
    width: 292px;
    padding: 0;
  }
}
