/*
Theme Name: Hipno Child
Template:   hipno
Theme URI: https://1.envato.market/hipno-wp
Description: Hipno Child Theme
Author: AwaikenThemes
Author URI: https://awaikenthemes.com/
Version: 1.0.0
Text Domain: hipno-child
*/

/* Tablets: 768–991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-header {
        margin-top: -155px !important;
    }
}

/* Phones: ≤767px */
@media only screen and (max-width: 767px) {
    .page-header {
        margin-top: -145px !important;
    }
}

.service-item a:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    bottom: 0;
    opacity: 20%;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: var(--e-global-color-primary);
}