/* ----------------------------------------------------------------
  clearfix
----------------------------------------------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* ----------------------------------------------------------------
	footer
----------------------------------------------------------------- */
@media screen and (max-width: 1020px) {
  #str-footer .lyt-inner {
    margin: 0 20px;
  }
}
@media screen and (max-width: 979px) {
  #str-footer .lyt-inner {
    margin: 0 20px;
  }
  #str-footer .utility ul {
    float: none !important;
  }
  #str-footer .utility ul li a {
    padding: 2px 0;
  }
}
@media screen and (max-width: 760px) {
  #str-footer #footer-nav-container {
    display: none;
  }
  #str-footer .utility ul {
    border-bottom: 1px solid #d9d9d9;
    box-shadow: 0 1px 0 white;
    padding-bottom: 10px;
  }
  #str-footer .utility ul li {
    display: block !important;
  }
  #str-footer #copyright {
    float: none !important;
    padding-bottom: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  #str-footer .lyt-inner {
    margin: 0 10px;
    padding-top: 10px;
  }
  #str-footer .lyt-inner .utility ul li {
    display: block !important;
  }
}
