/*!
Theme Name: Belgatech
Theme URI: https://eyecone.be
Author: Olivier Degandt
Author URI: https://amofordesign.be
Description: Belgatech Engineering website theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Belgatech
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Eyecone is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */




@import "css/uikit.css";
@import "belgatech_slider/belgatech_slider.css";
@import "belgatech_menu/belgatech_menu.css";
@import "icofont/icofont.css";
@import "belgatech_sectors/belgatech_sectors.css";
/*@import "belgatech_activites/belgatech_activites.css";
@import "belgatech_featured_video/belgatech_featured_video.css";
@import "belgatech_team/belgatech_team.css";
@import "belgatech_clients/belgatech_clients.css";
@import "belgatech_news/belgatech_news.css";
@import "belgatech_contact/belgatech_contact.css";*/


/* @import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&subset=latin-ext'); */
@import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&amp;subset=latin-ext');

/* @font-face {
    font-family: 'Ubuntu';
    font-display: auto;
    src: local('Ubuntu'), url(https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&subset=latin-ext) format('woff2');
} */

@font-face {
    src: local('Nunito'), url(https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&amp;subset=latin-ext) format('ttf');
    font-family: 'Nunito';
    font-display: auto;
}

:root {
    --select-bg-color: rgba(0, 94, 117, 0.25);
    --main-bg-color: #007e9d;
    --main-bg-color-hover: #009ac1;
    --main-bg-color-darken: #005e75;
    --main-bg-color-lighten: #73c8dd;
    --main-bg-txt: #ffffff;

    --secondary-txt-color: #696a68;
    --secondary-bg-color: #f1f1f1;


    --switcher-img-background-color: #eaf0ff;
    --main-body-background: #ffffff;
    --main-txt-color: #404b54;
    --main-txt-color-lighten: #b6b6b6;
    --title-h1-color: #007e9d;
    --title-h2-color: #007e9d;
    --title-h3-color: #007e9d;
    --title-h4-color: #007e9d;

    --nameSpan: rgba(28, 48, 69, 0.71);

    --pre-background-color: #eeeeee;
    --abbr-border-color: #696a68;
    --mark-background-color: #fff9c0;
    --hr-background-color: #696a68;
    --select-border-color: #696a68;


    counter-reset: titleH2;
}

#applyContainer {
    min-height: 200px;
    margin-bottom:3rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



.applyHere , .joinUs {
    padding:0.5rem 1rem;
   position: relative;
    width: 150px;
    margin: auto;
    margin-top:1rem;
    border:2px solid white !important;
    background:none !important;
    border-radius: 0.5rem;
    position: relative;
    overflow: hidden;
}

.applyHere:hover , .joinUs:hover {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color:var(--main-bg-color) !important;
    font-weight: 700;
}

.applyHere::before , .joinUs::before {
    border-right: 0.5rem;
    content:'';
    display:block;
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:-100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background-color: white;
    z-index: -1;
}
.applyHere:hover::before , .joinUs:hover::before {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    left:0;
}

.joinUs {
    margin-top:1rem;
}






input[type="submit"].search-submit {
    padding:0.5rem 1rem;
   position: relative;
    margin: auto;
    border:2px solid rgba(255, 255, 255, 0.31) !important;
    border-radius: 0.5rem;
    position: relative;
    overflow: hidden;
    opacity: 0.8;

background: -webkit-gradient(linear, left top, right top, from(#FFF), color-stop(0%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));

background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
   -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

input[type="submit"].search-submit:hover{
     border:2px solid white !important;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    cursor: pointer;
    opacity: 1;
}







/* EXPERISE*/


.modal-large-content {
    padding:7.5rem 4rem 7.5rem 4rem;
}
#design-office-btn {
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    position: absolute;
    bottom: -0.5rem;
}

.expertiseAddon > * {
    text-align: center;
}

.uk-modal-full {
    background:rgba(255, 255, 255, 0.95);
}

.uk-modal-close-full {
top:3rem;
right:2rem;
}

.uk-close-large {
 background:var(--main-bg-color);   
}

.uk-close-large svg {
stroke: var(--main-bg-txt);
width: 25px;
height: 25px;
}



.expertiseAddon h3 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
}

.expertiseAddon {
    text-align: center;
    margin: 1rem;
    padding: 1.5rem;
    background-color: var(--secondary-bg-color);
}

.design-office-for-fixed-price-projects .belgatechAnimContainer {
    border: 8px solid #34d5ff;
}

.design-office-for-fixed-price-projects:hover .belgatechAnimContainer {
    border: 8px solid white;
}




/*

CIRCULARE BUTTON


.applyHere::before {
    content:'Apply here';
    position: absolute;
    height:250px;
    width:250px;
    background:var(--main-bg-color-darken);
    top:0;
    left:0;
    padding-top:calc(125px - 1rem);
    font-size:2rem;
    font-weight: 700;
    border-radius: 100%;
    z-index: 10;
    transition: all 0.5s ease;
}
.applyHere:hover::before {
    background:var(--main-bg-color-hover);
    transition: all 0.5s ease;

}

.applyHere::after {
    content:'';
    position: absolute;
    height:255px;
    width:255px;
    background:var(--main-bg-color-lighten);
    border:solid 2px var(--main-bg-color-lighten);
    top:0;
    left:0;
    padding-top:calc(125px - 1rem);
    font-size:2rem;
    font-weight: 700;
    border-radius: 100%;
    z-index: 8;
}
*/


/* FORM STYLE */

.uk-radio,
.uk-checkbox,
.uk-checkbox {
    border-color: transparent;
    border: 1px solid var(--main-bg-color-lighten);
    /*width:25px;
    height:25px;*/

}

.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
    border-color: transparent;
    border: 1px solid white;
    background-color: var(--main-bg-color-lighten);
    /*width:25px;
    height:25px;*/
}



