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/_home.scss
//Style  Home layout

.home{

    .wrap-breadcrumb{
        display: none;
    }
    .page-header{
        display: none;
    }
    .header-3,.header-4 #ri-menu-primary{
        box-shadow:none;
        margin-bottom:0px;
    }
}
.site-main{
    min-height: 600px;
}
#page{
    position: relative;

    .site-main{
        background:$site-main ;
        padding-bottom: 30px;
        .vc_row:last-child{
            margin-bottom: 0px;
        }
    }
}
//====================TopBar===========================
#ri-top-navbar{
    background: $topbar-bg;
    font-size: 14px;
    color: $topbar-color;
    border-bottom:$topbar-border-bottom;
    a{
        color: $topbar-color;
        &:hover,
        &:focus{
            color: $theme-color;
            background: transparent;
        }
    }
    ul > li{
        @include rtl-float-left;
        padding: 7px 20px;
        @include rtl-border-left($topbar-border-color);
        &:last-child{
            @include rtl-border-right($topbar-border-color);
        }
        a{
            padding: 0;
            margin: 0;
            line-height: 26px;
        }
    }

    .topbar-left{
        a{
            color: $topbar-color ;
            &:hover{
                color: $theme-color;
            }
        }
        >*{
            display: block;
            @include rtl-float-left;
            line-height: 26px;
        }
        .list-unstyled{
            padding: 7px 20px;
            @include rtl-border-left($topbar-border-color);
        }
    }
    .topbar-right{
        .navbar{
            margin: 0;
            min-height:auto;
            >a{
                padding:0;
            }
        }
        .fa{
            margin-right: 5px;
        }
    }
    .widget_nav_menu{
        ul{
            margin: 0;
            padding: 0;
            li{
                list-style: none;
            }
        }
    }
}
//====================Header===========================
#ri-header{
    padding: 20px 0;

}
//====================Footer===========================
#rit-footer{
    background:$footer-bg;
    position: relative;
    color:$footer-color ;
    ul{
        padding: 0;
        list-style: none;

        li{
            line-height: 28px;
            a{
                color:$footer-color;
                &:hover{
                    color:$coppy-right-color-link;
                }
            }
        }
    }

    i{
        width: 20px;
        &:hover{
            color: $theme-color;
        }
    }

    .widget-title{
        font-size: 16px;
        font-weight: 400;
        margin: 0;
        padding:30px 0 20px;
        color: $footer-title-color;
    }
    .footer-top{
        padding-top: 10px;
        text-align: center;
        border-bottom: $footer-border-color ;
        color: $footer-title-color;
        background: $footer-top;
    }
    .footer-center{
        position: relative;
        padding-bottom: 45px;
        padding-top: 15px;
        background:$footer-center ;
    }
    .footer-bottom{
        border-top: $footer-border-top ;
        background: $footer-bg-bottom;
        text-align: center;
        padding: 15px 0;

        li{
            a{
                line-height: 28px;
                padding-top: 0;
                padding-bottom: 0;
                color: $coppy-right-color ;
                @include rtl-border-right(1px solid rgba(225, 225, 225, 0.2));
                &:hover{
                    color: $coppy-right-color-link;
                    background: none;
                }
            }
            &:first-child{
                a{
                    @include rtl-padding-left(0);
                }
            }
            &:last-child{
                a{
                    @include rtl-border-right(none);
                }
            }
        }
    }
}
#coppy-right{
    line-height: 32px;
    color: $coppy-right-color;
    a{
        color: $coppy-right-color-link;
    }
}