/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

:root {
 --padding-small: 2.5rem;
 --padding-medium: 3.5rem;
 --padding-large: 7rem;
 --max-content-width: 84vw;
 --content-width: 1200px;
 --side-padding: calc((100vw - var(--max-content-width)) / 2);
}

@media only screen and (max-width: 1024px) {
	:root {
	 --padding-small: 1.5rem;
	 --padding-medium: 2rem;
	 --padding-large: 4rem;
	}
}

@media only screen and (max-width: 767px) {
	:root {
	 --padding-small: 1rem;
	 --padding-medium: 1.5rem;
	 --padding-large: 2.5rem;
	}
}

/* spacing */
.e-con>.e-con-inner {
    width: var(--max-content-width);
    max-width: var(--content-width);
}

.wide.e-con>.e-con-inner {
    width: var(--content-width);
}

/* padding */
.pt-lg {
	padding-top: var(--padding-large);
}

.pt-md {
	padding-top: var(--padding-medium);
}

.pt-sm {
	padding-top: var(--padding-small);
}

.pb-lg {
	padding-bottom: var(--padding-large);
}

.pb-md {
	padding-bottom: var(--padding-medium);
}

.pb-sm {
	padding-bottom: var(--padding-small);
}

@media only screen and (max-width: 1024px) {
	.pt-none-md {
		padding-bottom: 0;
	}
	.pb-none-md {
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.pt-none-sm {
		padding-bottom: 0;
	}
	.pb-none-sm {
		padding-bottom: 0;
	}
}

.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    padding-inline-end: 0px;
    padding-inline-start: 0px;
}