/*
* Footer section
*/

footer {
  /*margin-top: 100px;*/
}

footer .color-bar div {
  padding-bottom: 3px;
}

.footer-container {
  background-color: white;
  text-align: left;
  font-size: var(--fsz);
  padding: 20px 0px;
}


.footer-cont-box {
  margin-bottom: var(--d-mg);
}

.footer-cont-box p.title {
  font-size: 0.8em;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 2px;
  font-weight: bold;
  color: var(--primary-color);
}

.footer-cont-box ul.links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-cont-box ul.links li {
  font-size: 0.8em;
}

.footer-cont-box ul.links li a {
  line-height: 10px;
  color: var(--primary-color);
  font-weight: 400;
}

.footer-cont-box ul.links li p {
  line-height: 19px;
  color: var(--primary-color);
  font-weight: 400;
}

.bottom-bar {
  background-color: var(--primary-color);
  color: #ffffff;
  padding: 0.3em 0px
}

.bottom-bar p {
  font-size: 0.8em;
}

/* app and tweet section */
.app-tweet-sect {
  /*margin-top: var(--d-mg);*/
}

.app-tweet-sect .app-sect {
  width: 100%;
  margin-bottom: 20px;
}

.app-tweet-sect .app-sect .inner-sect {
  height: 180px;
  background-image: url('../../img/banners/Asset\ 27.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.app-tweet-sect .app-sect .inner-sect .content-sect h4 {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 1em;
}

.app-tweet-sect .app-sect .inner-sect .content-sect {
  position: absolute;
  bottom: 20%;
  left: 5%;
}

.app-tweet-sect .app-sect .inner-sect .content-sect h4 span {
  font-weight: 900;
  color: var(--primary-color);
}

.app-tweet-sect .app-sect .inner-sect .content-sect p {
  font-size: 0.8em;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 0.6em;
}

.app-tweet-sect .app-sect .inner-sect .content-sect p span {
  font-size: 0.8em;
  text-transform: uppercase;
  color: var(--danger);
}

.app-tweet-sect .app-sect .inner-sect .content-sect a.btn-main {
  font-size: 0.8em;
}

.app-tweet-sect .tweet-sect .inner-sect {
  background-color: #ffffff;
  /*padding: 1em 0.2em;*/
  height: 180px;
}

.app-tweet-sect .tweet-sect .tweet-cont {
  overflow-x: hidden;
  height: inherit;
  overflow-y: auto;
}

@media (min-width: 576px) {
  .footer-cont {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
  }

  .footer-cont-box {
    margin-bottom: var(--d-mg);
    width: 25%;
    padding-top: 20px;
  }

  /* app and tweet feed */
  .app-tweet-sect .tweet-sect .inner-sect {
    height: 240px;
  }
}

@media (min-width: 992px) {

  .footer-cont {
    display: flex;
    justify-content: space-between;
  }

  .footer-cont-box {
    margin-bottom: 0px;
    width: 20%;
    padding: 0px;
  }
  /* app and tweet section */
  .app-tweet-sect {
    /*margin-top: var(--d-mg);*/
    display: flex;
    height: 180px;
    justify-content: space-between;
  }

  .app-tweet-sect .app-sect {
    width: 60%;
    margin-bottom: 0px;
  }

  .app-tweet-sect .app-sect .inner-sect .content-sect {
    bottom: 30px;
    left: 10%;
    height: 120px;
  }

  .app-tweet-sect .app-sect .inner-sect .content-sect h4 {
    font-size: 1.6em;
  }

  .app-tweet-sect .app-sect .inner-sect {
    height: 100%;
  }

  .app-tweet-sect .app-sect .inner-sect .content-sect a.btn-main {
    font-size: 0.7em;
    padding: 0.5em 1em;
  }


  .app-tweet-sect .tweet-sect {
    /*width: 37%;*/
  }

  .app-tweet-sect .tweet-sect .inner-sect {
    height: 100%;
  }
}