/**
*
* -----------------------------------------------------------------------------
*
* Template : fann - Multipurpose Blogging WordPress Theme
* Author : reacthemes
* Author URI : http://www.reactheme.com/
*
* -----------------------------------------------------------------------------
*
**/
/* Table Of Content
---------------------------------------------------------
01. General CSS
02. Global Class
03. Header Section 
04. Sticky Menu
05. Slider Section
06. About Us
07. Services
08. Calltoaction
09. Portfolio
10. Pricing Tables
11. Team Member
12. Newsletter
13. Testimonial
15. Contact Us
16. Footer
17. Scroll Up
18. Video
19. Counter up
20. Breadcrumbs
21. Portfolio Details
25. Home Banner
26. Preloader
27. FAQ
--------------------------------------------------------*/
@font-face {
  font-family: "OpticianSans";
  src: url("../fonts/OpticianSans.eot");
  src: url("../fonts/OpticianSans.eot") format("embedded-opentype"), url("../fonts/OpticianSans.woff2") format("woff2"), url("../fonts/OpticianSans.woff") format("woff"), url("../fonts/OpticianSans.ttf") format("truetype"), url("../fonts/OpticianSans.svg#OpticianSans") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "MabryProRegular";
  src: url("../fonts/MabryProRegular.eot");
  src: url("../fonts/MabryProRegular.eot") format("embedded-opentype"), url("../fonts/MabryProRegular.woff2") format("woff2"), url("../fonts/MabryProRegular.woff") format("woff"), url("../fonts/MabryProRegular.ttf") format("truetype"), url("../fonts/MabryProRegular.svg#MabryProRegular") format("svg");
  font-display: swap;
}
:root {
  --bodyFont: "MabryProRegular", sans-serif;
  --titleFont: "RecoletaRegular", sans-serif;
  --partialFont: "OpticianSans", sans-serif;
  --metaFont: "OpticianSans", serif;
  --partialFont2:"MabryProRegular";
  --transition: 1.3s;
  --primaryColor: #F06B9D;
  --secondaryColor: #101010;
  --whiteColor: #ffffff;
  --titleColor: #101010;
  --hoverColor: #F06B9D;
  --bodyColor: #15171A;
  --button-bg: #F06B9D;
  --button-bg-hover: #F281AC;
  --button-bg-dark: #212529;
  --button-bg-dark-hover: #424649;
  --neutral-light-black: #15171A;
  --gray-slate-light-900: #151A17;
  --gray-slate-light-100: #E1E3E6;
  --gray-slate-light-500: #6B7280;
  --gray-slate-light-700: #40444D;
  --gray-slate-pink-50:#FDF0F5;
  --gray-slate-light-40:#A6AAB3;
  --gray-slate-light-10: #C4C7CC;
  --gray-slate-light-25: #F0F1F2;
  --gray-slate-light-50: rgb(248,248,249);
  --warning-bg: #FFF0CD;
  --warning-bg-two:#FFE19C;
  --border-color: rgba(155, 155, 155, 0.5);
}

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

.padding-full-layout-full {
  max-width: 884px;
  margin: 0 auto;
}

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

.full-page-share {
  margin-left: 50px;
}
.full-page-share .custom-social-share {
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 1;
}
.full-page-share .custom-social-share a {
  display: block;
  margin-bottom: 16px;
}
.full-page-share .custom-social-share a i {
  background: transparent;
  border: 1px solid var(--gray-slate-light-100);
  color: var(--titleColor);
}
.full-page-share .custom-social-share a i:hover {
  background: var(--primaryColor);
  color: var(--whiteColor);
}

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

.user-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.user-info .single-info {
  margin-right: 27px;
  display: inline;
  font-family: var(--partialFont);
  color: var(--titleColor);
}
.user-info .single-info span.meta-data {
  padding-right: 4px;
  font-family: var(--metaFont);
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  opacity: 0.5;
}
.user-info .single-info .date-on,
.user-info .single-info .author-by {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  opacity: 0.5;
  font-family: var(--metaFont);
  margin-right: 4px;
  font-style: italic;
}
.user-info .single-info:last-child {
  margin-right: 0;
}
.user-info .single-info.cat a {
  color: var(--primaryColor);
}

