/*
Theme Name: RaTheme Child
Author: Team Panda 🐼 @ Red Acre LTD
Description: The simplest WordPress starter theme including full setup for Tailwind CSS, Sass, PostCSS, Autoprefixer, Webpack, TypeScript, Browsersync, imagemin, Prettier, stylelint, ESLint.
Tags: Tailwind CSS, Sass, PostCSS, Autoprefixer, Webpack, TypeScript, Browsersync, imagemin, Prettier, stylelint, ESLint
Version: 0.0.1
Template: ra-theme
*/

/*From custome css*/

body .is-layout-flow > * + * {
  margin-block-start: 0 !important;
  font-family: Roboto, sans-serif;
}

#hellobar-bar {
  font-family: Roboto, sans-serif;
}

@media screen and (max-width: 1024px) {
  .content-custom-table--variant-1 .table-header-mobile-nav {
    display: flex !important;
  }
}
.content-custom-table--variant-1 .table-header-mobile-nav {
  display: none;
}

@media screen and (min-width: 1024px) {
  .footer-4 .top-menu .top-container {
    grid-column: span 5 / span 5;
  }
}

@media screen and (min-width: 1024px) {
  .content-custom-table-header-list-item--1 {
    min-width: 210px;
  }
  .content-custom-table-header-list-item--2 {
    min-width: 210px;
  }
  .content-custom-table-header-list-item--3 {
    min-width: 210px;
  }

  .content-custom-table-content-list-item .field-1 {
    min-width: 210px;
  }
  .content-custom-table-content-list-item .field-2 {
    min-width: 210px;
  }
  .content-custom-table-content-list-item .field-3 {
    min-width: 210px;
  }
}

.gform_confirmation_message .text {
  color: black;
  font-size: 48px;
  font-weight: 700;
}

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

.is-form-style input.is-search-submit,
.is-search-icon {
  background: #fff;
  border: 0px solid #262ef3;
}

@media screen and (min-width: 1200px) {
  div.is-ajax-search-details,
  div.is-ajax-search-result {
    width: 243px !important;
  }
}

/*hedaer css*/
.header .desktop {
  padding-top: 5px;
  padding-bottom: 5px;
}
.header .desktop .main-menu {
  margin-left: 80px !important;
  column-gap: 64px !important;
}

@media screen and (max-width: 1216px) {
  .header .desktop .main-menu {
    margin-left: 25px !important;
    column-gap: 15px !important;
  }
}

