.splits.gutter-10 {
	margin: 0 -10px;
}
.splits.gutter-10  > .split {
  padding: 0px 10px;
}

.ce-textpic {
	overflow: hidden;
}

.ce-textpic.ce-left .ce-gallery { float: left; margin-right: 20px; }
.ce-textpic.ce-right .ce-gallery { float: right; margin-left: 20px; }

.ce-textpic.ce-right.ce-intext .ce-bodytext { float: left; }
.ce-textpic.ce-left.ce-intext .ce-bodytext { float: right; }

.ce-textpic.ce-center .ce-gallery { float: none !important; clear: both; margin: 0 auto; }

.ce-textpic.ce-intext.ce-nowrap { margin: 0 -15px; }
.ce-textpic.ce-intext.ce-nowrap .ce-gallery { box-sizing: border-box; margin: 0px; padding: 0 15px; }
.ce-textpic.ce-intext.ce-nowrap .ce-bodytext{ box-sizing: border-box; margin: 0px; padding: 0 15px; }

.ce-textpic.ce-above .ce-bodytext { clear: both; float: none; }
.ce-textpic.ce-below .ce-bodytext { clear: both; float: none; }

.caption {
  width: 100%;
  padding: 0 30px;
  font-size: 14px;
  font-size: 0.875em;
  padding: 0;
  color: #000;
  line-height: 1.1em;
}
.caption .title {
  font-weight: 700;
  word-wrap: break-word; 
  font-size: 16px;
  color: #000;
  text-align: left;
}


@media screen and (min-width:480px) {
  .caption {
    padding: 0px;
  }
}
 