.blog .reactheme-blog .blog-item, .archive .reactheme-blog .blog-item {
  background: transparent;
  transition: all 0.5s ease 0s;
  margin-bottom: 50px;
  overflow: hidden;
  border-bottom: 1px solid var(--border-color);
  text-align: center;
}
.blog .reactheme-blog .blog-item .full-blog-content, .archive .reactheme-blog .blog-item .full-blog-content {
  padding: 40px 0 65px;
  overflow: hidden;
}
.blog .reactheme-blog .blog-item .full-blog-content .btm-cate, .archive .reactheme-blog .blog-item .full-blog-content .btm-cate {
  margin: 0 0 10px;
}
.blog .reactheme-blog .blog-item .single-info, .archive .reactheme-blog .blog-item .single-info {
  line-height: 14px;
}
.blog .reactheme-blog .blog-item .single-info span a, .archive .reactheme-blog .blog-item .single-info span a {
  font-size: 14px;
  font-family: var(--partialFont);
  font-weight: 400;
  line-height: 14px;
  color: var(--primaryColor);
}
.blog .reactheme-blog .blog-item .title-wrap, .archive .reactheme-blog .blog-item .title-wrap {
  margin: 15px 0 40px;
}
.blog .reactheme-blog .blog-item .title-wrap .blog-title, .archive .reactheme-blog .blog-item .title-wrap .blog-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.36px;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.8);
}
.blog .reactheme-blog .blog-item .title-wrap .blog-title a, .archive .reactheme-blog .blog-item .title-wrap .blog-title a {
  color: var(--titleColor);
}
.blog .reactheme-blog .blog-item .blog-img, .archive .reactheme-blog .blog-item .blog-img {
  position: relative;
}
.blog .reactheme-blog .blog-item .blog-img .tag-line, .archive .reactheme-blog .blog-item .blog-img .tag-line {
  position: absolute;
  right: auto;
  left: 50px;
  top: auto;
  bottom: -52px;
  display: inline-block;
  z-index: 11;
  transform: translateY(-60%);
  max-width: 68%;
}
.blog .reactheme-blog .blog-item .blog-img .tag-line a, .archive .reactheme-blog .blog-item .blog-img .tag-line a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background: var(--primaryColor);
  padding: 8px 19px;
  display: inline-block;
  margin-bottom: 10px;
}
.blog .reactheme-blog .blog-item .blog-img .author, .archive .reactheme-blog .blog-item .blog-img .author {
  background-color: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  position: absolute;
  right: 50px;
  bottom: -30px;
  display: inline-block;
  z-index: 11;
  padding: 10px 10px 10px 10px;
  border-radius: 6px;
  font-weight: 700;
}
.blog .reactheme-blog .blog-item .blog-img .author img, .archive .reactheme-blog .blog-item .blog-img .author img {
  margin-right: 10px;
}

.blog-item.no-thumbs .full-blog-content {
  padding-top: 0 !important;
}

.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;
  border-top: 1px solid #e7e7e7;
  padding-top: 19px;
  margin-top: 20px;
}
.reactheme-blog .blog-item .blog-meta li {
  font-size: 15px;
  margin-right: 25px;
}
.reactheme-blog .blog-item .blog-meta i {
  color: var(--titleColor);
  margin-right: 7px;
}
.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;
  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 .full-layout {
  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;
}

.archive .full-layout-right,
.blog .full-layout-right {
  padding-right: 62px;
}
.archive .padding-full-layout-left,
.blog .padding-full-layout-left {
  flex-direction: row-reverse;
}
.archive .padding-full-layout-left .full-layout-left,
.blog .padding-full-layout-left .full-layout-left {
  padding-left: 62px;
}

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

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

