<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Prata", serif;
  font-weight: 700;
  letter-spacing: inherit;
}

a {
  transition: 0.5s;
}
input[type="checkbox"] {
  display: inline-flex;
  width: auto;
  align-items: center;
  justify-content: center;
}
header.page-header {
  text-align: center;
  background: inherit;
}
.no-feature-img {
  height: 30px;
}
h1.entry-title {
  text-transform: uppercase;
  font-size: 36px;
}
h2.widget-title,
.widget h2 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
}
.menu-bar {
  text-align: center;
}
.menu-bar ul a {
  text-align: left;
}
.site-title a {
  color: #800080;
}
.tagcloud a {
  border-color: #ccc;
}

.tagcloud a:hover {
  background: #ededed;
}
.text-right .menu-main-menu-container {
  text-align: right;
}

/*Theme bluegrey style*/
.theme-purple a#clickTop:hover,
html body.theme-purple .slicknav_menu,
html body.theme-purple .slicknav_menu .slicknav_nav,
html body.theme-purple .slicknav_menu .slicknav_btn,
.theme-purple .menu-bar,
.theme-purple button,
.theme-purple input[type="button"],
.theme-purple input[type="reset"],
.theme-purple input[type="submit"],
.theme-purple .site-footer,
html body.theme-purple a.more-link:hover {
  background-color: #c3395b;
}
.header-search-form.show {
  box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);
  background: #fff;
  padding: 2px 3px;
}
html body.theme-purple a.more-link:hover {
  color: #fff;
}
.theme-purple footer.entry-footer i,
.theme-purple .entry-meta span i,
.theme-purple .entry-title a,
.theme-purple h2.widget-title,
.theme-purple .widget h2,
.theme-purple .post-meta i,
.theme-purple a#clickTop i,
html body.theme-purple a.more-link {
  color: #c3395b;
}
.theme-purple .entry-title a:hover {
  color: #8e2943;
}
.theme-purple .main-navigation ul li ul {
  background-color: #c94566;
}
.theme-purple button {
  color: #fff;
  background: #c3395b;
}
.theme-purple .main-navigation ul li li:hover &gt; a,
.theme-purple .widget .search-form input.search-submit:hover {
  background-color: #d56d87;
}

.site-title {
  line-height: 1.4;
  font-size: 60px;
}
.site-title a {
  text-shadow: 3px 4px #3b3b3b;
}
header.baby-head-img .site-branding {
  background: transparent !important;
}
header.baby-head-img .site-branding .baby-head-img p.site-description {
  color: inherit;
}
.baby-head-img p.site-description {
  color: #555;
  font-weight: 600;
}
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before,
.post-navigation .nav-next a:before,
.posts-navigation .nav-next a:before{
  top: -4px;
}
.site-header,
.hentry,
.comments-area,
.site-main section,
.site-main .post-navigation,
.site-main .posts-navigation,
.paging-navigation,
.widget {
  background: #fff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}
.main-navigation ul li ul {
  transition: 0.5s;
}
.site-content .widget-area {
  overflow: inherit;
}
h2.entry-title {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 40px;
}
.site-main article {
  margin-bottom: 80px;
  padding: 0;
}
header.entry-header,
.entry-content {
  padding: 0 30px 30px 30px;
}
.baby-feature-image {
  margin: 0 0 20px;
}
.top-cat.post-meta {
  margin-bottom: 15px;
}
aside section.widget {
  margin-bottom: 50px;
}
.entry-meta span a,
.entry-footer span a {
  font-size: inherit;
}
.post-meta span {
  margin-right: 5px;
}
.post-meta,
.post-meta i,
.post-meta a,
.entry-meta,
.entry-meta i,
.entry-meta a {
  font-size: 12px;
  color: #888;
}
.site-main article.search-items {
  padding: 20px;
}
.post-meta a:hover {
  color: #222;
}
.post-meta i {
  margin-right: 2px;
}
.redmore-btn {
  margin-bottom: 1.5em;
  display: block;
  width: 100%;
  overflow: hidden;
}
a.more-link {
  box-shadow: inherit;
  transition: 0.5s;
  margin-top: 20px;
  min-width: 170px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-width: 200px;
  border: 1px solid #c3395b;
}
a.more-link:hover {
  background: #ccc;
}
.footer-widget-area .widget {
  box-shadow: inherit;
  background: inherit;
}

@media only screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }
  .site-main article {
    margin-bottom: 50px;
  }
  aside section.widget {
    margin-bottom: 30px;
  }
}
</pre></body></html>