.hidden {
    display: none !important;
}

#jobFilter li {
    cursor: pointer;
}

.jobDisplayFlex {

}



::-moz-selection {
    background: var(--select-bg-color);
}


::selection {
    background: var(--select-bg-color);
}

::-moz-selection {
    background: var(--select-bg-color);
}

::-webkit-selection {
    background: var(--select-bg-color);
}


.socialMenu {
    padding: 1rem 1rem 0.5rem 1rem;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;

}



.socialMenu a {
    border: none;
}

.wp-block-embed.is-type-video {
    top: 0;
    padding: 0;
    padding-top: 56.5%;
    position: relative;
}

.wp-block-embed.is-type-video iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}


#singleContainer,
#commentZone {
    padding: 5vh 5vw;
    margin: auto;
}


@media screen and (min-width:960px) {

    .socialMenu {
        padding: 0 1rem;
    }
}

.socialMenu a {
    padding: 0 1.2rem;
    margin-left: 0.5rem;
}


.eyeconeTitle {
    color: var(--secondary-txt-color);
}

.size16-9 {
    width: 100%;
    padding-top: 56.5%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.size16-5 {
    width: 100%;
    padding-top: 40%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* SUB NAV SWITCHER */
.switcherImg {
    background: var(--switcher-img-background-color);
}

.flexCenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
}



.underLine {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid var(--main-bg-color);
    overflow: hidden;
    position: relative;
}

.underLine::after {
    content: attr(data-content);
    ;
    font-size: 1rem;
    color: #ebebeb;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: -1;
    right: 0;
}

/*.underLine::before {
counter-increment: titleH2;
  content: counter(titleH2);
    font-size:8.5rem;
    color:#ebebeb;
    display: block;
    position: absolute;
    top:-50%;
    z-index: -1;
    left:0;
}*/


.uk-subnav {
    background: var(--main-bg-color-darken);
    padding: 1rem 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.uk-subnav li {
    margin: 0.5%;
    width: 46%;
    margin-bottom: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.uk-subnav li.close {
    width: 200px !important;
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;

}

.uk-subnav li.close a {
    text-align: center;
    font-weight: 900;
    background: var(--switcher-img-background-color) !important;
    color: var(--main-bg-color) !important;
    border-radius: 5px 0 0 0;
    padding: 0.4rem !important;

}

@media screen and (min-width:960px) {

    .uk-subnav li.close a {
        background: var(--main-body-background) !important;
        color: var(--main-bg-color) !important;
        border-radius: 5px 0 0 0;

    }
}



.uk-subnav {
    position: relative;
}

.close.uk-active a {
    display: none;
}

.close.uk-active a::before {
    content: '\0021E2';
    width: auto !important;
    ;
}

@media screen and (min-width:768px) {



    .uk-subnav li {
        width: 23%;
    }

    .switcherTxt {
        min-height: 60vh;
    }

}

@media screen and (min-width:1600px) {

    .close {
        width: auto !important;
        ;
    }

    .uk-subnav li {
        width: 20%;
    }
}

@media screen and (min-width:1900px) {



    .uk-subnav li {
        width: auto;
    }
}


.uk-subnav-pill a {
    padding: 0.8rem 1.5rem !important;
    background: var(--main-bg-color) !important;
    color: var(--main-bg-txt) !important;
    width: 100%;
    line-height: 1.1rem;

}

.uk-subnav-pill a:hover {
    background: var(--main-bg-color-lighten) !important;
    color: var(--main-bg-txt) !important;

}

.uk-subnav-pill > .uk-active > a {
    background: var(--main-bg-color-lighten) !important;
    color: var(--main-bg-txt) !important;
}

.uk-subnav-pill > .uk-active > a:hover {
    pointer-events: none;
}

.wp-block-gallery {
    margin: 0;
}

img.lazy {
    min-height: 30vh;
}





.uk-button {
    background: var(--main-bg-color);
    color: var(--main-bg-txt);
}

.uk-button:hover {
    background: var(--main-bg-color-hover);
    color: var(--main-bg-txt);
}

.goBackBtn {
    background-image: repeating-linear-gradient( 45deg, #e0e0e0, #e0e0e0 2px, #ffffff 3px, #ffffff 4px );
    color: #acacac;
    font-weight: 900;
}

.goBackBtn:hover {
        color: #797979;
    background-image: repeating-linear-gradient( 45deg, #e0e0e0, #e0e0e0 2px, #ffffff 3px, #ffffff 4px );
    background-color: steelblue;
}


html {
    scroll-behavior: smooth;
}


/* Section background color + padding*/

.site-footer {
    background: var(--main-bg-color-darken);
}


/*H1*/

h1 {
    color: var(--title-h1-color);
}


/* H2 */

h2 {
    text-align: left;
    margin: 0;
    font-size: 2.4rem;
    font-weight: 400;
    color: var(--title-h2-color);
}

h3 {
    text-align: left;
    margin: 0;
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--title-h3-color);
}


/* H4 */

h4 {
    text-align: left;
    margin: 0;
    font-size: 1.3rem;
    font-weight: 400;
    color: var(--title-h4-color);
}

.menu-mainmenu-container {
    width: 100%;
}

@media screen and (min-width:480px) {
    .footerInfos {
        padding: 1rem 0;
    }

    .goTop {
        text-align: right;
    }

    h2 {
        font-size: 2.4rem;
    }

    h3 {
        font-size: 1.8rem;
    }

    h4 {
        font-size: 1.3rem;
        line-height: 1.7rem;
    }
}

@media screen and (min-width:768px) {
    h2 {
        font-size: 2.8rem;
    }

    h3 {
        font-size: 2.3rem;
    }

    h4 {
        font-size: 1.5rem;
        line-height: 2.1rem;
    }
}









@media screen and (min-width:1280px) {
    h2 {
        font-size: 3rem;
    }

    h3 {
        font-size: 2.5rem;
    }

    h4 {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
}


/* H3 */


/* WELCOME DIV INDEX */

#WELCOME {
    max-width: 100vw;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

#WELCOME .uk-button {
    font-size: 0.75rem;
}

#WELCOME h1,
#WELCOME h2 {
    margin: 0;
    font-size: 2.4rem;
}

.uk-badge {
    background: var(--main-bg-color);
    color: var(--main-bg-txt);
    padding: 0.5rem 0.5rem;
    font-size: 0.65rem;
    margin: 0.25rem 0;
    text-transform: uppercase;
    border-radius: 0;
}

#WELCOME h4 {
    display: block;
}

.flexWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#WEWORK {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

#amoAgency {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.alignSelfCenter {
    -ms-flex-item-align: center;
    align-self: center;
}

.bgColor {
    background: var(--main-body-background);
}

.pad2 {
    padding: 0;
}

.mobileOnly {
    display: block;
}

@media screen and (min-width:480px) {

    #WELCOME h1,
    #WELCOME h2,
    h1 {
        font-size: 2.7rem;
    }
}

@media screen and (min-width:768px) {
    #amoAgency {
        min-height: 90vh;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .pad2 {
        padding: 0 2rem;
    }

    #WELCOME h1,
    #WELCOME h2,
    h1 {
        font-size: 2.7rem;
    }
}

@media screen and (min-width:960px) {

    .underLine::after {
        font-size: 2rem;
    }

    .mobileOnly {
        display: none;
    }

    .bgC01 {
        padding: 3rem;
        border-radius: 0.5rem;
        background: var(--main-bg-color-darken);
        color: var(--main-bg-txt);
    }






    .bgC01 .uk-button {
        background: var(--main-bg-color);
        color: var(--main-bg-txt);
        font-weight: 700;
        border-radius: 0.6rem;
    }

    .bgC01 .uk-button:hover {
        background: var(--main-bg-color-hover);
        color: var(--main-bg-txt);
    }

    .bgC02 {
        background: var(--main-body-background);
        border-radius: 0.5rem;
    }
}

@media screen and (min-width:1280px) {
    #WELCOME {
        padding-top: 0 !important;
    }

    #WELCOME h1,
    #WELCOME h2,
    h1 {
        font-size: 4.3rem;
    }
}

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.7rem;
    color: var(--main-txt-color);
}

