/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


a {
  outline: none;
}
.advantium-forms_wrapper {
  padding: 50px 0;
}

.advantium-forms_wrapper > .gform_heading > .gform_required_legend {
  display: none ;

}
.advantium-forms_wrapper fieldset {
    padding: 0;
    border: none;
}
.advantium-forms_wrapper .gfield--width-half  {
    width: 44%;
    float: left;

}
.advantium-forms_wrapper .gfield--width-half:nth-child(2), .advantium-forms_wrapper .gfield--width-half:nth-child(4) {
    margin-left: 10%
}
.advantium-forms_wrapper .gfield {
  margin-bottom: 60px;
}
.advantium-forms_wrapper .gform_submission_error {
    font-size: 16px;
}
.advantium-forms_wrapper .gform_validation_errors ol {
    margin-bottom: 30px
}
.advantium-forms_wrapper .gform_validation_errors ol li {

    margin-bottom: 5px

}
.advantium-forms_wrapper .gform_validation_errors ol li a {
  font-size: 14px;

}
.advantium-forms_wrapper .gform_validation_errors ol li a:hover {
  text-decoration: underline;
  color: #18332F;
}
.advantium-forms_wrapper .gfield .validation_message.gfield_validation_message {
    display: none !important;
}
.advantium-forms_wrapper .gfield.gfield_error.gfield_contains_required input, .advantium-forms_wrapper .gfield.gfield_error.gfield_contains_required textarea {
    border-color: red !important;
}
.advantium-forms_wrapper .ginput_container_textarea textarea {
  max-height: 100px;
}
.advantium-forms_wrapper .gfield .gfield_required_asterisk {
  color: #44D62C;
  margin-left: 5px;
}
.advantium-forms_wrapper .gfield input, .advantium-forms_wrapper .gfield textarea {
  outline: none;
}
.advantium-forms_wrapper .gfield_label {
  font-weight: bold;
  font-size: 14px;
  color: #212721;
}
.advantium-forms_wrapper .gfield--type-choice legend {
  display: none;

}
.advantium-forms_wrapper .gfield--type-choice label {
  font-weight: 400;
}
.advantium-forms_wrapper .gfield--type-choice label a {
  text-decoration: underline;
  color: #44D62C;
}
.advantium-forms_wrapper .gfield--type-choice label a:hover {
  text-decoration: none;


}

/*** custom checkboxes ***/
.advantium-forms_wrapper .gfield--type-choice label {
    position: relative;
    cursor: pointer ;

    display: block;
    transition: all 0.5s ease-out;
}



.advantium-forms_wrapper .gfield--type-choice label  {
    padding-left: 30px;
    display: block;
}

.advantium-forms_wrapper .gfield--type-choice input[type=checkbox] {
    display: none;
}

/* to hide the checkbox itself */
.advantium-forms_wrapper .gfield--type-choice input[type=checkbox] + label:before {
    content: "";
    border: 2px solid #18332F;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    transition: all 0.3s ease-out;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

/* unchecked icon */
.advantium-forms_wrapper .gfield--type-choice input[type=checkbox] + label:before {
}

/* space between checkbox and label */
.advantium-forms_wrapper .gfield--type-choice input[type=checkbox]:checked + label:before {
    content: "";
    background: #000;
    border-color: #44D62C;
    border-width: 3px;
    text-align: center;
    height: 20px;
    width: 20px;
}

.advantium-forms_wrapper .gform_footer {
  display: inline-block;
  position: relative;

}
.advantium-forms_wrapper .gform_footer input {
    padding: 15px 37px  15px 21px !important;
}

.advantium-forms_wrapper .gform_footer:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    content: "";
    background: url('images/arrow.svg') no-repeat;
    background-size: 13px 9px;
    width: 13px;
    height: 9px

}
@media screen and (max-width: 600px) {
  .advantium-forms_wrapper .gfield--width-half  {
      width: 100%;
      float: left;

  }
  .advantium-forms_wrapper .gfield--width-half:nth-child(2), .advantium-forms_wrapper .gfield--width-half:nth-child(4) {
      margin-left: 0%
  }
}
.advantium-forms_wrapper .gform_ajax_spinner {
    position: absolute ;
    bottom: 14px;
    right: -25px;
}

/* Breadcrumbs */
.breadcrumbs {

}
.breadcrumbs .custom-arrow {
  margin: 0 3px;

  font-size: 12px;

}
.breadcrumbs a {
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
.breadcrumbs .current-item {
  color: #44D62C;
}
.wbreak .elementor-heading-title span {
  display: block;
  margin-left: 80px;
}
@media screen and (max-width: 480px) {
  .wbreak .elementor-heading-title span {
    display: block;
    margin-left: 15px;
  }
}
