/*
Theme Name: Illawarra Engineering Services
Theme URI: https://github.com/elementor/hello-theme/
Description: Illawarra Engineering Services 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: illawarra-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 {
    row-gap: 15px !important;
  }

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

  .gform_wrapper .gfield_label {
    margin-bottom: 10px !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 #cecece !important;
    background-color: #F9F9F9 !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: 55px !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 auto;
  }

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

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

  .gform_wrapper .gform_button.button {
    background-color: #2C2C2C !important;
    color: #F5F5F5 !important;
    font-size: 16px !important;
    font-family: "Barlow-Local", Sans-serif !important;
    font-weight: 400 !important;
    margin: 0 0 0 auto !important;
    border-radius: 8px !important;
    height: 51px !important;
    max-width: 100px;
    width: 100% !important;
    display: block !important;
  }

  .gform_wrapper .gform_button.button:hover {
    background-color: #0559B4 !important;
    color: #F5F5F5 !important;
  }


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


  /*
  * Header
  */

  #header * {
    transition: all 0.3s ease;
  }

  #header.sticky {
    border-bottom: 1px solid #B9B9B9;
  }

  #header.sticky .elementor-widget-theme-site-logo img {
    max-width: 107px;
  }

  #header .elementor-nav-menu--main .elementor-item::after {
    width: 25px;
  }

  #header .elementor-button {
    min-width: initial;
  }

  #header .elementor-button .elementor-button-wrapper {
    align-items: center;
  }

  #header .elementor-button svg {
    width: 28px;
    height: 28px;
  } 
   
  #header .sub-menu {
    border: 0;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    max-width: 206px;
    width: 100%;
    padding: 0 10px;
  }

  #header .sub-menu li {
    text-align: center;
  }

  #header .sub-menu li a {
    border: 0;
    justify-content: center;
  }

  /*
  * Footer
  */
  #ftop .ft-menu .elementor-item {
    display: inline-block;
  }

  /*
  * Home
  */
  .home .footer-bottom {
    flex-direction: column-reverse !important;
  }

  /*
  * Inner Page
  */
  .project-summary ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

  .project-summary li {
    color: #000000;
    font-family: "Barlow-Local", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    width: 48%;
  }

  .project-summary li strong {
    display: block;
    color: #0559B4;
    font-weight: 700;
  }

  .single-project .elementor-slideshow__title {
    display: none !important;
  }


  /*
  * Media Queries
  */



  @media screen and (max-width: 1366px) {
    #header .elementor-button svg {
      width: 24px;
      height: 24px;
    }

  }


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

    #header .elementor-nav-menu--dropdown .elementor-nav-menu > li {
      border-bottom: 0 !important;
    }

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

    #header .elementor-nav-menu--dropdown li:not(.menu-item-has-children) a {
      padding-right: 48px;
    }

    #header .sub-menu {
      max-width: 100%;
      margin: 0 auto;
      padding: 0;
    }

    #header .sub-menu li a {
      justify-content: flex-end;
    }

  }

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


  }

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

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

    .site-banner .top-text {
      max-width: 280px !important;
    }

    .site-banner h4 {
      font-size: 16px !important;
    }    

    .site-banner h1 {
      font-size: 24px !important;
    }

    #ftop h3 {
      font-size: 19px;
    }

    #ftop .ft-menu .elementor-item,
    #ftop .ft-info p {
      font-size: 14px;
    }

    #ftop .col.ft-logo,
    #ftop .col.ft-info {
      width: 50%;
    }

    #ftop .ft-info p a {
      font-size: 21px ;
    }

    #ft-bot .e-con-inner {
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    #ft-bot .e-con-inner p{
      font-size: 16px;
      text-align: center;
    }
  }

  @media screen and (max-width: 415px) {
    #header .elementor-button {
      font-size: 14px;
    }

    #header .elementor-button svg {
      width: 16px;
      height: 16px;
    }
  }

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

 
  }
  