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

/* Native Rewrite */
ol {
    padding-inline-start: 18px;
}

/* Skew */
.skew-red {
	transform: skew(-20deg);
	margin-left: 14px;
}
.skew-red h2, .skew-red h3, .skew-red h4, .skew-red h5, .skew-red h6, .skew-red span, .skew-red p {
	transform: skew(20deg);
}
.skew-button {
	transform: skew(-20deg);
	margin-left: 14px;
}
.skew-button .elementor-button-text {
	transform: skew(20deg);
}
.skew-image {
 transform: skew(-20deg);
}

.skew-image img {
 transform: skew(20deg);
}

/* Skew Section */
.skew-container {
	transform: skew(-20deg);
	margin-left: 14px;
}

.skew-container-child {
	transform: skew(20deg);
}

.skew-container-16deg {
	transform: skew(-16.5deg);
}

.skew-container-16deg-child {
	transform: skew(16.5deg);
}

/* Custom Text Classes */
.red-text {
	color: var( --e-global-color-accent );
} 

/* Button Gradient */
.line-gradient-button .elementor-button {
    border-width: 2px 2px 0 2px;
    border-style: solid;
    border-image: linear-gradient(to bottom, white , transparent) 1;
}

/* line break */
.desktop-br {
    display: block; 
}

@media screen and (max-width: 1200px) {
    .desktop-br {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .desktop-br {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .desktop-br {
        display: none;
    }
}



