/*
Theme Name: GZ - Solidsite
Theme URI: https://globezenit.com
Author: solidsite.be - hans cnops
Author URI: https://solidsite.be
Description: Custom theme for Globe Zenit
Version: 1.0.0
Tested up to: 5.7.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: solid
*/

:root {
    /* --red: #ce3011;*/
    --red: #ce3011;
    --red-dark: #a71a01;
    --red-light: #F87431;
    --green: #8BC34A;
    --heading-color: #171717;
    --txt-color: #6C6C6C;
    --gray: #6C6C6C;
    --gray-light: #D8D2CF;
    --dark: #392D2E;
    --light: #FAF5F4;
    --black: #000000;
}


div#languageMenu ul{
    position: relative;
}

div#languageMenu ul:before{
    position: absolute;
    color: var(--black);
    left: -20px;
    content: '\e894';
    font-family: 'Material Icons';
}

div#bannerSolid {
    max-height: 800px;
}

div.sectorRepeater {
    background-color: #FFFFFF;
}
.Service-item_block.two {
    padding-bottom: 60px;
}

img.gzService-itemImg {
    height: 100%;
}

p.toService:hover{
    transform: translateX(5px)
    
}
.singleOfficeItem01 p.officeMail span.material-icons,
.singleOfficeItem01 p.officePhone span.material-icons {
    display: inline-block;
    color: var(--red);
    font-size: 20px;
    vertical-align: middle;
}
.singleOfficeItem01 p {
    line-height: 1;
}

.singleOfficePage .singleOfficeIntro img.officeSingeImg {
    min-height: 100%;
}