/**
*
* -----------------------------------------------------------------------------
*
* Template : Echo - News & Magazine WordPress Theme
* Author : reacthemes
* Author URI : http://www.reactheme.com/
*
* -----------------------------------------------------------------------------
*
**/
:root {
  --titleFont: "Bona Nova", sans-serif;
  --bodyFont: "Inter", sans-serif;
  --primaryColor: #537FE7 ;
  --secondaryColor: #5E5E5E ;
  --whiteColor: #ffffff;
  --titleColor: #181823;
  --hoverColor: #000;
  --bodyColor: #5E5E5E;
  --partialColor: #181823;
  --btnColor: #15171A;
  --button-bg: #537FE7;
  --button-bg-hover: #181823;
  --button-bg-dark: #212529;
  --button-bg-dark-hover: #424649;
  --gray-slate-light-900: #151A17;
  --gray-slate-light-100: #E1E3E6;
  --gray-slate-light-500: #6B7280;
  --gray-slate-light-50: #f0eff2;
  --gray-slate-light-700: #40444D;
  --gray-slate-pink-50:#FDF0F5;
  --gray-slate-light-40:#A6AAB3;
  --gray-slate-light-10: #C4C7CC;
  --gray-slate-pink-10:#F7F8F9;
  --yellow-light-50: #FCBC05;
  --gray-slate-light-25: #F0F1F2;
}

/* Blog Design */
.reactheme-blog-grid .pagination-area {
  padding-bottom: 84px;
}

.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
  clear: none;
}

.post-like-comment-share {
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 20px;
  row-gap: 5px;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 500;
  color: var(--bodyColor);
}
.post-like-comment-share i {
  margin: 0 4px;
}
.post-like-comment-share .meta-item:nth-child(1) a i {
  margin-left: 0;
}
.post-like-comment-share a {
  color: var(--bodyColor);
  font-size: 14px;
  font-weight: 500;
}
.post-like-comment-share:hover {
  color: var(--hoverColor);
}

ul.post-categories {
  display: flex;
  margin: 0;
  -moz-column-gap: 4px;
       column-gap: 4px;
  justify-content: space-between;
}

.post-link {
  background-size: 200% 1px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: all 500ms;
  color: var(--titleColor);
}

.post-link:hover {
  color: var(--hoverColor);
  background-position: 0% 100%;
  background-image: linear-gradient(to right, currentColor 50%, transparent 50%);
}

.blog-item .sticky .post-link {
  color: var(--primaryColor);
}

.custom-social-share {
  margin-right: 20px;
}
.custom-social-share a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: var(--gray-slate-light-900);
  color: var(--whiteColor);
  text-align: center;
  margin-right: 6px;
}
.custom-social-share a:hover i {
  background: var(--titleColor);
}

.blog-item.no-thumbs {
  padding-top: 0px;
}
.blog-item.no-thumbs .categories {
  margin-bottom: 5px;
  padding: 0 0 0 48px;
}
.blog-item.no-thumbs .categories .category-name a {
  background: var(--primaryColor);
  color: #fff;
  padding: 5px 19px 6px;
  border-radius: 5px;
  font-size: 13px;
  margin-right: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.blog-item.no-thumbs .categories .category-name a:hover {
  background: var(--secondaryColor);
}

.load-more-pagination-area {
  position: relative;
}
.load-more-pagination-area .load_more_trigger {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 180px !important;
  font-weight: unset;
}
.load-more-pagination-area .load_more_trigger img {
  display: none;
  position: absolute;
  transform: translateY(-50%);
  margin-left: 5px;
}
.load-more-pagination-area.load-more-pagination-area-style2 {
  display: flex;
  align-items: center;
}
.load-more-pagination-area.load-more-pagination-area-style2 .load_more_trigger {
  margin: 0 20px;
}
.load-more-pagination-area.load-more-pagination-area-style2::after {
  content: "";
  display: inline-block;
  width: 90%;
  height: 2px;
  background: rgba(94, 94, 94, 0.6196078431);
}
.load-more-pagination-area.load-more-pagination-area-style2::before {
  content: "";
  display: inline-block;
  width: 90%;
  height: 2px;
  background: rgba(94, 94, 94, 0.6196078431);
}

.reactheme-blog-details .contents-column,
.reactheme-blog .contents-column,
.blog .contents-column {
  position: relative;
}
.reactheme-blog-details figure.wp-block-gallery.has-nested-images figure.wp-block-image,
.reactheme-blog figure.wp-block-gallery.has-nested-images figure.wp-block-image,
.blog figure.wp-block-gallery.has-nested-images figure.wp-block-image {
  -moz-column-gap: 0;
       column-gap: 0;
}
.reactheme-blog-details figure.wp-block-gallery.has-nested-images figure.wp-block-image:nth-child(odd),
.reactheme-blog figure.wp-block-gallery.has-nested-images figure.wp-block-image:nth-child(odd),
.blog figure.wp-block-gallery.has-nested-images figure.wp-block-image:nth-child(odd) {
  padding-right: calc(var(--bs-gutter-x) * 0.05);
}
.reactheme-blog-details figure.wp-block-gallery.has-nested-images figure.wp-block-image:nth-child(even),
.reactheme-blog figure.wp-block-gallery.has-nested-images figure.wp-block-image:nth-child(even),
.blog figure.wp-block-gallery.has-nested-images figure.wp-block-image:nth-child(even) {
  padding-left: calc(var(--bs-gutter-x) * 0.05);
}
.reactheme-blog-details .bs-img,
.reactheme-blog-details .blog-img,
.reactheme-blog .bs-img,
.reactheme-blog .blog-img,
.blog .bs-img,
.blog .blog-img {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.reactheme-blog-details .bs-img img,
.reactheme-blog-details .blog-img img,
.reactheme-blog .bs-img img,
.reactheme-blog .blog-img img,
.blog .bs-img img,
.blog .blog-img img {
  transition: 0.3s ease-out;
}
.reactheme-blog-details .bs-img img:hover,
.reactheme-blog-details .blog-img img:hover,
.reactheme-blog .bs-img img:hover,
.reactheme-blog .blog-img img:hover,
.blog .bs-img img:hover,
.blog .blog-img img:hover {
  transform: scale(1.03);
}
.reactheme-blog-details .bs-img .blog-date,
.reactheme-blog-details .blog-img .blog-date,
.reactheme-blog .bs-img .blog-date,
.reactheme-blog .blog-img .blog-date,
.blog .bs-img .blog-date,
.blog .blog-img .blog-date {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 100px;
  height: 80px;
}
.reactheme-blog-details .bs-img .blog-date:after, .reactheme-blog-details .bs-img .blog-date:before,
.reactheme-blog-details .blog-img .blog-date:after,
.reactheme-blog-details .blog-img .blog-date:before,
.reactheme-blog .bs-img .blog-date:after,
.reactheme-blog .bs-img .blog-date:before,
.reactheme-blog .blog-img .blog-date:after,
.reactheme-blog .blog-img .blog-date:before,
.blog .bs-img .blog-date:after,
.blog .bs-img .blog-date:before,
.blog .blog-img .blog-date:after,
.blog .blog-img .blog-date:before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.2s;
  width: 0px;
  height: 0px;
  z-index: 100;
  top: 0;
  left: 0;
}
.reactheme-blog-details .bs-img .blog-date:after,
.reactheme-blog-details .blog-img .blog-date:after,
.reactheme-blog .bs-img .blog-date:after,
.reactheme-blog .blog-img .blog-date:after,
.blog .bs-img .blog-date:after,
.blog .blog-img .blog-date:after {
  border-top: 0 solid;
  border-bottom-color: #f9f9f9;
  border-bottom: 80px solid transparent;
  border-left: 100px solid #f9f9f9;
}
.reactheme-blog-details .bs-img .blog-date:before,
.reactheme-blog-details .blog-img .blog-date:before,
.reactheme-blog .bs-img .blog-date:before,
.reactheme-blog .blog-img .blog-date:before,
.blog .bs-img .blog-date:before,
.blog .blog-img .blog-date:before {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  border-bottom: 0 solid;
  border-bottom-color: var(--secondaryColor);
  border-top: 80px solid transparent;
  border-right: 100px solid var(--secondaryColor);
}
.reactheme-blog-details .bs-img .blog-date span,
.reactheme-blog-details .blog-img .blog-date span,
.reactheme-blog .bs-img .blog-date span,
.reactheme-blog .blog-img .blog-date span,
.blog .bs-img .blog-date span,
.blog .blog-img .blog-date span {
  display: block;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  z-index: 999;
  height: 40px;
  padding: 6px 0;
}
.reactheme-blog-details .bs-img .blog-date span.date,
.reactheme-blog-details .blog-img .blog-date span.date,
.reactheme-blog .bs-img .blog-date span.date,
.reactheme-blog .blog-img .blog-date span.date,
.blog .bs-img .blog-date span.date,
.blog .blog-img .blog-date span.date {
  color: var(--secondaryColor);
  font-size: 24px;
  text-align: left;
  padding-left: 12px;
  padding-top: 10px;
}
.reactheme-blog-details .bs-img .blog-date span.month,
.reactheme-blog-details .blog-img .blog-date span.month,
.reactheme-blog .bs-img .blog-date span.month,
.reactheme-blog .blog-img .blog-date span.month,
.blog .bs-img .blog-date span.month,
.blog .blog-img .blog-date span.month {
  text-align: right;
  padding-right: 12px;
  font-size: 18px;
}
.reactheme-blog-details .bs-img .categories,
.reactheme-blog-details .blog-img .categories,
.reactheme-blog .bs-img .categories,
.reactheme-blog .blog-img .categories,
.blog .bs-img .categories,
.blog .blog-img .categories {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.reactheme-blog-details .bs-img .categories .category-name a,
.reactheme-blog-details .blog-img .categories .category-name a,
.reactheme-blog .bs-img .categories .category-name a,
.reactheme-blog .blog-img .categories .category-name a,
.blog .bs-img .categories .category-name a,
.blog .blog-img .categories .category-name a {
  background: var(--primaryColor);
  color: #fff;
  padding: 5px 19px 6px;
  border-radius: 5px;
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.reactheme-blog-details .bs-img .categories .category-name a:hover,
.reactheme-blog-details .blog-img .categories .category-name a:hover,
.reactheme-blog .bs-img .categories .category-name a:hover,
.reactheme-blog .blog-img .categories .category-name a:hover,
.blog .bs-img .categories .category-name a:hover,
.blog .blog-img .categories .category-name a:hover {
  background: var(--secondaryColor);
}
.reactheme-blog-details .post-meta i,
.reactheme-blog .post-meta i,
.blog .post-meta i {
  margin-right: 8px;
}
.reactheme-blog-details .post-meta i:before,
.reactheme-blog .post-meta i:before,
.blog .post-meta i:before {
  font-size: 14px;
  font-weight: 600;
}
.reactheme-blog-details .post-meta.date-meta,
.reactheme-blog .post-meta.date-meta,
.blog .post-meta.date-meta {
  margin-right: 16px;
  color: #999;
}
.reactheme-blog-details .post-meta.author,
.reactheme-blog .post-meta.author,
.blog .post-meta.author {
  color: #555;
}

.bs-img {
  border-radius: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
}
.bs-img img {
  width: 100% !important;
}

.widget-title a {
  color: #fff;
}
.widget-title a:hover {
  color: #fff;
}
.widget-title a:visited {
  color: #fff;
}

/* -----------------------
    14. Blog Post
--------------------------*/
.reactheme-blog .grid-blog {
  margin-top: 50px;
}
.reactheme-blog .blog-item {
  margin-bottom: 30px;
  background: #fff;
}
.reactheme-blog .blog-item .blog-img {
  position: relative;
}
.reactheme-blog .blog-item .blog-img a {
  z-index: 11;
  position: relative;
  color: #fff;
}
.reactheme-blog .blog-item .blog-img a:hover {
  background: var(--primaryColor);
}
.reactheme-blog .blog-item .blog-img .blog-img-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  z-index: 10;
  padding: 20px;
  opacity: 0;
  transition: 0.3s all ease-out;
}
.reactheme-blog .blog-item .blog-img .blog-img-content .blog-link {
  display: inline-block;
  font-size: 19px;
  width: 52px;
  line-height: 54px;
  height: 52px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s ease 0s;
}
.reactheme-blog .blog-item .blog-img .blog-img-content .blog-link:hover {
  background: var(--primaryColor);
  color: #fff !important;
}
.reactheme-blog .blog-item .blog-img .blog-img-content .blog-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-top: 15px;
  color: #fff;
  margin-bottom: 0;
}
.reactheme-blog .blog-item .blog-img .blog-img-content .blog-title a {
  color: #fff;
}
.reactheme-blog .blog-item .blog-img .blog-img-content .blog-title a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.reactheme-blog .blog-item .blog-img:hover .blog-img-content {
  top: 0px;
  opacity: 1;
}
.reactheme-blog .blog-item .blog-meta {
  transition: all 0.3s ease 0s;
  margin-top: 20px;
}
.reactheme-blog .blog-item .blog-meta li {
  font-size: 15px;
  margin-right: 25px;
}
.reactheme-blog .blog-item .blog-meta .seperator {
  padding-left: 7px;
}
.reactheme-blog .blog-item .blog-meta .blog-date {
  display: inline-block;
  font-weight: 400;
  color: #777;
}
.reactheme-blog .blog-item .blog-meta .blog-date svg {
  width: 18px;
  position: relative;
  top: 7px;
  margin-right: 3px;
}
.reactheme-blog .blog-item .blog-meta .categories a {
  color: #999999;
}
.reactheme-blog .blog-item .blog-meta .categories a:hover {
  color: var(--primaryColor);
}
.reactheme-blog .blog-item .blog-meta .blog-lc {
  display: inline-block;
}
.reactheme-blog .blog-item .blog-meta .blog-lc > div {
  display: inline-block;
}
.reactheme-blog .blog-item .date-post {
  padding: 0;
  color: #999999;
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 12px;
}
.reactheme-blog .blog-item span.author,
.reactheme-blog .blog-item span.category {
  padding: 0;
  margin-right: 9px;
  margin-bottom: 10px;
  margin-left: 0;
  display: inline;
  position: relative;
  text-transform: inherit;
  color: #555;
}
.reactheme-blog .blog-item .blog-slidermeta {
  margin-bottom: 6px;
}
.reactheme-blog .blog-item .blog-slidermeta span.seperator {
  display: inline-block;
  padding-right: 5px;
  font-size: 12px;
}
.reactheme-blog .blog-item .blog-slidermeta span.category a {
  color: #999999;
}
.reactheme-blog .blog-item .blog-slidermeta span.category a:hover {
  color: var(--primaryColor);
}
.reactheme-blog .blog-item div.comment {
  padding: 0;
  color: var(--hoverColor);
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 13px !important;
  line-height: normal;
}
.reactheme-blog .blog-item .blog-author {
  display: flex;
  align-items: center;
}
.reactheme-blog .blog-item .blog-author .author-img {
  float: left;
}
.reactheme-blog .blog-item .blog-author .author-img img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.reactheme-blog .blog-item .blog-author .author-info {
  margin-left: 15px;
}
.reactheme-blog .blog-item .blog-author .author-info .author-name {
  font-size: 15px;
  margin-bottom: 0;
}
.reactheme-blog .blog-item .blog-author .author-info .author-title {
  font-size: 12px;
}
.reactheme-blog .blog-item .blog-desc {
  clear: both;
  max-width: 573px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 150%;
}
.reactheme-blog .blog-item .blog-desc p {
  margin-bottom: 0;
}
.reactheme-blog .blog-item .blog-button {
  display: block;
  margin-top: 30px;
}
.reactheme-blog .blog-item .blog-button a {
  background: transparent;
  color: var(--primaryColor);
  border-radius: 0;
  border: none;
  font-family: var(--partialFont);
  font-size: 16px;
  padding: 30px 0 8px;
  border-bottom: 1px solid var(--border-color);
  position: relative;
}
.reactheme-blog .blog-item .blog-button a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  width: 0%;
  border-bottom: 1px solid var(--primaryColor);
  transition: 350ms width cubic-bezier(0.38, 0.01, 0.43, 0.16);
}
.reactheme-blog .blog-item .blog-button a:hover:after {
  width: 100%;
}
.reactheme-blog .sidebar-none {
  display: none;
}
.reactheme-blog .home_full_blog {
  padding: 0;
}
.reactheme-blog .home_full_blog .blog-desc {
  margin-bottom: 20px;
}
.reactheme-blog .home_full_blog .blog-date {
  padding-top: 15px;
}

