/**
*
* -----------------------------------------------------------------------------
*
* Template : Almaris - Hotel WordPress Theme
* Author : reacthemes
* Author URI : http://www.reactheme.com/
*
*/
/* Blog Design */
.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
  clear: none;
}

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

.reactheme-blog-details .bs-img,
.reactheme-blog-details .blog-img,
.reactheme-blog .bs-img,
.reactheme-blog .blog-img,
.blog .bs-img,
.blog .blog-img {
  position: relative;
  z-index: 0;
}
.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(--color-secondary);
  border-top: 80px solid transparent;
  border-right: 100px solid var(--color-secondary);
}
.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: var(--color-white);
  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(--color-secondary);
  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(--color-primary);
  color: var(--color-white);
  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(--color-secondary);
}
.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%;
  transition: 0.4s;
}
.bs-img:hover img {
  transform: scale(1.1);
}

.widget-title a {
  color: var(--color-white);
}
.widget-title a:hover {
  color: var(--color-white);
}
.widget-title a:visited {
  color: var(--color-white);
}

/* -----------------------
    14. Blog Post
--------------------------*/
.reactheme-blog .grid-blog {
  margin-top: 50px;
}
.reactheme-blog .blog-item {
  margin-bottom: 30px;
  transition: all 0.5s ease 0s;
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 16px;
}
.reactheme-blog .blog-item.no-thumbs .full-blog-content {
  padding-top: 0;
}
.reactheme-blog .blog-item .blog-img {
  position: relative;
}
.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%;
}
.reactheme-blog .blog-item .blog-img .tag-line a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background: var(--color-primary);
  padding: 8px 19px;
  display: inline-block;
  margin-bottom: 10px;
}
.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 .author {
  display: flex;
  align-items: center;
}
.reactheme-blog .blog-item .blog-desc {
  clear: both;
  margin-bottom: 20px;
}
.reactheme-blog .blog-item .blog-desc p {
  margin-bottom: 0;
}
.reactheme-blog .blog-item .blog-button {
  display: block;
}
.reactheme-blog .blog-item .full-blog-content {
  overflow: hidden;
  padding: 30px 0;
}
.reactheme-blog .blog-item .full-blog-content .title-wrap {
  padding-top: 5px;
}
.reactheme-blog .blog-item .full-blog-content .user-info {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.reactheme-blog .blog-item .full-blog-content .user-info .single-info span {
  font-size: 14px;
  font-style: normal;
  line-height: 150%;
  letter-spacing: -0.28px;
  text-transform: capitalize;
}
.reactheme-blog .blog-item .full-blog-content .user-info .single-info.author {
  color: var(--color-primary);
  font-weight: 700;
}
.reactheme-blog .blog-item .full-blog-content .user-info .single-info.cat a {
  font-weight: 700;
}
.reactheme-blog .blog-item .full-blog-content .user-info .single-info:last-child {
  margin-right: 0;
}
.reactheme-blog .blog-item .full-blog-content .user-info .single-info.cat a {
  color: var(--color-body);
}
.reactheme-blog .blog-item .full-blog-content .user-info .single-info.cat a:hover {
  color: var(--color-primary);
}
.reactheme-blog .blog-item .full-blog-content .btm-cate {
  margin: 0 0 10px;
}
.reactheme-blog .blog-item .full-blog-content .title-wrap .blog-title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}
.reactheme-blog .blog-item .full-blog-content .title-wrap .blog-title a {
  color: var(--title-font-color);
}
.reactheme-blog .blog-item.style-2 {
  border-radius: 0;
  margin-bottom: 0;
}
.reactheme-blog .blog-item.style-2 .blog-img {
  border-radius: 0;
}
.reactheme-blog .blog-item.style-2 .blog-img a img {
  border-radius: 0;
}
.reactheme-blog .blog-item.style-2 .blog-img .blog-cats {
  position: absolute;
  top: 15px;
  left: 15px;
}
.reactheme-blog .blog-item.style-2 .blog-img .blog-cats a {
  color: #fff;
}
.reactheme-blog .blog-item.style-2 .blog-img .blog-cats .cat {
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  display: block;
  background: var(--color-primary);
  margin-left: 5px;
  padding: 4px 10px 4px 10px;
  font-weight: 600;
}
.reactheme-blog .blog-item.style-2 .full-blog-content .title-wrap {
  padding-top: 0;
}
.reactheme-blog .blog-item.style-2 .full-blog-content .title-wrap .blog-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
}
.reactheme-blog .blog-item.style-2 .full-blog-content .blog-desc {
  margin-bottom: 10px;
}
.reactheme-blog .blog-item.style-2 .full-blog-content .user-info {
  gap: 25px;
}
.reactheme-blog .blog-item.style-2 .full-blog-content .user-info .single-info span {
  font-weight: 500;
  color: var(--color-body);
}
.reactheme-blog .blog-item.style-2 .full-blog-content .user-info .single-info span.icon {
  color: var(--color-primary);
}
.reactheme-blog .blog-item.style-2 .full-blog-content .user-info .single-info.author .author-img {
  float: left;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.reactheme-blog .blog-item.style-2 .full-blog-content .user-info .single-info.author .author-img img {
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
.reactheme-blog .full-layout {
  width: 100%;
}
.reactheme-blog .full-layout-right {
  padding: 120px 0;
}
.reactheme-blog .sidebar-none {
  display: none;
}

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

.archive .full-layout-right,
.blog .full-layout-right {
  padding-right: 30px;
}
.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: 30px;
}

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

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

.single-post .reactheme-blog-details .type-post .single-content-full {
  overflow: visible;
}
.single-post .reactheme-blog-details .type-post .single-content-full .user-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.single-post .reactheme-blog-details .type-post .single-content-full .user-info .single-info span {
  font-size: 14px;
  font-style: normal;
  line-height: 150%;
  letter-spacing: -0.28px;
  text-transform: capitalize;
}
.single-post .reactheme-blog-details .type-post .single-content-full .user-info .single-info.author {
  color: var(--color-primary);
  font-weight: 700;
}
.single-post .reactheme-blog-details .type-post .single-content-full .user-info .single-info.cat a {
  font-weight: 700;
}
.single-post .reactheme-blog-details .type-post .single-content-full .user-info .single-info i {
  color: var(--color-primary);
}
.single-post .reactheme-blog-details .type-post .single-content-full .user-info .single-info a {
  color: #5D666F;
}
.single-post .reactheme-blog-details .type-post .single-content-full .user-info .single-info a:hover {
  color: var(--color-primary);
}

body.archive .reactheme-blog .blog-item {
  overflow: hidden;
}

/* ------------------------------------
    22. Blog Details
  ---------------------------------------*/
blockquote,
body .wp-block-quote.is-style-large:not(.is-style-plain) {
  padding-left: 45px;
  position: relative;
  border-radius: 0px;
}
blockquote:before,
body .wp-block-quote.is-style-large:not(.is-style-plain):before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "\e855";
  font-family: "rt-icons";
  line-height: 26px;
  border-radius: 50%;
  color: var(--color-body);
  font-size: 26px;
}
blockquote p,
body .wp-block-quote.is-style-large:not(.is-style-plain) p {
  font-size: 22px;
  font-style: italic;
  line-height: 1.5em;
  margin-bottom: 15px;
}
blockquote p a,
body .wp-block-quote.is-style-large:not(.is-style-plain) p a {
  color: var(--color-primary);
}
blockquote cite,
body .wp-block-quote.is-style-large:not(.is-style-plain) cite {
  font-weight: 700;
}
blockquote a,
body .wp-block-quote.is-style-large:not(.is-style-plain) a {
  color: var(--color-secondary);
}

