.article-list {
  color:#313437;
  background-color:#fff;
}

.article-list p {
  color:#7d8285;
}

.article-list h2 {
  font-size:40px;
  font-family:'Playfair Display';
  /*font-weight:bold;*/
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .article-list h2 {
    font-family:'Playfair Display';
    margin-bottom:25px;
    padding-top:25px;
    font-size:30px;
  }
}

.article-list .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto;
}

.article-list .intro p {
  margin-bottom:0;
}

.article-list .articles {
  padding-bottom:40px;
}

.article-list .item {
  padding-top:50px;
  min-height:425px;
  text-align:center;
}

.article-list .item .name {
  font-weight:bold;
  font-size:16px;
  margin-top:20px;
  color:inherit;
}

.article-list .item .description {
  font-size:14px;
  margin-top:15px;
  margin-bottom:0;
}

.article-list .item .action {
  font-size:24px;
  width:24px;
  margin:22px auto 0;
  line-height:1;
  display:block;
  color:#4f86c3;
  opacity:0.85;
  transition:opacity 0.2s;
  text-decoration:none;
}

.article-list .item .action:hover {
  opacity:1;
}

#bss-buttons {
  text-align:center;
}

.text-center.company-name {
  margin-bottom:0;
  margin-top:10px;
}

#bss-russ {
  margin-bottom:2px;
}

#carousel-1 {
  margin:0 auto;
  width:80%;
}

.page-header.bss-healing-header {
  background-color:#040601;
  padding-top:20px;
  padding-bottom:0;
  margin-bottom:0;
  margin-top:70px;
  border-bottom:0;
}

#bss-pages {
  margin-top:20px;
}

#bss-learn-header {
  background-color:#000000;
}

#bss-single-img {
  width:220px;
  padding-top:20px;
}

.bss-custom-li li {
  margin-bottom:10px;
}

#bss-aura-header {
  background-position:center center;
  -o-background-size:cover;
  -moz-background-size:cover;
  -webkit-background-size:cover;
  width:100%;
  background-repeat:no-repeat;
  background-size:cover;
  background-image:url("../../assets/img/aura_readings_in_cornwall.jpg");
  padding-top:0;
}

blockquote {
  padding-top:20px;
  margin:0 0 20px;
  font-size:16px;
  border-left:5px solid;
  border-color:#9b9ea2;
  font-style:italic;
}

blockquote .small, blockquote footer, blockquote small {
  padding-top:0;
  margin-top:5px;
  display:block;
  font-size:80%;
  line-height:1.42857143;
  color:#777;
}

.bss-address {
}

.bss-address.new-line-span {
  line-height:normal;
}

.footer-center-info.email.text-left {
  margin-bottom:auto;
}

#bss-p {
  margin:auto;
}

#bss-form {
  margin-top:auto;
}

.row.bss-con-block {
  margin-top:80px;
}

