.header-one-rifat .logo-box img {
  width: 219px; }

.no-single-post-thumb .blog-one__content {
  padding-top: 0; }

.wp-block-file a {
  color: #ff5e5e; }

.sidebar .wp-calendar-nav {
  margin-bottom: 0; }

.sidebar .sidebar__single ol {
  padding-left: 0; }
  .sidebar .sidebar__single ol li {
    list-style: outside none !important; }

.sidebar .sidebar__single ul {
  list-style: outside none !important;
  padding-left: 0px; }
  .sidebar .sidebar__single ul li {
    list-style: outside none !important; }

.widget_archive ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 7px 0px !important;
  border-bottom: 1px solid #dfe5e5;
  padding-bottom: 13px !important;
  margin-top: 10px !important; }
  .widget_archive ul li a {
    padding: 7px 0px !important;
    margin: 0 !important;
    border: 0 !important; }
  .widget_archive ul li ul {
    width: 100%; }

.widget_categories ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 11px !important;
  margin-top: 11px !important; }
  .widget_categories ul li ul {
    width: 100%; }
    .widget_categories ul li ul li {
      border-top: 1px solid #dfe5e5;
      padding-top: 15px;
      margin-top: 15px; }

.widget_pages ul li:first-child a,
.widget_meta ul li:first-child a {
  padding-top: 0; }

.widget_pages ul li a,
.widget_meta ul li a {
  padding: 15px 0;
  border-bottom: 1px solid #dfe5e5;
  color: var(--thm-black);
  font-size: 17px;
  transition: 500ms;
  font-weight: 500;
  display: block;
  padding-left: 0px;
  position: relative; }
  .widget_pages ul li a:before,
  .widget_meta ul li a:before {
    content: '\f101';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: var(--thm-primary);
    opacity: 0;
    visibility: hidden;
    transition: all 500ms; }

.widget_pages ul li ul li:first-child a,
.widget_meta ul li ul li:first-child a {
  padding-top: 15px; }

.widget_nav_menu ul li {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important; }
  .widget_nav_menu ul li a {
    border: 0 !important;
    padding: 7px 0px !important; }
    .widget_nav_menu ul li a::before {
      display: none; }
  .widget_nav_menu ul li ul {
    padding-left: 17px !important; }

