@charset "UTF-8";
/* line 2, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/header.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

/* line 9, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/header.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

/* line 13, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/header.scss */
header#masthead {
  margin-bottom: 1.5rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* line 17, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/header.scss */
header#masthead .menu-logo-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 23, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/header.scss */
header#masthead .site-branding {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0rem;
}

/* line 29, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/header.scss */
header#masthead .site-branding .site-description {
  display: none;
}

/* line 33, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/header.scss */
header#masthead .site-branding .nav-menu {
  flex-wrap: wrap;
}

/* line 37, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/header.scss */
header#masthead .site-branding .site-title a {
  color: #32021F !important;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-right: 8px;
}

/* line 43, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/header.scss */
header#masthead .site-branding .site-title a:hover {
  text-decoration: none;
}

/* line 48, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/header.scss */
header#masthead .site-branding img.custom-logo {
  max-width: 180px;
  height: auto;
}

/* line 55, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/header.scss */
header#masthead .main-navigation ul {
  flex-wrap: wrap;
}

/* line 59, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/header.scss */
header#masthead .menu {
  justify-content: center;
  flex-wrap: wrap;
}

/* line 63, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/header.scss */
header#masthead .menu a {
  padding: .75rem 1rem;
  color: #32021F;
}

/* line 67, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/header.scss */
header#masthead .menu a:hover {
  text-decoration: none;
  color: #ffbd5a;
}

/* line 76, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/header.scss */
.menu-item-has-children:after {
  content: '⮟';
  top: 50%;
  right: 2%;
  margin-top: -5px;
  font-size: 12px;
  position: absolute;
}

/* line 86, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/header.scss */
.current-menu-item {
  border-bottom: solid 2px #32021F;
  color: #ffbd5a;
}

/* line 92, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/header.scss */
.main-navigation ul ul {
  display: inline-block;
}

/* line 95, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/header.scss */
.main-navigation ul ul a {
  background-color: #eeee;
}

/* line 101, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/header.scss */
.menu-toggle {
  background: none;
  border: none;
  position: absolute;
  top: 10%;
  right: 2rem;
}

/* line 108, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/header.scss */
.menu-toggle img {
  width: 1.5rem;
  height: auto;
}

/* line 2, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/sidebar.scss */
.widget-area {
  padding: 15px;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

/* line 6, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/sidebar.scss */
.widget-area ul {
  list-style: none;
}

/* line 9, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/sidebar.scss */
.widget-area li {
  padding: 8px 0px;
  border-bottom: solid 1px #eeeeee;
}

/* line 13, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/sidebar.scss */
.widget-area a {
  color: #636B61 !important;
}

/* line 15, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/sidebar.scss */
.widget-area a:hover {
  text-decoration: none;
  color: #E9B44C !important;
}

/* line 24, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/sidebar.scss */
#secondary {
  position: sticky;
  height: fit-content;
  position: sticky;
  top: 0;
}

/* line 29, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/sidebar.scss */
#secondary ul {
  margin-left: 20px;
  padding-left: 0;
}

/* line 32, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/sidebar.scss */
#secondary ul li {
  padding: 5px 0;
}

/* line 36, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/sidebar.scss */
#secondary .widget-title {
  border-bottom: solid 1px #32021F;
  box-shadow: 0 1px black;
  padding-bottom: 10px;
}

/* line 45, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/sidebar.scss */
h2 {
  font-size: 1.5rem;
}

/* line 50, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/sidebar.scss */
.widget {
  padding: 1rem;
}

/* line 1, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/single-posts.scss */
.entry-meta {
  font-size: 12px;
  opacity: 0.8;
}

/* line 4, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/single-posts.scss */
.entry-meta li {
  border-bottom: solid 1px grey;
}

/* line 7, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/single-posts.scss */
.entry-meta a {
  text-decoration: underline;
  color: #32021F;
}

/* line 13, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/single-posts.scss */
.entry-footer {
  font-size: 12px;
  opacity: 0.8;
}

/* line 16, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/single-posts.scss */
.entry-footer a {
  text-decoration: underline;
}

/* line 20, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/single-posts.scss */
.cat-links a {
  padding-left: 0;
  color: #32021F;
}

/* line 24, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/single-posts.scss */
.tags-links {
  float: right;
  padding-right: 0;
}

/* line 28, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/single-posts.scss */
.comments-link {
  display: block;
}

/* line 32, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/single-posts.scss */
.posted-on {
  color: #32021F;
}

/* line 35, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/single-posts.scss */
.author .vcard {
  color: #32021F;
}

/* line 38, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/single-posts.scss */
.entry-date {
  color: #32021F;
}

/* line 41, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/single-posts.scss */
a.url.fn.n {
  color: #32021F;
}

