/*
Theme Name: Kalium - Child Theme
Theme URI: https://kaliumtheme.com
Author: Laborator
Author URI: https://laborator.co
Description: Start creating that amazing website that you have always wanted, only with Kalium &mdash; Connect with Laborator on: <a href="https://twitter.com/thelaborator">Twitter X</a> &bull; <a href="https://www.facebook.com/laboratorcreative">Facebook</a> &bull; <a href="https://www.instagram.com/laboratorcreative">Instagram</a>
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: kalium
Text Domain: kalium
*/


// CSS is defined in admin...

/* Center Category filters * /
div.portfolio-heading {
  justify-content: center;
}

/* Header horizontal line * /
div.header-block__row--main {
  border-bottom: 1px solid black;
}

/* Footer horizontal line * /
footer div.row {
  padding-top: 1em;
  border-top: 1px solid black !important;
}


/* Disable padding(s) on portfolio items (for hover overlay) * /
.portfolio-items {
  --k-pi-overlay-padding: 0 !important;
}
div.portfolio-item__hover-overlay {
  padding: 0 !important;
}

/* Resize the hover overlay "icon" image to maximum * /
.portfolio-items .portfolio-item__hover-overlay {
  --k-pi-overlay-icon-max-width: 100% !important;
}


*/
