/*
Theme Name: Grafco Child
Theme URI: http://themeforest.net/user/wpoceans/portfolio/
Author: Beyond Tomorrow Enterprises
Author URI: http://themeforest.net/user/wpoceans
Description: Grafco - Event & Conference WordPress Theme
Template:	grafco
Version: 1.2.1
Text Domain: grafco-child
GitHub Theme URI: beyondtomorrowenterprises/grafco-child
*/


#wpadminbar {
    direction: ltr;
    color: #c3c4c7;
    font-size: 13px;
    font-weight: 400;
    display: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 2.46153846;
    height: 32px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 600px;
    z-index: 99999;
    background: #1d2327;
    outline: 1px solid transparent;
}
.global-header__navigation #navbar {
    background: #2B1E11 !important; /* Or any other color you want */
}

/* Hide .mobile-only by default */
.mobile-only {
    display: none;
	color:#ECBA52;
}
.align-text{
	margin-left:31px;
}
/* Show only on screen widths <= 768px */
@media screen and (max-width: 768px) {
  .mobile-only {
    display: block;
	  
  }
	.global-header__navigation #navbar>ul>li a {
  
        color: #ECBA52 !important;
       
    }
	
}

