.elementor-833 .elementor-element.elementor-element-56759bc3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-833 .elementor-element.elementor-element-6e03fbaf > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 30px 0px 30px;}}@media(max-width:1024px) and (min-width:768px){.elementor-833 .elementor-element.elementor-element-56759bc3{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-6e03fbaf *//*form page contact us and single offices pages*/


.form-offices .gform_fields {
    column-gap: 15px !important;
    row-gap: 20px !important;
}

/* asteriks*/
.form-offices .gform_required_legend {
    display: none !important;
}

.form-offices .gfield_required_asterisk {
    color: var(--e-global-color-text) !important;
}

/*inputs*/

.form-offices input,
.form-offices .textarea {
    border: 1px solid #a3a3a3 !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    padding: 8px 17px !important;
    font-size: 14px !important;
    color: #A3A3A3 !important;
}

.form-offices input:focus,
.form-offices .textarea:focus {
    /*outline: none !important;*/
    color: var(--e-global-color-text) !important;
    
}

/*label*/
.form-offices .gfield_label {
    color: var(--e-global-color-text) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}


/* Remove the default appearance */
.form-offices .gfield_select {
    -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: none !important;
    border-radius: 0px !important;
    padding: 0px 17px !important;
    cursor: pointer;
    color: #A3A3A3 !important;
    /*box-shadow: none !important;*/
}

/* Custom caret using */

.form-offices .ginput_container_select {
  position: relative;
  
}

.form-offices .gfield_select {
    border: 1px solid #a3a3a3 !important;
}

.form-offices .ginput_container_select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid var(--e-global-color-accent);
  z-index: 0;
}



.form-offices .gfield_select:focus {
    border-color:#0000; 
    outline: none;  
}

.form-offices #gform_submit_button_1 {
    padding: 13px 74px !important;
    background-color: var(--e-global-color-accent) !important;
    font-size: 16px  !important;
    color: var(--e-global-color-primary) !important;
}



.form-offices #gform_submit_button_1:hover {
     background-color: var(--e-global-color-c06dab5) !important;
}

/*date*/
.form-offices .gfield--input-type-datepicker .ginput_container_date input {
    width: 100% !important;
}

/*text*/
 
.form-offices .gfield--type-html {
    color: var(--e-global-color-text) !important;
    font-size: 14px !important; 
}/* End custom CSS */