.widget {
	&-title {
		margin-bottom: 1em;
	}
	margin-bottom: 70px;

	& + .widget {
		padding-top: 57px;
		border-top: 1px solid $color__background-hr;

		.footer-area:not(.footer-area--fullwidth) & {
			padding-top: 0;
			border-top: none;
		}
	}

	select {
		max-width: 100%;
	}
}

.sidebar,
.footer-area {
	@include font-size(14/16);
	line-height: 1.714285;
}

.footer-area {
	padding: 80px 0 10px;
	@include media-breakpoint-up(lg) {
		padding: 130px 0 60px;
	}
}

.full-width-header-area {
	.widget-title {
		text-align: center;
		padding-left: $grid-gutter-width/2;
		padding-right: $grid-gutter-width/2;
	}
	.widget:first-child {
		.widget-title {
			margin-top: 1.5em;
		}
	}
	.breadcrumbs + & {
		margin-top: 3em;
		.widget:first-child {
			.widget-title{
				margin-top: 0;
			}
		}
	}
}