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/Michigan-Care/wp-content/themes/michigan-care/scss/footer.scss
@import "partials";
.ftr{
    width: 100%;
    padding: 95px 0;
    background-color: #FAFCF5;
    @media ($sm-1679){
        padding: 80px 0;
    }
    @media ($sm-1481){
        padding: 70px 0;
    }
    @media ($sm-1199){
        padding: 60px 0;
    }
    @media ($sm-991){
        padding: 40px 0;
    }
    @media ($sm-767){
        padding: 40px 0 32px;
    }
    .custom-container{
        padding: 0 30px;
    }
    .ftr-top{
        display: flex;
        justify-content: space-between;
        margin-bottom: 60px;
        @media ($sm-1679){
            margin-bottom: 50px;
        }
        @media ($sm-1481){
            margin-bottom: 40px;
        }
        @media ($sm-1199){
            margin-bottom: 30px;
        }
        @media ($sm-991){
            margin-bottom: 20px;
        }
        @media ($sm-767){
            flex-direction: column;
        }
    }
    .ftr-lft{
        max-width: 252px;
        display: flex;
        @media ($sm-1679){
            max-width: 240px;
        }
        @media ($sm-1481){
            max-width: 220px;
        }
        @media ($sm-767){
                margin-bottom: 10px;
                max-width: 200px;
        }
        .logo{
            width: 100%;
            
            img{
                max-width: 100%;
                display: block;
            }
        }
    }
    .ftr-rt{
        max-width: 300px;
        display: flex;
        flex-direction: column;
        .links{
            display: flex;
            align-items: flex-start;
            color: $primary;
            font-size: 14px;
            font-family: $font-sequel-medium-body;
            margin-bottom: 9px;
            &:last-child{
                margin-bottom: 0;
            }
            // @media ($sm-1199){
            //     font-size: 13px;
            // }
            .cta-links{
                color: $primary;
                margin-left: 27px;
                text-decoration: none; transition: all .5s;
                word-break: break-word;
                &:hover{color: #000;}
            }
        }
    }
    .ftr-btm{
        border-top: 1px solid #3d575161;
        padding-top: 26px;
        @media ($sm-1679){
            padding-top: 20px;
        }
        // @media ($sm-1199){
        //     padding-top: 15px;
        // }
        @media ($sm-767){
            border: none;
        }
        .copy{
            color: #3d57518c;
            font-size: 12px;
            line-height: 1;
            font-family: $font-poppins;
            @media ($sm-767){
                line-height: 20px;
            }
            span{
                @media ($sm-767){
                display: block;
                }
            }
        }
    }
}