/*!
Theme Name: Plainly
Theme URI: https://plainly.org
Author: chris@rudzki.com
Author URI: https://rudzki.com
Description: A simple theme
Version: 2024-05-26
------ */










/* ------ Default Fonts & Colors ------ */


body,
:root {
  --base-font-family: "Skolar Sans", "Georgia", serif;
  --secondary-font-family: "Skolar Sans", "Georgia", serif;
  --base-font-family: "Skolar", "Georgia", serif;
  --secondary-font-family: "Skolar", "Georgia", serif;
  --primary-heading-size: 21px;
  --base-font-size: 16px;
  --base-line-height: 1.5;
  --reduced-line-height: 1.2;
  --max-width: 840px;
  --dark: #242932;
  --medium: #393e46;
  --light: #65696f;
  --yellow: #ffa;
  --highlight: #ffa;
  --white: #fdfee8;
  --dark-gray: #777;
  --gray: #999;
  --light-gray: #bbb;
}

#wp-admin-bar-wp-logo,
#wp-admin-bar-search {
  display:none !important;
}



* {
  box-sizing: border-box;
  text-rendering: geometricPrecision;

}

body {
  color: #222;
  margin: 0;
  padding: 0;
  font-family: var(--base-font-family);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  font-variant-numeric: oldstyle-nums;
  background-color: #b8c1a3;

}

#canvas {
  margin: 145px auto 2rem auto;
  max-width: 100%;
  padding: 0;
}


.admin-bar #canvas {
margin: 113px auto 2rem auto !important;
}


.site-header {
  margin: 0;
  padding: 1.4rem 0 1.6rem;
  position:fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  border-top: 9px solid #222;
  border-bottom: 1.5px solid #222;
  background-color: #b8c1a388;
  background-color: #fff;
  backdrop-filter: blur(5px);
}

hr {
color: #222;
}

.site-header a:hover,
.site-header a:active {
  color: #2228 !important;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 2rem;
}

.site-header .container {
  display: flex;
  justify-content: space-between;
}

.site-title {
  margin: 0;
  font-size: var(--primary-heading-size);
  line-height: var(--reduced-line-height);
}

.site-header-branding h2 {
  margin: 0;
  line-height: var(--reduced-line-height);
  color: #2228;
  font-size: 1em;
  font-weight: inherit;
}

.site-header-image img {
  width: 100%;
  height: 20vw;
  min-height: 150px;
  max-height: 400px;
  object-fit: cover;
  border-bottom: 1.5px solid #222;
  padding: 0;
}

.featured-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-bottom: 2.5rem;
  border: 1.5px solid #222;
  padding: 0;
}

#menu-primary {
  margin: -5px 0 0 0;
  padding: 0;
  list-style: none;
}

#menu-primary li {
  display: block;
  font-size: 1rem;
  margin-left: 1rem;
}

#menu-secondary li {
  display: inline-block;
  margin-right: 0.5rem;
}

ul#menu-secondary {
  margin-bottom: 2rem;
  display: block;
}

.current-menu-item a {
  text-decoration: none;
  font-weight: 700;
}


ul,
ol {
}

hr {
  border: none;
  border-top: 1.5px solid #222;
  margin: 2rem 0;
  display: block;
}

sup,
sub {
  font-size: 0.9rem;
  line-height: 0;
  font-variant: normal;
}

sup a,
sub a,
.wp-block-footnotes a {
  text-decoration: none;
}

mark {
	padding: 2px 5px;
}

blockquote {
  border-left: 1.5px solid #222;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1em;
  font-size: 1em;
}

blockquote cite {
  font-style: inherit;
}

blockquote cite::before {
  content: "\2014";
  padding-right: 4px;
}

iframe {
	margin: 1rem 0;
}

.aligncenter {
	text-align: center;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.alignone {
	text-align: none;
}

figure:last-child iframe {
    margin-top: 0;
    margin-bottom: 0;
}

figure:last-child {
    margin-top: 0.925em;
    margin-bottom: 0.925em;
}

.wp-embed-aspect-16-9 {
	aspect-ratio: 16/9;
	width: 100%;

}

.wp-embed-aspect-16-9 iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
}



/* Headings */

/**

h1 {
  letter-spacing: -0.4px;
}

h2 {
  letter-spacing: -0.4px;
}

h3 {
  letter-spacing: -0.2px;
}

**/

h1,
h2,
h3,
h4,
h5,
h6,
.category-description,
.entry-footer {
/*  font-family: var(--secondary-font-family); */
}

strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
color: #222;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active {
color: #222;
}


/* Archive Header */

.archive-header {
  padding: 0;
  margin: -50px 0 0 0;
  height: 125px;
  display: block;
  border-bottom: 1.5px solid #222;
  align-content: space-around;
  background-color: #fff4;

}

