
//** simple and lightweight mixin library for Sass **
//-- url : http://bourbon.io/docs ---
@import 'bourbon/bourbon';

//** Mixins for Rem Font Sizing **
//-- url : http://hugogiraudel.com/2013/03/18/ultimate-rem-mixin/
@import 'utilities/rem';

//** Variables for responsive design in bootstrap with sass **
//-- url : https://gist.github.com/webinfinita/11407836
@import 'utilities/bootstrap_breakpoints';

//** Makes supporting both left-to-right (LTR) and right-to-left (RTL) easy.**
//-- url : https://github.com/tysonmatanich/directional-scss
@import 'utilities/directional';

//Mixins utilities
@import 'utilities/theme_variables';
@import 'utilities/utilities';

/* ================================================================================ */

/*.footer-container{
  margin-top: 40px;
}*/
.typefooter-4{
  margin-top: 0px;
  background-color: #fff;
  border-top: 1px solid #ddd;

  /* GENERAL */
  .module .modtitle{
        color: $textColor2;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px !important;  
        font-weight: 700;
        text-transform: uppercase;   
        position: relative;
        padding-bottom: 6px;
     
  }
  .box-footer{  
    margin-top: 3px;  
    .modcontent{
      ul{
        li{           
              a{
                border: 0 none;               
                font-size: 13px;
                padding: 0;   
                padding-#{$left}: 0px;
                font-weight: 400; 
                line-height: 25px;  
                position: relative;                
                display: inline-block;
                transition: all 0.2s ease-in-out 0s;
                &:before{
                  content: "";
                  width: 0;
                  height: 1px;
                 
                  position: absolute;
                  top: 13px;
                  #{$left}: 0;
                  transition: all 0.2s ease-in-out 0s;
                }
                &:hover{
                  padding-#{$left}: 20px;
                  &:before{
                    width: 13px;
                  }
                }
              }       
            }
      }
    }
  }


  .footer-top{
    padding: 20px 0;
    border-bottom: 1px solid #e6e7eb;
    > .container{
      margin: 0 auto;
      float: none;
      padding: 0;
    }
  }
  .so-page-builder .container{
    padding: 0;
  }
  .footer-middle{
    padding-top: 50px;
    .middle2{
      border-top: 1px solid #e6e7eb;
      border-bottom: 1px solid #e6e7eb;
      padding-top: 20px;
      padding-bottom: 7px;
      margin-top: 30px;
    }
  }
  .newsletter-footer4{
    
    display: inline-block;
    width: 100%;
    padding: side-values(15px 25% 10px 25%);
    margin-top: 10px;
      .newsletter{
        background:  url(#{$imgPath}icon/id4-icon-newsletter.png) no-repeat $left 4px;
        padding-#{$left}: 100px;
        .title-block{    
          text-align: center;    
          .page-heading{           
            display: none;
          }
          .promotext{
            font-size: 14px;
            color: #444;
          }
        }
        .block_content{
          form.signup{
            display: block;
            margin-top: 10px;
            padding-#{$left}: 0px;
            .form-group{
              position: relative;
              .input-box{
                background-color: #fff;  
                vertical-align: top;
                display: table-cell;
                padding-#{$right}: 5px;
                width: 100%;
              }
              .subcribe{
                display: table-cell;
              }

              #txtemail{
                height: 40px;
                line-height: 40px;
                width: 100%;
                box-shadow: none;
                padding: side-values(0 0 0 20px);
                border: none;           
                background-color: #fff;  
                border: 1px solid #dcdcde;
                border-radius: 3px;
                &::-moz-placeholder {
                        color: #999;
                          opacity: 1; 
                      }
                      &:-ms-input-placeholder { color: #999; } 
                      &::-webkit-input-placeholder  { color: #999; } 
                        &:focus{
                            z-index: 0;
                        }
              }
            }

            .subcribe button{           
              border: 0 none;
              color: #fff;
              font-weight: 700;
              font-size: 12px;
              height: 40px;
              line-height: 40px;
              padding: 0 25px;    
              text-transform: uppercase;
              border-radius: 3px;
              background-color: #222;
              &:hover{
                color: #fff;
              }
            }
          }
        }
      }
  }
  .socials-w{
    float: $right;
    h3{
      display: inline-block;
      vertical-align: text-bottom;
    }
    ul{
      display: inline-block;
    }
  }
  .socials{
    margin-top: 0;
    li{
      position: relative;
      float: $left;
      a{
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border-radius: 50%;
        background-color: rgba(0,0,0,0.2);
        display: inline-block;
        margin-#{$left}: 10px;
        color: #fff;
          font-size: 14px;
          text-transform: capitalize;
        &:hover{
          
        }
          i{

          }
      }
      
    }
  }
  .infos-footer{
      ul{
            margin: 0;
            padding: 0;
            li{
                padding-#{$left}: 40px;
                position: relative;
                margin-bottom: 10px;
                font-size: 13px;
                color: #444;
                line-height: 20px;
                i{
                    position: absolute;
                    top: -5px;
                    #{$left}: 0;
                    font-size: 0;
                    background-color: #a3a3a3;
                    width: 30px;
                    height: 30px;
                    border-radius: 3px;
                    color: #fff;
                    text-align: center;
                    line-height: 30px;
                    &:before{
                        font-size: 14px;                            
                    }
                }
                &.phone,
                &.adres{
                    i{
                      top: 5px;
                      &:before{
                        font-size: 16px;
                      }
                    }
                    
                }
              &:hover{
                i{
                 
                }
              }
            }
        }
  }
  .categories-footer {
    font-size: 13px;
    padding: 40px 0;
    text-align: center;
    ul li {
      padding: 0;
    }
  }

  .app-store{
    h3{
      display: inline-block;
      margin-#{$right}: 15px;
    }
    ul {
      display: inline-block;
      vertical-align: middle;
      li {
        display: inline-block;
        margin-right: 10px;
        a:hover{
          img{
            opacity: 0.8;
          }
        }
      }
    }

  } 

  /* FOOTER BOTTOM */
  .copyright-w{

  }
  .payment-w{
    text-align: $right;
  }
  .footer-bottom{
   
    padding: 12px 0;
      .copyright{
        color: #fff;
        a{
          color: #fff !important;
        }
      }
  }
}

@media (min-width: 1200px) and (max-width: 1649px){
  .typefooter-2 .newsletter-footer1{
    padding: 15px 5% 10px 5%;
  }
  .typefooter-2 .so-page-builder .container{
    padding: 0 15px;
  }
}