Your IP : 216.73.216.111


Current Path : /home/icmq6107/clients/naddaf/wp-content/themes/crowdngo/sass/template/
Upload File :
Current File : /home/icmq6107/clients/naddaf/wp-content/themes/crowdngo/sass/template/_widgets-layout.scss

/* block */
.#{$block-selector} {
    margin-bottom: $block-module-margin-bottom;
    position: relative;
    padding: $block-module-padding;
    background: transparent;
    .#{$block-heading-selector}{
        font-size: 38px;
        padding: 0;
        margin: 0 0 10px;        
        position:relative;        
        text-transform: uppercase;    
    }
}
// Sidebar
.sidebar,
.#{$app-prefix}-sidebar {
    p{
        margin: 0 0 10px;
    }
    .widget{
        margin: 0 0 50px;        
        overflow: hidden;
        .#{$block-heading-selector}{
            font-size: 20px;
            line-height: 30px;
            padding: 0 0 5px 0;
            margin: 0 0 48px;  
            font-weight: $font-weight-medium;
            color: $headings-color;            
            text-transform: none;
            border-bottom: 1px solid $theme-color;    
        }
    }

    .wp-caption{
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        margin-right: 0px;      
        max-width: 100%;  
        &.alignnone{
            padding-left: 0px;
            padding-right: 0px;
            margin-left: 0px;
            margin-right: 0px;        
        }
    }

    .widget-search{
        padding: 32px 37px;
        background-color: #f1f1f1;
        form{
            background-color: $theme-color;
        }
        .btn{
            padding-left: 20px;
            padding-right: 20px;        
            background: $theme-color;
            border-color: $theme-color;
            color: $white;
            font-size: 16px;
            @include rtl-border-left(0);
            @include hover-focus-active() {
                color: $white;
                background: $theme-color;
                border-color: $theme-color;
            }        
        }
        .form-control{
            border: 0;
            color: #5e4e0d;
            border-color: $border-color;            
            background: $theme-color;
            border-color: $theme-color;                        
            @include placeholder(#5e4e0d);
            @include hover-focus-active() {
                color: #5e4e0d;
            }            
        }
    }

    // widet porducts list
    .apus-products-list{
        border-style: solid;
        border-color: $border-color;
        border-width:0 1px 1px;
        .product-block{
            padding: 20px;
            margin: 0;
        }
    }
    // widget instagram
    .row.instagram-pics{
        margin-left: -6px;
        margin-right: -6px;
        > [class*="col-md"]{
            padding-left: 6px;
            padding-right: 6px;
            margin-bottom: 12px;
        }
    }
    // widget single images
    .widget_apus_single_image{
        margin-bottom: 30px;
    }
}
.page-shop{
    .sidebar,
    .#{$app-prefix}-sidebar {
        .widget{
            .#{$block-heading-selector}{
                font-size: 15px;
                margin: 0 0 20px;
                font-weight: $font-weight-medium;
                text-transform:uppercase;
                letter-spacing:1px;
            }
        }
    }
}
// top bar
#apus-topbar{
    // widget info
    .info-topbar{
        .textwidget{
            > span{
                @include rtl-padding-right(10px);
                @include rtl-margin-right(10px);
                @include rtl-float-left();
                @include rtl-border-right(1px solid $border-color);
                &:last-child{
                    border: 0;
                }
            }
        }
        .fa{
            @include rtl-margin-right(8px);
        }
    }
}
// footer 
.apus-footer{
    .#{$block-heading-selector}{
        color: $footer-heding-title-color;
    }
    .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li{
        margin-bottom:20px;
    }
    &.dark {
        .#{$block-heading-selector}{
            color:$white;
        }
        background:#000000;
        color:#999999;
        a{
            color:#999999;
            &:hover,&:focus{
                color:$white;
            }
        }
    }
}
// copyright
.apus-copyright{
    .wpb_content_element,
    .widget{
        margin-bottom: 0 !important;
    } 
    .menu li{
        display: inline-block;
        @include rtl-margin-right(10px);
        margin-bottom:0;
        &:last-child{
            margin:0;
        }
    } 
}