/*
Theme Name: Meditest
Theme URI: http://codeindeed.com/meditest
Author: Codeindeed
Author URI: http://codeindeed.com
Description: Medical & Health WordPress Theme
Version: 1.0
Tested up to: 6.4.1
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: meditest
Tags: two-columns, three-columns, four-columns, right-sidebar, custom-menu, featured-images, full-width-template
*/

/**** 
CSS Indexing

1. Default CSS
2. Header CSS
3. Navigation CSS
4. Footer CSS
5. Breadcrumb CSS
6. Blog CSS
7. Comments CSS
8. Widgets CSS
9. Contact & Quote Form CSS
10.Preloader CSS
11.Responsive CSS

****/

/******------------------------------
-----------Default CSS------------
------------------------------******/

body {
  font-family: "Inter";
  line-height: 24px;
  font-size: 15px;
  background: #fff;
  color: #5f5f5f;
  font-weight: 400;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  color: #101513;
  font-weight: 500;
}

h1 {
  font-size: 36px;
  line-height: 48px;
}

h2 {
  font-size: 28px;
  line-height: 36px;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
}

h5 {
  font-size: 14px;
  line-height: 24px;
}

h6 {
  font-size: 14px;
  line-height: 28px;
}

p {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 24px;
  color: #555555;
}

p:last-child {
  margin-bottom: 0;
}

/* Global styles
================================================== */

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

* {
  margin: 0;
  padding: 0;
}

/* ==================================================
// Global styles
================================================== */

iframe {
  border: none;
}

a:link,
a:visited {
  text-decoration: none;
}

a {
  display: block;
  color: #101513;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

a:hover {
  text-decoration: none;
  color: #5e5eee;
}

.media > .pull-left {
  margin-right: 20px;
}

a:focus {
  outline: 0;
}

img.pull-left {
  margin-right: 20px;
  margin-bottom: 20px;
}

img.pull-right {
  margin-left: 20px;
  margin-bottom: 20px;
}

.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Dropcap */

.dropcap {
  font-size: 48px;
  line-height: 60px;
  padding: 0 7px;
  display: inline-block;
  float: left;
  font-weight: 400;
  margin: 5px 15px 5px 0;
  position: relative;
  text-transform: uppercase;
}

.clearfix:after {
  display: block;
  width: 100%;
  content: "";
}

body {
  border: 0;
  margin: 0;
  padding: 0;
}

/*** Pagination ***/

ul.page-pagination.theme-widget-pagination-wrapp {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.page-pagination.theme-widget-pagination-wrapp li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  min-width: 42px;
}

ul.page-pagination.theme-widget-pagination-wrapp li a,
ul.page-pagination.theme-widget-pagination-wrapp li span {
  color: #fff;
  font-size: 15px;
  background: #0518c5;
  text-align: center;
  height: auto;
  text-align: center;
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
}

/* Global */

.admin-bar .navbar-sticky.sticky {
  margin-top: 30px;
}

.theme-page-content {
  background: #ffffff;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
}

.wp-caption .wp-caption-text {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  text-align: center;
  padding: 12px 0 0;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/* Gallery item */

.gallery {
  margin: 30px -1.1666667% 0;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  display: block;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
  font-weight: 400;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* WP core style */

.alignnone {
  display: block;
  margin-bottom: 15px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption.alignnone {
  margin: 15px auto 10px;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.wp-caption .wp-caption-text a {
  text-decoration: underline;
  display: inline-block;
}

.wp-caption .wp-caption-text a {
  color: #5e5eee;
}

.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;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.screen-reader-text {
  display: none;
}

.gallery-caption {
  z-index: 100000;
}

.bypostauthor {
  z-index: 100000;
}

@media screen and (min-width: 30em) {
  /* Gallery Columns */
  .gallery-item {
    max-width: 25%;
  }

  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }

  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }

  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }

  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }

  .gallery-columns-5 .gallery-item {
    max-width: 25%;
  }

  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }

  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }

  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }

  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}

/* Theme check */

code {
  overflow: auto;
  max-width: 100%;
  padding: 0 1em;
  border: 1px solid #ddd;
  background-color: #f8f8f8;
  display: inline-block;
  vertical-align: middle;
  word-wrap: break-word;
  color: #5e5eee;
}

a code {
  color: #5e5eee;
}

p {
  margin: 0 0 25px;
}

p img.alignleft {
  clear: both;
  margin-bottom: 30px;
}

select {
  max-width: 100%;
}

.post-password-form input[type="password"] {
  padding: 5px 15px;
  margin: 0 10px;
  height: 45px;
  padding: 5px 15px;
}

.post-password-form input[type="submit"] {
  background-color: #5e5eee;
  border: none;
  padding: 5px 20px;
  color: #fff;
  cursor: pointer;
  height: 45px;
  font-weight: 400;
}

.post-password-form input[type="submit"]:hover {
  background-color: rgb(255 53 36 / 10%);
  color: #5e5eee;
}

.sidebar .widget.widget_media_image img {
  margin-top: 0;
}

.sidebar .widget.widget-tags ul li {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 4px;
}

.sidebar .widget.widget-tags ul li a {
  display: block;
  padding: 5px 20px;
  border: 1px solid #eee;
  color: #666;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar .widget.widget-tags ul li a:hover {
  background: #5e5eee;
  color: #fff;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

.sidebar .widget.widget-tags ul li:last-child {
  margin-bottom: 0;
}

.tagcloud a,
.wp-block-tag-cloud a {
  border: 1px solid #e2e2e2;
  display: inline-block;
  padding: 10px 20px !important;
  margin-bottom: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 36px;
  transition: all ease 500ms;
  margin-right: 0px;
  color: #77817d;
  font-family: Inter;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.tagcloud a:last-child,
.wp-block-tag-cloud a:last-child {
  margin-right: 0px;
}

.sidebar ul {
  border: 0;
  padding: 0;
  list-style: none;
}

.page-links .page-link {
  display: inline-block;
  color: #5e5eee;
  margin-right: 5px;
}

/*=======================================
 Post  Comments section
 ========================================*/

.blog-post-comment .comment-title {
  font-size: 24px;
}

.blog-post-comment .comment-info [class*="col-md-"] {
  margin-bottom: 15px;
  position: inherit;
}

.blog-post-comment .comment-content > h3 {
  margin-bottom: 0.5rem;
}

.blog-post-comment .comment-respond .comment-reply-title {
  color: #101513;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.blog-post-comment .comment-respond .comment-form .form-control {
  border-radius: 10px;
  background: #f8f8f8;
  border: none;
  height: 52px;
  margin-bottom: 5px;
  padding: 14px 20px;
}

.blog-post-comment .comment-respond .comment-form .form-control.msg-box {
  height: 245px;
}

.blog-post-comment .comment-respond .comment-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #5e5eee;
}

.blog-post-comment
  .comment-respond
  .comment-form
  .comment-form-cookies-consent {
  display: none;
}

.blog-post-comment .comment-respond .comment-form .comment-notes {
  font-style: italic;
}

.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
  margin-top: 25px;
}

.blog-post-comment .comments-list .trackback .comment-body {
  margin-left: 0;
}

.loginformuser .form-control {
  height: 100%;
  resize: none;
}

.loginformuser .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #5e5eee;
}

.blog-post-comment .comments-list .trackback .comment-body {
  margin-left: 0;
}

.blog-post-comment .comment-respond .comment-form .btn-comments {
  background: #5e5eee;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 14px 28px;
  width: auto;
  border: 0px solid;
  transition: all 0.4s ease;
  border-radius: 10px;
  float: right;
}

.blog-post-comment .comment-respond .comment-form .btn-comments:hover {
  background: #2ac28e;
  color: #ffffff;
}

#comments {
  clear: both;
  padding: 30px;
  list-style: none;
  background: #fafafa;
  overflow: hidden;
  margin-top: 32px;
  border-radius: 20px;
}

.comment-num {
  margin-bottom: 25px;
  padding-bottom: 10px;
  position: relative;
  color: #101513;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.comment-content a {
  display: inline-block;
}

.comments-area .comment-content p {
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 14px;
}

p.logged-in-as a {
  display: inline-block;
}

#comments .comment-author .says {
  display: none;
}

.blog-post-comment .comment-respond .comment-form .comment-notes {
  display: none;
}

/* Common */

.pingback p,
.pingback .says {
  display: none;
}
.comments-list {
  list-style: none;
  margin: 0;
}
.comments-list .comment-author a {
  color: #1c1c24;
}
.comments-list .comment-author a:hover {
  color: #5e5eee;
}
.comments-list .comment-date {
  color: #77817d;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.comments-list .comment-body {
  margin-left: 90px;
  margin-bottom: 52px;
  padding-bottom: 20px;
  position: relative;
}

.comments-list img.comment-avatar {
  width: 70px;
  height: 70px;
  border-radius: 100%;
}
.comments-list .comment-author {
  display: block;
  color: #101513;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.comments-list .comment-reply-link {
  background: #fff;
  display: inline-flex;
  padding: 13px 20px 11px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid #dbdbdb;
  color: #77817d;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.comments-list .comment-reply-link i {
  display: none;
}
.comments-list .comment-reply-link:hover {
  background: #5e5eee;
  color: #fff;
  border: 1px solid #5e5eee;
}
.comments-counter {
  font-size: 18px;
}
.comments-counter a {
  color: #666;
}
.comments-reply {
  list-style: none;
  margin: 0 0 0 70px;
}

#cancel-comment-reply-link {
  float: none;
  color: #5e5eee;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  margin-left: 8px;
}

#cancel-comment-reply-link:hover {
  color: #000;
}

#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#comments .meta-data {
  margin-bottom: 15px;
}

a.comment-edit-link {
  display: none;
}

/* main page: Comments */

.blog-post-comment .comment-content h1,
.blog-post-comment .comment-content h2,
.blog-post-comment .comment-content h3,
.blog-post-comment .comment-content h4,
.blog-post-comment .comment-content h5,
.blog-post-comment .comment-content h6 {
  line-height: 1.2;
  font-weight: 400;
}

.blog-post-comment .comment-content h1 {
  font-size: 30px;
  margin-bottom: 15px;
}

.blog-post-comment .comment-content h2 {
  font-size: 25px;
  margin-bottom: 15px;
}

.blog-post-comment .comment-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.blog-post-comment .comment-content h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.blog-post-comment .comment-content h5 {
  font-size: 16px;
  margin-bottom: 15px;
}

.blog-post-comment .comment-content h6 {
  font-size: 14px;
  margin-bottom: 15px;
}

.blog-post-comment .comment-content p {
  line-height: 24px;
}

.blog-post-comment .comment-content p:last-child {
  margin-bottom: 0;
}

.blog-post-comment .comment-content .entry-content a {
  text-decoration: underline;
}

.blog-post-comment .comment-content .entry-content a:hover {
  text-decoration: none;
}

.blog-post-comment .comment-content dl,
.comments-area .comment-content ol,
.comments-area .comment-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-post-comment .comment-content dt {
  margin-bottom: 5px;
}

.blog-post-comment .comment-content dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}

.blog-post-comment .comment-content ul {
  list-style: disc;
  padding-left: 20px;
}

.blog-post-comment .comment-content ul li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 10px;
}

.blog-post-comment .comment-content ul li ul {
  margin: 10px 0 0;
  list-style-type: circle;
}

.blog-post-comment .comment-content ul li ul li {
  list-style-type: circle;
}

.blog-post-comment .comment-content ol {
  padding-left: 20px;
}

.blog-post-comment .comment-content ol li {
  line-height: 1.8;
  margin-bottom: 10px;
  list-style-type: decimal;
}

.blog-post-comment .comment-content ol li ol {
  margin: 10px 0 0;
}

.blog-post-comment .comment-content b,
.blog-post-comment .comment-content strong {
  font-weight: 600;
  color: #212529;
}

.blog-post-comment .comment-content dfn,
.blog-post-comment .comment-content cite,
.blog-post-comment .comment-content em,
.blog-post-comment .comment-content i {
  font-style: italic;
}

.blog-post-comment .comment-content code,
.blog-post-comment .comment-content kbd,
.blog-post-comment .comment-content tt,
.blog-post-comment .comment-content var {
  font-size: 0.88889em;
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

.blog-post-comment .comment-content kbd {
  background-color: #fafafa;
}

.blog-post-comment .comment-content mark,
.blog-post-comment .comment-content ins {
  background: #fff9c0;
  text-decoration: none;
  color: #000;
  padding: 0 6px;
}

.blog-post-comment .comment-content pre {
  font-size: 0.88889em;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.8;
  overflow: auto;
  background: #fafafa;
  color: #333333;
}

.blog-post-comment .comment-content abbr,
.blog-post-comment .comment-content acronym {
  border-bottom: 1px dotted #484848;
  cursor: help;
}

.blog-post-comment .comment-content code {
  color: #5e5eee;
  border: 0px solid;
  background-color: transparent;
  padding: 0;
}

.blog-post-comment .comment-content mark,
.blog-post-comment .comment-content ins {
  background: #fff9c0;
  text-decoration: none;
  color: #000;
  padding: 0 5px;
}

.blog-post-comment .comment-content kbd {
  background-color: #eee;
  color: #5e5eee;
}

#comments .pull-right.reply {
  position: absolute;
  float: right;
  right: 0;
  bottom: -30px;
}

#comments .comment-content a {
  color: #5e5eee;
}

.comments-list .comment-author cite {
  font-style: normal;
}

#comments.blog-post-comment .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#comments.blog-post-comment .children {
  padding-left: 90px !important;
}

#comments.blog-post-comment .comment-content img {
  margin: 5px 0;
}

.not-found h1 {
  margin-bottom: 20px;
}

.not-found .input-group-btn {
  background: #5e5eee;
  color: #fff;
  padding: 0 20px;
  border: none;
  cursor: pointer;
}

.not-found .input-group-btn i {
  line-height: 48px;
}

.not-found .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #5e5eee;
}

.not-found p {
  line-height: 1.1;
  margin-bottom: 25px;
}

.not-found p small {
  display: block;
}

.blog-sidebar .widget:first-child {
  margin-top: 0;
}

.blog-sidebar .widget {
  margin-top: 30px;
  border-radius: 10px;
  background: #f8f8f8;
  box-shadow: 0px 0px 0px 0px rgba(148, 153, 170, 0);
  padding: 15px;
  border: 0;
}

.site-navigation.theme_header_design__One .navbar-light {
  padding: 0;
  background: none;
  border-radius: 0px;
}

.blog-sidebar .widget .widget-title {
  padding-bottom: 10px;
  position: relative;
  font-weight: 400;
  font-size: 24px;
  color: #272727;
  padding-left: 0;
  letter-spacing: 0;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 14px;
}

.blog-sidebar .widget ul {
  line-height: 1.5;
  margin-bottom: 0;
}

.blog-sidebar .widget ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 14px;
  color: #77817d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.blog-sidebar .widget ul li:last-child {
  margin-bottom: 0;
}
.sidebar.blog-sidebar .widget ul.wp-block-categories li,
.blog-sidebar .widget.widget_categories ul li {
  padding-left: 0px;
}
.sidebar.blog-sidebar .widget ul.wp-block-categories li a,
.widget.widget_categories ul li a {
  background: #ffffff;
  padding: 10px 10px 10px 26px;
  width: 100%;
  border-radius: 10px;
}
.sidebar.blog-sidebar .widget ul.wp-block-categories li:before,
.blog-sidebar .widget.widget_categories ul li::before {
  left: 12px !important;
  top: 19px !important;
}
.sidebar.blog-sidebar .widget ul.wp-block-categories li span.posts-count,
.widget.widget_categories ul li span.posts-count {
  position: absolute;
  top: 8px;
  right: 12px;
}
.blog-sidebar .widget ul li::before {
  height: 5px;
  width: 5px;
  content: "";
  left: 0;
  top: 7px;
  position: absolute;
  background-color: #77817d;
  border-radius: 50%;
}

.blog-sidebar .widget ul li span,
.blog-sidebar .widget ul li a {
  display: inline-block;
  color: #77817d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.blog-sidebar .widget ul li a:hover {
  color: #5e5eee;
}