.related-post {
  margin-top: 75px;
  margin-bottom: 20px;
}
.related-post .related-post-title {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.6px;
  letter-spacing: -0.28px;
  padding-bottom: 24px;
}
.related-post .related-post-item .related-post-inner .post-contents {
  text-align: center;
  padding: 18px 0;
}
.related-post .related-post-item .related-post-inner .post-contents .image-part {
  text-align: center;
  overflow: hidden;
}
.related-post .related-post-item .related-post-inner .post-contents .image-part img {
  transition: 0.3s;
}
.related-post .related-post-item .related-post-inner .post-contents .image-part img:hover {
  transform: scale(1.03) !important;
}
.related-post .related-post-item .related-post-inner .post-contents .post-cat {
  margin-bottom: 10px;
}
.related-post .related-post-item .related-post-inner .post-contents .post-cat ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0;
}
.related-post .related-post-item .related-post-inner .post-contents .post-cat ul li {
  list-style: none;
}
.related-post .related-post-item .related-post-inner .post-contents .post-cat ul li a {
  display: inline;
  font-family: var(--partialFont);
  color: var(--primaryColor);
  font-size: 14px;
}
.related-post .related-post-item .related-post-inner .post-contents .post-title {
  margin-bottom: 20px;
}
.related-post .related-post-item .related-post-inner .post-contents .post-title a {
  font-family: var(--titleFont);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: var(--titleColor);
}
.related-post .related-post-item .related-post-inner .post-contents .post-date ul {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.related-post .related-post-item .related-post-inner .post-contents .post-date ul li {
  list-style: none;
  display: inline;
  font-family: var(--partialFont);
  font-size: 14px;
  line-height: 14px;
  color: var(--gray-slate-light-900);
}
.related-post .related-post-item .related-post-inner .post-contents .post-date ul li span {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  font-family: var(--partialFont);
  opacity: 0.5;
}

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

body.archive .reactheme-blog .blog-item, body.blog .reactheme-blog .blog-item {
  overflow: hidden;
  margin-bottom: 70px;
  text-align: left;
}

.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
  ---------------------------------------*/
.wp-block-quote cite,
.wp-block-pullquote cite {
  font-size: 16px;
  font-family: var(--bodyFont);
}

blockquote {
  padding: 120px 40px 40px;
  margin: 40px 0 40px;
  text-align: center;
  position: relative;
  border-radius: 0px;
}
blockquote:before {
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translate(-50%, 0);
  content: "\ea59";
  font-family: "rt-icons";
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #fff;
  color: var(--primaryColor);
  font-size: 22px;
}
blockquote p {
  color: var(--titleColor);
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
  font-family: var(--titleFont);
  margin-bottom: 15px;
}
blockquote p a {
  color: var(--primaryColor);
}
blockquote cite {
  font-weight: 700;
}
blockquote a {
  color: var(--whiteColor);
}

.reactheme-blog-details .news-details-inner {
  margin-right: 50px;
  padding-bottom: 50px;
}
.reactheme-blog-details .type-post {
  margin-bottom: 0px;
}
.reactheme-blog-details .type-post .single-content-full {
  margin-top: 20px;
  padding: 0px 0px 80px;
  font-size: 20px;
  line-height: 30px;
  overflow: hidden;
}
.reactheme-blog-details .type-post .single-content-full .post--tilte-single h1 {
  margin: 0;
  line-height: 1.2;
}
.reactheme-blog-details .type-post .single-content-full .user-info {
  justify-content: start;
  padding: 30px 0 50px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 50px;
}
.reactheme-blog-details .type-post .tag-line {
  padding: 0;
}
.reactheme-blog-details .type-post .tag-line a {
  font-weight: 400;
  color: #555;
}
.reactheme-blog-details .bottom-tags-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--border-color);
  padding-top: 80px;
  margin-top: 80px;
  clear: both;
}
.reactheme-blog-details .bottom-tags-share .custom-social-share {
  margin-right: 0;
}
.reactheme-blog-details .bottom-tags-share .custom-social-share a i {
  background: var(--primaryColor);
}
.reactheme-blog-details .bs-info {
  margin-bottom: 10px;
}
.reactheme-blog-details .bs-info.tags {
  clear: both;
  color: var(--titleColor);
  font-family: var(--titleFont);
  font-weight: 400;
  font-size: 16px;
}
.reactheme-blog-details .bs-info.tags a {
  display: inline-block;
  margin: 10px 0 0px 3px;
  line-height: 16px;
  font-family: var(--titleFont);
  font-size: 16px !important;
  transition: all 0.3s ease;
  color: var(--primaryColor);
}
.reactheme-blog-details .bs-info.tags a:first-child {
  margin-left: 10px;
}
.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 {
  align-items: center;
  text-align: center;
  overflow: hidden;
  background: var(--gray-slate-light-25);
  display: flex;
  padding: 32px;
  align-items: center;
  gap: 32px;
  align-self: stretch;
}
.reactheme-blog-details .author-block .author-img {
  padding-right: 30px;
}
.reactheme-blog-details .author-block .author-desc {
  text-align: center;
}
.reactheme-blog-details .author-block .author-title {
  margin: 0 !important;
  font-size: 22px;
  position: relative;
  line-height: 30px;
  color: var(--titleColor);
  font-family: var(--titleFont);
  font-weight: 600;
}
.reactheme-blog-details .author-block .author-title:after {
  background: var(--primaryColor);
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  right: auto;
  width: 120px;
  height: 1px;
  margin: 0 auto;
  display: none;
}
.reactheme-blog-details .author-block .author-title a {
  color: #212121;
}
.reactheme-blog-details .author-block p {
  margin: 14px 0 16px;
}
.reactheme-blog-details .author-block ul.user-social-icon {
  list-style: none;
  margin: 0;
}
.reactheme-blog-details .author-block ul.user-social-icon li {
  list-style: none;
  display: inline-block;
  margin: 0 4px;
}
.reactheme-blog-details .author-block ul.user-social-icon li a i {
  font-size: 24px;
}
.reactheme-blog-details .comment-respond {
  margin-top: 25px;
}
.reactheme-blog-details .comments-title {
  font-size: 30px;
  margin-bottom: 40px;
  margin-top: 40px;
  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;
  margin-top: 55px;
  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: 80px 0 75px;
}
.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(--button-bg);
  position: relative;
  display: inline-block;
  padding: 15px 40px;
  line-height: normal;
  font-size: 16px;
  border-radius: 5px;
  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 {
  margin-top: 0;
}
.comments-area ol.children {
  padding: 0;
}
.comments-area .comment-list {
  margin: 45px 0 0 0;
  padding: 0;
}
.comments-area .comment-list li.comment {
  padding: 30px;
  margin: 20px 0 25px;
  border-radius: 5px;
  list-style: none;
  background: rgba(255, 255, 255, 0.6);
}
.comments-area .comment-list li.comment .comment-full {
  padding: 0;
  border-radius: 0px;
  position: relative;
}
.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);
  border-radius: 5px;
  z-index: 1;
}
.comments-area .comment-list li.comment .reply a:hover {
  background: var(--titleColor);
  color: #fff;
}
.comments-area .comment-list li.comment .reply a:hover:before {
  top: 0%;
  bottom: auto;
  height: 100%;
}
.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 p.comment-form-author {
  margin-bottom: 8px;
}
.comments-area p.comment-form-author input {
  width: 100%;
  height: 48px;
  padding: 10px 30px 10px 30px;
  border: none;
  border-radius: 6px;
  outline: none;
  margin-bottom: 10px;
  border: 1px solid var(--border-color);
  background: var(--whiteColor);
}
.comments-area p.comment-form-email {
  margin-bottom: 8px;
}
.comments-area p.comment-form-email input {
  width: 100%;
  height: 48px;
  padding: 10px 30px 10px 30px;
  border: none;
  border-radius: 6px;
  outline: none;
  margin-bottom: 10px;
  border: 1px solid var(--border-color);
  background: var(--whiteColor);
}
.comments-area p.comment-form-url {
  clear: both;
}
.comments-area p.comment-form-url label {
  display: block;
}
.comments-area p.comment-form-url input {
  width: 100%;
  height: 48px;
  padding: 10px 30px 10px 30px;
  border: none;
  border-radius: 6px;
  outline: none;
  margin-bottom: 10px;
  border: 1px solid var(--border-color);
  background: var(--whiteColor);
}
.comments-area p.comment-form-comment {
  clear: both;
  margin-bottom: 0;
}
.comments-area p.comment-form-comment textarea {
  width: 100%;
  height: 160px;
  padding: 10px 30px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  background: var(--whiteColor);
  outline: none;
  position: relative;
  margin-bottom: 20px;
}
.comments-area p.comment-form-comment textarea:focus {
  border: 1px solid var(--primaryColor);
}
.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;
}

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

