/*======================================
Theme Name: Alunizar
Description: Child theme by Alunizar Studio.
Version: 1.0
Author: Alunizar Studio
Author URI: https://www.alunizarstudio.com/
Template: Divi
======================================*/

.alzr-emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.nf-form-fields-required,
.ninja-forms-req-symbol,
.nf-error-msg {
  display: none;
}

.nf-form-cont .nf-field-label label {
  font-weight: 500;
}

.nf-form-cont .ninja-forms-field,
.nf-form-cont .nf-field-label {
  font-size: 16px;
}

.nf-form-cont .ninja-forms-field,
.nf-form-cont .ninja-forms-field:focus {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 1px solid rgba(0,0,0,0.18);
}

.nf-form-cont .nf-error .ninja-forms-field {
  box-shadow: none;
  border-color: none;
}

.nf-form-cont .textarea-container textarea {
  max-height: 100px;
}

.nf-form-cont .checkbox-container .nf-field-label {
  padding-left: 2px;
}

.nf-form-cont .checkbox-container label {
  font-weight: 300;
}

.nf-form-cont .checkbox-container .nf-field-element input {
  vertical-align: top;
  margin-top: 10px;
}

.nf-form-cont .submit-container {
  text-align: right;
}

.nf-form-cont  .submit-container input {
  padding: 10px 30px;
  background-color: transparent;
  border: 4px solid #4ec5c1 !important;
  color: #4ec5c1;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.nf-form-cont .submit-container input:hover {
  background-color: #4ec5c1;
  color: #fff;
}
