/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 02 2020 | 21:19:51 */
.uc-footer .row{
  align-items: center;
  text-align: center !important;
}

@media(min-width: 992px){
  .uc-footer .row{
    align-items: flex-start;
    text-align: left !important;
  }
}

.uc-footer .row > div > p{
  font-size: 0.8125rem !important;
  letter-spacing: 1px !important;
  margin-bottom: 0;
}

.uc-footer .row > div > p:first-child{
  margin-top: 30px;
  font-weight: 500 !important;
  font-size: 0.875rem !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
}

@media(min-width: 992px){
  .uc-footer_social{
    margin-top: 30px !important;
  }
}