aside, .elementor-widget-sidebar {

  .widget-title{
    padding-left:0;
    position:relative;
    margin-bottom:25px;
    
  }
  
  .widget {
    border-bottom:1px solid var(--codeless-border-color);
    padding-top:40px;
    padding-bottom:40px;
    &.widget_block:first-child{
      border-bottom:none;
    }
    &.widget_search:nth-child(2){
      padding-top:0px;
      border-bottom:none;
      padding-bottom:20px;
    }
    &:first-child {
      padding-top: 0;
    }

    &:last-child {
      padding-bottom: 0;
      border-bottom: none;
    }

    ul {
      list-style: none;
      padding: 0;
      margin: 0;

      li {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;

        a {
          font-weight: 400;
          position: relative;
          line-height: 20px;
        }
      }
      ul.children > li{
        &:last-child{
          padding-bottom:0px;
        }
        &:first-child{
          padding-top:10px;
        }
      }
    }

    > ul > li{
      &:first-child{
        padding-top:0px;
      }
      &:last-child{
        padding-bottom:0px;
      }
    }
  }

  .widget_categories > ul > li, .widget_archive > ul > li, .widget_pages > ul > li{
      
  }
  .widget_categories ul li a, .widget_archive ul li a, .widget_pages ul li a {
    padding-left: 25px;
  }

  .widget_nav_menu {
    ul li a {
      padding-left: 25px;
    }

    .sub-menu {
      padding-top:5px;
      padding-left: 8px;
      > li{
        &:last-child{
          padding-bottom:0px;
        }
      }
    }
  }

  .widget_calendar{
    #wp-calendar{
        width:100%;
        caption{
            margin-bottom:10px;
            margin-top:10px;
        }
    }

    td{
        text-align:center;
        a{
            font-weight:600;
            footer &{
                color:#fff;
            }
        }
    }
    
    #wp-calendar {

            width: 100%; 
            caption { 
                text-align: right;
                font-size: 12px; 
                margin-top: 0px; 
                margin-bottom: 15px; 
            }
            thead { 
                font-size: 10px; 
            }
            thead th { 
                padding-bottom: 10px; 
            }
            tbody { 
                
            }
            tbody td { 
                background: #f5f5f5; 
                border: 1px solid #fff; 
                text-align: center; 
                padding:8px;
            }
            tbody td:hover { 
                background: #fff; 
            }
            tbody .pad { 
                background: none; 
            }
            tfoot #next { 
                font-size: 10px; 
                text-transform: uppercase; 
                text-align: right; 
            }
            tfoot #prev { 
                font-size: 10px; 
                text-transform: uppercase; 
                padding-top: 10px; 
                text-align:left;
            }
        
    }

    
}

.ce-team{
  text-align: center;
}
.ce-team figure{ margin-top: 0; margin-bottom:20px !important }
.ce-team h3{
  font-weight: 500 !important;
}
.team-position{
    font-size: 12px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: 0.2em !important;
    margin-top:5px;
}
.team-socials a{
  padding: 0 12px;
}
.team-socials a:hover{
  color: var(--codeless-primary-color);
}
.team-socials i{
  font-size: 20px;
}
.widget.widget_search input[type="search"]{    
    padding: 11px 30px 11px 25px;
    border-radius: 25px;
    width: calc(100% - 59px);
    border: 1px solid var(--codeless-border-color);
    font-size: 16px;
    box-shadow:none;
}
.widget.widget_search .feather-search{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: var(--codeless-secondary-color);
    font-size: 16px;
}