.comment i {
  color: #999;
  font-size: 12px;
}

.single-post .reactheme-blog-details .bs-meta {
  margin-top: 0px;
  margin-bottom: 18px;
}

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

.related-post .echo-more-news-area {
  padding: 35px 30px;
  background: #f9f9f9;
  margin-bottom: 40px;
}
.related-post .echo-more-news-area .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
}
.related-post .echo-more-news-area .echo-top-story {
  display: flex;
  margin: 18px 0;
  gap: 15px;
  align-items: center;
  background: #fff;
  padding: 15px;
}
.related-post .echo-more-news-area .echo-top-story .echo-story-picture {
  overflow: hidden;
  flex-basis: 30%;
}
.related-post .echo-more-news-area .echo-top-story .echo-story-picture img {
  width: 100%;
  height: 100%;
}
.related-post .echo-more-news-area .echo-top-story .img-transition-scale {
  overflow: hidden;
}
.related-post .echo-more-news-area .echo-top-story .echo-story-text {
  flex-basis: 70%;
}
.related-post .echo-more-news-area .echo-top-story .echo-story-text h6 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  color: var(--secondaryColor) !important;
}

body.archive .reactheme-blog .blog-thumbnail, body.blog .reactheme-blog .blog-thumbnail {
  position: relative;
}
body.archive .reactheme-blog .blog-thumbnail .video-play-button, body.blog .reactheme-blog .blog-thumbnail .video-play-button {
  top: 50% !important;
}
body.archive .reactheme-blog .echo-blog-grid hr, body.blog .reactheme-blog .echo-blog-grid hr {
  max-width: 100%;
}
body.archive .reactheme-blog .blog--style1 p, body.blog .reactheme-blog .blog--style1 p {
  padding-top: 10px;
  margin-bottom: 20px;
}
body.archive .reactheme-blog .blog-contents-wrapper, body.blog .reactheme-blog .blog-contents-wrapper {
  position: relative;
  margin-bottom: 0 !important;
}
body.archive .reactheme-blog .echo-blog-grid-post-title, body.blog .reactheme-blog .echo-blog-grid-post-title {
  margin-bottom: 0;
}
body.archive .reactheme-blog .blog-item:nth-last-child(1), body.blog .reactheme-blog .blog-item:nth-last-child(1) {
  padding-right: 0 !important;
}
body.archive .reactheme-blog .blog--style1 .blog-item, body.blog .reactheme-blog .blog--style1 .blog-item {
  margin-left: 15px;
  margin-right: 15px;
  box-shadow: 30px 30px 60px rgba(0, 0, 1, 0.05);
}
body.archive .reactheme-blog .blog--style1 .blog-item .blog-contents-wrapper .blog-meta, body.blog .reactheme-blog .blog--style1 .blog-item .blog-contents-wrapper .blog-meta {
  margin-bottom: 20px;
}
body.archive .reactheme-blog .blog--style1 .blog-item .blog-contents-wrapper .blog-content, body.blog .reactheme-blog .blog--style1 .blog-item .blog-contents-wrapper .blog-content {
  padding: 10px 30px 20px;
}
body.archive .reactheme-blog .blog--style2 .blog-item, body.blog .reactheme-blog .blog--style2 .blog-item {
  padding: 0 !important;
}
body.archive .reactheme-blog .blog--style2 .blog-item .blog-contents-wrapper .blog-thumbnail, body.blog .reactheme-blog .blog--style2 .blog-item .blog-contents-wrapper .blog-thumbnail {
  flex-basis: 45%;
  width: 45%;
}
body.archive .reactheme-blog .blog--style2 .blog-item .blog-contents-wrapper .blog-content, body.blog .reactheme-blog .blog--style2 .blog-item .blog-contents-wrapper .blog-content {
  flex-basis: 55%;
  width: 55%;
  padding-top: 15px;
}
body.archive .reactheme-blog .blog--style3 .blog-item, body.blog .reactheme-blog .blog--style3 .blog-item {
  background: transparent !important;
}
body.archive .reactheme-blog .blog--style3 .blog-contents-wrapper, body.blog .reactheme-blog .blog--style3 .blog-contents-wrapper {
  box-shadow: 30px 30px 60px rgba(0, 0, 1, 0.05);
  flex-direction: column;
  text-align: center;
  gap: 40px;
}
body.archive .reactheme-blog .blog--style3 .blog-contents-wrapper .blog-content, body.blog .reactheme-blog .blog--style3 .blog-contents-wrapper .blog-content {
  position: relative;
  padding: 10px 25px;
}
body.archive .reactheme-blog .blog--style3 .blog-contents-wrapper .blog-content .content-catagory-tag-wrapper, body.blog .reactheme-blog .blog--style3 .blog-contents-wrapper .blog-content .content-catagory-tag-wrapper {
  height: 44px;
  margin-top: -22px;
  width: 100%;
}
body.archive .reactheme-blog .blog--style3 .blog-contents-wrapper .blog-content .content-catagory-tag-wrapper span, body.blog .reactheme-blog .blog--style3 .blog-contents-wrapper .blog-content .content-catagory-tag-wrapper span {
  background-color: #000;
  color: #fff;
  padding: 12px 18px;
  text-align: center;
  text-transform: uppercase;
}
body.archive .reactheme-blog .blog--style3 .blog-contents-wrapper .blog-content .echo-blog-grid-post-title, body.blog .reactheme-blog .blog--style3 .blog-contents-wrapper .blog-content .echo-blog-grid-post-title {
  margin-bottom: 20px;
}
body.archive .reactheme-blog .blog--style3 .blog-contents-wrapper .blog-content .blog-meta, body.blog .reactheme-blog .blog--style3 .blog-contents-wrapper .blog-content .blog-meta {
  justify-content: center;
  padding-top: 0;
  margin-bottom: 20px;
  margin-top: 0;
}
body.archive .reactheme-blog .blog--style3 .blog-item:nth-child(5), body.blog .reactheme-blog .blog--style3 .blog-item:nth-child(5) {
  flex: 0 0 auto;
  width: 100%;
}
body.archive .reactheme-blog .pagination-area .rts-btn, body.blog .reactheme-blog .pagination-area .rts-btn {
  padding: 12px 38px;
}
body.archive .reactheme-blog .pagination-area .empty-result, body.blog .reactheme-blog .pagination-area .empty-result {
  font-weight: 500;
}

.react-list {
  margin-left: 20px;
}

.wp-block-image figcaption {
  text-align: center;
  font-size: 14px;
  color: rgba(82, 82, 82, 0.5);
}

.ps-navigation ul {
  margin: 0 !important;
  list-style: none;
}
.ps-navigation ul .next_link {
  border-bottom: 1px solid var(--border-color);
}
.ps-navigation ul a {
  text-transform: uppercase;
  background: transparent;
  border-radius: 3px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.ps-navigation ul a span {
  display: block;
  font-weight: normal;
  text-transform: capitalize;
}
.ps-navigation ul a i {
  vertical-align: text-top;
}
.ps-navigation ul a:hover {
  color: var(--secondaryColor);
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container p,
.wp-block-cover .wp-block-cover__inner-container p a {
  color: var(--whiteColor) !important;
}

/* ------------------------------------
    22. Blog Details
  ---------------------------------------*/
blockquote.wp-block-quote {
  background: #F9F9F9;
  padding: 20px 20px 20px 25px;
  position: relative;
  margin-bottom: 30px;
  font-family: var(--titleFont);
}
blockquote.wp-block-quote:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 4px;
  left: 0;
  top: 0;
  background: var(--primaryColor);
}

.wp-block-quote cite,
.wp-block-pullquote cite {
  font-style: normal;
}

.wp-block-pullquote {
  padding: 0;
  background-color: transparent !important;
  margin: 0;
  position: relative;
}
.wp-block-pullquote blockquote {
  display: grid;
  font-style: normal;
}
.wp-block-pullquote blockquote .quote-icon {
  background-image: url("../images/quote-icon.png");
  background-repeat: no-repeat;
  background-position: left center;
  height: 30px;
  order: -1;
}
.wp-block-pullquote blockquote p {
  font-size: 23px;
  line-height: 35px;
  font-weight: 400;
  margin: 20px 0 0 0;
  font-family: var(--titleFont);
  color: var(--titleColor);
  margin-bottom: 15px;
}
.wp-block-pullquote blockquote cite {
  font-weight: bold;
  font-size: 16px;
}
.wp-block-pullquote blockquote cite:before {
  content: "";
  width: 15px;
  height: 1px;
  background: #5E5E5E;
  margin-right: 10px;
  margin-bottom: 6px;
  display: inline-block;
}
.wp-block-pullquote:after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 1px;
  height: 100%;
  background-color: #454545;
}

.reactheme-blog-details {
  margin-bottom: 0px;
}
.reactheme-blog-details .page-layout-2right .bs-img {
  margin-bottom: 20px;
}
.reactheme-blog-details .single-thumbnail-image-wrapper img {
  width: auto !important;
}
.reactheme-blog-details .tag-line {
  padding: 0;
}
.reactheme-blog-details .tag-line a {
  font-weight: 400;
  color: #555;
}
.reactheme-blog-details .user-info {
  justify-content: start;
  padding: 30px 0 50px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 50px;
}
.reactheme-blog-details .bs-desc ul.react-bullet-1 {
  padding: 0;
  margin: 0 0 30px 0;
  display: flex;
  flex-wrap: wrap;
  padding-left: 22px;
}
.reactheme-blog-details .bs-desc ul.react-bullet-1 li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.reactheme-blog-details .page-layout-2right {
  overflow: hidden;
}
.reactheme-blog-details .page-layout-2right .blog-meta {
  margin-bottom: 20px;
}
.reactheme-blog-details .page-layout-2right .post--tilte-single h1 {
  margin: 30px 0;
  line-height: 1.2;
}
.reactheme-blog-details .page-layout-2right .bs-desc ul {
  justify-content: space-between;
}
.reactheme-blog-details .page-layout-2right .bs-desc ul li {
  list-style: none;
  width: 48%;
  padding-left: 6px;
  font-family: var(--titleFont);
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  position: relative;
}
.reactheme-blog-details .page-layout-2right .bs-desc ul li::marker {
  content: "\e83f";
  font-family: "rt-icons";
}
.reactheme-blog-details .page-layout-2right-top .bs-desc ul:nth-of-type(odd) {
  justify-content: space-between;
}
.reactheme-blog-details .page-layout-2right-top .bs-desc ul:nth-of-type(odd) li {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  padding-left: 10px;
  font-family: var(--titleFont);
  position: relative;
  color: #000;
  width: 48%;
}
.reactheme-blog-details .page-layout-2right-top .bs-desc ul:nth-of-type(odd) li::marker {
  color: var(--primaryColor);
}
.reactheme-blog-details .page-layout-2right-top .bs-desc ul:nth-of-type(even) {
  justify-content: space-between;
}
.reactheme-blog-details .page-layout-2right-top .bs-desc ul:nth-of-type(even) li {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  width: 100%;
  padding-left: 0;
  font-family: var(--titleFont);
  position: relative;
}
.reactheme-blog-details .page-layout-2right-top .post--tilte-single h1 {
  margin-top: 30px;
}
.reactheme-blog-details .page-layout-2right-top .blog-meta {
  margin-bottom: 20px;
}
.reactheme-blog-details .page-layout-2right-top .content-catagory-tag-wrapper {
  margin-top: 10px;
}
.reactheme-blog-details .page-layout-2right-top .content-catagory-tag-wrapper .content-catagory-tag {
  background: #F05600;
  color: #FFFFFF;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  border-radius: 5px;
}
.reactheme-blog-details .page-layout-full-top .post--tilte-single h1 {
  margin-top: 0;
}
.reactheme-blog-details .page-layout-full-top .blog-meta {
  margin-bottom: 15px;
}
.reactheme-blog-details .page-layout-full-top .bs-desc .has-drop-cap::first-letter {
  font-size: 80px;
  line-height: 96px;
  font-weight: 400;
  border: 1px solid rgba(94, 94, 94, 0.3019607843);
  padding: 25px 45px;
  margin-right: 20px;
  display: block;
  float: left;
  color: var(--titleColor);
}
.reactheme-blog-details .bottom-tags-share {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 30px;
}
.reactheme-blog-details .bottom-tags-share .bs-info {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
}
.reactheme-blog-details .bottom-tags-share .bs-info h4.tags-text {
  margin-bottom: 0 !important;
  margin-right: 5px;
}
.reactheme-blog-details .bottom-tags-share .bs-info a[rel=tag] {
  padding: 8px 10px;
  background: #f9f9f9;
  transition: all 0.3s;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 5px;
  color: var(--titleColor);
}
.reactheme-blog-details .bottom-tags-share .bs-info a[rel=tag]:first-child {
  margin-left: 10px;
}
.reactheme-blog-details .bottom-tags-share .bs-info a[rel=tag]:hover {
  background: var(--primaryColor) !important;
  color: #fff;
}
.reactheme-blog-details .bottom-tags-share .custom-social-share {
  margin-right: 0;
}
.reactheme-blog-details .bottom-tags-share .custom-social-share a {
  margin: 0 5px;
}
.reactheme-blog-details .bottom-tags-share .custom-social-share a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: transparent;
  color: var(--bodyColor);
  transition: all 0.3s;
}
.reactheme-blog-details .bottom-tags-share .custom-social-share a:hover i {
  color: var(--primaryColor);
}
.reactheme-blog-details .ps-navigation ul {
  list-style: none;
  margin: 0;
}
.reactheme-blog-details .bs-title {
  margin-top: 0px;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.reactheme-blog-details .single-page-info .p-user .author-img {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 10px;
}
.reactheme-blog-details .single-page-info .p-user .author-img img {
  border-radius: 50%;
}
.reactheme-blog-details .single-page-info .p-date,
.reactheme-blog-details .single-page-info .author-name,
.reactheme-blog-details .single-page-info .p-cname {
  padding: 0;
  color: #737383;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 0;
}
.reactheme-blog-details .single-page-info .author-name {
  color: #737383;
}
.reactheme-blog-details .bs-meta {
  font-size: 14px;
  margin: 15px 0 0;
  padding: 0;
}
.reactheme-blog-details .bs-meta li {
  display: inline-block;
  line-height: 10px;
  margin-right: 10px;
}
.reactheme-blog-details .bs-meta li i {
  margin-right: 3px;
  font-size: 12px;
  color: var(--secondaryColor);
}
.reactheme-blog-details .bs-meta li a {
  color: #333;
}
.reactheme-blog-details .bs-meta li.category-name ul {
  margin: 0;
  float: left;
  padding-left: 8px;
}
.reactheme-blog-details .bs-meta li .seperator {
  padding-right: 10px;
}
.reactheme-blog-details .author-block .echo-author-area {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  padding: 20px;
  margin-bottom: 40px;
}
.reactheme-blog-details .author-block .echo-author-area .image-area {
  flex-basis: 25%;
}
.reactheme-blog-details .author-block .echo-author-area .content {
  flex-basis: 75%;
}
.reactheme-blog-details .author-block .echo-author-area .content .title {
  margin-bottom: 10px;
  font-size: 26px;
}
.reactheme-blog-details .author-block .echo-author-area .content p {
  margin-bottom: 0;
}
.reactheme-blog-details .author-block.style-full-top .echo-author-area {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 15px;
  row-gap: 15px;
  background: transparent;
}
.reactheme-blog-details .author-block.style-full-top .echo-author-area .content p {
  margin-top: 15px;
}
.reactheme-blog-details .author-block.style-full-top .echo-author-area .content .custom-social-share {
  justify-content: center;
  margin-top: 20px;
}
.reactheme-blog-details .author-block.style-full-top .echo-author-area .content .custom-social-share a i {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--bodyColor);
  border: 1px solid var(--bodyColor);
  transition: all 0.3s ease;
  margin-right: 20px;
}
.reactheme-blog-details .author-block.style-full-top .echo-author-area .content .custom-social-share a:hover i {
  background: var(--primaryColor);
  color: var(--whiteColor);
  border-color: var(--whiteColor);
}
.reactheme-blog-details .author-block.style-full-top .echo-author-area .image-area img {
  border-radius: 50%;
}
.reactheme-blog-details .comments-title {
  font-size: 30px;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 35px;
}
.reactheme-blog-details #reply-title {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.6px;
  letter-spacing: -0.28px;
  margin-bottom: 20px;
  padding-top: 30px;
  position: relative;
  padding: 0 0 7px;
  margin-bottom: 0 !important;
}
.reactheme-blog-details #reply-title small {
  font-size: 80%;
}
.reactheme-blog-details #reply-title small a {
  color: var(--titleColor);
  padding-left: 10px;
}
.reactheme-blog-details #reply-title small a:hover {
  color: var(--primaryColor);
}
.reactheme-blog-details .comment-block {
  margin-top: 50px;
}
.reactheme-blog-details .comment-block .comment {
  padding: 25px;
  background: #fff;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 35px;
}
.reactheme-blog-details .comment-block .comment .comment-header {
  margin-bottom: 10px;
}
.reactheme-blog-details .comment-block .comment .comment-header:before, .reactheme-blog-details .comment-block .comment .comment-header:after {
  content: "";
  display: table;
}
.reactheme-blog-details .comment-block .comment .comment-header:after {
  clear: both;
}
.reactheme-blog-details .comment-block .comment img {
  float: left;
  margin-right: 15px;
}
.reactheme-blog-details .comment-block .comment h3 {
  margin: 5px 0 0 0;
  font-size: 16px;
  line-height: 22px;
}
.reactheme-blog-details .comment-block .comment .comment-body p.desc {
  margin-bottom: 10px;
}
.reactheme-blog-details .comment-block .comment .comment-reply {
  margin-bottom: 0;
}

