/*
Theme Name:   Club Danse Country
Theme URI:    https://wordpress.org/themes/twentytwentyfour
Description:  TwentyTwentyFour Child Theme for ClubDanseCountry.
Author:       Martin Cadorette
Template:     twentytwentyfour
Version:      1.0.1
Requires at least: 6.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
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, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
Text Domain:  twentytwentyfour-child
*/

@import url("css/shared.css?t=1");

*						{scroll-margin-top: 200px;}
*:active, *:focus		{outline: none !important;}

.hide			{display: none !important;}

h1				{text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;}

b, strong, th, .bold, .is-bold		{font-weight: var(--wp--preset--font-weight--bold) !important;}

input, select, option, textarea, .button	{
	padding: 0.5em !important; color: var(--wp--preset--color--contrast); background: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--contrast-3) !important; border-radius: 0.5rem;
}
input[type=submit], input[type=button], .button	{
	width: auto !important; padding: 0.75rem 1rem !important; color: var(--wp--preset--color--base); background: var(--wp--preset--color--accent);
	font-size: var(--wp--preset--font-size--small); font-weight: var(--wp--preset--font-weight--bold);
	border: none; border-radius: 0.75rem; cursor: pointer;
}
textarea		{min-height: var(--wp--preset--spacing--50);}
input[type=submit]:hover, input[type=button]:hover, .button:hover	{
	color: var(--wp--preset--color--base); background: var(--wp--preset--color--contrast);
}



/*** FIX Footer & Main content top gap ***/
:where(.wp-site-blocks) > * {margin-block-start: 0rem;}

@media (max-width: 600px) {

}