.blog-sidebar .widget ul li span {
  display: inline-block;
}

.blog-sidebar span.post-count {
  float: right;
  font-size: 15px;
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,
.wp-block-social-links
  .wp-block-social-link
  .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links
  .wp-block-social-link
  .wp-block-social-link-anchor:visited {
  fill: #fff;
  color: #fff;
  line-height: 1;
}
.blog-sidebar .calendar_wrap caption {
  padding-top: 0;
  caption-side: top;
  font-weight: 500;
  color: #565656;
  font-size: 17px;
}

table {
  margin: 0 0 2rem;
  border-collapse: collapse;
  width: 100%;
  background: #ffffff;
}

table td,
table th {
  padding: 10px 13px;
  border: 1px solid #d3dbe2;
}

.blog-sidebar .calendar_wrap table {
  text-align: center;
  margin-bottom: 0;
}

.blog-sidebar .calendar_wrap table #prev a,
.blog-sidebar .calendar_wrap table #next a {
  text-decoration: underline;
}

.blog-sidebar .calendar_wrap table #prev a:hover,
.blog-sidebar .calendar_wrap table #next a:hover {
  text-decoration: none;
}

.blog-sidebar .calendar_wrap table td,
.blog-sidebar .calendar_wrap table th {
  padding: 8px 5px;
}

.blog-sidebar .widget_categories ul li .children {
  margin-top: 10px;
  margin-left: 10px;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  padding: 0;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link:before {
  content: none;
}

.blog-sidebar .widget_pages ul li.page_item_has_children > a {
  margin-bottom: 10px;
  display: inline-block;
}

.blog-sidebar .widget_recent_comments .recentcomments {
  color: #484848;
}

.blog-sidebar .widget_recent_comments .recentcomments .comment-author-link {
  font-weight: bold;
  font-size: 14px;
}

.blog-sidebar .widget_rss .widget-title .rsswidget {
  display: inline-block;
}

.blog-sidebar .widget_rss ul li {
  margin-bottom: 20px;
}

.blog-sidebar .widget_rss ul li:last-child {
  margin-bottom: 0;
}

.blog-sidebar .widget_rss ul li .rsswidget {
  display: block;
  color: #222222;
  font-weight: bold;
  font-size: 15px;
}

.blog-sidebar .widget_rss ul li .rss-date {
  font-size: 13px;
  margin: 3px 0 10px;
  display: block;
}

.blog-sidebar .widget_rss ul li .rssSummary {
  color: #555;
  line-height: 25px;
  font-size: 14px;
}

.blog-sidebar .widget_rss ul li cite {
  font-weight: bold;
  display: block;
  margin-top: 10px;
  font-style: normal;
  color: #222;
  font-size: 13.5px;
}

.blog-sidebar .widget_search form {
  position: relative;
}

.blog-sidebar .widget_search form .form-control {
  background-color: #ffffff;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #e4e4e4;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  border-radius: 0;
  font-size: 15px;
}

.blog-sidebar .widget_search form .form-control:focus {
  border-color: #5e5eee;
  box-shadow: none;
  z-index: 1;
}

.blog-sidebar .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 45px;
  width: 50px;
  z-index: 1;
  border: none;
  color: #101513;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 15px;
  padding: 0 20px;
  top: 0;
  cursor: pointer;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: none;
}
.wp-block-search__button {
  margin-left: 0px;
  word-break: normal;
}

.blog-sidebar .widget_search form button:before {
  position: absolute;
  right: 50%;
  top: 50%;
  font-family: fontAwesome;
  color: #fff;
  content: "\f002 ";
  margin-top: -12px;
  margin-right: -6.5px;
}

.blog-sidebar p {
  margin-bottom: 15px;
  color: #77817d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.blog-sidebar .widget_text p img {
  margin: 10px 0;
}

.blog-sidebar .widget_text .wp-caption-text {
  border: none;
  text-align: center;
  font-size: 14px;
}

.post-meta.blog_meta_content_Box a {
  display: inline-block;
}

.blog-sidebar .widget.widget_tag_cloud .widget-title {
  margin-bottom: 16px;
}

.blog-sidebar .tagcloud a {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #595959 !important;
  border-color: #d6d6d6 !important;
  border-radius: 8px !important;
  margin-right: 5px;
  padding: 8px 14px !important;
  line-height: inherit;
  display: inline-block;
  transition: all ease 500ms;
}

.blog-sidebar .tagcloud a:hover {
  background-color: #5e5eee;
  border-color: #5e5eee !important;
  color: #fff !important;
}

.blog-sidebar .widget_nav_menu .sub-menu {
  margin-top: 8px;
}

table th a {
  text-decoration: underline !important;
}

table th a:hover {
  text-decoration: none !important;
}

address {
  margin: 20px 0;
  font-style: italic;
  line-height: 30px;
}

.post-layout-style2 .single-blog-content .entry-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.stylish-icon-list:before {
  content: "\e9c5";
  font-family: "icomoon";
  margin-right: 10px;
  font-size: 20px;
  color: #5e5eee;
  vertical-align: bottom;
}

.post-layout-style2 .single-blog-content .entry-content ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.post-layout-style2 .single-blog-content .entry-content ul li ul {
  margin: 10px 0 0;
  list-style-type: circle;
}

.post-layout-style2 .single-blog-content .entry-content ul li ul li {
  list-style-type: circle;
}

.post-layout-style2 .single-blog-content .entry-content ol li ol {
  margin: 10px 0 0;
}

.post-layout-style2 .single-blog-content .entry-content ul.post-meta {
  padding-left: 0;
  margin: 0 0 20px;
  padding: 0;
  border-bottom: 1px solid #e4e4e4;
}

.post-layout-style2 .single-blog-content .entry-content h1 {
  margin-bottom: 15px;
  line-height: 1.2;
  font-size: 30px;
}

.post-layout-style2 .single-blog-content .entry-content h2 {
  margin-bottom: 15px;
  color: #101513;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.post-layout-style2 .single-blog-content .entry-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #272727;
}

