@import './constants.css';

.footer {
  background-color: #111111;
  padding-top: 70px;

  &::before{
    /*content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #454545;
    opacity:0.6;*/
  }

  .container{
    position: relative;
    z-index: 9;
  }

  &.footer-light {
    background-color: #CCCCCC;
  }

  .footer-widget{
    margin-bottom: 30px;

    h6 {
      color: #ffffff;
      font-size: 15px;
      font-weight: 700;
      /*text-transform: uppercase; */
      letter-spacing: 2px;
      margin-bottom: 20px;
    }

    ul {
      padding-left: 0;

      li {
        line-height: 36px;
        list-style: none;

        a {
          color: #b7b7b7;
          font-size: 15px;

          &:hover {
            color: #e53637;
          }
        }
      }

    }

    ul.list-group.list-with-icons{
      padding-left: 0;

      li.list-group-item{
        position: relative;
        margin-bottom: 20px;
        padding: 0;
        line-height: 0;
        background-color: transparent;
        border: none;

        div{
          position: absolute;
          top: 0;
          left: 0;
          margin-left: 25px;
          line-height: 1;
        }

      }

    }

  }

  .footer-social{
    ul{
      padding-left: 0;
      li{
        list-style: none;
        float: left;
        padding: 0 10px;
        &:first-child{
          padding-left: 0;
        }
        a{
          font-size: 20px;
          color: #b7b7b7;
          &:hover{
            color: red;
          }
        }
      }
    }
  }

  .footer-newslatter{
    p {
      color: #b7b7b7;
    }

    form {
      position: relative;

      input {
        width: 100%;
        font-size: 15px;
        color: #ffffff;
        background: transparent;
        border: none;
        padding: 15px 0;
        border-bottom: 2px solid #ffffff;

        &::placeholder {
          color: #b7b7b7;
        }
      }

      button {
        color: #b7b7b7;
        font-size: 16px;
        position: absolute;
        right: 5px;
        top: 0;
        height: 100%;
        background: transparent;
        border: none;
      }
    }
  }

  .footer-copyright{
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    margin-top: 40px;

    a.go-up{
      position: absolute;
      left: 0;

      i, span{
        color: #b7b7b7;
      }
    }

    p {
      color: #b7b7b7;
      margin-bottom: 0;

      i, a {
        color: #e53637;
      }
    }
  }

  .media-body{
    a{
      color: #333;
      &:hover{
        color: red;
      }
    }
    span{
        color: #969696;
      }
  }

  .images-gellary{
    ul{
      padding-left: 0;
      li{
        list-style: none;
        float: left;
        margin: 0 3% 2% 0;
        width: 31%;
        position: relative;
          &:nth-child(3n) {
          margin: 0 0 1%;
          }
        a{

        }
      }
    }
  }

}
