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

#off-screen-menu-list .elementor-icon-list-item:nth-child(1) .elementor-icon-list-text::before {
    content: "01";
	font-family: 'Nanum Myeongjo';
	font-style: italic;
	font-size: 12px;
    color: #ffffff;
    vertical-align: top;
    margin-right: 10px;    
}

#off-screen-menu-list .elementor-icon-list-item:nth-child(2) .elementor-icon-list-text::before {
    content: "02";
	font-family: 'Nanum Myeongjo';
	font-style: italic;
	font-size: 12px;
    color: #ffffff;
    vertical-align: top;
    margin-right: 10px;    
}

#off-screen-menu-list .elementor-icon-list-item:nth-child(3) .elementor-icon-list-text::before {
    content: "03";
	font-family: 'Nanum Myeongjo';
	font-style: italic;
	font-size: 12px;
    color: #ffffff;
    vertical-align: top;
    margin-right: 10px;    
}

#off-screen-menu-list .elementor-icon-list-item:nth-child(4) .elementor-icon-list-text::before {
    content: "04";
	font-family: 'Nanum Myeongjo';
	font-style: italic;
	font-size: 12px;
    color: #ffffff;
    vertical-align: top;
    margin-right: 10px;    
}

#off-screen-menu-list .elementor-icon-list-item {
    position: relative;
    border-bottom: 1px solid #423A33;
}

#off-screen-menu-list .elementor-icon-list-item::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #B4936F;
    transition: width 0.3s ease-out;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
}

#off-screen-menu-list .elementor-icon-list-item:hover::after {
    width: 100%;
    transform: translateX(-50%) scaleX(1);
}

#off-screen-menu-list .elementor-icon-list-item:hover .elementor-icon-list-text {
    color: #B4936F;
}