HEX
Server: Apache/2
System: Linux cp07.iserverteam.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: fliyingp (1085)
PHP: 7.4.33
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/fliyingp/domains/fliyingpigeon.hk/public_html/wp-content/themes/ocean-theme/footer.scss
.footer {
    background: #001C36;
    padding-bottom: 48px;
    &__content {
        display: flex;
        flex-flow: column;
        gap: 84px;
    }

    &__head {
        padding: 28px;
        svg {
            width: 100%;
            height: auto;
        }
    }

    &__body {
        padding: 0 80px;

        display: flex;
        flex-flow: row;
        justify-content: space-between;
    }

    &__body-right {
        display: flex;
        flex-flow: column;
        gap: 28px;

        .footer__contacts-link {
            padding-left: 10px;
        }
    }

    &__social-media {
        display: flex;
        flex-flow: row;
        gap: 8px;

        img {
            width: 40px;
            height: 40px;
            aspect-ratio: 1;
        }
    }

    &__body-left {
        display: flex;
        flex-flow: column;
        gap: 48px;
    }

    &__contacts-block {
        display: flex;
        flex-flow: column;
        gap: 8px;
    }

    &__contacts-link {
        display: flex;
        flex-flow: row;
        align-items: center;
        gap: 8px;
        font-family: Geist;
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
        letter-spacing: 0.5px;
        text-align: center;
        text-decoration: none;
        color: #94A9B5;
    }


    &__body-middle {
        display: flex;
        flex-flow: row;
        gap: 84px;
    }

    &__body-middle-list {
        display: flex;
        flex-flow: column;
        gap: 8px;

        a {
            font-family: Geist;
            font-weight: 400;
            font-size: 18px;
            line-height: 120%;
            letter-spacing: 0.5px;
            text-align: left;
            text-decoration: none;
            color: #94A9B5;
        }
    }

    &__bottom {
        padding: 0 80px;
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        align-items: center;
    }

    &__bottom-middle {
        display: flex;
        flex-flow: column;
        gap: 16px;
    }

    &__bottom-middle-title {
        font-family: Geist;
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
        letter-spacing: -0.4%;
        color: #fff;
    }

    &__up-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 11px 24px;
        border: 1px solid  #90A4AEA6;
        border-radius: 30px;
        cursor: pointer;
    }

    &__form {
        display: flex;
        gap: 8px;
    }
    
    &__input-container { 
            padding: 5px 20px;
            border-radius: 20px;
            border: 1px solid  #94A9B5;

        input {
            font-family: Geist;
            font-weight: 500;
            font-size: 12px;
            line-height: 130%;
            letter-spacing: 0%;
            vertical-align: middle;
            color: #fff;
            background: transparent;
            outline: none;
            box-shadow: none;
            border: none;
            height: 30px;

            &::placeholder {
                color: #90A4AEA6;
            }
        }
    }

    &__submit {
        display: none;
    }

    &__custom-submit {
        padding: 11px 24px;
        border-radius: 30px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .wpcf7-spinner {
        display: none;
    }

    &__phone {
        font-family: Geist;
        font-weight: 400;
        font-size: 28px;
        line-height: 110.00000000000001%;
        letter-spacing: -0.8%;
        text-decoration: none;
        color: #fff;
    }
}


.copyright {
    background: #001C36;
    border-top: 1px solid #FFFFFF1F;

    &__content {
        padding: 16px 0;
        font-family: Geist;
        font-weight: 400;
        font-size: 12px;
        line-height: 125%;
        letter-spacing: 0%;
        color: #90A4AEA6;
    }
}

@media (max-width: 1024px) {
    .footer {
        &__content {
            gap: 28px;
            padding-top: 28px;
            position: relative;
        }
        
        &__head {
            padding: 0;
        }

        &__body {
            flex-flow: column;
            padding: 0;
            gap: 28px;
        }

        &__body-left {
            gap: 28px;
        }

        &__body-middle {
            flex-flow: column;
            gap: 8px;
        }

        &__bottom {
            padding: 0;
            position: absolute;
            width: fit-content;
            bottom: 0;
            right: 24px;
        }

        &__bottom-left {
            display: none;
        }

        &__bottom-middle.d-l {
            display: none;
        }

        &__up-btn {
            position: absolute;
            bottom: 0;
            right: 0;
            width: fit-content;
        }

        &__input-container input {
            width: 100%;
        }
    }
}