/* Utilities */

.p-60 {
	padding: 60px;
}
.p-60-30 {
	padding: 60px 30px;
}
.gap-20 {
    gap: 20px !important;
}
.checkmark-list {
    list-style-image: url(../img/green-check.png);
    margin-left: 20px;
}
/* Free Options */

.subscription-option-free * {
    margin: 0;
}

.subscription-option-free {
    cursor: pointer;
    transition: all 300ms ease;
    padding: 15px 30px 15px 15px;
    border: 2px solid #E1E2E2;
    border-radius: 5px;
}

.subscription-option-free.selected {
    border: 2px solid #58C4C4;
    box-shadow: 2px 4px 4px rgb(0 0 0 / 25%);
}

.subscription-option-free > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subscription-option-free .icon-title-group > div {
    display: flex;
    align-items: center;
    gap: 14px;
}

.subscription-option-free .pricing {

}

.subscription-option-free .pricing sup, 
.subscription-option-free .pricing sub {
    font-size: 12px;
    font-weight: 500;
}

/* All Other Options */
.subscription-option * {
    margin: 0;
}

.subscription-option {
    cursor: pointer;
    transition: all 300ms ease;
    padding: 15px 30px 15px 15px;
    border: 2px solid #E1E2E2;
    border-radius: 5px;
    min-height: 340px;
}

.subscription-option.selected {
    border: 2px solid #58C4C4;
    box-shadow: 2px 4px 4px rgb(0 0 0 / 25%);
}

.subscription-option .icon-title-group > div {
    display: flex;
    align-items: center;
    gap: 14px;
}

.subscription-option .pricing {

}

.subscription-option .pricing sup, 
.subscription-option .pricing sub {
    font-size: 12px;
    font-weight: 500;
}

.slim-btn > a {
    font-weight: 600;
    padding: 10px 20px;
}

.best-value {
    position: relative;
}

.best-value::before {
    content: "Best Value";
    background-color: #12805C;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 8px 8px;
    position: absolute;
    top: 0;
    right: 10px;
    border-radius: 0 0 5px 5px;
}

/* Modal */
div#popmake-2386 {
}

div#modal-image {
    height: 100%;
    min-height: 685px;
    background-image:  url(../img/modal-image-water-mark.jpg);
    background-size: cover;
    background-position: center center;
    border-radius: 5px 0 0 5px;
}

div#modal-forms {
    min-height: 685px;
    padding: 40px 45px;
    height: 100%;
    overflow-x: hidden;
}

div#model-header > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

#modal-btns {
    margin-bottom: 30px;
}

#modal-btns > div {
    width: 50%;
}

#modal-btns > div > a {
    width: 100%;
}

.modal-btn {
    opacity: 0.64;
    transition: all 300ms ease;
}

.modal-btn a {
    cursor: pointer;
}

div#form-container > div {
    position: relative;
}

.modal-btn.form-on {
    opacity: 1;
}

.modal-btn.form-on a {
    cursor: default
}

.modal-form {
    position: absolute;
    transform: translateX(500px);
    transition: all 500ms ease;
}

.modal-form.form-on {
    display: block;
    transform: translateX(0);
}

.modal-form .gform_wrapper.gravity-theme .gform_fields{
    grid-row-gap: 15px;
}

div#input_6_8_container {
    flex-flow: column;
}

div#input_6_8_container > span, div#input_6_8_container > span > span {
    padding: 0;
}

#input_6_8_1_container {
    margin-bottom: 15px;
}

fieldset#field_6_12 {
    margin-top: -10px;
}

.modal-form input[type=text], 
.modal-form input[type=password], 
.modal-form input[type=email], 
.modal-form input[type=tel] {
    padding-left: 60px !important;
    border: 1px #3a425599 solid;
    border-radius: 5px;
}

.modal-form input[type=text]::placeholder, 
.modal-form input[type=password]::placeholder, 
.modal-form input[type=email]::placeholder, 
.modal-form input[type=tel]::placeholder {
    font-size: 12px;
    font-weight: 400;
    color: #5D6976;
    opacity: .5;
}

.modal-form .ginput_container,
.modal-form span.name_first,
.modal-form span.name_last,
.modal-form span.password_input_container {
    position: relative;
}

.modal-form .ginput_container_text::before,  
.modal-form .ginput_container_email::before, 
.modal-form .ginput_container_phone::before,
.modal-form span.name_first::before,
.modal-form span.name_last::before,
.modal-form span.password_input_container::before {
    position: absolute;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 100;
    font-size: 20px;
    color: #3a4255b3;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 100%;
    background-color: #ECECEC;
    border: 1px #3a425599 solid;
    border-radius: 5px 0 0 5px;
}

.modal-form .ginput_container_text::before {
    content: '\f1ad';
}  
.modal-form .ginput_container_email::before {
    content: '\40';
} 
.modal-form .ginput_container_phone::before {
    content: '\f095';
}
.modal-form span.name_first::before {
    content: '\f007';
}
.modal-form span.name_last::before {
    content: '\f007';
}
.modal-form span.password_input_container::before {
    content: '\f6f3';
}

label[for=input_1] {
    display: none !important;
}

#field_0_1 > div::before {
    content: '\40';
}

label[for=input_2] {
    display: none !important;
}

#field_0_2 > div::before {
    content: '\f6f3';
}

div#input_6_5 {
    gap: 20px;
}

div#input_6_5 >span {
    padding: 0;
}

#login-form, #login-form input:not([type=checkbox]) {
    width: 100%;
}

div#gform_fields_login {
    margin-bottom: 70px;
}

input#gform_submit_button_0 {
    margin-bottom: 0;
}

.desktop-plans-list {
    display: flex !important;
}

.mobile-plans-list {
    display: none !important;
}


@media (max-width: 1250px) {
    .desktop-plans-list {
        display: none !important;
    }

    .desktop-plans-list-free {
        display: none !important;
    }

    .mobile-plans-list {
        display: flex !important;
    }
    
    .p-60 {
        padding: 30px;
    }
}

@media (min-width: 600px) {
    .late-wrap {
        flex-wrap: nowrap !important;
    }
}

.validation_message {
    position: absolute;
    top: -21px;
    right: 7px;
    font-size: 8px !important;
    width: max-content !important;
    z-index: 999;
    padding: 2px !important;
    border-radius: 5px;
}

.gfield_error {
    position: relative;
}

.gform_validation_errors {
    display: none;
}

.validation_message::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    border-bottom: 1px solid #c02b0a;
    border-right: 1px solid #c02b0a;
    background-color: #fff9f9;
    top: 13px;
    left: 10px;
    transform: rotateZ(45deg);
}

.instruction.validation_message {
    right: 100px;
}

@media (max-width: 700px) {
    .wp-container-10.wp-block-columns.is-not-stacked-on-mobile.gap-0.mb-0 {
            justify-content: center;
    }
    .wp-container-2.wp-block-column {
        flex-basis: 0;
        display: none;
    }
    h2.has-text-align-left.m-0.has-text-color {
        font-size: 6vw !important;
    }    
}