/* 
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 */
.skew-title {
	transform: skew(20deg)rotate(1deg);
}
.skew-title-alt {
	transform: skew(-20deg)rotate(-1deg);
}
.skew-title h1,
.skew-title h2,
.skew-title h3,
.skew-title h4 {
	transform: skew(-20deg)rotate(-1deg);
	padding: 10px;
}
.skew-title-alt h1,
.skew-title-alt h2,
.skew-title-alt h3,
.skew-title-alt h4 {
	transform: skew(20deg)rotate(1deg);
	padding: 10px;
}
.skew-text .highlight {
	transform: skew(-20deg)rotate(-1deg);
	background-color: #ce4a20;
	display: inline-block;
}
.skew-text .highlight span {
	transform: skew(20deg)rotate(1deg);
	padding: 10px;
	color: #fffdea;
	display: inline-block;
}
.skew-text .highlight.alt {
	transform: skew(20deg)rotate(1deg);
	background-color: #ce4a20;
	display: inline-block;
}
.skew-text .highlight.alt span {
	transform: skew(-20deg)rotate(-1deg);
	padding: 10px;
	color: #fffdea;
	display: inline-block;
}

#hero-tagline.skew-text .highlight {
	display: block !important;
    margin: 10px auto;
	font-family: var( --e-global-typography-secondary-font-family ), Sans-serif !important;
	font-weight: var( --e-global-typography-secondary-font-weight ) !important;
	text-transform: var( --e-global-typography-secondary-text-transform ) !important;
	line-height: var( --e-global-typography-secondary-line-height ) !important;
	letter-spacing: var( --e-global-typography-secondary-letter-spacing ) !important;
}

.skew-text-white .highlight {
	transform: skew(-20deg)rotate(-1deg);
	background-color: #fffdea;
	display: inline-block;
}
.skew-text-white .highlight span {
	transform: skew(20deg)rotate(1deg);
	padding: 10px;
	color: #ce4a20;
	display: inline-block;
}