/* --- Custom Font --- */
@font-face {
    font-family: concielian;
    src: url('fonts/concv2.ttf');
}

/*all nav-main li should be changed to Nav-main-item */

.site-header {
    background: linear-gradient(#464646, #000000);
    /*padding: 0;*/
    /*margin: 0;*/
}

.logo-img {
    position: relative;
    width: 30%;
    min-width: 15em;
    padding: .5% 0 0 1.5%;
    /*padding: 0 0 0 2%;*/
}

.lms-logo-span {
    position: relative;
    float: right;
    color: #ffffff;
    text-shadow: 0px 0px 5px #1EB6E1;
    font-family: concielian, Tahoma, Geneva, sans-serif;
    font-size: calc(1em + 2vw);
    font-weight: 900;
    letter-spacing: 0.2em;
    padding: .2% 5% 0 0;
    line-height: 80%;
}

.lms-logo-span-profile{
    padding: 2px 2px 0 20px;
    float: right;
    position: relative;
}

.profile-nav{
    /*display: none;*/
    background-color: #555;
    color: #00b9ff;
    padding: 20px;
    border-radius: 6px;
    border:1px solid #00A5FF;
    z-index: 100;
    width: 10%;
    position: absolute;
    margin: auto;
    margin-left: 87% !important;
}

.profile-nav-item{
    font-family: Arial, Helvetica;
    font-size: calc(1em + .25vw);
    padding: 5px;
}

.profile-nav-item a{
    padding: 5px;
    color: white;
}

.horizontal-line{
    color: #00b9ff;
    border: 1px solid  #00b9ff;
    background-color:  #00b9ff;
    width: 100%;
    margin: auto;
    clear: both;
}

.site-nav {
    /*margin: 0 auto;*/
    text-align: center;
    /*width: 100%;*/
}

/* ul */
.nav-main {
    font: bold 1em Arial, Helvetica;
    font-size: calc(.5em + .25vw);
    text-transform: uppercase;
    text-shadow: 0 1px 0 #000;
    text-decoration: none;
    /*padding: .7em 1.7em .7em;*/
    display: inline-block;
    /*list-style-type: none;*/
    /*text-align: center;*/
    margin: 0;
    /*padding: 0;*/
    /*overflow: hidden;*/
    /*background-color: #333;*/
    /*background-color: #FFFFFF;*/
    /*border-radius: 6px;*/

    /* border: 1px solid #dfdfdf;
     border-radius: 6px;
     box-shadow: 0 1px 1px #777;*/
}

.nav-main-item {
    float: left;
    /*list-style-type: none;  */
    border-right: 1px solid #dfdfdf;
    /*height: 100%;*/
    color: white;
    padding: 0em 1em 0em 1em;
    /*vertical-align: middle;*/
    line-height: 2em;
}

.nav-main-item:last-child {
    border-right: 0;
}

.nav-main-item a {
    /*display: block;*/
    color: white;
    padding: 0em 1em 0em 1em;
    /*margin: 1em 0 1em 0;*/
    text-decoration: none;
    line-height: 2em;
    /*border-radius: 6px;*/
}

.nav-main-item:hover > a {
    /*background-color: #04acec;*/
    color: #04acec;
}

.nav-float {
    float: right;
}

.nav-float li {
    border: none;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.nav-sub {
    /*list-style-type: none;*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*width: 200px;*/
    background-color: #333;
    border-radius: 4px;
    display: none;
    position: absolute;
    z-index: 100;
}

.nav-sub li a {
    display: block;
    color: white;
    padding: .5em 1em;
    text-decoration: none;
}

.nav-sub li {
    text-align: left;
    border: 1px solid black;
    float: none !important;
}

/*.nav-sub li:last-child {
    border-bottom: none;
}*/

.nav-sub li a:hover:not(.active) {
    background-color: #555;
    color: #00b9ff;;
}

.dropdown-content-sub {
    background-color: #898989;
    position: relative;
}

i.arrow-nav {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 1em;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.custom-dropdown * {
    box-sizing: border-box;
}

.custom-dropdown input[type=checkbox] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.custom-dropdown a {
    color: #ccc;
    text-decoration: none;
}

.custom-dropdown ul {
    padding: 0;
    /*margin: 0 auto;  */
    list-style: none;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::Mobile Nav:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (max-width: 44em) {
    html,
    body {
        margin: 0;
    }

    .nav-main {
        font-size: 1em;
    }

    .nav-sub {
        position: relative;
    }

    .site-custom-logo {
        text-align: center;
    }

    .logo-img {
        width: 100%;
        max-width: 25em;
        clear: both;
    }

    .lms-logo-span {
        width: 100%;
        text-align: center;
        float: none;
        clear: both;
        padding: 0;
        margin: 0 0 1em 0;
    }

    /*.mobile-nav{
      width: 100% !important;
      border: none !important;
      position: relative !important;
      transition-property: box-shadow, color;
      box-shadow:0 .05em .25em 0 rgba(0, 0, 0, .35);

    }
    .mobile-nav li{
      padding: 0 !important;
    }*/
    .dropdown-content {
        visibility: visible !important;
    }

    .dropdown-content-sub {
        visibility: visible !important;
    }

    .custom-dropdown ul li {

        float: none;
        padding: .55em .55em;
        width: 100%;
        background-color: #333;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        transition-duration: .3s;
        transition-timing-function: ease-in-out;
        transition-property: box-shadow, color;
        box-shadow: 0 .05em .25em 0 rgba(0, 0, 0, .35);
        cursor: pointer;
    }

    .custom-dropdown ul li :hover {
        color: #fff;
    }

    .custom-dropdown ul {
        display: none;
        height: 100%;
    }

    .custom-dropdown label {
        position: relative;
        display: block;
        width: 100%;
        min-height: 2.25em;
        padding: .45em;
        font-size: 1.1em;
        margin: 0;
        border: .15em solid rgba(60, 60, 60, .2);
        background-color: #333;
        color: white;
    }

    .custom-dropdown label:after {
        position: absolute;
        right: .25em;
        top: 0;
        content: "\2261";
        font-size: 1.8em;

    }

    .custom-dropdown input[type=checkbox]:checked ~ label:after {
        color: white;
    }

    .custom-dropdown input[type=checkbox]:checked ~ ul {
        display: block;
    }

    .custom-dropdown li {
        width: 100%;
        opacity: .8;
        text-align: left;
    }

    .custom-dropdown li :after {
        position: absolute;
        right: .25em;

        font: bold 1.4em sans-serif;
    }
}