/* ------------------------------------
    23. Blog Sidebar 
---------------------------------------*/
.widget-title-center .widget_block label.wp-block-search__label,
.widget-title-center .widget_block h2,
.widget-title-center .widget-title {
  text-align: center;
}

.react-sideabr .widget select {
  margin: 0;
  border: 1px solid #f8f8f8;
  border-right: 8px solid #f8f8f8;
  background: #eee;
}
.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 {
  color: var(--titleColor);
  font-family: var(--partialFont);
  position: relative;
  font-size: 16px;
  line-height: 12.8px;
  font-weight: 300;
  z-index: 1;
  position: relative;
  letter-spacing: -0.32px;
  border-bottom: 1px solid rgba(131, 131, 131, 0.2509803922);
  padding-bottom: 15px;
}
.react-sideabr .widget {
  position: relative;
  transition: all 500ms ease;
  margin-bottom: 65px;
  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;
  background: none;
}
.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 {
  list-style: none;
  margin-bottom: 8px;
}
.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;
}
.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);
  float: right;
}
.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: 4px;
}
.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 #E9E9E9;
  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 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 {
  font-weight: 400;
  margin-bottom: 0 !important;
}
.react-sideabr .recent-post-widget .post-title a {
  font-size: 15px;
}
.react-sideabr .recent-post-widget .post-desc {
  line-height: 20px;
}
.react-sideabr .recent-post-widget .post-desc a {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  word-spacing: 0.16px;
  color: var(--titleColor);
}
.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 .tagcloud a {
  display: inline-block;
  margin: 10px 5px 0px 0;
  line-height: 20px;
  padding: 6px 17px;
  transition: all 0.3s ease;
  background: #eee;
  font-weight: 500;
  color: #1C2539;
  font-size: 14px !important;
  font-family: var(--bodyFont);
  border-radius: 30px;
}
.react-sideabr .tagcloud a:hover {
  background-color: var(--primaryColor);
  color: #fff;
}
.react-sideabr.style-2 .widget {
  background: var(--gray-slate-light-25);
  padding: 32px 23px 32px;
  margin-bottom: 40px;
}
.react-sideabr.style-2 .widget.about_me_widget {
  margin-bottom: 40px;
}
.react-sideabr.style-2 .widget.widget_media_image {
  background: none;
  padding: 0;
}
.react-sideabr.style-2 .widget .widget-title {
  border: none;
  padding-bottom: 0;
}
.react-sideabr.style-3 .widget {
  margin-bottom: 32px;
}
.react-sideabr.style-3 .widget.about_me_widget {
  margin-bottom: 32px;
}
.react-sideabr.style-3 .widget.widget_media_image {
  background: none;
  padding: 0;
}
.react-sideabr.style-3 .widget .widget-title {
  border: none;
  padding: 16px 0;
}
.react-sideabr.style-4 .widget {
  margin-bottom: 40px;
}
.react-sideabr.style-4 .widget.about_me_widget {
  margin-bottom: 40px;
}
.react-sideabr.style-4 .widget.widget_media_image {
  background: none;
  padding: 0;
}
.react-sideabr.style-4 .widget .widget-title {
  border-top: 2px solid var(--gray-slate-light-100);
  border-bottom: 0;
  padding: 16px 0;
  text-align: left;
}
.react-sideabr.style-5 .widget {
  margin-bottom: 40px;
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 32px 16px;
}
.react-sideabr.style-5 .widget.about_me_widget {
  margin-bottom: 40px;
}
.react-sideabr.style-5 .widget.widget_media_image {
  background: none;
  padding: 0;
  border: none;
}
.react-sideabr.style-5 .widget .widget-title {
  border-bottom: none;
  padding: 0 0 16px;
  margin-bottom: 0;
}
.react-sideabr.style-6 .widget {
  margin-bottom: 40px;
  background: #F6FAFA;
  border-radius: 16px;
  padding: 32px 16px;
}
.react-sideabr.style-6 .widget.about_me_widget {
  margin-bottom: 40px;
}
.react-sideabr.style-6 .widget.about_me_widget .widget-title {
  text-align: left;
}
.react-sideabr.style-6 .widget.widget_media_image {
  background: none;
  padding: 0;
  border: none;
}
.react-sideabr.style-6 .widget .widget-title {
  border-bottom: none;
  padding: 0 0 16px;
  margin-bottom: 0;
}
.react-sideabr.style-6 .widget .featured-post-widget {
  text-align: left;
}
.react-sideabr.style-6 .widget .featured-post-widget .blog-desc {
  padding: 0;
}
.react-sideabr.style-7 .widget {
  margin-bottom: 32px;
  padding: 0 0px 16px;
}
.react-sideabr.style-7 .widget .recent-post-widget {
  padding: 16px 16px 0;
}
.react-sideabr.style-7 .widget.about_me_widget {
  margin-bottom: 40px;
  padding: 0 0 16px;
}
.react-sideabr.style-7 .widget.featured-widget {
  padding: 0 0 16px;
}
.react-sideabr.style-7 .widget.featured-widget .post-desc {
  padding: 0 10px;
}
.react-sideabr.style-7 .widget.widget_media_image {
  background: none;
  padding: 0;
  border: none;
}
.react-sideabr.style-7 .widget.widget_categories ul {
  padding: 16px 16px 0;
}
.react-sideabr.style-7 .widget .widget-title {
  border-top: 3px solid var(--primaryColor);
  border-bottom: none;
  padding: 16px 0 16px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(131, 131, 131, 0.2509803922);
}
.react-sideabr.style-7 .widget .footer_social {
  padding-top: 16px;
}
.react-sideabr.style-7 .widget .footer_social li i {
  background: transparent;
  width: 48px;
  height: 48px;
  line-height: 45px;
  border-radius: 0;
  text-align: center;
  border: 1px solid #E1E3E6;
  box-sizing: border-box;
  box-shadow: 0px 1px 3px 0px transparent;
}
.react-sideabr.style-7 .widget .footer_social li i:hover {
  background: var(--primaryColor);
  border-color: transparent;
}
.react-sideabr.style-7 .widget .metform-form-main-wrapper {
  padding: 16px 16px 0;
}

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