.header a.main-menu-item {
  color: #000 !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 32px !important;
}
.header .main-menu-item:hover {
  color: var(--primary-500) !important;
}
.header .main-menu .menu-item.current_page_item a {
  color: var(--primary-500) !important;
}
.header .content-button.small {
  height: 48px;
  padding-left: 1rem;
  padding-right: 1rem;
  min-width: 138px;
  border-radius: 0px !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.header .content-button.small.border {
  border-color: #262ef3 !important;
  color: #262ef3 !important;
}
.header .content-button.small.border:hover,
.header .content-button.small.border:active {
  background-color: #262ef3 !important;
  border-color: #262ef3 !important;
  color: white !important;
}

.header .content-button.small.default {
  color: #fff !important;
  background: #000 !important;
}
.content-button.default:hover,
.header .content-button.small.default:hover {
  background-color: #262ef3 !important;
  border-color: #262ef3 !important;
  color: white !important;
}
.content-button.default:active,
.header .content-button.small.default:active {
  background-color: #81b0f8 !important;
  border-color: #81b0f8 !important;
  color: white !important;
}

.content-button.bg-white:hover {
  background-color: #eff0f6 !important;
  color: black !important;
}
.content-button.bg-white:active,
.content-button.bg-white:focus {
  background-color: #d9dbe9 !important;
  color: black !important;
}
.header .mobile-menu .buttons-list .content-button {
  min-height: 64px;
}
.header .mobile-menu .main-menu {
  max-height: 50% !important;
}
.header .mobile {
  min-height: 100px !important;
  padding-left: 48px !important;
  padding-right: 48px !important;
}
.header .mobile .logo {
  max-width: 100% !important;
}
.header .mobile .hamburger span {
  width: 100% !important;
  background-color: #000 !important;
}

/************** 404 page **************/
.error-content .style-3 .buttons {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1rem;
  align-items: center;
}
.button-404 {
  display: flex;
  height: 64px;
  width: 278.47px;
  padding: 0px 44px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: #000;
  color: #fff;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
}

.button-404:hover {
  background: #262ef3;
  color: #fff;
}

/*Hero block css*/
#home-hero-block {
  background: #000 url("/wp-content/uploads/2023/08/topfundr-hero-image.png") !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  /*background-position: right !important;*/
}
#home-hero-block .title {
  max-width: 779px;
  font-family: Roboto;
  font-size: 76px;
  font-style: normal;
  font-weight: 900 !important;
  line-height: 84px;
  letter-spacing: -1.52px !important;
  color: #fff;
}
#home-hero-block .separator {
  color: white;
  border: none;
  border-bottom: 2px solid;
  margin-left: unset;
  margin-right: auto;
  height: 48px;
}
#home-hero-block .separator:not(.is-style-wide):not(.is-style-dots) {
  width: 124px;
}
#home-hero-block .description {
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 20px;
  width: 70% !important;
}
.font-inter {
  height: 64px !important;
}
/* The topFundr Advantage scetion */
.upto-img {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 426px) {
  .upto-img {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* ------ Table Challenge ------ */

.content-custom-table--variant-2 .table-navbar-list {
  justify-content: center;
  align-items: center;
  gap: 12px !important;
}
.content-custom-table--variant-2 .table-navbar-list-item {
  height: 64px;
  padding: 20px 20px !important;
  border: 1px solid #262ef3 !important;
}
.content-custom-table--variant-2 .table-header {
  margin-top: 60px !important;
}
.table-heading-header {
  font-size: 20px !important;
  font-weight: 600 !important;
}
.compare-button-box .content-button {
  background: black !important;
  padding: 20px 40px !important;
  color: white !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  height: 64px;
}
.content-accordion {
  margin-bottom: 0 !important;
  border-top: 1px solid #3a3939 !important;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  background-color: transparent !important;
  border-bottom-width: 0 !important;
}
.content-accordion.transparent.active .content {
  border-bottom: none !important;
}
.content-accordion .head .button .title {
  font-size: 18px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 28px !important; /* 155.556% */
  color: #fff !important;
}
.content-accordion.active .content {
  padding-bottom: 2.5rem !important;
  padding-left: 0px !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  color: white !important;
}
.content-accordion-faqs.active .head {
  margin-bottom: 0 !important;
}
.content-custom-table--variant-2 .table-content-list-item .field-0 p {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.table-content-list-item .field,
.table-navbar-list-item {
  font-size: 18px;
}
.table-content-list-item .material-symbols-outlined {
  color: rgba(163, 163, 163, 1);
}
.table-content-list-item .field {
  border-color: transparent !important;
}
.field {
  width: 239px;
  width: -webkit-fill-available;
  height: 293px;
}

@media (max-width: 426px) {
  .field {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 768px) {
  .field {
    width: -webkit-fill-available !important;
  }
}

/* TopFundr-advantage block*/
#topFundr-advantage {
  /* 
    THIS COULD BE REMOVE. 
    IF WE ARE NOT USING IT, 
    THERE IS NO NEED TO HAVE THIS HERE 
    */
}
#topFundr-advantage .separator {
  border: none;
  border-bottom: 2px solid;
  margin-left: unset;
  margin-right: auto;
}
#topFundr-advantage .separator:not(.is-style-wide):not(.is-style-dots) {
  width: 124px;
}

/*3 Steps to Better Funding*/
#tree-steps {
  background: #f5f5f5 url("/wp-content/uploads/2023/07/bg.png") !important;
  background-size: 100% 100% !important;
}
#tree-steps
  .image-box
  .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
  height: 1px !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
#tree-steps .content-button.large {
  min-width: 181px !important;
}
#tree-steps .section-title {
  margin-bottom: -44px !important;
}

/*FAQ css*/
#faqs-section {
  background: #171717
    url("/wp-content/uploads/2023/08/topfundr-Frequently-Asked-Questions.png") !important;
  background-size: 100% !important;
}
#faqs-section .content-button {
  min-width: 200px !important;
}

/*became-affiliate*/
#became-affiliate {
  /* 
    THIS COULD BE REMOVE. 
    IF WE ARE NOT USING IT, 
    THERE IS NO NEED TO HAVE THIS HERE 
    */
}
#became-affiliate .content-button {
  min-width: 246px !important;
  margin-top: 26px;
}

/*become-a-topfundr*/
#become-a-topfundr {
  background: #000
    url("/wp-content/uploads/2023/08/topfundr-Why-Become-a-topFundr_.png") !important;
  background-size: 100% 100% !important;
}
@media screen and (max-width: 768px) {
  #become-a-topfundr {
    background: #000
      url("/wp-content/uploads/2023/10/Why-Become-a-topFundr_Table.png") !important;
    background-size: 100% 100% !important;
  }
}
@media screen and (max-width: 425px) {
  #become-a-topfundr {
    background: #000
      url("/wp-content/uploads/2023/08/topfundr-Why-Become-a-topFundr_.png") !important;
    background-size: 100% 100% !important;
  }
}
#become-a-topfundr
  .image-box
  .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
  height: 1px !important;
  width: 36px !important;
  margin: 20px 0px !important;
}
#become-a-topfundr .content-button {
  min-width: 181px !important;
  height: 64px;
}
/*footer css*/

