/*
Override background color to ensure consistency with #FDFBF7 across all Flatsome layouts
*/
body,
body.page-template-default,
body.archive,
body.single,
body.blog,
body.home,
#wrapper,
.page-wrapper,
#main,
#content,
.content-area,
article.post,
article.page,
.site-content {
  background-color: #FDFBF7 !important;
}

.section-cream {
  background-color: #F7F3E9 !important;
}