.featured-post-widget {
  text-align: center;
}
.featured-post-widget .featured--title {
  padding-top: 20px;
}
.featured-post-widget .featured--title a {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  word-spacing: 0.2px;
  color: var(--titleColor);
}
.featured-post-widget .blog-desc {
  font-family: var(--bodyFont);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 16px;
  padding: 0 10px;
}
.featured-post-widget .read--more {
  padding: 16px 0 0;
}
.featured-post-widget .read--more a {
  color: var(--primaryColor);
  font-family: var(--partialFont);
  font-size: 16px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(107, 114, 128, 0.6);
  position: relative;
}
.featured-post-widget .read--more a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  border-bottom: 1px solid var(--primaryColor);
  width: 0%;
  transition: 350ms width cubic-bezier(0.38, 0.01, 0.43, 0.16);
}
.featured-post-widget .read--more a:hover:after {
  width: 100%;
}

.react-sideabr.style-2 .widget .read--more a {
  border-bottom: 1px solid var(--border-color);
}

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

.react-sideabr .widget_recent_entries ul li:first-child {
  border: none;
}

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

.single-post .react-sideabr h2 {
  margin-top: 0;
}

.show-featured {
  display: flex;
  gap: 15px;
}
.show-featured .post-img {
  width: 80px;
}
.show-featured .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;
}

article.sticky .blog-title a {
  color: var(--titleColor);
  position: relative;
  padding-left: 25px;
  font-weight: 700;
}
article.sticky .blog-title a:after {
  font-family: rt-icons;
  content: "\e81b";
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--primaryColor);
  font-size: 25px;
}
article.sticky .blog-title:hover a {
  color: var(--primaryColor);
}
article.sticky .blog-title:hover a:after {
  color: var(--primaryColor);
}

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

.single #content h3,
.single #content h4 {
  margin-bottom: 17px;
}

.footer_social {
  text-align: center;
}
.footer_social li {
  display: inline-block;
  margin: 0 5px;
}
.footer_social li i {
  box-shadow: 0px 1px 3px 0px rgba(21, 23, 26, 0.1);
  background: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
}
.footer_social li:hover i {
  color: var(--whiteColor);
  background: var(--primaryColor);
}

/*-------------------
    Search Results
---------------------*/
body.search-results .site-main > article {
  margin-bottom: 40px;
  border: 1px solid var(--border-color);
  padding: 40px 40px 35px;
  margin-right: 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;
}

.related .star-rating::beforee {
  top: 50% !important;
  right: 50% !important;
  transform: translate(50%, -50%);
}

