/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* ============================================================
 * Fooodology global header / chrome overrides
 * Loads site-wide via the 'child-style' enqueue.
 * ============================================================ */

/* --- Text wordmark placeholder logo (see header-elements/logo.php) --- */
.foo-text-logo{display:inline-flex;align-items:center;text-decoration:none}
.foo-text-logo .foo-wordmark{
	font-family:'Fraunces',Georgia,'Times New Roman',serif;
	font-weight:500;
	font-size:30px;
	line-height:1;
	letter-spacing:-.01em;
	color:#39131d;            /* --foo-wine-deep */
	white-space:nowrap;
}
.foo-text-logo:hover .foo-wordmark{color:#5e1f2e}
/* keep the wordmark legible on dark/sticky header rows */
.whb-color-light .foo-text-logo .foo-wordmark,
.whb-sticky-row.whb-color-light .foo-text-logo .foo-wordmark{color:#fffaf4}

/* --- Purge Woodmart conversion-killing chrome globally (belt-and-suspenders
 *     to the disabled theme options: covers any cached/edge markup too). --- */
.wd-sticky-social{display:none !important}
.scrollToTop{display:none !important}
