/*
Authors: Arslan Akram, Mohsin Rafique
Author URI: https://mohsinrafique.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl_2.0.html
Created on: 27_Jun_2018, 03:08:04
*/
/*--------------------------------------------------------------------------------
# Archive Page
--------------------------------------------------------------------------------*/
.archive-wrapper {
  padding: 30px;
  margin-top: 30px;
  background: #e53935;
  border-radius: 4px;
  color: #ffffff;
}
.archive-wrapper a {
  color: #ffffff;
}
.archive-wrapper a:hover {
  text-decoration: none;
}