/* ------------------------------------
    29. Shop Page Start Here 
---------------------------------------*/
.select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
  border-radius: 0px;
  height: 40px;
  line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px;
  right: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
}

input[type=tel] {
  padding: 10px 14px;
  border: none;
  outline: none;
  width: 100%;
  height: 50px;
  border: 1px solid rgba(54, 54, 54, 0.1);
  border-radius: 8px;
}

input[type=text], input[type=tel],
input[type=email], input[type=password], textarea {
  background: #fff;
}

textarea.input-text {
  border: 1px solid #ccc;
}

.button.yith-wcqv-button {
  display: none !important;
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
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;
}

.comment-form-cookies-consent {
  display: flex;
}

.blog-item.blog_layout_2column {
  border: none !important;
  margin-bottom: 65px !important;
}
.blog-item.blog_layout_2column .title-wrap.blog_layout_2column {
  margin-bottom: 0 !important;
}
.blog-item.blog_layout_2column .title-wrap.blog_layout_2column .blog-title {
  font-size: 28px !important;
  line-height: 33.6px !important;
  padding: 0 20px;
}
.blog-item.blog_layout_2column .full-blog-content.blog_layout_2column {
  padding: 10px 0px 0px !important;
  padding: 0 20px;
}
.blog-item.blog_layout_2column .single-info.cat.blog_layout_2column {
  margin-top: 24px;
  padding: 0 20px;
}

.reactheme-blog-details .padding-left-sidebar {
  flex-direction: row-reverse;
}
.reactheme-blog-details .padding-left-sidebar .news-details-inner {
  margin-right: 0;
  margin-left: 50px;
}
.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);
  display: inline-block;
  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);
}

.techno_popular_widget .recent-widget.widget {
  margin-bottom: 0 !important;
}
.techno_popular_widget .recent-widget.widget h5 {
  text-align: center;
}

.react-sideabr.style-2 .widget.widget_search,
.react-sideabr.style-7 .widget.widget_search {
  padding: 0;
}
.react-sideabr.style-2 .widget.widget_search .bs-search input,
.react-sideabr.style-7 .widget.widget_search .bs-search input {
  color: var(--titleColor);
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 0;
  background: transparent;
}
.react-sideabr.style-2 .widget.widget_search .bs-search input::-moz-placeholder, .react-sideabr.style-7 .widget.widget_search .bs-search input::-moz-placeholder {
  color: var(--bodyColor);
  opacity: 0.7;
}
.react-sideabr.style-2 .widget.widget_search .bs-search input::placeholder,
.react-sideabr.style-7 .widget.widget_search .bs-search input::placeholder {
  color: var(--bodyColor);
  opacity: 0.7;
}
.react-sideabr.style-2 .widget.widget_search .bs-search button,
.react-sideabr.style-7 .widget.widget_search .bs-search button {
  height: 48px;
  background: transparent;
}
.react-sideabr.style-2 .widget.widget_search .bs-search button::before,
.react-sideabr.style-7 .widget.widget_search .bs-search button::before {
  font-size: 20px;
  right: 16px;
  top: 50%;
  color: var(--titleColor);
  transform: translateY(-50%);
}

.react-sideabr.style-7 .widget.widget_search {
  border-top: 3px solid var(--primaryColor);
}

/* ---------------------------
    Header Section 
------------------------------*/
#reactheme-header {
  width: 100%;
  z-index: 9;
}
#reactheme-header.rts-default-header {
  background: rgb(21, 23, 26);
}
#reactheme-header.rts-default-header .site-title a {
  color: var(--whiteColor);
  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 .search-wrap button {
  border: none;
  background: none;
  padding: 0;
  position: relative;
  top: 8px;
  outline: none;
}
#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 {
  margin-bottom: 0;
  border: 0;
  padding: 0;
  display: block;
}
.menu-area .navbar ul {
  margin: 0;
  padding: 0;
}
.menu-area .navbar ul li {
  position: relative;
  display: inline-block;
  transition: 0.3s;
  padding: 19px 8px;
  /*Dropdown Menu area*/
}
.menu-area .navbar ul li.current-menu-ancestor a, .menu-area .navbar ul li.current_page_item a {
  color: var(--whiteColor);
}
.menu-area .navbar ul li a {
  color: rgb(255, 255, 255);
  font-size: 16px;
  padding-right: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: var(--partialFont);
}
.menu-area .navbar ul li:hover {
  color: var(--primaryColor);
}
.menu-area .navbar ul li:hover a {
  color: var(--whiteColor);
  opacity: 1 !important;
}
.menu-area .navbar ul li ul.sub-menu {
  min-width: 250px;
  padding: 15px 7px;
}
.menu-area .navbar ul li ul.sub-menu li {
  float: none;
  display: block;
  margin: 0;
  text-align: left;
  line-height: 25px;
  position: relative;
  padding: 0 0;
}
.menu-area .navbar ul li ul.sub-menu li:last-child {
  border-bottom: 0;
}
.menu-area .navbar ul li ul.sub-menu li a {
  line-height: 25px;
  font-size: 16px;
  padding: 0.25rem 0.5rem;
  color: var(--whiteColor);
  margin: 4px 0;
  opacity: 0.5 !important;
}
.menu-area .navbar ul li ul.sub-menu li.current-menu-ancestor > a, .menu-area .navbar ul li ul.sub-menu li.current_page_item > a {
  color: var(--whiteColor);
}
.menu-area .navbar ul li ul.sub-menu li.current-menu-ancestor > a:before, .menu-area .navbar ul li ul.sub-menu li.current_page_item > a:before {
  color: var(--whiteColor);
}
.menu-area .navbar ul li ul.sub-menu li:hover > a {
  color: var(--whiteColor);
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
}
.menu-area .navbar ul li:hover ul {
  opacity: 1;
  position: absolute;
}
.menu-area .navbar ul li > a {
  display: block;
  text-decoration: none;
  transition: 0.3s;
}
.menu-area .navbar ul li.active a {
  color: var(--secondaryColor);
}
.menu-area .navbar ul li.active li a {
  color: var(--secondaryColor);
}
.menu-area .navbar ul li.active li ahover {
  color: var(--secondaryColor);
}
.menu-area .navbar ul li .sub-menu {
  background: var(--gray-slate-light-900);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  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;
}
.menu-area .navbar ul li .sub-menu li {
  line-height: normal;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}
