body{
  background-color: var(--tf-color-white);
  margin: 0;
  overflow-x: hidden;
}

p {
  margin: 0;
	margin-bottom: 1.5em;
  padding: 0;
}

h1,h2,h3,h4,h5,h6{
  color: var(--tf-text-heading);
}

a{
  color: var(--tf-links-color);
}

a:hover{
  color: var(--tf-brand-dark);
}

.font-mdm {
  font-size:  3rem;
  line-height: 1.5;
}

.font-blue {
  color: var(--tf-brand-dark);
}

#tft-site-main-body .nojq{
  z-index: 99992;
}

#tft-site-main-body .tf-btn{
  cursor: pointer;
  transition: all 0.3s linear;
}

.title.section-title {
  font-size:  3.5rem;
  margin-bottom: 10px;
}

.tft-title-lg {
  font-size:  4rem;
}

.tft-title-md {
  font-size:  3rem;
}

.tft-title-sm {
  font-size:  1.5rem;
}

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

.tft-site-content {
  margin-bottom: 36px;
}

article {
  padding: 20px 20px;
  background: var(--tf-color-white);
  border: 1px solid var(--tf-border-lite);
  border-radius: 8px;
  box-shadow: 0px 0px 24px 5px var(--tf-box-shadow-color);
}

.tft-center {
  text-align: center;
}

.border-rds-4 {
  border-radius: 4px;
}

.tft-flex {
  display: flex;
  flex-wrap: wrap;
}

.tft-f-sb {
  justify-content: space-between;
}

.tft-f-cg-40 {
  column-gap: 40px;
}

.tft-f-rw-40 {
  row-gap: 40px;
}

.tft-f-cg-20 {
  column-gap: 20px;
}

.tft-f-rw-20 {
  row-gap: 20px;
}

.tft-f-rw-2 {
  row-gap: 2%;
}

.tft-f-cg-2 {
  column-gap: 2%;
}

.tft-align-center {
  align-items: center;
}

.tft-card-default {
  background: var(--tf-color-white);
  box-shadow: 0px 4px 20px rgba(29, 42, 59, 0.1);
  border-radius: 8px;
}

.justify-sp-between {
  justify-content: space-between;
}

/* Row Collumn And container TF */
.tft-container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0px 16px;
}

.tft-container-flex {
  display: flex;
  flex-wrap: wrap;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.tft-block {
  display: block;
}

.clmn-gap-10 {
  column-gap: 10px;
}

.row-gap-10 {
  row-gap: 10px;
}

.tft-container-grid {
  display: grid;
}

.tft-grid-clmn-4 {
  grid-template-columns: repeat(4, 1fr);
}

.tft-d-grid {
  display: grid;
}

.tft-d-grid-6-4 {
  display: grid;
  grid-template-columns: 60% 40%;
}

.tft-grid-gup {
  grid-gap: 20px;
}

ul {
  margin: 0px;
  padding: 0px;
}

input#submit {
  background: var(--tf-primary);
  padding: 17px 35px;
  color: var(--tf-color-white);
}

.tft-padding-40 {
  padding: 0px 40px;
}

.tft-padding-20 {
  padding: 0px 40px;
}

.tft-slide-default button.slick-arrow {
  height: 45px;
  width: 45px;
  border-radius: 2px;
  transition: all 0.3s ease;
  border: 2px solid var(--tf-border-lite);
  color: var(--tf-color-white);
}
.tft-slide-default button.slick-arrow:hover, .tft-slide-default button.slick-arrow:focus {
  background: transparent;
  color: var(--tf-color-white);
  opacity: 0.3s;
}

.tft-pagination {
  text-align: right;
}
.tft-pagination a.page-numbers {
  font-weight: 600;
  margin: 4px 2px;
  padding: 5px;
  text-decoration: none;
}

.tft-pagination span.page-numbers.current {
  color: var(--tf-color-white);
  font-weight: 600;
}

.tft-p-color,
.tft-p-bgcolor {
  color: var(--tf-primary);
}

.tft-mb-24 {
  margin-bottom: 24px;
}

.tft-mb-60 {
  margin-bottom: 60px;
}

.tf-sidebar .wp-block-search__button {
  padding: 11px 28px;
  text-decoration: none;
  border-radius: 0;
  font-size:  1.125rem;
  font-weight: 600;
  display: inline-block;
  background: var(--tf-primary);
  color: var(--tf-color-white);
  margin: 0;
  border: 1px solid var(--tf-primary);
}
.tf-sidebar .wp-block-search__button:hover {
  background: var(--tf-brand-dark);
  cursor: pointer;
}

.search .search-submit {
  padding: 10px;
  text-decoration: none;
  border-radius: 4px;
  font-size:  1.125rem;
  font-weight: 600;
  display: inline-block;
  background: var(--tf-primary);
  color: var(--tf-color-white);
  margin: 0;
  margin-top: 12px;
}
.search .search-submit:hover {
  background: var(--tf-brand-dark);
  cursor: pointer;
}

.search input.search-field {
  padding: 10px;
}


.availability-btn-area a {
  width: max-content;
}

.availability-btn-area .tf_button {
  color: var(--tf-color-white);
}

.tft_has_transparent {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
}
.tft_has_transparent .sub-menu a {
  color: var(--tf-text-paragraph);
}
.tft_has_transparent a i {
  color: var(--tf-color-white);
}

.tft_has_sticky {
  position: relative;
  width: 100%;
  top: 0;
  z-index: 99991;
}