a {
    font-family: 'Ubuntu', sans-serif;
    color: var(--main-bg-color-lighten);
}

a:hover {
    font-family: 'Ubuntu', sans-serif;
    color: var(--main-bg-color);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: 700;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}


dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}




pre {
    background: var(--pre-background-color);
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted var(--abbr-border-color);
    cursor: help;
}







mark,
ins {
    background: var(--mark-background-color);
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background: var(--main-body-background);
    /* Fallback for when there is no custom background color defined. */
}


hr {
    background-color: var(--hr-background-color);
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    width: 100%;
    /* Adhere to container width. */
}

.story {
    padding-bottom: 20vh;
}

figure {
    /* margin: 1em 0; */
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/



button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border-radius: 3px;
    background: var(--main-bg-color-darken);
    color: var(--main-bg-txt);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: none;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.uk-input,
.uk-select,
.uk-textarea{
    color: var(--main-txt-color);
    border-bottom: 1px solid #ccc;
    font-weight: 300;
}






input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: var(--main-txt-color);
}

select {
    border: 1px solid var(--select-border-color);
}

textarea {
    width: 100%;
}


.screen-reader-text {
    display:none;
}
.search-field {
    background: none;
    border-radius: 0.5rem 0.5rem 0 0 !important;
    border:none;
    color: #fff !important;
    font-weight: 300;
    border-bottom: 1px solid white  !important;
    padding-left:10px;
    opacity: 0.8;

}
.search-field:active, .search-field:hover {
    opacity: 1;

}

