/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.h_blue :is(h1, h2, h3, h4, h5, h6) {
    color: #2372b8;
}
li.current-menu-item > a, li.menu-item.current-menu-parent > a {
    color: #f5b332;
}
@media (min-width: 768px) {
    .twoColumns ul {
        column-count: 2;
        column-gap: 4%;
    }
}