.single-blog-content .entry-content .theme-tags__wrapper h4 {
  margin-right: 10px;
  display: inline-block;
  color: #101513;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
.post-layout-style2 .single-blog-content .entry-content h5 {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.2;
}

.post-layout-style2 .single-blog-content .entry-content h6 {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.blog-details-content ul li::marker {
  color: #5e5eee;
}

blockquote,
.blockquote {
  overflow: hidden;
  background-color: #ffffff;
  padding: 50px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}

blockquote::before,
.blockquote::before {
  content: "\ea5b";
  font-family: "icomoon";
  font-size: 36px;
  line-height: 1;
  position: absolute;
  right: 30px;
  bottom: 16px;
  z-index: 1;
  font-weight: 700;
  color: #5e5eee;
}

blockquote p,
.single-blog-content .single-blog-inner .entry-content blockquote p,
.blockquote p {
  color: #77817d;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%;
  text-align: start;
}

.single-blog-content .single-blog-inner .entry-content p a {
  text-decoration: underline;
  display: inline-block;
  color: #5e5eee;
}

.single-blog-content .single-blog-inner .entry-content .wp-block-tag-cloud a {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  background: #5e5eee;
}

table th a {
  text-decoration: underline !important;
}

table th a:hover {
  text-decoration: none !important;
}

.post-layout-style2 .single-blog-content .entry-content dl {
  margin-top: 20px;
  margin-bottom: 20px;
}

.post-layout-style2 .single-blog-content .entry-content dt {
  margin-bottom: 5px;
  color: #333333;
}

.post-layout-style2 .single-blog-content .entry-content dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}

.post-layout-style2 .single-blog-content .entry-content dd a {
  text-decoration: underline;
  display: inline-block;
}

.post-layout-style2 .single-blog-content .entry-content b,
.post-layout-style2 .single-blog-content .entry-content strong {
  font-weight: 600;
  color: #212529;
}

address {
  margin: 20px 0;
  font-style: italic;
  line-height: 30px;
}

.post-layout-style2 .single-blog-content .entry-content dfn,
.post-layout-style2 .single-blog-content .entry-content cite,
.post-layout-style2 .single-blog-content .entry-content em {
  font-style: italic;
}

.post-layout-style2 .single-blog-content .entry-content code,
.post-layout-style2 .single-blog-content .entry-content kbd,
.post-layout-style2 .single-blog-content .entry-content tt,
.post-layout-style2 .single-blog-content .entry-content var {
  font-size: 0.88889em;
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

.post-layout-style2 .single-blog-content .entry-content code {
  color: #5e5eee;
  border: 0px solid;
  background-color: transparent;
  padding: 0;
}

.post-layout-style2 .single-blog-content .entry-content mark,
.post-layout-style2 .single-blog-content .entry-content ins {
  background: #fff9c0;
  text-decoration: none;
  color: #000;
  padding: 0 5px;
}

.post-layout-style2 .single-blog-content .entry-content kbd {
  background-color: #eee;
  color: #5e5eee;
}

.post-layout-style2 .single-blog-content .entry-content .post-footer {
  margin-top: 20px;
  clear: both;
  border-top: 1px solid #eee;
  list-style: none;
  padding: 15px 0px;
  border-bottom: 1px solid #eee;
}

.wp-block-columns {
  margin-top: 20px;
  margin-bottom: 20px;
}

.wp-block-image {
  margin-bottom: 20px;
}

.wp-block-image figcaption {
  font-size: 14px;
  margin-top: 12px;
}

.wp-block-image figcaption a {
  text-decoration: underline;
  display: inline-block;
  color: #5e5eee;
}

.wp-block-image figcaption {
  text-align: left;
}

.wp-block-button .wp-block-button__link {
  background-color: #5e5eee;
  font-size: 16px;
  border-radius: 5px;
}
.wp-block-button .wp-block-button__link:hover {
  background: #2ac28e;
}
.wp-block-button {
  margin-bottom: 1.5em;
}

.wp-block-button .wp-block-button__link:hover {
  background-color: #2ac28e;
  color: #fff;
}

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

.is-style-outline .wp-block-button__link {
  background-color: transparent !important;
  font-size: 16px;
  border-radius: 5px;
}

.is-style-outline .wp-block-button__link:hover {
  background-color: transparent;
  color: #000 !important;
  border-color: #000;
}

.is-style-squared .wp-block-button__link {
  border-radius: 0 !important;
}

.wp-block-cover {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wp-block-cover p.wp-block-cover-text {
  font-weight: bold;
  margin-bottom: 20px !important;
  font-size: 31px !important;
  line-height: 1.5 !important;
}

.wp-block-cover p.wp-block-cover-text strong {
  color: #fff;
}

.wp-block-cover.has-background-dim.alignleft {
  margin-top: 0;
}

.wp-block-cover.has-background-dim-60.has-background-dim
  .wp-block-cover-text
  a {
  color: #fff;
}

.wp-block-file a {
  text-decoration: underline;
  font-size: 15px;
  color: #5e5eee;
}

.wp-block-file a:hover {
  text-decoration: none;
  color: #2ac28e;
}

.wp-block-file .wp-block-file__button {
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 400;
  display: table;
  margin: 10px 0 0;
  background-color: #5e5eee !important;
  color: #fff;
  padding: 5px 14px;
  text-decoration: none;
}

.wp-block-file .wp-block-file__button:hover {
  background-color: #2ac28e !important;
  color: #fff;
}

blockquote cite,
.blockquote cite {
  display: none;
}

.wp-block-media-text {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.wp-block-media-text .has-large-font-size {
  font-size: 25px !important;
  margin-top: 0 !important;
}

.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
  border-color: transparent;
  border-width: 2px;
  padding: 0;
  margin: 0 0 1rem;
}

.wp-block-pullquote blockquote {
  color: #111;
  border: none;
  margin-right: 0;
  padding-left: 0;
}

.wp-block-pullquote blockquote p {
  font-size: 2.25em !important;
  font-style: italic !important;
}

.wp-block-pullquote blockquote cite {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  line-height: 1.6;
  text-transform: none;
  color: #767676;
  font-size: 15px;
  font-style: normal;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
  background-color: #5e5eee;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color p {
  color: #000000;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color
  cite {
  display: none;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color
  blockquote {
  max-width: 80%;
  background: transparent;
}

.has-medium-font-size {
  font-size: 20px !important;
}

.has-very-light-gray-color.has-very-light-gray-color {
  color: #fff !important;
}

.post-layout-style2 .single-blog-content .entry-content dl a,
.post-layout-style2 .single-blog-content .entry-content ol a,
.post-layout-style2 .single-blog-content .entry-content ul a {
  text-decoration: underline;
  display: inline-block;
}

.post-layout-style2 .single-blog-content .entry-content ul.post-meta a {
  text-decoration: none;
  color: inherit;
}

.post-layout-style2 .single-blog-content .entry-content ol a,
.post-layout-style2 .single-blog-content .entry-content ul a {
  color: #5e5eee;
}

.post-layout-style2
  .single-blog-content
  .entry-content
  ul
  a
  .wp-block-cover__inner-container
  .has-large-font-size {
  color: #f8f9f9 !important;
  font-size: 36px !important;
}

.wp-block-video figcaption,
.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  font-size: 14px;
  text-align: left;
}

table td a,
table td a:hover {
  color: #5e5eee;
}

.wp-block-table.is-style-stripes td {
  border-color: #767676;
}

.wp-block-verse {
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
}

.post-layout-style2 .single-blog-content .entry-content em {
  font-weight: 400;
}

.loginformuser {
  margin-top: 20px;
}

.parent .comment-respond p.form-submit,
.depth-1 .comment-respond p.form-submit {
  margin-bottom: 30px;
}

#comments {
  margin-top: 60px;
}

.pingback p,
.pingback .says {
  display: block;
}

.blog-sidebar select {
  height: 45px;
  font-size: 15px;
  padding: 8px 15px;
  width: 100%;
  border: 1px solid #eee;
  color: #272727;
  font-weight: 500;
  cursor: pointer;
}

.blocks-gallery-grid {
  margin-top: 0px !important;
}

.wp-block-gallery .blocks-gallery-caption {
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
}

.blog-sidebar .widget_theme_recent_posts .recent_post_Content li {
  font-weight: 500;
  color: #565656;
  font-size: 14px;
  padding: 0;
}

.blog-sidebar .widget_theme_recent_posts .recent_post_Content li:before {
  display: none;
}

.blog-sidebar
  .widget_theme_recent_posts
  .recent_post_Content
  .recent-post-meta {
  display: none;
}

.blog-sidebar .widget_media_image {
  background: #fff;
  border: 0;
  padding: 0;
}

.blog-sidebar .widget_media_image img {
  border-radius: 0px;
}

.home-tag-widgett {
  background: #fafafa;
  padding: 30px;
  border-radius: 15px;
}

.home-tag-widgett h5 {
  font-size: 28px;
  line-height: 1;
  color: #272727;
  font-weight: 400;
  margin-bottom: 20px;
}

.home-tag-widgett .tagcloud a {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #595959 !important;
  border-color: #d6d6d6 !important;
  border-radius: 8px !important;
  margin-right: 5px;
  padding: 8px 14px !important;
}

/*** Author Box ***/

.author_bio__Wrapper {
  clear: both;
  overflow: hidden;
  margin-top: 60px;
  padding: 30px 30px 30px;
  border-top: 0px solid #eaeaea;
  border-bottom: 0px solid #eaeaea;
  background: #fafafa;
  border-radius: 20px;
}

.author-thumb {
  float: left;
  margin-right: 25px;
  margin-bottom: 20px;
}

.author-thumb img {
  border-radius: 50%;
}

.theme_author_Info {
  padding-right: 20px;
}

h6.theme_author_Title {
  color: #555555;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0px;
  line-height: 30px;
  display: none;
}

h4.theme_author__Name {
  color: #424242;
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

p.theme_author__Description {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 10px;
}

.theme_author_Socials a {
  display: inline-block;
  background: #5e5eee;
  color: #fff;
  width: 36px;
  height: 36px;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 3px;
}

.theme_author_Socials {
  margin-top: 15px;
}

.theme_author_Socials a:hover {
  background: #000;
  color: #fff;
}

/*** navigation ***/

.theme_blog_Nav.post_nav_Left,
.theme_blog_Nav.post_nav_Right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.prev_nav_left_Img,
.prev_nav_Right_Img {
  height: 100px;
  width: 85px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  border-radius: 10px;
}

.prev_nav_left_Img {
  margin-right: 15px;
}

.prev_nav_Right_Img {
  margin-left: 15px;
}

.theme_blog_Nav.post_nav_Left:not(.no-thumb) {
  padding-right: 15px;
}

.theme_blog_Nav.post_nav_Right:not(.no-thumb) {
  text-align: right;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.prev_nav_left_Img img,
.prev_nav_Right_Img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  border-radius: 10px;
}

.theme_blog_nav_Title {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  color: #272727;
  word-break: break-all;
}

.theme_blog_nav_Title a {
  margin-bottom: 0;
  color: #272727;
  word-break: break-word;
}

.theme_blog_nav_Label {
  font-size: 17px;
  margin-bottom: 0px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.theme_blog_navigation__Wrap {
  margin-bottom: 0;
  padding: 30px;
  background: #fafafa;
  margin-top: 60px;
  border-radius: 20px;
}

.theme_blog_nav_Title a:hover {
  color: #5e5eee;
}

.main-container .pagination {
  margin-bottom: 0px;
  margin-top: 40px;
}

.main-container .theme-pagination-style .nav-links {
  display: block;
  width: 100%;
  text-align: left;
}

.main-container .theme-pagination-style ul.page-numbers {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.main-container .theme-pagination-style ul.page-numbers li a.page-numbers,
.main-container .theme-pagination-style ul.page-numbers li span.page-numbers {
  width: 40px;
  height: 40px;
  line-height: 38px;
  margin-right: 6px;
  padding: 0;
  text-align: center;
  display: inline-block;
  border: 1px solid #e4e4e4;
  margin-left: auto;
  color: #272727;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  border-radius: 10px;
}

.main-container .theme-pagination-style ul.page-numbers li span.current {
  background: #5e5eee;
  color: #fff;
  border-color: #5e5eee;
}

.main-container .theme-pagination-style ul.page-numbers li i {
  line-height: 38px;
  color: #5e5eee;
}

.main-container
  .theme-pagination-style
  ul.page-numbers
  li
  a.page-numbers:hover {
  border: 1px solid #5e5eee;
  background-color: #5e5eee;
  color: #fff;
}

.main-container
  .theme-pagination-style
  ul.page-numbers
  li
  a.page-numbers:hover
  i {
  color: #fff;
}

.theme-tags__wrapper a {
  display: inline-block !important;
  transition: all ease 500ms;
  background: #f9f9fc;
  color: #77817d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
}
.theme-tags__wrapper.tag-lists a {
  margin-bottom: 8px;
}
.theme-tags__wrapper a:hover {
  background: #2ac28e;
  color: #fff;
}
.blog-single .tag-lists a:not(:first-child) {
  margin-left: 6px;
}

.theme_related_post_Grid h2 {
  margin-bottom: 22px;
}

.theme_related_post_Grid .blog-post-grid-wrapper .post-excerpt-box p {
  font-size: 14px;
  line-height: 18px;
  color: #565656;
}

.theme_related_post_Grid .blog-post-grid-wrapper .news-post-grid-thumbnail img {
  border-radius: 15px;
}

.theme_related_post_Grid .blog-post-grid-wrapper-four .post-excerpt-box {
  padding-bottom: 0px;
  margin-bottom: 5px;
}

/*==================================================
      404
 ================================================== */

.error-page .error-code {
  display: block;
  font-size: 150px;
  line-height: 1;
  margin-bottom: 25px;
  text-align: center;
}
.error-page .error-code strong{
  color: #5E5EEE;
}
.error-page .error-message{
  text-align: center;
}
.error-page h3{
  font-size: 48px;
  color: #101513;
  font-weight: 700;
}
.error-page p{
  font-size: 24px;
  color: #77817D;
  font-weight: 500;
}
.error-page .error-body .btn {
  margin-top: 30px;
  display: inline-block;
  background: #5e5eee;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.01em;
  padding: 16px 30px;
  border-radius: 4px;
  width: auto;
  border: 0px solid;
}

.error-page .error-body .btn:hover,
.error-page .error-body .btn:focus,
.error-page .error-body .btn:active {
  border: none;
  outline: none;
  box-shadow: none !important;
  background: none;
}

.error-page .error-body .btn:hover {
  background: #000;
}

body.error404 .main-container {
  padding-top: 30px;
  margin-top: 0;
  padding-bottom: 80px;
}

.header-two-right .header-search-box {
  position: relative;
  right: 30px;
  top: 0px;
}

.header-bookmark-btn {
  display: inline-block;
  position: absolute;
  right: 15px;
  margin-left: 0;
  top: 10px;
}
.theme_header__main.transparent__header {
  position: absolute;
  width: 100%;
  z-index: 9999;
}

/*** Theme New Unit CSS ***/

body.admin-bar .body-inner-content {
  margin-top: 0px;
}
.wp-block-calendar table:where(:not(.has-text-color)) {
  color: #77817d;
}
.widget_calendar,
table,
.wp-block-calendar {
  color: #77817d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.calendar_wrap nav.wp-calendar-nav {
  position: relative;
  top: 10px;
}

.main-container.blog-spacing {
  padding-top: 80px;
  padding-bottom: 80px;
}

.widget_rss h3.widget-title a {
  color: #272727;
}

.sticky .post-list-medium-content {
  background: #f8f8f8;
  border-top: 4px solid #5e5eee !important;
}

.blog-new-layout.theme-layout-mainn
  .post-wrapper.cat-layout-main-list
  .category-box
  a {
  color: #4f4f4f;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in;
}

.blog-new-layout.theme-layout-mainn
  .post-wrapper.cat-layout-main-list
  .category-box
  a:hover {
  color: #5e5eee;
}

.blog-new-layout.theme-layout-mainn
  .post-wrapper.cat-layout-main-list
  .category-box
  a:after {
  position: absolute;
  right: -5px;
  bottom: 0;
  content: ",";
  font-size: 15px;
}

.blog-new-layout.theme-layout-mainn
  .post-wrapper.cat-layout-main-list
  .category-box
  a:last-child:after {
  display: none;
}

.cat-layout-main-list
  .post-list-medium-content
  .post-meta-items
  div.author-name {
  text-transform: capitalize;
}

.blog-post-comment .comment-respond p.logged-in-as {
  line-height: 26px;
  font-size: 15px;
  margin-top: 5px;
}

.comment-respond p {
  margin-bottom: 0;
}

.blog-details-content p {
  margin: 18px 0 18px 0;
  color: #77817d;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.single-meta-content h4.post-author-name a {
  text-transform: capitalize;
}

.blog-details-content ul li {
  color: #77817d;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 12px;
}

.post-layout-style2 .single-blog-content .entry-content p:last-child {
  margin: 0;
}

.post-body p:last-child {
  clear: both;
  float: none;
}

.wp-block-button .wp-block-button__link {
  color: #fff !important;
}

.is-style-outline .wp-block-button__link {
  background-color: transparent !important;
  font-size: 16px;
  border-radius: 5px;
  color: #5e5eee !important;
  border-color: #5e5eee;
}
.is-style-outline .wp-block-button__link:hover {
  color: #2ac28e !important;
  border-color: #2ac28e;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: #2ac28e;
}

.theme-blog-details .post-featured-image {
  margin-bottom: 30px;
}

.sidebar-active .alignfull {
  left: auto;
  right: auto;
  margin-left: 0;
  margin-right: 0;
  width: auto;
}

figure.wp-block-gallery ul.blocks-gallery-grid {
  padding-left: 0 !important;
}

.blog-details-content
  .wp-block-columns
  figure.wp-block-image.size-full.bottom-zero-article-thumb {
  margin-bottom: 0;
}

.bottom-zero-article-thumb img {
  height: 275px;
  object-fit: cover;
  object-position: center top;
  border-radius: 20px !important;
}

.blog-details-content figure.wp-block-image.size-full.bottom-zero-article-full {
  margin-top: 35px;
  margin-bottom: 35px;
}

.bottom-zero-article-full img {
  border-radius: 24px !important;
}

.single-blog-content blockquote {
  padding-bottom: 45px !important;
}

.single-blog-content blockquote,
.single-blog-content .blockquote {
  background: #f9f9fc;
  border-radius: 20px;
  border-left: 10px solid #5e5eee !important;
}
.single-blog-content blockquote.has-text-color.has-very-dark-gray-color {
  border-left: 0px !important;
}
blockquote.has-text-color.has-light-gray-color p {
  font-size: 28px !important;
  line-height: 1.2 !important;
}

blockquote.has-text-color.has-very-dark-gray-color:before {
  color: rgb(255 255 255 / 50%);
}

.post-layout-style2 .single-blog-content .entry-content ol {
  font-size: 15px;
}

.post-layout-style2 .single-blog-content .entry-content ol li {
  line-height: 1.8;
  margin-bottom: 10px;
  font-weight: 400;
}

.post-layout-style2 .single-blog-content .entry-content ol li ol {
  margin: 10px 0 0;
}

.post-layout-style2 .single-blog-content .entry-content ul li ul {
  margin: 10px 0 0;
  list-style-type: circle;
}

.post-layout-style2 .single-blog-content .entry-content ul li ul li {
  list-style-type: circle;
}

.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
  width: 100%;
  cursor: pointer;
  height: 45px;
  font-size: 15px;
  padding: 8px 15px;
  width: 100%;
  border: 1px solid #eee;
  color: #272727;
  font-weight: 500;
}

.wp-block-search__button svg {
  rotate: -90deg;
}
.wp-block-calendar span.pad {
  display: none;
}
.wp-block-calendar table {
  margin: 0 0 0.8rem;
}
.page-links {
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
}

.page-links .post-page-numbers {
  width: 35px;
  height: 35px;
  border-radius: 25px;
  background-color: #ffffff;
  border: 1px solid #eee;
  font-size: 15px;
  line-height: 35px;
  color: #0a0c19;
  text-align: center;
  display: inline-block;
  margin-left: 5px;
  text-decoration: none !important;
}

.page-links .page-link {
  display: inline-block;
  background-color: #5e5eee;
  color: #fff;
  margin-right: 0px;
}

.blog-details-content table th a {
  color: #272727;
}

.blog-post-comment blockquote,
.blog-post-comment .blockquote {
  background: #eee;
}

.blog-post-comment table td {
  font-size: 14px;
  font-weight: 500;
}

.blog-post-comment p.no-comments {
  font-size: 14px;
  clear: both;
  margin-top: 0;
  line-height: 14px;
}

.post_format-post-format-image .blog-details-content figure img {
  border-radius: 10px;
}

.widget_calendar span.pad {
  display: none;
}

.widget_calendar span.wp-calendar-nav-next {
  display: block;
}

.nav-wrapper .mainmenu li ul li ul.sub-menu {
  position: absolute;
  right: 102%;
  top: 0%;
  left: auto;
  opacity: 0 !important;
  filter: Alpha(opacity=0) !important;
  visibility: hidden;
}

.nav-wrapper .mainmenu li ul.sub-menu li:hover ul {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.not-found form {
  position: relative;
}

.not-found form .form-control {
  background-color: #ffffff;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  border-radius: 0;
}

.not-found form .form-control:focus {
  border-color: #5e5eee;
  box-shadow: none;
  z-index: 1;
}

.not-found form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
  border: none;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #5e5eee;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 15px;
  padding: 0 20px;
  top: 0;
  cursor: pointer;
}

.not-found form button:hover {
  background: #000;
}

.not-found form button:before {
  position: absolute;
  right: 50%;
  top: 50%;
  font-family: fontAwesome;
  color: #fff;
  content: "\f002 ";
  margin-top: -12px;
  margin-right: -6.5px;
}

.theme_img_cat_Itemlist span.category-btnn {
  transition: all 0.3s ease;
}

ul.footer-nav li a:hover {
  opacity: 0.8;
}

.home-tag-widgett .tagcloud a:hover {
  background: #5e5eee !important;
  color: #fff !important;
  border-color: #5e5eee !important;
}

.custom-theme-contactt label {
  font-size: 15px;
  font-weight: 500;
  color: #272727;
  line-height: 1;
  margin-bottom: 8px;
}

body.page .main-container {
  padding-top: 80px;
  padding-right: 0px;
  padding-bottom: 80px;
  padding-left: 0px;
}

body.page .theme-page-spacing .entry-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: disc;
  padding-left: 20px;
}

body.page .theme-page-spacing .entry-content ul li {
  font-size: 17px;
  line-height: 1.8;
  color: #555555;
}

body.page .theme-page-spacing .entry-content ul li::marker {
  color: #5e5eee;
}

body.page .theme-page-spacing .entry-content ul li ul {
  margin: 10px 0 0;
  list-style-type: circle;
}

body.page .theme-page-spacing .entry-content ul li ul li {
  list-style-type: circle;
}

body.page .theme-page-spacing .entry-content ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
}

body.page .theme-page-spacing .entry-content ol {
  font-size: 17px;
}

body.page .theme-page-spacing .entry-content ol li {
  line-height: 1.8;
  margin-bottom: 10px;
  font-weight: 500;
}

body.page .theme-page-spacing .entry-content ol li ol {
  margin: 10px 0 0;
}

body.page .theme-page-spacing .entry-content p {
  font-size: 17px;
  line-height: 1.8;
  color: #555555;
  margin: 0 0 15px 0;
}

body.page .theme-page-spacing .entry-content h1 {
  margin-bottom: 15px;
  line-height: 1.2;
  font-size: 30px;
}

body.page .theme-page-spacing .entry-content h2 {
  font-size: 25px;
  margin-bottom: 15px;
  line-height: 1.2;
}

body.page .theme-page-spacing .entry-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #000;
}

body.page .theme-page-spacing .entry-content h4 {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #000;
}

body.page .theme-page-spacing .entry-content h5 {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.2;
}

body.page .theme-page-spacing .entry-content h6 {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 15px;
}

body.page .theme-page-spacing .entry-content blockquote,
body.page .theme-page-spacing .entry-content .blockquote {
  background: #fafafa;
}

body.page .theme-page-spacing .entry-content blockquote {
  padding-bottom: 45px !important;
}

body.page .theme-page-spacing .entry-content dl {
  margin-top: 20px;
  margin-bottom: 20px;
}

body.page .theme-page-spacing .entry-content dt {
  margin-bottom: 5px;
  color: #333333;
}

body.page .theme-page-spacing .entry-content dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}

body.page .theme-page-spacing .entry-content dd a {
  text-decoration: underline;
  display: inline-block;
}

body.page .theme-page-spacing .entry-content b,
body.page .theme-page-spacing .entry-content strong {
  font-weight: 600;
  color: #212529;
}

body.page .theme-page-spacing .entry-content address {
  margin: 20px 0;
  font-style: italic;
  line-height: 30px;
}

body.page .theme-page-spacing .entry-content code,
body.page .theme-page-spacing .entry-content kbd,
body.page .theme-page-spacing .entry-content tt,
body.page .theme-page-spacing .entry-content var {
  font-size: 0.88889em;
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

body.page .theme-page-spacing .entry-content code {
  color: #5e5eee;
  border: 0px solid;
  background-color: transparent;
  padding: 0;
}

body.page .theme-page-spacing .entry-content mark,
body.page .theme-page-spacing .entry-content ins {
  background: #fff9c0;
  text-decoration: none;
  color: #000;
  padding: 0 5px;
}

body.page .theme-page-spacing .entry-content kbd {
  background-color: #eee;
  color: #5e5eee;
}

body.page .theme-page-spacing .entry-content blockquote p {
  color: #555;
  line-height: 1.3;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
}

body.page .theme-page-spacing .entry-content p a {
  text-decoration: underline;
  display: inline-block;
  color: #5e5eee;
}

body.page .theme-page-spacing .entry-content table td a {
  color: #272727;
  text-decoration: underline;
  font-weight: 500;
}

body.page .theme-page-spacing .entry-content table td a:hover {
  text-decoration: none;
}

body.page .theme-page-spacing .entry-content p:last-child {
  margin: 0;
}

body.page
  .theme-page-spacing
  .entry-content
  .page-links
  .post-page-numbers.current {
  background: #5e5eee;
  color: #fff;
  border-color: #5e5eee;
  border-radius: 0px;
}

body.page .theme-page-spacing .entry-content .page-links .post-page-numbers {
  border-radius: 0;
}

body.page .theme-page-spacing .entry-content #comments {
  margin-top: 80px;
}

.single-one-bwrap {
  padding-top: 80px;
  padding-right: 0px;
  padding-bottom: 80px;
  padding-left: 0px;
}

.theme_related_post_Grid .blog-post-grid-wrapper.blog-post-grid-wrapper-four {
  margin-bottom: 0px;
}

.main-container.cat-page-spacing {
  padding-top: 80px;
  padding-right: 0px;
  padding-bottom: 80px;
  padding-left: 0px;
}

.post-password-form input[type="submit"]:hover {
  background-color: #111111;
  color: #ffffff;
}

p.form-submit {
  margin-bottom: 20px;
}

.blog-sidebar .widget.widget_categories ul li::before {
  top: 9px;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment {
  color: #484848;
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.blog-sidebar .widget_block .wp-block-latest-comments {
  border: 0;
  padding: 0;
  list-style: none;
  line-height: 1.5;
  margin-bottom: 0;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment::before {
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 7px;
  position: absolute;
  background-color: #5e5eee;
  border-radius: 50%;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment a {
  color: #555555;
  display: inline;
}

.blog-sidebar
  .widget_block
  li.wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-author {
  font-weight: bold;
  font-size: 14px;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment::last-child {
  margin-bottom: 0;
}

.widget.widget_block .wp-block-group__inner-container h2 {
  padding-bottom: 0px;
  position: relative;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  padding-left: 0;
  letter-spacing: 0;
  border-bottom: 0px solid #e4e4e4;
}

.blog-sidebar .widget_recent_comments .recentcomments a,
.blog-sidebar .widget_block li.wp-block-latest-comments__comment a {
  display: inline;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment a:hover {
  color: #5e5eee;
}

.blog-sidebar .widget ul li::before {
  top: 8px;
}

.blog-sidebar .widget.widget_categories ul li::before {
  top: 8px;
}

.blog-sidebar .widget_categories ul li .children li::before {
  top: 8px;
}

.wp-block-search .wp-block-search__inside-wrapper {
  position: relative;
  display: flex;
}

.wp-block-search__input {
  background-color: #ffffff;
  height: 45px;
  padding: 6px 15px;
  border: none;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  border-radius: 10px 0px 0px 10px;
  font-size: 15px;
}

.wp-block-search .wp-block-search__label {
  padding-bottom: 10px;
  position: relative;
  font-weight: 400;
  font-size: 24px;
  color: #272727;
  padding-left: 0;
  letter-spacing: 0;
  margin-bottom: 20px;
  line-height: 1.2;
}

.blog-sidebar .widget_block.widget_search .wp-block-search__button {
  position: relative;
  width: auto;
  font-weight: 400;
  font-size: 14px;
  padding: 0 14px;
  border-radius: 0px 10px 10px 0px;
  background: #5e5eee;
  color: #ffffff;
}

.blog-sidebar .widget_block.widget_search .wp-block-search__button:before {
  display: none;
}

.widget_block.widget_search
  .wp-block-search__inside-wrapper
  input[type="search"]::-webkit-input-placeholder {
  color: #272727;
}

.widget_block.widget_search
  .wp-block-search__inside-wrapper
  input[type="search"]::-moz-placeholder {
  color: #272727;
}

article.tag-pingbacks-2 + .blog-post-comment .comment-body {
  margin-left: auto !important;
}

.comments-list .comment-body,
.blog-post-comment .comment-content p,
.blog-post-comment p.no-comments {
  font-size: 15px;
}

.widget_block.widget_search .wp-block-search__button:hover {
  background-color: #5e5eee;
  color: #ffffff;
}

.blog-sidebar .widget .widget-title,
.wp-block-search .wp-block-search__label,
.widget.widget_block .wp-block-group__inner-container h2 {
  font-size: 24px;
  line-height: 1;
}

body.page .theme-page-spacing .entry-content ul.comments-list li::marker {
  color: transparent;
}

.comments-list .comment-author cite,
.comment-author vcard cite {
  font-style: normal !important;
  text-transform: capitalize;
}

.blog-sidebar select {
  background-color: white;
  border: thin solid #5e5eee;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 500;
}

.blog-sidebar select {
  background-image: linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
    linear-gradient(to right, #5e5eee, #5e5eee);
  background-position: calc(100% - 24px) calc(1em + 5px),
    calc(100% - 18px) calc(1em + 5px), 100% 0;
  background-size: 6px 7px, 6px 7px, 3em 3em;
  background-repeat: no-repeat;
  border: none;
  border-radius: 10px;
  padding: 12px;
  height: 45px;
}

/*** Theme CSS ***/

/*** Header ***/

.theme-header-area {
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
}

.nav-menu-wrapper .mainmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu-wrapper .mainmenu ul li {
  display: inline-block;
  position: relative;
}

.nav-menu-wrapper .mainmenu ul li a {
  display: block;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #101513;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 14px;
  padding-right: 14px;
}

.search-form-main form {
  position: relative;
  display: inline-block;
  width: 206px;
}

.search-form-main form input.hsearch-input {
  border: 0px solid;
  background: #f3f3f3;
  border-radius: 126px;
  width: 100%;
  position: relative;
  text-indent: 20px;
  display: inline-block;
  padding: 10px 0;
}

.search-form-main form button.hsearch-button {
  border: 0px;
  position: absolute;
  left: inherit !important;
  right: 8px;
  top: 7px;
  background: #5e5eee;
  color: #ffffff;
  line-height: 1;
  font-size: 12px;
  cursor: pointer;
  padding: 9px;
  border-radius: 50px;
  transition: all 0.4s;
}

.search-form-main form button.hsearch-button:hover {
  color: #ffffff;
  background: #2ac28e;
  transition: all 0.4s;
}

.search-form-main form button.hsearch-button:focus {
  outline: none;
  border: none;
}
.navbar-action-btn a {
  background: #5e5eee;
  display: inline-block;
  border-radius: 50px;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 12px 20px;
  width: max-content;
}

/*** Slider Main ***/

.post-main-slider-section.theme-main-slider-wrapper {
  position: relative;
}

.main-slide-blog-item.main-slider-post-block .blog-post-grid-thumbnail {
  position: relative;
}

.main-slide-blog-item.main-slider-post-block .blog-post-grid-thumbnail a {
  display: block;
  overflow: hidden;
}

.main-slide-blog-item.main-slider-post-block .blog-post-grid-thumbnail a img {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 683px;
  position: relative;
  object-fit: cover;
}

.post-main-slider-section.theme-main-slider-wrapper .blog-slider-inner-content {
  position: absolute;
  width: 630px;
  background: #fff;
  left: 0;
  bottom: 150px;
  border-radius: 0;
  box-shadow: 10px 10px 40px rgb(0 0 0 / 6%);
  padding: 35px 40px 40px 40px;
}

.main-slide-blog-item.main-slider-post-block {
  position: relative;
  padding-bottom: 0px;
}

.post-main-slider-section .slider-meta-items-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.post-main-slider-section .slider-category-box {
  position: relative;
  line-height: 1;
}

.post-main-slider-section .slider-category-box a {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  margin-right: 5px;
  margin-bottom: 5px;
}

.post-main-slider-section
  .theme-main-slider-wrapper
  .blog-slider-inner-content
  h3.post-title
  a {
  color: #000000;
}

.post-main-slider-section .slider-post-meta-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}

.post-main-slider-section .slider-meta-left {
  display: flex;
  align-items: center;
}

.post-main-slider-section .slider-meta-left-author {
  margin-right: 10px;
  border-radius: 100%;
}

.post-main-slider-section .slider-meta-left-author img {
  width: 100%;
  border-radius: 100% !important;
}

.post-main-slider-section .slider-meta-left-content h4.post-author-name {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 2px !important;
  text-transform: capitalize;
}

.post-main-slider-section .slider-meta-left-content h4.post-author-name a {
  color: #000;
}

.post-main-slider-section .slider-meta-left ul.slider-bottom-meta-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.post-main-slider-section .slider-meta-left ul.slider-bottom-meta-list li {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-right: 14px;
  margin-bottom: 0 !important;
  color: #949494;
}

.post-main-slider-section
  .slider-meta-left
  ul.slider-bottom-meta-list
  li:before {
  position: absolute;
  right: 4px;
  top: 6px;
  width: 6px;
  height: 6px;
  background: #949494;
  content: "";
  border-radius: 100%;
}

.post-main-slider-section
  .slider-meta-left
  ul.slider-bottom-meta-list
  li:last-child:before {
  display: none;
}

.full-post-btn a {
  display: inline-block;
  background: #5e5eee;
  color: #fff;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 16px 37px;
}

.full-post-btn a:hover {
  background: #000;
}

/*** Post Column Grid ***/

body.page
  .theme-page-spacing
  .theme-news-post-block-wrapper
  .post-block-title-wrapper
  h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.125;
  margin-bottom: 30px;
}

.post-block-item-one {
  position: relative;
}

.post-block-item-one .news-post-grid-thumbnail {
  position: relative;
}

.post-block-item-one .news-post-grid-thumbnail a {
  position: relative;
  transition: 0.3s ease-in;
  display: block;
  overflow: hidden;
}

.post-block-item-one .news-post-grid-thumbnail a img {
  transition: 0.35s ease-in;
  display: block;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
}

.post-block-col-one {
  position: relative;
}

.post-block-col-one .news-post-grid-thumbnail {
  position: relative;
  margin-bottom: -20px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 30px 40px 0px rgba(148, 153, 170, 0.1);
  height: 200px;
}
.news-post-grid-thumbnail.post-grid1-thumbnail {
  margin-bottom: 20px;
}
.cat-layout-template-duo
  .post-block-col-one
  .news-post-grid-content.grid-content-inner {
  border-radius: 0px 0px 10px 10px;
  background: #ffffff;
  box-shadow: 0px 30px 40px 0px rgba(148, 153, 170, 0.1);
  padding: 16px 19px 14px;
  position: relative;
  z-index: 9;
}
.post-block-col-one .news-post-grid-thumbnail a {
  position: relative;
  transition: 0.3s ease-in;
  display: block;
  overflow: hidden;
}

.post-block-col-one .news-post-grid-thumbnail a img {
  transition: 0.35s ease-in;
  display: block;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.post-block-col-one .news-post-grid-content.grid-content-inner {
  padding-top: 0px;
  border: 0px solid;
  border-top: 0px solid;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
}

.post-block-col-one .post-category-box.post-block-meta-cat .news-cat_Name {
  display: inline-block;
  line-height: 1;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
}

.post-block-col-one .post-category-box.post-block-meta-cat {
  position: relative;
  line-height: 1;
  margin-bottom: 2px;
}

.post-meta-bottom-list-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.post-meta-bottom-list-wrap .post-meta-left-wrap {
  display: flex;
  align-items: center;
}

.post-meta-bottom-list-wrap .post-meta-left-author {
  margin-right: 10px;
  border-radius: 100%;
}

.post-meta-bottom-list-wrap .post-meta-left-author img {
  width: 100%;
  border-radius: 100% !important;
}

body.page
  .theme-page-spacing
  .entry-content
  .post-meta-bottom-list-wrap
  .post-meta-left-content
  h4.post-author-name {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 2px !important;
  text-transform: capitalize;
}

body.page
  .theme-page-spacing
  .entry-content
  .post-meta-bottom-list-wrap
  .post-meta-left-content
  h4.post-author-name
  a {
  color: #000;
}

.post-meta-bottom-list-wrap .post-meta-left-wrap ul.post-bottom-meta-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

body.page
  .theme-page-spacing
  .post-meta-bottom-list-wrap
  .post-meta-left-wrap
  ul.post-bottom-meta-list
  li {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-right: 14px;
  margin-bottom: 0 !important;
  color: #949494;
}

.post-meta-bottom-list-wrap
  .post-meta-left-wrap
  ul.post-bottom-meta-list
  li:before {
  position: absolute;
  left: 87%;
  top: 52.5%;
  width: 8px;
  height: 1px;
  background: #989898;
  content: "";
  border-radius: 0;
  margin-top: -0.5px;
  display: block;
}

.post-meta-bottom-list-wrap
  .post-meta-left-wrap
  ul.post-bottom-meta-list
  li:last-child:before {
  display: none;
}

/*** Category Widget List ***/

.theme_cat_custom_list {
  position: relative;
}

.cat-custom-wrap-box.slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

.theme_cat_custom_list a.category_image_single {
  position: relative;
  width: 100%;
  height: 268px;
  display: block;
  overflow: hidden;
  border-radius: 15px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.theme_cat_custom_list a.category_image_single:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0 0 0 / 20%);
  z-index: 9;
}

.theme_cat_custom_list .cat-custom-wrap {
  position: relative;
}

.theme_cat_custom_list .cat-inner-list.cat-list-inner-content {
  position: absolute;
  bottom: 35px;
  text-align: center;
  width: 100%;
  height: auto;
  z-index: 99;
}

.theme_cat_custom_list span.cat-name-single {
  font-size: 24px !important;
  font-weight: 400;
  color: #fff !important;
  line-height: 1 !important;
  margin: 0 !important;
}

.theme_cat_custom_list span.category-number {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
}

/*** Post Tab 1 ***/

.theme_post_Tab__block.block-tab-item .row {
  flex-direction: row-reverse;
}

.post-tab-block-element.news_tab_Block {
  position: relative;
}

.news_tab_Block .nav-tabs {
  position: absolute;
  right: 0;
  border: 0;
  top: 0px;
  background: transparent;
  border-radius: 0px;
  padding: 0px !important;
  list-style: none !important;
  margin: 0 !important;
}

.blog-tab-wrapper.theme-tab-grid-wrapper .news_tab_Block .nav-tabs {
  top: 0px;
}

.news_tab_Block .nav-tabs li.nav-item {
  font-size: 16px !important;
  line-height: 1 !important;
  color: #838383 !important;
  margin-left: 10px;
}

.news_tab_Block .nav-tabs .nav-link {
  border: none;
  position: relative;
  display: inline-block;
  color: #838383;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  background: transparent;
  border-radius: 5px;
  padding: 10px 19px;
  line-height: 1;
  border: 1px solid #d5d5d5;
}

.news_tab_Block .nav-tabs .nav-link.active {
  background: #fff;
  color: #000;
  box-shadow: 11px 36px 50px rgb(0 0 0 / 10%);
  border-color: #fff;
}

.theme-post-tab-wrapper
  .post-block-item-one.post-block-col-one.tab-small-post-item {
  margin-bottom: 30px;
}

.theme-post-tab-wrapper
  .post-block-item-one.post-block-col-one.tab-small-post-item:last-child {
  margin-bottom: 0;
}

.post-block-item-one.post-block-col-one.tab-grid-post-item
  .news-post-grid-content.grid-content-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 50px;
  border: 0px solid;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 0;
}

.post-block-col-one.tab-grid-post-item .news-post-grid-thumbnail a img {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-radius: 26px;
}

/*** Tab List ***/

.theme-blog-tab-list-wrapper .theme_post_Tab__block.block-tab-item {
  position: relative;
}

.tab-block-list-single {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 0px solid;
  padding-bottom: 0px;
}

.tab-block-list-single:last-child {
  margin-bottom: 0;
}

.tab-block-list-single .tab-block-list-single-wrap {
  position: relative;
  display: flex;
  transition: all 0.3s ease-in;
  flex-direction: row;
}

.tab-block-list-single .tab-block-list-single-wrap .tab-list-thumbnail-wrap {
  display: block;
  overflow: hidden;
  min-width: 360px;
  max-width: min-content;
  width: 100%;
  margin-left: 0;
  margin-right: 35px;
}

.tab-block-list-single .tab-block-list-single-wrap .tab-list-thumbnail-wrap a {
  display: block;
  overflow: hidden;
  border-radius: 0px;
}

.tab-block-list-single
  .tab-block-list-single-wrap
  .tab-list-thumbnail-wrap
  a
  img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 0px;
  transition: 0.5s;
}

.theme-blog-tab-list-wrapper
  .block-tab-item
  .tab-block-list-single
  .tab-block-list-single-wrap
  .tab-list-content-wrap {
  position: relative;
  padding-left: 55px;
}

.tab-block-list-single.post-list-wrapper-loadmore
  .tab-block-list-single-wrap
  .tab-list-content-wrap {
  position: relative;
  padding-left: 0px;
}

.recent-post-number-wrap {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0;
}

.recent-post-number-wrap span {
  display: block;
  font-size: 83px;
  color: #efefef;
  font-weight: 400;
  line-height: 1;
  z-index: 1;
}

.tab-block-list-single
  .tab-block-list-single-wrap
  .tab-list-content-wrap
  .grid-content-inner {
  position: relative;
  z-index: 99;
}

.theme-blog-tab-list-wrapper
  .tab-list-content-wrap
  .post-category-box.post-block-meta-cat {
  margin-bottom: 40px;
}

.theme-blog-tab-list-wrapper
  .tab-list-content-wrap
  .grid-content-inner
  h3.post-title {
  margin-bottom: 25px !important;
}

.theme-blog-tab-list-wrapper
  .block-tab-item
  .tab-block-list-single
  .tab-block-list-single-wrap
  .tab-list-content-wrap
  .grid-content-inner
  .post-meta-bottom-list-wrap {
  margin-top: 25px;
}

.tab-block-list-single.post-list-wrapper-loadmore
  .tab-list-content-wrap
  .post-category-box.post-block-meta-cat {
  margin-bottom: 10px;
}

.tab-block-list-single.post-list-wrapper-loadmore
  .tab-list-content-wrap
  .grid-content-inner
  h3.post-title {
  margin-bottom: 15px !important;
}

.tab-block-list-single.post-list-wrapper-loadmore
  .tab-block-list-single-wrap
  .tab-list-content-wrap
  .grid-content-inner
  .post-meta-bottom-list-wrap {
  margin-top: 45px;
}

.tab-block-list-single .tab-block-list-single-wrap {
  justify-content: space-between;
}

.tab-block-list-single.post-list-wrapper-loadmore:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

/*** Video Post ***/

.theme-post-video-block {
  position: relative;
}

.blog-post-video-thumbnailpost-item-style-one {
  position: relative;
  margin-bottom: 20px;
}

.video-meta-items-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.theme-post-video-block .blog-post-video-thumbnail a {
  position: relative;
  transition: 0.3s ease-in;
  display: block;
  overflow: hidden;
  border-radius: 0px;
}

.theme-post-video-block .blog-post-video-thumbnail img {
  display: block;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  height: 443px;
  border-radius: 0px;
}

.video-play-icon-wrap {
  display: inline-block;
}

.video-play-icon-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
}

.video-play-icon-wrap a {
  display: inline-block;
  background: #fff;
  color: #000000;
  width: 80px;
  height: 80px;
  border-radius: 100px !important;
  text-align: center;
  line-height: 80px;
}

.video-play-icon-wrap a i {
  font-size: 28px;
  line-height: 80px;
}

.theme-post-video-block
  .post-block-col-one
  .news-post-grid-content.grid-content-inner {
  padding: 0;
  border: 0;
  border-radius: 0;
}

.theme-heading-title-bar.elementor-widget.elementor-widget-heading {
  margin-bottom: 15px !important;
}

body.page
  .theme-page-spacing
  .entry-content
  .theme-tab-grid-wrapper
  .tab-section-title
  h2 {
  margin-bottom: 30px !important;
}

.theme-tab-grid-wrapper
  .post-block-col-one.tab-grid-post-item
  .news-post-grid-thumbnail
  a {
  border-radius: 26px;
}

.post-block-col-one.tab-grid-post-item .post-category-box.post-block-meta-cat {
  margin-bottom: 25px;
}

.elementor-widget-container
  .theme-tab-grid-wrapper
  .block-tab-item
  .row
  .col-lg-4:nth-of-type(2)
  h3.post-title
  a {
  color: #fff !important;
}

.elementor-widget-container
  .theme-tab-grid-wrapper
  .block-tab-item
  .row
  .col-lg-4:nth-of-type(2)
  .post-category-box.post-block-meta-cat
  .news-cat_Name {
  color: #fff !important;
}

body.page
  .theme-page-spacing
  .entry-content
  .theme-post-tab-wrapper.blog-tab-wrapper
  .tab-section-title
  h2 {
  margin-bottom: 30px;
}

body.page
  .theme-page-spacing
  .entry-content
  .post-block-col-one.tab-small-post-item
  .grid-content-inner
  h3.post-title {
  margin-bottom: 0;
}

.theme-post-tab-wrapper
  .post-block-col-one.tab-large-post-item
  .news-post-grid-content.grid-content-inner {
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right: 70px;
}

.theme-post-tab-wrapper
  .post-block-col-one.tab-small-post-item
  .news-post-grid-content.grid-content-inner {
  padding-right: 70px;
}

.theme-post-tab-wrapper
  .post-block-col-one.tab-large-post-item
  .post-category-box.post-block-meta-cat {
  margin-bottom: 25px;
}

.post-block-item-one.post-block-col-one.post-item-style-one {
  margin-bottom: 30px;
}

.post-block-item-one.post-block-col-one.post-item-style-one:last-child {
  margin-bottom: 0px;
}

.post-block-item-one.post-block-col-one.post-item-style-one
  .post-meta-bottom-list-wrap {
  margin-top: 0px;
  margin-bottom: 10px;
}

.blog-tab-wrapper.theme-blog-tab-list-wrapper .news_tab_Block .nav-tabs {
  top: -2px;
}

.theme-post-video-block .blog-post-video-thumbnail {
  position: relative;
  margin-bottom: 30px;
}

.video-list-md .theme-post-video-block .blog-post-video-thumbnail {
  margin-bottom: 15px;
}

.post-block-col-one.post-video-block-item .grid-content-inner h3.post-title {
  margin-bottom: 0 !important;
}

.video-list-md .theme-post-video-block .slider-social-box {
  display: none;
}

.video-list-md .theme-post-video-block .video-play-icon-wrap {
  top: 50%;
  left: 50%;
  margin-left: -26px;
  margin-top: -26px;
}

.video-list-md .theme-post-video-block .video-play-icon-wrap a {
  width: 52px;
  height: 52px;
  line-height: 52px;
}

.video-list-md .theme-post-video-block .video-play-icon-wrap a i {
  font-size: 20px;
  line-height: 52px;
}

.theme-post-video-block
  .post-meta-bottom-list-wrap
  .post-meta-left-wrap
  ul.post-bottom-meta-list
  li:before {
  background: #fff;
}

/*** Recent Posts Widget ***/

.elementor-widget.elementor-widget-wp-widget-theme_recent_posts {
  background: #fcf9f5;
  position: relative;
  padding: 20px;
  padding-top: 25px;
  border-radius: 0px;
}

body.page
  .theme-page-spacing
  .entry-content
  .elementor-widget.elementor-widget-wp-widget-theme_recent_posts
  h5 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
}

.recent-post-blog-item.blog-latest-custom-widget {
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s ease-in;
  margin-bottom: 15px;
}

.recent-post-blog-item.blog-latest-custom-widget:last-child {
  margin-bottom: 0;
}

.recent-post-blog-item.blog-latest-custom-widget .recent-postthumb {
  max-width: min-content;
  min-width: 70px;
  position: relative;
  overflow: hidden;
  margin-right: 10px;
}

.recent-post-blog-item.blog-latest-custom-widget .recent-postthumb a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.recent-post-blog-item.blog-latest-custom-widget .recent-postthumb a img {
  width: 100%;
  display: block;
  overflow: hidden;
  transition: 0.5s;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
}

.recent-post-list-inner.recent_post_Content h3 {
  color: #101513;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 10px;
}
.sidebar.blog-sidebar .recent-post-list-inner.recent_post_Content h3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recent-post-list-inner.recent_post_Content h3 a {
  color: #000;
}

.recent-post-list-inner.recent_post_Content .recent-posts-meta-list {
  color: #77817d;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

/*** Search ***/

.elementor-widget.elementor-widget-wp-widget-search {
  background: #fafafa;
  border-radius: 20px;
  padding: 30px 20px;
}

body.page
  .theme-page-spacing
  .entry-content
  .elementor-widget.elementor-widget-wp-widget-search
  h5 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
}

.elementor-widget.elementor-widget-wp-widget-search form {
  position: relative;
}

.elementor-widget.elementor-widget-wp-widget-search form .input-group {
  position: relative;
}

.elementor-widget.elementor-widget-wp-widget-search form input.form-control {
  position: relative;
  width: 100%;
  background: #f3f3f3;
  border: 0px solid;
  border-radius: 15px;
  text-indent: 44px;
  display: block;
  font-size: 16px;
  padding: 12px 0;
}

.custom-social-wid {
  background: #fafafa;
  border-radius: 20px;
  padding: 30px 20px;
}

.custom-social-wid .elementor-widget-heading {
  margin-bottom: 5px !important;
}

.social-heading.elementor-widget {
  background: #fafafa;
  padding: 30px 20px;
  margin-bottom: 0 !important;
  padding-bottom: 0;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  margin-top: 30px;
}

.social-heading.elementor-widget h2 {
  margin-bottom: 0 !important;
  padding-bottom: 20px;
}

.social-wid-home {
  background: #fafafa;
  padding: 30px 20px;
  padding-top: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

/*** Footer CSS ***/

footer.theme-footer-wrapper.theme_footer_Widegts {
  background: #000;
  padding-top: 0px;
}

.footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-widget ul li {
  display: block;
  position: relative;
}

.footer-widget ul li a {
  font-size: 16px;
  display: block;
  color: #4d4d4d;
  font-weight: 400;
  line-height: 1.5;
}

.footer-widget h4.widget-title {
  font-size: 21px;
  line-height: 1.334;
  font-weight: 400;
  margin-bottom: 20px;
}

.footer-middle {
  margin-top: 70px;
  margin-bottom: 28px;
}

.footer-border {
  background: #aeaeae;
  height: 0.7px;
  max-width: 1250px;
  margin: auto;
}

.footer-social-wrap {
  display: flex;
  position: relative;
  justify-content: flex-end;
}

.footer-socials a {
  display: inline-block;
  color: #b0b0b0;
  width: 36px;
  background: #e1e1e1;
  height: 36px;
  margin-left: 2px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
}

.footer-social-heading {
  color: #afafaf;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  margin-right: 17px;
}

.footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

ul.footer-nav li {
  display: inline-block;
  position: relative;
}

ul.footer-nav li a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #f8f8f8;
  padding-right: 25px;
  line-height: 1;
  text-transform: uppercase;
}

p.copyright-text {
  margin: 0;
  font-size: 16px;
  color: #f8f8f8;
  line-height: 1.286;
}

.footer-bottom {
  padding: 20px 0px;
}

/*** Blog Layout ***/

.category-layout-one .tab-block-list-single .tab-block-list-single-wrap {
  justify-content: space-between;
}

.category-layout-one
  .tab-block-list-single
  .tab-block-list-single-wrap
  .tab-list-content-wrap
  .grid-content-inner
  h3.post-title {
  font-size: 20px;
  line-height: 1.4em;
  color: #000;
  font-weight: 400;
  margin-bottom: 23px;
}

.category-layout-one
  .tab-block-list-single
  .tab-block-list-single-wrap
  .tab-list-content-wrap
  .grid-content-inner
  h3.post-title
  a {
  color: #000;
}

.category-layout-one
  .tab-block-list-single
  .tab-block-list-single-wrap
  .tab-list-thumbnail-wrap {
  margin-left: 0;
  margin-right: 30px;
}

.category-layout-one
  .tab-block-list-single
  .post-meta-bottom-list-wrap
  .post-meta-left-wrap
  ul.post-bottom-meta-list
  li {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  margin-bottom: 0 !important;
  color: #949494;
}

.category-layout-one .post-category-box.post-block-meta-cat {
  position: relative;
  line-height: 1;
  margin-bottom: 5px;
}

.category-layout-one .post-category-box.post-block-meta-cat .news-cat_Name {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
  line-height: 1;
  font-weight: 500;
  color: #77817d !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.category-layout-one .post-meta-left-content h4.post-author-name {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 2px;
}

.category-layout-one .tab-block-list-single:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

header#theme-header-one {
  box-shadow: 0px 62px 60px rgb(227 227 227 / 20%);
}

.slider-social-box a {
  display: inline-block;
  color: #606770 !important;
  font-size: 17px;
  margin-left: 5px;
}

.copy-post-custom {
  cursor: pointer;
}

.copy_text {
}

/*** Back To Top ***/

.backto {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  background: #5e5eee;
  border-radius: 30px;
  color: #ffffff;
  cursor: pointer;
  height: 44px;
  text-align: center;
  width: 44px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
  box-shadow: none;
}

.backto:hover {
  background: #2ac28e !important;
  color: #ffffff;
}

.backto:hover a {
  color: #ffffff;
}

.backto a {
  color: #fff;
  font-size: 24px;
  line-height: 1.84;
}

/*** Responsive Nav ***/

div.slicknav_menu {
  background: transparent;
  text-align: right;
  font-size: 15px;
  padding: 5px 15px 5px 15px;
}

.slicknav_menu .slicknav_menutxt {
  font-weight: 400;
}

.slicknav_btn {
  float: none;
  display: inline-block;
}

ul.slicknav_nav {
  background: #000;
  text-align: left;
  position: relative;
  top: -70px;
}

.slicknav_nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.slicknav_nav li:last-child {
  border-bottom: 0 solid;
}

a.slicknav_btn {
  background: #5e5eee;
  border-radius: 0;
  margin: 3px 1px 15px;
  position: relative;
  top: -71px;
  right: 9px;
  border-radius: 0px;
  box-shadow: none;
}

.slicknav_nav a {
  color: #ffffff;
  padding-left: 20px;
}

.slicknav_menu {
  display: none;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 10px 0px;
  margin: 0px 0px;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding-left: 20px;
}

.slicknav_nav li a:hover {
  background: #000;
  border-radius: 0;
  color: #fff;
}

.slicknav_nav ul {
  margin: 0 0 0 0px;
}

.meditest-responsive-menu {
  position: absolute;
  right: 0;
  top: 0px;
  width: 100%;
  z-index: 999;
}

.slicknav_menu .slicknav_menutxt {
  text-shadow: none;
}

.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0;
  background: #000;
  color: #fff;
}

