
.mobile_menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mobile_menu-item {
	list-style: none;
	display: block;
	padding: 8px 10px;
	font-size: 16px;
    cursor: pointer;
    border-bottom: 1px solid white;
}

ul.mobile_menu-children li {
    border: none;
}

.mobile_menu-children {
	margin-top: 10px;
}

.mobile_menu-item.mobile_menu-has_children > .mobile_menu-children {
	display: none;
}

.mobile_menu-item.mobile_menu-has_children.open > .mobile_menu-children {
	display: block;
	margin-left: -40px;
}

.mobile_menu-link {
	text-decoration: none;
	position:relative;
	display: block;
}

.mobile_menu-link .fa-chevron-right {
	position: absolute;
	top:50%;
	right:0px;
	-webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);

	margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobile_menu-link .fa-chevron-right.fa-rotate-90{
	-webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}


@media all and (max-width:350px){

}

@media all and (min-width:351px) and (max-width:500px){

}

@media all and (min-width:501px) and (max-width:999px){

}

@media all and (max-width:999px){

}

@media all and (min-width:1000px){

}

@media all and (min-width:1200px){

}

@media all and (min-width: 1620px) { 

}