/* ==========================================================================
   Footer Style
   ========================================================================== */
   footer{
    .block-title{
      font-size: 20px;
      margin-bottom: 25px;
    }
    .footer-Content{
      background-color: #18191b;
      padding: 60px 0;
      color: #fff;
    }
   }
   .textwidget{
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #fff;
   }
   footer .menu{
    padding-left: 0;
    li{
      padding-bottom: 10px;
      a{
        color: #fff;
        &:hover{
          color: $preset;
        }
      }
    }
   }
   .twitter-content{
    ul{
      li{
        margin-bottom: 10px;
        padding-bottom: 10px;
      }
    }
    span{
      float: left;
      width: 224px;
      a{
        color: $preset;
      }
    }
   }
   .featured-list{
    margin: 0;
    padding: 0;
    display: inline-block;
    li{
      float: left;
      width: 80px;
      height: 80px;
      margin-right: 7px;
      margin-bottom: 7px;
      overflow: hidden;
      position: relative;   
    }
   }
   .bottom-social-icons{
    a{
      color: #fff;
      text-align: center;
      width: 32px;
      line-height: 32px;
      border-radius: 50px;
      border: 1px solid #fff;
      display: inline-block;
      height: 32px;
      margin-left: 5px;
      position: relative;
      overflow: hidden;
    }
   }
   #copyright{
    background-color: #1d1e20;
    padding: 20px 0 10px;
    color: #fff;
    p{
      line-height: 34px;
      a{
        color: #fff;
        &:hover{
          color: $preset;
        }
      }
    }
   }

  .social-icon{  
   .facebook:hover{
    background-color: #3b5998;
    border-color: #3b5998;
   }
   .twitter:hover{
    background-color: #55acee;
    border-color: #55acee;
   }
   .dribble:hover{
    background-color: #D34836;
    border-color: #D34836;
   }
   .flickr:hover{
    background-color: #ff0084;
    border-color: #ff0084;
   }
   .youtube:hover{
    background-color: #CC181E;
    border-color: #CC181E;
   }
   .google-plus:hover{
    background-color: #dd4b39;
    border-color: #dd4b39;
   }
   .linkedin:hover{
    background-color: #007bb5;
    border-color: #007bb5;
   }
  }
  .subscribe-box{
    margin-top: 18px;
    input[type="text"]{
      outline: none;
      color: #444;
      font-size: 12px;
      padding: 6px 12px;
      border: none;
      background: #fff;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -o-border-radius: 0px;
      outline: none;
    }
    input[type="submit"]{
      display: inline-block;
      text-decoration: none;
      color: #fff;
      font-size: 12px;
      background: $preset;
      text-transform: uppercase;
      border: none;
      padding: 7px 16px;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -o-border-radius: 0px;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
    }
   }
  .back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
  }

  .back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 50px;
    background-color: $preset;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }