/*Forms*/

.page-template-template-form .nice-select,
.page-template-template-form-message .nice-select,
.forms .nice-select{
    margin-bottom: 0!important;
}

.gform_body .gfield {
    margin-bottom: 15px !important;
}

.gform_body .gfield.form-control {
    height: auto!important;
}

.gform_body .gfield label,
.gform_body .gfield .gfield_label {
    display: inline-block;

    font-family: "PT Sans Narrow";
    font-size: 18px !important;
    font-weight: 700;
    color: #fff;

    max-width: 100%;
    margin-bottom: 5px;
    border:none;
}

.gform_body .nice-select.gfield_select,
.gform_body .gfield input {
    background: rgba(16, 16, 16, 0.8) !important;
    width: 100% !important;
    height: auto;
    border-radius: 6px;
    padding: 5px 0 5px 20px !important;
    color: #fff;
    line-height: 40px !important;
    border-color: rgba(255, 255, 255, 0.3);
    outline: none;
}

.gform_body .nice-select.gfield_select:focus,
.gform_body .gfield input:focus,
.gform_body .nice-select.gfield_select:focus-visible,
.gform_body .gfield input:focus-visible {
    border-color: #F5A92C;
}

.gform_wrapper.gravity-theme .gsection {
    font-size: 24px;
    margin-top: 50px;
    border-bottom: none !important;
}

.ginput_container_radio .gfield_radio .gchoice{
    display: inline-block;
    margin-right: 15px;
}

.gfield-choice-input[type=radio]:checked, .gfield-choice-input[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}

.gfield-choice-input[type=radio]:checked + label, .gfield-choice-input[type=radio]:not(:checked) + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
}

.gfield-choice-input[type=radio]:checked + label:before, .gfield-choice-input[type=radio]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 24px;
    height: 24px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    background: transparent;
}

.gfield-choice-input[type=radio]:checked + label:before {
    border-color: #f5a92c;
}

.gfield-choice-input[type=radio]:checked + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #f5a92c;
    position: absolute;
    top: 4px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gfield-choice-input[type=radio]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #f5a92c;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.gfield-choice-input[type=radio]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gfield-choice-input[type=checkbox] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.gfield-choice-input[type=checkbox] + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.gfield-choice-input[type=checkbox] + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 24px;
    height: 24px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

.gfield-choice-input[type=checkbox]:hover + label:before {
    border-color: #f5a92c;
}

.gfield-choice-input[type=checkbox]:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.gfield-choice-input[type=checkbox]:checked + label:before {
    border-color: #f5a92c;
}

.gfield-choice-input[type=checkbox]:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

.gfield-choice-input[type=checkbox]:disabled + label:before {
    box-shadow: none;
    background: rgba(0, 0, 0, 0.5);
}

.gfield-choice-input[type=checkbox]:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 12px;
    background: #f5a92c;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #f5a92c, 4px 0 0 #f5a92c, 4px -2px 0 #f5a92c, 4px -4px 0 #f5a92c, 4px -6px 0 #f5a92c, 4px -8px 0 #f5a92c;
    transform: rotate(45deg);
}

.gform_button {
    background: #F5A92C;
    width: 100%;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    color: #523F20;
    padding: 15px 40px;
    margin-bottom: 50px;
    position: relative;
    transition: all 0.3s;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    border: 0;
    transition: all 0.3s;
}

.gform_button:hover {
   background-color: #fff;
   color: #F5A92C;;
}
.gf_login_links{
  text-align: center;
}
.gf_login_links br{
  display: none;
}
.gf_login_links a{
  padding: 0 10px;
}
.gf_login_links a:first-child{

}
