/**
 * Theme Name: Bauer Child
 * Template: bauer
 * Version: 1.0
 * Description: Construction and Industrial WordPress Theme
 * Author: Ninzio
 **/
 
 /* Mathewsons of Thornton Le Dale */
 
 
 /* Header */
 
.top-bar-style-2 #top-bar, .top-bar-style-2 #top-bar a, .top-bar-style-2 #top-bar .top-bar-socials .icons a {
    color: #eee;
}

.top-bar-style-2 #top-bar:after {
    background-color: #005405;
}
 
 .header-style-2 #site-header:after {
    background-color: #005405;
}

.header-style-5 .site-navigation-wrap .inner {
    background-color: #003303;
}

.header-style-5 #site-header .site-navigation-wrap.fixed-hide {
    background-color: #003303;
}

#site-logo {
    float: none;
    display: flex;
    justify-content: space-around;
}

#top-bar .top-bar-content .content:before, .top-bar-style-2 #top-bar .top-bar-socials .icons a:hover {
    color: #ddd;
}

.header-style-5 #site-header .header-button a {
    background-color: #b3c6ff;
    color: #333;
}

.text-accent-color {
    color: #b3c6ff;
}











/* Footer */

#footer {
    background-color: #1f5313;
}