/* Enter Your Custom CSS Here */
.header_bottom, .fixed_top_header .bottom_header {
    background-color: rgb(9, 9, 9);
}
header.sticky .header_bottom {
    background-color: #000 !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.11);
}
header:not(.sticky):not(.scrolled) .header_bottom, header.fixed_top_header .bottom_header {
    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-bottom-width: 1px;
}
header_bottom {
	background-color: rgba(0, 0, 0, 0.56);
}

.footer_top .widget h4{
	text-transform: none;
}