.footer {
  padding-bottom: 0px !important;
}
.footer a {
  color: white;
}
.footer-4 .top-menu .top-container .footer-logo {
  margin-bottom: 24px !important;
  max-width: 100% !important;
}
.footer-4 .bottom p {
  color: #fff !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 20px !important; /* 166.667% */
  /* margin-bottom: 24px !important; */
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer-4 .top-menu .menu-item a {
  color: #fff !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 28px !important;
  margin-bottom: 16px !important;
}
.footer-4 .top-menu .menu-item .sub-menu a {
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.footer-dark .top-menu .menu-item .sub-menu .menu-item a {
  /* --tw-text-opacity: 1; */
  color: #fff !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}
.footer-dark .top-menu .menu-item a {
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 28px !important;
  margin-bottom: 16px !important;
}

.footer-4 .middle .copyright p {
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 150% !important;
  color: white !important;
}
.footer-4 .middle {
  border-color: #4d4d4d !important;
  margin-bottom: 0px !important;
}

/*--------------- contact us page-------------- */
.hero-page {
  background: #000 url("/wp-content/uploads/2023/08/1000001649.png") !important;
  /*background-size: 100% 100% !important;*/
  background-position: top right !important;
  height: 203px;
  background-repeat: no-repeat !important;
}
.get-in-touch {
  font-size: 28px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 36px !important; /* 128.571% */
  margin-bottom: 16px !important;
}
.get-in-touch-text {
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 32px !important;
  margin-bottom: 40px !important;
}
.content-list-block .icon {
  border-radius: 0px !important;
}

.content-list-block .icon-content .text-body p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.gform_body .gform_fields .gfield_error input {
  border-radius: 0px !important;
}
.gform_wrapper.gravity-theme input[type="color"],
.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gravity-theme input[type="datetime-local"],
.gform_wrapper.gravity-theme input[type="datetime"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="month"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  border-radius: 0px !important;
  box-shadow: none !important;
  min-height: 64px !important;
}
.gform_wrapper.gravity-theme #field_submit .gform-button--width-full,
.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full {
  width: 250px !important;
  border-radius: 0px !important;
  background: #000 !important;
}
.gform_wrapper.gravity-theme #field_submit .gform-button--width-full:hover,
.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full:hover {
  background: #262ef3 !important;
}
.text-heading-1 {
  letter-spacing: unset !important;
}
.reach-out-column .wp-block-separator {
  background-color: #f5f5f5 !important;
}
.gform_wrapper ::placeholder {
  color: #a3a3a3 !important;
}

/*----------  FAQ Page Css ----------*/
.faq-hero-page {
  background: #000 url("/wp-content/uploads/2023/08/topfundr-page-header.png") !important;
  /*background-size: 100% 100% !important;*/
  background-position: 95% 100% !important;
  height: 203px;
  background-repeat: no-repeat !important;
}
.faq-column-container {
  gap: 159px;
}
.fqa-title {
  font-size: 60px !important;
  font-weight: 800 !important;
  line-height: 130% !important; /* 78px */
  padding-right: 200px;
}

.dive-in .title {
  margin-bottom: 32px;
  letter-spacing: 0px;
  padding-right: 150px;
}
.dive-in .content {
  margin-bottom: 180px !important;
}
.dive-in .search-form .is-form-style input.is-search-input {
  background: #262ef3;
  background-image: none !important;
  color: #fff;
  padding: 0px 28px;
  font-size: 16px !important;
  height: 70px;
}

.is-form-style button.is-search-submit {
  width: auto !important;
}
.is-search-icon {
  padding-right: 28px !important;
}
.dive-in .is-search-icon svg {
  fill: #ffffff !important;
}
.dive-in .is-search-icon:hover,
form.is-form-style input.is-search-submit:hover {
  background: transparent !important;
}
.is-form-style button.is-search-submit {
  height: auto;
}
.is-form-style input.is-search-submit,
.is-search-icon {
  background: #262ef3;
  border: 1px solid #cccccc;
  border-left: 0px;
  height: 70px;
}
.is-search-icon svg {
  height: 55px;
}

.category-title {
  color: black !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 150% !important; /* 36px */
  padding: 0px !important;
  border: none !important;
}
.content-accordion-faqs .head .title {
  color: #171717 !important;
  font-family: Roboto !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 150% !important;
}
.content-accordion-faqs .head li {
  text-indent: -24px !important;
}
.content-accordion-faqs {
  padding: 0.5rem 0.5rem !important;
  border: none !important;
}
.content-faq-accordion {
  flex-flow: column wrap !important;
  flex-direction: row !important;
  gap: 10% !important;
  row-gap: 40px !important;
}

.submit-ticket-block {
  border-top: 1px solid #f5f5f5 !important;
}
.submit-ticket-block .title {
  font-size: 32px !important;
  font-weight: 800 !important;
  line-height: 140% !important; /* 44.8px */
}

.faq-single-content {
  color: #171717 !important;
  margin: unset !important;
  text-align: left !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 150% !important;
}
.custom-blog-post .content-breadcrumb .breadcrumb {
  display: none !important;
}
.custom-blog-post .content-breadcrumb .breadcrumb a,
.custom-blog-post .content-breadcrumb .breadcrumb span:not(.current-page) {
  color: #a3a3a3 !important;
  font-weight: 400 !important;
}

/* faq-breadcrumb */
.faq-breadcrumb {
  display: flex;
  padding-left: 0;
  list-style: none;
  font-style: normal;
  font-size: 16px;
  line-height: 25.6px;
  line-height: 100%;
  mix-blend-mode: normal;
  overflow-x: auto;
  margin-bottom: 60px;
  position: relative;
  z-index: 9;
}
.faq-breadcrumb li.breadcrumb-item {
  display: inline-block;
}
.faq-breadcrumb li.breadcrumb-item a {
  font-size: 16px;
  line-height: 24px;
}
.faq-breadcrumb li.breadcrumb-item:not(.active) a {
  color: #4f5c70;
  font-weight: 400;
}
.faq-breadcrumb li.breadcrumb-item.active a,
.faq-breadcrumb li.breadcrumb-item:last-child a {
  color: #001721;
  font-weight: 700;
  overflow: hidden;
}
.faq-breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 38px;
  position: relative;
}
.faq-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  color: #bdb8b0;
  line-height: 25px;
  content: url("images/dist/down_arrow.svg");
  position: absolute;
  left: 15px;
  bottom: 0;
}

/* single FAQ */
.custom-blog-post .faq-single-content {
  width: auto !important;
}
body.single-faq {
  overflow-x: hidden;
}
body.single-faq .custom-blog-post {
  padding-bottom: 0;
  padding-top: 60px;
}
body.single-faq header .wp-block-post-title {
  display: none;
}
.custom-blog-post .faq-post-title {
  display: none;
}
.faq_title h1 {
  margin-bottom: 60px;
  text-align: left !important;
  color: #000 !important;
  font-family: Roboto;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%; /* 78px */
}
.faq_content,
.faq_content p,
.faq_content li,
.faq_content a {
  color: #171717;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
/* .faq_content p {
    margin-bottom: 1rem !important;
} */
.faq_related .latest-faq-posts-title {
  color: #000;
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 44.8px */
  margin-bottom: 30px;
  padding: 0;
}
.faq_related .faq_by_category .faq_items:first-child {
  border-top: 1px solid #cbccd8;
}
.faq_related .faq_by_category .faq_items {
  padding: 18px 0;
  border-bottom: 1px solid #cbccd8;
}
.faq_related .faq_by_category .faq_items h3 {
  margin-bottom: 0px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 24px */
}
.faq_related .faq_by_category .faq_items h3::after {
  content: url("images/dist/ic_baseline-plus.png");
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq_related .faq_by_category .faq_items.active h3::after {
  content: url("images/dist/ic_baseline-minus.png");
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq_related .faq_by_category .faq_items ul.latest-faq-posts {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 30px;
  margin-top: 18px;
}
.faq_related .faq_by_category .faq_items ul.latest-faq-posts li {
  margin-bottom: 12px;
}
.faq_related .faq_by_category .faq_items ul.latest-faq-posts li a {
  color: #171717;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.faq_related .faq_by_category .faq_items ul.latest-faq-posts li:hover {
  color: #262ef3;
}
.faq_related .faq_by_category .faq_items ul.latest-faq-posts li a:hover {
  color: #262ef3;
}
.faq_related .faq_items:not(.active) .latest-faq-posts {
  display: none;
}
.support_cta {
  position: relative;
}
.support_cta .support_cta_bg {
  width: 100vw;
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 100%;
}
.support_cta .support_cta_content {
  position: relative;
  z-index: 1;
}
.support_cta_left {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.support_cta .support_cta_row .support_cta_left h3 {
  color: #000;
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 44.8px */
}
.support_cta .support_cta_row .support_cta_left p {
  color: #737373;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.support_cta .support_cta_row .support_cta_right a {
  background: #000;
  padding: 0px 44px;
  width: 250px;
  text-align: center;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto;
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  color: #fff;
}
.support_cta .support_cta_row .support_cta_right:hover a {
  background: #262ef3;
}

@media (min-width: 1024px) {
  .faq_title h1 {
    font-size: 54px;
    line-height: 70px;
  }
  .faq_row .faq_summery {
    width: 70%;
  }
  .faq_row .faq_related {
    width: 30%;
  }
  .faq_row {
    display: flex;
    width: 100%;
    column-gap: 60px;
  }
  .support_cta .support_cta_content {
    border-top: 1px solid #f5f5f5 !important;
    padding-bottom: 80px;
    padding-top: 29px;
  }
  .faq_row {
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .support_cta .support_cta_row {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .support_cta .support_cta_content {
    border-top: 1px solid #f5f5f5 !important;
    padding-bottom: 80px;
    padding-top: 29px;
  }
  .faq_title h1 {
    font-size: 40px;
    line-height: 52px;
  }
}

@media (max-width: 1023px) {
  .faq_row .faq_related {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .faq_title h1 {
    font-size: 32px;
    line-height: 38.8px;
  }
  .support_cta .support_cta_content {
    border-top: 1px solid #f5f5f5 !important;
    padding-bottom: 80px;
    padding-top: 29px;
  }
  .support_cta .support_cta_row {
    display: grid;
    justify-content: center;
  }
  .support_cta .support_cta_row .support_cta_right a {
    margin-top: 40px;
  }
  .faq-breadcrumb li.breadcrumb-item.active a,
  .faq-breadcrumb li.breadcrumb-item:last-child a {
    color: #001721;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

/* ----------- ------------------ ------------*/
/* ----------- Open Spreads Page -------------*/
/* ----------- ------------------ ------------*/
/* .table-body-list-item .table-body-symbol .spread-mobile-visible {
    width: 250px !important;
} */
.spreads-page-hero {
  background: #000 url("/wp-content/uploads/2023/11/Inner-page-headers.png") !important;
  background-size: 100% 100% !important;
}
@media screen and (max-width: 1024px) {
  .spreads-page-hero {
    background: #000
      url("/wp-content/uploads/2023/11/TopFundur_Inner_Header_Tablet.png") !important;
    background-size: 100% 100% !important;
  }
}
@media screen and (max-width: 425px) {
  .spreads-page-hero {
    background: #000
      url("/wp-content/uploads/2023/11/TopFundur_Inner_Header_Mobile.png") !important;
    background-size: 100% 100% !important;
  }
}
.spreds-heading {
  font-family: Roboto;
  font-size: 60px !important;
  font-style: normal;
  font-weight: 800 !important;
  line-height: 130% !important; /* 78px */
}
@media screen and (max-width: 425px) {
  .spreds-heading {
    font-size: 48px !important;
    font-style: normal;
    font-weight: 800 !important;
    line-height: 60px !important; /* 125% */
    letter-spacing: -0.48px !important;
  }
  .spreds-subheading {
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 150% !important; /* 30px */
  }
}
.spreds-subheading {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 150% !important; /* 30px */
}
#spreads-id .content-button.large {
  height: 64px;
  min-width: 250px;
}
.content-spreads-table .table-navbar-list {
  /* flex-flow: row !important;
  overflow-x: scroll !important; */
  padding-top: 20px;
  padding-bottom: 20px;
}
.table-header-mobile-nav > button {
  display: none !important;
}
#tfd-spreads-page .table-active-button.table-navbar-list-item {
  font-family: Roboto !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 800 !important;
  line-height: 140% !important; /* 28px */
}
#tfd-spreads-page .table-navbar-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px !important;
  font-family: Roboto !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 150% !important; /* 30px */
}
#tfd-spreads-page .content-spreads-table .table-header-list-item {
  font-family: Roboto !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 16px !important; /* 114.286% */
  letter-spacing: 1.12px !important;
  text-transform: uppercase !important;
  height: 64px;
  align-items: center;
}
#tfd-spreads-page .table-body-list-item:not(:first-child) {
  display: flex !important;
  width: 100% !important;
  min-width: 130px !important;
  padding: 0.75rem !important;
  text-align: center !important;
  align-items: center !important;
  text-transform: uppercase !important;
  color: #171717 !important;
  font-family: Roboto !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 150% !important;
}

#tfd-spreads-page .table-body-list-item:first-child {
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  height: 64px;
}

#tfd-spreads-page .content-spreads-table .table-navbar-list {
  gap: 24px;
}
.content-spreads-table .table-header-list-item--0 {
  min-width: 190px;
  flex-direction: row !important;
}
.content-trading-table .table-categories {
  gap: 24px;
  margin-bottom: 70px !important;
}
.content-trading-table .table-categories-item.active {
  background: #262ef3 !important;
  color: #fff !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.content-trading-table .table-categories-item {
  margin-right: 0px !important;
  border-color: #262ef3 !important;
  color: #262ef3 !important;
  padding: 16px 24px !important;
  font-size: 20px !important;
  border-radius: unset !important;
  border-left: 1px solid !important;
  white-space: nowrap !important;
}
.content-trading-table .table-categories-item:hover {
  color: white !important;
}
.content-trading-table .table-wrapper-heading {
  border-radius: unset !important;
  background: black !important;
  color: white !important;
  height: 64px;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 16px;
  letter-spacing: 1.12px;
}

.tighter .content-button.large {
  height: 64px !important;
  width: 250px !important;
}
.tighter svg {
  margin: 7px auto;
  width: 13px;
}
/* ----------- ----- ------------*/
/* ----------- Tbale ----------- */
/* ----------- ----- ------------*/
@media (max-width: 1024px) {
  #tfd-spreads-page .table-navbar-list-item {
    font-family: Roboto !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 150% !important; /* 30px */
  }
  #tfd-spreads-page .content-spreads-table .table-navbar-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #tfd-spreads-page
    .content-spreads-table
    .table-navbar-list::-webkit-scrollbar {
    height: 12px;
  }
  #tfd-spreads-page
    .content-spreads-table
    .table-navbar-list::-webkit-scrollbar-thumb {
    background: #262ef3;
  }
  #tfd-spreads-page
    .content-spreads-table
    .table-navbar-list::-webkit-scrollbar-track {
    background-color: #cccccc;
  }
  .content-spreads-table .table-navbar-list {
    flex-flow: row !important;
    overflow-x: scroll !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  div.custom-wrapper {
    overflow-x: auto;
  }
  div.custom-wrapper::-webkit-scrollbar {
    height: 12px;
  }
  div.custom-wrapper::-webkit-scrollbar-thumb {
    background: #262ef3;
  }
  div.custom-wrapper::-webkit-scrollbar-track {
    background-color: #cccccc;
  }
  #tfd-spreads-page .content-spreads-table .table-header-list-item {
    display: flex !important;
    background: black !important;
    width: 100% !important;
    min-width: 130px !important;
    padding: 0.75rem !important;
    text-transform: uppercase !important;
  }
  #tfd-spreads-page .table-body-list-item:not(:first-child) {
    display: flex !important;
    width: 100% !important;
    min-width: 130px !important;
    padding: 0.75rem !important;
  }
  #tfd-spreads-page .content-spreads-table .table-navbar-list-item {
    width: 100%;
    min-width: 140px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    padding: 0.75rem;
    text-align: center;
  }
}
/* ----------- ----- ------------*/
/* ----------- Mobile ----------- */
/* ----------- ----- ------------*/
@media (max-width: 425px) {
  #tfd-spreads-page .content-spreads-table .table-body .table-body-list-active {
    width: 747px !important;
  }
  #tfd-spreads-page .content-spreads-table .table-header-list-item {
    min-width: 188px !important;
  }
}
/* ----------- ------------------ ------------*/
/* ----------- Closed Spreads Page ------------*/
/* ----------- ------------------ ------------*/

