/* NAVBAR ----------------------------------------------------------- */


/** LOGO -------------------------------------------------------- */

.logo-nav {
    height: 35px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

header.sticked.sticky .logo-nav {
    height: 25px;
}

@media screen and (max-width: 991px) {
    .logo-nav {
        height: 40px;
    }
    header.sticked.sticky .logo-nav {
        height: 20px;
    }
}


/** header ------------------------------------------------------ */

header {
    position: relative;
    width: 100%;
    z-index: 99999;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    background: rgb(45 45 43 / 51%);
    padding-top: 1em;
    padding-bottom: 1em;
}

header.sticked {
    position: fixed;
}

.navbar-light .navbar-toggler {
    color: #b0b0b0;
    border-color: rgba(0, 0, 0, 0);
}

.navbar-toggler {
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}


/** STICKY ------------------------------------------------------ */

header.sticked.sticky {
    position: fixed;
    width: 100%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    background: #eee9e3 !important;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.22);
    top: 0px;
}

header.sticked.sticky .active>.nav-link,
header.sticked.sticky .nav-link.active,
header.sticked.sticky .nav-link.show,
header.sticked.sticky .show>.nav-link,
header.sticked.sticky .nav-link:hover {
    color: #b0b0b0;
}

header.sticked.sticky .navbar {
    width: 100%;
    text-align: left;
    top: 0;
}

header.sticked.sticky .top-bar {
    display: none;
}


/** OPEN MOBILE  ------------------------------------------------------ */

@media screen and (max-width: 991px) {
    header li {
        font-size: 20px;
        line-height: 32px;
        margin-top: 0px;
        height: auto;
    }
    #menu-primary {
        padding-top: 2em;
        padding-bottom: 2em;
    }
    header.sticked {
        background: rgb(45 45 43 / 51%) !important;
    }
    header.sticked a.navbar-toggler:not([href]):not([tabindex]):focus,
    header.sticked a.navbar-toggler:not([href]):not([tabindex]):hover {
        color: #d4c7be;
    }
    header.sticked a.navbar-toggler {
        color: #ffffff;
    }
    header.sticked.sticky a.navbar-toggler {
        color: #2d2d2b;
    }
    header.sticked.sticky a.navbar-toggler:not([href]):not([tabindex]):focus,
    header.sticked.sticky a.navbar-toggler:not([href]):not([tabindex]):hover {
        color: #d4c7be;
    }
    .navbar-toggler .fa-bars {
        display: none;
    }
    .navbar-toggler .fa-times {
        display: block;
    }
    .collapsed .fa-times {
        display: none;
    }
    .collapsed .fa-bars {
        display: block;
    }
}


/** burger-left  ------------------------------------------------------ */


/** header ------------------------------------------------------ */

.burger-left header {
    background: transparent;
}

.burger-left .more-dot {
    background-color: #000000;
    margin: 0 auto;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 1px;
    border-radius: 50%;
    transition: background-color 0.3s;
    vertical-align: middle;
    line-height: normal;
}

.burger-left .absolute-open {
    position: fixed;
    z-index: 1039;
    width: 100%;
    top: 0
}

.burger-left .collapse {
    height: 100vh;
}

.burger-left div#navbarSupportedContent {
    background: #b0b0b0;
    padding: 2rem 6rem;
    height: 100vh;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}

.burger-left .collapse:not(.show) {
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
    right: -1000px;
    position: relative;
}

.burger-left button.navbar-toggler.collapsed {
    background: #b0b0b0;
}

.burger-left button.navbar-toggler {
    border-radius: 0px;
    height: 30px;
    width: 30px;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}


/** STICKY ------------------------------------------------------ */