.search--now--msg {
  padding-top: 32px;
}

ol.comment-list .comment-respond .form-submit {
  margin-bottom: 20px;
}

.wp-block-button.is-style-outline {
  margin: 10px 0;
}

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

.single .tag-line {
  position: relative;
}
.single .tag-line a {
  display: inline-block;
  margin-right: 3px;
  margin-left: 0;
  margin-bottom: 3px;
  padding: 4px 10px 5px;
  background: var(--primaryColor);
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  border-radius: 6px;
}
.single .ps-navigation {
  border-bottom: 1px solid var(--border-color);
  padding: 20px 0 50px;
}
.single .ps-navigation ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single .ps-navigation .prev {
  transition: all 0.5s ease;
}
.single .ps-navigation .prev i {
  margin-left: 10px;
  position: relative;
  top: -4px;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  background: transparent;
  font-size: 16px;
  border: 1px solid var(--border-color);
  border-radius: 30px;
  color: var(--titleColor);
}
.single .ps-navigation .prev .next_link {
  margin-left: 0;
}
.single .ps-navigation .prev:hover a {
  color: var(--secondaryColor);
}
.single .ps-navigation .prev .date {
  display: block;
}
.single .ps-navigation .next {
  transition: all 0.5s ease;
}
.single .ps-navigation .next .inner-next .next_link {
  margin-right: 0;
}
.single .ps-navigation .next .inner-next i {
  margin-right: 10px;
  position: relative;
  top: 0px;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  background: transparent;
  font-size: 16px;
  border: 1px solid var(--gray-slate-light-10);
  border-radius: 30px;
  color: var(--titleColor);
}
.single .ps-navigation .next:hover a {
  color: var(--secondaryColor);
}
.single .ps-navigation .next .date {
  display: block;
}
.single .ps-navigation .next_link {
  text-transform: uppercase;
  color: #909090;
}
.single .ps-navigation .link_text {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: var(--titleColor);
}
.single .ps-navigation .link_text i {
  color: #909090;
  margin-top: -9px;
}

.page .comments-area .comment-full .comment-respond {
  padding: 0;
}

.single-post .breadcrumbs-inner li {
  list-style: none;
}
.single-post .ps-navigation {
  margin-top: 0px;
}
.single-post .ps-navigation .next_link {
  font-family: var(--partialFont);
  font-size: 16px;
  text-transform: none;
  color: var(--titleColor);
  font-weight: 400;
  line-height: 30px;
  position: relative;
  letter-spacing: -0.32px;
}
.single-post .ps-navigation .next_link:hover {
  color: var(--primaryColor);
}
.single-post .ps-navigation ul li.next .inner-next {
  position: relative;
  margin-left: auto;
  max-width: -moz-max-content;
  max-width: max-content;
}
.single-post .ps-navigation ul li.next .link_text {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
}
.single-post .ps-navigation ul li.prev .inner-pre {
  position: relative;
  margin-right: 10px;
  max-width: -moz-max-content;
  max-width: max-content;
}
.single-post .ps-navigation .next_link i:before {
  margin-left: 0;
}
.single-post .single-posts-meta {
  margin: 0 !important;
  padding: 38px 40px 0;
}
.single-post .single-posts-meta .fa-comments-o:before {
  color: var(--secondaryColor);
}
.single-post .single-posts-meta li {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
  color: #555;
  font-size: 14px;
}
.single-post .single-posts-meta li span i {
  font-size: 13px;
  margin-right: 3px;
  color: var(--secondaryColor);
}
.single-post .single-posts-meta li ul {
  margin: 0;
  position: relative;
  padding-left: 19px;
}
.single-post .single-posts-meta li ul li {
  position: relative;
  font-size: 14px;
}
.single-post .single-posts-meta li ul li a {
  color: #555;
}
.single-post .single-posts-meta li ul li a:hover {
  color: var(--secondaryColor);
}
.single-post .single-posts-meta li ul li:before {
  content: ",";
  position: absolute;
  font-size: 16px;
  font-style: normal;
  right: 4px;
  top: 0;
}
.single-post .single-posts-meta li ul li:last-child:before {
  display: none;
}
.single-post .single-posts-meta li ul:before {
  content: "\f02d";
  position: absolute;
  color: var(--secondaryColor);
  font-family: FontAwesome;
  font-size: 13px;
  font-style: normal;
  left: 0;
  top: 0;
}

.single-post .ps-navigation ul li {
  word-break: break-word;
}

.btm-cate {
  overflow: hidden;
  list-style: none;
  margin: 0 0 5px;
  padding: 0px;
  position: relative;
}
.btm-cate li {
  float: left;
  margin-right: 10px;
}
.btm-cate li a {
  color: #737383;
}
.btm-cate li a:hover {
  color: var(--hoverColor);
}
.btm-cate .category-name i {
  margin-right: 3px;
  color: var(--secondaryColor);
}

.comment-respond .form-field {
  margin-bottom: 30px;
  position: relative;
}
.comment-respond .form-field i {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
.comment-respond .form-field input {
  width: 100%;
  height: 50px;
  padding: 5px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-respond .form-field #comment {
  width: 100%;
  padding: 8px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-respond .form-submit {
  clear: both;
}
.comment-respond .form-submit #submit {
  background: var(--primaryColor);
  position: relative;
  display: inline-block;
  padding: 15px 40px;
  line-height: normal;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.comment-respond .form-submit #submit:hover {
  background: var(--button-bg-hover);
  color: #fff;
}

.comment-respond label {
  display: none;
}

.single .bs-img {
  margin-bottom: 0;
}

.comments-area .echo-reply-area {
  margin-top: 0;
  background: #f9f9f9;
  padding: 30px;
  margin-bottom: 40px;
}
.comments-area .echo-comment-box {
  margin-top: 0;
  background: #f9f9f9;
  padding: 30px;
}
.comments-area ol.children {
  padding: 0;
}
.comments-area .comment-list {
  margin: 20px 0 0 0;
  padding: 0;
}
.comments-area .comment-list li.comment {
  list-style: none;
}
.comments-area .comment-list li.comment .comment-full {
  list-style: none;
  padding: 40px 0;
  position: relative;
  border-bottom: 1px solid rgba(69, 69, 69, 0.1882352941);
}
.comments-area .comment-list li.comment .comment-body {
  position: relative;
  padding-left: 98px;
}
.comments-area .comment-list li.comment #respond {
  padding-left: 98px;
  padding-bottom: 0;
  padding-top: 0px;
}
.comments-area .comment-list li.comment span.says {
  display: none;
}
.comments-area .comment-list li.comment .comment-author {
  text-transform: capitalize;
}
.comments-area .comment-list li.comment .comment-author a {
  color: var(--titleColor);
}
.comments-area .comment-list li.comment .comment-author img {
  float: left;
  border-radius: 5px;
  position: absolute;
  left: 0;
  border-radius: 50%;
}
.comments-area .comment-list li.comment .comment-author b {
  float: left;
  padding-right: 14px;
  padding-top: 0;
}
.comments-area .comment-list li.comment .comment-metadata {
  margin-left: 0;
  margin-top: 0;
  font-size: 14px;
  padding-top: 0;
  clear: both;
}
.comments-area .comment-list li.comment .comment-metadata a time {
  color: #909090;
}
.comments-area .comment-list li.comment .comment-content {
  margin-top: 6px;
  border-radius: 5px;
  padding-left: 0;
  padding-right: 0;
}
.comments-area .comment-list li.comment .comment-content p {
  margin-bottom: 4px;
}
.comments-area .comment-list li.comment .reply {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 10px;
  padding-bottom: 0;
  text-align: left;
}
.comments-area .comment-list li.comment .reply a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  padding: 4px 20px 4px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background: var(--primaryColor);
  z-index: 1;
}
.comments-area .comment-list li.comment .comment {
  margin-bottom: 0;
  padding-bottom: 0;
}
.comments-area .comment-list li.comment ol.children li {
  padding-right: 0;
  margin-left: 2.5em;
  margin-top: 0;
}
.comments-area .comment-list li.comment:last-child .comment-full {
  border-bottom: none;
}
.comments-area input {
  height: 60px !important;
  border: 1px solid rgba(69, 69, 69, 0.2509803922) !important;
  margin-bottom: 20px;
}
.comments-area textarea {
  border: 1px solid rgba(69, 69, 69, 0.2509803922) !important;
}
.comments-area p.comment-form-author {
  width: 50%;
  float: left;
}
.comments-area p.comment-form-author input {
  margin-right: 10px;
  width: calc(100% - 10px);
}
.comments-area p.comment-form-email {
  width: 50%;
  float: left;
}
.comments-area p.comment-form-email input {
  margin-left: 10px;
  width: calc(100% - 10px);
}
.comments-area .comment-navigation {
  overflow: hidden;
}
.comments-area .comment-navigation .nav-previous {
  position: relative;
  padding-left: 18px;
}
.comments-area .comment-navigation .nav-previous:before {
  content: "\f104";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 1px;
  color: #4caf50;
}
.comments-area .comment-navigation .nav-next {
  position: relative;
  padding-right: 18px;
}
.comments-area .comment-navigation .nav-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  right: 0;
  top: 1px;
  color: #4caf50;
}
.comments-area label {
  font-weight: 400;
}

.comment-full form input:focus,
.comment-full form textarea:focus {
  border: 1px solid var(--primaryColor);
  background: none;
}

.comment-full input[type=submit]:focus {
  border: 0;
}

.comment-full .comment-form-cookies-consent, .comment-full .comment-form-url {
  display: none;
}

.inner-page-title {
  padding-top: 70px;
}

.dynamic-sidebar .recent-widget {
  margin: 0 0 3em;
}
.dynamic-sidebar .widget {
  border: 0;
  padding: 40px;
}

.padding-left-sidebar .dynamic-sidebar {
  padding: 0px 0px 20px 0;
}

#respond {
  border-radius: 5px;
}

.comment #respond {
  background: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