p.has-drop-cap::first-letter {
  color: var(--color-primary);
}

body .main-contain #contents {
  position: relative;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1200px) {
  body .main-contain #contents {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.reactheme-blog-details .padding-left-sidebar {
  flex-direction: row-reverse;
}
.reactheme-blog-details .padding-left-sidebar .news-details-inner {
  margin-right: 0;
  margin-left: 10px;
}
.reactheme-blog-details .news-details-inner {
  margin-right: 28px;
  padding-bottom: 50px;
}
.reactheme-blog-details .type-post {
  margin-bottom: 0px;
}
.reactheme-blog-details .type-post .single-content-full {
  overflow: hidden;
}
.reactheme-blog-details .type-post .single-content-full .title-wrap {
  padding-top: 5px;
}
.reactheme-blog-details .type-post .single-content-full .title-wrap h2 {
  margin-bottom: 0;
}
.reactheme-blog-details .type-post .single-content-full .bs-desc {
  padding: 0 0;
}
.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 .type-post .tag-line a:hover {
  color: var(--color-primary);
}
.reactheme-blog-details .bs-info {
  margin-bottom: 10px;
}
.reactheme-blog-details .bs-info.tags {
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--color-body);
  font-family: var(--font-secondary);
  border-top: 1px solid rgba(131, 131, 131, 0.25);
  padding: 80px 0;
}
.reactheme-blog-details .bs-info.tags a {
  display: inline-block;
  line-height: 22px;
  padding-left: 10px;
  font-family: var(--font-secondary);
  transition: all 0.3s ease;
  font-weight: 600;
  color: var(--color-body);
}
.reactheme-blog-details .bs-info.tags a:hover {
  color: var(--color-primary);
}
.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(--color-secondary);
}
.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 {
  display: flex;
  align-items: center;
  background: var(--tertiary-color);
  padding: 30px;
  gap: 40px;
  border-radius: 16px;
}
.reactheme-blog-details .author-block .author-img {
  flex-basis: 30%;
  border-radius: 16px;
  overflow: hidden;
}
.reactheme-blog-details .author-block .author-img img {
  border-radius: 16px;
}
.reactheme-blog-details .author-block .author-desc {
  flex-basis: 70%;
}
.reactheme-blog-details .author-block .author-title {
  font-size: 22px;
  position: relative;
  line-height: 30px;
  color: var(--color-secondary);
  font-family: var(--font-secondary);
  font-weight: 600;
  text-transform: capitalize;
}
.reactheme-blog-details .author-block .author-title:after {
  background: var(--color-primary);
  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-bottom: 8px;
}
.reactheme-blog-details .author-block .rts-author-social-area ul {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 15px;
}
.reactheme-blog-details .author-block .rts-author-social-area ul li {
  list-style: none;
  font-size: 30px;
}
.reactheme-blog-details .author-block .rts-author-social-area .author_signature img {
  width: 100px;
  height: auto;
}
.reactheme-blog-details .comment-respond {
  margin-top: 25px;
}
.reactheme-blog-details .comments-title {
  font-weight: 600;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 26px;
  letter-spacing: 0.5px;
}
.reactheme-blog-details #reply-title {
  font-size: 24px;
  font-family: var(--font-primary);
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 40px;
  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(--color-secondary);
  padding-left: 10px;
}
.reactheme-blog-details #reply-title small a:hover {
  color: var(--color-primary);
}
.reactheme-blog-details .comment-block {
  margin-top: 50px;
}
.reactheme-blog-details .comment-block .comment {
  padding: 25px;
  background: var(--color-white);
  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;
}

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

.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(--color-primary);
  position: relative;
  color: var(--color-white);
  font-size: 14px;
  line-height: 17px;
  border-radius: 6px;
}
.single .ps-navigation {
  border-top: 1px solid #D7D9E9;
  border-bottom: 1px solid #D7D9E9;
  padding: 30px 0;
}
.single .ps-navigation .prev {
  width: 50%;
  transition: all 0.5s ease;
}
.single .ps-navigation .prev i {
  margin-right: 10px;
  position: relative;
  top: -4px;
}
.single .ps-navigation .prev .next_link {
  margin-left: 0;
}
.single .ps-navigation .prev:hover a {
  color: var(--color-secondary);
}
.single .ps-navigation .prev .date {
  display: block;
}
.single .ps-navigation .next {
  width: 50%;
  transition: all 0.5s ease;
}
.single .ps-navigation .next .next_link {
  margin-right: 0;
}
.single .ps-navigation .next i {
  margin-left: 10px;
  position: relative;
  top: -4px;
}
.single .ps-navigation .next:hover a {
  color: var(--color-secondary);
}
.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(--color-secondary);
}
.single .ps-navigation .link_text i {
  color: #909090;
  margin-top: -9px;
}

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

.single-post .reactheme-breadcrumbs .page-title {
  max-width: 700px;
  margin: 0 auto;
}
.single-post .breadcrumbs-inner li {
  list-style: none;
}
.single-post .ps-navigation {
  margin-top: 0px;
}
.single-post .ps-navigation .next_link {
  font-size: 16px;
  text-transform: none;
  color: #999 !important;
  font-weight: 500;
  padding: 0 0 8px;
  position: relative;
}
.single-post .ps-navigation .next_link:hover {
  color: #555 !important;
}
.single-post .ps-navigation ul li.next .inner-next {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  margin-left: 10px;
}
.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;
  background: rgba(255, 255, 255, 0.6);
  margin-right: 10px;
}
.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(--color-secondary);
}
.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(--color-secondary);
}
.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(--color-secondary);
}
.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(--color-secondary);
  font-family: FontAwesome;
  font-size: 13px;
  font-style: normal;
  left: 0;
  top: 0;
}

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

.widget_media_gallery .gallery {
  margin: 0;
}
.widget_media_gallery .gallery-item {
  margin: 0;
}
.widget_media_gallery .gallery-item .gallery-icon {
  padding: 5px;
}
.widget_media_gallery .gallery-item .gallery-icon img {
  border-radius: 3px;
}

.single-post .reactheme-breadcrumbs .page-title {
  text-align: center;
}

.comment-respond form#commentform {
  border-radius: 16px;
  margin: auto;
  margin-top: 10px;
  position: relative;
}
.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: solid 1px rgba(0, 0, 0, 0.25);
}
.comment-respond .form-field #comment {
  width: 100%;
  padding: 8px 20px;
  border: solid 1px rgba(0, 0, 0, 0.25);
}
.comment-respond .form-submit {
  clear: both;
}
.comment-respond .form-submit #submit {
  width: auto;
  background: var(--color-primary);
  position: relative;
  display: inline-block;
  border-radius: 0;
  color: var(--color-white);
  padding: 5px 20px;
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 2px;
  border: none;
  line-height: inherit;
  transition: all 0.3s ease 0s;
}
.comment-respond .form-submit #submit:hover {
  box-shadow: 2px 2px 20px 0px rgba(29, 29, 31, 0.5);
}