.widget_mc4wp_form_widget .widget-title{
  display:none;
}
.widget_mc4wp_form_widget .mc4wp-form-fields{
  background: #fff;
  background-size: cover;
  font-size:14px;
}



  .widget_pages .page_item_has_children .children {
    padding-left: 8px;
  }
  .widget_categories ul li,
  .widget_archive ul li{
    text-align: left;
  }
  .widget_categories ul li a,
  .widget_archive ul li a{
  }
  .widget_categories ul li a,
  .widget_archive ul li a,
  .widget_nav_menu ul li a{
    padding-left: 15px;      
    font-size: 13px;
    text-transform: uppercase;
  }
  .widget_categories ul li a:before, 
  .widget_archive ul li a:before, 
  .widget_pages ul li a:before, 
  .widget_nav_menu ul li a:before {    
    line-height: 20px;
    position: absolute;
    left: 0px;      
    content: '';
    top: 50%;
    width: 5px;
    height: 5px;
    background: #26bccf;
    border-radius: 50%;
    margin-top: -2.5px;
    -webkit-transition: left .25s ease;
    -moz-transition: left .25s ease;
    transition: left .25s ease;
  }
  .widget_categories ul li a:hover:before, 
  .widget_archive ul li a:hover:before, 
  .widget_pages ul li a:hover:before, 
  .widget_nav_menu ul li a:hover:before {
    left: 3px;
  }

  .widget_categories, 
  .widget_archive,
  .widget_text form {
    .screen-reader-text {
      display: none;
    }

    select {
      width: 100%;
      border-width: 1px;
      border-style: solid;
      height: 50px;
      padding-left: 18px;
      padding-right:18px;
      appearance: none;
      background-color: transparent;
      background-image: url(../img/arrow_bottom.svg);
      background-repeat: no-repeat;
      background-position: calc(100% - 18px) center;
      background-size: 12px;
    }

    ul li .children {
      padding-left: 20px;
    }
  }

  .widget_search {
    .screen-reader-text {
      display: none;
    }

    form {
      position: relative;
    }

    input[type="search"] {
      main#main &{
        width: 100%;
        height: 50px;
        border-width: 1px;
        border-style: solid;
        padding-left: 18px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-border-sizing: border-box;
      }
    }

    i {
      main#main &{
        position: absolute;
        right: 15px;
        top: 25px;
        line-height: 50px;
      }
    }
  }

  .widget_recent_entries .post-date {
    display: block;
    font-size: 12px;
    line-height: 18px;
  }

  .widget_recent_comments .recentcomments {}

  .widget_calendar {
    table {
      width: 100%;
      margin: 0;
    }

    td {
      text-align: center;
    }

    caption {
      margin-bottom: 15px;
    }

    #prev {
      text-align: left !important;
      padding-top: 5px;
      padding-left: 10px;
    }

    #next {
      text-align: right !important;
      padding-top: 5px;
      padding-right: 10px;
    }
  }

  .widget_rss {
    .widget-title .rsswidget:last-child {
      padding-left: 10px;
    }

    li {
      padding-top: 12px !important;
      padding-bottom: 12px !important;
      display: block;
      position: relative;

      &:last-child {
        padding-bottom: 0px !important;
      }
    }

    .rss-date {
      display: block;
    }

    .rssSummary {
      padding-top: 10px;
      padding-bottom: 5px;
    }
  }


  .mc4wp-form-fields{
    padding:40px 28px;
    position:relative;
    text-align:center;
    border-radius:10px;
    box-shadow: 0px 0px 35px 0px rgba(21, 6, 91, 0.09);
    .circle{
      background:#fff;
      width:48px;
      height:48px;
      position: absolute;
      left:50%;
      margin-left:-24px;
      margin-top:-24px;
      top:0;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content: center;
    }
    h6{
      margin-top:16px;
      margin-bottom:24px;
    }

    p{
      color:rgba(0,0,0,0.5);
      margin-bottom:16px;
    }
    .cl-custom-add{
      h4{
        margin-bottom:10px;
      }
      p{
        margin-bottom:15px !important;
        line-height:22px;
        display:block;
      }
    }

    p:nth-last-child(1), p:nth-last-child(2){
      padding:0;
      margin:0
    }

    input[type="email"]{
      background: #fff;
      height: 48px;
      width: 100%;
      font-size: 14px;
      text-align: left;
      box-shadow: none;
      border: 1px solid var(--codeless-border-color);
      border-radius: 25px;
      padding-left: 20px;
      box-shadow:none;
      @include placeholder{
        color:rgba(0,0,0,0.5);
      }
    }
    input[type="submit"]{
      background: var(--codeless-secondary-color);
      height: 48px;
      width: 100%;
      color: #fff;
      font-size: 13px;
      text-align: center;
      border: none;
      box-shadow: none;
      text-transform: uppercase;
      font-weight: 500;
      border-radius: 25px;
      margin-top: 10px;
    }
  }

  .cl-instafeed{
    display: flex;
    flex-wrap: wrap;
    a{
      width:33.3%;
      padding:0px;
    }

    p{
      margin-top:24px;
      margin-bottom:24px;
    }
  }
}

.widget_aboutme{
  position:relative;
  .logo_circle{
    width:48px;
    height:48px;
    border-radius:50%;
    background:#fff;
    position:absolute;
    left:50%;
    top:-24px;
    margin-left:-24px;
    display:flex;
    align-items:center;
    justify-content: center;
    img{
      width:16px;
    }
  }

  .wrapper{
    position:relative;
    border-width:1px;
    border-style:solid;
    border-top:0;
    padding-top:60px;
    padding-bottom:40px;
    padding-left:20px;
    padding-right:20px;
    text-align:center;
    p{
      opacity:0.5;
      font-size:14px;
      margin-top:24px;
      margin-bottom:20px;
    }
    .btn{
      font-weight:500;
    }
  }
}
.social-icons-widget{
  display:flex;
  flex-wrap:wrap;
  li{
    text-align:center;
    flex-grow:1;
    width:33%;
    margin:0;
    padding:10px !important;
    a{
      color:rgba(0,0,0,0.5) !important;
    }
    i{
      display:block;
      font-size:20px;
      line-height:20px;
      padding-bottom:8px;
    }
  }
}




@media (min-width: 992px) {
  aside.cl-sticky.cl-sticky-active .cl-sticky-wrapper {
      position: fixed;
      top: 80px;
  }
  .cl_column.cl-sticky {
      position: -webkit-sticky;
      position: -moz-sticky;
      position: -ms-sticky;
      position: -o-sticky;
      position:sticky;
      top: 15px;
  }
  body.cl-with-sticky .cl_column.cl-sticky{
      top:80px;
  }
}
@media (max-width: 991px) {
  aside.cl-sticky .cl-sticky-wrapper {
      width: 100% !important;
  }
  aside#secondary {
      margin-top: 60px;
  }
}