/* ------------------------------------
    23. Blog Sidebar 
---------------------------------------*/
.react-sideabr .widget {
  background-color: #f9f9f9;
  padding: 30px 20px !important;
}
.react-sideabr .widget select {
  margin: 0;
  border: 1px solid #f8f8f8;
  border-right: 8px solid #f8f8f8;
  background: #eee;
}
.react-sideabr .footer-contact-ul i {
  margin-right: 12px;
}
.react-sideabr .footer-contact-ul i:before {
  color: var(--secondaryColor);
}
.react-sideabr .footer-contact-ul i.fa-whatsapp:before {
  font-size: 18px;
}
.react-sideabr .footer-contact-ul i.flaticon-time-call:before {
  font-size: 16px;
}
.react-sideabr .recentcomments a {
  text-decoration: underline !important;
}
.react-sideabr .recentcomments .comment-author-link a {
  text-decoration: none !important;
}
.react-sideabr .widget_block label.wp-block-search__label,
.react-sideabr .widget_block h2,
.react-sideabr .widget-title {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 30px;
}
.react-sideabr .widget {
  position: relative;
  transition: all 500ms ease;
  margin-bottom: 25px;
  padding: 0;
}
.react-sideabr .widget:hover:after {
  height: 70px;
}
.react-sideabr .widget.about_me_widget {
  text-align: center;
  margin-bottom: 75px;
}
.react-sideabr .widget.about_me_widget .about--name {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: var(--titleColor);
  padding-top: 20px;
  padding-bottom: 8px;
}
.react-sideabr .widget.about_me_widget .desc--about {
  font-family: "Mabry Pro", Sans-serif;
  max-width: 200px;
  display: block;
  margin: 0 auto;
  color: var(--gray-slate-light-700);
}
.react-sideabr .widget.about_me_widget .about-social li {
  list-style: none;
  border: none;
  display: inline-block;
  padding: 17px 0 23px;
  margin: 0 5px;
}
.react-sideabr .widget.about_me_widget .about-social li a i {
  color: var(--primaryColor);
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.react-sideabr .widget.about_me_widget .about-social li a i:hover {
  background: var(--primaryColor);
  color: var(--whiteColor);
}
.react-sideabr .widget_media_image {
  padding: 0 !important;
  background: none;
}
.react-sideabr .widget_media_image img {
  width: 100%;
  height: auto;
}
.react-sideabr .widget:last-child {
  margin-bottom: 0;
}
.react-sideabr ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.react-sideabr ul a {
  color: var(--secondaryColor);
  transition: var(--transition);
}
.react-sideabr .widget_categories ul li,
.react-sideabr .widget_archive ul li,
.react-sideabr .widget_pages ul li,
.react-sideabr .widget_meta ul li,
.react-sideabr .widget_recent_entries ul li,
.react-sideabr .widget_nav_menu ul li,
.react-sideabr .widget_block ul li {
  border-top: none;
  border: none;
  position: relative;
  background: #f4f4f4;
  margin-bottom: 10px;
  transition: 0.3s;
  padding-top: 0;
}
.react-sideabr .widget_categories ul li a,
.react-sideabr .widget_archive ul li a,
.react-sideabr .widget_pages ul li a,
.react-sideabr .widget_meta ul li a,
.react-sideabr .widget_recent_entries ul li a,
.react-sideabr .widget_nav_menu ul li a,
.react-sideabr .widget_block ul li a {
  font-family: var(--titleFont2);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--titleColor);
  transition: 0.3s;
  padding: 12px 5px 12px 12px;
  display: inline-block;
}
.react-sideabr .widget_categories ul li a:hover,
.react-sideabr .widget_archive ul li a:hover,
.react-sideabr .widget_pages ul li a:hover,
.react-sideabr .widget_meta ul li a:hover,
.react-sideabr .widget_recent_entries ul li a:hover,
.react-sideabr .widget_nav_menu ul li a:hover,
.react-sideabr .widget_block ul li a:hover {
  color: var(--primaryColor);
}
.react-sideabr .widget_categories ul li span,
.react-sideabr .widget_archive ul li span,
.react-sideabr .widget_pages ul li span,
.react-sideabr .widget_meta ul li span,
.react-sideabr .widget_recent_entries ul li span,
.react-sideabr .widget_nav_menu ul li span,
.react-sideabr .widget_block ul li span {
  font-family: var(--partialFont);
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: var(--gray-slate-light-500);
}
.react-sideabr .widget_categories ul li ul,
.react-sideabr .widget_archive ul li ul,
.react-sideabr .widget_pages ul li ul,
.react-sideabr .widget_meta ul li ul,
.react-sideabr .widget_recent_entries ul li ul,
.react-sideabr .widget_nav_menu ul li ul,
.react-sideabr .widget_block ul li ul {
  padding-left: 10px;
  padding-top: 6px;
  background: #f9f9f9;
}
.react-sideabr .widget_categories ul li ul li,
.react-sideabr .widget_archive ul li ul li,
.react-sideabr .widget_pages ul li ul li,
.react-sideabr .widget_meta ul li ul li,
.react-sideabr .widget_recent_entries ul li ul li,
.react-sideabr .widget_nav_menu ul li ul li,
.react-sideabr .widget_block ul li ul li {
  padding: 0;
  margin-bottom: 0;
}
.react-sideabr .widget_nav_menu span.description {
  display: none;
}
.react-sideabr .widget_recent_comments ul li {
  border-top: none;
  border: none;
  margin-top: 0px;
  position: relative;
  background: #eee;
  margin-bottom: 10px;
  padding: 14px 20px;
}
.react-sideabr .widget_recent_comments ul li:last-child {
  border: none;
}
.react-sideabr .widget_recent_comments ul li a {
  font-size: 16px;
  text-decoration: underline !important;
  font-weight: 500;
}
.react-sideabr .widget_recent_comments ul li a:hover {
  color: var(--secondaryColor);
}
.react-sideabr .widget_recent_comments ul li ul {
  padding-left: 10px;
}
.react-sideabr .widget_product_categories h2.widget-title {
  margin-bottom: 18px;
}
.react-sideabr .widget_product_categories ul li {
  border-top: none;
  padding: 6px 0px 6px 14px;
  border: none;
  margin-top: 0px;
  position: relative;
}
.react-sideabr .widget_product_categories ul li:after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 6px;
  color: var(--primaryColor);
}
.react-sideabr .widget_recent_entries h2.widget-title {
  margin-bottom: 18px;
}
.react-sideabr .widget_block ol.wp-block-latest-comments li {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: none;
  padding: 13px 0px 3px 0px;
  position: relative;
}
.react-sideabr .widget_block ol.wp-block-latest-comments li a {
  color: var(--secondaryColor);
}
.react-sideabr .widget_block ol.wp-block-latest-comments li a:hover {
  color: var(--primaryColor);
}
.react-sideabr .widget_block ol.wp-block-latest-comments li:first-child {
  border-top: none;
  margin-top: 0;
}
.react-sideabr .widget_block ol.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-weight: 400;
  line-height: 1.4;
}
.react-sideabr .widget_calendar table caption {
  padding-bottom: 0;
}
.react-sideabr .widget_block ul li {
  font-weight: 400;
  line-height: 1.5;
}
.react-sideabr .widget_block ul > li:first-child > a:after {
  display: none;
}
.react-sideabr .widget_search,
.react-sideabr .bs-search {
  overflow: hidden;
  position: relative;
}
.react-sideabr .widget_search input,
.react-sideabr .bs-search input {
  color: #999999;
  height: 55px;
  padding-left: 20px;
  padding-right: 65px;
  border: 1px solid transparent;
  border-radius: 100px;
  background: #fff;
}
.react-sideabr .widget_search button,
.react-sideabr .bs-search button {
  background: var(--primaryColor);
  border: medium none;
  padding: 0;
  width: 55px;
  height: 55px;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 0;
  font-size: 16px;
  outline: none;
  border-radius: 100%;
}
.react-sideabr .widget_search button i:before,
.react-sideabr .bs-search button i:before {
  margin: 0;
  color: var(--secondaryColor);
}
.react-sideabr .widget_search label,
.react-sideabr .bs-search label {
  display: inline;
  font-weight: normal;
}
.react-sideabr label.wp-block-search__label {
  display: block;
  margin-bottom: 25px;
}
.react-sideabr .wp-block-search__inside-wrapper {
  position: relative;
}
.react-sideabr .widget_search .flaticon-search {
  display: none;
}
.react-sideabr .widget_search button {
  font-size: 0;
}
.react-sideabr .widget_search button:before {
  font-family: "rt-icons";
  font-size: 16px;
  content: "\e819";
  position: absolute;
  right: 20px;
  top: 12px;
  color: #fff;
}
.react-sideabr .widget_categories ul, .react-sideabr .widget_recent_entries ul, .react-sideabr .widget_archive ul, .react-sideabr .widget_meta ul {
  list-style: none;
}
.react-sideabr .recent-post-widget > div + div {
  margin-top: 16px;
}
.react-sideabr .recent-post-widget .post-date {
  font-size: 13px;
  color: #999999;
}
.react-sideabr .recent-post-widget .post-title {
  margin-bottom: 0 !important;
}
.react-sideabr .recent-post-widget .post-desc {
  line-height: 20px;
}
.react-sideabr .recent-post-widget .post-desc h4 {
  margin-bottom: 10px;
}
.react-sideabr .recent-post-widget .post-desc span {
  display: block;
  font-size: 14px;
  color: #777777;
  font-weight: 400;
  padding-top: 3px;
}
.react-sideabr .recent-post-widget .post-desc span i {
  width: 16px;
  color: #777777;
}
.react-sideabr .follow-us-widget .echo-feature-area-right-site-follower {
  margin-top: 25px;
  background-color: #f9f9f9;
}
.react-sideabr .follow-us-widget .echo-feature-area-right-site-follower ul {
  display: flex;
  flex-wrap: wrap;
}
.react-sideabr .follow-us-widget .echo-feature-area-right-site-follower ul li {
  width: 50%;
  border-bottom: 1px solid rgba(94, 94, 94, 0.5);
  font-size: 14px;
  margin: 0;
}
.react-sideabr .follow-us-widget .echo-feature-area-right-site-follower ul li:nth-child(even) {
  border-right: 1px solid rgba(94, 94, 94, 0.5);
  padding-left: 0;
}
.react-sideabr .follow-us-widget .echo-feature-area-right-site-follower ul li:nth-child(even) {
  border-right: none;
  padding-left: 15px;
}
.react-sideabr .follow-us-widget .echo-feature-area-right-site-follower ul li:nth-last-child(1), .react-sideabr .follow-us-widget .echo-feature-area-right-site-follower ul li:nth-last-child(2) {
  border-bottom: none;
}
.react-sideabr .follow-us-widget .echo-feature-area-right-site-follower ul li a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.react-sideabr .tagcloud a {
  display: inline-block;
  margin: 10px 5px 0px 0;
  line-height: 20px;
  padding: 6px 17px;
  transition: all 0.3s ease;
  background: #f4f4f4;
  font-weight: 500;
  color: #1C2539;
  font-size: 14px !important;
  font-family: "Archivo", sans-serif;
}

.categories-list-widget .echo-popular-item ul li {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 70px;
  margin-bottom: 15px;
}
.categories-list-widget .echo-popular-item ul li a h5 {
  margin: 0;
  transform: translate(0%, 75%);
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
.categories-list-widget.style2 .echo-popular-item ul li {
  min-height: 62px;
}
.categories-list-widget.style2 .echo-popular-item ul li a h5 {
  background: #fff;
  border: 1px solid rgba(173, 110, 184, 0.1803921569);
  transform: unset;
  text-transform: uppercase;
  text-align: start;
  padding: 15px 30px;
  display: flex;
  gap: 17px;
  transition: all 0.4s;
}
.categories-list-widget.style2 .echo-popular-item ul li a h5 .counter, .categories-list-widget.style2 .echo-popular-item ul li a h5 .devider {
  color: var(--primaryColor);
}
.categories-list-widget.style2 .echo-popular-item ul li a h5 .cat-name {
  color: #454545;
}
.categories-list-widget.style2 .echo-popular-item ul li a h5:hover {
  background: transparent;
}
.categories-list-widget.style2 .echo-popular-item ul li a h5:hover .counter, .categories-list-widget.style2 .echo-popular-item ul li a h5:hover .devider, .categories-list-widget.style2 .echo-popular-item ul li a h5:hover .cat-name {
  color: #fff;
}

[data-theme=dark] .echo--sign img,
[data-theme=dark] .menu-wrap-off .offcanvas_logo a img,
[data-theme=dark] .filter-image img {
  filter: invert(1);
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-link {
  color: var(--titleColor);
}

ul.wp-block-archives-list {
  list-style: none;
}
ul.wp-block-archives-list li {
  border-top: none;
  padding: 6px 0px 6px 0px;
  border: none;
  margin-top: 0px;
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-link {
  text-decoration: underline !important;
}

.wp-block-categories.wp-block-categories-dropdown select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.wp-block-archives.wp-block-archives-dropdown select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.wp-block-categories.wp-block-categories-dropdown {
  position: relative;
  background: transparent;
  display: inline-block;
}
.wp-block-categories.wp-block-categories-dropdown:after {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  right: 14px;
  top: 7px;
  font-size: 20px;
  color: #171f32;
  z-index: 0;
  pointer-events: none;
}

.wp-block-archives.wp-block-archives-dropdown {
  position: relative;
  background: transparent;
  display: inline-block;
}
.wp-block-archives.wp-block-archives-dropdown:after {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  right: 14px;
  top: 7px;
  font-size: 20px;
  color: #171f32;
  z-index: 0;
  pointer-events: none;
}

.page-header {
  margin: 0 0 20px;
}
.page-header h1 {
  margin-top: 0;
}

body.search .entry-summary .blog-button a {
  text-align: center;
  display: inline-block;
  color: var(--primaryColor);
  padding: 7px 35px 14px 35px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 16px;
  border-radius: 15px;
}
body.search .entry-summary .blog-button a:hover {
  background: var(--secondaryColor);
  color: #fff;
  border-color: var(--secondaryColor);
}

.show-featured {
  display: flex;
  gap: 15px;
}
.show-featured .post-item {
  width: 60%;
}
.show-featured .top--image {
  width: 40%;
}
.show-featured .top--image .post-img {
  overflow: hidden;
}
.show-featured .top--image .post-img img {
  width: 100%;
}

.bs-search {
  overflow: hidden;
  position: relative;
}
.bs-search input {
  border: 0;
  background: #f6f6f6;
  color: #444444;
  padding: 18px 45px 18px 25px;
  width: 100%;
  border-radius: 0;
}
.bs-search button {
  border: medium none;
  padding: 9px 18px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  font-size: 16px;
  outline: none;
  border-radius: 0;
  color: #fff;
}
.bs-search button i:before {
  font-size: 18px;
  font-weight: 600;
}
.bs-search button:hover {
  color: var(--secondaryColor);
}
.bs-search label {
  display: inline;
  font-weight: normal;
}

.archive-post h3.blog-title a {
  color: var(--hoverColor);
}
.archive-post h3.blog-title a:hover {
  color: var(--primaryColor);
}

.search-no-results .no-results {
  margin-right: 20px;
}
.search-no-results .no-results .search-form {
  position: relative;
}
.search-no-results .no-results .search-form input {
  border-radius: 30px;
}
.search-no-results .no-results .search-form button {
  background: var(--primaryColor);
  border: medium none;
  position: absolute;
  right: 0px;
  top: 0;
  width: 55px;
  height: 55px;
  line-height: 35px;
  border-radius: 50%;
  z-index: 0;
  font-size: 16px;
  outline: none;
}
.search-no-results .no-results .search-form button:before {
  font-family: "rt-icons";
  font-size: 16px;
  content: "\e819";
  position: absolute;
  right: 20px;
  top: 11px;
  color: #fff;
}

/* ------------------------------------
    24. Blog Pagination
---------------------------------------*/
.page-numbers.dots {
  padding-left: 13px;
  line-height: 40px;
  padding-right: 20px;
  display: inline-block;
}

.pagination-area {
  margin: 11px 0 80px;
  clear: both;
  text-align: center;
}
.pagination-area .pagination {
  padding: 0;
  margin: 0;
}
.pagination-area .nav-links {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.pagination-area .nav-links span.current {
  list-style: none;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: var(--primaryColor);
  color: var(--whiteColor);
  margin: 0 8px;
  text-align: center;
  line-height: 32px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--partialFont);
  transition: 0.3s;
}
.pagination-area .nav-links > * {
  border-radius: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.pagination-area .nav-links a {
  list-style: none;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: transparent;
  color: var(--gray-slate-light-700);
  margin: 0 8px;
  text-align: center;
  line-height: 32px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--partialFont);
  transition: 0.3s;
}
.pagination-area .nav-links a:hover {
  background: var(--primaryColor);
  color: #fff;
}
.pagination-area .nav-links a.next {
  font-size: 0;
  position: relative;
}
.pagination-area .nav-links a.next:before {
  content: "\e814";
  font-family: "rt-icons";
  font-size: 16px;
  left: 50%;
  transform: translate(-50%, 0px);
  position: absolute;
  z-index: 1;
}
.pagination-area .nav-links a.prev {
  font-size: 0;
  position: relative;
}
.pagination-area .nav-links a.prev:before {
  content: "\e813";
  font-family: "rt-icons";
  font-size: 16px;
  left: 50%;
  transform: translate(-50%, 0px);
  position: absolute;
  z-index: 1;
}

.pagination-pages {
  display: inline-block;
  border: 1px solid #f1f1f1;
  padding: 11px 30px;
  border-radius: 10px;
}

.entry-footer .edit-link {
  padding: 20px 0;
  display: block;
}

.wp-block-latest-posts, .wp-block-rss {
  list-style: none;
}
.wp-block-latest-posts li, .wp-block-rss li {
  border-top: none;
  padding: 6px 0px 6px 0px;
  border: none;
  margin-top: 0px;
  position: relative;
}
.wp-block-latest-posts li a, .wp-block-rss li a {
  font-size: 16px;
  color: var(--titleColor);
}
.wp-block-latest-posts li a:hover, .wp-block-rss li a:hover {
  color: var(--secondaryColor);
}

.page-links {
  display: block;
  clear: both;
}
.page-links span {
  padding: 3px 5px;
  margin: 0 0 0 5px;
}

.page-links .current span {
  color: var(--primaryColor);
}

.page-links a span {
  background: transparent !important;
  color: #757575;
}

.comment-list .pingback, .comment-list .trackback {
  list-style: none;
  padding-bottom: 15px;
  padding-top: 15px;
}

.reactheme-blog-details .bs-meta li.category-name a {
  line-height: 22px;
}

.news-details-inner h3,
.news-details-inner h4 {
  margin-bottom: 17px;
}

/*-------------------
    Search Results
---------------------*/
body.search-results .site-main > article {
  margin-bottom: 40px;
  margin-right: 20px;
  border-bottom: 1px solid rgba(187, 187, 187, 0.2196078431);
  padding-bottom: 20px;
}
body.search-results .site-main > article .entry-title {
  padding: 0;
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 36px;
  line-height: 40px !important;
}
body.search-results .site-main > article .entry-title a {
  color: var(--titleColor);
}
body.search-results .site-main > article .entry-title a:hover {
  color: var(--primaryColor);
}
body.search-results .site-main > article .entry-summary {
  padding: 0 0 15px;
}
body.search-results .site-main > article .entry-summary p:last-child {
  margin-bottom: 0;
}
body.search-results .site-main > article .entry-summary .search-button {
  margin-top: 20px;
}
body.search-results .site-main > article .entry-summary .search-button a {
  color: var(--titleColor);
}
body.search-results .site-main > article .entry-summary .search-button a:hover {
  color: var(--secondaryColor);
}
body.search-results .site-main > article .entry-summary .search-button a i {
  vertical-align: middle;
  transition: 0.3s all ease;
}
body.search-results .site-main > article .entry-footer {
  padding: 20px 35px;
  background: #ebebec;
}
body.search-results .site-main > article .entry-footer:empty {
  display: none;
}
body.search-results .site-main > article .entry-footer span {
  font-weight: 600;
}
body.search-results .site-main > article .entry-footer span a {
  font-weight: 400;
  color: var(--bodyColor);
}
body.search-results .site-main > article .entry-footer span a:hover {
  color: var(--primaryColor);
}
body.search-results .pagination-area .pagination {
  margin: 30px 0 0;
}
body.search-results .main-contain #content {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.page #reply-title small a {
  padding-left: 10px;
}

ul.flex-direction-nav {
  position: absolute;
  top: 30%;
  z-index: 99999;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 0px;
  list-style: none;
}

li.flex-nav-prev {
  float: left;
}

li.flex-nav-next {
  float: right;
}

ul.flex-direction-nav li a {
  color: #ccc;
}

ul.flex-direction-nav li a:hover {
  text-decoration: none;
}

.reactheme-blog-details .details-full .featured-top {
  text-align: center;
}
.reactheme-blog-details .details-full .featured-top .feature-top-content {
  max-width: 850px;
  margin: auto;
}
.reactheme-blog-details .details-full .featured-top .feature-top-content .user-info {
  margin-bottom: 0;
}
.reactheme-blog-details .details-full .featured-top .feature-top-content .post--tilte-single h1 {
  margin: 25px 0 25px;
  line-height: 1.2;
}
.reactheme-blog-details .details-full .featured-top .feature-top-content .details-social {
  margin-bottom: 65px;
}
.reactheme-blog-details .details-full .featured-top .feature-top-content .details-social .custom-social-share {
  margin-right: 0;
}
.reactheme-blog-details .details-right-top .featured-top .user-info {
  justify-content: start;
  padding: 16px 0 50px;
  border-bottom: 1px solid var(--gray-slate-light-100);
  margin-bottom: 10px;
}
.reactheme-blog-details .layout_full_des {
  max-width: 875px;
  margin: auto;
  margin-top: 45px;
}
.reactheme-blog-details .layout_full_des .news-details-inner {
  margin-right: 0;
}

.reactheme-blog-details.layout_right_top_des .widget-area {
  margin-top: 50px;
}

.reactheme-blog-details.layout_full_top_des .details-full-top {
  position: relative;
}
.reactheme-blog-details.layout_full_top_des .details-full-top .featured-top {
  max-width: 850px;
  margin: auto;
  text-align: center;
  border-bottom: 1px solid var(--gray-slate-light-100);
  margin-bottom: 45px;
  margin-top: 5px;
}
.reactheme-blog-details.layout_full_top_des .details-full-top .featured-top .post--tilte-single h1 {
  margin: 0px 0 33px;
}
.reactheme-blog-details.layout_full_top_des .details-full-top .featured-top .user-info {
  margin-bottom: 80px;
}
.reactheme-blog-details.layout_full_top_des .details-full-top .full-details-full-top {
  max-width: 850px;
  margin: auto;
}
.reactheme-blog-details.layout_full_top_des .layout_full_top_des {
  max-width: 902px;
  margin: auto;
}
.reactheme-blog-details.layout_full_top_des .layout_full_top_des .news-details-inner {
  margin-right: 0px;
}

.react-sideabr.style-2 .widget {
  margin-bottom: 30px;
}

.archive-page-top-text {
  margin-bottom: 75px;
}
.archive-page-top-text h1 {
  margin-top: 0;
}

.react-sideabr .featured-post-widget .show-featured-post {
  margin-bottom: 25px;
}
.react-sideabr .featured-post-widget .show-featured-post:last-child {
  margin-bottom: 0;
}

.recent-post-widget .post-item {
  margin-bottom: 32px;
}
.recent-post-widget .post-item:last-child {
  margin-bottom: 0;
}
.recent-post-widget .post-item .post-count {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: var(--primaryColor);
  font-size: 28px;
  color: var(--whiteColor);
  float: left;
  clear: both;
  overflow: hidden;
  margin-right: 18px;
  font-family: var(--titleFont);
}
.recent-post-widget .post-item a {
  overflow: hidden;
  display: table;
  color: var(--titleColor);
  font-family: var(--titleFont);
}

/* ---------------------------
    Header Section 
------------------------------*/
#reactheme-header {
  width: 100%;
  z-index: 9;
}
#reactheme-header .elementor-element.e-child {
  position: static !important;
}
#reactheme-header .elementor-widget-navigation-menu {
  position: static !important;
}
#reactheme-header.rts-default-header {
  background: #F6F6F6;
}
#reactheme-header.rts-default-header .site-title a {
  color: var(--titleColor);
  font-size: 25px;
  font-weight: 700;
  line-height: 38px;
}
#reactheme-header.rts-default-header .header-logo {
  padding: 10px 0;
  display: flex;
  flex: 1;
  text-align: left;
}
#reactheme-header.rts-default-header .row-table {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
#reactheme-header .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
#reactheme-header .header-inner {
  position: relative;
}
#reactheme-header .search-wrap {
  display: flex;
  padding: 0px 18px 9px 18px;
  border-bottom: 2px solid #fff;
}
#reactheme-header .search-wrap [type=search] {
  border: none;
  color: #ffffff;
  font-size: 16px;
  outline: none;
  background: none;
  padding: 0;
}
#reactheme-header .sticky_search {
  font-size: 18px;
  cursor: pointer;
}

