/**
* Futurity Update CSS
*/
.admin-bar .page-wrapper {
  padding-top: 32px;
}
.admin-bar .stricky-header.stricky-fixed {
  top: 32px;
}

.has-mobile-logo .mobile-logo,
.sticky-logo {
  display: none;
}
.mobile-nav__wrapper .has-mobile-logo .main-logo,
.mobile-nav__wrapper .sticky-logo,
.stricky-header.stricky-fixed .has-sticky-logo .main-logo {
  display: none;
}

.mobile-nav__wrapper .has-mobile-logo .mobile-logo,
.stricky-header.stricky-fixed .has-sticky-logo .main-logo.sticky-logo {
  display: block;
}

.ripped-off.main-menu::after {
  content: none !important;
}

span.header-text-logo {
  font-size: 32px;
  font-family: var(--special-font);
  font-weight: 700;
}
.main-header__two .header-text-logo {
  color: #fff;
}
.main-header__one .header-text-logo,
.stricky-header .header-text-logo {
  color: #1f4e3d;
}

.main-menu .main-menu__list.item-line-no > li::before,
.main-menu .main-menu__list.item-line-no > li::after,
.stricky-header .main-menu__list.item-line-no > li::before,
.stricky-header .main-menu__list.item-line-no > li::after,
.main-menu .main-menu__list.item-line-no > li > a::before,
.stricky-header .main-menu__list.item-line-no > li > a::before {
  content: none;
}
.elementor-widget-container .futurity-main-header.pos-relative {
  position: relative;
}
.elementor-widget-container .main-menu.hide-line {
  border-bottom: none;
}
.bottom-footer a {
  color: var(--thm-primary);
}
.page-header + .blog-details .blog-details__content {
  margin-top: 25px;
}
.blog-comment {
  margin-top: 50px;
}
.comment-form .thm-btn {
  background-color: var(--thm-primary);
}
.comment-form .thm-btn:hover {
  background-color: var(--thm-black);
  color: #fff;
}
.nt-single-thumb-none .blog-card__content {
  padding-top: 0px;
}
.nt-theme-content .pagination {
  margin-top: 50px;
}

.category-wrapper {
  max-width: 680px;
  margin: 20px auto 0 auto;
  color: #fff;
}
.category-wrapper a {
  color: #fff;
  opacity: 0.7;
}
.category-wrapper a:hover {
  opacity: 1;
}
.title-none .blog-card__content p {
  margin-top: 15px;
}
.posts .nt-post-class:last-child .blog-card {
  margin-bottom: 0px;
}
.page-has-comment .comments-container {
  margin-top: 50px;
}
.page-has-comment #respond {
  margin-top: 50px;
  margin-bottom: 0px;
}
.logged-in.page-has-comment .logged-in-as {
  margin-bottom: 20px;
}
.blog-details #respond {
  margin-top: 50px;
  margin-bottom: 0px;
}
#respond p.form-submit {
  margin-top: 10px;
  margin-bottom: 0px;
}
.blog-details .pagination a {
  flex: auto;
  text-align: center;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--thm-base);
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 700;
  font-family: var(--thm-font);
  padding: 16.5px 39.5px;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.blog-details .pagination .icon {
  margin: 0 15px;
}
.blog-details .pagination a,
.blog-details .pagination a:hover {
  color: #fff;
}
.blog-details .pagination a:hover {
  color: #fff;
  background-color: var(--thm-black);
}
.blog-details .pagination .btn-disabled:hover {
  color: var(--thm-black);
  background-color: #f6f5f2;
}
.btn-disabled {
  cursor: not-allowed;
}
.comment-reply-title,
.nt-comments-title {
  margin: 0;
  font-size: 28px;
  font-weight: bold;
  color: var(--thm-black);
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .comment-reply-title,
  .nt-comments-title {
    font-size: 36px;
    margin-bottom: 50px;
  }
}
.comment-reply-link {
  font-size: 14px;
  font-weight: bold;
  font-family: var(--thm-font);
  color: #fff;
  background-color: var(--thm-primary);
  padding: 6px 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.comment-reply-link:hover {
  background-color: var(--thm-black);
  color: #fff;
}
.wp-comment-cookies-consent {
  margin-bottom: 20px;
}
.search-no-results .content-none-container form {
  margin-left: auto;
  margin-right: auto;
}
.search-no-results .content-none-container form,
.nt-404 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 50px;
  max-width: 650px;
}
.search-no-results .content-none-container form input[type="text"],
.nt-404 form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: 2px solid var(--thm-primary);
  outline: none;
  height: 66px;
  padding-left: 30px;
}
.search-no-results .content-none-container form .thm-btn,
.nt-404 form .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
}
.search-no-results .content-none-container .thm-btn:hover,
.nt-404 .thm-btn:hover {
  color: #fff;
  background-color: var(--thm-black);
}