.tft_has_sticky.tf-navbar-shrink {
  position: fixed;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
  animation: stickySlideDown 0.5s linear forwards;
}
.tft_has_sticky.tf-navbar-shrink .tft_has_transparent{
  position: relative;
  
}
/* Slide down animation */
@keyframes stickySlideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.tft_has_sticky.tf-header-animate {
  animation: headerFadeIn .5s linear forwards;
}

@keyframes headerFadeIn {
  from {
    opacity: 1;
    transform: translateY(0px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.tft_has_sticky.tf-navbar-shrink .site--brand-logo {
  transition-timing-function: ease-in-out;
  transition: 0.6s;
}
.tft_has_transparent .tft-site-navigation ul li a {
  color: var(--tf-color-white);
}
.tft-main-header-wrapper {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tft-main-header-wrapper:not(.tft_has_transparent){
 box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
}
.tft-main-header-wrapper .tf-grid{
  transition: 0.3s;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  grid-column-gap: 20px;
  overflow-wrap: anywhere;
}
.tft-main-header-wrapper .site--brand-logo {
  transition: 0.6s;
  transition-timing-function: ease-in-out;
}
.tft-main-header-wrapper .site--brand-logo img {
  max-width: var(--tf-logo-width);
}
.tft-main-header-wrapper nav {
  display: block;
  height: 100%;
}

.tft-header-default .tft-header-right .tf-search-field {
  position: absolute;
  right: 0;
  top: 24px;
}

.site--brand-logo a {
  text-decoration: none;
  color: var(--tf-text-paragraph);
  font-size:  2.25rem;
  font-weight: 700;
  display: flex;
  line-height: 1.3;
}
.site--brand-logo a.sticky-logo,
.tft_has_sticky.tf-navbar-shrink .site--brand-logo a.transparent-logo,
.tft_has_sticky.tf-navbar-shrink .site--brand-logo a.site-logo,
.tft_has_sticky.tf-navbar-shrink .site--brand-logo .logo-text {
  display: none!important;
}

.tft_has_sticky.tf-navbar-shrink .site--brand-logo a.transparent-logo:not(:has(+ .sticky-logo)),
.tft_has_sticky.tf-navbar-shrink .site--brand-logo a.site-logo:not(:has(+ .sticky-logo)),
.tft_has_sticky.tf-navbar-shrink .site--brand-logo .logo-text:not(:has(+ .sticky-logo)),
.tft_has_sticky.tf-navbar-shrink .site--brand-logo a.sticky-logo {
  display: block!important;
}

.tft_has_transparent .site--brand-logo a {
  color: var(--tf-color-white);
}


.tft-site-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.tft-site-navigation ul li a {
  padding: 18px;
  font-size:  1.125rem;
  text-decoration: none;
  font-weight: 500;
  color: var(--tf-text-paragraph);
}
.tft-site-navigation ul li a:hover {
  color: var(--tf-primary);
  transition: all 0.3s ease;
}
.tft-site-navigation ul li.page_item {
  padding: 4px 0px;
}
.tft-site-navigation .page_item_has_children {
  position: relative;
}
.tft-site-navigation .page_item_has_children ul.children {
  width: 240px;
  background: var(--tf-color-white);
  position: absolute;
  top: 100%;
  z-index: 99999;
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 10px 0px;
  visibility: hidden;
  border-radius: 4px;
}
.tft-site-navigation .page_item_has_children ul.children ul.children {
  left: 100%;
  top: 0;
}
.tft-header-desktop .tft-site-navigation .page_item_has_children:hover > ul.children {
  visibility: visible;
}
.tft-site-navigation .page_item_has_children > a:after {
  content: "\f078";
  display: inline-block;
  font-size:  0.6rem;
  font-weight: bold;
  text-rendering: auto;
  margin-left: 10px;
  line-height: normal;
  font-family: "Font Awesome 5 Free";
}

.tft-site-navigation ul li ul li a {
  color: var(--tf-text-paragraph);
}

.tft-header-right {
  column-gap: 10px;
  position: relative;
}
.tft-header-right .tf-search-field {
  position: absolute;
  right: 0;
  top: 24px;
}

.tft-header-design__one .tft-header-left {
  max-width: 400px;
  min-width: 140px;
}
.tft-header-right ul {
  padding: 0;
  margin: 0;
}
.tft-header-right ul li {
  list-style: none;
}
.tft-header-right a {
  text-decoration: none;
  color: var(--tf-color-white);
  font-weight: 500;
  transition: all 0.3s ease;
}
.tft-header-right a:hover {
  color: var(--tf-primary);
  transition: all 0.3s ease;
}
.tft-header-right .tft-header-search a {
  font-size:  1.125rem;
}

.tft-header-search .tf-search-field {
  width: 200px;
  background: rgba(252, 252, 252, 0.87);
  color: rgba(29, 42, 59, 0.8);
  border-radius: 4px;
  padding: 14px 10px;
  display: inline-block;
  border: 1px solid rgba(51, 51, 51, 0.2);
}
.tft-header-search :focus {
  outline: none;
}

.tft-header-search-form {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.sub-menu.show, .children.show {
 display: block;
}
.sub-menu, .children {
    transition: opacity 0.2s ease;
}
.active-search .tft-header-search-form {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

.tft-search-icon {
  width: 16px;
  height: 16px;
}

a.search-icon-close {
  display: none;
}

.active-search-icon a.search-icon-close {
  display: block;
}
.active-search-icon a.search-icon-slide {
  display: none;
}

.tft-header-default {
  background: var(--tf-color-white);
}
.tft-header-default ul li a {
  color: var(--tf-text-paragraph);
}
.tft-header-default .tft-header-right .tft-header-search a {
  color: var(--tf-text-paragraph);
}

.admin-bar .navbar-shrink {
  top: 32px;
}

.tft-site-navigation .menu-item-has-children{
  position: relative;
}
.tft-site-navigation .menu-item-has-children > a:after{
  content: "\f078";
  display: inline-block;
  font-size:  0.6rem;
  font-weight: bold;
  text-rendering: auto;
  margin-left: 10px;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
}

.tft-blury-header {
  background: rgba(255, 255, 255, 0.24);
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(12px);
  position: absolute;
  z-index: 999;
  width: 100vw;
}

.tft-blury-header * {
  color: var(--tf-color-white) !important;
}

.tft-full-width {
  width: 100%;
}

.tft-left-sidebar .tf-sidebar{
  padding: 0;
}

.tf-sidebar ul {
  padding: 0;
}

.tf-sidebar-widget .tft-single-post {
  margin-bottom: 20px;
}
.tf-sidebar-widget h5 {
  font-size:  1rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.tf-sidebar-widget .tft-single-post-inner {
  display: flex;
  column-gap: 15px;
}
.tf-sidebar-widget .post_img {
  flex-basis: 90px;
  height: 80px;
}
.tf-sidebar-widget .tft-post-details {
  flex-basis: 70%;
}
.tf-sidebar-widget .post_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

p.wp-block-tag-cloud {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
p.wp-block-tag-cloud a.tag-cloud-link {
  font-size:  0.875rem;
  background-color: var(--tf-primary);
  color: var(--tf-color-white);
  padding: 8px 24px;
  border-radius: 4px;
  margin-right: 0;
}
p.wp-block-tag-cloud a.tag-cloud-link:hover {
  background-color: var(--tf-brand-dark);
}

ul.wp-block-categories-list.wp-block-categories a {
  margin-bottom: 0;
}

/* Footer Style */
.tft-site-footer .site--brand-logo {
  margin-bottom: 24px;
}

.tft-site-footer .tft-footer-inner {
  padding: 70px 0px;
  gap: 20px;
}
.tft-site-footer .tft-footer-inner .wp-block-heading{
  margin: 0;
}
.tft-site-footer .tft-footer-social-link {
  margin-top: 15px;
}
.tft-site-footer ul {
  padding: 0px;
}
.tft-site-footer ul li {
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin: 8px 0px;
}
.tft-site-footer ul li:last-child{
  margin-bottom: 0;
}
.tft-site-footer ul li a {
  text-decoration: none;
  color: var(--tf-text-paragraph);
}
.tft-site-footer ul li a:hover {
  color: var(--tf-brand-dark);
}
.tft-site-footer ul li i {
  color: var(--tf-brand-dark);
  font-size:  1.125rem;
}
.tft-site-footer .tft-widget-title {
  font-size:  1.25rem;
  margin-bottom: 28px;
  margin-top: 0px;
}

.tft-site-footer .wpcf7-form .tft-btn{
  color: var(--tf-color-white);
  cursor: pointer;
}
.wpcf7 form .wpcf7-response-output{
  margin: 0;
}
.widget_nav_menu ul {
  padding: 0px;
}
.widget_nav_menu ul li {
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin: 9px 0px;
}
.widget_nav_menu ul li a {
  text-decoration: none;
  font-weight: 400;
  color: rgba(29, 42, 59, 0.8);
}
.widget_nav_menu ul li a:hover {
  color: var(--tf-primary);
}
.widget_nav_menu ul li i {
  color: var(--tf-primary);
  font-size:  1.125rem;
}

.tf-instagram-posts {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
}
.tf-instagram-posts .insta--single-post {
  flex-basis: 30.33%;
}

.tft-footer-social-link ul {
  column-gap: 15px;
  row-gap: 10px;
}
.tft-footer-social-link ul li a {
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--tf-primary);
}
.tft-footer-social-link ul li a i {
  color: var(--tf-color-white);
  font-size:  0.75rem;
}

.tft-footer-bottom__one .tft-copyrgith-inner {
  border-top: 1px solid var(--tf-border-lite);
  padding: 15px 0px;
}
.tft-footer-bottom__one .tft-copyrgith-inner p {
  margin: 0px;
}

.tft-scroll-to-top{
  position: fixed;
  bottom: 30px;
  cursor: pointer;
  border-radius: 3px;
  background-color: var(--tf-primary);
  color: var(--tf-color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
  display: none;
  text-align: center;
  z-index: 999;
  text-decoration: none;
  padding: 10px;
}
.tft-scroll-to-top:hover{
  background-color: var(--tf-brand-dark);
  color: var(--tf-color-white);
}

.woocommerce_check {
  padding: 80px 0px !important;
}

.woocommerce {
  position: relative;
}
.woocommerce form.checkout.woocommerce-checkout {
  display: flex;
  column-gap: 40px;
}
.woocommerce div#order_review {
  flex-basis: 40%;
  padding-top: 80px;
}
.woocommerce h3#order_review_heading {
  position: absolute;
  left: calc(67% - 62px);
}
.woocommerce div#customer_details {
  flex-basis: 60%;
}
.woocommerce .col2-set .col-2, .woocommerce .woocommerce-page .col2-set .col-2 {
  float: inherit;
  width: 100%;
}
.woocommerce .col2-set .col-1, .woocommerce .woocommerce-page .col2-set .col-1 {
  float: left;
  width: 100%;
}
.woocommerce form .form-row label {
  line-height: 2;
  font-size:  0.938rem;
  font-weight: 500;
}
.woocommerce .select2-container .select2-selection--single {
  padding: 9px 12px;
  height: 45px;
  margin: 0 0 0px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 12px 16px;
}

.woocommerce-checkout .tft-site-navigation ul li a {
  color: var(--tf-text-paragraph);
}

.tft-customizer-typography .woocommerce-checkout-review-order dl.variation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.tft-customizer-typography .woocommerce-checkout-review-order dl.variation > * {
  width: calc(50% - 5px);
}
.tft-customizer-typography .woocommerce ul.order_details {
  padding: 0;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
.tft-customizer-typography .woocommerce ul.order_details li {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  margin: 0;
}
.tft-customizer-typography .woocommerce-order-details ul.wc-item-meta {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.tft-customizer-typography .woocommerce-order-details ul.wc-item-meta li {
  display: flex;
  align-items: center;
}

/* woocommerce login */
.woocommerce-account #customer_login .u-column1 {
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--tf-border-lite);
}
.woocommerce-account .woocommerce .woocommerce-form-login,
.woocommerce-account .woocommerce .woocommerce-form-register {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  margin-top: 1em;
}
.woocommerce-account .tft-site-content{
  margin-bottom: 60px;
}
.woocommerce-account .tft-single-page main article{
  padding: 30px;
}

.woocommerce-account .woocommerce .woocommerce-button{
  background-color: var(--tf-primary);
  color: var(--tf-color-white);
}
.woocommerce-account .woocommerce .woocommerce-button:hover{
  background-color: var(--tf-brand-dark);
  color: var(--tf-color-white);
}
.woocommerce-account .woocommerce-form-login .form-row{
  margin-bottom: 15px;
  padding: 0;
}
.woocommerce-account .woocommerce-form-login p:nth-child(3){
  display: flex;
  flex-direction: column-reverse;
}
.woocommerce-account .woocommerce-form-login p:last-child{
  margin-bottom: 0;
}

.woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox{
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 6px;
}
.woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox input{
  width: auto;
}
.woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox span{
  line-height: 1;
}
.woocommerce-account .woocommerce-form-login .woocommerce-form-login__submit {
  width: fit-content;
  margin-bottom: 16px;
}
.tft-site-content .tft-container,
.tft-site-content .tft-fullwidth-container {
  display: flex;
  column-gap: 40px;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.tft-site-content .tft-container .primary,
.tft-site-content .tft-fullwidth-container .primary {
  width: calc(100% - 400px);
}
.tft-site-content .tft-left-sidebar {
  flex-direction: row-reverse;
}
.tft-site-content .tft-no-sidebar .primary {
  width: 100%;
}

.tft-single-page header.entry-header h1 {
  font-size:  3rem;
  font-weight: 500;
}
.tft-single-page header.entry-header a {
  text-decoration: none;
  color: inherit;
}
.tft-single-page span.cat-links a {
  text-decoration: none;
}
.tft-single-page span.comments-link a {
  text-decoration: none;
}
.tft-single-page span.posted-on a {
  text-decoration: none;
}

.tft-single-page main article {
  padding: 20px 20px;
  background: var(--tf-color-white);
  border: 1px solid var(--tf-border-lite);
  border-radius: 8px;
}

aside#secondary.tf-sidebar {
  width: 360px;
  flex-basis: inherit;
}
aside#secondary h2 {
  font-size:  2rem;
  font-weight: 600;
  margin-bottom: 16px;
}
aside#secondary li {
  list-style: none;
  text-decoration: none;
}
aside#secondary .wp-block-latest-posts__list li {
  margin-bottom: 1.5em;
}

aside#secondary ol.wp-block-latest-comments {
  padding: 0;
}
aside#secondary ul.wp-block-archives-list.wp-block-archives {
  padding: 0;
}
aside#secondary article {
  margin-bottom: 20px;
}

