HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/israel-rentals/wp-content/themes/israel-rentals/scss/footer.scss
@import 'partials';
.footer{
    background: url(../img/ftr-bg.png) no-repeat top center;
    background-size: cover;
    padding: 40px 0 28px;
    .ftr-brand{
        margin-bottom: 20px;
        img{
            max-height: 54px;
        }
    }
    .ftr-txt,p{
        text-decoration: none;
        color: #fff;
        font-size: 14px;
        font-weight: 300;
    }
    .ftr-txt{
        &.link{
            width: 100%;
            display: block;
            margin-bottom: 6px;
        }
    }
    .ftr-top{
        border-bottom: 1px solid #FFFFFF36;
        display: flex;
        flex-direction: column;
    }
    .ftr-blk-wrp{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 13px;
        @media ($sm-991){
            flex-direction: column;
        }
    }
    .ftr-blks{
        max-width: calc(100% / 4);
        margin-bottom: 30px;
        flex-direction: column;
        display: flex;
        margin-right: 20px;
        @media ($sm-991){
            margin-bottom: 20px;
        }
        &:last-child{
            margin-right: 62px;
            @media ($sm-991){
                margin-right: 0px;
            }
        }
        @media ($sm-991){
            max-width: 100%;
        }
        p,.ftr-txt{
            font-weight: 400;
        }
        .ftr-title{
            font-weight: 700;
            font-size: 18px;
            line-height: 21px;
            color: #fff;
            margin-bottom: 10px;
            margin-top: 20px;
            @media ($sm-991){
                margin-top: 0px;
            }
        }
        p{
            margin-bottom: 5px;
        }
        .btn-secondary{
            font-size: 14px;
            max-width: 228px;
            width: 100%;
            height: 36px;
            padding: 10px 25px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 10px;
            background-color: #ddd2c24d;
            border-color: #DDD2C2;
            &:active, &:focus{
                background-color: #ddd2c24d;
            }
            &:hover{
                background-color: #ddd2c24d;
            }
            .icon{
                max-height: 16px;
                img{
                    max-width: 16px;
                    display: block;
                }
            }
        }
    }
    .abt-title{
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 40px;
        font-weight: 400;
        color: #fff;
        @media($sm-1679){
            font-size: 22px;
            line-height: 27px;
            margin-bottom: 30px;
        }
        @media($sm-1441){
            font-size: 20px;
            line-height: 27px;
        }
        @media ($sm-1199){
            margin-bottom: 20px;
        }
    }
    .abt-sec{
        padding-top: 28px;
        font-size: 16px;
        line-height: 29px;
        font-weight: 300;
        @media ($sm-1441){
            padding-top: 30px;
        }
        @media ($sm-1199){
            padding-top: 20px;
        }
        p{
            font-size: 16px;
            @media ($sm-1441){
                font-size: 14px;
            }
            br{
                @media ($sm-1199){
                    display: none;
                }
            }
        }
    }
    .copy-right-blk{
        border-top: 1px solid #FFFFFF36;
        padding-top: 21px;
        p{
            margin-bottom: 0px;
            font-size: 16px;
            font-weight: 300;
            @media ($sm-1199){
                font-size: 14px;
            }
        }
    }
}