/*
Theme Name: SJC Accounting
Theme URI: https://github.com/elementor/hello-theme/
Description: SJC Accounting Theme is a child theme of Hello Elementor, created by Fox & Lee
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: sjc-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

  /* Gravity Form */
  .gform_wrapper .gform_required_legend,
  .gform_wrapper .ginput_container--name .gform-field-label--type-sub {
    display: none;
  }

  .gform-theme--foundation .gform_fields {
    gap: 40px !important;
  }

  .gform_wrapper .gfield_label,
  .gform_wrapper input[type="text"],
  .gform_wrapper input[type="tel"],
  .gform_wrapper input[type="email"],
  .gform_wrapper textarea {
    color: #fff !important;
    font-family: "Figtree Local", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    margin: 0 !important;
  }

  .gform_wrapper input:-webkit-autofill,
  .gform_wrapper input:-webkit-autofill:hover, 
  .gform_wrapper input:-webkit-autofill:focus,
  .gform_wrapper textarea:-webkit-autofill,
  .gform_wrapper textarea:-webkit-autofill:hover,
  .gform_wrapper textarea:-webkit-autofill:focus,
  .gform_wrapper input[type="text"],
  .gform_wrapper input[type="tel"],
  .gform_wrapper input[type="email"],
  .gform_wrapper textarea {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #fff !important;
    background-color: #3C4A3E !important;
    border-radius: 0px !important;
    outline: 0 !important;
    box-shadow: none !important;
  }

  .gform_wrapper input[type="text"],
  .gform_wrapper input[type="tel"],
  .gform_wrapper input[type="email"]{
    height: 50px !important;
  }

  .gform_wrapper textarea {
    height: 126px !important;
    min-height: auto !important;
    min-block-size: auto !important;
  }

  .gform_wrapper .gform_footer {
    width: 100%;
  }

  .gform_wrapper .gfield--type-captcha {
    margin: 20px 0;
  }

  .gform_wrapper .ginput_recaptcha {
    text-align: left;
  }

  .gform_wrapper .ginput_recaptcha > div{
   display: inline-block;
  }

  .gform-theme--foundation .gform-grid-row {
    display: block !important;
    margin: 0 !important;
    row-gap: 0 !important;
  }

  .gform-theme--foundation .gform-grid-row .gform-grid-col {
    padding: 0 !important;
  }

  .gform_wrapper .gform_footer {
    margin-top: 60px !important;
  }

  .gform_wrapper .gform_button.button {
    background-color: #fff !important;
    color: #3C4A3E !important;
    font-size: 20px !important;
    font-family: "Figtree Local", Sans-serif !important;
    font-weight: 600 !important;
    margin: 0 !important;
    border-radius: 10px !important;
    height: 52px !important;
    max-width: 166px;
    width: 100% !important;
    display: block !important;
  }

  .gform_wrapper .gform_button.button:hover {
    background-color: #F6EDD9 !important;
    color: #3C4A3E !important;
  }


  /*
  * Global
  */
  .elementor-button {
    min-width: 165px;
  }

  .light {
    font-weight: 300;
  }

  .blk {
    display: block;
  }


  /*
  * Header
  */

  body.elementor-editor-active #header {
    background-color: #EAE9E9;
  }

  #header * {
    transition: all 0.3s;
  }

  #header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
  }


  /*
  * Home
  */

  .accounting-section {
    background-size: calc(100% - 48%) !important;
  }

  .faq-section .e-n-accordion-item:first-child .e-n-accordion-item-title {
    border-top: 0 !important;
  }

  .faq-section .e-n-accordion-item:last-child .e-n-accordion-item-title {
    border-bottom: 2px solid #fff !important;
  }

  .faq-section .elementor-widget-text-editor ul {
    margin-bottom: 20px;
  }

  .faq-section .elementor-widget-text-editor a {
    color: inherit;
    text-decoration: underline;
  }

  .brands-section .swiper-wrapper {
    align-items: center;
  }

  .brands-section .swiper-slide-inner {
    margin: auto 20px !important;
  }

 

  /*
  * Inner Page
  */




  /*
  * Media Queries
  */

  @media (max-width: 2560px) and (min-width: 1920px) {
    
  }

  @media screen and (max-width: 1366px) {
    
  }


  @media screen and (max-width: 1024px) {

    #header .elementor-nav-menu--dropdown a {
      justify-content: flex-end;
    }

  }

  @media screen and (max-width: 767px) {
    .gform-theme--foundation .gform_fields {
      gap: 20px !important;
    }

    .accounting-section {
      background-image: none !important;
    }



  }

  @media screen and (max-width: 600px) {
    #wpadminbar {
      position: fixed;
    }

   
  }

  @media screen and (max-width: 440px) {
    #header .phone {
      display: none;
    }

    #header .btleft {
      width: 70% !important;
    }

    #header .btright {
      width: 30% !important;
    }

  }

  @media screen and (max-width: 380px) {
    .gform_wrapper .ginput_recaptcha > div {
      transform: scale(0.8);
      transform-origin: 0;
    }

 
  }
  