.tf-sidebar h2 {
  font-size:  1.25rem;
  line-height: 1;
  font-weight: 600;
}

.tft-single-post h1.entry-title {
  font-size:  2rem;
  font-weight: 500;
  margin: 0;
}
.tft-single-post h2.comments-title {
  font-size:  2rem;
  font-weight: 500;
}

.comment-author.vcard {
  margin-bottom: 10px;
}

.comment-metadata {
  margin-bottom: 20px;
}

.single .type-post {
  background: var(--tf-color-white);
  padding: 20px 20px;
}

.tft-entry-footer-meta a {
  text-decoration: none;
}

.entry-content a {
  text-decoration: none;
}
.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6,
.single-post .entry-content blockquote,
.single-post .entry-content ol,
.single-post .entry-content ul{
  margin-bottom: 1em;
}
.single-post .entry-content ol,
.single-post .entry-content ul,
.wp-singular .entry-content ol,
.wp-singular .entry-content ul {
  margin-left: 20px;
  padding: 0;
}
.single-post .entry-content ol li,
.single-post .entry-content ul li,
.wp-singular .entry-content ol li,
.wp-singular .entry-content ul li {
  margin-bottom: 5px; 
  list-style: inherit;
}
.single-post .entry-content ol li:last-child,
.single-post .entry-content ul li:last-child,
.wp-singular .entry-content ol li:last-child,
.wp-singular .entry-content ul li:last-child {
  margin-bottom: 0;
}
footer.entry-footer span.cat-links {
  margin-right: 10px;
}
footer.entry-footer span.comments-link {
  margin-right: 10px;
}