.comment-respond label {
  display: none;
}

.comments-area {
  margin-top: 50px;
}
.comments-area ol.children {
  padding: 0;
}
.comments-area .comment-list {
  margin: 45px 0 0 0;
  padding: 0;
}
.comments-area .comment-list li.comment {
  padding: 0px;
  margin: 20px 0 25px;
  list-style: none;
  background: rgba(255, 255, 255, 0.6);
  border-top: 1px solid #ccc;
}
.comments-area .comment-list li.comment.depth-1:nth-child(1) {
  border: none !important;
}
.comments-area .comment-list li.comment.depth-1:not(:nth-child(1)) {
  margin-top: 48px;
}
.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: 85px;
  padding-top: 30px;
  margin-bottom: 25px;
}
.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 {
  display: block;
  font-weight: 700;
  color: #555555;
}
.comments-area .comment-list li.comment .comment-author img {
  float: left;
  position: absolute;
  left: 0;
}
.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: 12px;
  padding-top: 0;
  clear: both;
}
.comments-area .comment-list li.comment .comment-metadata a time {
  color: var(--color-primary);
}
.comments-area .comment-list li.comment .comment-metadata a.comment-edit-link {
  padding-left: 20px;
  margin-left: 20px;
  border-left: solid 1px #ddd;
  font-size: 12px;
}
.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: var(--color-white);
  background: var(--color-primary);
  z-index: 1;
}
.comments-area .comment-list li.comment .reply a:hover {
  box-shadow: 2px 2px 20px 0px rgba(29, 29, 31, 0.5);
}
.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: 3.9em;
  margin-top: 0;
}
.comments-area .comment-list li.comment:last-child .comment-full {
  border-bottom: none;
}
.comments-area #commentform p input {
  width: 100%;
  border: solid 1px rgba(115, 115, 115, 0.2);
  border-radius: 12px;
  padding: 15px;
  color: var(--color-body);
  background: transparent;
}
.comments-area p.comment-form-comment {
  clear: both;
  margin-bottom: 0;
}
.comments-area p.comment-form-comment textarea {
  width: 100%;
  height: 224px;
  border: solid 1px rgba(115, 115, 115, 0.2);
  padding: 15px;
  color: var(--color-body);
  background: transparent;
}
.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 {
  outline: none;
  background: none;
  box-shadow: 0px 0px 0px 4px rgba(171, 137, 101, 0.3);
}

.comment-full input[type=submit]:focus {
  box-shadow: 0px 0px 0px 4px rgba(171, 137, 101, 0.3);
}

.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-left-sidebar {
  flex-direction: row-reverse;
}
.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 
---------------------------------------*/
.react-sideabr .widget select {
  margin: 0;
  border: 1px solid #f8f8f8;
  border-right: 8px solid #f8f8f8;
  background: #fff;
}
.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(--title-font-color);
  font-family: var(--font-primary);
  z-index: 1;
  position: relative;
  font-weight: 600;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 26px;
  letter-spacing: 0.5px;
}
.react-sideabr .widget {
  position: relative;
  transition: all 500ms ease;
  margin-bottom: 40px;
  border-radius: 7px;
}
.react-sideabr .widget:hover:after {
  height: 70px;
}
.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(--color-secondary);
  transition: all 0.3s ease 0s;
}
.react-sideabr ul a:hover {
  color: var(--color-primary);
}
.react-sideabr ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.react-sideabr ul li + li {
  margin-top: 10px;
  padding-top: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.react-sideabr .widget_categories ul li,
.react-sideabr .widget_archive ul li,
.react-sideabr .widget_pages ul li,
.react-sideabr .widget_meta ul li,
.react-sideabr .widget_recent_entries ul li,
.react-sideabr .widget_nav_menu ul li,
.react-sideabr .widget_block ul li {
  border-top: none;
  border: none;
  position: relative;
  margin-bottom: 10px;
  transition: 0.3s;
  padding-top: 0;
  border-radius: 12px;
}
.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 {
  color: #5D666F;
  font-weight: 500;
  transition: 0.3s;
  padding: 5px 0px;
  display: inline-block;
  border-radius: 12px;
}
.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(--color-primary);
}
.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-weight: 700;
  float: right;
  font-size: 14px;
  font-weight: 700;
}
.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-top: 7px;
  padding-left: 10px;
}
.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_categories ul li a {
  position: relative;
}
.react-sideabr .widget_categories ul li a:hover {
  color: var(--color-primary);
}
.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(--color-secondary);
}
.react-sideabr .widget_recent_comments ul li ul {
  padding-top: 7px;
  background: #f8f9fb;
  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_recent_entries h2.widget-title {
  margin-bottom: 18px;
}
.react-sideabr .widget_calendar table caption {
  padding-bottom: 0;
}
.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-radius: 12px;
  background: var(--color-white);
  transition: all 0.4s ease-out 0s;
}
.react-sideabr .widget_search input:focus,
.react-sideabr .bs-search input:focus {
  outline: none;
  border: 1px solid var(--color-primary);
}
.react-sideabr .widget_search button,
.react-sideabr .bs-search button {
  background: var(--color-primary);
  border: medium none;
  padding: 0;
  width: 55px;
  height: 55px;
  position: absolute;
  right: 0px;
  top: 29px;
  z-index: 0;
  font-size: 16px;
  outline: none;
  border-radius: 12px;
}
.react-sideabr .widget_search button i:before,
.react-sideabr .bs-search button i:before {
  margin: 0;
  color: var(--color-secondary);
}
.react-sideabr .widget_search label,
.react-sideabr .bs-search label {
  display: inline;
  font-weight: normal;
}
.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: var(--color-white);
}
.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: 18px;
}
.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 {
  margin-left: 20px;
}
.react-sideabr .recent-post-widget .post-desc span {
  display: block;
  font-size: 12px;
  color: var(--color-body);
  font-weight: 500;
}
.react-sideabr .recent-post-widget .post-desc span i {
  width: 14px;
  color: var(--color-primary);
}
.react-sideabr .recent-post-widget .post-desc a {
  display: block;
  color: var(--color-body);
  transition: all 0.3s ease 0s;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--font-primary);
  font-weight: 600;
  margin-top: 0;
}
.react-sideabr .recent-post-widget .post-desc a:hover {
  color: var(--color-primary);
}
.react-sideabr .tagcloud {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.react-sideabr .tagcloud a {
  font-size: 12px !important;
  text-decoration: none;
  color: #fff !important;
  padding: 3px 10px 3px 10px;
  background-color: var(--color-primary);
}

.bottom-shadow1 {
  padding: 32px 0 20px 0;
}

.react-sideabr .widget_recent_entries ul li:first-child {
  border: 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(--color-primary);
  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(--color-secondary);
  color: var(--color-white);
  border-color: var(--color-secondary);
}

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

.show-featured {
  display: flex;
  align-items: center;
  border-bottom: solid 1px rgba(115, 115, 115, 0.2);
  padding-bottom: 15px;
  margin-bottom: 10px;
  min-height: 100px;
}
@media all and (max-width: 475px) {
  .show-featured {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .show-featured .post-desc {
    margin-left: 0 !important;
  }
}
.show-featured .post-img {
  width: 80px;
  float: left;
  overflow: hidden;
}
.show-featured .post-img img {
  transition: all 0.5s ease 0s;
}
.show-featured .post-item {
  flex-basis: 80%;
  overflow: hidden;
}

.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: var(--color-white);
}
.bs-search button i:before {
  font-size: 18px;
  font-weight: 600;
}
.bs-search button:hover {
  color: var(--color-secondary);
}
.bs-search label {
  display: inline;
  font-weight: normal;
}

article.sticky .blog-title a {
  color: var(--color-secondary);
  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: 11px;
  color: var(--color-primary);
  font-size: 25px;
}
article.sticky .blog-title:hover a {
  color: var(--color-primary);
}
article.sticky .blog-title:hover a:after {
  color: var(--color-primary);
}

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

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

/* ------------------------------------
    24. Blog Pagination
---------------------------------------*/
.reactheme-pagination-area,
.pagination-area {
  padding-top: 0px;
  clear: both;
  text-align: center;
}
.reactheme-pagination-area .page-numbers.dots,
.pagination-area .page-numbers.dots {
  padding: 12px 20px;
}
.reactheme-pagination-area .pagination,
.pagination-area .pagination {
  padding: 0;
  margin: 0;
}
.reactheme-pagination-area .nav-links,
.pagination-area .nav-links {
  display: inline-block;
  padding: 11px 0px;
  margin: 0 auto;
}
.reactheme-pagination-area .nav-links span.current,
.pagination-area .nav-links span.current {
  background: var(--color-primary);
  color: #fff;
}
.reactheme-pagination-area .nav-links > *,
.pagination-area .nav-links > * {
  border-radius: 50%;
  margin-right: 10px;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border: 1px solid var(--color-border);
  font-weight: 700;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.reactheme-pagination-area .nav-links a,
.pagination-area .nav-links a {
  color: var(--title-font-color);
  background: transparent;
}
.reactheme-pagination-area .nav-links a:hover,
.pagination-area .nav-links a:hover {
  background: var(--color-primary);
  color: #fff;
}
.reactheme-pagination-area .nav-links a.next,
.pagination-area .nav-links a.next {
  font-size: 0;
  position: relative;
}
.reactheme-pagination-area .nav-links a.next:before,
.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;
}
.reactheme-pagination-area .nav-links a.prev,
.pagination-area .nav-links a.prev {
  font-size: 0;
  position: relative;
}
.reactheme-pagination-area .nav-links a.prev:before,
.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;
}

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

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

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