/* ----------- buy challenge -----------*/
.buy-challenge-iframe iframe::-webkit-scrollbar {
  display: none;
}
.buy-challenge-iframe iframe {
  padding-bottom: 10px;
  background-color: #fafcff;
}
.buy-challenge-iframe p {
  width: 100%;
}
@media (min-width: 1104px) {
  .buy-challenge-iframe iframe {
    height: 1650px;
  }
}
@media (max-width: 1103px) {
  .buy-challenge-iframe iframe {
    height: 2350px;
  }
}
/* ----------- buy challenge -----------*/

/* ----------- Legal Pages -----------*/
.paragraph_section tr:nth-child(even) {
  background-color: #f9f9f9;
}
.paragraph_section thead {
  background-color: #d9edf7;
}

.paragraph_section ol {
  list-style: auto;
  padding-left: 1rem;
}
.paragraph_section ul {
  list-style: disc;
  padding-left: 1rem;
}
.paragraph_section,
.paragraph_section strong,
.paragraph_section b,
.paragraph_section p,
.paragraph_section a,
.paragraph_section li,
.paragraph_section table {
  text-align: left !important;
}
.paragraph_section strong + ol,
.paragraph_section strong + ul {
  margin-top: 1rem;
}
.content-paragraph-box p:not(:last-child),
.paragraph_section ol:not(:last-child),
.paragraph_section ul:not(:last-child),
.paragraph_section li:not(:last-child) {
  margin-bottom: 1rem;
}
.paragraph_section p,
.paragraph_section li,
.paragraph_section a {
  font-size: 18px;
  line-height: 28px;
}
.paragraph_section table {
  width: 100%;
  overflow-x: scroll;
}