.widget_recent_comments ul li {
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px; }
  .widget_recent_comments ul li .comment-author-link {
    font-weight: 600; }
    .widget_recent_comments ul li .comment-author-link a {
      color: #222;
      margin-left: 0px !important;
      margin-right: 5px !important; }
  .widget_recent_comments ul li a {
    margin-left: 5px !important;
    color: #222; }

.wp-block-search .wp-block-search__input {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background: #fff;
  padding: 10px 15px;
  transition: all 500ms ease;
  max-width: 300px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-top: 0px; }

.wp-block-search button {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background: #75bd8c;
  padding: 10px 15px;
  transition: all 500ms ease;
  color: #fff;
  max-width: 90px;
  margin-bottom: 10px;
  cursor: pointer;
  margin-left: 0; }

.wp-block-tag-cloud a {
  position: relative;
  display: inline-block;
  font-size: 15px !important;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  color: #25283a;
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  padding: 10px 21.5px;
  margin-bottom: 7px; }

.base-blog .blog-one__image img {
  width: auto; }

.base-blog .wp-block-latest-comments a {
  color: #222222; }

.base-blog ol {
  padding-left: 20px; }
  .base-blog ol li {
    list-style: unset !important; }

.base-blog ul {
  list-style: unset !important;
  padding-left: 20px; }
  .base-blog ul li {
    list-style: unset !important; }

.base-blog table,
.base-blog th,
.base-blog td {
  border: 1px solid #f0f0f0;
  border: 0px solid rgba(51, 51, 51, 0.1) !important;
/* 	border: 1px solid rgba(51, 51, 51, 0.1) !important; */
  font-size: 15px; }

.base-blog th,
.base-blog td {
  padding: 7px;
  font-size: 15px; }

.base-blog table {
  border-collapse: separate;
  margin-bottom: 10px;
  margin-top: 10px;
  border-spacing: 0; }

.base-blog select {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background: #fff;
  padding: 10px 15px;
  transition: all 500ms ease;
  max-width: 320px;
  margin-bottom: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px; }
  .base-blog select::-ms-expand {
    display: none; }
  .base-blog select:focus {
    outline: 0px; }

.base-blog abbr[title] {
  border-bottom: 1px dotted; }

.base-blog acronym {
  border-bottom: 1px dotted; }

.base-blog pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  white-space: pre-wrap;
  word-wrap: break-word;
  background-color: #fff;
  border-radius: 4px;
  overflow: auto;
  margin-top: 10px;
  border: 1px solid #ff5e5e; }

.base-blog select {
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  border: 1px solid #e5e5e5;
  border-radius: 35px;
  background: #fff;
  padding: 10px 15px;
  transition: all 500ms ease;
  max-width: 320px;
  margin-bottom: 10px;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 15px; }

.base-blog iframe {
  width: 100%; }

.base-blog .blog-one__content h3 {
  font-size: 28px;
  color: #93959e;
  line-height: 26px; }

.base-blog .blog-one__content h4 {
  color: #93959e; }

.base-blog .blog-one__content .entry-title {
  line-height: 42px;
  font-size: 33px; }

.base-blog .blog-details .blog-one__content blockquote {
  padding-left: 30px;
  padding-right: 20px;
  margin-bottom: 10px;
  border-left: 3px solid var(--thm-base); }
  .base-blog .blog-details .blog-one__content blockquote::before {
    display: none; }

.base-blog .wp-block-cover,
.base-blog .wp-block-cover-image {
  margin-bottom: 10px; }

.base-blog .wp-block-cover-text {
  color: #fff !important;
  font-size: 24px; }

.base-blog img {
  display: block;
  max-width: 100%;
  height: auto; }

.base-blog .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.base-blog .alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.base-blog .aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto; }

.base-blog .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  clear: both; }

.base-blog figcaption {
  margin-top: 10px;
  font-size: 14px; }

.base-blog .blog-details .blog-one__single {
  overflow: hidden;
  border-radius: 0; }

.base-blog .blog-one__content p {
  margin-bottom: 10px;
  line-height: 1.5em; }

.base-blog .wp-block-image figcaption {
  display: block; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-block-button {
  position: relative;
  z-index: 1;
  margin: 10px 0; }

.blog-one__single .blog-one__content .entry-title {
  color: var(--thm-black);
  word-wrap: break-word; }

.blog-details .blog-one__single {
  margin-bottom: 30px; }

.blog-details .comments-area .group-title .comment-one__title {
  font-size: 21px;
  margin-bottom: 15px;
  font-weight: 600; }

.blog-details .comments-area .comment-list {
  margin-bottom: 0px; }
  .blog-details .comments-area .comment-list .comment-respond .form-submit {
    margin-bottom: 25px; }
  .blog-details .comments-area .comment-list .comment-box .comment-one__single .comment-one__image {
    margin-right: 10px; }
  .blog-details .comments-area .comment-list .comment-box .comment-one__single .comment-one__content {
    border-bottom: 1px solid #dfe5e5;
    padding-bottom: 20px;
    width: 100%;
    margin-bottom: 20px; }
    .blog-details .comments-area .comment-list .comment-box .comment-one__single .comment-one__content .name {
      font-size: 19px;
      color: var(--thm-black);
      margin-bottom: 5px;
      font-weight: 500; }
      .blog-details .comments-area .comment-list .comment-box .comment-one__single .comment-one__content .name a {
        font-size: 19px;
        margin-bottom: 5px;
        font-weight: 500; }
    .blog-details .comments-area .comment-list .comment-box .comment-one__single .comment-one__content .date {
      font-size: 15px; }
    .blog-details .comments-area .comment-list .comment-box .comment-one__single .comment-one__content .text a {
      color: #ff5e5e; }
    .blog-details .comments-area .comment-list .comment-box .comment-one__single .comment-one__content .comment-one__reply::before {
      font-family: 'Font Awesome 5 Pro';
      font-weight: 900;
      content: "\f064";
      font-size: 14px;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      margin-right: 5px; }

.widget_calendar table {
  width: 100%; }

.widget_calendar a {
  color: #000; }

.widget_rss .rsswidget {
  color: black;
  font-size: 20px; }

.widget_rss ul li .rssSummary {
  color: #222 !important;
  font-size: 15px; }

.widget_recent_entries li {
  margin-bottom: 10px; }
  .widget_recent_entries li:last-child {
    margin-bottom: 0; }
  .widget_recent_entries li a {
    color: #222 !important; }

.widget_recent_entries ul, .widget_rss ul {
  margin-left: 0px !important; }
  .widget_recent_entries ul li, .widget_rss ul li {
    position: relative;
    display: block;
    width: 100%;
    line-height: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #fff;
    padding: 10px 15px;
    transition: all 500ms ease; }
    .widget_recent_entries ul li cite, .widget_rss ul li cite {
      color: #222222 !important; }
    .widget_recent_entries ul li:after, .widget_rss ul li:after {
      display: none; }
    .widget_recent_entries ul li a, .widget_rss ul li a {
      margin-bottom: 0; }
    .widget_recent_entries ul li:last-child, .widget_rss ul li:last-child {
      margin-bottom: 0; }

.widget_text img {
  max-width: 100%;
  height: auto; }

.widget_text .textwidget p img {
  margin: 10px auto;
  max-width: 100%; }

.widget_text .textwidget strong {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 10px; }

.widget_text .wp-caption {
  margin-bottom: 1.5em;
  margin-top: 1em;
  max-width: 100%; }
  .widget_text .wp-caption .wp-caption-text {
    margin-top: 10px; }

.widget_text select {
  margin-top: 10px; }

.widget_rss ul li {
  height: auto;
  margin-bottom: 20px; }
  .widget_rss ul li .rsswidget {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px; }
  .widget_rss ul li cite {
    font-weight: 600;
    margin-top: 10px;
    display: block;
    color: #6377ee; }
  .widget_rss ul li:hover {
    color: #252930; }
    .widget_rss ul li:hover cite, .widget_rss ul li:hover a {
      color: #252930;
      transition: .2s; }

.comment-respond .comment-reply-title {
  font-size: 20px;
  margin-bottom: 1px;
  font-weight: 600; }
  .comment-respond .comment-reply-title a {
    color: #ff5e5e; }

.comment-respond .blog-one__single .blog-one__content {
  margin-bottom: 50px; }

.sticky {
  position: relative; }
  .sticky .blog-one__single {
    background: #f0f7f7;
    border-bottom: 0;
    box-shadow: 0 5px 30px 0px rgba(59, 59, 59, 0);
    padding: 25px; }
    .sticky .blog-one__single .sticky_post_icon {
      position: absolute;
      right: 25px;
      top: 25px; }
      .sticky .blog-one__single .sticky_post_icon i {
        font-size: 30px;
        color: #63b285; }
    .sticky .blog-one__single .blog-one__content {
      padding-top: 0; }

.blog-one__single .sticky_post_icon {
  position: absolute;
  right: 25px;
  top: 25px; }
  .blog-one__single .sticky_post_icon i {
    font-size: 30px;
    color: #63b285; }

.base-menu.base-blog .main-nav__main-navigation ul {
  list-style: outside none !important; }
  .base-menu.base-blog .main-nav__main-navigation ul li {
    list-style: outside none !important; }

.no-post-thumb .blog-one__single .blog-one__content {
  padding-top: 0; }

.wp-block-group {
  padding: 15px;
  margin-bottom: 10px; }

.page-links {
  margin-top: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  overflow: hidden;
  float: left;
  width: 100%; }
  .page-links a, .page-links .current {
    margin-right: 10px;
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 500;
    transition: all 0.4s ease;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0px 10px 20px 0px rgba(67, 131, 99, 0.09); }
    .page-links a:hover, .page-links .current:hover {
      color: #fff;
      background-color: var(--thm-base);
      border-color: var(--thm-base); }
  .page-links .current {
    color: #fff;
    background-color: var(--thm-base);
    border-color: var(--thm-base); }

.blog-one__content ul {
  padding-left: 20px; }
  .blog-one__content ul li a {
    color: #222222; }

table a {
  color: #222; }

.wp-calendar-nav {
  text-align: left;
  margin-bottom: 10px; }
  .wp-calendar-nav a {
    color: #222; }

@media only screen and (min-width: 300px) and (max-width: 599px) {
  .comment-one__single {
    display: block; }
    .comment-one__single .author-thumb {
      margin-bottom: 15px; }
  .blog-one__meta {
    flex-wrap: wrap; }
  .base-blog .blog-one__content .entry-title {
    font-size: 23px; }
  .sticky .blog-one__single .sticky_post_icon {
    position: absolute;
    right: 15px;
    top: 15px; }
  .base-blog .blog-one__content p {
    margin-bottom: 10px;
    line-height: 30px; }
  .post-pagination,
  .nav-links {
    flex-wrap: wrap; } }
/*# sourceMappingURL=lovecare-theme.css.map */