.menu-area .navbar ul li .sub-menu li ul {
  left: 100% !important;
  top: 0 !important;
}
.menu-area .navbar ul li:hover ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.menu-area .navbar ul:hover > li > a {
  opacity: 0.5;
}
.menu-area .navbar .navbar-toggle {
  background-color: var(--primaryColor);
  border-radius: 2px;
  transition: 0.4s ease all;
}
.menu-area .navbar .navbar-toggle .icon-bar {
  background-color: #fff;
}
.menu-area .navbar .navbar-toggle:hover {
  opacity: 0.8;
}
.menu-area.vertical .navbar ul li {
  display: block;
  list-style: none;
}
.menu-area.vertical .navbar ul li a i {
  margin-right: 10px;
  font-size: 14px;
}
.menu-area.vertical .yes .navbar ul li {
  display: inline-block;
  width: 47%;
}

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

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

#offcanvas-1 .bg-white-rts {
  background: var(--whiteColor) !important;
}
#offcanvas-1 .uk-offcanvas-close {
  background: none !important;
  top: 30px;
  right: 25px;
}
#offcanvas-1 .uk-offcanvas-close i {
  color: var(--button-bg-dark) !important;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  top: 15px;
  font-size: 24px;
  line-height: 31px;
}
#offcanvas-1 .uk-offcanvas-close svg {
  display: none;
}

/*******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;
}

.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 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: 10px;
  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 {
  content: "";
  position: absolute;
  font-family: "rt-icons";
  content: "\e82e";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: 700;
  opacity: 0.6;
}

#mobile_menu .submenu-button.submenu-opened:after {
  content: "";
  position: absolute;
  font-family: "rt-icons";
  content: "\e809";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: 700;
  opacity: 0.6;
}

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

@media (max-width: 1024px) {
  .sidebarmenu-area.text-right.mobilehum {
    display: block !important;
  }
}
.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: 100%;
  z-index: 9999;
  left: 0;
}
.sticky_form.rts-search-popup button {
  background: none;
  top: 30%;
  right: unset;
  left: 0;
  padding: 5px 0;
}
.sticky_form.rts-search-popup button:hover {
  color: var(--primaryColor);
}
.sticky_form.rts-search-popup .sticky_form_search.sticky_form_search:before {
  margin: 0 !important;
}

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

.sticky_form .search-input {
  background: none;
  border: none;
  color: var(--gray-slate-light-900);
  border-bottom: 1px solid var(--border-color);
  outline: none;
  border-radius: 0;
  padding: 15px 0 15px 50px;
  font-size: 25px;
}

.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: 36px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
.close-search:before {
  font-size: 20px !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: 20px;
}
.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 .offcanvas_logo {
  padding-bottom: 20px;
}
.menu-wrap-off .offcanvas_logo a img {
  max-width: 100px;
  height: auto;
}
.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);
}

/*------------------------------------
    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;
}

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

.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: "\e809";
  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-top: 10px;
  padding-bottom: 10px;
}

/*-------------------------------------
#. 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;
}

/* ---------------------------
    Footer Css 
------------------------------*/
.reactheme-footer {
  background: #1c1c1c;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.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: 50%;
  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;
}

.my-custom-font {
  font-family: var(--bodyFont) !important;
}
.my-custom-font .bottom-shape {
  font-weight: 100 !important;
}

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

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

p {
  margin: 0 0 26px;
}

a:focus {
  border-width: 5x;
  outline: thin dotted !important;
}

a:hover:focus, a:hover:focus-within, a:hover:focus, a:hover:focus-visible {
  outline: none !important;
}

a:target {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--titleFont);
  color: var(--titleColor);
  margin: 0 0 26px;
  font-weight: 400;
  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;
}

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

