/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.alert-bar .theme-button {
    margin-top:15px;
    background: #2d2d2d;
    z-index: 9999;
}

.alert-bar .theme-button:hover {
    background: #ffffff;
    color: #2d2d2d
}
.alert-bar + .header-container .custom-header {top: 54px;}
section.alert-bar {
    background-color: #7CC04C;
    color: #FFF;
    text-align: center;
    padding: 15px 80px;
    position: relative;
    z-index:9999;
}
section.alert-bar>div {
    display: inline;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 0px;
    font-size: 30px;
}
a.alert-bar-button {
    color: #FFF;
    text-decoration: underline;
    font-weight: bold;
}

section.alert-bar {
	display: none;
}