.tft-single-post {
  margin-bottom: 40px;
}
.comments-area {
  background: var(--tf-color-white);
  padding: 10px 0px;
}
.tft-single-post a {
  text-decoration: none;
}
.tft-single-post h2.entry-title * {
  color: inherit;
}
.comments-area ol.comment-list {
  list-style: none;margin: 0;
  padding: 0;
}
.comments-area ol.comment-list article{
  margin-bottom: 40px;
}
.comments-area #commentform input#submit{
  cursor: pointer;
}
.comments-area ol.comment-list li {
  margin-bottom: 40px;
}
.comments-area ol.comment-list .children{
  list-style: none;
}
.comments-area ol.comment-list .children li{
  margin-bottom: 0;
  padding-bottom: 0px;
  border-bottom: 0;
}
.comments-area ol.comment-list .comment-reply-title small{
  margin-left: 10px;
}
.comments-area .comment-content a {
  color: var(--tf-primary);
  text-decoration: underline;
}

.tft-404 .tft-container,
.tft-404 .tft-fullwidth-container {
  display: block;
  text-align: center;
}
.tft-404 .tft-container .primary ,
.tft-404 .tft-fullwidth-container .primary {
  padding: 40px;
  background: var(--tf-color-white);
  margin: auto;
}
.tft-404 .tft-404-head .tft-btn {
  padding: 12px 24px;
  background-color: var(--tf-primary);
  color: var(--tf-color-white);
  font-size: 1rem;
  display: inline-block;
  min-height: auto;
  text-decoration: none;
  transition: all 0.3s linear;
  margin-top: 16px;
}
.tft-404 .tft-404-head .tft-btn:hover{
  background-color: var(--tf-brand-dark);
}