.slicknav_nav .slicknav_arrow {
  font-size: 15px;
  margin: 0;
  position: absolute;
  right: 20px;
}

.slicknav_menu .slicknav_icon {
  float: left;
  width: 25px;
  height: 25px;
  margin: 0;
  border-radius: 0px;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 25px;
  height: 4px;
  box-shadow: none;
  top: 3px;
  position: relative;
}

.slicknav_menu .slicknav_menutxt {
  display: none;
}

ul.slicknav_nav li ul.sub-menu li a {
  padding-left: 30px;
}

ul.slicknav_nav li ul.sub-menu li ul.sub-menu li a {
  padding-left: 15px;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
  font-size: 15px;
  font-weight: 400;
}

ul.slicknav_nav {
  background: #000;
}

.slicknav_nav li:hover {
  background: #000;
}

.slicknav_nav .slicknav_row:hover {
  background: transparent;
}

.slicknav_nav li a:hover {
  background: transparent;
}

ul.slicknav_nav li ul.sub-menu li a > a {
  padding-left: 0;
}

ul.slicknav_nav li ul.sub-menu li ul.sub-menu {
  padding-left: 30px;
}

.slicknav_nav li:hover {
  background: #5e5eee;
}

.slider-social-box a:hover {
  color: #5e5eee !important;
}