@media screen and (max-width: 1024px) {
  .header .mobile-menu .buttons-list .content-button.border {
    border: 1px solid #262ef3 !important;
    color: #262ef3 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 100% */
  }
  .header .mobile-menu .buttons-list .content-button.default {
    background: #000 !important;
    color: #fff !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }
  .content-faq-accordion {
    margin-top: 60px;
  }
  .dive-in {
    width: 100% !important;
    height: 414px !important;
  }
  .dive-in .title {
    width: 275px !important;
    padding-right: 0;
  }

  .dive-in .content {
    margin-bottom: 60px !important;
    width: 381px !important;
  }
  .footer-4 .top-menu {
    grid-template-columns: repeat(14, minmax(0, 1fr)) !important;
  }
  .cta-button {
    height: 64px;
  }
  .hero-page {
    background-size: auto 100% !important;
    background-repeat: no-repeat !important;
  }
  .content-iframe {
    margin: 80px 0;
  }
  .content-trading-table .table-categories {
    gap: 0px;
  }
  .content-trading-table .table-categories-item {
    height: auto !important;
    min-width: 150px !important;
  }
  #home-hero-block .description {
    width: 100%;
  }
  #home-hero-block {
    background: #000
      url("/wp-content/uploads/2023/10/topfundr-hero-image-tablet.png") !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    height: 824px !important;
  }
  #topFundr-advantage .separator:not(.is-style-wide):not(.is-style-dots) {
    margin: 0 auto;
  }
  #become-a-topfundr {
    background-size: cover !important;
  }
  #become-a-topfundr .cards-parent {
    column-gap: 32px !important;
  }
  #become-a-topfundr .cards-parent .image-box {
    width: auto !important;
    min-width: auto !important;
  }
  #tree-steps {
    background: #f5f5f5 url("/wp-content/uploads/2023/08/tablet-1000001630.png") !important;
    background-size: 100% 100% !important;
    row-gap: 60px !important;
  }
  #tree-steps .tree-images-box {
    column-gap: 32px !important;
  }
  #tree-steps .text-heading-2 {
    margin-bottom: -45px;
  }
  #tree-steps .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 36px !important;
  }
  /* end */
  /* Table */
  #challenges i.material-symbols-outlined,
  #challenges-2 i.material-symbols-outlined {
    color: #262ef3;
    font-size: 30px;
  }
  #challenges .content-button,
  #challenges-2 .content-button {
    height: 64px !important;
  }
  /* Table end*/
  #faqs-section {
    background: #171717 url("/wp-content/uploads/2023/08/tablet-1000001537.png") !important;
    background-size: 100% !important;
  }
  .faq-column-container {
    gap: 60px;
  }
  #faqs-section .content-button {
    height: 64px !important;
  }
  /* #faqs-section  .faqs-column{
        padding-right: 130px ;
        padding-left: 130px;
    } */
  #became-affiliate .content-button {
    height: 64px !important;
  }
  .footer-4 .top-menu .menu-item .sub-menu a {
    margin-bottom: 0px !important;
  }
  .gform_wrapper.gravity-theme .gform_footer {
    justify-content: flex-start;
  }
  /*contact page */
  .hero-page {
    height: 203px;
    background-position: -750px 0px !important;
  }
  .hero-page .heading-title {
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%; /* 78px */
  }
}
/******************** ****** *********************/
/******************** MOBILE *********************/
/******************** ****** *********************/
@media (max-width: 767px) {
  .paragraph_section table {
    width: 100%;
    overflow-x: scroll;
    display: block;
  }
  .paragraph_section table td {
    min-width: 150px;
  }
  .paragraph_section p,
  .paragraph_section li,
  .paragraph_section a {
    word-wrap: break-word;
  }
}