.archive-title {
  margin: 0;
  line-height: var(--base-line-height);
  text-align: center;
  text-decoration: none;
  font-size: var(--base-font-size);
}

.archive-description {
  margin: 0;
  line-height: var(--reduced-line-height);
  font-size: 1em;
  font-weight: inherit;
  text-align: center;
  color: #2228;
}

.category-description {
  font-size: 1rem;
}



.entry-content h1,
.entry-content h2 {
  font-size: var(--primary-heading-size);
  margin: 1.4em 0 -0.2em 0;
  font-weight: 700;
}

.entry-content h3 {
  font-size: 1.1rem;
  margin: 1.4em 0 -0.2em 0;
  font-weight: 700;
}

.entry-content h4 {
  font-size: 1rem;
  margin: 1.4em 0 -0.2em 0;
  font-weight: 700;
  text-transform: uppercase;
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.5em;
}

.entry-content ul {
  list-style: circle;
}



.post-category,
.post-datetime {
  color: #222;
  font-size: 0.9em;
 /* letter-spacing: -0.2px; */
  margin: 0 0.5rem 0 0;
  line-height: 27px;
}

.recent-posts li a {
margin: 0 0.5rem 0 0;
}




/* Links */


.entry-title a {
  text-decoration: none !important;
}

.site-title a {
  text-decoration: none !important;
}

a,
a:visited {
color: #222;
}

a:hover,
a:active {
color: #2227;
}

.site-title a,
.site-title a:hover,
.site-title a:active,
.site-title a:visited {
color: #222 !important;
}




.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background-color: var(--gray) !important;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--light-gray) !important;
}


.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: #fff1 !important;
}



.wp-block-table td,
.wp-block-table th {
  padding: 0.5em 0.7em 0.4em 0.7em !important;
}


.wp-block-footnotes {
  font-size: 0.9rem;
  border-top: 1.5px solid #222;
  padding-top: 1rem;
}



table,
.wp-block-table {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  border: 1.5px solid #222 !important;
  border-collapse: collapse;
}



table a,
.wp-block-table a,
table a:visited,
.wp-block-table a:visited {
}


table a:hover,
.wp-block-table a:hover,
table a:active,
.wp-block-table a:active {
}



.wp-block-table {
	margin: 0;
	border: 1.5px solid #222 !important;
}

.wp-block-table tr {
}


tr:nth-child(even) {
	background-color: #fff9 !important;
}

tr:nth-child(odd) {
	background-color: #fffb !important;
}


thead th {
	background-color: #222 !important;
	color: #fffa;
}


@media screen and (max-width: 800px) {

.wp-block-table td, .wp-block-table th {
	border: none;
	clear: both;
	display: block;
	border-bottom: 0 !important;
}

}






/* Table of Contents */

#table-of-contents {
  margin: 2rem 0;
}

#table-of-contents section {
  margin-bottom: 3rem;
}

#table-of-contents .category-header {
  border-bottom: 1.5px solid #222;
  padding-bottom: 0;
  margin-bottom: 1em;
  padding: 0 0 0.17em;
  line-height: var(--reduced-line-height);
}

#table-of-contents h3 {
  line-height: var(--reduced-line-height);
  margin: 0 0.7rem 0 0;
  display: inline-block;
}

#table-of-contents section h3,
#table-of-contents section h3 a {
  font-size: var(--primary-heading-size);
  font-size: 1em;

  text-align: center;
  text-decoration: none;
  font-weight: 700;
}

#table-of-contents .category-description {
  display: inline-block;
  font-weight: normal;
  margin: 0;
}

#table-of-contents dl,
#table-of-contents dt,
#table-of-contents dd {
  margin: 0;
  padding: 0;
}

#table-of-contents dt,
#table-of-contents dd {
  display: inline-block;
}

#table-of-contents dt {
  padding-right: 0.4rem;
}

#table-of-contents dl {
  padding-bottom: 0.17em;
}

#table-of-contents ul {
  margin: 0 0 3rem 0;
  padding: 0;
}

#table-of-contents ul.wp-block-navigation__submenu-container {
  margin: 0 0 3rem 1rem;
  padding: 0;
}

#table-of-contents li {
  margin: 0 0 0.17em 0;
  list-style: none;
  break-inside: avoid-column;
}

.entry-category a,
.entry-tags a,
.label {
  font-size: 0.725em;
  background-color: #fff;
  display: inline-block;
  border: 1.5px solid #222;
  padding: 2px 2px 1px;
  text-decoration: none;
  line-height: 1;
  margin: 0 0.5rem 0 0;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  top: -2px;
  position: relative;
}

.entry-header .entry-title {
  margin-right: 0.5rem !important;
}