.post-block-col-one .news-post-grid-content.grid-content-inner {
  transition: all 0.25s ease-in;
}

.blog-tab-wrapper
  .post-block-col-one.tab-large-post-item
  .news-post-grid-content.grid-content-inner,
.blog-tab-wrapper
  .post-block-col-one.tab-small-post-item
  .news-post-grid-content.grid-content-inner {
  transition: all 0.25s ease-in;
}

.blog-tab-wrapper
  .post-block-col-one.tab-large-post-item:hover
  .news-post-grid-content.grid-content-inner,
.blog-tab-wrapper
  .post-block-col-one.tab-small-post-item:hover
  .news-post-grid-content.grid-content-inner {
  border-color: transparent;
  box-shadow: 0px 5px 55px rgb(0 0 0 / 6%);
}

.post-block-item-one.post-block-col-one.post-item-style-one
  .news-post-grid-content.grid-content-inner {
  transition: all 0.25s ease-in;
}

.single-blog-header
  .post-meta-bottom-list-wrap
  .post-meta-left-wrap
  ul.post-bottom-meta-list
  li {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-right: 14px;
  margin-bottom: 0 !important;
  color: #949494;
}

.postcomments {
  color: #101513;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.post-meta-date i,
.postcomments i {
  color: #5e5eee;
  font-size: 15px;
}
.single-blog-header .tab-cat-box {
  position: relative;
  line-height: 1;
  margin-bottom: 0px;
}

.single-blog-header .tab-cat-box .news-cat_Name {
  display: inline-block;
  line-height: 1;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

.single-blog-header
  .tab-block-list-single
  .post-meta-bottom-list-wrap
  .post-meta-left-wrap
  ul.post-bottom-meta-list
  li {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-right: 14px;
  margin-bottom: 0 !important;
  color: #949494;
}

.blog_layout_one_Top {
  margin-bottom: 60px;
}

.single-blog-header .post-meta-bottom-list-wrap {
  margin-top: 0px;
}

h1.post-title.single_blog_inner__Title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150.023%;
  margin-bottom: 17px;
}
.post-meta-left-content {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  color: #101513;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.post-meta-left-content.post-grid1-meta {
  display: block;
}
.post-meta-date {
  border-right: 1px solid #c0c5ce;
  padding-right: 8px;
}
.single-blog-header .post-meta-left-content h4.post-author-name {
  text-transform: capitalize;
  margin-bottom: 2px;
  color: #101513;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  gap: 8px;
}
.theme-blog-details .post-featured-image img {
  border-radius: 10px;
}

.wp-block-image figcaption {
  text-align: center;
}
.theme_blog_nav_Title {
  font-size: 17px;
  line-height: 1.3;
}

.theme_blog_nav_Label {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: capitalize;
}

.theme_related_posts_Wrapper {
  margin-top: 60px;
}

.blog-post-comment .comment-respond .comment-form .btn-comments:focus {
  outline: none;
  box-shadow: none;
}

.theme_related_post_Grid
  .post-block-col-one
  .news-post-grid-thumbnail-wrap
  img {
  height: 232px;
}

.theme_related_post_Grid
  .post-block-col-one.post-item-style-one
  .grid-content-inner
  h3.post-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  min-height: 65px;
}