#searchFormContainer {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}
.search-form input {
    width:100px;
}
.search-form .search-submit {
    width:70px;
}

@media screen and (min-width:1150px) {


    #searchFormContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
}



body input:-internal-autofill-selected {
    background:none !important;
    color: #fff !important;
    border-bottom: 1px solid white  !important;
}

.search-field::-webkit-input-placeholder {
    color: #fff !important;
    font-weight: 300;
}

.search-field:-ms-input-placeholder {
    color: #fff !important;
    font-weight: 300;
}

.search-field::placeholder {
    color: #fff !important;
    font-weight: 300;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

.content-area a:visited,
.content-area a {
    text-decoration: none;
    position: relative;
    display: inline-block;
    overflow: visible;
}

/*.content-area a:before {
    opacity: 0;
    text-align: center;
    content: "";
    background-color: white;
    background-image: url('https://image.flaticon.com/icons/svg/282/282100.svg');
    background-size: 1em;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -40px;
    width: 30px;
    height: 1em;
    color: var(--main-bg-color);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}*/





.content-area a:after {
    content: '';
    background: var(--main-bg-color);
    color: var(--main-txt-color);
    text-decoration: none;
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-radius: 0 0.2em 0.2em 0;
}




.content-area a:hover {
    color: var(--main-bg-color);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

/*.content-area a:hover:after {
    content: '';
    background: var(--main-bg-color);
    color: var(--main-txt-color);
    text-decoration: none;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
}*/

a {
    background-color: transparent;
    outline: 0;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: var(--main-body-background);
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: var(--main-bg-color);
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}



/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

.entry-meta {
    padding-bottom: 1.5rem;
}

.goOnTop {
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid white;
    border-radius: 50%;
    position: relative;
}

.goOnTop:after {
    content: '\0021E1';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 40px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    color: var(--main-bg-txt);
    text-align: center;
}

.goOnTop:hover {
    background-color: white;
    color: var(--main-bg-color);
}

.goOnTop:hover:after {
    color: var(--main-bg-color);
}



.site-info {
    color: white;
    text-align: center;
    font-size: 0.9rem;
}

.site-info a {
    color: rgba(255, 255, 255, 0.79);
}

.site-info a:hover {
    color: var(--main-bg-txt);
}

.site-footer {
    background: var(--main-bg-color-darken);
    color: var(--main-bg-txt);
}

.goOnTop:hover svg {
    fill: var(--main-bg-color);
    stroke: var(--main-bg-color);
}






/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 0 0;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

* {
    outline: none;
}

.single .wbWidth {
    max-width: 1500px;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery .gallery-item a,
.gallery .gallery-item a:hover,
.gallery .gallery-item a:active,
.gallery .gallery-item a:before,
.gallery .gallery-item a:after {
    padding: 0;
    display: block;
    color: none;
    background: none;
    border: none;
    text-decoration: none;
}

.wp-block-gallery .blocks-gallery-item a,
.wp-block-gallery .blocks-gallery-item a:hover,
.wp-block-gallery .blocks-gallery-item a:active,
.wp-block-gallery .blocks-gallery-item a:before,
.wp-block-gallery .blocks-gallery-item a:after {
    padding: 0;
    display: block;
    color: none;
    background: none;
    border: none;
    text-decoration: none;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
    background: var(--main-bg-color);
}




.gallery-item img {
    opacity: 0.7;
}

.gallery-item:hover img {
    opacity: 1;
}

.postPresentation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.postPresentation div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item {
    max-width: 100%;
}

@media screen and (min-width:480px) {

    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item {
        max-width: 50%;
    }

    .excerptTitle {
        font-size: 3rem;
    }
}

@media screen and (min-width:768px) {

    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item {
        max-width: 25%;
    }
}

@media screen and (min-width:960px) {

    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item {
        max-width: 16.66%;
    }

    .excerptTitle {
        font-size: 4rem;
    }
}

@media screen and (min-width:1600px) {

    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }

    .excerptTitle {
        font-size: 5rem;
    }
}

.gallery-caption {
    display: block;
}

.tos-image img {
    width: auto;
    height: auto;
}


#singlePage.wbWidth {
    padding-top: 0;
    padding-bottom: 0;
}

.entry-header {
    color: var(--main-txt-color);
    /*  background: var(--main-bg-color-darken);*/
}

/*.entry-title {
   color: var(--main-bg-txt);
}*/







.site-footer {
    font-size: 1rem;
    padding: 3vh 5vw;
}

.site-footer h3,
.site-footer h2,
.site-footer h1 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    line-height: 1.9rem;
}

.belgatechFooterWidget a {
    padding: 0.5rem;
    font-size: 0.9rem;
    line-height: 2rem;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    height: 100%;
    display: inline-block;
    width: auto;
    min-width: 50px;
}

.belgatechFooterWidget .current-menu-item a {
    background: var(--main-bg-txt);
    color: var(--main-bg-color);
}

.belgatechFooterWidget a {
    background: var(--main-bg-color);
    color: var(--main-bg-txt);
}

