/*
 Theme Name:     Stargames.de Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/foxy/
 Description:    Stargames.de Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

@import url("../Divi/style.css");

.button__login_menu a {
    padding: 10px 20px 0px;
    height: 40px;
    background: #deac47;
    color: #000!important;
    border-radius: 5px;
    /*border: 2px solid #fac314;*/
    line-height: 1.5em;
    /*font-weight: 700;
    color: #151515;
    text-shadow: 0.0625em 0.0625em 0.0625em hsla(0,0%,100%,.4);
    background: linear-gradient(180deg,#fef88e,#d79539);
    border-radius: .375em;
    text-transform: uppercase;
    box-shadow: inset 0 -0.1875em 0 0 #b06f1a, inset 0 -0.3125em 0.125em 0 #feec74;*/
}
.button__login_menu a:hover{
  background: #deac47;
    color: #000;
  }

  @media only screen and (min-width: 981px){
.et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a {
    padding-bottom: 31px!important;

}
.et-fixed-header #top-menu .button__login_menu a {
	color: #000!important;
	}	
}