/*--- Gravity Forms---*/
.gform_wrapper {
    width: 90%;
    margin: auto;
}
.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select, .gform_wrapper option {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #ffffff;
    font-size: 20px;
    color: #ffffff;
    caret-color: #ffffff;
}
.gform_wrapper input:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
    border-bottom: 2px solid #ffffff !important;
    color: #ffffff !important;
    outline: none;
    box-shadow: none;
}
/* Keep autofilled fields white text on transparent background */
.gform_wrapper input:-webkit-autofill,
.gform_wrapper input:-webkit-autofill:hover,
.gform_wrapper input:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    transition: background-color 9999s ease-in-out 0s;
    caret-color: #ffffff;
}
.gform_wrapper .gform_button.button {
    font-size: 18px;
    padding: 6px 20px;
    color: #000000 !important;
    background-color: #ffffff;
    border: 2px solid #fff;
    transition: all 0.2s ease;
}
.gform_wrapper .gform_button.button:hover {
    background: transparent;
    color: #ffffff !important;
    cursor: pointer;
    filter: none;
}
body .gform_wrapper select {
    height: 62px !important;
}
body .gform_wrapper .datepicker {
    width: 150px !important;
}
.gform_wrapper .gform_footer {
    display: flex;
    justify-content: flex-end;
}
.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder,
.gform_wrapper select::placeholder {
    font-size: 18px;
    color: #ffffff;
    opacity: 0.6;
}
.gfield_radio input[type="radio"] {
    position: absolute !important;
    left: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}
.gfield_radio {
    display: flex !important;
    flex-direction: row !important;
    gap: 12px;
    flex-wrap: wrap;
}
.gfield_radio .gchoice {
    display: inline-flex !important;
    width: auto !important;
    min-width: fit-content !important; 
    margin: 0 !important;
    flex-shrink: 0 !important;        
}
.gfield_radio .gchoice label {
    display: inline-block;
    padding: 8px 16px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: transparent;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    width: auto;
    transition: all 0.2s ease;
    font-size: 14px;
    box-sizing: border-box;
    line-height: 1.2;
	min-width: fit-content !important;
}
.gfield_radio input[type="radio"]:checked + label {
    background: #fff;
    color: #000;
}
.gfield_radio .gchoice label:hover {
    background: #ffffff;
    color: #000000;
}
.gfield--type-date .gfield_label {
    color: #ffffff !important;
}
.mobile_menu_bar:before {
    color: #ffffff !important;
}
.gfield--type-number .gfield_label {
    color: #ffffff !important;
}
.gform_wrapper option {
    color: #000000;
    background-color: #ffffff;
}
.gform_confirmation_message {
    color: #ffffff !important;
}
@media (max-width: 600px) {
    .gfield_radio {
        gap: 8px;
    }
    .gfield_radio .gchoice label {
        padding: 8px 14px;
        font-size: 14px;
    }
}
@media (max-width: 400px) {
    .gfield_radio {
        flex-direction: column !important;
    }
    .gfield_radio .gchoice {
        width: 100% !important;
    }
    .gfield_radio .gchoice label {
        display: block;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
    }
}
/*--- Gravity Forms: Form 3 (Subscribe Form) ---*/
#gform_wrapper_3 {
    width: 350px;
    max-width: 100%;
    margin: auto;
}
#gform_wrapper_3 .gform_footer {
    justify-content: center;
}
#gform_wrapper_3 input,
#gform_wrapper_3 textarea,
#gform_wrapper_3 select {
    border-bottom: 2px solid #000000 !important;
    color: #000000 !important;
    caret-color: #000000;
}
#gform_wrapper_3 input:focus,
#gform_wrapper_3 textarea:focus,
#gform_wrapper_3 select:focus {
    border-bottom: 2px solid #000000 !important;
    color: #000000 !important;
    outline: none;
    box-shadow: none;
}
#gform_wrapper_3 input:-webkit-autofill,
#gform_wrapper_3 input:-webkit-autofill:hover,
#gform_wrapper_3 input:-webkit-autofill:focus {
    -webkit-text-fill-color: #000000 !important;
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
    transition: background-color 9999s ease-in-out 0s;
    caret-color: #000000;
}
#gform_wrapper_3 input::placeholder,
#gform_wrapper_3 textarea::placeholder {
    color: #000000 !important;
    opacity: 0.6;
}
#gform_wrapper_3 .gform_button.button {
    color: #ffffff !important;
    background-color: #000000 !important;
    border: 2px solid #000000 !important;
}
#gform_wrapper_3 .gform_button.button:hover {
    background: transparent !important;
    color: #000000 !important;
}
#input_3_1 {
  text-align: center;
}