/* --------------------------------------------- */
/* -------- EL-BACKGROUNDSECTION DEFAULT ------- */
/* --------------------------------------------- */

/* ----- STYLES ------ */

.el-backgroundsection.background-1 .el-backgroundsection-background { background-color: #F8F6F4; }
.el-backgroundsection.background-2 .el-backgroundsection-background { background-color: #FBFAF8; }
.el-backgroundsection.background-3 .el-backgroundsection-background { background-color: #8BA820; color: #fff; }
.el-backgroundsection.background-4 .el-backgroundsection-background { background-color: #8C622F; color: #fff; }
.el-backgroundsection.background-5 .el-backgroundsection-background { background-color: #3f2b10; color: #fff; }

.el-backgroundsection .el-backgroundsection-background {
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.el-backgroundsection .el-backgroundsection-content {
	flex-grow: 1;
}
body:not(.bhe-state-editing) .el-backgroundsection .el-backgroundsection-content {
	overflow: hidden;
}