.belgatechFooterWidget a:hover {
    background: var(--main-bg-color-lighten);
    color: var(--main-bg-txt);
}

.site-footer .belgatechFooterWidget {
    padding: 2rem;
}


.site-footer .flex-item {
    padding: 0 2%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 4;
    -ms-flex-positive: 4;
    flex-grow: 4;
}

.site-footer li,
.site-footer ul {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none !important;
    line-height: 1.6rem;
    margin-bottom: 0.5rem;
}

.site-footer li {
    margin-right: 0.5rem;
}

.site-footer a,
.site-footer a:visited,
.site-footer a:active {
    text-decoration: none;
}

@media screen and (min-width:960px) {

    .site-footer li,
    .site-footer ul {
        display: inline-block;

    }
}


/* /////////////////////////////////////////  NEWS POST TEMPLATE ////////////////////////////////////////////////////////// */

@media screen and (min-width:960px) {
    #newsContainer {
        padding: 0 2.5rem 0 0;
    }

    .belgatechSingleContent {
        padding: 0 0rem 0 2rem;
    }

    .latestNewsTitle {
        font-size: 6rem;
    }

    #newsPage {

        -webkit-box-orient: horizontal;

        -webkit-box-direction: reverse;

        -ms-flex-direction: row-reverse;

        flex-direction: row-reverse;
    }
}



.newsFilterTitle {
    padding: 1rem 0;
}

.newsCategoryList li,
.newsCategoryList {
    width: 100%;
    font-size: 1.2rem;
    line-height: 2rem;
}

.newsCategoryList li a,
.newsCategoryList li a:visited {
    width: 100%;
    font-size: 1.2rem;
    color: var(--main-bg-color-lighten);
    border: none;
}

.newsCategoryList li a:hover,
.newsCategoryList li a:active {
    color: var(--main-bg-color-darken);
}

.newsCategoryList li {
    list-style: none;
    width: 100%;
    border-bottom: 1px solid #c1c1c1;
    padding: 0.5rem 0;
}


.newsCategoryList,
.newsCategoryList li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.newsCategoryList {
    margin-bottom: 1.2rem;
}


.postDate {
    display: block;
    width: 100%;
    text-align: right;
    padding: 0.2rem 0.3rem;
    font-size: 0.8rem;
    background-color: #eeecf740;
    color: var(--main-txt);
}

.newsCategoryList li:last-of-type {
    border: none;
}

.newsCategoryList span::before {
    font-size: 2.2rem;
    color: var(--main-bg-color-darken);
    margin-right: 0.5rem;
}

.otherNews {
    display: none !important;
    padding: 0.5rem;
}

.otherNews ::before {
    display: inline-block;
    margin-right: 0.5rem;
}


.belgatechNews {
    padding: 1rem;
    padding-bottom: 60px;
    position: relative;
    margin-bottom: 2rem;
}



.belgatechSingleThumbnail .size16-9 {
    background-size: cover;
}

.belgatechSingleThumbnail {
    background-color: var(--main-bg-color);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 250px;

}

.latestNewsTitle {
    color: white;
    font-size: 3rem;
    text-align: center;
}



.belgatechNews h4 {
    padding: 1rem 0 0.5rem 0;
    position: relative;
}


.belgatechNews p {
    margin: 0.5rem 0;
}

#belgatechNewsSection {
    padding: 12vh 5vw;
}

/* READ MORE BTN STYLE 01*/
.readMoreBtn  {
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-top:0.5rem;
    border-radius: 0.5rem;
    padding:0.5rem 1rem;
    color: var(--main-bg-color);
    border: 1px solid var(--main-bg-color);
    position: relative;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    overflow: hidden !important;
    z-index: 1;
}


.readMoreBtn::before {
   content:'';
    background:var(--main-bg-color);
    position: absolute;
    top:0;
    left:-100%;
    height:100%;
    width:100%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    z-index: -1;
}
.readMoreBtn:hover, a.readMoreBtn:hover {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    color: var(--main-bg-txt);
}


.readMoreBtn:hover::before {
       -webkit-transition: all ease 0.4s;
       transition: all ease 0.4s;
    left:0;
}


.nav-previous a , .nav-next a {
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-top:0.5rem;
    border-radius: 0.5rem;
    padding:0.5rem 1rem;
    background-image: repeating-linear-gradient( 45deg, #e0e0e0, #e0e0e0 2px, #ffffff 3px, #ffffff 4px );
    color: #acacac;
    font-weight: 900;
}

.nav-previous a:hover , .nav-next a:hover{
    color: #797979;
    background-image: repeating-linear-gradient( 45deg, #e0e0e0, #e0e0e0 2px, #ffffff 3px, #ffffff 4px );
    background-color: steelblue;
}

/* READ MORE BTN STYLE 02*/
.readMoreBtn2 {
    margin-top:0.5rem;
    border-radius: 0.5rem;
    padding:0.5rem 1rem;
    color: var(--main-bg-txt);
    border: 1px solid var(--main-bg-color);
    position: relative;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    overflow: hidden;
    z-index: 1;
        background:var(--main-bg-color);

}
.readMoreBtn2::before {
    content:'';
  background:var(--main-bg-color-darken);
    position: absolute;
    top:0;
    left:-100%;
    height:100%;
    width:100%;
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s;
    z-index: -1;
}
.readMoreBtn2:hover {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    color: var(--main-bg-txt);
}

.readMoreBtn2:hover::before {
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s;
    left:0;
}






.belgatechNews .readMoreBtn {
    right: 1.5rem;
    position: absolute;
    bottom: 10px;
}


.clientContactInfos a{
        color: var(--main-bg-txt);
}
.clientContactInfos a:hover{
       color: var(--main-bg-color-lighten);
}

/* //////////////////////////////////////////////////// TESTIMONIALS DESIGN //////////////////////////////////////////////////////////////// /*/

#testimonialHome.testimonialContainer{
    padding:1rem;
}

#testimonialHome.testimonialContainer .consultantTestimonial{
    padding:1.5rem;
    margin: 0.5rem;
}


