/*
Theme Name: Galerias Salgadeiras
Description: Galerias Salgadeiras theme
Author: Dimensão Global
*/

.dg-block-separator{
	display: block;
	position: relative;
	padding-top: 55px;
	margin-bottom: 80px;
}
.dg-block-separator::after{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgb(0, 0, 0);
	height: 10px;
	width: 110px;
	margin: 0px auto;
}