li.category-name ul.post-categories {
  position: relative;
  float: none !important;
  padding-left: 22px !important;
}

li.category-name ul.post-categories:before {
  content: "\f115";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 7px;
  color: var(--color-primary);
}

/*-------------------
    Search Results
---------------------*/
body.search-results .site-main > article {
  margin-bottom: 40px;
  border: 1px solid #E6E9F0;
  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:hover {
  color: var(--color-primary);
}
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(--color-secondary);
}
body.search-results .site-main > article .entry-summary .search-button a:hover {
  color: var(--color-secondary);
}
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(--color-body);
}
body.search-results .site-main > article .entry-footer span a:hover {
  color: var(--color-primary);
}
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;
}

/* ---------------------------
    Header Section 
------------------------------*/
#reactheme-header {
  width: 100%;
  z-index: 9;
}
#reactheme-header.rts-default-header {
  position: absolute;
}
#reactheme-header.rts-default-header .menu-area {
  position: relative;
  z-index: 1;
}
#reactheme-header.rts-default-header .site-title a {
  color: var(--color-white);
  font-size: 35px;
  font-weight: 700;
  line-height: 120%;
}
#reactheme-header.rts-default-header .header-logo {
  padding: 20px 0 20px;
  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 .search-wrap {
  display: flex;
  padding: 0px 18px 9px 18px;
  border-bottom: 2px solid var(--color-white);
}
#reactheme-header .search-wrap [type=search] {
  border: none;
  color: var(--color-white);
  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;
  color: var(--color-primary);
}

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

.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: 35px 11px;
  /*Dropdown Menu area*/
}
.menu-area .navbar ul li.current-menu-ancestor a, .menu-area .navbar ul li.current_page_item a {
  color: var(--color-white);
}
.menu-area .navbar ul li a {
  color: var(--color-white);
  font-size: 15px;
  padding-right: 16px;
  line-height: 120%;
  font-family: var(--font-primary);
}
.menu-area .navbar ul li ul.sub-menu {
  min-width: 190px;
}
.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;
  padding: 8px 15px;
  color: #606060;
  font-weight: 600;
  font-family: var(--font-primary);
  background: transparent;
  font-size: 14px;
  letter-spacing: -0.32px;
}
.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(--color-primary);
}
.menu-area .navbar ul li ul.sub-menu li:hover > a {
  background: var(--color-secondary);
  opacity: 1 !important;
  color: #fff;
}
.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(--color-secondary);
}
.menu-area .navbar ul li.active li a {
  color: var(--color-secondary);
}
.menu-area .navbar ul li.active li a:hover {
  color: var(--color-secondary);
}
.menu-area .navbar ul li .sub-menu {
  background: var(--color-white);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: translateY(30px);
  transform-origin: 0 0 0;
  transition: all 0.3s ease-in-out;
  z-index: 99999 !important;
  text-align: left;
  visibility: hidden;
  border-radius: 3px;
  border: solid 1px #ddd;
}
.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 a {
  display: block;
  padding: 12px 0;
  text-transform: none;
  transition: 0.3s;
  color: var(--color-secondary);
  font-weight: 700;
}
.menu-area .navbar ul li .sub-menu li a:hover {
  color: var(--color-secondary);
}
.menu-area .navbar ul li .sub-menu li a:hover:before {
  opacity: 1 !important;
}
.menu-area .navbar ul li .sub-menu li ul {
  left: 100% !important;
  top: 0 !important;
}
.menu-area .navbar ul li:hover ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.menu-area .navbar .navbar-toggle {
  background-color: var(--color-primary);
  border-radius: 2px;
  transition: 0.4s ease all;
}
.menu-area .navbar .navbar-toggle .icon-bar {
  background-color: var(--color-white);
}
.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(--color-secondary);
}
.menu-area .navbar ul > li.menu-item-has-children > a {
  position: relative;
  margin-right: 18px;
}
.menu-area .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: 16px;
  display: block;
  cursor: pointer;
  transform: translateY(-50%);
  transition: all 0.5s ease;
  font-weight: 400;
}
.menu-area .icon2 .navbar ul > li.menu-item-has-children > a {
  position: relative;
  margin-right: 18px;
}
.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: 16px;
  display: block;
  cursor: pointer;
  transform: translateY(-50%);
  transition: all 0.5s ease;
  font-weight: 600;
}
.menu-area .icon2 .navbar ul > li.menu-item-has-children > a:before:hover::before {
  content: "\e808" !important;
  font-family: "rt-icons";
}
.menu-area .icon2 .navbar ul > li.menu-item-has-children .sub-menu li.menu-item-has-children > a {
  margin-right: 0;
}