#table-of-contents ul.children {
  margin-left: 1rem;
  margin-bottom: 0;
}


/* Articles */

.nav-links {
  padding: 1rem 2rem 0.9rem;
  border-top: 5px solid #222;
  margin: 0;
  margin-bottom: -2rem;
  display: flex;
  justify-content: space-between;
  line-height: var(--reduced-line-height);
}

.nav-links a {
  text-decoration: none !important;
}

article {
  margin: 3rem 0;
}

.entry-header {
  line-height: var(--reduced-line-height);
  border-bottom: 1.5px solid #222;
  padding-bottom: 0;
  margin-bottom: 1em;
  padding: 0 0 0.17em;
}

.entry-header .entry-title {
  margin: 0;
  font-size: var(--primary-heading-size);
  display: inline;
}

.format-aside .entry-header {
	display: none;
}

.single .format-aside .entry-header {
	display: block;
}


/* Article Table */

.wp-block-table {
  margin: 1em 0;
  border: 1.5px solid #222 !important;
}


/* Widgets */

#widget-bar {
  text-align: center;
  margin-top: 2rem;
  padding-top: 2rem;
}

.widget-title {
  font-family: var(--secondary-font-family);
  font-size: 1em;
  margin: 0;
  font-weight: 700;
}


/* Site Footer */


.site-footer .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.site-footer {
  margin-top: 2rem;
  margin-bottom: 0;
  padding: 0 2rem 1rem;
  font-size: 0.925em;
  font-family: var(--secondary-font-family);
  text-align: center;
  color: #222;
}

.site-footer p:last-child {
  margin-bottom: 0;
}

.entry-footer .entry-meta {
}

.entry-footer .entry-meta a {
}

.entry-footer .entry-meta a:hover,
.entry-footer .entry-meta a:active {
}

.entry-footer .entry-share-buttons {
float: right;
}

.entry-footer .entry-tags a,
.entry-footer .entry-category a,
.entry-footer .entry-share-buttons a {
	margin-right: 0.5rem;
}

.share-button:hover {
  opacity: 0.4;
}

body.page .entry-share-buttons,
body.page .entry-date,
.entry-meta .entry-author {
  display: none;
}

.label,
#table-of-contents li a,
.entry-meta .entry-author {
  margin-right: 0.5rem;
}

.entry-meta .entry-date {
  margin-right: 1rem;
}

.entry-footer .entry-date a {
	text-decoration: none !important;
}

.entry-footer .edit-post-link {
  margin-left: 0.3rem;
  margin-right: 1rem;
  font-weight: bold;
}

.entry-footer .entry-meta a.edit-post-link {
  color: #a00;
}

.entry-footer .entry-meta a.edit-post-link:hover {
  color: #e00;
}

body.page #site-header-image,
body.single #site-header-image {
  display: none;
}

.recent-posts li p {
  padding-left: 1em;
  margin: 0.5em 0 1em 0;
  border-left: 1.5px solid #222;
}

.recent-posts li a {
  margin: inline-block;
}

.links-index li {
  display: inline;
}

.links-index li a {
  padding-right: 0.4rem;
}

.links-index .linkcat h2 {
  font-size: 1em;
  margin-bottom: 0;
}

#table-of-contents .linkcat ul {
	margin-bottom: 1rem;
}

.two-columns ul {
  columns: 2;
}

/* --------- Forms ----------- */

input[type="url"],
input[type="password"],
input[type="text"],
input[type="email"],
input[type="search"] {
  background: #fff4;
  border: 1.5px solid #222 !important;
  padding: 0.6rem 0.7rem 0.6rem;
  border-radius: 0;
  outline: 0 !important;
  vertical-align: middle;
  appearance: none !important;
  font-size: 1em;
  line-height: var(--base-line-height);
	width: 100%;
  	max-width: 350px;
}

input[type="url"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus {
  outline: 0;
  background: #fffa;
  border: 1.5px solid #222 !important;
}

textarea {
  border: 1.5px solid #222 !important;
  background: #fff4;
  border-radius: 0;
  appearance: none;
  font-size: 1em;
  line-height: var(--base-line-height);
  padding: 0.6rem 0.7rem 0.6rem;
  font-family: var(--base-font-family);
  width: 100%;
  max-width: 700px;
  height: 16rem;
}

textarea:focus {
  outline: 0;
  background: #fffa;
  border: 1.5px solid #222 !important;

}


input::placeholder,
textarea::placeholder {
    color: #222;
}



input[type="button"],
input[type="submit"],
button {
  background-color: #c7c7c7;
  filter: brightness(1.125);
  color: #222;
  appearance: none;
  border-radius: 0;
  font-size: 1em;
  line-height: var(--base-line-height);
  padding: 0.6rem 0.7rem 0.6rem;
  font-family: var(--base-font-family);
  vertical-align: middle;
  font-weight: 700;
  border: 1.5px solid #222;
}

input[type="button"]:focus,
input[type="submit"]:focus {
  outline: 0;
  border: 1.5px solid #222;
}

input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
  cursor: pointer;
  background-color: #222;
  color: #c7c7c7;
  font-weight: 700;
  border: 1.5px solid #222;
}