.menu-area .navbar ul li.current-menu-ancestor a,
.menu-area .navbar ul > li.menu-item-has-children:hover > a:before {
  color: var(--primaryColor);
}

.menu-area {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
.menu-area.separator_yes li:last-child a {
  padding-right: 30px;
}
.menu-area .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.menu-area .navbar-toggle {
  background-color: var(--primaryColor);
  border-radius: 2px;
  transition: 0.4s ease all;
}
.menu-area .navbar-toggle .icon-bar {
  background-color: #fff;
}
.menu-area .navbar-toggle:hover {
  opacity: 0.8;
}

.menu-area nav.navbar {
  position: static !important;
  margin-bottom: 0;
  border: 0;
  padding: 0;
  display: block;
}
.menu-area nav.navbar ul {
  margin: 0;
  padding: 0;
}
.menu-area nav.navbar ul li {
  position: relative;
  display: inline-block;
  transition: 0.3s;
  padding: 19px 8px;
  /*Dropdown Menu area*/
}
.menu-area nav.navbar ul li.current-menu-ancestor a, .menu-area nav.navbar ul li.current_page_item a {
  color: var(--primaryColor);
}
.menu-area nav.navbar ul li a {
  color: var(--bodyColor);
  font-size: 16px;
  padding-right: 16px;
  font-weight: 500;
  line-height: 24px;
}
.menu-area nav.navbar ul li:hover {
  color: var(--primaryColor);
}
.menu-area nav.navbar ul li:hover a {
  color: var(--primaryColor);
  opacity: 1 !important;
}
.menu-area nav.navbar ul li:hover ul {
  opacity: 1;
  position: absolute;
}
.menu-area nav.navbar ul li > a {
  display: block;
  text-decoration: none;
  transition: 0.3s;
}
.menu-area nav.navbar ul li.active a {
  color: var(--secondaryColor);
}
.menu-area nav.navbar ul li.active li a {
  color: var(--secondaryColor);
}
.menu-area nav.navbar ul li.active li ahover {
  color: var(--secondaryColor);
}
.menu-area nav.navbar ul li ul.sub-menu {
  background: #fff;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  padding: 15px;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: 0.3s;
  width: 250px;
  z-index: 99999 !important;
  text-align: left;
  visibility: hidden;
  box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
  border-radius: 0px 0px 5px 5px;
  border-top: 3px solid var(--primaryColor);
}
.menu-area nav.navbar ul li ul.sub-menu li {
  float: none;
  display: block;
  margin: 0;
  text-align: left;
  line-height: 25px;
  position: relative;
  padding: 0 0;
  line-height: normal;
  height: auto;
  display: flex;
  margin: 0;
  padding: 0;
}
.menu-area nav.navbar ul li ul.sub-menu li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--primaryColor);
  transform: scale(0) translateY(-50%);
  transition: all 0.4s;
}
.menu-area nav.navbar ul li ul.sub-menu li ul {
  left: 100% !important;
  top: 0 !important;
}
.menu-area nav.navbar ul li ul.sub-menu li:last-child {
  border-bottom: 0;
}
.menu-area nav.navbar ul li ul.sub-menu li a {
  transform: translateX(0);
  display: block;
  width: 100%;
  padding: 8px 0 !important;
  transition: all 0.4s;
  color: #5E5E5E;
}
.menu-area nav.navbar ul li ul.sub-menu li.current-menu-ancestor > a, .menu-area nav.navbar ul li ul.sub-menu li.current_page_item > a {
  color: var(--primaryColor);
}
.menu-area nav.navbar ul li ul.sub-menu li.current-menu-ancestor > a:before, .menu-area nav.navbar ul li ul.sub-menu li.current_page_item > a:before {
  color: var(--primaryColor);
}
.menu-area nav.navbar ul li ul.sub-menu li:hover > a {
  transform: translateX(8px);
  color: var(--primaryColor);
}
.menu-area nav.navbar ul li ul.sub-menu li:hover:before {
  transform: scale(1) translateY(-50%);
}
.menu-area nav.navbar ul li:hover ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.menu-area nav.navbar ul > li {
  padding: 30px 0;
}
.menu-area nav.navbar ul li.mega-menu .sub-menu li:before {
  display: none;
}
.menu-area nav.navbar ul li.mega-menu .flex-mega {
  position: absolute;
  display: flex;
  z-index: 99999;
  justify-content: center;
  background: #fff;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 15px;
  transition: all 0.3s;
  border-top: 3px solid var(--primaryColor);
  box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
  border-radius: 0 0 5px 5px;
  gap: 15px;
}
.menu-area nav.navbar ul li.mega-menu .flex-mega li {
  list-style: none;
  display: contents;
}
.menu-area nav.navbar ul li.mega-menu .sub-menu {
  width: 100% !important;
  border-top: 0;
  padding: 0;
}
.menu-area nav.navbar ul li.mega-menu .sub-menu .mega-menu-title {
  font-size: 18px;
  margin-top: 20px !important;
  margin-bottom: 0;
}
.menu-area nav.navbar ul li.mega-menu .sub-menu .menu-item a {
  display: flex;
  flex-direction: column;
}
.menu-area nav.navbar ul li.mega-menu .sub-menu .menu-item a .img-transition-scales {
  overflow: hidden;
}
.menu-area nav.navbar ul li.mega-menu .sub-menu .menu-item a .img-transition-scales:hover img {
  transform: scale(104%);
}
.menu-area nav.navbar ul li.mega-menu .sub-menu .menu-item a .img-transition-scales img {
  transition: 0.3s ease-in-out;
}
.menu-area nav.navbar ul li.mega-menu .sub-menu li:hover a {
  transform: translateX(0) !important;
}
.menu-area nav.navbar ul li.mega-menu {
  position: static;
}
.menu-area .navbar ul > .current-menu-ancestor.menu-item-has-children > a:before {
  color: var(--primaryColor);
}

footer {
  color: rgba(255, 255, 255, 0.8);
}

.vertical nav.navbar ul li {
  display: block;
  list-style: none;
  padding-left: 0 !important;
}
.vertical nav.navbar ul li:hover a {
  color: var(--primaryColor);
}
.vertical nav.navbar ul li a {
  color: rgba(255, 255, 255, 0.8);
  line-height: 26px;
}
.vertical nav.navbar ul li a i {
  margin-right: 10px;
  font-size: 14px;
}
.vertical .yes .navbar ul li {
  display: inline-block;
  width: 47%;
}

.rt-xmark:before {
  font-weight: 700;
}

.logged-in.admin-bar .uk-offcanvas {
  top: 32px;
}

/*******off Canvas css********/
ul.offcanvas-icon {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.offcanvas-icon .nav-link-container a {
  padding: 0px;
  background: transparent;
  max-width: 35px;
  display: inline-block;
  color: unset;
}

.sidenav.offcanvas-icon.nav-active-menu-container {
  margin-top: 0;
}

.offcanvas-icon .nav-link-container .nav-menu-link svg {
  background: transparent;
}
.offcanvas-icon.layout-2 .nav-menu-link {
  transition: all 0.5s ease 0s;
}
.offcanvas-icon.layout-2 .nav-menu-link span {
  display: block;
  border-top: 3px solid #fff;
  width: 20px;
  position: relative;
  top: 2px;
}
.offcanvas-icon.layout-2 .nav-menu-link span.line3 {
  width: 10px;
  position: relative;
  top: 4px;
  border-top: 2px solid #fff;
}
.offcanvas-icon.layout-2 .nav-menu-link span.line1 {
  width: 10px;
  margin-top: 3px;
  position: relative;
  top: 1px;
  border-top: 2px solid #fff;
}
.offcanvas-icon.layout-2 .nav-menu-link:hover span {
  border-color: #fff !important;
  background: #fff !important;
}

.sidenav.nav-active-menu-container {
  overflow-y: auto;
  padding: 50px 50px 0;
}
.sidenav .sub-menu {
  display: none;
}
.sidenav.offcanvas-icon .reactheme-offcanvas-right a {
  display: block;
  font-size: 18px;
}
.sidenav.offcanvas-icon .reactheme-offcanvas-right a.quote-btn {
  margin-bottom: 25px;
  margin-top: 8px;
}
.sidenav.offcanvas-icon .reactheme-offcanvas-right a.quote-btn span {
  background: #fff;
  color: #000;
  border-radius: 3px;
  display: inline-block;
  padding: 7px 40px 4px;
  transition: all 0.5s ease;
}
.sidenav.offcanvas-icon .reactheme-offcanvas-right a.quote-btn:hover span {
  background: var(--hoverColor);
}
.sidenav.offcanvas-icon .reactheme-offcanvas-right a.emails {
  padding-bottom: 20px;
}
.sidenav.offcanvas-icon .reactheme-offcanvas-right .reactheme-innner-offcanvas-content {
  padding-left: 135px;
  padding-top: 27px;
}
.sidenav.offcanvas-icon .reactheme-offcanvas-right .reactheme-innner-offcanvas-content .widget {
  margin: 0 0 35px;
}
.sidenav.offcanvas-icon .reactheme-offcanvas-right .reactheme-innner-offcanvas-content .widget.widget_contact_widget {
  padding-top: 25px;
}
.sidenav.offcanvas-icon .reactheme-offcanvas-right .reactheme-innner-offcanvas-content a {
  transition: unset;
}

.mobile-menu-container div ul {
  position: relative;
}
.mobile-menu-container div ul li {
  position: relative !important;
}
.mobile-menu-container div ul li a {
  border-top: 1px solid var(--gray-slate-light-100) !important;
}
.mobile-menu-container div ul li a:hover {
  color: var(--primaryColor) !important;
}
.mobile-menu-container div ul > li.current_page_parent > a {
  color: var(--primaryColor) !important;
}
.mobile-menu-container .menu > li:last-child a {
  border-bottom: none;
}
.mobile-menu-container .social-icon-responsive ul li a {
  padding-right: 0;
  margin-right: 0;
}

.sidenav .menu > li > .sub-menu li ul > li a {
  padding-left: 60px;
}

#mobile_menu {
  display: none;
}

#mobile_menu ul {
  list-style: none;
}

#mobile_menu ul ul li,
#mobile_menu li:hover > ul > li {
  height: auto;
}

#mobile_menu ul li a,
#mobile_menu ul ul li a {
  width: 100%;
}

#mobile_menu > ul > li {
  float: none;
}

#mobile_menu ul ul li a {
  padding-left: 25px;
}

#mobile_menu ul ul ul li a {
  padding-left: 35px;
}

#mobile_menu ul ul,
#mobile_menu ul ul ul,
#mobile_menu.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}

#mobile_menu > ul > li.has-sub > a:after,
#mobile_menu > ul > li.has-sub > a:before,
#mobile_menu ul ul > li.has-sub > a:after,
#mobile_menu ul ul > li.has-sub > a:before {
  display: none;
}

#mobile_menu #menu-button {
  display: block;
  padding: 17px;
  color: #dddddd;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

#mobile_menu .menu-button:after {
  position: absolute;
  top: 22px;
  right: 17px;
  display: block;
  height: 4px;
  width: 20px;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  content: "";
}

#mobile_menu .menu-button:before {
  position: absolute;
  top: 16px;
  right: 17px;
  display: block;
  height: 2px;
  width: 20px;
  background: #dddddd;
  content: "";
}

