/*!
Theme Name: Electrical Heroes
Template: kadence
Author: Rudtek
Author URI: https://www.rudtek.com
Description: A custom theme Electrical Power for Heroes.
Version: 1.1
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: eph
*/

/* Theme customization starts here
-------------------------------------------------------------- */
body {
  text-underline-offset: 5px;
}
.fullPageHero .kt-row-column-wrap {
  min-height: var(--header-height);
}
.eyebrow {
}
.servicesLight .kt-blocks-info-box-link-wrap:hover {
  background: #ffff00;
  box-shadow: 2px 2px 15px yellow;
}
.serviceDetails{
  padding: 2rem;
  background: var(--global-palette8);
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {

}
@media only screen and (min-width: 768px) {
    .blog .wp-site-blocks .post-thumbnail {
      display: flex;
      align-items: center;
    }
.serviceList {
  display: flex;
  align-items: center;
}
ul.eph-services {
  margin: 0!important;
  flex: 0 0 60%;
}
}