/* line 44, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/single-posts.scss */
.logged-in-as a {
  color: #32021F;
  text-decoration: none;
}

/* line 2, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/footer.scss */
#colophon {
  background: #e7e7e7;
  padding: 1rem 0rem;
  border: solid 3px #d7d7d7;
  margin-top: 2rem;
}

/* line 7, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/footer.scss */
#colophon .menu-copyright-wrapper {
  align-items: center;
}

/* line 11, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/footer.scss */
#colophon #copy-info a {
  color: #ffbd5a;
}

/* line 15, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/footer.scss */
#colophon .menu {
  text-align: right;
  flex-wrap: wrap;
}

/* line 18, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/footer.scss */
#colophon .menu ul ul {
  display: none;
  flex-wrap: wrap;
}

/* line 22, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/footer.scss */
#colophon .menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* line 27, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/footer.scss */
#colophon .menu li {
  display: inline;
}

/* line 30, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/footer.scss */
#colophon .menu a {
  color: #32021F;
  padding: 5px 10px;
}

/* line 33, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/footer.scss */
#colophon .menu a:hover {
  text-decoration: none;
}

/* line 37, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/footer.scss */
#colophon .menu ul ul {
  display: none;
}

/* line 9, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/theme-ui.scss */
.entry-title a {
  color: #5b5b5b;
}

/* line 14, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/theme-ui.scss */
span.nav-title {
  color: #5b5b5b;
  margin-left: 1rem;
}

/* line 19, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/theme-ui.scss */
.nav-subtitle {
  color: #5b5b5b;
}

/* line 24, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/theme-ui.scss */
p {
  line-height: 1.5rem;
  text-align: justify;
}

/* line 30, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/theme-ui.scss */
a.wp-block-latest-posts__post-title {
  color: #5b5b5b;
  text-decoration: none;
}

/* line 36, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/theme-ui.scss */
a.wp-block-latest-comments__comment-author {
  color: #5b5b5b;
}

/* line 40, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/theme-ui.scss */
.wp-block-latest-posts__post-title {
  line-height: 2.3rem;
  color: #5b5b5b;
}

/* line 46, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/theme-ui.scss */
.wp-block-latest-comments__comment-link {
  color: #5b5b5b;
}

/* line 50, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/theme-ui.scss */
.attachment-post-thumbnail {
  margin-top: .75rem;
}

/* line 55, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/theme-ui.scss */
.posted-on {
  padding: 1rem 0rem;
}

/* line 60, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/theme-ui.scss */
.comments-link a {
  padding: 1rem 0rem;
  color: #5b5b5b;
}

/* line 65, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/theme-ui.scss */
.post {
  padding: .5rem;
}

/* line 69, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/theme-ui.scss */
.wp-block-archives a {
  color: #5b5b5b;
}

/* line 73, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/theme-ui.scss */
.wp-block-categories a {
  color: #5b5b5b;
}

/* line 78, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/theme-ui.scss */
input#submit {
  background-color: #ffbd5a;
  padding: 1rem;
}

/* line 82, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/theme-ui.scss */
input#submit:hover {
  background: #8be209;
}

/* line 88, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/theme-ui.scss */
button.wp-block-search__button {
  background-color: #ffbd5a;
}

/* line 91, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/theme-ui.scss */
button.wp-block-search__button:hover {
  background-color: #8be209;
}

/* line 97, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/theme-ui.scss */
body .col-md-8 {
  padding: 1rem;
}

/* line 100, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/theme-ui.scss */
body .col-md-8 .page {
  margin: 0;
}

/* line 106, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/theme-ui.scss */
.page {
  margin: 0;
}

/* line 111, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/theme-ui.scss */
.entry-content a {
  text-decoration: underline;
}

/* line 115, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/theme-ui.scss */
.entry-title a {
  color: #636B61 !important;
}

/* line 118, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/theme-ui.scss */
.entry-title a:hover {
  color: #F49D37 !important;
  text-decoration: none;
}

/* line 124, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/theme-ui.scss */
.post {
  padding: 1.5rem;
}

/* line 128, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/theme-ui.scss */
.content-wrapper {
  align-items: center;
}

/* line 133, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/theme-ui.scss */
.entry-meta span {
  color: #5b5b5b;
}

/* line 137, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/theme-ui.scss */
.entry-meta a {
  color: #5b5b5b;
}

/* line 141, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/theme-ui.scss */
.entry-meta .cat-links {
  margin: 3px;
}

/* line 147, ../../../../xampp/htdocs/subtle-blog/wp-content/themes/blogly/design-files/scss/theme-ui.scss */
.nav-links a {
  color: #5b5b5b;
}

/*# sourceMappingURL=theme-ui.css.map */