.wpcf7 .bt_bb_cf7_form .bt_bb_cf7_row.bt_bb_short_textarea textarea {

    color: black;
}

.bt-header-responsive-inactive .site-header .site-branding .site-branding-inner .site-branding-logo-text .site-branding-logo .sticky-logo img {
	
    padding: 20px;
}

.bt-header-responsive-inactive .site-header .site-branding .site-branding-inner .site-branding-logo-text .site-branding-logo .logo img {
    margin-top: 1em;
}

.bt-header-responsive-inactive .main-navigation nav > ul.main-navigation-menu > li.current-menu-item > a:before {
    display:none;
}

.bt-header-responsive-active .main-navigation ul.main-navigation-menu li a {
     padding-left: 20px;
}

div.jetpack-likes-widget-wrapper {
    display: none;
}

.button-shape-rounded .bt-about-author.single-about-author-blog, .button-shape-rounded .bt-about-author.single-about-author-pf {
 display: none;
}
.comments-area .comment-respond .comment-reply-title {
 display: none;
}
.comments-area .comment-respond .comment-form {
    display: none;
}
/* Product page only: force burger icon to #77bbff */
body.single-product .menu-toggle,
body.single-product .menu-toggle i,
body.single-product .menu-toggle svg,
body.single-product .menu-toggle .icon,
body.single-product .site-header .menu-toggle .icon-bar {
    color: #77bbff !important;
    fill: #77bbff !important;
    stroke: #77bbff !important;
}
/* === Product Page: Add spacing to stop header overlap === */
.single-product .site-main {
    padding: 210px 10px 40px 10px;
}

/* === Product Page: Header menu links === */
body.single-product .site-header a {
    color: #77bbff !important;
}

/* === Product Page: Menu hover state — text turns white === */
body.single-product .site-header .menu li:hover > a {
    color: #ffffff !important;
}

/* === Product Page: Mobile burger menu icon only === */
body.single-product .menu-toggle {
    color: #77bbff !important;
    fill: #77bbff !important;
}

/* === Product Page: Header social icons === */
body.single-product .site-header a[href*="facebook"],
body.single-product .site-header a[href*="instagram"],
body.single-product .site-header a[href*="x.com"],
body.single-product .site-header a[href*="twitter.com"] {
    color: #77bbff !important;
    fill: #77bbff !important;
}

/* === Product Page: Push WooCommerce add-to-cart notice below header === */
body.single-product .woocommerce-message {
    margin-top: 100px !important;
}
/* Product page only: force burger icon to #77bbff */
body.single-product .menu-toggle,
body.single-product .menu-toggle *,
body.single-product .menu-toggle svg path,
body.single-product .menu-toggle svg line {
    color: #77bbff !important;
    fill: #77bbff !important;
    stroke: #77bbff !important;
}


