/* START REGION - ICONS */
#site-header #header-item-social-wrapper .icon {
    width: 60px;
}

#site-header #header-item-social-wrapper .icon-twitter {
    width: 48px;
}

.icon-phone:before {
    content: 'd';
    font-family: "icomoon";
}

.icon-mail:before {
    content: 'j';
    font-family: "icomoon";
}

.icon-facebook:before {
    content: 'w';
    font-family: "icomoon";
}

.icon-twitter:before {
    content: 'y';
    font-family: "icomoon";
}

.icon-linkedin:before {
    content: 'x';
    font-family: "icomoon";
}

.icon-youtube:before {
    content: '}';
    font-family: "icomoon";
}

.icon {
    display: inline-block;
}

/* END REGION - ICONS */


#site-header {
    background: #ffffff; /* Fallback */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.95) 90%,rgba(255,255,255,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bfffffff',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #ffffff;
    box-shadow: 2px 2px 8px #efefef;
    color: #1E1E1E;
    font-family: "open_sanslight", Arial, sans-serif;
    height: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    transition: height ease-in-out 0.3s, opacity ease-in-out 300ms, padding ease-in-out 0.3s;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 300;
    width: 100%;
}

    #site-header .available {
        color: #000000;
        font-style: italic;
        position: absolute;
        top: 14px;
        transition: top ease-in-out 0.3s;
    }

    #site-header a {
        color: #1E1E1E;
        text-decoration: none;
        transition: color ease-in-out 150ms;
    }

        #site-header a:hover {
            color: #32658B;
        }

    #site-header .logo {
        transition: height ease-in-out 0.3s, padding ease-in-out 0.3s;
        object-fit: contain;
        object-position: center;
        margin-left: auto;
        margin-right: auto;
    }

#logo-wrapper-link {
    cursor: pointer;
    position: absolute;
    top: -18px;
    right: 0;
    opacity: 1.0;
}

    #logo-wrapper-link img {
        max-width: 400px;
    }

#site-header-content {
    height: 100%;
    margin: auto;
    max-width: 1000px;
    width: 70%;
}

    #site-header-content .header-item {
        display: inline-block;
        font-size: 16px;
    }

    #site-header-content .row {
        margin: auto;
        padding: 0;
    }

#site-header-spacer {
    padding-top: 170px;
    transition: padding ease-in-out 300ms;
}

#site-header #header-item-social-wrapper {
    padding-top: 10px;
}

    #site-header #header-item-social-wrapper .icon {
        font-size: 30px;
    }

#header-item-phone, #header-item-mail {
    margin-right: 20px;
    transition: margin-right ease-in-out 0.3s;
}

#header-item-main-wrapper {
    font-family: 'open_sanssemibold';
}





/* START REGION - With smaller class */
#site-header.smaller {
    height: 50px;
    padding-top: 10px;
}

    #site-header.smaller .available {
        top: 8px;
    }

    #site-header.smaller #header-item-main-wrapper {
        display: inline-block;
        margin-right: 20px;
    }

    #site-header.smaller #header-item-social-wrapper {
        display: inline-block;
        padding-top: 0;
    }

/* END REGION - With smaller class */





/* START REGION - Media queries */
@media (max-width: 1250px) {
    #header-item-phone, #header-item-mail {
        margin-right: 10px;
    }
}


@media (max-width: 1180px) {
    #site-header {
        height: 50px;
        padding-top: 10px;
    }

    #site-header-spacer {
        padding-top: 102px;
    }

    #site-header .available {
        top: 8px;
    }

    #site-header #header-item-main-wrapper {
        display: inline-block;
        margin-right: 20px;
    }

    #site-header #header-item-social-wrapper {
        display: inline-block;
        font-size: 30px;
        padding-top: 0;
    }

    #site-header-content .header-item {
        display: inline-block;
        font-size: 14px;
        font-size: 1rem;
    }

    #site-header-content #header-item-phone span, #site-header-content #header-item-mail span, #site-header-content span {
        display: none;
    }

    #site-header-content #header-item-phone .icon, #site-header-content #header-item-mail .icon, #site-header-content .icon {
        font-size: 40px;
        margin-right: 10px;
    }

    #site-header #header-item-social-wrapper .icon {
        font-size: 30px;
        width: 40px;
    }

    #site-header #header-item-social-wrapper .icon-twitter {
        width: 32px;
    }

    #logo-wrapper-link {
        right: -50px;
    }
}

@media (max-width: 767px) {
    #logo-wrapper-link {
        right: 0;
    }

    #site-header-spacer {
        padding-top: 80px;
    }

    #site-header-content {
        width: 95%;
    }

    #header-item-phone {
        margin-right: 0;
    }

        #header-item-phone .icon {
            font-size: 40px;
        }

    #header-item-mail .icon {
        font-size: 40px;
    }

    #site-header #header-item-main-wrapper .icon {
        margin-right: 20px;
    }
}

@media (max-width: 620px) {
    #header-item-social-wrapper .icon-youtube, #header-item-social-wrapper .icon-linkedin {
        display: none;
    }
}

@media (max-width: 520px) {
    #header-item-social-wrapper .icon {
        display: none;
    }
}


@media (max-width: 420px) {
    #site-header-content .available {
        display: none;
    }
}
/* END REGION - Media queries */
