/*
Theme Name: Astra-Kunja
Author: Tom Schmidt
Author URI: http://wpastra.com/about/
Description: Astra-Kunja is a child theme of Astra, meant to allow detailed modifications
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-kunja
Template: astra
*/

/* site-wide CSS */
#site-title {
  margin-top: 15px;
  margin-bottom: 5px;
  line-height: 2em;
}
#site-description {
  height: 30px;
}

/* quote to left of about pages */
.vri_quote p {
  margin-bottom: 5px;
  font-size: 14px;
}
.vri_quote p:last-of-type {
  text-align: right;
  font-style: italic;
}
.vri_quote {
  padding: 10px 10px 0px 10px;
}

/* consistently format imported text from dhamma.org */
.wrap-dhamma {
  margin: 0 25px 0 10px;
}
.wrap-dhamma h2 {
  font-size: 22px;
}

/* CSS for 'clickable columns' */
.clickable:hover {
  border-radius: 10px;
  box-shadow: inset 0 0 1px 1px lightgray;
  background-color: #f8f8ff; /* ghost white */
  /* background-color:lightgray;
        transition: background-color 500ms linear; */
}
.invertHover:hover {
    filter: drop-shadow(5px 5px 5px gray) invert(25%);
}

.shortBottom p {
    margin-bottom: 0.5em;
}

.single-column-standard-width {
  margin: 0 auto;
  max-width: 70ch;
}

/* blog post template styles */
.post-header-footer-width {
  margin: 0 auto;
  max-width: 100ch;
}

.wp-block-archives-list,
.wp-block-tag-cloud {
  padding-left: 10px;
}

/* site-wide links */
a:link,
a:active,
a:visited {
  color: #07A704;
  text-decoration: none !important;
}
a:visited {
  color: darkgreen;
}
a:hover {
  color: #728708 !important;
  /*background-color: #d6f9d6 !important;*/
  text-decoration: underline !important;
}


/* footer specific links */
a.clearlink:link,
a.clearlink:visited,
a.clearlink:active {
  color: #f5f8ed;
  text-decoration: none;
}
a.clearlink:hover {
  color: black !important;
  text-decoration: underline !important;
}