#mobile_menu .menu-button.menu-opened:after {
  top: 23px;
  border: 0;
  height: 2px;
  width: 15px;
  background: #ffffff;
  transform: rotate(45deg);
}

#mobile_menu .menu-button.menu-opened:before {
  top: 23px;
  background: #ffffff;
  width: 15px;
  transform: rotate(-45deg);
}

#mobile_menu .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 15px;
  display: block;
  height: 30px;
  width: 30px;
  cursor: pointer;
  background: var(--whiteColor);
  color: var(--button-bg-dark);
}

#mobile_menu .menu li ul.sub-menu li ul.sub-menu a {
  padding-left: 40px;
}

#reactheme-header .row-table .offcanvas-sec ul.offcanvas-icon {
  margin-top: 0;
}

#mobile_menu ul > li.menu-minimize > .submenu-button:before {
  display: none !important;
}

#mobile_menu ul ul .submenu-button {
  height: 34px;
  width: 34px;
  top: 0;
}

#mobile_menu .submenu-button:after {
  position: absolute;
  content: "\e809";
  font-family: "rt-icons" !important;
  font-size: 16px;
  right: 0;
  font-weight: 400;
  top: 50%;
  transform: translateY(-50%);
  height: 35px;
  width: 35px;
  line-height: 35px;
  display: block;
  text-align: center;
  color: #fff;
  background: var(--primaryColor) !important;
  pointer-events: none;
  cursor: pointer;
  border-radius: 3px;
}

#mobile_menu .sub-menu .submenu-button:after {
  font-size: 15px;
}

#mobile_menu ul ul .submenu-button:after {
  top: 17px;
  right: 12px;
}

#mobile_menu ul ul .submenu-button:before {
  top: 11px;
  right: 12px;
}

#mobile_menu .submenu-button.submenu-opened:before {
  display: none;
}

#mobile_menu li.hr-line-menu {
  border-bottom: 1px solid var(--border-color);
  margin: 10px 0;
}
#mobile_menu li.hr-line-menu a {
  font-size: 0 !important;
  display: none !important;
}

body.logged-in .sidenav {
  top: 30px;
}
body.logged-in .sidenav .nav-link-container {
  top: 30px;
}

#reactheme-header .row-table .offcanvas-sec ul.offcanvas-icon {
  margin-top: 0;
}

.sidenav .menu li ul.sub-menu li a {
  padding-left: 40px;
}
.sidenav .menu li ul.sub-menu li a:before {
  display: none;
}
.sidenav .widget_nav_menu {
  padding: 0 !important;
}
.sidenav p {
  font-size: 16px;
  line-height: 28px;
}

.responsive-menus,
.sidebarmenu-area.text-right.mobilehum {
  display: none;
}

.menu-area .navbar ul > li > a span {
  position: relative;
  transition: 0.5s;
  display: inline-block;
}
.menu-area .navbar ul > li > a span:before {
  content: attr(data-hover);
  position: absolute;
  top: 100%;
  transform: translate3d(0, 0, 0);
}

ul.sub-menu li a:before,
ul.sub-menu ul ul li a:before {
  display: none;
}

/*Full Search sec*/
.sticky_form.rts-search-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  height: 45%;
  z-index: 99999;
  box-shadow: 1px 50px rgba(0, 0, 0, 0.46);
  left: 0;
}
.sticky_form.rts-search-popup button {
  background: none;
  top: 30%;
  right: 0;
  left: unset;
  padding: 5px 0;
}
.sticky_form.rts-search-popup button:hover {
  color: var(--primaryColor);
}
.sticky_form.rts-search-popup .sticky_form_full {
  width: 100%;
  max-width: 1170px;
}
.sticky_form.rts-search-popup .sticky_form_full .search-input-inner {
  display: -ms-flexbox;
  justify-content: center;
  display: flex;
  align-items: center;
  position: relative;
}
.sticky_form.rts-search-popup .sticky_form_full .search-input-inner .input-div {
  max-width: 1170px;
  width: 100%;
}
.sticky_form.rts-search-popup .sticky_form_full .search-input-inner .input-div input {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(94, 94, 94, 0.4);
  padding: 20px;
  border-radius: 0;
  width: 100%;
  font-size: 15px;
  position: relative;
  line-height: 28px;
  margin: 0;
  outline: none;
}
.sticky_form.rts-search-popup .sticky_form_full .search-input-inner .input-div input:focus {
  outline: none;
}
.sticky_form.rts-search-popup .search-close-icon {
  position: absolute;
  right: 10%;
  top: 3%;
}
.sticky_form.rts-search-popup .search-close-icon i {
  color: #FFFFFF;
  font-size: 20px;
  cursor: pointer;
  background: var(--primaryColor);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
}

.sticky_form_full {
  position: absolute;
  top: 8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
}
.sticky_form_full button i::before {
  color: var(--gray-slate-light-40);
  font-size: 26px;
  font-weight: 400;
}

.close-search {
  position: fixed;
  right: 20px;
  top: 20px;
  color: var(--whiteColor);
  background: var(--button-bg-dark);
  width: 33px;
  height: 33px;
  border-radius: 50%;
  line-height: 39px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
.close-search:before {
  font-size: 25px !important;
  font-weight: 600;
}

.sticky .menu-area .navbar ul li .sub-menu {
  top: 100%;
}

.menu-cart-area i {
  cursor: pointer;
}
.menu-cart-area h2 {
  display: none;
}

.body-overlay-cart.overlayshow {
  visibility: visible;
  opacity: 0.1;
  pointer-events: unset;
}

.body-overlay-cart {
  z-index: 999;
}

.body-overlay-cart {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
}

.cart-icon-total-products {
  font-size: 13px;
  line-height: 20px;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  font-size: 14px;
  width: 360px;
  height: 100%;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.5s ease;
  z-index: 999;
  padding: 20px;
}

.cart-icon-total-products.visible-cart {
  visibility: visible !important;
  transform: translate(0) !important;
}

.menu-cart-area {
  position: relative;
  cursor: pointer;
}
.menu-cart-area span.icon-num {
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  position: absolute;
  right: -4px;
  bottom: -2px;
  background: var(--primaryColor);
  color: #fff;
}

#mobile_menu li.menu-item-type-custom ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

#mobile_menu li.menu-item-type-custom ul.open-sub {
  max-height: 500px; /* Adjust the value as needed */
}

.cart-icon-total-products .cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.cart-icon-total-products .cart-header .cart-heading {
  font-size: 20px;
  color: var(--titleColor);
  margin: 0;
  list-style: 20px;
}
.cart-icon-total-products .cart-header .close-cart {
  cursor: pointer;
  background: var(--titleColor);
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 31px;
  font-size: 22px;
}
.cart-icon-total-products .cart-header .close-cart i:before {
  font-weight: 700;
}
.cart-icon-total-products .widgettitle {
  display: none;
}

.cursor-inner {
  z-index: 10000001;
}

.reactheme-innner-offcanvas-contents .footer_social {
  margin: 30px 0 0;
}

.hfe-site-sticky-logo-img {
  display: none;
}

.sticky .hide_logo_desktop {
  display: none;
}

.sticky .hfe-site-sticky-logo-img {
  display: block;
}

/* Menu */
.menu-wrap-off {
  position: fixed;
  z-index: 9999;
  width: 100%;
  right: 0;
  top: 0;
  height: 100%;
  background: #181823;
  padding: 46px 30px 50px 30px;
  font-size: 1.15em;
  transform: translate3d(520px, 0, 0);
  transition: transform 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  max-width: 400px;
  overflow-y: auto;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.menu-wrap-off .post-link {
  color: #fff;
}
.menu-wrap-off .inner-offcan {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
}
.menu-wrap-off .inner-offcan .nav-link-container {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  z-index: 99;
}
.menu-wrap-off .inner-offcan .nav-link-container .close-button {
  background: var(--primaryColor);
  color: #fff;
  padding: 6px 6px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  line-height: 26px;
}
.menu-wrap-off .inner-offcan .nav-link-container .close-button span {
  background: #fff;
  margin: 4px 5px;
}
.menu-wrap-off .inner-offcan .nav-link-container .close-button:hover {
  opacity: 0.8;
}
.menu-wrap-off .logo-area {
  text-align: left;
  display: block;
  width: 100%;
  padding-bottom: 50px;
}

.off-nav-layer {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: -1;
  background: var(--whiteColor);
  border-radius: 50%;
  transition: 1s;
  transform: scale3d(0, 0, 0);
  display: block !important;
}

.off-nav-layer.off-open {
  transform: scale3d(1, 1, 1);
  display: block;
}

.menu-ofcn.off-open {
  transform: translate3d(0, 0, 0);
  transition: transform 0.8s;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.9, 0, 0.3, 1);
}

.inner-offcan {
  opacity: 0;
  transition: all 0.8s ease;
}

body.on-offcanvas .menu-ofcn.off-open .inner-offcan {
  opacity: 1;
}

.off-nav-layer {
  background: #fff;
}

.mobile-menu-container ul li.active a {
  color: var(--secondaryColor);
}

.subscription-popup-modal {
  display: none;
}

/*------------------------------------
    04. Sticky Menu
--------------------------------------*/
.menu-area.sticky-menu {
  margin: 0;
  width: 100%;
  z-index: 99;
  transition: all 300ms ease-in-out;
  background: transparent;
}
.menu-area.sticky-menu .navbar ul li > a {
  color: var(--whiteColor);
}
.menu-area.sticky-menu .navbar ul li:hover a {
  color: var(--primaryColor);
}
.menu-area.sticky-menu .navbar ul .current-menu-ancestor.menu-item-has-children > a {
  color: var(--primaryColor);
}
.menu-area.sticky-menu .nav-link-container i {
  color: var(--whiteColor);
}

.sticky-logo {
  display: none;
}

.sticky .logo-area {
  display: none;
}
.sticky .logo-area.sticky-logo {
  display: block;
}

.react-sideabr.dynamic-sidebar .service-singles {
  list-style: none;
  padding: 0;
  box-shadow: none;
}
.react-sideabr.dynamic-sidebar .service-singles .widget-title {
  padding: 0;
}
.react-sideabr.dynamic-sidebar .service-singles .widget-title:after {
  display: none;
}
.react-sideabr.dynamic-sidebar .service-singles .menu li {
  border: none !important;
  margin-top: 0 !important;
}
.react-sideabr.dynamic-sidebar .service-singles .menu li a {
  display: block;
  border: 2px solid #d3e1fb;
  padding: 16px 18px;
  transition: all 0.5s ease;
  border-radius: 5px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
}
.react-sideabr.dynamic-sidebar .service-singles .menu li a:before {
  content: "\f113";
  position: absolute;
  right: 12px;
  top: 16px;
  font-family: Flaticon;
  color: var(--primaryColor);
}
.react-sideabr.dynamic-sidebar .service-singles .menu li a:hover {
  background: var(--secondaryColor);
  color: var(--whiteColor);
  border-radius: 5px;
  border-color: var(--secondaryColor);
}
.react-sideabr.dynamic-sidebar .service-singles .menu li a:hover:before {
  color: var(--whiteColor);
}
.react-sideabr.dynamic-sidebar .service-singles .menu li.current-menu-item a {
  background: var(--secondaryColor);
  color: var(--whiteColor);
  border-color: var(--secondaryColor);
}
.react-sideabr.dynamic-sidebar .service-singles .menu li.current-menu-item a:before {
  color: var(--whiteColor);
}
.react-sideabr.dynamic-sidebar .phones .address-icon:before {
  opacity: 0.2 !important;
  visibility: visible !important;
}

.rstbd {
  display: flex;
  justify-content: space-between;
}
.rstbd .tab-image {
  flex: 0 0 50%;
}
.rstbd .tab-image img {
  padding-right: 50px;
}
.rstbd .tab-contents a.button {
  background: var(--secondaryColor);
  color: #fff;
  padding: 12px 32px 12px 32px;
  border-radius: 5px;
  transition: var(--transition);
  display: inline-block;
}
.rstbd .tab-contents a.button:hover {
  opacity: 0.8;
}

.alignitems {
  align-items: center;
}

.body-close {
  opacity: 0;
  visibility: hidden;
}

.type-product.featured {
  text-align: left;
}

body.off-open .body-close {
  position: fixed;
  width: 100%;
  background: #000;
  height: 100%;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  z-index: 9999;
  visibility: visible;
  transform: translate3d(100%, 0, 0);
  right: 100%;
}

body.off-open-2 {
  overflow: hidden;
}
body.off-open-2 .body-close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 9999;
  visibility: visible;
  transform: translate3d(100%, 0, 0);
  right: 100%;
  cursor: grab;
}

.offcanvas-icon span.dot1, .offcanvas-icon span.dot2, .offcanvas-icon span.dot3,
.offcanvas-icon span.dot4, .offcanvas-icon span.dot5, .offcanvas-icon span.dot6,
.offcanvas-icon span.dot7, .offcanvas-icon span.dot8, .offcanvas-icon span.dot9 {
  width: 5px !important;
  height: 6px !important;
  border-radius: 0;
  float: left;
  margin-bottom: 7px !important;
  margin-right: 6px;
}

.reactheme-footer .recent-post-widget .show-featured .post-desc i {
  color: var(--secondaryColor);
}

.recent-post-widget .post-item .post-desc h5 {
  margin: 0 0 4px;
}
.recent-post-widget .post-item .post-desc ul {
  margin: 0;
  list-style: none;
}
.recent-post-widget .post-item .post-desc ul li {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

#reactheme-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
}
#reactheme-header.fixed-header.header-style-sticky.sticky {
  background-color: var(--partialColor);
}

.menu-area .icon2 .navbar ul > li.menu-item-has-children > a {
  position: relative;
}
.menu-area .icon2 .navbar ul > li.menu-item-has-children > a:before {
  content: "\e809";
  position: absolute;
  font-family: "rt-icons";
  left: auto;
  right: 0;
  top: 53%;
  text-align: center;
  z-index: 9;
  font-size: 15px;
  display: block;
  cursor: pointer;
  transform: translateY(-50%);
  transition: all 0.5s ease;
  font-weight: 600;
}

.menu-area .navbar ul li.menu-item-has-children ul li.menu-item-has-children > a {
  position: relative !important;
}
.menu-area .navbar ul li.menu-item-has-children ul li.menu-item-has-children > a:before {
  content: "\f107";
  position: absolute;
  font-family: "rt-icons";
  left: auto !important;
  right: 0 !important;
  top: 19% !important;
  text-align: center !important;
  z-index: 99999 !important;
  font-size: 13px !important;
  display: block !important;
  cursor: pointer !important;
  transform: rotate(265deg) !important;
  transition: all 0.5s ease !important;
  font-weight: 400 !important;
}

.default-header-style .offcanvas-icon.layout-1 li a svg {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border: 1px solid #E9E9E9;
  background: #fff;
  padding: 15px;
}
.default-header-style .offcanvas-icon.layout-1 li a svg rect {
  fill: var(--titleColor);
}

#reactheme-header.sticky .sticky-hide-small {
  padding: 10px 0;
}

/*-------------------------------------
#. Dark mode
---------------------------------------*/
.rts_header__switch {
  position: fixed;
  top: 320px;
  right: 6px;
  z-index: 3;
  padding: 8px 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.rts_header__switch .header__switch__label {
  position: relative;
  display: block;
  width: 20px; /* Adjust the width as needed */
  height: 100px; /* Adjust the height as needed */
}
.rts_header__switch .header__switch__tooltip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  padding: 5px;
  background-color: var(--gray-slate-light-900);
  color: #fff;
  border-radius: 30px;
  white-space: nowrap;
  width: 40px;
  height: 70px;
  text-align: center;
  line-height: 56px;
  transition: opacity 0.3s ease; /* Add transition property for smooth effect */
  cursor: pointer;
  white-space: nowrap;
  opacity: 0; /* Initial opacity to hide the tooltips */
}
.rts_header__switch .header__switch__tooltip.header__switch__tooltip--light {
  line-height: 60px;
}
.rts_header__switch .header__switch__tooltip--dark {
  transform-origin: 0% 100%;
}
.rts_header__switch .header__switch__tooltip--light {
  transform-origin: 100% 100%;
}
.rts_header__switch .header__switch__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.rts_header__switch .header__switch__input:checked ~ .header__switch__tooltip--light {
  display: block;
  opacity: 1; /* Show the tooltip with smooth opacity transition */
}
.rts_header__switch .header__switch__input:not(:checked) ~ .header__switch__tooltip--dark {
  display: block;
  opacity: 1; /* Show the tooltip with smooth opacity transition */
}
.rts_header__switch .header__switch__input:checked ~ .header__switch__tooltip--dark {
  opacity: 0; /* Hide the tooltip with smooth opacity transition */
}
.rts_header__switch .header__switch__input:not(:checked) ~ .header__switch__tooltip--light {
  opacity: 0; /* Hide the tooltip with smooth opacity transition */
}

