/*
Theme Name: Igual Child
Description: Child Theme for Igual Theme
Author: zozothemes
Version: 1.0
Template: igual
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozothemes
*/

/*Custom Style Code Right Here */

.section-title-wrapper .title-wrap > *.sub-title:before, .insta-footer-wrap .sub-title:before {
    background: linear-gradient(to right, var(--e-global-color-primary), rgb(184 151 128 / 6%));
}

.section-title-wrapper .title-wrap > *.sub-title:after, .insta-footer-wrap .sub-title:after {
    background: linear-gradient(to left, var(--e-global-color-primary), rgb(184 151 128 / 6%));
}

.section-title-wrapper span.elementor-divider-separator {
    border-image: linear-gradient(to right, var(--e-global-color-primary), rgb(58 123 213 / 0));
    border-image-slice: 1;
}

*:not(i):not(span) {
    font-family: "Crimson Pro", Sans-serif !important;
    
}