/* 
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 */

div[data-elementor-type="wp-page"],
div[data-elementor-type="product-archive"],
div[data-elementor-type="single-post"],
div[data-elementor-type="product"],
div[data-elementor-type="error-404"]{
	max-width: 2000px;
	width: 100%;
	margin: auto;
}

.page-template-default #content{
	max-width: 2000px;
}

.page-header{
	padding: 30px 10px 10px;
}

.page-header > .entry-title{
	padding: 0px 10px;
  	max-width: 1150px;
	width: 100%;
}

.page-template-default #content .page-content{
	max-width: 1150px;
	width: 100%;
  	margin: 0 auto 100px;
  	padding: 0px 10px;
}

.elementor-widget-button .elementor-button{
	background-image: url(/wp-content/uploads/2025/09/DASH-COVER-COMPANY-btn-arrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 30px) center;
}

.elementor-widget-button .elementor-button:hover{
	background-image: url(/wp-content/uploads/2025/09/DASH-COVER-COMPANY-btn-arrow-hover.svg);
}