/**
 * #.# Editor Styles
 *
 * CSS for just Backend enqueued after style.scss
 * which makes it higher in priority.
**/

.bokez-testimonial-item-add-wrapper{
	text-align: center;
}

.wp-core-ui .button.button-bokez-image-add{
    border-radius: 100%;
    height: 128px;
	width: 128px;
	line-height: 128px;
	text-align: center;
	margin-bottom: 20px;
}

.bokez-testimonials{	

	// Controls
	._item_controls_bokez{
		display: inline-block;
		position: absolute;
		top: 20px;
		left: 20px;
		background-color: #010100;
		color: white;
		z-index: 9999;
		padding: 0 4px;

		span{
			display: inline-block;
			padding: 4px;
			cursor: pointer;
		}
	}

}

//
// Frontend
// 
@import 'style';