/*
Theme Name: Nucrema
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A lightweight and minimalist WordPress theme for Elementor page builder.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.0.1694608186
Updated: 2023-09-13 12:29:46

*/

/**
 * Lines in titles
 **/
.line_after div.elementor-heading-title::after{
    content: url('/wp-content/themes/nucrema/assets/images/line.png');
    padding-left: 30px;
}

@media (min-width:768px) and (max-width:1023px){
	.line_after div.elementor-heading-title::after{
    content: url('/wp-content/themes/nucrema/assets/images/line_small.png');
}
}

@media (max-width:767px){
	.line_after div.elementor-heading-title::after{
    content: url('/wp-content/themes/nucrema/assets/images/line_tiny.png');
}
}

.line_after_small div.elementor-heading-title::after{
    content: url('/wp-content/themes/nucrema/assets/images/line_small.png');
    padding-left: 30px;
}