.search-results .page-header,
.search-no-results .page-header{
  margin-bottom: 15px;
}
.search-results .tft-site-content,
.search-no-results .tft-site-content{
  padding: 40px 0px;
}
.search-results main article,
.search-no-results main article{
  margin-bottom: 30px;
}

.entry-meta {
  margin-bottom: 10px;
  margin-top: 5px;
}

article h2.entry-title {
  font-size:  1.5rem;
  font-weight: 600;
  margin: 0;
  width: fit-content;
}
article h2.entry-title:hover{
  color: var(--tf-brand-dark);
}
article .post-thumbnail img {
  border-radius: 8px;
}
article a.post-thumbnail {
  margin-bottom: 5px;
  color: var(--tf-text-paragraph);
}

.tft-body-class .comment-respond #commentform {
  display: block !important;
}

.tf-page-header {
  margin-bottom: 56px;
}
.tf-page-header .tf-page-header-inner {
  padding: 170px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.tf-page-header .tf-page-header-inner:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--tf-text-paragraph);
  opacity: 0.3;
  left: 0;
  top: 0;
  z-index: -1;
}
#tft-site-main-body .tf-page-header .tf-page-header-inner h1.entry-title {
  color: var(--tf-color-white);
  margin: 0;
}
.tf-page-header .tf-page-header-inner p {
  color: var(--tf-color-white);
}

.tft-page-banner.blog h1 {
  color: var(--tf-color-white);
  margin: 0;
}

header.page-header h1.page-title {
  font-size: 2.625rem;
  margin: 0;
}

.tft-single-post a.post-thumbnail {
  display: block;
  width: 100%;
}
.tft-single-post a.post-thumbnail img {
  width: 100%;
  height: 100%;
}
.tft-single-post article {
  margin-bottom: 40px;
}

.tft_social_share ul.share-buttons li {
  list-style: none;
  margin: 2px;
  padding: 4px;
}

.tft-entry-footer-meta .entry-meta {
  margin-bottom: 0px;
  margin-top: 0;
}

.tft-pagination {
  padding: 40px 0px;
}
.tft-pagination .nav-links > a {
  font-weight: 600;
  padding: 8px 15px;
  text-decoration: none;
  border-radius: 3px;
}
.tft-pagination .nav-links > a:hover {
  background: var(--tf-primary);
  color: var(--tf-color-white);
}
.tft-pagination .page-numbers.current {
  background: var(--tf-primary);
  color: var(--tf-color-white);
  padding: 8px 15px;
  border-radius: 3px;
}

.tft-404-container .tft-404-body {
  padding: 40px 0px;
}
.tft-404-container .tft-404-head p {
  font-size:  1.125rem;
  margin-bottom: 20px;
}
.tft-404-container .tft-404-head h2 {
  margin-bottom: 20px;
}
.tf-aq-outer{
  box-sizing: border-box;
}
.tft-tags-single-posts {
  margin-bottom: 40px;
}
.tft-tags-single-posts .tft-tags a {
  font-size: 0.875rem;
  color: var(--tf-text-paragraph);
  font-weight: 700;
}

.tft-blog-header {
  width: 100%;
}

.tf-page-header .woo-page-header h1.entry-title {
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.5px;
}

.tf-sidebar .wp-block-categories li {
	display: flex;
  font-size: 1.125rem;
	align-items: baseline;
	border-bottom: 2px dotted var(--tf-border-lite);
  margin-bottom: 10px;
}
.tf-sidebar .wp-block-categories li.cat-item-none{
  padding-bottom: 5px;
}
.tf-sidebar .wp-block-categories li a {
	padding-right: 10px;
	border-bottom: unset !important;
}
.tf-sidebar .wp-block-categories li a:hover{
  color: var(--tf-primary);
}
.tf-sidebar .wp-block-image img {
	border-radius: 4px;
}

