
//** 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';

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

.layout-20 .back-to-top{
  position: absolute;
  right: 40px; top: -30px;
  width: 60px; height: 60px;
  border-radius: 100%;
  line-height: 60px;
  text-align: center;
  background: url(#{$imgPath}icon/id20-icons.png) no-repeat -144px -79px;
  background-color: #1c2d42; 
  i{
    display: none;
  }
  &:hover{
    background-color: darken($background,20%);
  }
}

.typefooter-20{
  position: relative;
  margin-top: 0px;
  padding-top: 0px;
  background-color: #f6f6f6; 
  color: #666666;
  .so-page-builder .container{
    padding: 0;
  }

  /* GENERAL */
  .module .modtitle{
        color: #222;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;  
        font-weight: 700;
        text-transform: uppercase;   
  }
  .footer-center{
    padding-top: 45px;
  }
  .box-footer{     
    .modcontent{
      ul{
        li{           
            a{
              border: 0 none;               
              font-size: 14px;
              padding: 0;       
              font-weight: 400; 
              position: relative;
              display: inline-block;
              color: #666;  
              line-height: 32px;            
            }       
          }
      }
    }
  }
  
  .newsletter-footer11{
      .newsletter{
        .title-block{     
          .page-heading{           
            color: #222;
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 15px;  
            font-weight: 700;
            text-transform: uppercase;
          }
          .promotext{
            font-size: 14px;
            line-height: 20px;
          }
        }
        .block_content{ margin-top: 15px;
          form.signup{
            display: block;
            margin-bottom: 25px;
            .form-group{
              position: relative;
              .input-box{
                background-color: #fff;  
                vertical-align: top;
                border-radius: 20px;
              }
              .subcribe{
                position: absolute; top: 0; #{$right}: 0;
              }

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

            .subcribe button{     
              font-size: 14px;
              font-weight: 400;
              text-transform: uppercase;      
              height: 40px;
              line-height: 40px;
              padding: 0 30px;
              border-top-#{$right}-radius: 20px;
              border-bottom-#{$right}-radius: 20px;
            }
          }
        }
      }
  }

  /*== Block policy ==*/
  .row-top{
    margin-bottom: 45px;
  }
  .so-page-builder .f20-block-policy{
    padding-top: 30px;
    padding-bottom: 22px;
  }
  .f20-block-policy{      
      ul{ margin: 0 -15px;
          li{              
              .item-inner{
                  display: inline-block;
                  .content{
                      float: $left;
                      text-align: $left;
                      padding-top: 7px;
                      position: relative;
                      padding-#{$left}: 100px;
                      font-size: 14px; color: #fff;
                      min-height: 80px;
                      &:before{
                          background: url(#{$imgPath}icon/id20-icons.png) no-repeat; 
                          border-radius: 50%;
                          width: 80px;
                          height: 80px;
                          top: 0;
                          #{$left}: 0px;
                          position: absolute; content: "";
                          background-color: #fff;
                      }
                      b{         
                          font-weight: 400;
                          text-transform: capitalize; font-size: 20px;      
                      }
                      span{
                          line-height: 20px;
                          margin: 0;      
                          display: inline-block;
                          width: 100%;
                      }
                  }
              }
              &:last-child .item-inner:before{
                  display: none;
              }
              &.item-1{
                  .item-inner{
                      .content{
                          &:before{
                              background-position: 13px 24px;
                          }
                      }
                  }
              }
              &.item-2{
                  .item-inner{
                      .content{
                          &:before{
                              background-position: 18px -72px;
                          }
                      }
                  }
              }
              &.item-3{
                  .item-inner{
                      .content{
                          &:before{
                              background-position: 17px -168px;
                          }
                      }
                  }
              }
              &.item-4{
                  .item-inner{
                      .content{
                          &:before{
                              background-position: 18px -266px;
                          }
                      }
                  }
              }
     
          }
      }
  }

  .block-infos{
    .block-footer-content{
      position: relative;
      margin-bottom: 25px;
      padding-#{$left}: 65px;
      h4{
        color: #2a3c52; font-size: 16px; font-weight: 700;
        
      }
      &:before{
          background: url(#{$imgPath}icon/id20-icons.png) no-repeat -149px 0; 
          border-radius: 50%;
          width: 50px;
          height: 60px;
          top: 0;
          #{$left}: 0px;
          position: absolute; content: "";
          background-color: #fff;
      }
      .e-contact{
        line-height: 20px;
      }
     
    }
  }

  .content-apps{
    a{
      display: inline-block;
      margin: side-values(0 10px 0px 0);

    }
    @media (min-width: 1200px) and (max-width: 1649px){
      margin: 0 -5px;
      a{
        float: $left;
        padding: 0 5px;
        width: 50%;
        margin: 0;
      }
    }
  }
  
  .socials{
    li{
      display: inline-block; margin-#{$right}: 6px;
      a{
        display: block;
        width: 40px; height: 40px;
        line-height: 40px; text-align: center;
        background-color: #acacac;
        font-size: 14px;
        color: #fff;
        border-radius: 100%;
      }
    }
  }
  
  
  /* FOOTER BOTTOM */

  .payment-w{

  }
  .footer-bottom{
    background-color: #1c2d42;
    padding: 20px 0;
    margin-top: 50px;
      .copyright{
        text-align: $right; color: #999999;
      }
  }
}