.burger-left header.sticky {
    position: fixed;
    width: 100%;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
    background: #ffffff !important;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.22);
    top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.burger-left header.sticky .absolute-open .active>.nav-link,
.burger-left header.sticky .absolute-open .nav-link.active,
.burger-left header.sticky .absolute-open .nav-link.show,
.burger-left header.sticky .absolute-open .show>.nav-link,
.burger-left header.sticky .absolute-open .nav-link:hover {
    color: #e8effb;
    font-weight: bold;
}

.burger-left header.sticky .navbar {
    width: 100%;
    text-align: left;
    top: 0;
}

.burger-left header.sticky .top-bar {
    display: none;
}

.burger-left .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

.burger-left .absolute-open li {
    font-size: 40px;
    line-height: 50px;
    margin-top: 15px;
    padding-left: .5em;
    padding-right: .5em;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.burger-left header.sticky li {
    font-size: 16px;
    margin-top: 0px;
    height: 50px;
}

.burger-left .absolute-open .nav-link {
    color: #e8effb;
}

.burger-left .absolute-open .active>.nav-link,
.burger-left .absolute-open .nav-link.active,
.burger-left .absolute-open .nav-link.show,
.burger-left .absolute-open .show>.nav-link,
.burger-left .absolute-open .nav-link:hover {
    color: #2A2D33;
}


/** burger-overlay  ------------------------------------------------------ */


/** header ------------------------------------------------------ */

.burger-overlay header {
    background: transparent;
}

.burger-overlay .more-dot {
    background-color: #000000;
    margin: 0 auto;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 1px;
    border-radius: 50%;
    transition: background-color 0.3s;
    vertical-align: middle;
    line-height: normal;
}

.burger-overlay .absolute-open {
    position: fixed;
    z-index: 1039;
    width: 100%;
    top: 0
}

.burger-overlay .collapse {
    height: 100vh;
}

.burger-overlay div#navbarSupportedContent {
    background: #b0b0b0;
    padding-top: 6rem;
    padding-bottom: 6rem;
    height: 100vh;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}

.burger-overlay .collapse:not(.show) {
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
    right: -1000px;
    position: relative;
}

.burger-overlay button.navbar-toggler.collapsed {
    background: #2A2D33;
}

.burger-overlay button.navbar-toggler {
    background: #e8effb;
    border-radius: 0px;
    height: 30px;
    width: 30px;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}


/** STICKY ------------------------------------------------------ */

.burger-overlay header.sticky {
    position: fixed;
    width: 100%;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
    background: #ffffff !important;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.22);
    top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.burger-overlay header.sticky .absolute-open .active>.nav-link,
.burger-overlay header.sticky .absolute-open .nav-link.active,
.burger-overlay header.sticky .absolute-open .nav-link.show,
.burger-overlay header.sticky .absolute-open .show>.nav-link,
.burger-overlay header.sticky .absolute-open .nav-link:hover {
    color: #e8effb;
    font-weight: bold;
}

.burger-overlay header.sticky .navbar {
    width: 100%;
    text-align: overlay;
    top: 0;
}

.burger-overlay header.sticky .top-bar {
    display: none;
}

.burger-overlay .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

.burger-overlay .absolute-open li {
    font-size: 40px;
    line-height: 50px;
    margin-top: 15px;
    padding-overlay: .5em;
    padding-right: .5em;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.burger-overlay header.sticky li {
    font-size: 16px;
    margin-top: 0px;
    height: 50px;
}

.burger-overlay .absolute-open .nav-link {
    color: #ffffff;
}

.burger-overlay .absolute-open .active>.nav-link,
.burger-overlay .absolute-open .nav-link.active,
.burger-overlay .absolute-open .nav-link.show,
.burger-overlay .absolute-open .show>.nav-link,
.burger-overlay .absolute-open .nav-link:hover {
    color: #2A2D33;
}

header.sticked a {
    color: #ffffff;
    text-transform: capitalize !important;
}

.active>.nav-link,
.nav-link.active,
.nav-link.show,
.show>.nav-link,
.nav-link:hover {
    color: #f7f7f7;
}

header.sticked.sticky .active>.nav-link {
    color: #2A2D33;
}

header.sticked.sticky a {
    color: #000000;
}

footer ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-direction: row;
    flex-direction: row;
}

footer ul .nav-item {
    padding-right: .5rem;
    padding-left: .5rem;
    display: block;
    padding: .5rem 1rem;
}

@media screen and (max-width: 991px) {
    footer ul .nav-item {
        display: block;
        padding: .2rem .2rem;
    }
    footer ul .nav-item:after {
        content: ' /';
        display: unset;
    }
    footer ul .nav-item:last-child::after {
        content: '';
    }
    .small ul a {
        font-size: 60%;
    }
}