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

.benefits_list li.elementor-icon-list-item {
	padding: 12px 15px !important;
	background: #F5F5F5 !important;
	border-radius: 60px !important;
	margin-top: calc(40px/2) !important;
}

.blog_post_list .uc_post_list .uc_post_list_box {
	flex-direction: row-reverse !important;
}

.hiring_list li.elementor-icon-list-item.elementor-inline-item {
	padding: 16px 20px !important;
	border: 1px solid #FFFFFF !important;
	border-radius: 20px !important;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow{
	display:none;
}

.elementor-element-populated .elementor-widget-container ul.hfe-nav-menu li.loginMenu a.hfe-menu-item{
	padding-right:0px;
}
.elementor-element-populated .elementor-widget-container ul.hfe-nav-menu li.signupMenu a.hfe-menu-item{
	padding-left:5px;
	padding-right:0px;
}

.elementor-element-populated .elementor-widget-container ul.hfe-nav-menu li.offerMainMenu ul.sub-menu{
	background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.elementor-element-populated .elementor-widget-container ul.hfe-nav-menu li.offerMainMenu ul.sub-menu li.offerChildMenu{
	border-bottom-width:0px;
}
.elementor-element-populated .elementor-widget-container ul.hfe-nav-menu li.offerMainMenu ul.sub-menu li.offerChildMenu:hover{
    background-color: #f0f0f0;
}

.elementor-element-populated .elementor-widget-container ul.hfe-nav-menu li.offerMainMenu ul.sub-menu li.offerChildMenu a.hfe-sub-menu-item{
	padding:8px 20px;
	font-size:16px
}