/*************************************************************************************************

 ██████╗ ██████╗ ███╗   ██╗████████╗ █████╗  ██████╗████████╗    ██████╗  █████╗  ██████╗ ███████╗
██╔════╝██╔═══██╗████╗  ██║╚══██╔══╝██╔══██╗██╔════╝╚══██╔══╝    ██╔══██╗██╔══██╗██╔════╝ ██╔════╝
██║     ██║   ██║██╔██╗ ██║   ██║   ███████║██║        ██║       ██████╔╝███████║██║  ███╗█████╗
██║     ██║   ██║██║╚██╗██║   ██║   ██╔══██║██║        ██║       ██╔═══╝ ██╔══██║██║   ██║██╔══╝
╚██████╗╚██████╔╝██║ ╚████║   ██║   ██║  ██║╚██████╗   ██║       ██║     ██║  ██║╚██████╔╝███████╗
 ╚═════╝ ╚═════╝ ╚═╝  ╚═══╝   ╚═╝   ╚═╝  ╚═╝ ╚═════╝   ╚═╝       ╚═╝     ╚═╝  ╚═╝ ╚═════╝ ╚══════╝

*************************************************************************************************/

    .gmap {
        position: relative;
        z-index: -1;
    }

    .google-map {
        padding-left: 0;
        padding-right: 0;
        height: 51rem;
    }

        .laptop .google-map {
            margin-top: 3rem;
        }

    .acf-map {
        width: 100%;
        height: 100%;
    }

    .acf-map img {
       width: auto !important;
       max-width: none;
    }

    .acf-map {
        width: 100%;
        height: 100%;
    }

        .acf-map img {
           width: auto !important;
           max-width: none;
        }

    .laptop .company-contact-details {
        margin-top: 3rem;
    }

    .top-border-red {
        position: relative;
        margin-bottom: 5rem;
    }

        .top-border-red:before {
            position: absolute;
            content: "";
            top: 0;
            height: 5px;
            background:var(--color-red);
        }

        .small .top-border-red:before {
            width: 95%;
            left: 1rem;
        }

        .tablet .top-border-red:before {
             width: 90%;
             left: 2rem;
        }

            .tablet .top-border-red:nth-child(2):before {
                width: 86%;
            }

            .tablet .top-border-red:nth-child(4):before {
                width: 86%;
            }

        .laptop .top-border-red:nth-child(2):before {
                width: 90%;
        }

    h6.info-heading {
        font-family: var(--font-bold);
        font-size: 1.5rem;
        color: var(--color-red);
        text-transform: uppercase;
        padding-top: 1.5rem;
    }

    .company-contact-details ul li {
        font-family: var(--font-semibold);
        font-size: 1.5rem;
        color: black;
    }

    .company-contact-details ul li:nth-child(1) {
        padding-bottom: 3rem;
    }

    .company-contact-details ul li:nth-child(2),
    .company-contact-details ul li:nth-child(3) {
        padding-bottom: 1.5rem;
    }

        .company-contact-details .emails-section ul {
            padding-top: 3rem;
        }

        .company-contact-details .emails-section.two ul {
            padding-top: 6rem;
        }

        .company-contact-details .emails-section ul li{
            padding-bottom: 1.5rem;
        }

    .contact-form {
        background:var(--color-grey);
        padding: 5rem 0;
    }

    .page-template-page-contact .contact-form {
        display: none;
    }

    #gform_1 {
        position: relative;
    }

        #gform_1 .ginput_container.ginput_container_text,
        #gform_1 .ginput_container.ginput_container_email,
        #gform_1 .ginput_container.ginput_container_textarea {
            display: inline-block;
            width: 80%;
        }

        #gform_1 .ginput_container.ginput_container_textarea {
            width: 80%;
        }

    .tablet li#field_1_1,
    .tablet li#field_1_2,
    .tablet li#field_1_4,
    .tablet li#field_1_5,
    .tablet li#field_1_3,
    .tablet li#field_1_6  {
        display: inline-block;
        width: 50%;
    }

    .small li#field_1_3{
        display: block;
    }

    li#field_1_1 input#input_1_1,
    li#field_1_2 input#input_1_2,
    li#field_1_3 input#input_1_3,
    li#field_1_4 input#input_1_4,
    li#field_1_5 input#input_1_5,
    li#field_1_6 textarea#input_1_6 {
        display: inline-block;
        border: 0;
        border-radius: 0;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    li#field_1_1 label.gfield_label,
    li#field_1_2 label.gfield_label,
    li#field_1_3 label.gfield_label,
    li#field_1_4 label.gfield_label,
    li#field_1_5 label.gfield_label {
        width: 20%;
        font-family: var(--font-regular);
        font-size: 1.5rem;
        text-transform: uppercase;
        color: black;
    }

        .small li#field_1_1 label.gfield_label,
        .small li#field_1_2 label.gfield_label,
        .small li#field_1_3 label.gfield_label,
        .small li#field_1_4 label.gfield_label,
        .small li#field_1_5 label.gfield_label {
            display: block;
        }

        .laptop li#field_1_1 label.gfield_label,
        .laptop li#field_1_2 label.gfield_label,
        .laptop li#field_1_3 label.gfield_label,
        .laptop li#field_1_4 label.gfield_label,
        .laptop li#field_1_5 label.gfield_label {
            display: inline-block;
        }

    li#field_1_6 label.gfield_label {
        width: 20%;
        font-family: var(--font-regular);
        font-size: 1.5rem;
        text-transform: uppercase;
        color: black;
    }

        .small li#field_1_6 label.gfield_label {
            display: block;
        }

        .laptop li#field_1_6 label.gfield_label {
            display: inline-block;
            vertical-align: top;
            line-height: 283px;
        }

    .small input#input_1_1,
    .small input#input_1_2,
    .small input#input_1_3,
    .small input#input_1_4,
    .small input#input_1_5 {
        width: 100%;
    }

    .small textarea#input_1_6 {
        width: 100%;
    }

    .laptop input#input_1_1,
    .laptop input#input_1_2,
    .laptop input#input_1_3,
    .laptop input#input_1_4,
    .laptop input#input_1_5 {
        width: 90%;
    }

    .laptop textarea#input_1_6 {
        width: 90%;
    }

    #gform_1 span.gfield_required {
        display: none;
    }

    .small #gform_1 .gform_footer.top_label,
    .small #gform_0 .gform_footer.top_label,
    .small #gform_6 .gform_footer.top_label,
    .small #gform_9 .gform_footer.top_label,
    .small #gform_10 .gform_footer.top_label  {
        position: relative;
        display: inline-block;
    }


    .tablet #gform_1 .gform_footer.top_label {
        position: absolute;
        top: 35%;
        right: 15%;
    }

    .laptop #gform_1 .gform_footer.top_label {
        top: 25%;
        right: 7%;
    }

   .gform_validation_error#gform_wrapper_1 .gform_footer.top_label {
        top: 35%;
        right: 7%;
    }

    input#input_6_1,
    input#input_6_2,
    input#input_6_3 {
        border: 0;
    }

    .laptop li#field_6_3 {
        width: 98%;
        margin-left: 1rem;
    }

    #gform_submit_button_1,
    #gform_submit_button_0,
    #gform_submit_button_5,
    #gform_submit_button_6,
    #gform_submit_button_9,
    #gform_submit_button_10 {
        position: relative;
        font-family: var(--font-bold);
        font-size: 1.4rem;
        text-transform: uppercase;
        background: var(--color-red);
        color: var(--color-white);
        border-radius: 0;
        padding: 0 2rem;
    }

        #gform_1 .gform_footer.top_label:before,
        #gform_0 .gform_footer.top_label:before,
        #gform_6 .gform_footer.top_label:before,
        #gform_9 .gform_footer.top_label:before,
        #gform_10 .gform_footer.top_label:before {
            position: absolute;
            font-family: 'icomoon'!important;
            font-size: 1.4rem;
            content: "\e903"!important;
            color: white;
            background: var(--color-brown);
            top: 0;
            padding: 1rem 1rem;
            height: 42px;
        }

        .small #gform_1 .gform_footer.top_label:before,
        .small #gform_0 .gform_footer.top_label:before {
            left: 11.7rem;
        }

        .small #gform_6 .gform_footer.top_label:before,
        .small #gform_9 .gform_footer.top_label:before,
        .small #gform_10 .gform_footer.top_label:before {
            display: none;
        }

        .laptop #gform_1 .gform_footer.top_label:before,
        .laptop #gform_0 .gform_footer.top_label:before,
        .laptop #gform_6 .gform_footer.top_label:before,
        .laptop #gform_9 .gform_footer.top_label:before,
        .laptop #gform_10 .gform_footer.top_label:before {
            display: inline-block;
            left: 100%;
        }

    div#gform_confirmation_message_1 p {
        font-family: var(--font-light);
        font-size: 2.5rem;
        color: var(--color-brown);
    }

    #gform_1 .gfield_description.validation_message {
        position: relative!important;
        left: 20%;
        border-bottom: none;
        color: var(--color-red)!important;
    }

    .gform_wrapper #gform_1 .validation_error {
        font-family: var(--font-light)!important;
        color: var(--color-red)!important;
        text-align: center;
        font-size: 1.6rem;
    }

    input#gform_submit_button_6 {
        margin-left: 1rem;
        vertical-align: top;
    }

    .laptop li#field_6_1,
    .laptop li#field_6_2 {
        display: inline-block;
        width: 48%;
        margin-left: 1rem;
    }

    #input_6_4_3,
    #input_6_4_6  {
        border: 0;
    }

    .laptop #input_6_4_3,
    .laptop #input_6_4_6 {
        width: 100%;
    }

    li#field_6_4 {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .laptop div#input_6_4 span {
        display: inline-block;
        width: 49%;
    }

    div#input_6_4 span#input_6_4_6_container,
    li#field_6_5 {
        margin-left: 1rem;
    }

    li#field_6_1,
    li#field_6_2,
    li#field_6_3 {
        margin-left: 1rem;
        margin-right: 1rem;
    }