  /*
Theme Name: Ironistic Framework
Theme URI: https://www.ironistic.com
Author: Ironistic
Author URI: https://www.ironistic.com
Description: Ironistic WordPress Theme
Version: 2.0.0
Text Domain: ironstrap
*/

.members-access-error {
	padding: 4rem 0;
}

.gpnf-nested-entries-container .gpnf-nested-entries th {
	background-color: #1f2d52;
	border-color: #1f2d52;
}

.tingle-modal .tingle-modal-box .gpnf-modal-header {
	background-color: #1f2d52 !important;
}

.tingle-modal .tingle-modal-box__footer .tingle-btn--primary {
	color: #fff;
	background-color: #2398B6;
    border-color: #2398B6;
	border-radius: 0;
}
.tingle-modal .tingle-modal-box__footer .tingle-btn--primary:hover,
.tingle-modal .tingle-modal-box__footer .tingle-btn--primary:focus,
.tingle-modal .tingle-modal-box__footer .tingle-btn--primary:active {
	background-color: #39AB84;
    border-color: #39AB84;
}
.tingle-modal .tingle-modal-box__footer .tingle-btn--default {
    color: #fff;
    background-color: #39AB84;
    border-color: #39AB84;
	border-radius: 0;
}
.tingle-modal .tingle-modal-box__footer .tingle-btn--default:hover,
.tingle-modal .tingle-modal-box__footer .tingle-btn--default:focus,
.tingle-modal .tingle-modal-box__footer .tingle-btn--default:active {
	background-color: #78BFAD;
    border-color: #78BFAD;
}

.total_field input {
    border: none !important;
    padding: 0 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    cursor: unset !important;
    outline: none !important;
}
.total_field input:focus,
.total_field input:active,
.total_field input:hover,
.total_field input:focus-visible {
    border: none !important;
    padding: 0 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    cursor: unset !important;
    outline: none !important;
}


.total_field {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border: solid;
    background: #2c9ea4;
    color: white;
}
.total_field .ginput_container {
    text-align-last: right;
}
.total_field input[type="text"],
.total_field input[type="number"]{
    color: white;
    background: #2c9ea4;
    width: fit-content !important;
    text-align-last: right;
    height: 100%;
}

#gform_5 .gfield_choice_all_toggle,
#gform_5 .gform_next_button,
#gform_5 .gform_previous_button,
#gform_5 .gpnf-add-entry {
    color: #ffffff;
    border: 1px solid transparent;
    padding: .567rem 1.591rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#gform_5 .gfield_choice_all_toggle,
#gform_5 .gform_previous_button {
	background-color: #78bfad;
    border-color: #78bfad;
}

#gform_5 .gfield_choice_all_toggle:hover,
#gform_5 .gfield_choice_all_toggle:focus,
#gform_5 .gfield_choice_all_toggle:active,
#gform_5 .gform_previous_button:hover,
#gform_5 .gform_previous_button:focus,
#gform_5 .gform_previous_button:active {
    background-color: #5eb39d;
    border-color: #55af98;
}

#gform_5 .gform_next_button,
#gform_5 .gpnf-add-entry {
    color: #fff;
    background-color: #2398b6;
    border-color: #2398b6;
}

#gform_5 .gform_next_button:hover,
#gform_5 .gform_next_button:focus,
#gform_5 .gform_next_button:active,
#gform_5 .gpnf-add-entry:hover,
#gform_5 .gpnf-add-entry:focus,
#gform_5 .gpnf-add-entry:active {
    background-color: #39ab84;
    border-color: #39ab84;
}

#gform_4 .percentbar_blue {
    background-color: #5BA886;
}

#field_5_83 p:first-child {
    font-family: dunbar-low, sans-serif;
    font-weight: 400;
    color: #1f2d52;
    font-size: 3.25rem;
    line-height: 1.3;
}

#field_5_84 p {
    font-family: dunbar-low, sans-serif;
    font-weight: 400;
    color: #1f2d52;
    font-size: 2.625rem;
    line-height: 1.3;
    color: #39ab84;
}

.gpnf-row-actions ul .edit::before,
.gpnf-row-actions ul .delete::before {
    display:none ;
}
.gpnf-nested-entries {
    border-radius: 10px 10px 0 0;
}

.gpnf-nested-entries-container .gpnf-nested-entries thead th {
    background-color: #39ab84;
    border-color: #39ab84;
}
.gpnf-nested-entries thead th:first-child {
    border-radius: 10px 0 0 0;
}
.gpnf-nested-entries thead th:last-child {
    border-radius: 0 10px 0 0;
}

#input_4_58 .gchoice {
    margin-bottom: 10px; 
}

<style>
@media screen and (min-width: 1000px) {
.column_field {
    display: flex;
}
.column_field .gfield_label {
    width: 70%;
}
.column_field .ginput_container {
    width: 30%;
    text-align-last: center;
}
.indented .gfield_label {
    padding-left: 20px;
}
.column_input {
    display: flex;
}
.column_input .gfield_label {
    width: 70%;
}
.column_input .ginput_container {
    width: 40%;
    padding-left: 20px;
}
.column_input .gfield_description.instruction {
    display: none;
}
}


@media screen and (max-width: 1000px) {
  .number_instructions {display: none;}
}

.gform_wrapper.gravity-theme .gfield_checkbox .gchoice .gfield-choice-input,
.gform_wrapper.gravity-theme .gfield_checkbox .gchoice label {
	vertical-align: top;
}