@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&display=swap');

body {
    font-size: 13px;
    background: #F7F7F5;
    font-family: 'Assistant', sans-serif;
}

/*
Fonts
 */
.display-6 {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.red {
    color: red;
}

a {
    text-decoration: none;
}

/*
Buttons
 */

.btn-dark {
    color: #fff;
    font-size: 12px;
    background-color: #212529;
    border-color: #212529;
    font-weight: lighter;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0px;
}

.btn-link {
    color: #000;
    text-decoration: none;
    font-size: 12px;
}

.btn-link:hover {
    color: #000;
    text-decoration: none;
}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

/*
Tables
 */

tfoot td {
    border: none;
}

/*
Utillities
 */
.uppercase {
    text-transform: uppercase;
}

.pointer {
    cursor: pointer;
}

.gradient-custom {
    /* fallback for old browsers */
    background: #6a11cb;

    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1));

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1))
}

/*
Breadcrumb
 */

.breadcrumb a {
    color: #000;
}

/*
Navbar
 */


.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 13px;
}

.navbar-parent, .custom-dropdown {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}



/* OLD
.nav-link {
    display: block;

    font-size: 14px;
    letter-spacing: 1px;
    color: #777;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.55);
    color: #000;
    font-weight:  normal;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dropdown-item {
    font-size: 13px;
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
*/

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 25vh;
    max-height: 100%;
    border-top: 1px solid rgba(0,0,0,.2);
    transform: translateY(100%);
}

#quicorder.offcanvas-body {
    flex-grow: 1;
    padding: 0.5rem 0.5rem;
    overflow-y: auto;
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 50vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0,0,0,.2);
    transform: translateY(-100%);
}

.live-video video {
    width: 100%;
    height: 40rem;
    border-radius: 8px;
}

li.live-btn-holder {
    padding: 8px 0px;
}

.nav-live-btn {
    background-color: rgba(255, 255, 255, .5);
    font-weight: 400 !important;
    border: none !important;
    width: 60px;
    height: 25px;
    border-radius: 3px !important;
    padding: 0px 3px !important;
}

.nav-live-btn:hover {
    background-color: rgba(255, 255, 255, .75);
}

.live-items {

    padding-bottom: 5%;
}

.spinner-grow {
    width: 10px;
    height: 10px;
    vertical-align: middle;
}

#languageSwitcher{
   z-index: 9999;
}

/* MEGA MENU */

.mega-menu-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
    color: rgba(0,0,0,.55);
}

.mega-menu-item {
    font-size: 13px;
    letter-spacing: 1px;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    color: rgba(0,0,0,.55);
}

.navbar .megamenu{ padding: 1rem; }
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .navbar .has-megamenu{position:static!important;}
    .navbar .megamenu{left:0; right:0; width:60%; margin-top:0;  }

}
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
        overflow-y: auto;
        max-height: 90vh;
        margin-top:10px;
    }
}
/* ============ mobile view .end// ============ */

.navbar .megamenu {
    /*max-height: 80vh;*/
    /*overflow-y: auto;*/
}

.gj-dark-bg {
    background: #263040;
}

.gj-light-bg {
    background: #F7F7F5;
}

.gj-darker-light-bg {
    background: #F0EFEC;
}

.f-16 {
    font-size: 16px;
}