/*******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: 28px;
  display: inline-block;
}
ul.offcanvas-icon .nav-link-container a svg {
  fill: var(--color-white);
}
ul.offcanvas-icon .nav-link-container a svg path {
  fill: var(--color-white);
}
ul.offcanvas-icon .nav-link-container a svg rect {
  fill: var(--color-white);
}

.stuck.sticky .sticky-hide {
  display: none;
}

.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 {
  display: block;
  padding: 12px 0px 16px 0px;
  width: 58px;
  height: 55px;
  display: block;
  transition: all 0.5s ease 0s;
}
.offcanvas-icon.layout-2 .nav-menu-link span {
  display: block;
  border-top: 3px solid var(--color-white);
  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 var(--color-white);
}
.offcanvas-icon.layout-2 .nav-menu-link span.line1 {
  width: 10px;
  margin-top: 3px;
  position: relative;
  top: 1px;
  border-top: 2px solid var(--color-white);
}
.offcanvas-icon.layout-2 .nav-menu-link:hover span {
  border-color: var(--color-white) !important;
  background: var(--color-white) !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: var(--color-white);
  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(--color-primary);
}
.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-bottom: 1px solid #f0f0f0;
}
.mobile-menu-container div ul li a:hover {
  color: var(--color-primary) !important;
}
.mobile-menu-container div ul > li.current_page_parent > a {
  color: var(--color-primary) !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 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: var(--color-white);
  transform: rotate(45deg);
}

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

#mobile_menu .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 20px;
  display: block;
  height: 35px;
  width: 35px;
  cursor: pointer;
  background: var(--color-primary);
  color: var(--color-white);
  border-radius: 3px;
}

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

#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: "\e809";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

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

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

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

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

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

/*Full Search sec*/
.sticky_form.rts-search-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  background: #f6f6f6;
  width: 100%;
  height: 45%;
  z-index: 9999;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  left: 0;
}
.sticky_form.rts-search-popup button {
  background: none;
  top: 30%;
}
.sticky_form.rts-search-popup button:hover {
  color: var(--color-primary);
}
.sticky_form.rts-search-popup .sticky_form_search.sticky_form_search:before {
  margin-left: 0 !important;
}

.sticky_form_full {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
}
.sticky_form_full button i::before {
  color: var(--color-body);
  font-size: 30px;
}

.sticky_form .search-input {
  background: none;
  border: none;
  color: var(--color-secondary);
  border-bottom: 1px solid #ced1d9;
  outline: none;
  border-radius: 0;
  padding: 20px 0;
  font-size: 30px;
}

.close-search {
  position: fixed;
  right: 50px;
  top: 50px;
  color: var(--color-secondary);
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
.close-search:before {
  font-size: 30px !important;
}

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

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

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

.sticky .hide_logo_desktop {
  display: none;
}

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

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

.nav-link-container #close-button2.close-button span.hamburger1 {
  transform: rotate(-45deg) translate(-4px, 4px);
  width: 24px;
}

.nav-link-container #close-button2.close-button span.hamburger3 {
  transform: rotate(45deg) translate(0px, 0px);
  width: 24px;
}

body.logged-in .menu-wrap-off {
  padding: 63px 30px 50px 50px;
}

body.logged-in .menu-wrap-off .inner-offcan .nav-link-container {
  top: 32px;
}

.off-nav-layer {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: -1;
  background: var(--color-white);
  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);
  z-index: 10000;
}

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

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

.off-nav-layer {
  background: var(--color-white);
}

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

/*------------------------------------
    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(--color-secondary);
}
.menu-area.sticky-menu .navbar ul li:hover a {
  color: var(--color-primary);
}
.menu-area.sticky-menu .navbar ul.sub-menu li a {
  color: var(--color-secondary);
}
.menu-area.sticky-menu .nav-link-container i {
  color: var(--color-white);
}

.sticky-logo {
  display: none;
}

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

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

body.off-open .body-close {
  position: fixed;
  width: 100%;
  background: #000;
  height: 100%;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  z-index: 9;
  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;
}

.fixed-header {
  position: absolute;
}

.rtmega-menu-area .desktop-menu-area ul.rtmega-megamenu .menu-item-has-children .rtmegamenu-contents.sub-menu {
  background: transparent;
  box-shadow: none;
}

/* ---------------------------
    Footer Css 
------------------------------*/
.reactheme-footer .navbar-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.reactheme-footer {
  background: #181818;
  font-size: 16px;
  color: var(--color-white);
  position: relative;
}
.reactheme-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.reactheme-footer ul li:last-child {
  padding-bottom: 0;
}

.error404 .reactheme-footer {
  margin: 0;
}

.footer-bottom {
  background: #181818;
}
.footer-bottom .copyright_border {
  padding: 20px 0;
  text-align: center;
  color: var(--color-white);
}
.footer-bottom .copyright_border .copyright {
  text-align: center;
}
.footer-bottom .copyright a {
  color: var(--color-white);
  font-weight: 700;
}
.footer-bottom .copyright p {
  margin: 0;
  line-height: 35px;
}

#top-to-bottom {
  text-align: center;
  bottom: 0;
  cursor: pointer;
  position: fixed;
  right: 28px;
  z-index: 10;
  display: none;
  text-align: center;
  transform: translateY(20px);
  transition: all 0.5s ease 0s;
  opacity: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--color-primary);
  border-radius: 0;
}
#top-to-bottom i {
  color: #fff;
}
#top-to-bottom.scroll_visible {
  transform: translateY(-35px);
  opacity: 1 !important;
}
#top-to-bottom.scroll_visible:hover {
  transform: scale(1.1) translateY(-35px);
}

