/*

Theme Name: Terrill 2020

Description: Terrill's Twenty Twenty Child Theme

Author: Terrill Thompson

Author URI: https://terrillthompson.com

Template: twentytwenty

Version: 1.0.1

License: GNU General Public License v2 or later

Tags: two-column, responsive-layout, accessibility-ready

Text Domain: twentytwentychild

*/

/*
	Overall layout
*/
html {
/* 	font-size: 1em !important; */
}
body {
	font-family: Arial, Helvetica, sans-serif !important;
/*	font-size: 1em; */
	color: #555555;
	background-color: #36487A;
	background-image: url('images/baker.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-size: cover;
	padding-bottom: 1000px;
	line-height: 1.625em;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
body main#site-content article {
	color: #555555;
}
#site-header {
	order: 1;
	width: 100%;
}
.header-navigation-wrapper {
	order: 2;
}
main {
	order: 3;
}
div.footer-nav-widgets-wrapper {
	order: 4;
}
footer {
	order: 5;
}
div.header-navigation-wrapper,
main,
div.footer-nav-widgets-wrapper,
footer {
	margin: 0;
	width: 85%;
	max-width: 70em;
}

/*
	HTML core elements
*/


/*
	Skip link
*/
.skip-link-wrapper {
	display: block;
	margin: 1em;
	font-size: 1em;
	padding: 0;
	width: 12em;
}
.skip-link-wrapper a.skip-link {
	margin: 0;
	padding: 0;
	color: white;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	border: 3px solid transparent;
}
a.skip-link:focus {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

/*
	Header
*/
#site-header {
	background-color: transparent !important;
	margin: 0;
	padding: 0;
}
#site-header .header-inner,
#site-header .header-navigation-wrapper {
	display: block;
	margin: 0;
	width: 100%;
	max-width: 100%;
}
#site-header .header-inner {
	padding: 0;
}
#site-header .header-navigation-wrapper {
	border: 3px solid #24243B;
}
#site-header .header-titles-wrapper {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
}
#site-header .header-titles {
	display: block;
	margin: 0 1.75em 1em;
}
#site-header .header-titles .site-title {
	display: block;
	width: 100%;
	color: #FFFFFF;
	font-size: 2em;
	font-weight: bold;
	font-size: 3em;
	margin: 0.25em 0 0.1em;
	padding: 0;
	text-decoration: none;
	text-shadow: 2px 2px 5px #333333;
	letter-spacing: 1px;
}
#site-header .header-titles .site-title a {
	display: inline;
	border:3px solid transparent;
}
#site-header .header-titles .site-description {
	width: 100%;
	display: block;
	color: #FFFFFF;
	font-size: 1.3em;
	letter-spacing: 1px;
	margin: 1em 1.5em 1.75em;
}

/*
	Navigation menu
*/
nav.primary-menu-wrapper {
	background-color: #333355;
	padding-left: 1em;
}
nav ul.primary-menu {
	font-size: 1.2em;
	margin: 0;
	justify-content: start;
}
nav ul.primary-menu > li {
	margin: 0.5em 0.75em;
}
nav ul.primary-menu > li > a {
	color: #FFFFFF !important;
	border: 3px solid transparent;
}

/*
	Main
*/
main {
	border: transparent 3px solid;
	margin: 1em 0;
	padding: 0 3%;
	background: #FFF !important;
	border-color: #506A81;
	border-width: 3px;
	border-style: solid;
}

/*
	Home page (latest posts)
*/
body.home article > figure.featured-media {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0.5em 1em 1em 0;
}
body.home article > figure.featured-media div.section-inner {
	margin-left: 0;
	margin-right: 0;
}
body.home article > figure.featured-media img {
	width: 100px;
	max-width: 100px;
}

/*
	Article content
*/
article,
body:not(.singular) main > article:first-of-type {
	padding-top: 0;
}
article header.entry-header,
main header.archive-header {
	padding: 0 !important;
}
article header.entry-header .entry-title,
 main header.archive-header .archive-title {
	color: #434370;
	font-size: 1.8em;
	text-align: left;
	margin-top: 0.75em;
}
article header.entry-header .entry-title a {
	color: #434370;
	border: 3px solid transparent;
}
article header.entry-header .entry-categories {
	display: none;
}
article header.entry-header .section-inner.medium {
	max-width: auto;
	margin: 0;
}
div.archive-header-inner {
	margin-left: 0;
}
div.archive-header-inner .archive-subtitle {
	max-width: 100%;
	margin: 1em 0;
	text-align: left;
}
main article.post header.entry-header {
	background-color: transparent;
}
main article.post header.entry-header ul.post-meta,
main article.post header.entry-header ul.post-meta a {
	color: black !important;
}
main article.post header.entry-header ul.post-meta a {
	border-bottom: 1px solid #333355;
}
body.single-post article.post figure.featured-media {
	display: none;
}
main article h1.entry-title {
	margin: 0 0 0.35em;
	color: #333;
}
.post-meta-wrapper  {
	margin: 1em;
}
ul.post-meta {
	justify-content: left !important;
}
ul.post-meta a {
	border: 3px solid transparent;
}
.post-inner {
	padding-top: 0;
}
.entry-content {
	font-family: inherit;
	letter-spacing: inherit;
	font-size: 1em;
}
.entry-content > *,
.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 100% !important;
	width: 100% !important;
	margin: 0;
	font-size: 1em;
	line-height: 1.5em;
}
.entry-content > p,
.entry-content > div,
.entry-content > ul,
.entry-content > ol,
.entry-content > table {
	margin-bottom: 1em !important;
}
.entry-content > ul,
.entry-content > ol {
	margin-left: 1em !important;
}
.entry-content a {
	color: #2845D7;
	border: 3px solid transparent;
}
article .entry-content > h2,
body.archive h2.entry-title {
	font-size: 1.4em !important;
	font-weight: bold;
	margin: 0.75em 0 !important;
	color: #333;
}
article .entry-content blockquote {
	border-color: #CCC !important;
	border-style: solid;
	border-width: 0 0 0 7px;
	margin: 1em !important;
}
ul.quotes_list {
	list-style-type: none;
}

