.ch-wrapper {
  /*margin: 15px;*/
  margin-top:  35px;
}

.ch-wrapper .row {
  display: flex;
  flex-direction: row;
  /*flex-wrap: wrap;*/
  width: 100%;
  align-items: stretch;
}

.ch-wrapper .column {
  /*display: flex;*/
  /*flex-direction: column;*/
  /*flex-basis: 100%;*/
  /*flex: 1;*/
}

.ch-wrapper .column-lg {
  width:  65%;
  align-items: start;
}

.ch-wrapper .column-sm {
  width:  35%;
  /*margin-left: auto;*/
  align-items: flex-end;
  
}

.ch-wrapper a.btn {

}

.ch-wrapper .ch-button {
  text-decoration:  none !important;
  /*padding:  5px;*/
  display: inline-block;
  text-align: center;
  padding:  12px 16px;
}

.page.ast-article-single {
  padding-top : 35px;
}

.wu-thank-you-order-details, .wu-thank-you-info, .wu-thank-you-billing-address, #wu-thank-you-order-details, #wu-thank-you-billing-address {
  display:  none !important;
}

.fl-list-item-content-text p {
  margin-bottom: 0 !important;
}

.fl-list-item-content-text p+br {
  display: none;
}

.fl-module-list .fl-list .fl-list-item-content-text strong,
.fl-module-list .fl-list .fl-list-item-content-text b
 {
  font-weight: bold !important;
}


span.fl-builder-button.fl-builder-button-primary[data-action="draft"] {
  display: none!important;
}