.wc-block-cart .wc-block-components-button {
  background: var(--color-primary);
  color: #fff;
}
.wc-block-cart .wc-block-components-button:hover {
  color: #fff;
  box-shadow: 2px 2px 20px 0px rgba(29, 29, 31, 0.5);
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  color: red !important;
}
.wc-block-cart .wc-block-cart-item__quantity {
  display: flex;
  gap: 10px;
  align-items: center;
}
.wc-block-cart .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
  margin-bottom: 0;
}
.wc-block-cart .wc-block-components-product-details__name {
  color: var(--title-font-color);
}
.wc-block-cart .wc-block-cart__totals-title,
.wc-block-cart .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
.wc-block-cart .wc-block-cart-items th,
.wc-block-cart .wc-block-cart-item__prices {
  color: var(--title-font-color) !important;
  font-weight: 600 !important;
}
.wc-block-cart .wc-block-components-formatted-money-amount {
  color: var(--title-font-color);
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
  padding: 0;
  min-width: 100px;
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-textarea,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
  color: var(--color-body);
  padding: 10px;
  margin-bottom: 20px;
  border: solid 1px rgba(0, 0, 0, 0.2509803922) !important;
  height: auto;
  background: none;
  border-radius: 0 !important;
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted,
.wc-block-checkout__payment-method .wc-block-components-checkout-step__content .wc-block-components-radio-control--highlight-checked:after {
  border-radius: 0 !important;
}

.wc-block-components-textarea:focus,
.wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.wc-block-components-text-input input[type=email]:focus,
.wc-block-components-text-input input[type=number]:focus,
.wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-text-input input[type=text]:focus,
.wc-block-components-text-input input[type=url]:focus,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
  box-shadow: none !important;
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
  border-color: var(--color-primary) !important;
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted, .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active, .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus, .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover {
  background-color: var(--color-primary) !important;
  color: #fff;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  box-shadow: inset 0 0 0 2px var(--color-primary) !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
  border: 1px solid var(--color-primary) !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
  background: var(--color-primary) !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:focus {
  outline: 1px solid var(--color-primary) !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
  outline: none !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  border-radius: 0 !important;
}

.is-large .wp-block-woocommerce-checkout-order-summary-block {
  border-radius: 0 !important;
  background: rgba(171, 137, 101, 0.07);
  border: none !important;
  padding: 20px;
}

.wc-block-components-checkout-step__heading-content a,
.wc-block-components-checkbox .wc-block-components-checkbox__label, .wc-block-components-checkbox > span,
.wc-block-components-title.wc-block-components-title,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-item__value,
.wc-block-components-order-summary .wc-block-components-order-summary__button-text {
  color: var(--title-font-color) !important;
  font-weight: 600;
}

.is-large.wc-block-cart .wc-block-components-sidebar {
  margin-top: 0;
  background: rgba(171, 137, 101, 0.07);
  padding: 20px;
  height: -moz-fit-content;
  height: fit-content;
}

.wc-block-cart__submit {
  margin-bottom: 0;
}

.is-large.wc-block-cart .wc-block-cart-items {
  border-top: 1px solid hsla(0, 0%, 7%, 0.11);
}

.wc-block-cart-item__image {
  padding-left: 0 !important;
}

.wc-block-cart .wc-block-components-product-price {
  font-weight: 600;
}

.is-large .wc-block-components-sidebar .wc-block-components-panel,
.is-large .wc-block-components-sidebar .wc-block-components-totals-coupon,
.is-large .wc-block-components-sidebar .wc-block-components-totals-item {
  padding: 0 !important;
}

td, th {
  border: none !important;
}

.woocommerce .woocommerce-customer-details address,
.woocommerce table.shop_table {
  border-radius: 0;
}

.woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register {
  border-radius: 0;
  min-height: 354px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit {
  background-color: var(--color-primary);
  color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover {
  background-color: var(--color-secondary);
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: flex;
}

.wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large {
  margin-bottom: 0;
}

:root {
  --color-primary: #ab8965;
  --color-secondary:rgba(171, 137, 101, 0.3);
  --tertiary-color: #F4F7FB;
  --color-primary-rgb: 35, 73, 130;
  --color-secondary-rgb: 103, 143, 213;
  --tertiary-color-rgb: 244, 247, 251;
  --dark-color: #181818;
  --font-primary: "Jost", sans-serif;
  --font-secondary: "Marcellus", sans-serif;
  --title-font: "Marcellus", Helvetica, Arial, sans-serif;
  --title-font-weight: 300;
  --title-font-color: #181818;
  --color-body: #606060;
  --color-white: #fff;
}

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

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

p {
  margin: 0 0 26px;
  line-height: 1.7em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-font);
  font-weight: var(--title-font-weight);
  color: var(--title-font-color);
}

.abs-center {
  left: 50%;
  transform: translateX(-50%);
}

.mt-40 {
  margin-top: -40px;
}

.mb40 {
  margin-bottom: 40px;
}

h1.elementor-heading-title,
h1,
.h1 {
  font-size: 64px;
  margin-bottom: 20px;
  line-height: 1.1em;
  letter-spacing: -4px;
}

h2.elementor-heading-title,
h2 {
  margin-top: 0;
  font-size: 52px;
  margin-bottom: 20px;
  line-height: 1.1em;
}

h3.elementor-heading-title,
h3 {
  font-size: 26px;
  line-height: 1.4em;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
}

h4.elementor-heading-title,
h4 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 26px;
  letter-spacing: 0.5px;
  font-weight: 600;
}

a {
  color: var(--color-primaryprimary);
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}

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

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

.clear {
  clear: both;
}

.ehb-archive-wrapper,
.has-grid-line {
  position: relative;
}

.ehb-archive-wrapper::before,
.has-grid-line::before {
  content: "";
  top: 0;
  height: 100%;
  position: absolute;
  border-left: solid 1px rgba(0, 0, 0, 0.15);
  left: -40px;
}

.ehb-archive-wrapper::after,
.has-grid-line::after {
  content: "";
  top: 0;
  height: 100%;
  position: absolute;
  border-right: solid 1px rgba(0, 0, 0, 0.15);
  right: -40px;
}

.has-drop-cap:not(:focus):first-letter {
  background-color: var(--color-primary);
  font-size: 48px;
  font-weight: 400;
  float: left;
  margin: 10px 15px 0 0;
  color: #fff;
  padding: 17px 10px 17px 10px;
}

::-moz-selection {
  background: var(--color-secondary);
  text-shadow: none;
  color: var(--color-white);
}

::selection {
  background: var(--color-primary);
  text-shadow: none;
  color: var(--color-white);
}

.float-text {
  width: 20px;
  position: fixed;
  z-index: 1002;
  margin-left: 30px;
  text-align: center;
  font-size: 12px;
  top: 50%;
  left: 16px;
  transform: translate(-50%, -50%);
  font-weight: 500;
}
.float-text.show {
  opacity: 1;
}
.float-text.hide {
  opacity: 0;
}
.float-text span {
  margin-left: -5px;
  margin-top: 20px;
  writing-mode: vertical-rl;
  letter-spacing: 0.75px;
  transform: rotate(-180deg);
  color: #222;
}

.scrollbar-v {
  background: var(--color-secondary);
  position: fixed;
  top: calc(50% + 60px);
  left: 43px;
  width: 2px;
  transition: all linear 0.1s;
  min-height: 0%;
  z-index: 1000;
}

.show-on-scroll {
  opacity: 0;
}
.show-on-scroll .show {
  opacity: 1;
}

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

iframe {
  width: 100%;
}

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

.common-shadow {
  box-shadow: 0 0 150px #eee;
  background: var(--color-white);
}

/* -----------------------
    404
--------------------------*/
.page-error {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background: var(--color-white);
}
.page-error .error-image {
  margin-bottom: 20px;
}
.page-error .container {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.page-error .page-content {
  max-width: 650px;
  margin: 0 auto;
}
.page-error .content-area {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.page-error .content-area h1.page-title {
  color: var(--color-white);
  font-size: 100px;
  margin-bottom: 30px;
  margin-top: 0px;
}
.page-error .content-area h2 {
  font-size: 32px;
  margin-bottom: 30px;
  line-height: 30px;
  font-weight: 700;
}
.page-error .content-area h2 span {
  display: block;
  font-size: 158px;
  line-height: 160px;
  margin-bottom: 20px;
  color: var(--color-primary);
  font-weight: 700;
}
.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: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 18px 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  background: var(--color-primary);
  border: none;
  border-radius: 12px;
  margin-top: 20px;
}
.page-error .reacbutton:hover {
  background: var(--color-secondary);
  color: var(--color-white) !important;
}
.page-error.coming-soon {
  height: 100vh;
}
.page-error.coming-soon .content-area h3 {
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
  display: block;
}
.page-error.coming-soon .content-area h3 span {
  font-size: 80px;
  text-shadow: unset;
  text-transform: uppercase;
  line-height: 90px;
  padding-bottom: 20px;
  letter-spacing: 5px;
  display: block;
  font-weight: 900 !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;
}

code {
  background: var(--color-primary);
  color: var(--color-white) !important;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  color: var(--color-white);
  padding: 17px 30px;
  font-size: 14px;
  text-transform: capitalize;
  outline: none;
  transition: all 0.5s ease;
  background: var(--color-primary);
  position: relative;
  border: none;
}

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

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

.main-contain #contents {
  padding-top: 140px;
  padding-bottom: 140px;
}
.main-contain .reactheme-porfolio-details #contents {
  padding-bottom: 110px;
}
.main-contain .page-error #content {
  padding-top: 60px;
}

