#trial_site_message {display:none;}
header {
background-color:#000;
}
/* use this line to change menu background color */


/* Use this line to change sub-menu background color */
ul.horizontal.site-menu ul.sub-menu li {
    background-color: #f3f3f3 !important;
}

/* use this line to change menu link color */
ul.horizontal.site-menu li span a, ul.horizontal.site-menu li span span {
color:#000;
}

/* Use this line to change link color in sub-menu */
ul.horizontal.site-menu ul.sub-menu li span a {
    color: #777;
}

/* use this line to change menu link hover color */

ul.horizontal.site-menu li span a:hover, ul.horizontal.site-menu li:hover span span {
    color: #777;
}

/* use this line to change footer background color */
footer {
    background-color: #000000;
}
.ce-button { 
background-image:none; 
 background-color: #009cf0;
    font-family: Lato,sans-serif;
    border-radius: 5px;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;   
    padding: 5px 8px;
    transition: all .5s ease;
    text-transform: uppercase;
}
.ce-button:hover  { 
background-image:none; 
 background-color: #3b3b3b !important;
 color:#fff;
font-size: 16px;
    font-weight: bold;
    padding: 5px 8px;

}