/* *******************************************************************
  ==== SUMMARY ====
  - BASE
******************************************************************* */

/* ===================================================================
  BASE
=================================================================== */

.scroll-to-target.scroll-to-top {
  background-color: #ff8c42 !important;
  border: 2px solid #ff8c42 !important;
  color: #fff !important;
}

.scroll-to-target.scroll-to-top:hover {
  background-color: #fff !important;
  border-color: #ff8c42 !important;
  color: #ff8c42 !important;
}
