/*
 Theme Name:   Bento Child
 Theme URI:    https://www.CJFearnley.com/CfC
 Description:  Bento Child Theme
 Author:       CJ Fearnley
 Author URI:   https://blog.CJFearnley.com
 Template:     bento
 Version:      1.0.3
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  bentochild
*/

.wp-block-verse {
  font-size: 18px;
}

.watermark {
  position:fixed;
  bottom:55px;
  left:40%;
  opacity:0.15;
  z-index:99;
  color:red;
  font-size:0.65in;
  line-height: 0.9em;
  transform: translate(-60%);
}

.primary-menu > li {
  margin:0px;
  padding:0px;
  border:0px;
}

.primary-menu > li > a {
  margin:0px;
  padding:0px;
  border:0px;
}

.site-content {
  padding-top: 5px;
}

.logo {
  padding-top: 5px;
}

.header-side .site-header {
  padding-top: 5px;
  line-height: 1.3;
  padding-left: 10px;
}

.header-side .primary-menu > li:first-child {
  margin-top: 0px;
}

.header-side .primary-menu > li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-side .primary-menu li a {
  line-height: 1.3;}

.entry-content ul > li {
  list-style: disc;
}

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

h1 {
  margin-bottom:0.65em;
}

a#AnchorHeading {
  text-decoration: none;
  color: black;
  pointer-events: none;
  cursor: default;
}

.mybreakwords {
  word-wrap: break-word;
}
