.base-header .main-menu .navigation > li > a {
  font-size: 15px;
}

.base-header .main-menu .navigation > li {
  margin: 0px 20px;
}

.base-header .sticky-header .main-menu .navigation > li > a {
  padding: 15px 15px !important;
}

.base-sidebar {
  margin-bottom: 35px;
}

.news-block-one .inner-box .lower-content .read-more-link i {
  color: var(--main-color);
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav-links .current.page-numbers {
  color: #ffffff;
  background: var(--main-color);
  border-color: var(--main-color);
}

.nav-links .page-numbers {
  position: relative;
  display: block;
  line-height: 30px;
  font-size: 16px;
  height: 44px;
  min-width: 44px;
  padding: 6px 5px;
  text-align: center;
  color: #333333;
  font-weight: 400;
  text-align: center;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 7px;
  margin-bottom: 7px;
}

.nav-links .page-numbers:hover {
  color: #ffffff;
  background: var(--main-color);
  border-color: var(--main-color);
}

.page-links {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  float: left;
  width: 100%;
}

.page-links a, .page-links .current {
  position: relative;
  display: block;
  line-height: 30px;
  font-size: 16px;
  height: 44px;
  min-width: 44px;
  padding: 6px 5px;
  text-align: center;
  color: #333333;
  font-weight: 400;
  text-align: center;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 7px;
  margin-bottom: 7px;
}

.page-links a:hover, .page-links .current:hover {
  color: #ffffff;
  background: var(--main-color);
  border-color: var(--main-color);
}

.page-links .current {
  color: #ffffff;
  background: var(--main-color);
  border-color: var(--main-color);
}

.nothing-found-search {
  max-width: 320px;
  margin-top: 20px;
}

.post-share-option {
  float: left;
  width: 100%;
}

.base-theme .news-block-one .inner-box .lower-content .read-more-link span {
  margin-right: 6px;
  font-weight: 500;
}

.base-theme .news-block-one .inner-box .lower-content .read-more-link i {
  top: 1px;
  position: relative;
}

.base-theme .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;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  max-width: 300px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-top: 0px;
}

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

.base-theme .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: 4px;
  padding: 7px 21.5px;
  margin-bottom: 5px;
}

.base-theme p {
  margin: 0 0 15px;
  line-height: 1.5em;
}

.base-theme a {
  color: #543e3b;
}

.base-theme h1,
.base-theme h2,
.base-theme h3,
.base-theme h4,
.base-theme h5,
.base-theme h6 {
  font-weight: 600;
}

.base-theme h1 {
  color: #0e1221;
}

.base-theme h2 {
  color: #0e1221;
}

.base-theme h3 {
  color: #0e1221 !important;
  font-size: 25px !important;
  margin-bottom: 0;
}

.base-theme h4 {
  color: #0e1221;
}

.base-theme h5 {
  color: #0e1221;
}

.base-theme h6 {
  color: #0e1221;
}

.base-theme img {
  display: block;
}

.base-theme ol.children {
  padding-left: 20px;
}

.base-theme .news-block-one .inner-box .lower-content h3 {
  margin-bottom: 0px;
}

.base-theme .news-block-one .inner-box .lower-content h3 a {
  margin-bottom: 10px;
  display: block;
}

.base-theme .lower-content {
  overflow: hidden;
}

.base-theme .lower-content ul,
.base-theme .lower-content li {
  list-style: unset;
}

.base-theme .lower-content ul {
  padding-left: 20px;
}

.base-theme .lower-content ol {
  padding-left: 20px;
}

.base-theme .lower-content .blocks-gallery-grid {
  padding-left: 0px;
}

.base-theme .news-block-one .inner-box .lower-content .post-info {
  padding-left: 0px;
}

.base-theme .news-block-one .inner-box .image-holder img {
  width: auto;
}

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

.base-theme .wp-block-button a {
  color: #ffffff;
}

.base-theme p.wp-block-cover-text {
  color: #fff !important;
}

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

.base-theme ul.wp-block-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0 !important;
}

.base-theme .post-password-form input[type="password"] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background: #fff;
  padding: 10px 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  max-width: 320px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.base-theme .post-password-form input[name="Submit"] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background: var(--main-color);
  padding: 10px 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  max-width: 90px;
  margin-bottom: 10px;
  cursor: pointer;
}

.base-theme .comment.yes-ping {
  padding-left: 0 !important;
}

.base-theme .wp-block-image .aligncenter > figcaption,
.base-theme .wp-block-image .alignleft > figcaption,
.base-theme .wp-block-image .alignright > figcaption,
.base-theme .wp-block-image.is-resized > figcaption {
  text-align: center;
}

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

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

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

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

.base-theme select {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background: #fff;
  padding: 10px 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  max-width: 320px;
  margin-bottom: 10px;
}

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

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

.base-theme 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 var(--main-color);
}

.base-theme .wp-block-cover-text {
  font-size: 24px;
}

.base-theme .wp-block-cover-text a {
  color: #ffffff;
}

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

.base-theme .wp-block-button.alignright {
  text-align: right;
}

.base-theme .wp-block-quote.is-large, .base-theme .wp-block-quote.is-style-large {
  padding: 41px 40px !important;
}

.base-theme article .text {
  overflow: hidden;
}

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

.base-theme .blocks-gallery-item {
  list-style: outside none;
  padding-left: 0 !important;
}

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

.base-theme .blocks-gallery-item:before {
  content: none !important;
}

