.elementor-kit-5{--e-global-color-primary:#37415F;--e-global-color-secondary:#384160;--e-global-color-text:#696969;--e-global-color-accent:#F7AF37;--e-global-color-0c6e064:#FFFFFF;--e-global-color-de6d865:#7FB734;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:2.875rem;--e-global-typography-primary-font-weight:200;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:1.25rem;--e-global-typography-secondary-font-weight:200;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
    overflow-x: hidden;
}

.h3-footer h3::after {
    margin-top: 8px;
    content: '';
    width: 133px;
    height: 4px;
    background: #F7AF37;
    display: block;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

h2::after {
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    content: '';
    width: 281px;
    height: 8px;
    background: #F7AF37;
    display: block;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.slider-subheader span:after,
.slider-subheader span:before
{
    content: '';
    width: 125px;
    height: 2px;
    background: #F7AF37;
    display: inline-block;
    vertical-align: middle;
}

.slider-subheader span:after {
    margin-left: 45px;
}
.slider-subheader span:before {
    margin-right: 45px;
}

@media (max-width: 767px) {
    .slider-subheader span:after,
    .slider-subheader span:before
    {
        width: 33px;
    }

    .slider-subheader span:after {
        margin-left: 10px;
    }
    .slider-subheader span:before {
        margin-right: 10px;
    }
}


.menu-footer a:hover,
.header-nav a:hover {
    color: var( --e-global-color-accent ) !important;
    fill: var( --e-global-color-accent ) !important;
}

.gumience-nav a:hover {
    color: #72bf44 !important;
    fill: #72bf44 !important;
}

.aktualne-cta div.elementor-cta__title::before,
div.header-zrealizowane::before,
.breadcrumbs p::before {
    content: '';
    position: absolute;
    background-image: url('https://nowegumience.dfirma.pl/wp-content/uploads/2022/09/ozdobnik-lewy.svg');
}

.aktualne-cta div.elementor-cta__title::before {
    left: -35px;
    top: 15px;
    width: 25px;
    height: 25px;
}

.breadcrumbs p::before {
    left: -25px;
    top: 2px;
    width: 18px;
    height: 18px;
}

div.header-zrealizowane::before {
    left: -35px;
    top: 5px;
    width: 25px;
    height: 25px;
}

div.fixed-icon-orange::before,
div.fixed-icon-blue::before {
    content: '';
    position: absolute;
    width: 65px;
    height: 65px;
}

div.fixed-icon-orange::before {
    background-image: url('https://nowegumience.dfirma.pl/wp-content/uploads/2022/09/ozdobnik-lewy.svg');
}

div.fixed-icon-blue::before {
    background-image: url('https://nowegumience.dfirma.pl/wp-content/uploads/2022/09/ozdobnik-lewy-blue.svg');    
}

@media (max-width: 767px) {
    div.fixed-icon-orange::before,
    div.fixed-icon-blue::before {
        width: 45px;
        height: 45px;
    }
    
    #fixed-social-icons {
        top: 66vh;
    }
}

/* Contact form*/

div.contact-form-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    
    font-family: Poppins;
    font-weight: 200;
}

#gumience-pop-form div.contact-form-container {
    flex-direction: column;
    gap: 16px;
}

div.contact-form-container a {
    color: #333;
}

div.contact-form-accepts {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.wpcf7-acceptance {
    margin-bottom: 1rem;
}

div.contact-form-first-col,
div.contact-form-second-col {
    display: flex;
    flex-direction: column;
    width: 50%;
    
}

div.contact-form-first-col {
    padding-right: 20px;
    justify-content: space-between;
}

div.contact-form-second-col {
    padding-left: 20px;
    justify-content: center;
}


@media (max-width: 767px) {
    div.contact-form-first-col,
    div.contact-form-second-col {
      width: 100%;
      padding-left: 0px;
      padding-right: 0px;
      gap: 10px;
      margin-bottom: 20px;
    }
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    padding: 15px;
    border-radius: 0;
    border-color: var( --e-global-color-accent );
}

.wpcf7 textarea {
    padding-bottom: 0;
}

.wpcf7 input[type="text"]:focus {

}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    font-family: Poppins;
    font-weight: 400;
    
}

   span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
  }
   .wpcf7 .wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
  }
  
   .wpcf7 .wpcf7-list-item label {
    position: relative;
    cursor: pointer;
  }
   .wpcf7 .wpcf7-list-item input[type="checkbox"] {
    /*position: relative;*/
    position: absolute;
    visibility: hidden;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
  }
   .wpcf7 .wpcf7-list-item input[type="checkbox"] + span {
    /* border: 3px solid red; */
  }
  
   .wpcf7 .wpcf7-list-item input[type="checkbox"] + span:before {
    display: block;
    position: absolute;
    content: "";
    border-radius: 0;
    height: 30px;
    width: 30px;
    top: 0px;
    left: 0px;
    border: 1px solid var( --e-global-color-accent );
  }
  
   .wpcf7 .wpcf7-list-item input[type="checkbox"] + span:after {
    display: block;
    position: absolute;
    content: "\2713";
    height: 30px;
    width: 30px;
    top: 0;
    left: 0;
    visibility: hidden;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    color: var( --e-global-color-accent );
  }
  
   .wpcf7 .wpcf7-list-item input[type="checkbox"]:checked + span:before {
    background: transparent;
  }
  
   .wpcf7 .wpcf7-list-item input[type="checkbox"]:checked + span:after {
    visibility: visible;
  }
  
     .wpcf7-list-item-label {
    margin-left: 40px;
    display: inline-block;
    text-align: justify;
    font-size: 14px;
  }
  
  div.contact-form-submit {
      display: flex;
      flex-direction: column;
      width: 100%;
  }
  
     .wpcf7-submit {
    border-radius: 0;
    border-color: var( --e-global-color-accent );
    color: #002661;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;

  }
  
     .wpcf7-submit:hover {
        background-color: var( --e-global-color-primary );
        border-color: var( --e-global-color-primary );
  
  }
  
  .gdpr-text {
      text-decoration: underline;
  }
  
  #atuty-inwestycji svg path,
  #zalety-domow svg path{
      fill: #7fb734;
  }/* End custom CSS */