/* GeneratePress Site CSS */
.inside-article, .sidebar .widget, .comments-area {
  border: 1px solid #e9ecef;
  border-radius: 0.3rem;
  box-shadow: 0.5rem 0.5rem 0 rgba(222, 226, 230, .3);
}
.sidebar .widget li {
  margin-bottom: 15px;
}
.button.light {
  background: #fff;
  color: #000;
}
.button.light:hover {
  background: #fafafa;
  color: #222;
}
.separate-containers .page-header {
  background: transparent;
  padding: 20px 0;
}
.page-header h1 {
  font-size: 30px;
}
@media (min-width: 769px) {
  /* End GeneratePress Site CSS */  .post-image-aligned-left .post-image img {
    max-width: 300px;
  }
}
.header-tagline p {
  font-size: 1em;
  margin-bottom: 0;
  vertical-align: middle;
}
.copyright-bar a {
  text-decoration: underline;
}
.posted-on .updated {
  display: inline-block;
}
.posted-on .updated + .entry-date {
  display: none;
}
.posted-on .updated:before {
  content: "Last updated on ";
}
.site-footer {
  border-top: 1px solid #efefef;
}
.site-footer nav {
  float: left;
  margin-bottom: 0;
}
.site-footer .widget ul li {
  text-decoration: underline;
}
.site-footer a {
  text-decoration: underline;
}
.site-footer .main-title a {
  color: #222;
  text-decoration: none;
  margin-right: 5px;
}
.site-branding-container .site-logo {
  margin-right: 10px;
}
.read-more-container {
  text-align: right;
}
.breadcrumbs {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  background-color: #eaeaea;
  margin-bottom: 0 !important;
  padding: 5px 40px;
  text-align: center;
  font-size: 0.8em;
}
.single .post .inside-article {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rpwwt-post-title, .wpp-post-title {
  font-weight: bold;
}
button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.button:visited, a.wp-block-button__link:not(.has-background) {
  border-radius: 0.3em;
}
.tcb-with-icon:not(.tcb-flip) .tcb-button-texts {
  padding-left: 5px;
}
.callout {
  background: #fcd7ba;
  padding: 1em;
  border: 1px solid #af5108;
}
.sidebar-features li {
  list-style-type: disc !important;
  margin-bottom: 5px !important;
}
.promote-widget {
  border: 2px solid #f9cb01 !important;
  padding: 0 0 30px 0 !important;
}
.promote-widget img {
  max-width: 50%;
}
.promote-widget h3 {
  background-color: #f9cb01;
  padding: 20px 10px;
}
.promote-widget ul {
  padding: 20px;
  padding-bottom: 0;
  margin-left: 20px;
}
.promote-widget .button {
  margin: 20px;
  padding-left: 30px;
  display: block;
  max-width: 300px;
  border: 1px solid #a88734;
  border-radius: 7px;
  overflow: hidden;
  background-image: linear-gradient(#f7dfa5 0%, #f0c14b 100%) !important;
  background-size: auto !important;
  background-attachment: scroll !important;
  background-position: 0px 0px !important;
  background-repeat: no-repeat !important;
}
.promote-widget .button .tcb-icon {
  max-width: 16px;
  float: left;
  margin-top: 3px;
  padding-right: 5px;
}
