.svg-primary-color-fill svg path,
svg#tl-circle path,
svg#br-circle path {
    fill: var(--ast-global-color-0) !important;
}

.svg-secondary-color-fill svg path {
    fill: var(--ast-global-color-1) !important;
}



.svg-white-color-fill svg path {
    fill: #fff !important;
}

.svg-current-color-fill svg path {
    fill: currentColor !important;
}

.svg-dark-color-fill svg path {
    fill: #333 !important;
}

.blog-disabled .blog-section {
    display: none !important;
}

.wp-block-media-text__content .wp-block-buttons {
    margin-top: 1em;
}

.page-template-page-customizer .customizer-nav li form {
    display: none !important;
}

.page-cta .gform_footer.top_label input#gform_submit_button_4 {
    background: var(--ast-global-color-1);
}

.cog-cognito--chameleon .el-checkbox__inner {
    border-color: var(--ast-global-color-1);
}