#testimonialHome.testimonialContainer:nth-of-type(even) .consultantTestimonial {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

#testimonialHome .testimonialHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#testimonialHome .testimonialHead img{
    margin-right:1.5rem;
}






.consultantTestimonial img {
    max-width:150px;
    height:auto;
    border-radius: 100%;
    border:none;
}

.pictureTestimonial {
    max-width: 150px;
    height: auto;
    margin: auto;
    max-height: 150px;
    border:5px solid #fff;
    border-radius: 100%;
    -webkit-box-shadow: 7px 5px 7px 1px rgba(209,205,209,0.80);
    box-shadow: 7px 5px 7px  1px rgba(209,205,209,0.80);
}

.infoTestimonial {
    padding:0 2rem;
    font-size: 1rem;
}

.testimonialContainer:nth-of-type(even) .infoTestimonial{
        padding:0 2rem ;
}

@media screen and (min-width:768px) {

    .infoTestimonial {
        padding:0 200px 0 3rem;
    }

    .testimonialContainer:nth-of-type(even) .infoTestimonial{
        padding:0 3rem 0 200px;
    }

    .pictureTestimonial {
        margin: 0;
    }
}


.personTestimonial h4 {
    font-weight: 700;
    font-size:2.5rem;
    line-height: 3rem;
}

.testimonialContainer:nth-of-type(even) .consultantTestimonial {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    border-top:1px solid #e5e5e5;
}
.testimonialContainer:nth-of-type(even) .personTestimonial, .testimonialContainer:nth-of-type(even) .personTestimonial > * {
    text-align:right;
}


#homeTestimonials {
    padding: 12vh 5vw;
    background: var(--main-bg-color);
}

#homeTestimonials h2 {
    color: var(--main-bg-txt);
}


.testimonialContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.testimonialContainer .consultantTestimonial {
    background-color: var(--main-bg-txt);
    padding:2.5rem 0;
}

.consultantTestimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.consultantTestimonial h4,
.consultantTestimonial .consultantFunction,
.consultantTestimonial p {
    width: 100%;
}

.consultantFunction {
    color: #999;
    font-style: italic;
}

.textTestimonial p:first-of-type {
    content: '"';
}


/* ////////////////////////////////////////////////////  SINGLE PAGE CSS //////////////////////////////////////////////////////////////// /*/

.post-thumbnail {
    display:none;
}

.type-testimonials .post-thumbnail {
    display: block;
    max-width:150px;
    max-height: 150px;
}













/* //////////////////////////////////////////////////// RECRUITMENT SECTION  //////////////////////////////////////////////////////////////// /*/


.recruitmentContainer .readMoreBtn {
    right: 1.5rem;
    padding: 0 2rem;
    position: absolute;
    bottom: 10px;
}



.recruitmentContainer {
    position: relative;
    padding: 1rem;
    padding-bottom: 60px;
    margin-bottom: 3rem;
}


.jobReference {
    display: block;
    width: 100%;
    text-align: right;
    padding: 0.2rem 0.3rem;
    font-size: 0.8rem;
    background-color: #eeecf740;
    color: var(--main-txt);
}

.lastJobRef {
    background: var(--main-bg-txt);
    font-size: 0.8rem;
    padding: 0.3rem 0.5rem;
    color: var(--main-bg-color-darken);
}

.iconJob::before {
    font-size: 2rem;
    margin-right: 0.3rem;
}

.lastJobDate {
    color: var(--main-bg-color-darken);
    border-radius: 5px;
    background: var(--main-bg-color-lighten);
    padding: 0.2rem 0.5rem;
    font-size: 0.9rem;
    line-height: 2rem;
    margin-right: 0.5rem;
}

@media screen and (max-width:960px) {
    .lastOffer {
        margin-top:1.5rem;
    }
}

.lastOffer .jobLink .lastJobTitle {
    font-size: 0.95rem;
}

.lastOffer .jobLink .lastJobTitle,
.lastOffer .jobLink .iconJob {
    color: var(--main-bg-txt);
}

.lastOffer .jobLink:hover .lastJobTitle {
    color: var(--main-bg-color-lighten);
}

