/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* This applies the weight on the body font element */
div.elementor-element.body_font_light div.elementor-widget-container .elementor-heading-title {
	font-weight: 300;
}
div.elementor-element.body_font_light_text div.elementor-widget-container p {
	font-weight: 300;
}
div.elementor-element.body_font_light_text div.elementor-widget-container > ul > li {
	font-weight: 300;
}
div.elementor-element.body_font_medium_text div.elementor-widget-container p {
	font-weight: 400;
}

/* This applies a break-all rule to the title element when entering low mobile resolutions */
@media only screen and (max-width: 399px) {
	div.elementor-element.custom_font_break {
		word-break: break-all;
	}
}

/* This styles the bullet points within the regular text element */
div.elementor-element.custom_bullets > ul {
	padding-inline-start: 35px;
}
@media only screen and (max-width: 767px) {
	div.elementor-element.custom_bullets > ul {
		padding-inline-start: 25px;
	}
}
div.elementor-element.custom_bullets > ul > li {
	padding: 2px 2px;
}
div.elementor-element.custom_bullets.larger_spacing > ul > li {
	padding: 2px 2px 4px 2px;
}
div.elementor-element.custom_bullets > ul > li::marker {
	font-size: 22px;
}
@media (min-width: 768px) and (max-width: 1024px) {
	div.elementor-element.custom_bullets > ul > li::marker {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767px) {
		div.elementor-element.custom_bullets > ul > li::marker {
			font-size: 16px;
	}
}
