/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */

// .wp-block-cgb-block-gosign-text-with-image-block  {
//   background: $red;
//   border: 0.2rem solid $black;
//   color: $black;
//   margin: 0 auto;
//   max-width: 740px;
//   padding: 2rem;
// }

.ce-textpic,
.ce-image,
.ce-nowrap .ce-bodytext,
.ce-gallery,
.ce-row,
.ce-uploads li,
.ce-uploads div {
	overflow: hidden;
}

.ce-left .ce-gallery,
.ce-column {
	float: left;
}
.ce-center .ce-outer {
	position: relative;
	float: right;
	right: 50%;
}
.ce-center .ce-inner {
	position: relative;
	float: right;
	right: -50%;
}
.ce-right .ce-gallery {
	float: right;
}

.ce-gallery figure {
	display: table;
	margin: 0;
}
.ce-gallery figcaption {
	display: table-caption;
	caption-side: bottom;
}
.ce-gallery img {
	display: block;
}
.ce-gallery iframe {
	border-width: 0;
}
// .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
//   margin-bottom: {$styles.content.textmedia.textMargin}px;
// }
// .ce-intext.ce-right .ce-gallery { margin-left: {$styles.content.textmedia.textMargin}px; }
// .ce-intext.ce-left .ce-gallery { margin-right: {$styles.content.textmedia.textMargin}px; }
// .ce-below .ce-gallery { margin-top: {$styles.content.textmedia.textMargin}px; }