.lastOffer {
    padding: 1rem;
    background-color: var(--main-bg-color);
    color: var(--main-bg-txt);
    line-height: 2rem;
}

.lastOffer h2 {
    color: var(--main-bg-txt);
}

.recruitmentInfos {
    padding-top: 1rem;
}


h2 {
    padding-bottom: 1rem;
}


#jobContainer,
#jobFilterContainer {
    margin-top: 2rem;
}

@media screen and (min-width:960px) {
    #jobContainer {
        padding-left: 1.5rem;
    }

    .recruitmentInfos {
        padding-right: 2.5rem;
    }

    .belgatechSingleContent {
        padding: 0 0rem 0 2rem;
    }

    #jobSection {
        /*        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;*/
    }
}


.jobFilterTitleTxt,
.newsFilterTitleIcon:before {
    color: white;
}

.jobFilterTitle {
    padding: 1rem 0;
}


#jobContainer h2 {
    padding-top: 1.6rem;
}

.JobCategoryList,
.JobCategoryList li {
    padding: 0;
    margin: 0;
    list-style: none;
}


#filterContainer {
    background: var(--main-bg-color-hover);
    padding: 1rem 0.5rem;
}

.JobCategoryList li,
.JobCategoryList {
    width: 100%;
    font-size: 1.2rem;
    line-height: 2rem;
}

.JobCategoryList li,
.JobCategoryList li:visited {
    width: 100%;
    font-size: 1.15rem;
    color: var(--secondary-bg-color);
    border: none;
}

.JobCategoryList li:hover,
.JobCategoryList li:active {
    color: var(--main-bg-color-lighten);
}

.JobCategoryList li {
    list-style: none;
    width: 100%;
    border-bottom: 1px solid #c1c1c1;
    padding: 0.3rem 0;
}




.JobCategoryList {
    margin-bottom: 1.2rem;
}

.JobCategoryList li:last-of-type {
    border: none;
}

.JobCategoryList span::before {
    font-size: 2.2rem;
    color: var(--secondary-bg-color);
    margin-right: 0.5rem;
}


.careerCard li span::before {
    display: inline-block;
    font-size: 2.2rem;
    margin-right: 0.5rem;
    color: white;
}

.careerCard:first-of-type {
    padding-right: 0rem;
    margin-bottom: 2rem;

}

.careerCard:last-of-type {
    padding-left: 0rem;
    margin-top: 2rem;

}

@media screen and (min-width: 960px) {

    .careerCard:first-of-type {
        padding-right: 3rem;
        margin-bottom: 0;

    }

    .careerCard:last-of-type {
        padding-left: 5rem;
        margin-top: 0;

    }
}

#belgatechCareer {
    padding: 12vh 5vw;
    position: relative;
    z-index: 10;
    background:var(--main-bg-color-darken);
}

#belgatechCareer .careerCard a{
    border-bottom: none;
}

#belgatechCareer::before{
    content:'';
    position: absolute;
    width:100%;
    height:100%;
    background-image:url(./img/hireBackground.jpg);
    background-position: 70%;
    background-size: cover;
    top:0;
    left:0;
    z-index: -1;
    opacity: 0.5;
}

@media screen and (min-width:960px) {

#belgatechCareer::before{
    background-position: center;
}
}

.belgatechService {
    position: relative;
}

#competenciesContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


h2 span {
    margin-right: 0.8rem;
}

#whoAreWe {
    color: rgba(255, 255, 255, 1);
}

.whoweareColumn {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.whoweareColumn .wp-block-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
};


#whoAreWe .uk-button:hover,
#belgatechCareer .uk-button:hover {
    background: var(--main-bg-color-darken);
}

#whoAreWe,
#serviceSection, #belgatechCompetenciesContainer {
    padding: 12vh 5vw;
}


#serviceSection .uk-slideshow-items {
    border-radius: 15px;
}

.titleDate {
    width: 100%;
}

#whoAreWe {
    background: var(--main-bg-color-hover);
}

#whoAreWe h2,
#belgatechCareer h2 {
    color: white;
}

#belgatechCareer .uk-button {
    background: var(--main-bg-color-hover);
}

#serviceSection {
    background: #f1f1f1;
}

#serviceSlide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 2rem 0 0;
}


.belgatechService h4 {
    padding: 0.5rem;
    font-size: 1.2rem;
    color: var(--main-bg-txt);
}


/*ANIMATION 3D Card */

.belgatechService {
    position: relative;
    z-index: 20;
    margin-bottom: 1.5rem;

}

.belgatechAnimContainer {
    -webkit-perspective-origin: center;
    perspective-origin: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: var(--main-bg-color);
    color: white;
    height: 100%;
    margin: 0 1rem;
}

.belgatechAnimContainer .size16-9 {
    -ms-flex-item-align: start;
    align-self: flex-start;
}


.belgatechServiceBack {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: var(--main-bg-txt);
    color: var(--main-bg-color);
    z-index: 5;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    border: 0.2rem solid var(--main-bg-color-lighten);
    opacity: 0;
}

/* DEPLACEMENT SUR LES X DES ELEMENTS */
.belgatechService h4 {
    -webkit-transform: translate3D(0px, -5px, 60px);
    transform: translate3D(0px, -5px, 60px);
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}

