
.w3eden .wpdmlogin-logo {
    padding-bottom: 30px;
    display: none!important;
}
/* 640px and smaller screen sizes */
@media (max-width:640px){
	/* Menu Item */
	.left-side .menu > .menu-item{
		padding-bottom:20px;
	}
	/* Menu title text */
	.left-side .sub-menu .menu-title-text{
		font-size:14px;
		color:#c1c1c1;
	}
}
body header#top nav > ul > li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: 'FontAwesome';
  text-decoration: white;
  display: inline-block;
  speak: none;
  font-size: 12px;
  line-height: 16px;
  height: auto;
  background-color: transparent!important;
  width: 8px;
  padding-left: 8px;
}