/*
Theme Name: Secretly Canadian
Theme URI: http://www.secretlycanadian.com/
Description: Bespoke, responsive theme created for the Secretly Canadian site.
Author: Tristan Palmer Studio
Author URI: http://www.tristanpalmerstudio.com
Version: 1.0
*/

body .alm-load-more-btn.done {
    display: none!important;
}

a.page-numbers {
  color: #6d91f0;
  border-bottom: 1px solid #6d91f0;
  transition: all 0.5s;
}

a.page-numbers:hover {
  color: #000;
  border-color: #000;
  transition: all 0.5s;
}