.sticky #sticky_hide {
  display: none;
}

#offcanvas-1 .side-bar button {
  max-width: 100%;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color-primary);
  padding: 6px;
}

.logo-for-dark {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .uk-offcanvas-bar {
    max-width: 320px;
  }
  .uk-offcanvas-bar .reactheme-innner-offcanvas-contents {
    display: none;
  }
  .uk-offcanvas-bar #mobile_menu {
    display: block;
  }
}
/* ---------------------------
    Footer Css 
------------------------------*/
.reactheme-footer {
  background: #1c1c1c;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.reactheme-footer .widget.widget_nav_menu ul {
  padding: 0;
  margin: 0;
}
.reactheme-footer .widget.widget_nav_menu ul li {
  margin-bottom: 5px;
}
.reactheme-footer .widget.widget_nav_menu ul li a {
  position: relative;
  display: inline-block;
  color: #fff;
  padding-left: 35px;
}
.reactheme-footer .widget.widget_nav_menu ul.menu {
  margin-top: -5px;
}
.reactheme-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.reactheme-footer ul li:last-child {
  padding-bottom: 0;
}

.footer-bottom {
  background: #1c1c1c;
}
.footer-bottom .copyright_border {
  padding: 10px 0;
  text-align: center;
  color: #74787C;
}
.footer-bottom .copyright_border .copyright {
  text-align: center;
}
.footer-bottom .copyright a {
  color: var(--primaryColor);
  font-weight: 700;
}
.footer-bottom .copyright p {
  margin: 0;
  line-height: 35px;
}

#top-to-bottom {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 40px;
  z-index: 10;
  text-align: center;
}
#top-to-bottom i {
  display: block;
  height: 50px;
  font-size: 24px;
  width: 50px;
  border-radius: 6px;
  background: var(--primaryColor);
  color: #fff;
  line-height: 45px;
  transition: all 0.3s ease 0s;
  background-color: var(--primaryColor);
  margin-left: 2px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
#top-to-bottom i:hover {
  opacity: 0.8;
}

/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
  font-size: 16px;
  color: var(--bodyColor);
  font-family: var(--bodyFont);
  vertical-align: baseline;
  line-height: 24px;
  font-weight: 400;
  overflow-x: hidden;
}

.text-separate {
  font-weight: 700;
  color: #fff !important;
}

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

p {
  margin: 0 0 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--titleFont);
  color: var(--titleColor);
  margin: 0 0 26px;
  font-weight: 700;
  line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 26px;
  padding: 0;
}

h1 {
  font-size: 48px;
  letter-spacing: -0.48px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

.wp-block-calendar nav {
  padding-bottom: 20px;
}

a {
  color: var(--primaryColor);
  transition: var(--transition);
  text-decoration: none !important;
  outline: none !important;
}

a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: var(--hoverColor);
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

.z-index-10 {
  z-index: 10;
  position: relative;
}

::-moz-selection {
  background: var(--secondaryColor);
  text-shadow: none;
  color: #ffffff;
}

::selection {
  background: var(--secondaryColor);
  text-shadow: none;
  color: #ffffff;
}

.theiaStickySidebar {
  padding-bottom: 1px;
  position: absolute;
  transform: translateY(324.41px);
  top: 0px;
}

body .bg-fixed {
  background-attachment: fixed !important;
  background-position: center top !important;
}

body .bg-top {
  background-position: center top !important;
}

body .bg-left {
  background-position: bottom left !important;
}

body .bg-right {
  background-position: top right !important;
}

body .bg-bottom {
  background-position: center bottom !important;
}

body .main-contain {
  background-size: cover;
  background-repeat: no-repeat;
}

.no-gutter [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.overflow-visible {
  overflow: visible !important;
  z-index: 30;
}

.overflow-hidden {
  overflow: hidden !important;
}

.max-width-700 {
  max-width: 700px;
  margin: 0 auto;
}

.white-color {
  color: #fff;
}
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4 {
  color: #fff;
  letter-spacing: normal;
}

iframe {
  width: 100%;
}

h1,
h2 {
  letter-spacing: -0.03em;
}

h3,
h4 {
  letter-spacing: -0.02em;
}

.menu-cart-area h2 {
  display: none;
}

.react-sideabr #wp-calendar th {
  background: var(--primaryColor);
  color: #fff;
}
.react-sideabr table {
  margin-bottom: 0;
}

.common-shadow {
  box-shadow: 0 0 150px #eee;
  background: #fff;
}

.rts-btn {
  padding: 15px 20px;
  min-width: -moz-max-content;
  min-width: max-content;
  display: inline-block;
  font-size: 16px;
  font-family: var(--bodyFont);
  font-weight: 700;
  background: var(--primaryColor);
  color: #fff;
}
.rts-btn i {
  margin-left: 10px;
}
.rts-btn:hover {
  background-color: var(--secondaryColor);
  color: #fff;
}

.rts-btn-outline {
  background: #fff;
  color: var(--primaryColor);
  border: 1px solid var(--primaryColor);
}
.rts-btn-outline:hover {
  background-color: var(--primaryColor);
  color: #fff;
}

/* -----------------------
    404
--------------------------*/
body.error404 header, body.error404 .reactheme-breadcrumbs, body.error404 footer {
  display: none;
}
body.error404 .page-error {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body.error404 .page-error .error-image {
  margin-bottom: 20px;
}
body.error404 .page-error .page-content {
  max-width: 500px;
  margin: 0 auto;
}
body.error404 .page-error .content-area {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
body.error404 .page-error .content-area h1.page-title {
  color: var(--whiteColor);
  font-size: 100px;
  margin-bottom: 30px;
  margin-top: 0px;
}
body.error404 .page-error .content-area h2 {
  margin-bottom: 0px;
}
body.error404 .page-error .content-area h2 span {
  font-size: 256px;
  font-weight: 700;
  line-height: 90px;
  color: var(--bodyColor);
}
body.error404 .page-error .content-area p.error-msg {
  font-size: 16px;
  font-weight: 400;
  max-width: 480;
  margin: 0 auto;
}
body.error404 .page-error .content-area a.back-to-home {
  margin-top: 30px;
}

/* ------------------------------------
    Author Page
---------------------------------------*/
.author-block.style-breadcumbs .echo-author-area {
  display: flex;
  gap: 30px;
}
.author-block.style-breadcumbs .echo-author-area .image-area {
  flex-basis: 25%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.author-block.style-breadcumbs .echo-author-area .image-area img {
  border-radius: 50%;
}
.author-block.style-breadcumbs .echo-author-area .content {
  flex-basis: 75%;
}
.author-block.style-breadcumbs .echo-author-area .content .title {
  margin-bottom: 10px;
  font-size: 26px;
}
.author-block.style-breadcumbs .echo-author-area .content .author-social-profiles {
  margin-top: 15px;
}
.author-block.style-breadcumbs .echo-author-area .content .author-social-profiles i {
  font-size: 16px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  background: transparent;
  border: 1px solid var(--bodyColor);
  color: var(--bodyColor);
  text-align: center;
  display: inline-block;
  margin: 0 15px;
  transition: all 0.3s ease;
  transform: scale(0.9);
  position: relative;
}
.author-block.style-breadcumbs .echo-author-area .content .author-social-profiles i:nth-child(1) {
  margin-left: 0;
}
.author-block.style-breadcumbs .echo-author-area .content .author-social-profiles i:hover {
  background: var(--primaryColor);
  color: var(--whiteColor);
  border-color: var(--primaryColor);
}
.author-block.style-breadcumbs .echo-author-area .content p {
  margin-bottom: 0;
}

/* ------------------------------------
    02. Global Class
---------------------------------------*/
.overflow-show {
  overflow: visible !important;
}

input[type=checkbox], input[type=radio] {
  margin-right: 8px;
  vertical-align: text-top;
}

.sticky .menu-area {
  padding: 0;
}

.alignleft {
  margin-bottom: 26px;
}

.alignright {
  margin-bottom: 26px;
}

.vertical-middle {
  display: table;
  width: 100%;
  height: 100%;
}
.vertical-middle .vertical-middle-cell {
  display: table-cell;
  vertical-align: middle;
}

.display-table {
  display: table;
  height: 100%;
  width: 100%;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

mark, ins {
  background: var(--primaryColor);
  color: #fff;
  padding: 0 4px;
}

code {
  background: var(--primaryColor) !important;
  color: #fff !important;
}

button,
html input[type=button],
input[type=reset],
input[type=submit],
html input[type=button],
input[type=reset],
input[type=submit],
input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
textarea {
  font-size: var(--font-size-b2);
  font-weight: 400;
  height: auto;
  line-height: 28px;
  background: transparent;
  box-shadow: none;
  padding: 0 15px;
  outline: none;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
}

button:hover, html input[type=button]:hover, input[type=reset]:hover {
  background: var(--primaryColor);
  color: var(--whiteColor);
}

input[type=submit]:hover {
  opacity: 0.9;
}

.main-contain #content {
  padding-top: 80px;
  padding-bottom: 80px;
}
.main-contain .page-error #content {
  padding-top: 60px;
}

.opps-nothing {
  margin-top: 75px;
  margin-bottom: 30px !important;
  font-size: 50px;
  line-height: 60px;
  text-transform: capitalize;
}

.post-password-required input[type=password] {
  margin-left: 5px;
}

.post-password-required input[type=submit] {
  margin-left: -4px;
  border-radius: 0 3px 3px 0;
  padding: 11px 20px;
}

input[type=text],
input[type=number],
input[type=password],
textarea,
input[type=email] {
  color: var(--bodyColor);
  width: 100%;
  max-width: 100%;
  opacity: 1;
}
input[type=text]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7b7d82;
  opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder,
input[type=email]::-moz-placeholder { /* Firefox 19+ */
  color: #7b7d82;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder { /* IE 10+ */
  color: #7b7d82;
  opacity: 1;
}
input[type=text]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder,
input[type=email]:-moz-placeholder { /* Firefox 18- */
  color: #7b7d82;
  opacity: 1;
}

select {
  color: var(--bodyColor);
  cursor: pointer;
}
select:valid {
  color: var(--bodyColor);
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: var(--primaryColor);
}

a:hover, a:focus, a:active {
  color: var(--primaryColor);
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

.wp-block-calendar tfoot a {
  color: var(--primaryColor);
}
.wp-block-calendar tfoot a:hover {
  color: var(--secondaryColor);
}

.sticky-logo {
  display: none;
}

.sticky .logo-area {
  display: none;
}
.sticky .logo-area.sticky-logo {
  display: block;
}

.sidenav {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sidenav .widget-title {
  padding: 0 0 15px;
  font-size: 24px !important;
  line-height: 30px;
  font-weight: 700 !important;
  position: relative;
}
.sidenav .widget-title:before {
  content: "";
  position: absolute;
  background: var(--secondaryColor);
  height: 2px;
  width: 50px;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.sidenav .widget_reactheme_soical_widget {
  display: flex;
  justify-content: center;
}
.sidenav .widget {
  padding: 0;
  margin: 0;
}
.sidenav .widget:first-child {
  border: none;
}
.sidenav .widget .widget-title {
  font-size: 24px;
  margin-bottom: 30px;
}
.sidenav .widget .search-form .search-input {
  height: 42px;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3) !important;
  color: #fff;
  font-size: 14px;
  outline: none;
}
.sidenav .widget .search-form .search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.sidenav .widget .search-form .search-input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.sidenav .widget .search-form .search-input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.sidenav .widget .search-form .search-input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.sidenav .widget .search-form button {
  padding: 8px 12px;
  color: #fff;
  background: transparent !important;
  transition: 0.3s ease all;
}
.sidenav .widget .search-form button:hover {
  opacity: 0.7;
}
.sidenav .widget_contact_widget {
  margin: 30px 0 0px;
}
.sidenav .widget_medvillsocialiconwi_widget {
  margin-top: 40px;
}
.sidenav .footer-contact-ul {
  margin-left: 0;
  text-align: left;
  font-size: 16px;
}
.sidenav .footer-contact-ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
  position: relative;
}
.sidenav .footer-contact-ul li i {
  padding-right: 15px;
}
.sidenav .footer-contact-ul li i:before {
  font-size: 16px;
  margin-left: 0 !important;
}
.sidenav .footer-contact-ul li i.flaticon-email {
  position: relative;
  top: 1px;
}
.sidenav .footer-contact-ul li.address1 {
  padding-left: 31px;
  padding-top: 0;
  margin-bottom: 4px;
  padding-right: 40px;
}
.sidenav .footer-contact-ul li.address1 i {
  position: absolute;
  left: 0;
}
.sidenav .footer-contact-ul li a {
  color: var(--bodyColor);
}
.sidenav .footer-contact-ul li a:hover {
  color: var(--secondaryColor);
}
.sidenav .widget_medvillsocialiconwi_widget .footer_social {
  margin: 0 !important;
}
.sidenav .offcanvas_social {
  list-style-type: none;
  padding-bottom: 0;
}
.sidenav .offcanvas_social li {
  display: inline-block;
}
.sidenav .offcanvas_social li a {
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  float: left;
  margin-right: 0;
}
.sidenav .offcanvas_social li a i {
  font-size: 15px;
  color: #fff;
  margin: 0 8px 0 0;
  text-align: center;
  background: var(--secondaryColor);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
}
.sidenav .offcanvas_social li a i:hover {
  opacity: 0.9;
}
.sidenav .offcanvas_social li:last-child a {
  margin-right: 0;
}
.sidenav .nav-close-menu-li {
  margin: 0;
  padding-bottom: 30px;
  text-align: right;
}
.sidenav .nav-close-menu-li a {
  font-size: 0;
  text-align: center;
  display: inline-block;
  border: 2px solid #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  margin-right: 10px;
  position: relative;
}
.sidenav .nav-close-menu-li a:after, .sidenav .nav-close-menu-li a:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: #fff;
  top: 9px;
}
.sidenav .nav-close-menu-li a:before {
  transform: rotate(45deg);
}
.sidenav .nav-close-menu-li a:after {
  transform: rotate(-45deg);
}
.sidenav .nav-close-menu-li a:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.sidenav .nav-close-menu-li a:hover:after, .sidenav .nav-close-menu-li a:hover:before {
  background-color: var(--primaryColor);
}
.sidenav .bs-search button {
  padding: 5px 11px;
}
.sidenav li.nav-link-container {
  color: var(--secondaryColor);
  text-align: center;
  display: block;
  border-radius: 30px;
  height: 40px;
  right: 15px;
  width: 40px;
  top: 5px;
  position: absolute;
  transition: transform 0.5s ease;
}
.sidenav li.nav-link-container:hover a {
  display: block;
}
.sidenav li.nav-link-container:hover a span {
  background: var(--secondaryColor) !important;
}
.sidenav li.nav-link-container a {
  display: block;
  background: none !important;
}
.sidenav li.nav-link-container a span {
  background: var(--primaryColor) !important;
  height: 3px;
  width: 25px;
}
.sidenav li.nav-link-container .nav-menu-link {
  padding: 13px 15px 15px 10px !important;
}
.sidenav li.nav-link-container .nav-menu-link span.hamburger1 {
  transform: rotate(-45deg) translate(-5px, 5px);
}
.sidenav li.nav-link-container .nav-menu-link span.hamburger3 {
  transform: rotate(45deg) translate(0px, 0px);
}

#mobile_menu .widget_nav_menu ul {
  padding: 0;
  margin: 0;
  text-align: left;
  padding-top: 30px;
}
#mobile_menu .widget_nav_menu ul:hover li a {
  opacity: 0.6;
}
#mobile_menu .widget_nav_menu ul li {
  list-style: none;
  margin-left: 0;
  padding: 0;
  position: relative;
}
#mobile_menu .widget_nav_menu ul li a {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  cursor: pointer;
  position: relative;
  color: #fff;
  display: block;
}
#mobile_menu .widget_nav_menu ul li a:hover {
  opacity: 1 !important;
}
#mobile_menu .widget_nav_menu ul li:before {
  display: none;
}
#mobile_menu .widget_nav_menu ul li ul li a {
  text-transform: capitalize;
  padding: 4px 0 4px 20px;
  line-height: 24px;
  font-size: 90%;
}

