/*
Theme Name: Bauman WP 2016
Description: Custom CSS Framework.
Version: 1.0.0
Author: GTEK Interactive
Author URI: http://www.gtek1.com/
*/
#alertMessage{
    background-color:#006254;
    height:auto;
    padding:13px;
    position: relative;
    z-index: 9999999999999;
}

#alertMessage p{
    color:#FFF;
    font-size: 1rem;
    text-align: center;
}

#alertMessage a{
    color: #FFF;
}

#theSort {z-index:-5; display: none !important;}