/* -----------------------
    404
--------------------------*/
.page-error .error-image {
  margin-bottom: 20px;
}
.page-error .page-content {
  max-width: 360px;
  margin: 0 auto;
}
.page-error .content-area {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.page-error .content-area h1.page-title {
  color: var(--whiteColor);
  font-size: 100px;
  margin-bottom: 30px;
  margin-top: 0px;
}
.page-error .content-area h2 {
  font-size: 48px;
  margin-bottom: 0px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.48px;
}
.page-error .content-area h2 span {
  display: block;
  color: var(--gray-slate-light-900);
  text-align: center;
  font-family: Recoleta;
  font-size: 256px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.56px;
  opacity: 0.25;
}
.page-error .content-area p.error-msg {
  font-size: 16px;
  font-weight: 400;
  max-width: 480;
  margin: 0 auto;
}
.page-error .react-sideabr {
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 40px;
  padding-top: 25px;
}
.page-error .react-sideabr {
  padding: 10px 0 35px;
}
.page-error .reacbutton {
  overflow: hidden;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  padding: 17px 33px;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  background: var(--primaryColor);
  border: none;
  border-radius: 8px;
  margin-top: 32px;
  font-family: var(--partialFont);
}
.page-error .reacbutton:hover {
  background: var(--titleColor);
  color: #fff !important;
}

/* ------------------------------------
    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] {
  color: #fff;
  padding: 13px 30px;
  font-size: 16px;
  text-transform: capitalize;
  outline: none;
  transition: all 0.5s ease;
  background: var(--primaryColor);
  position: relative;
  border: none;
  font-family: var(--partialFont);
  border-radius: 8px;
}

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-bottom: 30px !important;
}

.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 .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;
}
#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 {
  font-size: 16px;
  padding: 8px 0;
  display: block;
  color: var(--titleColor);
  font-family: var(--titleFont);
  line-height: 25px;
}
#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 .widget_nav_menu ul li:last-child a {
  border-bottom: none;
}

.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 {
  font-size: 0px;
  display: flex;
  justify-content: flex-end;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  font-family: var(--partialFont2);
}
.reactheme-breadcrumbs .breadcrumbs-inner {
  padding: 20px 0;
  position: relative;
  max-width: 950px;
  margin: 0 auto;
}
.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 .page-title {
  font-size: 34px;
  line-height: 44px;
  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;
}

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

.header-inner .menu-area ul.menu .mega.col-3 {
  width: unset !important;
}
.header-inner .menu-area ul.menu .mega.col-3 ul.sub-menu .menu-item {
  border: none !important;
  padding-left: 0 !important;
}
.header-inner .menu-area ul.menu .mega.col-3 ul.sub-menu .menu-item a:after, .header-inner .menu-area ul.menu .mega.col-3 ul.sub-menu .menu-item a:before {
  content: none !important;
}
.header-inner .menu-area ul.menu .mega.col-3 ul.sub-menu .menu-item li {
  padding-left: 0 !important;
}

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

.post--tilte-single h1 {
  margin: 45px 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;
}

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

#fann-load .lds-ring {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#fann-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;
}
#fann-load .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
#fann-load .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
#fann-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;
  font-family: var(--partialFont);
}

#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 {
  background-color: #fefefe;
  margin: auto;
  max-width: 880px;
  flex-direction: row;
  border-radius: 0;
}
#rtsModal .modal-content .popup-thumb {
  width: 50%;
}
#rtsModal .modal-content .popup-thumb img {
  height: 100%;
}
#rtsModal .modal-content .popup-contents {
  width: 50%;
  text-align: center;
  padding: 60px 40px;
  position: relative;
  /* The Close Button */
}
#rtsModal .modal-content .popup-contents .popup-subtitle {
  font-family: var(--partialFont);
  color: var(--primaryColor);
  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(--button-bg);
  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;
}
#modal-close-default .uk-close {
  background: var(--button-bg-dark);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 15px;
}
#modal-close-default .uk-close i {
  color: #fff !important;
  font-size: 15px;
}
#modal-close-default .uk-close i:before {
  margin: 0;
}
#modal-close-default .uk-close svg {
  display: none;
}

#modal-close-login .uk-modal-dialog {
  max-width: 600px !important;
  width: 100% !important;
}
#modal-close-login .uk-close {
  background: var(--button-bg-dark);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 15px;
}
#modal-close-login .uk-close i {
  color: #fff !important;
  font-size: 15px;
}
#modal-close-login .uk-close i:before {
  margin: 0;
}
#modal-close-login .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;
}

.reactheme-blog-grid.blog--style2 .main__pagination__wrapper {
  padding-top: 25px;
  margin-top: 35px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.reactheme-blog-grid.blog--style2 .main__pagination__wrapper::before {
  content: "";
  display: block;
  width: 97.5%;
  height: 1px;
  background: rgba(131, 131, 131, 0.2509803922);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.reactheme-blog-grid.blog--style2 .main__pagination__wrapper ul.main__page__pagination {
  padding-bottom: 0;
}

.wc-empty-cart-message {
  width: 100%;
}

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

[data-theme=dark] .filter-half img {
  filter: invert(0.1) !important;
}/*# sourceMappingURL=theme.css.map */