/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://Peykado.com/
 Description:  Child theme for Hello Elementor
 Author:       HessamQazikhani
 Author URI:   https://Peykado.com/
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* Custom CSS goes here */
.elementor-nav-menu a.elementor-item {
  position: relative;
}

.elementor-nav-menu a.elementor-item::before {
  content: '';
  position: absolute;
  right: 18px;
  bottom: -2px; 
  width: 0;
  height: 3px;
  background: #a0a0a0 !important;  
  border-radius: 8px;
  transition: width 0.5s ease;
  z-index: 1;
}

.elementor-nav-menu a.elementor-item::after {
  content: '';
  position: absolute;
  right: 18px;
  bottom: 3px; 
  width: 0;
  height: 3px;
  background: #fea000;
  border-radius: 8px;
  transition: width 0.1s ease;
  z-index: 2;
}

/* هاور */
.elementor-nav-menu a.elementor-item:hover::before {
  width: 30%; 
}

.elementor-nav-menu a.elementor-item:hover::after {
  width: 22%;
}
.sub-menu{
    position: absolute;
    top: 50px;
    left: 0;
    width: 240px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
    background-color: #fff;
    border-radius: 16px;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: .25s;
    transition: .25s;
    z-index: 200;
    height: auto;
    border-bottom: 3px solid #fea000 !important;
}
.elementor-nav-menu .elementor-sub-item:hover {
  background-color: transparent !important;
  color: #fea000 !important;
}

.elementor-widget-sidebar {
    background-color: #fff !important;
    padding: 1.35rem !important;
    border: 1px solid #f2f2f2 !important;
    border-radius: 10px !important;
    margin-bottom: 12px !important;
    box-shadow: 0 0 13px 1px rgba(70,72,77,.08) !important;
    font-family: IranSans, sans-serif !important;
    line-height: 30px !important;
    color: #303030 !important;
}
.widget_categories ul{
	list-style: none;
    margin: 0;
}
.widget_categories ul li {
    position: relative;
    margin: 0 0 9px;
    color: #8d8d8d !important;
    padding: 9px 13px 9px 10px;
    border-radius: 2px;
    font-size: 13px;
    line-height: 18px;
    -webkit-transition: .3s;
    transition: .3s;
	border-bottom: 1px solid #eee
}
.widget_categories ul li a {
    color: inherit; 

}
.widget_categories ul li:last-child {
    border-bottom: none; 
}
.widget_categories ul li:hover{
	background: #f8f9fa;
    padding-right: 17px;
	color:#f99d00;
}

.widget_categories ul li:before{
    content: "\f104";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 9px;
    font-weight: 400;
    font-size: 18px;
    -webkit-transition: .3s;
    transition: .3s;
}
.widget_categories ul li:before{
    content: "\f104";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 9px;
    font-weight: 400;
    font-size: 18px;
    -webkit-transition: .3s;
    transition: .3s;
}
.widget_categories ul li:hover::before {
    padding-right: 5px;

}
.widget_categories ul li:hover a,
.widget_categories ul li:hover::before {
	color:#f99d00;
}
.elementor-widget-sidebar .widget-title:before {
    position: absolute;
    background: #fea000;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 12px;
    width: 22px;
    transform-origin: bottom right;
    content: '';
    top: 23px;
    transform: skewX(-10deg);
    height: 39px;
    z-index: 0;
    right: -2px;
}
.elementor-widget-sidebar{
	overflow:hidden;
}
.widget-title{
	font-size:18px;
	color:#7f8187;
}