/**
Theme Name: Really Simple Child
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: really-simple-child
Template: really-simple
*/

#primary {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto 50px auto;
  padding: 120px 0;
}

.clos {
  padding: 0;
}
.clos .content-area .entry-site-main__full, .clos .content-area .entry-site-main {
  align-self: flex-start;
  min-width: 850px !important;
  max-width: 850px !important;
}
.clos .clos__title {
  width: 100%;
}

.clos .widget-area .widget {
  border: 0;
}
.clos .widget-area .wp-block-categories {
  padding-left: 0;
}
.clos .widget-area .wp-block-categories a {
  color: #0f161a;
  font-size: 1rem;
}
.clos .widget-area .widget_tag_cloud, .clos .widget-area .widget_categories {
  padding-top: 0;
}
.clos .widget-area .wp-block-tag-cloud a {
  color: #0f161a;
  font-size: 1rem !important;
}

@media only screen and (min-width: 992px) {
  .clos .widget-area {
    padding-top: 68px;
  }
}
.clos .widget-area {
  padding-top: 50px;
}
.clos .card-body a {
  color: #0f161a;
}
.clos .card-body a:hover {
  color: #0f161a !important;
}
.clos.single-post .post .entry-body .entry-content .wp-block-heading {
  font-size: 2rem;
}
.clos.single-post .post .entry-body .entry-content p {
  margin-bottom: 2rem;
}
.clos.single-post .post .entry-body .entry-content p a {
  color: #0f161a;
}