/**
 * #.# Editor Styles
 *
 * CSS for just Backend enqueued after style.scss
 * which makes it higher in priority.
 */
.csgb-testimonial-block {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	padding-bottom: 36px;
	p {
		padding-left: 27px;
		padding-top: 10px;
	}
}

button.add-more-slide {
	display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: none;
    border: none;
    border-radius: 0;
	min-height: 100px;
	width: 100%;
    height: 100%;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	line-height: 28px;
	padding: 0 12px 2px;
	color: #555;
    background: #f7f7f7;
	vertical-align: top;
	white-space: nowrap;
	align-items: center;
	margin: 0;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
    font-size: 13px;
}


button.add-more-slider:hover {
	border: 1px solid #555d66;
	background: #fafafa;
}

span.remove-testimonial {
	right: 30px;
	position: absolute;
}

.csgb__picture {
	position: relative;
	a {
		cursor: pointer;
	}

	.csgb__picture__actions {
		position: absolute;
		bottom: -30px;
		left: 0;
		font-size: .8em;
		width: 100%;
		text-align: center;
	}
}

.csgb__picture__image {
	display: block;
	cursor: pointer;
	line-height: 100px;
	text-align: center;
}

.csgb__image {
	width: 100%;
	max-width: 100%;
    height: auto;
    height: 100%;
	flex: 1;
	display: block;
    -o-object-fit: cover;
    object-fit: cover;
}
.csgb__select-image:hover {
	text-decoration: none;
}
.csgb__image-wrap {
	min-height: 120px;
    display: flex;
	align-items: center;
	justify-content: center;
}
.csgb__image-wrap--has-image {
	display: block;
}
