MOON
Server: Apache
System: Linux server.netcommlabs.in 3.10.0-1160.83.1.el7.x86_64 #1 SMP Wed Jan 25 16:41:43 UTC 2023 x86_64
User: dermova (1051)
PHP: 5.4.45
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/dermova/public_html/india/wp-content/themes/ri-colias/sass/theme/layouts/_footer.scss
//Style Footer
.scrollup {
    background: $theme-color;
    bottom: 30px;
    display: none;
    position: fixed;
    @include rtl-right(30px);
    @include size(40px,40px);
    text-align: center;
    font-size: 24px;
    color: #fff!important;
    text-transform: uppercase;
    padding: 2px;
    z-index: 9999;
    cursor: pointer;
    .fa {
        display: block;
        line-height: 36px;
    }
}

.footer-center{
    .form{
        margin: 0 0 1em;
    }
    .newsletters {
        .descrition{
            display: none;
        }
        .input-newsletter{
            width: auto;
        }
        .form-newsletter label{
            display: none;
        }
    }

}
.site-logo-footer{
    margin: 15px;
}

#rit-footer.footer-4{
    font-size: 13px;
    .navbar-nav{
        float: none;
        border-bottom: 1px solid #4f4f4f;
        padding: 15px 0 10px;
        a{

            padding: 0 15px 0 0;
            color: #aeaeaa;

        }
    }
    .nav > li > a:hover, .nav > li > a:focus{
        background: none;
        color: $theme-color;
    }
    [class*="ion-social-"]{
        background: transparent;
        font-size: 15px;
        height: 24px;
        line-height: 24px;
        margin-left: 10px;
        text-align: center;
        transition: all 0.4s ease 0s;
        width: 27px;
        color: #aeaeaa;
        margin-left: 10px;
        margin-right: 0;
    }
    .coppy-right-right{
        .widget{
            padding: 27px 0;
        }
    }
}