/**
Theme Name: RIXARCH
Author: INTERWEB
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rixarch
Template: astra
*/

.ast-container, .ast-container-fluid {
    padding-left: 10px;
    padding-right: 10px;
}


/* Create a counter for the list */
.numbered-icon-list .elementor-icon-list-items {
    counter-reset: elementor-list-counter;
}

/* Hide the actual graphic icon/svg */
.numbered-icon-list .elementor-icon-list-icon i,
.numbered-icon-list .elementor-icon-list-icon svg {
    display: none !important;
}

.numbered-icon-list .elementor-icon-list-item{
        display: flex;
        align-items: flex-start !important;
        gap:16px
}


/* Generate the 01, 02, 03 numbers in place of the icon */
.numbered-icon-list .elementor-icon-list-item::before {
    counter-increment: elementor-list-counter;
    /* 'decimal-leading-zero' forces the 01, 02 format */
    content: counter(elementor-list-counter, decimal-leading-zero);
    
    /* Styling for the numbers */
    font-family: inherit; 
    font-size: inherit;
    color: var(--e-global-color-secondary);
}


footer .widget h3.wp-block-heading{
	font-family: 'Montserrat',sans-serif;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.7px;
    color: var(--e-global-color-secondary);
}