.theme_related_post_Grid
  .post-block-col-one.post-item-style-one
  .grid-content-inner
  h3.post-title
  a {
  color: #000000;
}

.theme_related_post_Grid
  .post-block-col-one.post-item-style-one
  .post-meta-bottom-list-wrap
  .post-meta-left-content
  h4.post-author-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.theme_related_post_Grid
  .post-block-col-one.post-item-style-one
  .post-meta-bottom-list-wrap
  .post-meta-left-content
  h4.post-author-name
  a {
  color: #000000;
}

.theme_related_post_Grid
  .post-block-col-one.post-item-style-one
  .post-meta-bottom-list-wrap
  .post-meta-left-wrap
  ul.post-bottom-meta-list
  li {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #949494;
}
.single-blog-header h4.post-author-name a,
.category-layout-one .post-meta-left-content h4.post-author-name a {
  color: #101513;
}

.home-two-hero-list
  .tab-block-list-single.post-list-wrapper-loadmore
  .tab-block-list-single-wrap
  .tab-list-content-wrap
  .grid-content-inner
  .post-meta-bottom-list-wrap {
  margin-top: 30px;
}

.home-two-hero-list .tab-block-list-single {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.home-hero-two-right
  .post-block-col-one.post-item-style-one
  .grid-content-inner
  h3.post-title {
  margin-bottom: 10px !important;
}

.home-hero-three-right
  .post-block-col-one
  .news-post-grid-content.grid-content-inner {
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}

.home-hero-three-right .post-excerpt-box {
  max-width: 90%;
}

.home-hero-three-right
  .post-block-col-one.post-item-style-one
  .grid-content-inner
  h3.post-title {
  margin-bottom: 10px !important;
}

button.mfp-close:focus {
  border: none;
  outline: none;
}

.footer-socials a:hover {
  background: #5e5eee;
  color: #fff;
}

.parent-sticky .elementor-widget-wrap {
  display: block !important;
}

.titlesticky {
  position: sticky !important;
  top: 60px;
}

.theme-post-video-wrapper.theme-post-video-block .slider-social-box {
  display: none;
}

/*** Slider Arrows ***/

.slide-arrow-left.slick-arrow,
.slide-arrow-right.slick-arrow {
  position: absolute;
  z-index: 10;
  opacity: 1;
  display: inline-block !important;
  margin: 0 !important;
  width: 76px;
  height: 60px;
  line-height: 48px;
  text-align: center;
  color: #939393 !important;
  transition: all 0.25s ease-in 0s;
  padding: 0 !important;
  font-weight: bold;
  font-size: 20px !important;
  cursor: pointer;
  font-family: IcoFont !important;
}
.slide-arrow-left.slick-arrow {
  background: #5e5eee;
}
.slide-arrow-left.slick-arrow:hover {
  background: #3e3eee;
}
.slide-arrow-right.slick-arrow {
  background: #f0f0f0;
}
.slide-arrow-right.slick-arrow:hover {
  background: #ced7e3;
}

.slide-arrow-left.slick-arrow i,
.slide-arrow-right.slick-arrow i {
  font-size: 18px !important;
  line-height: 48px;
  font-style: normal !important;
}

.slide-arrow-left.slick-arrow i,
.slide-arrow-right.slick-arrow i {
  font-size: 38px !important;
  line-height: 48px;
  font-style: normal !important;
}

.slide-arrow-right.slick-arrow {
  top: auto;
  right: auto;
  left: 76px;
  bottom: 0;
}

.slide-arrow-left.slick-arrow {
  top: auto;
  left: 0;
  bottom: 0;
}

.theme-main-slider-wrapper .slide-arrow-left.slick-arrow {
  top: 50%;
  right: auto;
  left: 40px;
  margin-left: 0px !important;
  margin-right: 0px !important;
  bottom: inherit;
  margin-top: -24px !important;
}

.theme-main-slider-wrapper .slide-arrow-right.slick-arrow {
  top: 50%;
  right: 40px !important;
  left: inherit;
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: -24px !important;
  bottom: inherit;
}

.category_image_wrapper .slide-arrow-left.slick-arrow {
  top: auto;
  left: 0;
  bottom: 50%;
  margin-left: -63px !important;
  margin-right: 0px !important;
  margin-bottom: -24px !important;
}

.category_image_wrapper .slide-arrow-right.slick-arrow {
  top: auto;
  right: 0% !important;
  left: auto;
  bottom: 50%;
  margin-left: 0px !important;
  margin-right: -63px !important;
  margin-bottom: -24px !important;
}

/*** Preloader ***/

.theme-preloader-style {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background: #000;
}

.preloader-close {
  position: fixed;
  z-index: 99999999;
  font-size: 18px;
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  right: 15px;
  top: 15px;
  border-radius: 50%;
}

.theme-preloader-style .animation-preloader {
  position: absolute;
  z-index: 100;
}

.theme-preloader-style .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.theme-preloader-style .animation-preloader .preloader-text {
  text-align: center;
  user-select: none;
}

.theme-preloader-style
  .animation-preloader
  .preloader-text
  .letters-loading:before {
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  position: absolute;
}

.theme-preloader-style .animation-preloader .preloader-text .letters-loading {
  font-weight: 500;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
}

.theme-preloader-style
  .animation-preloader
  .preloader-text
  .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.theme-preloader-style
  .animation-preloader
  .preloader-text
  .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.theme-preloader-style
  .animation-preloader
  .preloader-text
  .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.theme-preloader-style
  .animation-preloader
  .preloader-text
  .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.theme-preloader-style
  .animation-preloader
  .preloader-text
  .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.theme-preloader-style
  .animation-preloader
  .preloader-text
  .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.theme-preloader-style
  .animation-preloader
  .preloader-text
  .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

.theme-preloader-style .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.theme-preloader-style .animation-preloader .preloader-text .letters-loading {
}

.theme-preloader-style
  .animation-preloader
  .preloader-text
  .letters-loading:before {
  color: #ffffff;
}

.theme-preloader-style .animation-preloader .spinner {
  border: 3px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.5);
}

/* AnimaciÃƒÂ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .theme-preloader-style .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}

@media screen and (max-width: 500px) {
  .theme-preloader-style .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  .theme-preloader-style .animation-preloader .preloader-text .letters-loading {
    font-size: 30px;
    letter-spacing: 10px;
  }
}

/*** Dropdown navigation ***/

.nav-menu-wrapper .mainmenu li ul.sub-menu {
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 100;
  padding: 16px 28px 16px 28px;
  background: #fff;
  min-width: 205px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 0px;
  border: 0px solid;
  box-shadow: 0 0 15px rgb(0 0 0 / 7%);
  border-radius: 0px;
}

.nav-menu-wrapper .mainmenu li ul.sub-menu li {
  display: block;
  position: relative;
  padding: 5px 0px;
}

.nav-menu-wrapper li ul.sub-menu li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #000;
  padding: 0px 0px;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 0px;
}
.nav-menu-wrapper .mainmenu li ul.sub-menu li:first-child a {
  padding-left: 0px;
}

.nav-menu-wrapper .mainmenu li ul.sub-menu li:last-child a {
  padding-right: 0px;
}

.nav-menu-wrapper .mainmenu li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}

.nav-menu-wrapper .mainmenu li ul li ul.sub-menu {
  position: absolute;
  right: 118%;
  top: 0%;
  left: auto;
  opacity: 0 !important;
  filter: Alpha(opacity=0) !important;
  visibility: hidden;
  min-width: 225px;
}

.nav-menu-wrapper .mainmenu li ul.sub-menu li:hover ul {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.nav-menu-wrapper .mainmenu li ul.sub-menu {
  top: 105%;
}

.nav-menu-wrapper .mainmenu ul > li.menu-item-has-children > a:after {
  content: "\ea13";
  color: #000;
  font-family: "remixicon" !important;
  padding-left: 0px;
  opacity: 1;
  font-weight: normal;
  position: relative;
  top: 3px;
  font-size: 16px;
  left: 0px;
  vertical-align: 0;
  margin-left: 0;
  border: 0;
}

.nav-menu-wrapper .mainmenu ul li:last-child a {
  padding-right: 17px;
}

ul.slicknav_nav li ul.sub-menu li ul.sub-menu {
  display: block !important;
}

ul.slicknav_nav li ul.sub-menu li ul.sub-menu li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

ul.slicknav_nav li ul.sub-menu li ul.sub-menu {
  padding-left: 30px;
  padding-right: 50px;
}

ul.slicknav_nav li ul.sub-menu li a {
  display: block;
}

.slicknav_nav li:hover {
  background: #5e5eee;
}

ul.slicknav_nav li ul.sub-menu li a {
  display: block;
  font-size: 15px;
  color: #fff;
  padding: 10px 0;
  padding-left: 30px;
}

.nav-menu-wrapper .mainmenu ul li a:hover {
  color: #5e5eee;
}

.nav-menu-wrapper .mainmenu ul > li.menu-item-has-children > a:hover:after {
  color: #5e5eee;
}

/*** Sticky header ***/

.stick-top {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease 0s;
}

@media (min-width: 1025px) {
  .stick-top.sticky {
    position: sticky;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 999;
    transition: all 0.3s ease 0s;
  }

  body.admin-bar .stick-top.sticky {
    top: 32px !important;
  }
}

.logo.theme-logo h1 {
  margin: 0;
  line-height: 1;
}

.theme_footer_Widegts.no-footer-top .footer-middle {
  display: none;
}

.theme_footer_Widegts.no-footer-top .footer-border {
  display: none;
}

.theme_footer_Widegts.no-footer-top {
  padding-top: 0 !important;
}

.theme_footer_Widegts.no-footer-top .footer-bottom {
  padding: 20px 0px;
}

/*** Unit CSS ***/

.comments-list img.comment-avatar {
  float: left;
}

#comments .comment-author .says {
  display: block;
  line-height: 1.5;
}

#comments .comments-list .comment-author cite {
  display: none;
}

#comments.blog-post-comment .comment-content img {
  margin: 11px 0;
}

#comments .comment-content table a {
  color: #000;
}

.blog-post-comment .comment-content pre {
  font-size: 14px;
  line-height: 1.65;
  overflow: auto;
  background: #eee;
  color: #000;
  overflow: auto;
  padding: 20px !important;
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
}

body.page .theme-page-spacing .entry-content table td a,
body.page .theme-page-spacing .entry-content table th a {
  color: #000;
  font-weight: 500;
  text-decoration: none !important;
}

body.page .theme-page-spacing .entry-content table td a:hover,
body.page .theme-page-spacing .entry-content table th a:hover {
  color: #000;
}

body.page .theme-page-spacing .entry-content ul li {
  line-height: 1.5;
  color: #555555;
  margin-bottom: 10px;
}

body.page .theme-page-spacing .entry-content ol li {
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 400;
}

body.page .theme-page-spacing .entry-content .comment-respond p.logged-in-as {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 26px;
}

body.page
  .theme-page-spacing
  .entry-content
  .depth-1
  .comment-respond
  p.form-submit {
  margin-bottom: 30px;
}

.comments-list .comment-author a {
  color: #000;
  display: inline-block;
}

.blog-post-comment .comment-respond .comment-form .btn-comments:focus {
  outline: none;
  box-shadow: none;
}

.error-page .error-code {
  display: block;
  font-size: 150px;
  line-height: 1;
  color: #000;
  margin-bottom: 25px;
}

.error-page .error-body .error-btn-custom {
  margin-top: 30px;
  display: inline-block;
  background: #5e5eee;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  padding: 16px 30px;
  border-radius: 15px;
  width: auto;
  border: 0px solid;
}
.error-page .error-body{
  text-align: center;
}
.error-page .error-body .error-btn-custom:hover,
.error-page .error-body .error-btn-custom:focus,
.error-page .error-body .error-btn-custom:active {
  border: none;
  outline: none;
  box-shadow: none !important;
  background: #000;
}

