/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-elementor-theme
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.0.2.1558001217
Updated: 2019-05-16 11:06:57
*/


/*
Swap out eicons with fontawesome so we can get rid of the bloated eicons font file
https://gist.github.com/julian-stark/08af8559a691b0b8b39bf7c509bcf1a7
*/
i[class^="eicon"] {
	font-weight: 600;
	font-style: normal;
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Replace Hamburger Icon */
.elementor-menu-toggle i{
	font-family: 'Font Awesome 5 Free';
}

.elementor-menu-toggle i:before {
    content: "\f0c9" !important;
}

.elementor-menu-toggle.elementor-active i:before {
    content: "\f00d" !important;
}

/* Replace Play Icon */
i.eicon-play {
	font-family: 'Font Awesome 5 Free';
}

i.eicon-play:before{
	content: "\f144";
}

