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/www/india/wp-content/themes/ri-colias/sass/theme/common/_add-class.scss
// add class

//no padding
.no-padding {
  padding: 0;
}
.no-margin {
    margin: 0 !important;
}

// fix padding 14px (banner single)
.has-padding{
    &.vc_row{
        margin-left: -7px;
        margin-right: -7px;
    }
    [class*="vc_col-"]{
        padding-left: 7px;
        padding-right: 7px;
    }
    .wpb_wrapper > .wpb_content_element{
        margin-bottom: 14px;
    }
}
.table-inner{
    @include clearfix();
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    >*{
        display: table-cell;
        vertical-align: middle;
        @include rtl-padding-left(15px);
        &:first-child{
            @include rtl-padding-left(0px);
        }
    }
}
.close{
    font-size: 14px;
}
.link{
    color: $white;
    &:hover{
        color: $theme-color;
    }
    .fa{
        margin-left: 7px;
    }
}

.box-equal{
    display: table;
    >*{
        float: none !important;
        display: table-cell;
        vertical-align: top;
    }
    .wpb_text_column{
        bottom: 0;
        left: 0;
//        margin-left: 20px;
        position: absolute;
        right: 0;
        top: 0;
        .wpb_wrapper{
            bottom: 0;
            height: 50%;
            left: 0;
            margin: auto !important;
            position: absolute;
            right: 0;
            top: 0;
            vertical-align: middle;
            width: 70%;
        }
    }
}


.js-vc_parallax-o-image {
    background-attachment: fixed;
    background-clip: padding-box;
    background-position: 0 0;
    height: 100%;
    top: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.padding-10{
    padding:10px 0;
}
.padding-15{
    padding:15px 0;
}
.padding-20{
    padding:20px 0;
}
.padding-25{
    padding:25px 0;
}
//