.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright {
    display: block;
}
/***************Header********************/
.ast-builder-grid-row {
    width: 100%;
}
.site-header-primary-section-center,
.site-header-primary-section-left {
    float: left;
}
.site-header-primary-section-right {
    float: right;
}
/***************Footer******************/
.site-footer-section {
    display: -ms-inline-flexbox;
}
.ast-builder-grid-row-full .site-footer-section{
    width: 100%;
}
.ast-builder-grid-row-2-equal .site-footer-section{
    width: 49.5%;
}
.ast-builder-grid-row-3-equal .site-footer-section{
    width: 33%;
}
.ast-builder-grid-row-4-equal .site-footer-section{
    width: 24.3%;
}
.ast-builder-grid-row-5-equal .site-footer-section{
    width: 19.5%;
}
.ast-builder-grid-row-6-equal .site-footer-section{
    width: 16.3%;
}
[data-section='section-above-footer-builder'].site-above-footer-wrap {
    display: inline-block;
}