.mobile-menu-container .nav-close-menu-li {
  padding-top: 50px;
}
.mobile-menu-container .nav-close-menu-li a {
  padding: 0;
}
.mobile-menu-container ul {
  padding-left: 0;
  margin: 0;
  text-align: left;
}
.mobile-menu-container ul li {
  list-style: none;
  border: none !important;
  margin-left: 0;
  padding: 0;
}
.mobile-menu-container ul li a {
  font-size: 15px;
  padding: 12px 0;
  display: block;
  color: #222;
  border-bottom: none;
}
.mobile-menu-container ul li a:hover {
  opacity: 0.9;
}
.mobile-menu-container ul li:before {
  display: none;
}

.nav-active-menu-container {
  transform: translate(0);
}

#reactheme-header .menu-area .navbar ul li ul li .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  transform: scaleY(0);
  visibility: hidden;
}
#reactheme-header .menu-area .navbar ul li ul li .sub-menu:after {
  display: none;
}

#reactheme-header.header-transparent .menu-sticky.sticky ul.offcanvas-icon.sidenav .nav-link-container span {
  background: #fff !important;
}

#reactheme-header .menu-area .navbar ul li ul li:hover ul.sub-menu {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}

#reactheme-header .menu-area .navbar ul li.three-col ul > li {
  width: 33.33%;
}

#reactheme-header .menu-area .navbar ul li.four-col ul > li {
  width: 25%;
}

.default_header .menu-area .navbar ul > li > a:after {
  background: var(--primaryColor);
}

/*------------------------------------
    04. Sticky Menu
--------------------------------------*/
.menu-sticky {
  margin: 0;
  width: 100%;
  z-index: 99;
  transition: all 300ms ease-in-out;
  background: transparent;
}
.menu-sticky.sticky {
  position: fixed !important;
  padding: 0;
}

/* ------------------------------------
    20. Breadcrumbs
  ---------------------------------------*/
.reactheme-breadcrumbs {
  position: relative;
  background: var(--gray-slate-light-50);
}
.reactheme-breadcrumbs .row {
  align-items: center;
}
.reactheme-breadcrumbs .breadcrumbs-title {
  display: flex;
  justify-content: flex-end;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  font-family: var(--partialFont);
  text-transform: uppercase;
}
.reactheme-breadcrumbs .breadcrumbs-title span span {
  margin-right: 4px;
  display: inline-block;
  padding-right: 1px;
  padding-left: 5px;
}
.reactheme-breadcrumbs .breadcrumbs-title span a.home:hover {
  color: var(--primaryColor);
}
.reactheme-breadcrumbs .breadcrumbs-title span a.home span {
  padding-left: 0;
}
.reactheme-breadcrumbs .breadcrumbs-title span:hover {
  color: var(--primaryColor);
}
.reactheme-breadcrumbs .breadcrumbs-title span.current-item {
  margin-right: 0;
  padding-right: 0;
  margin-left: 0px;
  color: var(--gray-slate-light-900);
  font-weight: 400;
  opacity: 0.5;
}
.reactheme-breadcrumbs .breadcrumbs-title span a span {
  color: var(--gray-slate-light-900);
  transition: 0.3s;
}
.reactheme-breadcrumbs .breadcrumbs-title .current-item {
  color: var(--primaryColor);
}
.reactheme-breadcrumbs .breadcrumbs-inner {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0;
}
.reactheme-breadcrumbs .breadcrumbs-inner .banner-desc {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  text-align: left;
}
.reactheme-breadcrumbs .breadcrumbs-inner .cate-single .post-categories {
  padding: 0 0 8px 0;
}
.reactheme-breadcrumbs .breadcrumbs-inner .cate-single .post-categories a {
  background: var(--secondaryColor);
  color: #fff;
  padding: 5px 12px 6px;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.reactheme-breadcrumbs .breadcrumbs-inner .bs-meta {
  padding-left: 0;
}
.reactheme-breadcrumbs .breadcrumbs-inner .bs-meta li {
  margin-right: 25px;
}
.reactheme-breadcrumbs .breadcrumbs-inner .bs-meta li i {
  margin-right: 3px;
}
.reactheme-breadcrumbs .breadcrumbs-inner .bs-meta li i:before {
  font-size: 14px;
  font-weight: 600;
}
.reactheme-breadcrumbs .breadcrumbs-inner .bs-meta li .p-user {
  text-transform: capitalize;
}
.reactheme-breadcrumbs .breadcrumbs-inner .blog-bread-inner {
  margin-top: 33px;
}
.reactheme-breadcrumbs .breadcrumbs-inner .blog-bread-inner .title-star {
  margin-bottom: 20px;
}
.reactheme-breadcrumbs .breadcrumbs-inner .blog-bread-inner .blog-sbread-long-text .blog-bread-long-title {
  font-size: 200px;
  line-height: 165px;
  max-width: 100%;
  padding-top: 18px;
  margin-bottom: -54px;
  color: #fff;
}
.reactheme-breadcrumbs .breadcrumbs-inner .blog-details-baread-inner {
  margin-top: 29px;
}
.reactheme-breadcrumbs .breadcrumbs-inner .shop-bread-content {
  padding-top: 33px;
}
.reactheme-breadcrumbs .breadcrumbs-inner .shop-bread-content .shop-bread-long-text {
  font-size: 200px;
  line-height: 165px;
  max-width: 100%;
  padding-top: 18px;
  margin-bottom: -54px;
  color: #fff;
}
.reactheme-breadcrumbs .breadcrumbs-inner .shop-bread-content .shop-bread-long-text .shop-bread-long-title {
  font-size: 200px;
  line-height: 165px;
  max-width: 100%;
  padding-top: 18px;
  margin-bottom: -54px;
  color: #fff;
}
.reactheme-breadcrumbs .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
.reactheme-breadcrumbs .breadcrumbs-single {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.reactheme-breadcrumbs .trail-browse {
  display: none !important;
}
.reactheme-breadcrumbs .trail-items li {
  position: relative;
}
.reactheme-breadcrumbs .trail-items li a {
  padding-right: 20px;
}
.reactheme-breadcrumbs .trail-items li::after {
  right: 0px;
  position: absolute;
  padding: 0;
  content: "\f147";
  font-family: Flaticon;
  font-style: normal;
  font-weight: 300;
  display: block !important;
  top: 0;
}
.reactheme-breadcrumbs .trail-items li.trail-end::after {
  display: none !important;
}
.reactheme-breadcrumbs .page-title {
  font-size: 56px;
  line-height: 76px;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
}
.reactheme-breadcrumbs .sub-title {
  font-size: 18px;
}
.reactheme-breadcrumbs .breadcrumbs {
  text-align: center;
}
.reactheme-breadcrumbs .trail-items li::after {
  font-size: 12px;
}
.reactheme-breadcrumbs ul {
  display: inline-block;
  padding: 5px 20px;
  margin: 10px 0 0;
}
.reactheme-breadcrumbs ul li {
  color: #999;
  display: inline-block;
  font-size: 14px;
}
.reactheme-breadcrumbs ul li * {
  color: #999;
}
.reactheme-breadcrumbs ul li a {
  padding: 0 8px;
  color: #fff;
}
.reactheme-breadcrumbs ul li a:hover {
  color: var(--secondaryColor);
}
.reactheme-breadcrumbs ul li.trail-begin a {
  position: relative;
  display: inline-block;
  padding-left: 0;
}
.reactheme-breadcrumbs ul li.trail-begin a:hover {
  opacity: 0.7;
}
.reactheme-breadcrumbs ul li.trail-end {
  padding-left: 8px;
}
.reactheme-breadcrumbs.porfolio-details {
  position: relative;
}
.reactheme-breadcrumbs.porfolio-details .team_dbread_inner {
  padding-top: 30px;
}
.reactheme-breadcrumbs.porfolio-details .team_dbread_inner .title-star {
  margin-bottom: 30px;
}
.reactheme-breadcrumbs.porfolio-details .team_dbread_inner .sub-title {
  font-size: 80px;
  color: #ffffff;
}
.reactheme-breadcrumbs.porfolio-details .team_dbread_inner .page-title {
  font-size: 200px;
  line-height: 165px;
  max-width: 100%;
  padding-top: 108px;
  margin-bottom: -153px;
}
.reactheme-breadcrumbs.porfolio-details .shop-single-bread-text {
  margin-top: 34px;
}
.reactheme-breadcrumbs.porfolio-details .shop-single-bread-text .title-star {
  margin-bottom: 22px;
}
.reactheme-breadcrumbs.porfolio-details .shop-single-bread-text .shop-bread-long-title {
  color: #ffffff;
  font-size: 200px;
  line-height: 165px;
  max-width: 100%;
  padding-top: 14px;
  margin-bottom: -54px;
}

.entry-content .page-links {
  padding-top: 30px;
}

.comment-reply-title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 14px;
}

.page .comments-title {
  font-size: 24px;
  font-weight: 700;
}

.format-aside .single-content-full .bs-desc {
  margin-top: 0;
}

.admin-bar .menu-sticky.sticky {
  top: 31px;
}

.single-post .breadcrumbs-inner .single--post-cat {
  padding-left: 5px;
}
.single-post .breadcrumbs-inner .tag-line a:hover {
  color: #fff;
}

.hfe-site-logo-set {
  display: inline-block;
}

body.logged-in .cart-icon-total-products.visible-cart {
  top: 32px;
}

.menu-area .navbar ul li.menu-item-has-children ul li.menu-item-has-children > a:before {
  display: none;
}

[data-theme=dark] .dark-logo img {
  filter: invert(1);
}

.post--tilte-single h1 {
  margin: 0px 0 15px;
}

/*contact layout*/
input[type=submit] {
  border: none;
  padding: 10px 18px;
  background: var(--primaryColor);
}

body div textarea {
  padding: 10px 18px;
  height: 160px;
  border: 0;
}
body div textarea:focus {
  outline: 1px solid var(--primaryColor);
}

input[type=text],
input[type=number],
input[type=email],
input[type=url],
select,
input[type=password] {
  padding: 13px 33px;
  border: 1px solid transparent;
  margin-bottom: 10px;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
select:focus,
input[type=password]:focus {
  outline: 1px solid var(--primaryColor);
}

.wp-block-search .wp-block-search__button {
  margin-left: 0;
}

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

.wp-block-archives select, .wp-block-categories select {
  width: 400px;
}

.wp-block-group.has-background {
  padding: 24px 30px 10px;
  margin-bottom: 30px;
}

[type=search] {
  border: 1px solid #E9E9E9;
  border-radius: 5px 0 0 5px;
  padding: 10px 20px;
  outline: none;
}

div textarea {
  border: 1px solid #E9E9E9;
}

#echo-load {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}

#echo-load .lds-ring {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#echo-load .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  margin: 8px;
  border: 4px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
#echo-load .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
#echo-load .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
#echo-load .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.single-product .yith-wcwl-add-button {
  display: none;
}

.rts-popup-form #rtsBtn {
  cursor: pointer;
}

@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.animate-subscribe-popup {
  animation: animatezoom 0.6s;
}

.subscription-popup-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
  z-index: 99999;
}

#rtsModal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#rtsModal .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
#rtsModal .close:hover,
#rtsModal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#rtsModal .modal-content {
  animation: animatezoom 0.6s;
  background-color: #fefefe;
  margin: auto;
  max-width: 880px;
  flex-direction: row;
  border-radius: 0;
}
#rtsModal .modal-content .modal-closer {
  display: inline-block;
  position: absolute;
  top: 10px;
  font-size: 18px;
  background: var(--primaryColor);
  right: 9px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  border: 3px solid var(--primaryColor);
  transition: 0.3s ease-in-out;
  color: #fff;
  font-weight: bolder;
  z-index: 1;
}
#rtsModal .modal-content .content-inner {
  display: flex;
  justify-content: center;
}
#rtsModal .modal-content .popup-thumb {
  width: 42%;
}
#rtsModal .modal-content .popup-thumb img {
  height: 100%;
}
#rtsModal .modal-content .popup-contents {
  width: 58%;
  padding: 80px 50px;
  position: relative;
  /* The Close Button */
}
#rtsModal .modal-content .popup-contents .popup-subtitle {
  font-family: var(--partialFont);
  margin-bottom: 15px;
  font-size: 16px;
}
#rtsModal .modal-content .popup-contents .popup-title {
  margin-bottom: 20px;
}
#rtsModal .modal-content .popup-contents .popup-des {
  font-size: 16px;
  color: var(--titleColor);
  margin: 20px 0 0;
}
#rtsModal .modal-content .popup-contents .popup_full_width_btn {
  width: 100%;
}
#rtsModal .modal-content .popup-contents span.close {
  place-self: flex-start;
}
#rtsModal .modal-content .popup-contents .close {
  color: var(--whiteColor);
  font-weight: 400;
  display: inline-block;
  width: 23px;
  height: 23px;
  line-height: 19px;
  background: var(--gray-slate-light-900);
  text-align: center;
  border-radius: 50px;
  margin-top: 5px;
  margin-right: 5px;
  position: absolute;
  font-size: 32px;
  top: 2px;
  right: 2px;
}
#rtsModal .modal-content .popup-contents .close:hover, #rtsModal .modal-content .popup-contents .close:focus {
  cursor: pointer;
}

.right-gap-shop {
  padding-right: 30px;
}

body button.metform-btn, body button.metform-btn:not(.toggle) {
  background: var(--primaryColor);
  font-family: var(--partialFont);
  border-radius: 8px;
}
body button.metform-btn:hover, body button.metform-btn:not(.toggle):hover {
  background: var(--button-bg-hover);
}

body .mf-input-wrapper .mf-input:focus {
  border-color: var(--primaryColor) !important;
}

#modal-close-default .uk-modal-dialog {
  max-width: 880px !important;
  width: 100% !important;
  animation: animatezoom 0.6s !important;
}
#modal-close-default .uk-modal-dialog .modal-content {
  gap: 50px;
}
#modal-close-default .uk-modal-dialog div#rtsModal {
  padding: 50px;
}
#modal-close-default button.metform-btn.metform-submit-btn {
  width: 100%;
}
#modal-close-default .uk-close {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primaryColor);
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  border: 3px solid var(--primaryColor);
  transition: 0.3s ease-in-out;
  color: #fff;
  font-weight: bolder;
}
#modal-close-default .uk-close svg {
  display: none;
}

.body-overflow {
  overflow-y: hidden; /* Hide vertical scrollbar */
  overflow-x: hidden; /* Hide horizontal scrollbar */
  height: 100vh;
}

[data-theme=dark] .mf-input-wrapper .mf-input {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  color: #fff !important;
}

.sticky-hide-small {
  transition: 0.2s;
}

.box_wrap_hidden .elementor-image-box-img {
  overflow: hidden !important;
}

.footer_single_menu .menu-area .navbar ul:hover > li > a {
  opacity: 1;
}

[data-theme=dark] .dark-primary-bg .hfe-site-logo-img,
[data-theme=dark] .filter-style img {
  filter: invert(1);
}

[data-theme=dark] .filter-half img {
  filter: invert(0.1) !important;
}

.rs-addon-slider {
  overflow: hidden;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.load_more_trigger {
  position: relative;
}
.load_more_trigger img {
  display: none;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  margin-left: 5px;
}

.custom-social-share a i {
  display: block;
}/*# sourceMappingURL=theme.css.map */