.tf-sidebar .wp-block-social-links .wp-social-link {
	border-radius: 4px;
}

.tf-sidebar .wp-block-social-links .wp-social-link a {
	margin-bottom: unset;
}

.tft-footer-section .wp-block-image {
	margin: 0em 0em 1em 0em;
}

.tft-footer-section .wp-block-image img {
	border-radius: 4px;
}
.tft-footer-section .wp-block-heading a,
.tft-footer-section p a {
  color: inherit;
}

.tft-site-footer .menu-support-container li {
	margin: 0px
}

.tft-footer-social-link ul li a:hover {
	background-color: var(--tf-primary) !important;
	transform: scale(1.1);
}
.tft-main-header-wrapper .tft-site-navigation ul .sub-menu {
	border-radius: 4px;
}


.tft-site-footer .tft-footer-section .wp-block-gallery .wp-block-image img {
	height: 24px;
	width: 35px;
}

.tft-site-footer .tft-footer-section .wp-block-gallery .wp-block-image.tft-footer-instagram-image img {
  height: unset;
  width: 100%;
}
.tft-site-footer .tft-footer-section .wp-block-gallery {
	flex-wrap: nowrap;
	gap: 16px;
  margin: 0;
}

.tft-site-footer .tft-footer-section .wp-block-gallery figure {
	margin: 0;
  flex-grow: inherit;
  line-height: 0;
  margin-bottom: 32px!important;
  width: auto!important;
}


/* Blog */
.tft-theme-bg, .tft-footer-social-link ul li a, .single-form-inner .tft-form-title, .tf-sidebar .wp-block-search__button, .tft-pagination .page-numbers.current, .tft-fields-subscriptions .wpcf7-submit, .tf-sidebar .wp-block-search__button, .wpcf7-form .wpcf7-submit {
  background: var(--tf-primary);
}
p.wp-block-tag-cloud a.tag-cloud-link {
  background-color: var(--tf-primary);
}
.tft-footer-contact ul li i, .tft-search-box .tft-tour-serach-fields-wrap .tf_input-inner *, .tft-tour-serach-fields-wrap .tf_input-inner, .tft-hero-slider-selector .slider__counter, .tft-meta-info i, .tft-single-tour-info .important-single-info i, article i, .tft-pagination .nav-links>a, .tft-site-navigation ul li a:hover, .tft-header-search a:hover, .widget_nav_menu ul li a:hover, .tft-destination-wrapper .tft-destination-details ul li a:hover {
  color: var(--tf-primary);
}
input#submit {
  background: var(--tf-primary);
}
.single-post .tft-single-post,
.tft-title-wrap {
  margin-top: 56px;
}