.opps-nothing {
  margin-top: 40px;
}

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

.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(--color-body);
  padding: 10px;
  margin-bottom: 20px;
  border: solid 1px rgba(0, 0, 0, 0.2509803922);
  border-radius: 0 !important;
  height: auto;
  background: none;
}

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

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

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

a:focus {
  outline: thin dotted;
}

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

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

.sticky-logo {
  display: none;
}

.sticky .menu-area .row.pt-25 {
  display: none;
}
.sticky .logo-area {
  display: none;
}
.sticky .logo-area.sticky-logo {
  display: block;
}

#reactheme-header.header-style-1 .sticky .menu_one {
  top: 0;
}

.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(--color-secondary);
  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 0 30px;
}
.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: var(--color-white);
  font-size: 14px;
  outline: none;
}
.sidenav .widget .search-form .search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--color-white);
}
.sidenav .widget .search-form .search-input::-moz-placeholder { /* Firefox 19+ */
  color: var(--color-white);
}
.sidenav .widget .search-form .search-input:-ms-input-placeholder { /* IE 10+ */
  color: var(--color-white);
}
.sidenav .widget .search-form .search-input:-moz-placeholder { /* Firefox 18- */
  color: var(--color-white);
}
.sidenav .widget .search-form button {
  padding: 8px 12px;
  color: var(--color-white);
  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 .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 var(--color-white);
  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: var(--color-white);
  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: var(--color-white);
  color: #000;
  border-color: var(--color-white);
}
.sidenav .nav-close-menu-li a:hover:after, .sidenav .nav-close-menu-li a:hover:before {
  background-color: var(--color-primary);
}
.sidenav .widget_nav_menu ul {
  padding: 0;
  margin: 0;
  text-align: left;
}
.sidenav .widget_nav_menu ul li {
  list-style: none;
  margin-left: 0;
  padding: 0;
  position: relative;
}
.sidenav .widget_nav_menu ul li a {
  font-size: 15px;
  padding: 12px 0;
  display: block;
  color: #606060;
  font-family: var(--font-primary);
  line-height: 25px;
  font-weight: 600 !important;
  border-bottom: 1px solid #f3f3f3;
}
.sidenav .widget_nav_menu ul li a:hover {
  color: var(--color-primary);
}
.sidenav .widget_nav_menu ul li:before {
  display: none;
}
.sidenav .widget_nav_menu ul li ul li a {
  text-transform: capitalize;
  padding: 10px 0;
  line-height: 24px;
}
.sidenav .widget_nav_menu ul li:last-child a {
  border-bottom: none;
}
.sidenav .bs-search button {
  padding: 5px 11px;
}
.sidenav li.nav-link-container {
  color: var(--color-secondary);
  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(--color-secondary) !important;
}
.sidenav li.nav-link-container a {
  display: block;
  background: none !important;
}
.sidenav li.nav-link-container a span {
  background: var(--color-primary) !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-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: translateY(30px);
  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: var(--color-white) !important;
}

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

.transparent_header {
  position: absolute;
}

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

h1.page-title {
  font-size: 48px;
  letter-spacing: -1px;
}

a.button-blog {
  display: inline-block;
  font-family: var(--title-font);
  text-align: center;
  color: #fff;
  outline: 0;
  font-weight: bold;
  text-decoration: none;
  padding: 8px 25px;
  font-size: 15px;
  border: none;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: var(--color-primary);
}

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

.single .bs-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.hfe-site-logo-set {
  display: inline-block;
  line-height: 100%;
}

.swiper-button-next, .swiper-button-prev {
  color: #ffffff;
  z-index: 1;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 24px;
}

.swiper-button-next {
  right: 20px;
}

.swiper-button-prev {
  left: 20px;
}

.swiper-pagination {
  width: 100px;
  font-size: 20px;
  text-align: right;
  position: absolute;
  left: auto;
  right: 40px;
  bottom: 40px;
  font-weight: 400;
  color: #fff;
  z-index: 1;
}

.swiper-pagination-current {
  color: #ffffff;
  font-size: 20px;
}

.swiper-pagination-total {
  font-size: 20px;
  opacity: 0.5;
}

.icon-has-border .elementor-icon {
  border: 6px solid #fff;
}

.breadcrumb-path span + span {
  display: none;
}

#de-loader {
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dark-scheme #de-loader {
  background: var(--dark-color);
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-primary);
  margin: -2px 0 0 -2px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.reactheme-breadcrumbs.porfolio-details {
  background: var(--color-primary);
  padding: 150px 0 130px 0;
}
.reactheme-breadcrumbs.porfolio-details h1 {
  color: #fff;
}

body.single-eshb_accomodation .container, body.page-template-easy-hotel-search-result .container {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
body.single-eshb_accomodation #contents {
  padding: 0;
}

.rt-category-slider .rt-category-item {
  position: relative;
}
.rt-category-slider .rt-category-item::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(171, 137, 101, 0) 0%, var(--eshb-primary-color) 100%);
  height: 60%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  margin: 0;
}
.rt-category-slider .rt-category-item .rt-category-image {
  border-radius: 50% 50% 0 0;
  overflow: hidden;
}
.rt-category-slider .rt-category-item .rt-category-image img {
  max-width: 100%;
  height: auto;
  width: -webkit-fill-available;
  height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
}
.rt-category-slider .rt-category-item .rt-category-image::after {
  content: "";
  position: absolute;
  background: #000;
  height: 100%;
  width: 100%;
  bottom: 0;
  margin: 0;
  opacity: 0.3;
  display: block;
  border-radius: 50% 50% 0 0;
}
.rt-category-slider .rt-category-item .rt-category-content {
  position: absolute;
  bottom: 70px;
  left: 25px;
  right: 25px;
  top: 40px;
  text-align: center;
  display: inline-grid;
  align-items: end;
}
.rt-category-slider .rt-category-item .rt-category-content .rt-category-btn {
  transition: all 0.5s ease;
}
.rt-category-slider .rt-category-item .rt-category-content .rt-category-btn .rt-btn {
  background-color: var(--color-primary);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  padding: 10px 24px 10px 24px;
  transition: all 0.5s ease;
  position: relative;
  top: 10px;
}
.rt-category-slider .rt-category-item .rt-category-content .rt-category-btn .rt-btn:hover {
  box-shadow: 2px 2px 20px 0px rgba(29, 29, 31, 0.5);
}
.rt-category-slider .rt-category-item .rt-category-content .rt-category-title {
  font-size: 40px;
  color: #fff;
  line-height: 100%;
}
.rt-category-slider .rt-category-item .rt-category-content .rt-category-title a {
  color: currentColor;
}
.rt-category-slider .rt-category-item .rt-category-content .rt-category-count {
  font-size: 14px;
  color: #fff;
}
.rt-category-slider .rt-category-item:hover .rt-category-content .rt-category-btn .rt-btn {
  top: -10px;
}
.rt-category-slider.style2 .rt-category-item .rt-category-content {
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  text-align: center;
  align-items: end;
}
.rt-category-slider.style2 .rt-category-content-inner {
  background: var(--color-primary);
  padding: 20px;
}
.rt-category-slider.style2 .rt-category-item .rt-category-content .rt-category-btn {
  margin-top: 20px;
}
.rt-category-slider.style2 .rt-category-item .rt-category-content .rt-category-btn .rt-btn {
  display: block;
  top: 0;
}
.rt-category-slider.style2 .rt-category-item:hover .rt-category-content .rt-category-btn .rt-btn {
  top: 5px;
}
.rt-category-slider.style2 .rt-category-item .rt-category-image::after,
.rt-category-slider.style2 .rt-category-item .rt-category-image {
  border-radius: 0;
}
.rt-category-slider.style2 .rt-oeverlya {
  background: linear-gradient(180deg, rgba(171, 137, 101, 0) 0%, var(--eshb-primary-color) 100%);
  height: 120px;
}

