/*
  Global.css - All the non-default CSS goes here!
*/
#top .footer-page-content .av_inherit_color a {
  text-decoration: none;
}

#top .alternate_color .input-text,
#top .alternate_color input[type='text'],
#top .alternate_color input[type='input'],
#top .alternate_color input[type='password'],
#top .alternate_color input[type='email'],
#top .alternate_color input[type='number'],
#top .alternate_color input[type='url'],
#top .alternate_color input[type='tel'],
#top .alternate_color input[type='search'],
#top .alternate_color textarea,
#top .alternate_color select {
  border-radius: 10px;
  border-width: 2px;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 16px;
  min-height: 46px;
  font-family: 'be-vietnam-pro', Helvetica, Arial, sans-serif !important;
  color: #000 !important;
}

#top .alternate_color .input-text::placeholder,
#top .alternate_color input[type='text']::placeholder,
#top .alternate_color input[type='input']::placeholder,
#top .alternate_color input[type='password']::placeholder,
#top .alternate_color input[type='email']::placeholder,
#top .alternate_color input[type='number']::placeholder,
#top .alternate_color input[type='url']::placeholder,
#top .alternate_color input[type='tel']::placeholder,
#top .alternate_color input[type='search']::placeholder,
#top .alternate_color textarea::placeholder,
#top .alternate_color select::placeholder {
  color: #333;
}

#top label {
  font-weight: normal !important;
  font-family: 'be-vietnam-pro', Helvetica, Arial, sans-serif !important;
  color: #333;
}

.gfield_checkbox .gfield-choice-input {
  width: 40px !important;
  height: 40px !important;
  border-radius: 10px !important;
  border-width: 2px !important;
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  padding: 5px !important;
  color: #333 !important;
  font-size: 28px !important;
}

.gform_required_legend {
  display: none;
}

.gform-footer .gform_button {
  padding: 15px 20px !important;
  background-color: #FC5C4C !important;
  color: #fff !important;
  font-size: 16px !important;
  border-radius: 30px !important;
  margin: 0 auto !important;
  font-weight: normal !important;
}

/**
 * Home page, avantages slider
 */
#top .avia-content-slider-element-container .new-special-heading {
  display: none;
}

#top .av-control-minimal .avia-slideshow-arrows a.avia-svg-icon {
  border: 0 !important;
}

#top .avia-smallarrow-slider .avia-slideshow-arrows a.avia-svg-icon svg:first-child,
#top .avia-smallarrow-slider .avia-slideshow-arrows a.avia-svg-icon img[is-svg-img="true"] {
  height: 75px !important;
}

#top .avia-slideshow-arrows a {
  overflow: visible !important;
  margin-top: 25% !important;
}

@media screen and (max-width: 768px) {
  #top .avia-smallarrow-slider-heading {
    position: absolute;
    bottom: -30px;
  }

  #top .avia-content-slider-element-container .avia-slideshow-dots {
    text-align: center !important;
  }
}

@media screen and (max-width: 1280px) {
  #top .avia-smallarrow-slider-heading {
    width: 110% !important;
    margin-left: -5%;
  }

  #top .avia-slideshow-arrows a {
    margin-top: 35% !important;
  }
}

@media screen and (min-width: 767px) {
  .hide-desktop {
    display: none !important;
  }
}