.nt-related-post.projects-one {
  padding-bottom: 0;
}

.nt-related-post .blog-card__content .title {
  font-size: 20px;
}
.nt-related-post .blog-card__image > img {
  height: auto;
}

@media (max-width: 1200px) {
  .blog-author__image {
    margin-right: 0px;
  }
}
@media (min-width: 768px) {
  .nt-related-post .blog-card__content {
    padding: 40px;
  }
  .nt-related-post .blog-card__date {
    width: 64px;
    height: 64px;
    border: 5px solid #fff;
    font-size: 12px;
  }
  .nt-related-post .blog-card__content .title {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .nt-related-post .blog-card__content .title {
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  .blog-details .pagination a {
    margin-bottom: 15px;
  }
  .blog-details .pagination .icon {
    margin: 0 0 15px;
  }
  .nt-theme-content .pagination {
    display: -ms-grid;
    display: grid;
  }
}

.header-type-2 .page-header {
  padding-top: 157px;
}
.main-header__two .topbar .container-fluid {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
}

.has-grayscale img {
  filter: grayscale(1);
  -webkit-transition: 500ms;
  transition: 500ms;
  opacity: 0.3;
}
.has-grayscale img:hover {
  filter: grayscale(0);
  opacity: 1;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.nt-section-ripped-top,
.nt-section-ripped-bottom {
  overflow: visible;
}
.nt-section-ripped-top.ripped-top-yes::before {
  content: "";
  width: 100%;
  height: 16px;
  position: absolute;
  top: -15px;
  left: 0;
  z-index: 10;
  background-size: cover;
  background-repeat: no-repeat;
}
.nt-section-ripped-bottom.ripped-bottom-yes::after {
  content: "";
  width: 100%;
  height: 16px;
  position: absolute;
  bottom: -15px;
  left: 0;
  z-index: 10;
  background-size: cover;
  background-repeat: no-repeat;
}
.team-one .container,
.call-to-action .container,
.call-to-action__three .container,
.testimonials-one .container {
  padding: 0;
}
.elementor-widget-futurity-project-meta p {
  margin: 0;
  line-height: initial;
}
.blog-sidebar__posts ul li > img.post--img {
  max-width: 78px;
}
.blog-card__date.post--date {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
}
.blog-card__date.post--date a,
.blog-card__date.post--date a:hover {
  color: #fff;
}
.blog-card__meta .post--data a {
  line-height: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.elementor-page
  .blog-sidebar__search
  form
  input[type="text"].sidebar_search_input {
  background-color: transparent;
  padding: 0px 30px;
}
@media (min-width: 1200px) {
  .elementor-page
    .blog-sidebar__search
    form
    input[type="text"].sidebar_search_input {
    padding: 0 50px;
  }
}
.futurity-comments-wrapper .wp-comment-cookies-consent input[type="checkbox"] {
  margin-right: 10px;
}
.futurity-comments-wrapper .blog-comment {
  margin-top: 0px;
}
.elementor-widget-futurity-sidebar-widgets .blog-sidebar,
.elementor-widget-futurity-sidebar-widgets .sidebar--widgets {
  margin: 0;
}
.sidebar--widgets .blog-sidebar__tags-links a {
  color: #6e7673;
}
.sidebar--widget_archives li {
  display: flex;
  align-items: center;
}
.sidebar--widget_archives li i {
  font-size: 20px;
  margin-right: 10px;
}
.sidebar--widget_archives li span.widget-list-span {
  position: absolute;
  right: 50px;
  color: var(--thm-primary);
  font-weight: bold;
}
.theme-transition * {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.wpcf7 form .wpcf7-response-output {
  margin: 30px 0 0 0;
  border-radius: 5px;
}

.elementor-editor-active .content {
  min-height: 0px;
}
.elementor-widget[class*="woo"] ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.elementor-widget-wp-widget-woocommerce_top_rated_products h5 {
  margin: 0 0 30px 0;
}

.elementor-widget ul.product_list_widget li {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  display: block;
  min-height: 85px;
  margin-bottom: 15px;
}

.elementor-widget ul.product_list_widget img {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 80px;
  float: left;
  margin-right: 10px;
  border: 1px solid #f6f5f1;
}

.elementor-widget ul.product_list_widget .star-rating {
  font-size: 13px;
  color: #f7c35e;
}

.elementor-widget ul.product_list_widget span.product-title {
  margin: 0 0 0;
  padding: 0;
  color: #255946;
  display: block;
}

.elementor-widget[class*="woo"] ul li ins,
.elementor-widget[class*="woo"] ul li del {
  font-weight: 700;
  font-size: 14px;
}

.elementor-widget ul.product_list_widget del {
  font-weight: 700;
}

.elementor-widget[class*="woo"] h5,
.elementor-widget[class*="wp"] h5 {
  margin-bottom: 40px;
  font-weight: bold;
}

.elementor-widget[class*="woo"] ul li span.product-title {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}

.elementor-widget[class*="woo"] ul li .yith-wcbm-badge {
  color: #ffffff;
  background-color: #255946;
  min-width: 35px;
  height: 30px;
  line-height: 30px;
  top: 3px;
  border-radius: 5px;
  font-size: 11px;
  left: 3px;
  text-transform: uppercase;
  font-family: inherit;
}

.nt-related-post .block-title {
  margin-bottom: 50px;
}
.nt-theme-content .blog-details__meta {
  align-items: flex-start;
}
.swiper-slide .col {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce .swiper-slide .shop-product_grid {
  border: 1px solid rgb(0 0 0 / 6%);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.show-items-1 .testi--new {
  margin: 0;
}

.elementor-widget-container .tagcloud a {
  font-size: 12px !important;
  padding: 5px 10px;
  background: #efb443;
  color: #fff;
  border-radius: 5px;
}

.elementor-widget ul.product_list_widget li {
  margin-bottom: 25px;
}

.awf-filter-wrapper {
  background-color: #f6f5f2;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 30px;
}

.awf-filter-title {
  margin: 0;
  font-size: 18px;
  color: var(--thm-black);
  font-weight: bold;
  margin-bottom: 20px;
}

.service-one__box-content .title {
  margin-bottom: 10px;
}

.service-one__box-content {
  padding: 40px;
  bottom: -60px;
}

.service-one__box-content {
  text-align: center;
}

.service-one__box-content .service-two__card-icon {
  width: 108px;
  height: 108px;
  top: -84px;
}

.woocommerce .cart-collaterals .col-lg-6,
.woocommerce-page .cart-collaterals .col-lg-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.modal-content p:empty {
  display: none;
}
.mfp-wrap.mfp-close-btn-in .modal-content .mfp-close {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
}
[data-elementor-device-mode="mobile"]
  .elementor-top-section.vegas-slide-template-section.active {
  display: block;
  max-width: 100%;
}

section.related.products h2 {
  margin-bottom: 40px;
}

.woocommerce #review_form #respond {
  margin-top: 30px;
}
.woocommerce form#commentform {
  margin-top: 0;
}
.woocommerce.single span#reply-title {
  margin-bottom: 20px;
  display: block;
}
.woocommerce .comment-form-rating,
p.woocommerce-noreviews {
  line-height: 1;
}
.woocommerce #review_form #respond p.stars {
  margin: 0 0 20px;
}
.woocommerce #review_form #respond p {
  margin: 0px;
}
.woocommerce #review_form #respond .form-submit input {
  margin-top: 15px;
}
.woocommerce #review_form div#comments {
  margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0;
}
.woocommerce.single .entry-summary .product_title {
  font-family: inherit;
}
.woocommerce.single .quantity.hidden + button.single_add_to_cart_button {
  margin-left: 0 !important;
}
.single .yith-wfbt-section > h3,
.woocommerce.single span#reply-title,
.woocommerce #reviews #comments h2,
.related h2,
.single .entry-summary .product_meta span {
  font-weight: 700;
}
.woocommerce div.product div.summary {
  margin-bottom: 0;
}
.woocommerce div.product form.cart .variations td.label {
  padding-right: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
  margin-top: 10px;
}
.woocommerce div.product form.cart .variations label {
  display: contents;
}
.mfp-content .single.woocommerce .shop-product_badge {
  left: 15px;
}
.header_cart_detail dl.variation {
  display: none;
}
.single .yith-wfbt-section {
  padding-top: 80px;
}
.wishlist_table .product-add-to-cart a.button {
  padding: 16px 20px !important;
}
.woocommerce .product_list_widget .star-rating {
  margin-bottom: 10px;
}
.service-one__box .service-one__box-content {
  bottom: 0;
}
.service-one__box .service-one__box-content .title {
  margin-bottom: 0;
}
@media (min-width: 1199px) {
  .service-one__box .service-one__box-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.quick_view_wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.quick_view_wrapper.open {
  display: flex;
}
.quick_view_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 100px;
}

