/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/
Description: Child theme for Kadence WordPress theme.
Author: Your Name
Author URI: https://yourwebsite.com/
Template: kadence
Version: 1.0.0
Text Domain: kadence-child
*/

/* Add your custom styles below */
.wpcf7-spinner {
    position: absolute;
	bottom: -15px;
}
#block-14 h2.wp-block-heading {
    color: #fff;
}
.footer-widget-area  h3.wp-block-heading {
    color: #fff;
}
.wpcf7-form-control:not([type="submit"]) {
    width: 100%;
}
article.loop-entry.post.type-post {
    border-radius: 20px;
}
.entry.single-entry.content-bg {
    border-radius: 20px;
}
.footer-widget-area .wpcf7-form p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
/* div#gallery-1 {
    text-align: center;
} */
.grediant-devider span.elementor-divider-separator {
    background: linear-gradient(120deg, rgb(198, 11, 52) 0%, rgb(102, 2, 62) 100%);
    border: none;
    color: transparent !important;
    border-block-start: none !important;
    height: var(--divider-border-width);
}