article .post-thumbnail img {
  border-radius: 8px;
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.site .wc-block-components-form .wc-block-components-text-input input[type=email], 
.site .wc-block-components-form .wc-block-components-text-input input[type=number], 
.site .wc-block-components-form .wc-block-components-text-input input[type=password], 
.site .wc-block-components-form .wc-block-components-text-input input[type=tel], 
.site .wc-block-components-form .wc-block-components-text-input input[type=text], 
.site .wc-block-components-form .wc-block-components-text-input input[type=url], 
.site .wc-block-components-text-input input[type=email], 
.site .wc-block-components-text-input input[type=number], 
.site .wc-block-components-text-input input[type=password], 
.site .wc-block-components-text-input input[type=tel], 
.site .wc-block-components-text-input input[type=text], 
.site .wc-block-components-text-input input[type=url],
.site .wc-block-components-form .wc-block-components-text-input label, 
.site .wc-block-components-text-input label,
.site .wc-block-components-notice-banner,
.site .wc-blocks-components-select .wc-blocks-components-select__label,
.site .wc-blocks-components-select .wc-blocks-components-select__select,
.site .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity,
.site .wc-block-components-form .wc-block-components-text-input input[type=email]:focus, 
.site .wc-block-components-form .wc-block-components-text-input input[type=number]:focus, 
.site .wc-block-components-form .wc-block-components-text-input input[type=password]:focus, 
.site .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, 
.site .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, 
.site .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, 
.site .wc-block-components-text-input input[type=email]:focus, 
.site .wc-block-components-text-input input[type=number]:focus, 
.site .wc-block-components-text-input input[type=password]:focus, 
.site .wc-block-components-text-input input[type=tel]:focus, 
.site .wc-block-components-text-input input[type=text]:focus, 
.site .wc-block-components-text-input input[type=url]:focus{
  color: var(--tf-text-paragraph);
}

@media (min-width: 992px) {
  .tft-header-mobile {
    display: none;
  }
  .tft-site-navigation ul.sub-menu {
    width: 240px;
    background: var(--tf-color-white);
    left: -999em;
    position: absolute;
    top: 100%;
    z-index: 99999;
    box-shadow: 0 4px 10px -2px var(--tf-box-shadow-color);
    padding: 10px 0px;
  }
  .tft-header-desktop .tft-site-navigation ul.sub-menu.show {
    left: 0;
    right: auto;
  }
  .tft-header-desktop .tft-site-navigation ul.sub-menu.show ul.show {
    left: 100%;
    top: -2px;
  }
  .tft-header-desktop .tft-site-navigation li.menu-item:hover > .sub-menu {
    left: 0;
    right: auto;
  }
  .tft-header-desktop .tft-site-navigation .sub-menu .menu-item:hover > .sub-menu {
    left: 100%;
    right: auto;
    top: -2px;
  }
  .tft-site-navigation ul li a {
    display: block;
    padding: 0px 18px;
  }
  .tft-site-navigation ul li:last-child a{
    padding-right: 0;
  }
  .tft-site-navigation .menu-item {
    padding: 4px 0px;
  }
}
@media(max-width:1280px) {
  .tft-container,
  .tft-fullwidth-container {
    max-width: 100%;
    padding: 0px 15px;
  }
  .tft-site-footer .tft-footer-inner{
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .tft-header-desktop {
    display: none;
  }
  .tft-header-design__one  .tft-container{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .tft-site-content .tft-container .primary {
    width: 60%;
  }
  aside#secondary.tf-sidebar {
    width: 450px;
    padding: 0px;
    flex: 1;
  }
  .tft-header-mobile .tft-mobile_menubar i {
    font-size:  1.5rem;
    display: inline-block;
  }
  .tft-header-mobile .tft-menubar-close {
    display: none;
  }
  .tft-header-mobile .tft-mobile-menu-icon .tft-menubar-active {
    display: none;
  }
  .tft-header-mobile .tft-mobile-menu-icon .tft-menubar-close {
    display: block;
  }
  .tft-header-mobile .tft-site-navigation ul {
    flex-direction: column;
    padding: 20px 0px;
  }
  .tft-header-mobile .tft-site-navigation ul li a {
    color: var(--tf-text-paragraph);
    padding: 7px 20px;
    display: block;
    width: 100%;
  }
  .tft-header-mobile .tft-mobile-main-menu {
    position: relative;
  }
  .tft-header-mobile .tft-mobile-main-menu.tft-active-mobile {
    display: block;
  }
  .tft-header-mobile .tft-mobile-main-menu {
    display: none;
  }
  .tft-header-mobile nav.tft-site-navigation {
    position: absolute;
    width: 100%;
    background: #fcf4e8;
    z-index: 9999;
    left: 0;
    top: 0;
    padding: 20px 0px;
  }
  .tft-header-design__two .tft-menus-section.tft-header-mobile .tft-mobile-main-menu .tft-site-navigation{
    top: 0;
  }
  .tft-header-inner .tft-header-mobile .tft-mobile-main-menu nav {
    border-radius: 4px;
  }
  .tft-header-mobile .tft-site-navigation ul {
    position: unset !important;
    top: 0 !important;
  }
  .tft-header-mobile .tft-site-navigation ul ul {
    display: none;
    border-top: 1px solid var(--tf-border-lite);
  }
  .tft-header-mobile .tft-site-navigation ul li {
    border-bottom: 1px solid var(--tf-border-lite);
    position: relative;
  }

  .tft-header-mobile .tft-site-navigation ul li:last-child {
    border: none;
  }
  .tft-header-mobile .tft-site-navigation ul li .travelfic-dropdown{
    display: flex;
    justify-content: space-between;
  }
  .tft-header-mobile .tft-site-navigation ul li .travelfic-dropdown button{
    width: 50px;
    background-color: transparent;
    border: 0px solid;
    cursor: pointer;
  }
  .tft-header-mobile .tft-site-navigation ul li .travelfic-dropdown .toggle.active i {
    transform: rotate(-180deg);
  }
  .tft-header-mobile .tft-site-navigation ul li i {
    font-size:  1.25rem;
  }
  .tft-header-mobile .tft-site-navigation ul .menu-item-has-children > a:after {
    display: none;
  }
  .tft-header-mobile .tft-site-navigation .page_item_has_children ul.children {
    position: unset;
    width: unset;
    padding: 0 0 0px 20px;
    background: unset;
    box-shadow: unset;
  }
  .tft-header-mobile .tft-site-navigation ul {
    padding: 0px;
  }

  .tft-header-mobile li.menu-item-has-children > ul {
    padding-left: 15px;
    display: none;
  }
  .tft-header-mobile li.menu-item-has-children > ul.show,
  .tft-header-mobile .page_item_has_children ul.children.show {
    display: block;
  }
  .tft-header-mobile .tft-expended-menu > ul {
    display: block;
  }
  .tft-site-navigation .page_item_has_children > a{
    position: relative;
  }
  .tft-site-navigation .page_item_has_children > a:after {
    font-size: 1rem;
    padding: 0.6em 1em 0.4em;
    width: 50px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

  }
  .tft-site-navigation .page_item_has_children .children.show{
    display: block;
    visibility: visible;
  }
  article .post-thumbnail img{
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  .tft-site-content .tft-container .primary {
    width: 100%;
  }
  .title.section-title {
    font-size: 2rem;
  }
  .site--brand-logo a{
    font-size: 1.5rem;
    line-height: 1;
  }
  .tft-main-header-wrapper .site--brand-logo img {
    width: 100%;
  }
  .tft-slide-default button.slick-arrow {
    background: var(--tf-primary);
    height: 36px;
    width: 36px;
    color: var(--tf-color-white);
    font-size: 1rem;
  }
  .tf-page-header,
  .woocommerce-account .tft-site-content {
    margin-bottom: 40px;
  }
  .single-post .tft-single-post,
  .tft-title-wrap{
    margin-top: 40px;
  }
  .tft-main-header-wrapper .site--brand-logo {
    padding: 0;
  }
  .tft-header-design__one .tft-header-mobile .tft-main-header-wrapper{
    gap: 10px;
  }
  .tft-header-design__one .tft-header-mobile .tft-header-left {
    flex: 1;
  }
  .tft-site-content{
    margin-bottom: 16px;
  }
  .tft-fields-subscriptions .wpcf7-submit {
    padding: 16px 12px;
  }
  .tft-site-content .tft-container,
  .tft-site-content .tft-fullwidth-container {
    flex-wrap: wrap;
  }
  .tft-single-page main article {
    padding: 22px;
  }
  .tft-right-sidebar,
  .tft-left-sidebar {
    gap: 30px;
  }

  aside#secondary.tf-sidebar {
    width: 100%;
    padding: 0px;
  }
  aside#secondary h2 {
    font-size:  1.5rem;
  }
  .tft-single-page header.entry-header h1 {
    font-size:  2rem;
  }
  .tft-single-post h2.comments-title {
    font-size:  1.5rem;
  }
  .single .type-post {
    padding: 20px;
  }
  .tft-single-post .primary {
    margin-bottom: 0;
  }
  h1.page-title {
    font-size:  2rem;
  }

  .tft-grid-clmn-4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .tft-footer-section {
    margin-bottom: 0;
  }
  .tft-search-box {
    position: relative;
  }
  .tft-search-box .tft-search-box-container {
    display: block;
  }
  .tft-search-box .tft-search-box-inner {
    padding: 20px;
    width: 100%;
  }
  .tft-search-box .tf_homepage-booking {
    height: auto;
    flex-direction: column;
    row-gap: 16px;
  }
  .tft-search-box .tf_selectperson-wrap {
    width: 100% !important;
  }
  .tft-search-box .tf_destination-wrap {
    padding: 0px !important;
  }
  .tft-search-box .tf_selectperson-wrap {
    padding: 0px !important;
  }
  .tft-search-box .tf_selectdate-wrap, .tft-search-box .tf_selectperson-wrap {
    padding: 0px !important;
  }
  .tft-tour-single-wrapper .tft-tour-single-details-head {
    flex-direction: column;
  }
  .tft-tour-single-wrapper .tft-tour-discriptions {
    flex-direction: column;
  }
  .tft_single_tour_info .important_single_info {
    flex-basis: 50%;
  }
  .tft-accordion .tft-accordion-details-inner {
    flex-direction: column;
  }
  .tft-single-tour-info .important-single-info {
    flex-basis: 50%;
  }
  .tf-sidebar-widget .post_img {
    flex-basis: 100%;
    height: auto;
  }
  .tft_single_tour_info {
    flex-direction: row;
  }
  .tft-tour-single-wrapper .tft-tour-singel-details {
    order: 2;
  }
  .tft-tour-single-wrapper .tf_selectperson-wrap {
    padding: 0px !important;
  }
  .tft-tour-single-wrapper .single-tour-form {
    margin-bottom: 40px;
  }
  .tft_single_booking form.tf_tours_booking {
    display: block;
    padding: 20px 20px;
  }
  .tft_single_booking .tours-check-in-out {
    border: none;
    background: transparent;
  }
  .tft-tour-discriptions h1 {
    font-size:  2rem;
    margin-bottom: 10px;
  }
  .tft_pricing_details {
    margin-bottom: 20px;
  }
  .tft_pricing_details .tf-price {
    justify-content: left;
  }
  .tft_pricing_details .tf-hero-bottom-content {
    padding: 0px 0 0 0;
  }
  .woocommerce form.checkout.woocommerce-checkout {
    flex-wrap: wrap;
  }
  .woocommerce div#customer_details {
    flex-basis: 100%;
  }
  .woocommerce div#order_review {
    flex-basis: 100%;
    padding: 0;
  }
  .woocommerce h3#order_review_heading {
    position: relative;
    left: 0;
  }
  .travelfic-tour-search-form .tf_booking-widget .tf_homepage-booking {
    align-items: stretch;
  }
  .travelfic-tour-search-form .tf_booking-widget .tf_homepage-booking > div {
    width: 100%;
  }
  .travelfic-tour-search-form .tf_booking-widget .tf_homepage-booking > div:nth-child(2) {
    width: 100% !important;
  }
  .tf-page-header .woo-page-header h1.entry-title {
    font-size:  3rem;
  }
  .tft-container,
  .tft-fullwidth-container {
    max-width: 100%;
  }
  .tft-site-footer .tft-footer-inner{
    padding: 40px 15px;
  }
  input#submit {
    padding: 14px 22px;
  }
  .tft-site-footer .tft-footer-section .wp-block-gallery figure{
    margin-bottom: 16px!important;
  }
  .comment-metadata{
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 560px) {
  .tft_team_wrapper .tft-single-member img.member-image {
    width: 100%;
  }
  .tft_team_wrapper .tft-single-member {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  .tft_team_wrapper .tft-single-member .tft-member-details {
    width: 100%;
    padding: 0;
  }
  .entry-footer .tft-entry-footer-meta-outter{
    gap: 6px
  }
  .entry-footer .entry-footer-meta{
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .comments-area .comment-list article,
  .comments-area ol.comment-list article{
    margin-bottom: 20px;
  }
  .comments-area ol.comment-list .children{
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tft-search-box {
    position: relative;
    max-width: 100%;
  }
  .tft-search-box .tft-search-box-inner {
    width: 100%;
  }
  .tft-search-box .tft-search-box-container {
    column-gap: 10px;
  }
}

