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

.bokez-separator-heading-wrapper{
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 100%;

	h3{
		max-width: 90%;
		padding: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		line-height: 1 !important;
		margin-left:15px;
		margin-right: 15px;
		text-align: center;
		-webkit-transition: color .3s ease;
		transition: color .3s ease;
	}

	span{
		border: none;
		border-bottom: 1px solid #f1f1f1;
		position: relative;
		min-height: 0.001%;
		-ms-flex: 1 0 auto;
		-webkit-box-flex: 1;
		flex: 1 0 auto;
		-webkit-transition: color .3s ease;
		transition: color .3s ease;
	}
}

.bokez-separator-heading{
	padding: 2em 0;
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}