/*
Theme Name:  Wilddale Child Theme
Description: Child theme for the Wilddale theme
Author:      ThemetechMount
Author URI:  https://www.themetechmount.com/
Template:    wilddale
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/


/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */

.tm-spacing.widget .textwidget.widget-text {
    background-image: url(assets/img/bg-sidebar-text.jpg) !important;
}

.widget.widget_elementor-library {
	padding:0;
}
.widget.widget_elementor-library .elementor-section.elementor-top-section:first-child,
footer .elementor-section.elementor-top-section:first-child {
    margin-top: 0;
}

.widget.widget_elementor-library .elementor-heading-title:before {
    display: block;
    content: "";
    position: absolute;
    height: 30px;
    width: 4px;
    left: -30px;
    top: 0;
    background-color: var(--tm-skincolor-bg);
}