body.error404 .main-container {
  padding-top: 60px;
  margin-top: 0;
  padding-bottom: 60px;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment {
  color: #565656;
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.blog-sidebar .widget_block .wp-block-latest-comments {
  border: 0;
  padding: 0;
  list-style: none;
  line-height: 1.5;
  margin-bottom: 0;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment::before {
  display: none;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment a {
  color: #000;
  display: inline;
}

.blog-sidebar
  .widget_block
  li.wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-author {
  font-weight: bold;
  font-size: 14px;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment::last-child {
  margin-bottom: 0;
}

.blog-sidebar .wp-block-page-list li.wp-block-pages-list__item.has-child > a {
  margin-bottom: 10px;
  display: inline-block;
}

.post-block-wrapper-latest.post-block-style-latest
  .latest-post-block-content
  h3.post-title {
  position: relative;
}

.blog-new-layout.theme-layout-mainn .sticky {
  background: #f8fbff;
  border-top: 5px solid #5e5eee;
  padding-left: 30px;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  border-radius: 0px;
}

.blog-block-latest-single-item.sticky
  .latest-post-block-content
  h3.post-title:before {
  font-family: "Font Awesome 5 Free";
  content: "\f08d";
  position: absolute;
  right: 0px;
  top: 0px;
  color: #000;
  font-size: 25px;
}

.post-thumbnail.latest-post-thumbnail-wrap a img {
  height: 100%;
}

.blog-sidebar .widget_search form button {
  line-height: 1;
}

.blog-sidebar .widget_search form button:before {
  position: absolute;
  right: 50%;
  top: 50%;
  font-family: "IcoFont";
  color: #fff;
  content: "\ed11";
  margin-top: -7px;
  margin-right: -7.5px;
  font-weight: normal;
}

.blog-sidebar .widget .widget-title {
  padding-bottom: 0;
  position: relative;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  padding-left: 0;
  letter-spacing: 0;
  border-bottom: 0px solid #e4e4e4;
}

.blog-sidebar select#archives-dropdown--1 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.blog-sidebar .tagcloud a,
.single-blog-content .single-blog-inner .entry-content .wp-block-tag-cloud a {
  background: rgba(142, 142, 142, 0.1);
  border: 0px solid !important;
  border-radius: 86px !important;
  font-size: 15px !important;
  line-height: 1;
  color: #686767 !important;
  padding: 10px 19px !important;
  margin-right: 6px;
  font-weight: 500 !important;
}

.blog-sidebar .tagcloud a:hover,
.single-blog-content
  .single-blog-inner
  .entry-content
  .wp-block-tag-cloud
  a:hover {
  background: rgb(255 24 78 / 10%);
  color: #5e5eee !important;
}

.blog-post-comment .comment-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-post-comment .comment-content ol {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-post-comment .comment-content ul li::marker {
  color: #5e5eee;
}

.post-layout-style2
  .single-blog-content
  .tag-edge-case
  .entry-content
  ol
  li
  ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

.post-layout-style2
  .single-blog-content
  .tag-edge-case
  .entry-content
  ul
  li
  ol {
  margin-top: 10px;
  margin-bottom: 10px;
}

.post-password-form input[type="submit"]:hover {
  background: #000;
}

.blog-block-latest-single-item .latest-post-block-content h3.post-title {
  word-break: break-word;
}

.single-blog-header h1.post-title.single_blog_inner__Title {
  word-break: break-word;
}

.blog-details-content .wp-block-calendar {
  margin-bottom: 20px;
}

.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-excerpt
  a,
.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-meta
  a,
.wp-block-latest-comments__comment-meta a,
.wp-block-latest-posts a,
.wp-block-rss__item-title a {
  color: #000 !important;
  text-decoration: none !important;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  list-style: none;
}

.blog-details-content .wp-block-search .wp-block-search__inside-wrapper {
  margin-bottom: 35px;
  background: #f8f8f8 !important;
  padding: 15px;
  border-radius: 10px;
}

.blog-post-comment blockquote,
.blog-post-comment .blockquote {
  background: #efefef;
}

pre {
  background: #eeeeee !important;
  padding: 20px !important;
  overflow: auto;
  font-size: 15px !important;
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
  color: #000 !important;
  font-family: "Courier 10 Pitch", Courier, monospace !important;
  margin: 20px 0 !important;
  border-radius: 20px;
}

/* WebKit, Edge */
::-webkit-input-placeholder {
  color: #9aa5b6;
  font-size: 16px;
}

/* Firefox 4-18 */
:-moz-placeholder {
  color: #9aa5b6;
  font-size: 16px;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #9aa5b6;
  font-size: 16px;
  opacity: 1;
}

/* IE 10-11 */
:-ms-input-placeholder {
  color: #9aa5b6;
  font-size: 16px;
}

/* Edge */
::-ms-input-placeholder {
  color: #9aa5b6;
  font-size: 16px;
}

/* MODERN BROWSER */
::placeholder {
  color: #9aa5b6;
  font-size: 16px;
}

.blog-details-content table th a {
  color: #000;
  text-decoration: none !important;
}

.blog-details-content table th a:hover {
  color: #000;
}

.wp-block-gallery.columns-2.is-cropped.alignleft.extraclass {
  margin-right: 15px;
}

.post-layout-style2 .single-blog-content .entry-content .wp-block-column ol {
  margin-top: 0;
  padding-left: 15px;
}

.single-blog-content .wp-block-column blockquote {
  margin-top: 0 !important;
  padding: 25px !important;
}

.single-blog-content
  .single-blog-inner
  .entry-content
  .wp-block-column
  blockquote
  p {
  font-size: 15px;
}

.single-blog-content .wp-block-columns.alignwide blockquote:before {
  content: "\efcd";
  left: 12px;
  top: 10px;
  font-family: "IcoFont" !important;
  font-size: 24px;
}

.post-layout-style2 .single-blog-content .entry-content ol li {
  margin-bottom: 10px;
}

.post-layout-style2
  .single-blog-content
  .entry-content
  ul.wp-block-archives
  li
  a {
  color: #555555;
  text-decoration: none;
  font-weight: 500;
}

.not-found form button:before {
  font-family: "IcoFont";
  color: #fff;
  content: "\ed11";
  margin-right: -7.5px;
  margin-top: -10.5px;
}

.not-found form button:hover {
  background: #000;
}

.nav-menu-wrapper .mainmenu li ul.sub-menu {
  min-width: 235px;
}

.blog-new-layout.theme-layout-mainn .sticky .tab-block-list-single-wrap:before {
  font-family: "IcoFont" !important;
  content: "\f003";
  position: absolute;
  right: -4px;
  top: -4px;
  color: #5e5eee;
  font-size: 25px;
  z-index: 99;
}

.category-layout-one .tab-block-list-single .tab-block-list-single-wrap {
  justify-content: flex-start;
}

.blog-sidebar .tagcloud a:hover,
.single-blog-content
  .single-blog-inner
  .entry-content
  .wp-block-tag-cloud
  a:hover {
  background: #5e5eee;
  color: #fff !important;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment {
  padding-left: 0;
}

.category-layout-one
  .tab-block-list-single
  .tab-block-list-single-wrap
  .tab-list-content-wrap
  .grid-content-inner
  h3.post-title {
  word-break: break-word;
}

.category-layout-one
  .post-category-box.post-block-meta-cat
  .news-cat_Name:before {
  position: absolute;
  right: -5px;
  top: 0;
  content: ",";
}

.category-layout-one
  .post-category-box.post-block-meta-cat
  .news-cat_Name:last-child:before {
  content: "";
}

.footer-widget ul li a:hover {
  color: #5e5eee;
}

.post-main-slider-section .blog-slider-inner-content h3.post-title a {
  padding-bottom: 6px;
  background: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 2px;
  background-repeat: no-repeat;
  background-position: left 87%;
  display: inline;
}

.post-main-slider-section .blog-slider-inner-content h3.post-title a:hover {
  color: #000;
  background-size: 100% 2px;
  display: inline;
}

.post-block-col-one.tab-grid-post-item .grid-content-inner h3.post-title a {
  padding-bottom: 6px;
  background: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 2px;
  background-repeat: no-repeat;
  background-position: left 87%;
  display: inline;
}

.post-block-col-one.tab-grid-post-item
  .grid-content-inner
  h3.post-title
  a:hover {
  color: #000;
  background-size: 100% 2px;
  display: inline;
}

.theme-blog-tab-list-wrapper
  .tab-list-content-wrap
  .grid-content-inner
  h3.post-title
  a,
.post-block-col-one.post-video-block-item .grid-content-inner h3.post-title a,
.tab-block-list-single.post-list-wrapper-loadmore
  .tab-list-content-wrap
  .grid-content-inner
  h3.post-title
  a,
.recent-post-list-inner.recent_post_Content h3 a,
.category-layout-one
  .tab-block-list-single
  .tab-block-list-single-wrap
  .tab-list-content-wrap
  .grid-content-inner
  h3.post-title
  a,
.theme-post-grid-design-one
  .post-block-col-one
  .grid-content-inner
  h3.post-title
  a,
.food-cat-wrapper h2.elementor-heading-title a,
.post-block-col-one.post-overlay-item-block .grid-content-inner h3.post-title a,
.post-block-col-one.post-item-style-one .grid-content-inner h3.post-title a {
  padding-bottom: 6px;
  background: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 2px;
  background-repeat: no-repeat;
  background-position: left 87%;
  display: inline;
}

.theme-blog-tab-list-wrapper
  .tab-list-content-wrap
  .grid-content-inner
  h3.post-title
  a:hover,
.post-block-col-one.post-video-block-item
  .grid-content-inner
  h3.post-title
  a:hover,
.tab-block-list-single.post-list-wrapper-loadmore
  .tab-list-content-wrap
  .grid-content-inner
  h3.post-title
  a:hover,
.recent-post-list-inner.recent_post_Content h3 a:hover,
.category-layout-one
  .tab-block-list-single
  .tab-block-list-single-wrap
  .tab-list-content-wrap
  .grid-content-inner
  h3.post-title
  a:hover,
.theme-post-grid-design-one
  .post-block-col-one
  .grid-content-inner
  h3.post-title
  a:hover,
.food-cat-wrapper h2.elementor-heading-title a:hover,
.post-block-col-one.post-overlay-item-block
  .grid-content-inner
  h3.post-title
  a:hover,
.post-block-col-one.post-item-style-one
  .grid-content-inner
  h3.post-title
  a:hover {
  background-size: 100% 2px;
  display: inline;
}

.theme-tab-grid-wrapper
  .post-block-col-one.tab-grid-post-item:hover
  .news-post-grid-thumbnail
  a
  img {
  transform: scale(1.05);
}

.tab-block-list-single
  .tab-block-list-single-wrap
  .tab-list-thumbnail-wrap
  a
  img {
  transition: 0.35s ease-in;
}

.tab-block-list-single:hover
  .tab-block-list-single-wrap
  .tab-list-thumbnail-wrap
  a
  img {
  transform: scale(1.05);
}

.instagram-custom-wrap .elementor-widget.elementor-widget-image img {
  transition: 0.35s ease-in;
}

.instagram-custom-wrap .elementor-widget.elementor-widget-image a {
  display: block;
  overflow: hidden;
  border-radius: 0px;
}

.instagram-custom-wrap .elementor-widget.elementor-widget-image:hover img {
  transform: scale(1.05);
}

.theme_cat_custom_list a.category_image_single:before {
  transition: all 0.35s ease-in;
}

.theme_cat_custom_list a.category_image_single:hover:before {
  background: rgb(0 0 0 / 40%);
}

.blog-style-one-template .post-featured-image img {
  max-width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  border-radius: 0px;
  margin-bottom: 30px;
}

.blog-style-one-template .slider-meta-right {
  display: flex;
  align-items: center;
}

.blog-style-one-template h1.post-title.single_blog_inner__Title {
  font-size: 44px;
  line-height: 1.28;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  max-width: 90%;
}

.blog-style-one-template .theme-blog-details {
  padding-left: auto;
  padding-right: auto;
}

.blog-style-one-template .author_bio__Wrapper,
.blog-style-one-template .theme_blog_navigation__Wrap,
.blog-style-one-template #comments {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.logo.theme-logo h1,
.footer-top-logo h1.text-logo {
  font-size: 30px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  text-transform: inherit;
}

.logo.theme-logo h1 a,
.footer-top-logo h1 a {
  color: #000;
}

.author-thumb {
  margin-bottom: 0;
}

.theme_blog_navigation__Wrap {
  margin-bottom: 0;
  padding: 0;
  background: #ffff;
  margin-top: 60px;
  border-radius: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-top: 55px;
  padding-bottom: 55px;
}

.prev_nav_Right_Img,
.prev_nav_left_Img {
  display: none;
}

.theme_blog_nav_Title {
  font-size: 20px;
  line-height: 1.3;
  color: #000;
}

#comments {
  padding: 0px;
  background: #fff;
  border-radius: 0px;
}

.author_bio__Wrapper {
  clear: both;
  overflow: hidden;
  margin-top: 0;
  padding: 0;
  padding-top: 60px;
  border-bottom: 0px solid #eaeaea;
  background: #fff;
  border-radius: 0;
}

.main-container .theme-pagination-style ul.page-numbers li a.page-numbers,
.main-container .theme-pagination-style ul.page-numbers li span.page-numbers {
  border-radius: 30px;
}

.body-inner-content {
  min-height: 100vh;
}

footer.theme-footer-wrapper.theme_footer_Widegts {
  position: sticky;
  top: 100%;
}

ul.slicknav_nav
  li.slicknav_parent
  ul
  li.slicknav_parent
  a.slicknav_item.slicknav_row
  span.slicknav_arrow {
  display: none;
}

/*** Load More CSS ***/

.theme-post-grid-design-one .post-block-item-one.post-block-col-one {
  margin-bottom: 30px;
}

.col-readmore a {
  color: #0073ff;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  margin-top: 20px;
}

.meditest_load_more_custom_Wrapper.load-more-btn {
  text-align: center;
  margin-top: 40px;
}

button.meditest-load-more-btn {
  background: #3858f6;
  border: 0px solid;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 12px 38px;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

button.meditest-load-more-btn:hover {
  background: #5e5eee;
  color: #fff;
}

button.meditest-load-more-btn:focus {
  outline: none;
}

.post-medium-style-loadmore h2.post-block-title {
  margin-bottom: 30px !important;
}

/*** Review Form CSS ***/

#review_form_wrapper input {
  outline: none;
  height: 50px;
  padding: 0 20px;
  font-weight: 400;
  line-height: 28px;
  color: #495057;
  width: 100%;
  margin-bottom: 5px;
  border-radius: 10px;
  background: #f8f8f8;
  border: none;
}

#review_form_wrapper .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

#review_form_wrapper input[type="checkbox"] {
  position: relative;
  margin-right: 10px;
  padding: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #a6a6a6;
  background: none;
  border-radius: 2px;
  margin-bottom: 0;
  line-height: 1;
  box-shadow: none;
}

#review_form_wrapper .comment-form-rating {
  margin-top: 18px !important;
  margin-bottom: 10px !important;
  display: flex;
  align-items: center;
  gap: 16px;
}

#review_form_wrapper textarea {
  border-radius: 10px;
  background: #202020;
  border: 0px solid;
  text-indent: 20px;
  padding: 10px 0;
  color: #a6a6a6;
  border: 1px solid #ced4da;
}

.woocommerce #review_form #respond textarea {
  background: #f8f8f8 !important;
  border: none;
  border-radius: 10px !important;
  min-height: 180px;
}

#review_form_wrapper p.form-submit {
  margin-top: 20px !important;
}

#review_form_wrapper p.stars.selected {
  margin-bottom: 3px !important;
}

.woocommerce #respond input#submit {
  border-radius: 10px;
  background: #5e5eee;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: fit-content;
  padding: 10px 30px;
  transition: all 0.4s;
}
.woocommerce #respond input#submit:hover {
  background: #2ac28e;
  color: #ffffff;
  transition: all 0.4s;
}

.single-blog-template-duo .blog_layout_one_Top {
  margin-bottom: 28px;
}

.cat-layout-template-duo .post-block-col-one .news-post-grid-thumbnail a img {
  height: 200px;
}

.cat-layout-template-duo
  .post-block-item-one.post-block-col-one.post-item-style-one {
  margin-bottom: 30px !important;
}

.cat-layout-template-duo .post-block-col-one .grid-content-inner h3.post-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  color: #101513;
  margin-bottom: 0px;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cat-layout-template-duo
  .post-block-col-one
  .grid-content-inner
  h3.post-title
  a {
  color: #000000;
}

.cat-layout-template-duo
  .post-meta-bottom-list-wrap
  .post-meta-left-wrap
  ul.post-bottom-meta-list
  li {
  color: #77817d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
}

.cat-layout-template-duo
  .post-block-col-one
  .post-meta-bottom-list-wrap
  .post-meta-left-content
  h4.post-author-name {
  color: #5e5eee;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
  display: flex;
  gap: 4px;
  align-items: center;
}
.cat-layout-template-duo
  .post-block-col-one
  .post-meta-bottom-list-wrap
  .post-meta-left-content
  h4.post-author-name
  a {
  color: #5e5eee;
}
h4.post-author-name span {
  color: #77817d;
}
.header-two-social {
  display: inline-block;
  margin-right: 35px;
}

.header-two-social a {
  display: inline-block;
  position: relative;
  color: #606770;
  font-size: 16px;
  margin-left: 7px;
}

#theme-header-two .search-form-main {
  display: inline-block;
}

a.slicknav_btn {
  border-radius: 0px;
}