.rt-category-slider-controls .swiper-pagination {
  text-align: center;
  bottom: -50px;
}
.rt-category-slider-controls .swiper-pagination span {
  background: var(--color-primary);
}

.rt_room_slider-btn-wrapper .fraction-style7,
.rt_room_slider-btn-wrapper .fraction-style6 {
  text-align: right;
  position: absolute;
  bottom: 45px;
  right: 48px;
  z-index: 1;
  color: #fff;
  left: auto;
  font-size: 21px;
}

.rt_room_slider.style6 .container {
  display: table;
}
.rt_room_slider.style6 .pricing-info {
  max-width: 650px;
  padding: 20px 0;
  position: relative;
  z-index: 9;
  height: 100vh;
  display: table-cell;
  vertical-align: middle;
}
.rt_room_slider.style6 .pricing-info h1.title {
  font-size: 96px;
  color: #fff;
  line-height: 100%;
  margin: 0 0 15px;
}
.rt_room_slider.style6 .pricing-info h1.title a {
  color: currentColor;
}
.rt_room_slider.style6 .pricing-info .details-info span {
  color: #fff;
  font-weight: 500;
  margin-right: 25px;
}
.rt_room_slider.style6 .pricing-info .details-info span i {
  color: var(--color-primary);
  font-size: 15px;
  margin-right: 5px;
}
.rt_room_slider.style6 .pricing-info .excerpt-info {
  color: rgba(255, 255, 255, 0.6588235294);
  max-width: 450px;
  margin: 15px 0 20px;
}
.rt_room_slider.style6 .pricing-info .label {
  color: #fff;
  margin-bottom: 10px;
}
.rt_room_slider.style6 .pricing-info .price {
  color: #fff;
  font-size: 52px;
  line-height: 100%;
  margin-bottom: 40px;
}
.rt_room_slider.style6 .pricing-info .details-btn {
  background-color: var(--color-primary);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  padding: 10px 24px 10px 24px;
}
.rt_room_slider.style6 .container-wrap::before {
  content: "";
  position: absolute;
  background: #000;
  height: 100%;
  width: 100%;
  bottom: 0;
  margin: 0;
  opacity: 0.5;
  display: block;
  z-index: 3;
}
.rt_room_slider.style6 .container-wrap .container {
  padding-left: 0;
  padding-right: 0;
}

.rt_room_slider.style7 .rt-content-iamge-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.rt_room_slider.style7 .rt-content-iamge-wrap .rt-room--image {
  border-radius: 50% 50% 0 0;
  overflow: hidden;
  margin-right: 50px;
  max-width: 40%;
  flex: 0 0 40%;
}
.rt_room_slider.style7 .rt-content-iamge-wrap .rt-room--image img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 520px;
}
.rt_room_slider.style7 .pricing-info {
  z-index: 9;
  max-width: 60%;
  flex: 0 0 60%;
}
.rt_room_slider.style7 .pricing-info h1.title {
  font-size: 96px;
  color: #fff;
  line-height: 100%;
  margin: 0 0 15px;
}
.rt_room_slider.style7 .pricing-info h1.title a {
  color: currentColor;
}
.rt_room_slider.style7 .pricing-info .details-info span {
  color: #fff;
  font-weight: 500;
  margin-right: 25px;
}
.rt_room_slider.style7 .pricing-info .details-info span i {
  color: var(--color-primary);
  font-size: 15px;
  margin-right: 5px;
}
.rt_room_slider.style7 .pricing-info .excerpt-info {
  color: rgba(255, 255, 255, 0.6588235294);
  max-width: 450px;
  margin: 15px 0 20px;
}
.rt_room_slider.style7 .pricing-info .label {
  color: #fff;
  margin-bottom: 10px;
}
.rt_room_slider.style7 .pricing-info .price {
  color: #fff;
  font-size: 52px;
  line-height: 100%;
  margin-bottom: 40px;
}
.rt_room_slider.style7 .pricing-info .details-btn {
  background-color: var(--color-primary);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  padding: 10px 24px 10px 24px;
  position: relative;
  z-index: 1;
}
.rt_room_slider.style7 .container-wrap::before {
  content: "";
  position: absolute;
  background: #000;
  height: 100%;
  width: 100%;
  bottom: 0;
  margin: 0;
  opacity: 0.5;
  display: block;
  z-index: 0;
}
.rt_room_slider.style7 .container-wrap .container {
  padding-left: 0;
  padding-right: 0;
}

.room-ars-style7.rt_room_slider-btn-wrapper .nav-btn::after,
.room-ars-style6.rt_room_slider-btn-wrapper .nav-btn::after {
  font-size: 25px;
}
.room-ars-style7.rt_room_slider-btn-wrapper .nav-btn,
.room-ars-style6.rt_room_slider-btn-wrapper .nav-btn {
  background: none;
}
.room-ars-style7.rt_room_slider-btn-wrapper .nav-btn.swiper-button-next,
.room-ars-style6.rt_room_slider-btn-wrapper .nav-btn.swiper-button-next {
  right: 15px;
}
.room-ars-style7.rt_room_slider-btn-wrapper .nav-btn.swiper-button-prev,
.room-ars-style6.rt_room_slider-btn-wrapper .nav-btn.swiper-button-prev {
  left: 15px;
}

.animated-content {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease-out;
}

.swiper-slide-active .animated-content {
  opacity: 1;
  transform: translateY(0);
}

/* Delays */
.swiper-slide-active .delay-0 {
  transition-delay: 0s;
}

.swiper-slide-active .delay-1 {
  transition-delay: 0.1s;
}

.swiper-slide-active .delay-2 {
  transition-delay: 0.5s;
}

.swiper-slide-active .delay-3 {
  transition-delay: 0.9s;
}

.swiper-slide-active .delay-4 {
  transition-delay: 1s;
}

.swiper-slide-active .delay-5 {
  transition-delay: 1.2s;
}

.swiper-slide-active .delay-6 {
  transition-delay: 1.5s;
}/*# sourceMappingURL=theme.css.map */