/*
Theme Name: Hello Elementor Child
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: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1730769995
Updated: 2024-11-05 01:26:35

*/

h1 {
	font-size: 52px;
	font-weight: 700;
}

h2 {
	font-size: 42px;
	font-weight: 700;
}

h3 {
	font-size: 32px;
	font-weight: 700;
}

.um input[type=submit].um-button, .um input[type=submit].um-button:focus {
	background-color: #e82c2f !important;
}

.wprm-recipe-template-snippet-basic-buttons a {
	background-color: #e82c2f !important;
	text-decoration: none;
	border: none !important;
}

.elementor-menu-cart__product-price span {
	color: black;
}

.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button, .elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order {
	background-color: #e82c2f !important;
}

.elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward), .elementor-widget-woocommerce-checkout-page a, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
	color: #e82c2f !important;
}

.elementor-widget-woocommerce-cart .woocommerce button.button {
	border-color: #e82c2f !important;
}

a {
	cursor: pointer;
}

/* Static homepage hero: separate artwork for desktop and mobile. */
.site-home-hero {
	background-image: url("../../uploads/hero/home-hero-desktop.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media(max-width: 767px) {
	.site-home-hero {
		background-image: url("../../uploads/hero/home-hero-mobile.jpg");
	}
}

@media(max-width: 767px) {
	h1 {
		font-size: 42px !important;
	}
	
	h2 {
		font-size: 32px !important;
	}
	
	h3 {
		font-size: 22px !important;
	}
}

@media(max-width: 420px) {
	h1 {
		font-size: 36px !important;
	}
	
	h2 {
		font-size: 28px !important;
	}
	
	h3 {
		font-size: 18px !important;
	}
}
