/*
Theme Name: ALYA Hub
Theme URI: https://hub.alya.com
Author: ALYA.ai
Description: Powering marketing intelligence
Version: 4
*/

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans_regular/OpenSans-Regular-webfont.eot');
    src: url('fonts/opensans_regular/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/opensans_regular/OpenSans-Regular-webfont.woff') format('woff'),
    url('fonts/opensans_regular/OpenSans-Regular-webfont.ttf') format('truetype'),
    url('fonts/opensans_regular/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans_light/OpenSans-Light-webfont.eot');
    src: url('fonts/opensans_light/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/opensans_light/OpenSans-Light-webfont.woff') format('woff'),
    url('fonts/opensans_light/OpenSans-Light-webfont.ttf') format('truetype'),
    url('fonts/opensans_light/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/opensans_semibold/OpenSans-Semibold-webfont.eot');
    src: url('fonts/opensans_semibold/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/opensans_semibold/OpenSans-Semibold-webfont.woff') format('woff'),
    url('fonts/opensans_semibold/OpenSans-Semibold-webfont.ttf') format('truetype'),
    url('fonts/opensans_semibold/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

#hub {
  margin-top:0 !important;
}

#wpadminbar {
    bottom: 0 !important;
    top: auto !important;
    position: fixed !important;
}

/* MEDIA QUERIES*/
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #wpadminbar {
        position: absolute;
    }
}


/*Print optimization*/
@media print {
    body {
        width: 100%;
    }

    .navbar {
        display: none;
    }

    footer {
        display: none;
    }

    /*Chat tool */
    #sk-holder {
        display: none;
    }
}

footer {
    border-top: solid #eeeeee 1px;
    padding: 15px 0 5px;
    margin-top: 10px;
}