@media (max-width: 768px) {
  .footer-4 .bottom {
    display: block !important;
    padding: 0 !important;
  }
  .footer-4 .bottom p {
    display: block !important;
  }
  .faqs-archive {
    column-gap: 32px !important;
  }
  .cookie-notice .cookie-popup-actions {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    text-align: justify;
  }
}

@media screen and (max-width: 640px) {
  .field {
    width: 100%;
  }
  /* .custom-blog-post .faq-cta-parent {
        margin-top: 60px !important;
    } */
  .content-iframe {
    margin: 60px 0;
  }
  .content-trading-table .table-categories-item {
    height: auto !important;
    min-width: 150px !important;
  }
  .gform_body input[type="email"],
  .gform_body input[type="number"],
  .gform_body input[type="password"],
  .gform_body input[type="tel"],
  .gform_body input[type="text"],
  .gform_body select,
  .gform_body textarea {
    min-height: 64px !important;
  }
  .header .mobile {
    min-height: 80px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .header .mobile-menu .buttons-list .content-button {
    border-radius: unset;
  }

  .header .mobile-menu.active {
    padding-top: 60px !important;
  }

  /*hero css mobile */
  #home-hero-block {
    background: #000
      url("/wp-content/uploads/2023/10/topfundr-hero-image-mobile.png") !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    height: 765px !important;
  }
  #home-hero-block .title {
    font-size: 48px !important;
    font-weight: 800 !important;
    line-height: 60px !important;
    letter-spacing: -0.48px !important;
  }

  #home-hero-block .description {
    margin-top: 20px;
  }

  #home-hero-block .content-button {
    width: 246px !important;
    height: 64px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #topFundr-advantage .title {
    font-size: 48px !important;
    font-weight: 800 !important;
    line-height: 60px !important;
    letter-spacing: -0.48px !important;
  }
  #topFundr-advantage .paragraph {
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 32px !important;
  }
  #topFundr-advantage .content-button-box {
    text-align: center;
  }
  #topFundr-advantage .content-button {
    height: 64px !important;
    width: 246px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #tree-steps {
    background-repeat: no-repeat !important;
    background-size: 150% !important;
  }
  #tree-steps .section-title {
    font-size: 48px !important;
    font-weight: 800 !important;
    line-height: 60px !important;
    letter-spacing: -0.48px !important;
  }
  #tree-steps .paragraph {
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 32px !important;
    color: black !important;
  }
  #tree-steps .img-content-parent,
  #tree-steps .content-image-box img,
  #tree-steps .content-image-box {
    width: 64px !important;
    height: 64px !important;
  }
  #tree-steps .image-box .title {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 32px !important;
  }
  #tree-steps .tree-images-box {
    row-gap: 32px !important;
  }
  #tree-steps .content-button {
    width: 181px !important;
    height: 64px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #challenges .title,
  #challenges-2 .title {
    font-size: 48px !important;
    font-weight: 800 !important;
    line-height: 60px !important; /* 125% */
    letter-spacing: -0.48px !important;
  }
  #challenges .paragraph,
  #challenges-2 .paragraph {
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 32px !important; /* 145.455% */
  }
  .content-custom-table--variant-2 .table-navbar-list {
    flex-direction: column !important;
  }
  .content-custom-table--variant-2 .table-navbar {
    row-gap: 12px !important;
  }
  #content-custom-table--103284729 .table-active-button,
  .compare-button-box .content-button {
    height: 64px !important;
  }
  .compare-button-box .content-button,
  .compare-button-box {
    width: 100% !important;
  }
  #challenges .btn,
  #challenges-2 .btn {
    width: 160px !important;
  }
  #become-a-topfundr {
    background-size: 241% !important;
    background-repeat: no-repeat !important;
  }
  #become-a-topfundr .title {
    font-size: 48px !important;
    font-weight: 800 !important;
    line-height: 60px !important;
    letter-spacing: -0.48px !important;
  }
  #become-a-topfundr .paragraph {
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 32px !important; /* 145.455% */
  }
  #become-a-topfundr .title-text-parent {
    height: auto !important;
  }
  #become-a-topfundr .image-box .title {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 32px !important; /* 160% */
  }
  #become-a-topfundr
    .image-box
    .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
    width: 24px !important;
  }
  #become-a-topfundr .content-button {
    height: 64px !important;
  }
  #faqs-section {
    background-size: 200% !important;
    background-repeat: no-repeat !important;
    background-color: #101010 !important;
  }
  #faqs-section .f-title {
    font-size: 48px !important;
    font-weight: 800 !important;
    line-height: 60px !important; /* 125% */
    letter-spacing: -0.48px !important;
  }
  #faqs-section .paragraph {
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 32px !important; /* 145.455% */
  }
  #faqs-section .faqs-column {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  #became-affiliate .title {
    font-size: 48px !important;
    font-weight: 800 !important;
    line-height: 60px !important; /* 125% */
    letter-spacing: -0.48px !important;
  }
  #became-affiliate .paragraph {
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 32px !important; /* 145.455% */
  }
  .footer-4 .top-menu .top-container .footer-logo {
    margin-bottom: 20px !important;
  }
  .footer-4 .middle {
    flex-direction: row !important;
  }
  .footer-4 .middle .social-menu {
    justify-content: flex-end !important;
  }
  /*contact page */
  .hero-page {
    height: 220px;
    background-position: -1300px 0px !important;
  }
  .hero-page .heading-title {
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 60px; /* 125% */
    letter-spacing: -0.48px;
  }
  .reach-out-title {
    font-size: 48px !important;
    font-style: normal;
    font-weight: 800 !important;
    line-height: 130%; /* 62.4px */
  }
  .reach-out-paragraph {
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 150%; /* 30px */
  }
  .gform_body .ginput_complex .ginput_container_time {
    height: auto !important;
  }
  .faq-hero-page {
    height: 340px !important;
    background-size: contain !important;
  }
  .fqa-title {
    font-size: 48px !important;
    font-weight: 800 !important;
    line-height: 60px !important; /* 125% */
    letter-spacing: -0.48px !important;
  }
  .dive-in {
    width: 100% !important;
    min-width: 100% !important;
    height: 428px !important;
  }
  .dive-in .title {
    width: 100% !important;
    padding-right: 50px;
  }
  .dive-in .content {
    margin-bottom: 0px !important;
    width: 100% !important;
  }
  .submit-ticket-block .title {
    text-align: left !important;
    margin-bottom: 20px !important;
  }
  .submit-ticket-block .faq-cta-right {
    align-items: flex-start !important;
  }
  .cookie-notice .cookie-popup-actions {
    padding-top: 20px !important;
    display: flex !important;
    flex: inherit !important;
  }
  .cookie-notice .cookie-popup--short {
    width: 200px !important;
  }
}
