/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.wm-dark-bg-menu {
    color: #fff !important;
}

.home .site-content {
	margin-bottom: 0;
}

.single-post .wd-post-cat,
.single-post .wd-post-date,
.single-post .wd-entry-meta {
    display: none;
}

.wd-posts .hovered-social-icons,
.wd-posts .wd-entry-meta {
    display: none;
}

article.category-products .wd-post-meta,
article.category-9 .wd-post-meta,
article.category-14 .wd-post-meta,
article.category-19 .wd-post-meta {
    display: none !important;
}

.cf7-inline p {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin: 0;
}

/* each field wrapper shares the row equally */
.cf7-inline .wpcf7-form-control-wrap {
    flex: 1 1 160px;
}

/* override the size="40" width so inputs shrink to fit */
.cf7-inline input.wpcf7-form-control {
    width: 100%;
    box-sizing: border-box;
}

/* keep the submit button its natural size, not stretched */
.cf7-inline input.wpcf7-submit {
    flex: 0 0 auto;
    width: auto;
}

/* stop the spinner from taking a flex slot */
.cf7-inline .wpcf7-spinner {
    flex: 0 0 auto;
}