/*
	Sidebar/Footer
*/
div.footer-nav-widgets-wrapper {
	margin-top: 0 !important;
}
aside.footer-widgets-outer-wrapper {
	padding-top: 2em;
	border-bottom: 3px solid #e6e6ff;
}
aside > div.footer-widgets-wrapper {
	margin: 0;
	width: auto;
}
div.footer-widgets {
	padding: 0 1em;
}
div.footer-widgets.column-one {
	border-right: 3px solid #CCC;
}
div.footer-widgets.column-two > .widget {
	margin-top: 1em;
}
div.footer-widgets.column-two > .widget:first-child {
	margin-top: 0;
}
div.footer-widgets .widget-content {
	font-size: 1em;
}
div.footer-widgets .widget .widget-title {
	font-size: 1.4em;
	margin-bottom: 0.5em !important;
}
div.footer-widgets ul {
	list-style: disc;
	padding-left: 1em;
}
div.footer-widgets ul li {
	margin: 0 0 0.5em;
}
div.footer-widgets a {
	color: #2845D7;
	font-weight: normal;
	border: 3px solid transparent;
}
div.footer-widgets div.textwidget p {
	font-family: inherit;
}
div.footer-widgets {
	margin: 0;
	width: 100%;
}
div.footer-widgets ul.zoom-social-icons-list {
	list-style-type: none;
}
footer#site-footer,
div.header-footer-group {
	color: #333333;
	background-color: #FFFFFF;
}

/*
	Links
*/
button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
	background-color: #333355 !important;
}

/*
	Search Form
*/
form.site-search {
	display: block;
	position: absolute;
	top: 120px;
	right: 7.5%;
	width: 30em;
	z-index: 999;
}
div.site-search-inner {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
form.site-search input,
form.site-search button {
	padding: 1.5rem;
 	border: 3px solid #24243B;
  box-shadow: none;
	outline: none;
	margin: 0 3px;
}
form.site-search input.search-submit {
	color: #FFFFFF;
	text-transform: none;
}
form.site-search button.close-search-form {
	display: none;
	font-size: 1.5em;
	padding: 0.9rem 1.5rem;
}

/*
	Search toggle button
*/
button.search-toggle {
	display: none;
	position: absolute;
	margin: 0;
	top: 120px;
	right: 7.5%;
	color: #FFFFFF !important;
	left: auto;
	bottom: auto;
	padding: 0;
	background-color: transparent !important;
	border: 3px solid transparent;
	transform: scale(1.5);
	z-index: 9999999;
}

/*
	Visible focus indicator
*/
a:focus,
a:hover,
button:focus,
button:hover,
input:focus,
input:hover {
  border: 3px solid #94BFF9 !important;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 3px rgba(102, 175, 233, 0.6);
  outline: 0 none;
  text-decoration: none !important;
}
button::-moz-focus-inner {
  border: 0;
}
/* Do not use the above within AblePlayer */
div.able-wrapper button:focus,
div.able-wrapper button:hover {
  border: none !important;
  box-shadow: none !important;
}
/* Do not use the above on linked headings */
h1 a:hover,
h1 a:focus {
  box-shadow: none !important;
  border-color: transparent !important;
  border-bottom: 3px solid #94BFF9 !important;
}
/* Do not use the above in the sidebar */
/*
aside a:hover,
aside a:focus {
  box-shadow: none !important;
  border-color: transparent !important;
  border-bottom: 3px solid #94BFF9 !important;
}
*/
/*
	Comments form
*/
div.comments-wrapper {
	margin-top: 0;
	border-top: 3px solid #CCC;
	padding-top: 1em;
}
div.comments-wrapper .comment-reply-title {
	font-size: 1.5em;
}

/*
	Comments
*/
div.comments-wrapper .comment-respond > p:last-of-type {
	margin-bottom: 2em;
}

/*
	Media wrapper
*/
div.terrill-media-player {
	margin: 2em 0 !important;
}

/*
	Music Icons
*/

ul#music_icons {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}
ul#music_icons li {
  float: left;
  display: block;
  margin: 0;
  padding: 0 1%;
  width: 200px;
  height: 200px;
  max-width: 20%;
}
ul#music_icons li a {
  display: block;
  text-decoration: none;
  border: 3px solid transparent;
}
ul#music_icons li img {
  width: 100%;
  height: auto;
}
ul#music_icons::after {
  clear: left;
  content: "";
  display: table;
}


