/*
Theme Name: Beeches Theme
Theme URI: https://www.waynebeauchamp.co.uk/
Author: Wayne Beauchamp
Author URI: https://www.waynebeauchamp.co.uk/
Description: A child theme for TT5.
Requires at least: 5.8
Tested up to: 5.9
Requires PHP: 5.6
Version: 0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-child
Template: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

Twenty Twenty-Five Child WordPress Theme, (C) 2025 WordPress.org
Twenty Twenty-Five Child is distributed under the terms of the GNU GPL.
*/

@import url('https://fonts.googleapis.com/css2?family=Ribeye+Marrow&display=swap');

.ribeye-marrow-regular, h1 {
  font-family: "Ribeye Marrow", serif;
  font-weight: 400;
  font-style: normal;
}

.home .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	background-color: #516028;
}

b, strong { font-weight: 800; }

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #999;
	font-size: 1.6em;
}

:where(.wp-site-blocks) > * { margin-top: 0; }

.has-background-dim { background-image: linear-gradient( rgba(0,0,0,1), rgba(0,0,0,0) ) !important; }
.wp-block-cover .has-background-dim:not([class*="-background-color"]) {background-color: transparent; }
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0 { opacity: 0.9; }