.woocommerce .ajax_quick_view {
  overflow-y: auto;
  padding: 50px 0;
  max-width: 980px;
  margin-left: 20px;
  margin-right: 20px;
  max-height: 570px;
  background-color: #fff;
  z-index: 1;
  border: 3px solid var(--thm-primary);
}
.ajax_quick_view .yith-wcwl-add-to-wishlist {
  display: none !important;
}
.quick-close {
  width: 34px;
  height: 34px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 50%;
  background-color: var(--thm-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
  z-index: 2;
}
.quick-close:hover {
  background-color: var(--thm-primary);
}
.ajax_quick_view::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.ajax_quick_view:hover::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px grey;
  border-radius: 10px;
}

/* Handle */
.ajax_quick_view:hover::-webkit-scrollbar-thumb {
  background: var(--thm-black);
  border-radius: 10px;
}

/* Handle on hover */
.ajax_quick_view::-webkit-scrollbar-thumb:hover {
  background: var(--thm-black);
}
.yith-wcwl-add-to-wishlist.on-first-load .yith-wcwl-wishlistaddedbrowse {
  margin-bottom: 10px;
  margin-right: 15px;
}
.trans-none {
  transition: none !important;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transition: none !important;
  transition: none !important;
  transition: none !important;
  transition: none !important;
}
.has-anim:not(.animated) {
  visibility: hidden;
}
.main-menu.reverse .container,
.main-menu.reverse .container-fluid {
  flex-direction: row-reverse;
}
.box--link {
  position: absolute;
  width: 100%;
  height: calc(100% + 40px);
  top: 0;
  left: 0;
  z-index: 1;
}

