/*
Theme Name:   Twenty Twenty Child
Theme URI:    http://example.com/twentytwenty-child/
Description:  Twenty Twenty Child Theme
Author:       Mike K.
Author URI:   http://example.com
Template:     twentytwenty
Version:      1.0.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready,block-patterns, block-styles, wide-blocks, accessibility-ready
Text Domain:  twentytwentychild
*/

a{
	color:#F58426 !important;
}
.entry-categories {
	display: none;
	}
input#submit.submit {
	background-color: #F58426;
	}
.entry-content {
	font-family: NonBreakingSpaceOverride, "Hoefler Text", "Noto Serif", "Times New Roman", serif;
	letter-spacing: normal;
	}
.wp-polls .Buttons {
	border: 1px solid #c8c8c8;
	background-color: #F58426;
	}
.wp-element-button {
	background: #F58426;
	}
button, .button {
	background: #F58426;
	}
.gsc-search-button {
	width: auto;
	}

/* BEGIN Change Menu to hamburger on the console to look like the mobile */ 
.primary-navigation-open .primary-navigation > .primary-menu-container {
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	border: 2px solid transparent;
	}
.primary-navigation > div > .menu-wrapper {
	padding-bottom: 100px;
	padding-left: 0;
	}
.primary-navigation-open .primary-navigation {
	width: 100%;
	position: fixed;
	}
.menu-button-container {
	display: block;
	}
.primary-navigation > .primary-menu-container {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	padding-top: calc(var(--button--line-height) * var(--primary-nav--font-size-button) + 42px + 5px);
	padding-left: var(--global--spacing-unit);
	padding-right: var(--global--spacing-unit);
	padding-bottom: var(--global--spacing-horizontal);
	background-color: var(--global--color-background);
	transition: all 0.15s ease-in-out;
	transform: translateY(var(--global--spacing-vertical));
	}
/* END Change Menu to hamburger on the console to look like the mobile */