/* DEPLACEMENT SUR LES X DES ELEMENTS */
.belgatechService .belgatechBackText {
    -webkit-transform: rotateY(180deg) translate3D(0px, 0, 60px);
    transform: rotateY(180deg) translate3D(0px, 0, 60px);
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    position: absolute;
}

.belgatechService p {
    padding: 1.5rem;
    font-size: 1.25rem;
    color: var(--main-bg-color);
    -webkit-transform: translate3D(0px, -10px, 60px);
    transform: translate3D(0px, -10px, 60px);
    -webkit-transition: all ease 1.7s;
    transition: all ease 1.7s;
    margin: 0;
    opacity: 0;
}


@media screen and (max-width:1600px) {
    .belgatechService p {
        font-size: 1.1rem;
    }
}


/* ROTATION DES ELEMENTS */
.belgatechService:hover .belgatechAnimContainer , .belgatechService:focus .belgatechAnimContainer {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.belgatechService:hover .belgatechAnimContainer h4 , .belgatechService:focus .belgatechAnimContainer h4{
    opacity: 0;
}

.belgatechService:hover .belgatechAnimContainer .imgAbsolute , .belgatechService:focus .belgatechAnimContainer .imgAbsolute {
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    opacity: 0;
}


.belgatechService:hover .belgatechAnimContainer .belgatechServiceBack,
.belgatechService:hover p , .belgatechService:focus .belgatechAnimContainer .belgatechServiceBack,
.belgatechService:focus p {
    opacity: 1;
}











.servicesList,
.careerCard ul {
    padding: 0;
    margin: 0;
}

.servicesList {
    margin-bottom: 1.2rem;
}

.servicesList li {
    font-size: 1.2rem;
    line-height: 2rem;
}

h2 {
    padding-bottom: 1.6rem;
}

.servicesList li:last-of-type,
.careerCard li:last-of-type {
    border: none;
}

.servicesList span::before {
    font-size: 2.2rem;
    color: var(--main-bg-color-darken);
    margin-right: 0.5rem;
    top: 0.30rem;
    position: relative;
}



.careerCard,
#whoAreWe,
#ourServices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
    /*align-content: space-between;*/
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.careerCard h2 {
    width: 100%;
}
.careerCard ul {
    margin-bottom:1.5rem;
}

.careerCard p {
    color: rgba(255, 255, 255, 0.8);
    margin:0;
}

.careerCard li,
.careerCard ul,
.servicesList {
    width: 100%;
}

.careerCard li a {
    font-size: 1.2rem;
     color: white;

}

.careerCard li a:hover {
    color: var(--main-bg-color-lighten);
}

.servicesList li
{
    list-style: none;
    width: 100%;
    border-bottom: 1px solid #c1c1c1;
    padding: 0.5rem 0;
}
.servicesList li,
.careerCard li {
    list-style: none;
    width: 100%;
    /*border-bottom: 1px solid #c1c1c1;*/
    padding: 0.5rem 0;
}

.servicesList li a {
    border: none;
}


.belgatechFooterWidget .goOnTop {
    height: 50px;
    width: 50px;
}

.belgatechFooterWidget .goOnTop svg {
    display: none;
}


/* PAGE WITH PICTURE */

#pageHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 38vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: -1000;
    background-size: cover;
    background-position: center;
    background-color: var(--main-bg-color);
}

#pageHeader h1 {
    margin-top: 16vh;
    color: white;
    font-size: 3.5rem;
    z-index: 9;
    text-align: center;
}

@media screen and (min-width:1600px) {

    #pageHeader h1 {
        font-size: 5rem;
    }
}


#pageHeader:before {
    top: 0;
    position: absolute;
    content: '';
    display: block;
    height: 300px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(transparent));
    background: linear-gradient(rgba(0, 0, 0, 0.65), transparent);
    z-index: 1 !important;
}



/*RECRUITMENT PAGE SYLE */


#careerLinkSection {
    margin: 1.5rem 0;
}

.careerBlockLink {
    padding: 2.5rem;
    text-align: center;
    position: relative;
}



.careerBlockLink a {
    display: block;
    padding: 2rem 0;
    background: var(--secondary-bg-color);
    color: var(--main-bg-color-darken);
    width: 100%;
    font-size: 0.9rem;
}

.careerBlockLink a:hover {
    background: var(--main-bg-color-lighten);
    color: var(--main-bg-color-darken);

}

.careerBlockLink ::before {
    font-size: 5rem;
    display: block;
    width: 5rem;
    height: 5rem;
    margin: auto;
    margin-bottom: 0.5rem;
}

#customPagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


#customPagination .page-numbers {
    display: inline-block;
    padding: 0.5rem;
    background-color: var(--secondary-bg-color);
    color: var(--main-bg-color);
    font-size: 0.9rem;
    margin: 0.25rem;
    min-width: 35px;
    text-align: center;
}

#customPagination .page-numbers:hover {
 	background-color: var(--main-bg-color);
     color: var(--main-bg-txt);

}

#customPagination .page-numbers.current {
 	background-color: var(--main-bg-color);
     color: var(--main-bg-txt);

}