.service-one__card .box--link {
  bottom: -40px;
  height: calc(100% + 60px);
}

.woocommerce .shop-product_grid .shop-product_badge.badge--New.custom::after {
  content: none;
}
#nt-comments textarea {
  width: 100%;
}
.mfp-wrap.mfp-close-btn-in button.mfp-close.mfp-default-close {
  width: 44px;
  top: -50px;
  right: 0;
}
.futurity-btn.thm-btn.futurity-load-more {
  cursor: pointer;
}
.testimonials-one__thumb.single__avatar {
  max-width: 92px;
  margin-top: 20px;
}
a.projects-box__link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.futurity-pagination {
  display: flex;
}
.nt-mobile.scroll-start .mobile-fixed-header {
  z-index: 9999;
  top: 0;
  width: 100%;
}
span.projects-author__name {
  position: absolute;
  top: 42px;
  left: 60px;
  color: #fff;
  font-size: 18px;
}
.project-one__home-one span.projects-author__name {
  top: 10px;
  left: 40px;
  font-size: 14px;
}
.team-mobile-nav {
  display: none;
}

@media (max-width: 1200px) {
  span.projects-author__name,
  .project-one__home-one span.projects-author__name {
    top: 40px;
    left: 30px;
    font-size: 14px;
  }
  .team-mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
  }
  .team-mobile-nav .swiper-button-next,
  .team-mobile-nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    color: var(--thm-black);
    border: 2px solid var(--thm-black);
    border-radius: 50%;
    opacity: 0.3;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    outline: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background-image: none;
  }
  .team-mobile-nav .swiper-button-prev {
    margin-right: 10px;
  }
}
.has-iframe-video {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.futurity-iframe-video-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.has-iframe-video video,
.has-iframe-video iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.woocommerce #review_form #respond p {
  float: none;
  max-width: 100%;
  margin-top: 10px;
}
.woocommerce #review_form #respond textarea {
  min-height: 150px;
  margin: 0;
}
.woocommerce #review_form #respond input:not([type="checkbox"]) {
  width: 100%;
}
.comment-form-comment label {
  display: block;
}
.woocommerce #review_form #respond p.comment-form-cookies-consent {
  display: flex;
  align-items: baseline;
  margin-top: 20px;
}
.woocommerce #review_form #respond .comment-form-rating label {
  display: inline-block;
  width: auto;
}
.woocommerce #review_form #respond .comment-form-rating p.stars {
  display: inline-block;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-bottom: 5px;
  }
}
.futurity-more {
  text-align: center;
  justify-content: center;
}
section.related.products.section-padding.pb-0 {
  clear: both;
}
.futurity-button.has-icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.products-wrapper.loading .product_item .product:before,
.products-wrapper.loading .woocommerce-no-products-found:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 5;
}
.products-wrapper.loading .product_item .product:after,
.products-wrapper.loading .woocommerce-no-products-found:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  transition: opacity 0.2s ease;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  border-left-color: #000;
  border-radius: 50%;
  vertical-align: middle;
  animation: futurity-rotate 450ms infinite linear;
  z-index: 6;
}
/* ajax loading */
@keyframes futurity-rotate {
  100% {
    transform: rotate(360deg);
  }
}
