/** === Separator Block === */

.wp-block-separator.is-style-dots {
	background: none;
	border: none;
	height: auto;
	line-height: 1;
	max-width: none;
	text-align: center;
}
.wp-block-separator.is-style-dots:before {
    content: ". . . . . . . . . . . . . . . . . . . . ";
    font-family: serif;
    font-size: 20px;
    letter-spacing: 0;
    padding-left: 0;
	opacity: .3;
	@include mq('md') {
		letter-spacing: 5px;
	}
}
.wp-block-separator.is-style-default,
.wp-block-separator,
.wp-block-separator:not(.is-style-wide):not(.is-style-dots){
    max-width: 230px;
}
.wp-block-separator.is-style-wide{
	max-width: 100%;
}

hr{
	border: none;
	height: 2px;
	width: 100%;
    display: block;
    background: rgba(0,0,0,0.1);
}

body .wp-block-spacer {
	margin-bottom: 0 !important;
}