/* 
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 */
/* Fonts reset */
html {
	font-size: 16px;
    line-height: 1.15;
}

@media (min-width: 1024px) {
	html {
		font-size: 20px;
	}
}

body {
	font-family: "Source Sans Pro", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-style: normal;
    line-height: 1.125;
}

h1 {
    font-size: 2.25rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1.125rem;
}
/* Fonts reset END */

[type=button]:focus,
[type=submit]:focus,
button:focus {
    outline: 0;
}

/* Different helpers */
.margin-none,
.margin-none-container * {
	margin: 0 !important;
}
.margin-top-none,
.margin-top-none-container * {
	margin-top: 0 !important;
}
.margin-right-none,
.margin-right-none-container *{
	margin-right: 0 !important;
}
.margin-bottom-none,
.margin-bottom-none-container *{
	margin-bottom: 0 !important;
}
.margin-left-none,
.margin-left-none-container * {
	margin-left: 0 !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.display-none {
	display: none !important;
}

@media screen and (max-width: 767px) {
	.display-none-mobile {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.display-none-tablet {
		display: none !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.display-none-tablet-only {
		display: none !important;
	}
}


@media screen and (min-width: 1024px) {
	.display-none-desktop {
		display: none !important;
	}
}
/* Different helpers END */