/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.whb-top-bar-inner .wd-tools-element>a, .whb-top-bar .wd-nav-secondary>li>a {
    color: #777777 !important;
}
.whb-color-light .wd-header-divider:before {
    border-color: #E5E5E5 !important;
}
:is(.color-scheme-light,.whb-color-light) .wd-nav:is(.wd-style-bordered,.wd-style-separated)>li:not(:last-child):after {
    border-color: #E5E5E5 !important;
}
.copyrights-wrapper {
    background: #141414;
	color: #fff;
}
#customcolorbeef:before {
    content: "";
    background: #f2da92;
    width: 30%;
}
[class*="wd-header-search-form"] .wd-style-with-bg {
    width: 75%;
    margin: 0 auto;
}
.searchform[class*="wd-style-with-bg"] .searchsubmit {
    background: #f2da92;
}