/* ------- Odds & Ends ------- */

/* Hides link to the index page from the index list */

#table-of-contents li.page-index-item-id-4524,
#post-4524 ul.wp-block-page-list li.current-menu-item {
  display: none !important;
}


/* ------- Forminator ------- */

.forminator-edit-module,
.widget-content label {
  display: none;
}

.forminator-error-message {
  display: none;
}

.forminator-response-message {
  margin: 0 0 1rem 0;
}

.forminator-response-message ul {
  margin: 1rem 0;
  padding: 0;
}

.forminator-response-message li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.forminator-custom-form .forminator-field label,
.forminator-custom-form .forminator-label {
  display: none !important;
}

.widget-content .forminator-row {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block !important;
}

.widget-content .forminator-col {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block !important;
}


.widget-content .forminator-button,
.widget-content .forminator-row,
.widget-content .forminator-col,
.widget-content .forminator-field {
  display: inline;
  margin: 0;
}

.widget-content .forminator-input {
  margin-right: -15px;
}


.forminator-col {
	padding-left: 0 !important;
}

form .forminator-field-radio label {
	display: block;
}

form .forminator-field-radio .forminator-label {
	margin: 0.8rem 0 0.2rem 0;
	display: block;
}

.forminator-radio-label {
	padding-left: 0.4rem;
	font-size: 1rem;
}

.forminator-row {
	margin: 10px 0 !important;
}



/* ------- Mobile ------- */

@media screen and (max-width: 700px) {


  .pages-toc-section ul,
  .two-columns ul {
    columns: 1;
  }

  .interstitial {
    width: 100%;
    float: none;
    display: block;
  }

  .interstitial img {
    margin: 0 auto;
  }

  .nav-links,
  .nav-links div {
    display: block;
    text-align: center;
  }
  .nav-links div:first-of-type {
    margin: 0 0 0.5rem 0;
  }

  body {
    border: none;
    margin: 0;
    padding: 0;
    max-width: 100%;
  }

  #menu-primary {
    margin: 0;
  }

  #menu-primary li {
    display: block;
  }

  .site-header {
    display: block;
  }

  .widget-content form {
    max-width: calc(100% - 4rem);
    margin: 0 auto;
  }

  .forminator-input,
  .forminator-button,
  .forminator-row,
  .forminator-col,
  .forminator-field {
    width: 100% !important;
    display: block;
  }
  .forminator-row {
    padding: 0 !important;
  }
  .widget-content .forminator-button {
    margin-top: -2px;
  }

input[type="url"],
input[type="password"],
input[type="text"],
input[type="email"],
input[type="search"],
textarea,
input[type="button"],
input[type="submit"],
button {
  max-width: 100%;
}



}


.hustle-ui {
margin: 0 !important;
padding: 0 !important;
}

.hustle-ui ul {
margin: 0 !important;
padding: 0 !important;
}

.hustle-ui ul li {
padding: 0 10px 0 0 !important;
}

.hustle-ui .hustle-social {
margin: 0 0 10px 0 !important;
padding: 0 !important;
background-color: inherit !important;
}




.page-id-5050 .wp-block-page-list .current-menu-item {
	display: none;
}

#table-of-contents section h3, #table-of-contents section h3 a,
.entry-title a {
}

.page-id-5969 table {
	font-size: 0.9rem;
}

.parent-page-title a {
	text-decoration: none;
	font-size: var(--primary-heading-size);
	display: inline-block;
}

.parent-page-title a::after {
	content: ' \2192';
}

.parent-page-title,
.entry-title {
	display: inline-block;
}

.parent-page-title {
	margin: 0;
	margin-right: 0.07rem;
}

.wp-block-button {
	margin: 0.5rem 0 !important;
}

.wp-block-button.is-style-outline:hover {
	color: #222;
}

.pages-toc-section {
	margin: 0 -2rem 0 -2rem;
	padding: 1rem 2rem 1rem 2rem;
	border-top: 1px solid #fff5;
	display: block;
}

.pages-toc-section .category-header {
	display: none;
}

.pages-toc-section ul {
	columns: 4;
	margin: 2rem 0 -1rem 0 !important;
	font-size: 18px;
}

#table-of-contents .pages-toc-section section {
	margin: 0 !important;
}







