
.single .post-content .bnr-text-communication{
  width: 100%;
  margin:40px 0 40px 0;
  border: 1px solid #dedede;
  padding: 1px;
  text-align: center;
  line-height: 2.5;
}

.single .post-content .bnr-text-communication .bnr-text-title {
  font-weight: bold;
  font-size: 15px;
  background: #00b7ef;
  color:#FFFFFF;
}

.single .post-content .bnr-text-communication .bnr-text-link {
  padding: 7px 12px;
  background: #ffffff;
  line-height:1.5;
}

.single .post-content .bnr-text-nlp {
  width: 100%;
  margin:40px 0 40px 0;
  border: 1px solid #dedede;
  padding: 1px;
  text-align: center;
  line-height: 2.5;
}

.single .post-content .bnr-text-nlp .bnr-text-title{
  font-weight: bold;
  font-size: 15px;
  background: #00b7ef;
  color:#FFFFFF;
}

.single .post-content .bnr-text-nlp .bnr-text-link{
  padding: 10px 12px;
  background: #fff;
  line-height:1.5;
}



/*.single {
  .post-content {
    .bnr-text-communication{
      width: 100%;
      margin:40px 0 40px 0;
      border: 1px solid #dedede;
      padding: 1px;
      text-align: center;
      line-height: 2.5;

      .bnr-text-title{
        font-weight: bold;
        font-size: 15px;
        background: #00b7ef;
        color:#FFFFFF;
      }//.bnr-text-title
      .bnr-text-link{

      }//.bnr-text-link
    }
    .bnr-text-nlp{
      width: 100%;
      margin:40px 0 40px 0;
      border: 1px solid #dedede;
      padding: 1px;
      text-align: center;
      line-height: 2.5;

      .bnr-text-title{
        font-weight: bold;
        font-size: 15px;
        background: #00b7ef;
        color:#FFFFFF;
      }
      .bnr-text-link{
        padding: 10px 12px;
        background: #fff;
        line-height:1.5;
      }
    }
  }
}*/