.base-theme blockquote {
  padding: 41px 40px;
  background-color: #f7f7fa;
}

.base-theme blockquote {
  border-left: 2px solid var(--main-color);
}

.base-theme .wp-block-cover-text {
  margin-bottom: 0 !important;
}

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

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

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

.base-theme a, .base-theme .entry-title {
  word-wrap: break-word;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar table 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 ul, .widget_rss ul {
  margin-left: 0px !important;
}

.widget_recent_entries ul li, .widget_rss ul li {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background: #fff;
  padding: 10px 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.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_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: var(--main-color);
}

.widget_rss ul li:hover {
  color: #252930;
}

.widget_rss ul li:hover cite, .widget_rss ul li:hover a {
  color: #252930;
  -webkit-transition: .2s;
  transition: .2s;
}

.widget_tag_cloud .tagcloud 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: 10px;
  padding: 11px 21.5px;
  margin-bottom: 5px;
}

.widget_tag_cloud .tagcloud a:hover {
  color: #fff;
  background: var(--main-color);
}

.widget_text .textwidget p img {
  margin: 10px auto;
}

.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_pages ul li ul {
  padding-left: 20px;
}

.widget_nav_menu ul li ul {
  padding-left: 20px;
}

.widget_recent_comments ul li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.widget_recent_comments ul li .comment-author-link {
  font-weight: 600;
  margin-right: 5px;
}

.widget_recent_comments ul li .comment-author-link a {
  color: #222;
}

.widget_recent_comments ul li a {
  margin-left: 5px;
}

.base-theme-content-margin.sidebar-page-container {
  padding-top: 210px;
}

.comment ol {
  list-style-type: decimal;
  padding-left: 15px;
}

.comment ul {
  padding-left: 15px;
}

.comment ul li {
  list-style-type: disc;
}

.comment li {
  list-style: unset;
}

.base-sidebar:last-child {
  margin-bottom: 0;
}

.base-sidebar ul li {
  height: auto;
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  color: #252930;
}

.base-sidebar ul li a {
  position: relative;
  display: block;
  color: #252930;
  padding: 7px 0px;
}

.base-sidebar ul li:hover {
  color: var(--main-color);
}

.base-sidebar ul li:hover a {
  color: var(--main-color);
}

.base-sidebar.widget_pages ul,
.base-sidebar.widget_meta ul,
.widget_nav_menu ul {
  margin-left: 20px;
}

.base-sidebar.widget_pages ul li,
.base-sidebar.widget_meta ul li,
.widget_nav_menu ul li {
  position: relative;
}

.base-sidebar.widget_pages ul li:after,
.base-sidebar.widget_meta ul li:after,
.widget_nav_menu ul li:after {
  content: '';
  position: absolute;
  left: -20px;
  top: 18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--main-color);
}

.widget_nav_menu ul {
  padding-left: 20px;
}

.widget_nav_menu ul li ul {
  padding-left: 0px;
}

.widget_archive ul li,
.widget_categories ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.widget_archive ul li ul,
.widget_categories ul li ul {
  width: 100%;
}

.main-footer .footer-bottom .copyright p {
  margin-bottom: 0;
}

.lower-content .sticky_post_icon {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 30px;
  color: var(--main-color);
}

.sidebar-page-container .news-block-one .sticky .inner-box {
  background: #576eff0f;
}

.base-sidebar .widget-title h3 {
  margin-bottom: 20px;
}

.is-style-outline .wp-block-button__link {
  border: 2px solid  #32373c;
  color: #000 !important;
}

.page-title span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  padding-right: 0px;
  margin-right: 0px;
  text-transform: capitalize;
  color: var(--main-color);
}

.page-title span.fas.fa-angle-right {
  margin-right: 9px;
  margin-left: 7px;
  font-family: 'Font Awesome 5 Free' !important;
}

.page.base-theme .comment-form-area {
  max-width: 700px;
}

.page.base-theme .sidebar-page-container {
  padding-bottom: 110px;
}

.page.base-theme .comments-area-me {
  margin-bottom: 30px;
  margin-top: 20px;
}

.page.base-theme .comment-respond .form-submit {
  margin-bottom: 0;
}

.page.base-theme .no-comment-area .page-details {
  margin-bottom: 0;
}

.page.base-theme .page-details ul {
  list-style: unset;
  padding-left: 20px;
}

.page.base-theme .page-details ul li {
  list-style: unset;
}

.page.base-theme .page-details ol {
  list-style: unset;
  padding-left: 20px;
  list-style-type: decimal;
}

.page.base-theme .page-details ol li {
  list-style: unset;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .base-header .main-menu .navigation > li {
    margin: 0px 17px;
  }
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
  .preloader {
    display: none !important;
  }
  .comments-area-me .comment {
    padding: 0px 0px 0px 10px;
  }
  .comments-area-me .comment-box .author-thumb {
    position: relative;
    margin-bottom: 10px;
  }
  .base-theme ol.children {
    padding-left: 10px;
  }
  .base-theme-content-margin.sidebar-page-container {
    padding-top: 140px;
  }
  .blog-details .blog-details-content .news-block-one .inner-box .lower-content {
    padding: 25px 15px;
  }
  .menu-area .mobile-nav-toggler {
    margin-top: 40px !important;
  }
  .base-theme .news-block-one .inner-box .lower-content h3.entry-title {
    font-size: 25px !important;
  }
  .page-title .content-box h1 {
    font-size: 29px;
  }
}
/*# sourceMappingURL=style-theme.css.map */