.post-main-slider-section .slider-category-box a {
  color: #000 !important;
}

/*** Top Bar ***/

.top-header-area.theme-top-bar-wrap {
  background: #10424b;
  padding-top: 6px;
  padding-bottom: 6px;
}

.htop_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.htop_menu ul li {
  display: inline-block;
  position: relative;
}

.htop_menu ul li a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  padding-right: 15px;
  text-transform: uppercase;
}

.htop_social a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 14px;
  margin-left: 18px;
  opacity: 0.8;
}

.htop_social a:hover {
  opacity: 1;
}

.top-right-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-date {
  margin-left: 50px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
}

.custom-meta-date-bx {
  font-size: 16px;
}

.grid-content-meta-uniq {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
  margin-bottom: 15px;
  gap: 8px;
}

.cutom-comment-wrapper {
  position: relative;
  line-height: 1;
  font-size: 15px;
  margin-bottom: 5px;
  margin-left: 19px;
}

.cutom-comment-wrapper i {
  color: #000;
  font-size: 13px;
}

.post-block-item-one.post-block-col-one.post-item-style-one.post-overlay-item-block {
  position: relative;
}

.post-overlay-item-block .news-post-grid-thumbnail {
  margin-bottom: 0;
}

.post-overlay-item-block .news-post-grid-content.grid-content-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  right: 0;
  padding: 30px;
  overflow: hidden;
  max-height: 100%;
  z-index: 99;
}

.post-block-item-one.post-block-col-one.post-item-style-one.post-overlay-item-block
  .news-post-grid-thumbnail
  a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 40%);
  content: "";
  z-index: 9;
}

.post-overlay-item-block .post-category-box a,
.post-block-col-one.post-overlay-item-block .grid-content-inner h3.post-title a,
.post-overlay-item-block
  .post-meta-bottom-list-wrap
  .post-meta-left-content
  h4.post-author-name
  a {
  color: #fff !important;
}

.post-overlay-item-block .post-overlay-item-block .cutom-comment-wrapper i,
.post-overlay-item-block .cutom-comment-wrapper,
.post-overlay-item-block .custom-meta-date-bx {
  color: #fff;
}

.post-list-wrapper-loadmore .news-post-grid-content.grid-content-inner {
  margin-top: 40px;
}

.post-overlay-item-block .cutom-comment-wrapper i {
  color: #fff;
}

.post-overlay-item-block .post-meta-left-wrap.cols-meta-left:before {
  background: #fff;
}

.recent-post-list-inner.recent_post_Content
  ul.recent-posts-meta-list
  li:before {
  position: absolute;
  right: 5px;
  top: 50%;
  width: 8px;
  height: 1px;
  background: #989898;
  content: "";
  border-radius: 0;
  margin-top: -0.5px;
}

/** Recipe Newsletter **/

.custom-recipe-subscribe {
  position: relative;
  margin-top: 10px;
}

.custom-recipe-subscribe input[type="email"] {
  position: relative;
  background: #fff;
  border: 0px solid;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: 300;
  display: block;
  width: 400px;
  margin: auto;
  border-radius: 0px;
}

.custom-recipe-subscribe input[type="submit"] {
  background: #5e5eee;
  border: 0px solid;
  display: inline-block;
  color: #fff;
  text-align: center;
  margin-top: 25px;
  padding: 15px 36px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 0px;
  cursor: pointer;
}

.custom-recipe-subscribe input[type="submit"]:hover {
  background: #000;
}

.newsletter-title.elementor-widget-heading {
  margin-bottom: 0 !important;
}

.food-cat-wrapper .elementor-widget-container img {
  width: 183px !important;
  height: 183px;
  object-fit: cover;
  border-radius: 50% !important;
}

/*** Recipe details ***/

p.ingredient-item-name {
  display: inline-block;
}

.blog-style-one-template .post-featured-image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.wp-block-wpzoom-recipe-card-block-recipe-card {
  max-width: 100%;
}

div#wpzoom-recipe-card {
  box-shadow: none;
  border-radius: 0;
  padding-left: 35px;
  padding-right: 35px;
  background: #fcf9f5;
  padding-top: 35px;
  border-color: #f2ede6;
}

div#wpzoom-recipe-card .recipe-card-image {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}

div#wpzoom-recipe-card .recipe-card-heading .recipe-card-title {
  font-size: 32px;
  font-weight: 400;
}

.wp-block-wpzoom-recipe-card-block-recipe-card .recipe-card-details {
  margin-bottom: 30px;
}

.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .details-items {
  font-size: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default
  .details-items
  .detail-item {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default
  .details-items
  .detail-item
  .detail-item-label {
  font-size: 16px;
  font-weight: bold;
}

.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default
  .recipe-card-heading {
  margin-bottom: 20px;
}

.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default
  .ingredients-list
  > li.ticked
  .tick-circle {
  border: 2px solid #5e5eee !important;
  background: #5e5eee;
}

.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default
  .recipe-card-heading
  .recipe-card-course {
  font-size: 16px;
}

.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default
  .details-items
  .detail-item {
  padding-top: 10px;
  padding-bottom: 18px;
}

ul.ingredients-list,
ul.directions-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default
  .ingredients-list
  > li:last-child {
  margin-bottom: 0;
}

.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default
  .direction-step
  img {
  margin-top: 20px;
}

.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default
  .directions-list
  > li {
  margin: 0px 0 30px;
}

.wp-block-wpzoom-recipe-card-block-recipe-card .recipe-card-video {
  margin-top: 35px;
}

.wp-block-wpzoom-recipe-card-block-recipe-card .recipe-card-video iframe {
  width: 100%;
}

.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default
  .recipe-card-notes {
  margin-top: 20px;
  padding-top: 0;
  border-top: 0px dashed rgba(0, 0, 0, 0.1);
  margin-bottom: 0px;
}

.general-heading-title h2.elementor-heading-title {
  margin-bottom: 30px !important;
}

.food-cat-title-bar h2.elementor-heading-title {
  margin-bottom: 3px !important;
}

ul.footer-nav li a {
  color: #f8f8f8 !important;
}

.single-blog-header .post-meta-left-wrap.cols-meta-left:before {
  display: none;
}

.wp-block-wpzoom-recipe-card-block-jump-to-recipe,
.wp-block-wpzoom-recipe-card-block-print-recipe {
  display: inline-block;
  background: #5e5eee;
  color: #fff;
  position: relative;
  padding: 12px 25px;
  font-size: 16px;
}

.wp-block-wpzoom-recipe-card-block-jump-to-recipe:hover,
.wp-block-wpzoom-recipe-card-block-print-recipe:hover {
  background: #000;
  color: #fff;
}

.wp-block-wpzoom-recipe-card-block-jump-to-recipe {
  padding-right: 45px;
}

.wp-block-wpzoom-recipe-card-block-print-recipe {
  padding-left: 50px;
}

a.wpzoom-recipe-snippet-button.wp-block-wpzoom-recipe-card-block-jump-to-recipe:before {
  position: absolute;
  right: 22px;
  top: 12px;
  color: #fff;
  content: "\EA4C";
  font-family: remixicon !important;
}

a.wp-block-wpzoom-recipe-card-block-print-recipe:before {
  position: absolute;
  left: 25px;
  top: 11px;
  color: #fff;
  content: "\F029";
  font-family: remixicon !important;
}

.is-layout-flex.wp-container-3.wp-block-columns {
  align-items: center !important;
  justify-content: flex-start !important;
}

.is-layout-flex.wp-container-3.wp-block-columns
  .is-layout-flow.wp-block-column {
  flex-basis: inherit !important;
  flex-grow: inherit !important;
}

.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default
  .recipe-card-notes
  .recipe-card-notes-list
  > li {
  font-size: 17px;
  line-height: 1.6;
  color: #000;
  background: #f8eee0;
}

.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default {
  margin-bottom: 0px;
}

.theme-breadcrumb__Wrapper.theme-breacrumb-area {
  padding-top: 115px;
  padding-bottom: 115px;
  margin-top: 0px;
  background: #f8fbff;
  background-size: cover;
  position: relative;
}

h1.woocommerce-products-header__title.page-title,
.theme-breacrumb-title,
h1.theme-breacrumb-title {
  color: #101513;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 14px;
}

.blog.main-container .post-meta-left-wrap.cols-meta-left:before {
  display: none;
}

.navigation.pagination {
  border-top: 0px solid !important;
  padding-top: 0 !important;
}

.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:not(.dots):hover {
  color: #fff;
}

.post-featured-image .embed-responsive {
  margin-bottom: 30px;
}

.custom-themee-contactt label {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  line-height: 1;
  margin-bottom: 15px;
}

.custom-themee-contactt .fnamee,
.fmessage {
  background: #f9f9f9;
  border: 0px solid;
  outline: none;
  height: 50px;
  border-radius: 0px;
  padding: 0 20px;
  font-weight: 400;
  line-height: 28px;
  color: #858585;
  width: 100%;
  margin-bottom: 20px;
}

.custom-themee-contactt .fmessage {
  resize: none;
  height: 150px;
  box-sizing: border-box;
  padding: 20px;
}

.custom-themee-contactt .fsubmitt {
  display: inline-block;
  background: #ff3366;
  border: 0px solid;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  padding: 14px 48px;
  border-radius: 0px;
  margin-top: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.custom-themee-contactt .fsubmitt:hover {
  background: #3858f6;
  color: #fff;
}

.recent-post-list-inner.recent_post_Content
  ul.recent-posts-meta-list
  li:before {
  position: absolute;
  left: 87%;
  top: 52.5%;
  width: 8px;
  height: 1px;
  background: #989898;
  content: "";
  border-radius: 0;
  margin-top: -0.5px;
  display: block;
}

.top-header-area.theme-top-bar-wrap {
  display: none;
}

.main-blog-layout .tab-block-list-single {
  margin-bottom: 60px;
}

.main-blog-layout .tab-block-list-single:last-child {
  margin-bottom: 0px;
}

.category-layout-one
  .tab-block-list-single
  .tab-block-list-single-wrap
  .tab-list-thumbnail-wrap
  a
  img {
  height: auto;
}

.logo.theme-logo h1,
.footer-top-logo h1.text-logo {
  font-size: 36px;
  font-weight: 600;
}

.full-post-btn a {
  font-weight: 300;
}

ul.footer-nav li a {
  font-size: 13px;
}

p.copyright-text {
  font-size: 14px;
}

.theme_author_Socials {
  display: none;
}

h4.theme_author__Name {
  color: #424242;
  margin-top: 25px;
}

p.theme_author__Description {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 10px;
}

.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default
  .recipe-card-notes
  .recipe-card-notes-list
  > li {
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  background: #f8eee0;
}

.slide-arrow-left.slick-arrow i,
.slide-arrow-right.slick-arrow i {
  font-size: 18px !important;
}

.elementor-widget-heading .elementor-heading-title {
  font-family: "Inter", sans-serif !important;
}

.food-cat-wrapper .elementor-heading-title {
  font-family: "Inter", sans-serif !important;
}

.pmax-width .post-excerpt-box p {
  max-width: 85%;
}

.post-main-slider-section.theme-main-slider-wrapper .blog-slider-inner-content {
  background: linear-gradient(
    153deg,
    hsl(180deg 9.09% 97.84%),
    hsl(214.29deg 9.09% 84.9% / 35%)
  );
  backdrop-filter: blur(9px);
}

.post-main-slider-section .blog-slider-inner-content .post-excerpt-box p {
  padding-right: 40px;
}

a.wpzoom-recipe-snippet-button.wp-block-wpzoom-recipe-card-block-jump-to-recipe:before,
a.wp-block-wpzoom-recipe-card-block-print-recipe:before {
  display: none;
}

h4.theme_author__Name {
  font-weight: 600;
}

.theme-main-slider-wrapper .slide-arrow-left.slick-arrow {
  background: url(../images/right_Arrow.svg) no-repeat scroll center;
  background-size: 50%;
  background-color: #fff;
  transform: rotate(180deg);
}

.theme-main-slider-wrapper .slide-arrow-right.slick-arrow {
  background: url(../images/right_Arrow.svg) no-repeat scroll center;
  background-size: 50%;
  background-color: #fff;
}

.post-block-col-one .news-post-grid-thumbnail a img,
.theme-post-video-block .blog-post-video-thumbnail img {
  transition: 0.35s ease-in;
}

.post-block-col-one:hover .news-post-grid-thumbnail a img,
.theme-post-video-block:hover .blog-post-video-thumbnail img {
  transform: scale(1.05);
}

.blog-sidebar .widget.widget_archive,
.blog-sidebar .widget .widget-title,
.wp-block-search .wp-block-search__label,
.widget.widget_block .wp-block-group__inner-container h2,
.widget.widget_block .wp-block-group__inner-container h3 {
  font-weight: 600;
  color: #101513;
  font-size: 16px;
  font-style: normal;
  line-height: 26px;
  margin-bottom: 14px;
}
.wp-block-search .wp-block-search__label {
  margin: 0;
}
.sidebar.blog-sidebar .widget ul.wp-block-categories li span.posts-count,
.blog-sidebar .widget_categories .cat-item span.post_count {
  background: none !important;
  border: 1px solid #5e5eee;
  color: #5e5eee;
  border-radius: 25px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget_nav_menu ul.sub-menu li {
  padding-left: 8px;
}

.category-layout-one
  .tab-block-list-single
  .post-meta-bottom-list-wrap
  .post-meta-left-wrap
  ul.post-bottom-meta-list
  li.post-meta-time {
  display: none;
}

.blog.main-container
  .post-meta-bottom-list-wrap
  .post-meta-left-wrap
  ul.post-bottom-meta-list
  li:before {
  display: none;
}

.blog-style-one-template .post-featured-image img {
  width: auto;
  height: auto;
}
h4.blog-post-author-name {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}
.blog-post-meta-date {
  color: #77817d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.nav_two_search:hover {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

.search-container {
  position: relative;
  display: inline-block;
  height: 44px;
  width: 44px;
  vertical-align: middle;
}

.searchbutton {
  position: absolute;
  font-size: 20px;
  width: 44px;
  margin: 0;
  padding: 2px;
  left: 0;
  top: 0;
  z-index: 9999;
  cursor: pointer;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.search:focus + .searchbutton {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  color: black;
}
button.nav_two_search.searchbutton:focus,
button.nav_two_search.searchbutton {
  border: none;
  background: none;
  outline: none;
}

.search:focus {
  width: 200px;
  padding: 0 16px 0 0;
}

.expandright {
  left: auto;
  right: 0px;
}
header#theme-header-two input.search.expandright {
  position: absolute;
  height: 44px;
  width: 0px;
  border: none;
  transition: all 0.3s;
}
.expandright:focus {
  padding: 0 0 0 16px;
  border: 1px solid #000 !important;
  border-radius: 50px;
  width: 200px !important;
  transition: all 0.3s;
}

.breaccrumb-inner #crumbs {
  color: #101513;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 8px;
}
.breaccrumb-inner #crumbs span.current {
  color: #5e5eee;
}
.theme-pagination-style.custom-paging-style {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 45px 0px;
}
.theme-pagination-style.custom-paging-style span.current,
.theme-pagination-style.custom-paging-style a {
  width: 40px;
  height: 40px;
  line-height: 38px;
  margin-right: 6px;
  padding: 0;
  text-align: center;
  display: inline-block;
  border: 1px solid #e4e4e4;
  color: #272727;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  border-radius: 50px;
}
.theme-pagination-style.custom-paging-style span.current:hover,
.theme-pagination-style.custom-paging-style a:hover,
.theme-pagination-style.custom-paging-style span.current {
  background: #5e5eee;
  color: #ffffff;
}

.theme-pagination-style.custom-paging-style .next.page-numbers,
.theme-pagination-style.custom-paging-style .prev.page-numbers {
  font-size: 0;
}
.theme-pagination-style.custom-paging-style .next.page-numbers:before {
  content: "\ea94";
  font-family: "IcoFont";
  font-size: 24px;
}
.theme-pagination-style.custom-paging-style .prev.page-numbers:before {
  content: "\ea93";
  font-family: "IcoFont";
  font-size: 24px;
}