/*
	Misc
*/
hr {
	margin: 2em auto !important;
}
article.bottom-separator {
	border-bottom: 3px solid #e6e6ff;
}
.comment-author .url {
	border: 3px solid transparent;
}
.footer-copyright {
	font-weight: normal;
}
a.more-link {
	display: block;
	width: 14em;
	margin: 0 auto;
	padding: 0;
}
a.more-link > span.faux-button {
	width: 100%;
}
nav.pagination,
nav.pagination-single {
	margin: 1em 0 2em;
}
nav.pagination a,
nav.pagination-single a {
	color: #333355;
	border: 3px solid transparent;
}
a.zoom-social_icons-list__link {
	display: block;
}


/*
	Media Queries
*/

@media ( max-width: 1330px ) {
}
@media ( max-width: 1240px ) {
	h1 {
		/* color: green !important; */
	}
	form.site-search {
		display: block;
		width: 25em;
	}
	button.search-toggle {
		display: none;
	}
}
@media ( max-width: 1100px ) {
	h1 {
		/* color: blue !important; */
	}
	div.header-navigation-wrapper,
	main,
	div.footer-nav-widgets-wrapper,
	footer {
		width: 90%;
	}
	form.site-search {
		display: none;
		top: 10px;
		right: 10px;
	}
	form.site-search button.close-search-form {
		display: block;
	}
	button.search-toggle {
		display: block;
		top: 15px;
	}
	#site-header .header-titles-wrapper {
		text-align: center;
	}
	#site-header .header-titles .site-title {
		font-size: 2em;
		margin: 0;
	}
	#site-header .header-titles .site-description {
		font-size: 1em;
		margin: 0.5em 0;
	}
	div.header-navigation-wrapper {
		display: block;
	}
	nav.primary-menu-wrapper {
		display: block;
		padding-left: 0;
	}
	nav ul.primary-menu {
		font-size: 1em;
		justify-content: center;
	}
}
@media ( max-width: 1000px ) {
	h1 {
		/* color: purple !important; */
	}
	.header-inner button.toggle	{
		display: none;
	}
	button.search-toggle {
		top: 15px;
	}
}
@media ( max-width: 880px ) {
	h1 {
		/* color: red !important; */
	}
	div.header-navigation-wrapper,
	main,
	div.footer-nav-widgets-wrapper,
	footer {
		width: 95%;
	}
	#site-header .header-inner {
		padding: 0.75em 0 0;
	}
	.header-inner button.toggle	{
		display: none;
	}
	.skip-link-wrapper {
		padding: 0;
	}
	nav.primary-menu-wrapper {
		display: block;
		padding-left: 0;
	}
	button.search-toggle {
		top: 15px;
		right: 5%;
	}
	form.site-search {
		width: 95%;
		top: 165px;
		right: 50%;
		transform: translate(50%,0);
	}
	body.showing-search-form div.header-navigation-wrapper {
		margin-top: 75px;
	}
}
@media ( max-width: 780px ) {
	h1 {
		/* color: orange !important; */
	}
	#site-header .header-inner {
		padding: 1em 0 0;
	}
	.header-inner button.toggle	{
		display: none;
	}
	div.skip-link-wrapper {
		padding: 0 1em 0;
	}
	#site-header .header-titles .site-title {
		font-size: 1.75em;
		margin: 0;
	}
	#site-header .header-titles .site-description {
		margin: 0.25em 0 1em;
	}
	.header-navigation-wrapper {
		display: block;
	}
	nav.primary-menu-wrapper {
		display: block;
		padding-left: 0;
	}
}
@media ( max-width: 720px ) {
	h1 {
	/* 	color: yellow !important; */
	}
	div.header-navigation-wrapper,
	main,
	div.footer-nav-widgets-wrapper,
	footer {
		width: 95%;
		max-width: 70em;
	}
	.skip-link-wrapper {
		display: none;
	}
	#site-header .header-titles .site-title {
		font-size: 2em;
		margin: 0;
	}
	#site-header .header-titles .site-description {
		font-size: 1em;
		margin: 0.35em 0 0;
	}
	form.site-search {
		top: 105px;
	}
	body.showing-search-form div.header-navigation-wrapper {
		margin-top: 75px;
	}
}
@media ( max-width: 480px ) {
	h1 {
		/* color: hotpink !important; */
	}
	#site-header .header-titles .site-title {
		font-size: 1.75em;
	}
}




