Your IP : 216.73.216.240


Current Path : /home/sunflowe/www2/disneyexplorer/wp-content/themes/wide/assets/sass/theme/layouts/
Upload File :
Current File : /home/sunflowe/www2/disneyexplorer/wp-content/themes/wide/assets/sass/theme/layouts/_sidebar.scss

//Style

.tagcloud{
  a{
    border:none;
    background: #f5f5f5;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    &:hover {
      background:#5EBDC7 ;
    }
  }
}
.sidebar{
    ul{
        &:first-child {
            padding-left: 0;
        }
        li{
            border-bottom: 1px solid #eee;
            @include rtl-padding-left(0);

        }
    }
    .author-link {
        color: $theme-color;
    }
    a{
        color: #282828;
    }

  ul {
      @include rtl-padding-left(20px);
      border-top:1px solid #eee;
  }
  .widget_tabs_post  {
    ul {
        padding-left: 0;
        padding-right: 0;
      margin-top: 0 !important;
    }
  }
  .input-group {
    margin-bottom: 4px;
  }
    aside {
      >ul{
        padding-bottom: 15px;
        margin-top:15px !important;
        margin-bottom: 0;
        border:none;
        >li {
          >ul {
            li{
              padding-bottom: 0;
            }
          }
        }
      }

    }
    .NA_social{
        padding-bottom: 27px;

      a{
        width: 50px;
        height: 50px;
        &:hover{
          background: #fff;
          border:2px solid #5EBDC7;
          i{
            color: #5EBDC7 !important;
          }
        }
        i{
          color:#fff;
        }
      }
      .ion-social-googleplus{
        background: #dd4b39;
        border:2px solid  #dd4b39;
      }
      .ion-social-pinterest{
        background: #bd081c;
        border:2px solid #bd081c;
      }
      .ion-social-instagram{
        background: #f56040;
        border: 2px solid #f56040;
      }
      .ion-social-twitter{
        background: #1da1f2;
        border:2px solid  #1da1f2;
      }
      .ion-social-facebook{
        background: #3b5998;
        border: 2px solid #3b5998;
      }
      a{
        color: #5EBDC7;
        font-size: 20px;
      }
    }
    padding-bottom: 35px;
    color: #555555;
    font-size: 13px;
    .content-inner{
        padding-bottom: 15px;
        background: none;
        box-shadow: none;
    }
    aside{
        background: rgb(255, 255, 255);
        box-shadow:0 1px 3px rgba(0, 0, 0, 0.13);
        margin-bottom: 15px;
        padding: 30px;
    }
    //element
    //widget
    .widget{
        overflow: visible;
        &:first-child{
            .widgettitle{
                border-top:none;
            }
        }
    }

    .widgettitle{
        border-bottom: 1px solid #eee;
        font-size: 16px;
        line-height: 26px;
        margin: 0;
        font-weight: 500;
        text-transform: capitalize;
        letter-spacing: 1px;
        display: block;
        @include rtl-text-align-left();
        color: $color-title;
        padding-bottom: 10px;
        img{
            width:auto;
            height: auto;
        }
        &::after{
            content: none;
        }
    }

    &.shop-author-title{
        padding-left: 0;
        padding-right: 0;
        .widgettitle + *{
            margin: 0;
            padding: 5px 60px 0;
        }
        .widgettitle{
            padding:15px 60px;
        }
    }

    .widgettitle + *{
        margin-top: 30px;
        padding:0;
    }
    select{
        margin-top:30px;
        width:100%;
        //width: calc(100% - 40px);
    }
    .products{
        padding-bottom: 30px;
        [class*="col-md-"]{
            float: none;
        }
    }
    .product-block{
        padding-top: 15px;
        margin-bottom: 15px;
        border: none;
        &:hover{
            border: none;
            .caption-product{
                @include translateY(0px);
            }
        }
        &.border{
            border:none;;
            &:hover{
                border:none;
            }
        }
        .caption-product{
            background: none;
        }
    }

    .button-groups,.quick-view,.labels{
        display: none;
    }
    .productid-content-inner{
        margin-bottom: 20px;
    }
    .name{
        padding-top: 0;
        margin-top: 0;
        @include rtl-text-align-left();
    }
    .price{
        color: #373636;
        font-size: 14px;
        font-weight: 400;
    }
    .price-review{
        @include rtl-text-align-left();
    }
    .grid-price{
        margin-top: 0;
    }
    .product-image{
        width: 80px;
        @include rtl-float-left();
        @include rtl-margin-right(10px);
        .inner{
            margin: 0;
        }
    }
    .product-details{
        padding-top: 15px;
        a{
            font-weight: 400;
            display: block;
        }
    }
    ul.product_list_widget{
        padding:0 20px;
        .product-title{
            display: block;
            margin-top: 20px;
            margin-bottom: 10px;
        }
        >li{
            clear: both;
            border: none;
            &:first-child{
                padding-top: 20px;
            }
            &:after{
                clear: both;
                content: " ";
                display: table;
            }
            ins{
                text-decoration: none;
            }
        }

    }
    .caption{
        min-height: 75px;
    }

    &.product-list{
        .products{
            padding-bottom: 0;
        }
    }

    .product-block:hover .price {
        opacity: 1;
        transition: all 0.4s ease 0s;
        visibility: visible;
    }
    .products{
        [class*="col-"]{
            padding: 0;
        }
    }
    del{
        font-size: 12px;
        color: #8e8e8e;
    }
    //
    .widget.dropdown{
        .widgettitle{
            &:after{
                color: #282828;
                content: "\f067";
                font-family: "fontawesome";
                font-size: 12px;
                position: absolute;
                @include rtl-right(15px);
                top: 0px;
            }
        }
        .widgetcontent.dropdown-menu{
            position: relative;
            float: none;
            border: none;
            box-shadow: none;
        }
    }
    //
    .vc_column_container > .vc_column-inner{
        padding: 0;
    }
    //recentcomments
    #recentcomments{
        li > a{
            color: $theme-color;
        }
    }

    &.shop-sidebar{

    }
    //widget blog ----------------------
    .post-image{
        @include rtl-float-left();
        @include rtl-margin-right(10px);
        padding-bottom: 0;
    }
    .side-item-text{
        @include rtl-float-left();
        width: 55%;
    }
    .entry-title{
        font-size: 12px;
        line-height: 20px;
        margin: 0;
        padding: 0;

    }
    .article-meta{
        color:#888888;
        font-size: 10px;
        line-height: 20px;
        margin: 0;
        padding: 0;
        background: none;
        border-top: none;
        display: block;
    }
    .recent-post-widgets li{
        padding: 15px 0;
    }

}
.entry-meta{
  overflow: hidden;
  .text-comment{
  }
}
.widget.widget_fb_page{
    padding-top: 25px;
    padding-bottom: 35px;
}
ul{
  list-style: none;
  padding: 0;
  li{
    color: $font-color;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 0 5px;
    &:last-child{
      padding-bottom: 0;
      border-bottom:none;
    }
    &.current-cat >a{
      color: $theme-color;
    }
    .children{
      margin-top: 10px;
    }
    li{
        @include rtl-padding-left(20px);
    }

  }
}

.widget_tabs_post {
  li.active {
    a {
      color: #5EBDC7 !important;
    }
  }
}