/** Video **/
.cb-responsive-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.cb-responsive-video.widescreen {
  padding-bottom: 56.34%;
}

.cb-responsive-video.vimeo {
  padding-top: 0;
}

.cb-responsive-video embed, .cb-responsive-video iframe, .cb-responsive-video object, .cb-responsive-video video {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
}
/*------------------------------------------------------------*/
/*** Button Bar ***/
.wr-element-button .btn i[class *="icon-"] {
    margin-right: 9px; 
}
/*------------------------------------------------------------*/
.cbb-list {
  margin: 0;
  padding: 0;
  padding-bottom: 0px;
}
.cbb-list li {
  clear: both;
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  min-height: 60px;
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
}
.cbb-list.cbb-list-layout-left .cbb-list-icon,
.cbb-list.cbb-list-layout-right .cbb-list-icon {
  position: absolute;
  top: 10px;
}
.cbb-list.cbb-list-layout-right {
  text-align: right;
}
.cbb-list.cbb-list-layout-right .cbb-list-icon {
  right: 0;
}
.cbb-list.cbb-list-layout-center {
  text-align: center;
}
.cbb-list.cbb-list-layout-center .cbb-list-icon {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cbb-list li .cbb-list-icon {
    position: static !important;
    display: block !important;
    text-align: center !important;
  }
  .cbb-list li .cbb-list-content-wrap {
    padding: 0 !important;
  }
  .cbb-list li .cbb-list-content-wrap > h4 {
    text-align: center;
  }
}
