#custom-page-builder .gform_wrapper .image-choices-field .image-choices-choice.image-choices-choice-selected
{
    border: 0 !important;
    box-shadow: inset 0 0 0 1px black !important;
    padding: 3px !important;
    border-radius: 0;
    transition: all .3s;
    margin-bottom: 0 !important;
    transform: none !important;
}
.gform_wrapper .image-choices-field .image-choices-choice.image-choices-choice-selected:after
{
    display: none !important;
    transform: none !important;
}
.form .gform_wrapper .image-choices-field .image-choices-choice.image-choices-choice-hover .image-choices-choice-image-wrap,
.form .gform_wrapper .image-choices-field .image-choices-choice-image-wrap
{
    box-shadow: none;
}
@media only screen and (max-width: 640px){
    .hero-image.full {
        height: calc(75vw)!important;
    }
}
#custom-page-builder #block__center-text {
    flex-direction: column;
    padding-bottom: 0;
    align-items: center;
    padding-top: 0;
}
#custom-page-builder #block__center-text .h1-edit {
    font-size: 90px;
    margin-bottom: 10px;
}
#custom-page-builder #block__center-text .p-edit {
    font-size: 16px;
}
.gfield_description
{
    display: none;
}
#colour_section
{
    margin-top: 150px;
}
#colour_section .data
{
    display: none;
}
#colour_section .wrap
{
    display: flex;
    width: 100%;
    padding: 0 32px;
}
#colour_section .wrap .text
{
    width: 63%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 200px;
}
#colour_section .wrap .form
{
    width: 37%;
}
#colour_section .wrap .text h2,
#colour_section .wrap .text .content
{
    max-width: 65%;
    text-align: center;
    font-size: 18px;
    line-height: normal;
}
.inside
{
    display: flex;
    flex-direction: column;
    position: sticky;
    transform: translate(0%, -50%);
    align-items: center;
    top: 50%;
}

.gform_legacy_markup_wrapper #gform_page_25_1 .gform_page_footer {
    width: 100% !important;
    position: sticky;
    bottom: 0;
    background-color: white;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid black !important;
    margin: 0 16px 0 16px !important;
}

#colour_section .wrap .form input.gform_next_button
{
    background-color: black;
    color: white;
    border: 0;
    outline: 0;
    line-height: 1;
    padding: 16px 40px;
    text-transform: uppercase;
    font-family: 'Circular', serif;
    font-weight: normal;
    display: block;
    width: 100%;
    margin: 0 auto;
}
.form .gform_wrapper .image-choices-field .image-choices-choice-image-wrap
{
    width: 75px;
    height: 97px;
}
#colour_section div.gform_wrapper
{
    margin-top: 200px;
}
#colour_section .wrap .form
{
    border-left: 1px solid black;
}
.gform_legacy_markup_wrapper ul.gform_fields li.gfield
{
    margin-bottom: 175px !important;
}
#colour_section .wrap .text h2
{
    font-family: 'Antwerp', serif;
    font-size: 36px;
}
.image-choices-choice-image-wrap
{
    aspect-ratio: 3 / 4;
    border-radius: 0 !important;
}
#custom-page-builder .gform_wrapper .image-choices-field .image-choices-choice
{
    margin: 0 !important;
    padding: 3px !important;
    width: 100%;
    height: auto;
}
#custom-page-builder .gform_wrapper .top_label li ul.gfield_checkbox
{
    display: grid;
    grid-template-columns: repeat(4, 83px);
    justify-items: center;
    width: auto !important;
    column-gap: 8px;
    row-gap: 12px;
}
#custom-page-builder div.gform_wrapper form .gform_body ul li input:not([type="submit"]):not([type="radio"])
{
    display: none;
}
#custom-page-builder .gform_wrapper .image-choices-field.image-choices-show-labels .image-choices-choice-text
{
    position: relative;
    padding: 0;
    text-align: left;
    font-family: 'Circular', serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    transform: unset;
    left: unset !important;
    bottom: unset !important;
    color: black !important;
}
div.gform_wrapper form .gform_body ul li
{
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 1280px)
{
    #colour_section .wrap .text
    {
        width: 50%;
    }
    #colour_section .wrap .form
    {
        width: 50%;
    }
    #colour_section .wrap .text .content
    {
        max-width: 85%;
    }
}

@media only screen and (max-width: 768px)
{
    .gform_legacy_markup_wrapper .gform_heading{
        display: none;
    }
    .gform_legacy_markup_wrapper #gform_page_25_1 .gform_page_footer
    {
        margin: 0 !important;
    }
    #colour_section .wrap .form #gform_page_25_1 input.gform_next_button
    {
        margin: 0 !important;
    }

    .gform_legacy_markup_wrapper ul.gform_fields li.gfield
    {
        margin-bottom: 100px !important;
    }
    .gform_legacy_markup_wrapper .field_description_below .gfield_description{
        padding: 0;
    }
    #colour_section div.gform_wrapper
    {
        margin-top: 0;
    }
    #colour_section .wrap
    {
        padding: 0 16px;
    }
    #custom-page-builder #block__center-text {
        align-items: start;
    }
    .gfield_description
    {
        display: block;
        text-align: left;
    }
    .ginput_container.ginput_container_checkbox {
        width: 100%
    }
    #custom-page-builder .gform_wrapper .top_label li ul.gfield_checkbox {
        grid-template-columns: repeat(auto-fit, 83px);
    }
    div.gform_wrapper form .gform_body ul li
    {
        justify-content: center;
        flex-direction: column-reverse;
        align-items: center;
        row-gap: 50px;
    }
    #colour_section .wrap
    {
        flex-direction: column;
    }
    #colour_section .wrap .text
    {
        display: none !important;
    }
    #colour_section .wrap .form
    {
        width: 100%;
        border-left: 0;
    }
    #colour_section
    {
        margin-top: 50px !important;
    }
    .gfield_description p {
        text-align: left;
    }

    #colour_section .wrap .text .content,
    #colour_section .wrap .text h2
    {
        text-align: left;
    }

    #custom-page-builder .gform_wrapper .image-choices-field.image-choices-show-labels .image-choices-choice-text {
        white-space: nowrap;
    }
}

